#bodytext div {
	margin-bottom: 1em;
}
.question {
	font-weight: bold;
}
.answer {
	color: #005691;
}
div.q-live {
	padding-left: 20px;
	display: block;
	position: relative;
	margin-bottom: 10px;
	zoom: 1; /* ie hack */
}
div.q-sep {
	padding-top: 13px;
	margin-top: 13px;
	border-top: 1px dashed #a9a9a9;
	zoom: 1; /* ie hack */
}
div.a-live {
	
}
#faq-items a.toggle {
	width: 14px;
	height: 15px;
	text-indent: -9999px;
	display: block;
	background: url("../images/faq_plusminus.gif") no-repeat 0px 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	border: none;
	outline: none;
}
#faq-items .q-sep a.toggle {
	top: 13px;
}
#faq-items a.toggle.off {
	background-position: 0px -15px;
}