/*Типы файлов для загрузки Word, Exel, PDF*/
a[href$=".docx"], a[href$=".doc"] {
	background-image: url(http://webkabinet.com/img/icon/word.png);
	padding-left: 43px;
	display: block;
	background-repeat: no-repeat;
	border-bottom:none;
	min-height: 43px;
	line-height: 43px;
   } 
a[href$=".pdf"] {
	background-image: url(http://webkabinet.com/img/icon/pdf.png);
	padding-left: 43px;
	display: block;
	background-repeat: no-repeat;
	border-bottom:none;
	min-height: 43px;
	line-height: 43px;
   }
a[href$=".xls"], a[href$=".xlsx"]{
	background-image: url(http://webkabinet.com/img/icon/excel.png);
	padding-left: 43px;
	display: block;
	background-repeat: no-repeat;
	border-bottom:none;
	min-height: 43px;
	line-height: 43px;
   }
   a[href$=".ppt"], a[href$=".pptx"]{
	background-image: url(http://webkabinet.com/img/icon/ppt.png);
	padding-left: 43px;
	display: block;
	background-repeat: no-repeat;
	border-bottom:none;
	min-height: 43px;
	line-height: 43px;
   }