#faq_body {
	margin-top: 6px;
}

div.questions {
	width: 400px;
}

div.questions ul {}

div.questions li {
	padding: 12px;	
	cursor: pointer;
}

div.questions li a {
	text-decoration: none;
}

div.questions li.active {
	/*background-color: #edfbff;*/
	background-color: #eeeeee;
	
	/*border: 2px solid #74CEFF;*/
	border: 2px solid #dddddd;
	
	font-weight: bold;
}

div.answers {
	margin-top: 16px;
	padding-top: 13px;
	width: 300px;
	float: right;
	position: relative;
	background: url('/staticfiles/faq/answer_top.png') no-repeat top left;
}

div.answers div.text {	
	padding: 10px 10px;
	
	/*border-left: 2px solid #74CEFF;*/
	border-left: 2px solid #dddddd;
	/*border-right: 2px solid #74CEFF;*/
	border-right: 2px solid #dddddd;
	/*background-color: #edfbff;*/
	background-color: #eeeeee;
	
	/*height: 224px;*/
	overflow: auto;
	
	position: relative;
}

div.answers div.bottom {
	height: 13px;
	background: url('/staticfiles/faq/answer_bottom.png') no-repeat top left;
}

div.linkage {
	position: absolute;
	/*background-color: #74CEFF;*/
	background-color: #dddddd;
}

div.ask_a_question {	
	clear: right;
	float: right;
	width: 270px;
	margin-top: 34px;	
}

div.ask_a_question a {
	color: #457d06;
}

div.ask_a_question img {
	float: right;
	margin: -14px 8px 0px 8px;
}

#faq_contact {
	width: 400px;
}

div.answers div.text div.loader {	
	/*background-color: #edfbff;*/
	background-color: #eeeeee;
}

div.answers div.text div.loader div {
	color: #000000;
}
