﻿.download_list .pdf
{
    width: 33px;
    height: 33px;
    background: #FFFFFF url('Images/pdf.gif') no-repeat;
    cursor: hand;
}

.download_list .doc
{
    width: 33px;
    height: 33px;
    background: #FFFFFF url('Images/doc.gif') no-repeat;
    cursor: hand;
}

.download_list .docx
{
    width: 33px;
    height: 33px;
    background: #FFFFFF url('Images/doc.gif') no-repeat;
    cursor: hand;
}
.download_list .xls
{
    width: 33px;
    height: 33px;
    background: #FFFFFF url('Images/xls.gif') no-repeat;
    cursor: hand;
}
.download_list .xlsx
{
    width: 33px;
    height: 33px;
    background: #FFFFFF url('Images/xls.gif') no-repeat;
    cursor: hand;
}

.download_list .ppt
{
    width: 33px;
    height: 33px;
    background: #FFFFFF url('Images/ppt.gif') no-repeat;
    cursor: hand;
}
.download_list .pptx
{
    width: 33px;
    height: 33px;
    background: #FFFFFF url('Images/ppt.gif') no-repeat;
    cursor: hand;
}

.download_list .mp3
{
    width: 33px;
    height: 33px;
    background: #FFFFFF url('Images/mp3.png') no-repeat;
    cursor: hand;
}

.download_list .wma
{
    width: 33px;
    height: 33px;
    background: #FFFFFF url('Images/mp3.png') no-repeat;
    cursor: hand;
}

.download_list .exe
{
    width: 33px;
    height: 33px;
    background: #FFFFFF url('Images/exe.gif') no-repeat;
    cursor: hand;
}

.download_list .tar
{
    width: 33px;
    height: 33px;
    background: #FFFFFF url('Images/tar.gif') no-repeat;
    cursor: hand;
}

.download_list .zip
{
    width: 33px;
    height: 33px;
    background: #FFFFFF url('Images/zip.gif') no-repeat;
    cursor: hand;
}


/* ----------------------------------   ----------------------------------- */


