/* <!-- */ /* General styles */
body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	background: #eee;
	font-size: 11px;
	font-family: Verdana, Arial;
	background-image: url("background.png");
	background-repeat:repeat-x;
	background-position: 0 40px;
	
}

a {
	color: #258;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1,h2,h3 {
	margin: .8em 0 .2em 0;
	padding: 0;
}

p {
	margin: .4em 0 .8em 0;
	padding: 0;
}

img {
	margin: 10px 0 5px;
}

/* Header styles */
#header {
	clear: both;
	float: left;
	width: 100%;
}

#header {
	border-bottom: 1px solid #000;
	padding-bottom: 8px;
	margin-bottom: 8px;
	background-color: #206595;
}

#header p,#header h1,#header h2 {
	padding: .4em 15px 0 15px;
	margin: 0;
	color: #fff;
}

#header ul {
	clear: left;
	float: left;
	width: 100%;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}

#header ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header ul li a {
	display: block;
	float: left;
	margin: 0 0 0 1px;
	padding: 3px 10px;
	text-align: center;
	background: #eee;
	color: #000;
	text-decoration: none;
	position: relative;
	left: 15px;
	line-height: 1.3em;
}

#header ul li a:hover {
	background: #369;
	color: #fff;
}

#header ul li a.active,#header ul li a.active:hover {
	color: #fff;
	background: #000;
	font-weight: bold;
}

#header ul li a span {
	display: block;
}

/* 'widths' sub menu */
#layoutdims {
	clear: both;
	background: #eee;
	border-top: 4px solid #000;
	margin: 0;
	padding: 6px 15px !important;
	text-align: right;
}

/* column container */
.colmask {
	position: relative;
	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	width: 100%; /* width of whole page */
	overflow: hidden; /* This chops off any overhanging divs */
}

/* 2 column left menu settings */
.leftmenu {
	/*background: #FFD8B7;*/
}

.leftmenu .colright {
	float: left;
	width: 200%;
	position: relative;
	left: 800px;
}

.leftmenu .col1wrap {
	float: right;
	width: 50%;
	position: relative;
	right: 800px;
	padding-bottom: 1em;
}

.leftmenu .col1 {
	margin: 0 15px 0 815px;
	position: relative;
	right: 100%;
	overflow: hidden;
}

.leftmenu .col2 {
	float: left;
	width: 770px;
	position: relative;
	right: 785px;
}

#producers_col {
	float: left;
	width: 156px;
}

/* Footer styles */
#footer {
	clear: both;
	float: left;
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-top: 18px;
	background-color: #fff;
}

#footer p {
	padding: 10px;
	margin: 0;
}

/* --> */
#search {
	background-color: #fafafa;
	border: 1px dotted #777;
	margin-bottom: 12px;
	padding: 12px;
}

#search table {
	width: 100%;
}

#search input, select {
	font-size: 11px;
}

#producers {
	background-color: #fafafa;
	border: 1px dotted #777;
	margin-bottom: 12px;
	padding: 12px;
	width: 110px;
}

#producers ul {
	padding: 0;
	margin: 0;
}

#producers ul li
{
	list-style-type: none;
	padding: 1px;
	margin: 0;
	border-bottom: 1px dotted #777;
}

#producers ul li a
{
	color: #000;
	width: 110px;
	display: block;
}

#producers ul li a:hover
{
	color: #225588;
	text-decoration: none;
	background-color: #eee;
}

#cba_cpr_id, #model {
	width: 180px;
}

#uco_price_max, #uco_km_max {
	width: 80px;
}

#uco_fuel, #uco_prod_y_min {
	width: 110px;
}

#search_submit {
	height: 42px;
	width: 76px;
	letter-spacing: 1px;
}

#billcars {
	width: 100%;
	border: 1px dotted #777;
	background-color: #fafafa;
}

#billcars img {
	border: 1px solid #000;
}

#billcars a:hover {
	text-decoration: none;
	color: #000;
}

#billcars tbody tr td {
	height: 120px;
	text-align: center;
	vertical-align: top;
}

#searchresult {
	width: 100%;
	border-collapse: collapse;
}

#searchresult tbody tr td {
	border: 1px dotted #777;
	padding-left: 12px;
	height: 84px;
}

#searchresult tbody tr {
	background-image: url("background.png");
	background-repeat:repeat-x;
}

#searchresult tbody tr:hover {
	background-color: #dae1e5;
	background-image: none;
	cursor: pointer;
}

#searchresult img {
	border: 1px solid #000;
	margin: 6px;
	margin-left: 0;
}

#searchresult .img {
	text-align: center;
}

#searchresult .price {
	text-align: right;
	font-size: 12px;
	padding-right: 22px;
}

#impressum {
	border: 1px dotted #777;
	background-color: #fafafa;
	padding: 12px;
}

#provinces {
	border: 1px dotted #777;
	background-color: #fafafa;
	padding: 12px;
}

#emailsent {
	border: 1px dotted #777;
	background-color: #fafafa;
	padding: 12px;
	text-align: center;
}

.detail {
	border: 1px dotted #777;
	background-color: #fafafa;
	padding: 8px;
	padding-left: 12px;
}

.detail ul {
	margin: 2px;
	padding: 2px;
	display: block;
}

.detail ul li {
	list-style-type: none;
}

.detail ul.technical {
	width: 49%;
}

.detail ul.technical li {
	padding-bottom: 2px;
	padding-top: 2px;
	border-bottom: 1px dotted #777;
	margin-right: 8px;
	padding-left: 2px;
}

.detail ul.technical li:hover {
	background-color: #eee;
	color: #206595;
	cursor: default;
}

h4 {
	margin-bottom: 2px;
}

#picturebox {
	background-color: #fafafa;
	border: 1px dotted #777;
	margin: 0;
	padding-bottom: 10px;
}

#picturebox img {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #777;
	margin-bottom: 8px;
}

.detail input {
	width: 270px;
	font-size: 11px;
	margin-bottom: 8px;
	border: 1px dotted #777;
}

.detail textarea {
	width: 270px;
	height: 120px;
	border: 1px dotted #777;
	margin-bottom: 6px;
	font-size: 11px;
}

#errorbox {
	margin-bottom: 8px;
	border: 1px dotted #d22;
	background-color: #fdd;
	padding: 6px;
	margin-right: 8px;
}

.error {
	color: #d22;
	margin: 3px;
}