/*==============================
1 Reset
===============================*/
html {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	color: #545454;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

body, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; }

div, dl, dt, dd, ul, ol, li, legend, input, button, textarea, p, blockquote, th, td { line-height: 18px; }

a, a:link, a:focus, a:hover, a:active { outline: none; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img { border: 0; }

input[type=radio], input[type=checkbox] {
	vertical-align: middle;
	margin: 0;
}

address, caption, cite, code, dfn, em, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del, ins { text-decoration: none; }

caption, th { text-align: left; }

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

sup { vertical-align: baseline; }

sub { vertical-align: baseline; }

input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	padding: 0;
	margin: 0;
}

input[type='text'], textarea {
	border: 1px solid #CCC;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	padding: 0 5px;
}

textarea {
	height: auto;
}

input:focus, textarea:focus { outline: none }

/* Clearfix */
.clearfix { display: inline-block; }

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0
}


.clearfix { display:block; }

a, :focus { outline: none; }

button {
	border: 0px;
	cursor: pointer;
}

/*==============================
1.1. Defaults,  h1, h2, h3, h4, h5, a
===============================*/
h1 {
	font-size: 24px;
	line-height: 30px;
	color: #0898d2;
	text-decoration: none;
}

h2 {
	font-size: 19px;
	line-height: 24px;
	color: #0898d2;
	text-decoration: none;
}

h3 {
	color: #0898d2;
}

h4, h5, h6 {

}

a, a:link, a:visited {
	color: #545454;
	font-size: 12px;
}

ul, ol {
	padding: 0px 0px 15px 15px;
	margin: 0px;
}

ol {
	padding-left: 25px;
}
p{
	padding: 0px 0px 18px 0px;
}

a:hover, a:visited:hover { text-decoration: none; }

.floatLeft { float: left; }

.floatRight { float: right; }

.alignCenter { text-align: center; }

.bg-none {
	background: none !important;
}

.overflow-none{
    overflow: inherit !important;
}

body{
    background: #fff url(/i12/bg-body.png) repeat-x left top;
}

/*==============================
2. Wrapper
===============================*/

#wrapper{
    width: 965px;
    margin: 0 auto;
}

/*==============================
3. Header
===============================*/

#header{
    height: 95px;
}

#header td{
    padding: 10px 0 0 0;
    
}

#header .head{
    float: left;
    width: 315px;
    height: 40px;
    padding: 0 0 0 25px;
    border-left: 1px solid #babdc1;
    margin: 5px 0 0 20px;
}

#header .name{
    color: #003971;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding-bottom: 3px;
}

#header .sign{
    color: #01458e;
    font-size: 11px;
    line-height: 12px;
    font-weight: bold;
}

#header .logo-b{
    float: right;
    width: 113px;
    height: 73px;
    display: block;
    margin-top: -15px;
}

#header .phone{
    width: 200px;
    float: right;
    margin: 10px 0 0 0;
}

#header .phone p{
    font-size: 30px;
    color: #003971;
    padding-bottom: 0;
}

#header .phone p span{
    font-size: 20px;
    color: #757575;
    
}

#header .phone a{
    text-align: right;
    display: block;
    font-size: 11px;
    color: #01458e;
    padding: 2px 12px 0 0;
}

.head-side h3{
    color: #194276;
    text-transform: uppercase;
    font-size: 16px;
    text-align: left;
}

.nav{
    width: 730px;
    height: 35px;
    background: url(/i12/bg-nav.png) repeat-x;
    margin-left: 20px;
        border-bottom: 2px solid #fff;
}

.nav tr td{
    height: 35px;
    border-right: 2px solid #fff;
}

.nav tr td:hover{
    background: url(/i12/bg-nav-ac.png) repeat-x;
}

.nav a{
    float: left;
    color: #fff;
    font-family: 'Century Gothic', arial;
    font-size: 12px;
    display: block;
    text-align: center;
    padding: 0 25px 0 25px;
    line-height: 15px;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    
}

.nav tr td.first-nav{
    
}

.nav tr td.last-nav{
    border-right: none;
}

/*==============================
4. Sidebar
===============================*/

.sidebar{
    padding: 15px 0 0 0;
}

.box-news{
    background: url(/i12/border-news.png) repeat-x bottom left;
    margin-bottom: 10px;
}

.box-news h3{
    padding-bottom: 2px;
}

.box-news h3 a{
    font-size: 12px;
    font-weight: bold;
    color: #194276;
}

.box-news p{
    font-size: 11px;
    color: #5b5a5a;
    padding-bottom: 10px;
}

.benner-box{
    margin-bottom: 15px;
}

.all-news{
    display: block;
    background: url(/i12/all-news.png) no-repeat;
    width: 87px;
    height: 19px;
    margin: 25px 0 20px
}

/*==============================
5. Slider
===============================*/

#slider, slider li {
    width:730px !important;
	overflow:hidden; 
}
#slider img{
    border:none;
}
#slider ul, #slider li{
    position:relative;
    margin:0;
    padding:0;
    list-style:none;
	display:block;
}

.content-main{
    padding: 0 0 0 20px;
}

.slider{
    position: relative;
    margin: 0 0 0 20px;
}

#controls{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    width: 730px;
}

#controls .nextBtn{
    display: block;
    background: url(/i12/next.png) no-repeat;
    width: 23px;
    padding: 34px 0 0 0;
    overflow: hidden;
    height: 0;
    position: absolute;
    z-index: 50;
    right: 10px;
    top: 275px;
}

