/* GANZ NEU */

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
    background: url("../images/vote_car/pokalswitch.png") left -1000px repeat-x;
}

.star-rating{
    position:relative;
    width:240px;
    height:45px;
    overflow:hidden;
    list-style:none;
    margin:0;
    padding:0;
    background-position: left top;
    border: none;
}

.star-rating li{
    display: inline;
}

.star-rating a,
.star-rating .current-rating{
    position:absolute;
    top:0;
    left:0;
    text-indent:-1000em;
    height:45px;
    line-height:25px;
    outline:none;
    overflow:hidden;
    border: none;
}


.star-rating a:hover,
.star-rating a:focus{
    background-position: left bottom;
}

.star-rating a.one-star{
    width:16.6666%;
    z-index:7;
    border: none;
}

.star-rating a.two-stars{
    width:33.3333%;
    z-index:6;
    border: none;
}

.star-rating a.three-stars{
    width:49.9999%;
    z-index:5;
    border: none;
}

.star-rating a.four-stars{
    width:66.6666%;
    z-index:4;
    border: none;
}

.star-rating a.five-stars{
    width:83.3333%;
    z-index:3;
    border: none;
}

.star-rating a.six-stars{
    width:100%;
    z-index:2;
    border: none;
}

.star-rating .current-rating{
    z-index:1;
    border: none;   
}




/* nochmal für die kleinen Pokale */

.star-rating_mini,
.star-rating_mini a:hover,
.star-rating_mini a:active,
.star-rating_mini a:focus,
.star-rating_mini .current-rating_mini{
    background: url("../images/vote_car/pokalswitch_mini.png") left -1000px repeat-x;
}

.star-rating_mini{
    position:relative;
    width:174px;
    height:32.5px;
    overflow:hidden;
    list-style:none;
    margin:0;
    padding:0;
    background-position: left top;
    border: none;
}

.star-rating_mini li{
    display: inline;
}

.star-rating_mini a,
.star-rating_mini .current-rating_mini{
    position:absolute;
    top:0;
    left:0;
    text-indent:-1000em;
    height:32.5px;
    line-height:25px;
    outline:none;
    overflow:hidden;
    border: none;
}


.star-rating_mini a:hover,
.star-rating_mini a:focus{
    background-position: left bottom;
}

.star-rating_mini a.one-star{
    width:16.6666%;
    z-index:7;
    border: none;
}

.star-rating_mini a.two-stars{
    width:33.3333%;
    z-index:6;
    border: none;
}

.star-rating_mini a.three-stars{
    width:49.9999%;
    z-index:5;
    border: none;
}

.star-rating_mini a.four-stars{
    width:66.6666%;
    z-index:4;
    border: none;
}

.star-rating_mini a.five-stars{
    width:83.3333%;
    z-index:3;
    border: none;
}

.star-rating_mini a.six-stars{
    width:100%;
    z-index:2;
    border: none;
}

.star-rating_mini .current-rating_mini{
    z-index:1;
    border: none;   
}