/*----Rating----*/
#img_rate {
    width: 0;
    height: 0;
}

.product_rating {
    width: 315px;
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.25;
    color: #999;
}

* html .product_rating {
    margin-top: 6px;
}

.prod_ix_icons .product_rating {
    width: 100%;
}

.prod_ix_icons .prbaseCont_compact {
    width: 95%;
    margin: 0 auto 0 auto;
}

.prod_ix_icons .prbaseCont_inlineView {
    width: 227px;
}

.product_rating.prbaseCont_compact tr td {
    text-align: center;
}

.product_rating.prbaseCont_compact .prog_rat {
    display: none;
}

.rating_cont {
    position: relative;
}

.rating_cont .star_rating_5 {
    position: absolute;
    left: 0;
    top: 0;
}

.star-rating {
    width: 80px;
    height: 13px;
    background: none;
    position: absolute;
    left: 0;
    top: 0;
}

.star-rating li {
    padding: 0;
    margin: 0;
    float: left;
}

.star-rating li a {
    outline: none;
    display: block;
    width: 16px;
    height: 13px;
    text-decoration: none;
    text-indent: -9000px;
    font-size: 5px;
    z-index: 20;
    position: absolute;
    padding: 0;
    background: url(/images/PP/star2.gif) left bottom repeat-x;
}

.star-rating li a:hover {
    background-position: left top;
    z-index: 1;
    left: 0;
}

.star-rating a.one-star {
    left: 0;
}

.star-rating a.one-star:hover {
    width: 16px;
}

.star-rating a.two-stars {
    left: 16px;
}

.star-rating a.two-stars:hover {
    width: 32px;
}

.star-rating a.three-stars {
    left: 32px;
}

.star-rating a.three-stars:hover {
    width: 48px;
}

.star-rating a.four-stars {
    left: 48px;
}

.star-rating a.four-stars:hover {
    width: 64px;
}

.star-rating a.five-stars {
    left: 64px;
}

.star-rating a.five-stars:hover {
    width: 80px;
}

#product_rating_no_vote,
.rating,
.rating-v {
    width: 80px;
    height: 13px;
    background: url(/images/pp/stars_all.gif) no-repeat;
    font-size: 0;
    /*important*/
    line-height: 0;
    /*important*/
}

#message_rate {
    font-size: .75em;
    color: #999;
    padding-left: 84px;
}

.table_product_content #message_rate {
    padding-left: 72px;
}

.star_rating_0 {
    display: none !important;
}

.rating_0 {
    background-position: -80px 0 !important;
}

.star_rating_1,
.rating_1 {
    background-position: -64px 0 !important;
}

.star_rating_2,
.rating_2 {
    background-position: -48px 0 !important;
}

.star_rating_3,
.rating_3 {
    background-position: -32px 0 !important;
}

.star_rating_4,
.rating_4 {
    background-position: -16px 0 !important;
}

.star_rating_5,
.rating_5 {
    background-position: 0 0;
}

/*for condoms*/
.lst_rate {
    float: left;
}

.item-rating .star_rating {
    float: left;
}