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

	GLOBAL CSS
	==========

	Provides all global styles for the site which more specific sections 
	can be built on using the layered css technique

	Author:		Tom Harman
				Nick Watson
				Tom Fletcher
				[www.optixsolutions.co.uk]

	Listing Order:
	==============

	Universal
	Forms
	General Structure / Layout
	Navigation Elements
	Header Elements
	Body Elements
	Footer Elements
	Messages

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

/***********************************************************************
	UNIVERSAL STYLES
************************************************************************/

body {
	font-size: .6em;
	background: #FFF url('../i/layout/bg.jpg') repeat-x;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#content ul, div#othercontent ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

p {
	margin: 1em 0;
	text-align: justify;
}

a {
	color: #000066;
}

/***********************************************************************
	FORMS
************************************************************************/

fieldset, legend {
	border: none;
}

legend {
	background: transparent;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
	padding: 0 .5em;
}

label {
	float: left;
	padding: 0 1em 0 0;
	text-align: right;
}

div#enquirybox form fieldset {
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: -80px;
}

form fieldset div {
	clear: both;
	display: block;
	margin-bottom: .5em;
	padding: 0;
}

table#cars tbody tr:hover td {
	background: #CCCCCC;
}

div.submit {
	clear: both;
	text-align: right;
	margin-right: 40px;
	margin-top: 10px;
	width: auto;
}

div.multi input {
	border: 0;
/*	width: auto;*/
}
 
form 									{ width: 100%; }

label		 							{ float: left;	height: 22px; width: 45%; }

fieldset div input,
fieldset div select,
fieldset div textarea  			{ width: 45%; }

fieldset div input.small,
fieldset div select.small,
fieldset div textarea.small 	{ width: 25%; }

div.req label, div.req p		{ font-weight: bold; }

div.multi label 					{ height: 22px; }

div.req label:before, 
div.req p:before {
	content: "* ";
}

input:focus, textarea:focus {
	background: #fafafa;
	color: #000;
}

fieldset div input, 
fieldset div select, 
fieldset div textarea  {
	border: 1px solid #aaa;
	color: #333;
	font-weight: normal;
	padding: 1px;
}

div.submit input {
	background: #777;
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	padding: 1px .7em;
/*	width: auto;*/
}

/***********************************************************************
	GENERAL STRUCTURE/LAYOUT
************************************************************************/
div#main{
	float: left;

}
div.left{
/*	background-color: Blue;*/
/*background-image: url(../i/layout/maingrad.jpg);
background-position: top right;
background-repeat: no-repeat;*/
	float: left;
	width: 216px;
/*	margin-right: 2px;*/
}
/***********************************************************************
	HEADER ELEMENTS
************************************************************************/

table#cars tbody tr.carAllLinks a.carTextLink:link {color:#000;}
table#cars tbody tr.carAllLinks a.carTextLink:active {color:#000;}
table#cars tbody tr.carAllLinks a.carTextLink:visited {color:#000;}
table#cars tbody tr.carAllLinks a.carTextLink:hover {color:#000;}

table#cars tbody tr.carAllLinks td.carTextLinkBelow a.carText:link {color:#000;}
table#cars tbody tr.carAllLinks td.carTextLinkBelow a.carText:active {color:#000;}
table#cars tbody tr.carAllLinks td.carTextLinkBelow a.carText:visited {color:#000;}
table#cars tbody tr.carAllLinks td.carTextLinkBelow a.carText:hover {color:#000;}

div#header {
	width: 760px;
	height: 50px;
	background: url('../i/layout/top-bg.jpg') repeat-x;
}

div#header div#branding-logo {
	width: 182px;
	height: 50px;
	display: block;
	background: url('../i/layout/top-left.jpg') no-repeat;
}

div#header div#branding-logo a {
	text-indent: -999em;
	letter-spacing: -133px;
	width: 182px;
	height: 90px;
	z-index: 999999;
	display: block;
	position: absolute;
}

div#homeheader {
	width: 760px;
	height: 184px;
	background: url('../i/layout/home-header.jpg') no-repeat;
}

div#otherheader {
	width: 760px;
	height: 38px;
	background-image: url('../i/layout/other-header.jpg');
	background-repeat: no-repeat;
/*	background-color: Fuchsia;*/
/*	float: left;
	z-index: 999;*/
