html{
	height: 100%;
}

* html body {
	height: 100%;
}

body {
	position: relative;
	padding: 0;
	margin: 0;
	min-height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 140%;
    background: url("images/header.f4ace047dd11.png") repeat-x top;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 2px;
}

select{
	padding: 1px;
}

input[type=text], input[type=password], select, textarea {
	border: 1px solid #2e4e5b;
	border-radius: 3px;
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

input.empty{
	color:#999;
}

a {
	color: #008dd2;
	text-decoration: underline;
}

a:hover {
	color: #c12123;
	text-decoration: none;
}

a img {
    border: none;
}

iframe {
	border: 0;
}

a.buy-button{
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #047904), color-stop(1, #09b609) );
    background:-moz-linear-gradient( center top, #047904 5%, #09b609 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#047904', endColorstr='#09b609');
    background-color:#047904;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border:1px solid #01a101;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    padding:4px 12px;
    text-decoration:none;
}

a.buy-button:hover{
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #09b609), color-stop(1, #047904) );
    background:-moz-linear-gradient( center top, #e01e24 5%, #047904 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#09b609', endColorstr='#047904');
    background-color:#09b609;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border:1px solid #01a101;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:12px;
    font-weight:bold;
    padding:4px 12px;
    text-decoration:none;
}


a.button, input.button {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a42321), color-stop(1, #e01e24) );
	background:-moz-linear-gradient( center top, #a42321 5%, #e01e24 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a42321', endColorstr='#e01e24');
	background-color:#a42321;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 12px;
	text-decoration:none;
}

a.button:hover, input.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e01e24), color-stop(1, #a42321) );
	background:-moz-linear-gradient( center top, #e01e24 5%, #a42321 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e01e24', endColorstr='#a42321');
	background-color:#e01e24;
}

a.button {
    padding: 3px 12px;    
}

.wide-table {
    width: 100%;
    min-width: 500px;
    border-collapse: collapse;
    border: 1px solid #e1e1e1;
    color: #333;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

#loading {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	opacity: 0.3;
	background: url("images/loading-big.75a1b8287063.gif") no-repeat center center #031c4d;
}

.content-wrapper {
	position: relative;
    min-width: 970px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px 0 20px;
}

#body {
}

#header {
    position: relative;
    height: 230px;
}

#logo {
    position: absolute;
    left: 4px;
    top: 24px;
}

#logo a {
    outline: none;
}

#logo strong {
	display: block;
	padding-top: 4px;
}

#top-info{
	line-height: 19px;
	overflow: hidden;
	height: 20px;
}

#main-banner {
    position: absolute;
    top: 50px;
    left: 250px; 
    z-index: 0;
    width: calc(100vh - 180px);
    max-height: 110px;
    overflow: hidden;
}

#main-banner img {
	width: 100%;
}
span.phone {
	padding-left: 20px;
	background: url("images/phone.f90443d65110.png") no-repeat left center;
}

span.icq {
	padding-left: 18px;
	background: url("images/icq.e29640391f9c.png") no-repeat left center;
}

span.skype {
	padding-left: 20px;
	background: url("images/skype.f3bf79800636.png") no-repeat left center;
}

span.mail{
	padding-left: 20px;
	background: url("images/email.67c787d8ada9.png") no-repeat left center;
	font-weight: bold;
}

#top-info a {
	color: #a62421;
}

#menu {
    position: absolute;
    left: 0px;
    bottom: 8px;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu li {
    float: left;
    padding: 0 12px;
    border-left: 1px solid #fff;
}

#menu li:first-child {
	border: none;
}

#menu li a {
	font-size: 13px;
    color: #fff;
    text-decoration: none;
}

#menu li a:hover {
	text-decoration: underline;
}

#menu li.selected a{
}

#menu li.selected a {
	font-weight: bold;
}

#search-box {
	padding: 16px 0 0 0;
}

#search-box label {
	color: #777;
}

#search-box a {
	margin-left: 4px;
	font-weight: bold;
}

#search-number{
	width:200px;
}

#search-submit{
	margin-right: 10px;
}

#ask {
	position: absolute;
	right: 45px;
	top: 14px;
	width: 140px;
	height: 103px;
	background: url("images/ask.7e01885ba651.png") no-repeat center top;
	outline: none;
	z-index: 10;
	text-decoration: none;
}

#ask strong {
	display: block;
	padding-top: 75px;
	text-align: center;
	color: #17ca00;
	font-size: 15px;
	text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
	z-index: 3;
}

#ask:hover strong {
	color: #d81f24;
}

.cart-detail {
    width:100%;
    max-width: 800px;
}

#cart-box {
    position: absolute;
    right: 10px;
    bottom: 9px;
    width: 200px;
    color: #fff;
    font-size: 13px;
}

#cart-box a {
	margin-right: 8px;
	color: #fff;
	text-decoration: none;
}

#cart-box a:hover{
	text-decoration: underline;
}

#cart-box span{
	margin: 6px;
}

#login-box, #user-box {
	position: absolute;
	width: 200px;
	height: 70px;
	right: 4px;
	top: 105px;
	padding: 7px;
	border: 1px solid #e8e8e8;
	border-radius: 4px;
	background-color: #f5f5f5;
	z-index: 10;
}

