/* main style begins here */

html, body, h1, h2, h3, h4, h5, a, ul, p, img, fieldset, form { /* better solution than using "*" selector */
    font-family: Tahoma, sans-serif;
    font-size: 1em;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

ul li {
    list-style-type: none;
}

html {
    padding-bottom: 20px;
    background: #0B60A3 url('/img/bg_html.png') left top repeat-x;
}

body#asreality-sk {
    font-size: 0.8em;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.clear-left {
    clear: left !important;
}

.clear-both {
    clear: both !important;
}

.align-left {
    text-align: left !important;
}

.align-right {
    text-align: right !important;
}

.align-center {
    text-align: center !important;
}

.non-visible {
    position: absolute !important;
    left: -9999px !important; /* accessible to screen readers too */
}

.hidden-text {
    /* hides text from IE and Gecko */
    font-size: 0px !important;
    letter-spacing: -99999px !important;
    text-decoration: none !important;

    /* hides text from Opera */
    overflow: hidden !important;
    text-indent: -9999px !important;
}

/* Safari and Google Chrome */
body:first-of-type .hidden-text {
    letter-spacing: -9999px !important;
}

    .hidden-text a {
        text-decoration: none !important;
    }

a:link,
a:visited {
    color: inherited !important;
}

.bold {
    font-weight: bold !important;
}

.relative {
    position: relative !important;
}

.no-padding {
    padding: 0px !important;
}

.closed {
    display: none;
}


/* D E C L A R A T I O N S */

div#page-container {
    position: relative;
    width: 727px;
    min-height: 400px;
    margin: 0px auto;
    padding: 200px 0px 0px 0px;
    background: url('/img/bg_header.jpg') left top no-repeat;
}

/* columns */

div#main-column,
div#side-column {
    position: relative;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div#main-column {
    min-height: 500px;
    padding: 20px 20px 1px;
    border-top: 4px solid #dbe7f1;
    background: #fff;
}

    div#side-column {
        float: right;
        top: -70px;
        right: -20px;
        width: 240px;
        padding: 10px;
        border-left: 1px solid #0b3e65;
        border-bottom: 1px solid #0b3e65;
        border-top: 4px solid #dbe7f1;
        background: #fff;

        z-index: 10;
    }

/* logo */

h1 {
    position: absolute;
    top: 25px;
    left: 20px;
}

    h1 a {
        display: block;
        width: 232px;
        height: 65px;
        background: url('/img/logo.png') left top no-repeat;
    }
    
/* realitna unia */

#realitna-unia {
    position: absolute;
    right: -150px;
    top: 0px;
}

/* footer */

div#page-footer {
    padding: 10px;
    margin-top: 1px;
    border-top: 4px solid #dbe7f1;
    background: #fff;
}

    div#page-footer p {
        position: relative;
        color: #414130;
        font-size: 0.75em;
        text-align: center;

        text-shadow: #FFFFFF 0px 0px 3px;
    }

        div#page-footer p a {
            color: #414130;
        }

        div#page-footer p a:hover {
            text-decoration: none;
        }

/* main menu */

ul#main-menu {
    position: absolute;
    top: 108px;
    left: 20px;
}

    ul#main-menu li {
        position: relative;
        display: inline-block;
        height: 40px;
        line-height: 40px;
    }

    ul#main-menu li + li {
        margin-left: 22px;
        padding-left: 21px;
        border-left: 1px solid #335d7f;
    }

        ul#main-menu li a {
            display: block;
            color: #fff;
            font-size: 1.1em;
            text-decoration: none;
            text-align: center;
        }

        ul#main-menu li:hover a,
        ul#main-menu li.selected a {
            color: #cbddec;
        }

/* bread crumbs */

