@charset "utf-8";
/* CSS Document */

#all {
    margin:0px 5px 0px 5px;
    position: relative;
    max-width: 1200px;
    min-width: 1000px;
width: expression((document.documentElement.clientWidth || document.body.clientWidth) < 1000 ? '1000px' : (document.documentElement.clientWidth || document.body.clientWidth) > 1200 ? '1200px' : '100%' );
	text-align:center;
}

ul,ol,dl,li{
	margin:0;
   padding:0;
}

A, A:hover, A:visited{
    color:#0000FF;
    text-decoration:none
}
A:hover{
    text-decoration:underline;
}

/*------------------------------------------------------------------- 
 Header styles 
--------------------------------------------------------------------*/

#header {
    clear:both;
    width:100%;
    height:230px;
    background-image:url(/img/v3/head-top-bg-3.jpg);
    background-position:221px top;
    background-repeat:no-repeat;
    margin:0px;
    padding:0px;
    background-color:#FFFFFF;
    overflow:hidden;
}
#header #logo {
   /*    position:absolute;
    top: 0px;
    left: 0px;
*/    width:220px;
   /*   height:55px;*/
    text-align:center;
   vertical-align:middle;
   float:left;
   height:230px;
   display:block;
   background-image: url(/img/v3/head-left-bg.jpg);
   background-repeat: no-repeat;
   background-position: center bottom;
}
#header #logo h1 {
    font-family: Arial;
    font-size:18px;
    color:#cc3333;
    font-weight:bold;
    text-align:center;
    padding: 5px 0;
	 margin:0;
}
#header #logo h2 {
    font-family: Tahoma;
    font-size:14px;
    color:#666666;
    font-weight:normal;
    text-align:center;
    padding: 0;
	 margin:0;
}

#header #logo a {
	text-decoration:none;
}

#header #left-bg-img {
    margin: 56px 0px 0px 0px;
    padding:0px;
    float:left;
    border-right:solid 1px #fff;
}

#header #head-devider {
    height:18px;
    background-color: #CC3333;
    border-width: 1px 0px;
    border-color: #FFFFFF;
    border-style: solid;
    display:block;
    margin: 100px 0 auto 221px;
}

#header #head-advert {
   background-color: #f9f9f9;
   text-align: center;
   vertical-align: middle;
   display:block;
   margin: 0 0 0 221px;
   height:110px;
}

#header #head-advert img{
	margin: 10px 0;
}
#header #head-advert div{
	display:inline-block;
	margin: 10px 0;
}

#header #head-devider #dateTime {
    display:inline;
    margin-left: 10px;
    text-align:center;
    line-height:18px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:bold;
    color:#FFFFFF;
    float: left;
}


#header ul {
    padding: 0px;
    margin-left: 0px;
    float:left;
    display: inline;
}
#header ul li {
   display: inline;
   list-style-type: none;
   line-height: 18px;
   float: left;
   vertical-align:middle;
   margin-left: 15px;
}
#header ul li a {
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
}
#header ul li a:hover {
    text-decoration: underline ;
}
#header ul li a.sel {
   color: #C80101;
   text-decoration: underline;
}

/*------------------------------------------------------------------- 
 Footer styles 
--------------------------------------------------------------------
#footer {
    clear:both;
    float:left;
    width:100%;
}
#footer p {
    padding:10px;
    margin:0;
}
*/

/*------------------------------------------------------------------- 
 Левое меню 
--------------------------------------------------------------------*/
.left-menu{
    border: 1px solid #CCCCCC;
    width:218px;
    color:#666666;
    voice-family: "\"}\"";
    voice-family:inherit;
    width:220px;
}
html>body .left-menu{
    width:218px;
}
.left-menu ul#sub-level1{
    width:210px;
    padding: 0px 5px 0px 5px;
    margin:0;
}

.left-menu ul#sub-level1 li{
    list-style-type: none;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #858484;
    padding-top: 2px;
    padding-bottom: 3px;
    margin: 0px;
    clear:left;
    font-family:Tahoma;
    font-size:11px;
	 font-weight: bold;
}
.left-menu ul#sub-level1 li a{
    text-decoration:none;
    font-weight:bold;
}
.left-menu ul#sub-level1 li a:hover{
    text-decoration:underline;
}

