@import url("jquery-u.css");
body {
	color: #333333;
	line-height: 1
.;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	background-position: top;
}
body {
   behavior: url("../csshover3.htc");
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	border-bottom: 0 !important;
}
h1 {
	color: #0068B3;
	font-size: 18px;
	padding-bottom: 10px;
}

h2 {
	font-size: 15px;
	color: #666666;
	padding-bottom: 10px;
	padding-top: 5px;
}
h3 {
	font-size: 13px;
	padding-bottom: 3px;
}
p {
	font-size: 13px;
	line-height: 17px;
	margin-top: 0px;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
a {
	border-bottom: 0px;
	color: #0068B3;
}
a:focus {
	outline: 1px dotted #eee;
}
a:active {
	outline: 0px;
}
a:hover {
	color: #666666;
}

#content h1 {
	padding-top: 0.5em;
}
input, textarea {font-family: Arial, Helvetica, sans-serif;font-size:9pt;}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- Main Styles <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#wrapper {
	text-align: left;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	height: 220px;
	position: relative;
}
#head #facebook {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
#login {
	position: absolute;
	bottom: 10px;
	right: 30px;
	text-align: right;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- Navigation <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#head #navcontainer {
	position: absolute;
	top: 60px;
	left: 410px;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 15px;
}
#navlist li a {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#navlist li a:hover {
	color: #ef4035;
}
#navlist li a#current {
	color: #333333;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- Layout <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#wrapper .content {
	background-color: #FFFFFF;
	background-image: url(../images/content-head-chev.gif);
	background-repeat: repeat-x;
	padding-top: 25px;
	padding-right: 30px;
	padding-left: 30px;
}
.content .contentHome {
	width: 430px;
	float: left;
}
.content .contentMain {
	width: 655px;
	float: left;
}
#rightColHome {
	width: 430px;
	float: right;
}
#rightColMain {
	width: 210px;
	float: right;
}
#footer {
	background-image: url(../images/sponsor-foot-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 75px;
	background-color: #FFFFFF;
	clear: both;
}
#signoff {
	text-align: right;
	margin-top: 25px;
	width: 130px;
	float: right;
	margin-right: 30px;
}
#rightColHome #innerLeft {
	width: 210px;
	float: left;
}
#rightColHome #innerRight {
	width: 210px;
	float: right;
}
.clear {
	clear: both;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- Curved boxes <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#searchBox {
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #0068b3;
	background-image: url(../images/search-box.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	/* Do rounding (native in Firefox and Safari)*/ 
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius:15px;
	border-radius: 15px;
	position: relative;
}

#redBox {
	background-color: #cc0000;
}

#greyBox {
	background-color: #666;
}
#ltgreyBox {
	background-color: #999;
}

#imageBox {
	background-color: #0068b3;
	background-image: url(../images/car-row.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#blueBox {
	background-color: #0068b3;
}

#blueBoxLong {
	background-image: url(../images/box-top-blue.gif);
	background-repeat: repeat-x;
	background-color: #0068B3;
}
#blueBoxLong a {
	color: #FFFFFF;
	text-decoration: underline;
}
#blueBoxLong h1 a {
	color: #FFFFFF;
	text-decoration: none;
}
#blueBoxLong h1:hover a {
	color: #FFFFFF;
	text-decoration: underline;
}
#greyBoxLong {
	background-image: url(../images/box-top-lt-grey.gif);
	background-repeat: repeat-x;
	background-color: #999999;
}
#ltgreyBoxLong {
	background-image: url(../images/box-top-lt-grey.gif);
	background-repeat: repeat-x;
	background-color: #999999;
}
#redBoxLong {
	background-image: url(../images/box-top-red.gif);
	background-repeat: repeat-x;
	background-color: #cc0000;
}
.cornerLink {
	text-align: right;
	right: 10px;
	bottom: 10px;
}
.cornerLink img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.cornerLink a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.smallCurveBox {
	background-color: #0068b3;
	min-height: 110px;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	/* Do rounding (native in Firefox and Safari)*/ 
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius:15px;
	border-radius: 15px;
}
.longCurveBox {
	background-color: #0068b3;
	padding: 10px;
	margin-bottom: 10px;
	
	/* Do rounding (native in Firefox and Safari)*/ 
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius:15px;
	border-radius: 15px;
}

