/* Starbox.css 
   Part of http://www.nickstakenburg.com/projects/starbox/
*/
.starbox .stars {background: url(/keys_imgpro/cles_off.png); } 
.starbox .rated .stars { background: url(/keys_imgpro/cles_off.png); }
.starbox .rated .hover .stars { background: url(/keys_imgpro/cles_off.png); }
.starbox .colorbar { background: url(/keys_imgpro/cles_on.png) } 
.starbox .hover .colorbar { background: url(/keys_imgpro/cles_on.png)} 
.starbox .rated .colorbar { background:url(/keys_imgpro/cles_on.png)}
.starbox .rated .hover .colorbar { background: url(/keys_imgpro/cles_on.png)} 
.starbox .ghost { background: url(/keys_imgpro/cles_off.png)}
.starbox .indicator { clear: both; }
.starbox .dotted .stars,
.starbox .dotted .hover .stars,
.starbox .dotted .rated .stars, 
.starbox .dotted .rated .hover .stars { top left repeat-x; }
.starbox .dotted .colorbar,
.starbox .dotted .hover .colorbar,
.starbox .dotted .rated .colorbar, 
.starbox .dotted .rated .hover .colorbar { background: #000000; }
.starbox .dotted .ghost { background: #666666; }
.starbox .pointy .colorbar { background: #ffcc1c; }
.starbox .pointy .hover .colorbar { background: #ff9231; }
.starbox .inverse .stars { float: right; }
.starbox .inverse .indicator { clear: both; display: block; text-align: right; }
.starbox {float:left;}

