﻿html {
	height:100%;
}

body {
	margin:0px;
	font-size:12px;
	font-family:Arial;
	color:#6c6c6c;
	background:url('../images/bg.jpg') repeat-x;
	height:100%;
}

a:focus, input:focus {
	outline:0px;
}

#contain, #Container {
	margin:0px auto;
	height:100%;
	width:1024px;
}

#content {
	float:left;
	width:1024px;
	height:100%;
}

#topNav {
	float:left;
	margin-left:-10px;
	width:1024px;
	text-align:right;
	margin-top:-8px;
	color:white;
}

#topNav a {
	color:white;
	font-size:12px;
	text-decoration:none;
	padding:0px 10px;
}

#topNav a:hover {
	text-decoration:underline;
}

#logo {
	float:left;
	margin-top:8px;
	width:1024px;
	height:133px;
	background:url('../images/logo.jpg') no-repeat;
}
#hmlogo {
	float:left;
	margin-top:8px;
	width:1024px;
	height:133px;
	background:url('../images/logo.jpg') no-repeat;
}
	#hmlogo .logo {
		display:inline-block;
		height:80px;
		width:200px;
		margin-left:40px;
	}

	#hmlogo form .search {
		position:relative;
		left:600px;
		top:-90px;
		border:1px #3c3c3c solid;
		border-right:0px;
		padding-right:10px;
		width:180px;
	}

	#hmlogo form .img {
		position:relative;
		left:600px;
		top:-85px;
		padding:2px;
		border:1px #3c3c3c solid;
		border-left:0px;
	}

	#hmlogo .menu {
		position:relative;
		top:75px;
		text-align:center;
	}

		#hmlogo .menu a {
			padding:0px 20px;
			text-decoration:none;
			font-weight:bold;
			font-size:11px;
			color:#ff9b00;
		}

			#hmlogo .menu a:hover {
				color:#9cce4f;
			}

#Menu {
	clear: both;
	float: left;
	width: 100%;
	margin: -3px 0 0 10px;
	height: 27px;
	display: inline;
	position: relative;
	z-index: 1;
}

#Menu ul {
	margin: 0 0 0 6px;
	padding: 0;
}

#Menu li {
	float: left;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#Menu li.First {
}

#Menu li a {
	display: block;
	font-size: 12px;
	color:white;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 10px 5px 10px;
	height: 16px;
}

#Menu li a:hover	{
	text-decoration: underline;
}

#Menu li ul {
	width: auto;
	position: absolute;
	clear: left;
	top: 27px;
	left: -6px;
	display: none;
	text-align: left;
	font-size: 0.85em;
	background: transparent;
	z-index: 10;
}

#Menu li ul li {
	clear: both;
	text-align: left;
	background: transparent;
}

#Menu li ul li a {
	padding: 5px 10px 5px 10px;
	font-size: 1em;
	text-align: left;
	margin: 0;
	width: 120px;
	height: auto;
}

#Menu li:hover a, #Menu li.over a{
	text-decoration: underline;
}

#Menu li ul li a, #Menu li.over li a {
	text-decoration: none !important;
}

#Menu li:hover ul, #Menu li.over ul {
	display: block;
}

#Menu .HasSubMenu ul {
	background-color:#ec9923;
	margin-top:-5px;
}

#Menu .HasSubMenu ul a:hover {
	background-color:#ffffff;
	color:#ec9923;
}

#HomeFeaturedProducts {
	
}
	#logo .logo {
		display:inline-block;
		height:80px;
		width:200px;
		margin-left:40px;
	}

	#logo form .search {
		position:relative;
		left:600px;
		top:-90px;
		border:1px #3c3c3c solid;
		border-right:0px;
		padding-right:10px;
		width:180px;
	}

	#logo form .img {
		position:relative;
		left:600px;
		top:-85px;
		padding:2px;
		border:1px #3c3c3c solid;
		border-left:0px;
	}

	#logo .menu {
		position:relative;
		top:75px;
		text-align:center;
	}

		#logo .menu a {
			padding:0px 20px;
			text-decoration:none;
			font-weight:bold;
			font-size:11px;
			color:#ff9b00;
		}

			#logo .menu a:hover {
				color:#9cce4f;
			}

#flash {
	float:left;
	margin-top:-1px;
	padding-top:10px;
	width:1024px;
	height:224px;
	background:url('../images/flash.jpg') no-repeat;
}

#inFlash {
	float:left;
	margin-top:-1px;
	width:1024px;
	height:234px;
	background:url('../images/intFlash.jpg') no-repeat;
}

#featured {
	float:left;
	width:1024px;
	min-height:138px;
}

	#featured #HomeFeaturedProducts {
		width:800px;
		margin:80px 112px 10px 112px;
	}
	
		#featured #HomeFeaturedProducts img {
			border:0px;
		}
	
		#featured #HomeFeaturedProducts ul {
			display:inline;
			width:100%;
			margin-left:0px;
			padding-left:0px;
			list-style:none;
		}

		#featured #HomeFeaturedProducts li {
			display:inline;
			width:33%;
			margin-left:0px;
			padding-left:0px;
			list-style:none;
		}
		
			#featured #HomeFeaturedProducts .shop {
				margin-top:-30px;
			}

			#featured #HomeFeaturedProducts a {
				color:#ff9b00;
				font-size:11px;
				text-decoration:none;
				font-weight:bold;
			}
	
				#featured #HomeFeaturedProducts a:hover {
					text-decoration:underline;
				}

