#FAQContentContainer {
    border: solid 3px #e7e7dc;
    border-top: none;
    padding: 6px 0 6px 0;
    clear: both;
}

#FAQContentContainer {
    padding: 1em 8px 1em 8px;
}

#FAQNavContainer {
    padding: 0;
    margin: 0;
    height: 36px;
    background: #ffffff url( /pro/images/faqBar/bLine.gif ) no-repeat bottom right;
}

#FAQNavContainer a:link, #FAQNavContainer a:visited, #FAQNavContainer a:hover, #FAQNavContainer a:active {
    text-decoration: none;
    font-weight: bold;
    color: #5C5D51;
    display: block;
    padding-top: 1em;
}

#FAQNavContainer #fSeparator {
    width: 3px;
    height: 36px;
    background: #ffffff url( /pro/images/faqBar/first.gif ) no-repeat bottom right;
    float: left;
}

#FAQNavContainer .mSeparator {
    width: 3px;
    height: 36px;
    background: #ffffff url( /pro/images/faqBar/mid.gif ) no-repeat bottom right;
    float: left;
}

#FAQNavContainer #lSeparator {
    width: 3px;
    height: 36px;
    background: #ffffff url( /pro/images/faqBar/last.gif ) no-repeat bottom left;
    float: left;
}

#FAQNavContainer .tab {
    height: 36px;
    background: #ffffff url( /pro/images/faqBar/pTab.gif ) no-repeat bottom left;
    float: left;
    padding-left: 11px;
    cursor: hand;
    cursor: pointer;
}

#FAQNavContainer .tabActive {
    height: 36px;
    background: #ffffff url( /pro/images/faqBar/aTab.gif ) no-repeat bottom left;
    float: left;
    padding-left: 11px;
    cursor: hand;
    cursor: pointer;
}

#FAQNavContainer .tabClose {
    height: 36px;
    width: 11px;
    background: #ffffff url( /pro/images/faqBar/pTabClose.gif ) no-repeat bottom left;
    float: left;
    cursor: hand;
    cursor: pointer;
}

#FAQNavContainer .tabCloseActive {
    height: 36px;
    width: 11px;
    background: #ffffff url( /pro/images/faqBar/aTabClose.gif ) no-repeat bottom left;
    float: left;
    cursor: hand;
    cursor: pointer;
}

#FAQNavContainer ul li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.FAQContainerDisplayClass {
    display: none;
}

.FAQContainerDisplayClassOn {
    display: block;
}

ol{
    list-style-type:none;
}

