/*
 * Styl pro heureku recenze
 */

.right-side {
    float:right;
    padding-top: 8px;
}

#reviewHeader {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.star {
    background: url('../img/stars_sprite.png') no-repeat top left;
    width: 23px;
    height: 20px;
    float: left;
}

.sprite {
    background: url('../img/heureka_sprite.png') no-repeat top left;
    width: 11px;
    height: 11px;
}

.sprite.heureka_plus {
    background-position: 0px 0px;
}

.sprite.heureka_minus {
    background-position: -16px 0px;
}

.star.star_empty {
    background-position: 0px 0px;
}

.star.star_full {
    background-position: -33px 0px;
}

.star.star_half {
    background-position: -66px 0px;
}

.stars .star {
    float: left;
    background-size: 60px;
}

.underline {
    width: 100%;
    height: 2px;
    float: left;
    background-color: #ddd;
    border: none;
}

.bigNumber {
    font-size: 40px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding-top: 5px;
}

.averageStars {
    margin: 0 auto;
    width: 99%;
    padding-top: 5px;
}

.averageStars .star {
    float: left;
}

.averageStars span {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding-top: 5px;
    color: #777;
}

.ratingTable {
    width: 200px;
    margin-top: 10px;
}

.statisticsData {
    width: 160px;
    display: inline-block;
}

.statisticsData span {
    width: 30px;
    margin-left: 5px;
    text-align: right;
    float: left;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #777777;
}

.stars .star_full {
    background-position: -20px 0px;
}

.stars .star_empty {
    background-position: 1px 0px;
}

.stars .star_half {
    background-position: -43px 0px;
}

.otherRatings {
    margin-top: 10px;
}

.otherRating {
    display: inline-block;
    width: 300px;
}

.otherRating b {
    float: left;
    display: block;
    padding-top: 10px;
    padding-right: 10px;
    width: 80px;
    text-align: right;
}

.otherRating .averageStars {
    width: auto;
}

#reviewList {
}

#reviewList hr {
    height: 2px;
    background-color: #ddd;
    border: none;
}

.review {
    display: inline-block;
    height: 150px;
    width: 100%;
    padding-top: 10px;
    margin-bottom: 5px;
    overflow:hidden;
}

.review:hover {
    min-height: 150px;
    height: auto;
}

.left-block {
    text-align: center;
    display: inline-block;
}

.avatar {
    display: block;
    margin: 0 auto;
}

.percent {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    float: left;
    padding-top: 5px;
    padding-right: 10px;
}

.more_stats {
    height: 40px;
    padding-top: 2px;
}

.pros, .cons{
    margin-top: 20px;
}

.pros .sprite, .cons .sprite {
    float:left;
    height: 50px;
    margin-right: 10px;
}

#loadMore {
    width: 100%;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
}
.productLink {
    display: inline-block;
    width: 500px;
}