#faqList li { list-style: none; }
#faqList .question {
  padding-left: 18px;
  background-image: url('images/pinkArrow.png'); 
  background-position: left 4px;
  background-repeat: no-repeat;
}
#faqList li.simpleFAQShowing .question {
  background: transparent url('images/minus.png') left top no-repeat;
}
#faqList .simpleFAQHover { color: #cf177c; }
#faqList .answer {
  margin-left: 1em;
  padding: 0.4em;
}
.tags { font-size: 0.7em; color: #999; }
