#faqList li { list-style: none; }
#faqList .question {
  padding-left: 18px;
  background: transparent url('../../images/plus.png') left center no-repeat; 
    color: #773487;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #FEFA95;
}
#faqList li.simpleFAQShowing .question {
  background: transparent url('../../images/minus.png') left center no-repeat;
}
#faqList .simpleFAQHover { color: #060; }
#faqList .answer {
  margin-left: 1em;
  border: 1px dashed #999999;
  padding: 0.4em;
  color: #773487;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #FEFA95;
	margin-left:35px;
	margin-bottom:25px;
}
.tags { font-size: 0.7em; color: #999; }