﻿/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

input, select, textarea {
    margin: 0;
    padding: 0;
}

/* GENERAL */

html {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    position: relative;
    background-color: #1d324d;
    font-family: Verdana;
    font-weight: normal;
    font-size: 11px;
    color: #1d324d;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    height: 100%;
}

h1 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 10px;
}

h3 {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 5px;
}

h4 {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 0;
}

p {
    text-align: justify;
    margin-top: 15px;
    margin-bottom: 5px;
    line-height: 1.3;
}

strong, b {
    font-weight: bold;
    text-align: justify;
}

ol, ul {
    margin-top: 15px;
    margin-bottom: 15px;
}

li {
    margin-left: 20px;
    text-align: justify;
    list-style: none;
    line-height: 1.3;
    list-style-position: outside;
}

ul li {
    list-style: disc;
}

ol li {
    list-style: decimal;
}

ul ul, ol ul, ol ol, ul ol {
    margin: 0 0 0 20px;
}

blockquote {
    margin-left: 50px;
}

a {
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
    color: #1d324d;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
    text-decoration: none;
}

a:hover {
    color: #f7941e;
}

.clear {
    clear: both;
}

.artificial-absmid {
    text-align: center;
}

.artificial-absmid span {
    top: 50%;
}

.artificial-absmid span span {
    position: relative;
    top: 20%;
    z-index: 1;
}

/* BASIS */

#total {
    position: relative;
    width: 100%;
    background: #cccccc url(../images/design/default/content-bg-graylines.png);
}

/* #total {
	position: relative;
    width: 100%;
	background: #1d324d url(../images/design/default/content-bg-bluemesh.png);
}
#total-side-right {
	position: absolute;
	float: right;
	height: 100%;
	right: 0;
	left: 50%;
	margin-left: 500px;
	background-color: #2e86bc;
}
#total-bg-central {
	position: absolute;
	width: 1000px;
	height: 100%;
	left: 50%;
	margin-left: -500px;
	background: url(../images/design/default/footer-gradient-lightblue.png) right repeat-y;
} */

/* HEADER */

#header-bg {
    position: relative;
    width: 100%;
    height: 303px;
    background: #1d324d url(../images/design/default/content-bg-bluemesh.png);
}

#header-side-left-coloured {
    position: absolute;
    float: left;
    height: 100%;
    left: 0;
    right: 50%;
    margin-right: -500px;
    background: #1d324d url(../images/design/default/footer-gradient-lightblue.png) right repeat-y;
}

#header-side-right {
    position: absolute;
    float: right;
    height: 100%;
    right: 0;
    left: 50%;
    margin-left: 500px;
    background-color: #2e86bc;
}

#supraheader-container {
    position: relative;
    width: 100%;
    height: 96px;
    background-color: #ffffff;
}

#header-border-upper {
    position: relative;
    width: 100%;
    height: 5px;
    background: #ffffff url(../images/design/default/header-banner-border-upper.png) repeat-x;
}

#header-banner-container {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    height: 200px;
    background: #1d324d none;
}

#header-banner-text-container {
    position: absolute;
    bottom: 20px;
    width: 100%;
    height: 40px;
    border-top: #ffffff solid 1px;
    border-bottom: #ffffff solid 1px;
    background: url(../images/design/default/header-banner-text-bg.png);
    z-index: 40;
}

#header-banner-text-title {
    position: absolute;
    top: 148px;
    left: 0px;
    width: 100%;
    height: 30px;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    text-align: right;
    z-index: 110;
}

#header-banner-text-content {
    position: absolute;
    top: 133px;
    right: 40px;
    width: 600px;
    height: 73px;
    overflow: hidden;
    font-weight: bold;
    color: #ffffff;
    z-index: 110;
    display: none;
}

#header-banner-text-more {
    position: absolute;
    right: 40px;
    bottom: 31px;
    font-size: 10px;
    text-align: right;
    z-index: 110;
    display: none;
}

#header-banner-text-more a {
    color: #ffffff;
    text-decoration: none;
}

#header-banner-screen-left {
    position: absolute;
    left: -1px;
    width: 400px;
    height: 100%;
    background: url(../images/design/default/header-banner-screen-left.png) repeat-y;
    z-index: 50;
}

#header-banner-screen-right {
    position: absolute;
    right: -1px;
    width: 400px;
    height: 100%;
    background: url(../images/design/default/header-banner-screen-right.png) repeat-y;
    z-index: 100;
}

#header-border-lower {
    position: relative;
    width: 100%;
    height: 4px;
    background: #1d324d url(../images/design/default/header-banner-border-lower.png) repeat-x;
    z-index: 5;
}

#header-shadow {
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: -20px;
    background: url(../images/design/default/header-shadow-lower.png) repeat-x;
    z-index: 20;
}

#header-authorization-container {
    position: absolute;
    top: 10px;
    left: 30px;
    width: 300px;
    height: 60px;
    z-index: 1;
    color: #ffffff;
    display: none;
}

#header-authorization-container a {
    font-size: 11px;
    color: #ffffff;
}

/* #header-banner-screen-upper {
	position: absolute;
	width: 100%;
	height: 70px;
	top: 101px;
	background: url(../images/design/default/header-banner-screen-upper-bg-darkblue.png);
	z-index: 10;
} */
/* #header-buttons-background {
	position: absolute;
	width: 100%;
	height: 40px;
	top: 171px;
	background: url(../images/design/default/header-buttons-bg-darkblue.png);
	border-bottom: #bbc4c9 solid 1px;
	z-index: 10;
} */
#header-buttons-container {
    position: absolute;
    width: 100%;
    height: 40px;
    top: -45px;
    right: -12px;
}

/* #header-buttons-container {
	position: absolute;
	width: 100%;
	height: 40px;
	top: 70px;
} */
.header-buttons-button {
    display: block;
    position: relative;
    float: right;
    right: 0;
    height: 100%;
    padding: 12px 13px 12px 13px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

/* .header-buttons-button {
	position: relative;
	float: right;
	right: 0;
	height: 100%;
	padding: 12px 13px 12px 13px;
	border-top: #bbc4c9 solid 1px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	z-index: 15;
} */

/* CONTENT -- general items */

.content-insert-bg-container {
    position: relative;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 35px;
    width: 960px;
    padding: 10px 30px 10px 30px;
    background: url(../images/design/default/content-block-border-sides.png) center repeat-y;
}

.content-insert-bg-header {
    position: absolute;
    width: 100%;
    height: 20px;
    top: -20px;
    left: 0;
    background: url(../images/design/default/content-block-border-upper.png) top center no-repeat;
}

.content-insert-bg-footer {
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: -20px;
    left: 0;
    background: url(../images/design/default/content-block-border-lower.png) bottom center no-repeat;
}

.content-insert-title {
    margin-top: 0;
}

.content-insert-title a {
    text-decoration: none;
    color: #f7941e;
}

.content-insert-divider {
    height: 1px;
    background-color: #bbc4c9;
    z-index: 5;
}

.content-insert-spacer {
    width: 100%;
    height: 20px;
}

.content-insert-more {
    position: relative;
    width: 100%;
    text-align: right;
    text-decoration: none;
}

.content-insert-more a {
    font-size: 10px;
    text-decoration: none;
}

/* CONTENT -- page items */

#content-main-container h2 {
    margin-top: 30px;
    color: #f7941e;
}

.content-pages-report-soon {
    position: relative;
    width: 585px;
    margin: 20px 0 20px 0;
    padding: 10px 20px 25px 20px;
    border: #bbc4c9 solid 1px;
    background-color: #FFFFCC;
    font-weight: bold;
}

.content-pages-image-central {
    text-align: center;
    margin: 20px 0 20px 0;
}

.content-pages-image-left {
    position: relative;
    float: left;
    margin: 3px 20px 15px 0;
    clear: both;
}

.content-pages-image-right {
    position: relative;
    float: right;
    margin: 3px 0 15px 20px;
    clear: both;
}

.content-page-table-half {
    position: relative;
    width: 480px;
    margin: 20px 0 20px 240px;
    border: #bbc4c9 solid 1px;
}

