﻿/* AA Vehicle Inspections */

/* main layout */
.vi {
	background: #f4f4f4;
	overflow: hidden;
	color: #333;
}




.vi h1 {
	margin: 0;
}

	.vi h1 img {
		width: 960px;
		height: 115px;
		display: block;
	}
	
.vi .primary {
	width: 750px;
	padding: 11px 0 25px 30px;
	float: left;
	font-size: 14px;
	background: #FFF;
}

.vi .secondary {
	width: 180px;
	float: left;
	padding-top: 21px;
}

.backToTop {
	margin-top: 10px;
}
/* /main layout */

/* generic */
.clear {
	clear: both;
}

div.clear {
	height: 0;
}

.primary h2 {
	margin: 22px 0 23px;
	font: bold 26px Arial, Verdana, sans-serif;
}

	.primary h2 span {
		font-size: 17px;
	}

.secondary .tips {
	margin: 0 8px 16px 10px;
	background: url(images/Inspections/tips-bottom.png) 0 100% no-repeat;
}

	.secondary .tips h2 {
		padding: 4px 8px;
		background: #465666 url(images/Inspections/tips-top.gif) no-repeat;
		color: #FFF;
		font-size: 14px;
		font-weight: bold;
		margin: 0;
	}
	
	.secondary .tips .copy {
		border-top: 6px solid #ffc620;
		padding: 9px 9px 3px;
		margin: 0 1px;
		font-size: 12px;
	}
	
		.secondary .tips .copy p {
			margin: 0 0 10px;
		}
		
		.secondary .tips .copy .hr {
			margin: 0 0 10px;
			border-top: 1px solid #ababab;
		}
		
			.secondary .tips .copy .hr hr {
				display: none;
			}
			
	.secondary .tips ul {
		margin: 0 0 5px;
		padding: 0;
	}
	
		.secondary .tips li {
			margin: 0;
			padding: 6px 0;
			border-top: 1px solid #cecece;
			list-style: none;
		}
		
		.secondary .tips li.no-border {
			border-top: none;
			padding-top: 0;
		}
		
		.secondary .tips li a {
			display: block;
			font-weight: bold;
			padding-left: 18px;
			background: url(images/Inspections/bullet-arrow.gif) 0 2px no-repeat;
			text-decoration: none;
		}
		
		.secondary .tips li a:hover  {
		
			text-decoration: underline;
		}
			
.secondary p.valuations {
	margin: 0 0 20px;
}

	.secondary p.valuations img {
		width: 180px;
		height: 58px;
	}
	
.secondary p.dps {
	margin: 0 0 25px;
	text-align: center;
}

	.secondary p.dps img {
		width: 98px;
		height: 66px;
	}
	
.secondary .used-car-buying-guide {
	padding: 0 10px;
	margin: 0;
}

	.secondary .used-car-buying-guide img {
		width: 160px;
		height: 600px;
		border: none;
	}
/* /generic */

/* landing */
.vi .home {
	overflow: hidden;
	background: #FFF;
	zoom: 1;
}

.vi .home .primary {
	width: 720px;
}

.video-popup {
	float: right;
	margin: 22px 30px 0 0;
	cursor: pointer;
}

	.video-popup img {
		border: none;
	}
	
.intro {
	width: 360px;
	margin: 0 0 30px;
	zoom: 1;
}

.intro:after {
	content: ".";
	clear: both;
	visibility: hidden;
	height: 0;
	display: block;
}

	.intro p {
		margin: 0 0 20px;
		line-height: 1.3;
	}
	
	.intro img {
		border: none;
	}
	
	.intro .inspect {
		float: left;
		margin-right: 13px;
	}
	
	.intro .dont-inspect {
		float: left;
	}
	
