/* ==== The Motor City ==== */

/* ==== common ==== */

html {
	margin: 0;
	padding: 0;
	/*height: 100%;*/
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, sans-serif;
	color: #525252;
	font-size: 12px;
	background: url(../images/page-bg.gif) top center repeat-x;
	}
	
body {
	margin: 0;
	padding: 0;
	background: url(../images/page-top.jpg) top center no-repeat;
	height: 100%;
	} 

* html {
	height: 100%; }

* {
	margin: 0;
	padding: 0;}
	
img {
	margin: 0; 
	padding: 0;
	border: 0;
	}
	
.notes {
	font-size: 10px;
	line-height: 12px;
	color: #949494;
	}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden; 
	}
	
.red {
	color: #902020;
	}



/* ==== header ==== */
	
#header {
	width: 960px;
	height: 135px;
	padding: 0;
	margin: 0 0 20px 0;
	overflow: hidden;
	clear: both;
	}

#header p {
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #0f1b3c;
	font-size: 13px;
	}
	
#header a {
/*pink: 	color: #a91741;*/
	color: #0f1b3c;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0;
	}

#header a:hover {
	color: #d60863;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0;
	}

.header-left{
	float: left;
	width: 360px;
}

.header-right {
	width: 600px;
	height: 135px;
	float: left;
	margin: 0;
	padding: 0;
	}

#header .top-nav{
	float: right;
	text-align: right;
	margin-top: 25px;
}

#header .tel-box{
	height: 89px;
	margin: 0px;
}

#header .tel-num{
	width: 600px;
	float: right;
	text-align: right;
	vertical-align:bottom;
	margin-top: 34px;
}

#header .tel-big{
	color: #fff;
	font-size: 42px;
}

#header .tel-small{
	color: #CCC9C9;
	font-size: 20px;
	padding-bottom: 6px;

}

/* ====== nav ====== */



#nav {
	/*width: 180px;*/
	list-style: none;
	margin: 0 auto;
	padding: 0;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0;
	}

#nav li {	
	float: left;
	margin: 0 0 1px 0;
	padding: 0;

	}

#nav a {
	width: 166px;
	color: #0f1b3c;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 3px 0 3px 7px;
	background: #e1e1e1;
	border: 1px solid #e1e1e1;
	}

#nav a:hover {
	color: #fff;
	text-decoration: none;
	background: none;
	}

#nav ul li a:hover {
	width: 166px;
	color: #fff;
	margin: 0;
	padding: 3px 0 3px 7px;
	text-decoration: none;
	background: #d60863;
	border: 1px solid #e1e1e1;
	} 

/* ==== Layout ==== */

#pages {
	width: 960px;
	padding: 0;
	margin: 0 auto;
	}

#content {
	width: 960px;
	padding: 0;
	margin: 0;
	background: url(../images/content-bg.gif) top center no-repeat #fff;
	}
	
#left { /* contains navigation */
	width: 175px;
	float: left;
	margin: 0;
	padding: 33px 0 0 0;
	}

#main { /* main left column */
	float: left;
	width: 504px;
	margin: 0;
	padding: 33px 0 0 12px;
	}


#main p {
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 16px;
	}

#main a, a:link, a:visited {
/*	color: #d60863;*/
	color: #0f1b3c;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
	}

#main a:hover {
	color: #d60863;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
	cursor:pointer;
	}
	
#main ul {
	font-weight: normal;
	margin: 0 20px 10px 15px; 
	padding: 0 0 0 10px;
	}

#main ul li {
	font-weight: normal;
	margin: 0; 
	padding: 0 0 5px 0;
	}

#right { /* main right column */
	float: right;
	width: 257px;
	margin: 33px 0px 0px 0px;

}

/* === Headings === 
	
h1 {
	color: #000;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 25px 0;
	padding: 0;
text-transform: uppercase;
font-style: italic;
	}*/

h1 {
	font: normal 22px Verdana, Arial; color: #fff;

	margin: 0 0 8px 0px;
	padding: 0;
	text-transform: uppercase;
	}
	

