.RatingContainer
{
	display: block;
	float: left;
	clear: both;
	width: 100px;
	min-width: 100px;
	margin:0px;

}
.RatingContainer .ImageContainer
{
	float: left;
	background-image: url(stars_small.gif);
	background-repeat: no-repeat;
	width: 90px;
	height: 18px;
	line-height: 15px;
	position: relative;
	margin:0px;
}
.RatingContainer .TextContainer

{
	
}
.RatingContainer .ImageContainer .item
{
	height: 18px;
	width: 18px;
	float: left;
	cursor: pointer;
	cursor: hand;
	margin:0px;
}