#page-navigation {
    position: absolute;
    top: 157px;
    left: 0px;
    width: 100%;
    font-size: 0.8em;
    padding: 0 20px;
    border-top: 4px solid #284c68;
    background: #042a48;

    z-index: 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #page-navigation h5 {
        display: inline-block;
        color: #fff;
        font-size: 1em;
        line-height: 50px;
        margin-right: 7px;
    }

    #page-navigation ul {
        display: inline-block;
    }

        #page-navigation ul li {
            display: inline-block;
            color: #fff;
            line-height: 50px;
            list-style: none;
        }

            #page-navigation ul li a {
                color: #fff;
                padding-right: 9px;
                margin-right: 3px;
                background: url('/img/bullet_navigation.png') right 5px no-repeat;
            }

            #page-navigation ul li a:hover {
                text-decoration: none;
            }

/* content */

h2,
h3,
h4 {
    color: #ff8100;
    font-family: Tahoma, sans-serif;
    font-size: 1.2em;
    margin-bottom: 10px;
}

h2 {
    text-transform: uppercase;
}


h3 {
    font-size: 1.1em !important;
}

h4 {
    font-size: 1em !important;
}

#side-column p,
#main-column p,
#main-column address {
    position: relative;
    color: #012450;
    line-height: 1.4em;
    padding-bottom: 15px;
}

#main-column address {
    font-style: normal;
}

#main-column ul,
#main-column ol {
    margin: 0px 0px 15px 25px;
}

    #main-column ul li {
        line-height: 1.2em;
        list-style-type: disc !important;
    }

    #main-column li {
        margin-bottom: 10px;
    }

    #main-column ol li {
        line-height: 1.4em;
        list-style-type: decimal !important;
    }

        #main-column li ul {
            list-style: square;
            margin-left: 20px !important;
        }

    #main-column p a,
    #main-column address a,
    #main-column li a {
        color: #0d345e;
    }

    #main-column p a:hover,
    #main-column label a:hover,
    #main-column legend a:hover,
    #main-column table a:hover,
    #main-column address a:hover,
    #main-column li a:hover {
        text-decoration: none;
    }

    #main-column a.more {
        color: #0d345e !important;
        padding-right: 11px;
        background: url('/img/next.png') right 8px no-repeat;
    }

    #main-column a.back {
        color: #0d345e !important;
        padding-left: 11px;
        background: url('/img/previous.png') left 8px no-repeat;
    }

/* buttons */

#submit,
#submit-order {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 0.9em;
    padding: 4px 15px;
    cursor: pointer;
    background-color: #f16a00;
    border: 1px solid #fff;

    text-shadow: #000000 0px 0px 3px;

    -webkit-box-shadow: 0px 0px 3px #484848;
    -moz-box-shadow: 0px 0px 3px #484848;
    box-shadow: 0px 0px 3px #484848;
}

/* small search */

#side-column h2 {
    color: #001b58;
    font-size: 1.1em;
    font-weight: bold;
    height: 40px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-left: 50px;
    background: url('/img/icon_lupa.png') left top no-repeat;
}

    #side-column h2 em {
        display: block;
        color: #6196bf;
        font-size: 0.8em;
        font-style: normal;
        font-weight: normal;
    }

#side-column #search {
    background: #cbddec;
    padding: 10px;
}

    #side-column #search label {
        display: inline-block;
        width: 100%;
        font-size: 0.9em;
        margin-bottom: 10px;
    }

        #side-column #search label strong {
            display: block;
            position: relative;
            margin-bottom: 3px;
        }

            #side-column #search label strong sup {
                font-size: 0.8em;
            }

        #side-column #search label select,
        #side-column #search label input {
            width: 100%;
        }

        #side-column #search label.half {
            width: 91px;
            width: 90px\9Q;
            margin-right: 10px;
            margin-right: 15px\9;
        }

        #side-column #search label.last {
            font-size: 0.9em;
            text-align: right;
            margin-right: 0px;
        }

        #side-column #search p {
            text-align: center;
            padding-bottom: 0;
        }

/* ponuka */

