 .file_type {
	font-size: .85em; 
 }
 
 a[href$='.csv'].file_type {
  	display:inline-block;
    line-height:18px;
    background-image     : url(../images/css/file_types.png); 
    background-color     : transparent; 
    background-repeat    : no-repeat;
    height               : 16px; 
    width                : auto;
    padding-left		 : 20px;
    background-position  : 0px 0px; 
 } 
 
 a[href$='.pdf'].file_type {
 	display:inline-block;
    background-image     : url(../images/css/file_types.png); 
    background-color     : transparent; 
    background-repeat    : no-repeat;
    height               : 16px; 
    width                : auto;
    padding-left		 : 20px;
    background-position  : 0 -66px;
 }
 
 a[href$='.mp4'].file_type {
 	display:inline-block;
    background-image     : url(../images/css/file_types.png); 
    background-color     : transparent; 
    background-repeat    : no-repeat; 
    height               : 16px; 
    width                : auto;
    padding-left		 : 20px; 
    background-position  : 0 -132px; 
 } 
 
 a[href$='.jpg'].file_type {
 	display:inline-block;
    background-image     : url(../images/css/file_types.png); 
    background-color     : transparent; 
    background-repeat    : no-repeat; 
    height               : 16px; 
    width                : auto;
    padding-left		 : 20px; 
    background-position  : 0 -132px; 
 } 
 
 a[href$='.jpeg'].file_type {
 	display:inline-block;
    background-image     : url(../images/css/file_types.png); 
    background-color     : transparent; 
    background-repeat    : no-repeat; 
    height               : 16px; 
    width                : auto;
    padding-left		 : 20px; 
    background-position  : 0 -132px; 
 }
 
 a[href$='.gif'].file_type {
 	display:inline-block;
    background-image     : url(../images/css/file_types.png); 
    background-color     : transparent; 
    background-repeat    : no-repeat; 
    height               : 16px; 
    width                : auto;
    padding-left		 : 20px; 
    background-position  : 0 -132px; 
 }
 
 a[href$='.png'].file_type {
 	display:inline-block;
    background-image     : url(../images/css/file_types.png); 
    background-color     : transparent; 
    background-repeat    : no-repeat; 
    height               : 16px; 
    width                : auto;
    padding-left		 : 20px; 
    background-position  : 0 -132px; 
 }
 
 a[href$='.xls'].file_type {
 	display:inline-block;
    background-image     : url(../images/css/file_types.png); 
    background-color     : transparent; 
    background-repeat    : no-repeat;
    height               : 16px; 
    width                : auto;
    padding-left		 : 20px;
    background-position  : 0 -198px; 
 } 
 
 #page_white_php.file_type { 
    height               : 16px; 
    width                : 16px; 
    background-position: 0 -264px; 
 } 
 
 a[href$='.ppt'].file_type {
 	display:inline-block;
    background-image     : url(../images/css/file_types.png); 
    background-color     : transparent; 
    background-repeat    : no-repeat;
    height               : 16px; 
    width                : auto;
    padding-left		 : 20px;
    background-position  : 0 -330px; 
 } 
 
 a[href$='.pptx'].file_type {
 	display:inline-block;
    background-image     : url(../images/css/file_types.png); 
    background-color     : transparent; 
    background-repeat    : no-repeat;
    height               : 16px; 
    width                : auto;
    padding-left		 : 20px;
    background-position  : 0 -330px; 
 } 
 
 a[href$='.txt'].file_type {
	 display:inline-block;
    background-image     : url(../images/css/file_types.png); 
    background-color     : transparent; 
    background-repeat    : no-repeat;
    height               : 16px; 
    width                : auto;
    padding-left		 : 20px;
    background-position  : 0 -396px; 
 } 
 
 a[href$='.doc'].file_type {
 	display:inline-block;
    background-image     : url(../images/css/file_types.png); 
    background-color     : transparent; 
    background-repeat    : no-repeat;
    height               : 16px;
    width				 : auto;
    padding-left		 : 20px;
    background-position  : 0 -462px; 
 } 

 a[href$='.docx'].file_type {
 	display				 : inline-block;
    background-image     : url(../images/css/file_types.png); 
    background-color     : transparent; 
    background-repeat    : no-repeat;
    height               : 16px;
    width				 : auto;
    padding-left		 : 20px;
    background-position  : 0 -462px; 
 } 
  
 a[href$='.zip'].file_type {
 	display:inline-block;
    background-image     : url(../images/css/file_types.png); 
    background-color     : transparent; 
    background-repeat    : no-repeat;
    height               : 16px; 
    width                : auto;
    padding-left		 : 20px;
    background-position  : 0 -528px;
 } 