img.ywar_thumbnail {
    float: left !important;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    margin-left: 5px;
}

div.horizontalRule {
    min-height: 1px;
    clear: both;
    width: 100%;
    border-bottom: 1px solid #EFEFEF;
    display: inline-block;
    border-top: 1px solid #EFEFEF;
}

.review_title {
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
}

.ywar_votereview {
    border: 1px solid #CCC;
    display: inline-block;
    height: 28px;
    text-indent: 100%;
    white-space: nowrap;
    width: 36px;
}

a.ywar_votereview {
    background: url("../images/sprites.png") no-repeat;
}

/*  upvote section */
.ywar_votereview.yes {
    background-position: -44px -46px;
}

a.ywar_votereview.yes:hover {
    background-position: -44px 5px;
}

.ywar_votereview.yes.vote_selected {
    background-position: 8px -46px;
    border-color: #028439;
}
.ywar_votereview.yes.vote_selected:hover {
    background-position: 8px -46px;
    border-color: #0B6631;
}

/*  downvote section */
.ywar_votereview.not {
    background-position: -93px -47px;
}

a.ywar_votereview.not:hover {
    background-position: -95px 5px;
}

.ywar_votereview.not.vote_selected {
    background-position: 10px 7px;
    border-color: #bd0000;
}

.ywar_votereview.not.vote_selected:hover {
    background-position: 10px 7px;
    border-color: #8E0505;
}

.ywar_votereview {
    border: 1px solid #bdbdbd;
    margin-left: 5px;
}

a.ywar_votereview:hover {
    text-decoration: none;
    border-color: #6f6f6f;
}

span.review-rating-value {
    display: block;
    padding-bottom: 15px;
}

.review_vote a {
    text-decoration: none !important;
}

#reviews_header {
    padding-top: 20px;
}

div.review_vote {
    text-align: right;
    padding-top: 10px;
}

#reviews_summary a.ywar_filter_reviews {
    text-decoration: none;
}

.ywar_review_row span {
    height: 21px;
    line-height: 21px;
    display: block;
}

.ywar_perc_value {
    position: absolute;
    right: 0px;
    left: 0px;
    text-align: center;
}

.ywar_review_row {
    /*width: 300px;*/
    padding-bottom: 10px;
    position: relative;
}

.ywar_rating_bar {
    float: none;
    overflow: hidden;
}

.ywar_stars_value {
    float: left;
    line-height: 15px;
    /*width: 80px;*/
    min-width: 80px;
}

.ywar_num_reviews {
    float: right;
    line-height: 15px;
    /*width: 50px;*/
    min-width: 50px;
    padding-left: 10px;
}

span.ywar_stars_value a {
    text-decoration: none;
}

span.ywar_scala_rating {
    clear: both;
    position: relative
}

span.ywar_perc_rating {
    float: left;
    color: #000000;
}


ul#uploadFileList li {
    display: inline;
    padding: 10px;
}

span.ywar_review_helpful {
    font-style: italic;
    font-size: smaller;
    display: block;
    padding-bottom: 5px;
}