/* Color: Grey */

body {
	background:url(../images/body_bg.gif) repeat 0 0;
	color: #fff;
}

a {color: #fff;font-weight: normal;text-decoration: none;}
a:hover {color: #ec68a1; text-decoration: underline;}
a:visited {color: #fff;}


h2 {
	color: #fff;
}

h3 {
	color: #fff;
}
hr {
	border: #fff;
	background: #c5c5c5;
}


#TopMenu {
}
#TopMenu li{
}
#TopMenu li.First{
	background-image: none;
}
#TopMenu li a {
	color: #fff;
}
#TopMenu li div {
	color: #fff;
}
#TopMenu li a:hover {
	text-decoration: underline;
}


#Menu {
}
#Menu li {
}
#Menu li a {
	color: #fff;
}
#Menu li.First a {
	background-image: none;
}
#Menu li ul li a {
	background: #404040;
	color: #fff;
}
#Menu li ul li a:hover {
	background: #ec68a1;
}
#Menu li:hover a, #Menu li.over a{
}


#Container {
}
#Outer {
}
#Wrapper {
}
#Header {
}


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


#SearchForm {
}
#SearchForm label {
	display: none;
}
#SearchForm input {
	background: #fff;
	border: 1px solid #c5c5c5;
}
#SearchForm .Button {
	border: 0;
}
#SearchForm a {
	color: #7d7d7d;
}
#SearchForm p {
	color: #7d7d7d;
}


.Left {
	background: #1c1c1c;
}
.Left h2 {
	color: #ff3838;
}
.Left li {
}
.Left li a {
	color: #fff;
}
.Left li a:hover {
	color: #fff;
}


.Content {
}
.Content h2 {
}
.Content a {
}


.Right {
	color: #fff;
}
.Right .Block {
	background: #e5e5e5;
}
.Right h2 {
	color: #fff;
}
.Right a {
	color: #fff;
}
.Right a:hover, .Right a:hover strong {
}

#Footer {
	border-top: 1px solid #c5c5c5;
}

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

.Content .ProductList li {
}

.Content .ProductList li:hover, .Content .ProductList li.Over {
}

.Content .ProductList li {
}

.Content .ProductList .ProductImage {
}

.Content .ProductList .ProductDetails {
}

.ProductList strong, .ProductList strong a {
	color: #fff;
}

.ProductPrice, .ProductList em {
	color: #fff;
}

.ProductList .Rating {
	color: #fff;
}

.Right .ProductList li {
}

.Content .FeaturedProducts .ProductList li {
}


.Content .FeaturedProducts .ProductList .ProductImage {
}

.Content .FeaturedProducts .ProductList li:hover, .Content .FeaturedProducts .ProductList li.Over {
}

.Right .TopSellers li {
}

.Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
	color: #fff;
}

.Right .TopSellers li.TopSeller1 .ProductImage { /* No1 seller box */
	background: #fff;
}

.Right .TopSellers li.TopSeller1 .ProductDetails { /* No1 seller box */
background: #fff;
}

.Right .TopSellers li.TopSeller1 .TopSellerNumber {

	color: #fff;
}

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


.ViewCartLink {
	background: url('../../Watches/images/grey/Cart.gif') no-repeat 9px 2px;
}

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

table.CartContents thead tr th, table.General thead tr th {
	background: #e5e5e5;
	color: #424748;
	border-bottom: 1px solid #c5c5c5;
}

.CartContents tbody .SubTotal td {
	border-top: 1px solid #c5c5c5;
	color: #202020;
}

.JustAddedProduct {
	border: 1px solid #c5c5c5;
	background: #fff;
}

.JustAddedProduct strong, .JustAddedProduct a {
	color: #202020;
}

.CategoryPagination {
	color: #202020;
	background: #e5e5e5;
}

.CheckoutRedeemCoupon { background: #e5e5e5; padding: 10px; width: 300px; border: 1px solid #c5c5c5; margin-bottom: 10px; }

.SubCategoryList, .SubBrandList {
	background:#e5e5e5;
}

.InfoMessage {background: #e5e5e5 url('../../Watches/images/InfoMessage.gif') no-repeat 5px 8px;color: #555;}
.InfoMessage a {color: #333;}
.InfoMessage a:hover {color: #f69;}
.InfoMessage a:visited {color: #333;}



.SuccessMessage {
	background: #E8FFDF url('../../Watches/images/SuccessMessage.gif') no-repeat 5px 8px;
	color: #555;
}

.ErrorMessage {
	background: #FFECEC url('../../Watches/images/ErrorMessage.gif') no-repeat 5px 8px;
	color: #555;
}

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

.QuickSearchHover td{ background: #e5e5e5; }
.QuickSearchAllResults a { background: url('../../Watches/images/grey/QuickSearchAllResultsButton.gif') no-repeat right; }

.SearchTips .Examples {
	background: #e5e5e5;
}

.MiniCart .SubTotal {
	color: #ff3838;
}

/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
	background: #1c1c1c;
	color: #fff;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
	background: #c5c5c5;
	color: #fff;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
	color: #888;
}

hr {
	background: #c5c5c5;
	border-color: #c5c5c5;
}

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

/* Tabbed Navigation */
.TabNav {
	border-bottom: 1px solid #404040;
}

.TabNav li a {
	border: 1px solid #404040;
	background: #E5E5E5;
}

.TabNav li a:hover {
	background-color: #CCCCCC;
}

.TabNav li.Active a {
	border-bottom: 1px solid #fff;
	background: #fff;
}