#main h2 {
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #fff;
	margin: 5px 0 10px 0;
	padding: 0;
	text-transform: uppercase;
}
	
	
#right h2{
	font-size: 22px;
	margin-top: 0px;
}

#right p{
	margin-right: 10px;
}

#right input{
	margin-top: 6px;
}

#right input.go{
	background-image:url(../images/go-btn.gif);
	border: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
	width: 29px;
	height: 21px;
}

/* Home page used-search / nav box */
	

#car-locator{
	width: 960px;
	margin: 0px 0px 15px 0px;
	padding: 15px;
	color: #fff;
	background-image: url(../images/locator-bg.gif);
	background-repeat: repeat-y;
}

#car-locator a:link, #car-locator a:visited, #car-locator a:hover {
cursor:pointer;}

#car-locator h1{
	font-size: 16px;
	font-weight: bold;
}

#car-locator .used{
	width: 240px;
	float: left;
}

#car-locator .seperator{
	margin:20px;
	width: 1px;
	float: left;
}

#car-locator .body-type{
	width: 380px;
	float: left;
}

#types{
margin: 0;
width: 380px;
}

.type{
	width: 114px;
	height: 60px;
	float: left;
	margin: 0px 10px 5px 0px;;
	padding: 3px 0px 0px 5px;
	font-weight: bold;
	color: #d60863;
}



.small{
background-image: url(../images/body-types/small.jpg);
}
.medium{
background-image: url(../images/body-types/medium.jpg);
}
.large{
background-image: url(../images/body-types/large.jpg);
margin-right: 0px;
}
.sports{
background-image: url(../images/body-types/sports.jpg);
}
.mpv{
background-image: url(../images/body-types/mpv.jpg);
}
.fourbyfour{
background-image: url(../images/body-types/4x4.jpg);
margin-right: 0px;
}
#car-locator .why-choose{
	float: left;
	width: 220px;
}

#car-locator .choice{
margin: 0px 0px 6px 16px;
}

#car-locator .why-choose p{
color: #cccccc;
margin-left: 30px;
}

/* Speedy Search */

#speedy-search{
	width: 240px;
	float: left;
}

#speedy-search .search-row{
	color: #fff;
	margin-top: 2px;
	margin-bottom: 8px;
}

#speedy-search .speedy-label{ 
	width: 70px;
	margin: 0;
	padding: 0;
	float: left;
}

#speedy-search .speedy-search-dropdown {
	width: 170px;
	margin: 0;
	padding: 0;
	float: right;
	border: 1px solid #abadb3;
}

#speedy-search .speedy-search-from {
	font-weight: bold;
	width: 80px;
	margin: 0;
	padding: 0;
	float: left;
	border: 1px solid #abadb3;
}

#speedy-search .speedy-search-to {
	font-weight: bold;
	width: 80px;
	margin: 0;
	float: right;
	padding: 0;
	border: 1px solid #abadb3;
}

#speedy-search #dvVehicleCount{
	display: none;
	float: left;
	width: 115px;
	margin-top: 8px;
}

#speedy-search .search {
	width: 73px;
	height: 21px;
	margin: 3px 0 10px 0;
	padding: 0;
	float: right;
	background: url(/images/home-search-button.jpg) no-repeat;
	border: none;
	cursor: pointer;
}

/*Advanced speedy search */

#adv-search-container{
	width: 500px;
	margin-bottom: 10px;
	padding: 10px 0 10px 0;
	background: url(/images/used-search-bg.jpg) bottom repeat-y;
	border: 1px solid #dedede;
}

.adv-search{
	width: 220px;
	margin: 5px 10px 5px 10px;
	padding: 0;
	float: left;
}

.adv-search .speedy-label{ 
	width: 90px;
	margin: 4px 0px 0px 0px;
	padding: 0;
	float: left;
	color: #fff;
}

.adv-search .search-dropdown {
	width: 110px;
	margin: 0;
	padding: 0;
	float: right;
	border: 1px solid #abadb3;
}

