#topRow {
    height: 300px;
    width: 1000px;
}

#bottomRow {
    height: 200px;
    width: 1000px;
}

#bottomRowCol1 {
    float: left;
    height: 200px;
    overflow: auto;
    width: 475px;
}

#bodyTitle {
    color: #999;
    font-size: 22px;
    font-weight: bold;
    padding: 20px;
}

#bodyText {
    padding: 0 20px;
}

#bottomRowCol2 {
    float: left;
    height: 200px;
    width: 300px;
}

/* Layout specific override for Customer Rating */
div.rating-overview-container {
    height: 120px;
    padding: 30px 10px;
    width: 185px;    
}
    .rating-overview-container .rating-overview-title {
        font-size: 16px;
        margin-bottom: 20px;
        }
