#faqList li { list-style: none; }
#faqList .question {
  background: transparent url('/img/new.png') right top no-repeat;
  padding: 0 10px 5px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #CCC;
  line-height:18px;
}
#faqList li.simpleFAQShowing .question {
  background: transparent url('/img/minus.png') right center no-repeat;
}
#faqList .simpleFAQHover { color: #CD9B1D; }
#faqList .answer {
  margin-bottom: 10px;
  padding-bottom:20px;
  line-height: 18px;
}
.tags { color: #999; }