@CHARSET "UTF-8";

.rating-container {
    position: relative;
}

.rating-container ul.rating-list{
    height:20px;
    width:100px;
    height:20px;
}

.rating-container ul li {
    float: left;
    height: 20px;
    width: 20px;
    list-style-type: none;
    overflow: hidden;
    text-indent: -1000px;
    cursor: pointer;
	background-image: url(/images/frontend/rating/star0.png);
    background-repeat: no-repeat;
}

.rating-container ul .rated {
    background-image: url(/images/frontend/rating/star1.png);
}

.rating-container ul .unrated {
    background-image: url(/images/frontend/rating/star.png);
}

.rating-container ul .rate-over {
    background-image: url(/images/frontend/rating/star0.png);
}

.rating-log {
    background-color: white;
    border: 1px solid #ccc;
    display: none;
    position: absolute;
    left: 0;
    top: 22px;
    padding: 1px 5px 1px 5px;
    text-align: center;
    width: 90px;
}
