
TABLE.Data {
    width: 100%;
}

TABLE.Data TD {
    padding: 8px 0px 4px 0px;
    border-bottom: 1px dotted #d0d0d0;
    line-height: 1.3;
    vertical-align: top;
}

TABLE.Data THEAD TD {
    font-weight: bold;
    font-style: normal;
}

TABLE.Data TBODY TR > TD:first-child {
    font-style: italic;
}

TABLE.Data TD + TD {
    padding-left: 15px;
}

TABLE.Data > TBODY > TR:hover, TABLE.Data > TR:hover {
    background-color: #f8f8f8;
}

TABLE.Data P, TABLE.Data UL, TABLE.Data OL {
    margin: 0px 0px 8px 0px;
}

TABLE.Data UL {
    padding-left: 16px;
}

TABLE.Data OL {
    padding-left: 24px;
}

TABLE.Data LI {
    margin: 2px 0px 2px 0px;
}



UL.DocumentList {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

UL.DocumentList > LI, OL.DocumentList > LI {
    padding: 5px 6px 5px 4px;
    border: 1px solid #e6e6e6;
    background-color: #fbfbfb;
}

UL.DocumentList > LI:hover, OL.DocumentList > LI:hover{
    background-color: #f4f4f4;
}

UL.DocumentList > LI:after, UL.DocumentList > LI:after {
    content: '.';
    display: block;
    visibility: hidden;
    clear: both;
    height: 0px;
}

UL.DocumentList > LI + LI, OL.DocumentList > LI + LI {
    margin-top: 10px;
}

UL.DocumentList > LI > A, OL.DocumentList > LI > A {
    float: left;
}

UL.DocumentList > LI > DIV, OL.DocumentList > LI > DIV {
    float: left;
    max-width: 584px;
    margin: 0px 6px 0px 4px;
}

OL.DocumentList > LI > DIV {
    max-width: 544px;
}

UL.DocumentList > LI > DIV DIV.Description, OL.DocumentList > LI > DIV DIV.Description {
    margin-top: 2px;
    font-size: 12px;
    color: #303030;
}

UL.DocumentList > LI > DIV A.Open, UL.DocumentList > LI > DIV A.Save, OL.DocumentList > LI > DIV A.Open, OL.DocumentList > LI > DIV A.Save {
    display: block;
    float: left;
    margin: 4px 16px 0px 0px;
    padding-left: 8px;
    background-image: url("../assets/ptr-so.png");
    background-repeat: no-repeat;
    background-position: 0px 50%;
    font-size: 11px;
}

DIV.Ogloszenie {
    width: 100%;
    margin: 15px 0px 0px 0px;
    padding: 5px 0px 5px 0px;
    border-top: 1px dotted #d0d0d0;
    border-bottom: 1px dotted #d0d0d0;
    background: linear-gradient(to top, #f8f8f8, rgba(255,0,0,0) 20px);
    cursor: pointer;
}

DIV.Ogloszenie + DIV.Ogloszenie {
    margin: 0px;
    border-top: none;
}

DIV.Ogloszenie:hover {
    background-color: #f4f4f4;
}

DIV.Ogloszenie > DIV {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 11px;
    color: #808080;
}

DIV.Ogloszenie > H1 {
    margin: 6px 0px 6px 0px;
    font-size: 18px;
    font-weight: 600;
    color: #254053;
}

DIV.Ogloszenie > H2 {
    margin: -2px 0px 6px 0px;
    font-size: 16px;
    font-weight: 300;
    color: #254053;
}

DIV.Ogloszenie > P {
    margin: 2px 0px 2px 0px;
}

A.More {
    display: block;
    margin: 8px 0px 0px 0px;
    padding-left: 8px;
    background-image: url("../assets/ptr-so.png");
    background-repeat: no-repeat;
    background-position: 0px 50%;
    font-size: 11px;
}

DIV.Ogloszenie > A.More {
    padding: 8px;
}

UL.Gallery {
    margin: 25px 0px 25px 0px;
    padding: 0px;
    list-style-type: none;
}

UL.Gallery > LI {
    float: left;
    width: 152px;
    height: 102px;
    margin: 0px 19px 19px 0px;
    background
}

UL.Gallery > LI:nth-child(4n) {
    margin-right: 0px;
}

IMG.Gallery {
    border: 1px solid #d0d0d0;
}

IMG.Gallery:hover {
    border: 1px solid #000000;
}

IFRAME {
    border: 1px solid #a0a0a0;
}

IFRAME + A {
    display: block;
    width: 100%;
    height: 20px;
    text-align: center;
}

