/*  styles for the unit rater
--------------------------------------------------------- 
ryan masuga, masugadesign.com
ryan@masugadesign.com 
Licensed under a Creative Commons Attribution 3.0 License.
http://creativecommons.org/licenses/by/3.0/
See readme.txt for full credit details.
--------------------------------------------------------- */

.ratingblock {
	display:block;
	padding:0px;
	position: relative;
	width: 120px;
}

.ratingblock .loading {
	height: 30px;
	background: url('../images/working.gif') 50% 50% no-repeat;
}
	
.ratingblock .unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 15px;
	position: relative;
	background: url('../images/starrating.png') top left repeat-x;		
}


.ratingblock .unit-rating .rlink {
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */

	outline: none;
	display:block;
	width:7.5px;
	height: 15px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
	
.ratingblock .unit-rating .rlink:hover{
	background: url('../images/starrating.png') left center;
	z-index: 2;
	left: 0px;
}

.ratingblock .unit-rating .current-rating {
	background: url('../images/starrating.png') left bottom;
	position: absolute;
	height: 15px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

.ratingblock .voted {font-size: 9px; color:#000;}
.ratingblock .nvoted {font-size: 9px; color:#090;}
.ratingblock .static {font-size: 9px; color:#5D3126;}