/*  EZfaq.css
File: Readme.txt
Snippet: EZfaq
$Revision: 31 $
$Date: 2008-09-27 21:01:37 -0700 (Sat, 27 Sep 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:center;
    text-decoration:none;
    color:#000000;
    background-color:#e5edf6;
    margin-bottom:20px;
    padding: 10px 15px 35px 15px;
}
.faqExpand p {  /* Click to hide/show all message */
    text-align:center;
    color: #000;
    font-weight:bold;
    margin:0px 0px 30px 0px;
    padding:0;
}

.faqExpand a {     /* show/hide all "button" */
    text-decoration:none;
    color:#fff;
    background: url("../../yaml/navigation/images/dropline/bg_navi-2.png") repeat-x scroll left top;
    padding:5px;
    margin:5px;
    border: 1px solid orange;
	font-weight: bold;
}

.faqExpand a:hover {  /* show/hide all "button" hover */
    text-decoration:none;
    color:#fff;
    background-color:#6699cc;
}

.faqQuestion {
	font-size: 12px;
	font-weight:bold;
}

.faqContainer .faqQuestion {   /* this is the question */
    color:black;
    font-family:Arial, Helvetica, sans-serif;
   
    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;
    color:black;
}

.handcursor a:img {
    color:black;
    border:none;
}


.switchgroup1 {   /* this is the answer */
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:normal;
	line-height:18px;
	background-color:#f8f8f8;
    padding:10px 10px 10px 10px;
    margin:10px 10px 10px 10px;
}

