.list-files td {
        background: #f1f1f1;
        vertical-align: middle;
        border: 1px solid #ffffff;
        padding: 5px;
}
        .list-files .filename a {
                font-size: 1.2em;
        }
        .list-files .filename p {
                color: #737373;
                font-size: 0.9em;
                line-height: 1.1em;
                margin: 5px 0 0 0;
                padding: 0;
        }
        .list-files .filename P.deleted {
                font-size: 1.2em;
                text-decoration: line-through;
        }

        .list-files .size {
                font-weight: bold;
        }
                .list-files .size span {
                        color: #7f9200;
                        margin-left: 3px;
                }

a.btn-download:link,
a.btn-download:active,
a.btn-download:visited,
a.btn-download:hover {
        border: none;
}
.btn-download {
        display: block;
        text-indent: -9999px;
        background: url(../pics/btn_download.gif) top left no-repeat;
        height: 23px;
        width: 85px;
}

.type1, .type2, .type3, .type4, .type5, .type6, .type7 {
        background-image: url(../pics/types_file.gif);
        height: 24px;
        width: 24px;
}
.type1 {
        background-position: 0 0;
}
.type2 {
        background-position: 0 -24px;
}
.type3 {
        background-position: 0 -48px;
}
.type4 {
        background-position: 0 -72px;
}
.type5 {
        background-position: 0 -96px;
}
.type6 {
        background-position: 0 -120px;
}
.type7 {
        background-position: 0 -144px;
}





.host1, .host2, .host3 {
        background-image: url(../pics/hostings.gif);
        height: 15px;
        width: 76px;
}
.host1 {
        background-position: 0 0;
}
.host2 {
        background-position: 0 -15px;
}
.host3 {
        background-position: 0 -30px;
}
.host4 {
        background-position: 0 0;
        background-image: url(../pics/host_letitbit.jpg);
        height: 15px;
        width: 76px;
}
.list-files .filename {
        display: block;
        overflow: hide;
        white-space: wrap;
        width: 386px;
}
