@charset "utf-8";
/***
Copyright 2011 CrystalCommerce
CrystalCommerce.com
***/

/* RESET */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

html,
body {
	margin:0;
	padding:0;
	height:100%;
}
/* /END RESET */
body {
	background: #6d6d6d url("/files/assets/img/bodyBg_repeatX.gif") top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	line-height: 150%;
	margin: 0 0 10px;
}

h1, h2, h3, h4, h5, h6 {
	color: #2E4A74;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 20px;
	margin: 0 0 15px;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	margin: 0 0 12px;
	font-weight: normal;
}

h3 {
	font-size: 15px;
	margin: 0 0 12px;
	font-weight: normal;
}


h4, h5, h6 {
	margin: 5px 0 5px;
	font-weight: bold;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {}

a img {
	border: none;
	outline: none;
}

a {
	color: #363636;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #999;
}

/* remove dotted lines on some links in FF browser */

a,
a:active,
a:visited,
a img {
	outline: none;
}

/* / */
	
/* CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* /END CLEARFIX */

	#brand {
		background: url("/files/assets/img/brandBgRepeat.png") repeat-x;
 		border-radius: 4px 4px 0 0;
 		-moz-border-radius: 4px 4px 0 0;
		height: 146px;
		margin: 7px auto 0 auto;
		position: relative;
		width: 1000px;
	}

		#brand a#brandLogo {
			display: block;
			height: 32px;
			left: 15px;
			position: absolute;
			top: 50px;
			width: 233px;
		}

		#leaderboardBanner {
			background: #666;
			height: 90px;
			position: absolute;
			right: 13px;
			top: 23px;
			width: 728px;
		}

	#main {
		background: #949494 url("/files/assets/img/pageTopBg_repeatX.png") top repeat-x;
		margin: auto;
		padding-top: 10px;
		width: 1000px;
	}

		#content {
			float: left;
			width: 580px;
		}

			.contentSection {
				background: #f6f6f6;
				border-radius: 4px;
				margin: 0 0 7px;
				padding: 2px 0;
				position: relative;
			}

				.contentSection	.sectionContent {
					padding: 0 10px 8px;
					width: 560px;
				}
	
				.contentSection .pagetitle {
				/* css gradient */
				/* fallback */ background: #666;
				/* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#888));
				/* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #888, #333);
				/* Firefox 3.6+ */ background: -moz-linear-gradient(top, #888, #333);
				/* IE 10 */ background: -ms-linear-gradient(top, #888, #333);
				/* Opera 11.10+ */ background: -o-linear-gradient(top, #888, #333);
					color: #fff;
					border-radius: 3px;
					-moz-border-radius: 3px;
					display: block;
					font-weight: bold;
					font-size: 14px;
					height: 22px;
					margin: 0 0 10px;
					padding: 5px 0 0 8px;
					position: relative;
					left: -8px;
					width: 568px;
				}

			#content ul,
			#content ol {
				margin: 10px 0 10px 16px;
			}
		
		#main #subcontent_primary,
		#main #subcontent_secondary {
			float: left;
			margin: 0 10px;
			width: 190px;
		}

		.subcontent h1,
		.subcontent h2,
		.subcontent h3,
		.subcontent h4,
		.subcontent h5,
		.subcontent h6 {
			color: #fff;
			font-weight: bold;
		}

		.subcontentBanner {
			display: block;
			width: 182px;
			text-align: center;
		}

		h2.widgettitle {
			/* css gradient */
			/* fallback */ background: #666;
			/* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#888));
			/* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #888, #333);
			/* Firefox 3.6+ */ background: -moz-linear-gradient(top, #888, #333);
			/* IE 10 */ background: -ms-linear-gradient(top, #888, #333);
			/* Opera 11.10+ */ background: -o-linear-gradient(top, #888, #333);
			border-radius: 3px;
			-moz-border-radius: 3px;
			display: block;
			font-size: 14px;
			height: 22px;
			margin: 0 0 3px;
			padding: 5px 0 0 8px;
			position: relative;
			left: -2px;
			width: 178px;
		}

			.subcontentSection {
				background: #f6f6f6;
				border-radius: 4px;
				margin: 0 0 7px;
				padding: 2px 0;
				position: relative;
				width: 190px;
			}
					
				.subcontentSection	.sectionContent {
					padding: 0 4px;
					width: 182px;
				}

				#subcontent_primary .supplementalList li,
				#subcontent_secondary .supplementalList li {
					background: url("/files/assets/img/bullet.png") left no-repeat;
					line-height: 24px;
					padding: 0 0 0 15px; 
				}


					#subcontent_primary .supplementalList li a {
						color: #363636;
					}

					#subcontent_primary .supplementalList li a:hover {
						color: #396D18;
						text-decoration: underline;
					}

			.subcontentSection #subcontentSearch {
				background: #666;
				border-radius: 3px;
				-moz-border-radius: 3px;
				height: 30px;
				margin: 2px;
				padding: 4px;
			}
				
			.subcontentSection #quickcartStyleSection h2.widgettitle {
				font-size: 12px;
				padding: 5px 0 0 30px;
				width: 156px;
			}

					.subcontentSection #quickcartStyleSection h2.widgettitle img {
						left: 7px;
						position: absolute;
						top: 7px;
					}

			.subcontentSection #checkoutHelp h2.widgettitle {
				font-size: 13px;
			}

			.subcontentSection #newsletterSignup {}
			
				.subcontentSection #newsletterSignup h2.widgettitle {
					font-size: 12px;
					padding: 5px 0 0 30px;
					position: relative;
					width: 156px;
				}

					.subcontentSection #newsletterSignup h2.widgettitle img {
						left: 7px;
						position: absolute;
						top: 7px;
					}

	#pageSupplement {
		background:url("/files/assets/img/pageBottomBg_repeatX.png") bottom repeat-x;
		clear: both;
		font-size: 11px;
		height: 69px;
		margin: auto;
		padding: 6px 0 0;
		width: 1000px;
	}
	
	#siteInfo {
		background: url("/files/assets/img/footer.png") repeat-x;
		clear: both;
		color: #fff;
		font-size: 11px;
		height: 28px;
		margin: auto;
		padding: 8px 0 0;
		text-align: center;
		width: 1000px;
	}
		
		#siteInfo a {
			color: #fff;
		}