.smallCurveBox h1, .longCurveBox h1 {
	color: #FFFFFF;
	font-size: 18px;
	padding-bottom: 5px;
}
.smallCurveBox p, .longCurveBox p {
	color: #FFFFFF;
	font-size: 12px;
	line-height: normal;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- Search Results <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#searchResultsInfoBox {
	background-color: #dadada;
	padding: 10px;
	margin-bottom: 10px;
}
#resultsContainer
{
	font-size: 1.4em;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

#resultsContainer .searchResultsBox
{
	position: relative;
	background-image: url(../images/search-results-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#resultsContainer .searchResultsBox#resultsAlt
{
	background-image: url(../images/search-results-blue-bg.jpg);	
}
#resultsContainer .ResultImage
{
	position: relative;
	float: left;
	width: 150px;
	text-align: left;
}

#resultsContainer .resultMake
{
	position: relative;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 5px;
	height:20px;
}

#resultsContainer .ResultDetail
{
	float: none;
	width: 278px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 165px;
}

#resultsContainer .ResultFeatures
{
	float: right;
	vertical-align: top;
	width: 150px;
	margin: 0px;
}

#resultsContainer .ResultLink
{
	float: right;
	vertical-align: top;
	margin-top: 5px;
}

#resultsContainer .priceRight
{
	position: relative;
	float: right;
	text-align: right;
	vertical-align: middle;
	padding: 0 0 5px;
	height:24px;
}

#resultsContainer .searchResultsBox h1 {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: "Arial Black", Helvetica, sans-serif;
	font-weight: normal;
}
#resultsContainer .searchResultsBox p {
	margin: 0px;
	padding: 0px;
}
#resultsContainer .searchResultsBox .ResultImage a {
	font-size: 11px;
}
#resultsContainer .searchResultsBox .resultsLink {
	text-align: right;
}
.resultsLink {width:630px;height:20px;font-size:9pt;margin:10px 0 0;}
.ResultImage img {
	border: 1px solid #FFFFFF;
}
.ResultImage a:hover img {
	border: 1px solid #0068B3;
}
.ResultFeatures li {
	margin-left: 20px;
	list-style-type: disc;
	font-size: 11px;
	line-height: 13px;
}

.tblAccountAds ul {margin:0;}
.tblAccountAds li {
	color:#FFFFFF;
	margin-left: 0px;
	list-style-type: disc;
	font-size: 11px;
	line-height: 13px;
}
.searchBtnWrap {
	position: absolute;
	right: 10px;
	bottom: 10px;
	text-align: right;
}
.searchBtnWrapSmall {
	/*position: absolute*/;
	right: 10px;
	bottom: 10px;
	text-align: left;
}
.selectedSearchCopy {
	font-size: 15px;
	font-weight: bold;
	color: #0068b3;
}
#searchResultsInfoBox select {
	font-weight: bold;
	padding:0.15em;
	width:150px;
	border:1px solid #999999;
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0.6em;
	background-image: url(../images/input-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ECECEC;
}
#sortResults {
	position: absolute;
	left: 200px;
}
#searchResults {
	position: relative;
}
#sortResults label {
	font-size: 12px;
	color: #999999;
	font-weight: bold;
}
#sortResults select {
	font-weight: bold;
	padding:0.15em;
	width:150px;
	border:1px solid #999999;
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0.6em;
	background-image: url(../images/input-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#sortResultsPages {
	position: absolute;
	right: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
.selectedResultsPages {
	color: #333333;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- My Account <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#myAccount {
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	color: #666666;
}
#myAccount a {
	color: #EE4435;
}
#myAccount .favouritesLink {
	float: right;
}
.blueCopy {
	color: #0E71B8;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- Button / Form Styles <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#login input, #login select, #registered input, #registered select {
	padding:0.15em;
	width:110px;
	border:2px solid #999999;
	background:#fafafa;
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	margin-right: 10px;
}
#login input:hover, #login input:focus, #registered input:hover, #registered input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 
#login input.submitBtn, #registered input.submitBtn {
	border-color: #AAAAAA;
	margin: 0px;
	background-image: url(../images/input-btn.jpg);
	background-repeat: repeat-x;
	background-color: #F03F35;
	color: #FFFFFF;
	cursor:pointer;
	
}
#login input.submitBtn:hover, #registered input.submitBtn:hover {
	background-image: url(../images/input-btn-over.jpg);
	background-repeat: repeat-x;
	border-color: #CCCCCC;
}
#searchBox input, #searchBox select{
	padding:0.15em;
	width:175px;
	border:1px solid #999999;
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 0.6em;
	background-image: url(../images/input-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ECECEC;
}
#searchBox input:hover, #searchBox input:focus {
	border-color:#c5c5c5;
} 
#searchBox input.submitBtn, .frmSubmit, .resultsLink input.submitBtn  {
	border:2px solid #AAAAAA;
	margin: 0px;
	background-image: url(../images/input-btn.jpg);
	background-repeat: repeat-x;
	background-color: #F03F35;
	color: #FFFFFF;
	cursor:pointer;
	background-position: top;
	padding:0.15em;
	width:110px;
	font-size:13px;
	font-weight:bold;
}
#searchBox input.submitBtn:hover, .frmSubmit:hover, .resultsLink input.submitBtn:hover {
	background-image: url(../images/input-btn-over.jpg);
	background-repeat: repeat-x;
	border-color: #CCCCCC;
}

