/* ----------------------------------------------------------------------------------------- */
/* main body, left nav and footer css */
/* ----------------------------------------------------------------------------------------- */
html, body {height:100%; min-width: 830px; }

body, h1, h2, h3, h4, p, form, input, fieldset {
    margin: 0;
    padding: 0;
}

ul {
    list-style: disc;
}

p {
    margin-bottom: 0.5em;
}

label {
	cursor: pointer;
}

img {
    border: none;
}

h1, h2, h3 { 
	font-size: 14px; 
	margin-top: 0px;
	margin-bottom: 5px; 
}

hr {
    border-top: 1px solid #999;
    border-bottom: 0px;
    height: 1px;
}

.clear { 
	clear: both; 
	height: 2px; 
}
.clear5 { 
	clear: both; 
	height: 5px; 
}
.clear10 { 
	clear: both; 
	height: 10px; 
}

.overlib_tooltip {
	float: left; 
	height: 25px; 
	width: 25px; 
	margin-left: 10px;
}

html, body {
	height: 100%;
}

body {
	background-color: #fff;
	font-size: 12px;
	color: #000;
	font-family: arial, verdana, sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
}

#print_header { display: none; }
#print_footer { display: none; }


#container {
	top: 70px;
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:430px;
	width:851px;
	clear:left;
	background-color:#fff;
}

#left_container {
	position: absolute;
	width: 148px;
	top: 92px;
	float: left;
	margin: 0px 0px 6px 0px;
	text-align: left;
	z-index: 10;						/* So iFrame system appears under menu */
}

#left_container1 {
	position:relative;
	width:132px;
	background-color:#fff;
	top: -22px;
	float:left;
	margin:0px 10px 6px 0px;
	text-align:left;
	z-index: 10;						/* So iFrame system appears under menu */
}

#left_container_iframe {
	position:absolute;
	width:132px;
	/* removed as breaks VW passenger cars site 
	height:318px;*/
	background-color:#fff;
	top: 87px;
	margin:0px 10px 6px 0px;
}

.main_container_iframe {
	position:relative;
	width:100%;
	height:500px;
	background-color:#fff;
	float:left;
	color: #fff;
}

#main_content {
	float:left;
	position:relative;
	width:850px;
	height:314px;
}

#main_content_iframe {
	position:relative;
	width:860px;
	height:500px;
	border: solid 1px blue;
}

iframe {
	overflow-x: auto;
	overflow-y: scroll;
}

iframe.noscroll {
	overflow-x: hidden;
	overflow-y: scroll;
}

.iframe_position {
	position: absolute;
	left: 0px;
	top: 114px;
}

/* -------------------------------------------------------------------- */
/* Top nav css																													*/
/* -------------------------------------------------------------------- */

#top_container {
	float: left;
	position: absolute;
	left: 0px;
	width: 848px;
	height: 114px;
	background-color: #fff;
}

#top_nav_bar {
	float:left;
	position:relative;
	width:694px;
	height:21px;
	top: 5px;
	background-color:#d8dcd2;
	margin-left: 154px;
}

#top_nav_bar_iframe {
	float:left;
	position:relative;
	width:718px;
	height:21px;
	top: 5px;
	background-color:#d8dcd2;
	margin-left: 148px;
}

.wayside_logo {
	float:left;
	height:75px;
	margin-bottom:12px;
}

.wayside_logo_iframe {
	float:left;
	height:75px;
	margin-bottom:12px;
}
.audi_logo {
	float:right;
	width:132px;
	height:75px;
	padding:6px 0px 0px 0px;
}
.bmw_logo{
	float:right;
	width:49px;
	height:75px;
	padding:6px 16px 0px 16px;
}
.mini_logo{
	float:right;
	width:116px;
	height:75px;
	padding:6px 16px 0px 16px;
}
.skoda_logo{
	float:right;
	width:48px;
	height:75px;
	padding:6px 16px 0px 16px;
}
.toyota_logo{
	float:right;
	width:60px;
	height:75px;
	padding:6px 16px 0px 16px;
}
.vw_logo {
	float:right;
	width:48px;
	height:75px;
	padding:6px 13px 0px 16px;
}
.vwcv_logo {
	top:20px;
	float:right;
	width:53px;
	height:75px;
	/*padding:6px 16px 0px 16px;*/
	padding:6px 0px 0px 16px;
}
.select_logo {
	float:left;
	width:46px;
	height:75px;
	padding:6px 0px 0px 16px;
}


/* ------------------------------------ */
/* Ajax Loader Notification				*/
/* ------------------------------------ */
#ajaxloader {
	position: absolute; 
	z-index: 10; 
	top: 30%; 
	left: 30%; 
	width: 210px; 
	height: 50px; 
	background: #ffffff;
	margin: 0 auto; 
	border: 3px solid #7e7c7c;
	text-align: center;
	display: none;
}

#ajax_progress_image
{
	float: left; 
	text-align: left; 
	margin-top: 10px; 
	margin-left: 10px;
	width: 32px;
	height: 32px;
	background-image: url(../images/loading/upload_progress.gif);
}
#ajax_progress_message
{
	font-family: arial, verdana, sans-serif;
	font-size:12px;
	float: left; 
	text-align: left; 
	margin-left: 10px; 
	margin-top: 10px; 
	font-weight: bold;
}

