body {
	background:#FFFFFF;
	margin:0px;
	margin-top:5px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#0C2577;
	height:100%; 
	min-height:100%;
	text-align: center;
	}

div.Breadcrumb_holder a 
	{
	text-decoration:none;
	}
	
p 	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0C2577;
	margin:0,0,10,0;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:10px;
	margin-left:0px;
	}

.textcontainer
{
	float:left;
/*	text-align:justify; remove if causes errors */
	padding-left:5px;
	max-width:500px; /* Not supported by i.e. */
	width:500px; /* To keep the text at approximately the width of 75% of the Content. 
	This is used in div tags as max-width is not supported by IE for the paragraph tag.*/
}


.thumbcontainer
{
	float:right; 
	clear:right;
	text-align:right;
	width:130px;
	margin-bottom:10px;
}
		
ul	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0C2577;
	}
	
	small {
	/* color:#003880; */
	font-size:10px;
	color:#0C2577;
	}
h1, h2, h3, h4, h5, h6
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#0C2577;
	margin:0,0,10,0;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:5px;
	margin-left:0px;
}

.yellowheader 
{
	background-color:#0C2577;
	color:white;
	width:660px;
	font-weight:bold;
	font-size:14px;
	padding:5px;
}


a {
	color: #0C2577;
	text-decoration:none;

	}
	
a:hover {
	text-decoration:underline;
	color: #2222A0;

}   /* mouse over link */

	
hr {
	/* All properties here are required for cross browser compatability */
	margin-top:0px;
	color:#0C2577;
	height: 2px;
	background:#0C2577;
	border: none;
	}

	


.Breadcrumbs{
font-size:14px;
font-weight:bold;
color:ffffff;
}

.mainimage
{
width:668px;
border:1px solid navy;
margin-bottom:5px;
}

/* Technical Spec Table */
.TechnicalSpecTable {
background-color:#d9d9d9;
border:thin #0C2577 solid;
}

.TechnicalSpecTable th {
font-size:13px;
text-align:left;
background-color:#0C2577;
color:#FFFFFF;
}

.TechnicalSpecTable td {
font-size:12px;
padding:5px;
text-align:left;
background-color:#d9d9d9;
color:#0c2577;
}
.TechnicalSpecTable td p{
font-size:12px;
margin:0px;
text-align:left;
background-color:#d9d9d9;
color:#0c2577;
}



/* Table that */
.UsedVehiclesSearchResultsTable, 
.UsedVehiclesSearchResultsTable p, 
.UsedVehiclesSearchResultsTable a, 
.UsedVehiclesSearchResultsTable a:hover,
.UsedVehiclesSearchResultsTable h3
{
background-color:#0C2577; 
color:#FFFFFF;
}


/* CSS Code For Logo Image Replacement */
	.ImageReplacement_Logo {
	margin:0px;
	padding:0px;
	height:68px; /* Height of logo */
	width: 269px; /* Width of logo */
	overflow:hidden;  /* Stops text from protruding if  H1 text is larger than logo */
	position:relative; /*must be relative or absolute */
	}
	.ImageReplacement_Logo a{
	display:block;
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	}
	.ImageReplacement_Logo span{
	display:block;
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	position:absolute;
	top:0px;
	right:0px;
	background:url(/images/template/CabDirectLogo.jpg) no-repeat left top;
	cursor:pointer; /* ie demands we reinstate the pointer cursor */
	}
/* CSS Code For Logo Image Replacement (above) */

