ul.faq{

}
li.faq{
  background-image: url(icons/1rightarrow.png);
  background-repeat: no-repeat;
  background-position: 7px left;
  padding-left: 20px;
  padding-top: 4px;
}
li.cat{
  background-image: url(icons/folder.png);
  background-repeat: no-repeat;
  background-position: center left;
  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: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
}
.tags {
  margin-top: 10px;
  font-style: italic;
}