.faqQuestions {
    float: left;
}

.faqAnswers {
    float: left;
    width: 700px;
    margin-top: 50px;
}

.faqTitle {
    float: left;
    width:100%;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0 0 0;
    color: #b75c01;
    padding: 5px 0;
}

.faqQuestion {
    float: left;
    width: 100%;
    margin: 0 0 1px 0;
    color: #fff;
}

.questionTitle {
    float: left;
    width: 700px;
    color: #555;
    background-color: #d2d2d2;
    text-decoration: none;
    font-weight: bold;
    padding: 5px;
}

.questionTitle:hover {
    background-color: #b7b7b7;
}

.faqQuestion  a {
    color: #555;
}

.faqQuestion a:hover {
    color: #fff;
    text-decoration: none;
}

.faqQuestion img {
    vertical-align: middle;
}

.faqResult {
    float: left;
    width: 700px;
    padding: 5px;
    background-color: #efefef;
    color: #333;
}

.faqResult a {
    color: #b75c01;
    text-decoration: none;
    font-weight: bold;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.faqResult a:hover {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

