/* GENERAL STYLES */
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(/images/star.gif) left -1000px repeat-x;
}
#sidebar2 #rating .star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0px 20px 0px 2px;
	padding:0 0 0 0;
	background-position: left top;
}

#sidebar2 ul.star-rating li {
	list-style:none;
}

.star-rating li {
	display: inline;
}
.star-rating a, 
#rating .star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden !important;
	border: none;
	margin-left:0px;
}
#rating .star-rating a:hover,
#rating .star-rating a:active,
#rating .star-rating a:focus{
	background-position: left bottom;
}
#rating .star-rating a.one-star{
	width:20%;
	z-index:6;
}
#rating .star-rating a.two-stars{
	width:40%;
	z-index:5;
}
#rating .star-rating a.three-stars{
	width:60%;
	z-index:4;
}
#rating .star-rating a.four-stars{
	width:80%;
	z-index:3;
}
#rating .star-rating a.five-stars{
	width:100%;
	z-index:2;
}
#rating .star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	

/* for an inline rater */
#rating .inline-rating{
	/*display:inline-block;*/
	vertical-align: middle;
}

/* smaller star */
#rating .small-star{
	width:50px;
	height:10px;
}
#rating .small-star,
#rating .small-star a:hover,
#rating .small-star a:active,
#rating .small-star a:focus,
#rating .small-star .current-rating{
	background-image: url(/images/star_small.gif);
	line-height: 10px;
	height: 10px;
}

#rating {
background-image:url(/images/cliche/seen_it_bg.jpg);
background-position:left top;
background-repeat:no-repeat;
margin-top:1em;
padding:15px 15px 0 15px;
min-height:20px
}

* html #rating {
	height:20px;
}

.ratingtext {
display: block;
font-size:1.2em;
margin-left:7px;
padding-bottom:10px;
}





/* EDITOR PROPERTIES */

