@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}


/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
a:hover {text-decoration: underline;}

html {height: 101%;} /*  forces vertical scroll bar on all pages */ 
body {width: 100%; text-align: center;}

.main {min-height: 400px; margin: auto; text-align: left;}

#header {width: 100%;}
	h2#logo a {text-decoration: none;}	
	#header #contact-info {text-align: right;}	
		#header #contact-info .address a {text-decoration: none;}
#nav {height: 40px; display: block; overflow: hidden; width: 100%;}
	#nav ul {height: 40px; line-height: 40px;}
		#nav ul li {float: left; list-style: none; display: block; height: 40px; line-height: 40px;}
			#nav ul li a {margin: 0; padding: 12px 25px; text-decoration: none; line-height: 2.75; font-size: 14px;}
			#nav ul li a:hover {text-decoration: none;}
#nav ul li a.ucda {background-image:url('/images/ucda/ucda_icon.gif'); background-repeat:no-repeat; background-position:left center;  padding-left:45px; margin-left:25px;}			

#row1 ul, #row2 ul {margin-left: 25px; margin-bottom: 10px;}
#row1 ul ul, #row2 ul ul {margin: 4px 2px 4px 17px;}

#row1 {clear: both; padding: 10px 0 0 0; width: 100%; *margin-bottom: -5px; _margin-bottom: -10px;}
#row1sub {clear: both; padding: 10px 0 0 0; width: 100%; width: 970px;}
	#row1 p {padding: 10px 12px;}
#row2 {padding-top: 10px; width: 100%;}

#footerA {margin-top: 10px; font-size: 10px;}
	#footerA ul li {list-style: none; display: inline; margin: 0; padding: 10px 10px 10px 0;}
	#footerA ul li a {text-decoration: none;}	
#footerB {margin-top: 10px; font-size: 10px; text-align: right;}
	#footerB {padding-right: 10px;}
	#footerB a {text-decoration: none;}

.readmore {float: left; font-size: 13px; margin-bottom: 15px; padding: 6px 7px; font-weight: bold; text-decoration: none;}

#row2 form {margin: 0; padding: 0;}
#row2 form ul {list-style: none; margin: 0 0 0 10px; padding: 5px 0;}
#row2 form ul li {padding: 5px 0; margin: 0;}

