@charset "utf-8";

/* CSS Document */

/*Global Whitespace Reset*/
body, form, input {
	padding: 0;
	margin: 0;
}

html {
	overflow: -moz-scrollbars-vertical;
}

body {
	font-family: "Segoe UI normal", Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 100.01%;
	color: #666666;
	background-image: url(../Images/Body-Bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}

a {
	color:#CC0000;
	text-decoration: none;
}

a:link {
	color: #CC0000;
	text-decoration: none;
}

a:visited {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	color:#990000;
	text-decoration: none;
}

a:active {
	color: #CC0000;
	text-decoration: none;
}

hr {
	height: 1px;
	border-top: 1px solid #d5cbcd;
	color: transparent;
	background-color: #d5cbcd;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5 {
	font-family: "Segoe UI normal", Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	color: #333333;
	font-weight: normal;
	clear: both;
	padding: 0px;
	margin:0px;
	padding-bottom: 10px;
}

h1 {
	font-size: 130%;
}

h2 {
	font-size: 110%;
}

h3 {
	font-size: 100%;
}

h4 {
	font-size: 80%;
}

p {
	font-size: 70%;
	line-height: 1.4em;
	padding: 0px;
	margin:0px;
	padding-bottom: 10px;
}

a img {
	border:none
}

fieldset {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
}

legend {
	font-weight: bold;
	color:#CC0000;
	text-transform:uppercase;
	font-size: 85%;
	padding-bottom: 10px;
}

fieldset input, textarea, select {
	font-size: 95%;
	font-family: "Segoe UI normal", Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
}

fieldset ol {
}

fieldset li {
	list-style: none;
}

input {
}

select {
	font-size: 75%;
}

label {
	font-size: 70%;
	font-weight: bold;
}

/*************************************************/
/* Main Structural Stuff *************************/
/*************************************************/

div#HeaderWrapper {
	background-color:#FFFFFF;
	background-image: url(../Images/Header-Wrapper-Bg.gif);
	background-repeat: repeat-x;
}

div#Header {
	height: 125px;
	padding-bottom: 10px;
	width: 855px;
	position:relative;
	z-index: 10;
}

div#HeaderLogo {
	float: left;
	width: 303px;
}

div#HeaderInfo {
	float: right;
	width: 552px;
}

/*************************************************/

div#PassionateLogo {
	position: relative;
	top: -85px;
	/*left: 730px;*/
	z-index: 10;
	width: 855px;
}

div#PassionateLogo img {
	float: right;
}

/*************************************************/

div#Spotlight {
	position: relative;
	top: -133px;
	background-image: url(../Images/Spotlight-Bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
}

/*************************************************/

div#MainWrapper {
	position: relative;
	top: -133px;
	width: 855px;
	_width: 880px;
	clear: both;
}

/*************************************************/

div#LeftColumn {
	width: 285px;
	float: left;
	margin: 0px 0px 10px 0px;
}

div#LeftColumn h1 {
	width: 235px;
	float: right;
	padding: 0px;
	margin: 0px;
	background-color:#999999;
	color: #FFFFFF;
	font-weight:bold;
	height: 40px;
	font-size: 80%;
	padding-left: 10px;
	line-height: 3.5em;
	text-transform:uppercase;
	border-bottom: 2px solid #ffffff;
	margin-top: 10px;
}

div#LeftColumn hr {
	height: 2px;
	border-top: 2px solid #cc0000;
	border-bottom: 2px solid #ffffff;
	color: transparent;
	background-color: #cc0000;
	margin: 0px;
	padding: 0px;
	width: 245px;
	text-align: right;/*this will align it for IE*/
	margin: 0 0 0 auto; /*this will align it right for Mozilla*/
}

* html div#LeftColumn hr {
 *margin-top: -7px;
 *margin-bottom: -7px;
}

html>body div#LeftColumn hr {
 *margin-top: -7px;
 *margin-bottom: -7px;
}

div#LeftColumn p {
	width: 225px;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

* html div#LeftColumn p {
 *margin-left: 10px;
 *width: 215px;
 *margin-top: 0px;
}

html>body div#LeftColumn p {
 *margin-top: 0px;
}

.LeftColumnBtn {
	background-image: url(../Images/Left-Column-Btn-Bg.gif);
	background-repeat: no-repeat;
	width: 225px;
	height: 20px;
	float: right;
	margin-right: 10px;
	font-size: 70%;
	font-weight:bold;
	text-transform:uppercase;
	line-height: 1.8em;
	text-indent: 10px;
	margin-bottom: 10px;
}

