
/* {{{ Setup */
body {
	background: #fefefe;
	color: #343434;
	font-family: "trebuchet ms";
	text-align: left;
}

body.textEditor { border: 0; color: black; padding: 5px; }

	/* {{{ Element Styling */
	a { text-decoration: underline; color: #cc1118; }
	a:hover { text-decoration: none; }

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

	strong, b { font-weight: bold; }
	em, i { font-style: italic; }

	h1, h2, h3, h4, h5 {
		clear: both;
		color: #cc1118;
		font-weight: bold;
		margin: 0.5em 0 0 0;
	}

	.button + h1, .button + h2, .button + h3, .button + h4 {
		clear: left;
	}

	h2 { font-size: 146.5%; }
	h3, h4 { font-size: 123.1%; }
	.showcar h3 { font-size: 164.5%; }
	h5 { padding-bottom: 0.2em; padding-top: 0.3em; }

	.action + h1, .action + h2, .action + h3, .action + h4 {
		clear: none;
	}

	ul > li { list-style-type: disc; margin-bottom: 0.5em; margin-left: 1.3em; }
	ol > li { list-style-type: decimal; }

	p + p { margin-top: 0.75em; }

	.alert { color: #ba0b11; }
	.strong { font-weight: bold; }

	/* /Element Styling }}} */
	/* {{{ Custom Classes */
	.clear { clear: both; }
	.action { float: right; }
	.headline { border-bottom: 1px solid #e0e0e0; }

	.button {
		background: url(/images/greybuttongradient.png) repeat-x top #afafaf;
		border: 1px solid #afafaf;
		color: #fff;
		display: block;
		float: right;
		font-size: 93%;
		font-weight: bold;
		margin: 10px 0 10px 5px;
		padding: 9px 30px 6px;

		text-decoration: none;

		/* Semi supported */
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}

	.button.red {
		background: url(/images/redbuttongradient.png) repeat-x top #af151c;
		border: 1px solid #af151c;
	}
	/* /Custom Classes }}} */
/* /Setup }}} */
/* {{{ Header */
#hd {
	background: #000;
	border-bottom: 1px #343434 solid;
	height: 100px;
}
#hd a { color: #fff; }
	/* {{{ Header Image */
	#header {
		background: url(/images/header.png);
		float: left;
		height: 73px;
		margin-top: 18px;
		overflow: hidden;
		position: relative;
		width: 343px;
	}
	#header a {
		height: 73px;
		position: absolute;
		width: 343px;
	}
	#header a > span { left: -100000; position: absolute; top: -10000px; }

	/* / Header Image }}} */
	/* {{{ Navigation Menu */
	#nav {
		float: right;
		font-size: 108%;
		font-weight: bold;
		margin-right: -13px;
	}

	#nav > li {
		float: left;
		height: 14px;
		list-style: none;
		margin: 0;
		margin-left: 6px;
		padding: 71px 13px 15px;
	}

	#nav > li.current { background-color: #ba0b11; }
	#nav > li > a { text-decoration: none; }
	#nav > li > a:hover { color: #ba0b11; }
	#nav > li.current > a:hover { color: #fff; }
	/* /Navigation Menu }}} */
/* / Header }}} */
/* {{{ Body */
#bd {
	padding: 20px 0;
}

#bd.front { padding: 0; }
/* /Body }}} */
/* {{{ Footer */
#ft {
	background: url(/images/footer-pattern.png) repeat-x top center;
	clear: both;
	color: #fff;
	font-size: 93%;
	height: 158px;
	padding-top: 10px;
}
#ft a { color: #fff; }

