
.shadetabs a{
background:url(/images/producttab-left.gif) no-repeat left top;
margin:0;
margin-right: 0px; /*spacing between each tab*/
padding:0 0 0 7px;
text-decoration:none;
display:block;
}

.shadetabs a span{
float:left;
display:block;
background:url(/images/producttab-right.gif) no-repeat right top;
padding: 7px 16px 5px 3px;
font-weight:bold;
color:#0079C2;

}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.shadetabs a span {float:none;}
/* End IE5-Mac hack */

.shadetabs a:hover span {

color: white;
}

.shadetabs a.current{ /*Selected Tab style*/
background-position:0 -25px; /*Shift background image up to start of 2nd tab image*/
}

.shadetabs a.current span{ /*Selected Tab style*/
background-position:100% -25px; /*Shift background image up to start of 2nd tab image*/
color: black;
}

.shadetabs a:hover{ /*onMouseover style*/
background-position:0% -25px; /*Shift background image up to start of 2nd tab image*/

}

.shadetabs a:hover span{ /*onMouseover style*/
background-position:100% -25px; /*Shift background image up to start of 2nd tab image*/

}

.shadetabs li.selected a{ /*onMouseover style*/
background-position:0% -25px; /*Shift background image up to start of 2nd tab image*/

}

.shadetabs li.selected span{ /*onMouseover style*/
background-position:100% -25px; /*Shift background image up to start of 2nd tab image*/
color:#FFF;

}



.shadetabs{
padding: 3px 0;
margin-left: 2px;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.shadetabs li{
display: inline;
float:left;
}


.shadetabs li.selected{


}

.shadetabs li.selected a{ /*selected main tab style */
border-bottom-color: #0079C2;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border-top: 8px solid #0079C2;
margin:22px 5px 5px 2px;
padding: 10px;


}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}