#content .Left {
	float:left;
	margin-top:10px;
	width:230px;
	padding:10px;
	background-color:#eeeeee;
}
#content .Right {
	float:right;
	width:200px;
}
.Right h2 {
	font-size:18px;
}
.Right a {
	color:#ec9922;
	text-decoration:none;
}
.Right a:hover {
	text-decoration:underline;
}
#content .Right p{
	padding-left:10px;
}
#content .Content {
	float:left;
	width:500px;
	padding:0px 12px;
}
.Left h2 {
	font-size:16px;
	margin-left:0px;
}
#SidePopularProducts, #SideShopByBrand, #SideCategoryNewProducts {
	float:left;
	width:250px;
}
#SidePopularProducts a, #SideShopByBrand a, #SideCategoryNewProducts a {
	color:#ec9922;
	text-decoration:none;
	border:0px;
}
#SidePopularProducts img, #SideShopByBrand img, #SideCategoryNewProducts img {
	border:0px;
}
.TopSellerNumber {
	display:none;
}
.hmFeatured {
	float:left;
	margin-right:10px;
	min-height:180px;
	width:1004px;
	padding:0px 10px;
	margin-bottom:10px;
}

.hmFeatured td {
	border-right:1px silver solid;
	width:190px;
	padding:0px 5px;
}

.hmFeatured td.last {
	border-right:0px;
}

.hmFeatured h3 img {
	position:relative; top:10px;
}

.hmFeatured h3 {
	color:#ec9922;
}
.ProductList {
	display:inline;
}
.ProductList img {
	border:0px;
}
.ProductList a {
	color:#ec9922;
}
.ProductList li {
	display:inline;
	width:215px;
}
.Rating {
	display:block;
}
#couponcode {
	margin-left:10px;
}
#giftcertificatecode {
	margin-left:10px;
}
#content .Left .ProductImage { 
	padding:0px 30px; 
}

#content .Left .ProductDetails { 
	padding:5px 30px; 
}
#content .Left ul {
	margin-left:10px;
	padding-left:10px;
	list-style:none;
}
#content .Content a {
	text-decoration:none;
	color:#ec9922;
}
#content .Content a:hover {
	text-decoration:underline;
}
#content .Left li {
	margin-left:5px;
	padding-left:5px;
}
#content .Left li a {
	text-decoration:none;
}
#content .Left li a:hover {
	text-decoration:underline;
}

#content .Left .mainCat a{
	text-decoration:none;
	font-weight:bold;
	color:#ec9922;
}

.ListView {
	margin-bottom:30px;
	padding-bottom:30px;
	background:url('../images/leftSideSep.jpg') center bottom no-repeat;
}

#content .Left a:hover {
	text-decoration:underline;
}

#content .Left .scList ul {
	padding-bottom:15px;
	margin-bottom:10px;
}

#content .Left .scList a {
	margin-left:-10px;
	padding-left:0px;
	text-decoration:none;
	color:#6c6c6c;
	font-weight:bold;
}

#content .Left .scList a:hover {
	text-decoration:underline;
}
#content .Right .ProductImage { 
	padding:0px 10px; 
}

#content .Right .ProductDetails { 
	padding:5px 20px; 
}
.hmContent {
	float:left;
	width:600px;
	margin:0px 20px;
}
.FloatRight{
	text-align:right;
	margin-top:10px;
	margin-right:0px;
}
.FloatRight img{
	border: 0px;
}
.CheckoutButton img{
	border: 0px;
}
.CompareCenter img{
	border: 0px;
}
#SideNewsletterBox form {
	margin-left:30px;
}
.Left #ProductDetails a, .Right #ProductDetails a {
	display:block;
}
.Breadcrumb {
	float:left;
	width:530px;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:-40px;
}
.CompareFieldTop {
	border:1px #ec9922 solid;
}
.Breadcrumb ul {
	list-style:none;
	font-size:10px;
	display:inline;
	margin-left:0px;
}
.Breadcrumb li {
	display:inline;
	margin-right: 15px;
}
.Breadcrumb a {
	color:#ec9922;
	text-decoration:none;
}
#SideNewProducts .FeedLink a {
	text-decoration:none;
	margin-left:30px;
}
.Right .Textbox {
	width:100px;
}

.Right #SideNewsletterBox .Textbox {
	width:142px;
	margin-left:2px;
}

#PageContent {
	float:left;
	width:754px;
	margin-left:20px;
}
#PageContent a {
	color:#ec9922;
}
#PageContent a:hover {
	text-decoration:none;
}
img {
	border:0px;
}
#content .separator {
	float:left;
	height:1px;
	margin:0px;
	width:1024px;
	background:#fff url('../images/separator.jpg') no-repeat;
	border:0px;
}
#Wrapper {
	float:left;
	width:1024px;
	background-color:white;
}


