/** CSS RESET & DEFAULT CLASSES **/

/* DELETE */

.todo {
    color: red;
    background-color: #FFFF00;
}

/** TYPO **/
body, input, textarea, select {
    font: 12px/1.5em Arial, sans-serif;
    color: #000;
    word-spacing: -1px;
}

h1, h2, h3, h4, h5, .button {
    font: 12px/18px Arial, sans-serif;
    font-weight: bold;
    color: #00336d;
}

h2 {
    margin: 0 0 10px 0;
    font: bold 1.5em/1.25em "Lucida Sans Unicode", Arial, sans-serif;
    color: #00336d;
}

h3 {
    margin: 5px 0 2px 0;
}

hgroup h2 {
    font: bold 1.1em/1.25em "Lucida Sans Unicode", Arial, sans-serif;
    color: #f59100;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

hgroup h1 {
    margin: 0 0 10px 0;
    font: bold 1.7em/1.25em "Lucida Sans Unicode", Arial, sans-serif;
    color: #00336d;
    clear: left;
}


ul.profile-bullet {
    margin: 5px 0;
}

    ul.profile-bullet li {
        background: url('images/arrow.png') 0 4px no-repeat;
        padding: 0 0 3px 12px;
    }

a {
    color: #00336d;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

h2 a:hover {
    text-decoration: none;
}

p {
    text-align: justify;
    padding-bottom: 8px;
}

ul.no-line li {
    padding: 0 0 5px 0;
    line-height: 16px;
}

ul.lined li {
    background: url('images/bullet-line.png') 0 9px no-repeat;
    padding: 0 0 5px 11px;
    line-height: 16px;
}

ol.number li {
    list-style: decimal inside;
    padding: 0 0 5px 11px;
    line-height: 16px;
}

ol.letter li {
    list-style: lower-alpha inside;
    padding: 0 0 5px 11px;
    line-height: 16px;
}

.article-img {
    float: right;
    height: auto;
    padding-top: 5px;
    margin: 0 0 10px 25px;
}

div.article-img {
    width: 270px;
}

div.order {
    width: 354px;
}

div.article-img img {
    margin-bottom: 8px;
}

p + ul.profile-bullet {
    margin-top: -5px;
}

.green {
    color: #008200;
}

.red {
    color: #c60000;
}

.gray {
    color: #4D4D4D;
}

.orange {
    color: orange;
}

.black {
    color: black;
}

.cleaner {
    clear: both;
    height: 1px;
    margin: -1px 0 0 0;
    padding: 0;
    border: none;
    visibility: hidden;
}

/** FORMS **/
input {
    margin: 0;
    font-size: 11px;
    line-height: 1.5em;
}

select {
    padding: 1px;
    border: 1px solid #c0c0c0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 11px;
    height: 20px;
    width: 134px;
}

    select.users {
        width: 170px;
    }

input[type=text], input[type=password], textarea {
    padding: 0 2px 0 2px;
    border: 1px solid #c0c0c0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 11px;
    height: 18px;
}

input[type=checkbox] {
    margin: 3px 3px 0 0;
    padding: 0;
    float: left;
}

input[type=radio] {
    padding: 0;
}

input.submit {
    cursor: pointer;
    border: 0;
}

input.hint {
    color: #B4B4B4 !important;
}

fieldset p {
    clear: left;
}

/** BUTTONS **/
.button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f59100;
    /*background: url('images/button-bg.png') 0 50% repeat-x;*/
    border: 1px solid #fe7114;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #000;
    display: block;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    height: 18px;
    padding: 0 10px;
    line-height: 18px;
    font-size: 11px;
    float: left;
}

    .button:hover {
        background: url('images/button-bg-hover.png') 0 50% repeat-x;
    }

.button-faded {
    background: #dedede url(images/jquery-ui/ui-bg_highlight-hard_100_dedede_1x100.png) 50% 50% repeat-x;
    color: #00336d !important;
    border-color: #c0c0c0 !important;
    text-transform: none;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
}

.button-disabled, .button-disabled:hover,
.button-faded-disabled, .button-faded-disabled:hover
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: url('images/button-bg.png') 0 50% repeat-x;
    border: 1px solid #fe7114;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #999 !important;
    height: 24px;
    line-height: 24px;
    padding: 0 18px;
    display: block;
    font-weight: bold;
    text-align: center;
    cursor: not-allowed;
    background: #dedede url(images/jquery-ui/ui-bg_highlight-hard_100_dedede_1x100.png) 50% 50% repeat-x !important;
    color: #00336d;
    border-color: #c0c0c0 !important;
    text-transform: none;
    font-weight: bold;
}

.button-disabled, .button-disabled:hover {
    height: 18px!important;
    line-height: 18px!important;
}

.button-faded:hover, .button-faded-hover {
    border-color: #003086 !important;
    background: #013f86 url(images/jquery-ui/ui-bg_highlight-soft_60_013f86_1x100.png) 50% 50% repeat-x;
    color: #fff !important;
}

.button-set {
    border-top: solid 1px #ddd;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 36px;
    text-align: right;
}

    .button-set .button {
        float: none;
        display: inline-block;
    }

    .button-set p {
        padding: 8px 10px 0 10px;
        position: relative;
    }

    .button-set .btn-left {
        float: left;
        margin-left: 0px;
    }

.inline-button {
    margin-right: 15px;
}

/** ROUNDED CORNERS AND SHADOWS **/
.shadow {
    -webkit-box-shadow: 0 0 3px 0 #9c9c9c;
    -moz-box-shadow: 0 0 3px 0 #9c9c9c;
    box-shadow: 0 0 3px 0 #9c9c9c;
    border: 1px solid #c2c2c2;
}

.rounded {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #c2c2c2;
    background-color: white; /**/
}

.inbox {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.dark-gradient {
    background: #fff url('images/gradient-dark-light.png') 0 0 repeat-x;
}

/** LAYOUT **/
body {
    max-width: 974px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
}

.grid-3 {
    width: 697px;
    float: left;
}

/** HEADER **/
header {
    padding-top: 20px;
    position: relative;
}

.main-header {
    float: left;
}

#logo, #section-switcher, #search, #lang-switch {
    float: left;
}

#logo {
    margin: 0 47px 18px 0px;
}

