#faqList li { list-style: none; }

#faqList .question {

  padding-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: #060; }

#faqList .answer {

	margin-left: 1em;

	border: 1px solid #66c;

	padding: 0.3em;

	margin-bottom: 1em;

}

.tags {

	font-size: 0.7em;

	color: #999;

	margin: 0px;

	padding: 0px;

}

