/*
stars
*/

#ratingbox{
	padding-top: 25px;
	padding-bottom: 25px;
	text-align:center;
	width:150px;
}

.invisible{
	display:none;
}


.rating_totalstars{
	width: 150px;
	height: 28px;
	background:#FFF url(images/greystars.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-align:left;
}

.rating{
	color: #999999;
	font-size: 30px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}
.rating_small{
	color: #999999;
	font-size: 16px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}
.rating_total{
	color: #999999;
	font-size: 16px;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

.rating_stars{
	width: 150px;
	height: 28px;
	background:#FFF url(images/goldstars.png);
	background-repeat: no-repeat;
	background-position: top left;
}