@charset "utf-8";
/* CSS Document */

.head_img {
	background: url(../images/category/faq/hed_img.jpg) no-repeat;
	height: 150px;
	width: 920px;
	text-indent: -9999px;
	margin-bottom: 20px;
}

.title {
	background: #E6E6E6;
	font-size: 1.1em;
	font-weight: normal;
	padding: 6px 6px 6px 10px;
	margin-bottom: 15px;
}
.title span {
	border-left: 5px solid #FFFFFF;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/*question 
-------------------------*/
.question {
	color: #000066;
	font-weight: bold;
	font-size: 1.1em;
}
.question_text {
	font-weight: normal;
}
.question_box {
	font-weight: bold;
	background: url(../images/category/faq/question_img.gif) no-repeat;
	padding-left: 45px;
	height: 36px;
	padding-top: 5px;
	margin-bottom: 5px;
}

/*answer 
-------------------------*/
.answer {
	color: #CC0000;
	font-weight: bold;
	font-size: 1.1em;
}
.answer_text {
	font-weight: normal;
}
.answer_box {
	font-weight: bold;
	background: url(../images/category/faq/answer_img.gif) no-repeat;
	padding-left: 45px;
	padding-top: 5px;
	margin-bottom: 30px;
	width: 635px;
}
