﻿.divFeaturedProduct h2 {
     
    text-align: center;
     /*
    margin-left: 20% !important;
         */
}
.product-image-holder{
min-height: 150px;
}
.divFeaturedProductContainer {
    margin-left: 10%;
}
.divFeaturedProductOuter h2{
    text-align:center;
}
.featured-product-panel {
    margin-left: 10px;
    text-align: center;
    min-height: 330px;
}
.featured-product-container ul li {
    margin-left: 2%;
    text-align: left;
    margin-top: 5px;
}
.carousel-control {
    width: 5% !important;
}

.carousel-inner {
    margin-left: 10%;
    width: inherit;
}


/* Review Rating*/
.details {
    float: left;
     
    position: relative;
    /*line-height:20px;
    margin-bottom:5px;*/
}

.rating-sml {
    
    background: rgba(0, 0, 0, 0) url('../../images/common/prod-rating-sml-bg.png') no-repeat scroll -72px 0;
    float: left;
    height: 14px;
    margin: 3px 0 0;
    position: relative;
    width: 72px;
}

    .rating-sml .mask {
         
        background: rgba(0, 0, 0, 0) url('../../images/common/prod-rating-sml-mask.png') no-repeat scroll 0 0;
        height: 14px;
        left: 0;
        padding: 0;
        position: absolute;
        top: 0;
        width: 72px;
    }

    .rating-sml.star-05 {
        background-position: -65px 0;
    }

    .rating-sml.star-10 {
        background-position: -57px 0;
    }

    .rating-sml.star-15 {
        background-position: -50px 0;
    }

    .rating-sml.star-20 {
        background-position: -43px 0;
    }

    .rating-sml.star-25 {
        background-position: -36px 0;
    }

    .rating-sml.star-30 {
        background-position: -29px 0;
    }

    .rating-sml.star-35 {
        background-position: -21px 0;
    }

    .rating-sml.star-40 {
        background-position: -15px 0;
    }

    .rating-sml.star-45 {
        background-position: -8px 0;
    }

    .rating-sml.star-50 {
        background-position: 0 0;
    }

 

.title {
    font-size: 1.5em;
    color: #008da7;
}

.titlebg14 {
    font-size: 14px;
    color: #003399;
    background-color: #cccccc;
    margin-bottom: 15px;
    line-height: 17px;
}

.titlebg14kl {
    font-size: 14px;
    font-weight: bold;
    color: #FF0000;
    background-color: #cccccc;
    margin-bottom: 15px;
    line-height: 17px;
}

@media only screen and (max-width: 420px) {
    .divFeaturedProductContainer {
        margin-left: 1%;
    }
}
