/* ****************** RatingStar ****************** */
.mystars {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	min-width: 150px;
	max-width: 200px;
	_width: 200px;
	z-index: 99;
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	margin-top: 3px;
}
.mystars p {
	margin: 0px;
	margin-bottom: 3px;
}
.ratingStar
{
	white-space:nowrap;
	margin:0.2em;
	height:20px;
}
.ratingStar .ratingItem {
    font-size: 0pt;
    width: 21px;
    height: 20px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
	cursor:pointer;
}
.ratingStar .Filled {
    background-image: url(../images/site/rating/ratingStarFilled.png);
	/*behavior: url(/iepngfix.htc);*/
}
.ratingStar .Empty {
    background-image: url(../images/site/rating/ratingStarEmpty.png);
}
.ratingStar .Saved {
    background-image: url(../images/site/rating/ratingStarSaved.png);
}