.ponuka {
    position: relative;
    clear: both;
    height: 127px;
    margin-bottom: 8px;
    padding: 7px 7px 7px 180px;
    background: #002953;
    zoom: 1;
}

    .ponuka a.photo {
        position: absolute;
        display: block;
        top: 7px;
        left: 7px;
        width: 150px;
        height: 120px;
        font-size: 0;
        line-height: 0;
        text-align: center;
        border: 4px solid #fff;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .ponuka h5 {
        margin-bottom: 7px;
    }

        .ponuka h5 a {
            color: #7ca7ca;
            text-decoration: underline;
        }

        .ponuka h5 a:hover {
            text-decoration: none;
        }

    .ponuka p {
        position: relative;
        color: #fff !important;
        font-size: 0.8em;
        line-height: 1.4em;
        text-align: left !important;
        padding: 0px 0px 0px 55px;
    }

        .ponuka p span {
            position: absolute;
            left: 0px;
            margin-top: 1px;
        }

        .ponuka p strong {
            font-size: 1.3em !important;
        }

        .ponuka p strong.normal {
            font-weight: normal !important;
        }

        .ponuka p sup {
            font-size: 0.6em;
        }

/* warnings */

.invalid {
    border: 2px solid #B6140C !important;
}

#warnings {
    color: #FFFFFF;
    padding: 10px;
    margin-bottom: 15px;
    background: #B6140C;
    border: 1px solid #820F09;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

    #warnings p {
        color: #FFFFFF;
    }

    #warnings ul {
        margin-bottom: 0px !important;
    }

        #warnings ul li label {
            text-decoration: underline;
        }

        #warnings ul li label:hover {
            text-decoration: none;
        }

/* message dialog */

#message {
    width: 280px;
}

    #message h3 {
        color: #3588CE;
        line-height: 32px;
        margin-bottom: 5px;
        padding-left: 42px;
        background: url('/img/message/info.png') left top no-repeat;
    }

    h3.alert {
        color: #FF9320 !important;
        background-image: url('/img/message/alert.png') !important;
    }

    h3.question {
        background-image: url('/img/message/question.png') !important;
    }

    h3.tip {
        color: #141414 !important;
        background-image: url('/img/message/tip.png') !important;
    }

    #message p {
        font-size: 1em;
        text-align: justify;
        margin-bottom: 10px;
    }

        #message p a {
            color: #000000;
        }

    #message img {
        float: right;
        cursor: pointer;
    }

/* zoomable images */

a.zoomable {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    font-size: 0;
    line-height: 0;
    margin: 0px 5px 7px 0px;
    padding: 4px;
    border: 1px solid #cbddec;
    background: #fff;
    overflow: hidden;
}

    a.zoomable img {
        position: absolute;
        top: -90%;
        left: -90%;
    	outline: none;
    	-ms-interpolation-mode: bicubic;
    }

/* mime types */

a.ai {
    background-image: url('/img/mime/ai.png') !important;
}

a.avi {
    background-image: url('/img/mime/avi.png') !important;
}

a.doc,
a.docx,
a.rtf,
a.odt {
    background-image: url('/img/mime/doc.png') !important;
}

a.eml {
    background-image: url('/img/mime/eml.png') !important;
}

a.exe {
    background-image: url('/img/mime/exe.png') !important;
}

a.html,
a.htm,
a.phtml {
    background-image: url('/img/mime/html.png') !important;
}

a.mp3,
a.wav,
a.aac {
    background-image: url('/img/mime/mp3.png') !important;
}

a.pdf {
    background-image: url('/img/mime/pdf.png') !important;
}

a.ppt {
    background-image: url('/img/mime/ppt.png') !important;
}

a.psd {
    background-image: url('/img/mime/psd.png') !important;
}

a.swf {
    background-image: url('/img/mime/swf.png') !important;
}

a.txt {
    background-image: url('/img/mime/txt.png') !important;
}

a.xls {
    background-image: url('/img/mime/xls.png') !important;
}

a.zip.
a.rar,
a.7z,
a.tar {
    background-image: url('/img/mime/zip.png') !important;
}