.content-page-table-label-title {
    width: 50%;
    height: 30px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border-right: #bbc4c9 solid 1px;
    border-bottom: #bbc4c9 solid 1px;
    background: url(../images/design/default/content-bg-graylines.png);
}

.content-page-table-value-title {
    width: 50%;
    height: 30px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border-bottom: #bbc4c9 solid 1px;
    background: url(../images/design/default/content-bg-graylines.png);
}

.content-page-table-label {
    width: 50%;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    border-right: #bbc4c9 solid 1px;
}

.content-page-table-value {
    width: 50%;
    height: 30px;
    text-align: center;
    vertical-align: middle;
}

.content-page-subchapter {
    font-weight: bold;
}

/* CONTENT -- insert MAIN -- SERVICES */

#content-main-container {
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 35px;
    width: 960px;
    min-height: 300px;
    padding: 10px 30px 30px 30px;
    background: url(../images/design/default/content-block-border-sides.png) center repeat-y;
}

#content-main-path {
    width: 100%;
    margin-top: 5px;
    font-size: 10px;
}

#content-main-panels-container {
    position: relative;
    width: 990px;
    margin-top: 30px;
}

.content-main-panels-block-leftside {
    position: relative;
    float: left;
    left: 0;
    width: 330px;
    height: 288px;
    margin: 0 40px 30px 0;
    padding: 10px 0 20px 120px;
    overflow: hidden;
    background: url(../images/design/default/content-services-block-image-vertical-bg.png) left no-repeat;
}

.content-main-panels-block-rightside {
    position: relative;
    float: left;
    left: 0;
    width: 330px;
    height: 288px;
    margin: 0 30px 30px 10px;
    padding: 10px 65px 20px 55px;
    overflow: hidden;
    background: url(../images/design/default/content-services-block-image-vertical-bg.png) right no-repeat;
}

.content-main-panels-photo {
    position: absolute;
    width: 130px;
    height: 300px;
    margin: 9px;
}

.content-main-panels-block-leftside .content-main-panels-photo {
    float: left;
    top: 0;
    left: 0;
}

.content-main-panels-block-rightside .content-main-panels-photo {
    float: right;
    top: 0;
    right: 0;
}

.content-main-panels-screen {
    position: absolute;
    width: 130px;
    height: 100%;
    margin-top: -10px;
    margin-left: 18px;
}

.content-main-panels-block-leftside .content-main-panels-screen {
    left: 18px;
    background: url(../images/design/default/content-services-block-image-screen-rtol.png) repeat-y;
    z-index: 1;
}

.content-main-panels-block-rightside .content-main-panels-screen {
    right: 18px;
    background: url(../images/design/default/content-services-block-image-screen-ltor.png) repeat-y;
    z-index: 1;
}

.content-main-panels-block-leftside .content-main-panels-icon {
    position: absolute;
    float: left;
    margin-top: 10px;
    left: 57px;
    z-index: 10;
}

.content-main-panels-block-rightside .content-main-panels-icon {
    position: absolute;
    float: left;
    margin-top: 10px;
    left: -8px;
}

#content-main-panels-container h1 {
    position: relative;
    margin-top: 18px;
    margin-bottom: -5px;
    z-index: 10;
}

#content-main-panels-container p {
    position: relative;
    z-index: 10;
}

#content-main-panels-container ul {
    position: relative;
    z-index: 10;
}
#content-main-panels-container ul li {
    text-align: left;
}

.content-main-panels-block-leftside .content-insert-more {
    position: absolute;
    right: 0;
    bottom: 20px;
}

.content-main-panels-block-rightside .content-insert-more {
    position: absolute;
    right: 55px;
    bottom: 20px;
    z-index: 10;
}

.content-main-panels-list-compact li {
    list-style: none;
    line-height: 1.4;
}

#content-main-services-container {
    position: relative;
    width: 990px;
    margin-top: 30px;
}

.content-main-services-block {
    position: relative;
    float: left;
    left: 0;
    margin-right: 25px;
    width: 300px;
    height: 140px;
    padding-bottom: 115px;
    margin-bottom: 30px;
}

.content-main-services-block .content-insert-more {
    position: absolute;
    bottom: 115px;
}

#content-insert-services-4main-container .content-insert-more {
    position: absolute;
    bottom: 115px;
}

#content-insert-services-4main-container .content-main-services-block {
    height: 190px;
}

.content-main-services-block h2 {
    text-decoration: none;
}

.content-main-services-photo {
    position: absolute;
    bottom: 0;
    width: 300px;
    height: 100px;
    padding: 9px;
    margin: -9px;
    background: url(../images/design/default/content-services-block-image-horizontal-bg.png) no-repeat;
}

/* CONTENT -- insert MAIN -- ONE SERVICE */

#content-main-service-description-block {
    position: relative;
    float: left;
    width: 625px;
    padding-right: 25px;
    border-right: #a5b7cd solid 1px;
}

#content-main-service-title-photo {
    position: relative;
    left: -9px;
    width: 625px;
    height: 125px;
    padding: 9px;
    margin: -10px -20px -5px 0;
    background: url(../images/design/default/content-services-title-image-horizontal-bg.png) no-repeat;
}

.content-main-service-button-wide {
    display: block;
    position: relative;
    width: 624px;
    height: 24px;
    margin-top: 25px;
    padding-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #2e86bc;
}

#content-main-contacts-form {
}

#content-main-train-application-form {
}

.content-main-contacts-table, .content-main-train-application-table {
    position: relative;
    width: 625px;
    margin: 20px -20px 10px 0;
}

.content-main-contacts-table td, .content-main-train-application-table td {
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: middle;
}

.content-main-contacts-label {
    width: 100px;
}

.content-main-train-application-label {
    width: 150px;
}

.content-main-contacts-value {
    width: 525px;
}

.content-main-train-application-value {
    width: 475px;
}

.content-main-contacts-input {
    width: 525px;
    height: 20px;
    border: #a5b7cd solid 1px;
}

.content-main-train-application-input {
    width: 475px;
    height: 20px;
    border: #a5b7cd solid 1px;
}

#content-main-contacts-theme {
}

#content-main-contacts-name {
}

#content-main-contacts-company {
}

#content-main-contacts-mail {
}

#content-main-contacts-phone {
}

#content-main-train-application-company {
}

#content-main-train-application-name {
}

#content-main-train-application-mail {
}

#content-main-train-application-phone {
}

#content-main-train-application-cargo {
}

#content-main-train-application-amount {
}

#content-main-train-application-containers {
}

.content-main-contacts-intermediate {
    padding-right: 5px;
    vertical-align: bottom !important;
}

.content-main-train-application-intermediate {
    width: 230px;
    padding-right: 5px;
    text-align: right;
    vertical-align: bottom !important;
}

.content-main-contacts-intermediate img, .content-main-train-application-intermediate img {
    border: #a5b7cd solid 1px;
}

.content-main-contacts-text {
    height: 48px;
    text-align: right;
    vertical-align: bottom !important;
}

#content-main-contacts-message {
    width: 525px;
    height: 100px;
    border: #a5b7cd solid 1px;
}

#content-main-train-application-message {
    width: 475px;
    height: 100px;
    border: #a5b7cd solid 1px;
}

#content-main-contacts-captcha {
    width: 240px;
    text-align: right;
}

.content-main-contacts-button {
    text-align: right;
}

.content-main-contacts-button p {
    text-align: right;
}

.content-main-contacts-confirmation {
    font-weight: bold;
    color: #f7941e;
}

.content-main-contacts-submit {
    width: 150px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #2e86bc;
    border: 0;
    margin-top: 5px;
}

#content-main-service-options-block {
    position: relative;
    float: left;
    left: -1px;
    width: 275px;
    padding-left: 25px;
    border-left: #a5b7cd solid 1px;
}

.content-main-service-address-block {
    position: relative;
    width: 100%;
    height: 111px;
    padding-top: 14px;
    border-top: #a5b7cd solid 1px;
    border-bottom: #a5b7cd solid 1px;
}

#content-main-options-table {
    width: 100%;
}

#content-main-options-table td {
    vertical-align: middle;
}

.content-main-options-group-name {
    padding-top: 10px;
}

.content-main-options-icon {
    width: 53px;
    height: 45px;
    padding-top: 4px;
    text-align: center;
    background: url(../images/design/default/content-usefull-alternative-icon-bg.png) center no-repeat;
}