#section-switcher {
    /*margin: 2px 10px 0 0;*/
    margin: 2px 0 0 270px;
}

    #section-switcher li {
        float: left;
        margin-right: 20px;
    }

        #section-switcher li a {
            height: 21px;
            display: block;
            overflow: hidden;
        }

        #section-switcher li img {
            display: block;
            opacity: 0.75;
        }

        #section-switcher li a:hover img {
            margin-top: -21px;
            opacity: 1;
        }

#search {
    position: absolute;
    top: 28px;
    left: 650px;
}

    #search .text-field {
        width: 120px;
        font-size: 11px;
        border: 1px solid #ccc;
        margin: 0;
    }

    #search .submit {
        font-size: 11px;
        text-transform: uppercase;
        background: transparent;
        padding: 0;
    }

#lang-switch {
    height: 11px;
    margin-top: 14px;
    /*margin-left: 70px;*/
}

    #lang-switch li {
        float: left;
        margin-left: 8px;
    }

    #lang-switch a {
        display: block;
        height: 11px;
        overflow: hidden;
    }

    #lang-switch img {
        margin-top: -20px;
        display: block;
    }

    #lang-switch a.selected img, #lang-switch a:hover img {
        margin-top: 0;
    }

    #login {
        float: right;
        margin-top: 8px;
        margin-right: 2px;
    }

    #login .button-faded {
        height: 20px;
        line-height: 20px;
    }

    #navigation {
        margin-bottom: 18px;
    }

    #navigation ul {
        height: 38px;
        background: #f6f6f6;
    }

    #navigation li {
        display: block;
        float: left;
        margin: 1px 0 1px 1px;
        height: 100%;
        text-transform: uppercase;
        font-size: 12px;
    }

        #navigation a {
            display: block;
            /*background: url('images/nav-bg.png');*/ /*menu*/
            background-color: #000046; /*menu*/
            color: #fff;
            line-height: 36px;
            height: 36px;
            text-decoration: none;
            text-align: center;
            font-weight: bold;
        }

            #navigation .selected a, #navigation a:hover {
                /*background: url('images/nav-bg-selected.png');*/ /*menu*/
                background-color: #f59100;
            }

    #navigation .home a {
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-bottomright: 0px;
        -moz-border-radius-bottomleft: 3px;
        -webkit-border-radius: 3px 0px 0px 3px;
        border-radius: 3px 0px 0px 3px;
    }

    #navigation .home img {
        margin-top: 9px;
        vertical-align: baseline;
    }

    #navigation .open-account a {
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-topright: 3px;
        -moz-border-radius-bottomright: 3px;
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-radius: 0px 3px 3px 0px;
        border-radius: 0px 3px 3px 0px;
    }

.lang-cs #navigation .home a {
    width: 58px;
}

.lang-cs #navigation .why-patria a {
    width: 190px;
}

.lang-cs #navigation .services a {
    width: 120px;
}

.lang-cs #navigation .products a {
    width: 170px;
}

.lang-cs #navigation .education a {
    width: 140px;
}

.lang-cs #navigation .pricelist a {
    width: 110px;
}

.lang-cs #navigation .open-account a {
    width: 176px;
}

.lang-en #navigation .home a {
    width: 58px;
}

.lang-en #navigation .why-patria a {
    width: 170px;
}

.lang-en #navigation .services a {
    width: 110px;
}

.lang-en #navigation .products a {
    width: 200px;
}

.lang-en #navigation .education a {
    width: 120px;
}

.lang-en #navigation .pricelist a {
    width: 130px;
}

.lang-en #navigation .open-account a {
    width: 176px;
}

.lang-sk #navigation .home a {
    width: 58px;
}

.lang-sk #navigation .why-patria a {
    width: 190px;
}

.lang-sk #navigation .services a {
    width: 120px;
}

.lang-sk #navigation .products a {
    width: 170px;
}

.lang-sk #navigation .education a {
    width: 140px;
}

.lang-sk #navigation .pricelist a {
    width: 110px;
}

.lang-sk #navigation .open-account a {
    width: 176px;
}

/** HOME > LEFT BANNER **/
.banner {
    overflow: hidden;
    position: relative;
    width: 697px;
    min-height: 250px;
}

    .banner .roll-container {
        width: 3000px;
    }

    .banner .roll {
        background-position: 0 0;
        background-repeat: no-repeat;
        width: 697px;
        min-height: 250px;
        position: relative;
        float: left;
    }

        .banner .roll .roll-content {
            position: absolute;
            left: 370px;
            top: 20px;
        }

    .banner.banner-full {
        margin-bottom: 30px;
    }

        .banner.banner-full .roll {
            width: 976px;
            position: relative;
            background: url(images/banner-full-bg.png) 0 0 repeat-x;
        }

            .banner.banner-full .roll .roll-content {
                left: 500px;
            }

        .banner.banner-full.products .roll .roll-content {
            left: 400px;
        }

            .banner.banner-full.products .roll .roll-content ul {
                margin-left: 30px;
            }

        .banner.banner-full.products {
            width: 697px;
        }

            .banner.banner-full.products .roll {
                width: 697px;
            }

    .banner .roll .roll-content h2 {
        font: 2em/1em "Lucida Sans Unicode", Arial, sans-serif;
        font-weight: bold;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    .banner .roll .roll-content p {
        margin: 0;
        padding: 0;
        clear: left;
        float: left;
        margin-top: -5px;
        margin-bottom: 8px;
        margin-right: 30px;
    }

    .banner .roll .roll-content ul {
        font-size: 1.1em;
        color: #000;
        margin-left: 30px;
        clear: left;
    }

        .banner .roll .roll-content ul li {
            margin-bottom: 5px;
        }

            .banner .roll .roll-content ul li .arrow {
                float: left;
                width: 10px;
                background: url(images/arrow.png) left center no-repeat;
            }

    .banner .roll.trade-with-us {
        background-image: url(images/header-01.jpg);
    }

    .banner .roll.why-patria {
        background-image: url(images/header-03.jpg);
    }

    .banner .roll.seminar {
        background-image: url(images/header-02.jpg);
    }

    .banner .buttons {
        margin-top: 25px;
    }

        .banner .buttons a {
            margin: 0 10px 0 0;
        }

.products.banner .buttons a {
    margin: 0 8px 0 0;
}

.banner .bullets {
    width: 200px;
    height: 11px;
    bottom: 8px;
    left: 10px;
    position: absolute;
}

    .banner .bullets a {
        width: 11px;
        height: 11px;
        background: url(images/bullet.png) 0px 0px no-repeat;
        float: left;
        margin-right: 5px;
    }

        .banner .bullets a.active {
            background-position: 0 -20px;
        }

        .banner .bullets a:hover {
            background-position: 0 -40px;
        }

.banner .roll .video {
    margin: 10px;
    height: 237px;
    width: 421px;
}

    .banner .roll.video .roll-content {
        left: 550px;
    }

.banner .video .player {
    background: url(images/video-bg.png) 0 0 no-repeat;
    width: 643px;
    height: 320px;
    position: relative;
}

    .banner .video .player .flv {
        top: 28px;
        left: 34px;
        width: 463px;
        height: 261px;
        position: absolute;
    }

/*HOME > RIGHT BANNER*/ 
#pnlRightBanner {
    background-image: url(/App_Themes/Default/images/banner-full-bg.png);
    background-repeat: repeat-x;
}