.LeftColumnImg {
	margin-bottom: 10px;
	margin-top: 10px;
	float: right;
	margin-right: 10px;
}

* html .LeftColumnImg {
 *margin-top: 0px;
}

html>body .LeftColumnImg {
 *margin-top: 0px;
}

/*************************************************/

div#DealOfTheMonth {
	margin-bottom: 20px;
}

/*************************************************/

div#Content {
	width: 550px;
	float: right;
	margin: 0px 10px 10px 10px;
	min-height:500px
}

* html div#Content {
 *height: 500px;
}

div#Content ul {
	font-size: 70%;
	line-height: 1.4em;
	padding: 0px;
	margin:0px;
	padding-bottom: 10px;
	margin-left: 20px;
}

div#Content blockquote {
	font-size: 70%;
	line-height: 1.4em;
	color: #333333;
}

div#Content .New-Cars-More-Details-Btn {
	padding-bottom: 10px;
}

/*************************************************/

div#Footer {
	width: 550px;
	float: right;
	margin: 0px 10px 10px 10px;
}

* html div#Footer {
 *width: 540px;
}

div#Footer p {
	font-size: 60%;
}

/*************************************************/


div#QuickSearch {
	height: 132px;
	background-image: url(../Images/Quick-Search-Bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 10px;
}

div#QuickSearch label {
	/*padding-left: 20px;*/
}

.QuickSearchTable {
	height: 132px;
}

.QuickSearchCell1 {
	height: 45px;
}

.QuickSearchCell2 {
	height: 61px;
}

.QuickSearchCell3 {
	height: 26px;
}

.QuickSearchCell3 img {
	float: right;
}

/*************************************************/

div#AdvancedSearch {
	margin-bottom: 10px;
}

div#AdvancedSearch label {
	/* padding-left: 20px; */
	font-size: 100%;
	padding-right: 10px;
}

.AdvancedSearchTable {
	background-color: #ededed;
}

.AdvancedSearchCell1 {
	height: 45px;
}

.AdvancedSearchCell2 {
	height: 61px;
}

.AdvancedSearchCell2 p {
	margin: 10px;
}

