/* faq section styles */
/* show / hide all navigation div */
#faq-showAllNav {
	float: right;
	width: 200px;
	font-size: 0.8em;
	color: #998377;
	text-align: right;
}

#faq-showAllNav a {
	font-size: 0.8em;
	color: #998377;
	font-weight: normal;
	text-decoration: none;
}
#faq-showAllNav a:hover { text-decoration: underline; }
.lnk-hide, .lnk-hide a {
	color: #998377;
	font-weight: normal;
}

h4.faq-section-heading {
	font-weight: bold;
	color: #000;
	margin-left: 10px;
}

ul.faq-items {
	float: none;
	font-size: 0.8em;
	color: #998377;
	list-style: none;
	margin-top: 8px;
}

.faq-items li {
	margin-bottom: 12px;
	padding-left: 25px;
}

.faq-question {
	display: inline;
	margin-bottom: 12px;
}
.faq-question a {
	color: #998377;
	font-weight: normal;
	text-decoration: none;
}
.faq-question a:hover { text-decoration: underline; }

.faq-answer { 
	display: none;
	margin-top: 12px;
	color: #000000;
}
