html, body{
 height: 100%;
}

body{
 min-width: 960px;
 height: 100%;
 margin: 0px; 
 font-family: arial; 
 font-size: 14px;
 background: #fff;
 color: #5e5849;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
 display: block;
}

#base{
 /*position: absolute;*/
 position: relative;
 width: 100%;
 min-width: 960px;
 height: 100%;
 overflow: hidden;
}


/* Карта */
#background_map{
 position: absolute;
 width: 100%;
 height: 100%;
}

#dvMapYandex{
    /*
 margin-left: 336px;
 margin-top: 66px;
    */
}



/* Шапка */
#header{
 position: absolute;
 top: 0px;
 width: 100%;
 /*height: 69px;*/
 height: 65px;
 z-index: 500;
}


/* Логотип в шапке*/
#header_base{
 position: relative;
 float: left;
 width: 100%;
 height: 100%;
 margin-right: -300px;
}

#header_base_img_1{
 position: absolute;
 top: 0;
 left: 0;
 height:65px;
 width: 1002px;
/* background: url(../images/bg_head_img.jpg) no-repeat;*/
}

#header_base_inner{
 height: 100%;
/* margin-right: 300px;*/
 margin-right: 360px;
 background: url(../images/header_bg_1.png) repeat-x;
}

#header_base_img{
 float: left;
 width: 224px;
 margin: 12px 0 0 10px;
}


/* Заголовок */
#header_base_title{
 float: left;
 margin-left: 56px;
 padding-top: 15px;
 text-align: left;
 font-family: calibri, arial; 
 font-size: 15px;
 color: #fff;
}

#header_base_title a{
 text-decoration: none;
 color: #FFF;
}


/* Быстрые ссылки в шапке */
#header_base_links{
 position: absolute;
 top: 0;
 /*right: 284px;*/
/* right: 300px;*/
 right: 360px;
 /*margin-left: 650px;*/
 /*float: right;*/
 padding-top: 14px; 
 padding-right: 6px;
 text-align:center;
}

.border{
    border: 1px solid #ff2f00;
    float: left;
    padding: 3px;
/*    height: 28px;*/
/*    padding: 6px;*/
    width: 70px;
}

.eye{
  background: url(../images/icons/header/eye_small.png) center top;
  
/*    padding-left: 20px;
    padding-top: 4px;*/
}

.border:hover{
    border: 1px solid #fFF;
}

.cecutient_header .border{
    border: 1px solid #000;
}

.cecutient_header .border:hover{
    border: 1px solid #f0ede5;
}

#header_base_links span.shr{
 float: left;
 height: 18px;
 font-size: 11px;
 font-family: trebuchet ms, arial;
 color: #234296;
 background-repeat: no-repeat;
 background-position: 50% 0%;
} 

#header_base_links div.link{
 float: left;
 height: 18px;
 /*margin-right: 32px;*/
 margin-right: 18px;
 font-size: 11px;
 font-family: trebuchet ms, arial;
 color: #234296;
 text-align: center;
 width: 68px;
 background-repeat: no-repeat;
 background-position: 50% 0%;
} 

.cecutient_header #header_base_links div.link{
 height: 31px;
}

#header_base_links a{
 display: block;
 padding-top: 19px; 
 color: #FFF;
 text-decoration: none;
}

#header_base_links div.home[class~="home"]{
 background-image: url(../images/icons/header/home.png);
} 

#header_base_links div.link[class~="print"]{
 background-image: url(../images/icons/header/print.png);
} 

div.link[class~="print"]{
 background: url(../images/icons/header/print_small.png) center top;
} 


.cecutient_header #header_base_links div.link[class~="print"]{
 background-image: url(../images/icons/header/print_black.png);
}

.cecutient_header #header_base_links div.link[class~="print"] a{
  display: none;
}

#header_base_links div.link[class~="share"]{
 background-image: url(../images/icons/header/share.png);
} 

#header_base_links div.link[class~="save"]{
 background-image: url(../images/icons/header/save.png);
} 

