.stargroup{
	font-size: 10px;
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 144px;
	height: 22px;
	position: relative;
	background: url('/img/icons/16x16/star_gray.png');
	float: left;
	margin-right: 10px;
}
.stargroup li{
	list-style-image: none;
	text-indent: -90000px;
	padding:0;
	margin: 0;
	float: left;
}
.stargroup li a{
	display:block;
	width: 24px;
	height: 22px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	outline: none;
	border: 0;
}
.stargroup li a:hover{
	background: url('/img/icons/16x16/star_hover.png');
	z-index: 2;
	left: 0px;
}

.stargroup a.star1{left: 0px;}
.stargroup a.star1:hover{width:24px;}
.stargroup a.star2{left: 24px;}
.stargroup a.star2:hover{width:48px;}
.stargroup a.star3{left: 48px;}
.stargroup a.star3:hover{width:72px;}
.stargroup a.star4{left: 72px;}
.stargroup a.star4:hover{width:96px;}
.stargroup a.star5{left: 96px;}
.stargroup a.star5:hover{width:120px;}
.stargroup a.star6{left: 120px;}
.stargroup a.star6:hover{width:144px;}
.stargroup li.currentscore{
	background: url('/img/icons/16x16/star.png');
	position: absolute;
	height: 22px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

.rate_details
{
	height: 24px;
	line-height: 24px;
	font-size: 8pt;
}
