ul.faq{

}

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: 11px;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}
.easfaq_useful{
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: normal;
}
.tags {
  margin-top: 10px;
  font-style: italic;
}
.icon_faq{
	background-image: url(icons/rightarrow.gif);
	background-repeat: no-repeat;
	background-position: 7px left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	background-color: #F9F9F9;
	text-align: justify;
	text-indent: 24px;
    border-top-color: #FFFFFF;
    border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #E6E6E6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
a.icon_faq:link{
	color: #990000;
}
a.icon_faq:visited{
		color: #990000;
}
