.t3m_faq_foldout p.title {
    padding-left:20px;
    background: url('/fileadmin/design/html/img/dot/arrow.gif') 0 3px no-repeat;
}

.t3m_faq_foldout p.makeMeVisible {
float: right;
height: 20px;
width: 20px;
cursor:pointer;
}

.t3m_faq_foldout div.faqEntry {
    padding-left:20px;
}

#t3m_faq_tab_container {
    border: 1px solid #006ab3;
    padding: 10px;
    margin-top:2px;
    margin-bottom:10px;
    width:100%;
}

.t3m_faq_tab {
    cursor:pointer;
    padding-left:3px;
    padding-right:3px;
    background-color:#EAEFF5;
    border: 1px solid #CACFD5;
    border-bottom:1px solid #EAEFF5;
    color:#006AB3;
}

.tx-t3mfaq-pi1 span.active {
    background-color:#006AB3;
    color:#ffffff;
    border-bottom:1px solid #006AB3;
}

