#faqList {padding:0px; margin:0px; font-size:10px;}
#faqList li { list-style: none; }
#faqList .question { padding-left: 12px; background: transparent url(../images/plus.png) no-repeat left 10px; font-weight: bold; border-top: 1px dotted #444444; text-transform: uppercase; margin-top: 10px; padding-top:10px; }

#faqList .question#top { border-top: 1px dotted #ffffff; }

#faqList li.simpleFAQShowing .question { background: transparent url(../images/minus.png) no-repeat left 10px; color: #c47e18; }
#faqList .simpleFAQHover { color: #c47e18; cursor: pointer; }
#faqList .answer { padding-bottom: 10px; margin-left: 12px; margin-top: 5px; }
.tags { font-size: 0.7em; color: #999; }
#faqList .answer a { color: #c47e18; text-decoration: none; }

