#faqList li { 
	margin-left:20px;
	list-style: none; 
}
#faqList .question {
  padding-left: 22px;
  font-size:18px;
  font-weight:bold;
  background: transparent url('/images/plus.png') left center no-repeat; 
}
#faqList li.simpleFAQShowing .question {
  background: transparent url('/images/minus.png') left center no-repeat;
}
#faqList .simpleFAQHover { color: #060; }
#faqList .answer {
  margin-left: 1em;
  border: 1px solid #ffffff;
  background:#ededed;
  padding: 0.4em;
  font-size:16px;
  margin-bottom:20px;
}
.tags { font-size: 0.7em; color: #999; }