.star_14 {
	text-align: left;
	display: inline-block;	
	width: 76px;
	height: 14px;
	background-image: url(/image.old/star/star_off_14.png);
	background-repeat: no-repeat;
}

.star_14 span {
	display: inline-block;
	height: 14px;
	background-image: url(/image.old/star/star_on_14.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.star_16 {
	text-align: left;
	display: inline-block;	
	width: 90px;
	height: 16px;
	background-image: url(/image.old/star/star_off_16.png);
	background-repeat: no-repeat;
}

.star_16 span {
	display: inline-block;
	height: 16px;
	background-image: url(/image.old/star/star_on_16.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.star_20 {
	text-align: left;
	display: inline-block;	
	width: 110px;
	height: 20px;
	background-image: url(/image.old/star/star_off_20.png);
	background-repeat: no-repeat;
}

.star_20 span {
	display: inline-block;
	height: 20px;
	background-image: url(/image.old/star/star_on_20.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.star_24 {
	text-align: left;
	display: inline-block;	
	width: 130px;
	height: 24px;
	background-image: url(/image.old/star/star_off_24.png);
	background-repeat: no-repeat;
}

.star_24 span {
	display: inline-block;
	height: 24px;
	background-image: url(/image.old/star/star_on_24.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.star_32 {
	text-align: left;
	display: inline-block;	
	width: 176px;
	height: 32px;
	background-image: url(/image.old/star/star_off_32.png);
	background-repeat: no-repeat;
}

.star_32 span {
	display: inline-block;
	height: 32px;
	background-image: url(/image.old/star/star_on_32.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.star_64 {
	text-align: left;
	display: inline-block;	
	width: 350px;
	height: 64px;
	background-image: url(/image.old/star/star_off_64.png);
	background-repeat: no-repeat;
}

.star_64 span {
	display: inline-block;
	height: 64px;
	background-image: url(/image.old/star/star_on_64.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.star-container {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.star-rating {
	display: inline-block;
	width: 10%;
	vertical-align: top;
}

.star-rating span {
	font-family: 'helveticaneue_medium';
	font-size: 12px;
	line-height: 16px;
	position: relative;
	top: 3px;
}
