
.product_list table{
    width: 742px;
}
.product_list table tr td{
    padding-bottom: 20px;
    text-align: center;
}
.product_list .goods_img{
    display: block;
    width: 227px;
    height: 184px;
    padding: 5px;
    border: 1px solid #E7D411;
    margin: 0 auto;
    overflow: hidden;
    /* 针对IE的Hack */
    *display: block;
    *font-size: 130px;/*约为高度的0.873，200*0.873 约为175*/
    *font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/ 
}
.product_list .goods_name, .product_list{
    display:block;
    color:#fff;
    font-size: 16px;
    line-height: 25px;
}
.product_list .goods_price {
    display:block;
    color:#f00;
    font-size: 16px;
    line-height: 25px;
}
.product_list .sale_out {
    display:block;
    color:#F00;
    font-size: 16px;
    line-height: 25px;
}
.cart_button{
    margin-top: 5px;
    text-indent: -999px;
    background-image: url(../images/icon/cart.png);
    width: 111px;
    height: 20px;
    background-position: center center;
    border: none;
    background-color: inherit;
}
.cart_added{
    margin-top: 5px;
    text-indent: -999px;
    background-image: url(../images/icon/carted.png);
    width: 111px;
    height: 20px;
    background-position: center center;
    border: none;
    background-color: inherit;
}
.btn {
    margin-top: 6px;
    text-indent: -999px;
    width: 111px;
    height: 20px;
    background-position: center center;
    border: none;
    background-color: inherit;    
}
.btn img {
    vertical-align: bottom;
    border: 0px;
}
.PageLinkStyle{
    text-align: center;
    margin: 13px 0;
    border-bottom: 1px solid #666;
    padding-bottom: 17px;
    color: #FFF;
}
.PageLinkStyle .PageButton1, .PageLinkStyle .PageButton2{
    display: inline-block;
    padding: 3px 10px;
    margin-left: 3px;
    background-color: #666;
    color: #FFF;
    text-decoration: none;
}
.PageLinkStyle .PageButton1:hover{
    background-color: #333;
}
.PageLinkStyle .PageButton2{
    background-color: #F00;
}