/* ----- classes */
.question {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	display:block;
	margin-top:0px;
	margin-bottom:15px;
	color: #6f6f6f;
}
.question a:link { 
	color : #6f6f6f;
	font-weight: normal; 
	text-decoration : none;
}
.question a:visited { 
	color : #6f6f6f;
	font-weight: normal; 
	text-decoration : none;
}
.question a:hover { 
	color : #66c6e5;
	font-weight: normal; 
	text-decoration : none;
}
/* ------------- sidebar */
#sidebar {
	position : relative;
	width: 200px;
	float:right;
}

/* ----- faqs */
#faqs-list {
	width: 562px;
	margin: 15px 0 15px 15px;
}
#faq_left {
	position:relative;
	width: 250px;
	margin: 5px 0 15px 0px;
	float : left;
}
#question_scroll {
	position:relative;
	width: 235px;
	height: 425px;
	overflow:auto;
}
#faq_right {
	position:relative;
	width: 280px;
	margin: 5px 0 15px 30px;
	float : left;
}