@charset "utf-8";
/* CSS Document */

.arrowlistmenu{
border-top:1px dotted #ECEFEC;
width:135px;
padding:10px 0px; /*width of accordion menu*/
}

.static_leftnav .arrowlistmenu{
border-top:none;
width:135px;
padding:0px; /*width of accordion menu*/
}

 



.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: normal 12px;
color: #00888f;
text-transform:none;
cursor: hand;
cursor: pointer;
font-weight:normal;
}

.arrowlistmenu .menuheader a{
text-decoration: none;
color:#00888F;
display: block;
font-size:12px;
}

.arrowlistmenu .menuheader a:hover{
text-decoration: none;
color:#fff;
display: block;
font-size:12px;
}



.static_leftnav .arrowlistmenu .menuheader a{
text-decoration: none;
color:#999;
display: block;
}

.static_leftnav .arrowlistmenu .menuheader a:hover{
text-decoration: none;
color:#fff;
display: block;
}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
  color:#fff; font-size:12px; font-weight:normal; 
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
#float:left;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 0px; #padding-bottom:0px;/*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #999999;
 /*custom bullet list image*/
display: block;
padding: 0px 0;
#padding: 0px 0;
padding-left: 12px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
font-size:12px;
 background:none;
 text-transform:none;
}

.arrowlistmenu ul li a:visited{
color: #999;
 
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #fff; font-weight: normal; text-decoration:none; text-transform:none;
 }


.arrowlistmenu ul li a.active{
color: #fff;
background:url(../images/cate_left.gif) no-repeat center left;
font-weight: lighter;
}	
 


	
/* best seller*/

.best_heading{ font-size:12px; color:#999999; text-decoration:none; font-weight:normal;  text-transform:none; }

.best_leftnav{  width:135px; border-top:1px dotted #ECEFEC; padding:10px 0px; }
	
.best_leftnav li a { font-size:12px; color:#00888F; text-decoration:none; font-weight:normal;  text-transform:none; }
.best_leftnav li a:hover{ font-size:12px; color:#fff; text-decoration:none; font-weight:normal;  text-transform:none; }

.static_leftnav{ width:135px; border-top:1px dotted #ECEFEC; padding:10px 0px; }
	
.static_leftnav li a{ font-size:12px; color:#999; text-decoration:none; font-weight:normal;  text-transform:none; }

.static_leftnav li a:hover{ font-size:12px; color:#fff; text-decoration:none; font-weight:normal;  text-transform:none; }
	
	