.product_box {
	width: 660px;
	height: auto;
	float: left;
	margin-left: 5px;
	border: 2px solid #806B37;
	border: 6px solid #806B37;
	border-top: none;
}
.product_tb {
	width: 200px;
	height: 200px;
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: center;
}
.product_name_selected {
	width: 655px;
	height: 30px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #806B37;
	border: 6px solid #806B37;
	border-bottom: none;
	color: #806B37;
}
a.product_name:link, a.product_name:active, a.product_name:visited {
	width: 660px;
	height: 20px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #E0D7B4;
	border-left: 6px solid #E0D7B4;
	color: #333333;
}
a.product_name:hover {
	border: 1px solid #806B37;
	border-left: 6px solid #806B37;
}
.product_specs {
	width: 400px;
	height: auto;
	float: left;
	margin-top: 5px;
	margin-left: 20px;
	font-size: 11px;
}
.product_paypal {
	width: 100px;
	height: auto;
	float: right;
	padding: 20px;
	margin-top: 5px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #E0D7B4;
}
.legend {
	font-size: 16px;
	color: #806B37;
}
.product_right {
	float: right;
	width: 200px;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* Question classes for FAQ page */
a.faq-q:link, a.faq-q:active, a.faq-q:visited {
	display: block;
	width: 502px;
	height: auto;
	padding: 4px;
	background-color: #97AEB4;
	border: 1px solid #74939A;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin-top: 5px;
}
a.faq-q:hover {
	background-color: #243D41;
}

/* Selected answer class */
.faq-selected {
	display: block;
	width: 502px;
	height: auto;
	padding: 4px;
	background-color: #243D41;
	border: 1px solid #74939A;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin-top: 5px;
}

/* Answer box formatting class */
.faq-a {
	width: 494px;
	height: auto;
	padding: 8px;
	background-color: #D3E1E2;
	border: 1px solid #74939A;
	border-top: none;
	color: #000000;
	}
	
/* Hidden selected layers */
#faq0,
#faq1, 
#faq2,
#faq3,
#faq4,
#faq5,
#faq6,
#faq7,
#faq8,
#faq9,
#faq10,
#faq11,
#faq12,
#faq13,
#faq14,
#faq15,
#faq16,
#faq17,
#faq18,
#faq19,
#faq20,
#faq21,
#faq22,
#faq23,
#faq24,
#faq25,
#faq26,
#faq27,
#faq28,
#faq29,
#faq30,
#faq31,
#faq32,
#faq33 {
	display: none;
	}
/* Hidden answer layers */
#faq-a0,
#faq-a1, 
#faq-a2,
#faq-a3,
#faq-a4,
#faq-a5,
#faq-a6,
#faq-a7,
#faq-a8,
#faq-a9,
#faq-a10,
#faq-a11,
#faq-a12,
#faq-a13,
#faq-a14,
#faq-a15,
#faq-a16,
#faq-a17,
#faq-a18,
#faq-a19,
#faq-a20,
#faq-a21,
#faq-a22,
#faq-a23,
#faq-a24,
#faq-a25,
#faq-a26,
#faq-a27,
#faq-a28,
#faq-a29,
#faq-a30,
#faq-a31,
#faq-a32,
#faq-a33 {
	display: none;
	}