@import url('reset.css');

::-moz-selection {
	background: #ff7a33;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #ff7a33;
	color: #fff;
	text-shadow: none;
}

/* Prevent iOS, WinMobile from adjusting font size */
html {
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

html,
body {
	color: #eee;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 85%;
	line-height: 1.25;
	text-align: center;
}
body {
/*
		background:
		url(/i/bg/bg-shadow_top.png) 0 0 repeat-x,
		url(/i/bg/bg-shadow_bottom.png) 0 100% repeat-x,

		url(/i/bg/bg-lines.png) 50% 0 repeat-y,

		url(/i/bg/bg-bottom_right.jpg) 1015px 794px no-repeat,
		url(/i/bg/bg-top_right.jpg) 1015px 0 no-repeat,
		url(/i/bg/bg-bottom_left.jpg) 0 794px no-repeat,
		url(/i/bg/bg-top_left.jpg) 0 0 no-repeat #c4c4c2;
*/
	position: relative;
	background:
		/*url(/i/b/bg-shadow_top.png) 0 0 repeat-x,*/
		/*url(/i/b/bg-shadow_bottom.png) 0 100% repeat-x,*/
		url(/i/b/bg-lines.png) 50% 0 repeat-y,
		url(/i/b/bg-main.jpg) 50% 0 no-repeat #c4c4c2;
}
body:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -40px;
	width: 100%;
	height: 0;
	box-shadow: 0 0 415px 515px  rgba(0, 0, 0, 1);
	z-index: -1;
}

body:before {
	content: "";
	position: absolute;
	top: -684px;
	left: 0;
	width: 100%;
	height: 684px;
	box-shadow: 0 0 342px 342px #000;
	z-index: -1;
}

.layout {
	/* background-color: #171717;*/
	background-repeat: no-repeat;
	background-position: 50% 0;
}

textarea,
input,
select,
button {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
}


/* base typography */

a {
	color: #eee;
	text-decoration: underline;
}
a:hover {
	color: #ff5800;
	text-decoration: none;
}

.body a,
.related a,
.produce-main a {
	color: #ff5800;
}
.body a:hover,
.related a:hover,
.produce-main a:hover {
	color: #818061 !important;
	text-decoration: none !important;
}

b, strong, dfn, th, caption {
	font-weight: bold;
}
em, dfn, tfoot {
	font-style: italic;
}
sup, sub {
	line-height: 0;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
}


/* common elements */

