.faq_blk .center_pad
{
	margin: 0 20px;
}
.faq_head
{
	background: url(/images/bg_cosm_square.gif) no-repeat left 2px;
	font-size: 1.5em;
	line-height: 1.05em;
	font-weight: bold;
	margin: 14px 9px 0;
	padding: 0 0 2px 32px;
	color: #4C82E1;
}
.faq_cnt
{
	border-top: 1px solid #EEE;
	margin: 14px 2px 0 42px;
	padding-bottom: 30px;
}
.faq_item
{
	border-bottom: 1px solid #EEE;
	font-size: .75em;
	line-height: 1em;
	padding: 6px 0 0 0;
}

.faq_img
{
	float: right;
	cursor: pointer;
}
.faq_name
{
	font-size: 1.35em;
	line-height: 2.25em;
	color: #4C82E1;
	text-decoration: underline;
	cursor: pointer;
}
.faq_txt
{
	padding: 14px 6px 25px 22px;
	color: #444;
	display: none;
	margin-top: 7px;
	font-size: 1.2em;
	line-height: 16px;
}
.faq_item_close .faq_txt
{
	display: none;
}
.faq_item_open .faq_txt
{
	cursor: default;
	display: block;
	background: #FFF !important;
}
.faq_item_hover
{
	background: #F5F5F5;
}
.faq_item_hover .faq_name
{
	text-decoration: none;
	cursor: default;
}
.faq_nms
{
	padding: 0 8px 5px 6px;
	cursor: pointer;
}
/*----*/
.faq_que
{
	font-size: 1.25em;
	line-height: 1.6em;
	font-weight: bold;
	margin-top: 23px;
	padding-bottom: 2px;
	color: #445057;
}
.faq_que_form
{
	font-size: 12px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px 3px;
	height: 222px;
	width: 172px;
	border: 1px solid #E0E0E0;
	margin-bottom: 10px;
}