.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Arial, Helvetica, sans-serif;
list-style-type: none;
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: 3px 7px;
margin-right: 3px;
border: 1px solid #cc5252;
color: #cc5252;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{

}

.shadetabs li a:hover{
text-decoration:none;
color: white;
background-color:#cc5252;
}

.shadetabs li.selected{
position: relative;
color: white;
top:0px;

}

.shadetabs li.selected a{ /*selected main tab style */
/*background-image: url(shadeactive.gif);*/
background-color:#cc5252;
color:#FFFFFF;
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border-top: 1px solid #cc5252;
width: 550px;
margin-bottom: 1em;
padding:0px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}

/* hot pics */

.shadetabs2{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: left; 
/*set to left, center, or right to align the menu as desired*/
}

.shadetabs2 li{
display: inline;
margin: 0;

}

.shadetabs2 li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #888888;
color: #888888;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs2 li a:visited{


}

.shadetabs2 li a:hover{
text-decoration:none;
color: #ffffff;
background-color:#888888;
}

.shadetabs2 li.selected{
position: relative;
color: white;
top:0px;

}

 /*selected main tab style */
.shadetabs2 li.selected a{
color:#ffffff;
border-bottom-color: white;

background-color:#888888;


}
/*
background: #b2b1b1 url(imgs/hot_white.gif) no-repeat left top;*/
.shadetabs2 li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstylehot{ /*style of tab content oontainer*/
border-top: 1px solid #888888;
width: 525px;
margin-bottom: 1em;
padding:0px;
}

.tabcontenthot{
display:none;
}

@media print {
.tabcontenthot {
display:block!important;
}
}