.plumbc,
.plumbc-sh {
	font-family: PlumbC, 'plumbcregular', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.plumbc-b,
.plumbc-b-hov,
.plumbc-b-sh,
.plumbc-b-gr,
.plumbc-b-or {
	font-family: PlumbCBold, 'plumbcbold', Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.title-gr {
	background: #191919 url('../i/bg-sideblock-title.png') repeat-x;
	color: #fff;
	padding: 0 12px;
}
.title-gr h3 {
	font-size: 15px;
	height: 38px;
	letter-spacing: -0.03em;
	line-height: 38px;
	overflow: hidden;
}
.title-gr h3 a {
	color: #fff !important;
	text-decoration: none;
}

.gt {
	vertical-align: -2px;
}

.video-preview-btn {
	background: url('../i/i-video-preview.png') no-repeat;
	bottom: 6px;
	height: 23px;
	left: 6px;
	opacity: .85;
	position: absolute;
	width: 23px;
}
a:hover .video-preview-btn {
	opacity: 1;
}

.read-more {
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -0.03em;
	line-height: 16px;
	text-transform: uppercase;
}
.read-more a {
	color: #6e6d4e;
}
.read-more a cufon {
	vertical-align: -3px !important;
	padding-right: 1px; 
}


/* layout */

.wrapper,
.bottom-menu-inner,
.footer-inner {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}
.wrapper {
	margin-bottom: 24px;
}
.gecko.mac .wrapper,
.webkit .wrapper {
	width: 961px;
}
.bottom-menu-inner,
.footer-inner {
	width: 932px;
}


/* preface */

.preface {
	height: 30px;
	line-height: 30px;
	padding-top: 14px;
	position: relative;
}
.preface h5 {
	color: #fff;
	font-size: 11px;
	left: 12px;
	line-height: 30px;
	text-transform: uppercase;
	position: absolute;
}
.preface .nav-links {
	line-height: 28px;
	position: absolute;
	right: 95px;
	color: #888888;
}

.preface .nav-links a {
	text-decoration: none;
}

form.search {
	position: absolute;
	right: -3px;
	text-align: right;
	top: 18px;
	width: 86px;
}
form.search.search-bottom {
	float: left;
	position: relative;
	text-align: left;
	right: auto;
	top: 0;
}
form.search label {
	display: none;
}
form.search input.q-search {
	background: url('../i/bg-q-search.png') no-repeat;
	border: 0;
	color: #eee;
	font-size: 11px;
	font-weight: bold;
	height: 16px;
	left: 0;
	text-transform: uppercase;
	padding: 3px 6px;
	position: absolute;
	top: 0;
	width: 59px;
}
form.search input.q-search.placeholder {
	color: #919191;
}
form.search input.btn-search {
	background: url('../i/bg-btn-search.png') no-repeat;
	border: 0;
	cursor: pointer;
	height: 22px;
	padding: 0;
	overflow: visible;
	position: absolute;
	right: 0;
	top: 0;
	vertical-align: middle;
	width: 22px;
}


/* header */

.header {
	background: url('../i/bg-header.png') no-repeat;
	border: 3px solid #000;
	height: 102px;
	margin: 0 -3px 2px;
	position: relative;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.header .logo {
	left: 4px;
	position: absolute;
	top: 6px;
}
.header .logo img {
	display: block;
}
.header .top-menu {
	bottom: 5px;
	height: 22px;
	left: 218px;
	overflow: hidden;
	position: absolute;
	width: 740px;
}
.header .top-menu ul {
	/*letter-spacing: -0.03em;*/
	line-height: 22px;
	margin-left: -5px;
	width: 900px;
}
.header .top-menu li {
	color: #595959;
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.header .top-menu li:before {
	content: '|';
}
.header .top-menu li.first:before {
	content: '';
}
.header .top-menu li a {
	line-height: 22px;
	margin: 0 6px;
	text-decoration: none;
}
@media screen and ( -webkit-min-device-pixel-ratio : 0 )	 { 
	.header .top-menu li a {
		margin: 0 5px;
	}
}

.header .top-menu-fixed {
	left: 218px;
}
.header .top-menu-fixed li a {
	margin: 0 6px;
}
.header .top-menu li cufon {
	margin-top: -1px;
}
.header .top-menu li.active a,
.header .top-menu li a:hover {
	color: #ff5800;
}


/* breadcrumbs */

.breadcrumbs {
	line-height: 23px;
	margin-bottom: 2px;
	padding: 0 24px;
}
.breadcrumbs a:hover {
	color: #9e9b86;
	text-decoration: underline;
}
.breadcrumbs img {
	margin: 0 10px;
}


/* body */

.body {
	border: 3px solid #000;
	margin: 0 -3px 24px;
	position: relative;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}


/* main parts */

.main {
	background: #191919;
}
.main-column {
	border-right: 2px solid #000;
	float: left;
	width: 634px;
}
.main-column-hatched {
	background: url('../i/bg-main.png') repeat;
}
.side-column {
	border-left: 2px solid #000;
	float: right;
	margin-left: -2px;
	width: 324px;
}
.side-entries {
	background: url('../i/bg-main.png') repeat;
}
.side-entries-wrapper {
	overflow: hidden;
	padding: 12px 12px 0;
}
.main-content {
	padding: 24px;
	position: relative;
}
.main-content-light {
	background: #eee;
}
.before-body {
	background: #171717;
	border: 3px solid #000;
	margin: 0 -3px 2px;
	padding: 16px 0 8px 24px;
	position: relative;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}


/* CONTENT */

/* news anons */

.anons {
	background: #191919;
	border-bottom: 3px solid #000;
	overflow: hidden;
	padding: 24px;
}
.anons .anons-content .meta {
	color: #7c7c7c;
	font-size: 12px;
	line-height: 10px;
	margin-bottom: 3px;
}
.anons .anons-content h2 {
	color: #ff5800;
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 12px;
}
.anons .anons-content .lead {
	color: #eee;
	line-height: 16px;
	margin-bottom: 10px;
}
.anons .anons-content .read-more a {
	color: #9e9b86;
}


/* news tape */

.news-tape {
	overflow: hidden;
}
.news-tape .news-tabs {
	margin: -24px -25px 24px -24px;
}
.news-tape .news-tabs ul {
	display: table;
	overflow: hidden;
	width: 100%;
}
.news-tape .news-tabs li {
	background: #e0dfdf;
	border-right: 1px solid #c9c6c6;
	display: table-cell;
	position: relative;
	text-align: center;
	z-index: 1;
}
.news-tape .news-tabs li a {
	border-right: 1px solid #eee;
	color: #8e8e8e;
	display: block;
	font-size: 10px;
	line-height: 31px;
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
}
.news-tape .news-tabs li.active {
	background: #eee;
	z-index: 2;
	box-shadow: 3px 1px 3px rgba(0, 0, 0, .08);
	-webkit-box-shadow: 3px 1px 3px rgba(0, 0, 0, .08);
	-moz-box-shadow: 3px 1px 3px rgba(0, 0, 0, .08);
}
.news-tape .news-tabs li.active a {
	color: #383838;
	cursor: default;
}
.news-tape .news-tabs li.before-active,
.news-tape .news-tabs li.before-active a {
	border-right: 1px solid #e0dfdf;
}

.news-tape .news-list {
	overflow: hidden;
}
.news-tape .news-list li {
	margin-bottom: 14px;
	overflow: hidden;
}
.news-tape .news-list li .image {
	float: left;
	margin: 0 24px 10px 0;
	position: relative;
}
.news-tape .news-list li .image img {
	border: 1px solid #e2e2e2;
	display: block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.news-tape .news-list li.has-image .content {
	margin-left: 205px;
}
.news-tape .news-list li .content .meta {
	color: #7c7c7c;
	font-size: 12px;
	line-height: 15px;
}
.news-tape .news-list li .content h2 {
	color: #ff5800;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 12px;
}
.news-tape .news-list li .content .lead {
	color: #171717;
	margin-bottom: 3px;
}
.news-tape .news-list li .content .lead a {
	color: #ff5800;
}
.news-tape .news-list li .content .read-more {
	margin-bottom: 10px;
}


/* paging */

.paging {
	border-top: 1px solid #fff;
	padding: 24px;
}
.paging .pages-wrapper {
	height: 40px;
	overflow: hidden;
	position: relative;
}
.paging .pages {
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	margin-bottom: 8px;
	overflow: hidden;
	position: relative;
	width: 5000px;
}
.paging .pages a,
.paging .pages span {
	color: #fff;
	display: block;
	float: left;
	margin-right: 9px;
	padding: 0 8px;
	text-decoration: none;
}
.paging .pages a:hover {
	color: #818061 !important;
}
.main-content-light .paging .pages a:hover {
	color: #9e9b86 !important;
}
.paging .pages span {
	background: #ff5800;
	color: #fff;
}
.paging .scroll {
	background: #ccc;
	font-size: 0;
	height: 3px;
	position: relative;
}
.paging .scroll .runner {
	cursor: pointer;
	display: block;
	height: 8px;
	left: 0;
	position: absolute;
	top: 0;
	width: 156px;
}
.paging .scroll .runner em {
	background: #363636;
	display: block;
	font-size: 0;
	height: 3px;
	left: 0;
	position: absolute;
	top: 0;
	width: 156px;
}
.paging .scroll .runner i {
	background: url('../i/i-runner.png') no-repeat;
	display: block;
	font-size: 0;
	height: 6px;
	left: 50%;
	margin-left: -4px;
	position: absolute;
	top: 2px;
	width: 8px;
}

.main-content-light .paging .pages a,
.main-content-light .paging .pages span {
	color: #141414;
}
.main-content-light .paging .pages span {
	color: #fff;
}


/* entries */

.b-entries {
	color: #dddddb;
	margin-bottom: 12px;
	padding: 12px;
}

.side-entries .b-entries {
	background: #dddddb;
	border: 2px solid #fff;
	color: #343434;
	margin-bottom: 3px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.b-entries.b-entries-dark,
.side-entries .b-entries.b-entries-dark {
	background: #171717;
	border: 1px solid #000;
	color: #fff;
}

.b-entries .title-gr {
	margin: -12px -12px 12px;
}


/* entries common styles */

.b-entries .entry {
	position: relative;
}
.b-entries .entry .dl {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -0.05em;
	line-height: 15px;
	text-transform: uppercase;
}
.b-entries .entry .dl a {
	background: #818060;
	color: #fff;
	display: inline-block;
	font-size: 9px;
	line-height: 15px;
	padding: 0 4px;
	position: relative;
	text-decoration: none;
}
.b-entries .entry .dl a:hover {
	background: #9e9b86;
}

.b-entries .entry .image {
	position: relative;
}
.b-entries .entry .image img {
	border: 1px solid #fff;
	display: block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.b-entries .entry .lead {
	color: #3b3b3b;
}

.b-entries .entry.major {
	border-bottom: 1px solid #000;
	margin: 0 -12px;
	padding: 6px 12px 12px;
}
.b-entries .entry.major h4 {
	color: #ff5800;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 8px;
}
.b-entries .entry.major h4 a {
	color: #ff5800;
}
.b-entries .entry.major .image {
	margin: 0 0 12px;
}
.b-entries .entry.major .image img {
	border-color: #9a9a9a;
}

.b-entries .entry.standard {
	border-bottom: 1px solid #000;
	margin: 0 -12px;
	padding: 12px 12px 6px;
}
.b-entries .entry.standard h4 {
	color: #dddddb;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 13px;
}
.b-entries .entry.standard h4 a {
	color: #dddddb;
	text-decoration: none;
}
.b-entries .entry.standard .entry-content {
	min-height: 77px;
	padding-left: 114px;
	position: relative;
}
.b-entries .entry.standard .image {
	left: 0;
	position: absolute;
	top: 0;
}
.b-entries .entry.standard .dl {
	margin-top: 6px;
}
.b-entries .entry.standard .dl a {
	margin-bottom: 5px;
}

.b-entries .entry.short {
	border-bottom: 1px solid #000;
	margin: 0 12px;
	padding: 7px 0 9px;
}
.b-entries .entry.short h4 {
	color: #dddddb;
	font-size: 12px;
	font-weight: normal;
	position: relative;
}
.b-entries .entry.short h4 a {
	color: #dddddb;
	text-decoration: none;
}
.b-entries .entry.short h4 i {
	background: url('../i/i-news-short.png') no-repeat;
	display: block;
	font-size: 0;
	height: 5px;
	left: -12px;
	position: absolute;
	top: 5px;
	width: 4px;
}

.b-entries .entry.last {
	border-bottom: none;
}


/* entries side */

.side-entries .b-entries .entry.major {
	border-color: #bebebe;
	margin: 0;
	padding: 6px 0 12px;
}
.side-entries .b-entries .entry.major .dl {
	color: #221f1f;
}

.side-entries .b-entries .entry.standard {
	border-bottom: none;
	margin: 0;
	padding: 6px 0;
}
.side-entries .b-entries .entry.standard h4,
.side-entries .b-entries .entry.standard h4 a {
	color: #343434;
}

.side-entries .b-entries .entry.short {
	border-color: #c6c6c5;
}
.side-entries .b-entries .entry.short h4 {
	color: #000;
}
.side-entries .b-entries .entry.short h4 a {
	color: #000;
}
.side-entries .b-entries .entry.short h4 i {
	background-position: 0 -5px;
}

.side-entries .b-entries .entry-subscribe h3 {
	color: #818060;
	font-size: 15px;
	letter-spacing: -0.03em;
	margin-bottom: 15px;
}

form.form-subscribe {
	height: 59px;
	position: relative;
}
form.form-subscribe label {
	display: block;
}
form.form-subscribe input.q-email {
	background: #fff;
	border: 1px solid #cbcbcb;
	border-color: #cbc9c9 #cdcbcb #cfcdcd #d1cfcf;
	bottom: -1px;
	color: #343434;
	font-size: 12px;
	font-weight: bold;
	height: 15px;
	left: 0;
	padding: 2px 3px;
	position: absolute;
	text-transform: uppercase;
	width: 238px;
}
form.form-subscribe input.q-email.placeholder {
	color: #777676;
}
form.form-subscribe.subscribed input.q-email {
	background: #dddddb;
}
form.form-subscribe.error input.q-email {
	background: #ff5800;
	color: #fff;
}
form.form-subscribe input.btn-email {
	background: #818060 url('../i/bg-subscribe-btn.png') no-repeat;
	border: none;
	bottom: 0;
	cursor: pointer;
	float: right;
	height: 19px;
	overflow: visible;
	position: absolute;
	right: 0;
	width: 20px;
}
form.form-subscribe.subscribed input.btn-email {
	background-position: 0 -19px;
	cursor: default;
}

/* newspaper */

.b-entries.b-newspaper {
	background: #dddddb;
	border: 2px solid #fff;
	color: #343434;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.b-entries.b-newspaper .head {
	background: #818060;
	color: #fff;
	font-size: 10px;
	letter-spacing: -0.02em;
	line-height: 15px;
	margin: -12px -12px 12px;
	text-transform: uppercase;
	padding: 8px 0 8px 12px;
}
.b-entries.b-newspaper .entry .image {
	margin-bottom: 16px;
}
.b-entries.b-newspaper .entry .lead {
	color: #050505;
	line-height: 16px;
	margin-bottom: 10px;
}
.b-entries.b-newspaper .entry.major h4 {
	color: #ff5800;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 7px;
}
.b-entries.b-newspaper .entry.major h4 a {
	color: #ff5800;
}
.b-entries.b-newspaper .entry.alone {
	border-top: none;
	border-bottom: none;
}

.b-newspaper-wrapper {
	background: #222;
	padding: 12px;
}
.b-newspaper-wrapper .b-entries.b-newspaper {
	margin-bottom: 0;
}
.b-newspaper-wrapper .b-entries.b-newspaper .entry.major h4 {
	font-size: 14px;
}


/* side news */

.side-entries .b-entries.b-news .entry.major {
	border-bottom: 1px solid #fff;
	margin: 0 -12px;
	padding: 0;
}
.side-entries .b-entries.b-news .entry.major .entry-content {
	border-bottom: 1px solid #bebebe;
	padding: 0 12px 22px;
}
.side-entries .b-entries.b-news .entry.major .meta {
	color: #7c7c7c;
	font-size: 14px;
	font-style: italic;
	line-height: 16px;
}
.side-entries .b-entries.b-news .entry.major h4 {
	color: #ff5800;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
}
.b-entries.b-news .entry.major h4 a {
	color: #ff5800;
}
.side-entries .b-entries.b-news .entry.major .lead {
	line-height: 16px;
}
.side-entries .b-entries.b-news .entry.major .image {
	margin: 0 0 10px;
}

.side-entries .b-entries.b-news .entry.standard {
	border-bottom: 1px solid #fff;
	margin: 0 -12px;
	padding: 0;
}
.side-entries .b-entries.b-news .entry.standard.first {
	margin-top: -10px;
}
.side-entries .b-entries.b-news .entry.standard .entry-content {
	border-bottom: 1px solid #bebebe;
	padding: 12px 12px 12px 116px;
}
.side-entries .b-entries.b-news .entry.standard .image {
	left: 12px;
	top: 12px;
}
.side-entries .b-entries.b-news .entry.standard h4 {
	color: #ff5800;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
}
.side-entries .b-entries.b-news .entry.standard h4 a {
	color: #ff5800;
}
.side-entries .b-entries.b-news .entry.standard .lead {
	line-height: 14px;
}


/* finance */

.b-entries.b-finance {
	margin-bottom: 0;
	padding-bottom: 0;
}
.b-entries.b-finance .entry.standard {
	margin: 0 -12px;
	padding: 6px 12px 12px;
}
.b-entries.b-finance .entry.standard h4 {
	color: #ff5800;
	font-size: 16px;
	margin-bottom: 8px;
}
.b-entries.b-finance .entry.standard h4 a {
	color: #ff5800;
	text-decoration: underline;
}
.b-entries.b-finance .entry.standard .entry-content {
	padding-left: 106px;
}
.b-entries.b-finance .entry.standard .lead {
	color: #dddddb;
	line-height: 16px;
}


/* tenders */

.b-entries.b-tenders {
	padding-bottom: 0;
}
.b-index .b-entries.b-tenders {
	margin-bottom: 0;
}
.b-entries.b-tenders .entry {
	border-bottom: 1px solid #000;
	margin: 0 -12px;
	padding: 20px 12px 12px;
}
.b-entries.b-tenders .entry.first {
	padding-top: 8px;
}
.b-entries.b-tenders .entry .meta {
	color: #7c7c7c;
	font-size: 11px;
	font-style: italic;
	line-height: 11px;
	margin-bottom: 6px;
}
.b-entries.b-tenders .entry h4 {
	color: #ff5800;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
}
.b-entries.b-tenders .entry h4 a {
	color: #ff5800;
}
.b-entries.b-tenders .entry .lead {
	color: #dddddb;
	line-height: 16px;
}
.b-entries.b-tenders .entry .dl {
	margin-top: 6px;
}
.b-entries.b-tenders .entry .dl a {
	margin: 3px 8px 0 0;
}

.side-entries .b-entries.b-tenders .entry {
	border-top: 1px solid #bebebe;
	border-bottom: none;
	margin: 0;
	padding: 0;
}
.side-entries .b-entries.b-tenders .entry .entry-wrapper {
	border-top: 1px solid #fff;
	padding: 12px 0;
}
.side-entries .b-entries.b-tenders .entry.first,
.side-entries .b-entries.b-tenders .entry.first .entry-wrapper {
	border-top: none;
	padding-top: 0;
}
.side-entries .b-entries.b-tenders .entry .meta {
	color: #7c7c7c;
	margin-bottom: 2px;
}
.side-entries .b-entries.b-tenders .entry h4 {
	margin-bottom: 1px;
}
.side-entries .b-entries.b-tenders .entry .lead {
	color: #666;
}

.side-entries .b-entries.b-tenders .entry-subscribe {
	margin: 0 -12px;
}
.side-entries .b-entries.b-tenders .entry-subscribe .entry-wrapper {
	padding: 12px 12px 24px;
}


/* outcome */

.b-entries.b-outcome {
	border-top: 1px solid #000;
	color: #fff;
}
.b-entries.b-outcome .title-gr {
	background-color: #000;
}
.b-entries.b-outcome .entry {
	padding: 0 12px 10px;
}
.b-entries.b-outcome .entry h2 big {
	color: #f50;
	display: block;
	font-size: 76px;
	letter-spacing: -0.03em;
	line-height: 82px;
	/*margin-left: -20px;*/
}
.b-entries.b-outcome .entry h2 span {
	display: block;
	font-size: 25px;
	letter-spacing: -0.03em;
	line-height: 20px;
	margin: -4px 0 8px;
}
.b-entries.b-outcome .entry h3 {
	font-size: 15px;
	letter-spacing: -0.03em;
	line-height: 18px;
	margin-bottom: 10px;
}
.b-entries.b-outcome .entry .lead {
	color: #989898;
}


/* produce side */

.side-entries .b-entries.b-produce-side {
	min-height: 340px;
}
.side-entries .b-entries.b-produce-side .entry {
	border-top: 1px solid #222;
	padding: 8px 0 12px;
}
.side-entries .b-entries.b-produce-side .entry.first {
	border-top: none;
	padding-top: 0;
}
.side-entries .b-entries.b-produce-side .entry h4 {
	color: #ff5800;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 5px;
}
.side-entries .b-entries.b-produce-side .entry h4 a {
	text-decoration: none;
}
.side-entries .b-entries.b-produce-side .entry h4 span {
	color: #fff;
}
.side-entries .b-entries.b-produce-side .entry .lead {
	color: #fff;
	line-height: 18px;
	margin-bottom: 2px;
}
.side-entries .b-entries.b-produce-side .entry .read-more a {
	color: #9e9b86;
}


/* newspaper issue */

.side-entries .b-entries.b-newspaper-issue {
	background: #171717;
	border-color: #000;
}
.side-entries .b-entries.b-newspaper-issue .title-gr {
	background-color: #000;
}
.side-entries .b-entries.b-newspaper-issue .entry {
	border: none;
}
.side-entries .b-entries.b-newspaper-issue .entry h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 3px;
}
.side-entries .b-entries.b-newspaper-issue .entry h4 a {
	color: #ff5800;
	text-decoration: underline;
}

.side-entries .b-entries.b-newspaper-issue .entry.standard .entry-content {
	padding-left: 105px;
}
.side-entries .b-entries.b-newspaper-issue .entry.standard .lead {
	color: #fff;
}
.side-entries .b-entries.b-newspaper-issue .entry.short {
	margin: 0 -12px;
	padding: 7px 12px 5px;
}
.side-entries .b-entries.b-newspaper-issue .entry.short.first {
	border-top: 1px solid #242424;
}

.side-entries .b-entries.b-newspaper-issue .read-more {
	margin: 5px 0 10px;
}
.side-entries .b-entries.b-newspaper-issue .read-more a {
	color: #9e9b86;
}


/* INDEX PAGE */

/* show block */

.b-show {
	background-color: #191919;
	height: 391px;
	overflow: hidden;
	position: relative;
	width: 634px;
}
.b-show-product {
	height: auto;
}
.b-show-img {
	display: block;
	position: relative;
}
.b-show h5 {
	color: #fff;
	font-size: 13px;
	left: 12px;
	letter-spacing: -0.03em;
	line-height: 16px;
	position: absolute;
	top: 12px;
	z-index: 5;
}
.b-show .title {
	text-align: right;
	position: absolute;
	top: 12px;
	right: 12px;
	text-transform: uppercase;
	width: 320px;
}
.b-show .title .name {
	color: #fff;
	font-size: 26px;
	letter-spacing: -0.02em;
	line-height: 32px;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
}
.b-show .title .description {
	color: #ff5800;
	font-size: 13px;
	letter-spacing: -0.015em;
	line-height: 16px;
	margin: 4px 0;
	padding-right: 1px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .7);
}
.b-show .title .model {
	color: #f4f4f4;
	font-size: 43px;
	letter-spacing: -0.05em;
	line-height: 43px;
	font-weight: bold;
	padding-right: 1px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
}
.b-show .title .read-more {
	line-height: 32px;
}
.b-show .title .read-more a {
	color: #9e9b86;
}

.b-show .slide {
	position: relative;
	width: 3000px;
	z-index: 4;
}
.b-show .slide li {
	float: left;
	height: 391px;
	position: relative;
	width: 634px;
	cursor: pointer;
}

.b-show .switcher {
	border-bottom: 1px solid #000;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 640px;
	z-index: 5;
}
.b-show .switcher li {
	border-right: 1px solid #000;
	float: left;
	font-size: 14px;
	height: 68px;
	line-height: 18px;
	position: relative;
	width: 211px;
}
.b-show .switcher li a {
	background: url('../i/bg-show-switcher.jpg') no-repeat;
	bottom: 0;
	color: #fff;
	display: block;
	height: 60px;
	left: 0;
	line-height: 17px;
	outline: none;
	padding: 8px 0 0 12px;
	position: absolute;
	text-decoration: none;
	width: 199px;
}
.b-show .switcher #switcher-item-1 a {
	background-position: -210px 0;
}
.b-show .switcher #switcher-item-2 a {
	background-position: -420px 0;
}
.b-show .switcher li a:hover {
	background-position: 0 -68px;
}
.b-show .switcher #switcher-item-1 a:hover {
	background-position: -210px -68px;
}
.b-show .switcher #switcher-item-2 a:hover {
	background-position: -420px -68px;
}
.b-show .switcher li.active a {
	background-position: 0 -136px !important;
	font-weight: bold;
}
.b-show .switcher #switcher-item-1.active a {
	background-position: -210px -136px !important;
}
.b-show .switcher #switcher-item-2.active a {
	background-position: -420px -136px !important;
}
.b-show .switcher li i {
	background: url('../i/i-show-switcher-0.png') no-repeat;
	display: none;
	height: 7px;
	left: 50%;
	margin-left: -7px;
	position: absolute;
	top: -7px;
	width: 15px;
}
.b-show .switcher #switcher-item-1 i {
	background-image: url('../i/i-show-switcher-1.png')
}
.b-show .switcher #switcher-item-2 i {
	background-image: url('../i/i-show-switcher-2.png')
}
.b-show .switcher li.active i {
	display: block;
}