.AdvancedSearchCell3 {
	background-image: url(../Images/Advanced-Search-Bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

/*************************************************/


.ContentLeft2 {
	float: left;
	width: 265px;
	margin-bottom: 10px;
}

.ContentRight2 {
	float: right;
	width: 265px;
	margin-bottom: 10px;
}

.ContentLeft {
	float: left;
	width: 265px;
	margin-bottom: 10px;
	background-color:#ededed;
}

.ContentRight {
	float: right;
	width: 265px;
	margin-bottom: 10px;
	background-color:#ededed;
}

.ContentLeft h1, .ContentRight h1 {
	width: 255px;
	padding: 0px;
	margin: 0px;
	background-color:#999999;
	color: #FFFFFF;
	font-weight:bold;
	height: 40px;
	font-size: 80%;
	padding-left: 10px;
	line-height: 3.5em;
	text-transform:uppercase;
	border-bottom: 2px solid #ffffff;
}

.ContentLeft hr, .ContentRight hr {
	height: 2px;
	border-top: 2px solid #cc0000;
	border-bottom: 2px solid #ffffff;
	color: transparent;
	background-color: #cc0000;
	margin: 0px;
	padding: 0px;
	width: 265px;
}

.ContentLeft p, .ContentRight p {
	margin: 10px;
}

* html .ContentLeft hr {
 *margin-top: -7px;
 *margin-bottom: -7px;
}

html>body .ContentLeft hr {
 *margin-top: -7px;
 *margin-bottom: -7px;
}

* html .ContentRight hr {
 *margin-top: -7px;
 *margin-bottom: -7px;
}

html>body .ContentRight hr {
 *margin-top: -7px;
 *margin-bottom: -7px;
}

/*************************************************/

.ContentImageLeft {
	float: left;
	padding: 5px 10px 5px 0px;
}

.ContentImageRight {
	float: right;
	padding: 5px 0px 5px 10px;
}

.ContentImageCenter {
	text-align: center;
}

/*************************************************/

.ContentFormTable {
	margin-top: 10px;
	margin-bottom: 10px;
}

.ContentFormCell1 {
	width: 30%;
	height: 40px;
	text-align: right;
	vertical-align: top;
}

.ContentFormCell2 {
	width: 70%;
	vertical-align: top;
}

.ContentFormCell2 label {
	padding-left: 5px;
}

.ContentFormTextfield {
	font-size: 75%;
	width: 250px;
}

.ContentFormDropdown {
	font-size: 75%;
	width: 250px;
}

.ContentFormTextarea {
	font-size: 75%;
	width: 250px;
}

* html .ContentFormTextarea {
 *width: 248px;
}

html>body .ContentFormTextarea {
 *width: 248px;
}

.Btn {
	background-color:#CC0000;
	border: 1px solid #ffffff;
	color: #FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	font-size: 75%;
	cursor: hand;
	cursor: pointer;
}

.ErrorMessage {
	color: #FF0000;
}

/*************************************************/

.ContentTextBold {
	font-weight: bold;
	text-transform: uppercase;
}

.ContentTextBold2 {
	font-weight: bold;
}

/*************************************************/

.EightPointTable {
}

.EightPointCell1 {
	width: 170px;
}

.EightPointCell2 {
	vertical-align:top;
}

/*************************************************/

.SearchResultsPagingTable {
	margin-top: 2px;
	margin-bottom: 2px;
	border: 2px solid #ededed;
}

.SearchResultsPagingCell1 {
	background-color: #FFFFFF;
	font-size: 65%;
}

.SearchResultsPagingCell2 {
	background-color: #FFFFFF;
	text-align:right;
	font-size: 65%;
}

.SearchResultsPagingCell3 {
	background-color: #FFFFFF;
	text-align:center;
	font-size: 65%;
}

.SearchResultsPagingCell4 {
	background-color: #FFFFFF;
	text-align:left;
	font-size: 65%;
}

.SearchResultsTable1 {
	background-color:#f5f5f5;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 70%;
	padding: 5px;
}

.SearchResultsTable2 {
	background-color: #fafafa;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 70%;
	/* padding: 5px; */
	height: 106px;
}

.SearchResultsThumb {
	border: 4px solid #990000;
}

.SearchResultsCell1 {
	width: 140px;
}

.SearchResultsCell2 {
	font-weight: bold;
	height: 25%;
}

.SearchResultsCell3 {
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
	width: 90px;
	height: 25%;
}

.SearchResultsCell4 {
	width: 115px;
}

.SearchResultsCell5 {
	font-size: 120%;
	text-transform:uppercase;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
	color: #999999;
	height: 25%;
}

.SearchResultsCell6 {
	font-size: 120%;
	text-transform:uppercase;
	font-weight: bold;
	color: #cc0000;
}

.SearchResultsCell7 {
	text-align:center;
}

.SearchResultsBtn {
	cursor: hand;
	cursor: pointer;
}

/*************************************************/

.VehicleDetailsTable {
	background-color: #ededed;
	padding: 0px;
	width: 548px;
	margin-bottom: 2px;
}

.VehicleDetailsTable2 {
	font-size: 65%;
}

.VehicleDetailsCell1 {
	text-align: right;
	font-weight: bold;
	width: 15%;
	vertical-align:top;
}

.VehicleDetailsCell2 {
	width: 35%;
	vertical-align:top;
}

.VehicleDetailsCell2 {
}

html>body .VehicleDetailsTable {
 *padding: 0px;
 *margin: 0px;
}

.VehicleDetailsTable h3 {
	margin-left: 10px;
	margin-top: 10px;
	color: #990000;
	width:380px
}

.VehicleDetailsImage img {
	border: 4px solid #990000;
	margin: 2px;
}

/*
a.activeSlide {
	border: 2px solid #eee200;
}
*/

a:focus {
	outline: none;
}

#VehicleImages {
	margin: 0px;
	position:relative;
	top: 2px;
	height: 312px;
}

#VehicleImages img {
	border: 4px solid #990000;
}

.VehicleDetailsBtn {
	padding: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
}

* html .VehicleDetailsBtn {
 *margin-top: 0px;
 *margin-bottom: 0px;
}

div#VehicleDetailsHeart {
	width: 84px;
	height: 92px;
	background-image: url(../Images/Vehicle-Details-Heart.png);
	background-repeat: no-repeat;
	position: relative;
	top: -400px;
	left: 370px;
	text-align:center;
	vertical-align:middle;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 6.5em;
	font-size: 90%;
}

