#faqList li { list-style: none; }
#faqList .question {
  padding-left: 18px;
  background: transparent url('../images/expand.gif') left center no-repeat; 
}
#faqList li.simpleFAQShowing .question {
  background: transparent url('../images/contract.gif') left center no-repeat;
}
#faqList .simpleFAQHover {color: #996633; }
#faqList .answer {
  margin-left: 1em;
 
  padding: 0.4em;
}
.tags { font-size: 0.7em; color: #996633; }