#login-box p, #user-box p{
	margin: 0  0 4px 0;
	padding: 0;
}

#login-email, #login-password {
	border: 1px solid #999;
	border-radius: 3px;
	padding: 3px;
}

#login-email {
	width: 190px;
}

#login-password {
	width: 120px;
}

#login-register {
	font-weight: bold;
	color: #cc2020;
}

#login-recovery {
	margin-left: 4px;
	font-size: 10px;
	color: #777;
}

#user-balance {
	font-size: 14px;
	font-weight: bold;
	color: #d31f23;
}

#user-menu {
	padding-left: 40px;
}

#user-menu a {
	float: left;
	position: relative;
	margin-right: 12px;
	width: 32px;
	height: 32px;
	outline: none;
	background-repeat: no-repeat;
}

#user-menu a:active {
	top: 1px;
}

#user-cart {
	background-image: url("images/user-cart.c94ff0bc4f58.png");
}

#user-profile {
	background-image: url("images/user-profile.25fdcc38c7b1.png");
}

#user-logout {
	background-image: url("images/user-logout.dbbcc49b147c.png");
}

a.region-selector {
	font-weight: bold;
	color: #C43A34 !important;
}

#region-select {
	display: none;
	position: absolute;
	padding: 10px;
	width: 450px;
	height: 200px;
	background-color: #E2E0E0;
	border: 1px solid #777;
	border-radius:4px;
    -moz-box-shadow:    2px 2px 4px #777;
    -webkit-box-shadow: 2px 2px 4px #777;
    box-shadow:         2px 2px 4px #777;
	z-index: 10;
}

#region-select h3, #region-select h3 a{
	color: #C43A34;
	padding-bottom: 4px;
}

#region-select table td {
	padding: 2px 4px;
}

.error-big{
    font-size:150px;
    line-height: 150px;
    font-family:Arial, Helvetica, sans-serif;
    color:#A00;
}

.error-head{
    font-size:20px;
}

#panel {
	float: left;
	position:relative;
	width:220px;
	padding-top:28px;
}

#main{
	margin-left:240px;
    margin-right: 20px;
}


div.box{
	margin-bottom:20px;
}

div.box a{
	color: #000;
	text-decoration: none;
}

div.box a:hover{
	color: #cc2020;
}

div.box div.heading{
	padding-bottom:10px;
	font-size:18px;
	text-align: center;
}

div.box div.content ul{
	padding:0;
	margin:0;
	list-style:none;
}

div.box div.content ul li{
	padding:4px 0 5px 0;
	font-size:13px;
	background: url("images/box-li.c1622640c95d.png") repeat-x bottom;
}

div.box p{
	margin:2px 0;
	padding:0;
	font-size:12px;
}

div.box h4{
	margin:0 0 4px 0;
	padding:0;
}

h1, #main-heading {
	margin:0;
	padding: 20px 0 4px 0;
	font-size: 20px;
	font-weight: normal;
}

#main-heading h1 {
	display: inline;
	padding: 0;
}

#main-heading img{
	float:left;
	margin: 0px 12px 0 0;
}

#main-content{}

#main-content h2{
	font-size:17px;
	margin:8px 0;
}

#main-content h5{
    padding: 0px;
    margin: 0 0 8px 0;
	font-size:13px;
	margin:8px 0;
	border-bottom: 1px solid #ddd;
}

#main-content h5 a{
	text-decoration: none;
}

#main-content h5 a:hover{
	text-decoration: none;
}

#main-content p{
	margin:4px 0;
}

#car-box{
	margin-bottom:20px;
}

#car-box .logo{
    text-align:center;
}

#car-box h3 {
	margin: 0;
    padding: 4px 0;
    text-align: center;
    color: #d31f23;
}

#car-box .date {
    text-align:center;
    color:#777;
}

.submit-hide{
    width:0px;
    height:0px;
    border:none;
}

.nowrap {white-space: nowrap}

#breadcrumb{
    padding-bottom:12px;
}

#breadcrumb span.breadcrumb-title {
    background: url("images/next.02e1ca7982be.png") no-repeat right center;
    padding-right: 16px;
}

.grid-details .currency-set,
.grid-details .discount-set,
.grid-details .available-set,
.grid-details .display-set {
    float:right;
	padding-right:1px;
    padding-left:8px;
}

#currency-set select{
	width:60px;
	font-size:12px;
	font-weight:bold;
}

#search-level-box{
	float:right;
	padding-right:10px;
}

#search-level-box select{
}

#qsearch{
    padding:4px 0 12px 0;
    font-weight:bold;
}

#qsearch input{
    margin-left:4px;
    width:250px;
}

#qsearch input.submit{
    display:inline-block;
    width:24px;
    height:24px;
    border:none;
    background:none;
    background-image:url("images/filter-submit.ea04f734e1d3.png");
    background-position:top;
    cursor:pointer;
}

#qsearch input.submit:hover{
    background-position:bottom;
}

.show-hide{
    width: 24px;
    height: 24px;
    display: block;
    background: url("images/show-hide.e84d5952f3d4.png") no-repeat right center;
}

/* ================================== tables =======================================*/

.grid {
    min-width: 500px;
    border-collapse: collapse;
}

