
    /******* FRONT END CSS ******/



/* BEGIN General Elements */



form.wpfaq {

	text-align: left;

	width: 100%;

}



table.wpfaq {

	width: 100%;

}



/* END General Elements */

/* BEGIN Search Form */



div.wpfaqsearch {

	display: block;

	margin: 20px 0 10px 0;

}



div.wpfaqsearchform {

	

}



div.wpfawsearchformi {

	

}



/* END Search Form */

/* BEGIN Ask/Submission Form */



.wpfaqaskform {

	

}



textarea.wpfaqask, input.wpfaqask, input.wpfaqcaptchacode {

	border: 1px #999999 solid;

	-moz-border-radius: 4px;

	-webkit-border-radius: 4px;

}



textarea.wpfaqask {

	width: 100%;

}



/* END Ask/Submission Form */

/* BEGIN Questions */



div.wpfaqquestions {

	

}



/** NO ACCORDION **/



h4.wpfaqtoggle {

	display: block;

	cursor: pointer;

	margin: 0 0 10px 0;

	padding: 0 0 0 20px;


	font-weight: bold;

}



div.wpfaqcontent {

	margin: 0 0 0 20px;

	padding: 0 0 0 0;

}



div.wpfaqcontenti {

	margin: 0 0 20px 0;

	padding: 0 0 0 0;

}



/** WITH ACCORDION **/



div.wpfaqacc, div.wpfaq {

	display: block;

	margin: 15px 0 10px 0;

}



div.wpfaqacc h4.wpfaqacctoggle {

	display: block;

	cursor: pointer;

	padding: 0 0 0 10px;

	font-weight: bold;
	
	height: 48px;
	
	background: url('../../images/faq_bg.png') repeat-x 0px 0px;
	
	margin-bottom: 0px;

}

div.wpfaqacc h4.wpfaqacctoggle:hover {
	background: url('../../images/faq_bg.png') repeat-x 0px -48px;
}


h4.wpfaqacctoggle:focus {

	border: none;

}

.wpfaq li {
	font-size: 14px;
}



div.wpfaqacc h4.wpfaqacctoggle a {

	text-decoration: none;

	display: block;

	font-size: 18px;
	
	color: #626262;
	
	background: url('../../images/right_arrow.png') no-repeat 635px center !important;
	
	line-height: 48px;


}



div.wpfaqacc h4.wpfaqacctoggle a:hover {

	text-decoration: none;
	background: url('../../images/down_arrow.png') no-repeat 632px center !important;

}



div.wpfaqacc div.wpfaqacccontent {

	padding: 0 0 0 10px;
	
	background: url('../../images/faq_dotted_line.jpg') repeat-x bottom left !important;

}



div.wpfaqacc div.wpfaqacccontenti {

	padding: 20px 0 20px 0px;

}



div.wpfaqacccontenti p, div.wpfaqcontenti p {

	padding: 0 0 10px 0 !important;
	
	margin: 0 0 0px 0 !important;

}

div.wpfaqacc h4.ui-state-active a {

	background: url('../../images/down_arrow.png') no-repeat 632px center !important;

}



/* END Questions */

/* BEGIN Misc */



p.wpfaqsubmit {

	margin: 0 0 0 0;

}



p.wpfaqerror, span.wpfaqerror, small.wpfaqerror, .wpfaqerror {

	color: red !important;

	font-style: italic;

}



.wpfaqred {

	color: red !important;

}



.wpfaqgrn {

	color: green !important;

}



.wpfaqitalic {

	font-style: italic;

}



/* END Misc */
