@import url("/css/pngfix.css");
/*
 html {
 overflow-y: scroll;
 }
 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

html {
    height: 100%
}

body {
    font: 12px / 18px Arial, Tahoma, Verdana, sans-serif;
    height: 100%;
}

h1 {
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
    text-align: center;
}

h2 {
    color: #103963;
    font-size: 14px;
    margin-bottom: 10px;
}

h2.red {
    margin-bottom: 0px;
}

h2.link a {
    color: #103963;
    font-size: 12px;
    text-decoration: none;
}


a {
    color: #1C75CF;
    outline: none;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0 0 18px
}

img {
    border: none;
}

input {
    vertical-align: middle
}

.l {
    float: left;
}

.r {
    float: right;
}

.clear {
    clear: both;
}

/** clear fix **/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

.float-cont {
    position: relative;
    overflow: hidden;
}

/*******************************************************************************/
#wrapper {
    width: 100%;
    min-width: 970px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /*overflow: hidden;*/
}

/* * html #wrapper {
    overflow: none;
}*/

* html #wrapper, * html #footer {
    width: expression((documentElement.clientWidth||document.body.clientWidth)<970?'970px':'');
}

#wrapper {
    background: #3F6A95;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
    height: 150px;
    background: transparent url("/images/layout/header/background.jpg") top left no-repeat;

    position: relative;
    z-index: 10;
}


#header .logo {
    display: block;
    position: absolute;
    z-index: 1;

    top: 20px;
    left: 10px;
}

#header .logo img {
    border: none;
    width: 330px;
    height: 75px;
}

#header .logo-script {
    display: block;
    position: absolute;
    z-index: 10;
    color: White;
    font-size: 80%;
    top: 90px;
    left: 245px;
}

#header .finial {
    width: 114px;
    height: 53px;

    position: absolute;
    z-index: 1;
    right: 0px;
    bottom: 30px;

    background: url("/images/layout/header/finial.gif") top left no-repeat;
}

#header .banner {
    width: 468px;
    height: 60px;

    position: absolute;

    bottom: 45px;
    right: 20px;
    z-index: 2;

    overflow: hidden;
}

#header .lang {
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 1;

}

#header .ru {
    right: 55px;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
    width: 100%;
    padding: 0 0 120px;
    height: 1%;

    zoom: 1;
    position: relative;
}

#middle:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.container-block {
    width: 100%;
    /*float: left;*/
    overflow: hidden;
    zoom: 1;
}

.content-wrapper {
    /*padding: 5px 220px 0 220px;*/
    zoom: 1;
}

.no-right-sidebar {
    padding-right: 5px !important;
}


.content-wrapper .content {
    overflow: hidden;
}

.padding {
    padding: 5px;
}

/* Sidebars
-----------------------------------------------------------------------------*/
.sidebar {
    zoom: 1;
    width: 220px;
}

.sidebar .informer {
    overflow: hidden;
}

table.three-column {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px !important;
}

td.sidebar {
    background: #95B4D3;
    border: 1px solid #D3DDE6;
    padding: 3px;
    vertical-align: top;
}

td.middle {
    vertical-align: top;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
/*.sl {
    float: left;
    width: 220px;
    margin-left: -100%;
}*/


/* Sidebar Right
-----------------------------------------------------------------------------*/
/*.sr {
    float: left;
    margin-right: -3px;
    width: 220px;
    margin-left: -220px;
}*/

/* Infoblock
 ----------------------------------------------------------------------------*/
.content-wrapper .informer {
    background: #95B4D3;
    border: 1px solid #D3DDE6;
    padding: 3px;
    zoom: 1;
    margin-bottom: 10px;
}

.info-block {
    margin-bottom: 10px;
    zoom: 1;
}

.info-block .title {
    padding: 5px;
    background: #FFFFFF url("/images/layout/sidebar/block/title-bg.gif") top left repeat-x;

    border: 1px solid #E3ECF6;
    margin-bottom: 5px;

    height: 20px;
}

.info-block .contents {
    color: #000;
    padding: 5px;
    background: #FFFFFF url("/images/layout/sidebar/block/contents-bg.jpg") top left repeat-x;

    border: 1px solid #E3ECF6;
    zoom: 1;
}

.info-block .contents .block {
    margin-bottom: 15px;
}

.info-block h2 {
    color: #103963;
    font-size: 120%;
    font-weight: bold;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
    margin: -115px auto 0;
    min-width: 970px;
    height: 115px;
    background: #103963 url("/images/layout/footer/background.gif") bottom right no-repeat;

    position: relative;
    z-index: 1;
}


#footer .finial {
    width: 138px;
    height: 55px;

    position: absolute;
    z-index: 0;
    left: 0px;
    bottom: 0px;

    background: url("/images/layout/footer/finial.gif") top left no-repeat;
}

