.content_files {
	border-top: 1px solid #d3e6cf;
	padding: 1.5em 0;
	border-bottom: 1px solid #d3e6cf;
	margin-bottom: 1em;
} 
.content_files ul.list {
	list-style-type: none;
}
.content_files ul.list li {
	float: left;
	width: 50%;
	overflow: hidden;
}
.content_files ul.list li.spacer {
	clear: both;
	float: none;
	width: 100%;
	height: 1em;
	overflow: hidden;
}
.content_files ul.list li.spacer_last {
	height: 0;
}
.content_files ul.list li a {
	display: block;
	font-size:1.2em;
	background: no-repeat center left;
	padding: 2px 0 2px 18px;
}
