@charset "utf-8";
/* CSS Document */
.faq_section {
	width:850px;
	overflow:hidden;
	margin:10px auto;
}
.faq_category {
	background:url(../index/image/hot_product_title.jpg) left no-repeat;
	height:30px;
	width:820px;
	border:1px solid #999;
	color:#1671b7;
	text-transform:uppercase;
	font-size:17px;
	line-height:30px;
	padding-left:20px;
}
.faq_Q {
	background:#EEE url(../shard_img/q.jpg) left no-repeat;
	background-position:5px 5px;
	width:770px;
	min-height:30px;
	padding-left:50px;
	padding-right:10px;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	margin:10px 10px 0 10px;
	text-indent:-20px;
}
.faq_A {
	background:#FFF url(../shard_img/a.jpg) left no-repeat;
	background-position:5px 5px;
	border-bottom:1px dotted #ccc;
	width:790px;
	min-height:30px;
	padding-left:30px;
	padding-right:10px;
	padding-bottom:40px;
	font-size:13px;
	line-height:25px;
	margin:15px 10px 0 10px;
}
.faq_A a{
	color:#347fb9;
	font-style:italic;
	font-weight:bold;
}
.faq_A a:hover{
	color:#347fb9;
	font-weight:bold;
	text-decoration:underline;
}
.faq_A a:visited{
	color:#347fb9;
	font-weight:bold;
	text-decoration:none;
}
.faq_A ul li {
	list-style:disc;
}
.faq_table{
	width:750px;
	margin:0 auto 10px auto;
}
.faq_table_tr{
	display:block;
	border-bottom:#CCC 1px dotted;
	padding:5px;
	height:auto;
	background:#FFF;
}
.faq_table_tr:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.faq_table_tr:hover{
	display:block;
	background: #EFEFEF;
	}
.faq_td_L {
	text-align:center;
	font-weight: bold;
	line-height:50px;
	color:#333;
	display:block;
	float:left;
	width:15%;
}
.faq_td_R {
	border-left: 1px #CCC dotted;
	min-height:50px;
	line-height:18px;
	float: left;
	padding:0 5px;
	color: #666;
	width: 25%;
}
.lh50 {line-height:50px;}
.lh25 {line-height:25px;}
.faq_td_R a{
	color:#666;
}
.faq_td_R a:hover{
	color:#000;
	font-weight: bold;
}
.faq_table_tr_T{
	background:url(../shard_img/faq_table_head.jpg) repeat-x center;
	display:block;
	border-bottom:#CCC 1px dotted;
	padding:10px;
	height:50px;;
}
.faq_td_T_L {
	height:50px;
	text-align:center;
	line-height:50px;
	font-weight: bold;
	color:#FFF;
	display:block;
	float:left;
	width:15%;
}
.faq_td_T_R {
	height:50px;
	line-height:25px;
	font-weight: bold;
	border-left: 1px #CCC dotted;
	float: left;
	padding:0 5px;
	color: #FFF;
	width: 25%;
}
.faq_menu {
	font-size:13px;
}
.faq_code {
	font-weight:bold;
	color:#3180bd;
}

.system_recovery_step {
	background:#EEE;
	width:770px;
	min-height:30px;
	padding-left:30px;
	padding-right:10px;
	font-size:14px;
	font-weight:bold;
	line-height:30px;
	margin:10px 10px 0 10px;
	text-indent:-20px;
}
.system_recovery_content {
	background:#FFF;
	border-bottom:1px dotted #999;
	width:790px;
	min-height:30px;
	text-align:center;
	padding-bottom:10px;
	font-size:13px;
	line-height:30px;
	margin:5px 10px 0 10px;
}
