/* -------- simpleFAQ styles --------- */
.simpleFAQ_list li {
	list-style: none;
	float: left;
	width: 100%;
	background-color: #ededed;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 10px;
	padding: 10px 0 0 0;
}

.simpleFAQ_item.simpleFAQShowing {
    background: none;
}

.simpleFAQ_list .question {
	padding-left: 23px;
	background: transparent url('../image/site/plus.png') left center no-repeat;
	cursor: pointer;
	float: left;
	width: 100%;
	color: #3e3e3e;
	font-weight: bold;
}

.simpleFAQShowing .question {
    background: transparent url('../image/site/minus.png') left center no-repeat;
}

.simpleFAQ_list .simpleFAQHover {
    color: #000;
}

.simpleFAQ_item .answer {
	border: 1px solid #eadccd;
	padding: 10px;
	float: left;
	background-color: #f2f2f2;
	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;
}
