/*  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
*/

.faqExpand {      /* show/hide all box */
    text-align:left;
    /*background-color:#FFCC00;
    /*border-top:1px dashed #ccc;
	border-bottom:1px dashed #ccc;*/
    padding:30px 0px 20px 0px;
	margin:0px 0px 20px 0px;
}
.faqExpand p {  /* Click to hide/show all message */
    text-align:left;
	font-size:11px;
    /*color:#ccc;*/
    font-weight:normal;
    margin:20px 0px 0px 0px;
    padding:0;
}

.faqExpand a {     /* show/hide all "button" */
    text-decoration:none;
    color:#89907D;
    background-color:;	
	font-size:12px;
    padding:10px;
    margin-right:20px;
    border: 1px solid #89907D;

}

.faqExpand a:hover {  /* show/hide all "button" hover */
    text-decoration:none;
    color:#89907D;
	border: 1px solid #FF9900;
	background-color:;	
}


.faqContainer .faqQuestion {   /* this is the question */
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight: bold;
	text-decoration:underline;
}

.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:12px;
    font-weight:normal;
    background-color:;
    padding:0px 10px 0px 15px;
    margin:-5px 10px 20px 10px;
}

