#faq {margin-bottom: 20px;}
#faq .faqcontent {margin: 10px 0px 10px 35px; text-indent: 0px;}
#faq h4.faqopened, #faq h4.faqclosed {cursor: pointer; padding: 0 0 0 5px;border-bottom: dotted 1px #999999;margin-bottom: 10px; font-size:15px;}
#faq h4.faqclosed:hover {color: #000000;}
#faq h4.faqclosed {
	color: #666666;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(plus.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
}
#faq h4.faqopened {color: #000000;background: transparent url(minus.png) no-repeat scroll 0 4px;}
