/* -----------------------------------*/
/* ---------->>> LAYERS <<<-----------*/
/* -----------------------------------*/


/*    BASE
    ----------------------------------------------------------------- */
body {
    font-size:12px;
    line-height:18px;
    color:#4b5c65;
    font-family:Arial, Helvetica, sans-serif;
}
h1 {
    color:#ee3124;
    font-size:24px;
    font-weight:bold;
    margin-bottom:10px;
    line-height:29px;
}
h2 {
    color:#ee3124;
    font-size:18px;
    font-weight:bold;
    margin-bottom:9px;
    padding-top:2px;
}
h3 {
    color:#ee3124;
    font-size:14px;
    font-weight:bold;
    margin-bottom:9px;
    padding-top:2px;
}
h4 {
    color:#ee3124;
    font-size:14px;
    font-weight:normal;
    margin-bottom:9px;
    padding-top:2px;
}
ul {
    margin-bottom:12px;
    margin-left:14px;
}
ul li {
    background:url(../_img/official/red_bull.gif) no-repeat 0 8px;
    padding-left:13px;
    margin-bottom:6px;
}
ul li ul {
    font-size:11px;
    margin-bottom:0;
    padding-top:4px;
}
ul li ul li {
    margin-bottom:1px;
}
ol {
    margin-bottom:12px;
    margin-left:7px;
}
ol li {
    margin-bottom:6px;
    margin-left:20px;
}
ol li ul {
	margin-bottom:0;
	padding-top:4px;
}
a {
    color:#661610;
}
a:visited {
    color:#946764;
}
a:hover {
    color:#bc2e24;
}
img {
    display:block;
    border:1px solid #B7B7B7;
    margin-bottom:12px;
}
.rc2 {border-radius:2px;}
.rc3 {border-radius:3px;}
.rc4 {border-radius:4px;}
.rc5 {border-radius:5px;}
.input {
    height:24px;
    margin:0;
    padding:0;
    background:url(../_img/official/input_fon.gif) repeat-x 0 -24px;
}
.input span {
    background:url(../_img/official/input_fon.gif) no-repeat 0 0px;
    display:block;
    height:24px;
    position:relative;
    left:-1px;
}
.input span span {
    background:url(../_img/official/input_fon.gif) no-repeat 100% -48px;
    position:relative;
    left:auto;
    right:-2px;
}
.input input {
    background:none;
    height:24px;
    display:block;
    margin:0;
    padding:0;
    border:none;
    font-family:Arial, Helvetica, sans-serif;
    color:#6c6c6c;
    font-size:12px;
    text-indent:5px;
    overflow:hidden;
    line-height:25px;
}
.input2 {
    height:25px;
    overflow:hidden;
    display:inline-block;
    zoom:1;
    //display:inline;
    position:relative;
}
.input2 .i_l {
    display:block;
    float:left;
    width:5px;
    height:25px;
    background: url(../_img/official/input2_fon.png) no-repeat 0 0;
}
.input2 .i_r {
    display:block;
    float:left;
    width:3px;
    height:25px;
    background: url(../_img/official/input2_fon.png) no-repeat -5px 0;
}
.input2 input {
    height:25px;
    border:none;
    background: url(../_img/official/input2_fon.png) repeat-x 0 -25px;
    display:block;
    float:left;
    width:175px;
    font-family:Arial, Helvetica, sans-serif;
    color:#0c2735;
    font-size:12px;
    line-height:25px;
    text-indent:7px;
}
.wrap_select {
    height:26px;
    overflow:hidden;
    zoom:1;
    position:relative;
    margin-bottom:15px;
}
.button {
    height:26px;
    overflow:hidden;
    display:inline-block;
    zoom:1;
    //display:inline;
    cursor:pointer;
}
.button .bl {
    display:block;
    float:left;
    width:4px;
    height:26px;
    background:url(../_img/official/button_fon.png) no-repeat 0 0;
    overflow:hidden;
}
.button .br {
    display:block;
    float:left;
    width:4px;
    height:26px;
    background:url(../_img/official/button_fon.png) no-repeat -4px 0;
    overflow:hidden;
}
.button em {
    display:block;
    float:left;
    padding:3px 7px 0;
    background:url(../_img/official/button_fon.png) repeat-x 0px -26px;
    height:23px;
    text-align:center;
    font-style:normal;
    font-size:13px;
    color:#fff;
}
.button:hover .bl {
    background-position:-16px 0;
}
.button:hover .br {
    background-position:-20px 0;
}
.button:hover em {
    background-position:0px -78px;
}

.button:active .bl {
    background-position:-8px 0;
}
.button:active .br {
    background-position:-12px 0;
}
.button:active em {
    background-position:0px -52px;
}


table {
    margin-bottom:15px;
    border-collapse:collapse;
	clear:both;
}
table thead th {
    background:#ee3124;
    color:#fff;
    padding:2px 5px 2px 10px;
    font-weight:bold;
}
table tbody td {
    padding:2px 5px 2px 10px;
}
table tbody .even td {
    background:#ebebeb;
}
.illustation {
    display:block;
    margin-bottom:10px;
    padding-top:7px;
}
.illustation img {
    border:#b7b7b7 solid 1px;
    margin-bottom:4px;
}
.illustation span {
    color:#7d7d7d;
    font-size:11px;
}
.i-right {
    float:right;
    margin-left:20px;
}
.i-left {
    float:left;
    margin-right:20px;
}


/*    LAYOUT
    ----------------------------------------------------------------- */

html {
    height: 100%;
    margin:0;
    padding: 0;
    position:relative;
    background:#e8eef1 url(../_img/official/html_fon.gif) repeat-x 0 0;
}
body {
    height: 100%;
    margin:0;
    padding: 0;
    position:relative;
    background:url(../_img/official/body_fon.gif) repeat-y top center;
	
}
.wrap_all {
	
	
}
#all{
    position: relative;
    height: 100%;
    min-height: 100%;
    width:966px;
    margin:0 auto;
    background:url(../_img/official/body_fon.gif) repeat-y top center;
	background:url(../_img/official/body_fon_trans.png) repeat-y top center;
}
html>body #all {height: auto;}
#container {
    margin:0 auto;
    background:url(../_img/official/rounded_top.gif) no-repeat 0 0;
    padding:25px 3px 0 3px;
    overflow:hidden;
    clear:both;
    zoom:1;
}
.left_sidebar {
    float:left;
    width:291px;
    width:285px;
    margin-right:17px;
    padding:0 3px 73px 20px;
}
.content {
    float:left;
    width:616px;
    padding-bottom:73px;
}
#footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background:#e8eef1 url(../_img/official/rounded_bottom.gif) no-repeat 0 0;
}
#footer a {
    color:#661610;
}
#footer a:hover {
    color:#bc2e24;
}
#footer, #empty {height: 77px;}
#sub_footer {
    position:relative;
    height:77px;
    width:100%;
}

/* new layout background */
body {
	background:none;
	
}
#all {
	background:none;
	zoom:1;
}
#all:after {
	clear:both;
	display:block;
	visibility:hidden;
	font-size:0;
	height:0;
	content:"";
}
#container {
	background:#fff;
	width:960px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	margin-top:0px;
	padding-top:0;
	padding-right:0;
	padding-left:0;
	
	-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:  0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow:  0 1px 3px rgba(0, 0, 0, 0.5);
}
.wrap_all_fon {
	background:url(../_img/official/background_pattern.png) repeat center top;
}
.wrapper_top {
	height:25px;
}
#footer {
	background:none;
}





/*    LAYERS
    ----------------------------------------------------------------- */


/*    header
    ----------------------------------------------------------------- */
