@charset "utf-8";
/* CSS Document */

html * {
		margin: 0;
		padding: 0;
}

body {
   background-color:#FFFFFF;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   margin-bottom: 20px;
}

.logo {
	margin-bottom:5px;
	margin-top:5px;
	background-repeat:no-repeat;
	height:60px;
	background-position:right;
}

.Saab .logo {
	background-image:url(/assets/images/logo_Saab.jpg);
}

.Vauxhall .logo {
	background-image:url(/assets/images/logo_Vauxhall.gif);
}

.Chevrolet .logo {
	background-image:url(/assets/images/logo_Chevrolet.gif);
}

.Saabvauxhall .logo {
	background-image:url(/assets/images/logo_SaabVauxhall.gif);
}

.Saabvauxhallchevrolet .logo {
	background-image:url(/assets/images/logo_SaabVauxhallChevrolet.gif);
}

h2{
	margin-top:11px;
	font-size: 150%;
}

.Saab h2 {
	color:#7e99aa;
}
	
.Vauxhall h2 {
	color: #C2C8C8;
}

.Chevrolet h2 {
	color: #886500;
}

.Saabvauxhall h2, .Saabvauxhallchevrolet h2 {
	color: #B9B298;
} 

.element {
	line-height:20px;
}

.Saab .element {
	color:#666666;  
}

.Vauxhall .element {
	color: #000;
}

.Chevrolet .element {
	color: #886500;
}

.Saabvauxhall .element, .Saabvauxhallchevrolet .element {
	color: #B9B298;
} 

.tel {
	font-size:140%;
}

.Saab .tel {
	color:#7e99aa;
}

.Vauxhall .tel {
	color: #C2C8C8;
}

.Chevrolet .tel {
	color: #886500;
}

.Saabvauxhall .tel, .Saabvauxhallchevrolet .tel {
	color: #B9B298;
}

.content {
	background-color:#FFFFFF;
	width:700px;
	margin: 0 auto;
}

.header{
	height:auto;
	border:none;
}

.formcol{
	width:250px;
	float:left;
	list-style-type:none;
}

.headersaab {
	float:right;
	margin: 20px;

}


ul.list{
	list-style-type: none;
	float:left;
	width: 90%;
   
}

.list li{
	padding-left:0px;
	margin:5px 0 5px 0;
}
  
.steps{
	font-weight:bold;
	float: left;
	height: 25px;
	margin-right: 8px;
	clear: left;
}

.stepslast{
	line-height:12px;
}


li.submit{
	clear: left;
	margin: 20px 0 20px 0;
} 

h3{
	   margin-top:11px;
	   font-size: 120%;
	   color:#666666;
} 
 
h4 {
	   margin-top:11px;
	   font-size: 90%;
	   padding-left:60px;
}
 
.text {
		padding-left: 30px;
}



a img,a {
		  border:none;
		  color:#000000;
		  
}

div.footer {
	margin-top: 30px;
	font-size: 85%;
	text-align:justify;
	width:575px;
	line-height: 13px; 
	color: #333333;
}

form {
	width: 600px;
}

div.indent {
	padding-left: 90px;
}

.checkbox { 
	height: 14px;
	width: 18px;
}

#submit { 
	background-color: transparent;
	background-repeat:no-repeat;
	border:none;
	text-indent: -99999px;
	letter-spacing: -99999px;
	cursor:pointer;
	width:149px;
	height:41px;
	margin: 20px 0;
}

.Saab #submit {
	background-image:url(images/submit_Saab.jpg);
}

.Vauxhall #submit {
	background-image:url(images/submit_Vauxhall.jpg);
}

.Chevrolet #submit {
	background-image:url(images/submit_Chevrolet.jpg);
}

.Saabvauxhall #submit,.Saabvauxhallchevrolet #submit {
	background-image:url(images/submit_Multi.jpg);
}

textarea {
	height: 56px;
	font-family:Arial, Helvetica, sans-serif;
	overflow:auto;
}

select, input, textarea {
	width: 212px;
	display: block;
}

input[type=hidden] {
	display: inline;
}

select {
	width: 216px;
}

li.model {
	line-height: 18px;
}

input#legals, input#terms {
	display: inline;
	width: auto;
	height: 15px;
}

ul.errors {
	list-style-type: none;
	color: #f00;
	font-size: 90%;
}
/* Tooltip */				
#tooltip {
	position:absolute;
	z-index:9999;
	color:#fff;
	font-size:10px;
	width:180px;
}
#tooltip .tipHeader {
	height:8px;
	background:url(images/tipHeader.gif) no-repeat;
}						
#tooltip .tipBody {
	background-color:#000;
	padding:5px 5px 5px 15px;
}				
#tooltip .tipFooter {
	height:8px;
	background:url(images/tipFooter.gif) no-repeat;
}