.adv-search #dvVehicleCount{
	display: none;
	float: left;
	width: 215px;
	margin-top: 8px;
	color: #fff;
}

.adv-search .search {
	width: 110px;
	height: 21px;
	margin: 0px;
	padding: 0px;
	background: url(/images/adv-search-submit.jpg) no-repeat;
	border: none;
	cursor: pointer;
}



#testimonials{
	padding: 12px;
	background-color: #f2f2f2;
	width: 480px;
	margin-bottom: 15px;		
}

#testimonials h1{
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	margin-bottom: 12px;
}

#testimonials p{
	margin-top: 0px;
	color: #0f1b3c;
	font-weight: bold;
}

#testimonials .testimonial-customer{
	color: #797979;
	font-weight: normal;
}

#main .fiatcarslink{
float: left;
}

#main .fiatvanslink{
float: right;
}

/* ==== New Van Pages ==== */

.main-image {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
#new-left {
	float: left;
	width: 338px;
	margin: 0;
	padding:0;
}

#thumbs {
	float: left;
	width: 158px;
	margin: 0;
	padding: 0;
	}
	
.new-image {
	margin: 0 0 20px 0;
	padding: 0;
	}

.price-small {
	font-size: 17px;
	line-height: 20px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #902020;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	}

.price-large {
	font-size: 28px;
	line-height: 32px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #902020;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	}

#spec-box {
	/*float: left;*/
	width: 304px;
	margin: 0 0 25px 0;
	padding: 10px 10px 5px 10px;
	background: #c3d2d8;
	border: 1px solid #94a7af;
	}

#spec-box p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 16px;
	}
	
.call-to-action {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #000000;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	}
	
.call-to-action2 {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #000000;
	margin: 0;
	padding: 0;
	}
	
.call-to-action-large {
	font-size: 19px;
	line-height: 24px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #000000;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	}
	
.call-to-action-large2 {
	font-size: 19px;
	line-height: 24px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #000000;
	margin: 0;
	padding: 0;
	}
	
	
/* ==== data tables ==== */
td, th {
	font: 10px Verdana, Tahoma, Arial, Trebuchet MS, sans-serif; color: #000; }
.finance-table {
	border: 1px solid #cacaca;
	border-collapse: collapse;
	margin: 0 0 15px 0;
	padding: 0;  }
.finance-table p {
	margin: 0;
	padding: 0; }
.finance-table td {
	border: 1px solid #cacaca;
	padding: 4px 0 4px 4px;
	color: #333; }
.finance-table th {
	font-size: 12px;
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	font-weight: bold;
	text-align: left;
	padding: 4px;
	color: #333; }
.finance-table tr:hover, .finance-table tr.hilite {
	background-color: #ebecea; }
.finance-red {
	color: #ed1c24;
	font-weight: bold;
}
.finance-apr {
	color: #ed1c24;
	font-size: 14px;
}

/* ==== contact form ==== */

#contact-form {
	float: left;
	width: 484px;
	margin: 0;
	padding: 12px 0 15px 20px;
	background: url(/images/used-search-bg.jpg) repeat-y;
	border: 1px solid #dedede;
}


#contact-form table {
	margin: 0;
}
#contact-form td {
	margin: 0;
	padding: 0 0 5px 0;
}
#contact-form  p {
	margin: 4px 0 0 0;
	padding: 0;
	font-family: Arial, Tahoma, Trebuchet MS, sans-serif;
	color: #ffffff;
	font-size: 13px;
}
#contact-form form {
	margin: 0;
	padding: 0;
}
#contact-form input {
	margin-top: 5px;


}
#contact-form select {
	width: 254px;
	margin: 0 0 6px 0;
	padding: 0px 0 0 2px;
	font-family: Arial, Tahoma, Trebuchet MS, sans-serif;
	color: #444444;
	font-weight: normal;
	font-size: 13px;
	border: 1px solid #abadb3;

}
.contactwidth {
	width: 250px;
	margin: 0 0 6px 0;
	padding: 0px 0 0 2px;
	font-family: Arial, Tahoma, Trebuchet MS, sans-serif;
	color: #444444;
	font-size: 13px;
	border: 1px solid #abadb3;

	
}
#contact-form  input.chkbox {
	margin: 0 6px 0 0;
	padding: 0;
	font-family: Arial, Tahoma, Trebuchet MS, sans-serif;
	color: #444444;
	font-size: 13px;
	border: 0;
}
.contact-textarea {
	font-family: Arial, Tahoma, Trebuchet MS, sans-serif;
	color: #444444;
	font-size: 12px;
	width: 250px;
	height: 130px;
	margin: 0 0 0 0;
	padding: 2px 0 0 4px;
	border: 1px solid #abadb3;

}
#txtEnquiry {
	width: 260px;
	margin: 10px 0 0 5px;
	padding: 2px 0 0 4px;
	font-family: Arial, Tahoma, Trebuchet MS, sans-serif;
	color: #444444;
	font-size: 13px;
}
.chkbox {
	margin: 10px 5px 0 0;
	float: left;
}
.white {
	font-family: Arial, Tahoma, Trebuchet MS, sans-serif;
	color: #6b6b6b;
	font-size: 13px;
}
#dvOriginalDisclaimer {
	float: left;	
	font-family: Arial, Tahoma, Trebuchet MS, sans-serif;
	color: #444444;
	font-size: 13px;
	color: #ffffff;
	margin: 10px 0 5px 0;	
}
.contactsearchbutton {
	width: 256px;
	height: 33px;
	float: left;
	margin: 0 0 0 206px;
	padding: 0;
	background: url(/images/contact-form-submit.jpg) no-repeat;
	border: none;
	cursor: pointer;
}
#contact-description {
	color: #ffffff;
	font-size: 13px;
	margin: 0 0 20px 0;
}

