/* Starbox.css 
   Part of http://www.nickstakenburg.com/projects/starbox/
*/

.stars { background: #cccccc; }
.rated .stars { background: #dcdcdc; }
.rated .hover .stars { background: #cccccc; }
.colorbar {
	background-color: #bc2a3a;
}
.hover .colorbar {
	background-color: #7E1D26;
}
.rated .colorbar {
	background-color: #DF6F7A;
}
.rated .hover .colorbar {
	background-color: #7E1D26;
}
.ghost { background: #a1a1a1; }
.indicator {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}

.dotted .stars,
.dotted .hover .stars,
.dotted .rated .stars, 
.dotted .rated .hover .stars { background: url(../images/starbox/background_dotted.gif) top left repeat-x; }
.dotted .colorbar,
.dotted .hover .colorbar,
.dotted .rated .colorbar, 
.dotted .rated .hover .colorbar { background: #000000; }
.dotted .ghost { background: #666666; }

.pointy .colorbar {
	background-color: #bc2a3a;
}
.pointy .hover .colorbar {
	background: #7E1D26;
}

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