/* blocks on index */

.b-index {
	background: url('../i/bg-main.png') repeat;
	border-top: 1px solid #000;
	/*padding-top: 12px;*/
}
.b-index-wrapper {
	background: #171717 none;
	border-top: 1px solid #000;
}
.b-index .left-column {
	border-right: 2px solid #000;
	float: left;
	width: 336px;
}
.b-index .right-column {
	border-left: 2px solid #000;
	float: right;
	margin-left: -2px;
	width: 296px;
}

.b-index .title-gr {
	background-color: #000;
}


/* PRODUCE PAGE */

/* produce list */

.tree-produce {
	border-top: 3px solid #000;
	padding: 20px 0 0 20px;
}
.category-column {
	float: left;
	margin-right: 20px;
	position: relative;
	width: 214px;
}

.category-column a b {
	margin-left: -8px;
	font-weight: bold;
	font-size: 1.1em;
}
.category-column h4 {
	/* background: url('../i/i-category-column-title.png') no-repeat;  убираем на время*/
	color: #ff5800;
	display: table;
	font-size: 14px;
	height: 32px;
	letter-spacing: -0.03em;
	margin-bottom: 18px;
}
.category-column h4 a {
	color: #ff5800;
	display: table-cell;
	line-height: 17px;
	/*padding-left: 44px;    Убираем на время*/
	text-decoration: none;
	vertical-align: middle;
}
.category-column dl {
	margin-bottom: 38px;
}
.category-column dt {
	color: #9e9b86;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 12px;
}
.category-column dt a {
	color: #9e9b86;
}
.category-column dd {
	font-size: 12px;
	margin-bottom: 13px;
	padding-left: 12px;
}
.category-column dl.special-produce dd {
	font-size: 13px;
	line-height: 18px;
	padding-left: 0;
}
.category-column dd li {
	margin-bottom: 9px;
}

