/*
	Иконки
*/

#content .file {
	padding: 0 0 5px 34px;
	margin: 5px 0 0 0px;
	min-height: 34px;
}

#content .nodate {
	padding-top: 16px;
	background-position: 0 16px;
}

#content .file h3, body.dt-phone #content .file h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

#content .file p, body.dt-phone #content .file p {
	margin: 0 0 0 0px;
}

.file {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 23px;
}
/*
	Картинка с иконками:
	zip, pdf, doc, exe, xls, ptt
	32x32
*/
.avi {
	background-image: url(/i/icons/files/avi.gif);
}

.doc, .rtf {
	background-image: url(/i/icons/files/doc.gif);
}
.exe {
	background-image: url(/i/icons/files/exe.gif);
}
.htm, .html {
	background-image: url(/i/icons/files/htm.gif);
}
.pdf {
	background-image: url(/i/icons/files/pdf.gif);
	background-position: 0 center !important;
}
.ppt {
	background-image: url(/i/icons/files/ppt.gif);
}
.xls {
	background-image: url(/i/icons/files/xls.gif);
}
.zip, .rar {
	background-image: url(/i/icons/files/zip.gif);
}
