/*  EZfaq.css
File: Readme.txt
Snippet: EZfaq
$Revision: 26 $
$Date: 2008-03-14 21:27:09 -0400 (Fri, 14 Mar 2008) $
Author: Bob Ray (based on an idea from SorenG and JavaScript code from DynamicDrive.com)
Compatibility: 0.9.6, 0.9.7
*/

div.faqContainer {
	font-size: 75%;
	}

div.faqContainer h2 {
	font-size: 141%;
	margin-top: 1em;
	}

div.faqQuestion {
	margin: 0px;
	padding: 0px;
	}

div.faqQuestion h3 {
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
	cursor: pointer;
	color: #39c;
	font-weight: light;
	font-family: Verdana, sans-serif;
	line-height: 1.2em;
	}

div.faqQuestion h3:hover {
	text-decoration: underline;
	color: #f89920;
	}

div.faqAnswer {
	background-color: #fafafa;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	}

div.faqAnswer p, div.faqAnswer li {
	font-family: Verdana, sans-serif;
	}

.status {display: none;}