.category-column dd li a {
	color: #eee;
	text-shadow: 0 0 1px rgb(0, 0, 0);
}

.side-entries .category-column {
	float: none;
	margin-left: 0;
	width: auto;
}
.side-entries .category-column dl,
.side-entries .category-column dd {
	margin: 0;
}


/* main produce */

.produce-main {
	padding: 0 0 48px;
}
.produce-item {
	float: left;
	margin-left: 36px;
	width: 272px;
}
.produce-item h3 {
	color: #ff5800;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 6px;
	text-transform: uppercase;
}
.produce-item h3 a {
	color: #ff5800;
	text-decoration: none;
}
.produce-item .image {
	position: relative;
}
.produce-item .image img {
	border: 1px solid #fafafa;
	display: block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.produce-item .image a {
	text-decoration: none;
}
.produce-item .image span {
	color: #fff;
	display: block;
	left: 1px;
	padding: 0 5px;
	position: absolute;
}
.produce-item .image span.model {
	background: rgba(255, 88, 0, .8);
	font-size: 30px;
	height: 34px;
	letter-spacing: -0.05em;
	line-height: 33px;
	max-width: 260px;
	top: 1px;
}
html.no-rgba .produce-item .image span.model {
	background: #ff5800;
	opacity: .8;
	filter: alpha(opacity=80);
}
.produce-item .image span.purpose {
	background: rgba(0, 0, 0, .76);
	font-size: 12px;
	line-height: 17px;
	max-width: 260px;
	padding: 3px 5px;
	top: 36px;
}
html.no-rgba .produce-item .image span.purpose {
	background: #000;
	opacity: .76;
	filter: alpha(opacity=76);
}

.side-entries .produce-item {
	float: none;
	margin: 18px 0 0;
	width: auto;
}
.side-entries .produce-item.first {
	margin-top: 0;
}


/* ARCHIVES */

.archive h1 {
	color: #ff5800;
	font-size: 36px;
	letter-spacing: -0.03em;
	line-height: 36px;
	margin-bottom: 36px;
}
.archive .archive-block {
	overflow: hidden;
	position: relative;
}
.archive .archive-block .archive-title {
	left: 0;
	position: absolute;
	top: 20px;
	width: 200px;
}
.archive .archive-block.first .archive-title {
	top: 0;
}
.archive .archive-block .archive-title h2 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.03em;
	line-height: 29px;
	/*margin-bottom: 24px;*/
}
.dl-pdf {
	background: url('../i/bg-pdf.png') no-repeat;
	display: block;
	height: 15px;
	text-indent: -9999px;
	width: 71px;
}
.dl-pdf:hover {
	background-position: 0 -15px;
}
.archive .archive-block .list {
	border-top: 1px solid #212121;
	margin: 0 0 20px 240px;
/*	margin: 0 0 20px 240px;*/
	padding-top: 20px;
}
.archive .archive-block.first .list {
	border-top: none;
	padding-top: 0;
}
.archive .archive-block .list ul {
	margin: -24px 0 0 -24px;
	overflow: hidden;
	padding: 0;
	word-spacing: -0.25em;
}
.archive .archive-block .list li {
	display: -moz-inline-box;
	display: inline-block;
	margin: 20px 0 0 24px;
	vertical-align: top;
	word-spacing: normal;
	width: 204px;
}
.archive .archive-block .list li .image {
	display: block;
	margin-bottom: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .7);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .7);
}
.archive .archive-block .list li h4 {
	color: #ff5800;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 3px;
}
.archive .archive-block .list li h4 a {
	text-decoration: none;
}
.archive .archive-block .list li .lead {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}


