div#content {
	float: left;
	margin: 0;
	width: 575px;
	margin-left: 8px;
}

div#content div.column img {
	clear: both;
}

h1.tab {
	margin-left: 32px;
}

div#tab-container {
	width: 900px;
	margin: 0 0 40px 32px;
}

div#carSelector select {
	margin: 10px;
	width: auto;
}

/* Fleet document */

div#fleetDocument {
	width: 90%;
	margin: 20px auto;
}

div#fleetDocument img#logo {
	float: left;
	margin: 0 10px 20px;
}

div#fleetDocument h2 {
	float: left;	width: 400px;
	margin: 10px;
}

div#fleetDocument div#doc {
	clear: left;
	margin: 10px 0;
	border-top: 1px solid #eee;
	padding-top: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

div#fleetDocument div#doc h3 {
	margin: 30px 10px 15px;
}

div#fleetDocument span.printDocument,
div#fleetDocument span.back {
	float: right;
}

/* dock */

div#dock {
	float: left;
	width: 132px;
	background: transparent;
}

div#dock img {
	display: block;
}

div#dock div.content {
	background-color: #f6f6f6;
	padding: 1px 0 10px 0;
}

div#dock ul span {
	text-decoration: underline;
	cursor: pointer;
	position: relative;
}

div#dock span.pullout {
	color: #ff6400;
	font-weight: normal;
	margin: 10px 15px;
	position: relative;
}

div#dock span.pullout:hover {
	text-decoration: underline;
}

div#dock ul {
	padding: 0;
	margin: 0;
}

div#dock ul li {
	background: transparent url(/assets/common/img/fleet/snippet-divider.gif) left bottom repeat-x;
	list-style-type: none;
	margin: 0;
	padding: 1px 0;
}

div#dock div.dockContent p {
	margin: 10px;
	padding: 0;
}

div#dock ul li span {
	display: block;
	margin: 10px;
}

div#dock b {
	background: transparent url(/assets/common/img/fleet/bg-dock-top.png) left top no-repeat;
	height: 170px;
	display: block;
}

div#dock div.dockContainer {
	background: transparent url(/assets/common/img/fleet/bg-dock-bg.png) left top repeat-y;
	padding: 0 6px 0 4px;
}

div#dock div.dockContent {
	min-height: 250px;
	background: transparent url(/assets/common/img/fleet/bg-dock-gradient.png) left top no-repeat;
	padding: 1px 0;
}

div#dock div.dockBottom {
	background: transparent url(/assets/common/img/fleet/bg-dock-bottom.png) left bottom no-repeat;
	height: 10px;
}

img#previewButton, img#printButton {
	display: block;
	margin: 10px auto 0;
	cursor: pointer;
}

/* start nav link styles */

ul#nav-links {
	list-style: none;
	padding: 0;
	margin: 20px 0 0 8px;
}

ul#nav-links li {
	margin: 0;
	height: 71px;
}

ul#nav-links li a {
	display: block;
	height: 71px;
	overflow: hidden;
}

ul#nav-links li a img {
	margin: 0;
}

ul#nav-links li a div {
	position: relative;
	top: -75px;
	left: 0;
	width: 165px;
	height: 75px;
	background-color: #fff;
	opacity: 0.4;
	filter: alpha(opacity=40); /* IE */
	cursor: pointer;
}

/* end nav link styles */

/* Content area styles */

div.panel {
	xbackground: #f1f1f6;
	margin-bottom: 20px;
	width: 555px;
}

div.panel p {
	color: #5c5c61;
}

div.panel p.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

div.panelBottom {
	clear: both;
}

div.pressHeadline2 {
	margin: 10px;
	background: transparent url(/assets/common/img/fleet/pressheadline-bg2.png) no-repeat left top;
	display: block;
	padding: 5px;
	width: 525px;
}

div.pressHeadline2 h3,
div.pressAd2 h3 {
	color: #b9b9be;
	margin: 10px 10px 0;
}

.sIFR-active div.pressHeadline2 h3.grey-thick {
	font-size: 2.8em;
}

.sIFR-active div.pressHeadline2 h4.grey-thick-small {
	font-size: 1.4em;
}

.sIFR-active div.pressAd2 h3.grey-thick {
	font-size: 1.8em;
}

div.pressHeadline2 h4 {
	color: #b9b9be;
	margin: 0 10px 10px;
}