/*************************************************/
/* RadMenu Stuff *********************************/
/*************************************************/

.RadMenu_CMS {
	width: 245px;
	float: right;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.RadMenu_CMS .item {
	height: 40px;
	border-bottom: 2px solid #ffffff;
	background-color: #999999;
}

.RadMenu_CMS .item:hover {
	background-color: #CC0000;
	cursor: hand;
	cursor: pointer;
}

.RadMenu_CMS .text {
	font-size: 75%;
	padding-left: 10px;
	line-height: 3.5em;
	text-transform:uppercase;
}

.RadMenu_CMS a {
	color: #FFFFFF;
}

.RadMenu_CMS a:hover {
	color: #000000;
}

/*****************************************************/

.MeetTheTeamTable td {
	vertical-align: top;
}

.MeetTheTeamCell1 {
	text-align: right;
	font-weight: bold;
}

.MeetTheTeamCell2 {
}

/****************************************************/

.ContactUsMap {
	border: 1px solid #cccccc;
	margin-bottom: 10px;
}

* html .ContactUsMap {
	border: none;
}

.PrintHeaderImage, .PrintFooterImage {
	display: none;
}

.AdvancedSearchBtn {
	font-size: 100%;
}

/*******************  Used Vehicle Enquiry ********************************/

.SpecialsTitle {
	color: #ff0000;
	font-size: 11px;
	font-weight: bold;
}

#LeftColumn .RadMenu_CMS a:Link, #LeftColumn .RadMenu_CMS a:Visited, #LeftColumn .RadMenu_CMS a:Hover, #LeftColumn .RadMenu_CMS a:Active {
	color: #ffffff;
}

#8-point-check-wrap {
	float: left;
	width: 580px;
	display: block;
}

#8-point-check-wrap .8-point-check {
	float: left;
	height: 46px;
	width: 165px;
	clear: right
}

/*******************  Terms and Conditions ********************************/

.terms-conditions {
	font-size: 10px;
	color: #999999;
}

/*******************  Control Form ********************************/



#Content #fs_18 #AutoFormPlus_1_NewCarsEnquiryEmail_li, #Content #fs_18 #AutoFormPlus_1_NewCarsEnquiryTitle_li, #Content #fs_18 #AutoFormPlus_1_NewCarsEnquiryLastName_li, #Content #fs_18 #AutoFormPlus_1_NewCarsEnquiryFirstName_li, #Content #fs_18 #AutoFormPlus_1_NewCarsEnquiryTelephone_li, #Content #fs_18 #AutoFormPlus_1_NewCarsEnquiryAddress1_li, #Content #fs_18 #AutoFormPlus_1_NewCarsEnquiryAddress2_li, #Content #fs_18 #AutoFormPlus_1_NewCarsEnquiryTownCity_li, #Content #fs_18 #AutoFormPlus_1_NewCarsEnquiryCounty_li, #Content #fs_18 #AutoFormPlus_1_NewCarsEnquiryPostcode_li, #Content #fs_18 #AutoFormPlus_1_NewCarsEnquiryMessage_li, #Content #fs_18 #AutoFormPlus_1_NewCarsEnquiryTitle_li #Label1 {
	/*list-style-type: none;
	padding-bottom: 15px;*/
}

#Content #fs_18 ul {
	float: left;
	list-style-type: none;
}

#Content #fs_18 #AutoPlusFormContainer {
	float: left;
/*	width: 500px;
*/	width: 420px;
	
}

*html>body #Content #fs_18 #AutoPlusFormContainer {
	float: left;
}

* html #Content #fs_18 #AutoPlusFormContainer {
	*width: 400px;
}

#Content #fs_18 #EnquiryForm_1_Submit {
	float: left;
	list-style-type: none;
}

#AutoPlusFormContainer input, #AutoPlusFormContainer textarea {
	width: 150px;
	font-size: 12px;
}

#AutoPlusFormContainer input.form-checkbox{
	width: auto;
	margin-right: 1em;
}

*html>body #AutoPlusFormContainer input, *html>body #AutoPlusFormContainer textarea {
	width: 150px;
	font-size: 12px;
}

* html #AutoPlusFormContainer input, * html #AutoPlusFormContainer textarea {
	width: 150px;
}

