.FAQans {
	display: none;
}

#FAQtitle_container {
	width: 35%;
	float: left;
	border-right: 1px solid #ccc;
}

.FAQtitle {
	opacity: .5;
	font-size: 16px;
	margin-bottom: 20px;
}
	.FAQtitle:hover {cursor: pointer;}
	.FAQtitle:hover {opacity: .75;}
	.FAQtitle:hover[style] {opacity: .75 !important;}
	.FAQtitle.current:hover {opacity: 1 !important;}
	.FAQtitle.initial:hover[style] {opacity: 1 !important;}
	.FAQtitle.current:hover[style] {opacity: 1 !important;}

#FAQans_container {
	width: 65%;
	padding: 20px;
	float: left;
}