/*	visibility: hidden;*/
	
}

div#searchbox {
	margin-top: 3px;
	height: 150px;
	background: url('../i/layout/leftnav-bg.jpg') repeat-y;
	padding:0px;
	float: left;
}

div#othersearchbox {
	margin-top: 0px;
	height: 155px;
	background: url('../i/layout/leftnav-bg.jpg') repeat-y;
	float: left;
}

div#searchbox form, div#othersearchbox form {
	width: 215px;
	height: 160px;
	background: url('../i/layout/vehicle-search.jpg');
	margin-top: -1px;
}

div#searchbox form fieldset, div#othersearchbox form fieldset {
	margin-left: 50px;
	padding-top: 15px;
}

div#searchbox form fieldset select, div#othersearchbox form fieldset select {
	margin-top: 5px;
	width: 160px;
	background-color: #D3D3DA;
	border: 1px solid #D3D3DA;
}

div#container div#main div#searchbox form#quicksearch fieldset input#quickkeywords {

	margin:0px;
	padding:0px;
	float: right;
	width: 153px;
	margin-top: 7px;
	margin-right: 5px;
	background-color: #B5B5C1;
	border: 1px solid #FFF;
	text-align: right;
	padding-right: 5px;
}
input#quickkeywords {

	margin:0px;
	padding:0px;
	float: right;
	width: 153px;
	margin-top: 7px;
	margin-right: 5px;
	background-color: #B5B5C1;
	border: 1px solid #FFF;
	text-align: right;
	padding-right: 5px;
}

div#searchbox form fieldset input#submit, div#othersearchbox form fieldset input#submit {
	background-color: #B5B5C1;
	border: 1px solid #FFF;
	padding-bottom: 2px;
	width: 50px;
	height: 18px;
	margin-top: 5px;
	margin-right: 5px;
/*	margin-left: -55px;*/
	font-size: 1em;
	color: #FFF;
	float:right;
}

div#advanced-search {
	margin-top: -18px;
	margin-left: 90px;

}

div#advanced-search a {
	color: #FFF;
	font-weight: bold;
}

div#minimap {
display: block;
float: left;
margin-top: 20px;
}

div#content {
	width: 543px;
/*	background: #FFF url('../i/layout/maingrad.jpg') left top no-repeat;*/
background-image: url(../i/layout/maingrad.jpg);
background-repeat: no-repeat;
	float: left;
	padding-left: 5px;
}

div#eupdates label {
	margin-left: 80px;
	margin-bottom: 45px;
	position: absolute;
	width: 200px;
}

div#eupdates input {
	margin-left: 200px;
	border: none;
}

* html div#content {
/*	margin-top: -342px;*/
}


div.button{
	width: 134px;
	height: 125px;
/*	background-color: Aqua;*/
	float: left;
	margin-top: 2px;
	margin-right: 1px;
	background-image: url(../i/layout/splitter.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

div.featured{
	width: 258px;
	height: 88px;
	background-color: Fuchsia;
	float: left;
	margin-right: 4px;
	background-color: #D9D9D9;
	padding: 4px;
}

/*Landingpage featured car box CSS*/
#LPfeatured div.featured {width: 255px; margin-bottom:6px;}
#LPfeatured div.featured p {font-size:9px;margin-top:2px;}
#LPfeatured div.featured img {margin-left:1px;}
#LPfeatured div.featured .featured-title {margin-top:2px;margin-bottom:0px}

div.featured a img{
	float: left;
	margin-right: 4px;
}
div.featured img.featured-title{
	float: left;
	position: relative;
	margin-right: 10px;
	margin-bottom: 5px;

}

div.button p.view{
	background-image: url(../i/layout/view.gif);
	background-repeat: no-repeat;
	width: 33px;
	height: 8px;
	float: right;
	margin-right: 5px;
	text-indent: -999em;
	margin-top: 3px;
}
div.button p.view a{

	width: 33px;
	height: 8px;
	float: right;
}
div.button p.view a:hover{
	background-image: url(../i/layout/view-lite.gif);
	background-repeat: no-repeat;
	width: 33px;
	height: 8px;
	float: right;
}

div.button p.newButtons a {
	float: right;
	color:grey;
	text-align:right;
	margin-right:6px;
	margin-top:-6px;
	font-size:8.5px;
	width:110px;
	text-decoration:underline;
}
div.button p.newButtons a:hover {color:#999;}



div#othercontent {
	width: 545px;
	background-image: url(../i/layout/maingrad.jpg);
	background-repeat: no-repeat;
	float: left;
	margin-top: -38px;
	padding-left: 5px;
	position:relative;
}
div#other-content{
/*	background-color: Aqua;*/
	float: left;

}

* html div#othercontent {
	margin-top: -38px;
/*	z-index: 99;*/
}

