
/* ======= STAR-RATER ======== */
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(/images/rating_star.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:100px;
	height:20px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}

.star-rating li{
display: inline;
}

.star-rating a,
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:20px;
	line-height:20px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}

.star-rating a.fix {
	background: url(/images/rating_star.gif) left -1000px repeat-x;
	background-position: left bottom;
}

.star-rating a.disable {
	background-position: left center;
	cursor: text;
}
.star-rating a.disableWhite {
	background: url(/images/rating_star.gif) left -1000px repeat-x;
	cursor: text;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}
/* ======= /STAR-RATER ======== */

/* ======= RATING RECEIVED ==== */
.starratingrec {
	background: url(/images/rating_star.gif) left -1000px repeat-x;
}
.starratingrec{
	position:relative;
	width:100px;
	height:20px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}

.starratingrec li{
	display: inline;
}

.starratingrec span {
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:20px;
	line-height:20px;
	outline:none;
	overflow:hidden;
	border: none;
	background-position: left top;
}

.starratingrec li span.rec{
	background: url(/images/rating_star.gif) left -1000px repeat-x;
	background-position: left bottom;
}

