#lang{ display:none; }
#login{ display:none; }
.icons{ display:none; }
#navigation{ display:none; }
#footer{ display:none; }
#backtooverview{ display:none; }
#printcar{ display:none; }
/**
 * Default HTML tags
 * -----------------
 */
*{
	margin:0;
	padding: 0;
}

body{	
	font-family: Arial;
	font-size:12px;
	color: #000;
	text-align:center;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
}

h1{
	margin-top: 20px;
	font-size: 19px;
	color: #8491FF;
}

h1 a{
	color: #FF0000;
}

h1 a:hover{
	text-decoration: none;
	color: #FF0000;
}

h1 .arrow{
	padding: 0 7px;
}

h2{
	margin-top: 10px;
	font-size: 16px;
	color:#000;
	text-decoration: underline;
}

h3{
	margin: 20px 0 0 20px;
	font-size: 16px;
	color: #AAA;
	color: #DDD;
	width: 470px;
	border-bottom: 1px solid #DDD;
}

ul{
	margin: 5px 0 5px 50px;
}

ul li{
	list-style: square;
}

p{
	margin: 10px 0 10px 20px;
	width: 470px;
	text-align: justify;
	line-height: 17px;
}

a{
	color: #000;
}

a:hover{
	color: #999;
	text-decoration: none;
}

img{
	border: none;
	text-decoration: none;
}

table{
	margin: 10px 0 0 20px;
}

table td{
	padding-right: 20px;
}

/**
 * Page structure 
 * --------------
 */ 
#container{
	text-align:left;
	margin: 0 auto;
	width: 990px;
	background-color: #FFFFFF;
}

#header{
	float: left;
	display: block; 
	width: 450px;
	height: 80px;
	margin: 0;
	background-image: url(../images/header.jpg);
}

#header a{
	display:block;
	width: 450px;
	height:75px;
}

#header span{
	display:none;
}

#login{
	float: right;
	display: block; 
	width: 535px;
	height: 80px;
}

#login .icons{
	margin: 18px 0 0 395px;
}

#login img{
	margin: 0 0 0 20px;
}

#content{
	clear: both;
}

#footer{
	clear: both;
	width: 990px;
	height: 55px;
	background-color: #9fc04b;
	color: #FFF;
}

.footer a{
	color: #FFF;
	text-decoration: underline;
}

.footer{
	margin: 0;
	font-weight: bold;
	padding: 20px 0;
}

.footer li{
	padding: 0 10px 0 20px;
	display: inline;
}

#footerleft{
	float: left;
	width: 741px;
	height: 55px;
}

#footerright{
	float: right;
	width: 249px;
	height: 55px;
	background-color: #819d39;
}

#mwb{
	text-align: center;
	margin: 0 auto;
	width: 990px;
	color: #000;
	padding: 10px 0;
}

/**
 * Index page structure
 * --------------------
 */
#slideshow{
	float: left;
	display: block;
	width: 450px;
	height: 200px;
}

#carsearch{
	float: right;
	display: block;
	width: 535px;
	height: 200px;
	background: url(../images/carsearch.jpg);
}

#carsearch h1{
	text-align: right;
	background-color: #f3f3f3;
	border-top: 2px solid #d6d6d6;
	border-bottom: 2px solid #d6d6d6;
	padding: 8px 20px;
	margin: 0;
	color: #4d4d4d;	
	font-size: 15px;
}

#featurelist{
	clear: both;
}

#featurelist .infoblock{
	background-image:url(../images/infoblock_bg.jpg);
	background-repeat: repeat-x;
	border-left: 1px solid #d5d5d5;
	display: block;
	float: left;
	width: 230px;
	height: 175px;
	color: #676568;
	margin: 0;
	padding: 8px;
}

#featurelist h2{
	font-size: 17px;
	color: #89a346;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 15px 10px;
}

#featurelist .infoblock p{
	margin-left: 5px;
	width: 205px;
	height: 105px;
	text-align: left;
}

