div.faq_questions {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 2px solid #B9BABC;
}

div.faq_questions ul {
	margin: 0px;
	padding: 0px 0px 0px 5px;
}

div.faq_answers ul {
	margin: 0px 10px;
	padding: 0px 0px 20px 5px;
}

div.faq_questions ul li, div.faq_answers ul li {
	margin: 0px;
}

div.faq_questions ul li {
	padding: 2px 0px 2px 0px;
	list-style-type: disc;
	margin: 0px 0px 0px 10px;
}

div.faq_answers ul li {
	padding: 2px 0px;
	list-style-type: none;
}

div.faq_answers ul li div.answer_question {
	padding: 0px;
	font-weight: bold;
}