#faqs li 
{
	list-style: none; 
	left:-10px;
}

#faqs .question 
{
  padding-left: 18px;
  background: transparent url('/img/faq/plus.png') left center no-repeat; 
  padding-top:10px;
}

#faqs li.simpleFAQShowing .question
{
  padding-left: 18px;
  background: transparent url('/img/faq/minus.png') left top no-repeat; 
  
}

#faqs .simpleFAQHover { color: #1590c8; }

#faqs .answer
{
	position:relative;
	top:-5px;
	left:35px;
	border: 0px;
	width:500px;
}
.tags { font-size: 0.7em; color: #999; }
