#faqList { text-align: left; width: 660px; margin-left: 10px; }
#faqList li { list-style: none; 	border-bottom: 1px dotted #999;}
#faqList .question {
	font-size: 18px;
	line-height: 2.5;
	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: #a070de; }
#faqList .answer {
	font-size: 18px;
	line-height: 2;
	margin-left: 1em;
	padding: 5px;
}
#faqList p {
	padding: 5px;
	margin-top: 0px;
	
}
	
.tags { font-size: 0.7em; color: #999; }