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