.header_nav {
	float: right;
}

.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: 100px;
	position: relative;
}

#testimonial .message {
	float: right;
	background-color: #efefef;
	width: 580px;
	padding: 10px;
	border: 3px solid #cbcbcb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#testimonial .message p.customer{
	float: right;
	color: #cb0003;
}

/****************************************************************/
/* Blog */
#comment {
	clear: both;
	display: block;
	padding: 20px;
	margin-bottom: 10px;
}

#comment img {
	float: left;
	width: 80;
	position: relative;
}

#comment .message {
	float: right;
	background-color: #efefef;
	width: 580px;
	padding: 10px;
	border: 3px solid #cbcbcb;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#comment .message p.customer{
	float: right;
	color: #cb0003;
}

/****************************************************************/
/* 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 {
	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;
}

.window a {
	color: #000;
	text-decoration: underline;
}

/* Why No Price Modal */
#whynoprice a {
	color: #00f;
	text-decoration: underline;
}

#noPriceBox {
	font-size: 13pt;
	width: 500px;
	top: 30%;
}

/* Store Locations Modal */
#locations {
	font-size: 13pt;
	width: 900px;
	top: 5%;
}

#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;
	top: 20%;
}

/* Free Shipping Modal */
#freeShipping a {
	color: #cb0003;
	text-decoration: underline;
}

#freeShippingBox {
	font-size: 11pt;
	width: 750px;
	top: 10%;
}

#freeShippingBox .title {
	font-weight: bold;
}

/* ShowroomOnline Modal */
#showroomOnline {
	background:#efefef;
	color:#0072BC;
	text-align:left;
	border:1px solid #cbcbcb;
	padding-left: 3px;
}

#showroomOnline a {
	color:#0072BC;
}

#showroomBox {
	font-size: 13pt;
	width: 300px;
	top: 30%;
}

#onlineOnlyBox {
	font-size: 13pt;
	width: 300px;
	top: 30%;
}

/* Cancelled Invoice Modal */
#cancelInvoice a {
	float: right;
	font-weight: bold;
	font-size: 10pt;
	color: #cb0003;
	text-decoration: underline;
}

#cancelInvoiceBox {
	font-size: 11pt;
	width: 300px;
	top: 30%;
}

/****************************************************************/
/* Recently Viewed Products */
#recents {
	background: #efefef;
	border: 1px solid #cbcbcb;
	height: 150px;
	margin: auto;
	padding: 0 20px 30px 20px;
	width: 930px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#recent_title {
	float: left;
	margin-top: 5em;
	text-align: center;
}

#recent_products {
	overflow: auto;
	width: 740px;
	float: right;
}