#footer .counters {
    width: 88px;
    height: 31px;

    position: absolute;
    z-index: 1;
    left: 10px;
    bottom: 10px;

    background: url("/images/layout/footer/finial.gif") top left no-repeat;
}

#footer .footer {
    width: 90%;
    height: 40px;

    position: absolute;
    z-index: 1;
    left: 3%;
    bottom: 0px;

    background: transparent;
    overflow: hidden;
}



.footer-separator {
    position: absolute;
    bottom: 53px;
    z-index: 1;
    width: 100%;
    height: 30px;
}

.separator-page {
    position: relative;
    z-index: 1;
    background: #95B4D3 url("/images/layout/footer/separator/background.gif") top left repeat-x;

    height: 30px;
    width: 100%;

    border: 2px solid #BCD2E8;
    border-width: 1px 0px;
}

.separator-page .copy {
    width: 230px;
    height: 25px;

    background: #103963 url("/images/layout/footer/separator/copy-bg.gif") right top no-repeat;

    color: #FFF;
    text-align: center;
    padding-top: 5px;
}

.separator-page .travel-portal {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 8px;

}

.separator-strip {
    background: #103963;
    height: 30px;
}

#footer .menu {
    text-align: center;
    color: #B0D6FC;
    font-size: 14px;
    padding-top: 5px;
}

#footer .menu a {
    color: #B0D6FC;
    text-decoration: none;
}

#footer .menu a:hover {
    text-decoration: underline;
}

/*******************************************************************************/

.content-wrapper .page-wrapper {
    background: #FFF url("/images/layout/content/bottom-bg.gif") bottom left repeat-x;
/*    margin-bottom: 10px; */

    position: relative;
    z-index: 0;
}

.content-wrapper .page-wrapper .corners {
    width: 100%;
    height: 10px;
}

.isIE6 .content-wrapper .page-wrapper .corners {
    display: none;
}

.content-wrapper .page-wrapper .ct {
    top: 0px;
    left: 0px;

    position: absolute;
    z-index: 0;
}

.isIE6 .content-wrapper .page-wrapper .ct {
    left: -11px;

}

.isIE6 .content-wrapper .page-wrapper .cb {
    margin-left: 1px;
}

.content-wrapper .page-wrapper .corner {
    width: 10px;
    height: 10px;
}

.content-wrapper .page-wrapper .ctl {
    background: transparent url("/images/layout/content/corner-lt.gif") top left no-repeat;
    float: left;
}

.content-wrapper .page-wrapper .ctr {
    background: transparent url("/images/layout/content/corner-rt.gif") top right no-repeat;
    float: right;
}

.content-wrapper .page-wrapper .cbl {
    background: transparent url("/images/layout/content/corner-lb.gif") bottom left no-repeat;
    float: left;
}

.content-wrapper .page-wrapper .cbr {
    background: transparent url("/images/layout/content/corner-rb.gif") bottom right no-repeat;
    float: right;
}

.content-wrapper .page-content {
    border: 1px solid #DAE8FC;
    border-bottom-width: 0px;
    padding: 20px;
    background: transparent url("/images/layout/content/top-bg.gif") top left repeat-x;


}

.isIE6 .content-wrapper .page-content {
    border: none;
    zoom: 1;
}


.content-wrapper .breadcrumbs {
    padding: 5px 10px;

    margin-bottom: 10px;
    background: #FEFEFE url("/images/layout/content/breadcrumbs/background.gif") top left repeat-x;
    border: 1px solid #E3ECF6;

    color: #2866A5;
    font-size: 110%;
}

.forum-app .content-wrapper .breadcrumbs {
    padding-right: 350px;
}

.content-wrapper .breadcrumbs a:link,
.content-wrapper .breadcrumbs a:visited,
.content-wrapper .breadcrumbs a:hover,
.content-wrapper .breadcrumbs a:active {
    text-decoration: none;
    color: #2866A5;
}