div.pressHeadline2 h6 {
	color: #5c5c61; 
	font-weight: bold;
	font-size: 130%;
	padding: 0;
	margin: 10px;
}

div.pressHeadline2 img {
	display: block;
	margin: 10px;
}

div.pressAd2 {
	background: transparent url(/assets/common/img/fleet/pressad-bg.jpg) no-repeat;
	width: 525px;
	height: 238px;
	margin: 10px;
	padding: 5px;
}

div.pressAd2 p {
	margin-top: 130px;
}

/* pods */

ul#pods {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#pods li {
	display: block;
	float: left;
	margin: 0;
	width: 171px;
}

ul#pods li.last {
	margin: 0;
}

ul#pods li a {
	display: block;
	margin: 10px;
	height: 63px;
}

ul#pods li a div {
	top: -63px;
	width: 151px;
	height: 63px;
}

ul#pods.narrow-list li {
	width: 115px;
}

ul#pods.narrow-list li a div {
	width: 95px;
}

ul#pods.compact-list {
	margin: 10px;
}

ul#pods.compact-list li {
	width: 138px;
}

ul#pods.compact-list li a div {
	width: 133px;
}

ul#pods.compact-list li a {
	margin: 10px 0;
}

ul#pods li img {
	border: none;
	margin: 0;
}

/* snippet display */

div.snippet {
	margin: 0;
	padding: 1px;
	overflow: hidden;
}

div.highlight {
	padding: 0;
	border: 1px dashed #fbcc84;
}

div.snippet p {
	margin-left: 10px;
}

div.dock-add {
	position: relative;
	margin: 0 0 0 auto;
	background: url(/assets/common/img/fleet/add-to-dock.png) no-repeat top left;
	width: 109px;
	height: 17px;
	cursor: pointer;
}

div.dock-add:hover {
	background-position: bottom left;
}

.error {
	background-color: #fbcc84;
	padding: 1px 5px;
	color: #666;
}

/* Contact us styles */

div.intro {
	xmargin-bottom: 20px;
	width: 500px;
}

div.intro p.thanks {
	color: #9999a3;
	font-size: 1.65em;
	font-weight: bold;
	line-height: 1.4em;
	margin-top: 30px;
}

div.intro p.findSpecialist {
	color: #9999a3;
	font-size: 1.65em;
	line-height: 1.4em;
	margin-top: 10px;
}

p.intro {
	font-weight: bold;
}

div.contact-us {
	background: url(/assets/common/img/fleet/contact-back.jpg) no-repeat right top;
}

div.contact-us h3 {margin-top: 20px;}


div#enquiry {
	background: url(/assets/common/img/fleet/contact-us-bg.jpg) left top repeat-y;
	margin: 20px 10px 10px;
	padding-top: 1px;
	width: 555px;
}

div#enquiry div.enquiryContainer {
	background: url(/assets/common/img/fleet/contact-us-bottom.jpg) left bottom no-repeat;
	min-height: 158px;
	padding: 0px 0px 10px 0px;
}

div#enquiry div.enquiryContainer form {
	margin-top: 0px;
}


div#enquiry div.enquirySelect {
	padding: 10px;
}

div#enquiry form fieldset {
	margin: 0;
}

div#enquiry.enquiryForm fieldset {
	padding-left: 0px;
}

div#enquiry form fieldset div.radio {
	margin: 0px 10px 0px 10px;
	float: left;
	clear: both;
	width: 500px;
}

div#enquiry form fieldset div.radio label {
	display: block;
	font-weight: bold;
	text-align: left;
	padding: 0 0 10px 10px;
	width: 400px;
	float: left;
}

div#enquiry form fieldset div.radio input {
	margin: 0 10px 0 0;
	padding: 0;
	top: 0;
}

div#enquiry form fieldset div select {
	font-size: 1em;
	width: auto;
}

div#enquiry form fieldset div select option {
	margin-right: 1em;
}

div#enquiry form fieldset div.submitForm {
	float: left;
	clear: both;
	margin: 40px 0 15px 0;
}

div#enquiry form fieldset div.submitForm2 {
	margin-left: 0px;
	padding-left: 160px;
	width: 272px;
}

div#enquiry form fieldset div.submitForm2 a {
	margin: 1px 0 0 0;
}

div#enquiry textarea {
	margin-left: 105px;
	width: 400px;
	margin-top: 5px;
}

div#enquiry form div label span {
	color:#ff6400;
}

