#faqRoot 
{
/*
    width: 800px;
    margin: 0 auto;
    padding: 0;
*/    
}
#faqindex 
{
/*
    float: right;
    width: 190px;
    font-family: consolas,verdana,helvetica,sans-serif;
*/
}
/*
#faqindex a, #faqindex a:visited 
{
      text-decoration: none;
      color: #666;
}
#faqindex a:active, #faqindex a:hover {color: #000;border-bottom:dotted #ccc 1px;}
#faqindex ul 
{
    list-style-type: square;
    list-style-image: none;
    list-style-position: outside;
    padding-left:25px;
    line-height: 18px;
    margin-top: 5px;
    font-size:80%;
}
#faqindex ul li {color:#666666;white-space:nowrap;}
#faqindex h2 {padding: 0;margin-bottom: 0;border-bottom: dotted 1px #ccc;color: #666666;}
*/
#faq 
{
    float:left;
    margin: 0 auto; 
/*    display: none; */
}
#faq {margin-bottom: 25px;}
#faq h2
{
    font-size: 12px;
    font-weight: normal;
    color:#A4914A;
    margin: 0;
}
#faq .faqcontent 
{
    margin: 0 10px 0 10px;
                  
}
#faq h2.faqopened, #faq h2.faqclosed 
{
    cursor: pointer;
    padding: 0 0 0 0;
    margin-bottom: 0;
}
#faq h2.faqclosed:hover 
{
    text-decoration: underline;
}
#faq h2.faqclosed 
{
    
}
#faq h2.faqopened 
{

}
