/* Starbox.css 
   Part of http://www.nickstakenburg.com/projects/starbox/
6/2008 customized by pdg
*/

.starbox .stars { background: #cccccc; }
.starbox .rated .stars { background: #dcdcdc; }
.starbox .rated .hover .stars { background: #cccccc; }
.starbox .colorbar { background: #c37f7f; }
.starbox .hover .colorbar { background: #ffcc1c; }
.starbox .rated .colorbar { background: #c37f7f; }
.starbox .rated .hover .colorbar { background: #603; }
.starbox .ghost { background: #a1a1a1; }
.starbox .indicator { clear: both; }


.starbox .priceRating .colorbar { background: #7fb86c; }
.starbox .priceRating .hover .colorbar { background: #4c8c36; }


.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 .inverse .stars { float: right; }
.starbox .inverse .indicator { clear: both; display: block; text-align: right; }

.starratingsclear {
	clear: both;
}