body {
	font: 14px/18px Arial, 'Trebuchet MS', sans-serif;
	color: #333;
	background: #f2f4e4 url('../i/bg.png') repeat-x;
}

a {
	text-decoration: underline;
	color: #358483;
	border-color: #358483;
}
a:visited {
	color: #358483;
}
a:hover {
	text-decoration: underline;
	color: #6eb484;
	border-color: #6eb484;
}

p {
	margin-bottom: 15px;
}


h1 {
	font: bold 30px/35px Arial, 'Trebuchet MS', sans-serif;
}
h2 {
	font: bold 26px/30px Arial, 'Trebuchet MS', sans-serif;
	margin: 15px 0 15px;
}
h3 {
	font: bold 22px/25px Arial, 'Trebuchet MS', sans-serif;
	margin: 15px 0 12px;
}
h4 {
	font: bold 18px/24px Arial, 'Trebuchet MS', sans-serif;
	margin: 12px 0 10px;
}
h5 {
	font: normal 16px/20px Arial, 'Trebuchet MS', sans-serif;
	margin: 10px 0 10px;
}
h6 {
	font: normal 14px/26px Arial, 'Trebuchet MS', sans-serif;
	margin: 5px 0;
}

#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
	 color: #6eb484;
 }

/* ==== HEADER ==== */
#header {
	position: relative;
	z-index: 500;
	margin-bottom: 43px;
}
.header-inner {
	padding: 40px 0 0;
}

.header-top {
	overflow: hidden;
}

#header .logo {
	float: left;
	width: 275px;
	height: 93px;
	margin-right: 75px;
}
#header .logo h2 {
	width: 203px;
	height: 93px;
	margin: 0;
	text-indent: -99999px;
	background: url('../i/logo.png') no-repeat;
}
#header .logo h2 a {
	display: block;
	width: 203px;
	height: 93px;
}

#header .contacts {
	float: left;
	font-size: 12px;
	color: #231f20;
}
#header .contacts .slogan {
	display: block;
	height: 22px;
	line-height: 15px;
}
#header .contacts .tel {
	margin-bottom: -1px;
}
#header .contacts .tel .code {
	float: left;
	width: 50px;
	margin-left: -51px;
}
#header .contacts .tel .number {
	margin-left: -2px;
	line-height: 32px;
	font-size: 30px;
	color: #7bbd00;
}

#header .auth {
	float: right;
	font-size: 12px;
}
#header .auth label {
	float: left;
	width: 160px;
	color: #0f91d6;
}

#header .auth label .inputtext {
	margin: 8px 4px 0 0;
}
#header .auth label .inputtext input {
	width: 140px;
}

#header .auth .button {
	margin-top: 26px;
}
#header .auth .signup,
#header .auth .lostpass {
	float: left;
	width: 160px;
	margin-top: 2px;
	padding-left: 2px;
}

.recall-block {
	display: none;
	position: absolute;
	z-index: 1000;
	width: 320px;
	margin: -35px 0 0 123px;
	font-size: 12px;
	color: #3e3d39;
	background: #fff;
	border: 1px solid #6eb484;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url('/pie.htc');
}
.recall-block-inn {
	padding: 10px 20px 20px;
	
}
.recall-block .arr {
	position: absolute;
	top: 20px;
	left: -15px;
	width: 15px;
	height: 13px;
	background: url('../i/forms.png') no-repeat -385px -184px;
}
.recall-block .close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 16px;
	height: 16px;
	background: url('../i/order-form.png') no-repeat -442px -112px;
	cursor: pointer;
}
.recall-block .close:hover {
	opacity: 0.8;
}
.recall-block h6.capt {
	margin: 4px 0 10px 0;
	font-size: 18px;
	font-weight: bold;
	color: #646566;
}


#menu {
	clear: both;
	overflow: hidden;
	margin: 27px 0 15px;
	text-align: center;
}
#menu ul li {
	display: inline-block;
	margin: 5px 8px;
	font-size: 16px;
	font-weight: bold;
	color: #646566;
}

#menu ul .active,
#menu ul .active a {
	color: #646566;
}
#menu ul .active a:hover {
	color: #646566;
}


#header .road {
	position: relative;
	height: 92px;
	margin: 0 -30px;
	background: url('../i/header-road.png') repeat-x;
}
.w1024 #header .road {
	margin: 0 -20px;
}
#header .road .kiss {
	position: absolute;
	z-index: 10;
	top: -2px;
	left: 50%;
	width: 372px;
	height: 125px;
	margin-left: -161px;
	background: url('../i/header-kiss.png') no-repeat;
}
#header .road .shd-l,
#header .road .shd-r {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 482px;
	height: 92px;
	background: url('../i/header-shd.png') no-repeat;
}
#header .road .shd-r {
	left: auto;
	right: 0;
	background-position: 100% -92px;
}


