
#faqs, #faqs1, #faqs2, #faqs3, #faqs4, #faqs5, #faqs6, #faqs7, #faqs8 {
    padding: 13px 2px;
    width: 98.7%;
}
.simpleFAQ_list {
}
.simpleFAQ_list h2 {
    font-size: 150%;
}
.simpleFAQ_list .question {
    border-bottom: 1px solid #E2E2E2;
}
.simpleFAQ_list ol {
    padding: 0 0 0 40px;
}
.simpleFAQ_list li {
    list-style: none outside none;
    margin: 0;
}
.simpleFAQ_list li ol li {
    list-style: decimal outside none;
}
.simpleFAQ_list li:first-child {
    border-top: 1px solid #E2E2E2;
}
.simpleFAQ_list li:last-child {
    border-bottom: medium none;
}
.simpleFAQ_list .question {
    background: url("../images/arrow-right.png") no-repeat scroll 20px 15px transparent;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 13px;
    padding-left: 40px;
    padding-top: 15px;
}
.simpleFAQ_list .question + dl {
    padding-bottom: 20px;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 0;
}
.simpleFAQ_list .question:hover {
    background: url("../images/arrow-right-hover.png") no-repeat scroll 20px 15px #EAEAEA;
    color: #000000;
}
.simpleFAQShowing .question {
    background: url("../images/arrow-down-hover.png") no-repeat scroll 20px 15px #EAEAEA;
    color: #000000;
}
.simpleFAQShowing .question:hover {
    background: url("../images/arrow-down-hover.png") no-repeat scroll 20px 15px #EAEAEA;
    color: #000000;
}
.simpleFAQ_list .simpleFAQHover {
    background-color: #008000;
    color: #FF0000;
}
.simpleFAQ_item .answer {
    padding: 0 4px 4px 19px;
}
.simpleFAQ_item .tags {
    display: none;
}
.simpleFAQ_list .answer p {
    margin-top: 0;
}
.answer table {
    margin-top: 10px;
}
.answer td {
    border: 1px solid #666666;
    padding: 3px;
}