.content-main-options-name {
    padding-left: 20px;
}

/* CONTENT -- insert MAIN -- USEFUL */

.content-main-useful-block {
    position: relative;
    float: right;
    right: 0;
    width: 750px;
    margin-top: 15px;
}

.content-main-useful-block p {
    margin-top: 5px;
}

.content-main-useful-photo {
    position: absolute;
    left: -130px;
    width: 98px;
    height: 58px;
    background: url(../images/design/default/content-usefull-list-icon-bg.png) no-repeat;
}

.content-main-useful-photo table {
    width: 100%;
    height: 100%;
}

.content-main-useful-photo td {
    text-align: center;
    vertical-align: middle;
}

/* CONTENT -- insert MAIN -- NEWS */

.content-main-news-block {
    position: relative;
    float: right;
    right: 0;
    width: 630px;
    margin: 20px 0 10px 0;
}

.content-main-news-block h2 {
    color: #f7941e;
}

.content-main-news-photo {
    position: relative;
    float: left;
    left: -285px;
    width: 250px;
    height: 150px;
    padding: 9px;
    margin: 5px -285px 0 0;
    background: url(../images/design/default/content-news-photo-list-bg.png) no-repeat;
}

.content-main-news-date {
    margin-top: -5px;
    font-size: 9px;
    font-weight: bold;
    color: #bbc4c9;
}

.content-insert-page-count-container {
    text-align: center;
}

.content-insert-page-count-container li {
    display: inline-block;
    margin-top: 15px;
    font-weight: bold;
}

/* CONTENT -- insert MAIN -- PARTNERS */

.content-main-partners-block {
    position: relative;
    float: right;
    right: 0;
    width: 720px;
    height: 100px;
    margin: 20px 0 -15px 0;
}

.content-main-partners-block h3 {
    color: #f7941e;
}

.content-main-partners-block p {
    margin-top: 5px;
}

.content-main-partners-photo {
    position: absolute;
    left: -190px;
    width: 168px;
    height: 93px;
    background: url(../images/design/default/content-partners-list-logo-bg.png) no-repeat;
}

.content-main-partners-photo table {
    width: 100%;
    height: 100%;
}

.content-main-partners-photo td {
    text-align: center;
    vertical-align: middle;
}

/* CONTENT -- insert MAIN -- MAP */

.content-main-sitemap-line-1 {
    margin: 20px 0 0 30px;
}

.content-main-sitemap-line-1 a {
    font-size: 12px;
    font-weight: bold;
    color: #f7941e;
    text-transform: uppercase;
}

.content-main-sitemap-line-2 {
    margin: 20px 0 0 60px;
}

.content-main-sitemap-line-3 {
    margin: 20px 0 0 90px;
}

/* CONTENT -- insert MAIN -- CONTACTS */

.content-main-contacts-city-photo {
    position: relative;
    float: left;
    left: 0;
    width: 300px;
    height: 150px;
    padding: 9px;
    margin: 0 20px 20px 0;
    background: url(../images/design/default/content-contacts-city-bg.png) no-repeat;
}

#content-main-contacts-address {
    position: relative;
    margin-top: 20px;
}

#content-main-contacts-button-map {
    position: absolute;
    top: 0;
    right: 0;
    width: 278px;
    height: 146px;
    text-align: center;
}

#content-main-contacts-button-map span {
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
}

#content-main-contacts-structure-container {
    position: relative;
    width: 980px;
}

.content-main-contacts-structure-block-head {
    width: 960px;
    height: 46px;
    padding-top: 1px;
    margin-top: 10px;
    background: url(../images/design/default/content-contacts-department-bg-head.png) bottom no-repeat;
    text-align: center;
}

.content-main-contacts-structure-block-department {
    position: relative;
    float: left;
    left: 0;
    width: 314px;
    height: 144px;
    margin-top: 10px;
    margin-right: 9px;
    background: url(../images/design/default/content-contacts-department-bg-common.png) no-repeat;
    text-align: center;
}

.content-main-contacts-structure-block-department h3 {
    margin: 20px 20px 0 20px;
    list-style: none;
    text-align: center;
}

.content-main-contacts-structure-block-department li {
    margin: 0 15px 0 15px;
    list-style: none;
    text-align: center;
}

#content-page-contacts-form {
}

.content-page-contacts-table {
    position: relative;
    width: 960px;
    margin-top: 20px;
}

.content-page-contacts-table td {
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: middle;
}

.content-page-contacts-label {
    width: 120px;
}

.content-page-contacts-value {
    width: 840px;
}

.content-page-contacts-input {
    width: 840px;
    height: 20px;
    border: #a5b7cd solid 1px;
}

#content-page-contacts-department {
    width: 842px;
    height: 22px;
}

#content-page-contacts-name {
}

#content-page-contacts-company {
}

#content-page-contacts-mail {
}

#content-page-contacts-phone {
}

.content-page-contacts-intermediate {
    width: 600px;
    padding-right: 5px;
    text-align: right;
    vertical-align: bottom !important;
}

.content-page-contacts-intermediate img {
    border: #a5b7cd solid 1px;
}

.content-page-contacts-text {
    height: 48px;
    text-align: right;
    vertical-align: bottom !important;
}

#content-page-contacts-message {
    width: 840px;
    height: 100px;
    border: #a5b7cd solid 1px;
}

#content-page-contacts-captcha {
    width: 240px;
    text-align: right;
}

.content-page-contacts-button {
    text-align: right;
}

.content-page-contacts-button p {
    text-align: right;
}

.content-page-contacts-confirmation {
    font-weight: bold;
    color: #f7941e;
}

.content-page-contacts-submit {
    width: 150px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #2e86bc;
    border: 0;
    margin-top: 5px;
}

#content-main-contacts-offices-container {
    position: relative;
    width: 980px;
    padding-left: 20px;
    padding-bottom: 40px;
    margin: 0 -10px 0 -20px;
    bottom: -40px;
    background: url(../images/design/default/content-bg-graylines-light.png);
    z-index: 10;
}

#content-main-contacts-offices-shadow {
    position: absolute;
    width: 100%;
    height: 10px;
    margin-left: -20px;
    background: url(../images/design/default/content-contacts-city-shadow.png) top repeat-x;
}

.content-main-contacts-offices-block {
    position: relative;
    float: left;
    left: 0;
    margin: 40px 10px 0 10px;
    text-align: center;
}

.content-main-contacts-offices-block .content-main-contacts-city-photo {
    float: none;
    margin: -9px;
}

.content-main-contacts-city-comment {
    position: relative;
    bottom: -15px;
}

#content-main-calculate-rates-outer-form {
}

.content-main-calculate-rates-outer-table {
    position: relative;
    width: 643px;
    margin: 20px -9px 10px -9px;
}

.content-main-calculate-rates-outer-table td {
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: middle;
}

.content-main-calculate-rates-outer-title {
    position: relative;
    width: 643px;
    height: 68px;
    background: url(../images/design/default/content-forms-chapter-title-bg.png) center no-repeat;
}

.content-main-calculate-rates-outer-title h3 {
    margin: 2px 0 0 20px;
}

.content-main-calculate-rates-outer-content {
    width: 626px;
    padding-left: 9px;
    padding-right: 8px;
}

.content-main-calculate-rates-outer-right {
    height: 48px;
    text-align: right;
    vertical-align: bottom !important;
}

.content-main-calculate-rates-outer-intermediate {
    position: relative;
    width: 280px;
    padding-right: 5px;
    text-align: right;
    vertical-align: bottom !important;
}

.content-main-calculate-rates-outer-intermediate img {
    border: #a5b7cd solid 1px;
}

.content-main-calculate-rates-outer-left {
    width: 240px;
    height: 48px;
    padding-right: 10px;
    text-align: right;
    vertical-align: bottom !important;
}

#content-main-calculate-rates-outer-additional {
    width: 623px;
    height: 100px;
    border: #a5b7cd solid 1px;
}

#content-main-calculate-rates-outer-captcha {
    width: 240px;
    text-align: right;
}

.content-main-calculate-rates-outer-button {
    padding-right: 10px;
    text-align: right;
}