/***********************************************************************
	BODY ELEMENTS
************************************************************************/

div#blockone {
	width: 270px;
	margin-left: 3px;
	margin-top: 2px;
	height: 216px;
/*	background: #D9D9D9 url('../i/layout/splitter.jpg') right top no-repeat;*/
	float: left;
}

div#blocktwo {
	width: 262px;
	margin-top: 1px;
	height: 216px;
/*	margin-left: 280px;*/
/*	margin-top: -216px;*/
	background: #D9D9D9;
	float: right;
	display: inline;
}

div#topblockone {
	width: 270px;
	margin-left: 6px;
	margin-top: 1px;
	height: 123px;
	background: url('../i/layout/splitter.jpg') right top no-repeat;
}

div#topblocktwo {
	width: 261px;
	height: 123px;
	position: absolute;
	margin-left: 280px;
	margin-top: -123px;
}

div#saloons{
	float: left;
}
div#estates{
	float: left;
}
div#mpv{
	float: left;
}
div#commercials{
	float: left;
}

/*div#estates, div#commercials {
	margin-left: 131px;
	margin-top: -125px;
}*/

div#featuredone, div#featuredtwo {
	padding: 2px;
	font-size: 0.9em;
	color: #555;
/*	float: left;*/
	width: 260px;
}

div#featuredone div, div#featuredtwo div {
	padding-top: 6px;
	margin-right: 2px;
}

div#featuredone a img, div#featuredtwo a img {
	float: left;
	margin-right: 4px;
}
/*, div#blockone  div#estates object, div#mpv object, div#commercials object,*/
div#cartype div#blockone div#blockone div#saloons object {
	float: left;
	margin-right: 4px;
	border: 1px dashed Red;

}

div#mapped {
	font-size: 1.2em;
	color: #555;
	float: left;
}

div#welcome {
	font-size: 1.2em;
	padding-left: 10px;
	color: #555;
	float: left;
}

div#other-content {
	margin-left: 3px;
	margin-top: 15px;
}

div#results {
	padding: 10px;
	font-weight: bold;
	color: #999;
/*	float: left;*/
}

table#cars {
/*	margin-left: 10px;*/
	width: 535px;
	float: left;
}

table#cars thead tr {
	background: #DDD;
}

table#cars thead tr th {
	padding-bottom: 2px;
	font-size: 0.9em;
}

table#cars thead tr th.active {
	background: #AAA;
}
table#cars thead tr th.active img{
margin-left: 10px;
}

table#cars thead tr th.active a {
	color: #FFF;
}

table#cars thead tr th a, table#cars thead tr th {
	color: #666;
}

table#cars tbody tr td {
	background: #EEE;
	font-size: 1em;
	padding: 3px;
}
div#othercontent table#cars tbody tr td img {
/*float: left;
border: 3px solid #666666;*/
}
div#othercontent table#cars tbody tr td a strong {
/*float: right;*/
}

table#cars tbody tr td.price {
	color: #FF0000;
	font-weight: bold;
}

div#pagination {
	margin-left: 4px;
	margin-bottom: 5px;
	border-bottom: 1px solid #A2A2A2;
	color: #666;
	font-weight: bold;
	width: 535px;
	float: left;
}

div#pagination div.active a {
	border-top: 1px solid #A2A2A2;
	border-left: 1px solid #A2A2A2;
	border-right: 1px solid #A2A2A2;
	border-bottom: 1px solid #FFF;
	padding: 4px 8px 0px 8px;
}

div#pagination div {
	width: 10px;
	display: inline;
	margin-left: 10px;
}

div#pagination2 {
	margin-left: 4px;
	margin-bottom: 5px;
	border-bottom: 1px solid #A2A2A2;
	color: #666;
	font-weight: bold;
	width: 535px;
	float: left;
}