.header {
    height:163px;
    background:url(../_img/official/header_fon.gif) repeat-x 0 0;
    position:relative;
    margin-bottom:9px;
    z-index:11;
}
.logo {
    position:absolute;
    left:41px;
    top:24px;
    border:none;
    margin:0;
}
.phone {
    font-size:16px;
    color:#31485f;
    position:absolute;
    left:250px;
    top:47px;
}
.pay_phone {
    padding:0 25px;
    border:#cdcdcd solid;
    border-width:0 1px 0 1px;
    width:68px;
    color:#31485f;
    font-size:11px;
    line-height:12px;
    position:absolute;
    left:404px;
    top:45px;
}
.pay_phone big {
    font-size:13px;
}
.pay_phone span {
    color:#606c79;
    font-size:9px;
    display:block;
}
.help {
    position:absolute;
    left:549px;
    top:47px;
    width:88px;
}
.help a {
    color:#661610;
}
.help a:hover {
    color:#bc2e24;
}
#search {
    width:212px;
    left:639px;
    position:absolute;
    top:44px;
}
#search  input {
    font-style:italic;
    width:170px;
    padding-right:5px;
}
#search .input {
    margin-right:35px;
}
#search .search_button {
    position:absolute;
    display:block;
    right:1px;
    top:0;
    background:url(../_img/official/search.gif) no-repeat 0 0;
    width:35px;
    height:24px;
    border:none;
    cursor:pointer;
}
#search .search_button:hover {
    background-position:0 -24px;
}
#search .search_button:active {
    background-position:bottom left;
}
.lang {
    left:896px;
    position:absolute;
    top:47px;
}
.lang a {
    font-size:11px;
    text-transform:uppercase;
    padding-left:21px;
    padding-bottom:1px;
}
.lang a.eng {
    background:url(../_img/official/eng.gif) no-repeat 0 0;
    color:#661610;
}
.lang .eng:hover {
    color:#bc2e24;
}
.personal {
    width:106px;
    position:absolute;
    right:20px;
    top:0px;
    background:#661610;
    text-align:center;
    padding:2px 0 5px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.personal a {
    text-decoration:none;
    color:#fff;
    border-bottom:#fff dotted 1px;
}
.personal a:hover {
    border-bottom:#661610 solid 1px;
}
.authorized {
    width:372px;
    padding:2px 10px 0;
    height:23px;
}
.authorized a {
    text-decoration:underline;
    border:none;
    display:block;
    float:left;
    text-align:left;
    font-size:12px;
    color:#fff;
}
.authorized a:hover {
}
.authorized a.p_name {
    width:205px;
    padding-left:14px;
    background:url(../_img/official/profile_ico.gif) no-repeat 0 3px;
    font-size:11px;
    font-weight:bold;
    color:#fff;
    margin-top:1px;
}
.authorized a.p_leave {
    color:#ffb5af;
    float:right;
    font-size:12px;
    background:url(../_img/official/bull_exit.gif) no-repeat 0 8px;
    padding-left:13px;
}
#menu_top {
    background:url(../_img/official/menu_fon.gif) repeat-x 0 -46px;
    position:absolute;
    left:17px;
    top:113px;
    width:926px;
}
#menu_top .mt_inner {
    background:url(../_img/official/menu_fon.gif) no-repeat 100% -102px;
}
#menu_top .mt_inner ul {
    height:46px;
    background:url(../_img/official/menu_fon.gif) no-repeat 0 0;
    margin:0;
    padding:0 27px 0 25px;
    text-align:center;
}
#menu_top .mt_inner ul li {
    float:none;
    background:url(../_img/official/menu_top_bull.gif) no-repeat 0 22px;
    padding:14px 25px 9px 28px;
    position:relative;
    display:inline-block;
    zoom:1;
    //display:inline;
}
#menu_top .mt_inner ul li a {
    text-decoration:none;
    color:#661610;
}
#menu_top .mt_inner ul li a:hover {
    text-decoration:underline;
    color:#661610;
}
#menu_top .mt_inner ul li ul li a {
    text-decoration:underline;
}
#menu_top .mt_inner ul li ul li a:hover {
    color:#bc2e24;
}

#menu_top .mt_inner ul li.first {
    background:none;
}
#menu_top .mt_inner ul li .sub_menu {
    position:absolute;
    left:6px;
    top:41px;
    width:208px;
    padding-bottom:9px;
    background:url(../_img/official/sub_menu_bottom.png) no-repeat bottom left;
    display:none;
}
#menu_top .mt_inner ul li.last-item .sub_menu {
    left:-71px;
}
#menu_top .mt_inner ul li ul {
    margin:0;
    padding:0 0 5px 0;
    background:url(../_img/official/sub_menu_repeat.png) repeat-y 0 0;
    height:auto;
    text-align:left;

}
#menu_top .mt_inner ul li ul li {
    margin:0 22px 0px 22px;
    padding:0 0 5px 12px;
    background:url(../_img/official/menu_top_bull.gif) no-repeat 0 7px;
    float:none;
    font-size:11px;
    display:block;
}
#menu_top .mt_inner ul li ul li a {
    color:#661127;
}
.sm_left_round {
    width:5px;
    height:7px;
    position:absolute;
    left:-3px;
    top:0;
    background:url(../_img/official/sub_menu_round.gif) no-repeat 0 0;
    overflow:hidden;
}
.sm_right_round {
    width:5px;
    height:7px;
    position:absolute;
    right:-3px;
    top:0;
    background:url(../_img/official/sub_menu_round.gif) no-repeat top right;
    overflow:hidden;
}


/* main page
    ----------------------------------------------------------------- */
