.docs { /* список документов */
	color: #646464;
	font-size: 11px;
	min-height: 60px;
	padding-left: 70px;
	margin-bottom: 16px;
	background: url(../../../img/new_templates3/icons/default.png) no-repeat;
}
.docs.rtf,
.docs.doc,
.docs.docx {
	background: url(../../../img/new_templates3/icons/doc.png) no-repeat;
}
.docs.xls,
.docs.xlsx {
	background: url(../../../img/new_templates3/icons/xls.png) no-repeat;
}
.docs.ppt,
.docs.pptx {
	background: url(../../../img/new_templates3/icons/ppt.png) no-repeat;
}
.docs.zip {
	background: url(../../../img/new_templates3/icons/zip.png) no-repeat;
}
.docs.rar {
	background: url(../../../img/new_templates3/icons/rar.png) no-repeat;
}
.docs.txt {
	background: url(../../../img/new_templates3/icons/txt.png) no-repeat;
}
.docs.pdf {
	background: url(../../../img/new_templates3/icons/pdf.png) no-repeat;
}
.docs .docs-li {
	position: relative;
	padding: 0 0 20px 0;
	width: auto !important;
}
.docs .docs-li a {
	bottom: 0;	
	padding-left: 60px;
	*padding-left: 0;
	position: absolute;	
}
.docs .docs-li a img {
	display: none;
}
.docs .docs-li:after {
	left: 0;
	bottom: 0;
	color: #0f4d1a;
	position: absolute;		
	content: "Скачать: ";
}