.ratingcontainer 
{ 
	float: right; 
	clear:both;
	font-size:0.9em;
	width:250px;
	margin:0 0 0.5em 0;
}
.ratingcontainer table td
{
	vertical-align:middle;
}
.ratingrow 
{ 
	white-space:nowrap; 
}
.ratingStar 
{ 
	white-space:nowrap; 
	margin:0 1em 0 1em; 
	height:14px;
}
.ratingStar .ratingItem 
{ 
	font-size: 0pt; 
	width: 13px; 
	height: 12px; 
	margin: 0px;
	padding: 0px; 
	display: block;
    background-repeat: no-repeat; 
	cursor:pointer;
}
.ratingStar .Filled 
{ 
	background-image: url('ratingStarFilled.png');
}
.ratingStar .Empty 
{ 
	background-image: url('ratingStarEmpty.png');
}
.ratingStar .Saved 
{  
	background-image: url('ratingStarSaved.png');
}
.ratingcomments 
{ 
	border: black 1px solid; 
	background-color: #ff6600; 
	color:#000000; 
	width:300px;
	height: 210px;
	padding: 5px;
	position: absolute;
	margin-top: 15px; 
}
.ratingcommentbox
{   
	width: 280px; 
	height: 100px; 
}
.pageicons 
{ 
	display:none; 
}




