/* Color: White */

body {
	background: #0f0f0f url(../images/black/BodyBg.gif) 0 0 repeat-x;
	color: #fff;
}
a {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #bebebe;
}
h1, h2, .TitleHeading {
	color: #bebebe;
	background: #0b0b0b url(../images/black/BgHeading.gif) 0 0 repeat-x;
	border: 1px solid #222;
}


#ContainerFooter {
	background: #0f0f0f url(../images/black/BgContainerFooter.gif) 0 0 repeat-x;
	border-top: 1px solid #171717;
}
#Wrapper {
	border-top: 5px solid #696969;
}


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


#Menu {
	background: url(../images/black/DropdownMenuBg.gif) 0 -9999px no-repeat; /* Preload dropdown img */
}
#Menu li a {
	color: #afafaf;
	border-left: 1px solid #313131;
}
#Menu li a:hover {
	color: #fff;
}
#Menu li.First a {
	border: 0;
}
#Menu li ul {
	border: 1px solid #313131;
	border-top: 0;
	background: #101010 url(../images/black/DropdownMenuBg.gif) 100% 0 no-repeat;
}
#Menu li li {
	border-bottom: 1px solid #252525;
}
#Menu li li:last-child {
	border: 0;
}
#Menu li li a {
	border: 0;
}


#SearchForm form {
	border: 1px solid #313131;
	background: #2c2c2c url(../images/black/SearchBg.gif) 0 0 repeat-x;
}
#SearchForm input {
	border: 0;
	color: #fff;
	background: transparent;
}
#SearchForm .Button {
	border: 0;
}


#HeaderUpper {
	border-bottom: 1px solid #313131;
}
#HeaderLower {
	border-top: 1px solid #313131;
	background: url(../images/black/BgCatMenu.png) 0 0 no-repeat;
}


#Logo h1 {
	border: 0;
	background: transparent;
}


#SideCategoryList h2 {
	color: #bebebe;
	background: url(../images/black/CategoryTitle.gif) 100% 50% no-repeat;
	border: 0;
}
#SideCategoryList li, #SideCategoryList .sf-menu li {
	background: url(../images/black/MenuDivider.gif) 100% 50% no-repeat;
}
#SideCategoryList li a, #SideCategoryList .sf-menu li a {
	color: #fff;
}
#SideCategoryList li ul, #SideCategoryList .sf-menu li ul {
	border: 1px solid #313131;
	border-top: 0;
	background: #131313;
}
#SideCategoryList li li, #SideCategoryList .sf-menu li li {
	background-image: none;
	border-bottom: 1px solid #313131;
}
#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: 1px solid #313131;
}


.Block.banner_home_page_top, .Block.banner_category_page_top, .Block.banner_brand_page_top, .Block.banner_search_page_top {
	border-bottom: 5px solid #696969;
}


.Content .Block.FeaturedProducts, .Content .Block.NewProducts { /* Homepage featured & new products */
	background: #171717;
	border: 1px solid #222;
	border-top: 0;
}
.Content .Block.FeaturedProducts h2, .Content .Block.NewProducts h2 {
	border-left: 0;
	border-right: 0;
}


.Left .Block {
	background: #171717;
	border: 1px solid #222;
	border-top: 0;
}
.Left .Block h2 {
	border-left: 0;
	border-right: 0;
}
.Left li {
	background: url(../images/black/SidebarLi.gif) 0 100% no-repeat;
}


.Right .Block {
	background: #171717;
	border: 1px solid #222;
	border-top: 0;
}
.Right .Block h2 {
	border-left: 0;
	border-right: 0;
}
.Right li {
	background: url(../images/black/SidebarLi.gif) 0 100% no-repeat;
}


#Footer p {
	color: #696969;
}
#Footer a {
	color: #afafaf;
}


.NewsletterSubscription input {
	border: 1px solid #696969;
}


.Content .ProductList .ProductImage {
	background: #fff;
	border: 1px solid #696969;
}
.ProductPrice, .ProductList em {
	color: #fff;
}
.ProductList .Rating {
	color: #afafaf;
}


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


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


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


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

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

table.CartContents thead tr th, table.General thead tr th {
	background: #171717;
	color: #fff;
	border-bottom: 1px solid #444;
}

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

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


