#faqList li { list-style: none; }
#faqList .question {
  padding-left: 42px;
  background: transparent url('plus.png') left center no-repeat; 
}
#faqList li.simpleFAQShowing .question {
  background: transparent url('minus.png') left center no-repeat;
}
#faqList .simpleFAQHover {
	color: #0099FF;
}
#faqList .answer {
	margin-left: 3em;
	border: 1px dotted #009933;
	padding: 0.4em;
	width: 400px;
}
.tags { font-size: 0.7em; color: #999; }

