@charset "utf-8";
.downloaddiv{
	width:100%;
	overflow:hidden;
}
.download_title{
	width:100%;
	height:30px;
	line-height:30px;
	border-bottom:1px #d8d8d8 dashed;
	color:#577bc5;
	font-weight:bold;
}
.download_table{
	border:1px #cecece solid;
	width:99%;
	margin-top:20px;
	clear:both;
	float:left;
}
.download_row{
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	clear:both;
	float:left;
	border-bottom:1px #cecece solid;
}
.drow_title{
	font-weight:bold;
	background:#e0e0e0;
}
.dr_bottom{
	border:0;
}
.download_col{
	width:10%;
	float:left;
	border-right:1px #cecece solid;
}
.download_co2{
	width:70%;
	float:left;
	border-right:1px #cecece solid;
	overflow:hidden;
}
.download_co2 span{
	width:100%;
	padding-left:15px;
	overflow:hidden;
	text-align:left;
	float:left;
}
.download_co3{
	width:18%;
	float:left;
}
.download_co3 a{
	margin-top:10px;
	clear:both;
	float:left;
	_display:inline;
	margin-left:42px;
}