.content-wrapper .breadcrumbs a:hover {
    text-decoration: underline;
}


.content-wrapper .action-tabs {
    position: relative;
    overflow: hidden;

    zoom: 1;

    margin: 10px 15px;
    font-size: 120%;
}

.content-wrapper .action-tabs li {
    float: left;
    width: 30%;
    color: #CEE6FD;
    background: url("/images/layout/content/action-tabs/bullet.gif") no-repeat left center;
    padding: 5px 0px;
    padding-left: 20px;
}

.content-wrapper .action-tabs a:link,
.content-wrapper .action-tabs a:visited,
.content-wrapper .action-tabs a:hover,
.content-wrapper .action-tabs a:active {
    color: #FFF;
    text-decoration: underline;
}

.content-wrapper .action-tabs a:hover {
    text-decoration: none;
}


.content-wrapper .searchbar {
    height: 84px;

    position: relative;
    overflow: hidden;

    zoom: 1;

    margin-bottom: 10px;
}


.content-wrapper .searchbar .form {
    margin-left: 106px;
    border: 1px solid #C1D6EC;
    border-left-width: 2px;

    background: #FFF url("/images/layout/content/searchbar/form-bg.gif") left top repeat-x;
    height: 84px;
}

.content-wrapper .searchbar .form .pannel {
    display: none;
    height: 84px;
}

.content-wrapper .searchbar .form .selected {
    display: block;
}

.content-wrapper .searchbar .tabs {
    float: left;
    width: 106px;
    margin-right: -100%;
}

.content-wrapper .searchbar .tabs li a:link,
.content-wrapper .searchbar .tabs li a:visited,
.content-wrapper .searchbar .tabs li a:hover,
.content-wrapper .searchbar .tabs li a:active {
    display: block;
    width: 106px;
    height: 23px;
    background: #FDFEFC url("/images/layout/content/searchbar/tabs-bg.gif") no-repeat;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    padding-top: 5px;

    font-size: 120%;

    background-position: 0px -27px;
    color: #CBE5FE;
}

.content-wrapper .searchbar .tabs li a:hover {
    text-decoration: underline;
}

.content-wrapper .searchbar .tabs li a:hover,
.content-wrapper .searchbar .tabs li a.selected:link,
.content-wrapper .searchbar .tabs li a.selected:visited,
.content-wrapper .searchbar .tabs li a.selected:hover,
.content-wrapper .searchbar .tabs li a.selected:active {
    background-position: 0px 0px;
    color: #103963;
}

.content-wrapper .searchbar .bamper {
    position: absolute;
    top: 0px;
    right: 0px;
    background: transparent url("/images/layout/content/searchbar/form-bamper.gif") no-repeat;

    width: 7px;
    height: 84px;
}

.isIE6 .content-wrapper .searchbar .bamper {
    right: -1px;
}


.content-wrapper .index-nav-wrapper {
    width: 100%;
}

.content-wrapper .index-nav-wrapper td {
    width: 33%;
    vertical-align: top;
}

.content-wrapper .nav-block {
/*    float: left;

    width: 32%;
    margin-right: 0.5%;*/
    margin-bottom: 10px;
    margin-right: 10px;
}

.content-wrapper .nav-block .title {
    color: #103A64;
    font-size: 120%;
    font-weight: bold;

    margin-bottom: 0.3em;

}

.content-wrapper .nav-block .title img {
    vertical-align: middle;
    height: 48px;
    width: 48px;
}

.content-wrapper .nav-block .entry {
    margin-bottom: 3px;
    margin-left: 20px;
}


.content-wrapper .content-block {
    background: #95B4D3;
    border: 1px solid #D3DDE6;
    padding: 3px;
}




/* Content styles */

.submit {
    background: url('../images/enter.jpg') no-repeat;
    width: 48px;
    height: 23px;
    border: 0px;
    cursor: pointer;
}

.submit1 {
    background: url('../images/search_tur.jpg') no-repeat;
    width: 80px;
    height: 23px;
    border: 0px;
}

ul.error li {
    color: #103963;
}

div.form {
    padding: 10px 0px;
}

.form em.help {
    display: block;
    font-size: 100%;
    color: #555;
}

div.form table th,div.form table td {
    padding: 4px;
}

div.form table th {
    text-align: right;
}

