#faqList li { list-style: none; margin-top:10px; }
#faqList .question {
  padding-left: 18px;
  background: transparent url('plus1.png') left center no-repeat;
  font-weight:bold;
  margin:0;  
  padding-left:25px;  
  padding-top:10px;  
}


#faqList li.simpleFAQShowing .question {
  background: transparent url('plus1.png') left center no-repeat;
}
#faqList .simpleFAQHover { color: #EBC245; }
#faqList .answer {
  margin-left: 1em;
  border: none;
  padding: 0.4em;
}
.tags { font-size: 0.7em; color: #999; }