td .white{
color: #fff;
}
	
/* === other styles === */

.blue-box {
	background: #e7e7e7;
	margin: 0 0 10px 0;
	padding: 10px;
}
	
/* ==== Find Us ==== */

#google-map {
	float: right;
	width: 295px;
	margin: 0 0 0 15px;
	padding: 0;
	border: 1px solid #b4b4b4;
	}
	
/* ==== footer ==== */

#footer {
	width: 960px;
	margin: 10px auto 0 auto;
	padding: 10px 0 0 0;
	border-top: 1px solid #b4b4b4;
	}
	
#footer p {
/*	color: #b2b2b2;*/
	color: #878d9d;
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
#footer a, a:visited { 
	color: #878d9d;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
	}
	
#footer a:hover {
	color: #d60863;
	font-weight: normal;
	text-decoration: none;
	margin: 0;
	padding: 0;
	}
	
/* ==== footer ==== */

#terms {
	padding: 2px 0 0 0;
	background-color: #FFF; 
	}

#terms p {
	margin: 0 5px 10px 6px;
	line-height: 16px;
	color: #525252;
	}

#terms h2 {
	font-size: 12px;
	color: #525252;
	margin: 5px 0 10px 6px; 
	font-weight: bold;
	}
	
#terms a, a:link, a:visited {
	color: #a91741;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
	}

#terms a:hover {
	color: #00b5cb;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
	}

