#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: #009900;}
#faqList .answer {
  font-size:12px;
  margin-right: 10px;
  border: 2px solid #009900;
  padding: 0.4em;
  background-color:#CCFF99;
}
.tags { font-size: 0.8em; color: #939393; }
