.rateit {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.rateit .rateit-range {
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    background: url(star16_withGap.gif);
    height: 16px;
    outline: none;
}

.rateit .rateit-range * {
    display:block;
}

/* for IE 6 */
* html .rateit, * html .rateit .rateit-range {
    display: inline;
}

/* for IE 7 */
* + html .rateit, * + html .rateit .rateit-range {
    display: inline;
}

.rateit .rateit-hover, .rateit .rateit-selected {
    position: absolute;
    left: 0px;
}

.rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl {
    left: auto;
    right: 0px;
}

.rateit .rateit-hover {
    background: url(star16_withGap.gif) left -32px;
}

.rateit .rateit-hover-rtl {
    background-position: right -32px;
}

.rateit .rateit-selected {
   /* background: url(star16_withGap.gif) left -16px;*/
    background: url(star16_withGap.gif) left -32px;
}

.rateit .rateit-selected-rtl {
    /*background-position: right -16px;*/
	background-position: right -32px;
}

.rateit .rateit-preset {
    background: url(star16_withGap.gif) left -48px;
}

.rateit .rateit-preset-rtl {
    background: url(star16_withGap.gif) left -48px;
}

/*.rateit button.rateit-reset {
    background: url(delete.gif) 0 0;
    width: 16px;
    height: 16px;
    display: -moz-inline-box;
    display: inline-block;
    float: left;
    outline: none;
    border:none;
    padding: 0;
}*/

.rateit button.rateit-reset:hover, .rateit button.rateit-reset:focus {
    background-position: 0 -16px;
}

div.bigstars div.rateit-range {
    background: url(star-white28_withGap.png);
    height: 28px;
}

div.bigstars div.rateit-hover {
    background: url(star-gold28_withGap.png);
	cursor: pointer;
}

div.bigstars div.rateit-selected {
	background: url(star-gold28_withGap.png);
}

/*div.bigstars div.rateit-reset {
    background: url(star-black28_withGap.png);
    width: 32px;
    height: 28px;

}*/

div.bigstars div.rateit-reset:hover {
    background: url(star-white28_withGap.png);
}

.userRating{
    float: right;
    width: 65px;
    height: 28px;
    line-height: 22px;
    padding-top: 4px;
    background-image: url(star-white28_withGap.png);
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    font-size: 11px;
    color: #999;
}
.userRating:hover{
    cursor: pointer;
}
.five-star-rating{
    display: none;
}
.userRated{
    background-image: url(star-gold28_withGap.png);
}
