#faqList li { list-style: none; }
#faqList .question {
  padding-left: 12px;
  background: transparent url('../images/plus.png') left center no-repeat;
  font-weight: bold; 
  margin:0px;
}
#faqList li.simpleFAQShowing .question {
  background: transparent url('../images/minus.png') left center no-repeat;
  margin:0px;
}
#faqList .simpleFAQHover { color: #a30c5c; }
#faqList .answer {
  margin-left: 12px;
  padding: 0.4em;
    margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}
.tags { font-size: 0.7em; color: #999; }