.call-to-action {
	background: #ffed9f;
	padding: 19px 0 0 19px;
	overflow: hidden;
	margin: 0 30px 25px 0;
	zoom: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	clear: both;
}

	.call-to-action h3 {
		margin: 0 0 12px;
		font-size: 15px;
		font-weight: bold;
	}
	
	.call-to-action ul,
	.call-to-action ol {
		margin: 0;
		padding: 0;
		font-size: 13px;
	}
	
		.call-to-action ul li {
			margin: 0 0 9px;
			padding-left: 14px;
			background: url(images/Inspections/bullet.gif) 0 4px no-repeat;
			list-style: none;
		}
		
		.call-to-action ol li {
			margin: 0 0 9px 19px;
		}
		
		
		html>body .call-to-action ol li  {margin-left: 24px;}
		.ie7 .call-to-action ol li {
			margin-left: 24px;
		}

	.call-to-action p {
		margin: 0 0 9px;
		font-size: 12px;
	}
		
	.call-to-action .why {
		width: 200px;
		margin-right: 25px;
		float: left;
	}
	
	.call-to-action .how-much {
		width: 215px;
		float: left;
		margin-right: 5px;
	}
	
	.call-to-action .book-inspection {
		width: 224px;
		float: left;
	}
	
	.call-to-action .book-inspection h3 {
		margin: 0;
		padding: 0;
	}
	
		.call-to-action .book-inspection h3 img {
			width: 215px;
			height: 218px;
			border: 0;
		}
		
		.call-to-action .book-inspection p {
			font-size: 11px;
			padding: 0 15px 0 14px;
		}
		
.customers {
	width: 460px;
}

	.customers h3 {
		font-size: 13px;
		font-weight: bold;
		margin: 0 0 10px;
	}
	
	.customers p {
		font-size: 12px;
		margin: 0 0 7px;
	}

	.customers blockquote {
		margin: 0 30px 18px 0;
		font-size: 13px;
		font-style: italic;
	}
		
		.customers blockquote span.quote-by {
			font-style: normal;
			font-weight: bold;
		}
	
.more-info {}

	.more-info h3 {
		font-size: 13px;
		font-weight: bold;
		margin: 0 0 5px;
	}
	
	.more-info p {
		font-size: 12px;
		margin: 0 0 5px;
	}
	
	.more-info a.terms {
		background: transparent url(images/Inspections/bullet-arrow.gif) no-repeat scroll 0 50%;
		display: block;
		font-weight: bold;
		padding-left: 18px;
		text-decoration: none;
		font-size: 12px;
	}
	
	.more-info a:hover {
		text-decoration: underline;
	}
	
	.more-info .notes a {
		color: #333;
	}
	
.simple-steps {
	float: right;
	width: 225px;
	margin-right: 30px;
	font-size: 13px;
	display: inline;
}

	.simple-steps h3 {
		margin: 0 0 15px;
		padding-left: 25px;
		font-weight: bold;
		font-size: 17px;
	}
	
	.simple-steps ol {
		margin: 0 0 0 25px;
		padding: 0;
	}
	
		html>body .simple-steps ol  {margin: 0 0 0 25px;}
	
	.ie7 .simple-steps ol {
		margin: 0 0 0 25px;
	}
	
		.simple-steps ol li {
			margin: 0 0 10px;
		}
	
.view-sample {
	float: left;
	width: 210px;
	padding-top: 17px;
	padding-bottom: 10px;
}

.view-sample h2 {
	margin: 0 0 18px;
}
	
	.view-sample h2 img {
		width: 206px;
		height: 297px;
		border: 0;
		margin-left: -3px;
	}

.view-sample p.valuations {
	margin: 0 0 20px;
}

	.view-sample p.valuations img {
		width: 206px;
		height: 69px;
	}

.view-sample p {
	font-size: 12px;
	margin: 0 10px 8px 0;
}

.view-sample .tips {
	margin: 0 0 16px;
	width: 200px;
	background: url(images/Inspections/tips-bottom-home.png) 0 100% no-repeat;
}

	.view-sample .tips h2 {
		padding: 4px 11px;
		background: #465666 url(images/Inspections/tips-top-home.gif) no-repeat;
		color: #FFF;
		font-size: 14px;
		font-weight: bold;
		margin: 0;
	}
	
		.calculator h2 span {
			display: block;
			background: url(images/Inspections/icon-calculator.gif) 100% 50% no-repeat;
		}
		
		.spanner h2 span {
			display: block;
			background: url(images/Inspections/icon-spanner.gif) 100% 50% no-repeat;
		}
		
		.umbrella h2 span {
			display: block;
			background: url(images/Inspections/icon-umbrella.png) 100% 50% no-repeat;
		}
	
	.view-sample .tips .copy {
		border-top: 6px solid #ffc620;
		padding: 9px 9px 3px;
		margin: 0 1px;
		font-size: 12px;
	}
	
		.view-sample .tips .price {
			float: right;
			font: bold 20px Arial, Verdana, Sans-Serif;
			margin-left: 10px;
		}
		
		.view-sample .tips a {
			background: transparent url(images/Inspections/bullet-arrow.gif) no-repeat scroll 0 50%;
			display: block;
			font-weight: bold;
			padding-left: 18px;
			text-decoration: none;
			font-size: 11px;
		}
		
		.view-sample .tips a:hover {
			text-decoration: underline;
		}
	
