@charset "utf-8";
/* CSS Document */

.ratingStars {

	display: block;

	float:left;

	width: 85px;

	height: 20px;

	text-decoration: none;

	background:url('http://www.myfoodvendor.com/images/rating.png');

}
.ratingStarsGrey {

	display: block;

	float:left;

	width: 85px;

	height: 20px;

	text-decoration: none;

	background:url('http://www.myfoodvendor.com/images/rating2.png');

}

a.star{

	width:17px;

	height:20px;

	display: block;

	float:left;

	text-decoration: none;	

}

.displaceText{

	position: absolute;

	left: -5000px;	

}
