<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.voting_block {
    position: relative;
    margin-top: 10px;
}

.voting_block span {
    font-size: 9px;
    color: #808080;
}

.voting {
    position: relative;
    width: 110px;
    height: 22px;
    overflow: hidden;
    background: url(stars.png) 0 -22px no-repeat;
    list-style: none;
}

.voting LI {
    float: left;

}

.voting A {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 22px;
    text-indent: -9999px;
}

.voting A.cur,
.voting A:hover,
.voting:hover A.cur:hover,
.voting.phover A.cur:hover,
.voting:hover A:hover,
.voting.phover A:hover {
    background: url(stars.png) no-repeat;
}

.voting:hover A.cur,
.voting.phover A.cur {
    background: none;
}

.voting .one A {
    width: 15px;
    z-index: 5;
}

.voting .two A {
    width: 34px;
    z-index: 4;
}

.voting .three A {
    width: 56px;
    z-index: 3;
}

.voting .four A {
    width: 80px;
    z-index: 2;
}

.voting .five A {
    width: 104px;
    z-index: 1;
}</pre></body></html>