.main_right_sidebar {
    width:316px;
    float:right;
    padding-right:18px;
    margin-bottom:20px;
}
.accordion {
    background:url(../_img/official/acc_repeat_fon.gif) repeat-y 0 0;
    width:316px;
    position:relative;
}
.acc_top {
    background:url(../_img/official/acc_top_fon.png) no-repeat 0 0;
    width:316px;
    height:7px;
    position:absolute;
    left:0;
    top:0;
}
.acc_bottom {
    background:url(../_img/official/acc_bottom_fon.png) no-repeat bottom left;
    width:316px;
    height:7px;
    position:absolute;
    left:0;
    bottom:0;
}
#acc_list {
    margin:0 3px;
    padding:2px 0 3px 0;
}
#acc_list li {
    margin:0;
    border-bottom:1px solid #fff;
    padding:0;
    background:none;
}
#acc_list li h4 {
    margin:0;
    padding:0;
}
#acc_list li h4 a {
    display:block;
    font-size:13px;
    text-decoration:none;
    padding:6px 36px 6px 20px;
    background:#d2d2d2 url(../_img/official/rigth_arrow.gif) no-repeat 280px 7px;
    color:#661610;
}
#acc_list li.act h4 {
    background:url(../_img/official/acc_list_h_act.gif) repeat-x 0 0;
}
#acc_list li.act h4 a {
    font-weight:bold;
    font-size:14px;
    color:#ee3124;
    background:url(../_img/official/bottom_arrow.gif) no-repeat 274px 10px;
}
#acc_list li.first .forms-block {
    display:block;
}
.forms-block {
    padding:20px 20px 15px;
    background:url(../_img/official/acc_grad_fon.png) repeat-x bottom left;
    display:none;
}
.forms-block .f-block {
    position:relative;
}
.forms-block .f-block .input2 {
    margin-bottom:10px;
    //margin-bottom:15px;
}
.forms-block .f-block strong {
    font-weight:bold;
    font-size:12px;
    color:#0c2735;
    display:block;
    margin-bottom:1px;
    width:183px;
}
.forms-block .f-block strong em {
    font-style:normal;
    color:#ee3124;
    font-size:14px;
}
.forms-block .f-block small {
    font-size:10px;
    color:#486a7c;
    display:block;
    width:183px;
    line-height:12px;
    margin-bottom: 13px;
    margin-top: -16px;
}
.forms-block .textarea-block .textarea {
    width:491px;
    height:95px;
    background:url(../_img/official/textarea_fon.gif) no-repeat 0 0;
}
.forms-block .error .textarea {
    background-position:bottom left;
}
.forms-block .textarea-block .textarea textarea {
    width:469px;
    height:91px;
    display:block;
    background:none;
    border:none;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#4b5c65;
    margin:0;
    padding:3px 0px 0 11px;
    resize:none;
}
.forms-block .textarea-block small {
    color: #486A7C;
    display: block;
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 0px;
    position:relative;
    top:-13px;
    clear:both;
}
.requered {
    background:#ebebeb;
    color:#707070;
    padding:1px 0 1px;
    text-align:center;
    margin-bottom:15px;
    margin-top:2px;
}
.requered em {
    font-style:normal;
    color:#ee3124;
    font-size:14px;
}
.forms-block .f-block .selectBox-dropdown {
    width:177px !important;
    margin-bottom:11px;
}
.forms-block .error .selectBox-dropdown {
    background-position:bottom left !important;
}
.d_val {
    color:#898989 !important;
}
.error_text {
    width:83px;
    font-size:11px;
    line-height:12px;
    color:#ee3124;
    display:block;
    position:absolute;
    right:-1px;
    top:1px;
    font-style:italic;
}
.ajax-loader {
    width:303px;
    height:173px;
    background: url("../_img/official/pc_inner.gif") repeat-x scroll left bottom #FFFFFF;
    position:absolute;
    left:3px;
    top:11px;
}
.ajax-loader img {
    position:absolute;
    left:50%;
    top:50%;
    margin:-16px 0 0 -16px;
    border:none;
}
.ajax-loader p {
    text-align:center;
    position:absolute;
    top:40px;
    width:100%;
    color:#898989;
}
.pc .error_text {
    position:static;
    display:inline-block;
    width:145px;
    vertical-align:top;
    zoom:1;
    //display:inline;
}
.error_text img {
    margin:0;
    display:inline;
    border:none;
}
.forms-block .error .input2 input {
    background-position:0 -75px;
}
.forms-block .error .input2 .i_l {
    background-position:0 -50px;
}
.forms-block .error .input2 .i_r {
    background-position:-5px -50px;
}
.radio_block {
    margin-bottom:17px;
}
.radio_block span {
    display:inline-block;
    zoom:1;
    //display:inline;
    color:#661610;
    background:url(../_img/official/dotted.gif) repeat-x bottom left;
    cursor:pointer;
    margin:0 7px;
    padding:3px 0 0px;
    position:relative;
    //top:-3px;

}
.radio_block .check {
    background:#ee3124;
    margin:0;
    padding:3px 7px;
    color:#fff;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    top:0;

}
.forms-block .info {
    padding:8px 0 4px;
}
.forms-block .info a {
    padding-left:20px;
    background:url(../_img/official/info.png) no-repeat 0 0;
    font-size:12px;
}
.input2 .datepicker {
    background:url(../_img/official/calendar_fon.gif) no-repeat top right;
    cursor:pointer;
    text-indent:7px;
}
.forms-block .error .input2 .datepicker {
    background-position:100% -25px;
}
.f-block .ui-datepicker-trigger {
    margin:0;
    display:inline;
    border:none;
    position:absolute;
    left:160px;
    top:5px;
    cursor:pointer;
}
.number_of_passengers {
    overflow:hidden;
}
.number_of_passengers strong {
    display:inline-block;
    zoom:1;
    //display:inline;
    color:#0c2735;
    margin-right:10px;
    width:131px;
    margin-bottom:5px;
}
.number_of_passengers {
    padding:5px 0;
    cursor:default;
}
.number_of_passengers span {
    display:inline-block;
    zoom:1;
    //display:inline;
    background: url("../_img/official/dotted.gif") repeat-x left bottom;
    color: #661610;
    cursor: pointer;
    display: inline;
    margin: 0 5px;
    padding: 2px 0 1px;
}
.number_of_passengers .check {
    background: none repeat scroll 0 0 #EE3124;
    color: #FFFFFF;
    margin: 0;
    padding: 2px 5px 1px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
}
.children {
    margin-bottom:13px;
}
.children a {
    padding-right:8px;
    background: url(../_img/official/arr_bottom.gif) no-repeat 100% 4px;
    text-decoration:none;
}
.children a span {
    display:inline-block;
    zoom:1;
    //display:inline;
    background: url(../_img/official/dotted.gif) repeat-x left bottom;
    color: #661610;
}
.children a.exp {
    background: url(../_img/official/arr_top.gif) no-repeat 100% 4px;
}
.number_of_children {
    padding-top:5px;
    display:none;
}
.help_pay {
    padding: 8px 0 4px;
}
.help_pay .help_ico {
     background: url(../_img/official/help.png) no-repeat scroll 0 0 transparent;
    font-size: 12px;
    padding-left: 20px;
    margin-right:75px;
}
.help_pay .pay_ico {
    background: url(../_img/official/pay.png) no-repeat scroll 0 0 transparent;
    font-size: 12px;
    padding-left: 20px;
}
.pc {
    width:309px;
    position:absolute;
    left:40%;
    top:10%;
    z-index:100;
    display:none;
}
.pc_top {
    height:6px;
    background:url(../_img/official/pc_top.png) no-repeat 0 0;
}
.pc_center {
    background:url(../_img/official/pc_repeat.png) repeat-y 0 0;
}
.pc_bottom {
    height:7px;
    background:url(../_img/official/pc_bottom.png) no-repeat 0 0;
}
.pc_inner {
    background:#fff url(../_img/official/pc_inner.gif) repeat-x bottom left;
    margin:0 3px;
    min-height:173px;
    padding:11px 0 0 0;
}
.back_fon {
    position:absolute;
    left:0;
    top:0;
    z-index:99;
    background:#000;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
    width:100%;
    height:1000px;
    display:none;
}
.pc_inner h3 {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:14px;
    margin-bottom:10px;
    margin-left:71px;

}
.t_block {
    margin-bottom:10px;
    overflow:hidden;
    clear:both;
    zoom:1;
}
.t_block span {
    display:block;
    float:left;
    width:61px;
    text-align:right;
    margin-right:10px;
    color:#363636;
    padding-top:1px;
}
.t_block p {
    width:212px;
    height:25px;
    background:url(../_img/official/input_212.gif) no-repeat 0 0;
    overflow:hidden;
}
.t_block p input {
    margin:0;
    padding:0;
    color: #0C2735;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    background:none;
    border:none;
    height:25px;
    width:212px;
    line-height:25px;
    text-indent:2px;
}
.pc_inner .button {
    margin:0 10px 10px 71px;
}
.pc_links {
    overflow:hidden;
    clear:both;
    zoom:1;
    background:url(../_img/official/links_separate.gif) no-repeat 90px 7px;
    margin:0 24px 0 71px;
}
.pc_close {
    width:30px;
    height:29px;
    background:url(../_img/official/close.png) no-repeat 0 0;
    position:absolute;
    right:-11px;
    top:-10px;
    cursor:pointer;
}
.link_left {
    display:block;
    float:left;
}
.link_right {
    display:block;
    float:right;
}
.main_left_sidebar {
    width:594px;
    float:left;
}
.main_left_sidebar .m_b_left {
    float:left;
    margin-left:2px;
}
.main_left_sidebar .m_b_right {
    float:right;
    margin-right:2px;
}
.main_wrap {
    overflow:hidden;
    clear:both;
    zoom:1;
    padding:0 0 0 17px;
    margin-bottom:50px;
}
.main_banner {
    width:592px;
    height:417px;
    position:relative;
    padding:1px 0 0 2px;
    margin-bottom:17px;
}
.m_b_img {
}
.m_b_img img {
    border:none;
    margin:0;
    position:absolute;
    left:2px;
    top:1px;
    display:none;
}
.m_b_img img.act {
    display:block;
}