.left-menu ul#sub-level2 li{
    list-style-type: none;
    border:none;
    padding-top: 0px;
    padding-bottom: 2px;
    padding-left: 10px;
    margin: 0px;
    clear:left;
}
.left-menu ul#sub-level2 li a{
    font-family:Tahoma;
    font-size:11px;
    text-decoration:none;
}
.left-menu ul#sub-level2 li a:hover{
    text-decoration:underline;
}

.left-menu ul#sub-level3 li{
    list-style-type: none;
    border:none;
    padding-top: 0px;
    padding-bottom: 2px;
    padding-left: 20px;
    margin: 0px;
    clear:left;
}
.left-menu ul#sub-level3 li a{
    font-family:Tahoma;
    font-size:11px;
    font-weight:normal;
    text-decoration:none;
}
.left-menu ul#sub-level3 li a:hover{
    text-decoration:underline;
}

.left-menu ul#sub-level4 li{
	padding-left:30px;
}

.left-menu .activeMenuItem{
	color:#0066FF;
}
/*------------------------------------------------------------------- 
 Панель пользователя в заголовке
--------------------------------------------------------------------*/
#header #head-devider #user-info {
    float: right;
    margin: 0px 10px 0px 0px;
    font-size: 11px;
    line-height: 18px;
    font-weight: normal;
    color: #FFFFFF;
}

/*------------------------------------------------------------------- 
 Заголовки блоков
--------------------------------------------------------------------*/
.divider-left-side {
    width:220px;
    height:18px;
    background-color: #CC3333;
    border-width:1px 0px 0px 0px;
    border-color:#fff;
    border-style:solid;
}
.divider-left-side p{
    font-family:Tahoma;
    font-size:11px;
    font-weight:bold;
    color:#FFFFFF;
    padding:0px 0px 0px 5px;
    line-height:18px;
}

.divider-right-side {
/*    width:180px;*/
    height:18px;
    background-color: #CC3333;
    border-width:1px 0px 0px 0px;
    border-color:#fff;
    border-style:solid;
}
.divider-right-side p{
    font-family:Tahoma;
    font-size:11px;
    font-weight:bold;
    color:#FFFFFF;
    padding:0px 0px 0px 5px;
    line-height:18px;
}
.block-right-side {
   border-style:solid;
   border-color:#CC3333;
   border-width:0px 1px 1px 1px;
   padding:5px;
   margin-bottom: 10px;
}
.block-right-side p{
	margin-bottom: 10px;
}
/*------------------------------------------------------------------- 
 Курсы валют
--------------------------------------------------------------------*/
.curency {
    border-style:solid;
    border-color:#CC3333;
    border-width:0px 1px 1px 1px;
    padding:2px;
    margin-bottom: 10px;
    overflow:hidden;
}
.curency p{
    font-size:10px;
    text-align:center;
    padding:3px 0px 2px 0px;
}
.curency table{
    width:174px;
}
.curency-row{
    font-size:12px;
    padding-bottom:5px;
}
td.curency-name{
    padding: 0px 0px 5px 2px;
}
td.curency-date{
    font-size:11px;
    color:#999999;
}
td.curency-rate{
    font-weight:bold;
    text-align:center;
}
td.curency-change-up{
    font-size:11px;
    color:#00CC00;
    text-align:right;
}
td.curency-change-down{
    font-size:11px;
    color:#CC0000;
    text-align:right;
}

/*------------------------------------------------------------------- 
 Погода
--------------------------------------------------------------------*/
#weather {
   border-style:solid;
   border-color:#CC3333;
   border-width:0px 1px 1px 1px;
   padding:2px;
   margin-bottom: 10px;
}
#weather .w_period{
	display:block;
   clear:both;
}
#weather .w_period.active{
}

#weather .w_period.active h3{
   border-style:dotted;
   border-color:#CCCCCC;
   border-width:0px 0px 1px 0px;
}
#weather .w_period h3{
	display:block;
   font: 11px Arial, Helvetica, sans-serif;
	font-weight:bold;
   color:#069;
}
#weather .w_period h3 span{
	display:none;
}

#weather .w_period.day{
   background-color:#FFFFE0;
}
#weather .w_period.evening{
   background-color:#f0fff0;
}
#weather .w_period.night{
   background-color:#e4f2ff;
}
#weather .w_period.morning{
   background-color:#fff0e6;
}

#weather .svod {
	margin-left:60px;
	position: relative;
	font: 11px Arial, Helvetica, sans-serif;
	height: 27px;
}

