﻿body
{
}

#faqs
{
}

#faqs li
{
    list-style: none;
}

.faq-question
{
    color: #35425C;
    font-size: 16px;
    font-weight: bold;
    background-image: url(images/postup.jpg);
    height: 47px;
    margin-top: 0px;
    width: 530px;
    display:block;
    padding-right: 20px;
    text-decoration:none;
    line-height:40px;
    margin-bottom: 10px;
}

.faq-answer
{
    background-color:#F1F1F1;
    width: 530px;
    padding-right: 20px;
    margin-bottom: 15px;
    position: relative;
    top: -5px;
}

