/* Color: White */
.productPage .Content {
    background: #fff;
    padding: 1em;
}
.slide-show ul li {
    padding: 0;
    margin: 0;
}
#HeaderLower {
    border-top: 4px solid #333;
}
#SideCategoryList li li,
#SideCategoryList .sf-menu li li {
    background-image: none;
    position: relative;
}
#SideCategoryList li li:last-child, #SideCategoryList .sf-menu li li:last-child {
    border: 0;
}
#SideCategoryList li ul li ul, #SideCategoryList .sf-menu li ul li ul {
    border: 0px solid #333;
}
.Block.banner_home_page_bottom div .text.text-light *,
.Block.banner_category_page_bottom div .text.text-light *,
.Block.banner_brand_page_bottom div .text.text-light *,
.Block.banner_search_page_bottom div .text.text-light * { /* Reverse text colour */
    color: #fff !important;
    text-shadow: 1px 1px 2px #333 !important;
}
a.btn_link { /* All boxed links within banners */
    color: #fff !important;
    background: #333;
    padding: 2px 10px 2px 10px !important;
}
.Right .Block h2 {
    border-bottom: 1px solid #d6d6d6;
}
.Right > ul > li {
    border-bottom: 1px solid #EADAB6;
}
.Content .ProductList .ProductImage {
    background: #grey;
}

.ProductImage.QuickView.OnSale {
    position: relative;
    overflow: hidden;
}
.ProductImage.QuickView.OnSale:after,
.ProductImage.QuickView.OnSale:before {
    position: absolute;
    top: 1.2em;
}
.ProductImage.QuickView.OnSale:after {
    content: 'Sale!';
    right: 0;
    padding: .4em 1em;
    color: #fff;
    background: #611107;
    box-shadow: 1px 3px 8px 0px rgba(0,0,0,.8);
}
.ProductImage.QuickView.OnSale:before {
    content: '';
    right: 4.2em;
    border-bottom: 27px solid transparent;
    border-left: 14px solid transparent;
    border-right: 14px solid #611107;
}

.ProductList .Rating {
    color: #9a9a9a;
}
.Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
    display: none;
}
.HomeContent { 
    padding: 1em 2em; 
    padding-bottom: 5px; 
    margin-bottom: .8em; 
    background: #fff; 
}
.HomeContent h2 {
    padding-bottom: 10px;
} 
.HomeContent p {
    margin-bottom: 15px;
} 

.Latest {
    padding: 1em 2em 0 2em;
}

.latest-news {
    margin-bottom: 1.2em;
}
.latest-news img {
    clear: left;
    float: left;
    margin-right: 2em;
    outline: 5px solid rgba(255,255,255, .3);
    outline-offset: -5px;
}
.latest-news h3 {
    font-family:'Georgia'; 
    font-weight: bold; 
    padding: 0 0 .5em;
}
.latest-news button {
    font-family:'Georgia'; 
    cursor: pointer;
}
.latest-news button:hover {
    text-decoration: underline;
}
.latest-news small {
    color: #999;
}
.latest-news br {
    clear: both;
}

.HomeContentBottom .testimonial {
    float: left;
    clear: left;
    width: 45%;
    margin: 0;
    padding: 1.5em .5em .5em;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.45em;
    text-align: center;
    color: #222;
    box-sizing: border-box;
}
.HomeContentBottom .testimonial:last-of-type {
    padding-top: .5em;
}
.HomeContentBottom .testimonial span:before, 
.HomeContentBottom .testimonial span:after {
    content: '“';
    vertical-align: -webkit-baseline-middle;
    vertical-align: middle;
    line-height: 0;
    font-family: 'Francois One';
    font-weight: normal;
    font-size: 40px;
}
.HomeContentBottom .testimonial span:after { content: '”'; display: inline-block; margin-top: 10px; }
.HomeContentBottom .testimonial cite {
    display: block;
    font-size: 18px;
    font-weight: normal;
}
.HomeContentBottom .boast {
    float: right;
    width: 54.5%; 
    margin-top: 2em;
    margin-bottom: 1.6em;
    padding: 0 1.5em 0 .5em;
    text-align: center;
    box-sizing: border-box;
    border-left: 1px solid #000;
}
.HomeContentBottom .boast h2 {
    padding-bottom: 0.2em;
    font-family: 'Georgia', serif;
    font-weight: bold;
    color: #222;
}
.HomeContentBottom .boast p {
    font-size: 16px;
    padding: 0 .8em;
    margin-bottom: 14px;
}
.HomeContentBottom .boast a {
    font-size: 17px;
    font-weight: bold;
} 

.CompareItem { width:200px; border-left: 1px solid #d6d6d6; }
.CompareFieldName { font-weight:bold; border-bottom: 1px solid #d6d6d6; }
.CompareFieldTop {    border-bottom:s 1px solid #d6d6d6; font-size:14px; padding: 20px 10px; }
.CompareFieldTop a:hover { color:#333; }

.CartContents tfoot .SubTotal td div {
    padding: 10px;
    position: relative;
    overflow: hidden;
}
.JustAddedProduct {
    border: 1px solid #d6d6d6;
    background: #fff;
}

/*custom */
.CartContents tfoot .CheckoutRedeemCoupon {
    background: none repeat scroll 0 0 #fff;
    border: 0 solid #d6d6d6;
    height: 100%;
    line-height: 4.2em;
    margin: 0;
    padding: 0 10px;
    text-align: right;
}
.CartContents tfoot .CheckoutRedeemCoupon td {
    padding-right: 0;
    font-weight: bold;
}
.SuccessMessage,
.ErrorMessage,
.InfoMessage {
    margin: 0 0 20px 0;
    padding: 20px;
    padding-left: 55px;
}
.SuccessMessage {
    background: #eaf1c4 url('../images/success.png') no-repeat 15px center;
}
.ErrorMessage {
    background: #fdd6ce url('../images/error.png') no-repeat 15px center;
}
.InfoMessage {
    background: #efefef url('../images/info.png') no-repeat 15px center;
}
.ComparisonTable tr:hover td, .ComparisonTable tr.Over td {
    background: #fff;
}
.QuickSearchResult .Price {
    color: #333;
}
.SearchTips .Examples {
    background: #fff;
}
.Right hr {
    background: transparent;
    border: 0;
}
.MiniCart .SubTotal {
    color: #333;
}

/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
    background: #fff;
    border: 1px solid #d6d6d6;
    text-align: left;
}

/* Product Videos */

.videoRow:hover {
    background-color: #ededed;
}
.CartContents .ItemShipping th {
    border-bottom-color: #d6d6d6;
    border-top-color: #d6d6d6;
    background: #fff;
    color: #2f2f2f;
}


/* start fast cart styles */

.fastCartSummaryBox {
    background-color: #eaeaea;
}

/* end fast cart styles */

.ProductTinyImageList li {
    border-color: #eee !important;
}
#prodAccordion .Block:last-child {
    border-bottom: 1px solid #d6d6d6;
}