/* ######### CSS for Shade Tabs. Remove if not using ######### */



.shadetabs{

padding: 3px 0;

margin-left: 0;

margin-top: 1px;

margin-bottom: 0;

font: bold 19px century gothic;

list-style-type: none;

width:230px;

text-align: left; /*set to left, center, or right to align the menu as desired*/
height:21px; 

}



.shadetabs li{

display: inline;

margin: 0;
height:25px;
width:64px;
 


/* -moz-border-radius-topleft:4px;

-moz-border-radius-topright:4px;*/

 

font-size:11px;

color:#333333;

padding-left:1px;

display:block;

float:left;

text-align:center;

line-height:25px;

background-position:left;







}

.shadetabs .selected{
display:block;
background:url(http://www.scrubadoo.com/store/skin1/customer/js/p1.jpg) no-repeat bottom left;

}




.clear{clear:both;}



.shadetabs li a{
outline:0px;
outline:none;

text-decoration: none;

font-weight:normal;
font-size:11px;
background:url(http://www.scrubadoo.com/store/skin1/customer/js/p2.jpg) no-repeat bottom left;

display:block;
}







.shadetabs li a:hover{
outline:0px;
outline:none;

text-decoration: none;

color: #000;
display:block;

background:url(http://www.scrubadoo.com/store/skin1/customer/js/p1.jpg) no-repeat bottom left;

}





.tabcontent{

display:none;

color:#333333;

 

 



}


