/* Comparison chart styles */

div#modelSelector {
	background: transparent url(/assets/common/img/fleet/bg-model-select-bg.jpg) left top repeat-y;
	padding: 0px;
	margin: 10px 4px;
	width: 555px;
}

div#modelSelector div.container {
	background: transparent url(/assets/common/img/fleet/bg-model-select-top.jpg) left top no-repeat;
	padding: 10px 10px;
	width: 535px;
}

div#modelSelector div.modelContainer {
	height: 115px;
	margin: 0px;
	overflow: auto;
	padding: 0px;
	position: relative;
	width: 535px;
}

div#modelSelector div.modelContainer ul {
	background: transparent;
	margin: 0;
	padding: 0 0 0px 0;
	width: 1590px;
}

div#modelSelector div.modelContainer ul li {
	background: transparent;
	float: left;
	font-weight: bold;
	height: 80px;
	list-style-type: none;
	margin: 0 20px 0 0;
	padding: 10px 0 0 0;
	position: relative;
	text-align: center;
}

div#modelSelector div.modelContainer ul li a {
	color: #5c5c61;
}

div#modelSelector div.modelContainer ul li img {
	display: block;
}

div#modelSelector div.bottom {
	background: url(/assets/common/img/fleet/bg-model-select-bottom.jpg) left bottom no-repeat;
	height: 7px;
}

div#modelSelector div#wholecostlife-selector form select {
	width:220px;
}

div#comparison-guide form select {
	width:220px;
}

div.carPopup {
	background: transparent url(/assets/common/img/fleet/bg-car-popup.png) left top no-repeat;
	font-weight: bold;
	height: 33px;
	padding: 13px 10px 10px 10px;
	xposition: absolute;
	xleft: 0; xtop: -30px;
	text-align: center;
	width: 95px;
	z-index: 10;
}

div.chart a:link {
	display: block;
}

div.chart a:hover {
	color: #9999a3;
	cursor: hand;
	text-decoration: none;
}

div.chart table {
	background: transparent url(/assets/common/img/fleet/bg-chart-compare-bg.jpg) left top no-repeat;
	border-collapse: collapse;
	margin: 0;
	width: 555px;
}

div.chart table tr td,
div.chart table tr th {
	background: none;
	border: none;
	text-align: left;
	color: #5c5c61;
	font-weight: bold;
}

div.chart table tr td {
	padding: 0;
}

div.chart table tr th {
	margin: 0;
	padding: 10px 10px 5px 20px;
	width: 75px;
}
 
div.chart table tr td {
	padding: 5px 10px;
	vertical-align: top;
	width: 70px;
}

div.chart table tr td.selected  {
	background-color: #ffffff;
}

div.chart table tr.models th { vertical-align: top; }
div.chart table tr.models th.categories {
	background: #e6e6eb url(/assets/common/img/fleet/bg-chart-compare-top-left.jpg) left top no-repeat;
	border-bottom: 1px solid white;
}

div.chart table tr.models th.model {
	background-color: #e6e6eb;
	background-image: none;
	color: #5c5c61;
	margin: 0;
	padding: 10px 10px;
	width: 70px;
}

div.chart table tr.models th {
	border-bottom: 1px solid white;
}

div.chart table tr.models th.last {
	background: #e6e6eb url(/assets/common/img/fleet/bg-chart-compare-top-right.jpg) right top no-repeat;
}

div.chart table tr.equipment th {
	padding: 10px 10px 10px 20px;
}

div.chart table tr.equipment th.first {
	background: transparent url(/assets/common/img/fleet/bg-chart-compare-top.png) left top no-repeat;
	border-bottom: 1px solid white;
}

div.chart table tr.equipment td.last {
	background: transparent url(/assets/common/img/fleet/bg-chart-compare-top.png) right top no-repeat;
	border-bottom: 1px solid white;
}

div.chart table tr td.selected {
	color: #3c5f8c;
}

div.chart table tr.models th.selected,
div.chart table tr.equipment td.selected {
	background-color: #f7f7fb !important;
	border-bottom: 1px solid white;
	color: #3c5f8c;
}

div.chart div.tableBottom {
	background: url(/assets/common/img/fleet/bg-chart-compare-bottom.jpg) left bottom no-repeat;
	height: 9px;
}

div.chart div.htmlTableBottom {
	background: url(/assets/common/img/fleet/bg-html-table.jpg) left bottom no-repeat;
	height: 9px;
}