.CategoryPagination {
	color: #bebebe;
	background: #171717;
	border: 1px solid #444;
}
.CheckoutRedeemCoupon {
	background: #171717;
	border: 1px solid #444;
	padding: 10px;
	width: 300px;
	margin-bottom: 10px;
}
.SubCategoryList, .SubBrandList {
	background:#171717;
	border: 1px solid #222;
}
.InfoMessage {
	background: #171717 url('../images/InfoMessage.gif') no-repeat 5px 8px;
	border: 1px solid #222;
	color: #bebebe;
}
.SpecificInfoMessage {
	color: #bebebe;
	background-color: #171717;
	border: 1px solid #222;
}
.SuccessMessage {
	background: #171717 url('../images/SuccessMessage.gif') no-repeat 5px 8px;
	border: 1px solid #222;
	color: #bebebe;
}
.ErrorMessage {
	background: #171717 url('../images/ErrorMessage.gif') no-repeat 5px 8px;
	border: 1px solid #222;
	color: #bebebe;
}


.ComparisonTable tr:hover td, .ComparisonTable tr.Over td {
	background: #171717;
}

/* Quick Search */
.QuickSearch { background: #fff; border: 1px solid #eee; }
.QuickSearchTitle td, .QuickSearchAllResults td { color: #2c2c2c; }
.QuickSearchResultName, .QuickSearchResultName a { color: #2c2c2c; }
.QuickSearchHover td{ background: #eee; }
.QuickSearchResult .Price { color: #696969; }
.QuickSearchHover a:hover { color: #171717; text-decoration: underline }
.QuickSearchAllResults a { background: url('../images/black/QuickSearchAllResultsButton.gif') no-repeat right; }


.CreateAccount {
	border-right: 1px solid #222;
}
.SearchTips .Examples {
	background: #171717;
	border: 1px solid #222;
}
hr {
	background: #222;
	border: #222;
}
.Right hr {
	background: transparent;
	border: 0;
}
.MiniCart .SubTotal {
	color: #bebebe;
}


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


/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
	background: #0b0b0b url(../images/black/BgHeading.gif) 0 0 repeat-x;
	color: #fff;
	border: 1px solid #222;
}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
	background: #171717;
	color: #bebebe;
	border: 1px solid #222;
}
.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
	color: #bebebe;
}


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


/* Tabbed Navigation */
.TabNav {
	border-bottom: 1px solid #444;
}
.TabNav li a {
	border: 0;
	border-bottom: 1px solid #444;
	background: #222;
	color: #bebebe;
}
.TabNav li a:hover {
	background-color: #313131;
}
.TabNav li.Active a {
	border: 1px solid #444;
	border-bottom: 1px solid #0f0f0f;
	background: url(../images/black/BgHeading.gif) 0 0 repeat-x;
	color: #fff;
}

/* Product Videos */

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

.currentVideo {
	background-color: #222;
}

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

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


/* start fast cart styles */
#fastCartContainer {
	font-size: 13px;
}
.fastCartContent h2 {
	color: #BEBEBE;
}
.fastCartContent h3 {
	color: #696969;
	background-color:transparent;
}
.fastCartSummaryBox {
	background-color: #eaeaea;
}
.fastCartContent .fastCartTop a,
.fastCartContent .ProductList .ProductDetails a {
	color: #0b0b0b;
}
.fastCartContent .ProductPrice,
.fastCartContent .ProductList em {
	color: #4e4e4e;
}
.fastCartContent .Quantity {
	color: #696969;
}
.fastCartContent p {
	color: #444444;
}
.fastCartContent .ProductList li {
	background-color: #FFF;
}
#fastCartSuggestive .ProductActionAdd a {
	color:#000;
	text-decoration:none;
}
#fastCartSuggestive .ProductActionAdd a:hover {
	color:#000;
	text-decoration:underline;
}
/* end fast cart styles */


.PrimaryProductDetails .ProductThumb {
	background: #fff;
	border: 1px solid #222;
}

.SeeMorePicturesLink a {
    color: #000;
}

.SeeMorePicturesLink a:hover {
    color: #777;
}

/* begin notification message styles, used on the order page */

.NotifyMessage {
    background: #171717;
    border: 1px solid #222;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

/* end notification message styles, used on the order page */
