#faqList li { list-style: none; }
#faqList .question {
  padding-left: 18px;
  background: transparent url('/pages/images/plus.png') left center no-repeat; 
}
#faqList li.simpleFAQShowing .question {
  background: transparent url('/pages/images/minus.png') left center no-repeat;
}
#simpleFAQSearch{
	width:500px;
	height:30px;
	font-size:14pt;
	padding-left:5px;
	border-color:#086AB0;
}
#faqList .simpleFAQHover { color: #F85811; }
#faqList .answer {
  margin-left: 1em;
  /*border: 1px solid #66c;*/
  /*padding: 0.4em;*/
}
.tags { font-size: 0.7em; color: #999; display:none}