/** HOME > LEFT BANNER **/
.right-banner .banner {
    overflow: hidden;
    position: relative;
    width: 250px;
    min-height: 245px;
}

.right-banner .box {
    border: none;
}

.right-banner .banner .roll {
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 250px;
    min-height: 213px;
    position: relative;
    float: left;
}

    .right-banner .banner .roll .roll-content {
        position: absolute;
        left: 10px;
        top: 10px;
    }

.right-banner .banner.banner-full .roll .roll-content {
    left: 0px;
}

.right-banner .banner .roll .roll-content p {
    margin: 0;
    padding: 0;
    clear: left;
    float: left;
    margin-top: -5px;
    margin-bottom: 8px;
    margin-right: 30px;
}

.right-banner .banner .roll .roll-content ul {
    font-size: 1.1em;
    color: #000;
    /*margin-left: 30px;*/
    margin: 0 0 20px 0;
    clear: left;
}

    .right-banner .banner .roll .roll-content ul li {
        margin-bottom: 5px;
    }

        .right-banner .banner .roll .roll-content ul li .arrow {
            float: left;
            width: 10px;
            background: url(images/arrow.png) left center no-repeat;
        }

.right-banner .banner .buttons {
    margin-top: 25px;
}

    .right-banner .banner .buttons a {
        margin: 0 10px 0 0;
    }

.right-banner .banner .bullets {
    width: 200px;
    height: 11px;
    bottom: 8px;
    left: 10px;
    position: absolute;
}

    .right-banner .banner .bullets a {
        width: 11px;
        height: 11px;
        background: url(/app_themes/default/images/bullet.png) 0px 0px no-repeat;
        float: left;
        margin-right: 5px;
    }

        .right-banner .banner .bullets a.active {
            background-position: 0 -20px;
        }

        .right-banner .banner .bullets a:hover {
            background-position: 0 -40px;
        }

.right-banner .banner .roll .video {
    margin: 10px;
    height: 237px;
    width: 421px;
}

    .right-banner .banner .roll.video .roll-content {
        left: 550px;
    }

.right-banner .banner .video .player {
    background: url(images/video-bg.png) 0 0 no-repeat;
    width: 643px;
    height: 320px;
    position: relative;
}

    .right-banner .banner .video .player .flv {
        top: 28px;
        left: 34px;
        width: 463px;
        height: 261px;
        position: absolute;
    }

.right-banner .roll-content p {
    text-transform: uppercase;
    font-weight: bold;
    color: #737373;
    font-size: 14px;
}

.right-banner .DoYouKnowThat {
    margin-left: 120px;
    background-image: url(/app_themes/default/images/banner-horizontal-line.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    padding-top: 3px;
    color: White;
    height: 20px;
    font: 1.1em/1em "Lucida Sans Unicode", Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.right-banner .roll-content p strong {
    color: #ff8513;
}

.right-banner .roll-content li strong {
    color: #ff8513;
}

.right-banner .roll-content ul li {
    text-transform: uppercase;
    font-weight: bold;
    color: #737373;
    font-size: 14px;
}

    .right-banner .roll-content ul li a {
        color: #737373;
    }

#pnlRightBanner .buttons {
    width: auto;
    margin-top: 10px;
}

    #pnlRightBanner .buttons .button {
        height: 18px;
        width: 100px;
        margin-left: 43px;
    }

#pnlRightBanner ul li {
    background-image: url("/App_Themes/Default/images/arrow.png");
    background-position: 0px 4px;
    background-repeat: no-repeat;
    padding-left: 12px;
}

.right-banner .banner .roll .roll-content h2 {
    font: 1.8em/1em "Lucida Sans Unicode", Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 10px;
    text-transform: none;
    background-position: left bottom;
    background-image: url(/App_Themes/Default/images/banner-horizontal-line.png);
    background-repeat: no-repeat;
    line-height: 1.3em;
    /*text-indent: 20px;*/
}

.right-banner h2.ViteZe {
    font: 1.8em/1em "Lucida Sans Unicode", Arial, sans-serif;
    font-weight: bold;
    color: #ff8513;
    margin: 15px 10px 0px 10px;
    padding: 0px 0px 00px 0px;
    background-image: none;
    text-indent: 0px;
}

/** Article video **/
.article-video {
    float: right;
    height: auto;
    padding-top: 5px;
    margin: 0 0 15px 25px;
    width: 355px;
}

    .article-video .flv.video {
        width: 355px;
        height: 200px;
        margin-bottom: 20px;
    }


.pie-chart {
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/pie.png) 70px 30px no-repeat;
    width: 460px;
    height: 250px;
}

div.pie-1 {
    background-image: url(images/pie-1.png);
}

div.pie-2 {
    background-image: url(images/pie-2.png);
}

div.pie-3 {
    background-image: url(images/pie-3.png);
}

div.pie-4 {
    background-image: url(images/pie-4.png);
}

div.pie-5 {
    background-image: url(images/pie-5.png);
}

div.pie-6 {
    background-image: url(images/pie-6.png);
}

.pie-chart a {
    position: absolute;
    text-decoration: none;
    font-weight: bold;
    font: bold 1.2em/1.25em "Lucida Sans Unicode", Arial, sans-serif;
}

