body {
	background: #fff;
}
.ves {
	color: #FFF;
	font-size: 1.6em;
	display: inline-block;
	background: red;
	font-family: arial;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 0.5em;
}
 h1 {
	font-weight: bold;
	padding-bottom: 0.5em;
	font-size: 2em;
}
.right {
	position: relative;
	top: 0.2em;
	font-size: 0.8em;
	color: #fff;
	font-weight: bold;
	width: 61%;
	float: right;
}
.left {
	position: relative;
	top: 0.2em;
	font-size: 1.3em;
	color: #fff;
	left: 7%;
	width: 28%;
	float: left;
}
.auto_head_table {
	position: relative;
	top: -1.5em;
}

td:first-child {
	font-weight: bold;
	font-size: 1.2em;
	padding: 4px;
}
td:last-child {
	font-weight: bold;
	font-size: 2em;
	color: #DE9700;
	padding-left: 1em;
	vertical-align: middle;
}
td:last-child span {
	font-size: 0.5em;
}
.zakaz1 {
	text-align: center;
	width: 100%;
	float: right;
	border-bottom: 8px solid red;
	position: relative;
	top: -3em;
	left: -3em;
}
.zakaz1 a {
	font-weight: bold;
	font-size: 1.2em;
	color: white;
	text-shadow: 0px 0px 5px black;
	text-decoration: none;
	float: right;
	width: 11.5em;
	background: url(../image/zakaz_bg.png) no-repeat;
	padding-top: 1em;
	height: 1.7em;
	position: relative;
	right: -1.3em;
}
.auto_head {
	background: url(../image/auto_head.png) no-repeat;
	width: 90%;
	height: 6.2em;
	display: inline-table;
}
.auto_img {
	padding-left: 1em;
	float: left;
}