/* Starbox.css 
   Part of http://www.nickstakenburg.com/projects/starbox/
*/

.starbox {/*float:right; display:inline;*/ }
.starbox .stars { background: #cccccc; }
.starbox .rated .stars { background: #dcdcdc; }
.starbox .rated .hover .stars { background: #cccccc; }
.starbox .colorbar { background: #1e90ff; }
.starbox .hover .colorbar { background: #ffcc1c; }
.starbox .rated .colorbar { background: #64b2ff; }
.starbox .green .colorbar  { background: #7cbe65; }
.starbox .green .hover .colorbar  { background: #7cbe65; }
.starbox .rated .hover .colorbar { background: #1e90ff; }
.starbox .ghost { background: #a1a1a1; }
.starbox .indicator { clear: both; }