a.pie-1 {
    top: 35px;
    left: 280px;
}

a.pie-2 {
    top: 110px;
    left: 348px;
}

a.pie-3 {
    top: 195px;
    left: 280px;
}

a.pie-4 {
    top: 195px;
    left: 30px;
}

a.pie-5 {
    top: 110px;
    left: 30px;
}

a.pie-6 {
    top: 35px;
    left: 90px;
}

.lang-en a.pie-4 {
    left: 20px;
}

.lang-en a.pie-5 {
    left: 15px;
}

/** HOME > INDEXES **/
#indices {
    margin: 8px 0 25px 0;
    overflow: hidden;
}

    #indices .indices-inner {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        overflow: hidden;
    }

    #indices .ticker {
        width: 5000px;
        float: left;
    }

    #indices .index {
        float: left;
        font-size: 12px;
    }

        #indices .index div {
            float: left;
            line-height: 1.1em;
            padding: 3px 0 3px 6px;
        }

        #indices .index .name {
            float: left;
            font-weight: bold;
            margin-left: 18px;
        }

        #indices .index .pct {
            padding-right: 9px;
            background-image: url('images/arr-up-down.gif');
            background-repeat: no-repeat;
            background-position: 100% 100px;
        }

            #indices .index .pct.down {
                color: #BE0300;
                background-position: 100% -16px;
            }

            #indices .index .pct.up {
                color: green;
                background-position: 100% 3px;
            }

/* SUB MENU */
.sub-menu li {
    margin-bottom: 15px;
    line-height: 1.3em;
}

    .sub-menu li a {
        font-weight: bold;
        text-decoration: none;
    }

        .sub-menu li a:hover {
            text-decoration: underline;
        }

/** HOME > INTRO **/
#intro, .intro {
    background: #fff url('images/gradient-dark-light.png') 0 0 repeat-x;
    min-height: 300px;
    margin: 1px;
}

#intro {
    height: 298px;
    min-height: 298px;
}

    #intro article {
        width: 200px;
        height: 100%;
        float: left;
        padding: 0 10px 0 20px;
        border-right: 1px solid #fff;
        border-left: 1px solid #959595;
        position: relative;
    }

    #intro .first {
        border-left: 0;
    }

    #intro .last {
        border-right: 0;
    }

    #intro .illustration {
        position: absolute;
        top: -20px;
        left: 118px;
    }

    #intro h2 {
        margin: 52px 0 15px 0;
    }

    #intro li {
        font-size: 12px;
    }

.services #intro article {
    height: 340px;
}


/** TABS **/
.tabs {
    font-size: 11px;
    line-height: 12px;
    margin-top: 10px;
}

    .tabs li {
        float: left;
        margin: 0 0.3em 0 0;
        font-size: 11px;
    }

        .tabs li a {
            display: block;
            padding: 5px 0.8em;
            font-weight: bold;
            text-decoration: none;
            color: #00336d;
            border: 1px solid #c0c0c0;
            background: #dedede url(images/jquery-ui/ui-bg_highlight-hard_100_dedede_1x100.png) 50% 50% repeat-x;
            border-bottom: 0;
            -moz-border-radius-topleft: 4px;
            -moz-border-radius-topright: 4px;
            -moz-border-radius-bottomright: 0px;
            -moz-border-radius-bottomleft: 0px;
            -webkit-border-radius: 4px 4px 0px 0px;
            border-radius: 3px 3px 0px 0px;
        }

            .tabs li a:hover {
                border: 1px solid #003086;
                border-bottom: none;
                background: #013f86 url(images/jquery-ui/ui-bg_highlight-soft_60_013f86_1x100.png) 50% 50% repeat-x;
                font-weight: bold;
                color: #ffffff;
            }

                .tabs li a:hover em {
                    background-position: 0 -20px;
                }

    .tabs .selected a {
        border-color: #555555;
        background: #555555 url(images/jquery-ui/ui-bg_highlight-soft_60_555555_1x100.png) 50% 50% repeat-x;
        color: #ffffff;
    }

/** SUBPAGES **/
#content {
    width: 780px;
    float: right;
    margin-top: 4px;
}

    #content .left-content {
        width: 365px;
        float: left;
    }

    #content .right-content {
        width: 365px;
        margin-left: 380px;
    }

    #content .box {
        margin-top: 8px;
        margin-bottom: 25px;
    }

    #content .box-banner {
        margin-left: 15px;
    }

    #content .box-content {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #c8c9cb;
        background: url('images/box-bg.gif') 0 -15px repeat-x;
        padding: 13px 15px 15px 15px;
    }

    #content .box-content-banner {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        border: 1px solid #c8c9cb;
        background: url('images/box-bg.gif') 0 -15px repeat-x;
        padding: 0px 0px 0px 0px;
        height: 250px;
        width: 250px;
    }

    #content .box-content a {
        text-decoration: underline;
    }

        #content .box-content a:hover {
            text-decoration: none;
        }

    #content .box-content .big-icon-content {
        width: 285px;
        float: right;
        margin: 0 0 10px 0;
    }

        #content .box-content .big-icon-content h3 {
            text-transform: uppercase;
        }

        #content .box-content .big-icon-content p {
            padding-top: 0;
            text-align: left;
        }

    #content .tab-content {
        -moz-border-radius-topleft: 0;
        -webkit-border-radius-topleft: 0;
        border-top-left-radius: 0;
        margin-bottom: 15px;
    }

        #content .tab-content .content-image {
            margin: 0 0 10px;
        }

    #content .box-content.articles a {
        text-decoration: none;
        float: left;
    }

    #content .box-content.articles .date {
        float: left;
        padding: 0;
        margin: 5px 0 2px 10px;
        font-size: 90%;
        color: #555555;
    }

    #content .box-content.articles p {
        clear: left;
    }

        #content .box-content.articles p.date {
            clear: none;
        }

