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

