@font-face {
    font-family: 'EuropeC';
    src: url('http://cse.ru/fonts/europec-webfont.eot');
    src: url('../fonts/europec-webfont.eot') format('embedded-opentype'),
         url('../fonts/europec-webfont.woff') format('woff'),
         url('../fonts/europec-webfont.ttf') format('truetype'),
         url('../fonts/europec-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'EuropeDemiC';
    src: url('http://cse.ru/fonts/europedemic-webfont.eot');
    src: url('../fonts/europedemic-webfont.eot') format('embedded-opentype'),
         url('../fonts/europedemic-webfont.woff') format('woff'),
         url('../fonts/europedemic-webfont.ttf') format('truetype'),
         url('../fonts/europedemic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
header, nav, section, article, aside, footer {
	display: block;
	
}
body {
	font: 13px/19px Arial, Tahoma, Verdana, sans-serif;
	color: #333;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
a {
	color: #333;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
table.no-border {
	border: 0;
}
fieldset {
	border: 0;
}
	table.no-border td {
		border: 0;
		
	}
.v-top-td {
	vertical-align: top;
}
.v-top td {
	vertical-align: top;
}
.clear {
	clear: both;
}
.inner-padding {
	width: 95%;
	margin: 0 auto;
	position: relative;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}
.style-site {
	position: absolute;
	background: url("../img/style-site.png") repeat-x scroll 0 50px transparent;
	background-color: #526456;
	height: 125px;
	width: 50%;
	z-index: 1;
	top: 97px;
}
h1 {
	font-family: EuropeC;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 25px;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 97px;
	background: #3b4b3e;
	position: relative;
	z-index: 999;
}
.before-content {
	position: relative;
	z-index: 10;
}
.header-inner {
	min-width: 1000px;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
}
.header-logo {
	float: left;
	margin-top: 27px;
}
.header-navigation-box {
	margin-left: 165px;
	margin-right: 85px;
	position: relative;
	top: 38px;
}
.header-navigation {
	list-style: none;
}
	.header-navigation li {
		float: left;
		margin-right: 3%;
		position: relative;
	}
	.header-navigation li.last {
		margin: 0;
	}
		.header-navigation li a {
			color: #fff;
			font-size: 14px;
			font-family: EuropeC;
		}
.sub-navigation-box {
	visibility: hidden;
	position: absolute;
	z-index: 666;
	left: -36px;
	top: 35px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 0px 1px 3px;
	-moz-box-shadow: #666 0px 1px 3px;
	box-shadow: #666 0px 1px 3px;
	background: #676767;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#676767), to(#3a3a3a));
	background: -webkit-linear-gradient(#676767, #3a3a3a);
	background: -moz-linear-gradient(#676767, #3a3a3a);
	background: -ms-linear-gradient(#676767, #3a3a3a);
	background: -o-linear-gradient(#676767, #3a3a3a);
	background: linear-gradient(#676767, #3a3a3a);
	-pie-background: linear-gradient(#676767, #3a3a3a);
	behavior: url(http://cse.ru/css/css/PIE.htc);
}
.sub-navigation-inner {
	padding: 18px 36px;
	position: relative;
}
.navigation-placer {
	position: absolute;
	top: -20px;
	height: 20px;
	display: block;
	width: 70px;
	background: url("../img/icon-placer.png") no-repeat scroll 50% 100% transparent;
}
.sub-navigation {
	list-style: none;
}
	.sub-navigation li {
		float: none;
		margin: 0 0 6px 0;
	}
		.sub-navigation li a {
			color: #3b4b3e;
			white-space: nowrap;
		}
		.sub-navigation li.active a {
			color: #fff;
			text-decoration: none;
		}
.header-lang-switcher {
	float: right;
	position: relative;
	top: 38px;
}
.lang-switcher {
	list-style: none;
}
	.lang-switcher li {
		float: left;
	}
	.lang-switcher li.first {
		margin-right: 5px;
	}
		.lang-switcher li a {
			color: #fff;
			text-decoration: none;
			width: 35px;
			height: 17px;
			line-height: 17px;
			text-align: center;
			display: block;
			position: relative;
			border: 1px solid #2D230D;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			behavior: url(http://cse.ru/css/css/PIE.htc);

		}
		.lang-switcher li.active a {
			background: #483b06;
			border: 1px solid #483b06;
		}
		.lang-switcher li.active a:hover {
			border: 1px solid #483b06;
		}
		.lang-switcher li a:hover {
			border: 1px solid #b76513;
		}
.login-box {
	position: absolute;
	right: 0;
	top: 0;
	background: #0c738d;
	width: 151px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	behavior: url(PIE.htc);
}
	.login-box a {
		background: url("../img/icon-login.png") no-repeat scroll 0 3px transparent;
		color: #fff;
		padding-left: 21px;
	}




.login-box2 {
	position: absolute;
	right: 200px;
	top: 0;
	background: #526456;
	1border: 1px solid magenta;
	width: 191px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	1behavior: url(PIE.htc);
	z-index: 200;
}
	.login-box2 a {
		background: url("../img/icon-login.png") no-repeat scroll 0 3px transparent;
		color: #fff;
		padding-left: 21px;
	}


/* Middle
-----------------------------------------------------------------------------*/
.calc_result_box{
	position: absolute;
	background: url("../img/fon-calculator.png") no-repeat scroll 0 0 transparent;
	display: none;
	width: 583px;
	height: 436px;
	margin-top: 62px;
	left: 0px;
}
	.calc_result_box a.box_close{
		position: absolute;
		width: 25px;
		height: 25px;					
		right: 1em;
		top: 1em;
	}	
		.calc_result_box a.box_close span.cross{
			display: block;		
			width: 18px;
			height: 18px;								
			background: url("../img/cross.png") no-repeat scroll 0 0 transparent;
		}	
		.calc_result_box .content{
			height: 100%;
		}
		.calc_result_box .buttons{
			position: absolute;
			right: 30px;
			bottom: 25px;
		}		
		.calc_result_box button.calc_result_calc{
			background: #526456;
			height: 30px;
			border: 0px;
			padding: 0 3px 2px 3px;
			color: white;
			cursor: pointer;
			border-radius: 5px;
			
		}		
	
	
.breadcrumbs-box { float: left; margin-top: 16px;
	background: url("../img/icon-world.png") no-repeat scroll 0 0 transparent;
	min-height: 46px;
	padding-left: 64px;
	/*margin-top: 31px;*/
}
.breadcrumbs-list {
	list-style: none;
}
	.breadcrumbs-list li {
		float: left;
		margin-right: 12px;
		margin-top: 14px;
	}
	.breadcrumbs-list li.sep {
		display: block;
		width: 4px;
		height: 7px;
		margin-top: 20px;
		background: url("../img/sep.png") no-repeat scroll 0 0 transparent;
	}
		.breadcrumbs-list li.current a {
			color: #526456;
		}
		.breadcrumbs-list li a {
			color: #0d162d;
			font-family: EuropeDemiC;
			text-transform: uppercase;
		}
.pade ul {
	padding-left: 20px;
}
.page-title {
	margin-top: 20px;
}
.page-box {
	width: 100%;
	float: left;
}
.page {
	padding: 0 2.5% 0 0;
	float: left;
	width: 70%;
	margin-bottom: 60px;
	/*border-right: 2px dashed #b5b5b5;*/
}
#content {
	padding: 0 0 117px;
}
.content-inner {
	min-width: 1000px;
	max-width: 1600px;
	margin: 0 auto;
}
.d-border-box { position: relative; }
.d-border { position: absolute; top: 0; bottom: 3em; right: 28.5%; border-right: 2px dashed #b5b5b5; }

.main-news-title {
	color: #4b3905;
	font-size: 14px;
	font-family: EuropeDemiC;
	font-weight: bold;
	margin-bottom: 15px;
}
	.main-news-title a {
		margin: 0 0 0 5px;
	}
.main-news-list {
	list-style: none;
}
	.main-news-list li {
		width: 21%;
		float: left;
		padding-right: 4%;
		padding-top: 10px;
		margin-bottom: 10px;
	}
.main-news-list-date {
	font-size: 10px;
	color: #666;
}
.main-news-list-title {
	margin: 2px 0 5px;
}
	.main-news-list-title a {
		font-weight: bold;
		color: #4b3905;
		text-decoration: none;
	}
.mini-banner {
	float: right;
	width: 25%;
}
.all-news {
	background: #526456;
	position: relative;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding: 4px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(http://cse.ru/css/css/PIE.htc);
}
.news-list-item {
	margin-bottom: 20px;
}
.news-list-date {
	color: #787878;
	margin-bottom: 5px;
}
.news-list-title a {
	color: #0c738d;
	text-decoration: none;
	font-size: 18px;
}
.header-spoiler-page {
	border-bottom: 1px solid #c8c8c8;
}	
	.footer-spoiler-page a,
	.header-spoiler-page a {
		text-decoration: none;
		padding-left: 40px;
		height: 30px;
		line-height: 30px;
		display: block;
		margin: 10px 0;
	}
	.footer-spoiler-page a.open-spoiler-page,
	.header-spoiler-page a.open-spoiler-page {
		background: url("../img/close-spoiler-page.png") no-repeat scroll 0 0 transparent;
	}
	.footer-spoiler-page a.close-spoiler-page,
	.header-spoiler-page a.close-spoiler-page {
		background: url("../img/close-spoiler-page.png") no-repeat scroll 0 0 transparent;
	}
.footer-spoiler-page a {
	float: left;
}
.footer-spoiler-page {
	border-top: 1px solid #c8c8c8;
}
.spoiler-subtitle {
	font-size: 17px;
	font-family: EuropeDemiC;
	text-transform: uppercase;
	margin: 35px 0 25px;
	color: #333;
}
.spoiler-go-top {
	float: right;
	padding-left: 10px;
	border-left: 1px solid #c8c8c8;
}
	.spoiler-go-top a {
		background: url("../img/spoiler-go-top.png") no-repeat scroll 0 0 transparent;
		padding-left: 40px;
		height: 30px;
		line-height: 30px;
		margin-right: 10px;
	}
.body-spoiler-page {
	color: #8c8c8c;
}
.body-spoiler-page span {
	padding-left: 40px;
}
div.or-arr {
	padding-left: 40px;
	margin-bottom: 20px;
	background: url('../img/or-arr-close.png') no-repeat scroll 25px 7px transparent;
}
	div.or-arr a.tr {
		font-size: 16px;
		text-decoration: none;
		color: #1e1e1e;
		font-family: EuropeC;
		border-bottom: 1px dashed #1e1e1e;
	}
div.br-arr {
	padding-left: 40px;
	margin-bottom: 20px;
	background: url('../img/br-arr-close.png') no-repeat scroll 25px 7px transparent;	
}
	div.br-arr a.tr {
		font-size: 13px;
		text-decoration: none;
		font-family: EuropeC;
		color: #1e1e1e;
		border-bottom: 1px dashed #1e1e1e;
	}
div.spoiler-cont {
	padding-left: 40px;
	margin: 0px 0 20px 0;
}
.spoiler-cont-box {
	display: none;
}
div.open {
	background: url('../img/or-arr-open.png') no-repeat scroll 25px 7px transparent !important;
}
div.open-sub {
	background: url('../img/br-arr-open.png') no-repeat scroll 25px 7px transparent !important;
}
div.header-spoiler-page a.close-icon {
	background: url("../img/open-spoiler-page.png") no-repeat scroll 0 0 transparent;
}
div.footer-spoiler-page a.close-icon {
	background: url("../img/open-spoiler-page.png") no-repeat scroll 0 0 transparent;
}


/* Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: right;
	width: 25%;
	position: relative;	
	margin-bottom: 60px;
}
.right-banner-caption {
	width: 227px;
	margin-bottom: 60px;
	margin-top: 10px;
}
.right-banner-caption div.main-banner-caption-box {
	padding: 5px 10px;
	float: none;
}
.follow-email-box {
	background: #d9d9d9;
	position: relative;
	padding: 18px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(http://cse.ru/css/css/PIE.htc);
}
.follow-email-title {
	font-size: 14px;
	text-transform: uppercase;
	background: url("../img/icon-mail.png") no-repeat scroll 0 0 transparent;
	height: 30px;
	line-height: 30px;
	margin-bottom: 12px;
	padding-left: 52px;
}
.email-input-box input {
	height: 29px;
	width: 90%;
	position: relative;
	border: 0;
	padding: 0 5%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(http://cse.ru/css/css/PIE.htc);
}
.email-submit input {
	position: relative;
	font-size: 12px;
	text-transform: uppercase;
	background: #0c738d;
	color: #fff;
	border: 0;
	font-weight: bold;
	margin-top: 7px;
	padding: 6px 16px;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(http://cse.ru/css/css/PIE.htc);
}
.welcome-text-title {
	font-family: EuropeC;
	font-size: 17px;
}
.welcome-text {
	color: #8c8c8c;
	padding-top: 10px;
}
.welcome-text-box {
	
}


.right-download-pdf  {
	1margin-top: 60px;
	margin-bottom: 30px;
}
	.right-download-pdf a {
		display: block;
		padding-left: 72px;
		background: url("../img/icon-download-pdf.png") no-repeat scroll 0 0 transparent;
		color: #8c8c8c;
		min-height: 56px;
		padding-top: 8px;
	}


.right-download-excel  {
	margin-top: 60px;
	margin-bottom: 30px;
}
	.right-download-excel a {
		display: block;
		padding-left: 72px;
		background: url("../img/icon-download-excel.png") no-repeat scroll 0 0 transparent;
		color: #8c8c8c;
		min-height: 56px;
		padding-top: 8px;
	}
.right-download-word a {
	display: block;
	padding-left: 72px;
	background: url("../img/icon-download-word.png") no-repeat scroll 0 0 transparent;
	color: #8c8c8c;
	min-height: 56px;
	padding-top: 8px;
}
.perc100 {
	width: 100%;
}
	.table-style td {
		1white-space: nowrap;
		position: relative;
		text-align: center;
		font-size: 11px;
		padding: 6px 4.5px;
		border: 1px solid #c8c8c8;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-pie-lazy-init:true;
		behavior: url(http://cse.ru/css/css/PIE.htc);
	}
	.table-style td.fst {
		white-space: normal;
	}
	.table-style td.spec {
		color: #333;
	}


/* After content
-----------------------------------------------------------------------------*/
.after-content {
	margin: 35px 0 60px;
}
.seo-block {
	margin-bottom: 60px;
}
.partners-list {
	list-style: none;
}
	.partners-list li {
		width: 25%;
		float: left;
	}
	.partners-list li.last {
		width: 211px;
	}
		.partners-list li a {
			display: block;
			width: 147px;
			height: 54px;
		}
		.partners-list li.partner-1 a {
			background: url("../img/partner-1.png") scroll 0 0 transparent;
		}
		.partners-list li.partner-2 a {
			background: url("../img/partner-2.png") scroll 0 0 transparent;
		}
		.partners-list li.partner-3 a {
			background: url("../img/partner-3.png") scroll 0 0 transparent;
		}
		.partners-list li.partner-4 a {
			background: url("../img/partner-4.png") scroll 0 0 transparent;
		}
		.partners-list li a:hover {
			background-position: 0 -54px;
		}


/* Before content
-----------------------------------------------------------------------------*/
.before-content-inner {
	min-width: 1000px;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	background: #fff;
}
.before-content-left { position: relative;
	float: left;
	width: 37.7%;
}
.before-content-right {
	float: right;
	width: 60%;
	
}
.search-shipment-box {
	padding: 0 20px 0 6%;
	background: #526456 url("../img/style-site.png") 0 50px no-repeat;
	-webkit-border-radius: 0 0 8px 0;
	-moz-border-radius: 0 0 8px 0;
	border-radius: 0 0 8px 0;
	behavior: url(http://cse.ru/css/css/PIE.htc);
}
.search-shipment-box p { margin: 0; padding: 1em 0 0 0; height: 2em; font-size: 12px; color: #fff; }
.search-shipment-box p span, .search-shipment-box p label { float: left; margin-right: .75em; }
.search-shipment-box p span { margin: .4em .25em 0 0; }
.shipment-input {
	padding: 0 10px;
	width: 80%;
	height: 30px;
	font-size: 14px;
	font-style: italic;
	color: #3e3e3e;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(http://cse.ru/css/css/PIE.htc);
}
.shipment-submit {
	width: 27px;
	height: 15px;
	cursor: pointer;
	margin-left: 15px;
	border: 0;
	background: url("../img/shipment-submit.png") no-repeat scroll 0 0 transparent;
}
.search-shipment-box dfn { display: block; padding: .5em 0 1em 0; font-size: 11px; line-height: 14px; color: #fff; font-style: normal; }
.search-shipment-box dfn em { font-size: 12px; }

.about-text-box {
	position: absolute; top: 170px; left: 7%;
}
.about-text-title {
	text-indent: -9999px;
	margin-bottom: 10px;
	width: 350px;
	height: 21px;
	background: url("../img/about-title_eng.png") no-repeat scroll 0 0 transparent;
}
.main-office {
	width: 50%;
	float: right;
}
.contacts-info-box {
	padding: 25px 0px 25px 0;
}
.dropdown-city-box {
	display: none;
	position: absolute;
	z-index: 666;
	left: -185px;
	top: 38px;
}
.dropdown-city-inner {
	padding: 18px 36px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: #666 0px 1px 3px;
	-moz-box-shadow: #666 0px 1px 3px;
	box-shadow: #666 0px 1px 3px;
	background: #525252;
	position: relative;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#525252), to(#3a3a3a));
	background: -webkit-linear-gradient(#525252, #3a3a3a);
	background: -moz-linear-gradient(#525252, #3a3a3a);
	background: -ms-linear-gradient(#525252, #3a3a3a);
	background: -o-linear-gradient(#525252, #3a3a3a);
	background: linear-gradient(#525252, #3a3a3a);
	-pie-background: linear-gradient(#525252, #3a3a3a);
	behavior: url(http://cse.ru/css/css/PIE.htc);
}
.city-list {
	list-style: none;
	width: 150px;
	padding-right: 15px;
}
	.city-list li {
		margin: 0 0 6px 0;
	}
		.city-list li a {
			color: #526456;
			white-space: nowrap;
			border: 0;
			text-decoration: underline;
		}
		.city-list li.active a {
			color: #fff;
			text-decoration: none;
		}
		.city-list li a:hover {
			text-decoration: none;
		}
.current-office {
	float: left;
	width: 50%;
}
.office {
	margin-bottom: 5px;
	padding-left: 10px;
	height: 20px;
}
.main-office div.office {
	padding-left: 30px;
}
i.drop-c {
	width: 7px;
	height: 4px;
	display: block;
	position: absolute;
	top: 18px;
	right: 18px;
	background: url("../img/drop-down.png") no-repeat scroll 0 0 transparent;
}
.office span.active i.drop-c {
	background: url("../img/drop-down-white.png") no-repeat scroll 0 0 transparent;
	top: 18px;
}
	.office span {
		display: block;
		top: 15px;
		position: absolute;		
		padding-right: 32px;
		padding: 10px 32px 15px 20px;
	}
	.office span.active {
		background-color: #525252;
		padding: 10px 32px 15px 20px;
		display: block;
		top: 15px;
		position: absolute;
		-webkit-border-radius: 8px 8px 0 0;
		-moz-border-radius: 8px 8px 0 0;
		border-radius: 8px 8px 0 0;
		-webkit-box-shadow: #666 0px 1px 3px;
		-moz-box-shadow: #666 0px 1px 3px;
		box-shadow: #666 0px 1px 3px;
		behavior: url(http://cse.ru/css/css/PIE.htc);
	}
	.office span.active > a {
		color: #fff;
		text-decoration: none;
		border-bottom: 1px dotted #fff;
	}
	.office span > a {
		color: #3b2e11;
		text-decoration: none;
		border-bottom: 1px dotted #3b2e11;
	}
.office-phones {
	font-size: 18px;
}
	.office-phones span {
		position: relative;
		margin-right: 4px;
		color: #666;
		bottom: 5px;
		font-size: 11px;
	}
.office-contacts {
	font-size: 12px;
	color: #666;
	padding-left: 30px;
}
	.office-contacts a {
		color: #666;
	}
	.office-contacts span {
		margin: 0 5px;
	}
.service-box {
	padding: 30px 0px 30px 0;
	margin-top: 30px;
	position: relative;
}
.service-calculator-box {
	float: left;
	width: 33%;
}
.service-curier-box {
	float: left;
	width: 33%;
}

.service-dogovor-box {
	float: left;
	width: 33%;
}

.service-curier, .service-dogovor, 
.service-calculator {
	padding-left: 30px;
}
	/*.service-calculator span {
		background: url("../img/icon-calculator.png") no-repeat scroll 0 0 transparent;
		height: 52px;
		display: block;
		line-height: 52px;
		padding-left: 65px;
	}*/
	
	.service-calculator span {
		background: url("../img/icon-calculator.png") no-repeat scroll 13px 6px transparent;
		display: block;
		height: 66px;
		line-height: 66px;
		padding-left: 70px;
	}	
	.service-calculator span.hover {
		background: url("../img/icon-calculator-hover.png") no-repeat scroll 0px 0px transparent;		
	}	
	.service-calculator a {
		color: #0d162d;
		font-family: EuropeDemiC;
		text-transform: uppercase;
		padding-left: 8px;
	}



	.service-dogovor span {
		background: url("../img/icon-dogovor-hover.png") no-repeat scroll 13px 6px transparent;
		display: block;
		height: 66px;
		line-height: 66px;
		padding-left: 80px;
	}	
	.service-dogovor span.hover {
		background: url("../img/icon-dogovor-hover.png") no-repeat scroll 0px 0px transparent;		
	}	
	.service-dogovor a {
		color: #0d162d;
		font-family: EuropeDemiC;
		text-transform: uppercase;
		padding-left: 8px;
	}



	.service-curier span {
		background: url("../img/icon-curier.png") no-repeat scroll 0 50% transparent;
		height: 66px;
		display: block;
		line-height: 66px;
		padding-left: 110px;
	}
	.service-curier a {
		color: #0d162d;
		font-family: EuropeDemiC;
		text-transform: uppercase;
	}



#dogovor_form span {
 	font-weight : bold;
	font-size: 15px;
}

#dogovor_form span.otk {
 	font-weight : normal;
	font-size: 15px;
}



#dogovor_form input.inp {
	width:90%;
	height: 28px;
	border: 1px solid #3b4b3e;
border-radius:4px;
}



#dogovor_form select {
	width:90%;
	height: 28px;
	border: 1px solid #3b4b3e;
border-radius:4px;
}


#dogovor_form input.submit {
 	font-weight : bold;
	font-size: 15px;
	height: 38px;
	border: 2px solid #3b4b3e;
	border-radius:4px;
	background-color: #3b4b3e;
	color:#fff;
	width:250px;

}



/* Main banner
-----------------------------------------------------------------------------*/
.main-banner {
	min-width: 1000px;
	max-width: 1600px;
	margin: 0 auto 40px;
	
}
.main-banner table {
	width: 100%;
	border-collapse: collapse;
}
	.main-banner table td {
		/*width: 57.5%;*/
		width: 694px;
		
	}
		.main-banner table td  img{
			vertical-align: bottom;
		}	
	.main-banner table td.first {
		width: 42.5%;
	}
	.right-banner-caption div.bg-style,
	.main-banner table td div.bg-style {
		background: url("../img/texture.png");
		background-color: #3b4b3e;
	}
.main-banner-caption-item {
	padding-top: 6px;
	color: #fff;
	font-family: EuropeDemiC;
	text-align: center;
	text-transform: uppercase;
	border-top: 2px solid #526456;
	margin-bottom: 15px;
	
}
	.main-banner-caption-item.last {
		margin-bottom: 0;
	}
	.main-banner-caption-item a {
		color: #fff;
		text-transform: uppercase;
		text-decoration: none;
	}
.main-banner-caption-box {
	padding: 25px 20px 20px;
	margin: 0 auto;
	width: 360px;
	
}
.banner-box{
	bottom: 0px;
}

.banner-box img {
	position: relative;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	behavior: url(http://cse.ru/css/css/PIE.htc);
	
}
.z-1 {
	font-size: 17px;
	line-height: 25px;
	letter-spacing: 2px;
}
.z-2 {
	font-size: 22px;
	line-height: 22px;	
}
.z-3 {
	font-size: 18px;
	line-height: 18px;
	word-spacing: 4px;
}
.z-4 {
	font-size: 15px;
	line-height: 15px;	
	word-spacing: 2px;
}
.z-5 {
	font-size: 22px;
	line-height: 22px;
	word-spacing: 2px;	
}
.z-6 {
	font-size: 25px;
	line-height: 25px;
	letter-spacing: 2px;
	word-spacing: 2px;
}


.z-7 {
	font-size: 17px;
	line-height: 25px;
	letter-spacing: 2px;
	word-spacing: 2px;
}


/* Cabinet
-----------------------------------------------------------------------------*/
.cabinet-navigation {
	list-style: none;
}
	.cabinet-navigation li {
		margin-bottom: 14px;
	}
	.cabinet-navigation li.last {
		margin: 0;
	}
		.cabinet-navigation li a {
			font-size: 14px;
			font-family: EuropeC;
			color: #666;
			text-decoration: none;
		}
		.cabinet-navigation li.current a {
			color: #333;
		}
.order-form th {
	font-family: EuropeDemiC;
	color: #666;
	font-size: 17px;
	text-align: left;
	padding-bottom: 14px;
}
.order-form td select {
	width: 352px;
}
.order-form td {
	color: #666;
	padding-bottom: 8px;
	padding-right: 8px;
}
.order-form td img {
	float: left;
}
.order-form td.first {
	width: 140px;
}
.order-form td.req {
	color: #0d162d;
}
.order {
	width: 560px;
}
.order div.sep {
	width: 253px;
	border-top: 1px solid #c8c8c8;
	margin: 40px auto;
	
}
.order-form td textarea,
.order-form td input {
	font: 13px/19px Arial, Tahoma, Verdana, sans-serif;
	position: relative;
	height: 28px;
	width: 330px;
	padding: 0 10px;
	border: 1px solid #0c738d;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(http://cse.ru/css/css/PIE.htc);
}

.order-form td input.small_cell{
	font: 13px/19px Arial, Tahoma, Verdana, sans-serif;
	position: relative;
	height: 28px;
	width: 84px;
	padding: 0 10px;
	border: 1px solid #0c738d;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url(http://cse.ru/css/css/PIE.htc);
}
.order-form td input.gray {
	border: 1px solid #c8c8c8;
}
.order-form td textarea {
	height: 88px;
}
.order-form td.gray div.cusel,
.order-form td.gray div.cuselFrameRight,
.order-form td.gray div.jScrollPaneDrag,
.order-form td.gray div.jScrollArrowUp,
.order-form td.gray div.jScrollArrowDown {
	background: url(../img/selects-3.png) no-repeat;
}
.order-form td.gray div.cuselFrameRight { 
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	height: 100%;
	width: 30px;
	background-position: right top;
}
.order-paging-box {
	margin-top: 45px;
}
.order-paging {
	list-style: none;
}
	.order-paging li {
		float: left;
		margin-right: 15px;
	}
		.order-paging li a {
			width: 15px;
			height: 15px;
			display: block;
			background: #c8c8c8;
			position: relative;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			border-radius: 15px;
			behavior: url(http://cse.ru/css/css/PIE.htc);
		}
		.order-paging li.current a {
			background: #0c738d;
		}
		.order-paging li a:hover {
			background: #0c738d;
		}
.next-page-order {
	float: right;
	margin-right: 56px;
}
	.next-page-order a {
		text-decoration: none;
		color: #fff;
		padding: 6px 26px;
		background: #0c738d;
		position: relative;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		behavior: url(http://cse.ru/css/css/PIE.htc);
		
	}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -117px auto 0;
	height: 117px;
	background: #3b4b3e;
	position: relative;
	color: #fff;
	font-size: 12px;
}
	#footer a {
		color: #fff;
	}
.footer-inner {
	min-width: 1000px;
	max-width: 1600px;
	margin: 0 auto;
	padding-top: 30px;
}
.footer-copyright-box {
	float: left;
	width: 25%;
}
.footer-info {
	float: left;
}
.developer {
	float: right;
	width: 25%;
}


/* Select
-------------------------------------------------------------------------------*/
.cusel,
.cuselFrameRight,
.jScrollPaneDrag,
.jScrollArrowUp,
.jScrollArrowDown {
	background: url(../img/selects-2.png) no-repeat;
}
.cusel { 
	height: 30px;

	background-position: left top;
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 14px;
	z-index: 1;
	
}
.cuselFrameRight { 
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	height: 100%;
	width: 30px;
	background-position: right top;
}

.cuselText {
	height: 14px;
	padding: 9px 0 0 10px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	z-index: 1;
	font: 12px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; 
	position: absolute;
	top: 0;
	left: 0;
}
* html .cuselText { 
	height: 22px;
}
.cusel span { 
	display: block;
	cursor: pointer;
	white-space: nowrap;
	padding: 2px 15px 2px 10px;
	zoom: 1;
	line-height: 20px;
	height: 20px;
}
.cusel span:hover,
.cusel .cuselOptHover {
	background: #f1f1f1;
	color: #333;
}
.cusel .cuselActive {
	background: #f1f1f1;
	color: #333;
	cursor: default;
}

/*
	styles for focus and hover
*/
.cusel:hover,
.cusel:hover .cuselFrameRight,
.cusel:focus,
.cusel:focus .cuselFrameRight,
.cuselFocus,
.cuselFocus .cuselFrameRight {
	background-image: url(../img/selects-2.png);
}

.cuselOpen {
	z-index: 999;
}
/*
	styles for disabled select
*/
.classDisCusel,
.classDisCusel .cuselFrameRight {
	background-image: url(../img/selects-2-dis.png) !important;
	cursor: default;
	color: #ccc;
}
.classDisCusel .cuselText {
	cursor: default;
}


/* Styles select
------------------------------------------------------------------------*/
.cusel .cusel-scroll-wrap {
	display: block;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	min-width: 100%;
	width: auto;
}
.cusel .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 5;
	border: 1px solid #999;
}

.cusel .jScrollPaneTrack {
	height: 100%;
	width: 7px !important;
	background: #ccc;
	position: absolute;
	top: 0;
	right: 4px;
}
.cusel .jScrollPaneDrag {
	position: absolute;
	background-position: -40px -26px;
	cursor: pointer;
	width: 15px !important;
	height: 27px !important;
	right: -4px;
	
}

.cusel .jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.cusel .jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.cusel .jScrollArrowUp {
	position: absolute;
	top: 0;
	right: 2px;
	width: 26px;
	height: 12px;
	cursor: pointer;
	background-position: -2px -26px;
	overflow: hidden;
}
.cusel .jScrollArrowDown {
	width: 25px;
	height: 12px;
	position: absolute;
	top: auto;
	bottom: 0;
	right: 3px;
	cursor: pointer;
	background-position: -21px -26px;
	overflow: hidden;
}
.heading{
	position: absolute;
	top: 3px;
	color: #3B2E11;
	padding: 0 0 0 30px;
}

.content_t{
	width:520px;
	margin: auto;
	color: #fff;
}
.content_t p{
	color: #8c8c8c;
	font-style: italic;
	margin: 5px 0 0 20px;
}
.main_table{
	width: 100%;
}
.main_table span img{
	
	margin-left: 140px;

}
.content_t h2{
	color:#fff;
	margin: 10px 0 35px 0;
	text-transform: uppercase;
	font: EuropeC,Arial,Tahoma,Verdana,sans-serif;
	font-weight: normal;
}
.band{
	width: 100%;
	
}
.band_bg{
	height: 300px;
	background: url("../img/texture.png");
	background-color: #3b4b3e;
}
.order-form tr td b{
	color:#3b4b3e;
	padding-left: 5px;
}
.text_right{
	text-align: right;
}



/* added by Dyuha */
.d-inp-r { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; width: 11px; height: 11px; background: url(../img/bg-d-inp-r.png) 0 0 no-repeat; overflow: hidden; cursor: pointer; }
.d-inp-r-checked { background-position: 0 -11px; }
.d-inp-r input { opacity: 0; filter:alpha(opacity=0); cursor: pointer; }



.spoiler-cont ul{
 padding-left: 15px;
}

