﻿.Rating
{
	width:auto;
	height:35px;
	margin-top:0px;
	border: solid 1px red;
}
.Rating span
{
	float:left;
	display:block;
}
.UserRatingStar
{
	margin-top:3px;
	width:16px;
	height:15px;
	background-repeat:no-repeat;
	cursor:pointer;
}		
.UserRatingStarFilled
{
	background: url(../../images/img_watch/bg-rating.gif) 60px 14px;

}
.UserRatingStarEmpty
{
	background: url(../../images/img_watch/bg-rating.gif);

}
.PresentationRatingStar
{
	width:16px;
	height:15px;
	_line-height:0px;
	background-repeat:no-repeat;
}		
.PresentationRatingStarFilled
{
	background: url(../../images/img_watch/bg-rating.gif) 60px 14px;
	
}
ul.rating .PresentationRatingStarFilled
{
	background: url(../../images/img_watch/bg-rating-laranja.gif) 60px 14px;
	
}
.PresentationRatingStarEmpty
{
	background: url(../../images/img_watch/bg-rating.gif);
}
ul.rating .PresentationRatingStarEmpty
{
	background: url(../../images/img_watch/bg-rating-laranja.gif);
	
}
.TextAvaliable 
{
	font-size:10px;
	margin:5px 5px 5px 10px;
}