/* ==== FOOTER ==== */

.footer-inner {
	overflow: hidden;
	padding-bottom: 10px;
	color: #5d7683;
	font: normal 11px/16px Tahoma, Arial, sans-serif;
}

.footer-line {
	margin-bottom: 17px;
	
	border: solid #358483;
	border-width: 2px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior: url('/pie.htc');
	border-radius: 3px;
}

.footer-menu {
	margin-left: -17px;
	font-size: 12px;
}
.footer-menu li {
	float: left;
	margin-left: 17px;
}

.footer-content {
	float: right;
	width: 150px;
}

#footer {
	position:relative;
}
#footer .copyright {
	margin-bottom: 15px;
	color: #999;
}
#footer .copyright .name {
	display: block;
	color: #5d7683;
}
.meta {
	position:absolute;
	bottom:35px;
	color:#999999
}


/* ====  ELEMENTS ===== */

.caption {
	overflow: hidden;
	margin: -7px 0 30px;
	color: #646566;
}
#content .caption h1,
#content .caption h2 {
	display: inline;
	color: #646566;
}

.content-inner ul {
	list-style-type: square;
	margin: 0 0 1em 25px;
}
.content-inner ol {
	list-style-type: decimal;
	margin: 0 0 1em 20px;
}
.content-inner ol li {
	margin-left: 20px;
}
.content-inner li {
	margin-bottom: 3px;
}

.content-inner table {
	margin-bottom: 15px;
}
.content-inner table th,
.content-inner table td {
	padding: 12px 20px;
	vertical-align: top;
	border-bottom: 1px solid #c9cbb9;
	font-size: 12px;
}
.content-inner table th {
	vertical-align: middle;
	font-weight: normal;
	background: #c9cbb9 url('../i/th-bg.png') repeat-x 100% 100%;
	border-color: #358483;
}
.content-inner table td {
	padding: 10px 20px;
}

small.em {
	font-style: italic;
	color: #999;
}

.img-left {
	float: left;
	margin: 5px 25px 7px 0;
}
.img-right {
	float: right;
	margin: 5px 0 7px 25px;
}
/* Item */
.item {
	margin: 0 0 20px 0;
}

.item .img,
.item .img img {
	display: block;
	text-decoration: none;
}

p.more {
	margin-top: 20px;
}


/* Pagenav */
.pagenav {
	clear: both;
	overflow: hidden;
	line-height: 25px;
	margin: 60px 5px 30px;
}
.pagenav a:hover {
	color: #494949;
}
.pagenav .prev {
	float: left;
	width: 180px;
}
.pagenav .next {
	float: right;
	width: 180px;
	text-align: right;
}
.pagenav .pages {
	list-style-type: none;
	margin: 0 10px;
	padding: 0;
	text-align: center;
	font-style: italic;
}
.pagenav .pages li {
	display: inline-block;
	margin: 0 4px 0 0;
	padding: 0;
	text-align: center;
	background: none;
}
.pagenav li a,
.pagenav li a:visited,
.pagenav li span {
	float: left;
	height: 25px;
	padding: 0 3px;
}

.pagenav li.active {
	font-size: 16px;
}
.pagenav li.active a,
.pagenav li.active span {
	padding: 0 10px;
}


/* ==== FORMS ==== */

/* Select Boxes */
.selectBox-dropdown {
	position: relative;
	vertical-align: middle;
	width: auto !important;
	line-height: 22px;
	margin-left: -1px;
	padding: 0 18px 0 1px;
	text-decoration: none !important;
	color: #358483;
	outline: none;
	cursor: pointer;
}

.select-block {
	overflow: hidden;
	margin-bottom: 10px;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
	border-color: #666;
}

.selectBox-dropdown:hover,
.selectBox-dropdown.selectBox-menuShowing {
	color: #333;
	border-color: #358483;
}


.selectBox-dropdown .selectBox-label {
	overflow: hidden;
	display: inline-block;
	white-space: nowrap;
	border-bottom: 1px dashed #000;
}

.selectBox-dropdown .selectBox-arrow {
	position: absolute;
	top: 11px;
	right: 2px;
	width: 7px;
	height: 4px;
	background: url(../i/forms.png) -41px -184px no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) { 
	head~body .selectBox-dropdown .selectBox-arrow {
		right: -18px;
	}
}
.selectBox-dropdown:hover .selectBox-arrow,
.selectBox-dropdown.selectBox-menuShowing  .selectBox-arrow {
	background-position: -48px -184px;
}

