/*  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

#c8a06c Light Brown
#63431d Dark Brown
#337432 Green

*/

.faqExpand {      /* show/hide all box */

    text-align:center;
    text-decoration:none;
    color:#666;
    background-color:#eee;
    border:1px solid #ddd;
    margin-bottom:20px;
    width: 610px;
	padding: 10px 0;
}
.faqExpand p {  /* Click to hide/show all message */
    text-align:center;
    color:#444;
    font-weight:bold;
    margin:0px 0px 30px 0px;
    padding:0;
}

.faqExpand a {     /* show/hide all "button" */
    text-decoration:none;
    color:#0072bc;
    padding:5px;
    margin:5px;

}

.faqExpand a:hover {  /* show/hide all "button" hover */
    text-decoration:none;
    color:#63431d;
}


.faqContainer .faqQuestion {   /* this is the question */
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight: bold;
}

.faqContainer img {  /* this is the icon (if any) */
    float:none;
    display:inline;
    margin: 0px 10px 0px 0px;
    padding: 0px;
}

.handcursor{
    cursor:hand;
    cursor:pointer;
}

.switchgroup1 {   /* this is the answer */
    font-family:Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight:normal;
    background-color:#c8a06c;
    padding:10px 10px 10px 10px;
    margin:10px 10px 10px 10px;
}

#accordion {
	width: 600px;
	padding: 4px;
	background: #fff;
}

#accordion h2 {
	font-size: 24px;
	background: #fff;
	padding: 4px 6px;
	margin-top: 10px;
	position: relative;
}

h3.slider {
}

.toggler {
	color: #dcb680;
	margin: 0;
	padding: 5px;
	border-bottom: 1px dotted #c8a06c;
	font-weight: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	cursor: pointer;
	background: #fff;
}
 
.element {
	margin: 0 0 2px 0;
	padding: 10px;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #63431d;
	background: #fff;
}

.element p {
	padding: 8px 2px;
}