div#faqs {
	position: relative;
	clear: left;
	padding-top: 20px;
}
div#faqs div.faq div.answer {
	display: none;
}

div#faqs div.faq div.answer.show {
	display: block;
	padding:0 0 5px 30px;
	position:relative;
	color:#333;
}

div#faqs div.faq div.question {
	background:url(/v2/images/bullet-plus.gif) 0 4px no-repeat;
	padding:3px 0 15px 30px;
	position: relative;
	cursor: pointer;
}
div#faqs div.faq div.question.active {
    background: url("/v2/images/bullet-minus.gif") no-repeat scroll 0 4px transparent;
}


div#faqs h3 {
	padding-top: 0px;
	line-height: 100%;
}