span.shr[class~="shareRes"]{
 background: url(../images/icons/header/email.png) no-repeat;
}

#header_base_links div.link:hover a{
 color: #FFF;
}

#header_base_links div.link[class~="home"]:hover{
 background-image: url(../images/icons/header/home_hover.png);
} 

#header_base_links div.link[class~="print"]:hover{
 background-image: url(../images/icons/header/print_hover.png);
} 

.cecutient_header #header_base_links div.link[class~="print"]:hover{
  background-image: url(../images/icons/header/print_black.png);
}

#header_base_links div.link[class~="share"]:hover{
 background-image: url(../images/icons/header/share_hover.png);
} 

#header_base_links div.link[class~="save"]:hover{
 background-image: url(../images/icons/header/save_hover.png);
} 

#header_base_links div.link[class~="stat"] {
    background-image: url("../images/icons/header/stat.png");
}

#header_base_links div.link[class~="stat"]:hover {
    background-image: url("../images/icons/header/stat_hover.png");
}

#share_bar{
 display: none;
/* float: right;*/
 /*width: 139px;*/
 width: 153px;
 height: 30px;
 /*margin-left: -146px; */
/* margin-left: -162px; 
 margin-right: -6px;
 margin-top: 44px;*/
 padding-top: 2px;
 padding-bottom: 8px;
 padding-left: 7px;
 /*background: url(../images/share_bg.png);*/
/* background: url(../images/share_bg_n.png);*/
 background: url(../images/share_bg_n_180.png);
 opacity: 0;
 filter: alpha(opacity=0);
 
 position: absolute;
 top: -28px;
/* right: 160px;*/
 right: 365px;
}

.cecutient #share_bar{
  right: 365px;
}

/* Дата и переключатель языков */
#header_date_lang
{
  background-color: #ffb204;
  height: 65px;
  position: absolute;
/*  right: 165px;*/
  right: 281px;
  top:0;
/*  width: 130px;*/
  width: 76px;
}

#header_clock{
 float: left;
/*  width: 78px;*/
/*  width: 58px;*/
  width: 68px;
  height: 35px;
  margin-top: 12px;
  margin-left: 5px;
  /*margin-left: 20px;*/
}

#header_clock_time{
 font-family: trebuchet ms, arial;
 font-size: 1.2em;
/* color: #FFF;*/
 color: #000;
 text-align: center;
 margin-bottom: 0px;
}
.cecutient #header_clock_time {
 color: #FFF;
}


#header_clock_time div.separator{
 display: inline-block;
 width: 8px;
 text-align: center;
}


#header_clock_date{
 font-family: trebuchet ms, arial;
 font-size: 1em;
/* color: #FFF;*/
 color: #000;
 text-align: center;
 margin-bottom: 6px;
}

.cecutient #header_clock_date{
 color: #FFF;
}



/* Переключатель языков*/
#header_lang{
 float: right;
 width: 20px;
 height: 35px;
 margin-top: 15px;
 margin-right: 20px;
}

#header_lang a.flag{
 display: block;
 width: 18px;
 height: 12px;
 margin-bottom: 5px; 
 background-repeat: no-repeat;
 border: 2px solid transparent;
 cursor: pointer;
 cursor: hand;
}

#header_lang a.flag_active{

 border: 2px solid #FFF;
}

#header_lang a.flag_ru{
 background-image: url(../images/icons/header/flag_ru.png);
} 

#header_lang a.flag_en{
 background-image: url(../images/icons/header/flag_en.png);
} 




/* Избранное и обратная связь */
#header_favorites{
    
    position: absolute;
    right:0;
    top:0;
    
 /*float: right;*/
/* width: 160px;*/
 width: 278px;
 height: 100%;
 margin-left: 5px;
 background: url(../images/header_bg_1.png) repeat-x;
}

#header_favorites_inner{
 padding-top: 12px;
}

#header_favorites div.link{
/* float: left;*/
/* height: 35px;
 width: 70px;*/
