#country_list {
width: 180px;
min-height: 200px;
padding-left: 20px;
font-family: Tahoma;
font-size: 11px;
line-height: 1.5em;
margin-bottom: 10px;
}

.selected_resort {
background: #5f83f9;
color: #ffffff;
}

.rating_row {
height: 25px;
}

.rating_cell {
text-align: right;
padding-right: 4px;
border-bottom: 1px solid #e3e3e3;
}

.title_cell {
padding-left: 4px;
border-bottom: 1px solid #e3e3e3;
}

.header_cell {
height: 25px;
background: #eeeeee;
border-bottom: 1px solid #808080;
}

#review_table {
float: left;
margin-right: 10px;
}

#review_copy {
float: left;
}

