/* Starbox.css 
   Part of http://www.nickstakenburg.com/projects/starbox/
*/

.starbox .stars { background: #000; }
.starbox .rated .stars { background: #333; }
.starbox .rated .hover .stars { background: #333; }
.starbox .colorbar { background: #c00; }
.starbox .hover .colorbar { background: #fff; }
.starbox .rated .colorbar { background: #a00; }
.starbox .rated .hover .colorbar { background: #a00; }
.starbox .ghost { background: #444; }
.starbox .indicator { clear: both; color: #666666 !important; }
.starbox .rated .indicator { color: #766 !important; }

.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 { 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; }