.top_layout {
    width:594px;
    height:418px;
    background:url(../_img/official/fon_main_banner.png) no-repeat 0 0;
    position:absolute;
    left:0;
    top:0;
    z-index:3;
    cursor: pointer;
}
.m_b_descriptions {
    position:absolute;
    left:2px;
    top:21px;
    z-index:10;
    width:472px;
}
.m_b_description {
    display:none;
}
.m_b_descriptions .act {
    display:block;
}
.m_b_description h2 {
    background:#d8d8d8 url(../_img/official/main_banner_head.gif) repeat-x 0 0;
    margin-bottom:0;
    padding:8px 0 10px 20px;
}
.m_b_description p {
    background:url(../_img/official/banner_fon.png) repeat 0 0;
    color:#fff;
    font-size:14px;
    padding:13px 20px 12px;
    line-height:20px;
}
.m_b_description p strong {
}
.m_b_description p big {
    font-size:26px;
    font-weight:bold;
}
.m_b_description a {
    color:#84ffbb;
    font-size:12px;
}
.switcher_banner {
    position:absolute;
    left:2px;
    width:570px;
    bottom:24px;
    background:#ee3124;
    overflow:hidden;
    clear:both;
    zoom:1;
    padding:10px 0 10px 20px;
    margin:0;
    z-index:10;
}
.switcher_banner  li {
    display:block;
    width:16px;
    height:16px;
    background:url(../_img/official/switcher_fon.gif) no-repeat 0 0;
    float:left;
    cursor:pointer;
    padding:0;
    margin:0 10px 0 0;
}
.switcher_banner  li.act {
    background-position:bottom left;
}

.anons_news_fon {
    background:#f5f5f5 url(../_img/official/news_back_fon.gif) repeat-x 0 40px;
    width:926px;
    clear:both;
    margin-bottom:20px;
}
.anons_news {
    background:url(../_img/official/news_repeat_fon.gif) repeat-y 0 0;
}
.anons_news_top {
    background:url(../_img/official/news_top_fon.gif) no-repeat 0 0;
}
.anons_news_bottom {
    background:url(../_img/official/news_bottom_fon.gif) no-repeat bottom left;
    padding:7px 3px 0 3px;

}
.anons_news h2 {
    background:url(../_img/official/news_head_fon.gif) repeat-x 0 0;
    padding:4px 0 11px 20px
}
.anons_news_bottom ul {
    overflow:hidden;
    clear:both;
    zoom:1;
    padding: 8px 0 10px 0;
    margin:0 0 0 20px;
}
.anons_news_bottom ul li {
    width:280px;
    float:left;
    padding:0;
    margin:0 20px 0 0;
    background:none;
}
.anons_news_bottom ul li  strong {
    display:block;
    font-size:14px;
    font-weight:normal;
    margin-bottom:7px;
}
.all_news {
    padding:0 20px 23px;
    font-size:12px;
}

/*    sedebar_left
    ----------------------------------------------------------------- */

#menu_left {
    background: url(../_img/official/menu_left_gradient.gif) repeat-x left center;
    margin:0 -3px 17px;
}
#menu_left div {
    background:url(../_img/official/menu_left_repeat.gif) repeat-y 0 0;
    padding:0px 0 0 0;
}
#menu_left div div {
    background:url(../_img/official/menu_left_top.gif) no-repeat 0 0;
    padding:0 0 0px 0;
}
#menu_left .menu_inside {
    margin:0px 0px;
    background:url(../_img/official/menu_left_bottom.gif) no-repeat bottom left;
    padding:11px 0 19px 23px;
    zoom:1;
}
#menu_left ul {
    padding:2px 0 0 0;
    margin: 0 0 0 0;
}
#menu_left ul li {
    background: url(../_img/official/red_bull2.gif) no-repeat 0 8px;
    margin-bottom:11px;
    font-weight:bold;
}
#menu_left ul li a {
    font-weight:normal;
    color:#661610;
}
#menu_left ul li a:hover {
    color:#bc2e24;
}
#menu_left ul li ul {
    padding-top:6px;
}
#menu_left ul li ul li {
    background:url(../_img/official/red_bull3.gif) no-repeat 0 8px;
    margin-bottom:6px;
}
#menu_left ul li ul li ul {
    padding-top:7px;
}
#menu_left ul li ul li ul li {
    background:url(../_img/official/bull2.gif) no-repeat 0 8px;
    font-weight:normal;
    font-size:11px;
    margin-bottom:6px;
}
.banner {
    margin-bottom:20px;
    position:relative;
}
.banner img {
    display:block;
    margin-bottom:0;
    border:none;
}
.banner a {
    text-decoration:none;
}
.banner em {
    font-weight:bold;
    font-style:normal;
    display:block;
    zoom:1;
    color:#fff;
    font-size:15px;
    background:#358659;
    background:url(../_img/official/banner_fon.png) repeat 0 0;
    margin:-24px 0 0 0;
    position:relative;
    padding:3px 10px;
}
.b_tl {
    width:3px;
    height:3px;
    overflow:hidden;
    background: url(../_img/official/banner_corners.png) no-repeat 0 0;
    position:absolute;
    left:0;
    top:0;
}
.b_tr {
    width:3px;
    height:3px;
    overflow:hidden;
    background: url(../_img/official/banner_corners.png) no-repeat top right;
    position:absolute;
    right:0;
    top:0;
}
.b_bl {
    width:3px;
    height:3px;
    overflow:hidden;
    background: url(../_img/official/banner_corners.png) no-repeat 0 -3px;
    position:absolute;
    left:0;
    bottom:0;
}
.b_br {
    width:3px;
    height:3px;
    overflow:hidden;
    background: url(../_img/official/banner_corners.png) no-repeat -3px -3px;
    position:absolute;
    bottom:0;
    right:0;
}
.ib_tl {
    width:3px;
    height:3px;
    overflow:hidden;
    background: url(../_img/official/img_corners.png) no-repeat 0 0;
    position:absolute;
    left:0;
    top:0;
}
.ib_tr {
    width:3px;
    height:3px;
    overflow:hidden;
    background: url(../_img/official/img_corners.png) no-repeat top right;
    position:absolute;
    right:0;
    top:0;
}
.ib_bl {
    width:3px;
    height:3px;
    overflow:hidden;
    background: url(../_img/official/img_corners.png) no-repeat 0 -3px;
    position:absolute;
    left:0;
    bottom:0;
}
.ib_br {
    width:3px;
    height:3px;
    overflow:hidden;
    background: url(../_img/official/img_corners.png) no-repeat -3px -3px;
    position:absolute;
    bottom:0;
    right:0;
}

/*    site map
    ----------------------------------------------------------------- */
#sitemap {
    margin-bottom:15px;
    margin-left:0;
}
#sitemap li a {
    text-decoration:none;
}
#sitemap li {
    font-size:16px;
    font-weight:bold;
    background:none;
    padding-left:0;
    margin-bottom:15px;
}
#sitemap li ul {
    padding-top:8px;
    margin-left:7px;
}
#sitemap li ul li {
    font-size:14px;
    background: url("../_img/official/red_bull.gif") no-repeat scroll 0 8px transparent;
    margin-bottom: 6px;
    padding-left: 13px;
    font-weight:normal;
}
#sitemap li  ul li ul {
    padding-top:4px;
}
#sitemap li  ul li ul li {
    background: url("../_img/official/bull2.gif") no-repeat 0 8px;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 4px;
}

/*    content
    ----------------------------------------------------------------- */

.content p {
    margin-bottom:12px;
}
.content ul {
    overflow:hidden;
}
.content ol {
    overflow:hidden;
    padding-left:5px;
    //padding-left:10px;
}
.bred_crumbs {
    border-bottom:#e1e1e1 solid 1px;
    font-size:10px;
    padding-bottom:8px;
    margin-bottom:15px;
}
.bred_crumbs a {
    color:#661610;
}
.bred_crumbs a:hover {
    color:#bc2e24;
}
.bred_crumbs em {
    color:#c71509;
    font-style:normal;
    display:inline-block;
    zoom:1;
    //display:inline;
    margin:0 5px;
}


/*    content
    ----------------------------------------------------------------- */

