@charset "utf-8";/*
    #rateStatus{clear:both;}
    #rateMe{float:left; clear:both; padding:0px; margin:0px;width:110px;}
    #rateMe li{float:left;list-style:none;}
    #rateMe li a:hover,
    #rateMe .on{background:url(../images/star_on.gif) no-repeat;width:16px; height:16px;}
    #rateMe a{float:left;background:url(../images/star_off.gif) no-repeat;width:16px; height:16px;}
    #ratingSaved{display:none;}
    .saved{color:red; }*/
	
	.rateStatus{float:left;/*clear:both;*/}
    .rateMe{float:left;/* clear:both;*/ padding:0px; margin:0px;}
    .rateMe li{float:right;list-style:none;}
    .rateMe li a:hover,
    .rateMe .on{background:url(../images/star-red.png) no-repeat;width:24px; height:23px;}
    .rateMe a{float:left;background:url(../images/star-white.png) no-repeat; width:24px; height:23px;}
    .ratingSaved{display:none;}
    .saved{color:red; }