/* Whole Life Cost styles */

div.lifeCost ul {
	margin:0;
	padding:0;
}

div.lifeCost ul li {
	background: url(/assets/common/img/fleet/tab1_off.jpg) left bottom no-repeat;
	float: left; 
	height: 15px;
	list-style-type: none;
	margin:0;
	padding:10px 10px 5px 20px;
	width: 68px; 
}

div.lifeCost ul li a {
	color: #6b6b6b;
	font-weight: bold;
}

div.lifeCost ul li.tabOn {
	background: url(/assets/common/img/fleet/tab1_on.jpg) left bottom no-repeat;
	font-weight: bold;
}

div.lifeCostContent {
	background: transparent url(/assets/common/img/fleet/bg-pie-chart-bg.jpg) left top repeat-y;
	min-height: 145px;
	margin-bottom: 10px;
	position: relative;
}

div.lifeCostContent div.container {
	background: transparent url(/assets/common/img/fleet/bg-pie-chart-bottom.jpg) left bottom no-repeat;
	min-height: 145px;
}

div.lifeCostContent ul, div.lifeCostContent li {
	color: #5c5c61;
	list-style-type: none;
	margin:0;
	padding:0;
}

div.lifeCostContent ul {
	padding: 10px 10px 10px 13px;
	width: 153px;
}	

div.lifeCostContent ul li {
	margin-bottom: 3px;
	text-align: right;
}

#content div.lifeCostContent ul li img {
	display: inline;
	margin: 0 0 0 10px;
}

div.lifeCostContent div.pieChart {
	background: transparent;
	height: 241px;
	position: absolute;
	right: 22px;
	top: -44px;
}
div.lifeCostContent div.pieChart img {
	margin: 0;
}
#car-2, #car-3, #car-4, #car-5 { display: none; }

div.whole-life-cost {
	margin: 10px;
	min-height: 220px;
}
/* Request a demo */

div#content.requestDemo {
	background: transparent url(/assets/common/img/fleet/bg-car.jpg) 460px 6px no-repeat;
}

div#enquiry.requestDemo {
	background:transparent url(/assets/common/img/fleet/bg-demo-bg.jpg) repeat-y left top;
	width: 555px;
	margin-left: 10px;
}
	
div#enquiry.requestDemo div.enquiryContainer {
	background:transparent url(/assets/common/img/fleet/bg-demo-bottom.jpg) left bottom no-repeat;
}

form div input {
	float: left;
	width: 184px;
}

div#enquiry.requestDemo form fieldset select {
	width: 190px;
}

form div label {
	padding-left: 10px;
	text-align: left;
	width: 85px;
}

form div label.checkbox {
	width: auto;
	float: none;
}

div#enquiry.requestDemo label span {
	color: #ff6400;
}

div.fieldDate input {float: left; width: 100px; margin-right: 5px;}
div.fieldDate p {float: left; margin: 2px 0px 0px;}
div.fieldDate img {border: none; display: block; float: left; margin-right: 7px;}

div.textarea textarea {
	float: left;
	height: 55px;
	margin-left: 0 !important;
	margin-bottom: 0;
}

div#enquiry.requestDemo div.enquiryContainer div.pagination {
	margin-left: 0;
	margin-right: 0;
	padding-top: 1px;
	text-align: right;
	width: 295px;
}

div#enquiry.requestDemo div.enquiryContainer div.pagination input {
	float: right;
	width: 54px;
}

/* Tax calculator */

div#enquiry.taxCalculator {
	background: transparent url(/assets/common/img/fleet/bg-tax-full-bg.jpg) left top repeat-y;
	width: 505px;
}
div#enquiry.taxCalculator div.enquiryContainer {
	background: transparent url(/assets/common/img/fleet/bg-tax-full-bottom.jpg) left bottom no-repeat;
}

div#enquiry.taxCalculator form fieldset {
	padding-left: 20px;
}

div#enquiry.taxCalculator form fieldset div input {
	float: left;
	position: relative;
}

div#enquiry.taxCalculator form fieldset select {
	width: 166px;
}

div#enquiry.taxCalculator form fieldset select#deriv-select{
	width: auto;
}
div#enquiry.taxCalculator label {
	xmargin-left: 100px;
	padding-left: 10px;
	text-align: left;
	width: 75px;
}

div#enquiry.taxCalculator label span {
	color: #ff6400;
}

