/* Color: White */



/* Overrides of styles.css --*/

h1 {
	color: #e3dab8;
}

h2 {
	color: #e3dab9;
}

.SortBox {
font-size: 0.95em;
color: #C1B179;
}

.Breadcrumb li {
padding-left: 6px;
display: inline;
color: #c1b58c;
}

/* End styles.css overrides */


body {
	background: rgba(44,59,93,1);
	background-size: 100% 100%;
	
/* gradient background */	
/*background: rgb(43,57,91); /* Old browsers */
/*background: -moz-linear-gradient(top,  rgba(43,57,91,1) 50%, rgba(67,98,154,1) 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,rgba(43,57,91,1)), color-stop(100%,rgba(67,98,153,1))); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(top,  rgba(43,57,91,1) 50%,rgba(67,98,154,1) 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(top,  rgba(43,57,91,1) 50%,rgba(67,98,154,1) 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(top,  rgba(43,57,91,1) 50%,rgba(67,98,154,1) 100%); /* IE10+ */
/*background: linear-gradient(to bottom,  rgba(43,57,91,1) 50%,rgba(67,98,154,1) 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b395b', endColorstr='#43629a',GradientType=0 ); /* IE6-9 */

	
}
a {
	color: #e3dab9;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #F2DD98;
}


#ContainerLower {
	/*background: #f3f3f3 url(../../CleanContrast/images/white/BgContainerLower.gif) 0 0 repeat-x;*/	
	/*border-top: 1px solid #222;*/
	color: #cacaca;

}
#ContainerFooter {
	/*background: #fff url(../../CleanContrast/images/white/BgContainerFooter.gif) 0 0 repeat-x;*/	
	border-top: 1px solid #1d1d1d;
}


#Wrapper {
	/*background: url(../../CleanContrast/images/white/BgWrapper.png) 0 0 no-repeat;*/
}


#TopMenu li a {
	color: #a5a5a5;
	text-decoration: none;
}
#TopMenu li div {
	color: #a5a5a5;
	text-decoration: none;
}
#TopMenu li a:hover {
	color: #737373;
	text-decoration: underline;
}


#Menu {
	/*background: url(../../CleanContrast/images/white/DropdownMenuBg.gif) 0 -9999px no-repeat; /* Preload dropdown img */
	
	}
#Menu li a {
	color: #a5a5a5;
	border-left: 1px solid #505050;
}
#Menu li a:hover {
	background-color: #508f9b
	color: #dcdcdc;
}
#Menu li.First a {
	border: 0;
}
#Menu li ul {
	border: 1px solid #505050;
	border-top: 0;
	background: #2a2a2b url(../../CleanContrast/images/white/DropdownMenuBg.gif) 100% 0 no-repeat;
}
#Menu li li {
	border-bottom: 1px solid #403e40;
}
#Menu li li:last-child {
	border: 0;
}
#Menu li li a {
	border: 0;
}


#Logo h1, #Logo h1 a {
	color: #fff;
}


#SearchForm input {
	background: #fff url(../../CleanContrast/images/white/SearchBg.gif) 0 0 no-repeat;
	border: 1px solid #dcdcdc;
}
#SearchForm .Button {
	border: 0;
}


.Block.banner_home_page_top, .Block.banner_category_page_top, .Block.banner_brand_page_top, .Block.banner_search_page_top {
	/*background: url(../../CleanContrast/images/white/banner_shdw.png) 0 100% no-repeat;*/
}


.Left .Block {
	/*background: url(../../CleanContrast/images/white/BgLeftBlock.png) 0 0 no-repeat;*/
}

.Left h2 {
	color: #c1b58;
}
.Left li {
	background: url(../../CleanContrast/images/white/SidebarLi.gif) 0 100% no-repeat;
}
.Left #SideCategoryList li a, .Left #SideShopByBrand li a {
	background: url(../../CleanContrast/images/white/SidebarArrow.gif) 0 50% no-repeat;
	padding-left: 10px;
}
.Left #SideCategoryList li li {
	background: url(../../CleanContrast/images/white/SidebarLi.gif) 0 0 no-repeat;
}
.Left #SideCategoryList li li a {
	background: url(../../CleanContrast/images/white/SidebarArrowSmall.gif) 0 50% no-repeat;
}
/* Category flyout styles */
#SideCategoryList .sf-menu ul {
}
#SideCategoryList .sf-menu ul li {
	background: #0e2e35;
	
	
}
#SideCategoryList .sf-menu li li a {
	background-image: none;
}


.Right .Block {
	
	/*background: url(../../CleanContrast/images/white/BgRightBlock.png) 0 0 no-repeat;*/
}
.Right li {
	/*background: url(../../CleanContrast/images/white/SidebarLi.gif) 0 100% no-repeat;*/
}


#ContainerLower .Divider {
	background: url(../../CleanContrast/images/white/Line.gif) 510px 0 repeat-y;
}
#HomeRecentBlogs li {
	background: url(../../CleanContrast/images/white/NewsArrow.gif) 0 50% no-repeat;
}
#Footer p {
	color: #979797;
}
#Footer a {
	color: #c7c7c7;
}


.NewsletterSubscription input {
	border: 1px solid #dcdcdc;
}
#ContainerLower .NewsletterSubscription h2, #ContainerLower .NewsletterSubscription label {
	color: #fff;
}


#ContainerLower #HomeRecentBlogs h2, #ContainerLower #HomeRecentBlogs li a {
	color: #fff;
}
#ContainerLower #HomeRecentBlogs li a:hover {
	color: #dcdcdc;
}