.content-main-calculate-rates-outer-button p {
    text-align: right;
}

.content-main-calculate-rates-outer-confirmation {
    font-weight: bold;
    color: #f7941e;
}

.content-main-calculate-rates-outer-submit {
    width: 150px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #2e86bc;
    border: 0;
    margin-top: 5px;
}

.content-main-calculate-rates-inner-table {
    width: 625px;
}

.content-main-calculate-rates-inner-table td {
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: middle;
}

.content-main-calculate-rates-inner-table h4 {
    margin: 0;
}

.content-main-calculate-rates-inner-table select {
    height: 20px;
}

.content-main-calculate-rates-inner-label {
    width: 118px;
    padding-right: 10px;
}

.content-main-calculate-rates-inner-label-double {
    width: 188px;
    padding-right: 10px;
}

.content-main-calculate-rates-inner-label-middle {
    width: 116px;
    padding-right: 10px;
    text-align: right;
}

.content-main-calculate-rates-inner-value-long {
}

.content-main-calculate-rates-inner-input-long {
    width: 500px;
}

.content-main-calculate-rates-inner-input-short {
    width: 185px;
}

.content-main-calculate-rates-inner-input-intermediate {
    width: 300px;
}

.content-main-calculate-rates-inner-label-mini {
    width: 47px;
    padding-right: 10px;
    text-align: right;
}

.content-main-calculate-rates-inner-input-mini {
    width: 110px;
}

.content-main-calculate-rates-inner-value-lens {
    width: 30px;
    text-align: right;
}

.content-main-calculate-rates-inner-date {
    width: 100px;
}

#content-main-calculate-rates-inner-route-additional {
    width: 500px;
    height: 100px;
}

.content-main-calculate-rates-inner-label-distancer {
    width: 70px;
}

.content-main-calculate-rates-inner-label-code {
    position: relative;
    bottom: -5px;
}

.content-main-calculate-rates-inner-input-code {
    width: 97px;
}

.content-main-calculate-rates-inner-code-distancer {
    width: 20px;
}

.content-main-calculate-rates-inner-input-sublong {
    width: 400px;
}

.content-main-calculate-rates-inner-special-class {
    width: 102px;
}

.content-main-calculate-rates-inner-select-long {
    width: 504px;
}

.content-main-calculate-rates-inner-add {
    text-align: right;
}
.content-main-calculate-rates-inner-add a, .content-main-calculate-rates-inner-delete a, .content-main-calculate-train-inner-delete a {
    font-size: 10px;
    text-decoration: none;
}
.errors {
    font-weight: bold;
    color: #f7941e;
    list-style: none;
}
.errors li {
    list-style: none;
    margin-left: 0;
}

/* CONTENT -- insert SERVICES */

#content-insert-bg-services-welcome-container {
    position: relative;
    width: 1000px;
    padding: 10px;
    margin-top: 0;
    margin-bottom: -15px;
    z-index: 5;
}

#content-insert-bg-services-welcome-container .content-insert-bg-footer {
    background: url(../images/design/default/content-services-border-lower.png) bottom center no-repeat;
}

#content-insert-services-welcome-container {
    position: relative;
    width: 100%;
    margin-top: -10px;
    margin-bottom: -10px;
    padding-top: 30px;
    background: url(../images/design/default/content-bg-graylines.png);
    z-index: 20;
}

#content-insert-services-welcome-container .content-insert-divider {
    border-bottom: #ffffff solid 1px;
}

.content-insert-services-title {
    width: 800px;
    margin: 10px 100px 20px 100px;
}

.content-insert-services-title-line {
    width: 50%;
    vertical-align: middle;
    background: url(../images/design/default/content-services-title-line.png) center repeat-x;
}

.content-insert-services-title-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #5f758f;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
}

.content-insert-services-welcome-main-block {
    position: relative;
    float: left;
    width: 210px;
    height: 255px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
    background: url(../images/design/default/content-services-divider-line-vertical.png) left repeat-y;
}

.content-insert-services-welcome-main-block p {
    text-align: center;
}

.content-insert-services-welcome-main-block h2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.content-insert-services-welcome-main-block .content-insert-more {
    position: absolute;
    left: 0;
    bottom: 20px;
    margin-top: 15px;
    text-align: center;
}

.content-insert-services-welcome-main-container div:first-child {
    background: none;
}

.content-insert-services-welcome-additional-block {
    position: relative;
    float: left;
    width: 126px;
    height: 265px;
    padding: 0 20px 20px 20px;
    margin-left: 2px;
    margin-right: -2px;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
    background: url(../images/design/default/content-services-divider-line-vertical.png) left repeat-y;
}

.content-insert-services-welcome-additional-block p {
    text-align: center;
}

.content-insert-services-welcome-additional-block h2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.content-insert-services-welcome-additional-block .content-insert-more {
    position: absolute;
    left: 0;
    bottom: 20px;
    margin-top: 15px;
    text-align: center;
}

.content-insert-services-welcome-additional-container div:first-child {
    background: none;
}

#content-insert-services-4main-container {
    position: relative;
    float: left;
    width: 650px;
    border-right: #a5b7cd solid 1px;
}

#content-insert-services-additional-container {
    position: relative;
    float: left;
    width: 275px;
    padding-left: 25px;
    margin-left: -1px;
    border-left: #a5b7cd solid 1px;
}

#content-insert-services-additional-container h3 {
    margin-top: 10px;
}

#content-insert-services-additional-container p {
    margin-top: 5px;
}

/* CONTENT -- insert COMPANY */

#content-insert-company-extended-container {
    position: relative;
    width: 100%;
}

#content-insert-company-extended-photo {
    position: relative;
    float: right;
    width: 343px;
    height: 177px;
    margin-top: 15px;
    margin-left: 20px;
    margin-bottom: 15px;
    background: url(../images/design/default/content-company-image-4parts.png) no-repeat;
}

#content-insert-company-social-container {
    position: relative;
    float: left;
    margin: 15px 20px 15px 0;
}

.content-insert-company-social-icon {
    position: relative;
    float: left;
    margin-right: 10px;
}

#content-insert-company-extended-gallery {
    position: relative;
    width: 990px;
    left: -8px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.content-insert-company-extended-arrow {
    position: relative;
    float: left;
    margin-left: 4px;
    margin-top: 42px;
}

.content-insert-company-extended-partner {
    position: relative;
    float: left;
    width: 153px;
    height: 105px;
    margin-left: 4px;
    padding: 0;
    background: url(../images/design/default/content-partners-rotator-logo-bg.png) no-repeat;
}

.content-insert-company-extended-partner table {
    width: 100%;
    height: 100%;
}

.content-insert-company-extended-partner td {
    text-align: center;
    vertical-align: middle;
}

#content-insert-company-extended-news-container {
    position: relative;
    width: 1010px;
}

.content-insert-company-extended-news-title {
    position: relative;
    text-align: center;
    width: 210px;
    height: 50px;
    overflow: hidden;
}

.content-insert-company-extended-news-title a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #f7941e;
}

.content-insert-company-extended-news-block {
    position: relative;
    float: left;
    width: 210px;
    height: 265px;
    padding-bottom: 25px;
    margin-right: 40px;
}

.content-insert-company-extended-news-date {
    font-size: 10px;
    font-weight: bold;
    color: #bbc4c9;
}

.content-insert-company-extended-news-photo {
    position: relative;
    width: 206px;
    height: 102px;
    padding: 6px;
    margin: 2px -4px -10px -4px;
    background: url(../images/design/default/content-news-4blocks-photo-bg.png) no-repeat;
}

#content-insert-company-extended-news-container .content-insert-more {
    position: absolute;
    bottom: 0;
}

#content-insert-company-short-container {
    position: relative;
    width: 1000px;
}

.content-insert-company-short-block {
    position: relative;
    float: left;
    left: 0;
    width: 300px;
    height: 365px;
    margin-right: 30px;
}

.content-insert-company-short-block .content-insert-more {
    position: absolute;
    float: right;
    right: 0;
    bottom: 175px;
}

.content-insert-company-short-photo {
    position: absolute;
    bottom: 0;
    width: 300px;
    height: 150px;
    padding: 9px;
    margin: -9px -9px 0 -9px;
    background: url(../images/design/default/content-company-photo-insert-bg.png) no-repeat;
}