#menu_bottom {
    margin:0;
    padding:14px 0 0 0;
    text-align:center;
    border-top:#e1e1e1 solid 1px;
    position:absolute;
    left:20px;
    top:-46px;
    display:block;
    width:920px;
}
#menu_bottom li {
    display:inline-block;
    zoom:1;
    //display:inline;
    background:url(../_img/official/red_bull4.gif) no-repeat 0 8px;
    padding:0 19px 0 23px;
}
#menu_bottom li a {
    color:#661610;
}

#menu_bottom li.first {
    background:none;
    padding-left:19px;
}
.copy {
    width:295px;
    position:absolute;
    left:0;
    top:20px;
}
.made {
    width:151px;
    position:absolute;
    right:0;
    top:20px;
}
#social {
    margin:0;
    padding:20px 0 0 0;
    text-align:center;
}
#social li {
    background:0;
    display:inline-block;
    zoom:1;
    //display:inline;
    padding:0 0 0 9px;
}
#social li.first {
    background:none;
    padding-left:0;
}
#social li a {
    display:inline-block;
    zoom:1;
    //display:inline;
    width: 24px; height: 24px;
}
#social li a.od {
    background:url(../_img/official/od.gif) no-repeat left center;
}
#social li a.tw {
    background:url(../_img/official/tw.gif) no-repeat left center;
}
#social li a.vk {
    background:url(../_img/official/vk.gif) no-repeat left center;
}
#social li a.fb {
    background:url(../_img/official/fb.gif) no-repeat left center;
}
.s_items_block {
    margin-right:-27px;
    padding-top:5px;
}
.s_item {
    width:295px;
    margin-right:25px;
    margin-bottom:20px;
    display:inline-block;
    zoom:1;
    //display:inline;
    background:#ebebeb;
    position:relative;
    line-height:16px;
    color:#4b5c65;
    min-height:279px;
    vertical-align:top;
}
.s_item a {
    text-decoration:none;
}
.s_item ul li a, .s_item p a{
    text-decoration:underline;
}
.s_item img {
    display:block;
    margin:0 0 6px 0;
    border:none;
}
.s_item .slogan {
    position:absolute;
    background:url(../_img/official/slogan_fon.png) repeat 0 0;
    display:block;
    float:left;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    padding:4px 20px 4px 20px;
    top:106px;
    left:0;
}
.s_item .slogan a {
    text-decoration:none;
    color:#fff;
}
.s_item p {
    font-size:11px;
    margin:0 10px 2px;
}
.s_item ul {
    margin:0 10px;
}
.s_item ul li {
    font-size:11px;
    margin-bottom:2px;
}
h2.dated span {
    color:#959595;
    display:block;
    font-size:13px;
    font-weight:bold;
    margin-bottom:9px;

    display:block;
    width:86px;
    text-align:center;
    padding:2px 0 3px;
    background:#ebebeb;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    color:#4b5c65;
    font-size:12px;
    zoom:1;

}
.switch_news_years {
    background:#ebebeb;
    padding:10px 10px 10px 7px;
    font-size:13px;
    margin:20px 0 18px;
    position:relative;
}
.red_head {
    background:#ebebeb url(../_img/official/top_red_fon.gif) repeat-x 0 0;
    padding-top:12px;
}
.switch_news_years a {
    display:inline-block;
    padding:2px 10px 1px;
    margin:0 3px;
}
.switch_news_years em {
    display:inline-block;
    zoom:1;
    //display:inline;
    padding:2px 10px 1px;
    margin:0 3px;
    background:#e61717;
    color:#fff;
    font-style:normal;
}
.switch_news_years .rcc {
    display:inline-block;
    zoom:1;
    float:right;
    display:inline;
    padding-left:20px;
    border-left:#cccccc solid 1px;
    padding-right:7px;
}
.switch_news_years .rcc a {
    font-size:12px;
    padding:0 0 0 17px;
    background:url(../_img/official/rss_ico.png) no-repeat 0 2px;
}

.news_list {
    padding:17px 0 0 0;
}
.news_list dt {
}
.news_list .news_img_block {
    float:left;
    width:150px;
    height:102px;
    position:relative;
    margin:7px 20px 0 0;
    zoom:1;
}
.news_list .news_img_block div {

}
.news_list .news_img_block img {
    margin:0;
    border:none;
}
.news_list  .news_description {
    overflow:hidden;
}
.news_list  .news_description h2 {
    font-size:16px;
    line-height:21px;
    font-weight:normal;
    margin-bottom:6px;
}
.news_list dd {
    margin-bottom:30px;
    overflow:hidden;
    clear:both;
    zoom:1;
}
.news_list dt {
    border-top:#d7d7d7 dotted 1px;
}
.news_list dt strong {
    display:block;
    width:86px;
    text-align:center;
    padding:2px 0 3px;
    background:#ebebeb;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    color:#4b5c65;
    font-size:11px;
    margin:0 0 -8px;
    zoom:1;
    position:relative;
    top:-11px;
}

.lister {
    background:#ebebeb;
    padding:10px 10px 10px 10px;
    font-size:13px;
    margin:0px 0 13px;
    position:relative;
    text-align:center;
}
.lister span {
    display:inline-block;
    //display:inline;
    zoom:1;
    color:#363636;
    font-size:13px;
    margin:0 10px;
}
.lister span a {
    width:auto;
    margin:0;
}
.lister span strong {
    font-size:12px;
    font-weight:normal;
}
.lister a {
    display:inline-block;
    //display:inline;
    zoom:1;
    font-size:12px;
    width:20px;
    text-align:center;
    padding:1px 0 1px;
    margin:0 7px;
}
.lister em {
    padding:1px 1px 1px 0;
    margin:0 7px;
    width:19px;
    display:inline-block;
    //display:inline;
    zoom:1;
    background:url(../_img/official/lister_fon.png) no-repeat 0 0;
    color:#fff;
    font-style:normal;
    text-align:center;
}
.default_hide {
    display:none;
}
#instructions-text {
    padding:10px;
    width:700px;
    background:#f7f7f7;
}
#instructions-text p {
    margin-bottom:12px;
}
.img_inline {
    display:inline;
    margin:0;
    border:none;
}
.search_form {
    padding:4px 0 20px;
    border-bottom:#d7d7d7 dotted 1px;
    margin-bottom:17px;
}
.search_form .input2 {
    margin-bottom:1px;
    margin-right:7px;
}
.search_form .input2 input {
    width:375px;
}
.searched_word {
    font-size:14px;
    margin-bottom:10px;
}
.searched_word strong {
    font-style:italic;
}
.search_result {
    margin-bottom:18px;
}
.search_result dt h3 {
    font-size:14px;
    font-weight:normal;
    margin-bottom:7px;
}
.search_result dt h3 span {
    font-size:12px;
    color:#898989;
    padding-left:17px;
    display:inline-block;
    zoom:1;
    //display:inline;
    margin-left:5px;
}
.search_result dt h3 span.doc {
    background:url(../_img/official/ico_doc.gif) no-repeat 0 0;
}
span.doc,
span.pdf,
span.xls {
    color: #898989;
    display: inline-block;
    font-size: 12px;
    margin-left: 5px;
    padding-left: 17px;
    font-weight:normal;
}
span.doc {
    background:url(../_img/official/ico_doc.gif) no-repeat 0 0;
}
span.pdf {
    background:url(../_img/official/ico_pdf.gif) no-repeat 0 0;
}
span.xls {
    background:url(../_img/official/ico_xls.gif) no-repeat 0 0;
}

.search_result dd {
    font-size:12px;
    font-weight:normal;
    line-height:16px;
    margin-bottom:11px;
}
.search_result dd p {
    margin-bottom:0;
}

