#faq li { list-style: none; }
#faq .question {
    height: 30px;
  line-height: 30px;
  padding-left: 40px;
  background: transparent url('../ico/plus.png') left center no-repeat; 
}
#faq li.simpleFAQShowing .question {
  background: transparent url('../ico/minus.png') left center no-repeat;
  height: 30px;
  line-height: 30px;
  padding-left: 40px;
}
#faq .simpleFAQHover { color: #005580; }
#faq .answer {
  margin-left: 3em;
  
  padding: 0.4em;
}
.tags { font-size: 0.7em; color: #999; }