	body {
			background-color: #999;
			background-image: url(../img/master/master-00.gif);
			background-repeat: repeat-y;
			font-family: Verdana, Arial, Helvetica, Futura, sans-serif;
			font-size: 71%;
			line-height: 150%;
			color: #666;
			text-align:center;
			border:0px;
			padding:0px;
			margin-top: 0px;
			word-wrap: break-word;
		}
		
		
		.container {
			position: relative;
			top: 0px; 
			 height: auto; 
			margin: 0 0px auto 0px;
			text-align: left;
			background-color: #fff;
			border: none;
		}
		
		html>body .container {
			width: auto;
		}
		
		.logo {
			background-image: url(../img/master/master-css-02.jpg);
			background-repeat: no-repeat;
			background-position: top right;
			position: relative;
			top: 0px; 
			 height: 26px; 
			margin: 0 10px auto 130px;
			text-align: right;
		}
		html>body .logo {
			
		}
		
		
		.content {	
			margin: 0px 15px 0px 15px;
			overflow: hidden;
		}
		
		.firstpara {
			margin-top: 0px;
		}
		
		.tl {
			background-image: url(../img/master/corner-tl.gif);
			background-position: top left;
			background-repeat: no-repeat;
			height: 8px;
			width: 100%;
		}
		
		.tr {
			background-image: url(../img/master/corner-tr.gif);
			background-position: top right;
			background-repeat: no-repeat;
			height: 8px;
			width: 100%;
		}
		
		.bl {
			background-image: url(../img/master/corner-bl.gif);
			background-position: top left;
			background-repeat: no-repeat;
			height: 8px;
			width: 100%;
		}
		
		.br {
			background-image: url(../img/master/corner-br.gif);
			background-position: top right;
			background-repeat: no-repeat;
			height: 8px;
			width: 100%;
		}
		
		.striptop {
			height: 8px; 
			width: 100%;
			overflow: hidden;
			margin: 0px;
			background-image: url(../img/master/border-t.gif);
			background-repeat: repeat-x;
			background-position: top;
		}
		
		.stripbottom {
			top: 0px; 
			height: 8px; 
			overflow: hidden;
			margin: 0px 0px auto 0px;
			background-image: url(../img/master/border-b.gif);
			background-repeat: repeat-x;
			background-position: top;
			width: 100%;
		}
		
		html>body .stripbottom {
			width: 100%;
		}
		
		.lhs {
			background-image: url(../img/master/border-lh.gif);
			background-position: left;
			background-repeat: repeat-y;
			width: 100%;
		}
		
		.rhs {
			background-image: url(../img/master/border-rh.gif);
			background-position: right;
			background-repeat: repeat-y;
			width: 100%;
		}
		
		#footerlinks {
			background-image: url(../img/master/master-css-07.jpg);
			background-repeat: no-repeat;
			background-position: top left;
			font-family: verdana, arial, helvetica, sans-serif;
			font-size: 80%;
			color: white;
			margin: 0 75px auto 150px;
			text-align: left;
		}
		
		#footerlinks a {
			color: white;
			text-decoration: none;
		}
		
		#footerlinks a:hover {
			color: #dec6aa;
		}
		
		
		/*  New styles for panels - 19 June 2006 */
		
		.adpanel {
			width: 200px;
			height: 100%;
			margin: 0px 0px 0px auto;
			float : right;
			border-left: #666 1px dashed;
		}
		
		html>body .adpanel {
			height: auto;
		}
		
		.adpanel h1 {
			font-size: 160%;
			font-weight: bold;
		}
		
		.lhspanel {
			margin: 0px 200px 0px 0px;
			height: 100%;
		}
		
		
		
		html>body .lhspanel {
			height: auto;
		}
		
		#lhstop {
			border-bottom: #666 1px dashed;
			width: 99%;
		}
		
		#col1 {
			float: left;
			width: 33%;
		}
		
		#col2 {
			float: left;
			width: 33%;
			border-left: #666 1px dashed;
			border-right: #666 1px dashed;
			height: auto;
		}
		
		#col3 {
			width: 33%;
			float: left;
		}
		
		.panelcontent {
			padding: 5px;
		}
		

		
/* Specific element styles from existing home page */
		#sideBoxQuickSearch {
			background-color: #fff;
			text-align: center;
			padding: 0px;
			border: 1px solid #000;
		} 

		#sideBoxQuickSearch select {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 80%;
			color: #fff;
			font-weight: normal;
			background-color: #4ca9b1;
			margin: 2px 0px 2px 2px;
		}
		
		#sideBoxQuickSearch h1 {
			font-size: 80%;
			font-weight: bold;
		}
		
		