#weather .ico_weather {
   float:left;
}
#weather .deg {
   margin-left:60px;
   font: 32px bold Verdana, Arial, Helvetica, sans-serif;
   color:#0000FF;
   text-align:center;
   position: relative;
}
#weather ul{
	display:block;
   width:100%;
   margin: 2px 0 auto 0;
   padding:0;
}
#weather ul li{
	font: 16px Arial, Helvetica, sans-serif;
   float:left;
   width: 38px;
   height:28px;
   line-height: 18px;
   padding:0 0 0 20px;
   margin:0;
   background-image: url(/img/gismeteo/new/informer.gif);
   background-repeat: no-repeat;
}
#weather ul li.info_mmrst{
	background-position: -1px 1px;
   background-color:#ffE4FD;
}
#weather ul li.info_mmrst span{
   line-height:10px;
   display:block;
   padding:0;
   margin: 0;
   background-image:url(/img/gismeteo/new/mmrtst.gif);
   background-repeat: no-repeat;
   background-position: 0 top;
}

#weather ul li.info_wind{
	background-position: -250px 1px;
   background-color:#D0ffc0;
}
#weather ul li.info_wind span{
   font: 10px Arial, Helvetica, sans-serif;
   line-height:10px;
   padding:0;
   margin: 0;
   display:block;
}
#weather ul li.info_wind p{
   line-height:16px;
   padding:0;
   margin: 0;
   background-image:url(/img/gismeteo/new/wind/0.gif);
   background-repeat: no-repeat;
   background-position: 18px top;
}
#weather ul li.info_wind p.d1{
   background-image:url(/img/gismeteo/new/wind/1.gif);
}
#weather ul li.info_wind p.d2{
   background-image:url(/img/gismeteo/new/wind/2.gif);
}
#weather ul li.info_wind p.d3{
   background-image:url(/img/gismeteo/new/wind/3.gif);
}
#weather ul li.info_wind p.d4{
   background-image:url(/img/gismeteo/new/wind/4.gif);
}
#weather ul li.info_wind p.d5{
   background-image:url(/img/gismeteo/new/wind/5.gif);
}
#weather ul li.info_wind p.d6{
   background-image:url(/img/gismeteo/new/wind/6.gif);
}
#weather ul li.info_wind p.d7{
   background-image:url(/img/gismeteo/new/wind/7.gif);
}
#weather ul li.info_wind p.d8{
   background-image:url(/img/gismeteo/new/wind/8.gif);
}

#weather ul li.info_wet{
	background-position: -500px 1px;
   background-color:#D8ffff;
}
#weather .link-to-gismeteo {
	display:block;
	clear:both;
	text-align:center;
	font-size:10px;
}
/* стили для страницы с погодой */
.weathertab {
	display: block;
	margin: 0 0 20px 0;
}
.weathertab table {
	border-bottom:1px solid #b7daed;
	border-collapse:collapse;
	border-spacing:0px;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
}
.weathertab tr.morning{
   background-color:#fff0e6;
}
.weathertab tr.day{
   background-color:#FFFFE0;
}
.weathertab tr.evening{
   background-color:#f0fff0;
}
.weathertab tr.night{
   background-color:#e4f2ff;
}
.weathertab th, .weathertab td {
	text-align:center;
	border-right:1px dashed #c5c5c5;
	width:15%
}
.weathertab th {
	background:url(/img/weather/thbg.gif) top repeat-x #d4eefb;
	border-bottom:1px solid #b7daed;
	border-top:1px solid #b7daed;
	height:58px;
	font-weight:normal;
	text-align:center;
	vertical-align:middle;
	font-size:12px;
	line-height:1.3em !important;
}
.weathertab th.wday{
	color:#FF0000;
}
.weathertab th.wday span{
	display:block;
	text-align:center;
	font-size: .8em;
	line-height:1em;
}
.weathertab td{
	height:58px;
	text-align:center;
	vertical-align:middle;
}
.weathertab .wday {
	background:none !important;
	color:#006699;
	font-size:17px;
	font-weight:bold;
	text-transform:lowercase;
	border-left: 1px solid #b7daed;
}