div#enquiry.taxCalculator form div.radio {
	margin: 10px;
}

div#enquiry.taxCalculator form div.radio p {
	float: left;
	margin: 0 10px 0 0;
	padding-left: 10px;
	padding-top: 1px;
	text-align: left;
	width: 75px;
}

div#enquiry.taxCalculator form div.radio p span {
	color: #ff6400;
}

div#enquiry.taxCalculator form div.radio label {
	display: inline;
	float:left;
	height:1.4em;
	margin:0px 10px 0px 0px;
	padding-left: 0px;
	padding-top: 0px;
	width:auto;
}

div#enquiry.taxCalculator form div.radio label input{
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
}

div#enquiry.taxCalculator div.enquiryContainer div.pagination {
	margin-left: 0px;
	margin-right: 0px;
	xpadding-left: 242px;
	padding-top: 1px;
	text-align: right;
	width: 270px;
}

div#enquiry.taxCalculator div.enquiryContainer div.pagination input {
	float: right;
}

div#enquiry.taxCalculator div.enquiryContainer div#calculate.hidden {
	display:none;
}

div#enquiry.taxCalculator div.enquiryContainer div#calculate div.calculation,
div#enquiry.taxCalculator div.enquiryContainer div#calculate div.figures {
	background: transparent url(/assets/common/img/fleet/calculator-divider.gif) left top repeat-x;
	padding: 17px 13px;
}

div#enquiry.taxCalculator div.enquiryContainer div#calculate div.calculation p {
	color: #3d5f8c;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
}

div#enquiry.taxCalculator div.enquiryContainer div#calculate div.calculation p span {
	color: #5c5c61;
	font-size: 80%;
	font-weight: normal;
}

div#enquiry.taxCalculator div.enquiryContainer div#calculate div.figures ul {
	margin: 0 0 25px 0;
	padding-left: 0;
}

div#enquiry.taxCalculator div.enquiryContainer div#calculate div.figures ul li {
	color: #5c5c61;
	font-size: 1.2em;
	font-weight: bold;
	float: left;
	list-style-type: none;
	margin-right: 19px;
}

div#enquiry.taxCalculator div.enquiryContainer div#calculate div.figures ul li span {
	color: #ff6400;
}

div#enquiry.taxCalculator div.enquiryContainer div#calculate div.figures table {
	border-collapse: collapse;
	margin-left: 117px;
	width: auto;
}

div#enquiry.taxCalculator div.enquiryContainer div#calculate div.figures table td {
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

div#enquiry.taxCalculator div.enquiryContainer div#calculate div.figures table tr th {
	padding-left: 5px;
}

/* START wide-banner-panel styles */
.wide-banner-panel { width: 540px; }
.wide-banner-panel ul.narrow-list,
.wide-banner-panel ul.normal-list {
	list-style-type: none;
	margin: 0 0 13px 0;
	padding: 0;
}
.wide-banner-panel ul.narrow-list li { display: inline; margin-right: 12px;}
.wide-banner-panel ul.normal-list li { display: inline; margin-right: 39px;}
.wide-banner-panel ul.narrow-list li.last,
.wide-banner-panel ul.normal-list li.last { margin-right: 0; }
/* END wide-banner-panel styles */

/* START survey styles */
.survey_results_wrapper {
	margin: 8px;
}

.survey_results_wrapper .survey-box-bg {
	background: url(/assets/common/img/fleet/survey-bg.gif) left top repeat-y;
	margin: 10px 0 0 0;
	padding: 0;
	width: 558px;
}

.survey_results_wrapper .survey-box-bot {
	background: url(/assets/common/img/fleet/survey-bot.gif) left bottom no-repeat;
	margin: 0;
	padding: 10px;
	width: 538px;
}

.survey_results_wrapper .survey-box-bot h5 { margin: 15px 0 15px 10px; }
.survey_results_wrapper .survey-box-bot img { margin: 0 0 30px 60px; }
.survey_results_wrapper .wide_box_tab .tab_1_on {
	background: url(/assets/common/img/fleet/tabs/first-open-next-closed.gif) left top no-repeat;
	float: left;
	height: 28px;
	width: 290px;
	}
.survey_results_wrapper .wide_box_tab .tab_1_off {
	background: url(/assets/common/img/fleet/tabs/first-closed-next-open.gif) left top no-repeat;
	float: left;
	height: 28px;
	width: 290px;
	}
