/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel, div.star-rating {
	float: left;
	width: 20px;
	height: 24px;
	text-indent: -999em;
	cursor: pointer;
	display: block;
	background: transparent;
	overflow: hidden
}

div.star-rating {

}

div.star-rating a {
	background: url('stars.png') no-repeat 0 2px;
	display: block;
	width: 20px;
	transition: 0s;
	border:0;
}

div.star-rating-on a {
	background-position: 0 -42px
}

div.star-rating-hover a {
	background-position: 0 -21px
}

/* Read Only CSS */
div.star-rating-readonly a {
	cursor: default !important
}

/* Partial Star CSS */
div.star-rating {
	background: transparent!important;
	overflow: hidden!important
}

#rating_description {
	margin: -1px 0 0 20px;
}

.rating_container {
	width: 91px;
	margin-top:1px;
	height: 16px;
	display:inline-block;
}

.rating_counter {
	display:inline-block;
	margin:0 0 0 10px;
	position:relative;
	top:-2px;
}

.rating_info {
	color:#999;
	margin-top:5px;
}

.comment_rating {
	float: right;
}

div.stars {
	background: url('stars.png') repeat-x 0 0px;
}

div.stars_active {
	background-position: 0 -44px;
  height: 22px;
}