.selectBox-dropdown-menu {
	display: block;
	list-style: none;
	overflow: auto;
	overflow-x: hidden;
	
	position: absolute;
	z-index: 99999;
	
	width: auto !important;
	max-width: 500px;
	max-height: 200px;
	margin: -8px 0 0 -1px;
	padding: 6px 0;
	border: 1px solid #6eb484;
	background: #f4f4f4;
	
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url('/pie.htc');
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.selectBox-dropdown-menu {
		margin-top: -4px;
	}
}

.selectBox-inline {
	display: inline-block;
	overflow: auto;
	width: 250px;
	outline: none;
}

.selectBox-options li,
.selectBox-options li a {
	display: block;
	width: auto !important;
	margin: 0;
	padding: 0;
}

.selectBox-options li.null {
	display: none;
}
.selectBox-options li a {
	overflow: hidden;
	min-width: 120px;
	height: 30px;
	line-height: 30px;
	padding: 0 12px;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
}
.selectBox-options li a:hover {
	color: #358483;
}

.selectBox-options li.selectBox-hover a {
	background-color: #b1d4bc;
}
.selectBox-options li.selectBox-selected a {
	color: #fff;
	text-shadow: 1px 1px 0 #2f7f44;
	background-color: #6eb484;
}

.selectBox-options li.selectBox-disabled a {
	color: #888;
	background-color: transparent;
}
.selectBox-options .selectBox-optgroup {
	color: #666;
	background: #eee;
	font-weight: bold;
	line-height: 1.5;
	margin: 4px 0 1px;
	padding: 2px .3em;
	white-space: nowrap;
}

.selectBox.selectBox-disabled {
	color: #888 !important;
}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
	opacity: .5;
	filter: alpha(opacity=50);
	border-color: #666;
}
.selectBox-inline.selectBox-disabled {
	color: #888 !important;
}
.selectBox-inline.selectBox-disabled .selectBox-options a {
	background-color: transparent !important;
}


/* Buttons */
.button,
.button input {
	height: 33px;
	font: bold 12px/14px Helvetica, Arial, Tahoma, sans-serif;
	color: #fff;
	text-shadow: 0 -1px 0 #1e6161;
	
	border: none;
	cursor: pointer;
}
.button {
	display: inline-block;
	padding-right: 7px;
	background: url('../i/buttons.png') no-repeat 100% -33px;
}
.button input {
	margin: 0;
	padding: 0 7px 4px 12px;
	background: url('../i/buttons.png') no-repeat -215px 0;
}
.button:hover {
	background-position: 100% -99px;
}
.button:hover input {
	color: #e7ecf7;
	text-shadow: 0 -1px 0 #216c6b,  0 0 0 #fff;
	background-position: -215px -66px;
}
.button:active {
	background-position: 100% -165px;
}
.button:active input {
	color: #b9d1d8;
	text-shadow: 0 -1px 0 #215654,  0 1px 0 #7ab7b7;
	background-position: -215px -132px;
}
.button-huge {
	width: 210px;
	height: 59px;
	padding: 0 0 6px 0;
	font-size: 14px;
	text-transform: uppercase;
	background: url('../i/buttons.png') no-repeat;
}
.button-huge:hover {
	background-position: 0 -59px;
}
.button-huge:active {
	background-position: 0 -118px;
}
.button-huge-deactive {
	color: #ccc !important;
	background-position: 0 -179px !important;
}



