﻿.reviews
{
    width: 500px;
    /* height: 200px; */
    display: inline-block;
}

.reviews .heading
{
    display: inline-block;
    width: 132px;
    height: 17px;
    background: url(/images/reviews/customer_reviews.jpg) no-repeat;
    float: left;
}

.reviews .add-review-btn
{
    display: inline-block;
    width: 116px;
    height: 19px;
    background: url(/images/reviews/add_a_review.jpg) no-repeat;
    position: relative;
    float: right;
}

.reviews .body
{
    /* height: 300px; */
    background: url(/images/reviews/review_bkgd.jpg) no-repeat;
    margin-top: 24px;
    padding: 24px;
    font-family: Verdana;
    font-size: 12px;
    color: #888888;
}

.reviews .title
{
    color: #84AA3D;
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
}

.reviews .author
{
    float: right;
    font-style: italic;
}

