/* Starbox.css 
   Part of http://www.nickstakenburg.com/projects/starbox/
*/

.starbox .stars { background: #cccccc; }
.starbox .rated .stars { background: #eeeeee; }
.starbox .rated .ratinghover .stars { background: #ffffff; }
.starbox .colorbar { background: #ffcc33; }
.starbox .ratinghover .colorbar { background: #D9733E; }
.starbox .rated .colorbar { background: #ffcc33; }
.starbox .rated .hover .colorbar { background: #1e90ff; }
.starbox .ghost { background: #a1a1a1; }
.starbox .indicator { clear: both; }

.starbox .dotted .stars,
.starbox .dotted .ratinghover .stars,
.starbox .dotted .rated .stars, 
.starbox .dotted .rated .ratinghover .stars { background: url(../images/starbox/background_dotted.gif) top left repeat-x; }
.starbox .dotted .colorbar,
.starbox .dotted .ratinghover .colorbar,
.starbox .dotted .rated .colorbar, 
.starbox .dotted .rated .ratinghover .colorbar { background: #000000; }
.starbox .dotted .ghost { background: #666666; }

.starbox .pointy .colorbar { background: #ffcc1c; }
.starbox .pointy .ratinghover .colorbar { background: #ff9231; }

.starbox .inverse .stars { float: right; }
.starbox .inverse .indicator { clear: both; display: block; text-align: right; }
