/*--- Product top title with input Quantity and button Cart ---*/
#content #main ul.product_top {
    font-size: 1.4em;
    color: #7891A2;
    font-weight: normal;
    width: 94%;
    margin: 20px 0 25px 20px;
    float: left;
    list-style: none;
}
#content #main ul.product_top li {
    float: left;
    padding-top: 5px;
}
#content #main ul.product_top li.prod_name {
    color: #7891A2;
    width: 70%;
}
#content #main ul.product_top li.prod_price {
    color: #7891A2;
    float: right;
    padding: 3px 8px 0 8px;
}
#content #main ul.product_top li.prod_add {
    float: right;
    width: 50px;
    padding: 0;
    padding-right: 20px;
}
/*--- Product image ---*/
#content #main img.pr {
    padding: 10px 20px;
    max-width:480px; height:auto;
    margin:0 10px 10px 20px;
}
