
ul{ padding: 0; margin: 0 }

#faqList ul, #faqList li { list-style: none; padding: 0; margin: 0 }



#faqList .question {
  dpadding-left: 18px;
  background: transparent url('/IMAGES/plus.png') left center no-repeat; 
}
#faqList li.simpleFAQShowing .question {
  background: transparent url('/IMAGES/minus.png') left center no-repeat;
}
#faqList .simpleFAQHover { color: #830705; }
#faqList .answer {
  dmargin-left: 1.3em;
  dborder: 1px solid #66c;
  padding: 0.9em;
  background-color: #e8e8e8;
-moz-border-radius: 7px; 

  -webkit-border-radius: 7px; 

  -ms-border-radius: 7px; 

  border-radius: 7px; 

}
.tags { font-size: 0.7em; color: #999; }