div#rating {
    border:0 dotted #DDDDDD;
    float:left;
    margin-bottom:5px;
    padding:4px;

}

div#rating h3 {
    font-size:13px;
    padding-left:8px;
    text-align:left;
}

div#rating p {
    font-size:12px;
    padding-left:8px;
}
.star-rating {
    background:transparent url(images/stars.gif) repeat-x scroll left top;
    height:28px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin-left:5px !important;
    padding:0;
    position:relative;
    width:135px;
}
.star-rating li {
    float:left;
    margin:0;
    padding:0;
}

.star-rating li a {
    display:block;
    height:28px;
    padding:0;
    position:absolute;
    text-decoration:none;
    text-indent:-9000px;
    width:27px;
    z-index:20;
}

.star-rating li a:hover {
background:transparent url(images/stars.gif) repeat scroll left bottom;
left:0;
z-index:2;
}
.star-rating a.one-star {
    left:0;
}
.star-rating a.one-star:hover {
    width:27px;
}
.star-rating a.two-stars {
    left:27px;
}
.star-rating a.two-stars:hover {
    width:54px;
}
.star-rating a.three-stars {
    left:54px;
}
.star-rating a.three-stars:hover {
    width:81px;
}

.star-rating a.four-stars {
    left:81px;
}
.star-rating a.four-stars:hover {
    width:108px;
}


.star-rating a.five-stars {
    left:108px;
}
.star-rating a.five-stars:hover {
    width:135px;
}
.star-rating li.current-rating {
background:transparent url(images/stars.gif) repeat scroll left center;
display:block;
height:28px;
position:absolute;
text-indent:-9000px;
z-index:1;
}