/* margin-left: 28px;*/
/* margin-bottom: 6px; */
/* font-size: 11px;*/
 font-size: 11px;
 font-family: trebuchet ms, arial;
 color: #234296;
 background-repeat: no-repeat;
 cursor: pointer;
/* background-position: 0% 50%;*/
} 


#header_favorites div.link a{
  display: block;
  padding-top: 20px;
  text-align: center;
}

#header_favorites a{
/* padding-left: 24px;*/
 color: #FFF;
 text-decoration: none;
}

.cecutient #header_favorites a{
 padding-left: 0px;
}

div.link_favorites{
 background: url(../images/icons/header/favorites.png) center top;
}

.cecutient #header_favorites div.link_favorites{
/* font-size: 18px;*/
/* background: none;*/
}

#header_favorites div.link_feedback{
 background-image: url(../images/icons/header/feedback.png);
} 

.cecutient #header_favorites div.link_feedback{
 font-size: 18px;
 background: none;
}






/* Подвал сайта */
#footer{
 position: absolute;
 bottom: 0px;
 width: 100%;
 height: 73px;
 font-family: calibri;
 font-size: 11px;
 color: #6d6e71;
 background: none repeat scroll 0 0 #F2F2F2;
}

.cecutient #footer{
  font-size: 13px;
}

#footer_text{
 float: left;
 padding-top: 10px;
 padding-left: 70px;
}

#footer_text p{
 margin: 0px;
 margin-bottom: 10px;
}

#footer_images img{
 margin-right: 22px;
}

#footer_links{
 float: right;
 padding-top: 10px;
/* padding-right: 70px;*/
 text-align: right;
 position: absolute;
 bottom: 18px;
 right: 0;
}



.cecutient_footer #footer_links{
  padding-right: 10px;
}

.fBottomRight a{
  color: #383838;
}

.fBottomRight{
  float: left; 
  width: 600px; 
  margin-top: 14px;    
}

.cecutient_footer .fBottomRight{
  width: 690px; 
}

.cecutient #footer_cecutient a{
  padding-right: 10px;
}

.fBottomRight{
  font-size: 14px;
}

.fBottomRight .helpButton{
  float: right;
  padding-right: 70px;
}

.fBottomRight .shareBt{
  float: right;
  padding-right: 70px;
}

.fBottomRight .feedback{
  float: right;
  padding-right: 58px;
}


#footer_links p{
 margin: 0px;
 margin-bottom: 1px;
 font-size: 12px;
}

#footer_links p a{
 margin-left: 10px;
}

#footer_links p.small{
 margin: 0px;
 margin-top: 10px;
 font-size: 11px;
}









#logoFooter{
 display: block;
 height: 62px;
 width: 66px;
 background: url(../images/index/logo.jpg) no-repeat 50% 0%;
}



/* Common */
a{
 color: #0180af;
}

.scrollable{
 overflow: hidden;
}


a img{
 bordeR: 0px;
}

.pie{
 behavior: url(/templates/pie/PIE.htc);
}

.spanCP { cursor: pointer; }
.spanCP2{ cursor: pointer; }


.b-share-icon_sh {
    background: url(../images/share_mail_bg.png) no-repeat scroll 0 99px transparent;
    border: 0 none;
    display: inline;
    float: left;
    height: 16px;
    overflow: hidden;
    padding: 0 !important;
    vertical-align: top;
    width: 16px;
}

.JourneyBlock {
  display:none;
}



.cecutient_header .sidebar_info a
{
  color: #000 !important;
}

.cecutient_block_sb{
 display: none;
}

.cecutient_header .cecutient_block_sb{
 width:215px;
 color: #000;
 display: block;
}

.cecutient_header .cecutient_block_sb:hover{
 display: block;
}

.cecutient_header .cecutient_block_sb div:hover{
 text-decoration: underline;
 cursor: pointer;
}

.cecutient_header{
  color: #FFF !important;
  background: none !important;
  background-color: #000 !important;
}

.cecutient_header .cOption{
  color: black !important;
}

