﻿.file-icon-right 
{
    position: absolute;
    right: 50px;   
}

.file-icon-left 
{
    float:left;
}

.img-file 
{
    background-image: url(/images/icons/filetypes/jpg.gif);
    width: 25px;
    height: 32px;
}

.tiff-file 
{
    background-image: url(/images/icons/filetypes/tiff.gif);
    width: 32px;
    height: 32px;
}

.doc-file 
{
    background-image: url(/images/icons/filetypes/docx.gif);
    width: 32px;
    height: 32px;
    z-index:1;
}

.pdf-file 
{
    background-image: url(/images/icons/filetypes/pdf.gif);
    width: 32px;
    height: 32px;
    z-index: 1;
}

.pub-file {
    background-image: url(/images/icons/filetypes/pub.gif);
    width: 32px;
    height: 32px;
    z-index: 1;
}

.ppt-file 
{
    background-image: url(/images/icons/filetypes/pptx.gif);
    width: 32px;
    height: 32px;
    z-index: 1;
}

.rtf-file 
{
    background-image: url(/images/icons/filetypes/rtf.png);
    width: 32px;
    height: 32px;
    z-index: 1;
}


.txt-file 
{
    background-image: url(/images/icons/filetypes/txt.gif);
    width: 32px;
    height: 32px;
    z-index: 1;
}

.xls-file 
{
    background-image: url(/images/icons/filetypes/xlsx.gif);
    width: 32px;
    height: 32px;
    z-index: 1;
}

.html-file 
{
    background-image: url(/images/icons/filetypes/html.gif);
    width: 32px;
    height: 32px;
    z-index: 1;
}

.zip-file 
{
    background-image: url(/images/icons/filetypes/zip.gif);
    width: 32px;
    height: 32px;
    z-index: 1;
}

.movie-file {
    background-image: url(/images/icons/filetypes/movie.png);
    width: 32px;
    height: 32px;
    z-index: 1;
}

.default-file 
{
    background-image: url(/images/icons/filetypes/x.gif);
    width: 32px;
    height: 32px;
    z-index: 1;
}

.image-preview 
{
    position: relative;
    vertical-align: top;
    height: 100%;
}
