/*  styles for the unit rater     */
.ratingblock {
	display:block;
	padding:0px;
	margin:0px;
	width: 50px;
	float: left;
	color:#000000;
	font-size: 12px;
	font-weight: bold;
	}

.loading {
	height: 30px;
	background: url('../img/rating/working.gif') 50% 50% no-repeat;
	}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 20px;
	background: url('../img/rating/starrating.gif') top left no-repeat;	
	z-index: 2;	
	float: left;
	}

.unit-rating {
	padding:0px;
	margin:0px;
	width: 50px;
	height: 20px;
	float: left;
	}
	
.unit-rating a {
	outline: none;
	display:block;
	width:50px;
	height: 20px;
	text-decoration: none;
	z-index: 2;
	padding: 0px;
	}
	
.unit-rating a:hover{
	background: url('../img/rating/starrating.gif') left center no-repeat;
	z-index: 1;
	left: 0px;
	width:50px;
	height: 20px;
	}

.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:50px;}

.unit-rating .current-rating {
	background: url('../img/rating/starrating.gif') left bottom no-repeat;
	height: 20px;
	width: 50px;
	display: block;
	z-index: 1;
	margin-left: 0px;
	padding:0px;
	margin:0px;
	float: left;
	}

.voted {
	color:#000000;
	line-height: 20px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	width: 50px;
	padding:0px;
	margin:0px;
	float: left;
}


.static {
	color:#000000;
	line-height: 20px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	width: 50px;
	padding:0px;
	margin:0px;
	float: left;
}		
