.content {

}

.files {

}
	.files .icon {
		position: absolute;
		width: 36px;
		height: 36px;
		background: url('/dsg/download-icon.png') no-repeat top left;
		z-index: 50;
		margin: -4px 0 0 4px;
	}
	.files .files-top {
		background: #ebebe8;
	}
		.files .files-top .title {
			margin-left: 50px;
		}
			.files .files-top .title a {
				font-size: 1.2em;
				color: #005270;
				font-weight: bold;
				text-decoration: underline;
			}
			.files .files-top .title a:hover {
				text-decoration: none;
			}
		.files .files-top .content {
			margin-left: 50px;
			font-size: 1.1em;
			color: #525252;
		}
	.files .files-bottom {
		text-align: right;
		margin-bottom: 1em;
	}