/** SIDEBAR **/
#left-col {
    width: 170px;
    float: left;
    padding: 1px;
}

    #left-col nav {
        background: #fff url('images/aside-nav-bg.png') 0 0 repeat-x;
        padding: 8px 0 15px 0;
    }

        #left-col nav h3 {
            font-size: 12px;
            color: #00336d;
            padding-left: 8px;
            margin-bottom: 3px;
            font: 12px/18px Arial, Helvetica, Verdana,sans-serif;
            font-weight: bold;
        }

        #left-col nav li {
            margin: 4px 0 4px -1px;
        }

        #left-col nav a, #left-col nav span {
            text-decoration: none;
            color: #000;
            padding: 0 0 0 15px;
            display: block;
            background: url('images/ico-submenu-horizontal.png') 8px 6px no-repeat;
        }

            #left-col nav a:hover {
                background-position: 8px -34px;
                color: #00336d;
            }

        #left-col nav span {
            color: slategray;
        }

        #left-col nav li.selected a {
            background: url('images/aside-nav-bullet-selected.png') 0 1px no-repeat;
        }

        #left-col nav .selected a {
            color: #f59100;
            font-weight: bold;
        }

        #left-col nav.bold li {
            background: transparent;
            padding-left: 0;
        }

        #left-col nav.bold a {
            color: #333333;
            font-weight: bold;
        }

/** BOX **/
.box {
    margin: 0 0 16px /*8px*/ 0;
    font-size: 11px;
    overflow: hidden;
    border: 1px solid #c0c0c0;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}

    .box.hidden {
        display: none;
    }

.box-header {
    background: #f6f6f6 url('images/box-header-bg.gif') 0 100% repeat-x;
    margin: 0;
    position: static;
    height: 20px;
    margin-bottom: 3px;
    overflow: hidden;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.box.minimized header {
    margin-bottom: 0px;
}

.box .box-header h2 {
    font-family: Arial; /**/
    font-size: 11px;
    color: #00336d;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 19px;
    padding-left: 10px;
    /*padding-left: 32px;
    background: url('images/box-h2-bg.gif') 0 0 no-repeat;*/
    padding-right: 8px;
    float: left;
}

.box div.actions {
    float: right;
    margin-right: 11px;
    width: 68px;
    height: 17px;
}

    .box div.actions a, .box div.actions span {
        width: 17px;
        height: 17px;
        display: block;
        float: left;
        background-position: 0 4px;
        background-repeat: no-repeat;
        text-decoration: none;
    }

        .box div.actions a:hover {
            background-position: 0 -16px;
        }

        .box div.actions span, .box div.actions a.disabled {
            background-position: 0 -36px;
        }

    .box div.actions .reload {
        background-image: url('images/ico-reload.png');
    }

    .box div.actions .export {
        background-image: url('images/ico-export.png');
    }

    .box div.actions .settings {
        background-image: url('images/ico-settings.png');
    }

    .box div.actions .minimize {
        background-image: url('images/ico-minimize.png');
    }

    .box div.actions .maximize {
        background-image: url('images/ico-maximize.png');
    }

    .box div.actions .close {
        background-image: url('images/ico-close.png');
    }

.box div.last-update-box {
    float: right;
    margin-right: 5px;
    height: 17px;
    text-align: right;
    color: #888;
}

    .box div.last-update-box span {
        margin: 0 0 0 8px;
    }

.box .sub-tabs {
    padding-left: 8px;
    margin-top: 5px;
}

.box-ajax-loader, .indicator-loader {
    position: absolute;
    background: #fff url('images/ajax-loader.gif') 50% 50% no-repeat;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
    height: 100%;
}

.box .filter {
    float: left;
    width: 100%;
    margin: 0 0 2px 0;
    padding: 1px 0 3px 8px;
    border-bottom: 1px dotted #C1C1C1;
}

    .box .filter input {
        float: left;
    }

    .box .filter label {
        margin-right: 10px;
        padding-top: 1px;
        float: left;
    }

    .box .filter select {
        width: 140px;
        padding: 1px;
        font-size: 95%;
    }

.box a.more-markets, .box a.more-markets-hide {
    margin-left: 5px;
}

.box .box-ajax-loader-sm {
    display: inline-block;
    width: 20px;
    margin-left: 5px;
}

.box .note {
    border-top: 1px solid #d9d9d9;
    padding: 6px 12px;
    color: #999;
    line-height: 1.3em;
}

    .box .note sup {
        font-weight: bold;
        color: #00336d;
        float: left;
        padding-right: 3px;
    }

/** TABLES IN BOXES **/
.box table {
    width: 100%;
}

    .box table a {
        text-decoration: none;
    }

        .box table a:hover {
            text-decoration: underline;
        }

    .box table th, .box table td {
        font-size: 11px;
        padding: 1px 3px 1px 3px;
        text-align: right;
        line-height: 1.3em;
    }

    .box table.al-left th, .box table.al-left td {
        text-align: left;
    }

    .box table th.l, .box table th.r, .box table td.l, .box table td.r {
        padding: 0 !important;
        width: 3px !important;
    }

    .box table th {
        color: #00336d;
        padding-bottom: 3px;
    }

    .box table td {
        border-top: 1px solid #e2e2e2; /**/
        height: 23px; /**/
    }

        .box table td.actions a {
            margin-right: 3px;
        }

    .box table img {
        vertical-align: baseline;
        position: relative;
        top: 2px;
    }

    .box table tr.active {
        background: #fff;
    }

    .box table tr.cancelled {
        background: #DFDFDF;
    }

    .box table tr.executed {
        background: #FFFAC1;
    }

    .box table tr.summary {
        background: #dddddd;
    }

    .box table tr:hover, .box table tr.selected {
        background: transparent; /*background: #dddddd;*/
    }

        .box table tr:hover th {
            background: #fff;
        }

    .box table td.empty {
        padding: 3px 10px;
        text-align: left;
        color: #B4B4B4;
    }

span.empty {
    padding: 0 3px;
    color: #B4B4B4;
}

.box.mailing-service table {
    table-layout: fixed;
}

    .box.mailing-service table td {
        white-space: normal;
        vertical-align: middle;
    }

    .box.mailing-service table input[type=checkbox] {
        float: none;
    }

.box.portfolio-alerts .box-header {
    margin-bottom: -1px;
}

.box.portfolio-alerts table th, .box.portfolio-alerts table tr:hover th {
    white-space: normal;
    vertical-align: middle;
    text-align: left;
    font-weight: bold;
    padding: 5px 3px;
    border-top: 1px solid #E2E2E2;
    background: #F6F6F6 url('images/box-header-bg.gif') 0 15px repeat-x;
}

.box.portfolio-alerts table td {
    white-space: normal;
    vertical-align: middle;
    text-align: left;
}

.box.portfolio-alerts table span.ok {
    background: url('images/ico-green-red.png') left 8px no-repeat;
    padding: 5px 0 5px 12px;
}


/** BOX SIMPLE TABLE **/
.box-simple table {
    width: 100%;
}

    .box-simple table a {
        text-decoration: none;
    }

        .box-simple table a:hover {
            text-decoration: underline;
        }

    .box-simple table th, .box-simple table td {
        font-size: 11px;
        padding: 3px 3px 3px 8px;
        text-align: right;
        line-height: 1.3em;
    }

        .box-simple table th.l, .box-simple table th.r, .box-simple table td.l, .box-simple table td.r {
            padding: 0 !important;
            width: 3px !important;
        }

    .box-simple table th {
        color: #00336d;
        padding-bottom: 8px;
        font-weight: bold;
    }

    .box-simple table td {
        border-top: 1px solid #e2e2e2; /**/
        height: 23px; /**/
    }

        .box-simple table td.actions a {
            margin-right: 3px;
        }

.box-simple .note {
    border-top: 1px solid #d9d9d9;
    padding: 6px 12px;
    color: #999;
    line-height: 1.3em;
    font-size: 11px;
}

    .box-simple .note sup {
        font-weight: bold;
        color: #00336d;
        float: left;
        padding-right: 3px;
    }


/** BANNERS **/
.banner-tall {
    min-height: 300px;
    position: relative;
    text-align: center;
}

    .banner-tall h2 {
        margin: 30px 0 0 0;
        text-align: center;
    }

    .banner-tall .buttons {
        margin: 0 auto;
        display: inline-block;
        margin-top: 200px;
    }

    .banner-tall img {
        width: 250px;
        height: 340px;
    }

.banner-small {
    width: 250px;
    height: 250px;
}

    .banner-small img {
        width: 250px;
        height: 250px;
    }

.banner-large {
    width: 697px;
}

    .banner-large img {
        width: 697px;
        height: 250px;
    }

.banner-full {
    width: 100%;
}

.pricelist-banner {
    cursor: pointer;
}

    .pricelist-banner h2 {
        margin-top: 16px;
    }

/** FOOTER **/
footer {
    margin: 60px 0 0 0;
    padding: 15px 0 25px 0;
    border-top: 1px solid #c0c0c0; 
}

    footer #help {
        background: url('images/ico-help-sm.png') 0 0 no-repeat;
        padding: 4px 0 15px 40px;
        position: relative;
        font-size: 11px;
    }

        footer #help h3 {
            float: left;
            margin-right: 5px;
            margin-top: 0;
            font-size: 11px;
        }

    footer #why-patria-direct {
        float: right;
        margin-right: -3px;
    }

    footer section#links {
        width: 970px;
        float: left;
        font-size: 11px;
    }

    footer .col {
        float: left;
        margin-right: 25px;
        width: 130px;
    }

    footer h4 {
        color: #4D4D4D;
        text-transform: uppercase;
        font-size: 11px;
    }

    footer #links li {
        line-height: 16px;
    }

    footer .col a {
        text-decoration: none;
    }

        footer .col a:hover {
            text-decoration: underline;
        }

    footer #disclaimer {
        border-top: 1px solid #c0c0c0;
        color: #848484;
        padding-top: 15px;
        margin-top: 15px;
        font-size: 11px;
        line-height: 16px;
        text-align: justify;
    }

