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

.starbox .stars { background: #cccccc; }
.starbox .rated .stars { background: #cccccc; }
.starbox .rated .hover .stars { background: #cccccc; }
.starbox .colorbar { background: #da0000; }
.starbox .hover .colorbar { background: #ff6000; }
.starbox .rated .colorbar { background: #da0000; }
.starbox .rated .hover .colorbar { background: #da0000; }
.starbox .ghost { background: #a1a1a1; }
.starbox .indicator { clear: both; }