.help_block {
    padding:10px;
    background:#ebebeb;
    overflow:hidden;
    clear:both;
    zoom:1;
    margin-bottom:20px;
    position:relative;
}
.help_block .h_img {
    position:relative;
    float:left;
    margin-right:20px;
}
.help_block .h_img img {
    margin:0;
    border:none;
}
.help_block .h_description {
    overflow:hidden;
}
.content .help_block p {
    margin-bottom:6px;
}
.content .help_block ul {
    margin-bottom:6px;
}
.add_info {
    clear:both;
    padding-top:10px;
}
.tabs {
    border-top:#acacac dotted 1px;
    padding-top:4px;
}
.bord_none {
    border:none;
}
.tabs h3 {
    margin-bottom:4px;
}
.tabs_head {
    margin-bottom:6px;
}
.tabs_head span {
    display:inline-block;
    zoom:1;
    //display:inline;
    color:#661610;
    background:url(../_img/official/dotted.gif) repeat-x bottom left;
    cursor:pointer;
    margin:0 11px 0 7px;
    padding:3px 0 0px;

}
.tabs_head .check {
    background:#ee3124;
    margin:0 4px 0 0;
    padding:3px 7px;
    color:#fff;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
}
.body_item {
    display:none;
    margin-bottom:-8px;
}
.vacancy_list .body_item {
    margin-bottom:-18px;
}
.other_choise {
    border-top:#d7d7d7 dotted 1px;
    padding:15px 0 0 0;
}
.other_choise h2 {
    margin-bottom:13px;
}
.other_choise .wrap_select {
    height:26px;
    overflow:hidden;
}
.other_choise .selectBox-dropdown {
    margin-bottom: 11px;
    width: 270px !important;
}
.faq {
    margin:0;
    padding:0;
}
.faq li {
    margin:0 0 20px 0;
    padding:5px 10px 10px 10px;
    background:#e1e1e1;
    position:relative;
}
.faq li ul li {
    background: url("../_img/official/red_bull.gif") no-repeat scroll 0 8px transparent;
    margin:0 0 6px 0;
    padding: 0 0 0 13px;
    font-size:12px;
}
.faq li .answer {
    background:#f7f7f7;
    padding:5px 10px 5px 10px;
    position:relative;
}
.faq li h3 {
    margin-bottom:7px;
}
.faq li p {
    margin-bottom:6px;
}
.faq-form {
    display:block;
    background:none;
    padding:3px 0 0 0;
    margin-bottom:10px;
}
.faq-form .f-block .input2 {
    margin-bottom:11px;
}
.faq-form .f-block .input2 input {
    width:215px;
}
.textarea-block {
    position:relative;
    overflow:hidden;
}
.faq-form .textarea-block .error_text {
    width:115px;
}
.faq-form .textarea-block .textarea {
    margin-bottom:15px;
    float:left;
}
.faq-form .capcha {
    overflow:hidden;
    clear:both;
    zoom:1;
    position:relative;
}
.faq-form .capcha img {
    display:block;
    float:left;
    margin-right:10px;
}
.faq-form .capcha .input2 {
    display:block;
    float:left;
    margin-right:9px;
    margin-top:8px;
}
.faq-form .capcha .input2 input {
    width:245px;
}
.faq-form .capcha .button {
    margin-top:8px;
}
.faq-form .error_text {
    color: #EE3124;
    display: inline-block;
    font-size: 11px;
    font-style: italic;
    line-height: 12px;
    position:static;
    width:auto;
    vertical-align:top;
    margin:5px 0 0 10px;
}
.error_text_2 {
    color: #EE3124;
    display: inline-block;
    font-size: 11px;
    font-style: italic;
    line-height: 12px;
    position:static;
    width:auto;
    vertical-align:top;
    margin:13px 0 0 0px;
}
.error_text_2 img {
    border:none;
    margin:0;
    display:inline;
}
.faq-form .capcha .error_text {
    left: 180px;
    position: absolute;
    top: 34px;
    display:block;
}
.google_map {
    width:615px;
    height:352px;
    margin-bottom:10px;
}
.google_map  img {
    border:none;
    margin:0;
}
.faq-form .f-block .input2 .w_475 {
    width:475px;
}
.faq-form .triple {
    padding-bottom:15px;
}
.faq-form .triple .input2 {
    margin-bottom:0;
    margin-right:5px;

}
.resieved {
    overflow:hidden;
}
.resieved strong {
    display:inline-block;
    zoom:1;
    //display:inline;
    color:#0c2735;
    margin-right:17px;
}
.resieved {
    padding:1px 0 15px;
}
.resieved span {
    display:inline-block;
    zoom:1;
    //display:inline;
    background: url("../_img/official/dotted.gif") repeat-x left bottom;
    color: #661610;
    cursor: pointer;
    display: inline;
    margin: 0 11px;
    padding: 2px 0 1px;
}
.resieved .check {
    background: none repeat scroll 0 0 #EE3124;
    color: #FFFFFF;
    margin: 0 6px;
    padding: 2px 5px 1px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
}
.w_260 {
    width:260px;
}
.show_info_help {
    margin-bottom:15px;
}
.text_info_help {
    display:none;
}
.show_info_help a {
    background: url("../_img/official/arr_bottom.gif") no-repeat 100% 4px;
    padding-right: 8px;
    text-decoration: none;
    display:inline-block;
}
.show_info_help a.exp {
    background: url("../_img/official/arr_top.gif") no-repeat 100% 4px;
}
.show_info_help a span {
    background: url("../_img/official/dotted.gif") repeat-x left bottom;
    color: #661610;
    display: inline-block;
}
.show_info_help a span:hover {
    color:#bc2e24;
    background: url("../_img/official/dotted_2.gif") repeat-x left bottom;
}
.hide {
    display:none;
}
.magazines {
    margin:0;
    padding:0;
    margin-right:-21px;
}
.magazines li {
    width:171px;
    background:none;
    margin:0;
    padding:10px;
    display:inline-block;
    zoom:1;
    //display:inline;
    vertical-align:top;
    margin-right:18px;
    //margin-right:21px;
    position:relative;
    background:#ebebeb;
    margin-bottom:20px;
}
.magazines li img {
    display:block;
    margin:0 0 5px 0;
    border:none;
}
.magazines li strong {
    display:block;
    color:#e61717;
    margin-bottom:2px;
}
.magazines li span {
    display:block;
}
.directions {
    margin:0;
    padding:0;
}
.directions .dir-item {
    margin:0;
    padding:0 0 10px 0;
    overflow:hidden;
    clear:both;
    zoom:1;
}
.directions .dir-item  span {
    color:#959595;
    display:block;
    font-style:italic;
    margin-bottom:12px;
    margin-top:-8px;
}
.directions .dir-item .dir_photo {
    position:relative;
    margin-right:19px;
    float:left;
    margin-top:6px;
    margin-bottom:20px;
}

.directions .dir-item .dir_photo img {
    margin:0;
    border:none;
}
.dir_description {
    overflow:hidden;
}
.vacancy_list {
    padding:10px;
    background:#ebebeb;
    margin-bottom:20px;
    position:relative;
}
.vacancy_list .tabs {
    padding:0;
    border:none;
}
.vacancy_list .tabs .tabs_head {
    margin-bottom:14px;
}

