#faqList li { list-style: none; }
#faqList .question {
  padding: 1px 0 2px 18px;
  background: transparent url('plus.png') left center no-repeat; 
  font-size:14px;
}

.right-block #faqList .question{
	font-size:12px;
}

#faqList li.simpleFAQShowing .question {
  background: transparent url('minus.png') left center no-repeat;
}
#faqList .simpleFAQHover { color: #060; }
#faqList .answer {
  margin: 0 0 25px 1em;
  border: 1px solid #999;
  padding: 0.4em;
}
.tags { font-size: 0.7em; color: #999;display:none; }
