@charset "UTF-8";


#qaList .lcMid ul {
	border:0px #FF0000 dotted;
	margin:0;
	padding:0;
}

#qaList .lcMid ul li {
	margin:0 0 10px;
	padding:0 5px 10px 60px;
	border-bottom:1px #a9ccd6 dotted;
	display:block;
	height:40px;
	background-image:url(../../img/qa/common/qIcon36.jpg);
	background-repeat:no-repeat;
	background-position:12px top;
}

#qaList .lcMid .toList {
	display:block;
	margin:0 0 5px;
	padding:0;
	border:none;
}


/*answer*/


#answer .lcMid .qTop {
	border-bottom:1px dotted #CCCCCC;
	padding:0 0 10px 80px;
	margin:0 0 10px;
	background-image:url(../../img/qa/common/qIcon.jpg);
	background-repeat:no-repeat;
	background-position:16px center;
}

#answer .lcMid .qDate {
	margin:0;
	padding:0;
	background-position:0px center;
	background-repeat:no-repeat;
	font-weight:bold;
	background-color:#fff;
}

#answer .lcMid .new {
	background-image:url(../../img/common/new.gif);
	padding:0 0 0 20px;
}

#answer .lcMid h4 {
	font-size:17px;
	color:#797106;
	padding:0;
	margin:5px 0 0;
	line-height:20px;
	font-weight:bold;
	border-bottom:0px solid #CCCCCC;
}

#answer .lcMid .qAnswer {
	border:0px #FF0000 dotted;
	padding-left:80px;
	background-image:url(../../img/qa/common/aIcon.jpg);
	background-position:16px 0px;
	background-repeat:no-repeat;
}



.qInput table {
	width:500px;
	margin:10px auto;
}

.qInput table td, .qInput table th {
	border:1px #FFF solid;
}

.qInput table th {
	background-color:#ECF5FF;
	font-weight:normal;
	text-align:center;
	width:160px;
}

.qInput table th span {
	color:#FF0000;
}


.qInput table td input, .qInput table td textarea {
	width:300px;
}

.qInput table td textarea {
	height:200px;
}


.qInput table .subtmitBt {
	text-align:right;
}


.qInput table .subtmitBt input {
	margin:0 8px 0 0;
	width:150px;
}


.qInput table .subtmitBt input.qcanselBt {
	width:70px;
}