.survey_results_wrapper .wide_box_tab .tab_2_on {
	background: url(/assets/common/img/fleet/tabs/second-open-last.gif) left top no-repeat;
	float: left;
	height: 28px;
	width: 268px;
	}
.survey_results_wrapper .wide_box_tab .tab_2_off {
	background: url(/assets/common/img/fleet/tabs/second-closed-last.gif) left top no-repeat;
	float: left;
	height: 28px;
	width: 268px;
	}
.survey_results_wrapper .wide_box_tab .tab_1_off,
.survey_results_wrapper .wide_box_tab .tab_2_off {
	cursor: pointer;
	}
.survey_results_wrapper .wide_box_tab img { margin: 7px 0 0 10px; }
#serviceResults { display: none; }
/* END survey styles */


/* START various styles */

span.blueSubHeading {
	color: #6ab9e6;
	font-size: 1.4em;
	font-weight: bold;
}

#residual-value, #service-maintenance {
	margin-left: 4px;
}

/* END various styles */

/* START area.html */
#map { position: relative; }
#map img { border: none; }
#basemap_uk { z-index: 1; }
div.overLay { position: absolute; left:0px; top:0; z-index:5;}
div.overLay.positioned { position: relative;}

#ol-scotland, #ol-ireland, #ol-london, #ol-wales, #ol-eastmidlands, #ol-east, #ol-southeast, #ol-southwest, #ol-northeast, #ol-northwest, #ol-midlands { display: none; }
.secondLayer {width: 554px; height: 551px; background: url(/assets/common/img/fleet/areamaps/secondLayer_bg.png) no-repeat; height:340px; }
.secondLayer .countyEnlarged {float: left; width: 270px; }
.secondLayer .countyText {float: left; background: url(/assets/common/img/fleet/areamaps/secondLayer_content_bg.png) no-repeat; width: 276px; margin-top: 45px; }
.secondLayer .countyText .innerPadding {padding: 10px 10px 0 10px;}
.secondLayer h5.countyHdr {color: #6ab9e6; font-size: 16px; font-weight: bold; margin: 0; padding: 0; text-transform: capitalize;}
.secondLayer p {padding: 10px 0 0 2px; margin: 0;}
.secondLayer .closeBtn {float: right; padding: 10px 10px 0px 0;}
.overflowContainer {margin:0pt; overflow:auto; padding:0pt;}

.secondLayer .countyEnlarged .scotlandImg {padding: 11px 0 0 33px;}
.secondLayer .countyEnlarged .irelandImg {padding: 72px 0 0 17px;}
.secondLayer .countyEnlarged .walesImg {padding: 19px 0 0 10px;}
.secondLayer .countyEnlarged .eastImg {padding: 51px 0 0 27px;}
.secondLayer .countyEnlarged .eastmidlandsImg {padding: 68px 0 0 24px;}
.secondLayer .countyEnlarged .midlandsImg {padding: 76px 0 0 10px;}
.secondLayer .countyEnlarged .northeastImg {padding: 16px 0 0 50px;}
.secondLayer .countyEnlarged .northwestImg {padding: 26px 0 0 26px;}
.secondLayer .countyEnlarged .southeastImg {padding: 79px 0 0 27px;}
.secondLayer .countyEnlarged .southwestImg {padding: 77px 0 0 9px;}
.secondLayer .countyEnlarged .londonImg {padding: 59px 0 0 21px;}

#wales_02, #northwest_02, #northwest_03, #northwest_04, #eastmidlands_02, #southeast_02, #southeast_03, #east_02, #east_03, #east_04, #midlands_02, #midlands_03, #southwest_02, #london_02 {display: none;}
/* END area.html */


/* START comparison.html */
#chartContainer {position: relative;}

#golf_vi,
#golf_plus,
#passat,
#passat_estate,
#passat_cc,
#scirocco,
#tiguan  {display: none;}

/* END comparison.html */


/* START awards.html */
ul#awards {
	min-height: 300px;
	width: 491px; 
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	list-style: none;
}

ul#awards li {
	clear: left;
	margin: 0;
}

ul#awards li h4 {
	clear: both;
}

#content #awardsPhoto {
	float: left;
	margin: 0 10px 10px 10px;
}

#awardsCar {
	float: right;
}
/* END awards.html */

/* Error Styles */

div#demoRequest form p {
	float: left;
	margin: 0 0 0 8px;
}

