﻿.b-site-header
{
	overflow: hidden;
	height: 105px;
	background: #ebebeb;
	border-bottom: #d5d5d5 solid 1px;
}
.root-header
{
	height:85px;
}

.b-site-header__wrapper
{
	width: 980px;
	margin: 0 auto;
	font-size: 12px;
}

/* лого */

.b-site-header__logo
{
	float: left;
	margin-top: 34px;
}

.root-header .b-site-header__logo
{
	margin-top: 8px;	
}

.b-site-header__logo__img
{
	margin: 0;	
	/*background-position: 0 0;*/
}


/* элементы управления в шапке */

.b-site-header__controls-wrapper
{
	margin-left: 250px;
	position: relative;
	width: 730px;
}

.b-site-header__profile
{
	height: 33px;
}

.b-site-header__profile__region
{
	color: #404040;
	height: 33px;
	float: left;
}

.b-site-header__profile__region span
{
	color: #202020;
	line-height: 33px;
	font-weight: bold;
}

.b-site-header__profile__author
{
	float: right;
	margin-top: 6px;
}

.b-site-header__profile__author a
{
	color: #808080;
	text-decoration: none;
	display: inline-block;
	padding: 0 0 0 10px
}

.b-site-header__profile__author a:first-child
{
	/*border-right: 1px solid #404040;*/
	padding-right: 0px;
}

.b-change-region-link.semi-link {
	color: grey;
	border-color: grey;
}

/* поиск */

.b-site-search
{
	position: absolute;
	right: 0px;
	top: 39px;
	z-index: 3;
	font-family:Arial;
}

.autocomplete
{
	margin:7px 0 0 0;
	font-size:17px;
	border:1px solid #7c7c7c;
	background-color:#fff;
	padding:7px;
}

.autocomplete div 
{
	cursor:pointer;
}

.autocomplete div:hover
{
	text-decoration:underline;
}

.b-site-search__button
{
	display: block;
	width: 34px;
	height: 21px;
	/*background: url(/f/images/search.gif) no-repeat;*/
	background-position: -155px -63px;
	border: none;
	float: left;
	margin: 5px 0 0 10px;
	cursor: pointer;
}

/*.b-site-search__text
{
	float: left;
	height: 20px;
	margin-top: 5px;
	border: #d5d5d5 1px solid;
	width: 191px;
	padding-left: 3px;
}
*/

/* меню */
.b-site-header ul, .b-site-header ol, .b-site-header li
{
	list-style: none;
	background: none;
	padding: 0;
	float: none;
	clear: none;
	margin: 0;
}

.b-main-menu
{
	position: relative;
	overflow: hidden;
	height: 68px;
	font-size: 13px;
	margin-top: 4px;
}
.root-header .b-main-menu
{
	font-size: 17px;
}

.b-main-menu-container {
	height: 35px;
	border-bottom: #d5d5d5 solid 1px;	
}
.root-header .b-main-menu-container
{
	border-bottom: none;
}

.b-main-menu li.b-main-menu-item
{
	float: left;
	border-bottom: 1px solid transparent;
}

.b-main-menu li.b-main-menu-item a.b-main-menu-item-link
{
	display: block;
	padding: 10px 30px;
}

.root-header .b-main-menu li.b-main-menu-item a.b-main-menu-item-link
{
	padding: 6px 38px 6px 13px;
	margin: 4px 7px 4px 2px;
	border: #DFDFDF 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: right;

	font-size: 15px;
	
	background: #fff url('/f/res/head-link-arrow.png') 85% 55% no-repeat;
}

.root-header .b-main-menu li.b-main-menu-item a.b-main-menu-item-link.money-head-link 
{
	padding: 6px 46px 6px 30px;
	margin: 4px 7px 4px 0;
	background-position: 78% 55%;
}


.b-main-menu a.menu-link {
	text-decoration: none;
}
.b-main-menu__second-menu
{
	position: absolute;
	overflow: hidden;
	background: #fff;
	height: 32px;
	font-size: 13px;
	border: #d5d5d5 solid 1px;
	border-top: none;
	left: 0;
	width: 728px;
	z-index: 1;
	border-bottom:none;
	bottom:0px;
}

.b-main-menu-item.active .b-main-menu__second-menu
{
	z-index: 2;
}
.b-main-menu-item.temp-active .b-main-menu__second-menu
{
	z-index: 3;
}

.b-main-menu__second-menu li
{
	float: left;
}

.b-main-menu__second-menu li a
{
	display: block;
	margin: 8px 13px;	
}


/* active */



.b-main-menu li.b-main-menu-item.active
{
	background: #fff;
	border: #d5d5d5 solid 1px;
	border-bottom: #fff solid 1px;
	height:36px;
}




a.menu-link.active {
	color: #089A1A;
	text-decoration: none;
}

.old-browser-bar 
{
	background-color: #FFED3D;
	padding: 20px 0;
	text-align: center;
}

.old-browser-bar div {
	margin: 0 auto;
	width: 976px;
}
	
	
