﻿/*
#tabs ul.tab-list
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 51px;
}

#tabs ul.tab-list li
{
    margin: 0;
    padding: 0;
    float: left;
    width: 191px;
}

#tabs ul.tab-list li a
{
    border: solid 1px #c4c4c4;
    margin-right: -1px;
    height: 50px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    background: #f0f3f6;
    background: -moz-linear-gradient(top, #f0f3f6 0%, #d7e2eb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f3f6), color-stop(100%,#d7e2eb));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f3f6', endColorstr='#d7e2eb',GradientType=0 );
    background: -o-linear-gradient(top, #f0f3f6 0%,#d7e2eb 100%); 
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    color: #333333;
}

#tabs ul.tab-list li a.selected
{
    background: #f7f8fa;
    filter: none;
    height: 51px;
    border-bottom: none;
}

#tabs .tab-content
{
    border-top: none;
    width: 1024px;
    min-height: 565px;
    overflow: auto;
    overflow-x: hidden;
    display: none;
    padding-bottom: 10px;
}

#tabs h3:not(.land-tile)
{
    font-size: 24px;
    font-family: Microsoft Sans Serif, sans-serif, Verdana;
    color: #000000;
    padding: 0;
    font-weight: normal;
    clear: both;
}

#tabs h4
{
    font-size: 12px;
    color: #333333;
    padding: 0;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

#tabs div.promos
{
    margin-left: 30px;
}

#tabs div.promos:nth-of-type(4n+1)
{
    margin: 0;
}

#tabs .question
{
    font-size: 12px;
    color: #ff6005;
    font-weight: bold;
    margin-bottom: 6px;
    position: relative;
    padding-left: 20px;
}

#tabs .answer
{
    font-size: 12px;
    color: #333333;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}

#tabs .qa-ico
{
    position: absolute;
    left: 0;
    font-weight: bold;
}

#tabs .answer a
{
    color: #47BE33;
    text-decoration: underline;
}

#tabs ul.lab-ratings
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#tabs ul.lab-ratings li
{
    float: left;
    width: 103px;
}

#tabs ul.videos
{
    height: 410px;
    overflow: auto;
    list-style-type: none;
    margin: 7px 0;
    padding: 0;
    background: #ffffff;
}

#tabs ul.videos li
{
    border-bottom: solid 1px #cacaca;
    margin: 0;
    padding: 0;
    width: inherit;
}

#tabs ul.videos li a
{
    display: block;
    padding: 10px;
    border: none;
    font-size: 11px;
    height: auto;
    color: #000000;
    text-decoration: none;
}

#tabs ul.videos li a td
{
    vertical-align: top;
    text-align: left;
}

#tabs ul.at-a-glance
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 237px;
}

#tabs ul.at-a-glance li
{
    min-height: 90px;
    background: #ffffff;
    margin-top: -1px;
}

table.copy-grid td
{
    white-space: nowrap;
    padding: 6px;
}
*/
