/*             styles for the star rater                */	

	#pageBody ul.star-rating{

		list-style:none;

		margin: 0px;

		padding:0px;

		width: 125px;

		height: 32px;

		position: relative;

		background: url(rating-leaves.png) top left repeat-x;	
		display:block;
		text-align:left;	

	}

	#pageBody ul.star-rating li{

		padding:0px;

		margin:0px;

		/*\*/

		float: left;

		/* */

	}

	#pageBody ul.star-rating li a {

		display:block;

		width:25px;

		height: 32px;

		text-decoration: none;

		text-indent: -9000px;

		z-index: 20;

		position: absolute;

		padding: 0px;

		overflow: hidden;

		outline: none;

		border:0;

	} 

	

 	#pageBody ul.star-rating li {

		text-indent:-9000px;

	}

	

	#pageBody ul.star-rating li a:hover{

		background: url(rating-leaves.png) left bottom;

		z-index: 2;

		left: 0px;

	}

	#pageBody ul.star-rating a.one-star, #pageBody ul.star-rating li.one-star {

		left: 0px;

	}

	#pageBody ul.star-rating a.one-star:hover{

		width:25px;

	}

	#pageBody ul.star-rating a.two-stars, #pageBody ul.star-rating li.two-stars {

		left:25px;

	}

	#pageBody ul.star-rating a.two-stars:hover{

		width: 50px;

	}

	#pageBody ul.star-rating a.three-stars, #pageBody ul.star-rating li.three-stars {

		left: 50px;

	}

	#pageBody ul.star-rating a.three-stars:hover{

		width: 75px;

	}

	#pageBody ul.star-rating a.four-stars, #pageBody ul.star-rating li.four-stars {

		left: 75px;

	}	

	#pageBody ul.star-rating a.four-stars:hover{

		width: 100px;

	}

	#pageBody ul.star-rating a.five-stars, #pageBody ul.star-rating li.five-stars {

		left: 100px;

	}

	#pageBody ul.star-rating a.five-stars:hover{

		width: 125px;

	}

	#pageBody ul.star-rating li.current-rating{

		background: url(rating-leaves.png) left center;

		position: absolute;

		height: 32px;

		display: block;

		text-indent: -9000px;

		z-index: 1;

	}

	

	#pageBody ul.star-rating-warning {

		font-size:smaller;

		color: #fff;

	}		

