
.cmsForumStarRating { float: right; font-style: normal;}

/* on the product page, #cmsStarRating, they are bigger */
#cmsStarRating .stars {
  font-size: 170%;
}

/* generally, can be on category pages etc. using class, not ID */
.cmsStarRating .stars {
  color: #999;
  unicode-bidi: bidi-override;
}
.cmsStarRating .stars > span.star {
  display: inline-block;
  position: relative;
}

.cmsStarRating .stars .starOn:before
 {
   content: "\2605";
   position: absolute;
   color: #933;
}

.ratingSummary {
  color: #999;
 font-size: 70%;
}


/*
#cmsStarRating .stars {
  direction: rtl;
  text-align: left;

}

#cmsStarRating .stars .starOnMyRating:before,
#cmsStarRating .stars > span.star:hover:before,
#cmsStarRating .stars > span.star:hover ~ span.star:before {
   content: "\2605";
   color: #333;
   position: absolute;
}
*/
