#faq_questions{
	float:left;
	width:250px;
}

#faq_answers {
	float:right;
	width:703px;
}

#faq_questions h6, 
#faq_answers h6{
	margin-bottom:0px;
	color:#000;
} 

#faq_questions .faq_info_listing,
#faq_answer_container{
	border-left:1px solid #C2C2C2;
	border-bottom:2px solid #C2C2C2;
	border-right:2px solid #C2C2C2;
}

#faq_questions{
	background-color:#F2F2F2;
}

#faq_questions .faq_info_listing ul{
	clear:both;
	display:block;
	overflow:hidden;
	border:0px solid blue;
	font-weight:bold;
}
#faq_questions .faq_info_listing ul li,
#faq_answers ul li{
	background-repeat:no-repeat;
	clear:both;
	padding-bottom:4px;
	margin-bottom:1px;
	border:0px solid black;
	overflow:hidden;
	list-style:none;
	display:block;
}

#faq_answers .link{ 
	background-image:url(/assets/images/icons/arrows/arrow_sprite.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:15px;
	color:#FF9900;
	font-weight:bold;
	cursor:pointer;
}

#faq_answers .main_color{ 
	color:#000;
	background-position:0 -12px!important;
	cursor:default;
}

