﻿#accordion-container {
    background: #fbfbfb;
    display: block;
    clear: both;
}

.accordion-container {
    float: left;
    width: 100%;
}

.accordion-header {
    background: #fbfbfb;
    margin: 0 0 0 0;
    padding: 4px 0 2px 0;
    cursor: pointer;
    display: block;
    clear: both;
    width: 100%;
    float: left;
}

.accordion-element {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
}

.accordion-header h3 {
    float: left;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #444444;
    margin-top: 12px;
}

.accordion-header img {
    float: left;
    margin: 3px 0px 0px 13px;
}

.active-header {
    background: #ffffff;
    border-bottom: 1px solid transparent;
}

    .active-header:hover {
        background: #ffffff;
    }

.inactive-header {
    background: #ffffff;
}

    .inactive-header:hover {
        background: #ffffff;
    }

.accordion-content {
    display: none;
    background: #ffffff;
    border-top: 0;
    padding: 5px 0 15px 0;
    clear: both;
    float: left;
}

    .accordion-content p {
        float: left;
        margin: 0;
        clear: both;
    }

.accordion-arrow {
    background: url(/Themes/MasterImages/accordion_arrow2.png) no-repeat 0 0 transparent;
    width: 20px;
    height: 12px;
    float: right;
    margin-top: 12px;
    margin-right: 5px;
}
.active-header .accordion-arrow {
    background: url(/Themes/MasterImages/accordion_arrow.png) no-repeat 0 0 transparent;
}