/* NEWSPAPER ARCHIVE */

.newspaper-archive .archive-block .list {
	border-color: #4d4d4d;
	margin-right: -20px;
	padding: 20px 0 0;
}
.newspaper-archive .archive-block .list .entry-column {
	float: left;
	margin-right: 20px;
	width: 208px;
}
.newspaper-archive .entry.major {
	border-bottom: none;
	margin: 0;
	padding: 6px 0;
}
.newspaper-archive .entry.major .image img {
	border: none;
}
.newspaper-archive .entry.major h4 {
	font-size: 14px;
}
.newspaper-archive .entry.major .lead {
	color: #fff;
}
.newspaper-archive .entry.standard {
	border-bottom: none;
	margin: 0;
	padding: 6px 0;
}
.newspaper-archive .entry.standard .entry-content {
	padding-left: 105px;
}
.newspaper-archive .entry.standard .entry-content .image {
	top: 0;
}
.newspaper-archive .entry.standard h4 {
	font-size: 14px;
}
.newspaper-archive .entry.standard h4 a {
	color: #ff5800;
	text-decoration: underline;
}
.newspaper-archive .entry.short {
	border-top: 1px solid #212121;
	border-bottom: none;
	margin: 0;
	padding: 7px 0 9px;
}
.newspaper-archive .entry.short.first {
	border-top: none;
	padding-top: 2px;
}
.newspaper-archive .entry.short h4 i {
	background-image: url('../i/i-list-bullit-small.png');
	height: 4px;
	width: 4px;
}

.newspaper-archive .paging {
	border-top-color: #4d4d4d;
	margin: 0 0 -20px;
	padding: 24px 0;
}
.newspaper-archive .paging .pages a,
.newspaper-archive .paging .pages span {
	margin-right: 46px;
}


/* photo viewer */

.photo-viewer {
	background: url('../i/bg-hatched.png') repeat;
	margin-bottom: 18px;
	overflow: hidden;
	width: 586px;
}
.gallery-page .photo-viewer {
	background: none;
}
.main-content-light .photo-viewer {
	background-image: url('../i/bg-hatched-light.png');
}
.photo-viewer .photo-viewer-main {
	/*height: 390px;*/
	overflow: hidden;
	position: relative;
	width: 586px;
}
.photo-viewer .photo-viewer-main ul {
	width: 100000px;
	padding: 0;
	position: relative;
}
.photo-viewer .photo-viewer-main ul li {
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	width: 586px;
}
.photo-viewer .photo-viewer-main img {
	display: block;
}
.photo-viewer .title {
	background: rgba(0, 0, 0, .62);
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
}
html.no-rgba .photo-viewer .title {
	background: #000;
	opacity: .62;
	filter: alpha(opacity=62);
}
.photo-viewer .title h3 {
	color: #f8f8f8 !important;
	font-size: 1.23em;
	font-weight: bold;
	letter-spacing: -0.03em;
	line-height: 20px;
	margin: 0;
	padding: 7px 12px 6px;
	text-transform: uppercase;
}
.photo-viewer .photo-viewer-nav-preview {
	width: 586px;
	overflow: hidden;
	position: relative;
}
.photo-viewer .photo-viewer-nav {
	border-top: 1px solid #191919;
	margin: 0 -5px 0 -1px;
	position: relative;
	width: 3000px;
}
.main-content-light .photo-viewer .photo-viewer-nav {
	border-top-color: #eee;
	padding: 0;
}
.photo-viewer .photo-viewer-nav li {
	border-left: 1px solid #191919;
	float: left;
	height: 110px;
	position: relative;
	width: 146px;
	list-style: none;
	margin: 0;
}
.main-content-light .photo-viewer .photo-viewer-nav li {
	border-left-color: #eee;
}
.photo-viewer .photo-viewer-nav li a {
	cursor: pointer;
	outline: none;
}
.photo-viewer .photo-viewer-nav li a,
.photo-viewer .photo-viewer-nav li img {
	display: block;
}
.photo-viewer .photo-viewer-nav li a span {
	background: rgba(255, 88, 0, 0.8) url('../i/i-photo-viewer-arrow.png') no-repeat 50% 50%;
	display: none;
	height: 34px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
html.no-rgba .photo-viewer .photo-viewer-nav li a span {
	background: #ff5800 url('../i/i-photo-viewer-arrow.png') no-repeat 50% 50%;
	opacity: .8;
	filter: alpha(opacity=80);
}
.photo-viewer .photo-viewer-nav li.active a span {
	display: block;
}

.anons .photo-viewer {
	float: left;
	margin: 0 24px 0 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}
.anons .video-viewer {
	float: left;
	margin: 0 24px 0 0;
}


/* pages tree */

.page-tree-wrapper {
	margin-left: -18px;
	overflow: hidden;
}
.page-tree {
	color: #9e9b86;
	float: left;
	margin-left: 18px;
	width: 216px;
}
.page-tree li h3 {
	color: #ff5800;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 12px;
}
.page-tree li h3 a {
	color: #ff5800;
}
.page-tree li li {
	background: url('../i/i-tree-arrow.png') no-repeat 0 5px;
	margin-bottom: 14px;
	padding-left: 16px;
}
.page-tree li li a {
	color: #eee;
}


/* content typography */

.text-holder {
	font-size: 14px;
	line-height: 18px;
}
.text-holder p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 12px;
}
.text-holder h2 {
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
	margin-bottom: 18px;
}
.text-holder h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin: 0 0 12px 12px;
}
.text-holder h4 {
	font-size: 18px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 12px;
}
.text-holder ul,
.text-holder ol {
	margin-bottom: 12px;
	padding-left: 24px;
}
.text-holder ul {
	list-style: square;
}
.text-holder ol {
	list-style: decimal;
}
.text-holder li {
	margin-bottom: 12px;
}
.text-holder li li {
	list-style: circle;
	margin-bottom: 6px;
}

.main-content table {
	border: none;
	margin-bottom: 12px;
	width: 100%;
}
.main-content table td,
.main-content table th {
	border: 1px solid #292929;
	padding: 4px 7px;
	text-align: left;
	vertical-align: middle;
}
.main-content blockquote {
	background: url('../i/bg-blockquote.png') no-repeat 0 5px;
	color: #797979;
	font-size: 14px;
	line-height: 18px;
	margin: 26px 0 24px 12px;
	padding-left: 88px;
}
.main-content blockquote a {
	color: #818061;
}
.main-content blockquote a:hover {
	color: #9e9b86;
}

