.ratings {
	/*clear: both;*/
	line-height: normal;
/*	margin: 7px 0px 0.6em 0px;  */
 	margin: 5px 0px 0px 0px;
	padding: 0px;
	width: 120px;
	height:13px;
	overflow:hidden;
}

.ratings .rating-box {
	background-image: url(/shop/skin/frontend/vinorio/vinorio/images/product_rating_blank_star.gif);
/*
float: left;
margin: 2px 5px 3px 0px;*/
position: relative;

	width: 69px;
	height: 13px;

}

.ratings .rating-box .rating {
	background-image: url(/shop/skin/frontend/vinorio/vinorio/images/product_rating_full_star.gif);
	height: 13px;
	left: 0px;
	position: absolute;
	top: 0px;
	margin: 0px;
}