/* Input Text */
.inputtext {
	display: inline-block;
	height: 30px;
	padding-right: 4px;
	background: url('../i/forms.png') no-repeat 100% -90px;
}
.inputtext input {
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0 4px 0 9px;
	font-size: 14px;
	color: #444;
	background: url('../i/forms.png') no-repeat 0 -60px;
	border: none;
	outline: none;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.inputtext:hover,
.inputtext.focus {
	background-position: 100% -30px;
}
.inputtext:hover input,
.inputtext input:focus {
	background-position: 0 0;
}
.inputtext.disabled-input {
	background-position: 100% -150px;
}
.inputtext.disabled-input input {
	background-position: 0 -120;
}

/* Range Slider */
.insurance-range {
	width: 307px;
	background: url('../i/forms.png') no-repeat -75px -157px;
}
.insurance-range .options {
	list-style: none;
	width: 360px;
	height: 22px;
	margin: 0 0 0 -1px;
	padding: 0;
}
.insurance-range .options li {
	float: left;
	width: 45px;
	margin: 0;
	padding: 0;
	font-size: 11px;
}
.insurance-range .options li.last {
	width: 80px;
}
.ui-slider {
	position: relative;
	height: 45px;
	margin: 0 16px 0 15px;
	text-align: left;
	cursor: pointer;
}
.ui-slider .ui-slider-range {
	position: absolute;
	top: 0;
	z-index: 1;
	height: 100%;
}
.ui-slider .ui-slider-range-max {
	right: 0;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	top: 23px;
	z-index: 2;
	width: 10px;
	height: 17px;
	margin-left: -4px;
	background: #6db385 url('../i/forms.png') no-repeat -60px -184px;
	cursor: pointer;
	outline: none;
}



.error {
	color: #f00;
}
.success {
	color: #7bbd00;
}



/* ==== SIDEBAR ==== */
.sidebar-inner {
	padding-right: 50px;
	font-family: Tahoma, Arial, sans-serif;
}

#sidebar .currency {
	height: 20px;
	margin-bottom: 40px;
	font-size: 11px;
}
#sidebar .currency dt,
#sidebar .currency dd {
	display: inline;
	padding: 0;
	margin: 0;
}
#sidebar .currency dt {
	font-weight: bold;
	font-size: 12px;
	color: #7bbd00;
}
#sidebar .currency dd {
	margin-right: 25px;
}

.sidebar-menu {
	margin-bottom: 20px;
}
.sidebar-menu li {
	margin-right: 10px;
	padding: 6px 10px 7px;
}
.sidebar-menu li.active {
	position: relative;
	color: #fff;
	background: #358483;
}
.sidebar-menu li.active .arr {
	position: absolute;
	top: 0;
	right: -9px;
	width: 9px;
	height: 31px;
	background: url('../i/elements.png') no-repeat;
}
.sidebar-menu li.active a {
	color: #fff;
}




/* ==== PAGES ==== */

/* MAINPAGE */
.service-links .item,
.also-projects .item {
	margin-bottom: 40px;
}
.service-links .img img {
	margin: 0 auto 10px;
}

.poletim .img img {
	margin: 0 0 10px 20px;
}
.otdohnem .img img {
	margin: 0 0 10px 10px;
}


/* ORDER FORM */
#orderform {
	overflow: hidden;
}

#mainpage #orderform {
	margin: 0 -10px;
	padding: 0 10px;
}

/* Breadcrumbs */
.breadcrumbs {
	position: relative;
	z-index: 100;
	height: 50px;
	margin: 10px 0 7px;
	font-size: 21px;
	font-weight: bold;
	color: #646566;
}
.breadcrumbs ul {
	list-style: none;
	height: 36px;
	margin: 0;
	padding: 0 70px;
	background: url('../i/o-breadcrumbs.png') repeat-x 0 17px;
}
.breadcrumbs li {
	position: relative;
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
}

.breadcrumbs li span,
.breadcrumbs li a {
	position: relative;
	display: block;
	width: 36px;
	height: 36px;
	margin-left: 101px;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	background: #f2f4e4 url('../i/o-breadcrumbs.png') no-repeat 0 -78px;
}
.breadcrumbs li.first span,
.breadcrumbs li.first a {
	margin: 0;
}
.breadcrumbs li.second span,
.breadcrumbs li.second a {
	margin-left: 51px;
}
.breadcrumbs li.last span,
.breadcrumbs li.last a {
	float: right;
	margin: 0;
}

.breadcrumbs li.active span,
.breadcrumbs li.active a {
	color: #f3f5e5;
	text-shadow: -1px -1px 0 #6c9c62;
	background-position: 0 -42px;
}

.breadcrumbs li i {
	overflow: hidden;
	position: absolute;
	top: -6px;
	left: -50px;
	width: 47px;
	height: 23px;
	background: url('../i/o-breadcrumbs.png') no-repeat 0 -19px;
}

.breadcrumbs .brd-l,
.breadcrumbs .brd-r {
	position: absolute;
	top: 14px;
	left: 0;
	width: 10px;
	height: 9px;
	background: url('../i/o-breadcrumbs.png') no-repeat 0 -114px;
}
.breadcrumbs .brd-r {
	left: auto;
	right: 0;
	background-position: -10px -114px;
}



/* Form */
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#mainpage.w1024 fieldset {
	margin: 0 -10px;
}

#orderform small {
	color: #6d7378;
}

.label {
	display: block;
	margin-bottom: 15px;
}

.hr {
	height: 1px;
	margin: 16px 0 18px;
	border-top: 1px solid #c9cbb9;
}
.hr-dotted {
	border-top: 1px dashed #ccc;
}