/* SEARCH FORM STYLES */

#search_query_box,input.search1 {
	border: solid 1px #666;
	color: #666;
	display: inline-block;
	float: left;
	font-size: 11px;
	height: 20px;
	padding: 2px;
	width: 130px;
	box-sizing: initial;
	-webkit-appearance: textfield;
}

input.btn_go {
	display: inline-block;
	float: left;
	margin-left: 4px;
}

/* /END SEARCH FORM */
/* QUICK CART */

#quick_cart {
	padding: 5px 7px;
}

/* override crystal.css style */
#main #quick_cart p {
	font-size: inherit;
	margin: 0;
}

	#quick_cart a[href*="cart_key"],
	#quick_cart a[href*="buy_order_key"]{
		/* css gradient */
		/* fallback */ background: #666;
		/* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#888));
		/* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #888, #333);
		/* Firefox 3.6+ */ background: -moz-linear-gradient(top, #888, #333);
		/* IE 10 */ background: -ms-linear-gradient(top, #888, #333);
		/* Opera 11.10+ */ background: -o-linear-gradient(top, #888, #333);
		border-radius: 3px;
		-moz-border-radius: 3px;
		color: #fff;
		display: inline-block;
		font-size: 13px;
		font-weight: bold;
		height: 22px;
		margin: 5px 0 0;
		padding: 5px 8px 0;
	}
	
	#quick_cart a[href*="cart_key"]:hover,
	#quick_cart a[href*="buy_order_key"]:hover {
		color: #fff;
		/* fallback */ background: #888;
		/* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#555), to(#999));
		/* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #999, #555);
		/* Firefox 3.6+ */ background: -moz-linear-gradient(top, #999, #555);
		/* IE 10 */ background: -ms-linear-gradient(top, #999, #555);
		/* Opera 11.10+ */ background: -o-linear-gradient(top, #999, #555);
	}

/* /END QUICK CART */

/* MISCELLANEOUS STYLES */

a#topLink {
	background: url("/files/assets/img/btn_backToTop.png") 0 0;
	display: block;
	float: right;
	height: 27px;
	margin: 0 10px;
	top: 40px;
	width: 96px;
}

a#topLink:hover {
	background: url("/files/assets/img/btn_backToTop.png") 0 -27px;
}

.userTitle {
	/* css gradient */
	/* fallback */ background: #666;
	/* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#888));
	/* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #888, #333);
	/* Firefox 3.6+ */ background: -moz-linear-gradient(top, #888, #333);
	/* IE 10 */ background: -ms-linear-gradient(top, #888, #333);
	/* Opera 11.10+ */ background: -o-linear-gradient(top, #888, #333);
	border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0 0;
	padding: 5px 8px;
	width: 166px;
}

a.btn_login {
	background: url("/files/assets/img/btn_login.png") 0 0 no-repeat;
	display: inline-block;
	height: 27px;
	margin: 3px 0 0;
	width: 85px;
}

a.btn_login:hover {
	background: url("/files/assets/img/btn_login.png") 0 -27px no-repeat;
}

a.btn_register {
	background: url("/files/assets/img/btn_register.png") 0 0 no-repeat;
	display: inline-block;
	height: 27px;
	margin: 3px 0 0;
	width: 85px;
}

a.btn_register:hover {
	background: url("/files/assets/img/btn_register.png") 0 -27px no-repeat;
}

a#checkoutbtn {
	background: url("/files/assets/img/btn_checkout.png") 0 0 no-repeat;
	display: inline-block;
	height: 27px;
	width: 85px;
}

a#checkoutbtn:hover {
	background: url("/files/assets/img/btn_checkout.png") 0 -27px no-repeat;
}

a#viewlistbtn {
	background: url("/files/assets/img/btn_viewList.png") 0 0 no-repeat;
	display: inline-block;
	height: 27px;
	width: 85px;
}

a#viewlistbtn:hover {
	background: url("/files/assets/img/btn_viewList.png") 0 -27px no-repeat;
}

a.readmore {
	background: url("/files/assets/img/page_go.png") left no-repeat;
	display: block;
	height: 20px;
	line-height: 20px;
	margin: 0 0 8px;
	padding: 0 0 0 19px;
	text-decoration: underline;
}

#crystalLink {
	background: url(/files/assets/img/crystalcommercelogoMicro.png) no-repeat;
	display: inline-block;
	height: 16px;
	margin: 0 50px 0 0;
	vertical-align: middle;
	width: 129px;
}

