/* стили перенесенные из main.css для страницы хелпа */
	.current-page_help.has-cms-menu_true
.target-page__content,

	.current-page_news.has-cms-menu_true
.target-page__content {
		width: auto;
		padding-left: 400px;
		position: relative;
		padding-right: 20px;
        min-height: 565px;
}

	.current-page_help.has-cms-menu_true
.target-content__inside,

	.current-page_news.has-cms-menu_true
.target-content__inside {
	width: 100%;
	max-width: 990px;
}

.target-content__cms-inside-text img {border: 0;}
.target-content__cms-inside-text table {border-collapse: collapse; border-spacing: 0; padding: 0; border: 0;}
.target-content__cms-inside-text td, .target-content__cms-inside-text th {padding: 0; vertical-align: top; text-align: left;}
.target-content__cms-inside-text form {margin: 0;}
.target-content__cms-inside-text textarea, .target-content__cms-inside-text input, .target-content__cms-inside-text select {font-family: Arial, Tahoma, sans-serif; margin: 0; }
.target-content__cms-inside-text a,
.help-menu a,
.breadcrumb-menu a {color: #004b88; text-decoration: underline;}

.target-content__cms-inside-text a:hover,
.help-menu a:hover,
.breadcrumb-menu a:hover  {text-decoration: none;}

.target-content__cms-inside-text a:focus,
.help-menu a:focus,
.breadcrumb-menu a:focus {outline:none;}

.target-content__cms-inside-text h1, .target-content__cms-inside-text h2, .target-content__cms-inside-text h3, .target-content__cms-inside-text h4, .target-content__cms-inside-text h5, .target-content__cms-inside-text h6 {margin: 0; padding: 0; display: block; font-weight: bold;}
.target-content__cms-inside-text h1 {font-size: 18px; margin: 0 0 12px;}
.target-content__cms-inside-text h2 {font-size: 16px; padding: 15px 0 7px;}
.target-content__cms-inside-text h3 {font-size: 14px; padding: 0 0 3px;}

.target-content__cms-inside-text ul {margin: 0; padding: 0; list-style: none; line-height: 1.5em;}

	.current-page_help
	.target-content__cms-inside-text
ul {
	padding: 0 0 0 40px;
	margin: 4px 0;
	list-style-type: disc;
	line-height: 1.5em;
}

	.current-page_news
	.target-content__cms-inside-text
ul {
	margin: 4px 0;
	line-height: 1.5em;
}

.current-page_news .target-content__cms-inside-text .cms-news-row ul {
	list-style-type: disc;
	padding-left: 25px;
}

	.p1
	.target-content__cms-inside-text
	.landing2013
ul {
		padding: 0;
		margin: 0;
		list-style: none;;
		line-height: 1.2em;
	}

	.current-page_help
	.target-content__cms-inside-text
ol,

	.current-page_news
	.target-content__cms-inside-text
ol {
	padding: 0 0 0 40px;
	margin: 4px 0;
	line-height: 1.5em;
}

.current-page_news .target-content__cms-inside-text .cms-news-row ol {
	list-style-type: decimal;;
	padding-left: 25px;
}

	.p1
	.target-content__cms-inside-text
	.landing2013
ol {
		padding: 0;
		margin: 0;
		line-height: 1.2em;
}

.target-content__cms-inside-text ul li {margin: 0; padding: 0 0 4px;}

	.current-page_help
	.target-content__cms-inside-text
li,

	.current-page_news
	.target-content__cms-inside-text
li {
	font: 13px/20px Arial;
	margin: 0;
	padding: 0 0 4px;

}

	.p1
	.target-content__cms-inside-text
	.landing2013
li {
	font: 12px/14px Arial;
	margin: 0;
	padding: 0;

}

.target-content__cms-inside-text p {padding: 0 0 10px; margin: 0;}

	.current-page_help
	.target-content__cms-inside-text
p,

	.current-page_news
	.target-content__cms-inside-text
p {
	padding: 9px 0 4px;
	font: 13px/20px Arial;
	 margin: 0;
}

	.p1
	.target-content__cms-inside-text
	.landing2013
p {
	padding: 0;
	margin: 0;
	font: 13px/20px Arial;
}

.current-page_help .target-content__cms-inside-text .code_framed {
	display: inline-block;
}
	.current-page_help .target-content__cms-inside-text .code_framed,
	.current-page_news
	.target-content__cms-inside-text
td,

	.current-page_help
	.target-content__cms-inside-text
td {
	border: 1px solid #CCC;
	vertical-align: middle;
	padding: 9px;
/*	width: 30%;*/
	background: #F3F3F3;
}

	.p1
	.target-content__cms-inside-text
	.landing2013
td {
	border: none;
	vertical-align: middle;
	padding: 0;
/*	width: auto;*/
	background: none;
}

.current-page_news .target-content__cms-inside-text img,
.current-page_help .target-content__cms-inside-text img {
	max-width: 920px;
}

	.p1
	.target-content__cms-inside-text
	.landing2013
img {
	max-width: none;
}


.help-menu { /* Меню помощи */
	position: absolute;
	top: 8px;
	left: 24px;
}


	.top-fixed-cms-menu_false
.help-menu {
	top: 8px;
}

	.top-fixed-cms-menu_true
.help-menu {
    position: fixed;
	top: 90px;
}

.help-menu__nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.help-menu__item { /* Пункт меню */

	text-decoration: none;
	display: block;
	float: left;
	clear: both;
	margin: 4px;
	padding: 4px;
	border-bottom: 1px solid #FFF;
}

/*.help-menu__item:hover {
	background: #F8F8FF;
	border-bottom-color: #0066CC;
}*/

    .navlist-menu-level-0 >
    .help-menu__item >
.help-menu__item__link {
    font: normal 16px/16px Tahoma;
}

.help-menu__nav .help-menu__item {
    float: none;
}

.navlist-menu-level-0 > .help-menu__item:hover {
    background: none;
    border: none;
}

.level-0, .level-1, .level-2, .level-3, .level-4 { /* Вложенные пункты */
	padding: 0;
	margin: 0;
}

.navlist-menu-level-1 .help-menu__item {
	margin-left: 16px;
	font: normal 14px/14px Tahoma;
}

.navlist-menu-level-2 .help-menu__item {
	margin-left: 16px;
	font: normal 13px/13px Tahoma;
}

.navlist-menu-level-3 .help-menu__item {
	margin-left: 16px;
	font: normal 12px/12px Tahoma;
}

.navlist-menu-level-4 .help-menu__item {
	margin-left: 16px;
	font: normal 11px/11px Tahoma;
}

.help-menu__item.help-menu__active { /* Выделенный пункт */
	color: #000;
	font-weight: 700;
}

.help-menu__item.help-menu__active:hover {
	border-bottom-color: #FFF;
}

.help-page-head { /* Заголовок страницы помощи */
	font: normal 32px/40px Verdana;
	display: block;
	padding: 28px 0 20px;
	max-width: 610px;
}

.help-breadcrumb { /* Навигационная цепочка */
	position: absolute;
	margin: 0;
	padding: 0;
	height: 24px;
	max-width: 610px;
	overflow: hidden;
}

.help-breadcrumb li { /* Элемент цепочки */
	font: 12px/16px Arial;
	padding: 4px;
	background: #F8F8FF;
	margin: 0;
	list-style: none;
	display: inline;
	white-space: nowrap;
}
.help-breadcrumb a {
	text-decoration: none;
}
.help-breadcrumb a:hover {
	border-bottom: 1px solid;
}

.cms-link {
		font: 13px/20px Arial;
}

.cms-search-res-head { /* Заголовок поискового результата */
	margin: 15px 0 0;
}

.cms-search-more-res { /* Ссылка "Ещё результаты" в поиске */
	font: 12px/20px Arial;
}

.self_rekl .help-page-head { /* Стандартные заголовки скрыты на страницах в папке self_rekl */
	display: none;
}