.main-content .meta {
	color: #7c7c7c;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
}

.link-print {
	background: url('../i/i-link-print.png') no-repeat;
	color: #d2d2d2;
	float: right;
	font-size: 10px;
	height: 22px;
	letter-spacing: -0.03em;
	line-height: 18px;
	margin: 5px 0 5px 36px;
	padding-left: 23px;
	text-decoration: none;
}
.main-content-light .link-print {
	color: #858585;
}
.bottom-controls .link-print {
	background-position: 0 1px;
	margin-top: 9px;
}

.bottom-controls {
	height: 36px;
	margin-top: 24px;
}
.buttons-share {
	float: left;
}
.buttons-share .button {
	float: left;
	margin-right: 5px;
	position: relative;
}
.buttons-share .button .button-link {
	border: 1px solid #282828;
	color: #fff;
	display: block;
	font-size: 10px;
	line-height: 34px;
	padding: 0 12px;
	text-decoration: none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.main-content-light .buttons-share .button .button-link {
	border-color: #dfdede;
	color: #242424;
}
.buttons-share .button .sharing {
	display: none;
	left: 100%;
	overflow: hidden;
	padding: 2px 0 2px 12px;
	position: absolute;
	top: 0;
	width: 200px;
}
.buttons-share .button.hover .sharing {
	display: block;
}
.buttons-share .button .sharing a {
	background: url('../i/i-sharing.png') no-repeat;
	cursor: pointer;
	display: block;
	height: 32px;
	float: left;
	margin-right: 12px;
	outline: none;
	text-indent: -9999px;
	width: 32px;
}
.buttons-share .button .sharing a.vk:hover {
	background-position: 0 -32px;
}
.buttons-share .button .sharing a.fb {
	background-position: -32px 0;
}
.buttons-share .button .sharing a.fb:hover {
	background-position: -32px -32px;
}
.buttons-share .button .sharing a.tw {
	background-position: -64px 0;
}
.buttons-share .button .sharing a.tw:hover {
	background-position: -64px -32px;
}

.tags {
	background: url('../i/i-tags.png') no-repeat;
	font-size: 14px;
	line-height: 16px;
	margin: 36px 0 24px;
	min-height: 16px;
	padding-left: 28px;
}
.tags a {
	color: #817f60;
	text-decoration: none;
}
.tags a:hover {
	color: #9e9b86 !important;
}

.main-content .docs-list {
	list-style: none;
	padding: 0;
	text-decoration-color: #6e6d4e;
}
.main-content .docs-list li {
	background: url('../i/i-docs-list-bullit.png') no-repeat;
	color: #6e6d4e;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 24px;
	min-height: 48px;
	padding-left: 72px;
	padding-top: 10px;
}
.main-content .docs-list li a {
	color: #6e6d4e;
}

.main-content-light .text-holder,
.main-content-light .text-holder h3,
.main-content-light .text-holder p {
	color: #3d3d3d;
}
.main-content-light .text-holder h2 {
	color: #353535;
}
.main-content-light .text-holder h4 {
	color: #6e6d4e;
}

.main-content-light table td,
.main-content-light table th {
	border-color: #bebebe;
}

.main-content .b-show {
	margin: -24px -24px 24px;
}

.main-content img[align="left"] {
	float: left;
	margin: 0 24px 12px 0;
}
.main-content img[align="right"] {
	float: right;
	margin: 0 0 12px 24px;
}


/* PRODUCT PAGE */

.product .description {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 18px;
}

.product table.behaviour {
	border-top: 1px solid #292929;
	margin-bottom: 24px;
	width: 100%;
}
.product table.behaviour table {
	margin: -1px 0 0;
	width: 100%;
}
.product table.behaviour td {
	border: none;
	padding: 0;
}
.product table.behaviour table td {
	border: 1px solid #292929;
	color: #b3b09b;
	font-size: 14px;
	/*letter-spacing: -0.03em;*/
	line-height: 18px;
	padding: 8px 6px 8px 13px;
}
.product table.behaviour table td.value {
	color: #fff;
	text-align: center;
	width: 145px;
}
.product table.behaviour table.text-data td.value {
	text-align: left;
	width: 320px;
}

.product table.behaviour table td ul li {
	background: url('../i/i-list-bullit.png') no-repeat 0 6px;
	margin-bottom: 4px;
	padding-left: 14px;
}


/* newspaper */

.main-content .newspaper-title {
	margin-bottom: 32px;
}
.main-content .newspaper-title h2 {
	background: url('../i/bg-newspaper-archive-title.png') no-repeat;
	height: 17px;
	margin-bottom: 0;
	text-indent: -9999px;
}
.main-content .newspaper-title .meta {
	color: #9e9b86;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 2px;
}

.main-content-light .newspaper-title {
	border-bottom: 1px solid #fff;
	margin: 0 -24px 16px;
}
.main-content-light .newspaper-title-wrapper {
	border-bottom: 1px solid #d6d6d6;
	padding: 0 24px;
}
.main-content-light .newspaper-title h2 {
	background-image: url('../i/bg-newspaper-content-title.png');
}
.main-content-light .newspaper-title .meta {
	margin-bottom: 12px;
}


/* video */
.video-holder {
	margin-bottom: 24px;
}
.gallery-page .video-holder {
	margin-bottom: 0;
}


/* read also */

.related-articles {
	border-top: 1px solid #d6d6d6;
}
.related-articles-wrapper {
	border-top: 1px solid #fff;
	padding: 18px 0;
}
.related-articles h2 {
	color: #6d6d6d;
	font-size: 22px;
	letter-spacing: -0.03em;
	line-height: 24px;
}
.related-articles .items {
	margin-right: -24px;
	overflow: hidden;
}
.related-articles .item {
	float: left;
	margin-right: 24px;
	width: 179px;
}
.related-articles .item h3 {
	color: #ff5800;
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 16px;
}


/* related items */

.related {
	margin-left: -30px;
}
.related .item {
	float: left;
	margin-left: 29px;
	width: 218px;
}
.related .item .title {
	background: #252525 url('../i/bg-related-title.png') repeat;
	border: 1px solid #000;
	display: inline-block;
	font-size: 14px;
	letter-spacing: -0.04em;
	line-height: 28px;
	margin-bottom: 12px;
	padding: 0 11px;
}
.related .item .title a {
	color: #eee;
	text-decoration: none;
}
.related .item h3 {
	color: #ff5800;
	font-size: 14px;
	font-weight: bold;
	height: 48px;
	line-height: 16px;
	margin-bottom: 12px;
	overflow: hidden;
}
.related .item h3 a {
	text-decoration: none;
}
.related .item .image {
	height: 155px;
	position: relative;
}
.related .item .image img {
	display: block;
}
.related .item .image .video-preview-btn {
	bottom: 15px;
	left: 11px;
}
.related .item .image .border {
	background: url('../i/bg-related-border.png') no-repeat;
	height: 155px;
	left: 0;
	position: absolute;
	top: 0;
	width: 216px;
}
.related .item .image span {
	color: #fff;
	display: block;
	left: 7px;
	max-width: 192px;
	padding: 0 5px;
	position: absolute;
}
.related .item .image span.model {
	background: rgba(255, 88, 0, .8);
	font-size: 30px;
	height: 34px;
	letter-spacing: -0.05em;
	line-height: 33px;
	top: 7px;
}
.no-rgba .related .item .image span.model {
	background: #ff5800;
	opacity: .8;
	filter: alpha(opacity=80);
}
.related .item .image span.purpose {
	background: rgba(0, 0, 0, .76);
	font-size: 12px;
	line-height: 17px;
	padding: 3px 5px;
	top: 42px;
}
.no-rgba .related .item .image span.purpose {
	background: #000;
	opacity: .76;
	filter: alpha(opacity=76);
}
.related .item .lead {
	color: #fff;
}

.related .item-produce h3 {
	color: #fff;
	font-size: 24px;
	line-height: 48px;
	margin-right: -20px;
	text-transform: uppercase;
}
.related .item-produce h3 a {
	color: #fff;
}
.related .item-produce .image a {
	text-decoration: none;
}
.related .item-produce .image img {
	left: 0;
	position: absolute;
	top: 0;
}


/* bottom menu */

.bottom-menu {
	border-bottom: 1px solid #333;
}
.bottom-menu ul {
	overflow: hidden;
}
.bottom-menu li {
	float: left;
	font-size: 13px;
	line-height: 17px;
	margin-right: 30px;
}
.bottom-menu li a {
	color: #7e7e7e;
	text-decoration: none;
}
.bottom-menu li.active a,
.bottom-menu li a:hover {
	color: #fff;
}


/* footer */

.bottom-menu,
.footer {
	background: #000;
}
.bottom-menu-inner {
	padding: 19px 14px;
}
.footer-inner {
	overflow: hidden;
	padding: 15px 14px 20px;
}

.ext-menu-block {
	float: left;
	margin: 0 50px 40px 0;
}
.ext-menu-block li {
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 6px;
}
.ext-menu-block li a {
	color: #7e7e7e;
	text-decoration: none;
}
.ext-menu-block li.active a,
.ext-menu-block li a:hover {
	color: #ff5800;
	text-decoration: none;
}

.footer {
	line-height: 24px;
}
.footer .nav-links {
	float: right;
	position: relative;
	z-index: 2;
}
.footer .nav-links a {
	text-decoration: none;
}

.footer .copyright {
	color: #666;
	font-size: 13px;
	padding-left: 84px;
	position: relative;
}
.footer .copyright .logo img {
	left: 0;
	position: absolute;
	top: 0;
}


/* person list */
.person-list .item {
	overflow: hidden;
}
.person-list .item .person-left {
	border: 1px solid #e2e2e2;
	float: left;
	margin: 3px 12px 12px 0;
	border: 1px solid #9A9A9A;
	border-radius: 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.person-list .item h3 {
	margin: 0;
}


/* company: persons, .. */
.company h2 {
	margin: 0;
}
.company h4 {
	font-size: 18px;
	margin-bottom: 20px;
}

/* site map */
.site-map {
	padding: 24px 0 0 24px;
}
.site-map h1 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 30px;
}
.site-map h2 {
	font-size: 24px;
	font-weight: normal;
	color: #9e9b86;
	margin-bottom: 15px;
}
.site-map h2 a {
	color: #9e9b86 !important;
	text-decoration: none;
}
.site-map hr {
	background: none;
	border-bottom: 1px solid #4d4d4d;
	margin-bottom: 15px;
	margin-right: 24px;
}
.site-map .before-body {
	background: none;
	border: none;
	margin: 0 0 10px;
	padding: 0;
}
.site-map .category-column dl {
	margin-bottom: 20px;
}


/* galleries */
.gallery-page {
	padding: 24px;
}
.gallery-page .anons {
	border-bottom: 1px solid #262626;
	margin-bottom: 24px;
	padding: 0;
}
.gallery-page .anons-wrapper {
	padding: 0 0 24px;
}
.gallery-page .anons .photo-viewer {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.gallery-page .anons .anons-content .meta {
	color: #898989;
}
.gallery-page .anons .anons-content h2 {
	color: #ff5800;
}
.gallery-page .anons .anons-content .lead {
	color: #000;
	line-height: 16px;
}
.gallery-page .anons .video .lead {
	color: #eee;
}

.gallery-page-light {
	background: #eee;
}
.gallery-page-light .anons {
	background: #eee;
	border-bottom: 1px solid #fff;
}
.gallery-page-light .anons-wrapper {
	border-bottom: 1px solid #d6d6d6;
}
.gallery-page-light .anons .anons-content .meta {
	color: #7c7c7c;
}
.gallery-page-light .anons .anons-content h2 {
	color: #3d3d3d;
}
.gallery-page-light .photo-viewer .photo-viewer-nav,
.gallery-page-light .photo-viewer .photo-viewer-nav li {
	border-color: #eee;
}

.gallery {
	clear: both;
}
.gallery ul {
	margin: -20px 0 24px -24px;
	padding: 0;
	word-spacing: -0.25em;
}
.gallery li {
	display: -moz-inline-box;
	display: inline-block;
	margin: 20px 0 0 24px;
	vertical-align: top;
	word-spacing: normal;
	width: 210px;
}
.webkit .gallery li {
	margin-left: 22px;
}
.gallery li.active {
	background: #3e3e3e;
	margin: 14px -6px -6px 18px;
	padding: 6px;
}
.webkit .gallery li.active {
	margin: 14px -6px -6px 16px;
}
.gallery-page-light .gallery li.active {
	background: #dcdcdc;
}
.gallery li .image {
	display: block;
	margin-bottom: 10px;
	position: relative;
	text-decoration: none;
}
.gallery li .image img {
	display: block;
}
.gallery li .image .gallery-count {
	background: rgba(0, 0, 0, .6);
	bottom: 6px;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	left: 6px;
	line-height: 23px;
	padding: 0 6px;
	position: absolute;
	text-transform: uppercase;
}
.no-rgba .gallery li .image .gallery-count {
	background: #000;
	opacity: .8;
	filter: alpha(opacity=80);
}
.gallery li .meta {
	color: #7c7c7c;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 3px;
}
.gallery li h4 {
	font-size: 14px;
	line-height: 16px;
}
.gallery li.active h4 a {
	color: #fff;
	text-decoration: none;
}
.gallery-page-light .gallery li.active h4 a {
	color: #3d3d3d;
}

/* video
.photo-list,
.video-list {
	padding: 20px 0 0 6px;
	margin: 20px 0 0 -6px;
	border-top: 1px solid #4d4d4d;
	overflow: hidden;
}
.photo-list ul,
.video-list ul {
	margin-left: -14px;
}
.photo-list li,
.video-list li {
	float: left;
	margin: 0 0px 20px 9px;
	width: 210px;
	padding: 6px;
}
.video-list li.active {
	background-color: #3e3e3e;
}
.photo-list li a,
.video-list li a {
	position: relative;
}
.photo-list li.active a,
.video-list li.active a {
	color: #fff;
	text-decoration: none;
}
.photo-list li div.meta,
.video-list li div.meta {
	padding: 3px 0;
}
.video-list li div.meta em {
	color: #868686;
}
*/

/* gallery
.gallery {
	background-color: #eee;
	padding: 20px;
}
.gallery .photo-list-wrapper {
	border-top: 1px solid #d6d6d6;
	padding: 20px 0 0 6px;
}
.photo-list {
	border-color: #fff;
	padding: 0;
	margin-left: 0;
}
.gallery .anons-content h2,
.gallery .anons-content .lead {
	color: #3d3d3d;
}
.photo-list li.active {
	background-color: #dcdcdc;
}
.photo-list li div.meta em {
	color: #898989;
}
.photo-list li.active a {
	color: #3d3d3d;
}
.gallery-count {
	background-color: #000;
	bottom: 7px;
	color: #fff;
	left: 6px;
	opacity: .6;
	padding: 2px 7px;
}
*/


/* rss */
.rss-list {
	list-style: none !important;
	margin-left: -24px;
	overflow: hidden;
	padding-left: 0 !important;
}
.rss-list li {
	background: url('../i/i-rss.png') no-repeat;
	float: left;
	font-size: 18px;
	line-height: 48px;
	margin: 0 0 24px 24px;
	padding-left: 72px;
	position: relative;
	width: 208px;
}
.rss-list li a {
	color: #6e6d4e;
}

/* search */
.search h2 {
	font-size: 20px;
	color:#434343;
}
.search h2 i {
	font-size: 21px;
	color:#000;
	margin-left: 15px;
	font-weight: normal;
}
.search h3 {
	font-size: 17px;
	color:#434343;
	font-weight: normal;
	margin-bottom: 20px;
}
.search h3 span {
	font-size: 22px;
	color:#ff5800;
	font-weight: bold;
}

/* Optional equipment */

.optional {
	border: 1px solid #282828;
	margin-bottom: 30px;
	overflow: hidden;
	padding-bottom: 6px;
}

.optional h4 {
	background: #818060;
	font-size: 10px;
	line-height: 15px;
	margin: -1px -1px 0;
	padding: 5px 10px;
	position: relative;
}

.optional-item {
	border-bottom: 4px solid #121212;
	float: left;
	margin: 10px 5px 0 9px;
}

.optional-item-inner {
	border-color: #585858 #343434 #343434;
	border-style: solid;
	border-width: 1px;
	position: relative;
}

.optional-item .model {
	background: rgba(0, 0, 0, 0.5);
	left: 0;
	line-height: 18px;
	padding: 5px 10px 3px;
	position: absolute;
	top: 0;
	z-index: 2;
}

.no-rgba .optional-item .model {
	background: rgb(0, 0, 0);
}

.optional-item img {
	display: block;
	height: 120px;
	position: relative;
	width: 177px;
}

table.contacts {

}

table.contacts td {
	border-style: none;
	border-bottom: 1px solid #a7a7a7;
	padding: 13px 10px 13px 0;
}
table.contacts  tr:first-child td {
	border-top: 2px solid #000;
}

#ya_share {
	margin-left:-6px;
}
/*--New --
.gallery {
	width: 316px;
	position: relative;
}
.gallery ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 9999px;
}
.gallery ul li {
	float: left;
	margin: 0 0 0 22px;
	position: relative;
	min-height: 208px;
}
.gallery ul li .image{
	position: absolute;
	right: 0;
	width: 136px;
	top: -60px;
}
.gallery ul li .image img{
	width: 297px;
	height: 446px;
}
.gallery ul li .image .baidge{
	background: url(/i/uvzshop/icon_baidge.png) no-repeat ;
	width: 69px;
	height: 34px;
	line-height: 34px;
	font-size: 13px;
	text-align: center;
	display: block;
	color: #101010;
	position: relative;
	top: -260px;
right: -130px;
	font-weight: bold;
}
.b-entries.b-shops{overflow: hidden;}
.gallery img {display: block;}
.gallery .btn-next,
.gallery .btn-prev {
	width: 12px;
	height: 19px;
	position: absolute;
	top: 48px;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 10;
	
}
.gallery .btn-prev {
	background:url(/i/uvzshop/btn_prev_01.png) no-repeat ;
	left: 0;
}
.gallery .btn-next {right: 0;background:url(/i/uvzshop/btn_next_01.png) no-repeat ;}
.gallery .title{
	font-size: 34px;
	line-height: 32px;
	color: #949469;
	display: block;
	margin: 40px 0 10px;
}
.gallery .title em{
	font-style: normal;
	color: #d1d1d1;
}
.gallery .little{
	font-size: 12px;
	line-height:14px;
	color: #d1d1d1;
	display: block;
	margin: 0 0 34px;
	position: relative;
z-index: 10;
width: 133px;
}
/*.switcher{display: none;}
.add_basket{
	display: block;
	position: relative;
	z-index: 100;
	width: 165px;
	height: 34px;
	background: url(/i/uvzshop/add_basket.png) no-repeat;
	text-indent: -9999px;
}
.add_basket:hover{background-position: 0 -34px;}*/
div.tank {
	width: 265px;
	height: 57px;
	margin-left: 15px; 
	margin-top: 15px;
	background: url(/i/tankopedia_banner_sprite.jpg) repeat scroll 0px 0px transparent;
	margin-bottom: 15px;
}
div.tank:hover {
	background: url(/i/tankopedia_banner_sprite.jpg) repeat scroll 265px 0px transparent;
}
div.hotline {
	/* width: 270px; */
	 width: 310px;
	height: 102px;
	background: url(/i/hotline_banner.png) no-repeat scroll 0px 0px transparent;
	/*background-size: cover;*/
	background-size: 310px;
	margin: 13px;
	/*border: 1px solid #9a9a9a;*/
	border-radius: 2px;
}
.hotline:hover {
	box-shadow: 0 0 5px rgba(255,255,255,0.5);
}

div.banner {
	margin-left: 14px;
	border-radius: 2px;
}
.banner:hover {
	box-shadow: 0 0 5px rgba(255,255,255,0.5);
}

/*div.zarabotu:hover {
	background: url(/i/zarabotu_banner.png) no-repeat scroll -311px 0px transparent;
	/*background-size: cover;*/
	background-size: 622px;
	margin: 13px;
}*/
div.banners {
	position: absolute;
	left: 338px;
	bottom: 15px;
}