div#pagination2 div.active a {
	border-top: 1px solid #A2A2A2;
	border-left: 1px solid #A2A2A2;
	border-right: 1px solid #A2A2A2;
	border-bottom: 1px solid #FFF;
	padding: 4px 8px 0px 8px;
}

div#pagination2 div {
	width: 10px;
	display: inline;
	margin-left: 10px;
}

div#othercontent img {
	margin-left: -5px;
}

div#results-per-page {
	/*position: absolute;*/
	
	padding-left: 120px;
}

div#more {
	margin-top: 10px;
/*	margin-left: 10px;*/
	border-top: 1px solid #A2A2A2;
	float: left;
	width: 99%;
	margin-right: 10px;
	margin-bottom: 5px;
}

div#more a {
	border-bottom: 1px solid #A2A2A2;
	border-left: 1px solid #A2A2A2;
	border-right: 1px solid #A2A2A2;
	border-top: 1px solid #FFF;
	float: right;
	padding: 4px 10px 4px 10px;
	margin-right: 4px;
	font-weight: bold;
	font-size: 1.1em;
	color: #000;
	margin-top: -1px;
}
div#more a img{
	margin-left: 5px;
}

div.info-box {
	background: #EEE;
/*	margin-left: 12px;*/
	margin-top: 15px;
	width: 540px;
/*width: 100%;*/
/*	height: 120px;*/
padding-bottom: 10px;
	overflow: hidden;
	float: left;
}
div.info-box img{
	float: left;
}

div.info-box div#info-image {
	float: left;
	background: #FFF;
	padding-right: 4px;
	margin-right: 8px;
	margin-bottom: 8px;
}

div.info-box h1, div#enquirybox h1 {
	padding-top: 5px;
	font-size: 1.5em;
	color: #000066;
	font-family: arial;
}

div.info-box p {
	margin-top: 0px;
	
	/*font-size: 1.2em;*/
/*	height: 97px;*/
	/*color: #444;*/
	/*line-height: 20px;*/
}

div.info-box p span {
	color: #000066;
	font-weight: bold;
}

span#price {
	font-size: 1.4em;
	color: #FF0000;
	font-weight: normal;
}

div#enlarge-image {
	margin-top: 5px;
	margin-left: 20px;
	float: left;
	color: #777;
}

* html div#enlarge-image {
	margin-left: 10px;
}

div.padded {
	padding: 10px;
	width: 520px;
}

div.spaced {
	margin-top: 30px;
	margin-bottom: 10px;
}

div.spaced img {

}

div.spaced p {
	padding: 10px;
}

span#further-enquire {
	margin-left: 15px;
	color: #FF0000;
	font-size: 1.2em;
	font-weight: bold;
	float: left;
}

div#enquirybox {
/*	margin-left: 10px;*/
width: 490px;
	padding: 10px;
	margin-top: 15px;
	background: #EEE;
	float: left;
	margin-left: 14px;
}

div#map {
	width: 507px;
	margin-left: 15px;
	margin-top: 10px;
	height: 300px;
	border: 1px solid #CCC;
}


div#searchform {
	margin-left: 10px;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	background: #EEE;
/*background-color: Aqua;*/
float: left;
width: 490px;
}

div#vacancies {
	margin-bottom: 170px;
}

div#vacancies2 {
	margin-bottom: 170px;
}

div#vacancies p {
	padding: 30px;
}

div.job-vacancy {
	margin-left: 10px;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 4px;
	margin-top: 10px;
}

div.job-vacancy h1 {
	color: #336699;
	font-size: 1.2em;
	margin-right: 8px;
}

div#vacancy {
	margin-left: 10px;
	margin-bottom: 100px;
}

div#vacancy h1 {
	color: #000066;
	font-size: 1.2em;
	margin-top: 5px;
	margin-right: 8px;
}

div#vacancybox {
	margin-left: 10px;
	margin-top: 10px;
	padding: 10px;
	background: #EEE;
}

p.enqapp {
	float: right;
}

/***********************************************************************
	NAVIGATION
************************************************************************/

ul#nav-links {
	margin-left: 180px;
	margin-top: -18px;
}

ul#nav-links li {
	display: inline;
	margin-left: 12px;
	height: 10px;
}

