.product_box {
    position: relative;
    float: left;
    margin: 0 6px 10px;
    padding: 1px 0 0;
    width: 158px;
    height: 251px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
}

.product_box:hover {
    background-position: 0 -252px;
    text-decoration: none;
}

.product_box a {
    display: block;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

.product_box .product_name {
    height: 22px;
    font-size: 11px;
}

.product_box .product_image_wrap {
    padding-bottom: 3px;
    overflow: hidden;   
}

.product_box .product_image_wrap .product_image { height: 155px; color: #000000; }

.product_box .manufacturer_image_wrap {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 158px;
    text-align: center;
}

.product_box .manufacturer_image_wrap .manufacturer_image {
    padding: 7px 0 0;
    height: 32px;
}

.product_box .product_prices {
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 158px;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}

.product_box .product_prices .list_price_before,
.product_box .product_prices .price {
    width: 69px;
    height: 19px;
}

.product_box .product_prices .list_price_before {
    float: left;
    margin: 0 0 0 8px;
    text-align: left;
    text-decoration: line-through;
    color: #C4C4C4;
}

.product_box .product_prices .price {
    float: right;
    margin: 0 8px 0 0;
    text-align: right;
}

#product_list_footer {
    clear: both;
}
