/*
    ------------------
    DOKUMENTY
    ------------------
*/
#files {
    margin:0px;
    padding:5px 0px 0px 0px;
    clear:both;
    background:transparent;
    color:#000;
}
#files .files-lt { background:url('../images/page/docs-corner-left-top.gif') no-repeat top left #F5F8FD; }
#files .files-rt { background:url('../images/page/docs-corner-right-top.gif') no-repeat top right; }
#files .files-rb { background:url('../images/page/docs-corner-right-bottom.gif') no-repeat bottom right; }
#files .files-lb {
    background:url('../images/page/docs-corner-left-bottom.gif') no-repeat bottom left;
    padding:10px 10px 10px 10px;
}
#files div.file {
    padding-bottom:5px;
    margin-bottom:5px;
    border-bottom:1px solid #FFF;
}
#files div.last {
    padding-bottom:0px;
    margin-bottom:0px;
    border-bottom:none;
}
#files div.file div {
    position:relative;
    width:100%;
    color:#444;
}
#files div.file div p {
    position:absolute;
    top:0px;
    right:0px;
    margin:0px;
    padding:0px;
}
#files div.file a { color:#0F6DAA; font-weight:bold; text-decoration:none; }
#files div.file a:hover { color:#000; font-weight:bold; text-decoration:underline; }

