

.faq{
	width:100%;
	padding:0px 0px 20px 0px;
	clear:both;
}
.faq_list{
margin-bottom:5px;
float:left;
max-width:1000px;
padding:5px 0px 0px 25px;
}


a.question_link{
text-decoration:none;
color:#006699;
	font-size:18px;
	line-height:28px;

}

.question_text{
}

.answer{
margin-top:10px;
display:none;
}

.close_answer{
float:right;
display:inline;
padding:0px 0px 0px 20px;
}
.close_answer a{
text-decoration:none;
font-size:13px;
color:#666666;
}


#faqs_search{
float:right;
width:280px;
}


.faq_img{
	float:left;
}
.faq_img:hover{
	cursor:pointer;
}