﻿#rateStatus
{
	float: left;
	clear: both;
	width: 100%;
	height: 20px;
}

#rateMe
{
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
}
#rateMe li
{
	float: left;
	list-style: none;
}
#rateMe li a:hover, #rateMe .on
{
	float: left;
	background: url(/images/star_on.gif) no-repeat;
	width: 12px;
	height: 12px;
}
#rateMe a
{
	float: left;
	background: url(/images/star_off.gif) no-repeat;
	width: 12px;
	height: 12px;
}
#ratingSaved
{
	display: none;
}
.saved
{
	color: red;
}







#altin-rate
{
	float: left;
	clear: both;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#altin-rate a:hover, #altin-rate .on
{
	float: left;
	background: url(/images/altin_on.gif) no-repeat;
	width: 27px;
	height: 27px;
}
#altin-rate a
{
	float: left;
	background: url(/images/altin_off.gif) no-repeat;
	width: 27px;
	height: 27px;
}

