/*-----------------*/
/* Body            */
/*-----------------*/
body {
 background						: #fff url("../images/bg_cardetails.jpg") no-repeat left top;
 margin								: 0;
 padding							: 0;
 font									: 0.8em Verdana, Arial, Helvetica, sans-serif;
}
pagecontainer {
	height:680px;
	width:630px;
}
/*--------------------*/
/* Specification list */
/*--------------------*/
#car_title
{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	margin:10px 0 20px 0;
	padding:0;

}
#spec_container
{
	float								: left;
	border							: 0px solid black;
	padding							: 5px 0 0 0;
	margin							: 0px 0 0 10px;
	width								: 190px;
}
dl
{
	float:left;
	margin:5px 0 3px 0px;
}

dt
{
	float:left;
	font-size:12px;
	font-weight:bold;
	width:6em;
	text-align:right;
	padding:5px 5px 3px 0;
	margin:0;
}

dd
{
	font-size:12px;
	display:block;
	padding:5px 0 15px 0;
	width:12em;
}
* html dd
{
	width:9em;
}

#spec_row
{
	margin							: 5px;
	display							: inline;
	border							: 1px solid blue;
	clear								: both;
}
#spec_title
{
	float								: left;
	font-weight					: bold;
	text-align					: right;
	border							: 0px solid red;
	width								: 80px;
	height							: 40px;
}
#spec_desc
{
	font-weight					: nornal;
	text-align					: left;
	float								: left;
	border							: 0px solid green;
	margin							: 0 5px 0 5px;
}
#picture
{
	float								: left;
	border							: 0px solid black;
	padding							: 0px;
	width								: 430px;
	margin							: 0 0 30px 0;
}
#features
{
	font-size						: 12px;
	float								: left;
	border							: 0px solid black;
	padding							: 0px;
	margin							: 0 0 5px 0px;
	width								: 640px;
	height							: 150px;
	overflow						: hidden;
}
* html #features
{
	margin							: 0 0 5px 3px;
}
#features #spec_title
{
	height							: 150px;
}
#features ul
{
	margin							: 0;
	padding							: 0;
}
#features li p
{
	margin							: 0 0.5em 0 7.2em;
}
#features li
{
	display							: inline;
	margin							: 0;
}
#advert
{
	float								: left;
	border							: 0px solid black;
	padding							: 0px;
	margin							: 0 auto 0 60px;
	background-color		: white;
	width								: 468px;
	height							: 60px;
}
#footer
{
	float								: left;
	border							: 0px solid black;
	padding							: 0px;
	margin-left					: 20px;
	width								: 610px;
	height							: 30px;
}
#footer ul
{
	margin							: 0;
	padding							: 10px 0;
	display							: block;
	position						: relative;
	list-style					: none;
}
#footer li
{
	display							: inline;
}
#footer li.left
{
	position						: absolute;
	left								: 10px;
}
#footer li.center
{
	margin							: 0;
	padding							: 0;
	display							: block;
	text-align					: center;
}
#footer li.right
{
	position						: absolute;
	top									: 10px;
	right								: 10px;
}
/*-----------------*/
/* Image stuff     */
/*-----------------*/
#imagewrap
{
	position						: relative;
	height							: 350px;
	background					: url(../images/moreimages.gif) no-repeat 0 100%;
}
.image
{
	position						: absolute;
	visibility					: hidden;
}
.viewimage
{
	border							: 2px solid #DCDEDF;
	display							: block;
	float								: left;
} 
.viewimage img
{
	border							: 2px solid #fff;
}
.viewimageEnd
{
	background					: url(../images/greyshadow.gif) repeat-x;
	padding							: 5px 0;
	width								: 242px;
	clear								: both;
}

#imagewrap ul.numberTabs
{
	margin							: 0 0 0 100px;
	padding							: 0;
	list-style					: none;
}
#imagewrap ul.numberTabs li
{
	display							: block;
	float								: left;
	margin-right				: 2px;
}
#moreImages img
{
	float								: left;
}
#imagewrap ul.numberTabs li a
{
	display							: block;
	width								: 21px;
	height							: 26px;
	line-height					: 26px;
	text-align					: center;
	text-decoration			: none;
	color								: #60646A;
	background					: url(../images/numbertabs.gif) no-repeat 0 -26px;
}
#imagewrap ul.numberTabs li a:hover
{
	background-position	: 0 -52px;
	color								: #fff;
}
#imagewrap ul.numberTabs li a.on
{
	background-position	: 0 0;
	color								: #fff;
	font-weight					: bold;
}
#imagewrap ul.numberTabs li a.on:hover
{
	background-position	: 0 0;
	color								: #fff;
}

#primarycontent
{
	border:1px solid red;
}
.clearfix:after
{
  content                 : "."; 
  display                 : block; 
  height                  : 0; 
  clear                   : both; 
  visibility              : hidden;
}
.clearfix
{
  display                 : inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix
{
  height                  : 1%;
}
.clearfix
{
  display                 : block;
}
/* End hide from IE-mac */









