﻿#qa_main
{
    position: relative;
    display: block;
    clear: both;
    padding: 20px 0px 0px 0px;
}
#qa_main a
{
    color: #3b3126;
    text-decoration: none;
}
#qa_main h2
{
    color: #f39700;
}
#qa_main h2 span
{
    color: #3b3126;
    font-size: 17px;
    text-decoration: none;
    font-weight: normal;
}

#qa_cat_l
{
    float: left;
    /* width: 174px; */
    text-align: left;
    vertical-align: top;
    padding: 0px 0px 0px 10px;
}

#qa_cat_l a
{
    font-weight: bold;
}

#qa_cat_l ul
{
    list-style-type: none;
    list-style-position: inside;
    margin: 0px;
    padding: 0px;
}
#qa_cat_l ul li
{
    padding: 10px 0px 5px 0px;
}
#qa_cat_l ul li.on
{
    background-image: url(/images/line1.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}
#qa_cat_l ul li.on a
{
    color: #f39700;
}

#qa_r
{
    position: relative;
    float: right;
    width: 550px;
    text-align: left;
    vertical-align: top;
    margin: 0px 20px 0px 0px;
}

#qa_ls
{
    
    display: block;
    clear: both;
}

#qa_ls ul
{
    list-style-type: none;
    list-style-position: inside;
    margin: 0px;
    padding: 0px;
}
#qa_ls ul li
{
    padding: 10px 0px 5px 0px;
}

#qa_cnts
{
    background-image: url(/images/line1.gif);
    background-repeat: repeat-x;
    background-position: top;
    margin-top: 20px;
    padding-top: 20px;
}

#qa_cnts ul
{
    list-style-type: none;
    list-style-position: inside;
    margin: 0px;
    padding: 0px;
}
#qa_cnts ul li
{
    padding: 0px 0px 0px 0px;
    font-size: 19px;
}

.faq_cnt
{
    background-image: url(/images/line1.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}