/* lightboxes */
#video-content, #inspect-content, #dont-inspect-content, #terms-content, #booking-content, #faq-content, #help-content, #policy-content {
	display: none;	
}

	.video-player {
		padding-top: 40px;
		text-align: center;
		overflow: hidden;
	}
	
.popup-box {}
	
	.popup-box .scroll {
		height: 388px;
		overflow: auto;
	}
	
	.popup-box h3 {
		padding: 18px 20px;
		background: #ffd500;
		font-size: 17px;
		font-weight: bold;
		background-position: 0 50%;
		background-repeat: no-repeat;
		border-bottom: 1px solid #FFF;
	}
	
		.we-do h3 {
			background-image: url(images/Inspections/big-tick-white.gif);
			padding-left: 63px;
		}
		
		.we-dont h3 {
			background-image: url(images/Inspections/big-cross-white.gif);
			padding-left: 63px;
		}
		
	.popup-box .highlights {
		background: #ffed9f;
		padding: 13px 13px 5px;
	}
	
		.popup-box .highlights p {
			margin: 0 0 8px;
		}
		
	.popup-box h4 {
		font-size: 15px;
		padding: 0;
		margin: 15px 0;
		font-weight: normal;
	}
	
	.popup-box ul li {
		list-style: none;
		margin: 0 0 8px;
		padding-left: 26px;
		padding-right: 10px;
	}
	
		.we-do ul li {
			background: url(images/Inspections/tick-yellow.gif) 0 3px no-repeat;
		}
		
		.we-dont ul li {
			background: url(images/Inspections/cross.gif) 0 3px no-repeat;
		}
		
	.popup-box p {
		margin: 10px 0;
		line-height:1.3em;
        padding:0 10px 0 0;
	}
	
/* /lightboxes */

/* /landing */

/* steps */
.steps {
	padding: 11px 0 40px;
	margin: 0;
	overflow: hidden;
	zoom: 1;
}
			
	.steps li {
		list-style: none;
		margin: 0;
		padding: 0;
		float: left;
		width: 155px;
		height: 44px;
	}
	
	.steps img {
		border: none;
		width: 155px;
		height: 44px;
	}

	.steps li.step1 {
		padding-right: 34px;
		background: url(images/Inspections/side-arrow.gif) 168px 50% no-repeat;
	}
	
	.steps li.step2,
	.steps li.step3 {
		padding-right: 33px;
		background: url(images/Inspections/side-arrow.gif) 167px 50% no-repeat;
	}
		
	.steps li.step4 {}	
/* steps */

