
/* ************************************** */
/* ************************************** */
/* ************************************** */
.faqItem {
	background: #dddddd;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.faqQuestion {
	background: #dddddd;
	font: 120% bold;
	margin-top: 10px;
}

.faqAnswer {
	text-indent: 1em;
	background: #dddddd;
	font: 100%;
	margin: 10px;
}

.faqItem img {
	float: right;
}

/* ************************************** */
/* ************************************** */
/* ************************************** */