﻿.carousel-caption {
    left: 0 !important;
    right: 0 !important;
    font-weight: 500;
    font-size: 17px;
}
.review-list .title strong {
    font-weight: normal;
}
.review-list .title {
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
    font-size: 30px;
    font-weight: normal;
    color: #444;
}
.review-list {
    margin: 25px 0 75px;
    text-align: center;
}
.review-list .review-items {
    text-align: left;
}
.review-list .review-items .product-rating-box .rating {
    background: url(/Themes/DefaultClean/Content/images/rating1.png) repeat-x;
    width: 95px;
    height: 14px;
}
.review-list .review-items .product-rating-box .rating div {
    background: url(/Themes/DefaultClean/Content/images/rating2.png) repeat-x;
    height: 14px;
}
.product-rating-box.review-item-content-rating {
    width: 100px;
    margin: 0 auto;
}
.carousel-caption h3 small {
    color: rgba(255,255,255,.8);
}
.carousel-caption.white h3 small {
    color: rgba(0,0,0,.8);
}
.carousel-caption.white p.review-item-content {
    color: #000;
}
.carousel-caption.white {
    background-color: rgba(255,255,255,.5);
}
.carousel-caption.black {
    background-color: rgba(0,0,0,.5);
}
.carousel-caption.red {
    background-color: rgba(251,6,6,.5);
}
.carousel-caption.green {
    background-color: rgba(11,232,16,.5);
}
.carousel-caption.blue {
    background-color: rgba(11,40,232,.5);
}