@charset "utf-8";
/* ******************************************
	GENERAL
****************************************** */
.disclaimer {
	font-size: 79%;
	line-height: 1.8em;
}
.header {
	background: url(../images/elements/header_bg.gif) no-repeat left top;
	height: 138px;
}
.bg-img-txt {
	margin-top:22px;
}
.logo a:link, .logo a:visited {
	background: url(../images/elements/logo_scc.gif) no-repeat 0 38px;
	cursor: pointer;
	float: left;
	display: block;
	text-indent: -9000px;
	height: 108px;
	width: 494px;
}
.branding {
	height: 108px;
}
.branding ul {
	float: right;
	margin-top: 40px;
}
.branding ul li {
	float: left;
}
.fltLeft { float: left; }

.fltRight { float: right; } 

.center { text-align: center; }
.last { margin-right: 0 !important; }

hr {
	border: none;
	border-top: 1px solid #E2E2E2;
	clear: both;
	display: inline-block;
	height: 1px;
	margin: 15px 0 5px;
	width: 100%;
}
.adWide {
	float: left;
	text-align: center;
	margin: 1em 0 2em;
	width: 100%;
}

/* ******************************************
	HEADINGS
****************************************** */
div.bg-img-txt h1, div.cols-2 h1 {
	text-indent: -9000px;
}
.compareCars div.bg-img-txt h1 {
	height: 190px;
}
/* reviews */
div#col-main h2 {
	color: #fd2330;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	margin-bottom: 0.2em;
}
div#col-main h3 {
	font-size: 1.5em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 2em;
}

/* videos */
div.videos div#col-main h3 {
	font-weight: bold;
	font-size: 1.2em;
	margin: 1em 0;
}
div.videos #col-main {
	color: #424242;
}

/* ******************************************
	PARAGRAPHS
****************************************** */
div.bg-img-txt p {
	text-indent: -9000px;
}
div#col-main p {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 1.5em;
}

/* videos */
div.videos p.views {
	float: right;
	color:#000;
	font-weight: bold;
}

/* ******************************************
	IMAGES
****************************************** */
/* bg banner images */
div.bg-img-txt {
	/*
	padding-top: 190px;
	*/
}
div.compareCars {
	background: #fff url(../images/pages/bg_lg_compare_cars_cruze.jpg) no-repeat top center;
	height: 328px;
	/*
	margin-top: 75px;
		*/
	margin-top: 22px;
}
.home div.compareCars {
	margin-top: 0px;	
}
div.compareCars.landing {
	height: 510px !important;
}
body.cd div.compareHyundai {
	background: #fff url(../images/pages/bg_lg_compare_cars_cd_hyun.jpg) no-repeat top center;
	/* height: 190px; */
	margin-top: 22px;	
}
body.cdx div.compareHyundai {
	background: #fff url(../images/pages/bg_lg_compare_cars_cdx_hyun.jpg) no-repeat top center;
	/* height: 190px; */
	margin-top: 22px;	
}
body.cd div.compareMitsubishi {
	background: #fff url(../images/pages/cd_versus_Mitsubishi_ES.jpg) no-repeat top center;
	/* height: 190px; */
	margin-top: 22px;	
}
body.cdx div.compareMitsubishi {
	background: #fff url(../images/pages/cdx_versus_Mitsubishi_VR.jpg) no-repeat top center;
	/* height: 190px; */
	margin-top: 22px;	
}
body.cd div.compareFord {
	background: #fff url(../images/pages/cd_versus_Ford_CL.jpg) no-repeat top center;
	/* height: 190px; */
	margin-top: 22px;	
}
body.cdx div.compareFord {
	background: #fff url(../images/pages/cdx_versus_Ford_LX.jpg) no-repeat top center;
	/* height: 190px; */
	margin-top: 22px;	
}
body.cd div.compareMazda {
	background: #fff url(../images/pages/cd_versus_Mazda_Neo.jpg) no-repeat top center;
	/* height: 190px; */
	margin-top: 22px;	
}
body.cdx div.compareMazda {
	background: #fff url(../images/pages/cdx_versus_Mazda_Maxx.jpg) no-repeat top center;
	/* height: 190px; */
	margin-top: 22px;	
}
body.cd div.compareToyota {
	background: #fff url(../images/pages/cd_versus_Toyota_Ascent.jpg) no-repeat top center;
	/* height: 190px; */
	margin-top: 22px;	
}
body.cdx div.compareToyota {
	background: #fff url(../images/pages/cdx_versus_Toyota_Conq.jpg) no-repeat top center;
	/* height: 190px; */
	margin-top: 22px;	
}
div.safety {
	background: #fff url(../images/pages/bg_lg_safety.jpg) no-repeat top center;
}
div.efficiency {
	background: #fff url(../images/pages/bg_lg_efficiency.jpg) no-repeat top center;
}
div.calculator {
	background: #fff url(../images/pages/bg_lg_calculator.jpg) no-repeat top center;
}
div.features {
	background: #fff url(../images/pages/bg_lg_features.jpg) no-repeat top center;
}
/* 2 columns - reviews */
div.cols-2 h1{
	padding-bottom: 90px;
}
div.reviews div#col-sub {
	background: #fff url(../images/pages/h1_reviews.gif) no-repeat top left;
}
div.about div#col-sub {
	background: #fff url(../images/pages/h1_about.gif) no-repeat top left;
}
div.videos div#col-sub {
	background: #fff url(../images/pages/h1_video.gif) no-repeat top left;
}
/* reviews */
div#col-main img {
	float: right;
	padding-left: 20px;
}
/* videos */
div.videos div#col-main img {
	padding-bottom: 10px;
	padding-left: 0;
}
div.videos div#col-main img.stars {
	float: none;
	padding-bottom: 20px;
}
/* general images*/
img.steps {
	padding-top: 20px;
}
/* ******************************************
	LINKS
****************************************** */
/* back button on compare cars banner */
div.bg-img-txt {
	/*
	position: relative;
	*/
	display: block;
	float: left;
}
div.bg-img-txt a img.back-button {
	/*
	position: absolute;
	left: 32px;
	top: 142px;
	*/
	display: block;
	margin-left: 30px;
	margin-top: -60px;
}


