* {margin:0;padding:0;}

html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}

#main {overflow:auto;
	padding-bottom: 30px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -30px; /* negative value of footer height */
	height: 30px;
	clear:both;} 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

body {
	font: 80% Arial, sans-serif; 
	background-color:#ffffff;
	line-height:1.3em; 
	color:#444444;}

a img {border:none;}

a {color: #0066ff;text-decoration:underline;}
a:hover {color:#0a377a;text-decoration:underline;}


/* IE8 hack to get it to apply margin auto centering to element inside this one */
#wrap {width:100%;}

/* Header */
#header {
	height: 183px;
	background: #000000 url(/img/header_bg.gif) repeat-x top left;
x	background: #000000;
}
#header_icon {
	float: right;
	background: transparent url(/img/car.jpg) no-repeat top right;
x	width: 637px;
	width: 644px;
	height: 183px;
}
#header_bg {
	float:left;
	height: 183px;
}

/* Content Area */
#main {
	width: 1070px;
	margin:0 auto;
	clear:both;
	padding: 0 10px 30px 10px;
}

#content {
	width:750px;
	float:left;
	padding:5px 0;}
	
#content-1-cell {
	padding:5px 0;
}

#content h1, #content-1-cell h1 {
	font-size:1.3em;
	margin:0;
	padding:0;
	color:#0a377a;
	line-height:1.3em;
}

#content h2, #content-1-cell h2 {
	font-size:1.2em;
	margin: 10px 0 3px 0;
	color:#0a377a;
	line-height:1.1em;
}
#content h2 a, #content-1-cell h2 a {
	text-decoration: none;
}
#content h2 a:hover, #content-1-cell h2 a:hover {
	text-decoration: underline;
}

#content h3, #content-1-cell h3 {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	color: #0a377a;
	line-height: 1.1em;
}

#content ul, #content-1-cell ul {list-style:square;
	margin:10px 0 10px 20px;
	list-style-position:inside;}
#content li, #content-1-cell li {line-height:1.2em;
	font-size:0.9em;}

#content #list {width:200px;float:left;}
#content-1-cell #list {width:200px;float:left;}
#content #screenshots {width:200px;float:right;padding-top:15px;}
#content-1-cell #screenshots {width:200px;float:right;padding-top:15px;}

#content p {
	margin:5px 0 0 0;
}
#content-1-cell p {
	margin:5px 0 0 0;
}

/* Sidebar */
#sidebar {
	width:300px;
	float:right;
	padding:20px 5px 20px 10px;
}


#sidebar h2  {font-size:1.2em;
	margin:15px 0 12px 0;
	color:#0a377a;}

/* Footer */
#footer {
	background: #a9abad;
	color: #FFFFFF;
	font-size: 85%;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#foot {
	padding: 8px 0 0 0;
}

.clearfix:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}




#menu {
	position:absolute;
x	width: 1000px;
	height: 30px;
	top: 163px;
	left: 50px;
}
#menu a {
	font-size: 100%;
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	margin: 0 20px 0 0;
}
#menu a:hover {
	text-decoration: underline;
}
#logo {
	display:block;
	position:absolute;
	left: 50px;
	top: 33px;
}
#phones {
	font-size: 140%;
	color: #000000;
	padding: 0 5px 10px 5px;
x	border: black 1px solid;
	width: 280px;
	float: right;
}
#phones div {
	padding: 2px 0;
}
#phones span {
	font-size: 65%;
}
#orderform {
	background: #f9f9f9;
	padding: 10px;
	width: 530px;
}
#orderform td {
	padding: 2px 0;
	font-size: 95%;
}
#orderform select {
x	width: 332px;
	border: grey 1px solid;
	font-size: 100%;
	font-family: Arial, sans-serif;
}
#orderform input {
	width: 330px;
	border: grey 1px solid;
	font-size: 100%;
	font-family: Arial, sans-serif;
}
#orderform textarea {
	width: 330px;
	height: 100px;
	border: grey 1px solid;
	font-size: 100%;
	font-family: Arial, sans-serif;
}

#searchform {
	background: #f9f9f9;
	padding: 10px;
x	width: 530px;
}
#searchform td {
	padding: 2px 0;
	font-size: 95%;
}
#searchform input {
x	width: 330px;
	border: grey 1px solid;
	font-size: 100%;
	font-family: Arial, sans-serif;
}