div.form input, div.form textarea, div.form select {
    border: 1px solid #103963;
    width: 200px;
}

.form INPUT {
    border: 1px solid #8CA4BA;
    border: expression(( this.type == "radio" || this.type == "checkbox") ?
        '' : '1px solid #8CA4BA' );
}

.form INPUT[type=checkbox] {
    border: none;
}

.form INPUT[type=radio] {
    border: none;
}

div.form input.size_auto,div.form textarea.size_auto,div.form select.size_auto{
    width: auto;
}

div.form textarea {
    height: 120px;
}

textarea.add_comment {
    width: 400px!important;
    height: 112px!important;
    font-size: 12px;
}

textarea.add_news {
    width: 360px!important;
    height: 112px!important;
    font-size: 12px;
}

textarea.add_job {
    width: 300px!important;
    height: 112px!important;
    font-size: 12px;
}

input.button {
    color: #CEE6FD;
    font-weight: bold;
    padding: 5px 10px;
    border: 1px solid #CEE6FD !important;

    width: auto !important;

    background: #4F84BA url("/images/layout/forum/button-bg.gif") top left repeat-x;

    cursor: pointer;
}


input.text {
    border: 1px solid #103963 !important;
    padding: 2px;
}

.login-form input.text {
    width: 195px;
}


.login-form p {
    margin: 0;
    margin-bottom: 5px;
    font-size: 110%;
}

.login-form input.button {
    padding: 2px;
}

.login-form .actions {
    color: #103963;
}

.login-form A:link,
.login-form A:visited,
.login-form A:hover,
.login-form A:active {
    text-decoration: none;
    color: #103963;
}

.login-form A:hover {
    text-decoration: underline;
}


div.content {
    color: #000000;
    font-size: 12px;
}

div.pager {
    margin: auto;
    text-align: center;
    padding: 20px 0px;
    color: #103963;
}

div.pager div {
    padding: 5px;
    font-size: 11px;
}

div.pager a {
    color: #103963;
    padding: 3px 5px;
    text-decoration: none;
}

div.pager span {
    padding: 3px 5px;
    background-color: #103963;
    color: #ffffff;
}

div.back {
    padding: 10px 0px;
}

div.notice {
    padding: 5px 0px;
    color: #555;
}

div.list {
    padding-bottom: 20px;
}

div.list div.title {
    padding-bottom: 5px;
    color: #103963;
}

div.list div.title span {
    padding: 0px 3px;
    color: #103963;
}

table.list {
    margin-top: 20px;
    width: 100%;
}

.informer table.list {
    margin-top: 0px;
    width: auto;
}

.informer table.list em a {
    font-size: 80%;
}

table.list td, table.list th {
    padding: 4px;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #cacaca;
    border-width: 0 0 1px 0;
}

table.list tr.status-new td {
    background: #EEE;
}


table.list th {
    color: #3f3f3f;
}

TABLE.list.tour TD {
    border-left-width: 1px;
    border-right-width: 1px;
    padding: 10px 5px;
}

TABLE.list.tour TH {
    padding: 10px 10px 15px 10px;
}

TABLE.list.tour TD.first {
    border-left-width: 0;
}

TABLE.list.tour TD.last {
    border-right-width: 0;
}

TABLE.list.tour TD LI {
    list-style-type: square;
    color: #103963;
    margin-left: 20px;
}

TABLE.list.tour TD LI.inactive {
    color: #C0C0C0;
}

TABLE.list.tour TD LI SPAN {
    color: #000;
}

div.notice_user {
    color: #CACACA;
}

.nowrap {
    white-space: nowrap;
}

div.left_column {
    float: left;
    width: 800px;
    ovewflow: hidden;
}

div.form table.group_checkbox td {
    padding-right: 6px;
}

div.form table.group_checkbox th {
    text-align: left;
}

div#registration_user,div#registration_company {
    display: none;
}

DL {
    margin: 10px 0px;
}

DT {
    margin: 3px 0px;
    font-weight: bold;
}

DD {
    margin-left: 10px;
    margin-bottom: 10px;
}

DL.tour DD LI {
    list-style: square;
    margin-left: 20px;
}

DIV.resort-list ol {
    margin-left: 20px;
    margin-top: 5px;
}

DIV.resort-list ul {
    list-style-type: disc;
    margin-left: 10px;
}

table.login td input {
    width: auto;
}

