#faqList li { list-style: none; }
#faqList .question {
  padding-left: 18px;
  background: transparent url('../img/plus.png') left center no-repeat; 
}
#faqList li.simpleFAQShowing .question {
  background: transparent url('../img/minus.png') left center no-repeat;
}
#faqList .simpleFAQHover { 
  color: #000;
  #font-weight: bold;
  text-decoration: underline;
 }
#faqList .answer {
  margin-left: 0.5em;
  border: 1px solid #939392;
  padding: 0.4em;
}
.tags { font-size: 0.7em; color: #999; }
