@charset "utf-8";
/* CSS Document */
.leftWidth, .rightInWidth{
    width:200px;
}
.rightWidth{
    width:750px;
}
.leftInWidth{
    width:540px;
}

.product ul li{      
    border:1px solid #ccc;
    padding:4px;
    display:inline;
    float:left;
    margin-right:10px;
    margin-top:10px;
    background:#f6f6f6;    
}
.product ul .higtlight{      
    border:1px solid #FF3300;    
}
.product ul li h3{
    width:112px;    
    height:112px;
    overflow:hidden;
    margin-bottom:5px;    
}
.product ul li span{ 
    display: block;
    width: 112px;
    overflow: hidden;   
    color:#666;
    white-space:nowrap;
}
.ad_center{    
    background:#f6f6f6;
}
.sizeinfo{
    padding:10px;
    border:1px solid #ccc;
    background:#F6F6F6;    
    color:#666;
    line-height:1.5em;
}

.hotproduct{
    height:490px;
    overflow:hidden;        
}
.NewInquiry{
   height:330px;
    overflow:hidden; 
}
.newproduct{
    height:350px;
    overflow:hidden;
}
.howchoose {
  border: 1px solid #ccc;
  color: #555;
  background: #f5f5f5;
  padding:5px;
  margin-top:16px;}
.howchoose h2 {
  font-size: 13px;
  font-weight: bold;}
.howchoose p {
  margin: 5px 0 5px 0;}
.tags {
  margin-top: 5px;
  text-align: center;}
.tags strong {
  font-weight: normal;}