/** MODAL **/
.ui-dialog-content {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden !important;
}

    .ui-dialog-content iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }

.ui-dialog-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 85%;
}

.nowrap {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/** ARTICLE BUTTONS **/
.buttons {
    margin: 20px 0;
}

    .buttons:before, .buttons:after {
        content: '\0020';
        display: block;
        overflow: hidden;
        visibility: hidden;
        width: 0;
        height: 0;
    }

    .buttons:after {
        clear: both;
    }

    .buttons .button {
        margin-right: 12px;
    }

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clrfix {
    zoom: 1;
}

/** OL **/
ol {
    counter-reset: li;
    margin-left: 0;
    padding: 8px 0 0 0;
}

    ol > li {
        position: relative;
        margin: 0 0 8px 3em;
        padding: 0 0 8px 0;
        list-style: none;
        border-bottom: 1px solid #d9d9d9;
    }

        ol > li:before {
            content: counter(li);
            counter-increment: li;
            background: url('images/aside-nav-bg.png') 0 0 repeat-x;
            color: #00336d;
            position: absolute;
            top: 2px;
            left: -3em;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 2em;
            padding: 3px 4px;
            font-weight: bold;
            text-align: center;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            -webkit-box-shadow: 0 0 1px 0 #9c9c9c;
            -moz-box-shadow: 0 0 1px 0 #9c9c9c;
            box-shadow: 0 0 1px 0 #9c9c9c;
            border: 1px solid #c0c0c0;
        }

    ol li strong {
        padding-bottom: 4px;
        color: #00336d;
    }

/** WHY PATRIA **/
.why-patria-panels {
    clear: left;
    background: url('images/laptop.jpg') right 80px no-repeat;
}

    .why-patria-panels .menu {
        width: 252px;
        float: left;
        display: block;
        font-weight: bold;
    }

    .why-patria-panels ol {
        padding: 0 0 0 0;
    }

        .why-patria-panels ol > li {
            border-bottom: none;
            padding-top: 8px;
            padding-left: 5px;
            cursor: pointer;
            margin: 0 0 3px 3em;
        }

            .why-patria-panels ol > li:before {
                background: url('images/aside-nav-bg.png') 0 0 repeat-x;
                color: #00336d;
                position: absolute;
                top: 0;
                left: -1.8em;
                -moz-box-sizing: border-box;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                width: 1.6em;
                padding: 2px 2px;
                font-weight: bold;
                text-align: center;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                -webkit-box-shadow: none;
                -moz-box-shadow: none;
                box-shadow: none;
                border: 1px solid #c0c0c0;
                font: bold 1.7em/1.25em "Lucida Sans Unicode", Arial, sans-serif;
                cursor: pointer;
            }

            .why-patria-panels ol > li.selected:before, .why-patria-panels ol > li:hover:before {
                background: url('images/nav-bg.png') 0 center repeat-x;
                color: #fff;
                border-color: #00336d;
            }

            .why-patria-panels ol > li:hover a {
                text-decoration: none;
            }

    .why-patria-panels .panel {
        margin-left: 295px;
    }

        .why-patria-panels .panel h2 {
            margin-bottom: 15px;
        }

        .why-patria-panels .panel .left {
            width: 355px;
            float: left;
        }

            .why-patria-panels .panel .left ul {
                border-top: solid 5px #d9d9d9;
            }

            .why-patria-panels .panel .left p {
                margin-bottom: 15px;
            }

            .why-patria-panels .panel .left ul li {
                padding: 5px 0 5px 30px;
                background: url(images/why-patria-li.png) left center no-repeat;
                border-bottom: solid 1px #d9d9d9;
            }

                .why-patria-panels .panel .left ul li.last {
                    border-bottom: none;
                }

        .why-patria-panels .panel .right {
            margin-left: 260px;
        }

            .why-patria-panels .panel .right .buttons {
                margin: 15px auto;
            }

                .why-patria-panels .panel .right .buttons a {
                    margin: 0 10px 0 0;
                }

ul.tick {
    border-top: solid 5px #d9d9d9;
}

    ul.tick li {
        padding: 5px 0 5px 30px;
        background: url(images/why-patria-li.png) left center no-repeat;
        font-size: 90%;
        border-bottom: solid 1px #d9d9d9;
    }

/** OPEN ACCOUNT **/
.step {
    font-weight: bold;
    color: #f59100;
}

.open-account-options {
    padding-bottom: 10px;
    position: relative;
    padding-top: .10px;
}

    .open-account-options .menu {
        z-index: 10;
        border-bottom: solid 1px #c2c2c2;
    }

        .open-account-options .menu a {
            font-size: 13px;
            display: block;
            border: solid 1px #c2c2c2;
            float: left;
            margin-right: 12px;
            margin-bottom: -2px;
            background: #eee url(images/banner-full-bg.png) 0 60px repeat-x;
            width: 184px;
            height: 140px;
            text-decoration: none;
            -moz-border-radius-topleft: 4px;
            -moz-border-radius-topright: 4px;
            -webkit-border-radius: 4px 4px 0px 0px;
            border-radius: 4px 4px 0px 0px;
        }

            .open-account-options .menu a:hover, .open-account-options a.selected {
                background-position: 0 0;
            }

    .open-account-options a.selected {
        border-bottom: solid 1px #fff;
    }

    .open-account-options .menu a:hover {
        text-decoration: underline;
    }

    .open-account-options .menu a.reg-csob {
        
    }

    .open-account-options .menu a.reg-csob-ip {
        margin-right: 0;
    }

    .open-account-options .menu a span {
        font-weight: bold;
        background-position: center 15px;
        background-repeat: no-repeat;
        display: block;
        text-align: center;
        padding: 80px 15px 20px 15px;
    }

    .open-account-options .menu a.reg-online span {
        background-image: url(images/reg-online.gif);
        background-position: center 20px;
        background-size: 45px auto;
    }

    .open-account-options .menu a.reg-patria span {
        background-image: url(images/patria-finance-logo.png);
        background-position: center 25px;
        background-size: 130px auto;
    }

    .open-account-options .menu a.reg-csob span {
        background-image: url(images/reg-csob.gif);
    }

    .open-account-options .menu a.reg-csob-ip span {
        background-image: url(images/reg-csob-ip.gif);
    }

    .open-account-options .menu a.reg-patria-direct span {
        background-image: url(images/reg-patria-direct.png);
        background-size: 160px auto;
	    background-position: center 25px;
    }

    .open-account-options .menu a.reg-patria-online span {
        background-image: url(images/reg-patria-online.png);
        background-size: 155px auto;
    }

    .open-account-options .menu a.reg-contact span {
        background-image: url(images/reg-contact.png);
        background-size: 32%;
    }

    .open-account-options .panels {
        padding: 0px;
        border: solid 0px #c2c2c2;
        border-top: none;
        clear: both;
        float: left;
        z-index: 2;
        width: 100%;
    }

        .open-account-options .panels .left {
            padding: 10px;
            border: solid 1px #c2c2c2;
            border-top: none;
            clear: both;
            z-index: 2;
        }

    .open-account-options ul.style1 {
        border-top: solid 0px #d9d9d9;
        margin: 15px 15px;
    }

        .open-account-options ul.style1 li {
            padding: 10px 0 5px 50px;
            background: url(images/why-patria-li.png) left 10px no-repeat;
            border-bottom: solid 1px #d9d9d9;
        }

            .open-account-options ul.style1 li.last {
                border-bottom: solid 0px #d9d9d9;
            }

            .open-account-options ul.style1 li ul li {
                background: url('images/arrow.png') 0 4px no-repeat;
                padding: 0 0 3px 12px;
                border-bottom: none;
            }

/** ICONS **/
p.ico {
    text-indent: -22px;
    padding-left: 22px;
    padding-bottom: 15px;
}

a.ico {
    padding-left: 22px;
    background-position: left center;
    background-repeat: no-repeat;
    text-indent: 0px;
    display: inline-block;
    padding: 2px 0 2px 22px;
}

.pdf {
    background-image: url('images/ico-pdf.png');
}

.doc {
    background-image: url('images/ico-doc.png');
}

.xls {
    background-image: url('images/ico-xls.png');
}

.ppt {
    background-image: url('images/ico-ppt.png');
}

a.ext {
    background-image: url('images/ico-external.png');
    background-position: 4px center;
    display: inline-block;
    padding: 5px 0 5px 22px;
}

.calendar {
    float: right;
    margin-top: 4px;
    margin-left: 6px;
}

/* ASP.Net CheckBox and RadioButton */
span.checkbox, span.radiobutton {
    display: inline-block;
    margin-top: 2px;
    line-height: 1.3em;
    vertical-align: middle;
}

    span.checkbox input, span.radiobutton input {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        float: left;
    }

    span.checkbox label, span.radiobutton label {
        float: left;
        margin-left: 2px;
        margin-right: 5px;
        line-height: 1.3em;
    }

/*#region DemoAccountSummary */

#content .demoSummaryForm {
    display: inline-block;
}

    #content .demoSummaryForm p {
        padding: 2px 0;
    }

    #content .demoSummaryForm hgroup {
        margin-bottom: 8px;
    }

    #content .demoSummaryForm .label {
        display: inline-block;
        width: 150px;
    }

