@charset "UTF-8";

body {
    font: 10pt 'Helvetica Neue', Helvetica, Arial;
    line-height: 140%;
    color: #000;
    background: #F2F8FF;
    text-align: center;
    background: #f9f9f7 url('/static/pics/bg-bg.png');
    background: #f9f9f7;
    background: #fff;
    background: #E2E2E2;
    background: #fafaf7;
    position: relative;
}


img {
    border: none;
    display: block;
}

a {
    text-decoration: underline;
    color: #2078C9;
    color: #559ABD;
    color: #666;
}

a.dotted {
    border-bottom: 1px dotted #000;
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline;
}

a img {
    display: block;
    border: 0;
}

nobr a img {
    display: inline;
}

ul, ul li {
    list-style: none;
}

ol, ol li {
    list-style-type: decimal;
}

td {
    vertical-align: middle;
}           

.center {
    text-align: center;
}

.menu li {
    float: left;
}

.payment-fail {
    color: red !important;
}

.payment-success {
    color: green !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.orange {
    color: #d55c31 !important;
}


.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
                                  
.hidden {
    display: none;
}

.page-header {
    font-size: 24pt;
    font-weight: normal;
    margin: 0 0 15px;
    line-height: 100%;
    color: #525252;
}

.text-header-small {
    font-size: 13pt;
    font-weight: 400;
    line-height: 130%;
    margin: 0 0 10px 0;
    color: #525252;
}

.text-header-medium {
    font: 15pt 'Helvetica Neue', Helvetica, Arial;
    font-weight: normal;
    line-height: 100%;
    margin: 0 0 15px 0;
    color: #736E6A;
    text-align: left;
}

.text-header-big {
    font-size: 22pt;
    line-height: 100%;
    color: #525252;
}

.small {
    font-size: 80%;
}

#checkout-payment-result {
    margin-bottom: 20px;
    float: left;
}

.paginator {
    font-size: 18pt;
}

    .paginator .paginator-page-info {
        padding-bottom: 10px;
    }

    .paginator .paginator-page-digits a {
        padding: 0 10px 0 0;
        text-decoration: none;
    }

    .paginator .paginator-page-digits a.active {
        font-weight: bold;
        border: 2px solid #999;
        padding: 0 8px;
        margin: 0 5px 0 0;
    }

.logo-indent {
    margin-left: 17px !important;
}

.price {
    font-family: Arial;
    font-weight: 400;
    font-size: 12pt;
    color: #000;
}

    .price span {
        font-family: Arial;
        font-weight: 400;
        font-size: 13pt;
        color: #000;
        padding-left: 3px;
    }

.help {
    display: inline-block;
    background: #eee;
    border: 1px solid #dedede;
    width: 12px !important;
    height: 12px !important;
    line-height: 12px !important;
    font-size: 8pt !important;
    text-align: center;
    margin-left: 5px;
    cursor: help;
}

.help-data {
    width:  300px;
    border: 1px solid #dedede;
    background: #f9f9f7;
    position: absolute;
    padding: 10px;
}

.h5, .h10, .h15, .h20, .h25 {
    width: 100%;
    overflow: hidden;
    float: left;
}

.h5 {
    height: 5px;
}

.h10 {
    height: 10px;
}

.h15 {
    height: 15px;
}

.h20 {
    height: 20px;
}

.h25 {
    height: 25px;
}
