.productList {
    float: left;
}
.productList .product {
    float:left;
    font-size:12px;
    padding: 20px 0 0 9px;
}
.product  .productThumbnail {
    float: left;
    width: 77px;
    height: 120px;
}
.productList .productThumbnail img {
    width: 75px;
    height: 75px;
}
.productList .productSKU {
    display:none;
}
.product .productInfo {
    margin-left: 77px;
    width: 143px;
    text-align: left;

}
.productInfo .productName {
    float:left;
    height:33px;
    width:100%;    
}
.productInfo .productName a {
    color:#2B4ECF;
}
.productList .productDescription {
    color:#333333;
    float:left;
    height:45px;
    width:100%;
    overflow:hidden;
    
}
.productList .productBox {}
.product .productPriceBox {
    color:#767676;
}
.productPriceBox .productPrice {

}
.productPriceBox .productPrice .orange {
    color:#FE5542;
}
.productPriceBox .prospect {}
.productMore {
    /*display:none;*/
}
.productMore .btnMore {
    float: left;
    padding-right: 5px;
}
.productMore .btnMore a { height:18px;width:51px;padding: 0px;float:left; background: url(../images/index_hotpro_but01.gif) no-repeat left top;}
.productMore .btnMore a:hover { height:18px;width:51px;padding: 0px;float:left; background: url(../images/index_hotpro_but01o.gif) no-repeat left top;}