/* ******************************************
	TABLES
****************************************** */
div.table {
	/* width: 640px; */
	float: left;
	margin-top: -12px;
}
caption {
	text-indent: -9000px;
	background: none;
}
table td, table th {
	border: 1px solid #cfcfcf;
	padding: 10px 0;
	vertical-align: top;
	width: 195px;
}
table td {
	text-align: center;
}
	.compareCars table td, .compareCars table th {
		padding: 10px 20px;
		width: 175px;
	}
	.compareCars table th {
		text-align: left;
	}
	.compareCars.sixVehicles table td, .compareCars.sixVehicles table th {
		padding: 10px 7px;
		vertical-align: middle;
		width: 113px;
	}
		.compareCars.sixVehicles table tr.sub-section th {
			width: 400px;
		}
		.compareCars.sixVehicles table th.btnCompare {
			background: url(../images/pages/bg_btn.jpg) repeat-x top left;
			padding-bottom: 0;
		}
	.compareCars.sixVehicles table td.no-border ul {
		margin-top: -10px;
		margin-left: -7px;
	}
	.compareCars.sixVehicles table td.no-border ul img {
		margin-top: -2px;
	}
table td.no-border {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 0;
}
table td.no-border img.change-model-button {
	padding: 0;
	margin: 0;
}
table tr.alt td, table tr.alt th {
	background-color: #f1f1f1;
}
table tr.section {
	background-color: #cfcfcf;
	color: #000;
	text-align: left;
	text-indent: 10px;
	text-transform: uppercase;
}
table tr.section th {
	background-color: #cfcfcf;
}
table tr.section-break th {
	background-color: #ffffff;
	border: none;
}
table tr.sub-section {
	color: #ed1c2e;
	text-align: left;
	text-indent: 10px;
}
	table tr.section th, table tr.sub-section th {
		/* padding: 10px 20px; */
		padding: 10px 7px;
	}
table em {
	color: #000;
	font-style: normal;
	font-size: 1em;
}
table th.carName {
	font-weight: normal;
	font-size: 1.3em;
	text-align: center;
}
table span.type {
	font-size: 0.7em;
	font-weight: bold;
}
table th.features {
	font-size: 0.8em;
	text-align: left;
	padding: 10px 20px;
	width: 162px;
}
table.stripeMe th.features {
	padding-left: 15px;
}
div.calculator-table {
	margin-top: 10px;
}
.compareCars table .overlay {
	filter:alpha(opacity=18);
	opacity: 0.18;
	-moz-opacity:0.18;
}