.grid thead th {
    padding: 6px;
    text-align: left;
    vertical-align: top;
    background: #e8ebf0;
    font-size: 12px;
    white-space: nowrap;
    text-transform: uppercase;
    border: 1px solid #fff;
}

.grid thead tr th:first-child {
	border-left: 1px solid #e8ebf0;
}

.grid thead tr th:last-child {
	border-right: 1px solid #e8ebf0;
}

.grid thead th a {
	color: #000;
}

.grid thead th a:hover {
	color: #D31F23;
}

.grid thead th div.filter{
	position:relative;
	left: -5px;
	padding-right: 4px;
	width: 100%;
}

.grid thead th div.filter input,
.grid thead th div.filter select{
    width:100%;
}

.grid thead th .filter2 select{
    width:95% !important;
}

.grid thead th .filter input.find,
.grid thead th .filter input.submit {
	position: absolute;
	right: 2px;
	top: 3px;
	width: 16px;
	height: 16px;
	border: none;
	outline: none;
	cursor: pointer;
	background: url("images/find.db2f351f8f59.png") no-repeat left top;
}

.grid thead th .filter input.find:hover {
	background-position: left bottom;
}

.grid thead th .filter input.find:active {
	top: 4px;
}

.grid thead th strong {
    display: block;
    padding-top: 3px;
}


.grid td {
    padding: 4px;
    border: 1px solid #e8ebf0;    
}

.grid td.datetime {
    width: 80px;
    color: #555;
    white-space: nowrap;
}

.grid td a {
	text-decoration: none;
}

.grid tbody tr td.disabled {
    background-color: #eeeeee;
}
.grid tbody tr.disabled {
    background-color: #eeeeee;
}

.grid tbody tr:hover, .grid tbody tr.selected:hover{
    background-color:#f4f7fc;
}

.grid tr.unread{
    font-weight: bold;
}

.grid tr.selected{
	background-color:#FFFFDD;
}

.grid tbody tr.active td{
    background-color:#fffab2;
}

.grid tbody tr.onstore td{
    background-color:#d2fcc9;
}

.grid tbody tr td.onstore {
    background-color: #d2fcc9;
}

.grid tbody tr td.onstore{
    background-color:#bbfcac; 
}

.grid tbody tr.onstore:hover td, 
.grid tbody tr td.onstore:hover{
    background-color:#a6fc93 !important;
}

.grid tbody tr.separator td h2{
	margin:0 !important;
	padding:0 !important;
	font-size:13px !important;
}

.grid td.info{
	width:24px;
	white-space:nowrap;
	padding: 0 4px 0 4px;
	margin: 0;
    text-align: center;
}

.grid .red{
    font-weight:bold;
    color:#ff0000;
}
    
.grid .green{
    font-weight:bold;
    color:#00ff00;
}

.grid a.descr {
    background-image: url("images/description.50819a37701e.gif");
    width: 16px;
    white-space: nowrap;
    padding: 0 8px;
    margin: 0;
}

.grid tbody tr.sel0, .grid tbody tr.sel0:hover{
    background-color:#f5e6e6;
}

.grid tr.sel0 td{
    padding:4px;
}

.grid th.check{
    width:21px;
}

.grid td.total,
.grid td.price{
	text-align:right;
	white-space:nowrap;
	font-weight:bold;
    width: 70px;
}

.grid td.count{
	width:60px;
	text-align:center;
}

.grid td.delete{
	width:18px;
}

.grid td.summary{
	text-align:right;
	font-weight:bold;
}

.grid td.volume{
	width:75px;
	text-align:right;
}

.grid td.pw{
	width:64px;
	text-align:right;
}

.grid td.info {
	white-space: nowrap;
	padding: 0 4px;
	line-height: 16px;
}

