/* CSS Document */

/*container*/
#contactCenter_topPic {
	background:url(/images/contactCenter_topPic.jpg);
}
/*left*/
#contactCenter_left_title {
	background-image:url(/images/service_en/service_left_title.gif);
}

/*body*/
#service_en_body_content {
	width:600px;
	margin:20px auto;
}
/*question.jsp*/
#question_header {
	width:648px;
	height:125px;
	margin:0px auto;
	background:url(/images/service_en/contactCenterQ_header.gif) no-repeat 0px 0px;
}
#question_list {
	width:648px;
	height:400px;
	margin:0px auto;
}
#question_list ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#question_list ul li {
	margin:0px;
	padding:0px;
	background: url(/images/contactCenter_question_li.gif) no-repeat 0px 0px;
}
.question_list_title {
	margin:0px;
	padding:0px;
	margin-left:40px;
	line-height:36px;
	font-weight:bold;
	
}
a.answerLink:link,a.answerLink:visited {
	color: #009900;
	font-size:14px;
}
.answer_block {
	display:block;
}
.answer_none {
	display:none;
}
.answer_header {
	width:648px;
	height:39px;
	background:url(../images/contactCenter_answer_header_en.gif) no-repeat 0px 0px;
}
.answer_content {
	width:568px;
	padding:10px 40px;
	margin:0px;
	background-color:#FFFFFF;
}
.answer_footer {
	width:648px;
	height:34px;
	background:url(/images/contactCenter_answer_footer.gif) no-repeat 0px 0px;
}
#question_footer {
	width:648px;
	height:10px;
	margin:30px auto;
	background:url(/images/contactCenter_question_footer.gif) no-repeat 0px 0px;
}