#orderform td .label {
	margin-bottom: 7px;
}

/* checkbox */
.label-checkbox {
	display: inline-block;
	margin: 5px 20px 10px 0;
	font-size: 12px;
	cursor: pointer;
}
.label-checkbox .ico {
	float: left;
	width: 16px;
	height: 16px;
	margin: 1px 10px 0 0;
	background: url('../i/forms.png') no-repeat 0 -184px;
}
.checkbox-checked .ico {
	background-position: -18px -184px;
}


/* radio */
#main #content .label-radio-default {
	display: block;
	float: none;
	margin: 5px 20px 10px 0;
	font-size: 12px;
	cursor: pointer;
}
#main #content .label-radio-default .ico {
	float: left;
	width: 16px;
	height: 16px;
	margin: 1px 10px 0 0;
	background: url('../i/forms.png') no-repeat 0 -205px;
}
#main #content .label-radio-default.radio-checked .ico {
	background-position: -18px -205px;
}

/* file input */
.type-file {
	position: relative;
	height: 35px;
}
.type-file .button {
	position: absolute;
	top: 0;
	left: 0;
}
.disabled .type-file .button,
.disabled .type-file .button:hover,
.disabled .type-file .button:active {
	background-position: 100% -233px;
	cursor: auto;
}
.disabled .type-file .button input,
.disabled .type-file .button:hover input,
.disabled .type-file .button:active input {
	background-position: -215px -200px;
	color: #ccc !important;
	cursor: auto;
}
.type-file input.typefile {
	position: absolute;
	top: 0;
	left: 0;
	height: 35px;
	line-height: 35px;
	padding: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}
.type-file .filename {
	display: block;
	margin: 8px 0 0 138px;
	font-size: 14px;
	color: #6d7378;
	float:left;
}


/* First Step */

/* radio */
.label-radio-wrap {
	overflow: hidden;
	margin-left: -20px;
}
.label-radio {
	position: relative;
	float: left;
	margin-left: 20px;
	cursor: pointer;
	outline: none;
}
.w1024 .label-radio {
	margin-right: 20px;
}

.label-radio input,
.label-checkbox input {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	outline: none;
}
.label-radio .text {
	display: block;
	width: 118px;
	height: 31px;
	line-height: 15px;
	padding-top: 11px;
	font-size: 12px;
	text-align: center;
	text-decoration: underline;
	color: #333;
}
.label-radio:hover .text {
	color: #000;
}
.radio-checked .text {
	text-decoration: none;
	background: url('../i/order-form.png') no-repeat -140px -136px;
}
.label-big .text {
	width: 135px;
	height: 45px;
	background-position: 0 -122px;
}
.label-small .text {
	width: 79px;
	background-position: -267px -137px;
}

.label-radio .ico {
	display: block;
	width: 34px;
	height: 35px;
	margin: 0 auto 15px;
	background: url('../i/order-form.png') no-repeat;
}
.label-big .ico {
	width: 97px;
	height: 41px;
	margin-bottom: 18px;
}
.label-small {
	margin-top: 10px;
}
.label-small .ico {
	width: 39px;
	height: 36px;
}

/* vehicle */
#orderform .vehicle {
	padding-bottom: 25px;
}
.w1024 #orderform .vehicle {
	margin-right: -5px;
}
#orderform .radio-checked.vehicle {
	background: url(../i/order-form.png) no-repeat -183px 116px;
}

.vehicle-params .params {
	display: none;
	padding-top: 5px;
}
#orderform td {
	min-width: 120px;
	padding: 0 20px 0 0 !important;
	font-size: inherit;
}
.vehicle-params table.service td {
	padding: 13px 30px 0 0 !important;
}
.vehicle-params .vehicle-engine-capacity {
	display: none;
}
.vehicle-params .label-checkbox {
	padding-top: 4px;
}


/* icon sprites */
.persontype-nat .ico {
	background-position: 0 0;
}
.persontype-legal .ico {
	background-position: -36px 0;
}
.vehicle-car .ico {
	background-position: 0 -36px;
}
.vehicle-taxi .ico {
	background-position: -102px -36px;
}
.vehicle-microbus .ico {
	width: 88px;
	background-position: -203px -36px;
}
.vehicle-scooter .ico {
	width: 70px;
	background-position: -295px -36px;
}
.vehicle-truck .ico {
	background-position: -370px -36px;
}
.drivers-1 .ico {
	background-position: 0 -81px;
}
.drivers-2 .ico {
	width: 53px;
	background-position: -42px -81px;
}
.drivers-3 .ico {
	background-position: -103px -81px;
}
.drivers-4 .ico {
	background-position: -153px -81px;
}
.drivers-5 .ico {
	width: 60px;
	background-position: -200px -81px;
}
.drivers-∞ .ico {
	width: 37px;
	height: 36px;
	margin: 8px auto 17px;
	background-position: -269px -81px;
}
.drivers-∞ .text {
	width: 118px;
}


