.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(/uploader/_system/stars/star.gif);
    height: 16px;
    outline: none;
}

.rateit .rateit-range * {
    display:block;
}

.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(/uploader/_system/stars/star.gif) left -32px;
}

.rateit .rateit-hover-rtl
{
    background-position: right -32px;
}

.rateit .rateit-selected
{
    background: url(/uploader/_system/stars/star.gif) left -16px;
}

.rateit .rateit-selected-rtl
{
    background-position: right -16px;
}

.rateit .rateit-preset
{
    background: url(/uploader/_system/stars/star.gif) left -48px;
}

.rateit .rateit-preset-rtl
{
    background: url(/uploader/_system/stars/star.gif) left -48px;
}

.rateit button.rateit-reset
{
    background: url(/uploader/_system/stars/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(/uploader/_system/stars/star-white32.png);
    height: 24px;
}
 
div.bigstars div.rateit-hover
{
    background: url(/uploader/_system/stars/star-red32.png);
}
 
div.bigstars div.rateit-selected
{
    background: url(/uploader/_system/stars/star-gold32.png);
}
 
div.bigstars div.rateit-reset
{
    background: url(/uploader/_system/stars/star-black32.png);
    width: 24px;
    height: 24px;
}
 
div.bigstars div.rateit-reset:hover
{
    background: url(/uploader/_system/stars/star-white32.png);
}


div.littlestars div.rateit-range
{
    background: url(/uploader/_system/stars/star-white16.png);
    height: 16px;
}
 
div.littlestars div.rateit-hover
{
    background: url(/uploader/_system/stars/star-red16.png);
}
 
div.littlestars div.rateit-selected
{
    background: url(/uploader/_system/stars/star-gold16.png);
}
 
div.littlestars div.rateit-reset
{
    background: url(/uploader/_system/stars/star-black16.png);
    width: 16px;
    height: 16px;
}
 
div.littlestars div.rateit-reset:hover
{
    background: url(/uploader/_system/stars/star-white16.png);
}