/* default styles */

h1 span,
h2 span {
	display: none;
}

h1, h2 {
	margin-bottom: 16px;
}

h1 {
	font-size: 2.0em;
}

p {
	line-height: 130%;
	margin-bottom: 16px;
	font-size: 1.2em;
}

p a {
	color: #ff6600;
}

p a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

/******************/


.boxed {
	display: block;
	height: 217px;
	width: 612px;
	background-image: url(../images/box-grey.gif);
	background-repeat: no-repeat;
	padding: 30px 30px 0 30px;
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
}

.boxed-flexi {
	background-color: #ebebeb;
	border: 1px solid #d6d6d6;
	padding: 20px 20px 0 20px;
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	clear: both;
}

.boxed p,
.boxed-flexi p {
	color: #111111;
}

.boxed p a,
.boxed-flexi p a {
	color: #ff6600;
}


#titleFordAuthorised {
	width: 390px;
	height: 30px;
	background-image: url(../images/title-fordauthorised.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#boxFriendlyStaff {
	width: 300px;
	height: 174px;
	background: url(../images/bgnd-friendlystaff.jpg) no-repeat top left;
	padding: 14px;
	float: left;
}

#boxFriendlyStaff h2 {
	display: block;
	width: 150px;
	height: 27px;
	background: url(../images/title-friendlystaff.gif) no-repeat 2px top;
}

#boxFriendlyStaff p {
	color: #fffde3;
	width: 134px;
	display: block;
}

#boxQualityService {
	width: 299px;
	height: 188px;
	background: url(../images/bgnd-qualityservice.jpg) no-repeat top left;
	padding: 0 14px 14px 14px;
	float: right;
}

#boxQualityService h2 {
	display: block;
	width: 299px;
	height: 43px;
	background: url(../images/title-qualityservice.jpg) no-repeat top center;
}

#boxQualityService ul {
	font-size: 1.2em;
	color: #fffde3;
	list-style: none;
	margin-left: 10px;
	line-height: 175%;
}

#boxQualityService ul li {
	background: url(../images/tick.gif) no-repeat left center;
	text-indent: 23px;
}


/** Car stock styles **/
#category {
	padding: 8px 13px;
	background-color: #0b263a;
	margin-bottom: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#category h2 {
	color: white;
	display: inline;
	font-size: 1.6em;
}


.car-dropdown {
	font-size: 14px;
	width: 200px;
	padding: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.car {
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #d6d6d6;
	/* margin-bottom: 20px; */
	line-height: 150%;
}

.car-title {
	font-size: 1.4em;
	margin-bottom: 15px;
	color: #0b263a;
}

.car-title a {
	color: #0b263a;
	text-decoration: none;
}

.car-title a:hover {
	color: #ff6600;
	text-decoration: underline;
}

.car-photo {
	display: block;
	width: 200px;
	height: 150px;
	padding: 4px;
	margin-left: 20px;
	border: 1px solid #d6d6d6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	float: right;
}

.car-description {
	color: #666;
}

.car-morelink,
.highlight {
	background-color: #ff6600;
	color: white;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 8px;
	text-align: center;
}

.car-morelink:hover {
	text-decoration: underline;
}

.car-gallery {
	margin-bottom: 10px;
}

.car-gallery-large {
	text-align: center;
}

.car-gallery-large img {
	border: 1px solid #d6d6d6;
	padding: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-bottom: 10px;
}

.car-gallery-large p {
	margin-bottom: 10px;
}

.car-gallery-thumbs {
	text-align: center;
}

.car-gallery-thumb img {
	border: 1px solid #d6d6d6;
	padding: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 0 2px;
}

.car-specification {
	list-style: none;
	font-size: 1.2em;
	line-height: 180%;
	margin-bottom: 10px;
	font-weight: bold;
}

.car-specification label {
	font-weight: normal;
	width: 75px;
	display: block;
	float: left;
	
}