
.faqItem {
/*	margin-bottom: 0px;
	padding-left: 25px;
	padding-right: 20px;*/
	text-decoration: none !important;
	border-bottom: none !important;
}
.faqItem a{
	/* font-weight: bold; */
	border-bottom: none !important;

}

.faqItem > a {
	text-decoration: none !important;
	border-bottom: none !important;
}


.faqItem a:active{
	color: #00ff12 !important;
	font-weight: bold;
	text-decoration: none !important;
	border-bottom: none !important;
	
}

.faqItem a:hover {
	color: purple !important;
	font-weight: bold;
	text-decoration: none !important ;
	border-bottom: none !important;
}

.faqA {
	padding: 0px 0px 0px 45px;
	
	/*color: #535050; */
	/* background-color: #fbfabf; */
}

.faqDown {
	margin: 2px 0 0px 0;
	padding: 0;
	font-weight: bold;
	line-height: 28px !important; /* height of icon */
	background-position: 0 50%;
	background: url(/images/down.png) no-repeat;
	text-decoration: none !important;
	/* reset styles (optional): */

}

.faqDown a {
	display: inline-block;
	padding-left: 35px; /* width of icon + whitespace */
}

.faqRight {
	margin: 2px 0 6px 0;
	padding: 0;
	font-weight: bold;
	line-height: 28px !important;; /* height of icon */
	background-position: 0 50%;
	background: url(/images/right.png) no-repeat;
	text-decoration: none !important;
	border-bottom: none !important;
	/* reset styles (optional): */
}

.faqRight a {
	display: inline-block;
	padding-left: 35px; /* width of icon + whitespace */
	border-bottom: none !important;
}

.hideQA {
	visibility: hidden;
	font-family:Tahoma,Calibri,Verdana,Geneva,sans-serif;

}

.showQA {
	visibility: visible;
	font-family:Tahoma,Calibri,Verdana,Geneva,sans-serif;
}

.listFAQ {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: none !important;
}