/* Author: Htmlhero (http://htmlhero.ru) */

/* Include
*******************************/
i {
	color: #999;
	font-size: 12px;

}
.i-clear {
	zoom: 1;
}
.i-clear:before,
.i-clear:after {
	content: '';
    display: table;
}
.i-clear:after {
	clear: both;
}

.i-dib {
	display: -moz-inline-stack;
	display: inline-block;
}
.ie7 .i-dib {
	display: inline;
	zoom: 1;
}

.i-valign {
	vertical-align: middle;
}
.i-valign-helper {
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.i-pie {
	behavior: url(css/PIE.htc);
}
.i-mar{
	margin: 10px 0 0 0;
}

/* Widgets
*******************************/

/* Links */

a {
	color: #06c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Forms */

.ie7 .b-input {
	margin-right: 9px;
}
	.b-input input{
		width: 200px;
	}
	
	.b-input textarea {
		width: 100%;
		background: #fff;
		color: #000;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 4px 0 4px 5px;
		border: 1px solid #aaa;
		resize: none;
	}
	.ie7 .b-input input,
	.ie7 .b-input textarea {
		float: left;
	}
	.b-input textarea {
		height: 70px;
		display: block;
	}

.b-input-box {
	width: 13px;
	height: 13px;
	vertical-align: text-top;
}

.b-select select {
	width: 100%;
	height: 30px;
	background: #fff;
	color: #666;
	display: block;
	padding: 6px 0;
	border: 1px solid #ccc;
}

/* Buttons */

.b-btn {
	background: none;
	text-align: center;
	vertical-align: baseline;
	text-decoration: none;
	white-space: nowrap;
	position: relative;
	border: 0;
	cursor: pointer;
}
.b-btn:hover {
	text-decoration: none;
}

.b-btn._blue {}
	.b-btn._blue .b-btn__wrap {
		background: #a0d3f5;
		background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0%, #a0d3f5), color-stop(4%, #a0d3f5), color-stop(17%, #93cdf4), color-stop(43%, #6dbbf0), color-stop(52%, #5fb2ec), color-stop(57%, #3fa3e7), color-stop(100%, #358ccc));
		background: -webkit-linear-gradient(#a0d3f5 0%, #a0d3f5 4%, #93cdf4 17%, #6dbbf0 43%, #5fb2ec 52%, #3fa3e7 57%, #358ccc 100%);
		background: -moz-linear-gradient(#a0d3f5 0%, #a0d3f5 4%, #93cdf4 17%, #6dbbf0 43%, #5fb2ec 52%, #3fa3e7 57%, #358ccc 100%);
		background: -o-linear-gradient(#a0d3f5 0%, #a0d3f5 4%, #93cdf4 17%, #6dbbf0 43%, #5fb2ec 52%, #3fa3e7 57%, #358ccc 100%);
		background: linear-gradient(#a0d3f5 0%, #a0d3f5 4%, #93cdf4 17%, #6dbbf0 43%, #5fb2ec 52%, #3fa3e7 57%, #358ccc 100%);
		-pie-background: linear-gradient(#a0d3f5 0%, #a0d3f5 4%, #93cdf4 17%, #6dbbf0 43%, #5fb2ec 52%, #3fa3e7 57%, #358ccc 100%);
		color: #fff;
		position: relative;
		padding: 0 12px;
		border: 1px solid #358ece;
		border-radius: 3px;
	}
	.b-btn._blue:hover .b-btn__wrap {
		background: #358ccc;
		background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0%, #358ccc), color-stop(43%, #3fa3e7), color-stop(48%, #5fb2ec), color-stop(57%, #6dbbf0), color-stop(83%, #93cdf4), color-stop(96%, #a0d3f5), color-stop(100%, #a0d3f5));
		background: -webkit-linear-gradient(#358ccc 0%, #3fa3e7 43%, #5fb2ec 48%, #6dbbf0 57%, #93cdf4 83%, #a0d3f5 96%, #a0d3f5 100%);
		background: -moz-linear-gradient(#358ccc 0%, #3fa3e7 43%, #5fb2ec 48%, #6dbbf0 57%, #93cdf4 83%, #a0d3f5 96%, #a0d3f5 100%);
		background: -o-linear-gradient(#358ccc 0%, #3fa3e7 43%, #5fb2ec 48%, #6dbbf0 57%, #93cdf4 83%, #a0d3f5 96%, #a0d3f5 100%);
		background: linear-gradient(#358ccc 0%, #3fa3e7 43%, #5fb2ec 48%, #6dbbf0 57%, #93cdf4 83%, #a0d3f5 96%, #a0d3f5 100%);
		-pie-background: linear-gradient(#358ccc 0%, #3fa3e7 43%, #5fb2ec 48%, #6dbbf0 57%, #93cdf4 83%, #a0d3f5 96%, #a0d3f5 100%);
	}
	.b-btn._blue .b-btn__icon {
		height: 24px;
		vertical-align: top;
		margin-right: 2px;
	}
	.b-btn._blue .b-btn__text {
		padding: 5px 0 4px;
	}

.b-btn._bgray {}
	.b-btn._bgray .b-btn__wrap {
		background: #c8c8c8;
		background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0%, #f5f5f5), color-stop(4%, #f5f5f5), color-stop(17%, #ededed), color-stop(43%, #e3e3e3), color-stop(52%, #dbdbdb), color-stop(57%, #d8d8d8), color-stop(100%, #c8c8c8));
		background: -webkit-linear-gradient(#f5f5f5 0%, #f5f5f5 4%, #ededed 17%, #e3e3e3 43%, #dbdbdb 52%, #d8d8d8 57%, #c8c8c8 100%);
		background: -moz-linear-gradient(#f5f5f5 0%, #f5f5f5 4%, #ededed 17%, #e3e3e3 43%, #dbdbdb 52%, #d8d8d8 57%, #c8c8c8 100%);
		background: -o-linear-gradient(#f5f5f5 0%, #f5f5f5 4%, #ededed 17%, #e3e3e3 43%, #dbdbdb 52%, #d8d8d8 57%, #c8c8c8 100%);
		background: linear-gradient(#f5f5f5 0%, #f5f5f5 4%, #ededed 17%, #e3e3e3 43%, #dbdbdb 52%, #d8d8d8 57%, #c8c8c8 100%);
		-pie-background: linear-gradient(#f5f5f5 0%, #f5f5f5 4%, #ededed 17%, #e3e3e3 43%, #dbdbdb 52%, #d8d8d8 57%, #c8c8c8 100%);
		color: #595959;
		position: relative;
		padding: 0 12px;
		border: 1px solid #c8c8c8;
		border-radius: 3px;
	}
	.b-btn._bgray:hover .b-btn__wrap {
		background: #c8c8c8;
		background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0%, #c8c8c8), color-stop(43%, #d8d8d8), color-stop(48%, #dbdbdb), color-stop(57%, #e3e3e3), color-stop(83%, #ededed), color-stop(96%, #f5f5f5), color-stop(100%, #f5f5f5));
		background: -webkit-linear-gradient(#c8c8c8 0%, #d8d8d8 43%, #dbdbdb 48%, #e3e3e3 57%, #ededed 83%, #f5f5f5 96%, #f5f5f5 100%);
		background: -moz-linear-gradient(#c8c8c8 0%, #d8d8d8 43%, #dbdbdb 48%, #e3e3e3 57%, #ededed 83%, #f5f5f5 96%, #f5f5f5 100%);
		background: -o-linear-gradient(#c8c8c8 0%, #d8d8d8 43%, #dbdbdb 48%, #e3e3e3 57%, #ededed 83%, #f5f5f5 96%, #f5f5f5 100%);
		background: linear-gradient(#c8c8c8 0%, #d8d8d8 43%, #dbdbdb 48%, #e3e3e3 57%, #ededed 83%, #f5f5f5 96%, #f5f5f5 100%);
		-pie-background: linear-gradient(#c8c8c8 0%, #d8d8d8 43%, #dbdbdb 48%, #e3e3e3 57%, #ededed 83%, #f5f5f5 96%, #f5f5f5 100%);
	}
	.b-btn._bgray .b-btn__icon {
		height: 24px;
		vertical-align: top;
		margin-right: 2px;
	}
	.b-btn._bgray .b-btn__text {
		padding: 5px 0 4px;
	}
	
.b-btn._gray {
	margin: 0 10px 0 0;
}
	.b-btn._favor{
		margin: 0 24px 0 0;
	}
	.b-btn._edit{
		margin: 0;
	}
	.b-btn._gray .b-btn__left {
		background: url(../img/btn_gray_left.gif) no-repeat;
	}
	.b-btn._gray .b-btn__right {
		background: url(../img/btn_gray_right.gif) 100% 0 no-repeat;
		padding: 0 2px;
	}
	.b-btn._gray .b-btn__center {
		background: url(../img/btn_gray.gif);
	}
	.b-btn._gray:hover .b-btn__left,
	.b-btn._gray:hover .b-btn__center {
		background-position: 0 -27px;
	}
	.b-btn._gray:hover .b-btn__right {
		background-position: 100% -27px;
		color: #06c;
	}
	.b-btn._gray .b-btn__icon {
		width: 23px;
		height: 27px;
		font-size: 0;
		text-align: center;
		vertical-align: top;
	}
	.b-btn._gray .b-btn__text {
		font-size: 13px;
		line-height: 16px;
		position: relative;
		padding: 6px 7px 5px;
	}
	
.b-btn._blue {
	margin: 0 20px 0 0;
}
	.b-btn._blue .b-btn__left {
		background: url(../img/btn_blue_left.gif) no-repeat;
	}
	.b-btn._blue .b-btn__right {
		background: url(../img/btn_blue_right.gif) 100% 0 no-repeat;
		padding: 0 2px;
	}
	.b-btn._blue .b-btn__center {
		background: url(../img/btn_blue.gif);
	}
	.b-btn._blue:hover .b-btn__left,
	.b-btn._blue:hover .b-btn__center {
		background-position: 0 -27px;
	}
	.b-btn._blue:hover .b-btn__right {
		background-position: 100% -27px;
	}
	.b-btn._blue .b-btn__icon {
		width: 23px;
		height: 27px;
		font-size: 0;
		text-align: center;
		vertical-align: top;
	}
	.b-btn._blue .b-btn__text {
		font-size: 13px;
		line-height: 16px;
		position: relative;
		padding: 6px 7px 5px;
	}
	
.b-btn._red-comm {
	margin: 0 6px 0 0;
}
.b-btn._red-comm :hover{
	color: #06c;
}
	.b-btn._red-comm .b-btn__left {
		background: url(../img/btn_red_left.gif) no-repeat;
	}
	.b-btn._red-comm .b-btn__right {
		background: url(../img/btn_red_right.gif) 100% 0 no-repeat;
		padding: 0 2px;
	}
	.b-btn._red-comm .b-btn__left:hover{
		color: #06c;
	}
	.b-btn._red-comm .b-btn__right:hover{
		color: #06c;
	}
	.b-btn._red-comm .b-btn__center {
		background: url(../img/btn_red.gif);
	}
	.b-btn._red-comm:hover .b-btn__left,
	.b-btn._red-comm:hover .b-btn__center {
		background-position: 0 -27px;
	}
	.b-btn._red-comm:hover .b-btn__right {
		background-position: 100% -27px;
	}
	.b-btn._red-comm .b-btn__icon {
		width: 23px;
		height: 27px;
		font-size: 0;
		text-align: center;
		vertical-align: top;
	}
	.b-btn._red-comm .b-btn__text {
		font-size: 13px;
		line-height: 16px;
		position: relative;
		padding: 6px 7px 5px;
	}

.b-btn._orange-comm {
	margin: 0 6px 0 0;
}
	.b-btn._orange-comm .b-btn__left {
		background: url(../img/btn_orange_left.gif) no-repeat;
	}
	.b-btn._orange-comm .b-btn__left:hover{
		color: #06c;
	}
	.b-btn._orange-comm .b-btn__right {
		background: url(../img/btn_orange_right.gif) 100% 0 no-repeat;
		padding: 0 2px;
	}
	.b-btn._orange-comm .b-btn__right:hover{
		color: #06c;
	}
	.b-btn._orange-comm .b-btn__center {
		background: url(../img/btn_orange.gif);
	}
	.b-btn._orange-comm:hover .b-btn__left,
	.b-btn._orange-comm:hover .b-btn__center {
		background-position: 0 -27px;
	}
	.b-btn._orange-comm:hover .b-btn__right {
		background-position: 100% -27px;
	}
	.b-btn._orange-comm .b-btn__icon {
		width: 23px;
		height: 27px;
		font-size: 0;
		text-align: center;
		vertical-align: top;
	}
	.b-btn._orange-comm .b-btn__text {
		font-size: 13px;
		line-height: 16px;
		position: relative;
		padding: 6px 7px 5px;
	}

.b-btn._gray-comm {
	margin: 0 5px 0 0;
}
	.b-btn._gray-comm .b-btn__left {
		background: url(../img/btn_gray_left.gif) no-repeat;
	}
	.b-btn._gray-comm .b-btn__right {
		background: url(../img/btn_gray_right.gif) 100% 0 no-repeat;
		padding: 0 2px;
	}
	.b-btn._gray-comm .b-btn__center {
		background: url(../img/btn_gray.gif);
	}
	.b-btn._gray-comm:hover .b-btn__left,
	.b-btn._gray-comm:hover .b-btn__center {
		background-position: 0 -27px;
	}
	.b-btn._gray-comm:hover .b-btn__right {
		background-position: 100% -27px;
	}
	.b-btn._gray-comm .b-btn__icon {
		width: 23px;
		height: 27px;
		font-size: 0;
		text-align: center;
		vertical-align: top;
	}
	.b-btn._gray-comm .b-btn__text {
		font-size: 13px;
		line-height: 16px;
		position: relative;
		padding: 6px 7px 5px;
	}	

.vk_like{
	float: right;
	margin: 10px 0 0 10px;
	overflow: hidden;
}
.vk_like.small{
	float: left;
	margin: 0 0 0 5px;
	overflow: hidden;
}
.vk_like.left{
	float: left;
	margin: 10px 0 0 10px;
}
.odnokl-opacity{
	opacity: 0.7;
	width: 120px;
}
	
.b-btn._gray-small { float: left;}
	.b-btn._gray-small .b-btn__left,
	.b-btn._gray-small .b-btn__right,
	.b-btn._gray-small .b-btn__center {
		vertical-align: top;
	}
	.b-btn._gray-small .b-btn__left {
		background: url(../img/btn_gray_small_left.gif) no-repeat;
	}
	.b-btn._gray-small .b-btn__right {
		background: url(../img/btn_gray_small_right.gif) 100% 0 no-repeat;
		padding: 0 2px;
	}
	.b-btn._gray-small .b-btn__center {
		background: url(../img/btn_gray_small.gif);
	}
	.b-btn._gray-small:hover .b-btn__left,
	.b-btn._gray-small:hover .b-btn__center {
		background-position: 0 -23px;
	}
	.b-btn._gray-small:hover .b-btn__right {
		background-position: 100% -23px;
	}
	.b-btn._gray-small .b-btn__icon {
		width: 23px;
		height: 23px;
		font-size: 0;
		text-align: center;
		vertical-align: top;
	}
	.b-btn._gray-small .b-btn__text {
		font: bold 11px Arial;
		line-height: 14px;
		color: #646464;
		position: relative;
		padding: 5px 5px 4px 5px;
		margin: 0 3px 0 0;
	}
	.b-btn._gray-small .b-btn__unser{
		background: url(../img/icon_unser_9x14.png) right no-repeat;
	}
	.b-btn._gray-small .b-btn__citat{
		background: url(../img/icon_citata_12x12.png) right no-repeat;
	}

/* Icons */

.b-icon {
	/* sprite */
}
.b-icon._home_16x16 {
	width: 16px;
	height: 16px;
	background: url(../img/icon_home_16x16.png);
}
.b-icon._home_16x16.left {
	margin-left: -20px;
}
.b-icon._pencil_12x12 {
	width: 12px;
	height: 12px;
	background: url(../img/icon_pencil_12x12.png);
}
.b-icon._tel_15x16 {
	width: 15px;
	height: 16px;
	background: url(../img/icon_tel_15x16.png);
	/*margin-left: -20px;*/
}
.b-icon._world_17x16 {
	width: 17px;
	height: 16px;
	background: url(../img/icon_world_17x16.png);
}
.b-icon._larr_8x8 {
	width: 8px;
	height: 8px;
	background: url(../img/icon_larr_8x8.png);
}
.b-icon._print_12x13 {
	width: 12px;
	height: 13px;
	background: url(../img/icon_print_12x13.png);
}
.b-icon._thumb_up_13x15 {
	width: 13px;
	height: 15px;
	background: url(../img/icon_thumb_up_13x15.png);
}
.b-icon._thumb_up_15x19 {
	width: 15px;
	height: 19px;
	background: url(../img/icon_thumb_up_15x19.png);
}
.b-icon._thumb_down_13x15 {
	width: 13px;
	height: 15px;
	background: url(../img/icon_thumb_down_13x15.png);
}
.b-icon._thumb_down_15x19 {
	width: 15px;
	height: 19px;
	background: url(../img/icon_thumb_down_15x19.png);
}
.b-icon._star_15x14 {
	width: 15px;
	height: 14px;
	background: url(../img/icon_star_15x14.png);
}

/* Other */

.b-head-logo {}
	.b-head-logo__link {
		display: block;
	}
	.b-head-logo__link:hover {
		text-decoration: none;
	}
	.b-head-logo__name {
		font:oblique 28px Arial;
		font-style: normal;
		color: #1f4875;
		display: block;
	}
	.b-head-logo__type {
		font:oblique 18px Arial;
		font-style: normal;
		color: #1f4875;
		display: block;
		width: 395px;
	}

.b-head-user {
	text-align: right;
}
	.b-head-user__separ {
		margin: 0 3px;
	}

.top-menu{
	background: #358ece;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#7db6df), to(#358ece));
	background: -webkit-linear-gradient(#7db6df, #358ece);
	background: -moz-linear-gradient(#7db6df, #358ece);
	background: -o-linear-gradient(#7db6df, #358ece);
	background: linear-gradient(#7db6df, #358ece);
	-pie-background: linear-gradient(#7db6df, #358ece);
	height: 40px;
	border-right: 1px solid #93c2e5;
	border-top: 1px solid #93c2e5;
	border-bottom: 1px solid #93c2e5;
}	
	.top-menu-item{
		border-left: 1px solid #93c2e5;
		color: #fff;
		font: bold 14px Arial;
		height: 17px;
	}
	.top-menu-item:hover{
		border-left: 1px solid #93c2e5;
		border-right: 1px solid #93c2e5;
		border-top: 1px solid #93c2e5;
		color: #fff;
		font: bold 14px Arial;
		height: 17px;
		background: #1e76b6;
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#358ece), to(#1e76b6));
		background: -webkit-linear-gradient(#358ece, #1e76b6);
		background: -moz-linear-gradient(#358ece, #1e76b6);
		background: -o-linear-gradient(#358ece, #1e76b6);
		background: linear-gradient(#358ece, #1e76b6);
		-pie-background: linear-gradient(#358ece, #1e76b6);
		margin: -7px -1px 0 0;
		cursor: pointer;
		text-decoration: none;
	}
	.top-menu-item__selected{
		border-left: 1px solid #93c2e5;
		border-right: 1px solid #93c2e5;
		border-top: 1px solid #93c2e5;
		color: #fff;
		font: bold 14px Arial;
		height: 17px;
		background: #1e76b6;
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#358ece), to(#1e76b6));
		background: -webkit-linear-gradient(#358ece, #1e76b6);
		background: -moz-linear-gradient(#358ece, #1e76b6);
		background: -o-linear-gradient(#358ece, #1e76b6);
		background: linear-gradient(#358ece, #1e76b6);
		-pie-background: linear-gradient(#358ece, #1e76b6);
		margin: -7px -1px 0 0;
		cursor: pointer;
	}
	.top-menu-item__selected:hover{
		text-decoration: none;
	}

.b-info-print{
	font: bold 13px Arial;
	color: #333;
}
.b-info-print:hover{
	cursor: pointer;
}
	
.b-aside-menu-counter {
	min-width: 20px;
	max-width: 43px;
	background: url(../img/aside_menu_counter.png);
	font-size: 14px;
	line-height: 17px;
	position: relative;
	padding: 1px 2px 2px 11px;
}
	.b-aside-menu-counter__border {
		width: 1px;
		height: 100%;
		background: url(../img/aside_menu_counter.png) 100% 0;
		position: absolute;
		top: 0;
		right: -1px;
	}
	
.b-aside-menu-counter-otsiv {
	width: 20px;
	background: url(../img/aside_menu_counter_otsiv.png);
	font-size: 14px;
	line-height: 17px;
	position: relative;
	padding: 1px 2px 2px 11px;
}
	.b-aside-menu-counter__border-otsiv {
		width: 1px;
		height: 100%;
		background: url(../img/aside_menu_counter_otsiv.png) 90% 0;
		position: absolute;
		top: 0;
		right: -1px;
	}
.b-aside-menu {
	background: #358ece;
	font-size: 16px;
}
	.b-aside-menu li {
		width: 100%;
		float: left;
	}
	.b-aside-menu a {
		background: #358ece;
		background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0%, #529ed5), color-stop(21%, #4094d1), color-stop(45%, #358ece), color-stop(100%, #358ece));
		background: -webkit-linear-gradient(#529ed5 0%, #4094d1 21%, #358ece 45%, #358ece 100%);
		background: -moz-linear-gradient(#529ed5 0%, #4094d1 21%, #358ece 45%, #358ece 100%);
		background: -o-linear-gradient(#529ed5 0%, #4094d1 21%, #358ece 45%, #358ece 100%);
		background: linear-gradient(#529ed5 0%, #4094d1 21%, #358ece 45%, #358ece 100%);
		-pie-background: linear-gradient(#529ed5 0%, #4094d1 21%, #358ece 45%, #358ece 100%);
		color: #fff;
		text-decoration: none;
		display: block;
		position: relative;
		padding: 10px 10px 8px;
		border-top: 1px solid #5da5d8;
		border-bottom: 1px solid #75b1dd;
	}
	.b-aside-menu ._active {
		background: #1e76b6;
		-pie-background: none;
		font-weight: bold;
		border-color: transparent;
	}
	.b-aside-menu .b-aside-menu-counter {
		margin-left: 7px;
	}
	ul.i-clear-sec li{
		width: 100%;
		float: left;
	}
	ul.i-clear-sec li a{
		background: #e4e4e4;
		padding: 10px 10px 8px;
		color: #0066cc;
		text-decoration: none;
		display: block;
		position: relative;
		padding: 5px 0 5px 20px;
		border: none;
		font: 14px Arial;
	}
	ul.i-clear-sec li a:hover{
		text-decoration: underline;
	}
	.b-aside-menu__markers-sh{
		background: url(../img/sh_markers.png) no-repeat;
		margin: 0 3px;
		height: 10px;
	}

.b-aside-podpis{
	height: 20px;
	float: left;
	width: 20px;
	background: url(../img/redact_icon.png) no-repeat;
	margin: 5px 2px;
}
.b-aside-podpis:hover{
	text-decoration: underline;
	cursor: pointer;
}

.b-aside-edit{
	height: 20px;
	float: left;
	width: 20px;
	background: url(../img/icon_pencil_12x12.png) no-repeat;
	margin: 8px 2px;
}
.b-aside-edit:hover{
	text-decoration: underline;
	cursor: pointer;
}

.b-aside-statistic{
	padding: 0 60px 0 0;
	margin-left: -30px;
	padding-left: 30px;
}
	.b-aside-statistic__item{
		font: bold 12px Arial;
		color: #999;
		padding: 2px 0;
		text-align: right;
	}
	.b-aside-statistic__tit{
		float: left;
		width: 100px;
		text-align: left;
	}
	.b-aside-statistic__b-tit{
		float: left;
		width: 100px;
		color: #06c;
		text-align: left;
	}
	.b-aside-statistic__o-num{
		color: #fcbe5f;
	}
	.b-aside-statistic__r-num{
		color: #a62220;
	}
	
.b-aside-finfo{
	color: #999;
	position: absolute;
	margin-left: -240px;
	width: 210px;
}
	.b-aside-finfo i{
		width: 20px;
	}
	.b-aside-finfo__tit{
		font: 18px Arial;
	}
	.b-aside-finfo__place{
		font: 12px Arial;
		line-height: 1.25;
		margin: 20px 0 0 10px;
	}
	.b-aside-finfo__place-sec{
		padding: 0 0 0 20px;
	}
	.b-aside-finfo__num{
		font: 14px Arial;
		margin: 20px 0 0 10px;
	}
	
.b-head-contacts {
	font:oblique 18px Arial;
	font-style: normal;
	color: #1f4875;
}
	.b-head-contacts__tel {
		font:oblique 28px Arial;
		font-style: normal;
		color: #358ece;
	}

.b-company-descr {}
	.b-company-descr__photo {
		float: right;
		margin: 6px 0 0 20px;
		width: 215px;
		height: 150px;
	}
	.b-company-descr__photo.no-photo {
		border: 1px dashed #ccc;
		text-align: center;
		padding: 70px 0;
		width: 215px;
		height: 20px;
		color: #ccc;
	}
	.b-company-descr__content {
		line-height: 21px;
	}
	.b-company-descr__tags {
		font-size: 11px;
		color: #999;
		margin-top: 11px;
	}

.b-company-contacts-marker {
	background: #3792d3;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	position: relative;
	z-index: 0;
	padding: 0 6px 1px;
	border-radius: 3px;
}
	.b-company-contacts-marker__grad {
		height: 45%;
		background: #68b1e4;
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#68b1e4), to(#58a6de));
		background: -webkit-linear-gradient(#68b1e4, #58a6de);
		background: -moz-linear-gradient(#68b1e4, #58a6de);
		background: -o-linear-gradient(#68b1e4, #58a6de);
		background: linear-gradient(#68b1e4, #58a6de);
		-pie-background: linear-gradient(#68b1e4, #58a6de);
		position: absolute;
		top: 1px;
		right: 1px;
		left: 1px;
		z-index: -1;
	}
	.b-company-contacts-marker__tail {
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -4px;
		border: 4px solid transparent;
		border-top-color: #3792d3;
	}

.b-company-contacts-adr {}
	.b-company-contacts-adr__str {
		font-size: 14px;
	}
	.b-company-contacts-adr__bldg {
		color: #666;
		margin-top: 2px;
	}
	.b-company-contacts-adr .b-company-contacts-marker {
		top: -2px;
		margin-left: 6px;
	}

.b-company-contacts-edit {
	font-size: 11px;
	color: #999;
}

.b-company-contacts-tel {
	color: #666;
}
	.b-company-contacts-tel__num {
		font-size: 14px;
		color: #000;
	}

.b-company-contacts-item {
	position: relative;
	padding-left: 25px;
}
	.b-company-contacts-item__icon {
		width: 20px;
		height: 20px;
		text-align: center;
		position: absolute;
		top: -3px;
		left: 0;
	}
	.b-company-contacts-item .b-company-contacts-tel {
		margin-top: 3px;
	}
	.b-company-contacts-item .b-company-contacts-tel:first-child {
		margin-top: 0;
	}
	.b-company-contacts-item .b-company-contacts-link {
		margin-top: 7px;
	}
	.b-company-contacts-item .b-company-contacts-link:first-child {
		margin-top: 0;
	}

.b-company-contacts__main{
	width: 690px;
	float: left;
}
.b-company-contacts {}
	.b-company-contacts__col {
		width: 230px;
		float: left;
	}
	.b-company-contacts .b-company-contacts-item {
		margin-top: 7px;
		clear: both;
	}
	.b-company-contacts .b-company-contacts-item:first-child {
		margin-top: 0;
	}
	.b-company-contacts__map {
		margin-top: 9px;
		border: 1px solid #a1a1a1;
	}
		.b-company-contacts__map img {
			width: 100%;
			height: 227px;
		}
	.b-company-contacts__aside {
		width: 328px;
		float: right;
	}
	.b-company-contacts__aside-sh {
		background: url(../img/sh.png) no-repeat;
		margin: 5px 0;
		height: 10px;
	}
	.b-company-contacts__btn {
		margin-top: 109px;
	}
		.b-company-contacts__btn .b-btn {
			margin-left: 7px;
		}
		.b-company-contacts__btn .b-btn:first-child {
			margin-left: 0;
		}

	.b-company-ph-item{
		float: left;
		width: 106px;
		height: 106px;
		overflow: hidden;
		margin: 0 0 0 5px;
	}
	.b-company-ph-item:first-child{
		float: left;
		width: 106px;
		height: 106px;
		overflow: hidden;
		margin: 0;
	}
	.b-company-ph-item img{
		width: 106px;
	}

.b-company-time{
	float: left;
}
	.b-company-time__tooday{
		font: normal 12px Arial;
		padding: 3px 0 2px 25px;
		background: url(../img/icon_time_16x19.png) no-repeat;
	}
	.b-company-time__week{
		-moz-border-radius: 3px 3px 3px 3px;
		-khtml-border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		background: #fff;
		padding: 7px;
		margin: 5px 0 0 15px;
	}
	.b-company-time__week-day{
		float: left;
		margin: 0 0 0 5px;
		padding: 0 3px;
	}
	.b-company-time__week-day:first-child{
		float: left;
		margin: 0;
		padding: 0 0 0 3px;
	}
	.b-company-time__week-day-tit{
		font: 11px Arial;
		color: #999;
	}
	.b-company-time__week-day-time{
		font: 12px Arial;
		color: #999;
	}
	.active-time{
		margin: 0 0 0 5px;
	}
	.active-time .b-company-time__week-day-tit{
		font: bold 11px Arial;
		color: #333;
		margin: 0 0 0 6px;
	}
	.active-time .b-company-time__week-day-time{
		-moz-border-radius: 3px 3px 3px 3px;
		-khtml-border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		background: #e6e6e6;
		padding: 0 3px;
		color: #333;
	}
	
.b-icon-darr {
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-top-color: #999;
}


.b-company-panel-responses {
	margin-top: 5px;
}
	.b-company-panel-responses .b-company-panel-responses-count {
		float: left;
		margin: 4px 4px 0 0;
	}
	.b-company-panel-responses .b-btn {
		color: #1a3dc1;
		float: left;
	}
		.b-company-panel-responses .b-btn .b-btn__text {
			position: relative;
			padding-right: 20px;
		}
		.b-company-panel-responses .b-icon-darr {
			position: absolute;
			top: 14px;
			right: 8px;
		}
	.b-company-panel-responses__item{
		padding: 6px 10px;
		font: bold 12px Arial;
		color: #06c;
		height: 15px;
	}
	.b-company-panel-responses__item-white{
		padding: 6px 10px;
		font: bold 12px Arial;
		color: #fff;
		height: 15px;
	}
	.b-company-panel-responses__item-wh{
		padding: 6px 10px;
		font: bold 12px Arial;
		color: #fff;
		height: 15px;
	}
	.b-company-panel-responses__item-white:hover{
		color: #06c;
	}
	.b-company-panel-responses__item-block{
		float: left;
	}

.b-company-panel-favorite {
		margin: 15px 0 20px -30px;
}
	.b-company-panel-favorite .b-btn {
		float: left;
	}
	.b-company-panel-favorite__label {
		font-size: 11px;
		color: #999;
		float: left;
		margin: 8px 0 0 8px;
	}

.b-company-panel-rating {}
	.b-company-panel-rating .b-btn {
		float: left;
	}
	.b-company-panel-rating__current {
		width: 22px;
		height: 22px;
		-moz-border-radius: 3px 3px 3px 3px;
		-khtml-border-radius: 3px 3px 3px 3px;
		-webkit-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		font: bold 12px Arial;
		line-height: 24px;
		background: url(../img/company_panel_rating_21x22.png) no-repeat;
		color: #ff7e00;
		text-align: center;
		float: left;
		margin: 0 4px;
	}
	.b-company-panel-rating__current.negative-vote {
		background: url(../img/company_panel_rating_21x22.png) no-repeat -22px 0;
		color: #999;
	}

.b-company-map{
	border: 5px solid #ccc;
	margin: 10px 0 0 0;
	overflow: hidden;
	width: 690px;
	height: 200px;
}
	.b-company-map__turn{
		font: 12px Arial;
		color: #8f8f8f;
		margin: 5px 0 0 0;
		cursor: pointer;
	}
	
.b-company-panel {}
	.b-company-panel__grad {
		height: 40px;
		background: #fff;
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e2e2e2));
		background: -webkit-linear-gradient(#fff, #e2e2e2);
		background: -moz-linear-gradient(#fff, #e2e2e2);
		background: -o-linear-gradient(#fff, #e2e2e2);
		background: linear-gradient(#fff, #e2e2e2);
		-pie-background: linear-gradient(#fff, #e2e2e2);
		position: relative;
	}
	.b-company-panel__grad-type{
		font: bold 16px Arial;
		color: #000;
		margin: 10px 10px;
		float: left;
		width: 170px;
	}
	.b-company-panel__left {
		width: 250px;
		float: left;
		margin-left: 10px;
	}
	.b-company-panel__center {
		float: left;
	}
	.b-company-panel__right {
		float: right;
		margin-right: 10px;
	}
	.b-company-panel .b-company-panel-favorite {
		float: left;
		margin-top: 7px;
	}
	.b-company-panel .b-company-panel-rating {
		float: left;
	}
	.b-company-panel .b-company-panel-responses {
		float: left;
		margin-top: 7px;
	}

.b-company-response-item {
	padding: 5px 5px 5px 10px;
	margin: 0 0 10px 0;
}
	.b-company-response-item__response-rating-golos{
		float: right;
		margin: 0 0 0 0;
	}
	.good-response{
		border-top: 1px solid #f9ab00;
		background: #ffedd0;
	}
		.good-response .under-title{
			font: bold 11px Arial;
			color: #ff921c;
		}
		.good-response .b-company-response-item__response-rating {
			font: bold 17px Arial;
			color: #f9ab00;
			float: right;
			padding: 1px 5px 1px 0;
			margin: 0 0 0 0;
		}
		.good-response input, .good-response textarea{
			border: 1px solid #F9AB00;
		}
	.bad-response{
		border-top: 1px solid #b68382;
		background: #f7e7e7;
	}
		.bad-response .under-title{
			font: bold 11px Arial;
			color: #b13c3b;
		}
		.bad-response .b-company-response-item__response-rating {
			font: bold 17px Arial;
			color: #bc3c48;
			float: right;
			padding: 1px 5px 1px 0;
			margin: 0 0 0 0;
		}
		.bad-response input, .bad-response textarea{
			border: 1px solid #b68382;
		}
	.only-response{
		border-top: 1px solid #999;
		background: #e3e3e3;
	}
		.only-response .under-title{
			font: bold 11px Arial;
			color: #ff921c;
		}
		.only-response .b-company-response-item__response-rating {
			font: bold 17px Arial;
			color: #f9ab00;
			float: right;
			padding: 1px 5px 1px 0;
			margin: 0 0 0 0;
		}
		.only-response input, .only-response textarea{
			border: 1px solid #999;
		}
	.b-company-response-item__avatar {
		width: 40px;
		height: 40px;
		float: left;
		overflow: hidden;
		padding-right: 5px;
		margin-top: 2px;
		border-radius: 3px;
	}
		.b-company-response-item__avatar img {
			width: 40px;
			height: 40px;
			display: block;
		}
	.b-company-response-item__content {
		overflow: hidden;
		padding-top: 2px;
	}
	.b-company-response-item__meta {
		float: left;
		width: 380px;
	}
	.b-company-response-item__user {
		font: bold 14px Arial;
		color: #06c;
		cursor: pointer;
	}
	.b-company-response-item__user:hover {
		text-decoration: underline;
	}
	.b-company-response-item__user-rating {
		background: #fffa9a;
		font-size: 11px;
		color: #666;
		padding: 0 5px;
		margin-left: 1px;
		border-radius: 3px;
	}
	.b-company-response-item__date {
		font-size: 11px;
		color: #666;
		margin: 0 3px;
	}
	.b-company-response-item__actions {
		visibility: hidden;
		float: right;
		margin: 0 0 0 0;
	}
	.b-company-response-item:hover .b-company-response-item__actions {
		visibility: visible;
	}
		.b-company-response-item__actions .b-btn {
			float: left;
			margin-right: 3px;
		}
			.b-company-response-item__actions .b-btn .b-btn__text {
				position: relative;
			}
			.b-company-response-item__actions .b-icon-darr {
				position: absolute;
				top: 12px;
				right: 3px;
			}
	.b-company-response-item__quote {
		font-size: 11px;
		color: #666;
		float: left;
		margin: 5px 9px 0 0;
		cursor: pointer;
	}
	.b-company-response-item__quote:hover {
		text-decoration: underline;
	}
	
	.b-company-response-item__text {
		margin-top: 0;
	}
	

.b-company-response {
	margin: 0 0 0 20px;
}
	

.b-company-form-field {
	font-size: 12px;
}
	.b-company-form-field textarea{
		height: 32px;
		width: 488px;
	}

.b-company-form-field._captcha {}
	.b-company-form-field._captcha img {
		margin: 0 0 0 9px;
	}
	.b-company-form-field._captcha dd {
		width: 100px;
	}

.b-input-list {
	margin: 0 0 0 10px;
}
	.b-input-list li {
		margin-top: 6px;
	}
	.b-input-list li:first-child {
		margin-top: 0;
	}
	.b-input-list input {
		margin: 2px 3px 0 15px;
	}
	.b-input-list input:first-child {
		margin: 1px 3px 0 0;
	}

.left-str {
	width:0px;
	height:0px;
	border-top:10px solid transparent;
	border-bottom:10px solid transparent;
	border-right:10px solid yellow;
	float: right;
}
	
.b-company-form {
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
}
	.b-company-form__er{
		margin: 0 0 0 141px;
	}
	.b-company-form .b-company-form-field {
		margin-top: 10px;
	}
	.b-company-form .b-company-form-field:first-child {
		margin-top: 0;
	}
	.b-company-form__required {
		color: #c33;
	}
	.b-company-form__note {
		color: #666;
		margin-top: 14px;
	}
	.b-company-form__comments {
		font-weight: bold;
		float: left;
	}
	.b-company-form__comments-auth{
		font-weight: bold;
		margin: 3px 0 0 0;
		float: left;
	}
	.b-company-form__comments-type{
		float: left;
		margin: 0 0 0 20px;
	}
	.b-company-form .b-input-list {
		margin-top: 10px;
	}

.b-company-cat {
	
}
	.b-company-cat__hov-title {
		border-top: 2px solid #358ece;
		padding-top: 5px;
	}
	.b-company-cat__title {
		font: 18px Arial;
		color: #013167;
	}
	.b-company-cat__title-main {
		margin-top: -18px;
		background: #F8F5EE;
		float: left;
		padding-right: 10px;
	}
	.b-company-cat__title-main-comm{
		font: bold 16px Arial;
		float: left;
		padding: 2px 0;
	}
	.b-company-cat__content {
		margin-top: 5px;
	}
	.b-company-cat__content input {
		width: 205px;
	}
	.b-input-list input {
		width: 12px;
	}
	
	.input-capcha input {
		width: 68px;
	}
	.b-btn-lite{
		padding: 2px 5px;
		float: right;
		font: 12px Arial;
		margin: 0 18px 0 0;
	}
	.b-btn-lite__auth{
		padding: 2px 5px;
		font: 12px Arial;
		margin: 0 0 0 14px;
	}
	.col-exp{
		margin-top: -15px;
		background: #F8F5EE;
		font: oblique 12px Arial;
		color: #0066cc;
		padding-left: 10px;
	}
	.col-exp:hover{
		cursor: pointer;
	}
	.b-company-cat__title-group{
		overflow: hidden;
		margin: 0 0 0 -30px;
	}
	.b-company-cat__title-bot{
		padding: 0 0 0 30px;
		font: 18px Arial;
		color: #013167;
		overflow: hidden;
		white-space: nowrap;
		display: inline-block;
	}
	.b-company-cat__title-bot-otsiv{
		font: 18px Arial;
		color: #013167;
		overflow: hidden;
		white-space: nowrap;
		display: inline-block;
	}
	.b-company-cat__title-bot-str{
		border-bottom: 1px dashed #999;
		width: 700px;
		height: 10px;
		float: right;
		margin: 0 0 0 15px;
	}
	.question-title{
		background: url(../img/question.png) no-repeat;
	}
	.question-new-title{
		background: url(../img/aside_menu_counter_otsiv.png) no-repeat;
	}
	.input-capcha{
		float: left;
		width: 123px;
	}
	.b-company-form-field label{
		color: #40403f;
		font: 12px Arial;
	}
	.b-company-form-field .label{
		color: #40403f;
		font: 12px Arial;
		width: 49px;
		float: left;
	}
	.mail-label{
		padding: 0 21px 0 6px;
	}

.b-company-info {}
	.b-company-info .b-company-cat {
		margin-top: 20px;
	}
	.b-company-info .b-company-cat:first-child {
		margin-top: 0;
	}
	.b-company-info .b-company-panel {
		margin: 15px 0 0 -260px;
	}

.map-overlay {
	height: 200px;
	position: relative;
	z-index: 999;
}
.maparea-map {
	width: 695px;
	height: 200px;
}


#account {
	float: right;
	right: 10px;
	position: relative;
	/*margin-bottom: -16px;*/
}

.orglistonmap {
	width: 240px;
	position: relative;
	margin-right: 5px;
}

.orglistonmap #nav{
	z-index: 200;
	color: white;
	font: normal bolder 18px Arial;
	list-style-type: none;
} 
.orglistonmap #prev a {
	position: absolute;
	left: +3px;
	top: +70px;
	z-index: 150;
}
.orglistonmap #next a {
	position: absolute;
	right: +3px;
	z-index: 150;
	top: +70px;
}



.office-container {
}
.office-container a{
	text-decoration: none;
	font-size: 14px;
}
.office-container a:hover{
	text-decoration: underline;
}

.office-container .office {
	overflow: hidden;
	padding: 5px 0;
	border-bottom: 1px dotted #9f9f9f;
}

.office-container .office.even, 
.office-container .office.even .second, 
.office-container .office.even .third, 
.office-container .office.even .under {
	/*background: #EFEFEF;*/
}

.office-container .first {
	float: left;
	width: 180px;
	color: #666;
}
.office-container .first .of-desc{
	float: left;
	padding-top: 5px;
	clear: left;
	font-size: 11px;
}

.office-container .second {
	float: left;
	width:180px;
	font-size: 14px;
}

.office-container .third {
	float: left;
	width: 340px;
	color: #666;
}

.office-container .third span{
	float: left;
	width: 100%;
}
.office-container .third span.schedule{
	color: #000;	
}


a[href="http://share42.com/"] {
	display: none;
}