#faqList li { list-style: none; }
#faqList {margin-left :-40px}

#faqList .question {
  padding-left: 20px;
  background: transparent url('/images/qa/plus.png') left center no-repeat; 
  height:20px;
	border: 1px solid #ddd;
	padding-top:0px;
 color: #2a5267; 
  /*font-weight:bold;*/
}
#faqList li.simpleFAQShowing .question {
  background: url('/images/qa/minus.png') left center no-repeat;
  height:20px;
  padding-top:0px;

}

#faqList .simpleFAQHover { color: #717171; }
#faqList .answer {
  margin-right: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  border: 0px solid #66c;
  padding: 0;
}

#faqList .answer li {margin-top:10px; list-style: outside; list-style-type:circle}
.tags { font-size: 0.7em; color: #999; }

#faqSearch {margin:0; padding:0;}