#featurelist .infoblock ul{
	margin: 0 0 0 20px;
	height: 115px;
}

#featurelist .infoblock li{
	list-style-image: url(../images/li.gif);
}

#featurelist .follow{
	width: 205px;
	margin: 0;
}

#featurelist .follow a{
	color: #819f3d;
}

#featurelist .follow .arrow{
	font-size: 16px;
	padding: 0;
}

/**
 * Car compare structure
 * ---------------------
 */
#carCompare{
	border-collapse: collapse;
	width: 950px;
	margin: 20px;
	text-align: center;
	border: 3px solid #e9f7c7;
}

#carCompare .odd{
	background-color: #e9f7c7;
}

#carCompare .phototh{
	border: none;	
}

#carCompare .modeltitle{
	font-size: 15px;
	font-weight: bold;
}

#carCompare .optionItem{
	text-align: left;
	font-style: italic;
	border-left: none;
}

#carCompare th, td{
	font-size: 12px;
	padding: 5px 9px 3px 9px;
	color: #222;	
}

#carCompare th{
	font-weight: bold;
	text-align: left;
	display: block;
	width: 200px;
}

#carCompare td{
	border-left: 3px solid #e9f7c7;
}

#carCompare tr:hover{
	background: #f0f8de;
}

#content #backtooverview{
	margin: 10px 0 0 20px;
	font-size: 14px;
}

/**
 * Car page structure
 * ------------------
 */
#carcontent{
	clear: both;
	float: left;
	width: 960px;
	padding: 15px;
}

#carcontent table{
	margin: 0 0 0 8px;
}

#carcontent #title{
	width: 958px;
	margin: 5px 0;
	padding: 5px 0;
	border: 1px solid #9fc04b;
	background-color: #EEE;
	color: #9fc04b;	
	text-align: center;
	font-size: 18px;
}

#carSpecs{
	float: left;
	width: 516px;
	margin-bottom: 5px;
	border: 1px solid #9fc04b;
}

#carSpecs h2{
	border-bottom: 2px solid #9fc04b;
	color: #9fc04b;
	margin: 15px 0 3px 5px;
	width: 506px;
	text-decoration: none;
}

#carPhotos{
	float: right;
	display: block;
	width: 435px;
	margin-bottom: 5px;
	border: 1px solid #9fc04b;
}

.carOptionItem{
	float: left;
	width: 163px;	
}

#carOptionsList{
	margin: 9px 0 0 19px;	
}

.clearboth{
	clear: both;	
}

#carPrice{
	float: right;
	display: block;
	width: 435px;
	margin-bottom: 5px;
	border: 1px solid #9fc04b;
	padding-bottom: 20px;
}

#carPrice .right{
	text-align: right;
}

#carPrice p{
	width: 380px;
}

#carPrice h3{
	margin: 2px 0 0 15px;
	font-weight: normal;
	font-size: 16px;
	width: 380px;
	text-decoration: none;
	color: #000;
}

#carPrice .finance{
	margin: 10px 23px 0 15px;
	text-align: right;
	font-weight: normal;
	font-size: 16px;
}

#carPrice .hfinance{
	text-align: right;
}

#carPrice h2{
	border-bottom: 2px solid #9fc04b;
	color: #9fc04b;
	margin: 15px 0 15px 5px;
	width: 425px;
	text-decoration: none;
}


#backtooverview{
	margin: 0 0 18px 0;
	font-size: 14px;
}

#backtooverview .arrow{
	font-size: 19px;
}

/**
 * Stock page structure
 * --------------------
 */
#cars {
	float: left;
	display: block;
	width: 750px;
	padding: 15px;
}

#cars .carItem{
	text-align: center;
	float: left;
	display: block;
	width: 178px;
	padding: 7px 5px 5px 0;
	margin: 2px 2px 0 0;
	height: 223px;
	border: 1px solid #9fc04b;	
}

#cars .carItem a img{
	margin: 1px;
}

