#faqList { margin-left:20px; }

#faqList li { list-style: none; }
#faqList .question {
  padding-left: 18px;
  background: transparent url('../images/plus.jpg') left center no-repeat; 
  font-size:15px;
}
#faqList li.simpleFAQShowing .question {
  background: transparent url('../images/minus.jpg') left center no-repeat;
}
#faqList .simpleFAQHover { color: #FF0033; }
#faqList .answer {
  margin-left: 1em;
  border: 1px solid #FF9900;
  padding: 0.4em;
}
.tags { font-size: 0.7em; color: #999; }