.rating_note {	float:left;display:inline;font-size:14px;font-weight:500;color:#454545;font-family:"museo-sans-n7", "museo-sans";margin:0 10px 20px 0}
.rating_container {	float:left;display:inline;}
.rating_average	{	float:left;display:inline;font-size:14px;font-weight:500;color:#454545;font-family:"museo-sans-n7", "museo-sans";margin:1px 0 0px 5px}

.rating {
	width: 110px;
	background:#fff;
	float:left;display:inline;margin:0 0 0px 0;float:left;
}

.stars {
	width: 17px;
	height: 17px;
	display: inline;
	float: left;		
	border: none;
	cursor: pointer;			
	padding-right: 5px;
	text-align: center;
	background:url(../images/one_star.png) no-repeat top left;
	text-decoration:none;
}
.stars:hover {
	background:url(../images/one_star_active.png) no-repeat top left;
}		
.stars.selected {
	background:url(../images/one_star_active.png) no-repeat top left;
}
.stars.over {
	background:url(../images/one_star_active.png) no-repeat top left;
}


/******** rating ***************/
.rating-info			{	background:url(../images/rating-info-bg.png) no-repeat top left;display:inline; float:left; width:110px; height:17px; border:none;margin:0 0 0px 0}
.rating-stars	{	background:url(../images/rating-info-stars.png) no-repeat top left;display:inline; float:left; height:17px; border:none;width:110px;}


.rating-info2			{	background:url(../images/rating-info-bg.png) no-repeat top left;display:inline; float:left; width:110px; height:17px; border:none;}
.rating-stars2	{	background:url(../images/rating-info-stars.png) no-repeat top left;display:inline; float:left; height:17px; border:none;width:110px;}