/* adverts */		
		.adWordsHeading {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 80%;
			font-weight: bold;
			color: #41677c;
			border-top: 1px solid #666;
		}
		
		.adpanel .panelcontent ul, .adpanel .panelcontent li {
			list-style-image: none;
			list-style-type : none;
			margin: 0px 0px 12px 0px;
			padding: 0px;
		}
		
		.adWordsAdHeadline {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 80%;
			font-weight: normal;
			color: #0099CC;
		}
		.adWordsAdDescription {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 80%;
			line-height: 150%;
			color: #000000;
		}
		.adWordsAdUrl {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 80%;
			color: #009933;
		}
		
/* end adverts */
		
		h1.mainbodytext {
			font-weight: bold;
			font-size: 100%;
		}
		
/* browse by... */
		.browsebar {
			border: 1px solid #666;
			margin: 3px 0px 3px 0px;
		}
		
		
		.browseData {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;
			color: #41677c;
			background-color: #fff;
			padding: 5px 2px 5px 12px;
		}
		
		.browseData ul {
			display: inline;
			list-style-image: none;
			list-style-type : none;
			margin: 0px;
			padding: 0px;
		}
		
		.browseData ul li{
			display: inline;
			list-style-image: none;
			list-style-type : none;
			white-space: nowrap;
			margin: 0px;
			padding: 0px;			
		}
		
		.browseData ul li a {
			border: 0px solid #4da7af;
			background-color: #4da7af;
			color: white;
			padding: 2px;
			margin: 4px 0px 4px 0px;
			text-decoration: none;
		}
		
		.browseData ul li a:hover {
			background-color: #006;
		}
		
		html>body .browseData ul li a {
		}
		
		.browseData ul li .noofcars {
			border: 1px solid #4da7af;
			margin-right: 5px;
			padding: 1px;		
		}
		html>body .browseData ul li .noofcars {
		}
		
		.browseData .allLink {
			display: block;
			margin: 20px 0px 0px 20px;
		}	
		
		.browseHeader {
			background-color: #aeb9ef;
			color: #fff;
			font-size: 120%;
		}
		.browseHeader h3 {
			margin:0px 5px 0px 9px;
			font-weight: normal;
			padding: 2px 2px 3px 2px;
		}