#controls .prevBtn{
    display: block;
    background: url(/i12/prev.png) no-repeat;
    width: 23px;
    padding: 37px 0 0 0;
    overflow: hidden;
    height: 0;
    position: absolute;
    z-index: 50;
    left: 10px;
    top: 275px;
}

#controls li{
    float: left;
    margin: 0 8px;
    list-style: none;
    
}

#controls li a{
    display: block;
    background: url(/i12/bg-controls.png) no-repeat top right;
    width: 11px;
    height: 0;
    overflow: hidden;
    padding: 11px 0 0 0;
}

#controls li a:hover, #controls li.current a{
    display: block;
    background: url(/i12/bg-controls.png) no-repeat top left;
    width: 12px;
    height: 0;
    overflow: hidden;
    padding: 12px 0 0 0;
}

#controls .controls{
    position: absolute;
    top: 340px;
    left: 310px;
    z-index: 50;
}

#controls li a span{
    display: none;
}

.bottom-slider{
    position: absolute;
    z-index: 50;
    bottom: 0;
    left: 0;
    background: url(/i12/bg-bottom-slider.png) no-repeat;
    width: 730px;
    height: 73px;
}

.name-slider{
    position: absolute;
    z-index: 50;
    bottom: 90px;
    left: 115px;
    width: 500px;
    text-align: center;
}
.name-slider h3{
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    font-family: 'Tahoma';
}

.bottom-slider select{
    margin: 10px 0 0 50px;
    width: 195px;
    height: 20px;
    padding: 2px 0 1px 2px;
    font-size: 12px;
    color: #3b3b3b;
}

.bottom-slider select option{
    font-size: 12px;
    color: #3b3b3b;
}

/*==============================
6. Content
===============================*/

.content-main{
    padding: 35px 0 20px 20px;
}

.content-main p{
    font-size: 13px;
    color: #000;
    line-height: 16px;
    padding-bottom: 15px;
}

.widget-bottom .widget{
    background: url(/i12/bg-widget-b.png) no-repeat;
    width: 114px;
    height: 94px;
    text-align: center;
    padding: 30px 0 0 0;
    margin: 0 9px 25px 0;
    float: left;
}

.widget-bottom .widget img{
    margin-bottom: 3px;
}

.widget-bottom .widget h4 a{
    font-size: 12px;
    color: #535557;
    font-family: 'Century Gothic', arial;
    text-decoration: none;
}

.widget-bottom .widget h4 a:hover{
    text-decoration: underline;
}

.content-nav{
    padding: 0 0 25px;
}

#content .content-main .content-nav a{
    color: #194276;
    font-size: 13px;
    padding: 0 3px 
}
.content-nav a.first-nav{
    padding-left: 0;
}

#content h1{
    font-size: 24px;
    color: #000;
    padding-bottom: 15px;
}

#content .content-main a{
    color: #194276;
    font-size: 13px;
    text-decoration: underline;
}

#content .content-main a:hover{
    text-decoration: none;
}

.widget-row{
    overflow: hidden;
    padding-bottom: 15px;
}

.widget-content{
    float: left;
    width: 250px;
}

.widget-content-last{
    float: left;
    width: 390px;
    margin-left: 25px;
    text-align: center;
}

.widget-content-last p{
    font-size: 18px;
    color: #343434;
    line-height: 24px;
}

.widget-content-last p span{
    color: #ff0000;
    display: block;
    padding: 15px 0 0;
}

.gallery{
    width: 731px;
    height: 171px;
    background: url(/i12/bg-gallery.png) no-repeat;
    margin: 0 0 25px;
}

.gallery a{
    display: block;
    width: 228px;
    height: 153px;
    margin: 8px 2px 0 11px;
    float: left;
}

/*==============================
7. Footer
===============================*/

.footer-nav{
    text-align: center;
    padding: 15px 5px;
}

.footer-nav a{
    padding: 15px 5px;
}

#footer{
    margin: 15px 0 0 0;
    background: url(/i12/bg-footer.png) no-repeat;
    width: 1000px;
    height: 94px;
    text-align: center;
    vertical-align: top;
    
}

#footer p{
   padding: 5px 0 0 0;
   color: #908f8f;
   font-size: 11px;
}

/**/
.categorys_auto{
	display: block;
	width: 200px;
	margin: 0;
	float: left;
}

.db0 th { background: #cdcdcd }
.db1 td { background: #eeeeee }

.car_descript{ font-size: 1.1em }
.car_descript .img_box {
	width: 390px;
	float: left;
	margin-right: 24px;
}
.car_descript .img_box img {
	float: left;
	border: solid 3px #e0e0e0;
	margin-right: 11px;
	margin-bottom: 13px;
}
.car_descript .descript_box {
	margin-left: 415px;
}
.car_descript .price {
	min-height: 35px;
	margin-bottom: 30px;
}
.car_descript .price span {
	font-weight: bold;
	border: solid 3px #e0e0e0;
	float: left;
	padding: 7px 20px;
	margin-left: 30px;
}
.car_descript ul {
	margin-bottom: 15px;
}
.car_descript li {
	margin: 0;
	list-style: none;
}
.car_descript p {
	margin-bottom: 15px;
}

.descript_list {
	margin-bottom: 30px;
}
.descript_list li {
	margin: 0;
	background: url(http://www.ela-used.ru/images/list_bord.gif) repeat-x bottom;
	padding: 9px 0;
}
.descript_list li.last {
	background: none;
}
.descript_list span {
	display: block;
	float:left;
	width: 40%;
	min-width: 130px;
	font-weight: bold;
}
.clear {
	clear: both;
}
