#faqList li { list-style: none; }
#faqList .question {
	padding-left: 18px;
	background: transparent url('plus.png') left center no-repeat;
	text-align: left;
}
#faqList li.simpleFAQShowing .question {
  background: transparent url('minus.png') left center no-repeat;
}
#faqList .simpleFAQHover {
	color: #003A9B;
}
#faqList .answer {
	margin-left: 5px;
	border: 1px solid #EEE;
	padding: 0.4em;
	margin-right: 5px;
	font-size: 8px;
	background-color: #EEE;
}
.tags { font-size: 0.7em; color: #999; }