/* feature text */
		.featureColumnHeading {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 80%;
			color: #41677c;
			font-weight: bold;	
			margin: 0px;
			padding-top: 0px;
			padding-left: 0px;
			background-image: url(../img/master/threeredchevrons.gif);
			background-position: top left;
			background-repeat: no-repeat;
			display: inline;
		}
		
		.threeColItem {
			margin: 8px;
		}
		
		.threeColItem .bestDeals {
			background-color: #000;
		}
		
		.threeColItem .bestDeals .bestDealsTop img {
			float: right;
		}
		
		.threeColItem .bestDeals .bestDealsTop h3 {
			margin: 30px 5px 10px 5px;
		}
		
		.threeColItem .bestDeals br .clear {
			clear: both;
		}
		
		.threeColItem .bestDeals .bestDealsBottom {
			clear: both;
			background-color: #ccc;
		}
		
		.threeColItem .bestDeals .bestDealsBottom img {
			clear: both;
			float: left;
			margin: 4px 10px 0px 0px;
		}
		
		.threeColItem .bestDeals .bestDealsBottom p {
			font-size: 80%;
		}
		
		/* Car info panel styles - 3 very similar to the initial layout - 
	Right hand panel, left panel divided into top and three columns. Note: Now done in table - Dec 2006 - RL*/
		.carInfoPanel {
			font-size: 80%;
			height: 64px;
			border: 1px white solid;
			background-color: #e1e3ef;
			margin-top: 5px;
			text-decoration: none;
			cursor: pointer;
		}
		
		.panelcontent a {
			text-decoration: none;
			cursor: pointer;
		}
		.panelcontent a:hover div {
			background-color: #aeb9ef;
		}
		
		html>body .carInfoPanel {
			height: 64px;
		}
	
		.carPhoto {
			width: 64px;
			margin: 0px 0px 0px 0px;
			float : right;
			background-color: #e1e3ef;
			border-collapse : collapse;
		}
		
		.carPhoto img {
		}
		
		html>body .carPhoto {
			height: auto;
		}
		
		.carInfoText {
			
			margin: 0px 80px 0px 0px;
			height: 100%;
			background-color: #e1e3ef;
			text-decoration: none;
			cursor: pointer;
		}
		.carInfoText th h4 {
			font-size: 100%;
			color: #4da7af;
			display: inline;
			margin-right: 10px;
			font-weight: bold;
		}
		.carInfoText table, carInfoText th, .carInfoText td {
			border: 1px #fff solid;
			border-collapse: collapse;
		}
		
		
		
		html>body .carInfoText {
			height: auto;
		}
		
		.carInfoTextTop {
			width: 100%;
			border-bottom: 1px solid white;
			padding: 2px;
		}
		
		.carInfoTextTop h4 {			
			font-size: 100%;
			color: #4da7af;
			display: inline;
			margin-right: 10px;
			font-weight: bold;
		}
		
		.carInfoCol1 {
			float: left;
			width: 10%;
			padding: 2px;
			background-color: #e1e3ef;
		}
		
		html>body .carInfoCol1 {
			padding: 0px;
			height: auto;
		}
		
		.carInfoCol2 {
			float: left;
			width: 79%;
			border-left: #fff 1px solid;
			border-right: #fff 1px solid;
			padding: 2px;
			background-color: #e1e3ef;
		}
		
		
		
		html>body .carInfoCol2 {
			height: auto;
			padding: 0px;
		}
		
		.carInfoCol3 {
			width: 10%;
			float: left;
			padding: 2px;
			font-weight: bold;
			background-color: #e1e3ef;
		}
		
		html>body .carInfoCol3 {
			padding: 0px;
		}
		
		/* Selected Car info panel - different background colours mainly */
		.selectedCarInfoPanel {
			font-size: 80%;
			height: 100%;
			border: 1px white solid;
			background-color: #aeb9ef;
			margin-top: 5px;
		}
	
		.selectedCarInfoPanel .carPhoto {
			width: 80px;
			margin: 0px 0px 0px auto;
			float : right;
			border-left: 1px solid #fff;
			background-color: #aeb9ef;
		}
		
		.selectedCarInfoPanel .carInfoText {
			margin: 0px 80px 0px 0px;
			height: 100%;
			background-color: #aeb9ef;
		}
		
		.selectedCarInfoPanel .carInfoTextTop {
			width: 100%;
			border-bottom: 1px solid white;
			padding: 2px;
			background-color: #14226b;
			color: #fff;
		}
		
		.selectedCarInfoPanel .carInfoTextTop h4 {			
			font-size: 100%;
			color: #4da7af;
			display: inline;
			font-weight: bold;
		}
		
		.selectedCarInfoPanel .carInfoCol1 {
			float: left;
			width: 10%;
			padding: 2px;
			background-color: #aeb9ef;
		}
		
		
		
		.selectedCarInfoPanel .carInfoCol2 {
			float: left;
			width: 79%;
			border-left: #fff 1px solid;
			border-right: #fff 1px solid;
			padding: 2px;
			background-color: #aeb9ef;
		}
		
		.selectedCarInfoPanel .carInfoCol3 {
			width: 10%;
			float: left;
			padding: 2px;
			font-weight: bold;
			background-color: #aeb9ef;
		}
		
		
		
		html>body .selectedCarInfoPanel {
			height: 64px;
		}
	
		html>body .selectedCarInfoPanel .carPhoto {
			height: auto;
		}
		
		html>body .selectedCarInfoPanel .carInfoText {
			height: auto;
		}
		
	
		html>body .selectedCarInfoPanel .carInfoCol1 {
			padding: 0px;
			height: auto;
		}
		
		
		html>body .selectedCarInfoPanel .carInfoCol2 {
			height: auto;
			padding: 0px;
		}
		
		
		html>body .selectedCarInfoPanel .carInfoCol3 {
			padding: 0px;
		}
		
		#carpics {
				float: right;
	
				text-align: center;
			}
			
#carpics img.smallCarPic {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

#smallpicdiv {
	margin: 0px auto 0px auto;
	text-align: center;
}

#carpics img.mainCarPic {
	margin: 0px auto 4px auto;
	border: 0px;
	padding: 0px;
	display: block;
}
	
#cardatatable {
	margin-right: auto;
	border-collapse: collapse;
}

.dataName {
	font-size: 11px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	border-collapse: collapse;
	background-color: #ccc;
	color: #41677c;
	text-align: right;
	padding: 5px 2px 5px 5px;
	
}

.dataValue {
	font-size: 11px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	border-collapse: collapse;
	padding: 5px 5px 5px 5px;
	text-align: center;
}

.carname {
	font-size: 120%;
	font-weight: bold;
	margin: 0px;
}
.carspecs{
	font-size: 110%;
	font-weight: bold;
	margin: 0px;
	display: inline;
}
.carprice {
	font-size: 100%;
	font-weight: bold;
	margin: 0px 0px 0px 30px;
	display: inline;
}
.addressdetails {
	line-height: 100%;
}

.panelcontent label {
	display: block;
}
.panelcontent input, .panelcontent textarea {
	display: block;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, Futura, sans-serif;
	font-size: 80%;
}
			