.searchLink {
	/* css gradient */
	/* fallback */ background: #666;
	/* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#888));
	/* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #888, #333);
	/* Firefox 3.6+ */ background: -moz-linear-gradient(top, #888, #333);
	/* IE 10 */ background: -ms-linear-gradient(top, #888, #333);
	/* Opera 11.10+ */ background: -o-linear-gradient(top, #888, #333);
	border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fff;
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 22px;
	margin: 2px 0;
	padding: 5px 0 0 8px;
	position: relative;
	left: -2px;
	width: 178px;
}

.searchLink:hover {
	color: #fff;
	/* fallback */ background: #888;
	/* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#555), to(#999));
	/* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #999, #555);
	/* Firefox 3.6+ */ background: -moz-linear-gradient(top, #999, #555);
	/* IE 10 */ background: -ms-linear-gradient(top, #999, #555);
	/* Opera 11.10+ */ background: -o-linear-gradient(top, #999, #555);
}

input.btn_emailSignup {
	margin: 5px 0 0;
}

input.emailentry {
	border: solid 1px #666;
	color: #666;
	font-size: 12px;
	height: 20px;
	margin: 4px 0 4px 3px;
	padding: 2px;
	text-align: center;
	width: 168px;
}
	
.customername {
	color: #fff;
	display: block;
	font-weight: bold;
	margin: 0 0 6px;
}	
	
a.returnToShopping {
	background: url("/files/assets/img/btn_return.png") no-repeat 0 -27px;
	height: 27px;
	position:absolute;
	right:10px;
	top:15px;
	width:124px;
}

a.returnToShopping:hover {
	background: url("/files/assets/img/btn_return.png") no-repeat 0 0;
}

div#selling {
	background:url("/files/assets/img/bg_selling.png") no-repeat center top transparent;
	height:55px;
	margin:10px 0;
	position:relative;
	width:560px;
}
	
h3#buylistCartHeading,
h3#yourCartHeading {
	color: #2E4A74;
	margin: 0 0 8px;
}

a.productName {
	text-decoration: underline;
}

#accountControls {
	margin: 10px 0 10px 10px;
}

	#accountControls li {
		border-bottom: 1px dashed #CCC;
	    line-height: 24px;
	}

		#accountControls a:hover {
			text-decoration: underline;
		}

/* END MISCELLANEOUS STYLES */
/* ALL.CSS OVERRIDES */

#main #filters .input_text {
  margin: 0 10px 0 0;
  width: 180px;
}

.highslide.thumbnail img {
	margin: 0 4px 8px 0;
}

.invisible-table td.buy_button,
.invisible-table td.wishlist_button {
	text-align: right;
	width: 120px;
}