#content-insert-company-short-logo-table {
    position: absolute;
    bottom: 1px;
    width: 100%;
    height: 150px;
    background-color: #ffffff;
}

.content-insert-company-short-logo-cell {
    width: 33%;
    height: 33%;
    text-align: center;
    vertical-align: middle;
}

.content-insert-company-short-link-cell {
    padding: 0 5px 0 15px;
    text-align: right;
    line-height: 1;
    vertical-align: middle;
}

.content-insert-company-short-link-cell a {
    font-size: 10px;
    color: #f7941e;
    text-decoration: none;
}

.content-insert-company-short-arrow-cell {
    width: 10px;
    padding-top: 5px;
    vertical-align: middle;
}

#content-insert-company-short-news-table {
    width: 100%;
    margin-top: 12px;
}

.content-insert-company-short-date-cell {
    padding: 3px 0 3px 0;
}

.content-insert-company-short-title-cell {
    padding: 3px 0 3px 3px;
    white-space: nowrap;
    overflow: hidden;
}

/* CONTENT -- insert USEFUL */

#content-insert-useful-container {
    position: relative;
    width: 100%;
}

#content-insert-useful-description {
    position: relative;
    float: left;
    width: 665px;
    margin-top: 10px;
    z-index: 5;
}

#content-insert-useful-photo {
    position: absolute;
    left: -8px;
    bottom: 0;
    width: 678px;
    height: 173px;
    background: url(../images/design/default/content-useful-welcome-photo.png) no-repeat;
}

#content-insert-useful-screen {
    position: absolute;
    left: -8px;
    bottom: 0;
    width: 680px;
    height: 173px;
    background: url(../images/design/default/content-useful-welcome-photo-screen.png) repeat-x;
}

#content-insert-useful-list {
    position: relative;
    float: right;
    width: 275px;
}

#content-insert-useful-list li {
    line-height: 1.5;
    text-align: left;
}

#content-insert-useful-list li a {
    font-weight: normal;
}

/* CONTENT -- insert BANNERS */

#content-insert-banners-container {
    position: relative;
    width: 990px;
    margin: -5px 0 -5px -14px;
}

.content-insert-banners-banner {
    position: relative;
    float: left;
    margin-left: 7px;
    margin-right: 3px;
    width: 300px;
    height: 150px;
    padding: 9px;
    background: url(../images/design/default/content-banners-bg.png) no-repeat;
}

.content-insert-banners-banner p {
    margin: 0;
}

/* FOOTER */

#footer-bg-upper {
    position: relative;
    width: 100%;
    background: #1d324d url(../images/design/default/content-bg-bluemesh.png);
}

#footer-side-right {
    position: absolute;
    float: right;
    height: 100%;
    right: 0;
    left: 50%;
    margin-left: 500px;
    background-color: #2e86bc;
}

#footer-shadow {
    position: relative;
    width: 100%;
    height: 14px;
    top: -14px;
    background: url(../images/design/default/footer-border-upper.png) repeat-x;
}

#footer-container-upper {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    margin-top: -14px;
    margin-bottom: -3px;
    padding: 10px 0 25px 0;
    background: url(../images/design/default/footer-gradient-lightblue.png) right repeat-y;
    color: #ffffff;
}

#footer-container-upper a {
    color: #ffffff;
}

#footer-logo {
    position: relative;
    float: left;
    width: 510px;
    height: 47px;
    margin-top: 15px;
    margin-bottom: 10px;
    background: url(../images/design/default/footer-logo-sungate-white.png) no-repeat;
}

#footer-company-description {
    position: relative;
    float: left;
    width: 520px;
}

.footer-more {
    width: 100%;
    font-size: 10px;
    text-align: right;
}

.footer-more a {
    text-decoration: none;
}

#footer-copyright {
    position: relative;
    float: left;
    width: 520px;
    margin-top: 20px;
    font-size: 10px;
}

#footer-webmaster {
    position: relative;
    float: left;
    width: 520px;
    margin-left: 15px;
    font-size: 10px;
}

#footer-links-services-container {
    position: relative;
    float: right;
    width: 300px;
    text-align: left;
}

#footer-links-other-container {
    position: relative;
    float: right;
    width: 150px;
}

#footer-links-services-container li, #footer-links-other-container li {
    text-align: left;
    font-size: 11px;
    line-height: 1.7;
}

#footer-social-container {
    position: relative;
    float: right;
    width: 130px;
    margin-top: 20px;
}

.footer-social-icon {
    position: relative;
    float: left;
    margin-right: 10px;
}

#footer-bg-lower {
    position: relative;
    width: 100%;
    background: #1d324d url(../images/design/default/content-bg-bluemesh.png);
    border-bottom: #bbc4c9 solid 2px;
}

#footer-divider {
    position: relative;
    width: 100%;
    height: 3px;
    background: url(../images/design/default/footer-divider-line-lightblue.png) repeat-x;
}

#footer-container-lower {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    color: #ffffff;
}

.footer-offices-block {
    position: relative;
    float: left;
    width: 250px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer-offices-title {
    font-weight: bold;
}

.footer-offices-line {
}

/* DROPDOWNS */

#header-office-container {
    position: absolute;
    top: -90px;
    right: 160px;
    width: 320px;
    height: 25px;
    font-size: 11px;
    z-index: 200;
}

#header-language-container {
    position: absolute;
    top: -90px;
    right: 0;
    width: 160px;
    height: 25px;
    font-size: 11px;
    z-index: 200;
}

#header-ddm-text {
    position: relative;
    float: right;
    top: 5px;
    right: 20px;
    text-align: right;
    color: #d5c8dd;
}

#header-ddm-select {
    position: relative;
    float: right;
    right: 0;
    height: 25px;
}

#header-ddm-table-office, #header-ddm-table-state {
    border: 0;
}

.header-ddm-select-end-left {
    width: 10px;
    height: 23px;
}

#header-office-select-body, #header-language-select-body {
    padding: 3px;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
    vertical-align: middle;
    background: #ffffff;
    border-bottom: #eeeeee solid 1px;
}

#header-office-select-body {
    width: 210px;
    padding: 3px;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
    vertical-align: middle;
    background: #ffffff;
}

#header-language-select-body {
    width: 90px;
    padding: 3px;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
    vertical-align: middle;
    background: #ffffff;
}

.header-ddm-select-end-right {
    width: 23px;
    background: #ffffff url(../images/design/default/header-ddm-arrow-blue.png) left no-repeat;
    border-bottom: #eeeeee solid 1px;
}

/* .header-ddm-select-end-right {
	width: 23px;
	background: #ffffff url(../images/design/default/header-ddm-arrow-white.png) left no-repeat;
} */
.header-ddm-select-flag {
    position: relative;
    top: 3px;
}

.header-ddm-select-option-row {
    display: none;
}

.header-ddm-select-empty {
    width: 10px;
}

.header-ddm-select-option-inactive {
    padding: 3px;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #ffffff;
    border-left: #eeeeee solid 1px;
    border-right: #e3e3e3 solid 1px;
}

.header-ddm-select-option-inactive a {
    color: #404040;
    font-weight: normal;
    text-decoration: none;
}

.header-ddm-select-option-active {
    padding: 3px;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #1d324d;
    border-left: #eeeeee solid 1px;
    border-right: #e3e3e3 solid 1px;
}

.header-ddm-select-option-active a {
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
}

.header-ddm-select-shadow {
    width: 19px;
    background: url(../images/design/default/ddm-shadow-right.png) left repeat-y;
}

.header-ddm-select-end {
    height: 10px;
    background-color: #FFFFFF;
    border-left: #eeeeee solid 1px;
    border-right: #e3e3e3 solid 1px;
    border-bottom: #e3e3e3 solid 1px;
}

#header-office-select-bottom, #header-language-select-bottom {
    display: none;
}

.ddm-final-corner-left {
    width: 30px;
    height: 16px;
    background: url(../images/design/default/ddm-shadow-bottom-left.png) top left no-repeat;
}

.ddm-final-corner-right {
    height: 16px;
    background: url(../images/design/default/ddm-shadow-bottom-right.png) top left no-repeat;
}