#AutoPlusFormContainer label {
	/* margin-left: 66px; */
	font-size: 11px;
	float: left;
	list-style-type: none;
	width: 210px;
	_width: 225px;
	text-align: right;
	margin-right: 10px;
}

* html #AutoPlusFormContainer label{
	*width: 150px;
}

#AutoPlusFormContainer select {
	font-size: 11px;
}

ul#AutoPlusFormContainer li{
	clear: both;
	list-style-type: none;
	padding-bottom: 20px;
}


ul#AutoPlusFormContainer li ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

ul#AutoPlusFormContainer li ul {

}

ul#AutoPlusFormContainer li ul li input {
	width: auto;
}

ul#AutoPlusFormContainer li ul li label {
	margin: 0;
	padding: 0;
	font-size: 11px;
	float: none;
	padding-left: 5px;
	padding-right: 10px;
	width: auto;
}

#Content #fs_18 {
	margin-left: 12px;
	_width: 410px;

	
	
}

* html #Content #fs_18{
	*margin-left: 20px;
}

#EnquiryForm_1_Submit, #EnquiryForm_2_Submit {
	margin-left: 239px;
	background-color: #eee200;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cc0000;
	border-right-color: #cc0000;
	border-bottom-color: #cc0000;
	border-left-color: #cc0000;
	color: #cc0000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 75%;
	cursor: pointer;
	width: 154px;
}

#EnquiryFormV2_1_Submit{
	margin-left: 240px;
	background-color: #eee200;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cc0000;
	border-right-color: #cc0000;
	border-bottom-color: #cc0000;
	border-left-color: #cc0000;
	color: #cc0000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 75%;
	cursor: pointer;
	width: 154px;
}

* html #EnquiryFormV2_1_Submit{
	*margin-left: 183px;
}



/* Meet the Team Hierarchy */
#mtt-outer-wrap {
	float: left;
	width: 540px;
	
	
}
#mtt-wrap {
	float: left;
	width: 360px;
	margin-left: 90px;
	_margin-left: 45px;	

}
#mtt-wrap .mtt-2col {
	float: left;
	width: 180px;
	
}

#mtt-wrap-1 {
	float: left;
	width: 180px;
	margin-left: 180px;	
	_margin-left: 90px;	
	}
#mtt-wrap-1 .mtt-1col {
	float: left;
	width: 180px;
	
}
/* Calendar */
.picker
{
	background-color: #FFFFFF;
	border: 1px gray solid;
	font-size: 11px;
	font-family: "Verdana" ,monospace;
	padding: 2px;
	cursor: pointer;
	cursor: hand;
	width: 150px;
}

.calendar_button
{
	border: none;
	cursor: pointer;
	cursor: hand;
	width: 25px;
	height: 22px;
}

.calendar td
{
	font-size: 11px;
}

.title
{
	font-weight: bold;
	background-color: #D7D7E5;
}

.day
{
	width: 25px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	border-width: 1px;
	border-color: #F6F6F6;
	border-style: solid;
}

.dayhover
{
	width: 25px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	text-decoration: underline;
	border-width: 1px;
	border-color: #F6F6F6;
	border-style: solid;
}

.dayheader
{
	width: 25px;
	text-align: center;
	border-width: 1px;
	border-color: white;
	border-style: solid;
	font-weight: bold;
	background-color: #FFFFFF;
}

.othermonthday
{
	color: #999999;
}

.outofrangeday
{
	visibility: hidden;
}

.selectedday
{
	width: 25px;
	background-color: #FBE694;
	color: #000000;
	border-width: 1px;
	border-color: #BB5503 !important;
	border-style: solid;
	font-weight: bold;
}

.calendar
{
	border-style: solid;
	border-width: 1px;
	border-color: Black;
	border-collapse: collapse;
	background-color: #FFFFFF;
	cursor: pointer;
	cursor: hand;
}

.month
{
	background-color: #F6F6F6;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
}

.nextprev
{
	cursor: pointer;
	height: 25px;
	vertical-align: center;
	padding: 0px 5px 0px 5px;
}

.selector
{
	width: 14px;
	cursor: pointer;
	text-align: left;
	vertical-align: center;
	background-color: #FFFFFF;
}


/* Email Alerts */

#Content fieldset table, #Content fieldset table select {
font-size:11px;

}