.Content .ProductList .ProductImage {


	/*background: #fff;*/
}
.ProductPrice, .ProductList em {
	color: #ffffff;
}
.ProductList .Rating {
	color: #999999;
}


.Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
	background: #515151;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkitborder-radius: 2px;
}


.Breadcrumb {
	border-bottom: 1px solid #dcdcdc;
}


.CompareItem { width:200px; border-left: solid 1px #dcdcdc; }
.CompareFieldName { font-weight:bold; border-bottom: 1px solid #dcdcdc; }
.CompareFieldTop { border-bottom:solid 1px #dcdcdc; }
.CompareFieldTop a:hover { color:#4e4e4e; }
.CompareCenter { border-left:solid 1px #dcdcdc; border-bottom:solid 1px #dcdcdc; }
.CompareLeft { border-left:solid 1px #dcdcdc; border-bottom:solid 1px #dcdcdc; }


.ViewCartLink {
	background: url('../../CleanContrast/images/white/Cart.gif') no-repeat 0 50%;
}

table.CartContents, table.General {
	border: 1px solid #dcdcdc;
}

table.CartContents thead tr th, table.General thead tr th {
	background: #f4f4f4;
	color: #2f2f2f;
	border-bottom: 1px solid #dcdcdc;
}

.CartContents tfoot .SubTotal td {
	border-top: 1px solid #dcdcdc;
	color: #606060;
}

.JustAddedProduct {
	border: 1px solid #dcdcdc;
	background: #fff;
}
.JustAddedProduct strong, .JustAddedProduct a {
	text-decoration: none;
}
.JustAddedProduct a:hover {
	text-decoration: underline;
}


.CategoryPagination {
	color: #C1B179;
	
}
.CheckoutRedeemCoupon { background: #f4f4f4; border: 1px solid #dcdcdc; padding: 10px; width: 300px; border: 1px solid #dcdcdc; margin-bottom: 10px; }
.SubCategoryList, .SubBrandList {
	/*background:#f4f4f4;
	border: 1px solid #dcdcdc;*/
}
.InfoMessage {
	background: rgb(43,57,91) url('../../CleanContrast/images/InfoMessage.gif') no-repeat 5px 8px;
	border: 0px solid #dcdcdc;
	color: #ffffff;
}
.SpecificInfoMessage {
	color: #606060;
	background-color: #f8e4d1;
	border: 1px solid #dcdcdc;
}
.SuccessMessage {
	background: #f4f4f4 url('../../CleanContrast/images/SuccessMessage.gif') no-repeat 5px 8px;
	border: 1px solid #dcdcdc;
	color: #606060;
}
.ErrorMessage {
	background: #FFECEC url('../../CleanContrast/images/ErrorMessage.gif') no-repeat 5px 8px;
	border: 1px solid #dcdcdc;
	color: #616161;
}


.ComparisonTable tr:hover td, .ComparisonTable tr.Over td {
	background: #f4f4f4;
}
.QuickSearch { border: 1px solid #dcdcdc; }
.QuickSearchHover td{ background: rgba(44,59,93,1); }
.QuickSearchAllResults a { background: rgba(202,202,202,0.5);}
.QuickSearchResult .Price { color: rgba(202,202,202,0.5); }
.CreateAccount {
	border-right: 1px solid #dcdcdc;
}
.SearchTips .Examples {
	background: #f5f5f5;
	border: 1px solid #dcdcdc;
}
hr {
	background: #dcdcdc;
	border: #dcdcdc;
}
.Right hr {
	background: transparent;
	border: 0;
}
.MiniCart .SubTotal {
	color: #ffffff;
}


/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
	background: #f4f4f4;
	border: 1px solid #dcdcdc;
}


/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
	background: #f6f5f5 url(../../CleanContrast/images/white/ExpressChktSel.gif) 0 0 repeat-x;
	color: #010101;
	border: 1px solid #bcbcbc;
}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
	background: #f4f4f4;
	color: #606060;
	border: 1px solid #dcdcdc;
}
.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
	color: #9a9a9a;
}


/* General Tables */
table.General tbody tr td {
	border-top: 1px solid #dcdcdc;
}


/* Tabbed Navigation */
.TabNav {
	border-bottom: 1px solid #dcdcdc;
}
.TabNav li a {
	border: 1px solid #dcdcdc;
	background: #f4f4f4;
	color: #606060;
}
.TabNav li a:hover {
	background-color: #dcdcdc;
}
.TabNav li.Active a {
	border-bottom: 1px solid #dcdcdc;
	background: #2f2f2f;
	color: #fff;
}

/* Product Videos */

#VideoContainer {
	border: 1px solid #dcdcdc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.currentVideo {
	background-color: #ddf0f6;
}

.videoRow:hover {
	background-color: #efefef;
}

.CartContents .ItemShipping th {
	border-bottom-color: #dcdcdc;
	border-top-color: #dcdcdc;
	background: #f4f4f4;
	color: #2f2f2f;
}


/* start fast cart styles */
#fastCartContainer {
	font-size: 13px;
}
.fastCartContent h2 {
	color: #010101;
	background-color:transparent;
}
.fastCartContent h3 {
	color: #606060;
	background-color:transparent;
}
.fastCartSummaryBox {
	background-color: #eaeaea;
}
.fastCartContent .fastCartTop a,
.fastCartContent .ProductList .ProductDetails a {
	color: #010101;
}
.fastCartContent .ProductPrice,
.fastCartContent .ProductList em {
	color: #4e4e4e;
}
.fastCartContent .Quantity {
	color: #606060;
}
.fastCartContent p {
	color: #444444;
}
.fastCartContent .ProductList li {
	background-color: #FFF;
}
/* end fast cart styles */
