﻿body
{
}

#download_left
{
	float:left;
	width:665px;	
}

#download_right
{
	float:right;
	width:270px;
}

/*下载*/
#download_detail
{
	border: solid 1px #C0C0C0;
	background-color: White;
	min-height: 500px;
}

/*下载标题*/
#download_detail .title
{
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin: 0px auto 0px auto;
	padding-top:10px;
}

/*修改日期*/
#download_detail .modified_date
{
	color: #666666;
	border-bottom: solid 1px #C0C0C0;
	text-align: center;
	font-size: 13px;
}

/*下载内容*/
#download_detail .description
{
	font-size:14px;
	line-height:180%;
	padding:6px;
}

#download_detail a
{
	color:Blue;
}


/*最新文章*/
#download_right #new
{		
	border: 1px solid #B3B3B3;	
	text-align:left;	
	width:100%;
}

#download_right #new h2
{
	background-image:url(Images/subheader_orange.gif);
	background-repeat:repeat-x;	
	height:30px;
	line-height:25px;
	width:100%;
	text-indent:10px;
	color:White;
	font-size:15px;
	font-family:宋体;
	margin-bottom:0px;
}

#download_right #new ul
{
	margin-top:6px;
	margin-left:10px;
	line-height:180%;
	font-size:14px;	
	list-style-type:none;	
	color:#788062;
	margin-bottom:6px;
}

