/* Шапка */
.b-documentHeader {
	text-align: center;
	font-size: 12px;
	padding: 20px 110px 0;
}
.b-doc-gerb-container {
	line-height: 20px;
	padding: 20px 0 0;
}
.b-doc-rus {
	line-height: 20px;
	padding: 10px 0 0;
	font-size: 15px;
	color: #61646A;
}
.b-iconGerb {
	display: inline-block;
	vertical-align: middle;
	height: 50px;
	width: 50px;
	background: url(../img/gerbRF.png?201202011740) no-repeat;
}
.b-doc-title {
	font-size: 20px;
	font-weight: normal;
	padding: 22px 0 28px;
	line-height: 20px;
	color: #2D3038;
}
.b-doc-title--first {
	padding-bottom: 9px;
}
.b-doc-subtitle {
	font-weight: normal;
	font-size: 25px;
	padding: 0 0 25px;
	color: #2D3038;
}
.b-doc-editorial {
	padding: 6px 0 24px;
	text-align: left;
}

/* Тело */
.b-documentBody {
	font-size: 12px;
	color: #2D3038;
}

.b-documentBody .path {
	font-weight: normal;
	font-size: 15px;
	border-bottom: 1px solid #c1c1c2;
	padding: 6px 10px 3px 0;
	line-height: 20px;
	overflow: hidden;
	background: -moz-linear-gradient(top, #e5e8e9, #dce0e2);
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e8e9), to(#dce0e2));
	background: -webkit-linear-gradient(top, #e5e8e9, #dce0e2);
	background: -o-linear-gradient(top, #e5e8e9, #dce0e2);
	background: -ms-linear-gradient(top, #e5e8e9, #dce0e2);
	background: linear-gradient(top, #e5e8e9, #dce0e2);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#e5e8e9,endColorstr=#dce0e2,GradientType=0);
	zoom: 1;
	background: linear-gradient(top, #e5e8e9, #dce0e2);
	/* [FIXME] После перехода на темы Courts_model */
	margin: 0 !important;
}
.b-doc-number-article {
	float: left;
	width: 95px;
	list-style-type: decimal;
	text-align: right;
	font-size: 12px;
}
.b-doc-title-article {
	float: left;
	margin-left: 20px;
	overflow: hidden;
	display: block;
}
.b-doc-separator {
	width: 100%;
	height: 20px;
	margin: 40px 0 30px;
	background: url(../img/doc_separator.png?201205281250) repeat-x;
}
.b-doc-pre-items,
.b-doc-after-items {
	line-height: 20px;
	font-size: 15px;
}
.b-doc-pre-items {
	padding: 15px 20px 5px 110px;
}
.b-doc-after-items {
	padding: 5px 20px 15px 110px;
}
.b-doc-resolution {
	font-size: 15px;
	font-weight: normal;
	padding: 0 0 7px 110px;
	text-transform: uppercase;
	text-align: center;
}
.b-documentBody .items {
	padding: 0 20px 0 110px;
	font-size: 15px;
	counter-reset: level1;
}
.b-doc-first-item,
.b-doc-first-custom_item {
	padding: 15px 0;
	position: relative;
	line-height: 20px;
	/* [FIXME] После перехода на темы Courts_model */
	margin: 0 !important;
}
.b-doc-first-item:before {
	counter-increment: level1;
	content: counter(level1)'. ';
	display: inline-block;
	color: #828995;
	font-weight: bold;
	width: 13px;
	margin-left: -32px;
	padding-right: 19px;
	font-size: 12px;
}
.b-doc-first-item--no_num:before {
	content: none;
}
.b-doc-first-custom_item:before {
	counter-increment: none;
	content: attr(data-index);
	color: #828995;
	font-weight: bold;
	width: 13px;
	margin-left: -32px;
	padding-right: 19px;
	font-size: 12px;
}
.b-doc-first-item--empty {
	visibility: hidden !important;
	line-height: 0 !important;
	padding: 0 !important;
	height: 0 !important;
}
.b-doc-first-item--resolution_last {
	padding-bottom: 65px;
}
.b-doc-first-item .num {
	position: absolute;
	width: 30px;
	left: -50px;
	top: 15px;
	text-align: right;
	display: block;
	font-weight: bold;
	font-size: 12px;
}
.b-doc-first-item .b-content__ul,
.b-doc-first-item .b-doc-item-list {
	padding-top: 5px;
	counter-reset: level2;
}
.b-doc-second-item:before {
	counter-increment: level2;
	content: counters(level2,".")") ";
}
.b-doc-first-item .b-content__ul .b-doc-second-item,
.b-doc-first-item .b-doc-item-list .b-doc-second-item,
.b-doc-first-item .paragraph,
.b-doc-second-item .paragraph {
	padding: 5px 0;
}

.b-doc-first-item .paragraph:first-of-type,
.b-doc-second-item .paragraph:first-of-type {
	padding-top: 10px;
}

.b-doc-second-item > .b-content__ul .b-doc-second-item:last-of-type {
	padding-bottom: 0;
}

.msk .b-documentBody .items > li {
	margin: 1em 0;
	position: relative;
	line-height: 20px;
}