table.comment th {
    text-align: right;
    padding-right: 10px;
    padding-left: 10px;
}

div.country_list div {
    float: left;
    width: 200px;
}

TABLE.charter-schedule {
    border-collapse: collapse;
    margin: 10px 0px;
    width: 99%;
}

TABLE.charter-schedule,TABLE.charter-schedule th,TABLE.charter-schedule td
    {
    border: 1px solid #103963;
}

TABLE.charter-schedule td {
    padding: 2px;
    text-align: center;
}

TABLE.charter-schedule .charter-flight {
    text-align: left;
    padding: 5px 2px;
}

TABLE.charter-schedule .charter-destination {
    font-size: 120%;
    padding: 7px;
}

TABLE.charter-schedule th {
    padding: 5px 2px;
}

DIV.charter-error {
    margin: 50px;
    text-align: center;
    font-size: 120%;
    color: Red;
}

DIV.charter-message {
    margin: 50px;
    text-align: center;
    font-size: 120%;
}

.cat_name {
    font-weight: bold;
    background-color: #cacaca;
}

DIV.right_link DT {
    /*font-size: 80%;*/
    margin-top: 10px;
}

DIV.right_link DD {
    margin-bottom: 0px;
}

DIV.form FORM.tour INPUT,DIV.form FORM.tour TEXTAREA,DIV.form FORM.tour SELECT
    {
    width: auto;
}

.tour th, .tour td {
    text-align: left !important;
}

DIV.search-bar {
    background-color: #103963;
    height: 59px;
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
}

.search-label {
    height: 60px;
}

.search-label IMG {
    margin: 21px 30px;
    width: 185px;
    height: 18px;
    z-index: 10;
    position: relative;
}

div.w30-column {
    width: 30%;
    float: left;
}

div.index_column UL {
    margin-bottom: 15px;
}

div.separatop_index_column {
    width: 2%;
    height: 10px;
    float: left;
    /*background-color: red;*/
}

div.index_column div.node_column,  div.menu div.node_column{
    height: 32px;
    line-height: 32px;
    background-image: url('../images/block_corner_right.gif');
    background-repeat: no-repeat;
    background-position: right;
    background-color: #103963;
}

div.index_column div.node_column {
    margin-bottom: 10px;
}

div.index_column div.node_column div, div.menu div.node_column div {
    color: #ffffff;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
/*    padding-left: 10px; */
    background-image: url('../images/block_corner_left.gif');
    background-repeat: no-repeat;
    background-position: left;
    text-align: center;
}


img.content_image, div.tab_context img {
    float: left;
    margin-right: 7px;
    margin-bottom: 5px;
}

div.index_preview {
    clear: both;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 190px;
}

.right {
    margin-left: auto;
    margin-right: 0px;
}

.left {
    margin-left: 0px;
    margin-right: auto;
}

div.red_line {
    height: 2px;
    font-size: 1px;
    line-height: 1px;
    border: 1px solid #103963;
    border-width: 0px 0px 1px 0px;
}

body.isIE div.red_line {
    margin-bottom: -11px;
}

div.login {
    margin: auto;
    width: 300px;
}

TABLE.tour-show TH {
    text-align: right;
    vertical-align: top;
    padding-right: 10px;
}

TABLE.tour-show TD {
    vertical-align: top;
}

div.pos_left {
    float: left!important;
}

div.pos_right {
    float: right!important;
}

div.blog_footer {
    border-bottom: 1px solid #eeeeee;
    height: 15px;
    clear: both;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #828282;
}

div.blog_header {
    border-top: 1px solid #eeeeee;
    height: 15px;
    clear: both;
    margin-bottom: 10px;
    color: #828282;
}

div.blog_footer div, div.blog_header div {
    color: #828282;
}

div.pager_small {
    font-size: 11px;
}

div.error {
    color: red;
    font-weight: normal;
}

div.photogallery_item {
    float: left;
    height: 135px;
    width: 165px;
}

div.photogallery_item table.photo td {
    text-align: center;
    vertical-align: middle;
    height: 120px;
    width: 150px;
    border: 1px solid #103963;
    background-color: #eeeeee;
}

div.photogallery_item div.photo a {

}

div.photogallery_item_rating {
    float: left;
    /*
    padding: 0px 5px 7px 0px;
    padding: 0px 5px 10px 5px;*/
    height: 220px;
    width: 220px;
    text-align: center!important;
    margin-right: 10px;
}

