/***** Filetype icons ****/
.filetype {
	width:70px;
	height: 70px;
	background: url(filetype-icons.jpg);
	background-repeat: no-repeat;
	background-position: -83px -160px;
}

.filetype_small {
	width:40px;
	height: 40px;
	background: url(filetype-icons.jpg);
	background-repeat: no-repeat;
	background-position: -83px -160px;
}

.pdf {
	background-position: -3px -82px !important; 
}

.doc {
	background-position: -162px -82px !important; 
}

.xls {
	background-position: -3px -162px !important; 
}

.zip, .rar {
	background-position: -240px -84px !important; 
}
