﻿#faq-list {
	margin:				0;
	padding:			0;
}

#faq-list li {
	margin-bottom:		10px;
}

#faq-list li h3 {
	font-size:			120% !important;
	margin-bottom:		5px;
}

#faq-list li h4 {
	cursor:				pointer;
	padding:			5px;
}

#faq-list li h4 {
	background:			#fcfcfc;
	border-bottom:		2px solid #f4f4f4;
}

#faq-list li h4.selected {
	background:			#f4f4f4;
	border:				0;
}

#faq-list li div {
	margin-bottom:		2px;
	padding:			0 5px;
}

#faq-list li div.selected {
	background:			#fcfcfc;
	border-bottom:		2px solid #f4f4f4 !important;
	margin-bottom:		5px;
	padding:			2px 5px 5px !important;
}

#faq-list li div p {
	font-size:			85%;
	margin:				0 0 5px;
	text-align:			justify;
}