div#demoRequest form p.error {
	color: #f00;
}

div#demoRequest form input.error {
	border: 1px solid #ff0000;
}

div#enquiry form p.error {
	color: #f00;
	float: left;
	margin: 2px 0 0 8px;
}

div#enquiry form input.error {
	border: 1px solid #ff0000;
}

/* End Error Styles */

/* START our people.html */
#ourpeople_main {margin-top: 20px;}
/* END our people.html */

/* our testimonials.html */

.testimonials {
	background: url(/assets/common/img/fleet/testimonials.gif) no-repeat center center;
	width: 540px;
	height: 630px;
}

.testimonials * {
	display: none;
}

/* end testimonials.html */

/* fleet managers guide */
ul#fleet-manager-downloads {
	list-style: none;
	padding: 0;
}

ul#fleet-manager-downloads li {
	background: url(/assets/common/img/fleet/pdf_bgpanel.gif) top left no-repeat;
	width: 536px;
	height: 53px;
	margin: 0;
	padding: 2px 0;
}

ul#fleet-manager-downloads li h4 {
	color: #96969d;
	font-size: 80%;
	margin: 0 5px;
}

ul#fleet-manager-downloads li a {
	display: block;
	color: #3c5f8c;
	font-size: 140%;
	font-weight: bold;
	margin: 5px 5px 5px 15px;
}

/* fleet dock how to */

div#dockHow {
	position: absolute;
	left: 25%;
	top: 100px;
	z-index: 10;
}

span.closeWindow {
	display: block;
	float: right;
	margin: 0 10px 10px;
	background: transparent url(/assets/common/img/fleet/bg-close.gif) left 50% no-repeat;
	color: #5c5c61;
	padding-left: 17px;
	padding-top: 1px;
	cursor: pointer;
	position: relative;
}

span.closeWindow:hover,
span.hover {
	text-decoration: underline;
}

div#dockHow {
	display: none;
	background: url(/assets/common/img/fleet/bg-how.png) no-repeat;
	width: 618px;
	height: 620px;
	font-size: 110%;
	color: #5c5c61;
}

#dockHow #dockHowInner {padding: 25px 25px 0 80px; }
#dockHow #thefleetdoc {margin-left: 168px; width: 340px; }
#dockHow #thefleetdoc h2 {
	width: 260px;
}
#dockHow #steps {margin-top: 30px;}
#dockHow #steps .stepElement {padding-top: 10px; clear: both;}
#dockHow #steps .stepElement .stepImage {float: left; width: 155px;}
#dockHow #steps .stepElement .stepContent {float: left; width: 305px; margin-left: 10px;}
#dockHow #steps .stepElement .stepContent .stepHdr {padding: 0; margin: 0; font-weight: bold; color: #ff6400;}
#dockHow #steps .stepElement .stepContent p {padding: 0; margin: 0;}
#dockHow #steps .stepElement .stepContent .highlight {background: #ffe4bd;} 
#dockHow #steps .stepElement .stepContent .thefleetdocButton {float: right; margin-top: 1px;}


/* Bluemotion section */
#page-bg.bluemotion {
	background: transparent url(/assets/common/img/fleet/bluemotion-bg.jpg) 0 22px no-repeat;
}
div.bluemotion-base-curve {
	margin: 0 auto;
	width: 974px;
	height: 46px;
	background: transparent url(/assets/common/img/fleet/bluemotion-bg-base.jpg) left top no-repeat;
}

#content.bluemotion-narrow {
	width: 510px;
	margin: 0 50px 0 32px;
}

#page-bg.bluemotion ul#pods {padding: 20px 0 10px 0; overflow: hidden; float: left;}

#page-bg.bluemotion ul#pods li {width: 238px; padding: 0 0 10px 11px;}

#page-bg.bluemotion ul#pods li a {
	width: 238px;
	height: 84px;
	margin: 0;
}

#page-bg.bluemotion #content img#hero {
	margin: 0 0 100px 11px;
	float: none;
	clear: both;
}

#fuel-consumption {
	padding: 10px 0 0 0;
}

.price-disclaimer {width: 75%;}

.bluemotion-calculator {
	width: 487px;
	background: transparent url(/assets/common/img/fleet/box-repeater.png) 0 0 repeat-y;
	margin: 20px 0 0 10px;
}