form {}
form label.leftlabel {float: left; text-align: right; width: 100px; margin: 5px 10px 0 0;}
form input.contact {border: solid 1px #ccc; padding: 3px 5px; background: #efefef; width: 240px;}
form textarea.contact {border: solid 1px #ccc; padding: 3px 5px; background: #efefef; width: 240px; height: 100px;}
form textarea.contact2 {border: solid 1px #ccc; padding: 3px 5px; background: #efefef; width: 515px; margin-bottom: 10px; margin-left: 10px;}
form select {border: solid 1px #ccc; padding: 3px 5px; background: #efefef;}
li.buttonholder {padding-left: 110px !important;}
form button {border: solid 1px #ccc; font-weight: bold; background: #333; color: #fff; padding: 5px 10px;}
form button:hover {background: #000;}
.toolbar button {border: solid 1px #ccc; font-weight: normal; background: #333; color: #fff; padding: 3px 6px;}
.toolbar button:hover {background: #000;}

form select.longFilter {
	max-width: 180px;
}

div#contactForm form button.submit {margin-left: 10px; position: absolute; border: solid 1px #ccc; font-weight: bold; background: #333; color: #fff; padding: 5px 10px; width: 75px;height: 42px}
div#contactForm form button.expanded {height: 42px}

.error {margin: 10px; border-top: solid 1px #bf1908; border-bottom: solid 1px #bf1908; padding: 15px 10px 5px 10px; background-color: #ffeeee;}
	.error div {font-weight: bold; font-size: 14px; color: #bf1908;}
		.error ul {font-weight: normal; padding: 5px;}
			.error ul li {padding: 5px 0 0 0;}

.info {
	margin: 10px;
	border-top: solid 1px #016701;
	border-bottom: solid 1px #016701;
	padding: 15px 10px 15px 10px;
	background-color:  #BAEEBA;
	font-weight: bold;
	font-size: 14px;
	color: #016701;
}





/* golden grid */
/*
	Golden Grid - CSS Library
	Author:Vladimir Carrer
*/

/* CSS Grid */


.main {  margin:0 auto;  width:970px; padding-top:10px;   }


.g160,.g320,.g480,.g640,.g800,.g960,.g80,.g240,.g400,.g560,.g720,.g880,.g960,.g100p {float:left; display: inline; margin-left:10px;  } 

.g100p {
	display: block;
	width: 100%;
	margin-left:0px;
	clear: both;
}

/* 6 columns */
.g160 {width:150px; }
.g240 {width:230px; }
.g320  {width:310px;}
.g480  {width:470px;}
.g640  {width:630px;}
.g800  {width:790px;}
.g960  {width:950px;}

.ml320{margin-left:330px;}

.inside{margin-left:0;}

p.grid{ padding-left:10px;}
  
.clear {clear:both;}
.clearfix, .main{ display:block;} 

.clearfix:after, .main:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}




ul.search {margin: 0; padding: 0;}
ul.search li {
	list-style: none;
	list-style-image: none;
	overflow: hidden;
}



ul.search li ul {margin: 0; padding: 0;}

ul.search li ul li {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style: none;
	list-style-image: none;
	min-height: 100px;
}

.topperbox {text-align: center; width: 100%; padding: 0 0 10px 0;}
	.topperbox ul {padding: 10px 0 0 0; margin: 0 !important;}
	.topperbox ul li {list-style: none; margin-right: 2px !important; display: inline; padding: 1px 7px 0 0px; border-right: solid 1px #000;}
	.topperbox ul li a:hover {color: #999;}
	.topperbox ul li.last {border-right: none;}

#row2 .vehicletitle {letter-spacing: -1px; color: #000; margin: -5px 0 0 0; padding: 0 0 0 5px; font-weight: bold; font-size: 28px; background: none; }
#row2 .vehicletrim {letter-spacing: -1px; color: #333; padding: 0 0 10px 5px; margin: -5px 0 0 0;}
.features .g160 {margin-left: 0; padding-left: 0; padding-right: 25px}

ul.vehicle li ul li.detail span.colourKey {
	display: block;
	font-size: 12px;
	display: block;
}

ul.vehicle li ul li.detail span.colourKey span {
	line-height: 1.2;
	display: block;
	float: left;
}

ul.search li ul li span {display: block;}
ul.vehicle li ul li h4 {margin-top: 0px;}
ul.vehicle li ul li.detail {width: 215px;}


ul.vehicle li ul li.detail h3, ul.vehicle a.itemBlockIndex h3 {margin-bottom: 3pt;}
ul.vehicle li ul li.detail h4 {
	font-size: 11pt !important;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 3pt;
}
ul.vehicle li ul li.detail span.pictureCount {
	float: left;
	clear: left;
	margin: 0 10px;
}
ul.vehicle li ul li.detail span.colourKey {
	float: left;
}
ul.vehicle li ul li.priceOdometer {
	width: 220px;
}

ul.vehicle li a.itemBlockIndex img {
	width: 50px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}
ul.vehicle li a h3 {
	margin: 0px;
	margin-bottom: 3px;
	text-decoration: underline;
	font-size: 11pt;
}
div.fancyPrice {
	padding-left: 12px;
	font-size: 14px;
	background: url('/images/layout/pricetag.gif') no-repeat;
	width: 80px;
	height: 26px;
	line-height: 1.3;
	font-weight: bold;
	color: #006600;
}
div.fancyOdometer {
	line-height: 1.9;
	border-right: 0px;
	font-size: 14px;
	height: 29px;
	white-space: nowrap;
	overflow: hidden;
	width: 100px;
}
div.fancyOdometer span {
	margin-right: 1px;
	margin-right: 0px;
	display: block;
	float: left;
	padding-left: 1px;
	padding-right: 1px;
	font-family: monospace;
}
div.fancyOdometer span.number {
	color: #ffffff;
	background-color: #000000;
	border-right: 1px solid #666666;
}
div.fancyCertified {
	font-size: 11pt;
	line-height: 1.6;
	color: #006600;
	background-position: 0px 4px;
}
div.fancyPrice, div.fancyOdometer, div.fancyCertified {
	float: left;
	font-weight: bold;
	margin-bottom: 10px;
}

div.fancyPriceLarge {
	background: url('/images/layout/pricetag_lg.png') no-repeat;
	font-size: 24px;
	line-height: 1.1;
	width: 135px;
	height: 40px;
	text-indent: 7px;
	margin-left: 20px;
}

div.fancyPriceSale {
	background: url('/images/layout/pricetag_sale_lg.png') no-repeat;
	height: 56px;
	padding-top: 5px;
}

div.fancyPriceSale div {
	line-height: 1;
	color: #ffffff;
	text-shadow: none;
}

div.fancyPriceSale div.originalPrice {
	text-decoration: line-through;
	font-weight: normal;
	font-size: 10pt;
}

div.fancyPriceSale div.salePriceLabel {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 8pt;
}

div.fancyPriceSale div.salePrice {
	text-shadow: #330000 1px 1px 1px;
}

ul.saleItem li.thumb img, li.saleItem img {
	border: 2px solid #cc3e43;
}

span.saleItemTag {
	color: #ffffff;
	background-color: #cc3e43;
	display: block; 
	font-size: 9px; 
	font-weight: bold;
	text-transform: uppercase; 
	width: 80px; 
	text-align: center; 
	padding-top: 2px;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
}

ul.listings li.saleItem a span.price {
	color: #ffffff;
	background-color: #cc3e43;
	border-radius: 5px;
	-moz-border-radius: 5px;
	width: 100px;
	margin: auto;
}

ul.saleItem li div.fancyPrice {
	background: url('/images/layout/pricetag_sale.png') no-repeat;
	color: #ffffff;
	text-shadow: #663333 1px 1px 3px;
}

.photo-list, .photo-list li {list-style: none; margin-left: 5px !important;}
.vehicleThumbs, .vehicleThumbs li {list-style: none; margin-left: 5px !important;}

a.videoOverlay {
	display: block;
	position: absolute;
	height: 30px;
	width: 130px;
	padding: 0px;
	margin: 0px;
	display: block;
	background-repeat: no-repeat;
	background-image: url('/images/icon/video_overlay.png');
	color: #006600;
	color: #000000;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}

a.videoOverlay span {
	display: block;
	margin-left: 40px;
	padding-top: 5px;
}

.withIcon {
	background-repeat: no-repeat;
	background-position: 3px;
	padding-left: 22px !important;
	padding-top:1px;
	line-height: 2 !important;
}

.map {
	background-image: url('/images/icon/map.png');
}

.twitter {
	background-image: url('/images/icon/twitter.png');
}

.facebook {
	background-image: url('/images/icon/facebook.jpg');
}

.email {
	background-image: url('/images/icon/email.png');
}

.financing {
	background-image: url('/images/icon/money.png');
}

.pictures {
	background-image: url(/images/icon/pictures.png);
}

.picture {
	background-image: url(/images/icon/picture.png);
}

.printer { background-image: url(/images/icon/printer.png); }
.emailGo { background-image: url(/images/icon/email_go.png); }

.calcIcon { background-image: url(/images/icon/calculator.png); }

li.socialIcons {

	left: 5px;
	position: relative;

}

li.socialIcons a {

	text-decoration: none;

}

div#MB_content div.main h3 {

	font-size: 16px;
	font-weight: bold;

	border: 0px;
	padding-bottom:10px;

}

div#MB_content div.main input.shortText {

	width: 100px;

	font-size: 12px;

	padding: 1px 2px;

}

div#MB_content div.main form fieldset {

	border: 2px solid #cccccc;
	background-color: #eeeeee;

	padding: 10px;
	padding-bottom: 15px;

}

div#MB_content div.main form fieldset table.priceFieldTable {

	background-color: #cccccc;
	border: 2px solid #bbbbbb;

	margin-bottom: 15px;

}

div#MB_content div.main tr td {

	padding: 3px 5px;

}

div#MB_content div.main tr.totalrow {

	font-size: 18px;

}

div#MB_content div.main tr.totalrow th {

	padding-top: 7px;

}

div#MB_content div.main tr.totalrow td {

	padding-top: 10px;

}

div#MB_content div.main ul.toolbar {

	position: relative;
	top: 10px;
	padding: 5px;

}

div#MB_content div.main button.MB_focusable {

	padding: 3px 6px;
	margin: 0px 5px;
	border: none;

	/* These fix issues with IE */
	filter: none;
	behavior: none;

}

div#MB_content div.main p.disclaimer {

	margin: 8px;
	margin-bottom: 0px;

	font-style: italic;

	color: #666666;

}