.grid a.buy {
    background: url("images/cart.34d22f411c7c.png") no-repeat;
    background-position: left top;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.grid a.buy:hover {
    background-position: left bottom;
}


.grid a.store-limit-cart {
    background: url("images/store-limit-cart.7389b67e541e.png") no-repeat;
    background-position: left top;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.grid a.store-limit-cart:hover {
    background-position: left bottom;
}


.grid td.link {
    cursor:pointer;
}

.grid td a.link {
	font-weight:bold;
}


.grid td.part-info{
	width:34px;
	white-space:nowrap;
}

.grid td.manufacturer{
    width:160px;
}

.grid th.date,
.grid td.date{
    width:75px;
}

.grid .days {
    text-align: center;
}

.grid .status {
    text-align: center;
    width: 100px;
}

.grid th.delivery,
.grid td.delivery {
    width: 160px;
}

.grid th.declaration,
.grid td.declaration {
    width: 100px;
}

.grid td.print{
	width:20px;
	text-align:center;
}

.grid td.buy{
    width: 18px;
    text-align: center;
    line-height: 16px;
}

.grid tr th.date-period {
	width: 100px;
	white-space: nowrap;
}

.grid tr th.date-period input.date-input{
	width:50px;
	font-size: 10px;
	padding: 3px 1px 4px 1px;
	margin: 0;
}

.grid td.income,
.grid td.outcome,
.grid td.balance {
	width: 75px;
	text-align: right;
	font-weight: bold;
}

.grid td.income {
	color: #060;
}

.grid td.outcome {
	color: #900;
}

#back_url {
    float: right;
    margin-left: 30px;
}


a.info{
    background:url("images/info.026d12bd8a25.png") no-repeat;
    background-position:left top;
    display:inline-block;
    width:20px;
    height:20px;
}

.grid a.excel_csv {
    background-image: url("images/excel_csv.0ba43d8b50a3.png");
}

.grid a.remove{
    background:url("images/remove.12c269990edc.png") no-repeat;
    background-position:left top;
    display:inline-block;
    width:20px;
    height:20px;
}

.grid a.print{
    background:url("images/print.b5896a10722f.png") no-repeat;
    background-position:left top;
    display:inline-block;
    width:20px;
    height:20px;
}

.grid a.info:hover,
.grid a.remove:hover{
    background-position:left bottom;
}

.grid a.add{
    background:url("images/add.1988c3cc1384.png") no-repeat;
    background-position:left top;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.grid a.favorite{
    background:url("images/favorite.69b8911e94b8.png") no-repeat;
    background-position:left top;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.grid .yes{
    background:url("images/yes.927bc39d754f.png") no-repeat;
    background-position: center center;
    display: block;
}

.grid .no{
    background:url("images/no.695640841e60.png") no-repeat;
    background-position:left top;
    display: block;
    width: 16px;
    height: 16px;
}

.grid .star0{
    display: inline-block;
    width: 10px;
    height: 16px;
    background:url("images/star0.02013c49269e.png") no-repeat center;
}

.grid .distributor{
    background:url("images/distributor.3ae03abc3bc1.png") no-repeat left center;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.grid p{
    padding:0;
    margin:0;
    /*height:16px;*/ 
}

.grid th a.sort,
.grid th a.sort-asc,
.grid th a.sort-desc{
    background-position:right center;
    background-repeat:no-repeat;
    padding-right:8px;
}

.grid th a.sort{
    background-image:url("images/sort.f6596199196d.gif");
}

.grid th a.sort-asc{
    background-image:url("images/sort-asc.52b523de0ca1.gif");
}

.grid th a.sort-desc{
    background-image:url("images/sort-desc.6ea13e0cefce.gif");
}

div.grid-details{
	font-size: 12px;
    height: 25px;
    padding-top: 4px;
	padding-bottom:8px;
	font-size:12px;
}

div.grid-details a.right{
	float:right;
	font-weight:bold;
}

div.grid-empty{
	padding:20px 0;
	text-align:center;
	color:#888;
	font-size:18px;
}

div.pagination {
	padding: 4px 0;
	font-size: 13px;
}

div.pagination strong {
	margin-right:4px;
}

div.pagination a,
div.pagination span {
	padding: 0 2px;
	font-weight: bold;
}

div.pagination span.current{
	color: #D31F23;
}

div.pagination a.page{
    outline: none;
    text-decoration: none;
	color: #000;
}

div.pagination a.page:hover{
	color: #D31F23;
}

div.pagination .prev,
div.pagination .next{
    padding:0 10px 0 10px;
    background-position:center center;
    background-repeat:no-repeat;
    outline:none;
    text-decoration:none;
}

div.pagination a.prev{
    background-image:url("images/page-prev.18edd14b9754.png");
}

div.pagination a.next{
    background-image:url("images/page-next.093030ee0ab8.png");
}

div.pagination span.prev{
    background-image:url("images/page-prev-disabled.f45bb223ac59.png");
}

div.pagination span.next{
    background-image:url("images/page-next-disabled.03f2f4ed914f.png");
}

div.pagination strong.total{
	margin-left:8px;
}

table.vertical-grid {
    border-collapse: collapse;
    border: 1px solid #e1e1e1;
    color: #333;
}

.vertical-grid th {
    text-align: left;
    min-width: 220px;
}

.vertical-grid th, .vertical-grid td {
    padding: 4px;
    border-bottom: 1px solid #e1e1e1;
}

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

table.form-table{
    margin:0;
    padding:0;
}

table.form-table th{
	padding:4px;
    min-width:180px;
    height:25px;
    text-align:right;
    font-weight:normal;
}

table.form-table td{
	padding:1px;
}

table.form-table td input[type=text],
table.form-table td input[type=password]{
    width:250px;
}

table.form-table td select{
    width:258px;
}

table.form-table td textarea{
    width:250px;
    height:80px;
}

tr.error th {
    color: #CC0000;
}

tr.error td input,
tr.error td select {
    border: 1px solid #CC0000;
    background-color: #ffd9d9;
}

table.form-table td ul {
    list-style: none outside none;
    padding: 0;
    margin: 0;
}

#id_captcha_1, #id_register-captcha_1{
	width:80px;
	margin-right:8px;
	font-size:16px;
}

table.form-table td.actions{
	padding-top:12px;
	padding-bottom:12px;
}

div.split-datetime input.date-input{
	width: 150px !important;
}

div.split-datetime input.time-input{
	width: 18px !important;
}

.form-table .info{
	display:none;
	padding:4px 12px;
	background-color:#a2a2a2;
	border-radius:4px;
	white-space:normal;
	font-size:0.8em;
	line-height:120%;
	color:#fff;
}

.form-table .info p {
    margin: 0 !important;
    padding: 0 !important;
}

.form-table .info a{
	color:#fff;
}

.helptext{
	color: #aaa;
}

div.actions{
	padding:10px 0;
	text-align:center;
}

.ul0{
    list-style:none;
    line-height: 1.5em;
}

form.filter-form{
	padding-bottom:12px;
}

form.filter-form label{
	font-weight:bold;
	font-size:12px;
}

form.filter-form input[type=text]{
	width:250px;
}

form.filter-form input.submit{
	padding:2px 6px;
	font-weight:bold;
	font-size:12px;
}

#car-form .field label{
	display:block;
	font-size:12px;
}

#car-form .field input{
	width:180px;	
}

#car-form .field select{
	width:186px;
}

