div.products_outer_container {
    width: 75%;
    border-radius: 6px;
    background: #FFF;
    padding: 10px;
    margin: 10px auto;
}
div.products_specs {
    background: #E2E6E7;
    padding: 12px 23px;
}
div.products_specs div.property {
    margin: 7px 0;
}
div.products_specs div.property div.label {
    float: left;
    width: 120px;
}
div.product_image {
    padding: 20px 10px 10px 10px;
    text-align: center;
}
div.product_notes {
    color: red;
}