@charset "utf-8";
/* CSS Document */
.leftWidth{
    width:200px;
}
.rightWidth{
    width:750px;
}
.productlist{
    border:1px solid #CCCCCC;	
}
.productlist .theadlist{
    background:#fff;
    border-top:1px solid #FFF;	
    color:#333;	
    padding:5px 0px;	
}

.productlist .thead{
    background:#f3f3f3;
    border-bottom:1px solid #CCC;
    border-top:1px solid #FFF;	
    color:#333;	
    padding:5px 0px;	
}
.productlist .thead li{
    float:left;
    text-align:center;
    font-size:13px;
    font-weight:bold;
    color:#666666;
}
.productlist .thead .theadLeft{
    width:148px;
}
.productlist .thead .theadCenter{
    width:422px;
}
.productlist .thead .theadRight{
    width:178px;
}
.productlist .tbody{
    padding:10px;    
    margin:0px 8px;	
    border-bottom:1px dashed #CCCCCC;	 	
}
.productlist .tbody .listInLeft{
    width:120px; 
     margin-right:25px;
    display:inline;     
}
.productlist .tbody .listInCenter{
    width:390px;
    margin-right:10px;
   display:inline;     
}
.productlist .tbody .listInRight{
    width:150px;    
    color:#666;
    display:inline;     
}
.productlist .tbody h5 a{
    text-transform:capitalize;
    font-weight:bold;
    font-size:14px;
}
.productlist .tbody .image{
    border:1px solid #CCCCCC;
    padding:1px;
    height:116px;
    width:116px;
    overflow:hidden;
}
.productlist .tbody .highlight{
    border:1px solid #FF0000;
}

.list li{
    height:26px;
    line-height:26px;
    border-bottom:1px dashed #ccc;	
}
.list li b{
    display:-moz-inline-box;
    display:inline-block;
    text-align:center;
    margin-right:10px; 
}
.list li a,.list li a:link,.list li a:hover{
    font-size:14px;
}
.listpage{
    padding:10px;
}
.listpage a{
    border:1px solid #CCCCCC;
    padding:1px 3px;
    background:#f6f6f6;	
}
.listpage a.current{
    background:#3399CC;
}