.cecutient_headerSidebar{
  color: #000 !important;
  border: 1px solid #000;
  background: none !important;
  background-color: #FFF !important;
}

.cecutient_header.selector_active{
  color: #000 !important;
  background: none !important;
  background-color: #FFF !important;
}

.cecutient_headerSidebar.selector_active{
  color: #FFF !important;
  background: none !important;
  background-color: #000 !important;
}

#sidebar_selectors .cecutient_header:hover{
  text-decoration: underline;
}

.cecutient_header div.sidebar_top_buttons div.transport[class~="active"]
{
  background: none !important;
  background-color: black !important;
  color: white !important;
}

/* Подпись к ТС */
.tsname {
  background-color:#ffffff;
  font-weight:bold;
  color: red;
  /*width: auto;*/
  display: inline-block;
  border:2px #006699 solid; }

/* Хинт КТ */  
.spoiler-wrap {
  //padding-top: 10px; 
  }
.spoiler-head {
  line-height:15px;
  margin-left:6px;
  cursor:pointer;
  }
.spoiler-body {
  padding-left: 20px;
  margin-left: 6px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b2b2b2;
  padding-top:4px;
/*  margin-top: -8px;*/
  //padding-bottom: 15px;
/*  margin-bottom: -10px;*/
  }  
.tt_plus {
  background:url(images/ui/plus.gif) no-repeat scroll left 10px center transparent;
  display:block;
  padding-left:14px; 
}
.cecutient .tt_plus {
  background:none;
}

.tt_minus {
  background:#dedede url(images/ui/minus.gif) no-repeat scroll left 10px center;
  display:block;
  padding-left:14px; 
}

.cecutient .tt_minus, .cecutient .spoiler-body {
  background: #000;
}

.cecutient .spoiler-body {
  color: #FFF;
  background: #000;
}

.cecutient .tt_minus *{
  color: #FFF;
}
.cphinttypeshow1 {
  background: red;
  color: white;
  cursor: pointer;
  padding: 2px 2px 2px 2px;  
}

.cecutient .cphinttypeshow1{
 background: #000;
}

.cphinttypeshow2 {
  text-decoration: underline;
  cursor: pointer;
  padding: 2px 2px 2px 2px;
}
.linkSpan {
  background-color: #ffb204;
  color: black;
  border-radius:3px; 
  -webkit-border-radius:3px; 
  -moz-border-radius:2px; 
  -khtml-border-radius:6x;
  cursor: pointer;
  padding: 1px 4px;
}

.cecutient .linkSpan{
  border-bottom: 3px dotted #000;
  background: none;
}

.tt_cp {
 font-family: "Verdana";
 font-size: 14pt;
 margin-left: 14px;
 padding: 0 3px;
 float:left;
}

.tt_cp_old {
 color: #696967;
}

.cecutient .tt_cp_old {
 color: #FFF;
}

.tt_cp_cur {
 color: #D93C19;
 background-image: url("images/ui/tt_cur.png");
 background-repeat: no-repeat;
 background-position: 50% 100%; 
 padding-bottom: 12px;
 padding-right: 20px;
 padding-left: 20px; 
}

.cecutient .tt_cp_cur {
  background-image: url("images/ui/tt_cur_cu.png");
  background-position: 50% 100%; 
  width: 124px;
  padding-bottom: 20px;
}

.tt_cp_next {
 color: #000;
}

.cecutient .tt_cp_next {
 background: #FFF;
 color: #000;
}

.tt_cp_minute {
 text-decoration: underline;    
 vertical-align:super;
 font-size: 10pt;
}

.spoiler-wrap .route{
 margin-left: 15px;
/* float: left;*/
 font-size: 18px;
 width: 29px;
 height: 22px;
 background: url("../images/icons/balloon/shroute.png") no-repeat;
 //background-repeat: no-repeat;
}

.spoiler-wrap .route:hover{
 background: url("../images/icons/balloon/shroute_hover.png") no-repeat;
}

.x-form-invalid-field {
  background: white url("/images/invalid_line.gif") repeat-x bottom !important;
  border-color: #c30;
}