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

.starbox .stars { background: #cccccc; }
.starbox .rated .stars { background: #dcdcdc; }
.starbox .rated .hover .stars { background: #cccccc; }
.starbox .colorbar { background: #000; }
.starbox .hover .colorbar { background: #000; }
.starbox .rated .colorbar { background: #000; }
.starbox .rated .hover .colorbar { background: #000; }
.starbox .ghost { background: #000; }
.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; }
.starbox .pointy .hover .colorbar { background: #ff9231; }

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

.mintsurfer {font-size:18pt;
list-style:none;
float:left;
margin-left:0px;}

.star {list-style:none;
margin-top:20px;
z-index:-1000;}

.indicator {
	margin-left:160px;
	margin-top:-40px;
	width:500px;
	font-weight:100;
	z-index:10;
	
}