.rating { width: 196px; padding:10px 0 0 0; background:#C9E1F1; float: right; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}

.rate-box { background:#fff; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; width:160px; margin: 0 8px; overflow: hidden; display: block; padding:10px;}
.rate-box h3 { margin-bottom: 7px;}
.rate-box img { vertical-align: middle; cursor: pointer;}
.rate-graph { margin:0; clear: both; padding:10px; width: 175px; overflow: hidden; float: left; text-align: center; }

.rating-good, .rating-bad { color:#FFFFFF; float:left; height:15px; text-align:center;}

.rating-good { background-color:#339933;}
.rating-bad { background-color:#666666; color:#666666;}