.submit-block {
	margin-top: 40px;
	padding: 15px 20px;
	background: #ececec;
}


/* Second Step */
#orderDetails {
	position: relative;
	top: 65px;
	padding-bottom: 40px;
}
.sidebar-order {
	padding: 20px;
	background: #fff url('../i/sidebar-bg.png') repeat-x 100% 100%;
}
.sidebar-order h4 {
	margin: 0 0 20px;
}

.currency-to-show {
	position: relative;
	overflow: hidden;
	height: 85px;
}
.currency-to-show dt {
	float: left;
	margin-right: 10px;
	padding-right: 9px;
	font-size: 11px;
	text-align: center;
	background-position: 100% -167px;
	cursor: pointer;
}
.currency-to-show dt span {
	float: left;
	height: 25px;
	line-height: 24px;
	text-decoration: underline;
	padding: 0 2px 0 11px;
	background-position: -351px -142px;
}
.currency-to-show dt.active,
.currency-to-show dt.active span {
	text-decoration: none;
	background-image: url('../i/order-form.png');
	background-repeat: none;
	cursor: auto;
}

.currency-to-show dd {
	margin: 0;
	padding: 0;
}

.currency-to-show dd,
.sidebar-order .price {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	font: bold 30px/35px Arial, Tahoma, sans-serif;
	color: #646566;
}
.currency-to-show dd.active {
	display: block;
}
.sidebar-order .price {
	position: static;
	display: block;
	margin: -7px 0 15px;
}
.sidebar-order .so-discount {
	margin: 10px -20px 10px;
	padding: 5px 10px 5px 20px;
	font: bold 18px/20px Arial, Tahoma, sans-serif;
	background: #fed672;
}
.sidebar-order .button {
	margin: 10px 0 10px 10px;
}

.sidebar-order .print-page {
	display: inline-block;
	margin-bottom: 5px;
	padding-left: 25px;
	font-size: 12px;
	background: url('../i/order-result.png') no-repeat -327px 2px;
}

.order-step-back,
.order-step-edit {
	margin: 25px 0 20px;
}
.order-step-back .link,
.order-step-edit .link {
	display: inline-block;
	padding-left: 38px;
	font: bold 18px/24px Arial, Tahoma, sans-serif;
	background: url('../i/order-form.png') no-repeat 0 -173px;
}

.OtherCountryVehicle {
	margin-top: 10px;
}

.info-block {
	margin: 15px 0 5px 0;
	padding: 2px 0 2px 28px;
	font-size: 12px;
	line-height: 16px;
	color: #767c7f;
	background: url('../i/order-form.png') no-repeat -438px -200px;
}

.checkbox-block {
	overflow: hidden;
}
.checkbox-block .label-checkbox {
	position: relative;
	float: left;
	clear: left;
	margin-bottom: 6px;
}

.label-radio-text {
	margin: 0 20px 0 0;
	padding-right: 9px;
	background-position: 100% -167px;
}
.label-radio-text .text {
	float: left;
	width: auto;
	height: 25px;
	line-height: 24px;
	text-decoration: underline;
	padding: 0 2px 0 11px;
	background-position: -351px -142px;
}

#inner .label-radio-text.radio-checked,
#inner .label-radio-text.radio-checked .text {
	text-decoration: none;
	background-image: url('../i/order-form.png');
	background-repeat: none;
	cursor: auto;
}

.HaveViolationsYes {
	margin-top: 20px;
}
.HaveViolationsYes .label {
	margin-bottom: 10px;
}

/* Third Step: a */
.map-block {
	margin: 0 -26px -10px;
}
#main .order-result {
	position: relative;
	overflow: hidden;
	margin-bottom: 45px;
	padding: 15px 26px 0 26px;
	font-size: 14px;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.order-result .corner {
	position: absolute;
	top: 0;
	right: 0;
	width: 72px;
	height: 72px;
	background: url('../i/order-result.png') no-repeat;
}

.order-result table {
	width: 100%;
}
#main .order-result td {
	font-size: 14px;
	padding: 15px 25px 15px 0 !important;
}
#main .order-result td.first {
	width: 45%;
}
.order-result table .last td {
	border: none;
}
#main .order-result .label {
	margin-bottom: 4px;
}
#orderform h4,
#main .order-result h4 {
	margin: 0;
	color: #646566;
}

