
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* dl style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
dl.faq {
	clear: both;
	overflow: hidden;
	width: 550px!important;
	width/**/: 570px;
	padding: 0px 10px 0px 10px;
}
dl.faq dt {
	float: left;
	width: 532px!important;
	width/**/: 550px;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	line-height: 1.2em;
	padding: 0px 0px 10px 18px;
	background-image: url(../images/q.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
dl.faq dd {
	float: left;
	width: 532px!important;
	width/**/: 550px;
	font-size: 12px;
	color: #353535;
	font-weight: normal;
	line-height: 2.0em;
	padding: 0px 0px 14px 18px;
	margin: 0px 0px 20px 0px;
	background-image: url(../images/a.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	border-bottom: 1px dashed #93674e;
}

ul.card {
	width: 400px;
	clear: both;
	overflow: hidden;
	padding: 0px 0px 10px 0px;
}
ul.card li {
	float: left;
	padding: 0px 10px 0px 14px;
	background-image: url(../../../images/ic_newslist.gif);
	background-repeat: no-repeat;
	background-position: left center;
	
}
