#faqList li { list-style: none; margin-bottom: 20px; }
#faqList img { margin: 20px 0; }
#faqList .question {
  padding-left: 18px;
  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: #060; }
#faqList .answer {
  margin-left: 1em;
  border: 1px solid #888;
  padding: 0.4em;
  margin-bottom:20px;
}
.tags { font-size: 0.7em; color: #999; }

#faqList p { margin: 0; padding: 0; }
