#rateStatus
{
	float: left;
	width: 100px;
	height: 20px;
}
#rateMe
{
	float: left;
	width: 400px;
	height: auto;
	padding: 0px;
	margin: 0px;
}
#rateMe li
{
	float: left;
	list-style: none;
}
#rateMe li a:hover, #rateMe .on
{
	background: url(../Images/starsolid.png) no-repeat;
}
#rateMe a
{
	float: left;
	background: url(../Images/starempty.png) no-repeat;
	width: 29px;
	height: 29px;
}
#ratingSaved
{
	display: none;
}
.saved
{
	color: red;
}
.rating
{
	clear: both;
	height: 45px;
}
.avatar
{
	float: left;
	margin-right: 5px;
	width: 40px;
}
.rating .avatar
{
	width: 32px;
	height: 32px;	
}
.imgavatar
{
	width: 32px;
}
.user
{
	float: left;
}