#car-form-advanced {
	margin-left: 16px;
	font-size: 11px; 
}

#brand-list ul{
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
	font-size:12px;
}

#brand-list li{
	float:left;
	width:33%;
	height:30px;
}

#brand-list li a{
	display:block;
	text-decoration:none;
	outline:none;
}

#brand-list li img{
	float:left;
	margin-right:4px;
}

#brand-list li strong{
	display:block;
	padding-top:3px;
}

#brand-list td a{
	display: block;
	height: 24px;
	line-height: 24px;
	text-decoration:none;
	outline:none;
}

#brand-list td img{
	float:left;
	margin-right:8px;
}

#brand-list-compact td{
	width:16%;
	height:16px;
	line-height:16px;
	padding:0;
	margin:0;
}

#brand-list-compact td a{
	font-size:12px;
}

.cars_count {
    display: inline;
    padding-left: 17px;
    color: #ce2023;
}

.catalog-column {
    float:left;
    width:19.9%;
}
.catalog-column ul {
    overflow:hidden;
    width:100%;
    list-style:none;
    padding: 0;
}
.catalog-column ul li {
    float:left;
    padding:1px 0;
    width:100%;
}


.table-manufacturers {
    width:100%;
}

.table-manufacturers td{
    padding:2px 2px 2px 15px;
    white-space:nowrap;
}

.table-manufacturers td:first-letter{
	font-weight:bold;
}

.table-manufacturers th{
	padding:2px 0;
    font-size:16px;
    color:#c2170f;
    text-align:left;
    border-bottom:1px solid #c2170f;
}

#manufacturer_search input {
    font-size: 12px;
    font-family:Verdana, Arial,Helvetica,sans-serif;
    width:100px;
}

#quick_search {

}

#quick_search input {
    font-size: 12px;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    width:70px;
}

#quick_search select {
    font-size: 12px;
    font-family:Verdana,Arial,Helvetica,sans-serif;
}


#search_engine input {
    font-size: 12px;
}


#main-text {
	width:100%;
	background-color: #e8ebf0;
	border-top: 1px solid #2d4e5d;
	border-bottom: 1px solid #2d4e5d;
}

#main-text-content {
	position:relative;
	min-width:970px;
    max-width:1400px;
    margin:0 auto;
    padding:10px;
}


h2.buy-part{
	margin:0;
	padding:0 0 20px 0;
}

.mini-form-box {
    display: block;
    position: relative;
}

.mini-form {
    display: none;
    position: absolute;
    right: 0;
    top: 20px;
    width: 280px;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #999;
    padding: 6px;
    z-index: 10;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
    border-radius: 2px;
}

.mini-form label {
    display: inline-block;
    width: 170px;
    color: #777;
}

.mini-form p.field {
    margin: 4px 0;
    padding: 0;
    text-align: left;
}

.mini-form p{
    width: 100%;
    display: inline-block;
}
.mini-form p.field input {
    width: 96%;
}

.mini-form textarea {
    width: 265px;
    height: 50px;
}

.mini-form p.submit {
    text-align: right;
}

