/* Starbox.css 
   Part of http://www.nickstakenburg.com/projects/starbox/
*/

ul.stars { margin: 0; padding: 0; list-style-type: none; }
ul.stars .star { clear: both; width: 100%; float: left; color: #333333; border-bottom: 1px solid #efefef; padding: 3px 0 3px 0;}
ul.stars .last { border: 0; }

.starbox .stars { background: #cccccc; }
.starbox .rated .stars { background: #dcdcdc; }
.starbox .rated .hover .stars { background: #cccccc; }

/*
.starbox .colorbar { background: #1e90ff; }
.starbox .hover .colorbar { background: #ffcc1c; }
*/

.starbox .colorbar { 
/*background: #1e90ff; */
	background:#353535; 
}
.starbox .hover .colorbar { 
/*background: #ffcc1c; */
	background:#7cbd42;
 }

.starbox .rated .colorbar { 
/*background: #64b2ff;  */
background:#353535; 
}
.starbox .rated .hover .colorbar { 
/*background: #1e90ff; */
background:#353535; 

 }
.starbox .ghost { background: #a1a1a1; }
.starbox .indicator { clear: both; }

.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;  */
background:#7cbd42;
}
.starbox .pointy .hover .colorbar { background: #ff9231; }

.starbox .inverse .stars { float: right; }
.starbox .inverse .indicator { clear: both; display: block; text-align: right; }


