/* GENERAL LAYOUT */

.ratingstars, .ratingstars li { list-style-type: none; }

.ratingstars {
    display: inline-block;
    font-size: 12px;
    padding: 10px 0;
    vertical-align: top;
}

.ratingstars li {
    float: left;
    margin-right: 3px;
}

.ratingstars a {
    display: block;
    height: 22px;
    text-decoration: none;
    width: 22px;
}

.ratingstars li a {
    background: url("http://www.nbtcniporesearch.nl/static/nbtcforumpresentation/img/rating.gif") no-repeat scroll 0 -22px transparent;
}

.ratingstars li.disabled a {
    background-position: 0 0;
}


/* ACTIVE FORM - USER CAN VOTE */
.ratingstars li.act:hover a {
    background-position: 0 -44px;
    cursor: pointer;
}

.moderate .text {
	font-size: 12px;
}