/*
    ------------------
    DOKUMENTY
    ------------------
*/
#files {
    margin:0px;
    padding:5px 0px 0px 0px;
    clear:both;
    min-height:1px;
    _height:1px;
}
#files div.files-title {
    font-weight:bold;
    color:#D51D1D;
    padding:0px 0px 10px 0px;
    font-size:1.2em;
}
#files div.files {
    padding:0px 0px 0px 0px;
    min-height:1px;
    _height:1px;
    width:430px;
}
#files div.file {
    border:1px solid #DEE2E2;
    background:url('../images/bg-docs.gif') repeat-x bottom left #FFF;
    margin:0px 0px 5px 0px;
}
#files div.file table {
    width:100%;
}
#files div.file table th {
    width:25px;
    text-align:left;
    vertical-align:top;
    padding:7px 0px 5px 10px;
    border-left:1px solid #FFF;
}
#files div.file table td {
    width:auto;
    text-align:left;
    vertical-align:top;
    border-right:1px solid #FFF;
    padding:5px 10px 5px 0px;
}
#files div.file table td span {
    font-size:0.8em;
    color:#78898D;
}
#files div.file table td a {
    color:#004988;
    font-weight:bold;
    text-decoration:none;
}
#files div.file table td a:hover {
    color:#D51D1D;
    font-weight:bold;
    text-decoration:underline;
}

