/* CSS Document */
/*  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
HTML&CSS: www.fibbia.pl
*/

.faqExpand {      /* show/hide all box */

    text-align:left;
    text-decoration:none;
    color:#000000;
    margin-bottom:10px;
    padding: 5px 5px 5px 5px;
}
.faqExpand p {  /* Click to hide/show all message */
    text-align:left;
    color:#F58345;
    margin:0px 0px 10px 0px;
    padding:0;
}

.faqExpand a {     /* show/hide all "button" */
    text-decoration:none;
    color:#000000;
    background-color:#FFFFFF;
    padding:3px;
    margin:3px;
    border: 1px dashed #D6D6D6;

}

.faqExpand a:hover {  /* show/hide all "button" hover */
    text-decoration:none;
    color:#000000;
    background-color:#F2F2F2;
}


.faqContainer .faqQuestion {   /* this is the question */
    font-size:11px;
}

.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 */
	border: 1px dashed #D6D6D6;
    background-color:#0073A8;
	color:#FFFFFF;
    padding:5px 5px 5px 5px;
    margin:5px 5px 5px 5px;
}