#ft ul > li { float: right; list-style: none; margin: 0; margin-left: 40px; }
/* /Footer }}} */
/* {{{ Front Page */
	/* {{{ Spotlight */
	#spotlightbar {
		background: url(/images/spotlight-pattern.png) repeat-x bottom center;
		height: 312px;
		padding: 20px 0 10px;
		position: relative;
	}
	#spotlightbar a { color: #fff; }

	#spotlightbar.short { height: 60px; }

		/* {{{ Spotlight */
		#spotlight {
			background: #393939;
			height: 271px;
			padding: 10px;
			width: 600px;
		}

			/* {{{ Spotlight Image */
			.spotlight_photo {
				background: #fff;
				border: 1px solid #676666;
				height: 270px;
				position: relative;
				z-index: 1;
			}

			.spotlight_photo > .spotlight_info {
				background: #121212;
				bottom: 0;
				color: white;
				font-size: 85%;
				height: 14px;
				left: 0;
				padding: 10px;
				opacity: .8;
				right: 0;
				position: absolute;
			}

			.spotlight_photo .newlisting {
				background: url(/images/spotlight-newlisting.png);
				bottom: -25px;
				height: 96px;
				position: absolute;
				right: 165px;
				width: 91px;
				z-index: 50;
			}

			/* /Spotlight Image }}} */
		/* /Spotlight }}} */
		/* {{{ QuickSearch */
		#quicksearch {
			background: url(/images/quicksearch-gradient.png) repeat-x top center #ae060d;
			border: 1px solid #ae060d;
			height: 269px;
			padding: 10px;
			width: 278px;

			/* Semi supported */
			-moz-border-radius: 7px;
			-webkit-border-radius: 7px;
			border-radius: 7px;
		}

		#quicksearch h2 {
			color: #fdfdfd;
			font-size: 146.5%;
			margin-bottom: 5px;
		}

		#quicksearch h2 > a { text-decoration: none; }
		/* /QuickSearch }}} */
		/* {{{ People */
		#people {
			background: transparent;
			bottom: 0;
			height: 329px;
			margin-left: 443px;
			position: absolute;
			width: 214px;
			z-index: 50;
		}
		/* /People }}} */
	/* /Spotlight }}} */
	/* {{{ Featured */
	#featured {
		background: url(/images/featured-gradient.png) repeat-x top;
		border-top: 1px solid #fff;
		padding: 10px 0 20px;
	}

	#featured .grid_12 > h2 {
		margin-bottom: 10px;
	}

		/* {{{ Featured Items */
		#featured .featureditem {
			border: 1px solid #e0e0e0;
			/* height: 198px; */
			padding: 8px;
			width: 282px;
		}

		#featured .featureditem .featuredimage {
			/* height: 198px; */
			position: relative;
			text-align: center;
		}

		#featured .featureditem .featuredimage .featuredinfo {
			background: #121212;
			bottom: 0;
			color: white;
			font-size: 85%;
			height: 14px;
			left: 0;
			padding: 10px;
			opacity: .8;
			right: 0;
			position: absolute;
			text-align: left;
		}

		.featuredimage > .newlisting {
			background: url(/images/featured-newlisting.png);
			height: 67px;
			position: absolute;
			right: -2px;
			top: -2px;
			width: 67px;
			z-index: 50;
		}
		/* /Featured Items }}} */
	/* /Featured }}} */
	/* {{{ Info */
	#infobar {
		background: #cfcfcf;
		height: 215px;
		padding: 15px 0 10px;
	}

	#infobar a { color: black; }

		#infobar .infoblock {
			background: url(/images/infoblock-gradient.png) top repeat-x;
			height: 180px;
			padding: 10px;
			width: 280px;

			/* Semi supported */
			-moz-border-radius: 7px;
			-webkit-border-radius: 7px;
			border-radius: 7px;
		}

		#infobar .infoblock.grid_8 {
			width: 600px;
		}

		#infobar .infoblock > h3 { margin-bottom: 5px; }

	/* /Info }}} */
