.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;
}

.Productshadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: none;
border-bottom: solid 1px white;
color: #777;
background: #ccc;
}

.Productshadetabs li a:visited{
color: #ffffff;
}

.Productshadetabs li a:hover{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: none;
border-bottom: solid 1px white;
color: #ffffff;
background: #ff9900;
}

.Productshadetabs li.selected{
position: relative;
top: 0px;
color: #333;
font-weight: bold;
}

.Productshadetabs li.selected a{ /*selected main tab style */
background-color: #ffffff;
border-top: solid 1px #dddddd;
border-right: solid 1px #dddddd;
border-left: solid 1px #dddddd;
border-bottom-color: #ffffff;
color: #333;
}

.Productshadetabs li.selected a:visited{
color: #333;
}

.Productshadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}





@media print {
.tabcontent {
display:block!important;
}
}