.star-rating-3, .star-rating-3 .current-rating-3
{
	background: url(http://s1.softpedia-static.com/base_img/rank_f_star_ed.gif?v=2) left -1000px repeat-x;	
	z-index:1;
	background-position: left center;
	
}
.star-rating-3
{
	position:relative;
	width:80px;
	height:17px;
	overflow:hidden;
	list-style:none;
	padding:0;
	margin:0;
	background-position: left top;
}
.star-rating-3 li
{
	display: inline;
}
.star-rating-3 .current-rating-3
{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:17px;
	line-height:17px;
	outline:none;
	overflow:hidden;
	border: none;
}

/* .... */


.star-rating-2, .star-rating-2 .current-rating-2
{
	background: url(http://s1.softpedia-static.com/base_img/rank_f_star_news_2.gif) left -1000px repeat-x;	
	z-index:1;
	background-position: left center;
	
}
.star-rating-2
{
	position:relative;
	width:100px;
	height:17px;
	overflow:hidden;
	list-style:none;
	padding:0;
	margin:0;
	background-position: left top;
}
.star-rating-2 li
{
	display: inline;
}
.star-rating-2 .current-rating-2
{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:17px;
	line-height:17px;
	outline:none;
	overflow:hidden;
	border: none;
}

/* .... */

div.star-rating-prefix
{
}
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating .current-rating
{
	background: url(http://s2.softpedia-static.com/base_img/rank_f_star_news.gif?v=2) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:100px;
	height:17px;
	overflow:hidden;
	list-style:none;
	padding:0;
	margin: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:17px;
	line-height:17px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	

/* for an inline rater */
.inline-rating{
	/*display:-moz-inline-block;*/
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}

#rater__fb
{
    margin-top: 6px;
}
