/* NEWS archive */

#news {
	font-size:12px;
	line-height:16px;
	color:#777;
	width:580px;
	list-style:none;
}
html:not([lang*=""]) #news {
    margin-left: -39px;
}
	
#news li {
	border-top:1px dotted #ddd;
	width:578px;
	height:30px;
	padding-top:5px;
	padding-bottom:10px;
	clear:left;
}
	
#news li.news_header {
	text-transform:uppercase;
	border:0;
	padding-top:5px;
	padding-bottom:5px;
	height:15px;
}
	
span.news_date {
	width:90px !important;
	float:left;
	display:block;
}
	
span.news_title {
	width:480px;
	float:left;
	display:block;
}
	
span.news_download {
	text-align:center;
	width:68px;
	float:left;
	display:block;
}
