*{
  margin: 0;
  padding: 0;
}

body {
  text-align: left;
  background: #cbd1d3 url(i/site_bg.jpg) repeat-y;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
img {
  border: 0;
}

#left{
  position: absolute;
  left: 0;
  top: 0;
  width: 195px;
  background: url(i/top_left.png) no-repeat;
  padding-top: 256px;
  font-size: 9px;
  color: #ccc;
  text-align: right;
 } 
 
#left a{
  color: #ccc;
  text-decoration: none;
  
} 
#left a:hover{
  color: #ccc;
  text-decoration: underline;
  
}

#right{
	position: absolute;
	left: 195px;
	top: 0;
	width: 800px;
}

#top_right{
	width: 740px;
	height: 20px;
	background: url(i/top_right.jpg) no-repeat;
	text-align: right;
	padding: 20px 20px 0 0;
	
}

#top_image{
	width: 760px;
	height: 216px;
	background: #cbd1d3;
	
}

.preloader{
	display: none;
}

.text_menu a{
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans Serif;
	font-size: 10px;
	padding: 0 10px 0 12px;
	background: url(i/arrow.gif) no-repeat;
	text-decoration: none;
	color: #333;
}

.text_menu a:hover{
	background: url(i/arrow2.gif) no-repeat;
	text-decoration: underline;
	color: #f00;
}

#content{
	line-height: 1.5em;
	background: url(i/shadow.jpg) top left no-repeat;
	display: none;
}

.full{
		padding: 20px 30px 10px 20px;

}

#content p{
	padding-bottom: 5px;
}

#content h2{
  line-height: 1.5em;
  color: #CC3300;
  font-size: 16px;
}

#content h3{
  line-height: 1.5em;
  color: #000;
  font-size: 14px;
}

#content a{
  color: #666;
  text-decoration: underline;
}

#content a:hover{
  color: #f00;
  text-decoration: none;
}

.footer{
	margin: 15px;
	padding: 5px;
	text-align: right;
	border-top: 1px solid #f00;
}
.cars_menu{
  padding: 10px 0 0 20px;
  margin: auto;
}

.cars_menu a{
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  color: #666;
}

.cars_menu a:hover{
  color: #000;
}
.cars_menu td{
  padding: 3px;
  text-align: center;
}
.cellover{
  border: 1px solid #000;
}
.cellout{
  border: 1px solid #cbd1d3;
}
.center{
  text-align: center;
}
.form{
  width: 200px;
  border: 1px solid #999;
  padding: 1px;
  font-family: Verdana, Tahoma,Arial, Helvetica;
  font-size: 11px;
  background: #ddd;
  overflow: hidden;
}

.box {
  padding: 5px;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  background: #ddd;
  margin-bottom: 15px;
}

.box td{
  padding: 1px;
}

li{
  margin-left: 30px;
  margin-top: 5px;
  list-style-image:url(i/arrow.gif);
}

#slideshow li, #hp-slideshow li{
    list-style-image: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.actions{
  text-align: center;
} 
.actions a{
  display: block;
  width: 50px;
  padding: 5px;
  margin: 2px 0 0 20px;
  background: #ccc;
  text-align: center;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  border-left: 1px solid white;
  border-top: 1px solid white;
  text-align: center;
}

.actions a:hover{
  color: #000;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.field {
  border: 1px solid #aaa;
  width: 100px;
  padding: 1px;
  font-size: 11px;
}

.contour{
  border: 1px solid #cbd1d3;
}
.motcars{
    text-align: center;
}


.motcars td{
  padding: 2px;
  border:1px solid #999;
  text-align:center;
  background: #eee;
  
}
.feature{
  width: 50px;
}

h1{
  font-size: 22px;
  padding-bottom: 10px;
}

.cell_right td{
  text-align: right;
  padding: 2px;
}

#content a.redlink{
    display: block;
    width: 180px;
    padding: 5px;
    background: #EF1F2C;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin-left: auto;
    text-decoration: none;
    text-align: center;
    border: 1px solid #000;
}
#content a.redlink:hover{
    color: #000;
}

.right{
    text-align: right;
}