/* ====== Sifr ====== /*


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}


.listrowdiv {
	width: 500px;	
	background-color: #999999;
	margin: 0 0 11px 0;
}
#dvVehicleList {
	margin: -10px 0 0 0;
}
#dvVehicleList td {
	margin: 0;
	padding: 2px 0 2px 0;
}
#dvVehicleList tr {
	padding: 4px 0;
}

#dvVehicleList h3{ 
	font-weight: bold;
	font-size: 14px;
}

.detailtext{
	color: #dae0eb;
}
.listdescription  {
	font-family: Arial, Tahoma, Trebuchet MS, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2d4856; 
	margin: 16px 0 12px 0;
}
.listnotes {
	font-size:10px;
	margin-left: 11px;
	color: #333;
}
.listpagination {
	width: 504px;
	background: #ececec;/*#dce4eb; /*d1d1d1*/
	margin-bottom: 11px;
	background-image: url(../images/list-subtitle-bg.gif);
	border: 1px solid #e5e5e5;
	color: #444444;
}
.listpagination td {
	color: #333;
	font-size: 13px;
}
.listpagination a:link,
.listpagination a:active,
.listpagination a:visited {   
	color: #d60860;
	border-bottom: none;
	text-decoration: none;
	font-weight: bold;
}	
.listpagination a:hover {
	color: #f8b600;
	text-decoration: none;
	font-weight: bold;
}
.listthumb {
	margin: 4px 0;
	width: 185px;
	height: 131px;
	margin-right: 16px;
	margin-left: 11px;
}
#dvVehicleList .subtitle2 {
	text-align: left;
	font: normal 12px Arial, Tahoma, Trebuchet MS, sans-serif; color: #282828;
	padding: 2px 4px 6px 10px;
}	
#dvVehicleList .subtitle2 a:link {
	color: #282828;
	text-decoration: none;
	font-weight:normal;
}
#dvVehicleList .subtitle2 a:hover {
	color: #282828;
	text-decoration: underline;
	font-weight:normal;
}
#dvVehicleList .subtitle2 a:visited {
	color: #282828;
	text-decoration: none;
	font-weight:normal;
}
#dvVehicleList .stripe, .nostripe, .nostripeover, .stripeover {
	text-align: left;
	width: 504px;
	font-size: 12px ;
	padding: 3px 0 3px 0;
	padding: 0 20px 0 0;
	display: block;
}
#dvVehicleList .nostripe {
	background-color: #f2f2f2;
	margin-bottom: 11px;
	width: 504px;
	line-height:19px;
	padding: 0 20px 0 0;
	border: 1px solid #dedede;
}
#dvVehicleList .stripe {
	background-color: #f2f2f2;
	margin-bottom: 11px;
	width: 504px;
	line-height: 19px;
	padding: 0 20px 0 0;
	border: 1px solid #dedede;
}
#dvVehicleList .nostripeover, #dvVehicleList .stripeover  {
	background-color: #f2f2f2;
	cursor:hand;
	cursor:pointer;
	border: 1px solid #dedede;
	margin-bottom: 11px; 
	width: 504px;
	line-height: 19px;
}
.listprice {
	font-size: 16px;
	color: #D60863;
	font-weight: bold;
}
.listgrey {
	color: #444c4f;
	font-size: 11px;
	font-weight: bold;
}
.nonlistgrey {
	color: #373f42;
	font-size: 11px;	
}
.carspec {
	color: #444c4f;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
}

/* Used Details Page */

.used-car-title {
	font-size: 18px;
	margin: 0 0 20px 0;
	font-weight: bold;
	padding: 0;
}
.details-price {
	font-size: 20px;
	color: #d60863;
	font-weight: bold;
	padding: 0px;
	display: block;
}
#dvVehicleDetail table {
	border: 0;
}
#dvVehicleDetail .title {
	display: block;
	width: 473px;
	font: bold 12px  Arial, Helvetica, sans-serif; color: #dae0eb;
	padding: 2px 0px 2px 4px;
	margin: 0;
	background-color: #012d76;
}

.used-bg{
background-image: url(../images/used-search-bg.jpg);
background-repeat: y;
}

#detailpics {
	width: 150px;
	padding: 0;
	margin: 0;
	background: #F0F;
}
#details-left {
	float: left;
	width: 190px;
	margin: 0;
	padding: 0 10px 0 0;
}
#details-photos {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
}
.mainimg {
	width: 300px;
	height: 225px;
	margin: 0 0 9px 0;
}
.thumb {
	margin: 0 0 6px 0;
}
.thumb2 {
	margin: 0 6px 6px 6px;
}
.imgsubtitle {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	background: #dce4eb;
}
.details-tel {
	font-size: 18px;
	color: #444444;
	font-weight: bold;
}
#would-like-to {
	margin: 0;

}
#would-like-to ul {
	margin: 10px 0 0 0; 
	list-style-type: none;
	margin-bottom: 8px;
}	
#would-like-to ul li  {
	background-image: url(/images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 .28em;
	padding: 0 0 9px 20px;
	font-size: 16px;
}
#would-like-to p{
margin: 0px 0px 8px 20px
}

