#reviews_container {
width: 100%;
clear: both;
}

#reviews_left_column {
float: left;
text-align: right;
width: 16%;
}

#reviews_center_column {
float: left;
width: 21%;
}

#reviews_right_column {
float: right;
width: 61%;
}

#rate_left_column {
float: left;
text-align: right;
width: 20%;
}

#rate_right_column {
float: right;
width: 80%;
}

#listing_row{
float: right;
position: relative;
width: 100%;
}

.row1 {
position: static;
background-color: #efefef;
height: 30px;
padding-left: 4px;
padding-bottom: 5px;
}

.row1:hover{
background-color: #D2E9FF;
color: black;
}

.row2 {
position: static;
background-color: #f9f9f9;
height: 30px;
padding-left: 4px;
padding-bottom: 5px;
}


.row2:hover{
background-color: #D2E9FF;
color: black;
}

.valign {
line-height: 30px;
}

#review_row1 {
position: static;
background-color: #efefef;
height: 30px;


}

#review_row2 {
position: static;
background-color: #f9f9f9;
height: 30px;

}


.reviews_bottom{
clear: both;
width: 100%;
height: 20px;
background-color: #efefef;
padding-bottom: 5px;
}

