.featured-items {
    clear: both;
    margin: 20px 0px 40px 0px;
    height: 230px;
    /*
    background-color: #DFEEF4;
    */
    
}

body.index .featured-items {
    width: 606px;
}

html>body.index .featured-items {
    width: 612px;
}

body.product-detail .featured-items {
    width: 755px;
    margin-left: 20px;
}

.carousel-inner {
    margin: 0px 10px;
}

.featured-items .featured-images a {
    text-decoration: none;
}

.featured-img-block {
    height: 140px;
    width: 130px;
    float: left;
    margin: 5px 4px 5px 2px;
}

html>body .featured-img-block {
    margin: 5px 2px;
}

.feature-img {
   width: 130px;
   height: 140px;
   display: block;
   padding: 0; margin: 0; border: 0;
}

.default-img {
    margin: 35px 35px;
}

.thumbnail-bg-featured {
    margin-top: 1px;
    background: url(../graphics/search/thumbnail_bg_featured.png) left  no-repeat;
}

.thumbnail-bg-retailer {
    background: url(../graphics/search/thumbnail_bg_retailer.png) left  no-repeat;
}

.thumnail-bg-normal {
    border: 1px solid #B2B2B2;
    width: 112px; height: 122px;
    margin: 9px;
    margin-left: 9px;
}

.thumbnail-bg-charitable {
    background: url(../graphics/product/thumbnail_bg_charitable.png) left  no-repeat;
}

html>body .thumnail-bg-normal {
    margin-left: 9px;
    width: 112px; height: 122px;
}

.thumnail-bg-normal .default-img {
    margin: 28px;
}


.featured-items .head {
    color: #3E7898;
    margin: 0px 0px 0px 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 14px;
}




.featured-items .featured-images .prev-page-icon  {
    background: url(../graphics/product/page_prev_on.gif) left  no-repeat;
    display: block;
    height: 15px;
    width: 16px;
    float: left;
    margin: 62px 5px 0px 3px;
    border: 0px;
    outline: 0;
    
}

html>body .featured-items .featured-images .prev-page-icon {
    margin-left: 25px;
}


.featured-items .featured-images .next-page-icon  {
    background: url(../graphics/product/page_next_on.gif) left  no-repeat;
    display: block;
    height: 15px;
    width: 16px;
    float: left;
    margin: 62px 3px 0px 0px;
    border: 0px;
    outline: 0;
}

html>body .featured-items .featured-images .next-page-icon {
    margin-right: 10px;
}



.featured-images a.title {
    text-decoration: underline;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    display: block;
    padding-top: 5px;
    width: 130px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
}

