.rate_left {
	margin-top: -10px;
	position: absolute;
}
.rating_area {
	text-align: left;
	margin-bottom: 10px;
}
.btnc_rating {
	background: #1a457b;
	padding: 10px 15px;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
	margin-top:10px;
}
.btnc_rating:hover { color:#fff; background-color:#77B000; }
.rating_txt { font-size:14px; color:#1a457b; vertical-align:top;  }
.rating_area li:last-child {
	color: #666;
	font-size: 14px;
	vertical-align: top;
	padding-top: 7px;
}
.star-full {
	background: url(../images/star-full.png) no-repeat;
	margin-left: 7px;
	background-size: contain;
	width:30px;
	height:35px;
	display:inline-block;
}
.star-half{
	background: url(../images/star-half.png) no-repeat;
	margin-left: 7px;
	background-size: contain;
		width:30px;
	height:35px;
	display:inline-block;
}
.star-null{
	background: url(../images/star-blank.png) no-repeat;
	margin-left: 7px;
	background-size: contain;
		width:30px;
	height:35px;
	display:inline-block;
}