/* ******************************************
	SIDEBAR
****************************************** */
div#sidebar {
	float: right;
}
div#sidebar img {
	padding-bottom: 10px;
}
#sidebar {	
	margin-right: 3px;
}

/* ******************************************
	FORMS
****************************************** */
/* efficiency calculator form */
legend {
	/* margin-top: -20px; maybe to fix the location of step 1 and 2? */
}
fieldset.step1, fieldset.step2 {
	float: left;
	width: 441px;
	border: 1px solid #cfcfcf;
	padding: 10px 15px;
	height: 100px;
}
fieldset.step1 {
	margin-right: 10px;
}
fieldset.step1 label {
	font-size: 0.9em;
}
fieldset.step1 input#km {
	width: 120px;
	margin-top: 10px;
}
div.bg-img-txt fieldset.step1 p {
	text-indent: 0;
	color: #000;
	position: absolute;
	left: 157px;
	top: 282px;
	font-size: 0.9em;
}
fieldset.step2 input#uld, fieldset.step2 input#lpg {
	width: 60px;
	margin-right: 6px;
}
fieldset.step2 label {
	font-size: 0.9em;
	color: #000;
	position: absolute;
}
/* input {
	display: block;
} */

/* ******************************************
	SMALL BOXES - IE: REVIEWS
****************************************** */
div.box {
	margin-bottom: 2px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	width: 236px;
	line-height: 1.2em;
}
/* feature box */
/*
div.feature-box {
	background: url(../images/pages/bg-feature-box.gif) no-repeat top left;
	height: 75px;
	padding: 17px;
}
*/
#col-sub .empty-box a {
	background: none;
	text-decoration: none;
}
#col-sub .empty-box a:hover, #col-sub .empty-box a.selected {
	/*background: url(../images/pages/bg-feature-box.gif) no-repeat top left;*/
	display: block;
	/*height: 75px;*/
	margin-left: -15px;
	padding: 15px;
	width: 240px;
	text-decoration: none;
	border: 1px solid #cfcfcf;
	background-color: #efefef;
	
}
div#col-sub div.box h3 {
	font-size: 110%;
	margin-bottom: 0.3em;
}
div#col-sub div.box h4 {
	line-height: 1.3em;
}
div#col-sub hr {
	margin-bottom: 5px;
	_margin-left: -30px;
	margin-top: 0;
	width: 90%;
}
div#col-sub img {
	float: right;
	padding: 5px 0px 5px 11px;
}
div#col-sub a h3 {
	color: #fd2330;
	margin-bottom: 5px;
	font-weight: bold;
	letter-spacing: -0.02em;
	line-height: 1.3em;
	text-decoration: none;
}
	div#col-sub h3 a:hover, div#col-sub a h4 {
		color: #808285;
	}
div#col-sub h4 {
	font-size: 0.8em;
	font-weight: normal;
	margin-bottom: 5px;
}
div#col-sub a {
	color:#000;
	font-size: 0.9em;
	font-weight: bold;
}
div#col-sub p {
	font-size: 0.9em;
	padding-bottom: 5px;
}
/* video boxes */
div.video-box {
	border: 1px solid #999;
	padding:6px 0 0 5px;
	height: 300px;
	margin-bottom: 2em;
	overflow: hidden;
	overflow-y: scroll;
	width: 310px;
}
div.video-box a p {
	font-weight: normal;
}
div.video, div.feature-video {
	margin-bottom: 5px;
}
div#col-sub div.video-box img {
	float: left;
	padding: 0 5px 5px 0;
}
div.video-box h2 {
	/*
	color: #fd2330;
	*/
	color: #ae0301;
	font-size: 1em;
	margin-bottom: 0.2em;
}
div.videos div#col-sub div.box h3 {
	color: #424242;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}
div.video-box a:hover {	
	text-decoration: none;
}
div#col-sub div.video-box p {
	font-size: 0.8em;
	padding-bottom: 0;
}
div.video-box .featured {
	text-align: right;
}
p.author {
	color: #ae0301;
}
div.feature-video.selected, div.video.selected, .video a:hover {
	background-color: #eeeeee;
	float: left;
	width: 100%;
}

