@charset "UTF-8";

.faq_wrap {
    width: 320px;
    background: url(../faq/img/faq_wrap_mid.gif) repeat-y 0 0;
    padding: 9px 15px 30px;
    position: relative;
}

.faq_wrap:before {
    content: url(../faq/img/faq_wrap_top.gif);
    width: 352px;
    height: 6px;
    top: -11px;
    left: 0;
    position: absolute;
}

.faq_wrap:after {
    content: url(../faq/img/faq_wrap_btm.gif);
    width: 352px;
    height: 6px;
    bottom: 2px;
    left: 0;
    position: absolute;
}

element.style {
    height: 66px;
}
.question_wrap {
    position: relative;
    min-height: 73px;
    background: url(../faq/img/faq_border.gif) no-repeat left bottom;
    margin-bottom: 6px;
}

.question_wrap .question {
    padding: 17px 0 0 70px;
    font-size: 14px;
    font-weight: bold;
}

.question_wrap .question:before {
    content: url(../faq/img/faq_q_icon.gif);
    width: 62px;
    height: 62px;
    position: absolute;
    top: 0;
    left: 0;
}

.answer_wrap {
    position: relative;
}

.answer_wrap .answer {
    padding: 10px 0 0 70px;
}

.answer_wrap .answer:before {
    content: url(../faq/img/faq_a_icon.gif);
    width: 62px;
    height: 62px;
    position: absolute;
    top: 0;
    left: 0;
}
.faq_list {
    margin-left: -15px;
}

.faq_list li {
    float: left;
    margin: 0 0 27px 15px;
}


a {
    outline: none;
}

a:link {
    text-decoration: none;
    color: #541e00;
}
