﻿#faq
{
    position: relative;
}
#faq h2
{
    margin: 3em 0 0.5em 0;
}
#faq #faq-toc
{
    font-size: 14px;
    line-height: 1.4em;
}
#faq #faq-toc a,
#faq #faq-expand-all a,
#faq #faq-collapse-all a
{
    text-decoration: none !important;
}
#faq #faq-expand-all a,
#faq #faq-collapse-all a
{
    float: left;
}
#faq #faq-expand-all a
{
    padding-right: 30px;
}
#faq #faq-all-control
{
    margin-top: 20px;
    padding-bottom: 40px;
}
#faq .faq-category
{
}
#faq .faq-item
{
    clear: both;
    position: relative; /* fixes an IE6 problem and is benign for other browsers */
    background: transparent url(../images/btn_plus.gif) left 9px no-repeat;
    margin: 0 0 4px 0;
}
#faq .faq-question
{
    color: #003399;
    font-weight: bold;
}
#faq .faq-question:hover
{
    color: #000033;
    cursor: pointer;
}
#faq .faq-answer
{
    display: none;
    padding: 8px 0 0 10px;
    margin: 5px 0 10px 0;
    background: transparent url(../images/faq_shelf.gif) left top no-repeat;
    color: #000066;
}
#faq .faq-expanded-item
{
    background: transparent url(../images/btn_minus.gif) left 9px no-repeat;
}
#faq .faq-expanded-item .faq-answer
{
    display: block;
}

