/* CSS Document */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
span.orange{
	border:1px solid #FF0000;
	background-color:#FF9900;
	padding:1px 3px;
	color:#FFFFFF;
}
span.light-blue{
	border:1px solid #0066CC;
	background-color:#0099CC;
	padding:1px 3px;
	color:#FFFFFF;
}
span.blue{
	background-color:#0066FF;
	border:1px solid #003399;
	padding:2px 5px;
	border-right:3px solid #003399;
	color:#FFFFFF;
	font-size:11px;
	float:right;
}
h1.main_headline{
	color:#FF6699;
	font-size:xx-large;
}
h1.headlines{
	color:#0099CC;
	font-size:xx-large;
}

img.vehicle-photo{
	border:2px solid #CCCCCC;
	width:231px;
}
img{
	border:0;
}
p.text-center{
	text-align:center;
}
/* form elements */
form.search{
	font-size:xx-large;
	color:#666666;
	text-align:center;
	margin:100px 0;
	width:auto;
	padding:20px;
	background-color:#FFFFCC;
	border:1px solid #FBE3B3;
}
input.search_button{
	height:42px;
	position:relative;
	top:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:xx-large;
	border:1px solid #666666;
	background-color:#FFFFFF;
}
input.search_box{
	height:38px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:xx-large;
	border:1px solid #666666;
	background-color:#FFFFFF;
	color:#FF6633;
}
form.form{
	width:auto;
	padding:20px;
}
form.form input{
	height:25px;
	font-size:20px;
	color:#666666;
	font-weight:bold;
	border:1px solid #0099CC;
	padding:3px;
}
form.form textarea{
	font-size:20px;
	color:#666666;
	font-weight:bold;
}
form.form td{
	font-size:16px;
	color:#333333;
	font-weight:bold;
}
form.form #file-button{
	height:30px; border:0; font-size:17px; -moz-opacity:0.5; filter:alpha(opacity: 0.5); opacity:0.5;
}
form.form select{
	height:25px;
	font-size:16px;
	color:#666666;
	font-weight:bold;
	border:1px solid #0099CC;
}
form.yellow{
	width:480;;
	background-color:#FFFF99;
	border:1px solid #FFCC66;
	padding:5px;
}
form.blue{
	width:480;;
	background-color:#BCC8FE;
	border:1px solid #0099CC;
	padding:5px;
}
form.report{
	width:auto;
	background-color:#FFCCCC;
	border:1px solid #FF99CC;
	padding:5px;
	font-size:larger;
	font-weight:bold;
}
form.report-light{
	width:auto;
	background-color:#FFCCCC;
	border:1px solid #FF99CC;
	padding:5px;
	font-weight:bold;
}