/* forms */
.forms {
	font-size: 13px;
	zoom: 1;
}

	.forms p.start {
		margin: 0 180px 20px 190px;
	}
	
	.forms label, .forms span.label {
		float: left;
		width: 173px;
		padding: 4px 16px 0 0;
		clear: left;
		font-size: 14px;
		font-weight: bold;
		text-align: right;

		zoom: 1;
		*padding-top: 6px;
	}
	
		.forms label span, .forms span.label span {
			font-weight: normal;
		}
	

	
	.ie7 .forms label, .ie7 .forms span.label {
		padding-top: 4px;
	}
	
	.forms label.double-line {
		padding-top: 0;
		margin: -3px 0 17px;
	}
	
	.forms .field {
		float: left;
		margin: 0 0 12px;
		zoom: 1;
		
	}
		
	#ctl00_PlaceHolderMain_pnlContactName {border-top:1px solid #FFFFFF;}
	.forms select.field {
		width: 343px;
		background: #ffed9f;
		font-size: 13px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 3px;
		height: auto;
		border:1px solid #aba798;
	}
	
	.forms select.minor {
		width: 125px;
		margin-right: 249px;
	}
	
	.forms input.field {
		width: 335px;
		background: #ffed9f;
		border: 1px solid #aba798;
		font-size: 13px;
		padding: 4px 3px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		height: auto;
		
	}
	
	.forms textarea.field {
		width: 335px;
		background: #ffed9f;
		border: 1px solid #aba798;
		font-size: 13px;
		padding: 4px 3px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	html>body #ctl00_PlaceHolderMain_uxAddressSearch {overflow: hidden !important;}
	
	
	.forms input.promo-code {
		width: 205px;
		margin-right: 7px;
	}
	
	.forms div.field {
		width: 343px;
		margin: 0;

	}
	
		.forms div.field p {
			margin: 0 0 7px;
		}
		
	.forms .done,
	.forms .validation-message input.field,
	.forms .validation-message select.field {
		background: #FFF !important;
	}
	
	.forms .error-message {
		background: #ffd520;
		color: #000;
		clear: both;
		margin-left: 192px;
		margin-right: 184px;
		padding: 5px;
		font-weight: bold;
		position: relative;
		top: -12px;
		zoom: 1;
	}
	
	.forms .validation-message {
		background: #ffed9f url(images/Inspections/validation-bg.gif) 540px 0 repeat-y;
		padding: 10px 0 0 0;
		clear: both;
		zoom: 1;
		overflow: hidden;
		margin: 0 30px 12px 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		*padding-bottom: 10px;
	}
	
	.ie7 .forms .validation-message {
		padding-bottom: 10px;
	}
		
		.forms .validation-message span.validation-txt {
			float: right;
			width: 168px;
			margin-right: 5px;
			font-weight: bold;
			/*padding-bottom: 10px;*/
			*padding-bottom: 5px;
			line-height: 1.1;
			*line-height: 1.2;
			zoom: 1;
		}
		
		.forms .validation-message span.validation-txt p {
		
		  margin-top: 13px;
		  margin-bottom: 13px;
		  *padding-bottom: 0;
		}
		

		.ie7 .forms .validation-message span.validation-txt {
			padding-bottom: 0;
		}
		
		.forms .validation-message .help-tip {
			display: none;
		}
		
		.forms .validation-message label.double-line {
			margin-bottom: 7px;
		}
		
	.forms .simple-text {
		clear: left;
		zoom: 1;
		margin: 0 0 12px;
		overflow: hidden;
	}
	
		.forms .simple-text div.field {
			padding-top: 5px;
		}
		
	.help-tip {
		float: left;
		padding-top: 4px;
		margin-left: 10px;
		position: relative;
		zoom: 1;
	}
	
		.help-tip img {
			cursor: pointer;
			display: block;
		
		}
	
	.help-tip-popup {
		display: none;
		position: absolute;
		background: #ffed9f;
		border: 1px solid #4b565e;
		width: 200px;
		padding: 11px 22px 11px 11px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		bottom: 6px;
		left: 7px;
		font-size: 12px;
	}
	
		.help-tip-popup p {
			margin: 0 0 5px;
			white-space: normal;
		}
	
		.help-tip-popup .close {
			position: absolute;
			top: 5px;
			right: 6px;
			line-height: 1;
			cursor: pointer;
			background: url(images/Inspections/close.gif) no-repeat;
			text-indent: -9999px;
			width: 13px;
			height: 12px;
		}
		
		.help-tip-popup .close:hover {
			background-image: url(images/Inspections/close-hi.gif);
		}
	
	/* single choice */
	.forms .single-choice {
		float: left;
		margin: 0 0 12px;
		padding-top: 4px;
		zoom: 1;
	}
	
		.forms .single-choice input {
			margin-right: 5px;
			vertical-align: middle;
		}
		
		.forms .single-choice label {
			float: none;
			clear: none;
			padding: 0 21px 0 0;
			text-align: left;
			width: auto;
			vertical-align: middle;
			font-size: 13px;
			*line-height: 18px;
			
		}
	
		.ie7 .forms .single-choice label {
			line-height: 1.2;
		}
		
		.forms .light label {
			font-weight: normal;
		}
		
		.forms .warning-message {
			padding: 7px 10px;
			background: #e4e4e4;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			zoom: 1;
			vertical-align: middle;
			display: inline-block;
		}
	
	/* multiple choice */
	.forms .multiple-choice {
		float: left;
		width: 343px;
		margin: 0 0 12px;
		zoom: 1;
	}
	
		.forms .multiple-choice td {
			padding: 5px;
		}
		
		html>body .forms .multiple-choice td {padding: 2px;}
		
		.ie7 .forms .multiple-choice td {
			padding: 2px;
		}
		
		.forms .multiple-choice .selected td {
			background: #e4e4e4;
			margin: 0;
		}
		
		.forms .multiple-choice input {
			margin-right: 5px;
		}
	
		.forms .multiple-choice label {
			float: none;
			width: auto;
			padding: 0;
			clear: none;
			font-weight: normal;
			font-size: 12.5px;
		}
		
	/* single check box */
	.forms .single-check {
		display: block;
		margin: 15px 0 0;
	}
	
		.forms .single-check input {
			margin-right: 5px;
			vertical-align: -2px;
		}
	
		.forms .single-check label {
			clear: none;
			float: none;
			width: auto;
		}
		
	/* checkbox list */
	.forms .checkbox-list {
		float: left;
		width: 343px;
		margin: 5px 0 12px;
	}
	
		.forms .checkbox-list td {
			padding: 0 0 7px;
		}
		
		.forms .checkbox-list input {
			float: left;
		}
		
		.forms .checkbox-list label {
			float: none;
			width: auto;
			padding: 0;
			clear: none;
			font-weight: normal;
			font-size: 13px;
			display: block;
			margin-left: 20px;
			text-align: left;
			line-height: normal;
		}
		
		html>body .forms .checkbox-list label {margin-left: 25px;
			padding-top: 2px;}
		
		.ie7 .forms .checkbox-list label {
			margin-left: 25px;
			padding-top: 2px;
		}
		
	/* date of birth */
	.forms .dob {
		clear: left;
		zoom: 1;
		margin: 0 0 12px;
	}
	
		.forms .dob select {
			width: auto;
			margin-right: 7px;
		}
		
	/* membership-details */
	.forms .membership-details {
		clear: left;
		zoom: 1;
		margin: 0 0 12px;
		overflow: hidden;
	}
	
	.forms .membership-details div.field {
		padding-top: 5px;
	}
	
	/* membership-number */
	.forms .membership-number {
		clear: left;
		zoom: 1;
		margin: 0 0 12px;
	}
	
	.forms .membership-number:after {
		content: ".";
		clear: both;
		visibility: hidden;
		height: 0;
		display: block;
	}
	
	.forms .membership-number span.label {
		margin-top: -5px;
	}
	
	.forms .membership-number input.field {
		width: 40px;
		vertical-align: middle;
		margin-right: 7px;
		margin-bottom: 0;
	}
	
	.forms .membership-number input.go-button {
		float: left;
	}
	
	.forms p.reports {
		clear: left;
		margin: 0 0 0 190px;
	}
	
	.forms .optional {
		font-size: 14px;
		float: left;
		padding-top: 3px;
		margin-left: 7px;
	}
	
	/* payment */
	/*.payment select.field {
		width: 213px;
	}
	
	.payment input.field {
		width: 205px;
	}*/
	
	.payment .cc-number {
		clear: left;
		margin: 0 0 12px;
		zoom: 1;
	}
	
	.payment .cc-number:after {
		content: ".";
		clear: both;
		visibility: hidden;
		height: 0;
		display: block;
	}
	
		.payment .cc-number .field {
			margin: 0;
		}
	
		.payment .cc-number input.field {
			width: 40px;
			vertical-align: middle;
			margin: 0 7px 0 0;
		}
	
	.payment input.security-code {
		width: 40px;
		margin-right: 7px;
	}
	
	.payment .whats-this {
		float: left;
		padding-top: 2px;
	}
	
	.payment select.expiry {
		width: auto;
		margin-right: 7px;
	}
	
	/*.payment .forms .validation-message {
		background-position: 472px 0;
	}
	
	.payment .forms .validation-message span.validation-txt {
		width: 236px;
	}*/
	
	/* inspection address search */
	.forms .inspection-address {
		margin: 0 0 12px;
		zoom: 1;
		clear: left;
	}
	
		.forms .inspection-address input.field {
			/* width: 238px;
			margin-right: 9px; */
		}
	
		.forms .inspection-address input.search-button {
			width: 88px;
			height: 25px;
		}
		
	/* booking address */
	.forms .report-address {
		margin: 0 0 12px;
		zoom: 1;
		clear: left;
	}
	
	.forms .report-address:after {
		content: ".";
		clear: both;
		visibility: hidden;
		height: 0;
		display: block;
	}
	
		.forms .report-address input.field {
			margin: 0 0 3px;
		}
		
		.forms .report-address input.flat-number {
			width: 41px;
			margin-right: 4px;
		}
		
		.forms .report-address input.street {
			width: 282px;
		}
		
		.forms .report-address input.postcode {
			width: 41px;
			margin-right: 7px;
		}
		
		.forms .report-address .code-finder {
			float: left;
			padding-top: 4px;
		}
	
	/* buttons holder */
	.forms .buttons-holder {
		padding: 30px 0 15px 190px;
		clear: left;
		zoom: 1;
	}
	
		.forms .buttons-holder input {
			margin-right: 10px;
		}
		
		.forms .buttons-holder p {
			margin-top: 25px;
			margin-right: 50px;
		}
	
.summary {
	background: #e4e4e4;
	padding: 16px 16px 5px;
	margin: 0 30px 28px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

	.summary h2 {
		float: left;
		font-size: 14px;
		width: 157px;
		text-align: right;
		margin: 0;
		line-height: 1.4;
	}
	
	.summary p {
		margin: 0 0 10px 172px;
		font-size: 13px;
		line-height: 1.6;
	}
	
.validation-summary {
	background: #ffd521;
	padding: 20px 20px 15px;
	margin: 0 30px 23px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

	.validation-summary p {
		margin: 0 0 7px;
	}
/* /forms */

/* booking */
.vi .booking {
	padding-right: 30px;
	width: 900px;
}

	.booking .buttons-holder {
		padding-left: 0;
		margin: 35px 0 10px;
	}
	
		.booking .buttons-holder input {
			margin-right: 10px;
		}
		
	.booking .summary,
	.booking .validation-summary {
		margin-right: 0;
	}
	
	.select-time {
		width: 100%;
	}
	
	.select-time .time-heading {
		background: #404d5a;
		padding: 3px 0 3px 4px;
		color: #FFF;
		zoom: 1;
		border-bottom: 1px solid #FFF;
	}
	
	.select-time .time-heading:after {
		content: ".";
		clear: both;
		visibility: hidden;
		height: 0;
		display: block;
	}
	
		.select-time .show-dates {
			float: right;
			padding-right: 10px;
		}
		
		.select-time .show-dates select,
		.select-time .show-dates input {
			vertical-align: middle;
		}
		
		.select-time .show-dates select {
			width: auto;
			font-size: 13px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			padding: 2px 3px 1px;
			height: auto;
			background: #e4e4e4;
			margin-right: 3px;
		}
		
		html>body .select-time .show-dates select {background: #FFF;}
		
			.ie7 .select-time .show-dates select {
				background: #FFF;
			}
		
		.select-time .show-dates input {
			width: 30px;
			height: 23px;
		}
	
	.select-time h2 {
		background: #404d5a;
		font-size: 14px;
		padding: 5px 10px 0;
		margin: 0;
	}
	
	.timetable {
		width: 100%;
		background: #e4e4e4;
		border-collapse: collapse;
		clear: left;
	}
	
		.timetable th {
			border: 1px solid #FFF;
			border-top: none;
			padding: 7px 13px;
			text-align: left;
			background: #d7d8d9;
			font-weight: normal;
		}
		
		.timetable th.last, .timetable td.last {
			border-right: none;
		}
				
		.timetable td {
			border: 1px solid #FFF;
			padding: 7px 0;
			width: 14%;
		}
		
			.timetable td .time {
				padding: 2px 9px;
				display: block;
				zoom: 1;
				white-space: nowrap;
				font-size: 11px;
				*padding: 0 2px;
			}
			
	
	
				.ie7 .timetable td .time {
					padding: 0 2px;
				}
			
			.timetable td .preferred {
				background: #ffd500;
				position: relative;
				zoom: 1;
				padding-top: 5px;
				padding-bottom: 5px;
				*padding: 4px 2px 6px;
			}
			

			
				.ie7 .timetable td .preferred {
					padding: 4px 2px 6px;
				}
			
				.timetable td .preferred .help-tip {
					position: absolute;
					right: 4px;
					bottom: 3px;
					float: none;
					padding: 0;
					margin: 0;
				}
			
			.timetable td input {
				float: left;
				margin-top: 1px;
				*margin-top: -1px;
			}
			
			.timetable td .preferred input {
			*margin-top: -2px;
			}
			
			.timetable td label {
				display: block;
				margin-left: 16px;
				*margin-top: 2px;
			}
			

			
				.ie7 .timetable td label {
					margin-left: 20px;
					padding-top: 3px;
				}
			
			.timetable tr.hide {
				display: none;
			}
		
	.show-next {
		background: #d7d8d9;
		padding: 9px 14px;
		overflow: hidden;
		font-size: 13px;
	}
	
		.show-next a:link, .show-next a:visited {
			float: right;
			padding-right: 22px;
			background: url(images/Inspections/bullet-arrow-bigger.gif) 100% 50% no-repeat;
			color: #039;
			text-decoration: none;
		}
		
		.show-next a:hover {
			background-image: url(images/Inspections/bullet-arrow-bigger-hi.gif);
			text-decoration: underline;
		}
		
	p.return-text {
		font-size: 13px;
	}

/* payment */
.payment .summary h2 {
	width: 157px;
}

.payment .summary p {
	margin-left: 172px;
}

/*.payment .forms label, .payment .forms span.label {
	width: 235px;
}*/

.payment .forms .buttons-holder {
	padding-left: 189px;
	padding-top: 25px;
}

	.payment .forms .buttons-holder p {
		font-size: 14px;
	}

/* completed */
.completed h2 {
	margin: 0 0 25px;
	padding: 10px 0 0;
	font-size: 24px;
}

.completed p {
	margin-right: 30px;

}

.completed p.download {
	font-size: 12px;
	margin: 0 0 30px;
	clear: left;
}

.completed h3 {
	background: #404d5a;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	margin: 30px 30px 0 0;
	font-size: 17px;
	padding: 7px 24px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

.completed .summary {
	overflow: hidden;
	-moz-border-radius-topright: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-top-left-radius: 0;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	zoom: 1;
}

	.completed .summary dl {
		margin: 0 0 18px;
		border-bottom: 1px solid #FFF;
		zoom: 1;
		padding: 0 0 7px;
	}
	
	.completed .summary dl:after {
		content: ".";
		clear: both;
		visibility: hidden;
		height: 0;
		display: block;
	}
	
	.completed .summary dt {
		clear: both;
		float: left;
		width: 340px;
		font-weight: bold;
		margin: 0 0 9px;
	}
	
	.completed .summary dd {
		margin: 0 0 8px;
		font-size: 13px;
		width: 332px;
		float: left;
	}
	
	.completed .summary .col-a {
		clear: left;
		float: left;
		width: 320px;
		padding-right: 20px;
	}
	
	.completed .summary .col-b {
		float: left;
		width: 332px;
	}
	
	.completed .summary h4 {
		font-size: 14px;
		margin: 0 0 14px;
		padding: 0;
	}
	
	.completed .summary ul {
		margin: 0;
		padding: 0;
	}
	
		.completed .summary ul li {
			margin: 0 0 8px;
			list-style: none;
			padding-left: 18px;
			background: url(images/Inspections/bullet-grey.gif) 1px 3px no-repeat;
			font-size: 13px;
		}
		
	.completed .adobe {
		font-size: 12px;
		margin: 15px 0 0;
	}
	
	.completed .print img {
		float: left;
		margin-right: 24px;
		cursor: pointer;
	}
	
.completed .actions {
	margin: 0 0 20px;
	padding: 0;
	overflow: hidden;
}

	.completed .actions li {
		float: left;
		list-style: none;
		padding-right: 14px;
	}
	
	.completed .actions li.print {
		padding-right: 0;
		cursor: pointer;
	}
	
		.completed .actions li img {
			border: none;
		}
	
.completed .tips {
	width: 345px;
	float: left;
	font-size: 13px;
}

	.completed .tips h3 {
		font-weight: bold;
		font-size: 13px;
		padding: 0 0 7px;
		border-bottom: 1px solid #bfbfbf;
		margin: 0 0 10px;
	}
	
	.completed .tips a {
		font-weight: bold;
		text-decoration: none;
		padding-left: 20px;
		background: url(images/Inspections/bullet-arrow.gif) 0 50% no-repeat;
		display: block;
		margin: 5px 0;
	}
	
	.completed .tips a:hover {
		text-decoration: underline;
	}

	.completed .selling {
		margin-right: 30px;
	}
/* /completed */

/* geosmart search popup */
div.ac_results ul {
	margin:0;
	padding:0;
	list-style-type:none;
	border: solid 1px #ccc;
}
 
div.ac_results ul li {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	margin: 1px;
	padding: 3px;
	cursor: pointer;
	background-color: white;
}
 
div.ac_results ul li.ac_over {
	background-color: #acf;
}
/* /geosmart search popup */


/* /4 Step booking */
.popup-box h4.b_step1,.popup-box h4.b_step2,.popup-box h4.b_step3,.popup-box h4.b_step4
{
    
    height: 44px !important;
    padding-left: 70px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 2.7em !important;
    margin: 15px 0 0 0 !important;
    
}

.popup-box h4.b_step1
{
        background: url(images/Inspections/step1.gif) 0 50% no-repeat;
}

.popup-box h4.b_step2 
{
        background: url(images/Inspections/step2.gif) 0 50% no-repeat;
}

.popup-box h4.b_step3 
{
        background: url(images/Inspections/step3.gif) 0 50% no-repeat;
}

.popup-box h4.b_step4 
{
        background: url(images/Inspections/step4.gif) 0 50% no-repeat;
        line-height: 1.4em !important;
}

.b_step1_ul li 
{
 
    margin: 0 0 9px 70px !important;
    padding-left: 14px !important;
	background: url(images/Inspections/bullet.gif) 0 4px no-repeat;
	list-style: none;
}

.b_step1_ul li ul
{
      clear:both;
    margin: 9px 0 !important;    

}

.b_step1_ul li ul li
{
    margin: 0 0 9px 30px !important;
    padding-left: 5px !important;
	list-style-type:disc;
	background: none;
}

.help-tip-popup-left {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#FFED9F none repeat scroll 0 0;
border:1px solid #4B565E;
bottom:6px;
display:none;
font-size:12px;
right: 0px;
padding:11px 22px 11px 11px;
position:absolute;
width:200px;
}

.help-tip-popup-left .close:hover {
background-image:url(images/Inspections/close-hi.gif);
}

.help-tip-popup-left .close {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/Inspections/close.gif) no-repeat scroll 0 0;
cursor:pointer;
height:12px;
line-height:1;
position:absolute;
right:6px;
text-indent:-9999px;
top:5px;
width:13px;
}

.popup-box h4.faq_highlight
{
background:#FFED9F none repeat scroll 0 0;
padding:5px 10px 5px;
margin: 0px 0 5px 0;
font-weight: bold;
font-size: 16px;
}


.popup-box ul.faq_ul 
{
    margin-left: 30px;
}

.popup-box ul.faq_ul li 
{
    margin: 0 0 10px 20px;
    list-style-type:disc;
    padding: 0;
}

.popup-box p.faq_notes 
{
    font-size: 11px;
    font-style:italic;
    color:#333;
    padding: 0 0 0 13px;
}

.popup-box .faq_p p
{
    padding: 0 10px;
    line-height: 1.6em;
}

.popup-box h5
{
    font-size: 12px;
    padding:0 5px;
    
}

.policy_li ul li
{
    list-style-type:disc;
    margin:0 0 8px 26px !important;
    padding-left: 0 !important;
}

.headerTop
{
      display:none !important;
}
table.topNav
{
      display:none !important;
}
.headerLinksRight
{
      display:none !important;
}
.headerBar .joinLink
{
      display:none !important;
}

