.shadetabs
{
    padding: 1px 0;
    margin-left: 7px;
    margin-top: 1px;
    margin-bottom: 0;
    font: 9px Verdana, Arial;
    list-style-type: none;
    text-transform: lowercase;
    text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li
{
    display: inline;
    margin: 0;
}

.shadetabs li a
{
    text-decoration: none;
    padding: 1px 7px;
    margin-right: 3px;
    border: 1px solid #dddddd;
    color: #666;
    background-color: white;
}

.shadetabs li a:visited
{
    color: #2d2b2b;
}

.shadetabs li a:hover
{
    text-decoration: underline;
    color: #2d2b2b;
}

.shadetabs li.selected
{
    position: relative;
    top: 0px;
}

.shadetabs li.selected a
{
    /*selected main tab style */
    background-image: url(shadeactive.gif);
    border-bottom-color: white;
    color: #2d2b2b;
}

.shadetabs li.selected a:hover
{
    /*selected main tab style */
    text-decoration: none;
}














.Blackshadetabs
{
    padding: 3px 0;
    margin-left: 7px;
    margin-top: 1px;
    margin-bottom: 0;
    font: bold 10px Verdana;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.Blackshadetabs li
{
    display: inline;
    margin: 0;
}

.Blackshadetabs li a
{
    text-decoration: none;
    padding: 3px 7px;
    margin-right: 3px;
    border: 1px solid #dddddd;
    color: #2d2b2b;
    background: white url(shade.gif) top left repeat-x;
}

.Blackshadetabs li a:visited
{
    color: #2d2b2b;
}

.Blackshadetabs li a:hover
{
    text-decoration: underline;
    color: #2d2b2b;
}

.Blackshadetabs li.selected
{
    position: relative;
    top: 0px;
    color: White;
}

.Blackshadetabs li.selected a
{
    /*selected main tab style */
    background-image: url(Blackshadeactive.gif);
    border-bottom-color: black;
    color: White;
}

.Blackshadetabs li.selected a:hover
{
    /*selected main tab style */
    text-decoration: none;
}







.Productshadetabs
{
    padding: 3px 0;
    margin-left: 7px;
    margin-top: 1px;
    margin-bottom: 0;
    font: 11px Verdana;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the menu as desired*/
    text-transform: lowercase;
    letter-spacing: 0px;
    color: #ffffff;
}

.Productshadetabs li
{
    display: inline;
    margin: 0;
    color: #ffffff;
    font: 11px verdana;
}

.Productshadetabs li a
{
    font: 11px verdana;
    text-decoration: none;
    padding: 3px 7px;
    margin-right: 3px;
    border: none;
    color: #777;
    background: #ccc;
    font-weight: normal;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: rgb(255, 255, 255); /* RGBa with 0.6 opacity */
    background: rgba(100, 100, 100, 0.7); /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff); /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
}

.Productshadetabs li a:visited
{
    color: #777;
}

.Productshadetabs li a:hover
{
    text-decoration: none;
    padding: 3px 7px;
    margin-right: 3px;
    border: none;
    color: #999999;
    background: #dedede;
}

.Productshadetabs li.selected
{
    position: relative;
    top: 0px;
    color: #333;
    font-weight: bold;
}

.Productshadetabs li.selected a
{
    /*selected main tab style */
    background: rgb(255, 255, 255); /* RGBa with 0.6 opacity */
    background: rgba(50, 50, 50, 0.7); /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff); /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
}

.Productshadetabs li.selected a:visited
{
    
}

.Productshadetabs li.selected a:hover
{
    /*selected main tab style */
    text-decoration: none;
}





@media print
{
    .tabcontent
    {
        display: block !important;
    }
}

