/* @override http://hudsonvalley.ratingsmart.local:3000/stylesheets/star_rating.css?1192227338 */

/* @group Large Stars */

.star-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 100px;
		height: 20px;
		position: relative;
		background: url(/images/star_rating-20.png) top left repeat-x;
*		background: url(/images/star_rating-20.gif) top left repeat-x;
	}
	.star-rating li{
		padding:0px;
		margin:0px;
	
		/*\*/
		float: left;
		/* */
	}
	.star-rating li a, .star-rating li span{
		display:block;
		width:20px;
		height: 20px;
		line-height:20px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 20;
		position: absolute;
		padding: 0px;
		overflow:hidden;
	}
	.star-rating li a:hover{
		background: url(/images/star_rating-20.png) left center;
*		background: url(/images/star_rating-20.gif) left center;
		z-index: 2;
		left: 0px;
		border:none;
	}
	.star-rating a.one-star, .star-rating span.one-star{
		left: 0px;
	}
	.star-rating a.one-star:hover{
		width:20px;
	}
	.star-rating a.two-stars, .star-rating span.two-stars{
		left:20px;
	}
	.star-rating a.two-stars:hover{
		width: 40px;
	}
	.star-rating a.three-stars, .star-rating span.three-stars{
		left: 40px;
	}
	.star-rating a.three-stars:hover{
		width: 60px;
	}
	.star-rating a.four-stars, .star-rating span.four-stars{
		left: 60px;
	}	
	.star-rating a.four-stars:hover{
		width: 80px;
	}
	.star-rating a.five-stars, .star-rating span.five-stars{
		left: 80px;
	}
	.star-rating a.five-stars:hover{
		width: 100px;
	}
	.star-rating li.current-rating{
		background: url(/images/star_rating-20.png) left bottom;
*		background: url(/images/star_rating-20.gif) left bottom;
		position: absolute;
		height: 20px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
    left: 0px;
	}
  a:focus {outline: none}
	

span.price .star-rating li a:hover{
	background: url(/images/price_rating-20.png) left center;
*	background: url(/images/price_rating-20.gif) left center;
	}
span.price .star-rating li.current-rating{
	background: url(/images/price_rating-20.png) left bottom;
*	background: url(/images/price_rating-20.gif) left bottom;
	}
span.price .star-rating{
	background: url(/images/price_rating-20.png) top left repeat-x;
*	background: url(/images/price_rating-20.gif) top left repeat-x;
	}

/* @end */

/* @group Small Stars */

div.finer_points .star-rating{
		list-style:none;
		margin: 0px;
		padding:0px;
		width: 75px;
		height: 15px;
		position: relative;
		background: url(/images/star_rating-15.png) top left repeat-x;
*		background: url(/images/star_rating-15.gif) top left repeat-x;
}
div.finer_points .star-rating li{
		padding:0px;
		margin:0px;
	
		/*\*/
		float: left;
		/* */
	}
div.finer_points .star-rating li a, .star-rating li span{
		display:block;
		width:15px;
		height: 15px;
		line-height:15px;
		text-decoration: none;
		text-indent: -9000px;
		z-index: 15;
		position: absolute;
		padding: 0px;
		overflow:hidden;
	}
div.finer_points .star-rating li a:hover{
		background: url(/images/star_rating-15.png) left center;
*		background: url(/images/star_rating-15.gif) left center;
		z-index: 2;
		left: 0px;
		border:none;
	}
div.finer_points .star-rating a.one-star, .star-rating span.one-star{
		left: 0px;
	}
div.finer_points .star-rating a.one-star:hover{
		width:215px;
	}
div.finer_points .star-rating a.two-stars, .star-rating span.two-stars{
		left:15px;
	}
div.finer_points .star-rating a.two-stars:hover{
		width: 30px;
	}
div.finer_points .star-rating a.three-stars, .star-rating span.three-stars{
		left: 30px;
	}
div.finer_points .star-rating a.three-stars:hover{
		width: 45px;
	}
div.finer_points .star-rating a.four-stars, .star-rating span.four-stars{
		left: 45px;
	}	
div.finer_points .star-rating a.four-stars:hover{
		width: 60px;
	}
div.finer_points .star-rating a.five-stars, .star-rating span.five-stars{
		left: 60px;
	}
div.finer_points .star-rating a.five-stars:hover{
		width: 75px;
	}
div.finer_points .star-rating li.current-rating{
		background: url(/images/star_rating-15.png) left bottom;
*		background: url(/images/star_rating-15.gif) left bottom;
		position: absolute;
		height: 15px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
    left: 0px;
	}
div.finer_points a:focus {outline: none}
	

div.finer_points span.price .star-rating li a:hover{
	background: url(/images/price_rating-15.png) left center;
*	background: url(/images/price_rating-15.gif) left center;
	}
div.finer_points span.price .star-rating li.current-rating{
	background: url(/images/price_rating-15.png) left bottom;
*	background: url(/images/price_rating-15.gif) left bottom;
	}
div.finer_points span.price .star-rating{
	background: url(/images/price_rating-15.png) top left repeat-x;
*	background: url(/images/price_rating-15.gif) top left repeat-x;
	}

/* @end */