#would-like-to h2{
font-weight: normal;
color:#444444;
}

#would-like-to a:link,
#would-like-to a:active,
#would-like-to a:visited {   
	color: #0f1b3c;
	border-bottom: none;
	text-decoration: none;
	font-weight: bold;
}	
#would-like-to a:hover {
	color: #d60863;
	text-decoration: none;
	font-weight: bold;
}

/*
/* ==== Used Car Search ==== 

#searchbox {
	width: 482px;
	margin: 0 0 20px 0;
	padding: 5px 10px 21px 10px;
	background: url(/images/used-search-bg.jpg) bottom repeat-y;
	border: 1px solid #dedede;
}
#searchbox p {
	margin: 0 0 5px 0;
	padding: 0;
	color: #fff;
}
#searchbox table td {
	width: 155px;
	margin: 0;
	padding: 0 0 8px 0;
}
#searchbox table {
	margin: 11px 0 0 0;
	padding: 0;
	border-collapse:collapse;
}
#searchbox form {
	margin: 0;
	padding: 0;
}
.search-select {
	width: 150px;
	margin: 0 2px 6px 0;
	padding: 4px 0 0 2px;
	height: 24px;	
	font-family: Arial, Tahoma, Trebuchet MS, sans-serif;
	color: #444444;
	font-weight: normal;
	font-size: 12px;
}
.search-select-last {
	width: 150px;
	margin: 0 0 6px 0;
	padding: 4px 0 0 2px;
	height: 24px;	
	font-family: Arial, Tahoma, Trebuchet MS, sans-serif;
	color: #444444;
	font-weight: normal;
	font-size: 12px;
}
.advancedpricefrom {
	width: 92px;
	height: 24px;
	margin: 0 10px 5px 0;
	padding: 4px 0 0 0;
	font-size: 10px;
	color: #3c687e;
	font-weight: bold;
	font-family: Tahoma, Arial, Trebuchet MS, sans-serif;
}
#searchbox input.search {
	width: 156px;
	height: 33px;
	float: left;
	margin: 0;
	padding: 0;
	background: url(/images/home-search-button.jpg) no-repeat;
	border: none;
	cursor: pointer;
}
.searchtxt {
	padding: 0;
	margin: 0 0 -12px 0;
}
.advancedstockvehicles {
	font-family: Arial, Tahoma, Trebuchet MS, sans-serif;
	color: #444444;
	font-size: 15px;
	font-weight: bold;
}
#searchbox #dvVehicleCount {
	font-family: Arial, Tahoma, Trebuchet MS, sans-serif;
	color: #444444;
	font-size: 13px;
	font-weight: normal;
}


*/

#motcontainer{

}

.offer-container{
	float: left;
	width: 504px;
	margin: 0 10px 0 0;
	padding: 0;
}

.details-container{
	float: left;
	background: url(/images/offers/mot-details-bg.jpg) left top no-repeat;
	width: 436px;
	height: 406px;
	padding: 10px 0 0 10px;
}

.details-container p{
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}

.details-container h2{
	font-size: 16pt;
	color: #fff;
}

.details-container td{
	padding: 5px 4px 5px 4px;
}

.details-container .MOTwidth{
	width: 200px;
	height: 18px;
}

.details-container textarea{
	width: 200px;
	height: 36px;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.MOTofferbutton {
	width: 206px;
	height: 22px;
	float: left;
	margin: 6px 0 6px 0;
	padding: 0px 0 0 2px;
	background: url(/images/offers/mot-submit.jpg) no-repeat;
	border: none;
	cursor: pointer;
}


