.star-rating-widget > span.star {
	background-position:center;
	background-size:24px;
	display: inline-block;
	height:20px; width:20px;
	vertical-align: middle;}
.star-rating-widget > span.star.empty{
	background-image:url(/img/icons/star-d.png);
}

.star-rating-widget > span.full{
	background-image:url(/img/icons/star-orange.png);
}

.star-rating-widget > span.full-10{
	background-image:url(/img/icons/star-d-10.png);
}

.star-rating-widget > span.full-20{
	background-image:url(/img/icons/star-d-20.png);
}

.star-rating-widget > span.full-30{
	background-image:url(/img/icons/star-d-30.png);
}

.star-rating-widget > span.full-40{
	background-image:url(/img/icons/star-d-40.png);
}

.star-rating-widget > span.full-50{
	background-image:url(/img/icons/star-d-50.png);
}

.star-rating-widget > span.full-60{
	background-image:url(/img/icons/star-d-60.png);
}

.star-rating-widget > span.full-70{
	background-image:url(/img/icons/star-d-70.png);
}

.star-rating-widget > span.full-80{
	background-image:url(/img/icons/star-d-80.png);
}

.star-rating-widget > span.full-90{
	background-image:url(/img/icons/star-d-90.png);
}

.reviews-style {
	color: #888;
}

.value-style {
	color: #ffc963;
	font-weight: bold;
	position: relative;
	top: 1px;
}