.order-result .person-type {
	line-height: 37px;
	margin: 2px 0 !important;
}
.order-result .person-type-nat,
.order-result .person-type-legal {
	float: left;
	width: 37px;
	height: 37px;
	margin: 0 15px 0 4px;
	background: url('../i/order-form.png') no-repeat;
}
.order-result .person-type-legal {
	background-position: -36px 0;
}


.order-result-bottom {
	position: relative;
	margin: 0 -26px;
	padding: 20px 26px 25px;
	background: #ececec url('../i/order-auth-bg.png') repeat-x 100% 100%;
}
.order-result-bottom-inn {
	overflow: hidden;
}
.order-result-bottom .crn-l,
.order-result-bottom .crn-r {
	position: absolute;
	top: -3px;
	left: 0;
	width: 3px;
	height: 3px;
	background: url('../i/order-result.png') no-repeat -72px 0;
}
.order-result-bottom .crn-r {
	left: auto;
	right: 0;
	background-position: -75px 0;
}
#main .order-result-bottom h4 {
	margin-bottom: 17px;
	color: #6eb484;
}


.profile-form-auth {
	padding-right: 0;
}

.order-result label,
label.label-st {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	font-size: 12px;
	color: #0f91d6;
}
.order-result label.inline {
	float: left;
	margin-right: 14px;
}
.order-result label em,
label.label-st em {
	display: block;
	margin-bottom: 7px;
	font-style: normal;
}
.order-result  label .inputtext,
label.label-st  .inputtext {
	float: left;
	clear: left;
	margin-top: 0;
}


.order-result .auth-form {
	float: left;
	margin-right: 80px;
	font-size: 12px;
}
.order-result .auth-form label {
	width: 190px;
}
.order-result .auth-form label.user-login {
	margin-bottom: 21px;
}

.order-result .auth-form label .inputtext input {
	width: 182px;
}
.order-result .auth-form .lostpass {
	padding-left: 2px;
	font-size: 12px;
}
.order-result .auth-form .button {
	margin-top: 22px;
}

.order-result .signup-form {
	overflow: hidden;
}
.order-result .signup-line {
	height: 47px;
	line-height: 47px;
	margin: 25px 0 20px;
	padding-left: 10px;
	font-size: 18px;
	font-weight: bold;
	background: #9bbc57 url('../i/order-result.png') no-repeat 0 -72px;
}
.order-result .signup-line a {
	padding-left: 64px;
	color: #fff;
}
.order-result .signup-line a:hover {
	text-decoration: none;
}
.order-result .signup-help {
	padding-right: 30px;
	color: #999;
}


/* Third step: b */
.required-help {
	display: block;
	width: 268px;
	height: 24px;
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #963;
	text-indent: -9999px;
	background: #fedf8c url('../i/order-result.png') no-repeat 0 -119px;
}

.required-field {	
	display: inline-block;
	width: 137px;
	height: 24px;
	margin: 3px 0 0 10px;
	font-size: 12px;
	font-weight: bold;
	color: #963;
	text-indent: -9999px;
	background: #fedf8c url('../i/order-result.png') no-repeat 0 -143px;
}

.profile-form .select-block {
	margin-bottom: 0;
}

.profile-form .userPassportExpireMonth {
	width: 80px;
	margin-left: -80px;
}
.profile-form label.userPolisDelivery {
	margin-right: 27px;
}

#vehicleDetails {
	padding-top: 20px;
}
#vehicleDetails.disabled,
#vehicleDocsUpload.disabled {
	opacity: .2;
	filter: alpha(opacity=20);
}

.profile-form .info-block {
	width: 400px;
	margin: -11px 0 11px;
	padding: 0 0 0 35px;
	color: #6d7378;
	background-position: -438px -196px;
}

.profile-form .licenseAgreement {
	margin: 5px 0 25px;
	color: #333;
}
.profile-form .licenseAgreement span {
	float:left;
}
.captcha-image {
	padding-left: 20px;
}

.submit-block-finish {
	margin: 10px 0 30px;
}

/* Past Orders */
.order-result .order-step-edit {
	float: left;
	margin: 0;
}
.order-step-submit {
	float: right;
	margin-right: 40px;
}

/* Personal Info */
#main .personal-info {
	padding-top: 0;
}

