/* styles for the star rater - gogo */
.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 145px;
	height: 29px;
	position: relative;
	overflow:hidden;
	background: url(/img/star-rating/alt_star.gif) top left repeat-x;
}
.star-rating li{
	padding:0px;
	margin:0px;
	width:29px;
	height:29px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width:29px;
	height: 29px;
	line-height:29px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	overflow:hidden;
}
.star-rating li a:hover{
	background: url(/img/star-rating/alt_star.gif) left bottom;
	z-index: 2;
	left: 0px;
	border:none;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:29px;
}
.star-rating a.two-stars{
	left:29px;
}
.star-rating a.two-stars:hover{
	width: 58px;
}
.star-rating a.three-stars{
	left: 58px;
}
.star-rating a.three-stars:hover{
	width: 87px;
}
.star-rating a.four-stars{
	left: 87px;
}
.star-rating a.four-stars:hover{
	width: 116px;
}
.star-rating a.five-stars{
	left: 116px;
}
.star-rating a.five-stars:hover{
	width: 145px;
}
.star-rating li.current-rating{
	background: url(/img/star-rating/alt_star.gif) left center;
	position: absolute;
	height: 29px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

/* styles for the star rater SMALL */
.star-rating-small {
	list-style:none;
	margin: 3px 0 0 0;
	padding:0px;
	width: 80px;
	height: 16px;
	position: relative;
	overflow:hidden;
	background: url(/img/star-rating/alt_star_small.gif) top left repeat-x;
}
.star-rating-small li{
	padding:0px;
	margin:0px;
	width:16px;
	height:16px;
	/*\*/
	float: left;
	/* */
}
.star-rating-small li a{
	display:block;
	width:16px;
	height: 16px;
	line-height:16px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	overflow:hidden;
}
.star-rating-small li a:hover{
	background: url(/img/star-rating/alt_star_small.gif) left bottom;
	z-index: 2;
	left: 0px;
	border:none;
}
.star-rating-small a.one-star{
	left: 0px;
}
.star-rating-small a.one-star:hover{
	width:16px;
}
.star-rating-small a.two-stars{
	left:16px;
}
.star-rating-small a.two-stars:hover{
	width: 32px;
}
.star-rating-small a.three-stars{
	left: 32px;
}
.star-rating-small a.three-stars:hover{
	width: 48px;
}
.star-rating-small a.four-stars{
	left: 48px;
}
.star-rating-small a.four-stars:hover{
	width: 64px;
}
.star-rating-small a.five-stars{
	left: 64px;
}
.star-rating-small a.five-stars:hover{
	width: 80px;
}
.star-rating-small li.current-rating{
	background: url(/img/star-rating/alt_star_small.gif) left center;
	position: absolute;
	height: 16px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

/* remove halo effect in firefox   */
a:active{
	outline: none;
}

span#rating-text {
	font-size: 12px;
	font-weight: bold;
	color: #f8a605;
	position: absolute;
	margin: 5px 0 0 160px;
}

