/*  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:right;
    text-decoration:none;
    color:#585858;
    background-color:#FFFFFF;
    border:none;
    margin-bottom:20px;
    padding: 0px; 0px 0px 0px;
}
.faqExpand p {  /* Click to hide/show all message */
    text-align:center;
    color:#585858;
    font-weight:normal;
    margin:0px 0px 30px 0px;
    padding:0;
}

.faqExpand a {     /* show/hide all "button" */
    text-decoration:none;
    color:#585858;
    background-color:#f0f0f0;
    padding:2px;
    margin:2px;
    border: none;

}

.faqExpand a:hover {  /* show/hide all "button" hover */
    text-decoration:none;
    color:#FFFFFF;
    background-color:#9dc6e6;
}


.faqContainer .faqQuestion {   /* this is the question */
    font-family:Tahoma, Verdana;
    font-size:11px;
    font-weight: bold;
	margin-top: 0px;
}

.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:Tahoma, Verdana;
    font-size:11px;
    font-weight:normal;
    background-color:#f7f7f7;
    padding:10px 10px 10px 10px;
    margin:10px 10px 10px 10px;
}

