﻿* {
	padding: 0;
	margin: 0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
	
/* main content structure */

.wrapper {
	margin: 140px auto 0 auto;
	width: 967px;
	text-align: left;
	}

.middleleftContent { /* middle and left column together */
	float: left;
	width: 757px;
	}

.middleContent { /* middle column width */
	float: right;
	width: 580px;
	}

.leftContent { /* left column */
	margin-right: 10px;
	float: left;
	width: 167px;
	}

.rightContent { /* right column */
	margin-left: 10px;
	float: right;
	width: 200px;
	}

.bread {
	margin-bottom: 10px;
	font-size: 11px;
}
	
/* text styles */

h1 {
	font-size: 24px;
	letter-spacing: -1px;
	}
	
h2 {
	font-size: 16px;
	letter-spacing: -0.7px;
	clear: both;
	}
	
h3 {
	font-size: 14px;
	letter-spacing: -0.8px;
	clear: both;
	}
h4
{
    font-size: 12px;
	letter-spacing: -0.8px;
	clear: both;
	font-weight: bold;
}

.textAddress
{
    font-size: 14px;
	letter-spacing: -0.8px;
	clear: both;
    }
    
.textTerms
{
    font-size: 12px;
    font-weight:bold;
	letter-spacing: -0.8px;
	clear: both;
}

.warrantyTable
{
    font-size: 12px;
	letter-spacing: -0.8px;
	clear: both; 
	display: inline;
	margin-left: 1px;
	margin-right: 1px;
	text-align: left;
}

.warrantyTableAlt
{
    font-size: 12px;
	letter-spacing: -0.8px;
	clear: both; 
	display: inline;
	margin-left: 1px;
	margin-right: 1px;
    text-align: left;
}

p {
	margin-bottom: 5px;
}

/* common car list styles */

table.resultList  
{
	margin-top: 20px;
	width: 100%;
	font-size: 12px;
}

table.resultList,
.resultList tr,
.resultList td
{
	border: none;
	padding: 5px;
}

.resultList div.heading,
.resultList div.fullHeading,
.resultList div.row,
.resultList div.altrow {
	width: 580px;
}

.resultList div.full,
.resultList div.full div.row,
.resultList div.full div.altrow,
.resultList div.fullHeading
{
	width: 740px;
}

.resultList div.heading .cell,
.resultList div.fullHeading .cell,
.resultList div.row .cell,
.resultList div.altrow .cell,
.resultList .heading .td,
.resultList .fullHeading .td,
.resultList .row .td,
.resultList .altrow .td {
	float: left;
	padding: 5px;
	text-align: left;
	height: 20px;
	line-height: 20px;
}

.resultList div.row .price,
.resultList div.altrow .price,
.resultList .row .price,
.resultList .altrow .price {
	font-weight: bold;
	text-align: right;
}

.resultList div.heading .cell,
.resultList div.fullHeading .cell,
.resultList .heading,
.resultList .fullHeading,
.resultList div.carDesc {
	font-size: 11px;
}

/* basic cars display */
	
.sideListing {
	border-bottom: 1px dashed;
	padding-top: 4px;
	}
	
* html .alert 
{
	height: 0px;
}
.alert {
	margin: 15px 0 0 0;
	padding: 3px 0 3px 23px;
	border-top: 1px dashed;
	border-bottom: 1px dashed;
	}
	
.showroom,
.popular,
.recent
{
	padding: 7px 10px 0 10px;
	font-size: 11px;
}

.showroomBottom,
.popularBottom,
.recentBottom
{
	height: 18px;
	margin-bottom: 10px;
}

.thumbs {
	padding-top: 10px;
}

.basicCarDesc
{
	margin-left: 45px;
}

* html .basicCarDesc strong.price
{
	height: 0px;
	padding-left: 3px;
}

/* Quick Search */

.quickSearch 
{
	height: 285px;
	padding: 30px 10px 0 10px;
	font-size: 12px;
	text-align: center;
}

.quickSearch dt {
	margin-bottom: 2px;
	text-align: left;
}

.quickSearch .select {
	margin-bottom: 7px;
	width: 100%;
}

.quickSearch .select2 {
	margin-bottom: 15px;
	width: 100%;
}

/* search */

.searchBox {
	border: 2px solid;
	margin-bottom: 20px;
	height: 150px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.searchCriteria
{
    float: left;
    width: 36%;
    border: none;
}

.searchCriteria div
{
	height: 33px;
	width: 100%;
}

.searchCriteria .label
{
    width: 38%;
    float: left;
}

.searchCriteria select
{
	width: 150px;
}

.searchBox .button
{
	margin-top: 125px;
}

.browseManufacturers
{
    width: 90%;
    /*padding: 0px; not used currently but may be later .. page layout needs it but too tight .. will remove later if required */
	margin: 1px;
	font-size: 10px;
}

.browseManufacturers div.make
{
	width: 70px;
	height: 90px;
	float: left;
	text-align: center;
	padding: 10px 20px 10px 0;
}

.browseManufacturers div.make .logo
{
	width: 60px;
	height: 60px;
	padding: 5px;
}


.seperator
{
	border-top: 1px solid;
	border-bottom: 1px solid;
}

/* Site Map */

div.sitemap
{
  	/*padding: 40px 10px 0 10px;*/
	font-size: 12px;  
}

div.sitemap dd
{
    width: 220px;
    float: left;
	padding: 3px 0 4px 0;
	text-indent: 5px;
}


div.sitemap h1,
div.sitemap h2,
div.sitemap dl
{
    padding: 5px 0px;
}

/* featured manufacturers */

.manufacturers
{
	padding: 40px 10px 0 10px;
	font-size: 12px;
}

.manufacturers ul {
	list-style-type: none;
	}
	
.manufacturers ul li
{
	height: 25px;
}

.manufacturers ul li a {
	display: block;
	padding: 3px 0 4px 0;
	border-bottom: 1px dashed;
	text-indent: 5px;
	}
	
.manufacturers ul li a:hover {
	text-decoration: none;
}

/* list of models for the manufacturer */

.models {
	width: 100%;
	margin: 10px 0;
	font-size: 11px;
	text-align: center;
}

.models dd {
	float: left;
	padding: 10px 10px 0 0;
}

/* paging */

.pager {
	width: 500px;
	line-height: 30px;
	margin: 10px 0 0 0;
}

.pager a {
	padding: 2px 4px;
}

.pager a,
.page a:hover,
.pager a.current,
.pager a:hover.current {
	border: 1px solid;
}

.pager a,
.page a:hover {
	text-decoration: none;
}

.pagersimple {
	margin: -13px 8px 5px 118px;
	width: 625px;
	border-bottom: 2px solid;
	height: 20px;
}

/* car details */

.carDetailsPrice {
	font-size: 21px;
}

.reference {
	margin-top: -35px;
}
	
.carLeft {
	width: 213px;
	padding: 0 10px;
}
	
.carRight {
	width: 520px;
}

.action {
	border-bottom: 2px solid;
	padding: 1px 0 8px 0;
	margin-bottom: 15px;
}
	
.action ul,
ul.point {
	list-style-type: none;
}
	
.action li {
	line-height: 22px;
}
	
.action .print,
.showShortInfo .print,
.action .add,
.showShortInfo .remove,
.action .mag,
.showShortInfo .mag  {
	padding-left: 25px !important;
}

.point li {
	line-height: 20px;
	padding-left: 20px;
}

.spec {
	width: 100%;
	margin: 10px 0 20px 0;
}

.spec dt,
.spec dd
{
	line-height: 25px;
	height: 25px;
}

.spec dt 
{
	margin-left: 15px;
	text-align: left;
	float: left;
	width: 150px;
}

.spec dd
{
	font-weight: bold;
	clear: right;
}

.carStatusAvailable,
.carStatusSold {
	font-weight: bold;
}

.spec span.tick,
.spec2 span.tick,
.spec3 span.tick
{
	width: 18px;
	height: 16px;
	background: transparent; /* God knows why this fixes the stretching, but it does */
	margin: 4px 0 5px;
}

.photoPopup
{
	width: 524;
	height: 524;
	padding: 0 15px 15px;
	border: 1px solid;
}

/* showroom */

.showroomPage
{
	margin-left: 0px;
	width: 750px;
}

.showroomPage td
{
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.showroomPage td.showLeft {
	width: 150px;
}

.carComp {
	width: 213px;
}

li.carDet
{
	height: 50px;
}

.showShortInfo {
	list-style-type: none;
	position: relative;
	top: 10px;
}
	
.showShortInfo li {
	line-height: 25px;
	padding-left: 10px;
	border-bottom: 1px dashed;
}

.carDetails td
{
	vertical-align: top;
	padding-top: 10px;
}

.spec2,
.spec3
{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	list-style-type: none;	
}

.spec2 li,
.spec3 li 
{
	text-align: left;
	float: left;
	width: 100%;
	line-height: 25px;
	height: 25px;
}
.spec2 li
{
	margin-left: 5px;
}
.spec3
{
	margin-top: 27px;
}

/*notes */

* .notes
{
	height: 80px;
}

.notes
{
    width: 250px;
	height: auto;
    padding: 10px;
    border: 1px solid;
}

.helpMark
{
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}

/* brochure */

ul.features 
{
	list-style-type: disc;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.location
{
    list-style-type: none;
    padding: 50px 0 0 50px;
    width: 270px;
    vertical-align: middle;    
}

ul.location li
{
    padding:10px 10px 10px 10px;
}

div.brochure p,
div.brochure h1,
div.brochure h2,
div.brochure h3,
div.brochure h4
{
    padding: 5px 0px;
}

/* FAQs */

div.faq p
{
    padding: 3px 0px;
}

/* contactus */ 

ul.contactus
{
    list-style: none;
}

ul.contactus li
{
    padding-bottom: 20px;
}

ul.contactus li img
{
    float: left;
    margin-right: 30px;
}

/* Intro */

.intro {
	height: 315px;
	padding: 10px 0 10px 0;
	border-top: 3px solid;
	border-bottom: 3px solid;
	margin-bottom: 10px;
	}

	
/* Footer styles */

.footer {
	height: 60px;
	clear: both;
	position: relative;
	top: 30px;
	padding: 20px 0 0 0;
	text-align: center;
	}
	
* html .footer p
{
	height: 0px;
}

.companyDisclaimer p
{
	line-height: 15px;
	font-size: 0.8em;
}
	
/* Header styles */

.header {
	width: 967px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -483.5px;
}

.tabs {
	clear: both;
	position: relative;
	top: 9px;
}
	
.tabs ul{
	list-style-type: none;
}

.tabs li {
	font-family: Century gothic, Arial;
	text-transform: capitalize;
	font-size: 14px;
	float: left;
}
	
.tabs li a {
	text-decoration: none;
	display: block;
	padding: 10px 0 10px 10px;
}
	
.tabs li a span {
	padding: 10px 10px 10px 0;
	margin-right: 2px;
}
	
/* Footer styles */

.footer {
	height: 60px;
	clear: both;
	position: relative;
	top: 30px;
	padding: 20px 0 0 0;
	text-align: center;
	}
	
.footer ul {
	list-style-type: none;
	padding-bottom: 10px;
	}
	
.footer ul li {
	display: inline;
	}

/* common classes */

.floatLeft {
	float: left;
	}

.floatRight {
	float: right;
	}
	
.clearFloats {
	clear: both;
	}
	
.textLeft {
	text-align: left;
	}

.textRight {
	text-align: right;
	}
	
.textCentre
{
    text-align: center;
}

.textUnderline
{
    text-decoration: underline;
}

.imgLink {
	padding: 1px;
	border: 1px solid !important;
	margin: 2px 5px 0 0;
}

.imgLink2 {
	padding: 1px;
	border: 1px solid !important;
	margin: 2px 2px 2px 2px;
}
	
.imgLink3 {
	padding: 2px;	
	border: 2px solid !important;
	margin: 3px;
}

.imgLink5 {
	padding: 1px;
	border: 1px solid !important;
	margin: 2px 3px 2px 4px;
}

.imgLast
{
	margin-right: 0px;
	margin-bottom: 4px;
}
	
a.noBorder {
	text-decoration: none;
}
	
.pager {
	float: right;
	text-align: right;
}

.textIntro {
	border-bottom: 3px solid;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.infoBox
{
	width: 610px;
}

/* content tabs */

.shadetabs{
	padding: 3px 0;
	margin-top: 20px;
	margin-left: 10px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	margin: 0;
	float: left;
}

.shadetabs li a{
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 1;
	margin-right: 1px;
	padding: 11px 0 7px 18px;
}

.shadetabs li a span {
	padding: 11px 18px 7px 0;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	padding: 11px 0 7px 18px;
}


.shadetabs li a.selected{ /*selected main tab style */
	border-bottom: 3px solid;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontent{
	display:none;
}

.mockLink
{
	cursor: pointer;
	cursor: hand;
}

.closePic
{
	position: relative;
	display: block;
	height: 15px;
	padding: 0 250px;
	margin: 0px;
	right: -15px;
	width: 0;
	background: url(../images/closelabel.png) right no-repeat;
}

.soldFlag
{
	height: 3px;
	position: relative;
}

.soldFlag div
{
	position: absolute;
	top: 0;
	left: 8px;
	font-weight: bold;
}

* html .errorPage
{
	width: 600px;
	margin: 0 200px; 
}

.errorPage
{
	height: 300px; 
	margin: 0 auto; 
	width: 50%; 
	text-align: center;
	padding-top: 50px;
}

@media print 
{
	.tabcontent 
	{
		display:block !important;
	}
	
	.header
	{
		display: none;
	}
	
	.reference
	{
		margin-right: 150px;
	}
}