/* 2014-03-23 */

#content-main-calculate-rates-outer-form {
}

.content-main-calculate-rates-outer-table {
    position: relative;
    width: 643px;
    margin: 20px -9px 10px -9px;
}

.content-main-calculate-rates-outer-table td {
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: middle;
}

.content-main-calculate-rates-outer-title {
    position: relative;
    width: 643px;
    height: 68px;
    background: url(../images/design/default/content-forms-chapter-title-bg.png) center no-repeat;
}

.content-main-calculate-rates-outer-title h3 {
    margin: 2px 0 0 20px;
}

.content-main-calculate-rates-outer-content {
    width: 626px;
    padding-left: 9px;
    padding-right: 8px;
}

.content-main-calculate-rates-outer-right {
    height: 48px;
    text-align: right;
    vertical-align: bottom !important;
}

.content-main-calculate-rates-outer-intermediate {
    width: 370px;
    padding-right: 5px;
    text-align: right;
    vertical-align: bottom !important;
}

.content-main-calculate-rates-outer-intermediate img {
    position: absolute;
    top: 0;
    left: 0;
    border: #a5b7cd solid 1px;
}
.content-main-calculate-rates-outer-intermediate label {
    display: block;
    margin-top: 29px;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
}
.content-main-calculate-rates-outer-intermediate input {
    width: 200px;
    margin-top: 5px;
}

.content-main-calculate-rates-outer-left {
    width: 240px;
    height: 48px;
    padding-right: 10px;
    text-align: right;
    vertical-align: bottom !important;
}

#content-main-calculate-rates-outer-additional {
    width: 623px;
    height: 100px;
    border: #a5b7cd solid 1px;
}

#content-main-calculate-rates-outer-captcha {
    width: 240px;
    text-align: right;
}

.content-main-calculate-rates-outer-button {
    padding-right: 10px;
    text-align: right;
}

.content-main-calculate-rates-outer-button p {
    text-align: right;
}

.content-main-calculate-rates-outer-confirmation {
    font-weight: bold;
    color: #f7941e;
}

.content-main-calculate-rates-outer-submit {
    width: 150px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #2e86bc;
    border: 0;
    margin-top: 5px;
}

.content-main-calculate-rates-inner-table {
    width: 625px;
}

.content-main-calculate-rates-inner-table td {
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: middle;
}

.content-main-calculate-rates-inner-table h4 {
    margin: 0;
}

.content-main-calculate-rates-inner-table select {
    height: 20px;
}

.content-main-calculate-rates-inner-label {
    width: 118px;
    padding-right: 10px;
}

.content-main-calculate-rates-inner-label-double {
    width: 188px;
    padding-right: 10px;
}

.content-main-calculate-rates-inner-label-middle {
    width: 116px;
    padding-right: 10px;
    text-align: right;
}

.content-main-calculate-rates-inner-value-long {
}

.content-main-calculate-rates-inner-input-long {
    width: 500px;
}

.content-main-calculate-rates-inner-input-short {
    width: 185px;
}

.content-main-calculate-rates-inner-input-intermediate {
    width: 300px;
}

.content-main-calculate-rates-inner-label-mini {
    width: 47px;
    padding-right: 10px;
    text-align: right;
}

.content-main-calculate-rates-inner-input-mini {
    width: 110px;
}

.content-main-calculate-rates-inner-value-lens {
    width: 30px;
    text-align: right;
}

.content-main-calculate-rates-inner-date {
    width: 100px;
}

#content-main-calculate-rates-inner-route-additional {
    width: 500px;
    height: 100px;
}

.content-main-calculate-rates-inner-label-distancer {
    width: 70px;
}

.content-main-calculate-rates-inner-label-code {
    position: relative;
    bottom: -5px;
}

.content-main-calculate-rates-inner-input-code {
    width: 97px;
}

.content-main-calculate-rates-inner-code-distancer {
    width: 20px;
}

.content-main-calculate-rates-inner-input-sublong {
    width: 400px;
}

.content-main-calculate-rates-inner-special-class {
    width: 102px;
}

.content-main-calculate-rates-inner-select-long {
    width: 504px;
}




/* my styles */
.content-main-calculate-rates-inner-route-additional {
    width: 500px;
    height: 100px;
}

.form-template {
    display: none;
}

.content-main-calculate-rates-inner-delete, .content-main-calculate-train-inner-delete {
    border-bottom: 1px solid #efefef;
    text-align: right;
}

.content-main-calculate-rates-inner-delete a {
    font-size: 10px;
    text-decoration: none;
}

.content-main-calculate-rates-outer-additional {
    width: 623px;
    height: 100px;
    border: #A5B7CD solid 1px;
}

.content-main-calculate-rates-outer-left {
    width: 116px;
}

/* POPUPS */

.un-level {
    background: #acacac;
}

.content-main-calculate-rates-dialog-button {
    position: absolute;
    top: -4px;
    right: 0;
    width: 150px;
    height: 30px;
    margin-top: 5px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #2e86bc;
    border: 0;
}

#classifier-tn-tree a {
    font-weight: normal;
}

#classifier-tn-tree .jstree-leaf a {
    font-weight: bold;
}

.station-search {
    position: relative;
    width: 100%;
    height: 35px;
    padding-top: 10px;
}
.station-search input {
    position: absolute;
    width: 280px;
    height: 18px;
    top: 5px;
    right: 160px;
}
.station-table table {
    width: 100%
margin-top: 15px;
}
.station-table table td {
    padding: 2px 0 2px 0;
    border-bottom: #eeeeee solid 1px;
}
.station-table button {
    width: 150px;
    height: 25px;
    margin-left: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    background-color: #2e86bc;
    border: 0;
}
.station-table-station-code {
    width: 80px;
}
.station-table-station-name {
    width: 335px;
    text-align: justify;
}
.station-table-station-select {
    width: 165px;
    text-align: right;
}
.content-insert-page-count-container {
    margin-top: 5px;
    margin-bottom: 0;
    color: #cccccc;
}
.classifier-search-tn {
    position: relative;
    width: 100%;
    height: 35px;
    padding-top: 10px;
}
#classifier-search-input-tn {
    position: absolute;
    width: 470px;
    height: 18px;
    top: 5px;
    right: 160px;
}
#classifier-tn-tree {
    width: 714px;
    padding: 20px;
    border: #aaaaaa solid 1px;
    background-color: #ffffff;
    overflow: hidden;
}
.classifier-search {
    position: relative;
    width: 100%;
    height: 35px;
    padding-top: 10px;
}
#classifier-search-input {
    position: absolute;
    width: 280px;
    height: 18px;
    top: 5px;
    right: 160px;
}
.classifier-table {
    width: 100%;
    margin-top: 5px;
}
.classifier-table td {
    padding: 2px 0 2px 0;
    border-bottom: #eeeeee solid 1px;
}
.classifier-table-code {
    width: 80px;
}
.classifier-table-name {
    width: 335px;
    text-align: justify;
}
.classifier-table-select {
    width: 165px;
    text-align: right;
    vertical-align: middle;
}
.classifier-table-select button {
    width: 150px;
    height: 25px;
    margin-left: 15px;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    background-color: #2e86bc;
    border: 0;
}
.classifier-table .content-insert-page-count-container {
    margin-top: 0;
    margin-bottom: 20px;
    color: #cccccc;
}






/* ports of the Baltics */