div.zarabotu1 {
	width: 310px;
	height: 115px;
	background: url(/i/banner2.jpg) repeat scroll 0px 0px transparent;
	/*background-size: cover;*/
	background-size: 310px;
	border: 1px solid #eee;
	margin:0px 10px 16px 12px;
}

div.zarabotu1:hover {
	background: url(/i/banner2.jpg) repeat scroll 0px -115px transparent;
}

.idea {
	width: 304px;
	height: 100px;
	background: url(/i/idea.jpg) repeat scroll 0px 0px transparent;
	/*background-size: cover;*/
	background-size: 304px;
	margin: 13px 16px;
	border: 1px solid white;
	border-radius: 2px;
	transition: none 0.5s ease-in-out;
}

.idea:hover {
	background: url(/i/idea.jpg) repeat scroll 0px -100px transparent;
	background-size: 304px;
	transition: none 0.5s ease-in-out;
}



div.navbox  {    
        display: block;
        position: absolute;
        height:156px;
        width:30px;
        background: #444 no-repeat;  
        line-height:50px;
        border: 1px solid #000;
        border-radius: .5em;
        margin-left: 970px;
        margin-right: 10px;
    }

.navfb {
	float: left;
	margin: 5px 0px 0px 5px;
	background: url(/i/fb_wb.png) no-repeat;
	background-size: 20px;
	background-color: black;
	border-radius: 3px;
	height:20px;
	width: 20px;
}
.navvk {
	float: left;
	margin: 5px 0px 0px 5px;
	background: url(/i/vk_wb.png) no-repeat;
	background-size: 20px;
	background-color: black;
	border-radius: 3px;
	height:20px;
	width: 20px;
}
.navtwitter {
	float: left;
	margin: 5px 0px 0px 5px;
	background: url(/i/twitter_wb.png) no-repeat;
	background-size: 20px;
	background-color: black;
	border-radius: 3px;
	height:20px;
	width: 20px;
}
.navinstagram {
	float: left;
	margin: 5px 0px 0px 5px;
	background: url(/i/instagram_wb.png) no-repeat;
	background-size: 20px;
	background-color: black;
	border-radius: 3px;
	height:20px;
	width: 20px;
}
.navok {
	float: left;
	margin: 5px 0px 0px 5px;
	background: url(/i/ok_wb.png) no-repeat;
	background-size: 20px;
	background-color: black;
	border-radius: 3px;
	height:20px;
	width: 20px;
}
.navyoutube {
	float: left;
	margin: 5px 0px 0px 5px;
	background: url(/i/youtube_wb.png) no-repeat;
	background-size: 20px;
	background-color: black;
	border-radius: 3px;
	height:20px;
	width: 20px;
}
.navtelegram {
	float: left;
	margin: 5px 0px 0px 5px;
	background: url(/i/telegram_wb.png) no-repeat;
	background-size: 20px;
	background-color: black;
	border-radius: 3px;
	height:20px;
	width: 20px;
}



.tankprom-bg {
	width: 310px;
	height: 110px;
	margin:0px 10px 15px 13px;
	background: url(/i/tankprom/background.png) no-repeat;
	border:1px;
	border-color:#aaa;
	border-radius: 3px;
}


.tankprom-vk {
	background: url(/i/tankprom/vk_s.png) no-repeat ;
	width: 32px;
	height: 32px;
	display: inline-block;
margin-top: 70px;
margin-left: 81px;


}
.tankprom-vk:hover {
	background: url(/i/tankprom/vk_b.png) no-repeat;

}
.tankprom-fb {
	background: url(/i/tankprom/fb_s.png) no-repeat;
	width: 32px;
	height: 32px;
	display: inline-block;
margin-left: 22px;
}
.tankprom-fb:hover {
	background: url(/i/tankprom/fb_b.png) no-repeat;


}
.tankprom-inst {
	background: url(/i/tankprom/inst_s.png) no-repeat;
	width: 32px;
	height: 32px;
	display: inline-block;
margin-left: 22px;
}
.tankprom-inst:hover {
	background: url(/i/tankprom/inst_b.png) no-repeat;


}






