.RatingContainer {display:block; float:left; clear:both; width:400px;min-width:400px; margin-bottom:10px}
.RatingContainer .ImageContainer {float:left; background-image:url(stars.gif); background-repeat:no-repeat; width:130px; height:20px; line-height:20px; position:relative }
.RatingContainer .TextContainer {}
.RatingContainer .ImageContainer .item {height:20px;width:22px;float:left; cursor:pointer; cursor:hand}

.RatingGreen {display:block; float:left; clear:both; width:400px;min-width:400px; margin-bottom:10px}
.RatingGreen .ImageContainer {float:left; background-image:url(rating-green.png); background-repeat:no-repeat; width:130px; height:20px; line-height:20px; position:relative }
.RatingGreen .TextContainer {}
.RatingGreen .ImageContainer .item {height:20px;width:22px;float:left; cursor:pointer; cursor:hand}

.RatingRed {display:block; float:left; clear:both; width:400px;min-width:400px; margin-bottom:10px}
.RatingRed .ImageContainer {float:left; background-image:url(rating-red.png); background-repeat:no-repeat; width:130px; height:20px; line-height:20px; position:relative }
.RatingRed .TextContainer {}
.RatingRed .ImageContainer .item {height:20px;width:22px;float:left; cursor:pointer; cursor:hand}

.CustomNumberItems .RatingRed .ImageContainer {width: 90px}

.CustomNumberItems .RatingGreen .ImageContainer {width: 68px}