div.photogallery_item_rating table.photo td {
    text-align: center;
    vertical-align: middle;
    height: 170px;
    width: 220px;
    border: 1px solid #103963;
    background-color: #eeeeee;
}

div.photogallery_item_rating table.photo td.name {
    height: 30px;
    border: none;
    background-color: #ffffff;

}

div.photogallery_item_rating img{
    /*
    margin-bottom: 10px;
    display: inline!important;
    */
    float: none;
    margin: auto;
}

div.photogallery_item img {
    float: none;
    margin: auto;
}

div.photogallery_separator {
    float: left;
    width: 10px;
    height: 20px;
    line-height: 20px;
}

table.company_info {
    margin-bottom: 10px;
}

table.company_info td {
    padding-bottom: 3px;
    padding-left: 5px;
}

table.company_info th {
    text-align: right;
}

th#th_captcha {
    padding-top: 58px;
}

.alpha_nav {
    margin-bottom: 15px;
    text-align: center;
}

.company-list {
    padding: 5px 15px;
    border-bottom: 1px solid #103963;
    overflow: hidden;
    position: relative;

}
* html .company-list {
    float: left;
    width: 95%;
    clear: both;
}

.company-vCard {
    overflow: hidden;
    position: relative;
}

.company-vCard .logo {
    width: 150px;
    height: 150px;
    text-align: center;
    float: left;
    margin-right: 30px;
}

.company-vCard .info {
    float: left;
}

.company-vCard .info * TH {
    text-align: left;
    padding-right: 10px;
}

.country-list A:link,
.country-list A:visited,
.country-list A:hover,
.country-list A:active {
    display: block;
    text-decoration: none;
    color: #4481B2;
    padding: 5px;
}

.country-list A:hover {
    background-color: #ECECEC;
}

.country-list P {
    font-weight: bold;
    font-size: 130%;
    color: #103963;
    padding-left: 5px;
}

.block_left {
    float: left;
}

.block_right {
    float: right;
}

table.list_exchange {
    width: 100%;
}

table.list_exchange td {
    padding: 3px 15px 3px 0px;
}

table.list_exchange tr.row0 td {
    background-color: #ececec;
}

table.list_exchange tr.row0 td,  table.list_exchange tr.row1 td{
    border: 1px solid #103963;
    padding: 10px 15px;
}

table.list_exchange td div.block_left {
    color: #103963;
    font-weight: bold;
}

table.list_exchange td div.block_left a {
    font-weight: normal;
}

table.list_exchange td div.block_right a {
    font-size: 11px;
}

table.list_exchange td p {
    margin-top: 10px;
}

.user_login_info {
    vertical-align: bottom;
    font-size: 12px;
    font-weight: bold;
}

.form_search, .form_search_hotel, .form_search_charter_tickets {
    clear: both;
    padding-bottom: 10px;
}

