.categories,.categories ul{
    width:200px;
    background:#FFFFFF;
    border-top:1px solid #98c2d4;
    cursor:pointer; 
}
#categories li{ 
    background:url(images/bg2.gif) repeat-x;
    border-left:1px solid #98c2d4;
    border-right:1px solid #98c2d4;
    border-bottom:1px solid #98c2d4;
    height:22px;
    line-height:22px;     
    padding:0px 5px; 
    position:relative;
    font-size:0px;
    cursor:pointer;          
}
.categories li a{
    display:block;
    overflow:hidden;
    height:22px;
    width:95%;
}
.categories li.current{    
     background:url(images/bg3.gif) repeat-x;
     border-left:1px solid #647d88;
     z-index:1;
}
.categories .highlight{    
    color:#632500;
    font-weight:bold;
}
.categories li.prev{
    background:url(images/bg3.gif) repeat-x;
}
.categories li ul{    
    display:none;
    position:absolute; 
    left:-999px;
}
.categories li ul.current{
    z-index:10;
    left:180px;
    top:-1px;
    border-top:1px solid #98c2d4;	
}
.categories li.borderLR{
    border-left:1px solid #98c2d4;
    border-right:1px solid #98c2d4; 
}
.borderTop{
    border-top:1px solid #647d88;	
}
.categories .borderLeft{
    border-left:1px solid #647d88;
}
.categories .arrow{
    position:absolute;
    right:5px;
    top:0px;
    display:block;
    height:22px;
    width:9px;
    background:url(images/arrow.gif) no-repeat;	
}

/*总目录列表*/
.AllCategories ul{
    width:100%;
}
.AllCategories ul li{ 
    padding-left:18px;
    display:inline;
    float:left; 
    border:0px;
    background:#fff url(../../e/data/images/displayadd.gif) no-repeat left;
    width:30%;
    height:22px;
    line-height:22px;
    position:relative;	
}
.AllCategories ul li.current{
    background:#fff url(../../e/data/images/displaynoadd.gif) no-repeat left;
    z-index:1;
}
.AllCategories ul li ul{
    display:none;
    position:absolute; 
    left:-999px;
    width:205px;
    background:#FEFEFE;
    border:1px solid #CCC;
    cursor:pointer;
}
.AllCategories ul li ul.current{
    z-index:10;
    left:18px;
    top:22px;   
}
.AllCategories ul li ul li{
    padding-left:0px;
    width:195px;
    margin:0px 5px;
    border-bottom:1px dashed #CCC;
    background:#fff;
}
.AllCategories ul li ul li ul.current{    
    left:200px;
    top:0px;    
}


/*热门产品页*/
.hotsale{
  width:280px;
  display:inline;
  float:left;
  margin-right:15px;}
.hotsale ol{
  padding-top:10px;}
.hotsale ol img{
  width:110px;
  height:24px;}