/* Color: Blue */

body {
	color: #666060;
}


a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #000000;
        text-decoration: underline;
}

h2 {
	color: #666060;
}

h3 {
	color: #666060;
}


#TopMenu li a, #TopMenu li div {
	color: #000000;
}

#TopMenu li div a {
	border-left: 0;
}

#TopMenu li a:hover {
	color:#000000;
        text-decoration:underline;
}



#Outer {
	
}


#Header {
	
}

#Logo h1 {
	
}

#Logo h1 a {

}

#SearchForm {
	color: #95bbd1;
}

#SearchForm label {
	color: #fff;
}

#SearchForm a {
	color: #b1ccdc;
}

#SearchForm a:hover {
	color: #fff;
}

.Left {
	background:url(../images/white/bDrop_nav.gif) no-repeat;
}

.Left li {
	
}

.Left li a:hover {
	color: #07599a;
}

.Content {
	/*background: transparent url('../../default/images/ContentBg.gif') no-repeat;*/
}

.Content a {
	color: #000000;
}

.Content.Wide {
	
}




.Right {
	background: transparent url('../../default/images/blue/RightBg.gif') no-repeat;
}

.Right a {
	color: #034285;
}

.Right a:hover, .Right a:hover strong {
	color: #001927;
}




.Content .ProductList li {
	/* border: 1px solid #ffffff; */
}


.Content .ProductList li:hover, .Content .ProductList li.Over {
	/* border: 1px solid #bcb6b6; */
}

.ProductList .ProductImage {
	/*background: #000000;*/
}

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

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

.ProductList .Rating {
	color: #797979;
}

.Right .ProductList li {
	border-bottom: 1px solid #c0dae7;
}

.Content .FeaturedProducts .ProductList li {
	background: #dff2f7;
}

.Content .FeaturedProducts .ProductList li:hover, .Content .FeaturedProducts .ProductList li.Over {
	background: #D2E8EE;
}

.Left .TopSellers li .TopSellerNumber, .Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
	background: url(../../default/images/blue/TopSellerNumberBg.gif) 0 4px no-repeat;
	color: #075899;
}

.Left .TopSellers li.TopSeller1, .Right .TopSellers li.TopSeller1 { /* No1 seller box */
	border: 1px solid #c0dae7;
	background: #fff;
}

.Left .TopSellers li.TopSeller1 .TopSellerNumber, .Right .TopSellers li.TopSeller1 .TopSellerNumber {
	background: url(../../default/images/blue/TopSellerNumber1Bg.png) 0 0 no-repeat;
	color: #075899;
}

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


.CompareItem { width:200px; border-left: solid 1px #CACACA; }
.CompareFieldName { font-weight:bold; border-bottom: 1px solid #EFF8FA; }
.CompareFieldTop { border-bottom:solid 1px #85BADF; }
.CompareFieldTop a:hover { color:red; }
.CompareCenter { border-left:solid 1px #85BADF; border-bottom:solid 1px #F2F2F2; }
.CompareLeft { border-left:solid 1px #85BADF; border-bottom:solid 1px #F2F2F2; }

.ViewCartLink {
	background: url('../../default/images/blue/Cart.gif') no-repeat 3px 0;
}

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

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

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

.MiniCart .SubTotal {
	color: #666060;
}

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

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

.CategoryPagination {
	color: #666060;
	background: #F6F4F4;
	border: 1px solid #E3E1E1;
}

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

.SubCategoryList, .SubBrandList {
	/* background:#EEF5F9; */
}

.InfoMessage {
	/* background: #EFF8FA url('../../default/images/InfoMessage.gif') no-repeat 5px 8px; */
	color: #555;
}

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

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

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

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

/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
	background: #e1e1e1;
	border: 1px solid #d0d0d0;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
	background: #f0f0f0;
	border: 1px solid #ddd;
	color: #555;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
	color: #888;
}

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

.TabNav li a {
	border: 1px solid #3d9abe;
	background: #ddf0f6;
}

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

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

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