﻿#faqList li {
    list-style: none outside none;
    padding-bottom: 21px;
}
#faqList .question {
    background: url("../../images/plus.png") no-repeat scroll left center transparent;
    font-weight: bold;
    line-height: 20px;
    padding-left: 30px;
}
#faqList li.simpleFAQShowing .question {
    background: url("../../images/minus.png") no-repeat scroll left center transparent;
}
#faqList .simpleFAQHover {
    color: #EEA101;
}
#faqList .answer {
    margin-left: 1em;
    padding: 0.4em;
}
.simpleFAQList {
    float: left;
    left: -8px;
    position: relative;
}
