.main{height:27px;margin:0;padding:0;position:relative;}
.reviewRatingStar {
	cursor: pointer;
	margin: 0px;
	clear: both;
	display: block;
	height:23px;
	float:left;
	width:130px;

}
.reviewRatingStar:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}

.star {cursor:pointer; float:left; height:23px; overflow:hidden; position:relative; text-indent:-999em;#top:-18px;line-height:0; width:24px;}
.star-left,
.star-right {
  width: 12px
}


.star, .star a {background: url(/images/RecipeBox/star-new.gif) no-repeat 0 0px;}
.star-left, .star-left a {background: url(/images/RecipeDetail/star-left.gif) no-repeat 0 0px;}
.star-right, .star-right a {background: url(/images/RecipeDetail/star-right.gif) no-repeat 0 0px;}


.star a {
	display: block;
	width: 100%;
	height: 23px;
	background-position: 0 0px;
}

div.reviewRatingStar div.on a {
	background-position: 0 -23px;
}
div.reviewRatingStar div.hover a,
div.reviewRatingStar div a:hover {
	background-position: 0 -23px;
}

.main .reviewRatingStar{ left:7px;
position:absolute;
top:3px;
}


#rate2.reviewRatingStar{line-height:0; #line-height:18px; top:2px !important;}
