/* Starbox.css 
   Part of http://www.nickstakenburg.com/projects/starbox/
*/
.starbox .stars { background: #999999; }
.starbox .rated .stars { background: #FF9900; }
.starbox .rated .hover .stars { background: #999999; }
.starbox .colorbar { background: #FF3300; }
.starbox .hover .colorbar { background: #FF3300; }
.starbox .rated .colorbar { background: #FF3300; }
.starbox .rated .hover .colorbar { background: #FF3300; }
.starbox .ghost { background: #DBEDFD; }
.starbox .indicator { clear: both; }

.starbox .dotted .stars,
.starbox .dotted .hover .stars,
.starbox .dotted .rated .stars, 
.starbox .dotted .rated .hover .stars { background: url(../images/bg_action_hover_left.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: #DBEDFD; }

.starbox .pointy .colorbar { background: #DBEDFD; }
.starbox .pointy .hover .colorbar { background:#DBEDFD; }

.starbox .inverse .stars { float: right; }
.starbox .inverse .indicator { clear: both; display: block; text-align: right; }

.test_dive{
background: #DBEDFD; /*FCEFFD  666666  7170B2*/
}