/* links */
a.white:link{color:#FFFFFF; text-decoration:none;}
a.white:visited{color:#FFFFFF; text-decoration:none;}
a.white:hover{color:#FFFFFF; text-decoration:none;}
a.white:active{color:#FFFFFF; text-decoration:none;}

/* divs */
div.error{
	width:90%;
	min-height:20px;
	background-color:#FEC6BC;
	border:1px solid #FF0000;
	padding:5px;
	margin:5px auto 5px auto;
	color:#990000;
	text-align:center;
}
div.noerror{
	width:90%;
	min-height:20px;
	background-color:#B7F2BA;
	border:1px solid #009933;
	padding:5px;
	margin:5px auto 5px auto;
	color:#006600;
	text-align:center;
}
div.wrapper{
	width:980px;
	margin:0 auto;
}
div.block-1{
	width:100%;
	padding-bottom:10px;
	margin-bottom:5px;
	border-bottom:3px double #009966;
}
div.block-1-1{
	width:520px;
	float:left;
}
div.block-1-1 h2{
	margin:0;
	color:#0099FF;
}
div.block-1-1 p{
	margin:0;
	color:#999999;
}
div.block-1-2{
	width:460px;
	float:left;
	font-size:10px;
	text-align:right;
}
div.clear{
	clear:both;
}
div.spacer{
	margin:10px 0;
	width:10%;
	height:5px;
}
div.block-2{
	width:100%;
	text-align:right;
	background-color:#003399;
	margin-bottom:20px;
}
div.block-3{
	width:100%;
}
div.block-4{
	width:100%;
	text-align:center;
	margin-top:20px;
}
div.block-4 img{
	border:0;
	font-size:10px;
	color:#999999;
}
div.warning{
	width:100%;
	border:1px solid #CC0000;
}
div.warning h1{
	color:#CC0000;
	font-weight:bold;
	font-size:36px;
	text-align:center;
	margin:5px;
}
div.warning p{
	color:#CC0000;
	text-align:center;
	margin:5px;
}
div.approved{
	width:100%;
	border:1px solid #009933;
}
div.approved h1{
	color:#009933;
	font-weight:bold;
	font-size:36px;
	text-align:center;
	margin:5px;
}
div.approved p{
	color:#009933;
	text-align:center;
	margin:5px;
}
div.photo-strip{
	width:auto;
	padding:3px;
}
div.photo-strip img{
	border:2px solid #CCC;
	margin:0 11px 10px 0;
	width:125px;
	float:left;
}
div.photo-strip img.last{
	border:2px solid #CCC;
	margin:0 0px 10px 5px;
	width:125px;
	float:left;
}


/* columns */
div.col-1{
	width:235px;
	float:left;
}
div.col-2{
	width:490px;
	margin:0 10px 0 10px;
	float:left;
}
div.col-2a{
	width:735px;
	margin:0 10px 0 0;
	float:left;
}
div.col-2-1{
	width:100%;
}
div.col-2-1-1{
	width:240px;
	float:left;
	margin-right:10px;
}
div.col-2-1-2{
	width:240px;
	float:left;
}
div.vhc-row-wrapper{
	width:100%;
	margin-bottom:25px;
}
div.vhc-block-1{
	width:215px;
	min-height:180px;
	float:left;
	padding:5px;
	margin-right:30px;
	border:1px solid #0099FF;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;
}
div.vhc-block-1 img{
	width:215px;
	height:161px;
	border:1px solid #0099FF;
}
#past-owner{
	opacity:0.4;
	filter:alpha(opacity=40);
}
div.vhc-block-2 img{
	width:215px;
	height:161px;
	border:1px solid #0099FF;
}
div.vhc-block-2{
	width:215px;
	min-height:180px;
	padding:5px;
	float:right;
	border:1px solid #0099FF;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;
	box-shadow: 5px 5px 5px #ccc;
}
div.vhc-block-1 p{
	font-size:12px;
	color:#339900;
	text-align:center;
}
div.vhc-block-2 p{
	font-size:12px;
	color:#339900;
	text-align:center;
}

/* Boxes */
div.box-blue{
	width:100%;
	border:1px solid #0099FF;
	background-color:#0099FF;
}
div.box-blue-headline{
	background-color:#0099FF;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	padding:2px;
}
div.box-green{
	width:100%;
	border:1px solid #009966;
	background-color:#009966;
}
div.box-green-headline{
	background-color:#009966;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	padding:2px;
}
div.box-red{
	width:100%;
	background-color:#FF3333;
	border:1px solid #FF3333;
}
div.box-red-headline{
	padding:3px;
	background-color:#FF3333;
	color:#FFFFFF;
	font-weight:bold;
}
div.box-violet{
	width:100%;
	background-color:#CC00FF;
	border:1px solid #CC00FF;
}
div.box-violet-headline{
	padding:3px;
	background-color:#CC00FF;
	color:#FFFFFF;
	font-weight:bold;
}

/* table elements */
tr.ash{
	background-color:#CCCCCC;
}
tr.blue{
background-color:#0099FF;
}
tr.white{
	background-color:#FFFFFF;
}
td.label-1{
	font-weight:bold;
	color:#333333;
	width:80px;
}
td.label-3{
	font-weight:bold;
	color:#333333;
}
td.label-3s{
	font-weight:bold;
	color:#333333;
	background-color:#CCCCCC;
}
td.label-4r{
	font-weight:bold;
	font-size:16px;
	color:#CC0033;
}
td.label-3-light{
	color:#333333;
}
td.label-2{
	color:#333333;
}
td.label-2s{
	color:#333333;
	background-color:#CCCCCC;
}
tr.white-r{
	color:#333333;
	background-color:#FFDFCC;
}
tr.headlines{
	background-color:#0099CC;
	color:#FFFFFF;
	font-weight:bold;
}

/* jquery auto completer styles */
.ac_results {
	padding: 0px;
	border: 1px solid #0099CC;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor:pointer;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 14px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('images/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color:#0066FF;
	color: white;
}
