.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(../images/ratestars/blank_star.png);

    height: 30px;

    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;

}



.smlstars div.rateit-range

{

    background: url(../images/ratestars/1sml_rating_none.png);

    height: 16px;

}

 



 



 

.smlstars div.rateit-reset

{

    background: url(star-black32.png);

    width: 32px;

    height: 32px;

}

 

.smlstars div.rateit-reset:hover

{

    background: url(star-white32.png);

}



.rateit .rateit-hover

{

    background: url(../images/ratestars/full_rating_star.png);

}

.smlstars div.rateit-hover

{

    background: url(../images/ratestars/sml_rating_full.png);

}



.rateit .rateit-hover-rtl

{

    background-position: right -32px;

}



.rateit .rateit-selected

{

    background: url(../images/ratestars/full_rating_star.png);

}

.smlstars div.rateit-selected

{

    background: url(../images/ratestars/sml_rating_full.png);

}


.rateit .rateit-selected-rtl

{

    background-position: right -16px;

}



.rateit .rateit-preset

{

    background: url(../images/ratestars/full_rating_star.png);

}



.rateit .rateit-preset-rtl
{

    background: url(../images/ratestars/full_rating_star.png);

}



.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;

}

