/*** BEGIN Q&A FAQ ***/
#main-content #faqs {
	position:relative;
}

#main-content #faqs h2 {
	cursor:pointer;
	border-top: 0px none;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 2.2;
	padding: 0 0 0px 23px;
	margin: 0 0 14px 0;
	text-transform: uppercase;
	color: #000 !important;
	font-size: 14px;
	text-decoration: none;
	background-image:url(../images/q.png);
	background-repeat:no-repeat;
	background-position:left 4px;
	font-style:normal;
	text-transform:none !important;
	line-height: inherit !important;
	border-bottom: none;
}

#main-content #faqs h2.active  { color:#000 !important; }
#faqs div { 
	height:0; 
	overflow:hidden; 
	position:relative; 
	background-image: url(../images/a.png);
    /*background: url("../images/a.png");*/
    background-position: left 4px;
	background-repeat: no-repeat;
    margin-left: 0px;
}

#faqs div.visible {
	height: auto;
}

#faqs div p  { 
	padding:0 0 0 23px; 
	margin: 0px 0 15px 0;
}
.faq-catname {
	display: none;
}

#faqs ul {
    margin: 10px 60px 15px;
}


/*** END Q&A FAQ ***/