h2.buy-part a {
	padding: 10px 16px;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	border-radius: 4px;
	background: #e01e24;
	background: -moz-linear-gradient(top,  #e01e24 0%, #a42421 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e01e24), color-stop(100%,#a42421)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e01e24 0%,#a42421 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e01e24 0%,#a42421 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e01e24 0%,#a42421 100%); /* IE10+ */
	background: linear-gradient(top,  #e01e24 0%,#a42421 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e01e24', endColorstr='#a42421',GradientType=0 ); /* IE6-9 */
}

h2.buy-part a:hover{
	background: #a42421; /* Old browsers */
	background: -moz-linear-gradient(top,  #a42421 0%, #e01e24 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a42421), color-stop(100%,#e01e24)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a42421 0%,#e01e24 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a42421 0%,#e01e24 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a42421 0%,#e01e24 100%); /* IE10+ */
	background: linear-gradient(top,  #a42421 0%,#e01e24 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a42421', endColorstr='#e01e24',GradientType=0 ); /* IE6-9 */
}

.green {
    color: #237635;
}

.strong {
 	font-weight: bold !important;
}

.help0 {
    width: 16px;
    height:16px;
    display: inline-block;
    outline: none;
    background: url("images/help0.2d48002a3172.png") no-repeat center center;
}

.help1 {
    width: 16px;
    height:16px;
    display: inline-block;
    background: url("images/help1.f29e4ef0f890.png") no-repeat center center;
}

.help1:active {
    outline: none;
}


a.photo{
    display:inline-block;
    width:20px;
    height:20px;
    background:url("images/photo.1cad412b7c8a.png") no-repeat center top;
}

a.photo:hover{
	background-position:center bottom;
}

a.cart{
    display:inline-block;
    width:20px;
    height:20px;
    background:url("images/cart.34d22f411c7c.png") no-repeat center top;
}

a.cart:hover{
	background-position:center bottom;
}

a.yandex,
a.google {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
}
a.google {
    background-image: url("images/google.87b620373996.png");
}
a.yandex {
    background-image: url("images/yandex.70a274ddc15f.png");
}

a.car{
    background:url("images/car.dc0dc75e27bc.png") no-repeat;
    background-position:left top;
    display:inline-block;
    width:20px;
    height:20px;
}

a.reserve{
    display:inline-block;
    width:20px;
    height:20px;
    background:url("images/reserve.e3e23a2c79a5.png") no-repeat center top;
}

a.reserve:hover{
	background-position:center bottom;
}

a.search{
    display:inline-block;
    width:16px;
    height:16px;
    background:url("images/search.c4ce6cb2c2c0.png") no-repeat center top;
}

a.search:hover{
	background-position:center bottom;
}

a.logout{
    display:inline-block;
    width:16px;
    height:16px;
    background:url("images/logout.a971a24e0fa3.png") no-repeat center top;
}

.edit {
    background:url("images/edit.c6951eb0407e.png") no-repeat center top;
}

.comment0{
    background-image:url("images/comment0.db53484a5481.png");
}

.analog {
    width: 16px;
    height:16px;
    display: inline-block;
    background: url("images/analog.dd6a2c148f31.png") no-repeat center center;
}

.clock0 {
    padding: 0 0 0 18px;
    margin: 0px;
    background: url("images/clock0.b139ed675fdb.png") no-repeat right center;
    color:#457802;
}


.yes0{
    background: url("images/yes.927bc39d754f.png") no-repeat left center;
    padding: 0 0 0 16px;
    height: 16px;
    width: 32px;
    display: block;
}

.no0{
    background: url("images/no.695640841e60.png") no-repeat left center;
    padding: 0;
    padding: 0 0 0 16px;
    height: 16px;
    width:32px;
    display: block;
}

.icon{
    display: inline-block;
    position:relative;
    width:16px;
    height:16px;
    margin:0;
    outline:none;
    background-position:top center;
    background-repeat: none;
}

.icon:hover{
	background-position:bottom center;
}

.clear {
	background-image: url("images/remove.12c269990edc.png");
}

.seasonal1 {
	background-image: url("images/seasonal1.bdf1e913e2c0.png");
}

.seasonal2 {
	background-image: url("images/seasonal2.7c63fed3a06b.png");
}

.seasonal3 {
	background-image: url("images/seasonal3.b9791f0bd650.png");
}

div.jGrowl div.info {
    background-color: #f4e000;
    font-size: 12px;
    opacity: 1;
    filter: alpha(opacity = 100);
    color: #000;
    margin-top: 40px;
}

div.jGrowl div.info div.header {
    font-size: 12px;
}


div.jGrowl div.help {
    background-color: #f4e000;
    font-size: 12px;
    opacity: 1;
    filter: alpha(opacity = 100);
    color: #000;
    margin-top: 50px;
    width: 500px;
}

div.jGrowl div.help div.header {
    font-size: 12px;
}

.not-avaible {
	color: #a6a6a6;
}

.mini textarea{
	width: 300px;
	height: 50px;
}

#incart {

}

#sitepage p {
    text-indent: 20px;
}

#news-list{
	margin:0;
	padding:0;
	list-style:none;
}

#news-list li{
	padding:16px 0;
	width:100%;
	overflow:hidden;
}

.news-head {
	position: relative;
    height: 32px;
    background: url("images/news.d75faf65052b.png") no-repeat left;
    background-size: 32px 32px;
}

.news-title{
	position: relative;
	left: 36px;
	padding: 0;
	margin:0;
	font-size:18px;
	font-weight:normal;
}
.news-title a{
	text-decoration: none;
}

.news-date{
	position: relative;
	left: 36px;	
    color: #c12123;
}

#news-box .heading{
	color:#999;
	font-weight:bold;
}

#news-box .all{
	float:right;
	font-size:12px;
}

#news-box ul{
	padding:12px 0 0 0;
	margin:4px 0 0 0;
	list-style:none;
	width:100%;
	overflow:hidden;
	line-height:120%;
	border-top:1px solid #ddd;
}

#news-box li{
	float:left;
	width:24%;
	margin-right:1%;
}

#news-box li img{
	float:left;
	margin-right:8px;
}

#news-box li a{
	font-size:13px;
}

#news-box li p{
	margin:6px 0 0 0;
	padding:0;
	font-size:11px;
}

#main .heading{
	font-size:18px;
	margin:20px 0;
}

a.read-more{
	text-decoration:none;
}

a.read-more em{
	font-size:1.2em;
}

a.read-more span{
	text-decoration:underline;
}

a.read-more:hover span{
	text-decoration:none;
}

.canceled {
    color: red;
}