div#search-bar {
/*	width: 534px;*/
width: 100%;
	height: 30px;
/*	margin-left: 10px;*/
	margin-top: 15px;
/*	margin-left: 5px;*/
	background-image: url('../i/layout/search-tabs.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	float: left;
}

div#search-bar div {
	float: left;
	padding: 2px 8px 2px 8px;
	margin-left: 6px;
	border-top: 1px solid #A2A2A2;
	border-left: 1px solid #A2A2A2;
	border-right: 1px solid #A2A2A2;
}

* html div#search-bar div {
	margin-left: 5px;
}

div#search-bar div.active a {
	font-weight: bold;
}

div#search-bar div.inactive {
	background: #EEE;
	height: 12px;
	border-bottom: 1px solid #A2A2A2;
	margin-bottom: 0px;
}

div#search-bar div.active {
	border-bottom: 1px solid #FFF;
	float: left;
}

div#search-bar div.inactive a {
	color: #666;
	font-weight: bold;
}

div#message {
	margin-left: 20px;
	color: #990000;
	font-weight: bold;
	padding: 20px;
}

/***********************************************************************
	FOOTER ELEMENTS
************************************************************************/

div#footer {
	clear: both;
	background: url('../i/layout/footer-bg.jpg') repeat-x;
	height: 29px;
	padding-top: 10px;
/*	padding-left: 195px;*/
	padding-left: 30px;
	color: #666;
	margin-top: 70px;
}

/***********************************************************************
	MESSAGES
************************************************************************/

.error, .notice, .message { 
	color: #b22;
	font-weight: bold;
}

.error ol li {
	font-weight: normal;
	list-style-type: lower-roman;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 1em;
}


strong.blue{
	color: #191970;
	font-size: 1.5em;
	font-weight: bolder;
}
strong.red{
	color: #DC143C;
		font-size: 1.5em;
			font-weight: bolder;
}

div.map-address{
float: left;
	padding: 10px;
	margin-left: 15px;
	margin-top: 5px;
	background-color: #ebecee;
	color: #666666;
	font-weight: bold;	
	
	}


div.news-feed{
float: left;
	padding: 10px;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
	background-color: #ebecee;
	color: #666666;
	}

	


div.route-planner{
	float: left;
	margin-left: 5px;
	margin-top: 5px;
	padding: 10px;
		background-color: #ebecee;
	color: #666666;
	width: 339px;
	height: 137px;
}

div.info-box p span.price{
font-size: 1.5em;
}


a.mail-me-details{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dotted #003366;
	font-size: 1em;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 20px;
	background-image: url(../i/layout/email.gif);
	background-repeat: no-repeat;
	background-position: -4px 0;
	color: #ff0100;
	
	
}

div.car-deets{
	float: left;
	width: 300px;
}
div#other-content div.info-boxdiv.car-deets a img.back{
	float: right;
}
div.car-deets h1{
	margin-bottom: 5px;
}
div.info-box div.car-deets p.registration{
font-weight: bold;
color: #191970;
float: left;
width: 300px;
}
div.info-box div.car-deets p.registration strong{
color: #666666;
}
div.info-box div.car-deets p.colour strong{
color: #666666;
}
div.info-box div.car-deets p.colour{
font-weight: bold;
color: #191970;
float: left;
width: 300px;
}
div.info-box div.car-deets p.price{
font-weight: bold;
font-size: 1.2em;
color: #ff0100;
float: left;
width: 300px;
}
a.enquire-button{
	float: right;
}
html body div#container div#main div#othercontent a img.thumbsy-cars{
	margin: 0px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 92px;
	height: 69px;
}
html body div#container div#main div#othercontent td a img.thumbsy-cars{
	margin: 0px;
}
span.stock {
	color: #360;
	font-weight: bold;
}
span.nostock {
	color: #900;
	font-weight: bold;
}
img.camera {
	margin-left: 4px;
	margin-right: 0px;
	float: right;
}

img.rss {
	margin-right: 5px;
	float: left;
}


a.polish{
	background-image: url(../i/layout/polish.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 40px;
	padding-top: 5px;
	height: 30px;
	display: block;
	margin-left: 4px;
	margin-top: 10px;
}

div.newbutton{
	float: right;
	margin-right: 120px;
}



