#faqList li { list-style: none; }
#faqList p {
  font-size: 13px;
  }
#faqList .question {
  padding-left: 18px;
  font-weight: 700; 
  background: transparent url('../img/plus.png') left center no-repeat; 
}
#faqList li.simpleFAQShowing .question {
  font-size: 16px;
  background: transparent url('../img/minus.png') left center no-repeat;
}
#faqList .simpleFAQHover { color: #060; }
#faqList .answer {
  margin-left: 1em;
  padding: 0.4em;
}
.tags { font-size: 0.7em; color: #999; }