.weathertab td.c1{
	width:58px;
}
.weathertab td.c2{
	font-size:12px;
}
.weathertab td.c3{
	font-size:16px;
	font-weight:bold;
}
.weathertab td.c4, .weathertab td.c5, .weathertab td.c5{
	font-size:16px;
}
.weathertab td.c6, .weathertab th.c6{
	border-right:1px solid #b7daed;
}

/*------------------------------------------------------------------- 
 Транспорт
--------------------------------------------------------------------*/

table.transport_shedule {
	width:100%;
	border: thin solid #CCCCCC;
}
table.transport_shedule th, table.transport_shedule td {
	border: thin solid #CCCCCC;
}

/* график */
.transport_shedule td.shedule {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif
}
/* перевозчик */
.transport_shedule td.carier_type {
	text-align:left;
}
/* конечная остановка */
.transport_shedule td.final_stop {
	text-align:center;
}
/* промежуточная остановка */
.transport_shedule td.intm_stop, .transport_shedule th.intm_stop {
	text-align:center;
	font-weight:normal;
}
/* здесь не останавливаются */
.transport_shedule td.disabled_stop {
	text-align:center;
	color:#999
}
/* выходной */
.transport_shedule span.dayoff {
	color:#FF0000;
}

/*------------------------------------------------------------------- 
 Формы
--------------------------------------------------------------------*/
.csc-mailform-field {
	float:left;
	margin-left:0;
	padding-bottom:15px;
	width: 100%;
}
.csc-mailform-field label {
	width: 25%;
	clear:left;
	float: left;
	font-weight:normal;
}
.csc-mailform-field input, .csc-mailform-field textarea {
	width: 300px;
	border:1px solid #CCCCCC;
	font-family:Tahoma,sans-serif;
}
.csc-mailform-field input.csc-mailform-submit {
	margin: 0 auto;
}
/*------------------------------------------------------------------- 
 Контент
--------------------------------------------------------------------*/
.col1 {
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    padding-bottom:5px;
}
.col1 H1, .col1 H2, .col1 H3{
   font-size: 13px;
   line-height:20px;
}

.col1 H1 {
   font-weight:bold;
   color:#CC3333;
}
.col1 H2{
    font-family:Tahoma;
    font-weight:bold;
    color:#CC3333;
}

body {
	font: .75em Verdana, sans-serif; /*12px is font-size for main content. Base font size*/
	color:#000;
	background:#fff;
}

h1, h2, h3, h4, h5, h6 {
	color:#333;
	font-family:Georgia,Times New Roman,Times,serif;
	font-weight:normal;
	margin:0.5em 0;
	padding:0;
}

h1 {
	font-size:162.5%;
	letter-spacing:-1px;
	margin-bottom:0.7em;
}
h2 {
	font-size:150%;
	margin-bottom:0.7em;
}
h2.block_hdr{
	line-height: 18px;
	/*background: transparent url(http://img.nnow.ru/2.6/interface/grstrikes.gif) repeat scroll 0 0;*/
}
h3 {
	font-size: 137.5%;
}

h4 {
	font-size: 120%;
	font-weight:bold
}

h5 {
	font-size: 110%;
	font-weight:bold
}

h6 {
	font-size: 100%;
	font-weight:bold
}

/* central column */
#col3 p {
	font: 1.083em/1.54em Verdana, sans-serif;/*13px*/
	margin-bottom:0.83em;
}

#col3 ul{
	padding: 0.5em 3em;
}
#col3 ul li{
	display: list-item;
}

#col3 table{
	width:100%;
/*	border: thin solid #CCCCCC;*/
}
#col3 table tbody{
	/*border: thin solid #CCCCCC;*/
}

#col3 tr th, #col3 tr td{
	padding: 2px;
	/*border: thin solid #CCCCCC;*/
}
#col3 th{
	font-weight:bold;
	text-align:center;
	line-height:2em;
}

P.bodytext {
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    padding-bottom:5px;
}
.bodytext A, .bodytext A:hover, .bodytext A:visited{
    color:#0000FF;
    text-decoration:none
}
.bodytext A:hover{
    text-decoration:underline;
}

.col1 OL, .col1 UL{
    font-size:12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    padding:0px 0px 5px 10px;
}

STRONG{
    font-weight:bold;
}

.sape_left, .sape_right, .sape_footer{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 12px;
	margin:10px 0;
}
.sape_left{
	margin:10px 5px;
}
.right_ads_180x75{
	margin:2px 0;
}

@media print
{
	#header{display:none;}
}