/* @override http://localhost/motors/emailer/css/screen.css */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #EEE;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	
}

#wrapper {
	background-color: #FFF;	
	margin: 0 auto;
	width: 560px;
	text-align: left;
	position: relative;
	margin-bottom: 50px;
}

/* Header */

#head {/* New-2009.11.30 */
	min-height:101px;
	padding: 10px 15px 0px 15px;
	
}

#head ul{
	float: right;
	margin: 0;
	top: 0;
}

#head li {
	background-image: url("../images/bul_orngarrow.gif");
	background-repeat: no-repeat;
	background-position: 5px 50%;
	list-style-type: none;
	margin: 5px 0;
	padding-left: 16px;
}

#head li.printpage {
	background-image: url("../images/printpage.gif");
	padding-left: 16px;
	background-position: 0 50%;
}

#head li a {
	color:#006;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}


/* Tabs */

h3 {
	background-image: url("../images/tab.gif");
	background-repeat: no-repeat;
	background-position: 7px 0;
	border-bottom: 1px solid #666;
	clear: both;
	color: #FFF;
	font-size: 12px;
	height:16px;
	line-height: 12px;
	margin: 0 0 28px;
	padding-left:15px;
	padding-top: 4px;
}

/* Car Details */ 

h1 {
	color: #006;
	font-size: 16px;
	padding-left: 15px;
	margin: 0;
	position: absolute;
	top: 138px;
	width: 400px;
}

h4 {/* New-2009.11.30 */
	position: absolute; top: 135px; right:0;
	font-size: 14px;
	text-align: right;
	margin: 0;
	padding: 0 15px 0 0;
}

h4 span {
	color: #F00;
	font-size: 18px;
	display: block;
}

h5 {
	background-color: #DDD;
	clear: both;
	font-size: 11px;
	height: 14px;
	margin: 28px 0 0 0;
	padding: 2px 0 0 15px;
	
}

ul#specs {
	width: 200px;
	float: left;
	margin-top: 10px;
	padding-left: 15px;
	list-style-type: none;
}

ul#specs li {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 7px;
	line-height: 14px;
}

ul#specs li span {
	color:#999 ;
	display: block;
}

img.carphoto {
	float: right;
	width: 265px;
	margin: 10px 15px 20px;
}

ul#extras {
	float: left;	
	width: 279px;
	margin: 0 0 25px 0;
	padding: 0;
	list-style-type: none;
}

ul#extras li {
	border-bottom: 1px solid #CCC;
	font-size: 11px;
	margin-bottom: 0;
	padding: 5px 15px 5px;
}

ul.extras-right {
	float: right;
	border-right: 1px solid #CCC;
}


ul.extras-right {
	float: right;
}

/*Dealer Details*/

h2 {
	color: #006;
	font-size: 16px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	position: relative;
	border-bottom: 1px solid #DDD;
}

h2 span {
	color: #000;
	position: absolute;
	right: 15px;
	top: 10px;
}

p {
	font-size: 12px;
	padding: 10px 0 15px 15px;
}


















