﻿/*************************************************************************************
Rating Control Styles
*************************************************************************************/
div.divRating
{
	float: left;
	background-image: url(images/emptyratingimage.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 184px;
	height: 20px;
}

div.divRatingCover
{
	background-image: url(images/ratingimage.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 20px;
	float: right;
}