#products {
	float:left;
	padding:15px 40px;
	width:944px;
	background-color:white;
}

	#products table {
		width:900px;
		color:#ff9b00;
		margin:0px auto;
	}

	#products table td {
		width:300px;
		padding:0px 50px;
	}
	
#products a {
	color:#ff9b00;
}

#products a:hover {
	text-decoration:none;
}

#footer {
	float:left;
	clear:both;
	margin-top:40px;
	width:1024px;
	height:150px;
	background:url('../images/footer.jpg') no-repeat;
	background-position:center bottom;
}

#ProductDetails .ProductThumb {
	float:left;
	width:250px;
}

#ProductDetails .ProductMain {
	float:left;
	width:250px;
}

.Widest {
	float:left;
	width:900px;
}
.Widest a {
	color:#ec9922;
	text-decoration:none;
}
.Widest a:hover {
	text-decoration:underline;
}
.ExpressCheckoutBlock .ExpressCheckoutTitle {
	position: relative;
	padding: 6px;
	margin-bottom: 10px;
	font-size: 14px;
}

.ExpressCheckoutBlock h3 a {
	font-size: 16px;
}

.ExpressCheckoutBlock {
	padding-top: 6px;
}

.ExpressCheckoutBlock .ExpressCheckoutCompletedContent {
	display: none;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
	display: inline;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent {
	display: none;
}

a.ChangeLink {
	position: absolute;
	right: 15px;
}

.ExpressCheckoutBlock a.ChangeLink {
	display: none;
}

.ExpressCheckoutBlockCompleted a.ChangeLink {
	display: inline;
}

.ExpressCheckoutCompletedContent {
	position: absolute;
	left: 250px;
}

.LoadingIndicator {
	margin-left: 10px;
}

.LoadingIndicator img {
	vertical-align: middle;
	margin-right: 10px;
}

.compareChart {
	font-family : Arial; 
	font-size: 12px; 
	color: #6c6c6c;
	width:590px;
	border-bottom:1px #3c3c3c solid;
}
.compareChart th {
	color:white;
	font-size:10px;
}
.compareChart td {
	padding:10px 5px;
}

	.compareChart .light {
		background-color:#ffffff;
	}
	.compareChart .lightH {
		background-color:#fcf6ec;
	}
	.compareChart .lightE {
		background-color:#f3f4f4;
	}
	.compareChart .dark {
		background-color:#f5f5f5;
	}
	.compareChart .darkH {
		background-color:#f2ece3;
	}
	.compareChart .darkE {
		background-color:#e9eaea;
	}
	.compareChart .rightcol {
		border-left:1px #3c3c3c solid;
		border-right:1px #3c3c3c solid;
	}
	.compareChart .leftBorder {
		border-left:1px #3c3c3c solid;
	}
	.compareChart .leftBorderCen{
		text-align: center;
		border-left:1px #3c3c3c solid;
	}
.Left {
	min-height:400px;
}

.logos {
	height:75px;
	padding-top:10px;
	width:1024px;
	clear:right;
	text-align:right;
	margin-bottom:-50px;
	border-top:1px #6c6c6c solid;
	float:right;
}
#footer a {
	color:#ec9922;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}
.hmContact {
	clear:both;
	margin-top:120px;
	color:#6b6b6b;
	font-size:10px;
	text-align:center;
}

.hmContact span {
	padding:0px 2px;
}

.homeCategories h2 {
	display:none;
}

.homeCategories {
	float:left;
	width:700px;
	margin:0px auto;
}
.homeCategories .BlockContent ul {
	display:inline;
}
.homeCategories .scList {
	display:none;
}
.homeCategories .BlockContent li {
	display:inline;
	width:200px;
	height:25px;
	padding:0px 10px;
}
.homeCategories #SideCategoryList ul {
	display:inline;
	margin-left:0px;
	padding-left:0px;
}

.homeCategories #SideCategoryList ul li {
	display:inline;
}

.homeCategories #SideCategoryList .mainCat .scList {
	text-indent:15px;
}

.ProductDescriptionContainer ul {
	background-color:#ec9922;
	color:white;
	padding:10px 10px 10px 50px;
}

.ProductDescriptionContainer li {
	line-height:18px;
}

#inFlash .buynow {
	display:block;
	float:right;
	width:135px;
	height:35px;
	margin-top:150px;
	margin-right:145px;
}

.VariationProductPrice {
	font-weight:normal;
	color:red;
}
.DetailRow .Label {
	font-weight:bold;
}
.DetailRow {
	padding-bottom:3px;
}
.ProductDetailsGrid {
	border:1px #6c6c6c solid;
	padding:5px;
	margin-bottom:5px;
}
.Clear {
	clear:both;
}
.ProductDescription {
	background:url('../images/leftSideSep.jpg') center top no-repeat;
	padding-top:5px;
}
.ComparisonTable td {
	padding:5px;
}

.rightNewsletter {
	float:right;
	width:200px;
}

.red {
	color:red;
}