#faqcatslist {
	padding-top: 16px;
	margin-top: 16px;
	border-top: solid #f0f0f0 1px;
	margin-bottom: 16px;
}

#faqquestions {
	list-style-type: none;
}
	#faqquestions li {
		padding-bottom: 16px;
		margin-bottom: 16px;
		border-bottom: solid #f0f0f0 1px;
	}
		#faqquestions li .title {
			color: #09acff;
			font-weight: bold;
			font-size: 13px;
			margin-bottom: 8px;
		}
		#faqquestions li .question {
			padding-bottom: 6px;
			margin-bottom: 6px;
			border-bottom: dashed #f0f0f0 1px;
			color: #09acff;
			font-style: italic;
		}
		#faqquestions li .answer {
			
		}