/* ******************************************
	HOME CONTENT
****************************************** */
.home .primaryContent h1 {
	float: left;
	text-indent: -9999px;
}
.home .hero .banner {
	float: left;
	width: 636px;
}
.home .hero .carList {
	background: url(../images/pages/banner_home_02.jpg) no-repeat right top;
	float: right;
	height: 265px;
	width: 324px;
}
.home div#sideBar {
	float: right;
}
.home .mainContent {
	float: left;
	margin-top: 10px;
	margin-bottom: 25px;
	width: 960px;
}
/*
	.home .homePanel {
		float: left;
		margin-right: 5px;
		width: 188px;
	}
	.home .homePanel.last {
		margin-right: 0;
	}
	.home .homePanel a {
		filter:alpha(opacity=100);
		opacity: 1.0;
		-moz-opacity:1.0;
	}
	.home .homePanel a:hover {
		filter:alpha(opacity=85);
		opacity: 0.85;
		-moz-opacity:0.85;
	}
	*/
.home cite {
	color: #5a5a5a;
	display: inline-block;
	font-size: 90%;
	font-style: normal;
	margin-bottom: 1.5em;
}
.home .column {
	float: left;
	padding-right: 5px;
	width: 310px;
}
.home .column h2 span {
	float: right;
}
.home .column .one .panel {
	clear: both;
	float: left;
	margin-bottom: 1em;
}
.home .column.two {
	border: none;
	border-left: 1px solid #E2E2E2;
	padding-left: 15px;
}
.home .column ul {
	margin-top: 10px;
}
.home .column ul li {
	float: left;
	margin-right: 5px;
}
.home .column p,
.home .column ul li, 
.home .column .time,
.home h3 {	
	font-size: 90%;
}
.home .column .time {
	color: #000;
}
.home h3 {
	clear: both;
	color: #33373d;
	display: inline-block;
	letter-spacing: -0.03em;
	margin: 3px 0;
}
.home .column.two h2 {
	margin-bottom: 5px;
}
.home .column.two .panel {
	border: none;
	border-top: 1px solid #E2E2E2;
	float: left;
	padding: 1em 0;
}
.home .column.two h3 {
	color: #fd2330;
	font-size: 120%;
}
.home .column.two a {
	color: #000000;
	font-weight: bold;
	font-size: 100%;
}
.home .column.two .info {
	float: left;
	line-height: 1.2em;
	padding-right: 10px;
	width: 190px;
}
.home .column.two .info p {
	color: #535353;
	margin-bottom: 1em;
}


/* ******************************************
	COMPARE CARS CONTENT
****************************************** */
.navOptions {
	float: right;
	/*
	margin: 4em 2.3em 3.5em;
	*/
	margin: 21px 23px 0px;
	width: 380px;
}
.navOptions p {
}
.navOptions p img {
	float: left;
}
.navOptions .postcodeSearch {
	float: left;
}
.navOptions input {
	margin-top: 7px;
	vertical-align: top;
}
.navOptions .postcodeSearch input.postcode {
	background: url(../images/pages/bg_postcode.jpg) no-repeat;
	border: none;
	font-size: 90%;
	padding: 4px 4px 0;
	height: 21px;
	width: 65px;
}
.navOptions .postcodeSearch .btnGo {
	background: url(../images/pages/btn_go.jpg) no-repeat;
	border: none;
	cursor: pointer;
	height: 21px;
	width: 37px;
}
div.bg-img-txt p.adTxt {
	border: none;
	border-top: 1px solid #E2E2E2;
	clear: right;
	color: #adadad;
	float: right;
	font-size: 85%;
	margin-top: 1em;
	margin-right: 4px;
	padding-top: 0.2em;
	text-align: center;
	text-indent: 0;
	width: 300px;
}
.compareCars .stripeMe th {
	font-size: 10px;
}
.error h2 {	
	background: url(../images/elements/txt_error.gif) no-repeat 0 0;
	display: block;
	text-indent: -9000px;
	margin-top: 15px;
	height: 45px;
	width: 405px;
}
.error p {
	margin-bottom: 20px;
}