/* -----------------------------------*/
/* ------------>>> FAQ <<<------------*/
/* -----------------------------------*/

.faq li {
	font-size:13px;
	margin-left:35px;
	padding:3px;
}

.faq ul li a {
	color:#368000;
	text-decoration:underline;
}

.faq ul li a:hover { text-decoration:none; }

.faq h2 {
	border-top:2px solid #252525;	
	color:#252525;
	font-size:1.7em;
	font-weight:bold;
	margin:25px 0 0px 20px;
	padding:10px 0 10px 2px;
}
.faq h2.topic {
	border-top:1px solid #CCC;	
	font-size:1.4em;
	font-weight:bold;
	margin:20px 0 5px 20px;
	padding:15px 0 0 2px;
}

.faq h2.topic:first-child {
	border:none;
	margin-top:0;
	padding-top:20px;
}

.faq .returnToTop {
	font-size:1.1em;
	text-align:right;
	padding-bottom:5px;
}

.faq .returnToTop a {
	color:#999;
	text-decoration:underline;
}

.faq .returnToTop a:hover {
	color:#368000;
	text-decoration:underline;
}

.faq h3 {
	border-top:1px dotted #999;
	color:#252525;
	font-size:1.4em;
	font-weight:bold;
	margin-left:37px;
	padding:15px 5px 0px 0px;
}

.faq p {
	font-size:1.2em;
	line-height:1.7em;
	padding:10px 20px 10px 37px;
}

.faq p a {
	color:#368000;
	text-decoration:underline;
}

.faq p a:hover { text-decoration:none; }

.faq-list {
	margin-left:40px;
}

.faq-list li {
	list-style: disc outside;
	margin-left:10px;
}

/* -----------------------------------*/
/* ------------>>> ABOUT US <<<------------*/
/* -----------------------------------*/

.about h2:first-child,
.about p:first-child {
	margin-top:0;
	padding-top:20px;
}

.about h2 {
	font-size:1.5em;
	font-weight:bold;
	color:#368000;
	margin:10px 0 5px 20px;
	padding:10px 0 0 2px;
}

.about a {
	color:#368000;
	text-decoration:underline;
}

.about a:hover {
	text-decoration:none;
}

.about p {
	margin-left:23px;
	padding-bottom:5px;
	font-size:1.3em;
	line-height:1.4em;
	color:#252525;
	width:700px;
}

/* -----------------------------------*/
/* --->>> TERMS OF SERVICE <<<--------*/
/* -----------------------------------*/

.terms p:first-child {
	padding-top:20px;
}

.terms p {
	color:#252525;
	font-size:1.3em;
	line-height:1.4em;
	padding:10px 0 10px 23px;
	width:700px;
}

.terms h2 {
	color:#368000;
	font-weight:bold;
	font-size:1.3em;
	margin:10px 0 0 23px;
	text-transform:uppercase;
	width:700px;
}

.terms ol {
	color:#252525;
	font-size:1.3em;
	line-height:1.4em;
	padding:10px 0 10px 23px;
	width:700px;
	margin-left: 40px;
}

.terms ul {
	color:#252525;
	font-size:1.3em;
	line-height:1.4em;
	padding:10px 0 10px 23px;
	width:700px;
	margin-left: 40px;
}

.terms li {
	padding:0px 23px 10px 0px;
}

/* -----------------------------------*/
/* -------->>> CONTACT US <<<---------*/
/* -----------------------------------*/

.contact #wrap {
	background:#EEE;
	border: 1px solid #CCC;
	margin:25px 100px;
	padding:15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.contact label {
	color:#252525;
	/*float:left;*/
	font-weight:bold;
	font-size:1.2em;
	text-align: right;
}

.contact dt {
/*	padding-top: 5px; */
}

.contact input,
.contact select,
.contact textarea {
	clear:right;
	margin-bottom:0px;
	width:196px;
}

.contact textarea {
	height:100px;
	width:325px;
}

.contact #purchase_subtotal {
	width: 50px;
}

.contact dt {
	font-size: 1.1em;
	margin-right: 10px;
	width: 150px;
	text-align: right;
}

.contact #name-label label{
	font-weight: normal;
}

.contact #month-element {
	float: left;
	width: 130px;
}

.contact #month-label {
	width: 100px;
	margin-left: 50px;
	padding-top: 5px;
	padding-bottom: 0px;
}

.contact #month {
	width: 130px;
}

.contact #day-element {
	float: left;
	width: 110px;
}

.contact #day-label {
	width: 0px;
}

.contact #day {
	width: 110px;
}

.contact #year-element {
	float: left;
	width: 70px;
}

.contact #year-label {
	width: 0px;
}

.contact #year {
	width: 70px;
}

.contact ul {
	list-style-type: disc;
	font-size: 1.3em;
	margin-left: 50px;
}

.contact select#click_id {
	width: 215px;
}
