/* Starbox.css
   Part of http://www.nickstakenburg.com/projects/starbox/
*/

.starbox .default { background: #cccccc; } /* default star background */
.starbox .default .colorbar { background: #1e90ff; } /* current average rating */
.starbox .default .hover .colorbar { background: #ffcc1c; } /* mouse over color */

.starbox .black { background: #cccccc; }
.starbox .black .colorbar { background: #F9EC6D url(starbox_bg.png) center repeat-x; }
.starbox .black .hover .colorbar { background: #FFA81E; }

.starbox .dotted { background: url(default_dotted_background.gif) top left repeat-x; }
.starbox .dotted .colorbar { background: #000000; }