input.carFindBtn {
	border-color: #AAAAAA;
	margin: 0px;
	background-image: url(../images/input-btn.jpg);
	background-repeat: repeat-x;
	background-color: #F03F35;
	color: #FFFFFF;
	cursor:pointer;
	padding:0.15em;
	width:110px;
	font-size:14px;
	font-weight:bold;
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius: 8px;
	
}
input.carFindBtn:hover {
	background-image: url(../images/input-btn-over.jpg);
	background-repeat: repeat-x;
	border-color: #CCCCCC;
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- Registration Form <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#registrationForm {
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}
#registrationForm fieldset {
	width: 175px;
	border: 0;
	float: left;
	margin: 0px;
	padding: 0 35px 0 0;
}
#frmAdvertAdd fieldset {
	width: 600px;
	border: 0;
	margin: 0px;
	padding: 0 35px 0 0;
}
#frmAdvertAdd fieldset label, #registrationForm fieldset label {
	display: block;
	height:15px;
	font-size: 8pt;
	line-height: 10pt;
	font-size:12px;
}
#frmAdvertAdd fieldset input, #frmAdvertAdd fieldset select, #registrationForm fieldset input, #registrationForm fieldset select {
	padding:0.2em;
	width:175px;
	border:2px solid #CCCCCC;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin-bottom: 1em;
}
#frmAdvertAdd fieldset input.checkbox, #registrationForm fieldset input.checkbox {
	padding:0;
	text-align:left;
	width:24px;
	float:left;
	margin:0 0 2.5em;
}
#frmAdvertAdd fieldset input.hover, #frmAdvertAdd fieldset input.focus, #registrationForm fieldset input:hover, #registrationForm fieldset input:focus {
	border-color:#818181;
} 
#frmAdvertAdd .submitBtn, #registrationForm .submitBtn {
	clear: both;
	text-align: right;
}
#frmAdvertAdd .submitBtn input, #registrationForm .submitBtn input {
	border:2px solid #AAAAAA;
	margin: 0px;
	background-image: url(../images/input-btn.jpg);
	background-repeat: repeat-x;
	background-color: #F03F35;
	color: #FFFFFF;
	cursor:pointer;
	background-position: top;
	padding:0.15em;
	width:110px;
	font-size:14px;
	font-weight:bold;
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius: 8px;
	
}
#frmAdvertAdd .submitBtn input:hover, #registrationForm .submitBtn input:hover {
	background-image: url(../images/input-btn-over.jpg);
	background-repeat: repeat-x;
	border-color: #CCCCCC;
}

#frmAdvertAdd label.error, #registrationForm label.error {
	color: #FF0000;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	margin:0 0 0 10px;
	float:right;
	height: 10px;
	width: 250px;
	padding: 10px 5px;
	background-color:#BBBBBB
}

#registrationForm input.findBtn  {
	border:2px solid #AAAAAA;
	margin: 0px;
	background-image: url(../images/input-btn.jpg);
	background-repeat: repeat-x;
	background-color: #F03F35;
	color: #FFFFFF;
	cursor:pointer;
	background-position: top;
	padding:0.15em;
	margin-left:18px;
	width:50px;
	font-size:13px;
	font-weight:bold;
}
#registrationForm input.findBtn:hover {
	background-image: url(../images/input-btn-over.jpg);
	background-repeat: repeat-x;
	border-color: #CCCCCC;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- Easy Slider <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
}

