﻿.Rating
{
	width:auto;
	height:35px;
	margin-top:0px;
}
.Rating span
{
	float:left;
	display:block;
}
.UserRatingStar
{
	margin-top:3px;
	width:21px;
	height:22px;
	background-repeat:no-repeat;
	cursor:pointer;
}		
.UserRatingStarFilled
{
	background-image: url('/images/star-rating-filled.gif');
}
.UserRatingStarEmpty
{
	background-image: url('/images/star-rating-empty.gif');
}
.PresentationRatingStar
{
	width:31px;
	height:34px;
	background-repeat:no-repeat;
}		
.PresentationRatingStarFilled
{
	background-image: url('/images/star-rating-filled.gif');
}
.PresentationRatingStarEmpty
{
	background-image: url('/images/star-rating-empty.gif');
}

.PresentationRatingStarMini
{
	width:19px;
	height:22px;
	background-repeat:no-repeat;
}		
.PresentationRatingStarFilledMini
{
	background-image: url("../../Images/star-rating-filled-mini.gif");
}
.PresentationRatingStarEmptyMini
{
	background-image: url("../../Images/star-rating-empty-mini.gif");
}

.TextAvaliable 
{
	font-size:10px;
	margin:5px 5px 5px 10px;
	color:#C4C4C4;
}

.PresentationRatingStarOriginal
{
	width:16px;
	height:15px;
	background-repeat:no-repeat;
}		
.PresentationRatingStarOriginalFilled
{
	background-image: url('/Images/star-rating-filled-original.gif');
}
.PresentationRatingStarOriginalEmpty
{
	background-image: url('/Images/star-rating-empty-original.gif');
}

.PresentationRatingBov
{
	float:right;
	margin-right:25px;
	margin-bottom:5px;
}