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

.starbox .stars { background: #ccc; }
.starbox .rated .stars { background: #dcdcdc; }
.starbox .rated .hover .stars { background: #ccc; }
.starbox .colorbar { background: #5a5a5a; }
.starbox .hover .colorbar { background: #F06204; }
.starbox .rated .colorbar { background: #ccc; }
.starbox .rated .hover .colorbar { background: #F06204; }
.starbox .ghost { background: #a1a1a1; }
.starbox .indicator {font-size:9px; text-align:left; color:#999; }

.starbox .dotted .stars,
.starbox .dotted .hover .stars,
.starbox .dotted .rated .stars, 
.starbox .dotted .rated .hover .stars { background: url('../images/starbox/background_dotted.gif') top left repeat-x; }
.starbox .dotted .colorbar,
.starbox .dotted .hover .colorbar,
.starbox .dotted .rated .colorbar, 
.starbox .dotted .rated .hover .colorbar { }
.starbox .dotted .ghost { background: #666; }

.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; }