#slider li{
/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	width:430px;
	height:140px;
	overflow:hidden;
	/* Do rounding (native in Firefox and Safari)*/ 
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background-color: #FFFFFF;
}

span#prevBtn{}

span#nextBtn{}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- Shopping cart <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
.tblCart {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
	margin: 10px 0;
}
.tblCart th {
	background-color: #AAAAAA;
	padding:5px;
	font-size: 8.5pt;
	color:#444444;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB
}
.tblCart td {
	background-color: #8e8e8e;
	padding:5px;
	font-size: 8.5pt;
	color:#ffffff;
	line-height: 10.5pt;
	margin:0;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB
}
.tblCart td.borderLess, .tblCart th.borderLess {
	border-right: 0px;
}
.tblCart td.total {background-color: #BBBBBB;color:#222222}
.tblCart td.offer {
	background-color: #FFCC33;
	color:#222222
}
.tblCart td.summary {background-color: #CCCCCC;color:#222222}
.tblCart td .submitBtn input {
	border:2px solid #AAAAAA;
	margin: 0px;
	background-image: url(../images/input-btn.jpg);
	background-repeat: repeat-x;
	background-color: #F03F35;
	color: #FFFFFF;
	cursor:pointer;
	background-position: top;
	padding:0.15em;
	width:110px;
	font-size:14px;
	font-weight:bold;
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius: 8px;
	
}
.tblCart td .submitBtn input:hover {
	background-image: url(../images/input-btn-over.jpg);
	background-repeat: repeat-x;
	border-color: #CCCCCC;
}
.securePayment h1 {font-size:11pt;text-align:left}
.secureCards {width:170px;text-align:center;background-color:#FFFFFF;padding:6px;}
.secureCards img {margin:2px;}
#carSold {
	position:absolute;
	width:142px;
	height:16px;
	z-index:1;
	left: 3px;
	top: 91px;
	padding: 2px;
	background-color: #EEEEEE;
	text-align:center;
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- Business cards <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

.printResultsBox
{
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border: 1px solid #999999;
	width: 250px;
	height: 200px;
	float: left;

}
.printResultsBox p {
	font-size: 8pt;
	line-height: 8.5pt;
}
.printResultsBox .ResultFeatures{
	width:100px;
	float:right;
	background-color: #FFFFFF;
}
.printResultsBox .ResultImage{
	width:100px;
	float:left;
	background-color: #6699CC;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- Misc <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
.spacerLine	{margin: 20px 0;height:1px;;color:#cccccc}			
.spacerSubLine	{margin: 10px 0;height:1px;color:#cccccc}
.miscButton {
	border: solid 0px;
}
hr {
	color: #7e7e7e;
}
.miscButton:hover {
filter:alpha(opacity=50);
opacity: 0.5;
-moz-opacity:0.5;

}
.ResultImageDetail #detailThumbnails {
	margin-top: 20px;
}
#detailThumbnails img {
	float: left;
	margin-right: 2px;
}
#myAccount .favouritesLink {
	float: right;
}
blueCopy {
	color: #0E71B8;
}
.blueCopy {
	color: #0F71B8;
}
.floatImgRight {
	float: right;
	margin-left: 10px;
}
.floatImgLeft {
	float: left;
	margin-right: 10px;
}
#savingsTable {
	font-size: 12px;
}
#savingsTable td {
	padding: 3px;
	vertical-align: top;
}
.largeCopy {
	font-size: 18px;
}
.smallCopy {
	font-size: 11px;
}
#footer .copyright {
	padding-left: 30px;
	float: left;
	padding-top: 20px;
}
.socialBar {
	clear: both;
	padding-top: 20px;
}
.indent {
	padding-left: 100px;
}
.firstLine {
	float: left;
}
.socialBar img {
	float: left;
	margin-right: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.socialBar .socialApp {
	width: 245px;
	margin-right: 30px;
	float: left;
}
.socialBar a {
	text-decoration: none;
	color: #666666;
}
input[disabled] {
	color:#000000;
	border: 1px solid #999;
	background-color: #eeeeee;
}
input[disabled]:hover {
	border: 1px solid #999;
	background-color: #eeeeee;
}
#flash {
	background-color: #CC0000;
	color: #FFFFFF;
	padding: 10px;
	margin-bottom: 10px;
}

