/* CSS Document */



	

#shell /* the shell is set with auto left and right margins to centre the div on the screen */



	{
	
	width: 480pt;
	margin-left:   auto;
	margin-right:   auto;
	/*border: 1px solid red;*/
	
	}


#logo	/* the logo is embedded into the html code and is set as a background */
	

	{ 

	display: none;


	}	
	
#printlogo	/* used only for printing the page */
	

	{ 
		
	display: block;
	padding: 0;
	height: 107px;
	position: relative;
	top: 0px;
	
	}		


#topband

	{

	display: none;
	
	}






#date


	{
	
	
	display: none;

	}






#menu

	{

	display: none;

	}






#contentmain

	{

	top: 15px;
	padding: 5px;
	background-color: white;
	border: 0px solid #000066;
	
	}



#footer

	{
	
	display: none;	

	}



p img

	{

	
	background-color: white;
	

	}






.usedHeader

	{

	color: black;
	background-color: white;
	
	}





span.rightheader


	{

	display: none;


	}	
	
	
	
#allDetails

	{

	background-image:  none;

	}	
	




table#vehicleSpec td

	{
	

	border-bottom: 1px solid #ebebeb;


	}


	


	

	
	
#printContact

	{
		
	visibility: visible;
	color: black;
	background-color: white;
	text-align: center;
	font-size: 1.5em;
	margin-top: 20px;
	line-height: 2em;	
	}
	

	
.mapImage

	{
		
	width: 250px;


	}
	
	
