@charset "utf-8";
/* CSS Document */

#mainflash{
	width:900px;
	height:410px;
	padding:15px 0px 30px;
}

#whatsnew{
	 width:450px;
	 margin-right:20px;
	 float:left;
	 line-height:100%;
}

#whatsnew .title{
	height:20px;
	background:url(../../images/wn_t_bg.gif) repeat-x #FFFFFF;
	
}

#whatsnew li{
	background:url(../images/arrow.gif) left 3px no-repeat;
	padding-bottom: 10px;
	padding-left:10px;
}

#topbanner{
	width:430px;
	float:right;
}



.news{
	display:block;
	width: 435px;
	padding: 10px 15px 10px 0px;
	height:auto;
	border-bottom:1px solid #ccc;
	color:#070e4b;
	
}

.news dt{
	display:block;
	float:left;
	width:76px;
	line-height:1.4;
	height:20px;
	font-size: 12px;
	color:#555;
	background:url(../images/arrow.gif) left 5px no-repeat;
	padding-left:10px;
}

.news dd{
	display:block;
	width:349px;
	float:left;
	line-height:1.4;
	font-size: 12px;
}

