    .unit-rating{float:left; clear:both; width:100px; height:20px; padding:0px; margin:0px;background:url('../images/starrating.gif') repeat-x;}
    .unit-rating li a:hover,
    .unit-rating .on{background:url('../images/starrating.gif') 0 -20px no-repeat;}
    .unit-rating a{float:left;width:20px; height:20px;}
    #ratingSaved{display:none;}
    .saved{color:red; }

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

.ratingblock {
	display:block;
/*	border-bottom:1px solid #999;
	padding-bottom:8px;
	margin-bottom:8px;*/
	padding-top:8px;	
	padding-bottom:8px;	
	}

.loading {
	height: 20px;
	background: url('../images/working.gif') 50% 50% no-repeat;
	}
	
.novoted {color:#000;}
.voted {color:#555;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}		
