@charset "utf-8";
/* Autoland */

html, body {
	margin:0px;
	padding:0px;
}
html {
	overflow-y:scroll;
}
body {
	background:#EEE;
}
hr {
	height:1px;
	border:0px;
	color:#666;
	background-color:#666;
}
select, input.submit {
	color:#666;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
}
input.submit:hover {
	color:#333;
	border:1px solid #333;
}
div.container {
	position:relative;
	min-height:600px;
	width:800px;
	margin:10px auto;
	border:1px solid #999;
	background:#FFF;
}
div.menubar {
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:170px;
	background-color:#000099;
	background-color:#32349B;
}
div.contentcontainer {
	position:relative;
	height:100%;
	width:615px;
	margin-left:185px;
	padding-bottom:30px;
}
div.content {
	position:relative;
	width:610px;
	padding-bottom:6px;
}
div.menu {
	width:150px;
	margin:30px auto;
}
div.menu a {
	display:block;
	height:38px;
	width:150px;
	line-height:38px;
	margin:4px 0px;
	text-align:center;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	font-size:20px;
}
div.menu a:hover {
	border:0px none;
	height:40px;
	width:152px;
	background:url(/img/menu_hover.gif) no-repeat center;
	color:#000000;
}
div.menu a.selected {
	border:0px none;
	height:40px;
	width:152px;
	margin-left:10px;
	background:url(/img/menu_selected.gif) no-repeat center;
	color:#000000;
}
div.bovaglogo {
	height:120px;
	width:80px;
	margin:20px auto;
	background:url(/img/bovagnew.jpg) no-repeat;
}
div.autolandlogo {
	position:relative;
	right:1px;
	height:154px;
	width:616px;
	margin-bottom:10px;
	background:url(/img/autoland_logo.jpg) no-repeat;
}
div.rndcrtl {
	position:absolute;
	top:-1px;
	left:-1px;
	height:9px;
	width:9px;
	background:url(/img/rndcr_tl.gif) no-repeat;
}
div.rndcrtr {
	position:absolute;
	top:-1px;
	right:-1px;
	height:9px;
	width:9px;
	background:url(/img/rndcr_tr.gif) no-repeat;
}
div.rndcrbl {
	position:absolute;
	bottom:-1px;
	left:-1px;
	height:9px;
	width:9px;
	background:url(/img/rndcr_bl.gif) no-repeat;
}
div.rndcrbr {
	position:absolute;
	bottom:-1px;
	right:-1px;
	height:9px;
	width:9px;
	background:url(/img/rndcr_br.gif) no-repeat;
}
div.rndcrtl_gray {
	position:absolute;
	top:-1px;
	left:-1px;
	height:9px;
	width:9px;
	background:url(/img/rndcr_tl_gray.gif) no-repeat;
}
div.rndcrtr_gray {
	position:absolute;
	top:-1px;
	right:-1px;
	height:9px;
	width:9px;
	background:url(/img/rndcr_tr_gray.gif) no-repeat;
}
div.rndcrbl_gray {
	position:absolute;
	bottom:-1px;
	left:-1px;
	height:9px;
	width:9px;
	background:url(/img/rndcr_bl_gray.gif) no-repeat;
}
div.rndcrbr_gray {
	position:absolute;
	bottom:-1px;
	right:-1px;
	height:9px;
	width:9px;
	background:url(/img/rndcr_br_gray.gif) no-repeat;
}
div.content, div.disclaimer a, legend, div.carpage a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	text-decoration:none;
}
div.content h1, div.content h2 {
	color:#333333;
	font-family:default;
}

table.carlist tr:hover {
	background-color:#C0B9FF;
	cursor:default;
}
table.carlist tr.clheader:hover {
	background-color:#FFF;
	cursor:auto;
}


div.carcontainer {
	position:relative;
	height:100px;
	width:100%;
	margin:6px 1px;
	border:1px solid #FFF;
}
div.carcontainer:hover {
	border:1px solid #CCC;
	background-color:#CCC;
}
div.carimg {
	position:absolute;
	top:0px;
	left:0px;
	height:100px;
	width:100px;
	line-height:100px;
	text-align:center;
	color:#CCC;
}
div.cartxt {
	margin-left:110px;
	width:410px;
}
div.carprice {
	position:absolute;
	top:0px;
	right:4px;
}


div.financiering a,div.contact a {
	color:#666;
	font-weight:bold;
}
div.contact a {
	text-decoration:none;
}
div.financiering a:hover {
	color:#999;
}