#content p.separator {
    border-top: #f59100 solid 1px;
    padding: 0;
    line-height: 0;
    margin: 10px 0;
}

/*#endregion */

#content .manuals {
    padding: 13px 0 13px 0;
}

.manuals a {
    padding-left: 40px;
    width: 330px;
    float: left;
    padding-top: 1px;
    margin: 8px 0 0 15px;
    line-height: 1.3em;
    display: block;
    height: 50px;
    background: url('images/ico-pdf-big.png') 0 0 no-repeat;
    text-decoration: none !important;
}

    .manuals a strong {
        display: block;
        font-size: 12px;
    }

    .manuals a:hover strong {
        text-decoration: underline;
    }

    .manuals a span {
        color: #555;
        font-size: 11px;
    }

.faq h3 {
    cursor: pointer;
    background: url('images/arrow.png') 0 4px no-repeat;
    padding: 0 0 3px 12px;
}

.faq h3.expand {
    background: url('images/arrow-down.png') 0 7px no-repeat!important;
}

    .faq h3:hover {
        text-decoration: underline;
    }

.faq .answer {
    padding-left: 12px;
}

.faq .top-margin {
    margin-top: 20px;
}

.price-box {
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #c2c2c2;
}

    .price-box table {
        width: 100%;
    }

    .price-box th {
        background: #f6f6f6 url('images/box-header-bg.gif') 0 100% repeat-x;
        font-family: Arial;
        font-size: 11px;
        color: #00336d;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 20px;
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #c2c2c2;
    }
    
        .price-box th.caption {
            padding-left: 10px;
        }

    .price-box td {
        border-top: 1px solid #e2e2e2;
        font-size: 11px;
        padding: 6px 0;
    }

    .price-box .top td, .price-box .top th {
        border-top: none;
    }

    .price-box .price, .price-box .price-span {
        width: 120px;
        text-align: left;
    }

    .price-box th.price {
        text-transform: lowercase;
        font-weight: normal;
    }

    .price-box td.price, .price-box td.price-span {
        font-size: 11px;
        font-weight: bold;
        color: #00336d;
    }

    .price-box .type {
        padding-left: 12px;
        color: #00336d;
    }

    .price-box .free span {
        background: url(images/ico-green-red.png) 0 4px no-repeat;
        padding-left: 10px;
    }

    .price-box .note {
        border-top: 1px solid #d9d9d9;
        padding: 6px 0px;
        color: #999;
        line-height: 1.3em;
    }

    .price-box a {
        padding-left: 40px;
        width: 325px;
        float: left;
        padding-top: 1px;
        margin: 8px 0 0 10px;
        line-height: 1.3em;
        display: block;
        height: 48px;
        background: url('images/ico-pdf-big.png') 0 0 no-repeat;
        text-decoration: none !important;
    }

        .price-box a strong {
            display: block;
            font-size: 12px;
            padding-top: 8px;
        }

        .price-box a:hover strong {
            text-decoration: underline;
        }

        .price-box a span {
            color: #555;
            font-size: 11px;
        }