#content-page-map-image-container {
    position: relative;
    float: left;
    width: 635px;
    margin-top: 30px;
    margin-left: -10px;
    padding-right: 25px;
    border-right: #a5b7cd solid 1px;
}
#content-page-map-image-container img {
    margin: 25px 0 30px 70px;
}
.content-page-map-port-container {
    display: block;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    color: #2f86bc;
    text-align: center;
    text-decoration: none;
    background: url(../images/design/default/content-page-map-anchor-blue.png) top center no-repeat;
    z-index: 1;
}
.content-page-map-port-container:hover {
    background: url(../images/design/default/content-page-map-anchor-orange.png) top center no-repeat;
}
#content-page-map-port-tallinn {
    top: 0;
    left: 220px;
    width: 120px;
    height: 40px;
    padding-top: 25px;
}
#content-page-map-port-tallinn .content-page-map-port-location {
    right: 0;
    bottom: 0;
}
#content-page-map-port-parnu {
    top: 202px;
    left: 224px;
    width: 110px;
    height: 40px;
    padding-top: 25px;
}
#content-page-map-port-parnu .content-page-map-port-location {
    top: -30px;
    right: 0;
}
#content-page-map-port-riga {
    top: 323px;
    left: 205px;
    width: 120px;
    height: 40px;
    padding-top: 25px;
}
#content-page-map-port-riga .content-page-map-port-location {
    right: 30px;
    bottom: -2px;
}
#content-page-map-port-ventspils {
    top: 270px;
    left: 18px;
    width: 120px;
    height: 40px;
    padding-top: 25px;
}
#content-page-map-port-ventspils .content-page-map-port-location {
    right: 0;
    bottom: 0;
}
#content-page-map-port-liepaja {
    top: 392px;
    left: -15px;
    width: 120px;
    height: 40px;
    padding-top: 25px;
}
#content-page-map-port-liepaja .content-page-map-port-location {
    right: 6px;
    bottom: 0;
}
#content-page-map-port-klaipeda {
    top: 492px;
    left: -20px;
    width: 120px;
    height: 40px;
    padding-top: 25px;
}
#content-page-map-port-klaipeda .content-page-map-port-location {
    right: -3px;
    bottom: 0;
}
.content-page-map-port-location {
    position: absolute;
    width: 20px;
    height: 20px;
    border: #ffffff solid 2px;
    -webkit-border-radius: 12px; /* For Safari 5.1 to 6.0 */
    -moz-border-radius: 12px; /* For Firefox 3.6 to 15 */
    -o-border-radius: 12px; /* For Opera 11.1 to 12.0 */
    -khtml-border-radius: 12px; /* For Konquerer on Linux */
    border-radius: 12px; /* standard syntax */
    background-color: #fc9514;
}
.content-page-map-title-baltic {
    position: absolute;
    width: 300px;
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    filter: alpha (Opacity = 35); /* Transparency for IE */
    opacity: 0.35; /* Transparency for all other browsers */
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.7); /* Visible in IE 10 Chrome 2 Opera 9.5 Safari 1.1 Firefox 3.5 Android 1.0 iOS 1.0 */
}
#content-page-map-title-estonia {
    top: 100px;
    left: 220px;
}
#content-page-map-title-latvia {
    top: 355px;
    left: 240px;
}
#content-page-map-title-lithuania {
    top: 570px;
    left: 140px;
}
.content-page-map-title-neighbours {
    position: absolute;
    width: 130px;
    font-size: 16px;
    font-weight: bold;
    color: #cccccc;
    text-align: center;
}
#content-page-map-title-russia {
    top: 160px;
    right: 0;
}
#content-page-map-title-belorussia {
    top: 630px;
    right: 50px;
}
#content-page-map-title-poland {
    left: 80px;
    bottom: 0;
}
#content-page-map-title-kaliningrad {
    left: 0;
    bottom: 50px;
}
.content-page-map-directions {
    position: absolute;
    width: 200px;
    font-weight: bold;
    font-size: 11px;
    color: #555555;
    text-align: center;
}
#content-page-map-direction-1 {
    width: 120px;
    top: 38px;
    right: 0;
}
#content-page-map-direction-2 {
    top: 255px;
    right: -20px;
}
#content-page-map-direction-3 {
    width: 70px;
    top: 350px;
    right: 50px;
}
#content-page-map-direction-4 {
    width: 70px;
    top: 436px;
    right: 20px;
}
#content-page-map-direction-5 {
    width: 70px;
    top: 525px;
    right: 50px;
}
#content-page-map-direction-6 {
    top: 683px;
    right: 94px;
}
#content-page-map-direction-7 {
    top: 747px;
    right: 130px;
}
#content-page-map-direction-8 {
    bottom: 53px;
    left: 105px;
}
#content-page-map-direction-9 {
    bottom: 133px;
    left: 9px;
}
#content-page-map-direction-10 {
    bottom: 165px;
    left: 15px;
}

.content-page-map-comments-container {
    position: relative;
    float: left;
    left: -1px;
    width: 284px;
    min-height: 800px;
    margin-top: 30px;
    margin-right: -30px;
    margin-bottom: -30px;
    padding: 15px 0 25px 25px;
    border-left: #a5b7cd solid 1px;
    display: none;
}
#content-page-map-comments-intro {
    display: block;
}
#content-page-map-comments-tallinn {
}
#content-page-map-comments-riga {
}
#content-page-map-comments-ventspils {
}
#content-page-map-comments-klaipeda {
}
.content-page-map-comments-container h2 {
    margin-top: 0;
    margin-bottom: -15px;
}
.content-page-map-comments-container h4 {
    margin-top: 20px;
}
.content-page-map-comments-border {
    position: absolute;
    top: -10px;
    right: -20px;
    bottom: -10px;
    width: 288px;
    padding: 20px;
    border: #ffffff solid 1px;
    -webkit-border-radius: 5px; /* For Safari 5.1 to 6.0 */
    -moz-border-radius: 5px; /* For Firefox 3.6 to 15 */
    -o-border-radius: 5px; /* For Opera 11.1 to 12.0 */
    -khtml-border-radius: 5px; /* For Konquerer on Linux */
    border-radius: 5px; /* standard syntax */
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.content-page-map-comments-port-logo {
    position: relative;
    float: right;
    margin: 0 0 15px 20px;
}
.content-page-map-comments-state {
    font-weight: bold;
}
.content-page-map-comments-goods {
}
.content-page-map-comments-goods li {
}
.content-page-map-comments-carrier-table, .content-page-map-comments-distance-table {
    width: 288px;
    margin-top: 15px;
    border-collapse: collapse;
}
.content-page-map-comments-carrier-table td, .content-page-map-comments-distance-table td {
    padding: 3px 0 2px 0;
    vertical-align: middle;
    border-top: #eeeeee solid 1px;
    border-bottom: #eeeeee solid 1px;
}
.content-page-map-comments-carrier-logo {
    width: 60px;
    padding-right: 10px !important;
    text-align: center;
}
.content-page-map-comments-carrier-name {
}
.content-page-map-comments-distance-city {
    width: 200px;
    padding-right: 10px !important;
}
.content-page-map-comments-distance-number {
    text-align: right;
}

/* containers */

.content-page-containers-catalogue-container {
    position: relative;
    width: 995px;
}
.content-page-containers-catalogue-block {
    position: relative;
    float: left;
    width: 300px;
    margin: 15px 30px 15px 0;
}
.content-page-containers-catalogue-block h3 {
    text-transform: none;
    text-decoration: none;
}
.content-page-containers-catalogue-image {
    text-align: center;
    height: 110px;
}
.content-page-tanks-catalogue-image {
    height: 260px;
    text-align: center;
}
.content-page-wagons-catalogue-image {
    height: 140px;
    text-align: center;
}
.content-page-containers-catalogue-name {
    text-align: center;
}

.content-page-containers-params-image {
    position: relative;
    float: right;
    right: 0;
    margin-top: 30px;
    margin-left: 40px;
    height: 180px;
    text-align: center;
    clear: both;
}
.content-page-containers-params-table {
    margin-top: 15px;
    border-collapse: collapse;
}
.content-page-containers-params-table td {
    padding: 5px 0 5px 0;
    font-size: 10px;
    font-weight: bold;
    border-bottom: #bbc4c9 solid 1px;
}
.content-page-containers-params-title {
    padding: 7px 0 7px 0;
    font-weight: bold;
    text-align: center;
    border-top: #bbc4c9 solid 1px;
}
.content-page-containers-params-label {
    width: 18%;
    padding-left: 5px !important;
    border-right: #bbc4c9 solid 1px;
}
.content-page-containers-params-value {
    width: 20%;
    text-align: center;
}
.content-page-containers-params-empty {
    background: #f6f6f6;
}
.content-page-containers-params-leftline {
    border-left: #bbc4c9 solid 1px;
    border-right: #bbc4c9 solid 1px;
}
.content-page-containers-params-link {
    padding-top: 10px !important;
    text-align: right;
    border-bottom: none !important;
}
.content-page-containers-params-link a {
    font-size: 11px;
    color: #f7941e;
}

.content-page-containers-load-table {
    width: 100%;
}
.content-page-containers-load-table td {
    padding: 5px 0 5px 0;
    text-align: center;
    vertical-align: middle;
}
.content-page-containers-load-image {
}
.content-page-containers-load-title {
    font-weight: bold;
}

/* tanks & wagons */

.content-page-tanks-params-image {
    position: relative;
    float: right;
    right: 0;
    margin: 30px 0 30px 40px;
    height: 525px;
    text-align: center;
    clear: both;
}
.content-page-tanks-image-central {
    text-align: center;
}
.content-page-tanks-image-central img {
    margin-top: 30px;
}
.content-page-tanks-params-table {
    min-width: 375px;
    margin-top: 30px;
    border-collapse: collapse;
}
.content-page-tanks-params-table-full {
    width: 100%;
    border-collapse: collapse;
}
.content-page-tanks-params-table td, .content-page-tanks-params-table-full td {
    padding: 5px 0 5px 0;
    font-size: 10px;
    font-weight: bold;
    border-bottom: #bbc4c9 solid 1px;
}
.content-page-tanks-params-table ul {
    margin: 0;
}
.content-page-tanks-params-table li {
    margin-left: 30px;
}
.content-page-tanks-params-title {
    padding: 7px 0 7px 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border-top: #bbc4c9 solid 1px;
    background: url(../images/design/default/content-bg-graylines.png);
}
.content-page-tanks-params-label-1part {
    width: 50%;
    padding-left: 5px !important;
    padding-right: 5px !important;
    border-right: #bbc4c9 solid 1px;
}
.content-page-tanks-params-value-1part {
    width: 50%;
    padding-left: 5px !important;
    padding-right: 5px !important;
    text-align: center;
}
.content-page-tanks-params-label-2part {
    width: 40%;
    padding-left: 5px !important;
    padding-right: 5px !important;
    border-right: #bbc4c9 solid 1px;
}
.content-page-tanks-params-value-2part {
    width: 30%;
    text-align: center;
}
.content-page-tanks-params-label-3part {
    width: 25%;
    padding-left: 5px !important;
    padding-right: 5px !important;
    border-right: #bbc4c9 solid 1px;
}
.content-page-tanks-params-value-3part {
    width: 25%;
    text-align: center;
}
.content-page-tanks-params-label-4part {
    width: 28%;
    padding-left: 5px !important;
    padding-right: 5px !important;
    border-right: #bbc4c9 solid 1px;
    text-align: left;
}
.content-page-tanks-params-value-4part {
    width: 18%;
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: center;
}
.content-page-tanks-params-label-5part {
    width: 20%;
    padding-left: 5px !important;
    padding-right: 5px !important;
    border-right: #bbc4c9 solid 1px;
    text-align: left;
}
.content-page-tanks-params-value-5part {
    width: 16%;
    text-align: center;
}
.content-page-tanks-params-link {
    padding-top: 10px !important;
    text-align: right;
    border-bottom: none !important;
}
.content-page-tanks-params-link a {
    font-size: 11px;
    color: #f7941e;
}

/* oversize */

#content-oversize-sheme-container {
    position: relative;
    float: right;
    right: 0;
    margin: 0 0 30px 50px;
    clear: both;
}
#content-oversize-sheme-label-1 {
    position: absolute;
    top: 170px;
    left: 160px;
    width: 100px;
    height: 50px;
    font-weight: bold;
    color: #2e5075;
    text-align: right;
}
#content-oversize-sheme-label-2 {
    position: absolute;
    top: 225px;
    left: 155px;
    width: 110px;
    height: 70px;
    font-weight: bold;
    color: #2e5075;
    text-align: center;
}
#content-oversize-sheme-label-3 {
    position: absolute;
    top: 320px;
    left: 155px;
    width: 110px;
    height: 50px;
    font-weight: bold;
    color: #2e5075;
    text-align: center;
}
#content-oversize-sheme-label-4 {
    position: absolute;
    top: 412px;
    left: 155px;
    width: 110px;
    height: 50px;
    font-weight: bold;
    color: #2e5075;
    text-align: center;
}