tr.canceled td{
    color: red;
}

tr.canceled td a{
    color: red;
}

#id_captcha_1 {
    width: 170px;
    position: relative;
    top: -6px;
}
img.captcha {
    position: relative;
    top: 6px;
}

.show-hide{
    width: 24px;
    height: 24px;
    display: block;
    background: url("images/show-hide.e84d5952f3d4.png") no-repeat right center;
}

.message-info,
.message-warning,
.message-error{
	margin:12px 0 0 0;
	font-weight:bold;
	padding:8px 16px;
	background-color:#e2e0e0;
	border:1px solid #d7d7d7;
	border-radius:4px;
}

.message-info{
	border-color:#7ea9b9;
	background-color:#cbe4ee;
}

.message-warning{
	border-color:#b9a27e;
	background-color:#fbedab;
}

.message-error{
	border-color:#b97e7e;
	background-color:#ffcdcd;
	color:#c00;
}


.message-info a.message-close,
.message-warning a.message-close,
.message-error a.message-close{
	float:right;
	margin-left:8px;
	color:#c00;
}

.warning-text{
	font-weight: bold;
	color: red;
}

#spec-form{
    margin-bottom:1px;
    padding:6px 8px;
    background-color:#e8ebf0;;
    font-size:12px;
    font-weight: normal;
}

#spec-label{
	position: relative;
	font-weight: bold;
}

.grid #spec-label {
    position: relative;
    font-size: 13px;
    margin: 4px 0 0 10px;
    border-bottom: 1px dashed #000080;
    text-decoration:none;
}

#spec-label a {
    color: #D31F23;
}

#spec-label strong {
    margin-right: 8px;
    text-transform: uppercase;
}

#spec-list {
    display: none;
    overflow: hidden;
    position: relative;
    padding: 10px;
}

#spec-list ul{
    list-style:none;
    padding:0px 20px 5px 2px;
    margin:0;
    float: left;
}


#spec-form .actions{
    text-align:left;
}

#spec-form .specs-action {
    clear: both;
}

#manufacturer-list {
	width: 100%;
	overflow: hidden;
}

#manufacturer-list h3{
	clear:left;
	padding:5px 8px;
	margin:10px 0;
	background:#eee;
    border:1px solid #e2e0e0;
    border-radius:4px;
}

#manufacturer-list ul{
	margin:0;
	padding:0 0 10px 0;
	float:left;
	width:25%;
	list-style:none;
}

#manufacturer-list ul li{
	padding:2px 0 2px 10px;
}


#manufacturer-group-list ul{
	margin:0;
	padding:0;
	float:left;
	width:50%;
	list-style:none;
}

#manufacturer-group-list ul li{
	padding:3px 0;
}

#browser {
    list-style:none;
}

div.abc-list{
	padding-bottom:4px;
	font-weight:bold;
}

div.abc-list a{
	margin-right:2px;	
}

.text{
	width:100%;
	overflow:hidden;
}

.text img {
	padding: 4px;	
}

#comment p{
	padding:0;
	margin:0 0 8px 0;	
}

#comment label{
	display:block;
	padding-bottom:2px;
	color:#555;
}

#comment p input{
	padding:4px;
	width:500px;
	border:1px solid #9b9b9b;
	border-radius:4px;
}

#comment p textarea{
	padding:4px;
	width:500px;
	height:100px;
	border:1px solid #9b9b9b;
	border-radius:4px;
}

#comment .captcha{
	float:left;
	margin-right:4px;	
}

#comment p input#id_captcha_1{
	width:80px;
}

#comment-submit{
	padding:8px 0;	
}

#comment-submit input{
	padding:4px 12px;
	font-weight:bold;
}

#comment-done{
	padding:50px 0;
	font-weight:normal;
	color:#555;
}

#years {
    padding-bottom: 4px;
}

#years .selected {
    font-weight:bold;
}

#years a {
    padding-right: 10px;
}

#promo-products{
	min-height: 50px;
	padding-bottom: 20px;
	/*height: 100px;*/
}

#promo-products h1{
	font-size: 15px;
	padding-bottom: 4px;
}

#promo-products ul{
    margin:0;
    padding:0;
    list-style:none;
}

#promo-products li{
	float:left;
	width:49%;
	margin-right:1%;
}

#promo-products-clear{
	clear: left;
}

#footer{
	position:relative;
	left:0;
	bottom:0;
	width:100%;
	height:60px;
	background-color: #e8ebf0;
	border-top: 1px solid #2d4e5d;
	color:#333;
	line-height: 20px;
}

#footer a{
	color:#000;
}

#madeby{
	float: right;
}

#typo{
	font-size: 10px;
	clear: right;
	float: right;
}

#footer-menu {
	padding-bottom: 70px;
}

#footer-menu table {
	width: 100%;
}

#footer-menu table td, #footer-menu table th {
	text-align: left;
	white-space: nowrap;
}

#footer-menu table th {
	padding: 12px 27px 4px 0; 
	font-size: 16px;
}

#footer-menu table th p {
	margin: 0;
	padding: 0 0 4px 0;
	border-bottom: 2px dotted #0291dd;
}

#footer-menu table td p {
	margin: 0;
	padding: 2px 20px 2px 10px;
}


