
/* RATING */

.star-rating, .star-rating a:hover, .star-rating a:active, .star-rating a:focus, .star-rating .current-rating, 
.star-rating-disabled, .star-rating-disabled a:hover, .star-rating-disabled a:active, .star-rating-disabled a:focus, .star-rating-disabled .current-rating
{
	background:transparent url(res.php?file=star.gif) repeat-x scroll left -1000px;
}
.star-rating, 
.star-rating-disabled {
	background-position:left top;
	height:25px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	overflow:hidden;
	padding:0pt;
	position:relative;
	width:125px;
}
.star-rating li, 
.star-rating-disabled li {
	display:inline;
}
.star-rating a, .star-rating .current-rating, 
.star-rating-disabled a, .star-rating-disabled .current-rating
{
	border:medium none;
	height:25px;
	left:0pt;
	line-height:25px;
	outline-color:invert;
	outline-style:none;
	outline-width:medium;
	overflow:hidden;
	position:absolute;
	text-indent:-1000em;
	top:0pt;
}
.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
	background-position:left bottom;
}
.star-rating .current-rating,
.star-rating-disabled .current-rating 
{
	background-position:left center;
	z-index:1;
}
.inline-rating {
	display:-moz-inline-box;
	vertical-align:middle;
}
.small-star {
	height:10px;
	width:50px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating {
	background-image:url(res.php?file=star_small.gif);
	height:10px;
	line-height:10px;
}

/* RATING END */

.current-rating {
	margin-left: 0px;
}