form {
	margin: 0;
	padding: 0;
}
input.order-button {
	height: 16px;
	width: 127px;
	background: transparent url(/img/button-makeorder-off.gif) center no-repeat;
	cursor: hand;
}
input:hover.order-button {
	background: transparent url(/img/button-makeorder-on.gif) center no-repeat;
} 
#order-button input {
	border: none;
	width: 127px;
}
input.find-button {
	height: 16px;
	width: 54px;
	background: transparent url(/img/button-search-off.gif) center no-repeat;
	cursor: hand;
}
input:hover.find-button {
	height: 16px;
	width: 54px;
	background: transparent url(/img/button-search-on.gif) center no-repeat;
	cursor: hand;
} 
#find-button input {
	border: none;
	width: 54px;
}
input.sent-button {
	height: 16px;
	width: 86px;
	background: transparent url(/img/button-sent-off.gif) center no-repeat;
	cursor: hand;
}
input:hover.sent-button {
	background: transparent url(/img/button-sent-on.gif) center no-repeat;
} 
#sent-button input {
	border: none;
	width: 86px;
}
#dillers {
	padding-bottom: 5px;
}
#dillers div a {
	font-size: 110%;
	font-weight: bold;
}
#dillers span {
	color: #000000;
	text-decoration: none;
}
#dillers img {
	float: left;
	padding-right: 5px;
	padding-bottom: 10px;
}
#dillers td {
	padding: 5px 0;
}
#clear {
	clear: both;
}
#rb {
	float:left;
	display:block;
	width: 100px;
	height: 87px;
}
.image {
	padding: 1px;
	border: #000 1px solid;
	margin: 0px 10px 5px 0;
	float: left;
}
#date {
	font-size: 95%;
	color: #989898;
	padding: 0 0 1px 0;
}
.podrobnee {
	padding: 5px 0 0 0;
	text-align:right;
}

/* Paging */
div.paging {
	width: 100%;
	padding: 1px 0;
	font: 11px/2 Verdana;
	color: #c30;
	text-align: center;
	margin: 1em 0 1em;
}
div.paging a:link, div.paging a:visited  {
	padding: 2px 5px 3px 6px;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #d9d9d9;
	background-color: #FFFFFF;
}
div.paging a:hover  {
	font-weight: normal;
	text-decoration: none;
	background-color: #F7F7F7;
	border: 1px solid #d9d9d9;
}
div.paging a.current:visited,
div.paging a.current:link {
	text-decoration: none;
	background-color: #f2efe8;
	border: 1px solid #d9d9d9;
}

#table_result td {
	padding: 3px 3px;
}

#table_result th {
	padding: 6px 3px;
}

#table_result s {
	font-size: 12px;
}

#catalog_car td {
	padding: 3px 0;
}
#catalog_brand td {
	padding: 1px 0;
	font-size: 80%;
}
#catalog_cats td {
	padding: 1px 0;
	font-size: 90%;
}
#bread {
	font-size: 95%;
	padding: 0 0 10px 0;
}
#bread span {
	font-size: 80%;
	margin: 0 2px;
}
#bread a {
	font-size: 95%;
}

#small_text {
	font-size: 9px;
}
#middle_text {
	font-size: 11px;
}

#vin_forma td {
	padding: 3px 3px 3px 5px;
}
#form_logo {
	float: right;
	padding-top: 20px;
}

.border_color {
	background-color: #e9e8e8;
}
.border_color tr {
	background-color: #ffffff;
}
#vin_comment1 {
	font-size: 10px;
	padding: 10px 3px 0 3px;
}
#vin_comment2 {
	font-size: 10px;
	padding: 3px;
}

#faq_element {
	padding: 10px 0;
}
#faq_head {
	background-color: #F9F9F9;
	padding: 3px 5px;
}
#faq_question {
	padding: 8px 10px;
	font-style: italic;
}
#faq_otvet {
	padding: 0 8px 5px 50px;
	color: #0a377a;
}
#faq_date {
	float:right;
	font-size: 11px;
	color: #a7a7a7;
}
#faq_name {
	float:left;
}
a.link_print {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 135px;
}

#partners div {
	padding-bottom: 5px;
	text-align: left;
}

#phone_block {
	background: url('/img/manager.jpg') left no-repeat;
	padding: 0 0 0 80px; height: 80px;
}

#phone_block span {
	color:green;
	font-size: 20px;
	font-weight: normal;
}

#phone_block small {
	font-size: 12px;
}

#info_block {
	backgound: #eef0f5;
}

#info_block div {
	padding: 0 0 5px 0;
}

#bel {
	color: green;
	font-weight: bold;
}
#val {
	color: blue;
	font-weight: bold;
}
#val_size {
	font-size: 12px;
}