/* /Front Page }}}
/* {{{ Search Results */
.carlist h3 { margin-bottom: 0.6em; }
.carlist .car { border-bottom: 1px solid #e0e0e0; padding: 20px 0; }


.carlist .car dl > dt { color: #8b8b8b; margin-right: 4px; }
.carlist .car.standard dl > dt { float: left; padding-bottom: 0.3em; }
.carlist .car.standard dl > dd { padding-bottom: 0.3em; }
.carlist .car.premium dl > dt { margin-bottom: 2px; }
.carlist .car.premium dl > dd { margin-bottom: 5px; }
.carlist .car.showcar dl > dt { margin-top: 0.3em; }
.carlist .car.showcar dl > dd { margin-top: 0.3em; }

.carlist .car .smallthumb {
	border: 1px solid #e0e0e0;
	float: left;
	/* height: 86px; */
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	/* width: 133px; */
	position: relative;
}

.sclisting {
	position: absolute;

	top: 0;
	left: 0;

	background: url(/images/list-showcar.png);
	height: 67px;
	width: 67px;
	z-index: 50;
}

/* /Search Results }}} */
/* {{{ Car View */
.images { margin-top: 20px; clear: both; text-align: center;}
.images .big {
	border: 1px solid #e0e0e0;
	padding: 4px;
	margin-bottom: 2px;
	position: relative;
}
.images .small {
	border: 1px solid #e0e0e0;
	padding: 4px;
	margin-bottom: 3px;
	display:inline-block;
}
/* /Car View }}} */
/* {{{ Search Again */
#searchagain {
	background: url(/images/quicksearch-gradient.png) repeat-x top center #ae060d;
	border: 1px solid #ae060d;
	/* height: ; */
	margin-top: 20px;
	padding: 10px;
	width: 200px;

	/* Semi supported */
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#searchagain h2 {
	color: #fdfdfd;
	font-size: 146.5%;
	margin-bottom: 5px;
	margin-top: 0;
}

#searchagain h2 > a { text-decoration: none; color: #fff; }
/* /Search Again }}} */
/* {{{ Contact Form */
#contactform {
	background: #a6a6a6;
	margin: 20px 0;
	padding: 10px;
	width: 202px;

	/* Semi supported */
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#contactform input, #contactform select, #contactform textarea {
	background-color: #bcbcbc;
	border: 0;
}


#contactform h2 {
	color: #fdfdfd;
	font-size: 146.5%;
	margin-bottom: 5px;
	margin-top: 0;
}

#contactform h2 > a { text-decoration: none; color: #fff; }
/* /Contact Form }}} */
/* {{{ Pagination */
.paginationControl { margin: 10px 0; float: right; }
.paginationControl div { float: left; }

