@import "grid.css";
@import "nav.css";
@import "forms.css";
@import "tables.css";
@import "content.css";


@font-face {
    font-family: 'vw-black';
    src: url('type/vw-black.eot');
    src: url('type/vw-black.eot?#iefix') format('embedded-opentype'),
         url('type/vw-black.woff') format('woff'),
         url('type/vw-black.ttf') format('truetype'),
         url('type/vw-black.svg#vw-black') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	color: #000;
    font-family: arial, helvetica, sans serif;
	background: #fff url(../images/body-bg-none.gif) top left repeat-x;
}

	body.frontpage,
	body.large 				{ background: #fff url(../images/body-bg.gif) top left repeat-x; }
	body.xlarge				{ background: #fff url(../images/body-bg-xlarge.gif) 0 0 repeat-x; }
	body.medium				{ background: #fff url(../images/body-bg-medium.gif) 0 0 repeat-x; }
	body.small 				{ background: #fff url(../images/body-bg-small.gif) 0 0 repeat-x; }

div#wrap {
	width: 780px;
	border-right: 1px solid white;
}

	#header {
		position: relative;
		width: 780px;
		height: 170px;
		color: #9999A3;
	}
	
		#header a.brand-logo {
			float: left; 
			margin: 21px 0 0 46px;
		}
		
		#header .dealer-logo {
			position: absolute;
			top: 5px;
			right: 0;
			height: 50px;
			width: 500px;
			text-align: right;
		}
		
		#header .dealer-logo a {
			display: block;
			margin: 10px 10px 1em 0;
			font-size: 18px;
			line-height: 1.5em;
			color: #000;
			text-decoration: none;
		    font-family: 'vw-black';
			font-weight: normal;
		}

	div#page-title {
		position: absolute; 
		top: 144px; 
		left: 15px;
		font-size: 1em;
		margin: 0;
	}
	
		div#page-title div.content span {
			font-size: 1.333em;
			margin: .5em 1em .3em 0;
			padding: 0 0 6px 0;
			line-height: 1.4em;
		    font-family: 'vw-black';
			font-weight: normal;
		}	
	
	div#mainpic {
		height: 260px;
		background-color: #fff;
		border-bottom: 20px solid #9999a3;
	}

		body.xlarge #mainpic 	{ height: 370px; }
		body.large #mainpic 	{ height: 260px; }
		body.medium #mainpic 	{ height: 140px; }
		body.small #mainpic 	{ height: 70px; }
		
		#mainpic.extended { 
			height:280px; 
		}

		/* Flashupgrade message */
		#mainpic .flashcontent {
			padding: 15px 20px; 
		}

			#mainpic .flashcontent .title {
				display: block;
				font-size: 20px; 
				margin: 4px 0 10px 80px;
			}

			#mainpic .flashcontent .logo {
				float: left;
			}

			#mainpic .flashcontent p {
				margin-left: 80px;
			}


#main {
	overflow: auto;
	margin: 0 0 0 15px; 
	padding: 17px 0 1em 0;
}

	div#content {
		width: 570px;
	}

	div#sidebar {
		width: 180px;
		padding-right: 15px;
	}
		/* frontpage */
		body.frontpage div#content {
			padding-right: 15px;
		}
		
		body.frontpage div#sidebar {
			padding-right: 0;
		}


#footer {
	margin: 0;
	padding: 21px 0 20px 15px;
	clear: both;
	font-size: .9em;
	color: #9999A3;
}

	#footer div.vcard.content {
	}

		#footer div.vcard div {
			display: inline;
		}
	
		#footer div.vcard .org {
			font-weight: bold;
		}
	
		#footer div.vcard .geo {
			display: none;
		}

	#footer a { 
		color:#9999A3; 
	}
	#footer a:hover {
		color:#000; 
		text-decoration:none;
	}
	

/* Typography */
div.content {
	font-size: 1.155em;
}
.content h1 {
	font-size: 1.5em;
	margin: .5em 1em .3em 0;
	padding: 0 0 6px 0;
	line-height: 1.6em;
    font-family: 'vw-black';
	font-weight: normal;
}

.content h2 {
    font-family: 'vw-black';
	font-weight: normal;
	font-size: 1.3em;
}

.content h3 {
    font-family: 'vw-black';
	font-weight: normal;
	font-size: 1.1em;
}

	h3.section-header {
		margin: .5em 0 1em;
		padding: 8px 0 0;
		color: #333;
		border-top: 1px solid #e8e8e8;
		border-bottom: none;
	}

.content h4 {
	margin-bottom: .5em;
	font-size: .95em; 
	
}

.content h5 {
	padding:3px 0 3px 0; 
	letter-spacing:0px;
}

.content a,
.content a:active,
.content a:focus,
.content a:visited {
	color: #3B7AB2; 

}
	
	.content a:hover {
		text-decoration: none;
		color: #65a3d9;
	}

	a.blocklink {
		display: block;
		background: transparent url(../images/bullets/arrow_orange.gif) 0 0.4em no-repeat;
		padding-left: 9px;
	}
		a.blocklink.left {
			float:left;
		}
		
	.content a.prev,
	.content span.prev {
		margin: 2px 5px;
		padding-left: 9px;
		background: transparent url(../images/bullets/arrow_orange_left.gif) 0 50% no-repeat;
	}

	.content a.next,
	.content span.next {
		float: right;
		margin: 2px 5px;
		padding-right: 13px;
		background: transparent url(../images/bullets/arrow_orange.gif) 100% 50% no-repeat;
	}

h1 + a.prev {
	float: right;
	margin-top: -27px !important;
	background: red;
}


p {
	margin:0 0 1.2em 0;
}

ul {
	list-style-type:square;
	margin:6px;
	padding:4px;
}

.content em {
	font-style: normal;
	font-weight: bold;
}

/* Messages */
.content div.info,
.content p.info {
	margin: 1em 0;
	padding: 0.6em 1em 1.6em;
	background: #d9ebf7 url(../images/icons/info-arrow.png) 0 100% no-repeat;
	color: #000;
}
	.content .info em {
		color: #cc0000;
	}

/* Error explanation*/
.error-explanation {
	margin: 1em 0 1.5em;
	padding: 0.6em 1em 0;
	border: 3px solid #d60000;
}

	.error-explanation h3 {
		margin-top: .5em;
		font-size: 13px;
		color: #d60000;
	}

	.error-explanation p {
		margin: .5em 0;
		font-weight: bold;
	}
	
	.error-explanation ul {
		margin-bottom: 1em;;
	}



/* Additional text-styles */
.alert { 
	color:#cc0000;
}

.date {
	color:#666;
	font-size: 0.9em;
}

span.required {
	color: #f00;
}

.amount { 
	text-align: right;
}



/* Button */
.content a.button {
	display: inline-block;
	overflow: auto;
	height: 22px;
	margin: 0;
	background: transparent url(../images/buttons/button-bg.png) 0 0 no-repeat;
	color: #527495;
	font-size: 12px;
	font-weight: bold;
	line-height: 21px;
	text-decoration: none !important;
	color: #fff !important;
	cursor: pointer;
}
	.content a.button span {
		display: inline-block;
		height: 22px;
		background: transparent url(../images/buttons/button-bg.png) 100% 0 no-repeat;
		font-weight: bold;
		margin: 0 0 0 5px;
		padding: 0 20px 0 15px;
	}

.print {
	background: transparent url(../images/icons/print.png) 0 0 no-repeat;
	padding-left: 22px;
	cursor: pointer;
}

