﻿.d_average {
    margin-bottom: 10px;
}

    .d_average a {
        float: left;
    }

    .d_average .average_a {
        position: relative;
        top: 5px;
        margin-left: 5px;
    }

    .d_average .average_first {
        position: relative;
        /*top:5px;*/
        margin-left: 23px;
    }

.star_average {
    width: 90px;
    height: 15px;
    background-repeat: no-repeat;
    position: relative;
    float: left;
    display: block;
    padding-top: 5.5px;
}

.rating {
    width: 175px;
    height: 35px;
    position: relative;
    background: url(../../images/star.png) no-repeat 0 0;
    display: block;
    position: relative;
    float: left;
    margin-left: 10px;
}
/* add these classes to the ul to effect the change to the correct number of stars */
.nostar {
    background-position: 0 0;
}

.onestar {
    background-position: 0 -35px;
}

.twostar {
    background-position: 0 -70px;
}

.threestar {
    background-position: 0 -105px;
}

.fourstar {
    background-position: 0 -140px;
}

.fivestar {
    background-position: 0 -175px;
}

ul.rating li {
    cursor: pointer;
    /*ie5 mac doesn't like it if the list is floated\*/
    float: left;
    /* end hide*/
    text-indent: -999em;
}

    ul.rating li a {
        position: absolute;
        left: 0;
        top: 0;
        width: 35px;
        height: 35px;
        text-decoration: none;
        z-index: 200;
    }

    ul.rating li.one a {
        left: 0;
    }

    ul.rating li.two a {
        left: 35px;
    }

    ul.rating li.three a {
        left: 70px;
    }

    ul.rating li.four a {
        left: 105px;
    }

    ul.rating li.five a {
        left: 140px;
    }

    ul.rating li a:hover {
        z-index: 2;
        width: 175px;
        height: 35px;
        overflow: hidden;
        left: 0;
        background: url(../../images/star.png) no-repeat 0 0;
    }

    ul.rating li.one a:hover {
        background-position: 0 -35px;
    }

    ul.rating li.two a:hover {
        background-position: 0 -70px;
    }

    ul.rating li.three a:hover {
        background-position: 0 -105px;
    }

    ul.rating li.four a:hover {
        background-position: 0 -140px;
    }

    ul.rating li.five a:hover {
        background-position: 0 -175px;
    }




.re_bt {
    margin-bottom: 5px;
    margin-left: 20px;
}

.clock_bk {
    background-color: #c7c7c7;
}

.re_bt_right {
    float: right;
}

.re_hr {
    height: 5px;
    margin: 0px 50px 0px 50px;
    border-top: 1px solid #efefef;
}

.re_list {
    overflow: hidden;
    margin: 0px 50px 0px 50px;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #efefef;
}

.more_yes .re_title {
    font-weight: bold;
}

.more_yes .re_by_name {
    font-weight: normal;
}

.more_no {
    /*padding: 10px 10px 10px 10px;*/
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.txt_purchased {
    color: #A2A2A2;
    font-size: 11px;
    font-weight: bolder;
}


.re_title img,
.re_cont,
.re_reply,
.rate_txt,
.re_detailArea,
.re_replyFormArea,
.write_review_div {
    float: left;
}

.re_title {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .re_title a {
        margin-right: 10px;
    }

    .re_title img {
        margin-right: 5px;
    }

.re_title_a {
    font-weight: 600;
    margin-right: 10px;
}

.re_by_name {
    color: #c2c2c7;
    font-style: italic;
    margin-right: 10px;
}

.re_reply {
    margin-top: 20px;
    margin-bottom: 10px;
}


.re_cont_left {
    float: left;
}

.re_cont_w752 {
    width: 752px;
}

.re_cont_w552 {
    width: 552px;
}

.re_cont_right {
    float: left;
    width: 212px;
    text-align: center;
    /*font-weight: bold;*/
}

.help_txt {
    margin-bottom: 10px;
}

.help_yes {
    width: 106px;
    height: 40px;
    float: left;
    text-align: right;
}

.help_no {
    width: 106px;
    height: 40px;
    float: left;
}

.help_yes_pic,
.help_no_pic {
    width: 40px;
    height: 40px;
    display: block;
}

.help_yes_pic {
    float: right;
    background-image: url(../../images/help_yes.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-right: 5px;
}

.help_no_pic {
    background-image: url(../../images/help_no.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin-left: 5px;
}


    .help_yes_pic:hover,
    .help_no_pic:hover {
        background-position: 0px -40px;
    }

.txt_g {
    /*color: #444444;*/
    /*font-weight: 1000;*/
    background-color: #f9f9f9;
    padding-top: 5px;
    width: 725px;
}

.read_all {
    overflow: hidden;
    margin: 10px 50px 10px 50px;
}

.write_review {
    padding-bottom: 20px;
}

    .write_review h3 {
        margin-bottom: 10px;
    }

    .write_review span {
        color: #ef4299;
        font-size: 10px;
        margin-right: 10px;
    }

.rate_txt {
    position: relative;
    margin-top: 8px;
}

.write_review_div {
    width: 100%;
    margin-bottom: 10px;
}

.write_review_textarea {
    width: 330px;
    height: 100px;
}


.re_list_right_h2 {
    float: right;
    width: 764px;
    margin: 30px 50px 30px 0px;
    text-align: left;
}

    .re_list_right_h2 h2 {
        margin: 0;
        padding: 0;
    }

.re_list_left {
    overflow: hidden;
    float: left;
    margin: 10px 0px 10px 50px;
    width: 200px;
}

.re_list_right {
    overflow: hidden;
    float: right;
    margin: 10px 50px 10px 0px;
    border-bottom: 1px solid #efefef;
    width: 764px;
}

.re_list_right_repay {
    overflow: hidden;
    float: right;
    margin: 10px 50px 10px 0px;
    padding-bottom: 20px;
    padding-left: 50px;
    border-bottom: 1px solid #efefef;
    width: 714px;
}

.read_all_repay {
    overflow: hidden;
    float: right;
    margin: 10px 50px 10px 0px;
    padding-bottom: 20px;
    padding-left: 50px;
    width: 714px;
}
