.rate {
    margin-top: 0px;
}
.star-rating, .star-rating a:hover, .star-rating a:active, .star-rating .current-rating {
    background: url("../images/rating_star.png") repeat-x scroll left -1000px rgba(0, 0, 0, 0);
}
.star-rating {
    background-position: left top;
    height: 25px;
    list-style: none outside none;
    margin: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 125px;
}
.star-rating li {
    display: inline;
}
.star-rating a, .star-rating .current-rating {
    border: medium none;
    height: 25px;
    left: 0;
    line-height: 25px;
    outline: medium none;
    overflow: hidden;
    position: absolute;
    text-indent: -1000em;
    top: 0;
}
.star-rating a:hover {
    background-position: left bottom;
}
.star-rating a.one-star {
    width: 20%;
    z-index: 6;
}
.star-rating a.two-stars {
    width: 40%;
    z-index: 5;
}
.star-rating a.three-stars {
    width: 60%;
    z-index: 4;
}
.star-rating a.four-stars {
    width: 80%;
    z-index: 3;
}
.star-rating a.five-stars {
    width: 100%;
    z-index: 2;
}
.star-rating .current-rating {
    background-position: left center;
    z-index: 1;
}
.star-rating2, .star-rating2 a:active, .star-rating2 .current-rating {
    background: url("../images/rating_star_2.png") repeat-x scroll left -1000px rgba(0, 0, 0, 0);
}
.star-rating2 {
    background-position: left top;
    height: 25px;
    list-style: none outside none;
    margin: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 125px;
}
.star-rating2 li {
    display: inline;
}
.star-rating2 a, .star-rating2 .current-rating {
    border: medium none;
    cursor: default;
    height: 25px;
    left: 0;
    line-height: 25px;
    outline: medium none;
    overflow: hidden;
    position: absolute;
    text-indent: -1000em;
    top: 0;
}
.star-rating2 a.one-star {
    width: 20%;
    z-index: 6;
}
.star-rating2 a.two-stars {
    width: 40%;
    z-index: 5;
}
.star-rating2 a.three-stars {
    width: 60%;
    z-index: 4;
}
.star-rating2 a.four-stars {
    width: 80%;
    z-index: 3;
}
.star-rating2 a.five-stars {
    width: 100%;
    z-index: 2;
}
.star-rating2 .current-rating {
    background-position: left center;
    z-index: 1;
}
.inline-rating {
    display: inline-block;
    vertical-align: middle;
}
.voted_twice {
    background: url("../images/rating_warning.png") no-repeat scroll 5px 50% #ffdddd;
    color: #333;
    font-size: 11px;
    padding: 5px 5px 5px 16px;
    text-align: center;
    width: 130px;
    margin: auto;
}
.voted {
    background: url("../images/rating_tick.png") no-repeat scroll 5px 50% #e7ffce;
    color: #333;
    direction: rtl;
    font-size: 11px;
    padding: 5px 5px 5px 16px;
    text-align: center;
    width: 125px;
    margin: auto;
}
.rated_text {
    color: #666;
    font-size: 11px;
    margin-bottom: 5px;
    direction:rtl;
    margin-right:5px;
    text-align:center;
}
.out5Class {
    color: #00cc00;
    font-weight: bold;
}
.percentClass {
}
.votesClass {
}
.topRatedList {
    margin: 0;
    padding: 0;
}
.topRatedList li {
    list-style-type: none;
}
.negativemargin {
    margin-top:-14px;}
