/* Color: White */

.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 li {
	border-bottom: 1px solid #d6d6d6;
}
.Content .ProductList .ProductImage {
	background: #grey;
}

.Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
	display: none;
}
.CompareItem { width:200px; border-left: 1px solid #d6d6d6; }
.CompareFieldName { font-weight:bold }
.CompareFieldTop {    border-bottom:s 1px solid #d6d6d6; font-size:14px; padding: 20px 10px; }
.CompareFieldTop a:hover { color:#333; }

.CartContents tfoot .SubTotal td div {
	padding: 20px 0;
	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;
}
.InfoMessage {
    margin-bottom: 20px;
}
.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;
	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;
}
.TinyOuterDiv {
	border-color: #eee !important;
}