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;
	
	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, ol	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0C2577;
	margin-top:0px;
	margin-bottom:10px;
	
	}
ol li {
	margin:0,0,10,0;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:10px;
	margin-left:0px;
	}
	
	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:#FFFF00;
	width:660px;
	font-weight:bold;
	font-size:14px;
	padding:5px;
}

.redheader 
{
	color:white;
	background-color:#FF0000;
	width:660px;
	font-weight:bold;
	font-size:14px;
	padding:5px;
}
.redheader a, .readheader a:hover
{
	color:white;
}



a {
	color: #000044;
	
	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;
}

.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 For Search Results */
.UsedVehiclesSearchResultsTable, 
.UsedVehiclesSearchResultsTable p, 
.UsedVehiclesSearchResultsTable a, 
.UsedVehiclesSearchResultsTable a:hover,
.UsedVehiclesSearchResultsTable h3,
.SALEUsedVehiclesSearchResultsTable, 
.SALEUsedVehiclesSearchResultsTable p, 
.SALEUsedVehiclesSearchResultsTable a, 
.SALEUsedVehiclesSearchResultsTable a:hover,
.SALEUsedVehiclesSearchResultsTable h3,
.PromoUsedVehiclesSearchResultsTable, 
.PromoUsedVehiclesSearchResultsTable p, 
.PromoUsedVehiclesSearchResultsTable a, 
.PromoUsedVehiclesSearchResultsTable a:hover,
.PromoUsedVehiclesSearchResultsTable h3
{
color:#FFFFFF;
}

.UsedVehiclesSearchResultsTable
{ 
background-color:#0C2577;
}
.SALEUsedVehiclesSearchResultsTable 
{
background-color:F00;
background-image:url('/vehicles/used_taxis/search/salebg.jpg');
background-repeat:no-repeat;
background-position:top right;
}

.PromoUsedVehiclesSearchResultsTable 
{
background-color:#0C2577;
background-image:url('/vehicles/used_taxis/search/500-pound-cashback.jpg');
background-repeat:no-repeat;
background-position:top right;
}



