/* start reset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus { 
	outline: none; 
} 
h1,h2,h3,h4,h5,h6 { 
	font-weight: normal; 
	line-height: normal; 
} 
::-moz-focus-inner { 
	border: 0; 
} 
::-ms-clear { 
	display: none; 
} 
img {
	vertical-align: top;
}
b {
	font-weight: bold;
}
/* end reset css */

.clear:after { 
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.clearfix { 
	clear: both; 
	display: block; 
	height: 0; 
	line-height: 0; 
	font-size: 0; 
	margin: 0; 
	padding: 0; 
	border: 0; 
}  

@font-face {
	font-family: 'pt sans';
	src: url('../fonts/ptsans_regular/ptsans_regular.eot');
	src: url('../fonts/ptsans_regular/ptsans_regular.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/ptsans_regular/ptsans_regular.woff') format('woff'),
			 url('../fonts/ptsans_regular/ptsans_regular.ttf') format('truetype'),
			 url('../fonts/ptsans_regular/ptsans_regular.svg#ptsans_regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'pt sans';
	src: url('../fonts/ptsans_bold/ptsans_bold.eot');
	src: url('../fonts/ptsans_bold/ptsans_bold.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/ptsans_bold/ptsans_bold.woff') format('woff'),
			 url('../fonts/ptsans_bold/ptsans_bold.ttf') format('truetype'),
			 url('../fonts/ptsans_bold/ptsans_bold.svg#ptsans_regular') format('svg');
	font-weight: bold;
	font-style: normal;
}

html {
	height: 100%;
}

body {
	line-height: 1;
	min-width: 1000px;
	height: 100%;
	font-family: pt sans, arial;
	background: #ecf4f8 url(../img_cars/body_bg.jpg);
	color: #4c5a5f;
	font-size: 14px;
}

a {
	color: #5c798c;
	text-decoration: none;
}

a:hover {
	color: #22272b;
}

::-webkit-input-placeholder { 
	color: #96a3ac !important; 
}

:-moz-placeholder { 
	color: #96a3ac !important; 
}

:-ms-input-placeholder { 
	color: #96a3ac !important; 
}

.placeholder { 
	color: #96a3ac !important; 
}

:focus::-webkit-input-placeholder{
    color: transparent!important;
}

:focus::-moz-placeholder{
    color: transparent!important;
}

:focus:-moz-placeholder{
    color: transparent!important;
}

input[type=text] {
	width: 109px;
	height: 32px;
	padding: 0 10px 0 10px;
	margin: 0;
	font-size: 13px;
	font-family: pt sans, arial;
	color: #718288;
	width: 90px;
	background: #f7fafb;
	border: 1px solid #c1cfd7;
	border-radius: 3px;
	box-shadow: inset 0 0 5px rgba(203,224,230,0.75); 
}

input[type=text]:focus {
	border: 1px solid #8bba1f;
}

input[type=text].long {
	width: 308px;
}

input[type=text].big {
	height: 40px;
	box-shadow: inset 0 0 5px rgba(203,224,230,0.75);
	font-size: 15px;
	padding: 0 20px 0 20px;
	width: 185px;
}

input[type=text].phone {
	background: #f7fafb url(../img_cars/phone_begin.png) no-repeat;
	padding-left: 50px;
	width: 268px;
}

input[type=text].search_big {
	width: 588px;
	border: 0;
	background: #fff;
	border-radius: 16px;
	padding: 0 35px 0 18px;
	box-shadow: 0 2px 8px rgba(225,137,65,0.39);
	height: 41px;
}

input[type=password] {
	width: 109px;
	height: 32px;
	padding: 0 10px 0 10px;
	margin: 0;
	font-size: 13px;
	font-family: pt sans, arial;
	color: #96a3ac;
	width: 90px;
	background: #eff3f6;
	border: 1px solid #c1cfd7;
	border-radius: 3px;
}

@media \0screen {
  input[type=text] { 
		line-height: 32px;
	}
}

textarea {
	font-size: 13px;
	font-family: pt sans, arial;
	padding: 10px 20px 10px 20px;
	background: #f7fafb;
	border: 1px solid #c1cfd7;
	border-radius: 3px;
	color: #718288;
	resize: none;
	margin: 0;
	width: 443px;
	height: 90px;
	font-size: 15px;
	box-shadow: inset 0 0 5px rgba(203,224,230,0.75);
}

textarea:focus {
	border: 1px solid #8bba1f;
}

.btn {
	display: inline-block;
	height: 35px;
	border: 0;
	padding: 0 15px 0 15px;
	margin: 0;
	background: #8cbc20;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	font-family: pt sans, arial;
	border-radius: 35px;
	cursor: pointer;
	background: linear-gradient(#a1ce2b,#79ab18);
	text-decoration: none;
	line-height: 37px;
}

.btn:hover {
	background: linear-gradient(#79ab18,#a1ce2b);
}

.btn.medium {
	font-size: 13px;
}

.btn.big {
	font-size: 14px;
	height: 43px;
	line-height: 43px;
	padding: 0 20px 0 20px;
}

.btn.large {
	font-size: 24px;
	height: 43px;
	line-height: 43px;
	text-transform: none;
	padding: 0 20px 0 20px;
}

.btn.search {
	height: 28px;
	width: 28px;
	padding: 0;
	background: #febd0b url(../img_cars/search_icon.png) no-repeat center;
	background: url(../img_cars/search_icon.png) no-repeat center, linear-gradient(#fec90c,#fca70a);
}

.btn.search:hover {
	background: url(../img_cars/search_icon.png) no-repeat center, linear-gradient(#fca70a,#fec90c);
}

.btn.white {
	background: #e4f0ef;
	background: linear-gradient(#ebf5f4,#ddebec);
	color: #61777f;
	border: 1px solid #b9d0d7;
	height: 25px;
	line-height: 26px;
	font-size: 10px;
}

.btn.white:hover {
	background: linear-gradient(#ddebec,#ebf5f4);
}

.btn.grey {
	height: 28px;
	line-height: 26px;
	background: #b2c6d0;
	background: linear-gradient(#bcc5cd,#99a2ab);
	font-size: 17px;
	text-transform: lowercase;
}

.btn.grey:hover {
	background: linear-gradient(#99a2ab,#bcc5cd);
}

.btn.green_simple {
	height: 28px;
	line-height: 26px;
	background: #8fbe21;
	font-size: 17px;
	text-transform: lowercase;
}

.btn.yellow {
	background: #febe0b;
	background: linear-gradient(to right, #fed20d,#fdaf0a);
	height: 30px;
	line-height: 30px;
}

.btn.yellow:hover {
	background: #fdac0a;
	background: linear-gradient(to right, #fdaf0a,#fed20d);
}

.btn .symbol {
	float: left;
	font-size: 25px;
	margin: 0 10px 0 0;
}

.btn.light {
	background: #fff;
	color: #95abb9;
	border: 1px solid #b0c2cd;
	line-height: 33px;
	height: 31px;
}

.btn.light:hover {
	color: #22272b;
}

.btn.arrow {
	height: 25px;
	line-height: 26px;
	border-radius: 0;
	background: #7aac19;
	background: linear-gradient(#97c424,#5e9311);
	position: relative;
}

.btn.arrow:after {
	content: " ";
	width: 6px;
	height: 25px;
	background: url(../img_cars/btn_arrow.png);
	position: absolute;
	top: 0;
	right: -6px;
}

.btn.arrow:hover {
	background: #aad430;
	background: linear-gradient(#c5e54b,#95c323);
}

.btn.arrow:hover:after {
	background-position: bottom;
}

.clear_link {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../img_cars/close_icon.png) no-repeat left;
	line-height: 17px;
	padding: 0 0 0 20px;
}

.main {
	min-height: 100%;
}

.main > .inner {
	padding: 0 0 235px 0;
}

.header {
	height: 105px;
	background: url(../img_cars/header_bg.jpg);
	box-shadow: 0 5px 18px rgba(154,180,188,0.75);
}

.header > .inner {
	width: 1000px;
	margin: 0 auto;
	height: 105px;
}

.header .logo {
	float: left;
}

.header .slogan + .border {
	margin-left: 30px;
}

.header .border {
	float: left;
	height: 20px;
	width: 1px;
	background: #dbe7ed;
	margin: 44px 0 0 15px;
}

.header .menu {
	float: left;
	margin: 28px 0 0 15px;
}

.header .menu > li {
	float: left;
}

.header .menu > li > a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color: #5c798c;
	font-weight: bold;
	font-size: 13px;
	line-height: 30px;
	border-radius: 8px;
	padding: 0 10px 0 10px;
}

.header .menu > li.active > a {
	background: #e2ebef;
	cursor: default;
}

.header .menu > li > a:hover {
	color: #22272b;
}

.header .menu > li.active:hover > a {
	color: #5c798c;
}

.header .search_field {
	float: left;
	width: 294px;
	height: 48px;
	background: #f7e9cf;
	border-radius: 20px;
	margin: 28px 0 0 28px;
}

.header .search_field > .inner {
	width: 277px;
	height: 32px;
	margin: 8px auto 0 auto;
	box-shadow: 0 5px 5px rgba(230,165,112,0.39);
	border-radius: 32px;
	background: #fff;
	position: relative;
}

.header .search_field input[type=text] {
	background: transparent;
	border: 0;
	padding: 0 35px 0 17px;
	width: 225px;
	font-size: 12px;
}

.header .search_field input[type=text]::-webkit-input-placeholder { 
	color: #b2bec5 !important; 
}

.header .search_field input[type=text]:-moz-placeholder { 
	color: #b2bec5 !important; 
}

.header .search_field input[type=text]:-ms-input-placeholder { 
	color: #b2bec5 !important; 
}

.header .search_field input[type=text].placeholder { 
	color: #b2bec5 !important; 
}

.header .search_field input[type=text]:focus::-webkit-input-placeholder{
    color: transparent!important;
}

.header .search_field input[type=text]:focus::-moz-placeholder{
    color: transparent!important;
}

.header .search_field input[type=text]:focus:-moz-placeholder{
    color: transparent!important;
}

.header .search_field .btn {
	position: absolute;
	top: 2px;
	right: 4px;
}

.header .search_field + .border {
	margin-left: 38px;
}

.header .login_block {
	float: right;
	position: relative;
}

.header .login_block > .btn {
	box-shadow: 0 5px 8px rgba(0,0,0,0.25);
	margin-top: 34px;
}

.center_block {
	width: 1000px;
	margin: 0 auto;
}

.carousel_brand {
	padding: 1px 0 1px 0;
	height: 66px;
	overflow: hidden;
}

.carousel_brand .jcarousel-clip {
	width: 900px;
	height: 66px;
	overflow: hidden;
	margin: 0 auto;
}

.carousel_brand li {
	width: 50px;
	height: 66px;
	margin: 0 3px 0 0;
}

.carousel_brand li a {
	display: block;
	text-align: center;
	height: 66px;
}

.carousel_brand li a:hover {
	background: #dce6ec;
	background: rgba(138,161,167,0.12);
}

.carousel_brand li a img {
	margin: 18px 0 0 0;
}

.carousel_brand .jcarousel-prev {
	position: absolute;
	top: 18px;
	left: 0;
	width: 21px;
	height: 32px;
	background: url(../img_cars/carousel_arrows.png);
	cursor: pointer;
}

.carousel_brand .jcarousel-prev:hover {
	background-position: bottom left;
}

.carousel_brand .jcarousel-next {
	position: absolute;
	top: 18px;
	right: 0;
	width: 21px;
	height: 32px;
	background: url(../img_cars/carousel_arrows.png) top right;
	cursor: pointer;
}

.carousel_brand .jcarousel-next:hover {
	background-position: bottom right;
}

.ui-tooltip {
	padding: 5px 10px 5px 10px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	background: #000;
	background: rgba(0,0,0,0.75);
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	border-radius: 3px;
	line-height: 17px;
}

.carousel_brand + .content_box {
	margin-top: 0;
}

.content_box {
	background: #fff;
	box-shadow: 0 3px 10px rgba(170,192,198,0.75);
	border-radius: 5px;
	position: relative;
	margin: 22px 0 0 0;
}

.content_box:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.content_box > .side_block_background_js {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 240px;
	z-index: 10;
	background: #f7fcff url(../img_cars/side_block_shadow_right.png) repeat-y right;
	border-radius: 5px 0 0 5px;
}

.content_box > .side_block {
	float: left;
	width: 240px;
	position: relative;
	border-radius: 5px 0 0 5px;
	z-index: 20;
	padding: 0 0 30px 0;
}

.content_box .base_right {
	float: right;
	width: 706px;
	margin: 0 25px 0 0;
	padding: 20px 0 35px 0;
	position: relative;
	z-index: 20;
}

.content_box .base_right .top_part {
	background: #fff;
	margin: -20px -25px 0 0;
	padding: 20px 25px 15px 0;
	border-radius: 0 5px 0 0;
}

.menu_side + .side_border {
	padding-top: 20px;
}

.menu_side {
	padding: 10px 0 0 25px;
}

.menu_side > li {
	border-top: 1px solid #e0e9ee;
}

.menu_side > li:first-child {
	border-top: 0;
}

.menu_side > li > a {
	display: block;
	text-transform: uppercase;
	color: #5c798c;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	padding: 9px 25px 9px 25px;
	margin: 0 0 0 -25px;
}

.menu_side > li:hover > a {
	background: #febe3b url(../img_cars/menu_side_active_shadow.png) repeat-y right;
	background: url(../img_cars/menu_side_active_shadow.png) repeat-y right, linear-gradient(#fdc23f,#feb637);
	color: #fff;
}

.menu_side > li.active > a {
	background: #febe3b url(../img_cars/menu_side_active_shadow.png) repeat-y right;
	background: url(../img_cars/menu_side_active_shadow.png) repeat-y right, linear-gradient(#fdc23f,#feb637);
	color: #fff;
	cursor: default;
}

.menu_side > li > a > img {
	float: left;
	margin: 0 10px 0 0;
}

.content_box .side_block + .base {
	float: right;
	width: 706px;
}

.base {
	padding: 20px 27px 30px 27px;
}

.base > .left_area {
	float: left;
	width: 343px;
}

.base > .right_area {
	float: right;
	width: 343px;
}

.base div > .left_area {
	float: left;
	width: 343px;
        height: 1170px;
}

.base div > .right_area {
	float: right;
	width: 343px;
        height: 1170px;
}

.title_block {
	border-bottom: 1px solid #d0e0e3;
	padding: 0 0 15px 0;
}

.title_block.no_border {
	border-bottom: 0;
}

.title_block.shadow_top {
	background: url(../img_cars/shadow_horisontal_top.png) repeat-x;
	margin: 20px -18px 0 -29px;
	padding-left: 29px;
	padding-right: 18px;
}

.title_block:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.title_block h1 {
	float: left;
	color: #c0143b;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}

.title_block h2 {
	float: left;
	color: #c0143b;
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
}

.spanh2 {
	float: left;
	color: #c0143b;
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
}

.spanh3 {
	color: #8c9fac;
	font-size: 13px;
	font-weight: bold;
}

.title_block h3 {
	color: #8c9fac;
	font-size: 13px;
	font-weight: bold;
}

.title_block .exit_link {
	margin: 0 0 0 10px;
}

.title_block .name {
	float: left;
	color: #c0143b;
	font-size: 24px;
	font-weight: bold;
}

.title_block .all {
	float: left;
	text-decoration: none;
	background: url(../img_cars/all_link_bg.png) right top;
	height: 19px;
	line-height: 19px;
	color: #fff;
	font-weight: bold;
	padding: 0 12px 0 8px;
	margin: 2px 0 0 15px;
	font-size: 13px;
}

.title_block .all:hover {
	background-position: bottom right;
}

.title_block .rss_link {
	float: right;
	margin: 6px 0 0 0;
}

.title_block .btn {
	float: right;
}

.title_block .hint {
	clear: both;
	font-size: 13px;
	line-height: 19px;
	color: #8c9fac;
	padding: 5px 0 0 0;
}

.title_block + hr {
	margin-top: 10px;
}

.title_block.medium h2 {
	font-size: 18px;
}

.class_icon {
	float: left;
	width: 26px;
	height: 21px;
	margin: 1px 10px 0 0;
}

.class_icon1 {
	background: url(../img_cars/class1_icon.png);
}

.class_icon2 {
	background: url(../img_cars/class2_icon.png);
}

.class_icon3 {
	background: url(../img_cars/class3_icon.png);
}

.class_icon4 {
	background: url(../img_cars/class4_icon.png);
}

.class_icon5 {
	background: url(../img_cars/class5_icon.png);
}

.class_icon6 {
	background: url(../img_cars/class6_icon.png);
}

.class_icon7 {
	background: url(../img_cars/class7_icon.png);
}

.class_icon8 {
	background: url(../img_cars/class8_icon.png);
}

.class_icon9 {
	background: url(../img_cars/class9_icon.png);
}

.class_icon10 {
	background: url(../img_cars/class10_icon.png);
}

.class_icon11 {
	background: url(../img_cars/class11_icon.png);
}

.class_icon12 {
	background: url(../img_cars/class12_icon.png);
}

.lining > .right_block .menu_right li a .class_icon {
	margin-top: -4px;
}

.lining > .right_block .menu_right li.active a .class_icon {
	background-position: bottom;
}

.autoprom_new_list {
	margin: 13px 0 0 0;
}

.autoprom_new_list > li {
	float: left;
	width: 162px;
	padding: 8px 7px 10px 7px;
	position: relative;
}

.autoprom_new_list > li:hover {
	box-shadow: 0 2px 10px rgba(135,162,178,0.75);
	z-index: 20;
	border-radius: 3px;
}

.autoprom_new_list > li .title {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #22272b;
	margin: 10px 0 0 0;
	font-size: 16px;
}

.autoprom_new_list > li .title:hover {
	color: #5c798c;
}

.autoprom_new_list > li .date {
	color: #8c9fac;
	font-size: 12px;
	margin: 5px 0 0 0;
}

select.long + .iselect {
	width: 269px;
}

.iselect {
	display: inline-block;
	width: 187px;
	position: relative;
	font-size: 14px;
}

.iselect .result {
	background: #f7fafb;
	border: 1px solid #c1cfd7;
	border-radius: 3px;
	line-height: 32px;
	height: 32px;
	padding: 0 25px 0 12px;
	cursor: pointer;
	color: #718288;
	box-shadow: inset 0 0 5px rgba(203,224,230,0.75);
	overflow: hidden;
	position: relative;
	white-space: nowrap;
}

.iselect .result:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 27px;
	background: #f7fafb url(../img_cars/select_arrow.png) no-repeat right;
	content: " ";
}

.iselect .dropdown {
	position: absolute;
	right: 0;
	background: #f7fafb;
	border: 1px solid #c1cfd7;
	max-height: 200px;
	overflow: auto;
	z-index: 100;
	border-radius: 3px;
	box-shadow: inset 0 0 5px rgba(203,224,230,0.75);
	height: auto !important;
}

.iselect .dropdown li a {
	display: block;
	text-decoration: none;
	color: #5c798c;
	padding: 5px 12px 5px 12px;
	line-height: 17px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
}

.iselect .dropdown li a:hover {
	background: #fff;
}

select.small + .iselect {
	width: auto;
	height: 18px;
	width: 105px;
}

select.small + .iselect .result {
	height: 18px;
	line-height: 18px;
	box-shadow: none;
	border: 0;
	color: #fff;
	border-radius: 9px;
	font-size: 13px;
	font-weight: bold;
	padding-right: 20px;
	background: #eaa023;
}

select.small + .iselect .result:after {
	background: #eaa023 url(../img_cars/select_small_arrow.png) no-repeat right;
}

select.small + .iselect .dropdown {
	border: 0;
	box-shadow: none;
	background: #eaa023;
	border-radius: 9px;
}

select.small + .iselect .dropdown li a {
	margin: 0;
	padding: 2px 12px 2px 12px;
	font-size: 13px;
}

.auto_search .select_block {
	float: left;
	width: 200px;
}

.auto_search .select_block .iselect {
	margin: 8px 0 0 0;
}

.auto_search .select_block select:first-child + .iselect {
	margin-top: 0;
}

.auto_search .car_body_pickup {
	display: block;
	width: 204px;
	height: 35px;
	background: url(../upload_cars/car_body_pickup.png);
	margin: 12px 0 0 0;
}

.auto_search .car_body_pickup:hover {
	background-position: bottom;
}

.auto_search .car_body_pickup.active {
	background-position: bottom;
	cursor: default;
}

.auto_search .car_body {
	float: left;
	margin: 0 0 0 40px;
}

.auto_search .car_body .left_part {
	float: left;
}

.auto_search .car_body .part {
	float: left;
	margin: 0 0 0 18px;
}

.auto_search .car_body .part:first-child {
	margin-left: 0;
}

.auto_search .car_body .part a {
	display: block;
	height: 35px;
	margin: 9px 0 0 0;
}

.auto_search .car_body .part a:first-child {
	margin-top: 0;
}

.auto_search .car_body .part a:hover {
	background-position: bottom !important;
}

.auto_search .car_body .part a.active {
	background-position: bottom !important;
	cursor: default;
}

.auto_search .car_body .part a.sedan {
	width: 164px;
	background: url(../upload_cars/car_body_sedan.png);
}

.auto_search .car_body .part a.hatchback {
	width: 164px;
	background: url(../upload_cars/car_body_hatchback.png);
}

.auto_search .car_body .part a.coupe {
	width: 164px;
	background: url(../upload_cars/car_body_coupe.png);
}

.auto_search .car_body .part a.universal {
	width: 188px;
	background: url(../upload_cars/car_body_universal.png);
}

.auto_search .car_body .part a.vnedorojnik {
	width: 188px;
	background: url(../upload_cars/car_body_vnedorojnik.png);
}

.auto_search .car_body .part a.miniven {
	width: 188px;
	background: url(../upload_cars/car_body_miniven.png);
}

.range {
	position: relative;
	text-align: left;
	background: url(../img_cars/range_bg.png);
	height: 5px;
	border-radius: 3px;
	width: 290px;
}

.range .ui-slider-handle {
	position: absolute;
	z-index: 2;
	cursor: pointer;
	width: 15px;
	height: 26px;
	background: url(../img_cars/range_handle.png) no-repeat;
	top: -10px;
	margin: 0 0 0 -6px;
	padding: 30px 0 0 0;
	text-indent: -10px;
}

.range .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
}
.range .ui-slider-range {
	top: 0;
	height: 5px;
	background: url(../img_cars/range_fill_bg.png);
}

.auto_search .range_block {
	float: right;
}

.range_block {
	width: 290px;
}

.range_block .text_fields input[type=text] {
	float: left;
	margin: 0 20px 0 0;
}

.range_block .range {
	margin-top: 25px;
} 

.range a {
	text-decoration: none;
	font-size: 11px;
	color: #96a3ac;
}

.range .ui-slider-range + a:before {
	content: "от";
	margin-right: 2px;
}

.range .ui-slider-range + a:after {
	content: "р";
	margin-left: 2px;
}

.range .ui-slider-range + a + a:before {
	content: "до";
	margin-right: 2px;
}

.range .ui-slider-range + a + a:after {
	content: "р";
	margin-left: 2px;
}

.range_block .btn {
	margin-top: 40px;
}

.car_search_label {
	position: absolute;
	top: 22px;
	left: -32px;
	width: 32px;
	height: 131px;
	background: url(../img_cars/car_selection_icon.png);
}

.reviews_list {
	padding: 15px 0 15px 25px;
}

.reviews_list .list > li {
	border-top: 1px solid #d6e4e7;
	padding: 15px 10px 15px 0;
}

.reviews_list .list > li:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.reviews_list .list > li:first-child {
	border-top: 0;
}

.reviews_list .list > li .photo {
	float: left;
	margin: 0 15px 5px 0;
}

.reviews_list .list > li .name {
	display: block;
	font-size: 15px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #22272b;
}

.reviews_list .list > li .name:hover {
	color: #5c798c;
}

.reviews_list .list > li .author {
	font-size: 13px;
	line-height: 19px;
	color: #8c9fac;
}

.reviews_list .list > li p {
	clear: both;
	line-height: 18px;
}

.auto_news {
	margin: 13px 0 0 0;
	width: 370px;
}

.auto_news > li {
	float: left;
	width: 162px;
	padding: 8px 0 15px 0;
	position: relative;
	margin: 0 18px 0 0;
}

.auto_news > li .title {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #22272b;
	margin: 10px 0 0 0;
	font-size: 16px;
}

.auto_news > li .title:hover {
	color: #5c798c;
}

.auto_news > li .date {
	color: #8c9fac;
	font-size: 12px;
	margin: 5px 0 0 0;
}

.auto_news2 {
	margin: 13px 0 0 0;
	width: 370px;
}

.auto_news2 > li {
	float: left;
	width: 162px;
	padding: 8px 0 15px 0;
	position: relative;
	margin: 0 18px 0 0;
}

.auto_news2 > li .title {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #22272b;
	margin: 10px 0 0 0;
	font-size: 16px;
}

.auto_news2 > li .title:hover {
	color: #5c798c;
}

.auto_news2 > li .date {
	color: #8c9fac;
	font-size: 12px;
	margin: 5px 0 0 0;
}

.auto_news3 {
	margin: 13px 0 0 0;
	width: 370px;
}

.auto_news3 > li {
	float: left;
	width: 162px;
	padding: 8px 0 15px 0;
	position: relative;
	margin: 0 18px 0 0;
}

.auto_news3 > li .title {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #22272b;
	margin: 10px 0 0 0;
	font-size: 16px;
}

.auto_news3 > li .title:hover {
	color: #5c798c;
}

.auto_news3 > li .date {
	color: #8c9fac;
	font-size: 12px;
	margin: 5px 0 0 0;
}

.all_link_block {
	border-top: 1px solid #d0e0e3;
}

.all_link_block.no_border {
	border-top: 0;
}

.all_link_block .all {
	display: inline-block;
	text-decoration: none;
	background: url(../img_cars/all_link_bg.png) right top;
	height: 19px;
	line-height: 19px;
	color: #fff;
	font-weight: bold;
	padding: 0 12px 0 8px;
	margin: 15px 0 0 0;
	font-size: 13px;
}

.all_link_block .all:hover {
	background-position: bottom right;
}

.comments_list > li {
	padding: 17px 10px 10px 1px;
	border-top: 1px solid #d0e0e3;
   /*	background: url(../img_cars/comment_icon.png) no-repeat 0 17px; */
}
.comment_title_block {
    background: url(../img_cars/comment_icon.png) no-repeat 160px 0px;
}

.comments_list > li:first-child {
	border-top: 0;
}

.comments_list > li .title {
	display: block;
	font-weight: bold;
	font-size: 17px;
	line-height: 16px;
	color: #22272b;
	text-decoration: none;
	margin: 0 0 2px 0;
}

.comments_list > li .title:hover {
	color: #5c798c;
}

.comments_list > li .author {
	font-weight: bold;
	color: #8c9fac;
	font-size: 13px;
	line-height: 19px;
}

.comments_list > li .date {
	font-size: 13px;
	line-height: 19px;
	color: #8c9fac;
} 

.comments_list > li p {
	line-height: 16px;
	margin: 5px 0 0 0;
}

.base_right .content_border {
	margin-left: -29px;
	margin-right: -25px;
}

.content_border {
	height: 20px;
	background: url(../img_cars/content_border.png) repeat-x bottom;
	clear: both;
	padding: 30px 0 0 0;
	margin: 0 -27px 0 -27px;
}

.lining > .left_block .content_border {
	margin: 0 -18px 0 -29px;
	padding-top: 10px;
}

.side_border {
	height: 20px;
	background: url(../img_cars/content_border.png) repeat-x bottom;
	clear: both;

}

.route > li {
	padding: 15px 0 15px 0;
	border-top: 1px solid #d9e6e9;
}

.route > li:first-child {
	border-top: 0;
}

.route > li .headline:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.route > li .headline .photo {
	float: left;
	margin: 0 15px 0 0;
}

.route > li .headline .box {
	overflow: hidden;
}

.route .way_short:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.route .way_short > li {
	float: left;
	font-weight: bold;
	font-size: 17px;
	line-height: 21px;
	color: #22272b;
}

.route .way_short > li:before {
	content: url(../img_cars/bullet_orange_double.png);
	margin: 0 6px 0 6px;
}

.route .way_short > li:first-child:before {
	display: none;
}

.route .details {
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
	color: #8c9fac;
	margin: 3px 0 0 0;
}

.route .details a {
	text-decoration: none;
	color: #8c9fac;
}

.route .details a:hover {
	color: #22272b;
}

.route .author {
	color: #5c798c;
	font-size: 13px;
	line-height: 16px;
	margin: 3px 0 0 0;
}

.way_full > li {
	float: left;
	line-height: 24px;
	font-size: 15px;
	margin: 10px 0 0 0;
}

.way_full > li:before {
	content: url(../img_cars/way_full_bullet.png);
	margin: 0 5px 0 5px;
}

.way_full > li:first-child:before {
	display: none;
}

.way_full > li img {
	margin-right: 3px;
}

.rating {
	display: inline-block;
	vertical-align: top;
}

.rating:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.rating a {
	float: left;
	width: 13px;
	height: 13px;
	background: url(../img_cars/rating_star.png);
}

.rating a.active {
	background-position: bottom;
}

.rating_medium:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.rating_medium > * {
	float: left;
	width: 15px;
	height: 15px;
	background: url(../img_cars/rating_medium.png);
	margin: 0 0 0 3px;
}

.rating_medium > *:first-child {
	margin-left: 0;
}

.rating_medium > *.active {
	background-position: bottom;
}

.faq > li {
	padding: 15px 0 15px 45px;
	background: url(../img_cars/comment_icon.png) no-repeat 0 15px;
	border-bottom: 1px dashed #cccccc;
}

.faq .name {
	display: inline-block;
	text-decoration: none;
	font-size: 19px;
	line-height: 22px;
	font-weight: bold;
	color: #22272b;
}

.faq .name:hover {
	color: #5c798c;
}

.faq .author_block {
	font-size: 13px;
	line-height: 24px;
	color: #8c9fac;
}

.faq .author_block a {
	margin: 0 0 0 10px;
	text-decoration: none;
	color: #8c9fac;
	font-weight: bold;
}

.faq .author_block a:hover {
	color: #22272b;
}

.faq p {
	font-size: 15px;
	line-height: 19px;
}

.faq .opinion {
	font-size: 11px;
	line-height: 15px;
	margin: 10px 0 0 0;
}

.faq .opinion .comments_link {
	float: left;
	background: url(../img_cars/comments_link_bg.png) no-repeat left;
	padding: 0 0 0 20px;
	font-weight: bold;
	text-decoration: none;
	color: #8c9fac;
	font-weight: bold;
}

.faq .opinion .comments_link:hover {
	color: #22272b;
}

.faq .rating {
	float: left;
	margin: 0 0 0 10px;
}

.faq .rating_text {
	float: left;
	margin: 0 0 0 8px;
	color: #8c9fac;
}

.faq .tags {
	background: url(../img_cars/tags_icon.png) no-repeat;
	padding: 0 0 0 28px;
	font-size: 12px;
	line-height: 16px;
	color: #8c9fac;
	margin: 12px 0 0 0;
}

.faq + .all_link_block {
	border-top: 0;
}

.menu_bottom > li {
	float: left;
	width: 260px;
	padding: 0 0 30px 0;
}

.menu_bottom > li:first-child {
	background: #f7fcff url(../img_cars/side_block_shadow_right.png) repeat-y right;
	width: 240px;
}

.menu_bottom > li:first-child + li + li {
	background: url(../img_cars/side_block_shadow_right.png) repeat-y right, url(../img_cars/shadow_left.png) repeat-y left;
	background-color: #f7fcff;
	width: 240px;
}

.menu_bottom .title {
	font-weight: bold;
	font-size: 16px;
	color: #c0143b;
	text-transform: uppercase;
	padding: 25px 25px 25px 25px;
	border-bottom: 1px solid #e2edf0;
}

.menu_bottom .list > li.active {
	background: #febe3b url(../img_cars/menu_side_active_shadow.png) repeat-y right;
	background: url(../img_cars/menu_side_active_shadow.png) repeat-y right, url(../img_cars/menu_side_active_shadow_left.png) repeat-y left, linear-gradient(#fdc23f,#feb637);
}

.menu_bottom .list > li > a {
	display: block;
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
	color: #5c798c;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px 0 6px 48px;
	background: url(../img_cars/menu_bottom_bullet.png) no-repeat 27px center;
	position: relative;
}

.menu_bottom .list > li.active a {
	color: #fff;
	cursor: default;
	background: url(../img_cars/menu_bottom_bullet_white.png) no-repeat 27px center;
}

.menu_bottom .list > li.active a:hover {
	color: #fff;
}

.menu_bottom .list > li > a:after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 25px;
	right: 0;
	height: 1px;
	background: #e2edf0;
}

.menu_bottom .list > li.active > a:after {
	display: none;
}

.menu_bottom .list > li:hover > a {
	color: #22272b;
}

.menu_bottom .list > li > span {
	display: block;
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
	color: #5c798c;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px 0 6px 48px;
	background: url(../img_cars/menu_bottom_bullet.png) no-repeat 27px center;
	position: relative;
}

.menu_bottom .list > li.active span {
	color: #fff;
	cursor: default;
	background: url(../img_cars/menu_bottom_bullet_white.png) no-repeat 27px center;
}

.menu_bottom .list > li.active a:hover {
	color: #fff;
}

.menu_bottom .list > li > span:after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 25px;
	right: 0;
	height: 1px;
	background: #e2edf0;
}

.menu_bottom .list > li.active > span:after {
	display: none;
}

.menu_bottom .list > li:hover > span {
	color: #22272b;
}

.menu_bottom .all_link_block {
	border-top: 0;
	padding: 0 0 0 25px;
}

.footer {
	height: 158px;
	margin: -158px 0 0 0;
	background: url(../img_cars/footer_bg.png);
	box-shadow: 0 -5px 18px rgba(154,180,188,0.53);
}

.footer > .inner {
	width: 950px;
	margin: 0 auto;
	padding: 25px 0 0 0;
}

.footer .left_block {
	float: left;
}

.footer .developer {
	font-family: myriad pro;
}

.footer .developer img {
	float: left;
	margin: 0 10px 0 0;
}

.footer .developer .box {
	line-height: 18px;
	white-space: nowrap;
	overflow: hidden;
	margin: 8px 0 0 0;
}

.footer .developer .box .label {
	font-size: 12px;
	color: #9ca1a6;
}

.footer .developer .box a {
	text-decoration: none;
	font-weight: bold;
	color: #788184;
}

.footer .developer .box a:hover {
	color: #22272b;
}

.footer .social {
	margin: 20px 0 0 0;
}

.footer .social a {
	float: left;
	margin: 0 10px 0 0;
}

.footer .middle_block {
	float: left;
	margin: 0 0 0 58px;
}

.footer .menu a {
	float: left;
	text-decoration: none;
	color: #5c798c;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	margin: 15px 0 0 24px;
}

.footer .menu a:first-child {
	margin-left: 0;
}

.footer .menu a:hover {
	color: #22272b;
}

.footer .copyright {
	color: #919da1;
	line-height: 18px;
	margin: 25px 0 0 0;
}

.footer .right_block {
	float: right;
}

.footer .counters > li {
	float: left;
	margin: 0 0 0 13px;
}

.login_popup {
	display: none;
	position: absolute;
	top: 22px;
	right: 0;
	background: #fcfeff;
	width: 414px;
	border-radius: 20px 20px 0 0;
	box-shadow: 0 5px 18px rgba(123,148,160,0.75);
	z-index: 100;
}

.login_popup .close {
	position: absolute;
	width: 33px;
	height: 33px;
	background: url(../img_cars/popup_close.png);
	top: 9px;
	right: -53px;
	border-radius: 33px;
	box-shadow: 0 5px 10px rgba(176,16,69,0.5);
}

.login_popup > .inner {
	padding: 25px 40px 15px 40px;
}

.login_popup .label {
	line-height: 22px;
	color: #4c5a5f;
	margin: 5px 0 0 0;
}

.login_popup .label:first-child {
	margin-top: 0;
}

.login_popup .label a {
	text-transform: uppercase;
	font-weight: bold;
	color: #5c798c;
	text-decoration: none;
	font-size: 13px;
	margin: 0 0 0 12px;
}

.login_popup .label a:hover {
	color: #22272b;
}

.login_popup input[type=text] {
	height: 40px;
	box-shadow: inset 0 0 5px rgba(203,224,230,0.75);
	font-size: 24px;
	padding: 0 15px 0 15px;
	width: 300px;
}

.login_popup input[type=password] {
	height: 40px;
	box-shadow: inset 0 0 5px rgba(203,224,230,0.75);
	font-size: 24px;
	padding: 0 15px 0 15px;
	width: 300px;
}

.login_popup .submit_block {
	text-align: center;
	padding: 15px 0 0 0;
}

.login_popup .submit_block .btn {
	box-shadow: 0 5px 8px rgba(0,0,0,0.25);
}

.login_popup .bottom_part {
	position: absolute;
	bottom: -80px;
	left: 0;
	width: 414px;
	height: 80px;
	background: url(../img_cars/login_popup_bottom.png);
	text-align: center;
}

.login_popup .bottom_part .social {
	display: inline-block;
	margin: 17px 0 0 0;
}

.login_popup .bottom_part .social a {
	float: left;
	text-decoration: none;
	margin: 0 0 0 5px;
}

.login_popup .bottom_part .social a:first-child {
	margin-left: 0;
}

.car_filter_side {
	padding: 0 0 0 24px;
	position: relative;
}

.car_filter_side.right {
	padding: 0;
}

.car_filter_side .iselect {
	margin: 8px 0 0 0;
}

.car_filter_side select:first-child + .iselect {
	margin-top: 0;
}

.car_filter_side .car_body {
	margin: 20px 0 0 0;
}

.car_filter_side .car_body:first-child {
	margin-top: 0px;
}

.car_filter_side .car_body a {
	display: block;
	height: 35px;
	margin: 9px 0 0 0;
}

.car_filter_side .car_body a:first-child {
	margin-top: 0;
}

.car_filter_side .car_body a:hover {
	background-position: bottom left !important;
}

.car_filter_side .car_body a.active {
	background-position: bottom left !important;
	cursor: default;
}

.car_filter_side .car_body a.sedan {
	width: 187px;
	background: url(../upload_cars/car_body_side_sedan.png);
}

.car_filter_side .car_body a.hatchback {
	width: 187px;
	background: url(../upload_cars/car_body_side_hatchback.png);
}

.car_filter_side .car_body a.coupe {
	width: 187px;
	background: url(../upload_cars/car_body_side_coupe.png);
}

.car_filter_side .car_body a.universal {
	width: 187px;
	background: url(../upload_cars/car_body_side_universal.png);
}

.car_filter_side .car_body a.vnedorojnik {
	width: 187px;
	background: url(../upload_cars/car_body_side_vnedorojnik.png);
}

.car_filter_side .car_body a.miniven {
	width: 187px;
	background: url(../upload_cars/car_body_side_miniven.png);
}

.car_filter_side .car_body a.pickup {
	width: 187px;
	background: url(../upload_cars/car_body_side_pickup.png);
}

.car_filter_side .text_fields {
	margin: 20px 0 0 0;
}

.car_filter_side .text_fields input[type=text] {
	float: left;
	width: 66px;
	margin: 0 0 0 10px;
}

.car_filter_side .text_fields input[type=text]:first-child {
	margin-left: 0;
}

.car_filter_side .range {
	width: 200px;
	margin: 35px 0 0 0;
}

.car_filter_side .btn {
	margin: 50px 0 0 55px;
}

.car_filter_label {
	position: absolute;
	top: 0;
	left: -31px;
	width: 31px;
	height: 143px;
	background: url(../upload_cars/car_filter_label.png);
}

.car_filter_side.right .car_filter_label {
	left: auto;
	right: -31px;
	background: url(../upload_cars/car_filter_label_right.png);
}

.breadcrumbs {
	border-bottom: 1px solid #d0e0e3;
	padding: 0 0 10px 0;
}

.breadcrumbs:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.breadcrumbs > li {
	float: left;
	background: url(../img_cars/bullet_arrow_orange.png) no-repeat left;
	padding: 0 7px 0 12px;
}

.breadcrumbs > li:first-child {
	background: 0;
	padding-left: 0;
}

.breadcrumbs > li > a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #5c798c;
	font-size: 11px;
	line-height: 15px;
}

.breadcrumbs > li:last-child a {
	font-weight: normal;
	cursor: default;
}

.breadcrumbs > li:last-child a:hover {
	color: #5c798c;
}

.breadcrumbs > li > a:hover {
	color: #22272b;
}

.title_main {
	padding: 15px 0 0 0;
}

.title_main:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.title_main h1 {
	float: left;
	font-weight: bold;
	font-size: 24px;
	color: #c0143b;
}

.title_main .btn {
	float: right;
}

.title_main .clear_link {
	float: right;
	margin: 10px 0 0 15px;
}

.lining {
	margin: 10px 0 0 0;
	position: relative;
}

.lining:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.lining > .left_block {
	float: left;
	width: 485px;
}

.lining > .left_block > *:first-child {
	margin-top: 0;
}

.lining > .right_block {
	float: right;
	width: 208px;
	margin: 0 -25px 0 0;
}

.lining > .right_block > *:first-child {
	margin-top: 0;
	padding-top: 0;
}

.lining > .side_right {
	float: right;
	width: 228px;
	margin: 0 -25px 0 0;
	position: relative;
	z-index: 20;
}

.lining > .side_right_background_js {
	position: absolute;
	top: 0;
	right: -25px;
	bottom: 0;
	width: 228px;
	background: #f7fcff url(../img_cars/shadow_left.png) repeat-y left;
	z-index: 10;
}

.lining > .right_block .menu_right {
	margin: 0 0 0 -20px;
}

.base_right .title_block {
	padding-top: 15px;
	border-bottom: 0;
}

.base_right .title_block:first-child {
	padding-top: 0;
}

.base_right .title_block + hr {
	margin-top: 0;
}

.ask {
	margin: 10px 0 0 0;
}

.ask:first-child {
	margin-top: 0;
}

.ask .list > li:first-child {
	padding-top: 0;
}

.ask .list > li {
	padding: 10px 0 0 0;
}

.ask .list > li:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.ask input[type=text] {
	float: left;
	margin: 0 0 0 30px;
}

.ask.wide input[type=text] {
	width: 250px;
}

.ask input[type=text]:first-child {
	margin-left: 0;
}

.ask label {
	display: block;
	line-height: 18px;
	color: #939b9e;
	padding: 0 0 5px 0;
}

.ask .iselect {
	float: left;
	margin: 0 13px 0 0;
	width: 128px;
}

.ask input[type=submit] {
	margin: 10px 0 0 0;
}

.ask.wide textarea {
	width: 664px;
}

.captcha:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.captcha > * {
	float: left;
}

.captcha .word {
	margin: 7px 0 0 0;
}

.captcha .reload {
	margin: 10px 0 0 10px;
}

.captcha input[type=text] {
	font-size: 24px;
	color: #647074;
	margin-left: 8px;
	width: 80px !important;
}

.lining_right_block_background_js {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 228px;
	background: #f7fcff url(../img_cars/shadow_left.png) repeat-y left;
	border-radius: 0 5px 5px 0;
	z-index: 10;
}

.side_title {
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	color: #c0143b;
	margin: 20px 0 0 0;
}

.side_title + hr {
	margin-top: 10px;
}

.popular_question_list {
	margin: 12px 0 0 0;
	border-bottom: 1px solid #d0e0e3;
}

.popular_question_list > li {
	padding: 12px 35px 12px 35px;
	background: url(../img_cars/faq_icon.png) no-repeat 0 14px;
	border-top: 1px solid #d0e0e3;
}

.popular_question_list .title {
	display: block;
	font-weight: bold;
	font-size: 17px;
	line-height: 16px;
	text-decoration: none;
	color: #22272b;
}

.popular_question_list .title:hover {
	color: #5c798c;
}

.popular_question_list .author {
	display: block;
	color: #8c9fac;
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
	margin: 5px 0 0 0;
}

.popular_question_list .author:hover {
	color: #22272b;
}

.popular_question_list .comments {
	display: inline-block;
	background: url(../img_cars/comments_link_bg.png) no-repeat left;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #8c9fac;
	padding: 0 0 0 20px;
	margin: 10px 0 0 0;
}

.popular_question_list .comments:hover {
	color: #22272b;
}

.banner_side {
	margin: 40px 0 0 0;
}

.lining > .left_block .search_filter li {
	width: 150px;
	margin-right: 7px;
}

.lining > .left_block .search_filter .iselect {
	width: 150px;
}

.lining > .left_block .search_filter .iselect .result {
	white-space: nowrap;
}

.search_filter {
	min-height: 50px;
	background: #f7e9cf;
	border-radius: 20px;
	margin: 15px 0 0 0;
}

.search_filter .list {
	padding: 9px 0 0 12px;
}

.search_filter .list:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.search_filter .list > li {
	float: left;
	width: 165px;
	margin: 0 8px 9px 0;
}

.search_filter .list > li.advanced {
	display: none;
}

.select_filter + .iselect {
	width: 160px;
}

.select_filter + .iselect.active {
	width: 286px;
	z-index: 100;
}

.select_filter + .iselect.active .result {
	border-radius: 16px 16px 0 0;
}

.select_filter + .iselect .result {
	border: 0;
	background: #fff;
	box-shadow: 0 2px 8px rgba(225,137,65,0.39);
	border-radius: 16px;
}

.select_filter + .iselect .result:after {
	background: #fff url(../img_cars/select_filter_arrow.png) no-repeat right;
}

.select_filter + .iselect .dropdown {
	background: #fff;
	border: 0;
	box-shadow: 0 4px 8px rgba(225,137,65,0.3);
	border-radius: 0 0 15px 15px;
}

.select_filter + .iselect .dropdown li a:hover {
	background: #febe3b url(../img_cars/menu_side_active_shadow.png) repeat-y right;
	background: url(../img_cars/menu_side_active_shadow_left.png) repeat-y left, linear-gradient(#fdc23f,#feb637);
	color: #fff;
}

.search_filter .advanced_link_block {
	padding: 0 0 15px 0;
	margin: 5px 0 0 25px;
	position: relative;
	line-height: 15px;
}

.search_filter .advanced_link_block:before {
	content: " ";
	position: absolute;
	left: 0;
	right: 180px;
	top: 9px;
	height: 1px;
	background: #e9c3a8;
	z-index: 10;
}

.search_filter .advanced_link_block:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.search_filter .advanced_link_block .link {
	display: inline-block;
	margin: 0 0 0 520px;
	font-size: 11px;
	color: #d29a72;
	padding: 0 25px 0 0;
	background: url(../img_cars/advanced_arrow_icon.png) no-repeat right 2px;
}

.search_filter .advanced_link_block .link.active {
	background-position: right -88px;
}

.search_filter .advanced_link_block .link span {
	display: none;
}

.search_filter .advanced_link_block .link span.active {
	display: block;
}

.select_car + .iselect {
	width: 160px;
}

.select_car + .iselect.active {
	width: 286px;
	z-index: 100;
}

.select_car + .iselect.active .result {
	border-radius: 5px 5px 0 0;
}

.select_car + .iselect .result {
	border: 0;
	background-color: #fff;
	box-shadow: 0 1px 8px rgba(39,88,113,0.39);
	border-radius: 5px;
	color: #c0143b;
	font-weight: bold;
	font-size: 20px;
	line-height: 38px;
	height: 38px;
}

.select_car + .iselect .result:after {
	background-color: #fff;
}

.select_car + .iselect .dropdown {
	background: #fff;
	border: 0;
	box-shadow: 0 3px 5px rgba(39,88,113,0.39);
	border-radius: 0 0 5px 5px;
}

.select_car + .iselect .dropdown li a:hover {
	background: #febe3b url(../img_cars/menu_side_active_shadow.png) repeat-y right;
	background: url(../img_cars/menu_side_active_shadow_left.png) repeat-y left, linear-gradient(#fdc23f,#feb637);
	color: #fff;
}

.search_small {
	width: 160px;
	position: relative;
}

.search_small.wide {
	width: 340px;
}

.search_small.wide input[type=text] {
	width: 293px;
}

.search_small.huge {
	width: 514px;
}

.search_small.huge input[type=text] {
	width: 462px;
}

.search_small input[type=text] {
	width: 113px;
	border: 0;
	background: #fff;
	border-radius: 16px;
	padding: 0 35px 0 12px;
	box-shadow: 0 2px 8px rgba(225,137,65,0.39);
}

.search_small input[type=submit] {
	position: absolute;
	top: 3px;
	right: 5px;
	width: 25px;
	height: 25px;
}

.faq_filter {
	background: url(../img_cars/bullet_circle_grey_arrow.png) no-repeat 7px 0;
	line-height: 17px;
	padding: 0 0 15px 38px;
	border-bottom: 1px dashed #cccccc;
}

.faq_filter:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.faq_filter > li {
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	padding: 0 20px 0 12px;
	cursor: default;
	position: relative;
}

.faq_filter > li:hover {
	background: #fdba39;
	color: #fff;
	border-radius: 5px;
}

.faq_filter > li > a {
	position: absolute;
	top: 0;
	right: 0;
	width: 18px;
	height: 17px;
	background: url(../img_cars/close_icon_white_small.png) no-repeat center 5px;
}

.pagination {
	text-align: center;
	margin: 35px 0 0 0;
}

.pagination a {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	padding: 0 7px 0 7px;
	border-radius: 3px;
}

.pagination a.active {
	background: #f0a01b;
	color: #fff;
	cursor: default;
}

.pagination a.prev {
	width: 30px;
	height: 30px;
	background: url(../img_cars/pagination_arrows.png);
	padding: 0;
}

.pagination a.prev:hover {
	background-position: bottom left;
}

.pagination a.next {
	width: 30px;
	height: 30px;
	background: url(../img_cars/pagination_arrows.png) right top;
	padding: 0;
}

.pagination a.next:hover {
	background-position: bottom right;
}

.most_descussed_list {
	padding: 0 0 0 25px;
}

.most_descussed_list .list > li {
	padding: 15px 10px 15px 0;
	border-bottom: 1px solid #d6e4e7;
}

.most_descussed_list .photo {
	float: left;
	margin: 0 15px 0 0;
}

.most_descussed_list .box {
	overflow: hidden;
}

.most_descussed_list .author {
	font-weight: bold;
	font-size: 13px;
	color: #8c9fac;
}

.most_descussed_list .name {
	display: block;
	font-weight: bold;
	color: #22272b;
	margin: 8px 0 0 0;
	font-size: 15px;
	line-height: 16px;
}

.most_descussed_list .name:hover {
	color: #5c798c;
}

.most_descussed_list .car {
	font-size: 13px;
	line-height: 14px;
	margin: 10px 0 0 0;
	color: #8c9fac;
}

.cartravel_text_top .text {
	float: left;
	width: 530px;
	font-size: 15px;
	line-height: 18px;
}

.cartravel_text_top .button_block {
	float: right;
}

.cartravel_countries {
	background: #eff5fa;
	border: 1px solid #d9e5ef;
	margin: 15px -15px 0 -15px;
	border-radius: 5px;
	padding: 10px 15px 10px 15px;
	line-height: 26px;
}

.cartravel_countries select.small + .iselect {
	vertical-align: middle;
}

.cartravel_countries .title {
	font-size: 16px;
	font-weight: bold;
	color: #22272b;
}

.cartravel_countries a {
	color: #5c798c;
	margin: 0 15px 0 0;
}

.cartravel_countries a:hover {
	color: #22272b;
}

.cartravel_countries a b {
	font-size: 16px;
}

.travel_map {
	margin: 15px 0 0 0;
}

.travel_map .map {
	float: left;
	background: #eff5fa;
	border: 1px solid #d9e5ef;
	margin: 0 0 0 -15px;
	padding: 10px 0 15px 15px;
	width: 485px;
	border-radius: 5px;
}

.travel_map .map .title {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #22272b;
}

.travel_map .map .box {
	margin: 10px 0 0 0;
}

.travel_map .menu {
	float: right;
	width: 200px;
}

.travel_map .menu > li {
	padding: 10px 0 0 0;
}

.travel_map .menu > li a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
}

.title_block + .cartravel_list {
	margin-top: 0;
}

.cartravel_list {
	margin: 35px 0 0 0;
}

.cartravel_list > li {
	padding: 20px 0 20px 0;
	border-bottom: 1px dashed #cccccc;
}

.cartravel_list .photo {
	float: left;
	overflow: hidden;
	margin: 0 18px 0 0;
}

.cartravel_list .box {
	overflow: hidden;
}

.cartravel_list .date {
	font-size: 12px;
	color: #8c9fac;
}

.cartravel_list .title {
	font-size: 19px;
	line-height: 23px;
	font-weight: bold;
	color: #22272b;
	margin: 2px 0 0 0;
}

.cartravel_list .title:hover {
	color: #8c9fac;
}

.cartravel_list .details_top {
	font-size: 11px;
	color: #8c9fac;
	line-height: 15px;
	font-weight: bold;
	margin: 5px 0 0 0;
}

.cartravel_list .details_top > * {
	display: inline-block;
	padding: 0 10px 0 20px;
}

.cartravel_list .details_top .views {
	background: url(../img_cars/views_icon.png) no-repeat left 2px;
}

.cartravel_list .details_top .comments {
	background: url(../img_cars/comments_link_bg.png) no-repeat left 2px;
}

.cartravel_list .details_top .way {
	background: url(../img_cars/bullet_arrow_circle_orange.png) no-repeat left 1px;
}

.cartravel_list .text {
	font-size: 15px;
	line-height: 18px;
	margin: 8px 0 0 0;
}

.cartravel_list .details_bottom {
	color: #8c9fac;
	font-size: 13px;
	line-height: 17px;
	margin: 10px 0 0 0;
}

.cartravel_text_bottom {
	font-size: 15px;
	line-height: 18px;
	margin: 45px 0 0 0;
}

.cartravel_text_bottom p {
	margin: 10px 0 0 0;
}

.cartravel_text_bottom p:first-child {
	margin-top: 0;
}

.alphabet {
	font-weight: bold;
	margin: 15px 0 0 0;
}

.alphabet:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.alphabet a {
	float: left;
	padding: 0 7px 0 7px;
	font-size: 13px;
	line-height: 22px;
	height: 20px;
}

.alphabet a.active {
	color: #fff;
	background: #f0a01b;
	border-radius: 3px;
	cursor: default;
}

.autoshow_list > li {
	padding: 20px 18px 15px 29px;
	border-bottom: 1px dashed #cccccc;
	margin: 0 -18px 0 -29px;
}

.autoshow_list > li:hover {
	background: #e4edf0;
}

.autoshow_list > li:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.autoshow_list .photo {
	float: left;
	border: 1px solid #d0dfe5;
	margin: 0 20px 0 0;
}

.autoshow_list .box {
	overflow: hidden;
}

.autoshow_list .title {
	font-size: 19px;
	font-weight: bold;
	line-height: 24px;
	color: #22272b;
}

.autoshow_list .title:hover {
	color: #5c798c;
}

.autoshow_list .text {
	font-size: 15px;
	line-height: 20px;
	margin: 2px 0 0 0;
}

.autoshow_list .mark {
	font-size: 15px;
	margin: 8px 0 0 0;
	line-height: 20px;
}

.autoshow_list .rate {
	font-size: 13px;
	color: #8c9fac;
	margin: 12px 0 0 0;
}

.autoshow_list .rate .rating {
	margin: 0 5px 0 5px;
	vertical-align: top;
}

.autoshow_list .comments {
	display: inline-block;
	padding: 0 0 0 20px;
	background: url(../img_cars/comments_link_bg.png) no-repeat left;
	font-weight: bold;
	font-size: 11px;
	color: #8c9fac;
	margin: 10px 0 0 0;
}

.autoshow_list .comments:hover {
	color: #22272b;
}

.public_top_list {
	padding: 0 20px 0 0;
}

.public_top_list > li {
	padding: 20px 0 15px 0;
	border-bottom: 1px dashed #ccc;
}

.public_top_list > li:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.public_top_list .photo {
	float: left;
	border: 1px solid #d0dfe5;
	margin: 0 18px 5px 0;
	position: relative;
}

.public_top_list .photo .number {
	position: absolute;
	top: -7px;
	right: -5px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	background: #42a7ca;
	background: rgba(44,157,195,0.9);
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-radius: 24px;
}

.public_top_list .box {
	overflow: hidden;
}

.public_top_list .title {
	display: block;
	font-weight: bold;
	color: #22272b;
	font-size: 15px;
	line-height: 14px;
}

.public_top_list .title:hover {
	color: #5c798c;
}
 
.public_top_list .comments {
	display: inline-block;
	padding: 0 0 0 20px;
	background: url(../img_cars/comments_link_bg.png) no-repeat left;
	font-weight: bold;
	font-size: 11px;
	color: #8c9fac;
	margin: 5px 0 0 0;
}

.public_top_list .comments:hover {
	color: #22272b;
}

.public_top_list .bottom_part {
	clear: both;
}

.public_top_list .rate {
	font-size: 13px;
	color: #8c9fac;
	margin: 12px 0 0 0;
	line-height: 18px;
}

.public_top_list .rate .rating {
	margin: 2px 5px 0 5px;
	vertical-align: top;
}

.public_top_list .mark {
	color: #8c9fac;
	font-size: 13px;
	margin: 5px 0 0 0;
}

.public_top_list + .all_link_block {
	border-top: 0;
}

.question_top {
	color: #8c9fac;
	font-size: 13px;
	line-height: 17px;
}

.question_top:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0
}

.question_top .author {
	font-weight: bold;
	color: #8c9fac;
	margin: 0 0 0 8px;
}

.question_top .author:hover {
	color: #22272b;
}

.question_top .comments {
	display: inline-block;
	background: url(../img_cars/comments_link_bg.png) no-repeat left 3px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #8c9fac;
	padding: 0 0 0 18px;
	margin: 0 0 0 12px;
}

.question_top .comments:hover {
	color: #22272b;
}

.question_top .rating {
	margin: 2px 0 0 8px;
}

.question_top .mark_amount {
	font-size: 11px;
	margin: 0 0 0 5px;
}

.question {
	padding: 25px 0 25px 50px;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	margin: 15px 0 0 0;
	background: url(../img_cars/comment_icon.png) no-repeat 0 25px;
	font-size: 15px;
	line-height: 19px;
}

.question > *:first-child {
	margin-top: 0;
}

.question h2 {
	font-weight: bold;
	margin: 15px 0 0 0;
}

.question p {
	margin: 15px 0 0 0;
}

.social_big.no_border {
	border-bottom: 0;
	padding-bottom: 0;
}

.social_big {
	margin: 24px 0 0 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #d0e0e3;
}

.social_big .list:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.social_big .list > li {
	float: left;
	margin: 0 5px 0 0;
}

.question_comments_list > li {
	padding: 15px 0 15px 0;
	border-bottom: 1px dashed #ccc;
}

.question_comments_list > li:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.question_comments_list > li.best {
	background: #fef3de;
	border-left: 4px solid #a6d737;
	margin-left: -29px;
	padding-left: 25px;
	border-bottom: 0;
}

.question_comments_list .best_answer {
	padding: 0 0 10px 85px;
	font-weight: bold;
	color: #bc8c65;
	font-size: 16px;
	line-height: 20px;
}

.question_comments_list .avatar {
	float: left;
	margin: 0 15px 0 0;
}

.question_comments_list .box {
	float: right;
	width: 400px;
}

.question_comments_list.wide .box {
	width: 620px;
}

.question_comments_list .name {
	font-weight: bold;
	font-size: 16px;
	color: #22272b;
	line-height: 20px;
}

.question_comments_list .name:hover {
	color: #8c9fac;
}

.question_comments_list .mark {
	color: #8c9fac;
	font-size: 13px;
	margin: 10px 0 0 0;
}

.question_comments_list .mark .rating {
	margin: 0 5px 0 5px;
}

.question_comments_list .text {
	font-size: 15px;
	line-height: 19px;
	margin: 10px 0 0 0;
}

.answer {
	background: #f7edda;
	margin: 20px 0 0 0;
	padding: 12px 20px 20px 25px;
	border-radius: 5px;
	position: relative;
}

.pluses {
	background: #E6FFCC;
	margin: 20px 0 0 0;
	padding: 12px 20px 20px 25px;
	border-radius: 5px;
	position: relative;
}

.pluses .title {
	padding: 0 0 0 37px;
	color: #6f210f;
	font-size: 13px;
}

.pluses .text {
	margin: 25px 0 0 0;
	color: #715441;
}
.pluses .label {
	position: absolute;
	width: 65px;
	height: 19px;
	line-height: 19px;
	background: url(../img_cars/answer_label_bg_big.png);
	top: 12px;
	left: -4px;
	color: #fff;
	text-indent: 9px;
	font-size: 13px;
	font-weight: bold;
}


.minuses {
	background: #FFCABD;
	margin: 20px 0 0 0;
	padding: 12px 20px 20px 25px;
	border-radius: 5px;
	position: relative;
}

.minuses .title {
	padding: 0 0 0 37px;
	color: #6f210f;
	font-size: 13px;
}

.minuses .text {
	margin: 25px 0 0 0;
	color: #715441;
}

.minuses .label {
	position: absolute;
	width: 65px;
	height: 19px;
	line-height: 19px;
	background: url(../img_cars/answer_label_bg_big.png);
	top: 12px;
	left: -4px;
	color: #fff;
	text-indent: 9px;
	font-size: 13px;
	font-weight: bold;
}

.answer .label {
	position: absolute;
	width: 52px;
	height: 19px;
	line-height: 19px;
	background: url(../img_cars/answer_label_bg.png);
	top: 12px;
	left: -4px;
	color: #fff;
	text-indent: 9px;
	font-size: 13px;
	font-weight: bold;
}

.answer .title {
	padding: 0 0 0 37px;
	color: #6f210f;
	font-size: 13px;
}

.answer .title a {
	font-weight: bold;
	color: #6f210f;
	font-size: 16px;
	margin: 0 5px 0 0;
}

.answer .title a:hover {
	color: #22272b;
}

.answer .text {
	margin: 15px 0 0 0;
	color: #715441;
}

.button_container {
	text-align: center;
	margin: 20px 0 0 0;
	border-bottom: 1px solid #d0e0e3;
	padding: 0 0 20px 0;
}

.button_container.noborder{
	border-bottom: 0;
} 

.button_container.border_top {
	border-bottom: 0;
	border-top: 1px solid #d6dee4;
	padding: 15px 0 0 0;
	margin-top: 10px;
}

.button_container > .btn {
	margin-left: 10px;
}

.button_container > .btn:first-child {
	margin-left: 0;
}

.double_side {
	margin: 20px 0 0 0;
}

.double_side:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.double_side .left_side {
	float: left;
	width: 330px;
}

.double_side .right_side {
	float: right;
	width: 330px;
}

.double_side .right_side + .field_list {
	padding-top: 10px;
}

.double_side h3 {
	font-weight: bold;
	font-size: 18px;
	color: #22272b;
	margin: 20px 0 0 0;
}

.double_side h3:first-child {
	margin-top: 0;
}

.field_list {
	clear: both;
}

.field_list > li {
	margin: 10px 0 0 0;
}

.field_list > li:first-child {
	margin-top: 0;
}

.field_list label {
	display: block;
}

.field_list label .hint {
	color: #915361;
	font-size: 12px;
}

.field_list label {
	padding: 0 0 7px 0;
}

.field_list .iselect {
	width: 330px;
}

.field_list textarea {
	width: 680px;
	padding: 12px;
}

hr {
	margin: 15px 0 0 0;
	height: 1px;
	background: #ccc;
	border: 0;
}

hr.wide {
	margin-left: -29px;
	margin-right: -25px;
}

hr.dashed {
	border-top: 1px dashed #ccc;
	height: 0;
	background: 0;
}

hr.smooth {
	background: url(../img_cars/hr_smooth_bg.png);
	height: 5px;
	margin: 10px -25px 0 -29px;
}

.icheckbox {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img_cars/icheckbox.png);
	cursor: pointer;
	vertical-align: top;
}

.icheckbox.checked {
	background-position: bottom;
}

.iradio {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../img_cars/icheckbox.png);
	cursor: pointer;
	vertical-align: top;
}

.iradio.checked {
	background-position: bottom;
}

.checkbox_list {
	margin: 15px 0 0 0;
}

.checkbox_list > li {
	margin: 6px 0 0 0;
}

.checkbox_list > li:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.checkbox_list > li:first-child {
	margin-top: 0;
}

.checkbox_list > li:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.checkbox_list label {
	display: block;
	line-height: 16px;
	margin: 0 0 0 28px;
}

.checkbox_list .icheckbox {
	float: left;
}

.button_container:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.button_area {
	margin: 20px 0 0 0;
}

.button_area .btn {
	margin: 0 5px 0 0;
}

.submit_area {
	text-align: center;
	padding: 30px 0 0 0;
}

.form_block .list > li {
	padding: 15px 0 0 0;
}

.form_block .list > li:first-child {
	padding-top: 0;
}

.form_block .list > li:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.form_block .half {
	float: left;
	width: 230px;
	margin-left: 25px;
}

.form_block .half:first-child {
	margin-left: 0;
}

.form_block .half .iselect {
	width: 230px;
}

.form_block label {
	display: block;
	margin: 0 0 5px 0;
	color: #939b9e;
}

.form_block label.medium {
	font-size: 15px;
}

.form_block .button_area {
	margin-top: 0;
}

.menu_car {
	margin: 15px 0 0 -20px;
}

.menu_car a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

.menu_car > li > a {
	padding: 0 0 0 20px;
	line-height: 30px;
}

.menu_car > li.active > a {
	background: url(../img_cars/menu_car_active_bg.png);
	color: #fff;
	cursor: default;
}

.menu_car > li > a:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0;
}

.menu_car > li > a > img {
	float: left;
	margin: 0 10px 0 0;
}

.menu_car ul {
	display: none;
	padding: 0 0 0 62px;
}

.menu_car ul > li {
	border-top: 1px dashed #dcddde;
}

.menu_car ul > li:first-child {
	border-top: 0;
}

.menu_car ul > li > a {
	line-height: 24px;
}

.menu_car ul > li.active > a {
	color: #9eb5c4;
	text-decoration: underline;
	cursor: default;
}

.catalog_list {
	margin: 13px 0 0 -7px;
	width: 695px;
}

.catalog_list > li {
	float: left;
	width: 150px;
	padding: 8px 7px 10px 7px;
	position: relative;
}

.catalog_list > li:hover {
	box-shadow: 0 2px 10px rgba(135,162,178,0.75);
	z-index: 20;
	border-radius: 3px;
}

.catalog_list > li .title {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #22272b;
	margin: 10px 0 0 0;
	font-size: 16px;
}

.catalog_list > li .title:hover {
	color: #5c798c;
}

.catalog_list > li .date {
	color: #8c9fac;
	font-size: 12px;
	margin: 5px 0 0 0;
}

.catalog_list + hr {
	margin-top: 10px;
}

.catalog_list2 {
	margin: 13px 0 0 -7px;
	width: 695px;
}

.catalog_list2 > li {
	float: left;
	width: 150px;
	padding: 8px 7px 10px 7px;
	position: relative;
}

.catalog_list2 > li:hover {
	box-shadow: 0 2px 10px rgba(135,162,178,0.75);
	z-index: 20;
	border-radius: 3px;
}

.catalog_list2 > li .title {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #22272b;
	margin: 10px 0 0 0;
	font-size: 16px;
}

.catalog_list2 > li .title:hover {
	color: #5c798c;
}

.catalog_list2 > li .date {
	color: #8c9fac;
	font-size: 12px;
	margin: 5px 0 0 0;
}

.catalog_list2 + hr {
	margin-top: 10px;
}

.advert_table + .editor {
	margin-top: 20px;
}

.title_block + .editor {
	margin-top: 0;
}

.editor {
	line-height: 18px;
	font-size: 15px;
	margin: 20px 0 0 0;
}

.editor h2 {
	font-weight: bold;
	font-size: 18px;
	/*margin: 15px 0 0 0; */
}

.editor p {
	margin: 15px 0 0 0;
}

.editor p.stroke {
	border: 2px solid #b2cdd9;
	border-radius: 5px;
	margin: 0 -8px 0 -14px;
	padding: 15px 5px 15px 12px;
}

.editor > *:first-child {
	margin-top: 0;
}

.welcome_block {
	padding: 13px 13px 13px 13px;
	border: 3px solid #b2cdd9;
	border-radius: 5px;
	margin: 12px 0 0 -16px;
	background: #f7fafb;
}

.welcome_block:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.welcome_block .avatar {
	float: left;
	margin: 0 15px 0 0;
}

.welcome_block .box {
	overflow: hidden;
	line-height: 20px;
}

.welcome_block .title {
	font-size: 15px;
}

.welcome_block .last_visit {
	font-size: 13px;
	color: #8c9fac;
	margin: 2px 0 0 0;
}

.welcome_block .updates_link {
	font-weight: bold;
	font-size: 13px;
}

.welcome_block .button_area {
	margin: 8px 0 0 0;
}

.garage_details {
	margin: 20px 0 0 0;
}

.garage_details:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.garage_details .side {
	float: left;
	width: 230px;
	margin-left: 25px;
}

.garage_details .side:first-child {
	margin-left: 0;
}

.garage_details .side > ul > li {
	line-height: 18px;
	padding: 2px 0 2px 0;
}

.garage_details .side > ul > li.active .edit_link {
	display: inline-block;
}

.garage_details .side > ul > li .edit_link {
	display: none;
	width: 18px;
	height: 18px;
	background: url(../img_cars/editor_icon.png) no-repeat center;
	margin: 0 0 0 5px;
	vertical-align: top;
}

.garage_details .side > ul > li:hover .edit_link {
	display: inline-block;
}

.garage_details .value_editor {
	display: none;
	margin: 5px 0 0 0;
}

.garage_details .value_editor:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.garage_details .value_editor > * {
	float: left;
}

.garage_details input[type=text] {
	height: 25px;
	width: 177px;
}

.garage_details input[type=submit] {
	width: 27px;
	height: 27px;
	background: url(../img_cars/enter_icon.png) no-repeat center;
	border: 0;
	padding: 0;
	margin: 0 0 0 2px;
	cursor: pointer;
}

.garage_description {
	margin: 20px 0 0 0;
	font-size: 15px;
	line-height: 19px;
}

.garage_description p {
	margin: 5px 0 0 0;
}

.menu_right {
	padding: 10px 0 0 0;
}

.menu_right.greater_bullet > li > a:before {
	content: ">";
	margin: 0 7px 0 0;
}

.menu_right.blue_bullet > li > a {
	padding-left: 38px;
	position: relative;
}

.menu_right.blue_bullet > li > a:before {
	content: " ";
	position: absolute;
	left: 20px;
	top: 9px;
	width: 9px;
	height: 9px;
	background: url(../img_cars/bullet_blue.png) no-repeat;
}

.menu_right.blue_bullet > li.active > a:before {
	background-position: bottom;
}

.menu_right > li > a {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	line-height: 14px;
	padding: 8px 10px 8px 20px;
}

.menu_right > li.active > a {
	background: #febe3b url(../img_cars/menu_side_active_shadow_left.png) repeat-y left;
	background: url(../img_cars/menu_side_active_shadow_left.png) repeat-y left, linear-gradient(#fdc23f,#feb637);
	color: #fff;
	cursor: default;
}

.menu_right > li > a .number {
	font-weight: normal;
}

.menu_right > li > a img {
	margin: 0 0 0 2px;
}

.menu_right > li > a .digit_js {
	font-weight: normal;
}

.menu_right > li.settings > a {
	color: #6f9b13;
	background: url(../img_cars/settings_icon.png) no-repeat 20px 6px;
	padding-left: 40px;
}

.menu_right > li.settings:hover > a {
	color: #4c5a5f;
}

.photogallery_carousel {
	height: 96px;
	overflow: hidden;
	margin: 12px 0 0 0;
}

.photogallery_carousel .jcarousel-clip {
	width: 640px;
	overflow: hidden;
	margin: 0 auto;
}

.photogallery_carousel .jcarousel-prev {
	position: absolute;
	top: 32px;
	left: 0;
	width: 16px;
	height: 30px;
	background: url(../img_cars/carousel_arrows_fat.png);
	cursor: pointer;
}

.photogallery_carousel .jcarousel-prev:hover {
	background-position: bottom left;
}

.photogallery_carousel .jcarousel-next {
	position: absolute;
	top: 32px;
	right: 0;
	width: 16px;
	height: 30px;
	background: url(../img_cars/carousel_arrows_fat.png) top right;
	cursor: pointer;
}

.photogallery_carousel .jcarousel-next:hover {
	background-position: bottom right;
}

.photogallery_carousel li {
	width: 116px;
	height: 96px;
	position: relative;
	margin: 0 15px 0 0;
}

.photogallery_carousel .photo {
	display: block;
	position: relative;
	z-index: 10;
	background: #000;
}

.photogallery_carousel li:hover .photo img {
	opacity: 0.5;
}

.photogallery_carousel li .delete {
	display: none;
	position: absolute;
	right: 3px;
	bottom: 10px;
	z-index: 20;
	color: #fff;
	line-height: 20px;
	background: #82ac1f;
	background: linear-gradient(#84ae21,#84ae1f);
	font-weight: bold;
	padding: 0 8px 0 8px;
	border-radius: 20px;
}

.photogallery_carousel li:hover .delete {
	display: block;
}

.photogallery_carousel .delete:hover {
	color: #22272b;
}

.articles_list > li {
	padding: 20px 0 20px 0;
	border-bottom: 1px dashed #cccccc;
}

.articles_list .photo {
	float: left;
	overflow: hidden;
	margin: 0 18px 0 0;
}

.articles_list .box {
	overflow: hidden;
}

.articles_list .date {
	font-size: 12px;
	color: #8c9fac;
}

.articles_list .title {
	font-size: 19px;
	line-height: 23px;
	font-weight: bold;
	color: #22272b;
	margin: 2px 0 0 0;
}

.articles_list .title:hover {
	color: #8c9fac;
}

.articles_list .details_top {
	font-size: 11px;
	color: #8c9fac;
	line-height: 15px;
	font-weight: bold;
	margin: 5px 0 0 0;
}

.articles_list .details_top > * {
	display: inline-block;
	padding: 0 10px 0 20px;
}

.articles_list .details_top .views {
	background: url(../img_cars/views_icon.png) no-repeat left 2px;
}

.articles_list .details_top .comments {
	background: url(../img_cars/comments_link_bg.png) no-repeat left 2px;
}

.articles_list .text {
	font-size: 15px;
	line-height: 18px;
	margin: 8px 0 0 0;
}

.articles_list .details_bottom {
	color: #8c9fac;
	font-size: 13px;
	line-height: 17px;
	margin: 5px 0 0 0;
}

.articles_list .content_bottom {
	clear: both;
	padding: 8px 0 0 0;
}

.articles_list .tags {
	background: url(../img_cars/tags_icon.png) no-repeat;
	padding: 0 0 0 28px;
	font-size: 12px;
	line-height: 16px;
	color: #8c9fac;
	margin: 12px 0 0 0;
}

.blog_list > li {
	padding: 20px 0 20px 0;
	border-bottom: 1px dashed #cccccc;
}

.blog_list .photo {
	float: left;
	overflow: hidden;
	margin: 0 18px 0 0;
}

.blog_list .box {
	overflow: hidden;
}

.blog_list .date {
	font-size: 12px;
	color: #8c9fac;
}

.blog_list .title {
	font-size: 19px;
	line-height: 23px;
	font-weight: bold;
	color: #22272b;
	margin: 2px 0 0 0;
}

.blog_list .title:hover {
	color: #8c9fac;
}

.blog_list .details_top {
	font-size: 11px;
	color: #8c9fac;
	line-height: 15px;
	font-weight: bold;
	margin: 5px 0 0 0;
}

.blog_list .details_top > * {
	display: inline-block;
	padding: 0 10px 0 20px;
}

.blog_list .details_top .views {
	background: url(../img_cars/views_icon.png) no-repeat left 2px;
}

.blog_list .details_top .comments {
	background: url(../img_cars/comments_link_bg.png) no-repeat left 2px;
}

.blog_list .details_top .way {
	background: url(../img_cars/bullet_arrow_circle_orange.png) no-repeat left 1px;
}

.blog_list .text {
	font-size: 15px;
	line-height: 18px;
	margin: 8px 0 0 0;
}

.blog_list .details_bottom {
	color: #8c9fac;
	font-size: 13px;
	line-height: 17px;
	margin: 10px 0 0 0;
}

.blog_list .tags {
	background: url(../img_cars/tags_icon.png) no-repeat;
	padding: 0 0 0 28px;
	font-size: 12px;
	line-height: 16px;
	color: #8c9fac;
	margin: 12px 0 0 0;
}

.blog_list + .button_container {
	border-bottom: 0;
}

.car_filter {
	margin: 15px 0 0 0;
}

.car_filter .list:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.car_filter .list > li {
	float: left;
	width: 160px;
	margin: 0 0 0 8px;
}

.car_filter .list > li:first-child {
	margin-left: 0;
}

.car_filter + .iselect {
	width: 160px;
}

.car_filter + .iselect.active {
	width: 286px;
	z-index: 100;
}

.car_filter + .iselect.active .result {
	border-radius: 16px 16px 0 0;
}

.car_filter + .iselect .result {
	border: 0;
	background: #fff url(../img_cars/select_filter_arrow.png) no-repeat right;
	box-shadow: 0 2px 8px rgba(225,137,65,0.39);
	border-radius: 16px;
}

.car_filter + .iselect .dropdown {
	background: #fff;
	border: 0;
	box-shadow: 0 4px 8px rgba(225,137,65,0.3);
	border-radius: 0 0 15px 15px;
}

.car_filter + .iselect .dropdown li a:hover {
	background: #febe3b url(../img_cars/menu_side_active_shadow.png) repeat-y right;
	background: url(../img_cars/menu_side_active_shadow_left.png) repeat-y left, linear-gradient(#fdc23f,#feb637);
	color: #fff;
}

.slider_block .slider {
	width: 484px;
	height: 246px;
	position: relative;
	overflow: hidden;
}

.slider_block .slider .list > li {
	display: none;
	width: 484px;
	height: 246px;
}

.slider_block .slider .list > li.active {
	display: block;
}

.slider_block .slider .photo {
	display: block;
	position: relative;
	color: #22272b;
}

.slider_block .slider .photo .text {
	position: absolute;
	right: 23px;
	bottom: 23px;
	background: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px 10px 4px 10px;
	line-height: 18px;
}

.slider_block .slider .photo:hover .text {
	color: #5c798c;
}

.slider_block .slider .prev {
	position: absolute;
	top: 95px;
	left: 0;
	width: 21px;
	height: 41px;
	background: url(../img_cars/slider_arrows.png);
}

.slider_block .slider .prev:hover {
	background-position: bottom left;
}

.slider_block .slider .next {
	position: absolute;
	top: 95px;
	right: 0;
	width: 21px;
	height: 41px;
	background: url(../img_cars/slider_arrows.png) right top;
}

.slider_block .slider .next:hover {
	background-position: bottom right;
}

.slider_block .thumbs {
	margin: 15px 0 0 0;
}

.slider_block .thumbs:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.slider_block .thumbs a {
	float: left;
	margin: 0 0 0 8px;
}

.slider_block .thumbs a:first-child {
	margin-left: 0;
}

.slider_block .thumbs a img {
	width: 68px;
	border: 3px solid transparent;
	border-radius: 5px;
}

.slider_block .thumbs a.active img {
	border-color: #ffb71f;
}

.slider_block .thumbs a.more_link {
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	width: 74px;
	height: 31px;
	padding: 10px 0 0 0;
} 

.slider_block .jcarousel-skin-tango {
	margin: 8px 0 0 0;
}

.slider_block .jcarousel-clip {
	width: 410px;
	margin: 0 auto;
	overflow: hidden;
}

.slider_block .jcarousel-skin-tango li {
	width: 74px;
	margin: 0 10px 0 0;
}

.slider_block .jcarousel-skin-tango li a img {
	width: 68px;
	height: 50px;
	border: 3px solid transparent;
}

.slider_block .jcarousel-skin-tango li a.active img {
	border-color: #ffb71f;
}

.slider_block .jcarousel-prev {
	position: absolute;
	top: 0;
	left: 0;
}

.slider_block .jcarousel-prev {
	position: absolute;
	top: 10px;
	left: 7px;
	width: 21px;
	height: 41px;
	background: url(../img_cars/slider_arrows.png);
	cursor: pointer;
}

.slider_block .jcarousel-prev-disabled {
	cursor: default;
}

.slider_block .jcarousel-prev:hover {
	background-position: bottom left;
}

.slider_block .jcarousel-prev-disabled:hover {
	background-position: top left;
}

.slider_block .jcarousel-next {
	position: absolute;
	top: 10px;
	right: 7px;
	width: 21px;
	height: 41px;
	background: url(../img_cars/slider_arrows.png) right top;
	cursor: pointer;
}

.slider_block .jcarousel-next:hover {
	background-position: bottom right;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.noclear .clearfix {
clear:none;
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img_cars/fancybox/fancybox_sprite.png');
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../img_cars/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../img_cars/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../img_cars/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

.service_table {
	font-weight: bold;
	font-size: 15px;
	line-height: 19px;
	margin: 5px 0 0 0;
}

.service_table:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.service_table .side {
	float: left;
	width: 230px;
	margin: 0 0 0 25px;
}

.service_table .side:first-child {
	margin-left: 0;
}

.service_table .list > li {
	padding: 2px 0 2px 0;
}

.service_table .number {
	color: #748205;
}

.service_table .sign {
	font-weight: normal;
}

.characteristics {
	font-size: 15px;
	line-height: 19px;
}

.characteristics:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.characteristics .side {
	float: left;
	margin: 0 0 0 25px;
	width: 230px;
}

.characteristics .side:first-child {
	margin-left: 0;
}

.characteristics .side > ul {
	margin: 5px 0 0 0;
}

.characteristics .side > ul > li {
	padding: 2px 0 2px 0;
}

.characteristics .grey {
	color: #828f94;
}

.characteristics + .button_container {
	border-bottom: 0;
	border-top: 1px solid #d6dee4;
	padding: 15px 0 0 0;
	margin-top: 10px;
}

.modification_menu {
	font-weight: bold;
	line-height: 21px;
	margin: 15px 0 0 0;
}

.modification_menu:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.modification_menu a {
	display: inline-block;
	padding: 2px 10px 0 10px;
	text-transform: uppercase;
	font-size: 13px;
	vertical-align: top;
	margin: 0 0 0 5px;
	border-radius: 5px;
}

.modification_menu a:first-child {
	margin-left: 0;
}

.modification_menu a.active {
	background: #fdb938;
	color: #fff;
	cursor: default;
}

.modification_menu .label {
	display: inline-block;
	vertical-align: top;
	color: #22272b;
	font-size: 16px;
	line-height: 24px;
	margin: 0 10px 0 0;
}

.modification_menu > ul > li {
	padding: 8px 0 0 0;
}

.modification_menu > ul > li:first-child {
	padding-top: 0;
}

.modification_table {
	width: 532px;
	margin: 20px 0 0 -29px;
	border-top: 1px solid #bfced7;
	border-bottom: 1px solid #bfced7;
}

.modification_table table {
	width: 100%;
	table-layout: fixed;
}

.modification_table > table > tbody > tr > td {
	padding: 10px 0 10px 0;
}

.modification_table > table > tbody > tr:nth-child(even){
	background: #e9f0f4;
}

.modification_table > table > thead {
	font-weight: bold;
	font-size: 13px;
	color: #8c9fac;
	border-bottom: 1px solid #bfced7;
}

.modification_table > table td:first-child {
	padding-left: 29px;
	width: 120px;
}

.modification_table > table > thead > tr > td {
	vertical-align: top;
}

.modification_table > table > thead > tr > td {
	padding: 10px 0 10px 0;
}

.modification_table table table tr td:first-child {
	padding-left: 0;
}

.modification_table table table tr td {
	padding: 5px 0 5px 0;
}

.modification_table table table tr:first-child td {
	padding-top: 0;
}

.modification_table .label {
	font-weight: bold;
}

.modification_table .star {
	color: #b01a3c;
}

.modification_table .name {
	font-weight: bold;
	color: #22272b;
}

.modification_table .compare_link {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../img_cars/plus_icon.png);
	vertical-align: top;
	margin: 0 0 0 5px;
}

.modification_table .compare_link.active {
	background-position: bottom;
}

.modification_table .price {
	color: #b01a3c;
	font-weight: bold;
	font-size: 13px;
}

.modification_table .price .sign {
	font-weight: normal;
	color: #4c5a5f;
	font-style: italic;
	text-decoration: line-through;
}

.hint_block {
	font-size: 13px;
	line-height: 18px;
	margin: 20px 0 0 0;
}

.hint_block .star {
	font-size: 18px;
	color: #b01a3c;
}

.media_list {
	margin: 20px 0 0 0;
	width: 510px;
}

.media_list.wide {
	width: 740px;
}

.media_list:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.media_list > li {
	float: left;
	width: 150px;
	margin: 0 17px 15px 0;
}

.media_list.wide > li {
	margin-right: 35px;
}

.media_list .preview {
	display: block;
	position: relative;
}

.media_list.video .preview {
	background: #000;
}

.media_list.video .preview img {
	opacity: 0.44;
}

.media_list.video .preview:after {
	position: absolute;
	top: 42px;
	left: 72px;
	width: 23px;
	height: 29px;
	background: url(../img_cars/play_icon.png);
	content: " ";
}

.media_list.video .preview:hover:after {
	background-position: bottom;
}

.media_list .name {
	display: block;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	margin: 10px 0 0 0;
	color: #22272b;
}

.media_list .name:hover {
	color: #5c798c;
}

.media_list .price {
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
	color: #8c9fac;
	margin: 5px 0 0 0;
}

.media_list .price .label {
	font-weight: normal;
}

.media_list .price .sign {
	text-decoration: line-through;
	font-style: italic;
}

.media_list .details {
	font-size: 12px;
	line-height: 16px;
	color: #8c9fac;
	margin: 2px 0 0 0;
}

.media_list .author {
	display: inline-block;
	font-weight: bold;
	margin: 5px 0 0 0;
	line-height: 18px;
	font-size: 13px;
	color: #8c9fac;
}

.media_list .author:hover {
	color: #22272b;
}

.advert_list > li {
	padding: 20px 0 20px 0;
	border-bottom: 1px dashed #ccc;
}

.advert_list > li:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.advert_list .box {
	overflow: hidden;
}

.advert_list .photo {
	float: left;
	margin: 0 18px 0 0;
}

.advert_list .name {
	font-weight: bold;
	font-size: 17px;
	line-height: 22px;
	color: #22272b;
}

.advert_list .name:hover {
	color: #8c9fac;
}

.advert_list .details {
	font-weight: bold;
	font-size: 13px;
	color: #8c9fac;
	line-height: 17px;
	margin: 5px 0 0 0;
}

.advert_list .price {
	font-weight: bold;
	color: #b01a3c;
	margin: 10px 0 0 0;
}

.advert_list .price .sign {
	font-weight: normal;
	font-style: italic;
	text-decoration: line-through;
	color: #4c5a5f;
}

.advert_list .phone_line {
	margin: 8px 0 0 0;
}

.advert_list .phone_line .number {
	font-size: 15px;
	border-bottom: 1px dotted #5c798c;
}

.advert_list .phone_line .number:hover {
	border-bottom-color: transparent;
}

.advert_list .phone_line .video_link {
	display: inline-block;
	background: url(../img_cars/play_icon_small.png) no-repeat;
	padding: 0 0 0 24px;
	margin: 0 0 0 10px;
	vertical-align: top;
	line-height: 17px;
	font-size: 11px;
}

.advert_list .text {
	line-height: 16px;
	margin: 10px 0 0 0;
}

.estemate {
	width: 183px;
	height: 52px;
	background: url(../img_cars/estemate_bg.png);
	border-radius: 8px;
	box-shadow: 0 8px 8px rgba(212,184,162,0.5);
	margin: 10px 0 0 0;
}

.estemate .iselect_wrapper {
	float: left;
	margin: 10px 0 0 12px;
	width: 46px;
}

.estemate .box {
	float: right;
	width: 100px;
}

.estemate .box .rating_medium {
	margin: 9px 0 0 0;
}

.estemate .text {
	color: #bb9b7f;
	font-size: 12px;
	margin: 5px 0 0 0;
}

select.micro + .iselect {
	width: 46px;
	height: 32px;
}

select.micro + .iselect.active {
	width: 100px;
	z-index: 100;
}

select.micro + .iselect.active .result {
	border-radius: 3px 3px 0 0;
}

select.micro + .iselect .result {
	border: 0;
	background: #fff;
	box-shadow: 0 2px 8px rgba(225,137,65,0.39);
	border-radius: 3px;
	height: 32px;
	font-size: 20px;
	font-weight: bold;
	color: #a76f51;
	padding-left: 8px;
}

select.micro + .iselect .result:after {
	background: #fff url(../img_cars/select_filter_arrow.png) no-repeat right;
}

select.micro + .iselect .dropdown {
	background: #fff;
	border: 0;
	box-shadow: 0 4px 8px rgba(225,137,65,0.3);
	border-radius: 0 0 3px 3px;
	max-height: 135px;
	overflow: visible;
}

select.micro + .iselect .dropdown li a:hover {
	background: #febe3b url(../img_cars/menu_side_active_shadow.png) repeat-y right;
	background: url(../img_cars/menu_side_active_shadow_left.png) repeat-y left, linear-gradient(#fdc23f,#feb637);
	color: #fff;
}

.info_list {
	margin: 15px 0 0 0;
	border-bottom: 1px solid #d6e4e7;
}

.info_list > li {
	padding: 18px 15px 18px 0;
	border-top: 1px solid #d6e4e7;
}

.info_list > li:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.info_list .photo {
	float: left;
	margin: 0 20px 0 0;
}

.info_list .box {
	overflow: hidden;
}

.info_list .name {
	font-weight: bold;
	color: #22272b;
	font-size: 15px;
	word-wrap: break-word;
}

.info_list .name:hover {
	color: #7b8992;
}

.info_list .details {
	font-size: 12px;
	line-height: 16px;
	color: #8c9fac;
	margin: 3px 0 0 0;
}

.info_list .price {
	font-weight: bold;
	line-height: 19px;
	color: #7b8992;
}

.info_list .price .sign {
	text-decoration: line-through;
	font-style: italic;
	font-weight: normal;
}

.reviews > li {
	padding: 15px 0 15px 0;
	border-bottom: 1px dashed #ccc;
}

.reviews > li:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.reviews .left_block {
	float: left;
	width: 162px;
}

.reviews .right_block {
	float: right;
	width: 300px;
}

.reviews .photo {
	display: block;
}

.reviews .rate {
	font-size: 12px;
	color: #8c9fac;
	margin: 12px 0 0 0;
}

.reviews .rate b {
	font-size: 13px;
}

.reviews .rate .rating {
	margin: 5px 5px 0 0;
}

.reviews .rate .digit {
	display: inline-block;
	margin: 5px 0 0 0;
}

.reviews .date {
	font-size: 12px;
	color: #8c9fac;
	line-height: 16px;
}

.reviews .name {
	display: inline-block;
	font-weight: bold;
	font-size: 19px;
	color: #22272b;
	margin: 5px 0 0 0;
}

.reviews .name:hover {
	color: #5c798c;
}

.reviews .author {
	font-size: 13px;
	line-height: 17px;
	color: #8c9fac;
	margin: 5px 0 0 0;
}

.reviews .details {
	font-size: 11px;
	color: #8c9fac;
	line-height: 15px;
	font-weight: bold;
	margin: 5px 0 0 0;
}

.reviews .details > * {
	margin: 0 10px 0 0;
}

.reviews .details .views {
	background: url(../img_cars/views_icon.png) no-repeat left 2px;
	padding-left: 20px;
}

.reviews .details .comments {
	background: url(../img_cars/comments_link_bg.png) no-repeat left 2px;
	padding-left: 20px;
}

.reviews .info {
	line-height: 19px;
	margin: 5px 0 0 0;
}

.repair_list > li {
	border-bottom: 1px dashed #ccc;
	padding: 15px 0 15px 0;
}

.repair_list > li:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.repair_list .photo {
	float: left;
	margin: 0 20px 8px 0;
}

.repair_list .date {
	font-size: 12px;
	color: #8c9fac;
	line-height: 16px;
}

.repair_list .title {
	display: block;
	font-weight: bold;
	color: #22272b;
	font-size: 19px;
	margin: 5px 0 0 0;
}

.repair_list .title:hover {
	color: #5c798c;
}

.repair_list .details {
	font-size: 11px;
	color: #8c9fac;
	line-height: 15px;
	font-weight: bold;
	margin: 8px 0 0 0;
}

.repair_list .details > * {
	display: inline-block;
	margin: 0 10px 0 0;
}

.repair_list .details .views {
	background: url(../img_cars/views_icon.png) no-repeat left 2px;
	padding-left: 20px;
}

.repair_list .details .comments {
	background: url(../img_cars/comments_link_bg.png) no-repeat left 2px;
	padding-left: 20px;
	text-decoration: none;
	color: #8c9fac;
}

.repair_list .details .comments:hover {
	color: #22272b;
}

.repair_list .info {
	font-size: 13px;
	color: #8c9fac;
	line-height: 20px;
	margin: 5px 0 0 0;
}

.repair_list .info b {
	white-space: nowrap;
}

/**/

.info_list .details {
	font-size: 11px;
	color: #8c9fac;
	line-height: 15px;
	font-weight: bold;
    /*position: absolute;  */
    margin-top: 50px;
}

.info_list .details > * {
	display: inline-block;
	margin: 0 10px 0 0;
}

.info_list .details .views {
	background: url(../img_cars/views_icon.png) no-repeat left 2px;
	padding-left: 20px;
}

.info_list .details .comments {
	background: url(../img_cars/comments_link_bg.png) no-repeat left 2px;
	padding-left: 20px;
	text-decoration: none;
	color: #8c9fac;
}

.info_list .details .comments:hover {
	color: #22272b;
}

.info_list .info {
	font-size: 13px;
	color: #8c9fac;
	line-height: 20px;
	margin: 5px 0 0 0;
}

.info_list .info b {
	white-space: nowrap;
}

/**/


.repair_list .text {
	font-size: 15px;
	line-height: 19px;
	margin: 5px 0 0 0;
}

.repair_list .tags {
	background: url(../img_cars/tags_icon.png) no-repeat;
	padding: 0 0 0 28px;
	font-size: 12px;
	line-height: 16px;
	color: #8c9fac;
	margin: 12px 0 0 0;
}

.search_long {
	position: relative;
}

.search_long input[type=text] {
	margin-left: 10px;
	padding-right: 80px;
}

.search_long .btn {
	position: absolute;
	top: 6px;
	right: 16px;
}

.search_tabs .tabs {
	margin: 25px 0 0 0;
}

.search_tabs .tabs:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.search_tabs .tabs a {
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 41px;
	padding: 0 45px 0 45px;
	border-radius: 15px 0 0 0;
	position: relative;
	margin: 0 10px 0 0;
}

.search_tabs .tabs a.active {
	background: #f7e9cf;
	color: #935523;
	cursor: default;
}

.search_tabs .tabs a.active:after {
	content: " ";
	position: absolute;
	top: 0;
	right: -20px;
	width: 48px;
	height: 41px;
	background: url(../img_cars/search_tabs_active_corner.png);
}

.search_tabs .blocks {
	background: #f7e9cf;
	border-radius: 0 15px 15px 15px;
	padding: 10px 0 10px 0;
}

.search_tabs .blocks.corner {
	border-radius: 15px;
}

.search_tabs .blocks > li {
	display: none;
}

.search_tabs .blocks > li.active {
	display: block;
}

.compare_button_block {
	margin: 20px 0 0 0;
}

.compare_button_block:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.compare_button_block .text {
	float: left;
	font-weight: bold;
	font-size: 16px;
	color: #8c9fac;
	line-height: 20px;
	margin: 8px 0 0 0;
}

.compare_button_block .text:hover {
	color: #22272b;
}

.compare_button_block .btn {
	float: right;
}

.price_number_block {
	margin: 15px 0 0 0;
}

.price_number_block:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.price_number_block .price {
	float: left;
	color: #b01a3c;
	font-weight: bold;
	font-size: 22px;
}

.price_number_block .price .sign {
	text-decoration: line-through;
	font-size: 14px;
	font-weight: normal;
	color: #4c5a5f;
	font-style: italic;
}

.price_number_block .number {
	float: left;
	border-bottom: 2px dotted #5c798c;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 0 15px;
}

.price_number_block .number:hover {
	border-bottom-color: transparent;
}

.advert_details_block {
	font-size: 12px;
	line-height: 16px;
	color: #7b8c97;
	margin: 15px 0 0 0;
}

.advert_table {
	color: #4c5a5f;
	line-height: 18px;
	width: 100%;
	margin: 10px 0 0 0;
}

.advert_table tr:nth-child(even) {
	background: #e2eaef;
}

.advert_table tr td {
	padding: 7px 0 7px 10px;
}

.advert_table tr td:first-child {
	width: 140px;
}

.advert_table tr td:first-child + td {
	font-weight: bold;
}

.consider:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.consider {
	font-size: 13px;
	line-height: 16px;
	color: #96a3ac;
}

.consider .iradio {
	margin: 0 5px 0 0;
}

.consider label {
	margin: 0 20px 0 0;
}

.similar_advert_list {
	margin: 20px -18px 0 -29px;
}

.similar_advert_list.wide {
	margin-right: -25px;
}

.similar_advert_list > li {
	padding: 15px 18px 15px 29px;
	border-bottom: 1px dashed #ccc;
}

.similar_advert_list > li.custom {
	background: #e4edf0;
}

.similar_advert_list > li.premium {
	background: #f8efdb;
}

.similar_advert_list > li:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.similar_advert_list .photo {
	float: left;
	margin: 0 20px 0 0;
}

.similar_advert_list .box {
	overflow: hidden;
}

.similar_advert_list .name_block .name {
	font-weight: bold;
	color: #22272b;
	line-height: 21px;
	font-size: 17px;
}

.similar_advert_list .name_block .name:hover {
	color: #5c798c;
}

.similar_advert_list li.premium .name_block:after {
	content: " ";
	float: right;
	width: 76px;
	height: 22px;
	background: url(../upload_cars/premium_label.png);
}

.similar_advert_list .details {
	font-weight: bold;
	font-size: 13px;
	color: #8c9fac;
	line-height: 20px;
	margin: 5px 0 0 0;
}

.similar_advert_list .price {
	font-weight: bold;
	font-size: 16px;
	color: #b01a3c;
	margin: 5px 0 0 0;
}

.similar_advert_list .price .sign {
	font-size: 14px;
	font-weight: normal;
	text-decoration: line-through;
	font-style: italic;	
	color: #4c5a5f;
}

.similar_advert_list .other_info {
	font-size: 12px;
	line-height: 16px;
	color: #7b8c97;
	margin: 5px 0 0 0;
}

.similar_advert_list .video_link {
	display: inline-block;
	background: url(../img_cars/play_icon_small.png) no-repeat;
	line-height: 16px;
	padding: 0 0 0 24px;
	font-size: 11px;
	color: #8c9fac;
	margin: 5px 0 0 0;
}

.similar_advert_list .video_link:hover {
	text-decoration: underline;
}

.media_list_side {
	margin: 10px 0 0 0;
}

.media_list_side:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.media_list_side > li {
	border-top: 1px solid #d0e0e3;
	padding: 10px 20px 10px 0;
}

.media_list_side .preview {
	display: block;
	position: relative;
	width: 183px;
}

.media_list_side.video .preview {
	background: #000;
}

.media_list_side.video .preview img {
	opacity: 0.44;
        width: 100%;
}

.media_list_side.video .preview:after {
	position: absolute;
	top: 42px;
	left: 83px;
	width: 23px;
	height: 29px;
	background: url(../img_cars/play_icon.png);
	content: " ";
}

.media_list_side.video .preview:hover:after {
	background-position: bottom;
}

.media_list_side .name {
	display: block;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	margin: 10px 0 0 0;
	color: #22272b;
}

.media_list_side .name:hover {
	color: #5c798c;
}

.media_list_side .price {
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
	color: #8c9fac;
	margin: 5px 0 0 0;
}

.media_list_side .price .label {
	font-weight: normal;
}

.media_list_side .price .sign {
	text-decoration: line-through;
	font-style: italic;
}

.media_list_side .details {
	font-size: 12px;
	line-height: 16px;
	color: #8c9fac;
	margin: 2px 0 0 0;
}

.media_list_side .author {
	display: inline-block;
	font-weight: bold;
	margin: 5px 0 0 0;
	line-height: 18px;
	font-size: 13px;
	color: #8c9fac;
}

.media_list_side .author:hover {
	color: #22272b;
}

.compare_button {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 50;
	width: 44px;
	background: #e2993b;
	background: linear-gradient(to right, #f4bc47,#d0732e);
	border-radius: 20px 0 0 20px;
	padding: 20px 0 0 0;
	box-shadow: 2px 2px 10px #e5773a;
	color: #fff;
	margin-top: -90px;
}

.compare_button:hover {
	background: #db8a36;
	background: linear-gradient(to right, #d0732e,#f4bc47);
	color: #fff;
}

.compare_button > .inner {
	display: block;
	width: 44px;
	height: 126px;
	background: url(../upload_cars/compare_button_text.png);
	border-radius: 0 0 0 20px;
}

.compare_button .digit {
	display: inline-block;
	margin: 0 0 10px 10px;
	
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  /* Should be unset in IE9+ I think. */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.insurance_details_side {
	padding: 20px 25px 20px 20px;
}

.insurance_details_side .photo {
	display: inline-block;
	border: 1px solid #d0dfe5;
}

.insurance_details_side .name {
	font-weight: bold;
	font-size: 19px;
	line-height: 23px;
	color: #22272b;
	margin: 10px 0 0 0;
}

.insurance_details_side .rate {
	font-size: 13px;
	color: #8c9fac;
	line-height: 18px;
	margin: 5px 0 0 0;
}

.insurance_details_side .rate:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.insurance_details_side .rate .rating {
	margin: 3px 0 0 2px;
}

.insurance_details_side .address {
	font-size: 15px;
	line-height: 24px;
	margin: 5px 0 0 0;
}

.insurance_details_side .label {
	font-weight: bold;
	line-height: 18px;
	margin: 5px 0 0 0;
}

.insurance_details_side .number {
	font-size: 19px;
	line-height: 23px;
	font-weight: bold;
	color: #5c798c;
	margin: 2px 0 0 0;
}

.insurance_details_side .email {
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	margin: 2px 0 0 0;
}

.review_details_block {
	font-size: 13px;
	color: #8c9fac;
	margin: 10px 0 0 0;
}

.review_details_block:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.review_details_block .date {
	font-size: 12px;
}

.review_details_block .views {
	display: inline-block;
	padding-left: 20px;
	background: url(../img_cars/views_icon.png) no-repeat left;
	font-size: 11px;
	margin: 0 0 0 15px;
}

.review_details_block .comments {
	display: inline-block;
	padding: 0 0 0 20px;
	background: url(../img_cars/comments_link_bg.png) no-repeat left;
	font-size: 11px;
	color: #8c9fac;
	margin: 0 0 0 15px;
}

.review_details_block .label {
	font-weight: bold;
	margin: 0 0 0 15px;
}

.review_details_block .rating {
	margin: 0 0 0 8px;
}

.characteristics_main_table {
	table-layout: fixed;
	width: 100%;
	line-height: 19px;
}

.plus_minus_block {
	font-size: 15px;
	line-height: 19px;
	margin: 20px 0 0 0;
}

.plus_minus_block .name {
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 0 5px 0 8px;
	position: relative;
	line-height: 20px;
	background: #88b319;
}

.plus_minus_block .minus .name {
	background: #d33156;
}

.plus_minus_block .name:after {
	position: absolute;
	top: 0;
	right: -5px;
	content: " ";
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 5px solid #88b319;
}

.plus_minus_block .minus .name:after {
	border-left: 5px solid #d33156;
}

.plus_minus_block ul {
	padding: 8px 0 0 10px;
	color: #4f6613;
}

.plus_minus_block .minus ul {
	color: #780f27;
}

.rating_full_side {
	width: 188px;
	background: #f9efdf; 
	margin: -10px 0 0 -20px !important;
	padding: 15px 20px 15px 20px !important;
	box-shadow: inset 5px 0 3px rgba(153,153,153,0.1);
}

.rating_full_side > ul > li {
	margin: 10px 0 0 0;
}

.rating_full_side > ul > li:first-child {
	margin-top: 0;
}

.rating_full_side > ul > li:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.rating_full_side label {
	float: left;
	font-weight: bold;
	font-size: 13px;
	color: #80675d;
	width: 90px;
	text-align: right;
	line-height: 15px;
}

.rating_full_side .rating_medium {
	float: right;
}

.rating_full_side .mark_middle {
	font-size: 12px;
	line-height: 18px;
	margin: 15px 0 0 0;
}

.rating_full_side .mark_middle:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.rating_full_side .mark_middle .label {
	float: left;
	color: #bb9b7f;
	width: 90px;
	text-align: right;
}

.rating_full_side .mark_middle .digit {
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #a23a3d;
	margin: 0 0 0 10px;
}
.photos_side {
	margin: 10px 0 0 0;
}

.photos_side:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.photos_side > li {
	float: left;
	margin: 6px 8px 0 0;
}

.photos_side > li > a {
	display: block;
}

.table_tabs {
	border-bottom: 3px solid #f7e9cf;
}

.table_tabs:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.table_tabs a {
	float: left;
	color: #5c798c;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 41px;
	padding: 0 25px 0 25px;
	position: relative;
	margin: 0 20px 0 0;
}

.table_tabs a:hover {
	color: #935523;
}

.table_tabs a.active {
	background: #f7e9cf;
	color: #935523;
	border-radius: 20px 0 0 0;
	cursor: default;
}

.table_tabs a.active:after {
	content: " ";
	position: absolute;
	top: 0;
	right: -25px;
	width: 48px;
	height: 41px;
	background: url(../img_cars/search_tabs_active_corner.png);
}

.table_blocks {
	margin: 20px 0 0 0;
}

.table_blocks > li.active {
	display: block;
}

.table_blocks > li {
	display: none;
}

.size_table {
	table-layout: fixed;
	width: 100%;
	line-height: 18px;
	margin: 20px 0 0 0;
	border-bottom: 1px solid #d0e0e3;
}

.size_table thead {
	line-height: 25px;
	font-size: 13px;
}

.size_table tr td {
	padding: 4px 0 4px 10px;
}

.size_table tbody {
	font-weight: bold;
}

.size_table tbody tr:nth-child(odd) {
	background: #e9eff3;
}

.size_table .normal {
	font-weight: normal;
}

.compare_top:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.compare_top .left_part {
	float: left;
	width: 130px;
}

.compare_top .settings_image {
	text-align: center;
}

.compare_top .hint_description {
	margin: 18px 0 0 0;
}

.compare_top .hint_description:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.compare_top .hint_description .icon {
	float: left;
	width: 12px;
	height: 12px;
	background: #ffd202;
	border-radius: 3px;
	margin: 0 13px 0 0;
}

.compare_top .hint_description .label {
	display: block;
	overflow: hidden;
	font-weight: bold;
	font-size: 13px;
	line-height: 12px;
	color: #8f9fa9;
}

.compare_top .compare_carousel {
	float: right;
}

.compare_carousel {
	width: 570px;
	position: relative;
}

.compare_carousel .box {
	width: 510px;
	margin: 0 auto;
}

.compare_carousel .box:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.compare_carousel .box > li {
	float: left;
	width: 160px;
	margin: 0 0 0 15px;
	position: relative;
}

.compare_carousel .box > li:first-child {
	margin-left: 0;
}

.compare_carousel .name {
	display: block;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	color: #22272b;
	margin: 10px 0 0 0;
}

.compare_carousel .name:hover {
	color: #5c798c;
}

.compare_carousel .delete {
	position: absolute;
	left: 95px;
	top: 8px;
	background: #df325a;
	color: #fff;
	text-decoration: none;
	line-height: 20px;
	padding: 0 5px 0 5px;
}

.compare_carousel .delete:hover {
	color: #22272b;
}

.compare_carousel .delete:before {
	position: absolute;
	top: 0;
	left: -5px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 5px solid #df325a;
	content: " ";
}

.compare_carousel .arrow {
	position: absolute;
	width: 14px;
	height: 30px;
	background: url(../img_cars/carousel_arrows_fat.png);
}

.compare_carousel .arrow.prev {
	top: 30px;
	left: 0;
}

.compare_carousel .arrow.prev:hover {
	background-position: bottom left;
}

.compare_carousel .arrow.next {
	top: 30px;
	right: 0;
	background-position: top right;
}

.compare_carousel .arrow.next:hover {
	background-position: bottom right;
}

.compare_title {
	font-weight: bold;
	color: #5c798c;
	font-size: 18px;
	margin: 15px 0 0 0;
}

.compare_title a {
	display: inline-block;
	border-bottom: 2px dotted #5c798c;
	position: relative;
}

.compare_title a:hover {
	border-bottom-color: transparent;
}

.compare_title a:after {
	position: absolute;
	top: 8px;
	right: -20px;
	content: " ";
	border-bottom: 7px solid #5c798c;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.compare_title a:hover:after {
	border-bottom-color: #22272b;
}

.compare_title a.active:after {
	border-top: 7px solid #5c798c;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 0;
}

.compare_title a.active:hover:after {
	border-top-color: #22272b;
}

.compare_table {
	width: 100%;
	table-layout: fixed;
	line-height: 14px;
	margin: 15px 0 0 0;
	font-weight: bold;
}

.compare_table tr td {
	padding: 6px 0 6px 10px;
}

.compare_table tr td:first-child {
	font-weight: normal;
}

.compare_table tr:nth-child(even) {
	background: #e9eff3;
}

.compare_table .normal {
	font-weight: normal;
}

.compare_table .similar {
	background: #ffd202;
	padding: 0 5px 0 5px;
	margin: 0 0 0 -5px;
}

.car_filter_side .select_range_block.side {
	margin-top: 8px;
}

.select_range_block {
	display: inline-block;
	width: 160px;
	height: 32px;
	border-radius: 16px;
	box-shadow: 0 2px 8px rgba(225,137,65,0.39);
	margin: 0 0 2px 0;
	background: #fff url(../img_cars/select_filter_arrow.png) no-repeat right;
	cursor: pointer;
	position: relative;
	z-index: 10;
}

.select_range_block.side {
	background: #f7fafb;
	border: 1px solid #c1cfd7;
	border-radius: 3px;
	line-height: 32px;
	height: 32px;
	cursor: pointer;
	color: #718288;
	box-shadow: inset 0 0 5px rgba(203,224,230,0.75);
	position: relative;
	width: 185px;
}

.select_range_block.active {
	margin-bottom: 0;
	cursor: auto;
}

.select_range_block .result_text {
	display: block;
	line-height: 32px;
	padding: 0 0 0 12px;
	margin: 0 25px 0 0;
	color: #718288;
	overflow: hidden;
}

.select_range_block.side .result_text:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 27px;
	background: #f7fafb url(../img_cars/select_arrow.png) no-repeat right;
	content: " ";
}

.select_range_block.active .result_text {
	display: none;
}

.select_range_block .range_dropdown {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	padding: 20px 30px 15px 30px;
	width: 200px;
	border-radius: 16px;
	box-shadow: 0 2px 8px rgba(225,137,65,0.39);
}

.select_range_block.side .range_dropdown {
	background: #f4fbff;
	padding: 20px 30px 15px 30px;
	width: 200px;
	border-radius: 5px;
	box-shadow: 0 2px 8px rgba(168,187,197,0.75);
	border: 1px solid #c1cfd7;
}

.select_range_block.active .range_dropdown {
	display: block;
}

.select_range_block .fields_row input[type=text] {
	width: 65px;
	margin: 0 0 0 15px;
}

.select_range_block .fields_row input[type=text]:first-child {
	margin-left: 0;
}

.select_range_block.side .btn {
	margin: 0;
}

.select_range {
	position: relative;
	text-align: left;
	background: url(../img_cars/range_bg.png);
	height: 5px;
	border-radius: 3px;
	width: 200px;
	margin: 20px 0 0 0;
}

.select_range a {
	text-decoration: none;
	font-size: 11px;
	color: #96a3ac;
}

.select_range .ui-slider-handle {
	position: absolute;
	z-index: 2;
	cursor: pointer;
	width: 15px;
	height: 26px;
	background: url(../img_cars/range_handle.png) no-repeat;
	top: -10px;
	margin: 0 0 0 -6px;
	padding: 30px 0 0 0;
	text-indent: -10px;
}

.select_range .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
}

.select_range .ui-slider-range {
	top: 0;
	height: 5px;
	background: url(../img_cars/range_fill_bg.png);
}

.select_range_block .submit_block {
	margin: 50px 0 0 0;
	text-align: center;
}

.special_slider {
	margin: 20px 0 0 0;
}

.special_slider .jcarousel-clip {
	margin: 0 auto;
	width: 652px;
	overflow: hidden;
}

.special_slider li {
	float: left;
	width: 150px;
	margin: 0 18px 0 0;
}

.special_slider .photo {
	display: block;
}

.special_slider .name {
	display: block;
	color: #22272b;
	font-weight: bold;
	line-height: 16px;
	margin: 10px 0 0 0;
	font-size: 16px;
}

.special_slider .name:hover {
	color: #5c798c;
}

.special_slider .date {
	font-size: 12px;
	line-height: 16px;
	color: #8c9fac;
}

.special_slider .price {
	font-weight: bold;
	font-size: 13px;
	color: #8c9fac;
	line-height: 19px;
}

.special_slider .price .sign {
	font-style: italic;
	text-decoration: line-through;
}

.special_slider .details {
	font-size: 12px;
	line-height: 14px;
	color: #8c9fac;
	font-weight: bold;
}

.special_slider .jcarousel-prev {
	position: absolute;
	top: 40px;
	left: 0;
	width: 16px;
	height: 30px;
	background: url(../img_cars/carousel_arrows_fat.png);
	cursor: pointer;
}

.special_slider .jcarousel-prev:hover {
	background-position: bottom left;
}

.special_slider .jcarousel-next {
	position: absolute;
	top: 40px;
	right: 0;
	width: 16px;
	height: 30px;
	background: url(../img_cars/carousel_arrows_fat.png) top right;
	cursor: pointer;
}

.special_slider .jcarousel-next:hover {
	background-position: bottom right;
}

.sale_result_block:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.sale_result_block .icon {
	float: left;
}

.sale_result_block table {
	float: right;
	width: 450px;
}

.sale_result_block table tr td {
	padding: 2px 0 2px 0;
	text-transform: uppercase;
}

.sale_result_block table tr td div {
	display: inline-block;
	border-radius: 3px;
	padding: 0 17px 0 5px;
	line-height: 17px;
	position: relative;
	font-size: 13px;
	color: #5c798c;
}

.sale_result_block table tr td div:hover {
	background: #fdba39;
	color: #fff;
}

.sale_result_block table tr td div a {
	position: absolute;
	height: 17px;
	width: 17px;
	top: 0;
	right: 0;
	background: url(../img_cars/close_icon_white_small.png) no-repeat center 5px;
}

.special_slider_small {
	margin: 20px 0 0 0;
}

.special_slider_small .jcarousel-clip {
	margin: 0 auto;
	width: 442px;
	overflow: hidden;
}

.special_slider_small li {
	float: left;
	width: 137px;
	margin: 0 15px 0 0;
}

.special_slider_small .photo {
	display: block;
}

.special_slider_small .name {
	display: block;
	color: #22272b;
	font-weight: bold;
	line-height: 16px;
	margin: 10px 0 0 0;
	font-size: 16px;
}

.special_slider_small .name:hover {
	color: #5c798c;
}

.special_slider_small .date {
	font-size: 12px;
	line-height: 16px;
	color: #8c9fac;
}

.special_slider_small .price {
	font-weight: bold;
	font-size: 13px;
	color: #8c9fac;
	line-height: 19px;
}

.special_slider_small .price .sign {
	font-style: italic;
	text-decoration: line-through;
}

.special_slider_small .details {
	font-size: 12px;
	line-height: 14px;
	color: #8c9fac;
	font-weight: bold;
}

.special_slider_small .jcarousel-prev {
	position: absolute;
	top: 40px;
	left: 0;
	width: 16px;
	height: 30px;
	background: url(../img_cars/carousel_arrows_fat.png);
	cursor: pointer;
}

.special_slider_small .jcarousel-prev:hover {
	background-position: bottom left;
}

.special_slider_small .jcarousel-next {
	position: absolute;
	top: 40px;
	right: 0;
	width: 16px;
	height: 30px;
	background: url(../img_cars/carousel_arrows_fat.png) top right;
	cursor: pointer;
}

.special_slider_small .jcarousel-next:hover {
	background-position: bottom right;
}

.car_filter_side .part {
	margin: 20px 0 0 0;
}

.car_filter_side .part:first-child {
	margin-top: 0;
}

.car_filter_side .part_name {
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 2px dotted #5c798c;
	margin: 0 0 15px 0;
}

.car_filter_side .part_name:hover {
	border-bottom-color: transparent;
}

.filter_big:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.filter_big .top_block:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.filter_big .top_block .left_part {
	float: left;
}

.filter_big .left_part {
	float: left;
	margin: 0 0 0 18px;
}

.filter_big .left_part:first-child {
	margin-left: 0;
}

.filter_big .left_part > a {
	display: block;
	height: 35px;
	margin: 9px 0 0 0;
}

.filter_big .left_part > a:first-child {
	margin-top: 0;
}

.filter_big .left_part > a:hover {
	background-position: bottom left !important;
}

.filter_big .left_part > a.active {
	background-position: bottom left !important;
	cursor: default;
}

.filter_big .left_part > a.sedan {
	width: 164px;
	background: url(../upload_cars/car_body_sedan.png);
}

.filter_big .left_part > a.hatchback {
	width: 164px;
	background: url(../upload_cars/car_body_hatchback.png);
}

.filter_big .left_part > a.coupe {
	width: 164px;
	background: url(../upload_cars/car_body_coupe.png);
}

.filter_big .left_part > a.universal {
	width: 188px;
	background: url(../upload_cars/car_body_universal.png);
}

.filter_big .left_part > a.vnedorojnik {
	width: 188px;
	background: url(../upload_cars/car_body_vnedorojnik.png);
}

.filter_big .left_part > a.miniven {
	width: 188px;
	background: url(../upload_cars/car_body_miniven.png);
}

.filter_big .left_part > a.pickup {
	display: block;
	width: 188px;
	height: 35px;
	background: url(../upload_cars/car_body_pickup.png) top left;
	border-radius: 8px;
}

.filter_big .top_block .left_part .iselect {
	width: 165px;
}

.filter_big .range_block {
	float: right;
}

.filter_big .actual_block {
	margin: 40px 0 0 0;
	line-height: 16px;
}

.filter_big .actual_block label {
	margin: 0 0 0 8px;
}

.filter_big .range_block .button_block {
	display: block;
	text-align: left;
}

.filter_big .button_block {
	margin: 10px 0 0 0;
	text-align: center;
}

.filter_big .button_block .btn {
	margin-top: 0;
	margin-left: 10px;
}

.filter_big .button_block .btn:first-child {
	margin-left: 0;
}

.filter_big .advanced_block {
	display: none;
	padding: 15px 0 10px 0;
	border-top: 1px solid #dae7ef;
	margin: 15px 0 0 0;
}

.filter_big .advanced_block:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.filter_big .advanced_block .iselect {
	float: left;
	width: 165px;
	margin: 0 10px 8px 0;
}

.filter_big .advanced_block .button_block {
	border-top: 1px solid #dae7ef;
	padding: 10px 0 0 0;
}

.turnkey:after {
	clear: both; 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	height: 0; 
}

.turnkey {
	width: 740px;
	margin: 10px 0 0 0;
}

.turnkey > li {
	float: left;
	width: 330px;
	margin: 0 20px 0 0;
	background: url(../img_cars/bullet_arrow_circle_orange.png) no-repeat left 7px;
	padding: 0 0 0 20px;
}

.turnkey > li > a {
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
	line-height: 17px;
	padding: 5px 0 4px 0;
}

.round_green {
/*display:inline-block;
 float:right;    */
 background-color: #96C922;
 padding: 5px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #fff;
}

.round_black {
/*display:inline-block;
 float:right;    */
 background-color: rgba(0, 0, 0, 1);
 padding: 5px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #fff;
}

.round_red {
/*display:inline-block;
 float:right;    */
 background-color: rgba(204, 0, 0, 1);
 padding: 5px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #fff;
}

.round_adv {
/*display:inline-block;
 float:right;   */
 background-color: rgba(255, 153, 0, 1);
 padding: 5px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #fff;
}

.round_to {
/*display:inline-block;
 float:right;   */
 background-color: rgba(51, 51, 204, 1);
 padding: 5px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #fff;
}

.round_question {
/*display:inline-block;
 float:right; */
 background-color: rgba(138, 92, 0, 1);
 padding: 5px;
-webkit-border-radius: 4px;
-moz-border-radius: 7px;
border-radius: 4px;
color: #fff;
}


input.error {
border: 1px solid rgb(255, 51, 0) !important;
box-shadow: inset 0 0 5px rgba(255, 51, 0, 0.75) !important;
}


textarea.error {
border: 1px solid rgb(255, 51, 0) !important;
box-shadow: inset 0 0 5px rgba(255, 51, 0, 0.75) !important;
}

iframe {
        width: 700px;
    height: 390px;
}

.contrast {-webkit-filter: hue-rotate(180deg); filter: hue-rotate(180deg);}

.b-car-category-menu__item {
	width: 34px;
	height: 34px;
	padding: 0;
	float: left;
	margin-left: 3px;
}

.b-car-category-menu__item:first-child {
	margin-left: 0;
}

.b-car-category-menu__item a {
	display: block;
	width: 34px;
	height: 34px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.b-car-category-menu__item a,
.b-car-category-menu__item a:visited {
	background-image: url("../img_cars/car-category-icons.png");
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-color: #c3c7cf;
}

.b-car-category-menu__item a:hover {
	background-color: #FD9B25;
}

.b-car-category-menu__item_car a,
.b-car-category-menu__item_car a:visited {
	background-position: 5px 50%;
}

.b-car-category-menu__item_moto a,
.b-car-category-menu__item_moto a:visited {
	background-position: -87px 50%;
}

.b-car-category-menu__item_quadro a,
.b-car-category-menu__item_quadro a:visited {
	background-position: -179px 50%;
}

.b-car-category-menu__item_suv a,
.b-car-category-menu__item_suv a:visited {
	background-position: -270px 50%;
}

.b-car-category-menu__item_snow a,
.b-car-category-menu__item_snow a:visited {
	background-position: -361px 50%;
}

.b-car-category-menu__item_parts a,
.b-car-category-menu__item_parts a:visited {
	background-position: -454px 50%;
}

i {
font-style:italic;
}



.b-car-full__title {
	color: #982e4c;
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 7px 0;
}

.b-car-full__category {
	color: #777e8b;
	font-size: 14px;
	padding-bottom: 5px;
}

.b-car-full__category a,
.b-car-full__category a:visited {
	font-weight: bold;
	color: #777e8b;
}

.b-car-full__info {
	padding: 10px 0 0 0;
}

.b-car-full__image {
	width: 385px;
	height: 286px;
	overflow: hidden;
	float: left;
}

.b-car-full__main-characteristics {
	    width: 375px;
   /*	float: right;  */
   margin-top: 15px;
}

.b-car-full__sell {
	padding-bottom: 18px;
}

.b-car-full__widget {
	padding-bottom: 15px;
}

.b-main-characteristics__title {
	font-size: 18px;
	color: #4c4d5b;
	line-height: 16px;
	padding: 0 0 8px 0;
	font-weight: bold;
}

.b-main-characteristics__item {
	padding: 8px 17px;
	background: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	background-color: #dae5e9;
	font-size: 14px;
	color: #757c87;
}

.b-main-characteristics__item:nth-child(odd) {
	background-color: transparent;
}

.b-label {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-weight: 15;
	font-weight: bold;
	color: #fff;
	background-image: url("../img/labels-icons-sprite.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 2px 6px 2px 25px;
	display: inline-block;
	text-transform: uppercase;
	margin: 3px;
}

*:first-child+html .b-label {
	display: inline;
	zoom: 1;
}

.b-label_blue1 {
	background-color: #73c1d9;
	background-position: 0 -61px;
}

.b-label_blue2 {
	background-color: #6ab9d1;
	background-position: 0 -237px;
}

.b-label_green1 {
	background-color: #7ab934;
	background-position: 0 -179px;
	padding-left: 30px;
}

.b-label_green2 {
	background-color: #8da82f;
	background-position: 5px -414px;
}

.b-label_grey {
	background-color: #c3c7cf;
	background-position: 5px -297px;
}

.b-label_red1 {
	background-color: #ab2c53;
	background-position: 0 -120px;
}

.b-label_red2 {
	background-color: #bc3861;
	background-position: 5px -355px;
}

.b-label_orange {
	background-color: #ff7800;
	background-position: 0 -3px;
}

.b-label_small {
	padding: 0px 6px 0px 25px;
	font-size: 15px;
	text-transform: none;
}

.b-label_small.b-label_grey {
	background-position: 5px -300px;
}

.b-label_small.b-label_green2 {
	background-position: 5px -417px;
}

.b-label_small.b-label_red2 {
	background-position: 5px -358px;
}

.b-gimmick {
	margin-bottom: 25px;
}

.b-gimmick__content {
	border-left: 4px solid #dae6e9;
	position: relative;
	padding-left: 20px;
	margin-left: 10px;
}


.techies {
background-color: #ab2c53;
    padding: 2px 6px 2px 6px;
    display: inline-block;
    text-transform: uppercase;
    margin: 3px;
        border-radius: 3px;
    font-weight: bold;
    color: #fff;
}


.editor img {
max-width:100%;
}

.editor iframe {
max-width:100%;
height:auto;
min-height:300px; 
}

.list_block li {
list-style: none;
    width: 230px;
    display: inline-block;
    padding: 5px;
    vertical-align: top;
}

.h1like_headling {
float: left;
    color: #c0143b;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}

.homepagelikeh2 {
    float: left;
    color: #c0143b;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
}
