@charset "utf-8";
/* CSS for FAQ list page content
   - FAQ must be in <div id="makefaqlist"><dl>
 */
 
#content .faqlist {
    background: url(../images/faq/images/faq_background.gif) left top no-repeat;
    width: 650px;
    height: 500px;
    position: relative;
    margin-top: 22px;
    padding: 8px;
}

#content .faqlist h1 {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #ffffff;
    background: none;
    height: 30px;
    width: 630px;
    margin: 0;
    padding: 4px 8px 0 8px;
}

#content .faqlist a {
    background: none;
}

#content .faqlist dl {
    width: 585px;
    height: 410px;
    overflow: auto;
    margin: 23px 25px 25px 21px;
    padding: 0;
}

#content .faqlist dt {
    font: Geneva, Arial, Helvetica, sans-serif;
    color: #990000;
    background: url(../images/faq/images/faq_question.gif) top left no-repeat;
    display: block;
    height: 20px;
    width: 545px;
    padding: 6px 10px 4px 10px;
    margin: 0;
    cursor: pointer;
}

#content .faqlist dt.current {
    background: url(../images/faq/images/faq_question_current.gif) top left no-repeat;
    color: #990000;
}

#content .faqlist dt a {
    color: inherit;
    background: none;
    text-decoration: inherit;
}

#content .faqlist dd {
    background: none;
    display: block;
    margin: 1px 0 1px 6px;
    padding: 1px;
    width: 545px;
}
