.faqlists li {
	
	margin: 20px;

}

#faqcategory a{
	color:#0066CC;
	text-decoration:none;
}

#faqcategory a:hover{
	color:#ffffff;
	background:#003399;
	text-decoration:none;
}


#faqcategory li {
	list-style: none;
}
#faqcategory h1 {
	font-size: 16pt;
	margin: 10px 0 0 0px;
	padding: 5px 0 5px 30px;
	color: #CC66CC;
	height: 20px;
	text-indent:0em;
	text-decoration:none;
	background:url(/img/plugins/faq/folder.png) no-repeat 10px 7px #FAEBFA;
}

#faqcategory dt {
	font-size: 10pt;
	margin: 0 0 0 0px;
	padding: 5px 0 5px 10px;
	color: #006666;
	background:url(/img/plugins/faq/arrow.gif) no-repeat 0px 10px;
}

#faqcategory dd {
	font-size: 10pt;
	color: #666666;
	padding: 10px 10px 10px 28px;
	border: 1px solid #CCCCCC;
	background:url(/img/plugins/faq/lightbulb.png) no-repeat 5px 10px;
}

#faqcategory h3 {
	cursor: pointer;
	font-size: 10pt;
	margin: 5px 0 0 0px;
	padding: 5px 0 5px 10px;
	color: #006666;
	background:url(/img/plugins/faq/arrow.gif) no-repeat 0px 10px;
}

#faqcategory p {
	font-size: 10pt;
	color: #666666;
	padding: 10px 10px 10px 28px;
	border: 1px solid #CCCCCC;
	background:url(/img/plugins/faq/lightbulb.png) no-repeat 5px 10px;
}