.product-left {
    width: 25%;
    text-align: center;
}

.product-right {
    width: 75%;
    vertical-align: top;
}

.product-box {
    border: 1px solid #D8D8D8;
    margin-top: 10px;
    background: transparent url(/images/grey-bg.jpg) repeat-x left bottom;
}

.product-header {
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #D8D8D8;
    height: 25px;
    line-height: 25px;
    padding: 5px;
}

.product-inside {
    padding: 5px;
}

.product-inside li {
    list-style: disc;
    margin-left: 25px;
}

.product-price {
    font-size: 1.2em;
    font-weight: bold;
}

.product-pic {
    border: 1px solid #D8D8D8;
}

.review-snippet {
    width: 150px;
    margin: 20px auto 0 auto;
    padding: 3px;
    text-align: center;
    border: 1px solid #d5def1;
    background-color: #eef1f9;
}

.rating-header {
    font-weight: bold;
    color: #9fa6b8;
    margin-bottom: 3px;
}

.rating-count {
    font-size: .9em;
}

.read-a-review,
.write-a-review {
    padding: 2px 0;
}

#content .review .rating {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.reviews-header {
    font-weight: bold;
    border-bottom: 1px solid #D8D8D8;
    color: #333333;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    padding: 5px;
    margin-bottom: 10px;
}

#content table.histogram {
    margin-left: 0;
}

#content .reviews .review-table {
    width: 100%;
}

.Product-211 .product-add-cart,
.rating-average {
    display: none;
}

.product-brochure,
.product-picture-enlarge {
    margin-top: 20px;
}

.product-brochure li {
    margin-bottom: 5px;
}

.product-brochure a {
    color: #333;
}

.product-add-cart a {
    color: #085AFE;
    font-weight: bold;
    padding: 5px;
}

.product-add-cart img {
    border: 0;
}

.how-to-measure {
    background-color: #ffc;
    padding: 10px;
    text-align: center;
    font-size: 1.1em;
    margin-top: 10px;
}

.how-to-measure a {
    color: #333;
}
.no-online-sale {
    font-weight: bold;
    margin: 5px 0;
    color: red;
}

