.filetable{vertical-align: middle;}
.icocell{width: 32px;}

.parentdir{
  background:  url(graphics/filetypes/parent.png) no-repeat;
  height: 32px; 
  padding-left: 36px;
} 

.dir{
  background:  url(graphics/filetypes/folder.png) no-repeat;
  height: 32px;
  padding-left: 36px;
}

.zipfile{
  background:  url(graphics/filetypes/tar.png) no-repeat;
  height: 32px;
  padding-left: 36px;
}

.docfile{
  background:  url(graphics/filetypes/doc.png) no-repeat;
  height: 32px;
  padding-left: 36px;
}

.txtfile{
  background:  url(graphics/filetypes/txt.png) no-repeat;
  height: 32px;
  padding-left: 36px;
}

.xclfile{
  background:  url(graphics/filetypes/xcl.png) no-repeat;
  height: 32px;
  padding-left: 36px;
}

.imgfile{
  background:  url(graphics/filetypes/img.png) no-repeat;
  height: 32px;
  padding-left: 36px;
}

.pdffile{
  background:  url(graphics/filetypes/pdf.png) no-repeat;
  height: 32px;
  padding-left: 36px;
}

.exefile{
  background:  url(graphics/filetypes/exe.png) no-repeat;
  height: 32px;
  padding-left: 36px;
}

.videofile{
  background:  url(graphics/filetypes/video.png) no-repeat;
  height: 32px;
  padding-left: 36px;
}

.audiofile{
  background:  url(graphics/filetypes/audio.png) no-repeat;
  height: 32px;
  padding-left: 36px;
}

.file{
  background:  url(graphics/filetypes/unk.png) no-repeat;
  height: 32px;
  padding-left: 36px;
} 
