div.tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	width: 300px
}
div.statwrapper 
{
	background-color: Gray;
	height: 20px;
	width: 100%
}

div.statwrapper img
{
	height: 20px;
}
.ratingview {
     font-weight:normal;
}
.ratingaverage {
     font-weight:normal;
}
.ratingaveragetext {
	font-size:18px;
	font-weight: bold;
	color: #333333;
	width: 60px;
	text-align:center;
}