#Content fieldset .FormButton {

	/*

	margin-left: 196px;
	_margin-left: 222px;
	
	*/
	
	background-color: #eee200;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cc0000;
	border-right-color: #cc0000;
	border-bottom-color: #cc0000;
	border-left-color: #cc0000;
	color: #cc0000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	width: 115px;
	
	

}


.contact-us-form-ie{

width: 390px;
float:right;
}

/* Summer Offer */

.ContentLeftOffer {

	float: left;

	width: 265px;

	margin-bottom: 10px;

	

}

.ContentLeftOffer h1 {

	width: 255px;

	padding: 0px;

	margin: 0px;

	background-color:#999999;

	color: #FFFFFF;

	font-weight:bold;

	height: 40px;

	font-size: 80%;

	padding-left: 10px;

	line-height: 3.5em;

	text-transform:uppercase;

	

}

.ContentLeftOffer hr {

	height: 2px;

	

	color: transparent;

	background-color: #cc0000;

	margin: 0px;

	padding: 0px;

	width: 265px;

}

.ContentLeftOffer p {

	margin: 10px;

}

* html .ContentLeftOffer hr {

 *margin-top: -7px;

 *margin-bottom: -7px;

}



html>body .ContentLeftOffer hr {

 *margin-top: -7px;

 *margin-bottom: -7px;

}



/* New car Images */




.new-cars-img 
{
	
	margin-bottom: 12px;
	}




	
/* Used Car Advanced Search Control - 08/06/09 */

    #AdvancedSearch.section {
    width: 610px
    }

    #AdvancedSearch.section .table{
    background: url(/images/used-car-finder-bg.png) no-repeat #ededed;
    padding: 20px;
    width: 570px;
    height: 130px
    }
    
    #AdvancedSearch.section .table .hr {
    border-bottom: 1px solid #eee;
    width: 570px;
    margin-top:4px;
    .margin-top:0;
    margin-bottom:5px;
    .margin-bottom:2px;
    height:1px}
    
    
    #AdvancedSearch.section .table td {
    padding-bottom:4px
    }
    
	#AdvancedSearch.section .table td.col3 { padding-left: 12px}

    #AdvancedSearch.section h3{
    background:transparent url(/images/title-bg.png) repeat-x scroll 0 0;
    height:28px;
    padding-bottom: 0}
    
    #AdvancedSearch.section .col1 .to {
    text-align: right;
    padding-right: 10px;}

    #AdvancedSearch.section h3 span {display:none}
    
    #AdvancedSearch.section h3 a.used-car-finder {
    display:block;
    height:28px;
    background: url(/images/title-used-car-finder.png) no-repeat;
    width: 163px}
    
    #AdvancedSearch.section {}
                    
    #AdvancedSearch.section .AdvancedSearchBtn{
    background: url(/images/used-car-finder-search.png) no-repeat;
    width:131px;
    height:24px;
    float:right;
    color: #c00;
    font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    border: 0;
    *margin-top: -22px
	
    }
    
    #AdvancedSearch.section a.email-alerts{
    font-size: 12px;
    font-weight: bold;
    padding-right: 18px;
    margin-top:4px;
    background: url(/images/used-car-finder-email.png) top right no-repeat;
    display: inline-block
	}	
	
	.car-pages {
	padding: 10px 0 10px 10px;
	background-color: #ededed
	}
	
	.car-pages a {
	text-align:center;
	width:96px;
	border:1px solid #ccc;
	padding:5px 7px;
	margin-right:5px;
	display: block;
	float:left;
	font-weight:bold;
	font-size:12px;
	background-color: #f7f7f7
	}
	
	.car-pages a:hover {
	background-color: #fff}
	
	.car-pages a img {
	width: 96px;
	height: 54px;
	padding-bottom:3px
	}
	
	/* IE6 fixes for new used car page as of june09 */
	#MainWrapper {_width: 990px !important}
	#AdvancedSearch .table .hr {_display:none}


/* Demo listing styles*/	
.SearchResultsTable2-Demo {background-color: yellow}
.SearchResultsTable2-Demo .SearchResultsTable2, .VehicleDetailsTable {background-color:#ffffa8}
.SearchResultsTable2-Demo .SearchResultsTable2 .SearchResultsCell2 {color:#000}
.SearchResultsTable2-Demo .searchresults-is-demo {color: red !important; padding-left:5px}
.cardetails-is-demo {color:#666!important; font-weight:Bold; float:right; margin-top:-28px; padding: 0 8px 0 0}
