/*----------*/
ul.StarRating,
ul.StarRating li.Active a {
    background: url(../images/bg-start-avtive.gif) repeat-x;
}
ul.StarRating li.Active a {
    background-position: left bottom;
}
/**/
ul.StarRating {
    position: relative;
    width: 54px;
    height: 16px;
    background-position: left top;
    margin: 0px;
    padding: 0px;
}
ul.StarRating li {
    display: inline;
}
ul.StarRating li a {
    position: absolute;
    top: 0px;
    left: 0px;
    text-indent: -1000em;
    height: 16px;
    outline:none;
} 
ul.StarRating li a.OneStar {
    width: 18px;
    z-index: 3;
} 
ul.StarRating li a.TwoStars {
    width: 36px;
    z-index: 2;
} 
ul.StarRating li a.ThreeStars {
    width: 54px;
    z-index: 1;
} 

/*-----START VOTED-----*/
ul.StarVoted,
ul.StarVoted li.Active span {
    background: url(../images/bg-start-disavtive.gif) repeat-x;
}
ul.StarVoted li.Active span {
    background-position: left bottom;
}
/**/
ul.StarVoted {
    position: relative;
    width: 54px;
    height: 16px;
    background-position: left top;
    margin: 0px;
    padding: 0px;
}
ul.StarVoted li {
    display: inline;
}
ul.StarVoted li span {
    position: absolute;
    top: 0px;
    left: 0px;
    text-indent: -1000em;
    height: 16px;
    outline:none;
} 
ul.StarVoted li span.OneStar {
    width: 18px;
    z-index: 3;
} 
ul.StarVoted li span.TwoStars {
    width: 36px;
    z-index: 2;
} 
ul.StarVoted li span.ThreeStars {
    width: 54px;
    z-index: 1;
} 