#footer-menu table th a {
	font-size: 16px;
	color: #333;
	text-decoration: none;
}

#footer-menu table th a:hover {
	color: #c12123;
}

#footer-menu table td a {
	color: #0291dd;
	line-height: 20px;
}

.price-old{
    color: red;
    text-decoration: line-through;
    font-weight: bold;
}

.price-new{
    color: green;
    font-weight: bold;
}

.qtip{
	font-size:12px !important;
	line-height:16px !important;
}

#liveinternet {
    position: absolute;
    top: 5px;
    right: 280px;
}
.grid-filter {
	margin-bottom: 4px;
	border-collapse: collapse;
}

.grid-filter th {
	text-align: left;
	padding: 2px 0;
}

.grid-filter td {
	padding: 2px 4px;
}

.grid-filter input {
	width: 150px;
}

.grid-filter select {
	width: 154px;
}

.grid-filter .date-input {
	width: 66px;
}

.grid-filter .interval input {
	width: 66px;
}

.grid-filter .buttons {
	text-align: right;
}

.grid-filter .buttons input {
	width: auto;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 4px;
}

#moving-adts-box {
    margin-top: 4px;
	position: relative;
	height: 60px;
	background-color: #fff;
	overflow: hidden;
}

#moving-adts {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

#moving-adts li {
	position: relative;
	float: left;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
    padding-right: 10px;
}

#moving-adts li a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

#moving-adts li span {
	display: block;
	padding: 0 40px;
}

.export_order {
    margin-left: 10px;
    padding: 1px 4px 1px 18px;
    margin-right: 6px;
    background: url("images/table.fee040a77b07.png") no-repeat top left;
}
.box .field label{
	display:block;
	font-size:12px;
}

.box .field input{
	width:180px;	
}

.box .field select{
	width:186px;
}

.box .submit{
	padding-top:4px;
}

.comment-count {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    text-align: center;
    text-decoration: none;
    font-size: 9px;
    line-height: 13px;
    color: #fff;
}

a.icon:hover .comment-count {
    color: #fff;
}

.comment-tip strong {
    display: block;
    padding: 2px 0;
    width: 200px;
    color: #c00;
}

.comment-tip strong.my {
    color: #00c;
}

.comment-tip small {
    float: right;
}

.user-check-block {
    border: 1px solid #d0d0d0;
    width: 500px;
    padding: 8px;
    margin: 8px 0;
    border-radius: 8px;
}
.comment-tip em {
    display: block;
    width: 200px;
    font-style: normal;
    color: #000;
}

#comment-list {
    margin: 0 0 8px 0;
    padding: 0;
    max-height: 160px;
    overflow: auto;
    list-style: none;
}

#comment-list li {
    padding-bottom: 3px;
    margin-bottom: 3px;
    border-bottom: 1px solid #ddd;
}

#comment-list li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

#comment-list h4 {
    margin: 0;
    padding: 0 0 2px 0;
    color: #c00;
}

#comment-list h4.my {
    color: #00c;
}

#comment-list small {
    float: right;
}

#comment-list p {
    margin: 0 !important;
    padding: 0 !important;
}

#comment-form textarea {
    height: 60px;
}

.comment1{
    background-image:url("images/comment1.1a81fdf44bab.gif");
}

.comment2{
    background-image:url("images/comment2.db53484a5481.png");
}

button.ui-multiselect {
    border: 1px solid #2E4E5B !important;
    border-radius: 3px 3px 3px 3px !important;
}

.ui-multiselect-checkboxes label {
     max-width:100%;
     white-space: nowrap;
}

a.vin-request {
    font-weight: bold;
    color: #008DD2 !important;
}

a.vin-request:hover {
    font-weight: bold;
    color: #CC2020 !important;
}

a.stat{
    background:url("images/stat.06df4aec4534.png") no-repeat;
    background-position:left top;
    display:inline-block;
    width:16px;
    height:16px;
}

.item-filter {
    white-space: nowrap;
    width: 150px;
    float: left;
}

.aggreement:disabled:hover{
    color:#888;
    background: #eee;
}

.aggreement:enabled:hover{
    color:#000;
}

#credit{
    outline: none;
    display: block;
    background:url("images/kredit.ed34bb9a6819.jpg") no-repeat;
    width:200px;
    height:300px;
}

.car-info{
    float: left;
}
.jstree{
    /*float: right;*/
    display: inline-block;

}
.car-category-main{
    display: inline-block;
    width: 100%;
}

a.new-site{
    width: 30%;
    text-align: center;
    color: #fff;
    background: #fdfdfd;
    background: -moz-linear-gradient(top, #f98e8e 0%, #ff0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f98e8e), color-stop(100%,#ff0000));
    background: -webkit-linear-gradient(top, #f98e8e 0%,#ff0000 100%);
    background: -o-linear-gradient(top, #f98e8e 0%,#ff0000 100%);
    background: -ms-linear-gradient(top, #f98e8e 0%,#ff0000 100%);
    background: linear-gradient(to bottom, #f98e8e 0%,#ff0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f98e8e', endColorstr='#ff0000',GradientType=0 );
}

div.new-site div {
    width: 100%;
}

div.new-site {
    text-align: center;
    padding: 30px 0;
}