ul.faq{
  background-image:none;
}
li {
list-style:none;

}

li.faq{
  background-image: url(icons/1rightarrow.png);
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-top: 4px;
}
li.cat{
  background-image: url(icons/folder.png);
  background-repeat: no-repeat;
  padding-left: 20px;
  padding-top: 4px;
}
.faqs h3{
	color: #c64934;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}
.easfaq_useful{
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
}