.bluemotion-calculator .bluebox-top {
	width: 487px;
	height: 5px;
	background: transparent url(/assets/common/img/fleet/box-top.png) 0 0 no-repeat;
}

.bluemotion-calculator .bluebox {
	width: 487px;
	background: transparent url(/assets/common/img/fleet/box-bg.png) bottom left no-repeat;
}

.bluemotion-calculator .bluebox-bottom {
	width: 487px;
	height: 5px;
	background: transparent url(/assets/common/img/fleet/box-bottom.png) 0 0 no-repeat;
}

.bluemotion-calculator form,
.bluemotion-calculator fieldset {
	padding: 0;
	margin: 0;
}

.bluemotion-calculator legend span {
	position:absolute;
    left:0px;
    top:-500px;
    width:1px;
    height:1px;
    overflow:hidden;
}

.bluemotion-calculator ul {
	list-style-type: none;
	padding: 0 0 20px 0;
	margin: 0;
	overflow: hidden;
	float: left;
}

.bluemotion-calculator ul li {
	display: block;
	float: left;
	width: 147px;
	padding: 15px 0 15px 12px;
}

#page-bg.bluemotion #content .bluemotion-calculator img {
	margin: 0;
}

.bluemotion-calculator ul li div {
	margin: 0;
	float: right;
	padding: 0 22px 0 0;
}

.bluemotion-calculator label {
	color: #3c5f8c;
	font-weight: bold;
	font-size:100%;
	padding: 2px 7px 0 0;
	margin: 0;
	text-align: right;
	width: auto;
}

.bluemotion-calculator input {
	width: 2.4em;
	color: #2a2a2a;
	font-weight: bold;
	font-size:100%;
	padding: 2px;
}

.bluemotion-calculator input.submit {
	width: 54px;
	margin: 0 0 20px 25px;
	padding: 0;
}

#totalSavings {margin: 0 0 20px 25px;}

#totalSavings table {
	border-collapse: collapse;
	margin: 0;
}

#totalSavings thead th {
	padding-left: 0;
	border: 0;
	background: transparent;
}

#totalSavings th, #totalSavings td {
	color: #5c5c61;
	text-align: left;
	font-weight: bold;
}

#totalSavings td {
	background: #eef6fe;
	border: 1px solid #999999;
}

#totalSavings .alternate td {background: #fff;}

#totalSavings td.savings {	border-right: 0; padding-right: 20px;}

#totalSavings td#totalCo2Saving,
#totalSavings td#totalFuelSaving,
#totalSavings td#totalVedSaving {
	border-left: 0;
}

div.stats-source {
	margin: 40px 0 0 0;
}


/* the scrollable selector */

#fleet-select {
	width: 565px;
	height: 117px;
	background: transparent url(/assets/common/img/fleet/fleet-car-select-bg.png) 0 0 no-repeat;
	float: none;
	clear: both;
	margin: 20px 0 10px 10px;
	position: relative;
}
#fleet-select div.arrow {
	background: transparent url(/assets/common/img/technology/which-left.png) no-repeat scroll left top;
	cursor: pointer;
	display: block;
	position: absolute;
	height: 25px;
	width: 17px;
}

#fleet-select div.arrow:hover {
	background-position: bottom left;
}

#fleet-select div#model-select-left {
	background-image: url(/assets/common/img/technology/which-left.png);
	left: 20px;
	top: 48px;
}

#fleet-select div#model-select-right {
	background-image: url(/assets/common/img/technology/which-right.png);
	right: 20px;
	top: 48px;
}

#fleet-select  div#scroll {
	overflow-x: scroll;
	position: relative;
	width: 482px;
	margin: 0 36px;
}

#fleet-select ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 912px;	/* number of cars x 152 px */
}

#fleet-select li {
	float: left;
	margin: 0;
	white-space: nowrap;
	width: 152px;
	overflow:hidden;
}

#fleet-select li a {
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #000000;
	display: block;
	font-weight: bold;
	font-size: 9px;
	padding-top: 60px;
	text-align: center;
	text-decoration: none;
	width: 152px;
}

#fleet-select li a:hover {
	background-position: -152px 0;
	color: #3E5E8F;		
}

#fleet-select li a.selectedCar {
	background-position: -152px 0;
	color: #3E5E8F;	
}

#fleet-select h4 {
	font-size: 1.1em;
	color: #336699;
	padding: 14px 0 0 20px;
	margin: 0;
}

.radio input{
	width: 20px;
}