.vacancy_list .tabs  h3 {
    margin-bottom:6px;
}
.wrap_column {
    overflow:hidden;
    clear:both;
    zoom:1;
}
.t-column-left {
    width:290px;
    float:left;
}
.t-column-right {
    width:290px;
    float:right;
}
.offers {
    margin:0 -18px 0 0;
    //margin-right:-21px;
    padding:0;

}
.offers li {
    margin:0;
    padding:0;
    background:none;
    display:inline-block;
    zoom:1;
    //display:inline;
    width:191px;
    text-align:left;
    margin-right:18px;
    //margin-right:21px;
    vertical-align:top;
    margin-bottom:27px;
}
.offers li .o_img {
    position:relative;
    margin-bottom:5px;
}
.offers li .o_img img {
    margin:0;
    border:none;
}
.date-top {
    display:block;
    font-style:italic;
    font-size:13px;
    color:#959595;
    margin-bottom:3px;
}
.album {
    padding:4px 0 0 0;
    margin-right:-10px;
}
.album a {
    padding:1px 2px 3px;
    background: url(../_img/official/album_fon.gif) no-repeat 0 0;
    display:inline-block;
    zoom:1;
    //display:inline;
    margin:0 10px 10px 0
}
.album a img {
    margin:0;
    border:none;
    padding:0;
}
.album a:hover img {
    border:#661610 solid 1px;
    margin:-1px;
}
.red {
    font-size:13px;
}
.red a {
    font-size:12px;
}
.photo_albums_list {
    margin:0 -20px 0 0;
    //margin-right:-17px;
    padding:5px 0 0 0;
}
.photo_albums_list li {
    margin:0;
    padding:0 12px;
    background: url(../_img/official/album_list_fon.gif) no-repeat 0 0;
    width:171px;
    height:219px;
    display:inline-block;
    zoom:1;
    //display:inline;
    margin-right:14px;
    margin-bottom:20px;
    vertical-align:top;
    //margin-right:17px;
}
.photo_albums_list li img {
    border:none;
    margin:11px auto 7px;
}
.photo_albums_list li strong {
    font-size:13px;
    font-weight:bold;
    margin-bottom:6px;
    display:block;
    line-height:16px;
    min-height:32px;
}
.photo_albums_list li p {
    overflow:hidden;
    clear:both;
    zoom:1;
    font-size:12px;
}
.photo_albums_list li p span {
    display:block;
    float:left;
    color:#4b5c65;
}
.photo_albums_list li p em {
    display:block;
    float:right;
    color:#4b5c65;
    font-style:normal;
    padding-right:17px;
    background:url(../_img/official/ico_photo.gif) no-repeat 100% 4px;
}

.video_list {
    margin:0 -20px 0 0;
    //margin-right:-24px;
    padding:5px 0 0 0;
}
.video_list li {
    margin:0;
    padding:0;
    background:none;
    width:191px;
    min-height:219px;
    display:inline-block;
    zoom:1;
    //display:inline;
    margin-right:19px;
    margin-bottom:9px;
    vertical-align:top;
    //margin-right:22px;
}
.video_list li .vid {
    display:block;
    width:159px;
    height:124px;
    padding:5px 16px;
    margin-bottom:5px;
    position:relative;
}
.video_list li .vid a {
    width:191px;
    height:134px;
    background:url(../_img/official/video_list_fon.png) no-repeat 0 0;
    display:block;
    position:absolute;
    left:0;
    top:0;
}
.video_list li .vid img {
    border:none;
    margin:0;
}
.video_list li .video_description {
    background:#ebebeb;
    padding:7px 9px 6px;
    position:relative;
}
.video_list li .video_description strong {
    font-size:13px;
    font-weight:bold;
    margin-bottom:6px;
    display:block;
    line-height:16px;
    min-height:32px;
}
.content .video_list li .video_description p {
    overflow:hidden;
    clear:both;
    zoom:1;
    font-size:12px;
    margin-bottom:0;
}
.video_list li .video_description p span {
    display:block;
    float:left;
    color:#4b5c65;
}
.weahter_in_towns {
    padding-top:7px;
}
.weather {
    margin-bottom:11px;
    padding-bottom:1px;
    background:url(../_img/official/hor_dotted-2.gif) repeat-x 1px 100%;
}
.weather th {
    background:#ebebeb url(../_img/official/vert_dotted.gif) repeat-y 0 0;
    text-align:center;
    padding:1px 10px 0;
    border-bottom:#efefef solid 1px;
}
.weather th p {
    overflow:hidden;
    clear:both;
    zoom:1;
    margin-bottom:-5px;
}
.weather th strong {
    color:#ee3124;
    text-transform:uppercase;
    display:block;
    float:left;

}
.weather th span {
    display:block;
    float:right;

}
.weather th.first {
    text-align:left;
    border-left:none;
    background-image:none;
}
.weather td {
    padding:7px 10px 1px 10px;
    background:url(../_img/official/vert_dotted.gif) repeat-y 0 0;
}
.weather td.first {
    border-left:none;
    background-image:none;
}
.weather_type {
    float:left;
    margin-right:0px;
    position:relative;
    left:-5px;
}
.weather td.first .weather_type  {
    margin-right:10px;
    left:0;

}
.weather_type img {
    border:none;
    margin:0;
}
.temperature {
    color:#4b5c65;
    font-size:24px;
    padding-top:7px;
    padding-bottom:6px;

}
.temperature strong {
    font-size:18px;
    display:block;
    margin-bottom:3px;
}
.temperature span {
    font-size:14px;
    display:block;
    color:#b7b9bb;
}
.weather td.first .temperature {
    color:#4b5c65;
    font-size:24px;
    padding-top:7px;
    padding-bottom:6px;
}
.w_add_info {
}
.wet {
    padding-left:15px;
    color:#a1a1a1;
    display:inline-block;
    zoom:1;
    //display:inline;
    margin-right:15px;
    background:url(../_img/official/wet_fon.gif) no-repeat 0 0;
    font-size:11px;
}
.wind {
    padding-left:23px;
    font-size:11px;
    color:#a1a1a1;
    display:inline-block;
    zoom:1;
    //display:inline;
    background:url(../_img/official/wind_fon.gif) no-repeat 0 0;
}

/* ZOOMER MAP */
        .imagesIndex{
            margin-left:30px
        }
        .imagesIndex span.title{
            display:inline-block;
            padding:6px;
            padding-bottom:3px;
            background-color:white;
            color:black;
            cursor:pointer;
            margin-right:3px;
            -moz-border-radius:8px 8px 0px 0px;
            -webkit-border-top-right-radius:8px;
            -webkit-border-top-left-radius:8px;
        }
        .imagesIndex span.title.selected{
            background-color:gray;
            color:white;
            cursor:pointer;
        }
        .imageContainer{
            /*border:20px solid gray;
            background-color:black;
            -moz-border-radius:20px 20px 0px 0px;
            -webkit-border-top-right-radius:20px;
            -webkit-border-top-left-radius:20px;*/
            overflow:hidden;
        }
        .applContainer{
            background-color:black;
        }
        .descriptionBox{
            border:20px solid gray;
            border-top:none;
            width:100%;
            -moz-border-radius:0px 0px 20px 20px;
            -webkit-border-bottom-right-radius:20px;
            -webkit-border-bottom-left-radius:20px;
            color:white;
            background-color:gray;
            display:none;
        }
        .nav{
            display:block;
            border:2px solid #358659;
            background-color:gray;
            margin:10px 0 0 -10px;
        }
        .nav img {
            margin:0;
            border:none;
            cursor:move;
			height:104px !important;
        }
        .navImage {
            border:none;
            margin:0;
        }
        .draggableElement {
            position: absolute;
            cursor: default;
            left: -788px;
            top: -825px;
        }
        #navLocator {
            top:37px;
            left:41px;
        }
        .navigationThumb {
        }
        #loader td {
            vertical-align:middle;
            text-align:center;
        }
        #loader img {
            display:inline;
            margin:0;
            border:none;
        }


