/* disabled components */
.button,
.backToInventory,
.toolbar,
.eprice,
#viewer a,
#media,
#information h3,
#photos,
#overview h3,
#mpg h3,
#location h3,
#tools,
#payment-calculator,
.gmap,
.directions a,
#similar-vehicles,
#technicalDetails a{ display: none; }
#container #header a,
#container #header img,
#container embed,
#container object{ display: none; }

/* enable components */
#container #header{ display: block; }

/* layout */
#container .group2 .unit{ float: none; width: auto; }
#region1{ width: 45%; margin: 0 2% 0 0; }
	#region1 #viewer img{ width: 100%; }
	#region2 #overview dt{ clear: both; float: left; width: 50%; margin: 0 0 1% 0; }
	#region2 #overview dd{ float: left; width: 44%; margin: 0 0 0 5%; font-weight: bold; }
	#region2 #mpg{ clear: both; }
		#region2 #mpg p{ clear: both; font-style: italic; font-size: 7pt; }

/* ie */
* html h1,
* html h2,
* html h3,
* html h4{ clear: both;  margin: 0 0 5pt 0; }
* html #region1{ width: 200pt; }
* html #region2 #overview dt{ width: 40%; margin: 0; }
* html #technicalDetails{ clear: both; }
* html #technicalDetails .unit{ float: none; width: 300pt; margin: 0; }
* html .jqcorner{ display: none !important; }

*+html h1,
*+html h2,
*+html h3,
*+html h4{ clear: both;  margin: 0 0 5pt 0; }
*+html #region1{ width: 200pt; }
*+html #region2 #overview dt{ width: 40%; margin: 0; }
*+html #technicalDetails{ clear: both; }
*+html #technicalDetails .unit{ float: none; width: 300pt; margin: 0; }
*+html .jqcorner{ display: none !important; }
