.downloadable-file {
	display: block;
	padding: 0 0 5px 40px;
	min-height: 40px;
	background: no-repeat 0 3px scroll transparent;
}
.downloadable-file:after {
	margin: 0 0 0 20px;
	color: #bbb;
	content: 'скачать';
}

.downloadable-file.zip {
	background-image: url('/sites/all/themes/moniki/img/zip-32.png');
}

.downloadable-file.pdf {
	background-image: url('/sites/all/themes/moniki/img/pdf-32.png');
}