.paginationControl .previous, .paginationControl .next, .paginationControl .pages {
	background: #ebebeb;
	color: #5c5c5c;
	margin: 1px;
	padding: 4px 8px;

	/* Semi supported */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.paginationControl .previous {
	background: url(/images/prevarrow.png) no-repeat left center #ebebeb;
	padding-left: 36px;
}

.paginationControl .next {
	background: url(/images/nextarrow.png) no-repeat right center #ebebeb;
	padding-right: 36px;
}

.paginationControl .pages { background: #f5f5f5; }
.paginationControl .pages .page { margin-left: 5px; }
.paginationControl .pages .page.first { margin-left: 0; }

/* /Pagination }}} */
/* {{{ Create Listing Page */
.listings .listing {
	background-color: black;
	color: white;
	clear: both;
	margin-top: 20px;

	/* Semi supported */
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

/* /Create Listing Page }}} */
/* {{{ Forms */
.form {
	font-family: verdana;
	font-size: 85%;
	margin-top: 10px;
}

.form.widget { margin-top: 0; }

.formElement {
	clear: both;
	padding-top: 10px;
	position: relative;
}

.formElement label {
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
}

fieldset { clear: both; }

fieldset.inner {
	background-color: #eeeeee;
	padding: 10px;

	/* Semi supported */
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

fieldset.inner > h3 { margin-top: 0; }

.formElement.checkbox label { display: inline; }

label.required { color: #ba0b11; }
.choices label { font-weight: normal; width: 147px; float: left; }

.form input[type=text], .form input[type=password], .form select, .form textarea {
	display: block;
	width: 296px;
	padding: 2px;
}

.form fieldset.inner input[type=text], .form fieldset.inner input[type=password], .form fieldset.inner select, .form fieldset.inner textarea { width: 290px; }
.form.widget input[type=text], .form.widget input[type=password], .form.widget select, .form.widget textarea { width: 100%; }

.form textarea { height: 200px; }
.form textarea.short { height: 60px; }
.form.widget textarea { height: 100px; }

.formElement .deschint { width: 300px; padding-left: 0.5em; padding-top: 0.5em; font-size: 85%; }
.multiCheckbox .deschint { float: none; margin-left: 20px; }
fieldset.inner .formElement .hint { width: 290px; }

.multiCheckbox .choices { margin-left: 0.5em; }
.choices > label > input { margin-right: 5px; }

.controls { margin-bottom: 20px; text-align: center; }
.form.widget .controls { margin-bottom: 0; text-align: right; }

div.grid_2 input[type=text], div.grid_2 input[type=password], div.grid_2 textarea, div.grid_2 .yui-button button { width: 140px; }
div.grid_2 select { width: 142px; }

.grid_3 .form input[type=text], .grid_3 .form input[type=password], .grid_3 .form textarea, .grid_3 .form .yui-button button { width: 194px; }
.grid_3 .form select { width: 198px; }

.grid_4 .form input[type=text], .grid_4 .form input[type=password], .grid_4 .form textarea, .grid_4 .form .yui-button button { width: 267px; }
.grid_4 .form select { width: 269px; }

.form .charcounter { float: right; margin-bottom: 5px; width: 300px; }
.form .charcounter input { display: inline; text-align: center; width: 25px; }

.yui-button button {
	background: #cd4c51 url(/images/yuibutton-dropdown.png) no-repeat right top;
	border: 0;
	color: #fff;
	cursor: pointer;
	height: 16px;
	padding: 2px 5px 3px;
	text-align: left;

	/* Semi supported */
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}

/* .widget #search .formElement input[type=text] {
	border: 0;
	background-color: #CD4C51;
	padding: 4px 5px 3px;
	height: 15px;
	color: #fff;

	/* Semi supported *-/
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
} */

.yui-button button:focus, .yui-button-focus {
	outline: 0;
	border: 0;
}

button, input, select { -moz-box-sizing: content-box; }

.form .yui-button button {
	overflow: hidden;

	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

.yuimenu .bd {
	background: #a52633;
	padding: 5px;
	margin-left: 5px;
	margin-top: 2px;

	width: 233px;
}

.yuimenu .yuimenuitem {
	padding: 2px 0;

}

.yuimenu .yuimenuitem-selected {
	background: #cd4c51;
}

.yuimenuitem .yuimenuitemlabel { text-decoration: none; color: #fff; }
li.yui-button-selectedmenuitem { background: url(../button/assets/checkbox.png) left center no-repeat; }

.controls input, .controls button {
	border: 1px solid #ae060d;
	color: #fff;
	background: url(/images/quicksearch-gradient.png) repeat-x top center #ae060d;

	font-weight: bold;
	margin-top: 12px;
	padding: 6px 20px;

	/* Semi supported */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#searchagain .controls input, #quicksearch .controls input {
	background: url(/images/greybuttongradient.png) repeat-x top #afafaf;
	border: 1px solid #afafaf;
	color: #ae060d;
}

/*.errors { color: #ba0b11; margin-left: 1em; margin-top: 0.5em; clear: both; font-size: 1.2em; font-weight: bold;}*/
.errors {
	background-color: #ba5357;
	border: 1px solid #BA0B11;
	clear: both;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0.3em 0;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.errors li { margin: 0; list-style-type: none; }

/* /Forms }}} */
/* {{{ Form Element: Images */
#images .image {
	border: 1px solid grey;
	float: left;
	margin: 2px;
	padding: 5px;
}

#images.dynamic .primaryRadio { display: none; }
#images.dynamic .image { position: relative; }
#images.dynamic .image .delete {
	height: 25px;
	opacity: .8;
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
}
#images.dynamic .image.primary .delete {
	height: 23px;
	width: 23px;
}
#images.dynamic .image .delete label { display: none; }
#images.dynamic .image:hover .delete {
	background: #000 url(/images/deleteoverlay.png) no-repeat bottom left;
}

#uploaderUi { display: none; }
.jvsctrls #imgUp { float: right; padding: 6px; -moz-border-radius: 6px; background: #fff; font-weight: bold; }
.jvsctrls #imgUp a { text-decoration: none; }

#images .image.primary { border: 3px solid grey; padding: 3px; }

#uploader {
	clear: both;
}

#images .imgctrls { clear: both; }
/* /Form Element: Images }}} */

.search .form { width: 306px; margin: 0 auto; }

.carview { margin-bottom: 20px; margin-top: 15px; }

#lightbox { background-color:#eee; padding: 10px; border-bottom: 2px solid #666; border-right: 2px solid #666; }
#lightboxDetails { font-size: 0.8em; padding-top: 0.4em; }
#lightboxCaption { float: left; }
#keyboardMsg { float: right; }
#closeButton { top: 5px; right: 5px; }
#lightbox img { border: none; clear: both; }
#overlay img { border: none; }
#overlay{ background-image: url(../images/overlay.png); }
* html #overlay {
	background-color: #333;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
}

.feedback {
	font-weight: bold;
	font-size: 146.5%;
	margin-top: 29px;
}

.feedback.error, .feedback.failure {
	color: #cc1118;
}

.feedback.warning {
	color: #cc8c11;
}

.feedback.success {
	color: #1ecc11;
}

.hello input { display: none !important; }

#addEdit-longDesc { width: 616px; height: 120px; }
.login { margin-bottom: 20px; }
#login .controls { text-align: center; }
.links { text-align: center; font-size: 85%; }
.links a { display: block; margin: 3px }

.background {
	padding: 5px 10px;
	background-color: #f4f4f4;

	/* Semi supported */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.background .button, .fulldetail .button {
	float: none;
	display: inline-block;
}

.background .features {
	padding: 5px;
	background-color: #ebebeb;
	margin: 5px 0;

	/* Semi supported */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.background .features h5 {
	margin-top: 0;
}

input.passwordStrength.nonempty[type=password] { width: 200px; }
#feedbackEl {
	width: 80px;
	height: 15px;
	margin-right: 13px;
	margin-bottom: 6px;

	padding-top: 3px;
	padding-bottom: 1px;

	text-align: center;
	font-size: 0.9em;
	font-weight: bold;

	float: right;

	border: 1px inset #aaaaaa;
}

.strength0 { display: none; }
.strength1 { background-color: red; color: white; }
.strength2 { background-color: red; color: white; }
.strength3 { background-color: pink; }
.strength4 { background-color: pink; }
.strength5 { background-color: orange; }
.strength6 { background-color: orange; }
.strength7 { background-color: yellow; }
.strength8 { background-color: lightgreen; }
.strength9 { background-color: green; color: white; }
.strength10 { background-color: green; color: white; }

.inner .info {
	text-align: center;
	font-weight: bold;
	margin: 10px;
	padding: 10px;
	/* Semi supported */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

body .nopad { padding: 0 !important; }

.errorblock { margin-bottom: 20px; }
.termslist li { margin: 10px 0 10px 0; }
.termslist li li { margin: 0 0 0 20px; list-style-type: lower-alpha; }

div.flash {
	width: 375px;
	margin: 10px 5px;
	border-color: #D9E4FF;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
	-moz-border-radius-topright : 5px;
	-webkit-border-top-right-radius : 5px;
	-moz-border-radius-bottomleft : 5px;
	-webkit-border-bottom-left-radius : 5px;
	-moz-border-radius-bottomright : 5px;
	-webkit-border-bottom-right-radius : 5px;
}

.progressWrapper {
	width: 357px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../images/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
	vertical-align: top;
}

/* The hint to Hide and Show */
.hint {
	display: none;
	position: absolute;
	right: -250px;
	width: 200px;
	margin-top: -25px;
	border: 1px solid #c93;
	padding: 10px 12px;
	/* to fix IE6, I can't just declare a background-color,
	I must do a bg image, too!  So I'm duplicating the pointer.gif
	image, and positioning it so that it doesn't show up
	within the box */
	background: #ffc url(/images/pointer.gif) no-repeat -10px 5px;
	z-index: 5;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
	position: absolute;
	left: -10px;
	top: 5px;
	width: 10px;
	height: 19px;
	background: url(/images/pointer.gif) left top no-repeat;
}

.grid_3 .featurelist {
	background: url(/images/grey-gradient.png) repeat-x top center #5b5b5b;
	border: 1px solid #7d7d7d;
	/* height: ; */
	margin-top: 20px;
	padding: 10px;
	width: 202px;
	color: #fff;

	/* Semi supported */
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.grid_3 .featurelist h2 {
	color: #fdfdfd;
	font-size: 146.5%;
	margin-bottom: 5px;
	margin-top: 0;
}

.grid_3 .avail {
	background: url(/images/quicksearch-gradient.png) repeat-x top center #ae060d;
	border: 1px solid #ae060d;
	/* height: ; */
	margin-top: 20px;
	padding: 10px;
	width: 199px;
	color: #fff;

	/* Semi supported */
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.grid_3 .avail h2 {
	color: #fdfdfd;
	font-size: 146.5%;
	margin-bottom: 5px;
	margin-top: 0;
}

.carview h2 { margin-top: 0; }
