#shadows {background: url("https://d3tbowfwdgmohk.cloudfront.net/layout/shadows.png") repeat-y scroll 0 0 transparent; margin: auto; padding: 0; width: 1016px;}
.indexContentTable {position: relative; float: left; width: 770px; margin: 10px 0 0 0; padding: 0;}
.indexBelowContent {position: relative; float: left; width: 100%; margin: 0; padding: 0;}
select {cursor: pointer;}

/* Login Form Related */
.login {
	font-size: 11pt;
	border: solid 2px #d8d8d8;
	margin-bottom: 15px;
}

.login_title {
	background-color: #d8d8d8;
	text-align: center;
}

.login_help {
	font-size: 8pt;
	color: #666;
}

.login_help a {
	text-decoration: underline;
	color: #666;
}

/****************************************************************/
/* Testimonials */
#testimonial {
	clear: both;
	display: block;
	padding: 20px;
	margin-bottom: 10px;
}

#testimonial img {
	float: left;
	width: 160px;
	position: relative;
}

#testimonial .message {
	float: right;
	background-color: #efefef;
	width: 500px;
	padding: 10px;
	border: 3px solid #cbcbcb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#testimonial .message p.customer{
	float: right;
	color: #cb0003;
}

/****************************************************************/
/* Blog */
#adminComment, #comment {
	clear: both;
	display: block;
	padding: 20px;
	margin-bottom: 10px;
}

#adminComment img, #comment img {
	float: left;
	width: 80px;
	position: relative;
}

#comment .message {
	float: right;
	background-color: #efefef;
	width: 550px;
	padding: 10px;
	border: 3px solid #cbcbcb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#adminComment .message {
	float: right;
	background-color: #7d120a;
	width: 580px;
	padding: 10px;
	border: 3px solid #9f9f9f;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#comment .message p.customer {
	float: right;
	color: #cb0003;
}

#adminComment .message p.customer {
	float: right;
	color: #fff;
}

/****************************************************************/
/* Captcha Related */
.recaptcha_container {
	margin-bottom:10px;
	width:184px;
}

#recaptcha_title {
	background-color:#830100;
}

#recaptcha_logo {
	background-position:-218px 0;
	height:49px;
	margin:0 0 0 40px;
	width:93px;
}

#recaptcha_widget {
	font-size: 12px;
}

/****************************************************************/
/* Modal Related */
#mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	background-color: #000;
	display: none;
}

.window, .window_home {
	left: 0;
	top: 0;
	background-color: #cecece;
	color: #000;
	display: none;
	padding: 20px;
	position: absolute;
	border: 15px solid #fff;
	z-index: 9999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.window a, .window_home {
	color: #000;
}

/* Why No Price Modal */
#whynoprice a {
	color: #00f;
}

#noPriceBox {
	font-size: 13pt;
	width: 500px;
}

/* Store Locations Modal */
#locations {
	font-size: 13pt;
	width: 900px;
}

#locations td {
	padding: 0px 10px 15px 10px;
}

#locations .title {
	font-size: 16pt;
	font-weight: bold;
}

#locations a img {
	margin-bottom: 10px;
	display: block;
}

#locations .shop{
	margin-bottom: 0px;
	display: block;
}

/* Price Drop Modal */
#priceDrop a {
	color: #02C402;
	text-decoration: underline;
}

#priceDropBox {
	font-size: 13pt;
	width: 330px;
}

/* Free Shipping Modal */
#freeShipping a {
	color: #cb0003;
}

#freeShippingBox {
	font-size: 11pt;
	width: 750px;
}

#freeShippingBox .title {
	font-weight: bold;
}

/* ShowroomOnline Modal */
#showroomOnline {
	background:#efefef;
	color:#0072BC;
	border:1px solid #cbcbcb;
}

#showroomOnline a {
	color:#0072BC;
	padding: 3px;
}

#showroomBox {
	font-size: 13pt;
	width: 300px;
}

#onlineOnlyBox {
	font-size: 13pt;
	width: 300px;
}

/* Cancelled Invoice Modal */
#cancelInvoice a {
	float: right;
	font-weight: bold;
	font-size: 10pt;
	color: #cb0003;
	text-decoration: underline;
}

#cancelInvoiceBox {
	font-size: 11pt;
	width: 300px;
}

/* Special Order Modal */
#permaSalt a {
	color: #cb0003;
	text-decoration: underline;
}

#permaSalt img {
	margin-top: 5px;
}

#permaSaltBox {
	font-size: 11pt;
	width: 300px;
}

#permaSaltBox .title {
	font-weight: bold;
}

/* Check Location Modal */
#checkLocationBox {
	font-size: 13pt;
	width: 200px;
}

/* Cancelled Invoice Modal */
#whatsMyPrice a {
	color: #00f;
	text-decoration: underline;
}

#whatsMyPriceBox {
	font-size: 13pt;
	width: 350px;
}

/****************************************************************/
/* Recently Viewed Products */
#recents {
	background: #efefef;
	border: 1px solid #cbcbcb;
	overflow: auto;
	margin-bottom: 10px;
	height: 230px;
	position: relative;
}

#recents p {
	position: absolute;
	margin: 0;
	text-align: center;
	width: 100%;
	top: 5px;
}

#recent_products {
	position: relative;
	top: 40px;
}

#recent_products td {
	padding: 0 10px;
	text-align: center;
	font-size: .9em;
}

/****************************************************************/
/* Category Product Images */
#largeImage {
	position: absolute;
	padding: .5em;
	background: #e3e3e3;
	border: 1px solid #e6e4e5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
}
	
/****************************************************************/
/* Suggested Products */
.suggestionsBox {
	position: absolute;
	margin: 0px;
	width: 213px;
	background-color: #e6e4e5;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #bcbabb;	
	color: #000;
	z-index: 500;
}
	
.suggestionList {
	margin: 0px;
	padding: 0px;
}
	
.suggestionList li {
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
	list-style-type: none;
}
	
.suggestionList li:hover {
	background-color: #434343;
	color: #fff;
}

/****************************************************************/
/* Vendor Forms */
#vendorForm, #vendorFormProvide {
	margin-bottom: 20px;
	width: auto;
}

#vendorForm ul, #vendorFormProvide ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#vendorForm li, #vendorFormProvide li {
	margin-bottom: 10px;
}

#vendorForm div input[type=text] {
	width: 300px;
}

#vendorForm input[type=text], #vendorForm textarea {
	width: 700px;
}

#vendorForm textarea {
	height: 2.5em;
}

#vendorFormProvide input[type=text] {
	width: 500px;
}

#vendorFormProvide input[type=radio] {
	margin-right: 30px;
}

#vendorForm input:focus, #vendorForm textarea:focus, #vendorFormProvide input:focus {
	border: 2px solid #4399be;
	background: #feff7f;
}

#vendorForm span, #vendorFormProvide span {
	display: block;
	margin-top: 3px;
}

#adminVendor label {
	font-weight: bold;
}

#prod_desc a {
	color: #00f;
	text-decoration: underline;
}

#prod_ship a {
	color: #00f;
	text-decoration: underline;
}
