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