#faqList li  {
	list-style: none; 
}
#faqList .question {
  padding-left: 30px;
  background: transparent url('../../Content/images/Questionicon.png') left top no-repeat; 
}
/*#faqList li.simpleFAQShowing .question {
  background: transparent url('../../Content/images/minus.png') left center no-repeat;
}*/
#faqList .simpleFAQHover { color: #060; }
#faqList .answer {
  margin-left: 3em;
  padding-left: 30px;
  background: transparent url('../../Content/images/Answericon.png') left top no-repeat; 
}
.tags { font-size: 0.7em; color: #999; }