.personal-info-login {
	margin: 30px 0;
}
.personal-info-login .user-login {
	margin: 30px 0;
	font-size: 24px;
	font-weight: bold;
	color: #6eb484;
}
.personal-info-help {
	position: relative;
	margin: -5px 0 15px;
	line-height: 16px;
	font-size: 12px;
	color: #6d7378;
}

.checkbox-block {
	width: 90%;
}
.checkbox-block .label-checkbox {
	white-space: nowrap;
}

#vehicleAdditionalDriverClone {
	display: none;
}
#vehicleAdditionalDrivers .vehicleAdditionalDriver:first-child div.hr {
	display:none;
}
.addVehicleAdditionalDriver,
.removeVehicleAdditionalDriver {
	float: right;
	padding: 3px 7px 3px 33px;
	background: url('../i/order-form.png') no-repeat -433px -82px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.addVehicleAdditionalDriver {
	background-color: #ced5d6;
}
.removeVehicleAdditionalDriver {
	padding-right: 15px;
	background-position:  -433px -107px;
}


/* Inner */
.files-list {
	overflow: hidden;
	margin-bottom: 20px;
	padding: 25px;
	background: #fff;
}
.files-list .ico-file {
	float: left;
	width: 40%;
	margin-right: 10px;
	font-size: 11px;
}
.files-list .ico-file .img {
	float: left;
	width: 80px;
}
.files-list .ico-file h6 {
	margin: 7px 0 0 0;
	font-weight: normal;
}



/* Print */
.print-view {
	color: #000 !important;
	background: #fff;
}
.print-view #header {
	margin: 0;
}
.print-view #header .header-inner {
	padding: 0;
}
.print-view #main *,
.print-view #main .order-result h4 {
	color: #000;
}
.print-view .to-normal-view {
	height: 30px;
}

.print-view #header .auth,
.print-view #header .contacts,
.print-view #header .slogan,
.print-view #header .recall-please,
.print-view #header #menu,
.print-view #header .road,
.print-view #sidebar .currency,
.print-view .breadcrumbs,
.print-view .order-result .corner,
.print-view #orderDetails .order-step-back,
.print-view #orderDetails .print-page,
.print-view #footer .footer-menu,
.print-view #footer .develop {
	display: none;
}

.print-view #content {
	position: relative;
	z-index: 100;
	margin-top: -80px;
}
.print-view #content .caption {
	height: 80px;
}
.print-view #content .caption h1 {
	line-height: 24px;
	font-size: 24px;
}
.print-view .content-inner table th, 
.print-view .content-inner table td {
	border-color: #000;
}
.print-view .order-result {
	border: 1px solid #000;
}
.print-view #orderDetails {
	top: 23px;
}
.print-view #orderDetails .sidebar-order {
	border: 1px solid #000;
	border-bottom: none;
	background: url('../i/sidebar-bg-print.png') repeat-x 0 100% !important;
}
.print-view #orderDetails .price {
	margin: -7px -20px 15px;
	padding: 5px 20px;
	color: #fff;
	background: #000;
}
.print-view #orderDetails .so-discount {
	margin: 0 -4px 0 0;
	padding: 0;
	background: none;
}

@media print {
	body {
		color: #000 !important;
		background: #fff;
	}
	body #main * {
		color: #000;
	}
	#header {
		margin: 0;
	}
	#header .header-inner {
		padding: 0;
	}
	#header .logo h2 {
		text-indent: 0;
	}
	#header .contacts {
		margin: 0;
		float: right;
	}
	
	.print-view .to-normal-view,
	#header .auth,
	#header .contacts .slogan,
	#header .recall-please,
	#header #menu,
	#header .road,
	#sidebar .currency,
	.order-result .corner,
	#orderDetails .order-step-back,
	#orderDetails .print-page,
	#footer .footer-menu,
	#footer .develop {
		display: none;
	}
	.content-inner table th, 
	.content-inner table td {
		border-color: #000;
	}
	#main .order-result h4 {
		color: #000 !important;
	}
	.order-result {
		border: 1px solid #000;
	}
	.inputtext {
		background: none;
	}
	.inputtext input {
		border: 1px solid #000;
		background: #fff;
	}
	
	#orderform .breadcrumbs,
	#orderform .breadcrumbs a {
		color: #ccc !important;
	}
	#orderform .breadcrumbs .active {
		color: #000 !important;
	}
	#orderDetails .sidebar-order {
		border: 1px solid #000;
	}
	#orderDetails .price {
		margin: -7px -20px 15px;
		padding: 5px 20px;
		color: #fff;
		background: #000;
	}
	#orderDetails .so-discount {
		margin: 0 -4px 0 0;
		padding: 0;
		background: none;
	}
}