#faqList li { list-style: none; }
#faqList .question {
  padding-left: 18px;
  font-weight:bold;
  background: transparent url('plus.gif') left top no-repeat; 
}
#faqList li.simpleFAQShowing .question {
  background: transparent url('minus.gif') left top no-repeat;
}
#faqList .simpleFAQHover { color: #006e9e; }
#faqList .answer {
  margin: 0; margin-bottom:20px;
  border: 0px solid #66c;
  padding: 0;
}
#faqList .answer p {
  margin-top: 0; padding-top:0px;
}
.tags { font-size: 0.7em; color: #999; display:none; }