.rankControl { height: 16px; position: relative; font-family: "trebuchet MS"; width:325px;}
.rankControl .label { padding: 2px; float: right; text-align: center; font-size: 10px; color: black; margin-left:7px; }
.ratingStar { background-repeat: no-repeat; cursor: pointer; /*display: block;*/
    height: 16px; width: 16px; float: left; }
.filled { background-image: url(Assets/starGold.gif); }
.empty { background-image: url(Assets/StarWhite.gif); }
.saved { background-image: url(Assets/StarBlue.gif); }
.rateStarLittle { background-repeat: no-repeat; height: 9px; width: 9px; float: left; }
.rateStarLittle.filledx { background-image: url(Assets/estrella_naranja.gif); }
.rateStarLittle.emptyx { background-image: url(Assets/estrella_gris.gif); }

