/* FAQ */

dt {
	font-weight: bold; 
	margin: 15px 50px 5px;
}

dd {
	margin: 25px 50px 0px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	line-height: 150%;
}

dt:before,
dd:before {
	position: relative;
	top: 8px;
	margin-left: -40px;
	margin-right: 10px;
}

dt:before {
	content: url("../images/v3/question.png");
}

dd:before {
	content: url("../images/v3/answer.png");

}