.shadow_map_top {
    width:615px;
    height:8px;
    background:url(../_img/official/map_hor.png) no-repeat 0 0;
    position:absolute;
    left:0;
    top:0;
}
.shadow_map_bottom {
    width:615px;
    height:8px;
    background:url(../_img/official/map_hor.png) no-repeat bottom left;
    position:absolute;
    left:0;
    bottom:0;
}
.shadow_map_left {
    width:8px;
    height:599px;
    background:url(../_img/official/map_vert.png) repeat-y 0 0;
    position:absolute;
    left:0;
    top:8px;
}
.shadow_map_right {
    width:8px;
    height:599px;
    background:url(../_img/official/map_vert.png) repeat-y top right;
    position:absolute;
    right:0;
    top:8px;
}
.navArea_wrap {
    width:615px;
    height:615px;
    position:relative;
    margin-bottom:4px;

}
.navArea_wrap, .navImage {
    cursor: url(../_img/official/hand.png), pointer;
}
.type_flight {
    overflow:hidden;
    clear:both;
    zoom:1;
}
.type_flight h3 {
    float:left;
    margin-right:40px;
}
.type_flight .type_f_1 {
    float:left;
    margin-right:57px;
}
.type_flight .type_f_1 span {
    width:49px;
    height:2px;
    overflow:hidden;
    display:block;
    float:left;
    margin-right:11px;
    background:#3f99d4;
    position:relative;
    top:8px;
}
.type_flight .type_f_2 {
    float:left;
    margin-right:57px;
}
.type_flight .type_f_2 span {
    width:49px;
    height:2px;
    overflow:hidden;
    display:block;
    float:left;
    margin-right:11px;
    background:#e13e96;
    position:relative;
    top:8px;
}

.type_flight .type_f_3 {
    float:left;
}
.type_flight .type_f_3 span {
    width:49px;
    height:2px;
    overflow:hidden;
    display:block;
    float:left;
    margin-right:11px;
    background:#8852a1;
    position:relative;
    top:8px;
}
.flight_map {
    padding-top:5px;
}
.flight_map .required {
    margin-bottom:10px;

}
.add_info_type_2 {
    padding-top:0;
}
.add_info_type_2 .tabs  {
    border:none;
}
.add_info_type_2 .tabs_head {
    margin-bottom:10px;
}


/* SELECT 2 ********************** */
.selectBox2 {
    background: url("../_img/official/select_fon.png") no-repeat scroll 0 0 transparent;
    color: #000000;
    cursor: default;
    display: inline-block;
    zoom:1;
    //display:inline;
    height: 26px;
    line-height: 1.5;
    outline: medium none;
    padding: 0 0 0 4px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    width: 250px;
}
.selectBox2:hover .selectBox2-arrow {
    background-position:0 0;

}
.selectBox2 .selectBox2-label {
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    overflow: hidden;
    padding: 5px 0 0 2px;
    text-indent: 6px;
    white-space: nowrap;
    width: 100%;
}
.selectBox2 .selectBox2-arrow {
    background: url("../_img/official/select_arrow.png") no-repeat bottom left;
    height: 26px;
    position: absolute;
    right: -2px;
    top: 0;
    width: 33px;
}
.selectBox2-dropdown .selectBox2-arrow {
    background-position:0 0;
}
.select2-dropdown-menu {

    border: #bbbbbb solid 1px;
    background: url(../_img/official/backround_right_menu.gif) repeat-y top right #FFF;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    position:absolute;
    max-height:200px;
    z-index: 99999;
    display: block;
    overflow:hidden;
}
.select2-dropdown-menu ul {
    border: 1px solid #BBBBBB;
    margin:0;
    max-height:198px;
    overflow:auto;
}
.select2-dropdown-menu ul li {
    margin:0;
    background:none;
    cursor: pointer;
}
.select2-dropdown-menu ul li:hover {
    color:#fff;
    background:#ff0000;
}

.select2-dropdown-menu ul li  a{
    padding:0 5px;
}

.scrollbar {
    background: url(../_img/official/backround_right_menu.gif) repeat-y;
    width:21px;
    height:199px;
    position:absolute;
    right: 1px;
    top:0;
}


.scrollbar .slider, .scrollbar .slider div{
   background: none;
}

.main_map {
    width:615px;
    height:615px;
    overflow:hidden;
    position:relative;
    margin-bottom:4px;
    background:url(../_img/official/ajax-loader.gif) no-repeat center center;
}
.main_map .map_zoom {
    position:absolute;
    left: -880px;
    top: -614px;
    z-index:0;
    border:none;
    margin:0;
}
.zoom_preview {
    width:200px;
    position:absolute;
    right:10px;
    top:10px;
    border:#38885c solid 1px;
}
.zoom_preview img {
    width:100%;
    margin:0;
    border:none;
}
.zoom_preview .z_p_area {
    position:absolute;
    left:42px;
    top:40px;
    width:49px;
    height:49px;
    border:#e61717 solid 1px;
}
.sheme_block {
    width:100%;
    height:131px;
    background:url(../_img/official/samolet-new.png) no-repeat center 0;
    position:relative;
    margin-bottom:20px;
}
.no_busness {
    background:url(../_img/official/samolet-new2.png) no-repeat center 0;
}
.sheme_block a {
    display:block;
    float:left;
    width:12px;
    height:8px;
    margin-right:1px;
    position:relative;
    text-decoration:none;
}
.sheme_block a span {
    display:none;
    width:39px;
    height:27px;
    padding-top:1px;
    position:absolute;
    left:-13px;
    top:-31px;
    font-size:12px;
    color:#4B5C65;
    background:url(../_img/official/tool_tip_fon.gif) no-repeat 0 0;
    text-align:center;
    text-decoration:none;
}
.sheme_block a span:hover {
    display:none !important;
}
.sheme_block a:hover {
    background:url(../_img/official/hover_seats.png) no-repeat 0 -16px;
    z-index:10;
}
.no_busness a:hover {
    background:url(../_img/official/hover_seats.png) no-repeat 0 -32px;
}


.sheme_block .green_seat:hover {
    background:url(../_img/official/hover_seats.png) no-repeat 0 0;
}
.sheme_block .blue_seat:hover {
    background:url(../_img/official/hover_seats.png) no-repeat 0 -8px;
}
.sheme_block .orange_seat:hover {
    background:url(../_img/official/hover_seats.png) no-repeat 0 -24px;
}



.sheme_block a.check {
    background:url(../_img/official/reserved.png) no-repeat 0 0 !important;
}
.sheme_block a.p_reserved {
    background:url(../_img/official/reserved.png) no-repeat 0 0 !important;
}
.sheme_block a:hover span {
    display:block;
}
.sheme_block a.exp {
    margin-right:2px;
}
.bisness_a {
    left: 62px;
    position: absolute;
    top: 85px;
}
.no_busness .bisness_a {
    left:61px;
}
.bisness_b {
    left: 61px;
    position: absolute;
    top: 77px;
}
.bisness_c {
    left: 62px;
    position: absolute;
    top: 69px;
}
.no_busness .bisness_c {
    left:61px;
}
.bisness_d {
    left: 75px;
    position: absolute;
    top: 53px;
}
.bisness_e {
    left: 76px;
    position: absolute;
    top: 45px;
}
.no_busness .bisness_e {
    left:75px;
}
.bisness_f {
    left: 76px;
    position: absolute;
    top: 36px;
}
.no_busness .bisness_f {
    left:75px;
}
.simple_a {
    left: 203px;
    position: absolute;
    top: 85px;
}
.no_busness .simple_a {
    left:201px;
}
.simple_b {
    left: 190px;
    position: absolute;
    top: 77px;
}
.no_busness .simple_b {
    left:188px;
}
.simple_c {
    left: 190px;
    position: absolute;
    top: 69px;
}
.no_busness .simple_c {
    left:188px;
}
.simple_d {
    left: 192px;
    position: absolute;
    top: 53px;
}
.no_busness .simple_d {
    left:190px;
}
.simple_e {
    left: 192px;
    position: absolute;
    top: 45px;
}
.no_busness .simple_e {
    left:190px;
}
.simple_f {
    left: 205px;
    position: absolute;
    top: 37px;
}
.no_busness .simple_f {
    left:203px;
}
.legend img {
    display:block;
    float:left;
    border:none;
    margin:0 10px 0 0;
}
.legend {
    font-size: 11px;
    line-height: 16px;
    margin-bottom:20px;
}
.choose_city {
    overflow:hidden;
    clear:both;
    zoom:1;
    margin-bottom:20px;
}
.choose_city em {
    display:block;
    float:right;
    width:340px;
}
.cc_block {
    float:left;
    width:255px;
}