.faq { }
.faq-toc ul{ height: 100px; }
.faq ul, .faq li { display: block; margin: 10px 0;}
.faq-toc ul li { display: block;margin: 0;padding: 0; }
.faq-toc li {float: left; width: 280px;}
.faq-toc ul {margin: 10px 0; }
.faq-toc a:link,
.faq-toc a:visited {
    display: block;
    
    text-decoration: none;
    color: #666;
    font-size: 11px;
    
    padding: 2px 0px;
}

.faq-toc a:hover { text-decoration: underline;}


.faq h2 {
    background: #ebebeb url(../images/bullet/green-simple.gif) no-repeat;
    background-position: 5px 50%;
    width: 90%;padding-left: 18px;
    }



.faq-full {clear: both;float: left;}

.faq-full h2 {
    
}

.faq-full h3 { font-weight: bolder;}
.faq-full p {border-bottom: 1px dashed #e0e0e0; width: 90%;}
.faq-full strong {font-weight: bolder;}

.btt {

    color: #666;
    font-size: 11px;
    
}

