@charset "utf-8";
/* CSS Document */

.star-rating
{
	list-style: none;
	margin: 3px; 
	padding: 0px;			
	width: 300px; 		
	height: 20px;
	position: relative;
	background: url(star_rating.gif) top left repeat-x;
	color:#00CC00;
}

.star-rating li
{
padding:0px;
margin:0px; 
display:block;
float: left; 			
width:25px; 	
height: 26px;
/*\*/ 			
	
/* */ 			
}

.star_on
{
	background: url(img/star.gif);
	background-position: bottom left;
}

.star_off
{
	background: url(img/star.gif);
	background-position: top left;
}