.form_search div {
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.form_search select,
.form_search input,
.form_search textarea,
.form_search_hotel div select,
.form_search_hotel div input,
.form_search_charter_tickets div select,
.form_search_charter_tickets div input {
    margin: 2px;
    border: 1px solid #103963;
}

.form_search div label,
.form_search_hotel div label,
.form_search_charter_tickets div label{
    float: left;
    width: 80px;
    padding: 3px 0px;
    font-weight: bold;
}
.form_search_hotel div label{
    width: 70px;
}

.form_search .contact-us div label {
    width: 140px;
}

.form_search .tour div label {
    width: 175px;
}

.form_search .user-profile div label {
    width: 100px;
}

.form_search .user-profile div.input {
    float: left;
    width: 310px;
}

.form_search .user-profile div.display {
    float: left;
    width: 150px;
}


.form_search .user-profile div.display label {
    float: none;
    font-weight: normal;
}
.form_search .user-profile div.display * {
    width: auto;
    border: none;
}


.form_search .company-profile div label {
    width: 120px;
}

.form_search .company-profile div.input {
    float: left;
    width: 310px;
}

.form_search .company-profile div.display {
    float: left;
    width: 150px;
}


.form_search .company-profile div.display label {
    float: none;
    font-weight: normal;
}
.form_search .company-profile div.display * {
    width: auto;
    border: none;
}


.form_search .tour-booking div label {
    width: 150px;
}

.form_search .hotel-booking div label {
    width: 165px;
}

.form_search .charter div label {
    width: 100px;
}

.form_search .ad div label {
    width: 120px;
}

.form_search .job div label {
    width: 120px;
}

.form_search .w100px input {
    width: 98px;
}

.form_search .w100px textarea {
    width: 98px;
}

.form_search .w100px select {
    width: 100px;
}

.form_search .job .w100px input {
    width: 149px;
}

.isIE6 .form_search .job .w100px input,
.isIE7 .form_search .job .w100px input {
    width: 151px;
}

.isIE8 .form_search .job .w100px input {
    width: 143px;
}

.form_search .w300px input {
    width: 298px;
}

.form_search .w300px textarea {
    width: 298px;
}

.form_search .w300px select {
    width: 300px;
}

.form_search .job .w300px input {
    width: 338px;
}

.isIE6 .form_search .job .w300px input,
.isIE7 .form_search .job .w300px input {
    width: 346px;
}

.isIE8 .form_search .job .w300px input {
    width: 326px;
}

.form_search .job .w300px select {
    width: 340px;
}

.isIE6 .form_search .job .w300px select,
.isIE7 .form_search .job .w300px select {
    width: 348px;
}
.isIE8 .form_search .job .w300px select {
    width: 328px;
}

.form_search .tour .w300px select {
    width: 280px;
}

.form_search_hotel select {
    width: 352px;
}

.form_search_hotel #search_hotelname {
    width: 350px;
}

.form_search_charter_tickets div label {
    width: 100px;
}

div#form_submit {
    clear: both;
}

table.group_checkbox label {
    float: left;
    text-align: left;
    padding-left: 5px;
    width: 30px;
}

.column-3 ul.checkbox_list li {
    float: left;
    width: 31%;
    padding-left: 1em;
}

.column-4 ul.checkbox_list li {
    float: left;
    width: 22%;
    padding-left: 1em;
}

.country-rating-informer table.list {
    width: 100%;
}

.country-rating-informer table.list td {
    padding: 3px;
}

.country-rating-informer table.list .align-center {
    text-align: center !important;
}

div.stub {
    background: #3F6A95;
    height: 45px;
    border: 3px double White;
    color: White;
    padding-top: 25px;

    text-align: center;
    font-size: 200%;
}


.banner-place {
    margin: 0px auto 10px auto;
}

div.banner-quatro-block {
    overflow: hidden;
    zoom: 1;
    min-width: 165px;
}

div.banner-quatro-container {
    zoom: 1;
    word-spacing: -0.25em; /* ôàçà äâà — óáèðàåì ïðîáåëû (áûëî ïîñ÷èòàíî, ÷òî ïðè 1em = 16px ïðîáåë äëèíîé 4px — 0.25em) */
}

div.banner-quatro-container .banner-place,
div.banner-quatro-container .informer {
    display: -moz-inline-box; display: inline-block; *zoom: 1; *display: inline; /* ôàçà 1 — äîáàâëÿåì inline-block */
    word-spacing: normal; /* ôàçà äâà — âîññòàíàâëèâàåì óáðàííûé ïðîáåë â áëîêàõ */
    vertical-align: top; /* IE6 íåêîððåêòíî ïîçèöèîíèðóåò áåç ýòîãî */
    width: 46.5% !important;
    margin: 10px 10px 0 0 !important;
}

div.banner-quatro-container .banner-place img {
    margin: 0 auto;
}

.informer-block {
    position: relative;
    overflow: hidden;
    border: 1px solid #3F6A95;
    margin-bottom: 5px;
    padding: 3px;
    width: 182px !important;

    display: -moz-inline-box; display: inline-block; *zoom: 1; *display: inline; /* ôàçà 1 — äîáàâëÿåì inline-block */
    word-spacing: normal; /* ôàçà äâà — âîññòàíàâëèâàåì óáðàííûé ïðîáåë â áëîêàõ */
    vertical-align: top; /* IE6 íåêîððåêòíî ïîçèöèîíèðóåò áåç ýòîãî */
}

.container-block .informer-block{
    margin: 10px 10px 0 0 !important;
    width: 200px !important;
}

.informer-block .img {
    border: none;
    margin: 0 5px 5px 0;
    float: left;
    width: 50px;
    height: 50px;
}

.informer-block .row {
    margin-left: 60px;
}

