.list_docs{
	display:block;
	margin-top:20px;
}

.doc_item{
    margin: 10px 0;
    display: block;
}

a.link_doc{
	text-decoration:underline;
}

a.link_doc:hover{
	text-decoration:none;
}

.doc_icon{
	background: url("images/icon_doc.jpg") no-repeat;
	height: 16px;
	width: 16px;
	display: block;
	margin-right: 10px;
	float: left;
}

.xsl_icon{
	background: url("images/icon_excel.png") no-repeat;
	height: 16px;
	width: 16px;
	display: block;
	margin-right: 10px;
	float: left;
}

.pdf_icon{
	background: url("images/icon_pdf.jpg") no-repeat;
	height: 16px;
	width: 16px;
	display: block;
	margin-right: 10px;
	float: left;
}

.fl_size{
	color:#666666;
}

.doc_item a[href]
{background: url("img/other.png");}
.doc_item a[href$=".doc"],
.doc_item a[href$=".docx"],
.doc_item a[href$=".rtf"] {
    background: url("img/doc.png");
   
}

.doc_item a[href$=".pdf"], .doc_item a[href$=".PDF"] {
    background: url("img/pdf.png");
}

.doc_item a[href$=".xls"],
.doc_item a[href$=".xlsx"], .doc_item a[href$=".XLS"],
.doc_item a[href$=".XLSX"] {
    background: url("img/xls.png");
}
.doc_item a[href$=".zip"], .doc_item a[href$=".ZIP"] {
    background: url("img/zip.png");
}
.doc_item a[href$=".rar"], .doc_item a[href$=".RAR"] {
    background: url("img/rar.png");
}
.doc_item a[href$=".txt"], .doc_item a[href$=".TXT"] {
    background: url("img/txt.png");
}
.doc_item a[href$=".pptx"], .doc_item a[href$=".PPTX"] {
    background: url("img/pptx.png");
}
.doc_item a[href$=".ppt"], .doc_item a[href$=".PPT"]  {
    background: url("img/ppt.png");
}


.doc_item a, .doc_item .more{min-height: 47px;
    display: block;
    border-bottom: 2px dotted #e9ecef;
    margin-bottom: 5px;
	padding-top: 7px;}
.doc_item .more{    padding-bottom: 10px;
    margin-bottom: 20px;}

.doc_item a[href]
{background-repeat: no-repeat;
background-size: 40px;
    padding-left: 43px;}
.doc_item .name{margin-bottom: 7px;}
.failes{margin-left: 4%;
    width: 70%;
    background: whitesmoke;
    padding: 15px;}