.easy-trading {
    width: 810px;
}

    .easy-trading .flv.video {
        width: 620px;
        height: 350px;
        margin: 0;
        float: left;
    }

    .easy-trading .videos {
        margin-left: 646px;
    }

        .easy-trading .videos div {
            width: 132px;
            height: 80px;
            position: relative;
            margin-bottom: 10px;
            float: left;
            cursor: pointer;
        }

            .easy-trading .videos div:hover p {
                text-decoration: underline;
            }

        .easy-trading .videos img {
            width: 132px;
            height: 80px;
            position: absolute;
        }

        .easy-trading .videos p {
            position: absolute;
            bottom: 0;
            left: 0;
            background: url('images/nav-bg.png') 0 -5px repeat-x;
            color: #fff;
            text-align: center;
            width: 132px;
            padding: 3px 0;
        }

.demo-open {
    position: relative;
}

    .demo-open .demologin {
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        width: 380px;
        height: 195px;
        background: url(images/login-to-demo.jpg) 70px 0 no-repeat;
    }

        .demo-open .demologin h2 {
            margin: 25px 0 0 95px;
            font-size: 160%;
        }

        .demo-open .demologin p {
            text-align: center;
            margin-top: 40px;
            margin-left: 95px;
        }


.highlight {
    background: url(images/ico-highlight.png) 1px 8px no-repeat;
    padding: 5px 0 5px 30px;
    margin-bottom: 5px;
    font-weight: bold;
}

.warning {
    background: url(images/ico-warning.png) left center no-repeat;
    padding: 5px 0 5px 30px;
    color: #555555;
}

.modal-loader {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(images/ajax-loader-dark.gif) 50% 50% no-repeat;
}

/* FORM ERRORS */
select.error, input.error {
    border: #c60000 solid 2px;
}

span.error, label.error {
    color: #c60000;
}


.logo-pd img {
    margin-top: -21px;
}

/* CONTACT - ADDRESS */
.pd-address {
    margin: 0 0 10px 0;
}

    .pd-address span.label {

        float: left;
        width: 100px;
    }

    .pd-address div.labelvalue {
        display: block;
        margin-left: 100px;
    }

    .pd-address img {
        float: right;
        padding: 0 0 10px 10px;
    }

a.icon {
    display: inline-block;/**/
    width: 15px;
    height: 15px;/**/
    text-decoration: none !important;
    background-repeat: no-repeat;
    background-position: center center;
}

a.info {
    background-image: url('images/ico-i.gif');
}

a.help {
    background-image: url('images/ico-h.gif');
}

.form-group-title
{
    display:inline-block;
    font-size:15px;
    margin:auto auto 15px auto;
}

.submit-button
{
    float:none;
    display:inline-block;
    margin: 20px auto auto;
    height:30px;
}

.open-accept-form 
{
    float: none;
    display: inline-block;
    text-transform: none;
} 

label.custom-error {
    margin-top: 5px !important;
}

.td-right 
{
    float: right;
    margin-right: 30px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c0c0c0;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c0c0c0;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #c0c0c0;
}

#home-main-bottom-banner {
    height: 300px;
    overflow: hidden;
}