.faq {

}

.faq a.question {
	display: block;
	color: #7b5c2b;
	margin: 0;
	font-size:1.6em;
	text-decoration: none;
	padding-top:7px;
	padding-bottom:11px;
	border-top: 1px solid #e0d9d1;
	border-bottom: 1px solid #e0d9d1;
	
}
.faq a.question:hover {
	text-decoration: underline;
}
.faq .collapsed a.question {
	color: #cd0549;
	margin-bottom:1em;
	border:none;
	padding:0;
	font-weight:bold;
}
.faq .answer {
	margin: 0;
	padding: 0;
	padding-bottom:1em;
	padding-top:12px;
	margin-bottom:14px;
	font-size:1.2em;
	line-height:1.5em;
	border-bottom: 1px solid #e0d9d1;
}
.faq .collapsed .answer {
	display: none;
}