#cars .carItem p{	
	text-align: left;
	margin: 2px 0 2px 8px;
	padding: 0;
}

#cars .carItem h2{
	text-decoration: none;
	width: 169px;	
	margin: 0 0 0 7px;
	font-size: 12px;
	padding: 3px 0 1px 0;
	background-color: #9fc04b;
}

#cars .carItem h2 a{
	text-decoration: none;
}

#cars .carItem h2 a:hover{
	color: #FFFFFF;
}

#cars .carItem img{
	margin: 0;
	padding: 0;
}

#cars #filterlist{
	width: 744px;
	margin: 5px 0;
	border: 1px solid #9fc04b;
	background-color: #EEE;
	font-size: 12px;	
	color: #000;
}

#cars #filterlist h1{
	color: #9fc04b;	
	margin: 0;
	text-align: center;
	padding: 5px 0 5px 0;
}

#cars #filterlist p{
	margin: 0 0 10px 10px;
}

#cars #filterlist .seperator{
	padding: 0 6px;
}

#cars #filterlist a{
	color: #666;
	text-decoration: none;
}

#cars #filterlist a:hover{
	color: #000;
}

#cars img{
	vertical-align: middle;
	margin-left: 5px;
}

#filter{
	border: 1px solid #9fc04b;
	background-color: #EEE;
	float: right;
	display: block;
	width: 190px;
	margin: 20px 17px 20px 0;
}

#filter h1{
	color: #9fc04b;	
	margin: 0;
	text-align: center;
	padding: 5px;
}

#filter h2{
	color: #000;	
	margin: 7px 0 3px 12px;
	font-size: 12px;
	text-decoration: none;
}

#filter ul{
	margin: 0 0 15px 30px;
}

#filter li{
	color: #555;
	font-size: 11px;
	list-style-image: url(../images/li.gif);
}

#filter li a{
	text-decoration: none;
}

/**
 * Language bar
 * ------------
 */
#lang{
	text-align: right;
	width: 930px;
	padding: 10px 10px 0 0 ;
}

#lang li{
	display: inline;
	padding: 0 5px;
	color: #9fc04b;
}

#lang li a{
	text-decoration: underline;
	color: #9fc04b;
	font-weight: bold;
}

#lang .active a{
	text-decoration: none;
	color: #9fc04b;
	font-weight: normal;
}

#lang li a:hover{
	text-decoration: none;
	color: #000;
}

#map{
	width:470px;
	height:300px;
	margin: 20px 0 0 20px;
}


/**
 * Navigation
 * ----------
 */
#navigation{
	clear: both;
	margin: 0;
	background-color: #9fc04b;
	text-align: center;
	width: 990px;
	padding: 8px 0;
	color: #FFF;
	border-bottom: 1px solid #FFFFFF;
}

#navigation li{
	display: inline;
	padding: 0 8px ;
}

#navigation li a{
	color: #FFF;
	padding: 10px 0;
	text-decoration: none;
}

#navigation a:hover{
	color: #888;
}

#navigation .active a{
	text-decoration: underline;
}


/**
 * Image galery
 * ------------
 */
.container {
	width: 417px;
	text-align: center;
	margin: 10px 0 0 10px;
}

#slideshow{
	width: 415px;
}

#slideshow a{
	text-decoration: none;
}

.container #thumbs ul{
	width: 417px;
	margin: 0;
	padding: 0;
}

.container #thumbs ul li{
	padding: 0 2px 0 0;
	margin: 0;
	list-style: none;
	display: inline;
}

#thumbs .thumb{
	padding: 0;
	margin: 0;
}
 
#gallery .controls{
	display: none;
}
 
.top{
	margin: 0 0 10px 0;
}

.top a{
	padding: 5px;
}

/**
 * Breadcrumb
 * ----
 */
#breadcrumb .arrow{
	font-size: 17px;
	margin: 0 6px;
}

#price{
	font-size: 16px;
	color: #000000;
	background: #c5d7ed;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
}