/* -------- simpleFAQ styles --------- */
.simpleFAQ_list li {
    list-style: none;
    float: left;
    width: 98%;
    background-color: #0093dd;
    color: #fb7b73;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 10px;
    padding: 10px 0 0 0;
}

.simpleFAQ_item.simpleFAQShowing {
    background: none;
}

.simpleFAQ_list .question {
    padding-left: 20px;
    background: transparent url('../images/site/plus.png') left center no-repeat;
    cursor: pointer;
    float: left;
    width: 98%;
    color: #ffbbb3;
    font-weight: bold;
}

.simpleFAQShowing .question {
    background: transparent url('../images/site/minus.png') left center no-repeat;
}

.simpleFAQ_list .simpleFAQHover {
    color: #fb7b73;
}

.simpleFAQ_item .answer {
	border: 1px solid #ffe8ce;
	padding: 10px;
	float: left;
	background-color: #fff9f2;
	width: 100%;
	margin: 5px 0;
	word-wrap: break-word;
	white-space: normal;
}

.simpleFAQ_item .tags {
    display: none;
}

.half p {
    margin: 0;
}

.half {
    color: #3e3e3e;
    font-weight: 500;
}

#faqList {
    margin: 0;
    padding: 0;
}
