.sp_rating{ display:block; clear:both }
.small_rating{ }
	.rating{float:left; padding-right:10px;}
	.small_rating{float:right; padding-right:10px;}
	
	
	.base {background:url(/images/stars-big.png) 0 0 no-repeat; width:100px; height:20px; float:left; padding-right:4px; overflow:hidden;  }
	.small_base {background:url(/images/stars-small.png) 0 0 no-repeat; width:54px; height:12px; float:right; overflow:hidden;}
	
	.average {background:url(/images/stars-big.png) 0 -20px no-repeat; text-indent:-9999px; height:20px;}
	.small_average {background:url(/images/stars-small.png) 0 -12px no-repeat; text-indent:-9999px; height:12px;}

	.votes{float:right; padding-right:4px;margin-top:2px;}
	.score{ background:url(/images/stars-big.png) 0 0 no-repeat; width:100px; height:20px; float:right; position:relative;}
		.score a{display:block; height:19px; float:right; text-indent:-9999px; position:absolute; overflow:hidden; }
		.score1 {width:20%; z-index:55;}
		.score2 {width:40%; z-index:54;}
		.score3 {width:60%; z-index:53;}
		.score4 {width:80%; z-index:52;}
		.score5 {width:100%; z-index:51;}
		.score a:hover{ background:url(/images/stars-big.png) 0 -40px no-repeat;}
	.status {height:20px; overflow:hidden; position:relative; float:right;}
		
	.score_this{ height:19px; overflow:hidden; margin-top:2px; padding-left:3px;}
		.score_this a{color:#f37800;}
		
		

