﻿.faq {
    min-height: 580px;  
}

.faq>li {

}

.faq>li>h3 {
    color: #007cb5;
    padding-bottom: 15px;
    font-size: 14pt;
    padding-left: 25px;
    background: url('Imgs/bulletPlus2.png') left 5px no-repeat;
}

.faq>li>h3>span{
    border-bottom: dotted 1px #007cb5;
    cursor: pointer;
}

.faq>li {
    padding-bottom: 20px;
}

.faq>li>div {
    border: dashed 2px #ffde00;
    background-color: #fff;
    margin-bottom: 20px;
    position: relative;
    display: none;

}

.faq>li>div>div {
     padding: 25px 30px;
}

.faq>li.selected>h3 {
    position: relative;
    padding-bottom: 30px;
    background: url('Imgs/faq_arrow.png') no-repeat 3% 100%, url('Imgs/bulletLine2.png') left 5px no-repeat;
    z-index: 2;
}

.faq>li.selected>div {
    top: -2px;
    z-index: 1;
    opacity: 1;
    display:block;
}

.bottom_decor {
    background: url('Imgs/faq_bottomdecor.jpg') no-repeat center bottom;
    height: 120px;
    width: 770px;
    float: left;
}

.content_wrapper {
    padding-bottom: 105px;
}