.rating {
	cursor: pointer;
	display: block;
	float:left;
	width: 90px;
	margin-top: 3px;
}

.total_rating{
	width: 100px;
	float: left;
	text-align:center;
	color: #666;
	margin-top: 3px;
}

.rate_btn{
	width: 70px;
	float: left;
	}

.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}
.cancel,
.star {
	float: left;
	width: 17px;
	height: 15px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}

.star_display {
	float: left;
	width: 17px;
	height: 15px;
	overflow: hidden;
	text-indent: -999em;
}

.dispy_current_rate{
	margin-top: 15px;
	}
.star_display,
.star_display a {background: url(../../images/star.gif) no-repeat 0 0px;}
.star_display a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
}
div.dispy_current_rate div.on a {
	background-position: 0 -32px;
}


.cancel,
.cancel a {background: url(../../images/delete.gif) no-repeat 0 -16px;}

.star,
.star a {background: url(../../images/star.gif) no-repeat 0 0px;}
	
.cancel a,
.star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
}

div.rating div.on a {
	background-position: 0 -32px;
}
div.rating div.hover a,
div.rating div a:hover {
	background-position: 0 -16px;
}
.rating_0_5{
	background: url(../../images/star1.gif) no-repeat;
	height: 16px;
	width: 86px;
	border: 0px;
	margin-top: 3px;
}

.rating_1{
	background: url(../../images/star1.gif) no-repeat;
	height: 16px;
	width: 86px;
	border: 0px;
	margin-top: 3px;
	
}

.rating_1_5{
	background: url(../../images/star2.gif) no-repeat;
	height: 16px;
	width: 86px;
	border: 0px;
	margin-top: 3px;

}

.rating_2{
	background: url(../../images/star2.gif) no-repeat;
	height: 16px;
	width: 86px;
	border: 0px;
	margin-top: 3px;
}

.rating_2_5{
	background: url(../../images/star3.gif) no-repeat;
	height: 16px;
	width: 86px;
	border: 0px;
	margin-top: 3px;
}

.rating_3{
	background: url(../../images/star3.gif) no-repeat;
	height: 16px;
	width: 86px;
	border: 0px;
	margin-top: 3px;
}

.rating_3_5{
	background: url(../../images/star4.gif) no-repeat;
	height: 16px;
	width: 86px;
	border: 0px;
	margin-top: 3px;
}

 .rating_4{
	background: url(../../images/star4.gif) no-repeat;
	height: 16px;
	width: 86px;
	border: 0px;
	margin-top: 3px;
}

.rating_4_5{
	background: url(../../images/star5.gif) no-repeat;
	height: 16px;
	width: 86px;
	border: 0px;
	margin-top: 3px;
}

 .rating_5{
	background: url(../../images/star5.gif) no-repeat;
	height: 16px;
	width: 86px;
	border: 0px;
	margin-top: 3px;
}