/* HEADER -- upper banner */
/* переписано со страницы латвийского офиса, где показывает неправильно. вероятно, после исправления какие-то позиции изменятся *.

/*
#header-banner-text-title {
	display: block;
}
#header-banner-text-content {
	display: block;
}
#header-banner-text-more {
	display: none;
}
*/

/* перенести в jquery.ad-gallery */
/* переписано со страницы латвийского офиса, где показывает неправильно. вероятно, после исправления какие-то позиции изменятся *.

/*
.ad-gallery {
	width: 1000px;
}
.ad-image-wrapper {
	width: 1000px;
	height: 200px;
}
.ad-image {
	width: 1000px;
	height: 200px;
	top: 0;
	left: 0;
}
.ad-loader {
	display: none;
}
.ad-back {
	opacity: 0.6;
}
.ad-thumb-list {
	width: 0;
}
.ad-thumb0 img, .ad-thumb1 img, .ad-thumb2 img {
	width: 1000px;
	height: 200px;
}
.ad-forward {
	opacity: 0.6;
}
*/

/* myself */
.container{
    height: 120px;
    overflow: hidden;
    width: 948px;
    position: relative;
    float: left;
}
.content-insert-company-extended-partner{
    position: absolute;
    cursor: pointer;
}
#maingallery {float: left;width: 1024px;}

/** default form */

form.form {
}
table.form-table {
    position: relative;
    width: 625px;
    margin: 20px -20px 10px 0;
}
table.form-table td {
    padding-top: 4px;
    padding-bottom: 4px;
    vertical-align: middle;
}
table.form-table td.label {
    width: 100px;
}
table.form-table td.value {
    width: 525px;
}
table.form-table input, table.form-table textarea, table.form-table select{
    width: 525px;
    height: 20px;
    border: #A5B7CD solid 1px;
}
table.form-table textarea {
    height: auto;
}
.submit {
    width: 150px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    background-color: #2E86BC;
    border: 0;
    margin-top: 5px;
}

table.form-table .content-main-contacts-intermediate input {
    width: 150px;
    margin-right: 290px;
}
.form-message {
    font-weight: bold;
    color: #F7941E;
}
#send-element {
    margin-left: 96px;
}


/* other office services */

#content-service-alternative-button-container {
    margin: 0 20px 0 20px;
    height: 44px;
}
#content-service-alternative-button-wide {
    display: block;
    position: relative;
    width: 100%;
    height: 25px;
    margin-top: 20px;
    padding-top: 9px;
    text-align: center;
    background-color: #2e86bc;
}
#content-service-alternative-button-wide a {
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
}
#content-service-alternative-button-wide a span {
    text-decoration: underline;
}



#content-insert-services-welcome-container #content-service-alternative-list-container {
    margin: 0 20px 0 20px;
}
#content-main-services-container #content-service-alternative-list-container {
    margin: 0 20px -42px 0;
}
.content-insert-bg-container #content-service-alternative-list-container {
    margin: 0 20px -22px 0;
}
#content-service-alternative-list-container {
    display: none;
}
#content-service-alternative-list-container #content-main-contacts-offices-container {
    top: -2px;
    bottom: 0;
    margin-bottom: -20px;
}

.content-service-alternative-list-services {
    display: block;
    position: relative;
    width: 300px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
}
.content-service-alternative-list-services li {
    margin-top: 20px;
    font-weight: bold;
    list-style: none;
}
.content-service-alternative-list-services ul li {
    margin-top: 3px;
    list-style: none;
}
.content-service-alternative-list-services ul li a {
    font-weight: normal;
}
.content-service-alternative-list-screen {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background: url(../images/content-services-alternative-screen.png) repeat-y;
}




#content-main-service-location li {
    list-style: none;
}
#content-main-service-location span {
    font-weight: bold;
}




.content-main-options-empty {

}
.content-main-options-name ul {
    font-size: 10px;
}
.content-main-options-name p:first-child {
    margin-top: -15px;
}
.content-main-options-name p {
    font-weight: normal;
}
.content-main-options-name li {
    margin-left: 0;
    list-style: none;
}




/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
.content-main-options-name {
    font-weight: bold;
}