/*----- GENERELLA KLASSER -----*/
body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
a {
color:#000000;
text-decoration:none;

}

a:hover {
text-decoration:underline;
}

h1{
font-size:15px;
color:#000000;/*#596d76;*/
}

h2{
font-size:14px;
color:#000000;/*#596d76;*/
}

.clearFloats {
	clear:both;
}
/*----- Klasser i select_car.htm -----*/



.formfields input{
	height:21px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


/*----- Klasser som endast refererar till filen select_one.htm -----*/

.listObjectLink{
	background:#7e8fad url(Grafik/Bg_listObjectLink.png) repeat-x;
	border:1px solid #9ca4a7;
	display:block;
	width:320px;
	padding:6px;
	float:left;
	margin-bottom:10px;
	margin-right:10px;
	color:#FFFFFF;
	height:320px;
}

.listObjectLink:hover{
	text-decoration:underline;
	background:none;
	background-color:#002958;
}

.listObjectLink img{
	/*width:320px;
	height:179px;*/
	border:0;
}


/*----- Klasser som endast refererar till filen carinfo.htm -----*/

.centrera{
	text-align:center;
}


#backBtn{
	display:block;
	width:64px;
	float:left;
	margin-bottom:6px;
}

#markeModell{
	display:block;
	float:left;
	width:670px;
	text-align:right;
}
#markeModell h1{
	margin:0;
}
.carObjectContainer{
	width:736px;
	margin:auto;
	color:#000000;
	text-align:left;
}

.carInfoContainer{
	border:1px solid #9ca4a7;
	padding:6px;
	background:#7e8fad url(Grafik/Bg_carInfoContainer.png) repeat-x;
}

.leftColumn{
	float:left;
	width:326px;

}

.leftColumn img{
	border:0;
}

.rightColumn{
	float:left;
	width:395px

}

.mainImage img{
	margin-bottom:6px;
}

.miniImages img{
	margin-right:6px;
	margin-bottom:6px;
}

.infoRow_odd{
	display:block;
	background:#38567e; /*#eff5f7;*/
	padding:4px;
	color:FFFFFF;
}

.infoRow_even{
	display:block;
	background:#5e7598; /*#f7fdff;*/
	padding:4px;
	color:FFFFFF;
}

.linkBtn, .btnItems a{
	display:block;
	background:#38567e;
	color:#FFFFFF;
	text-transform:uppercase;
	border:1px solid #002958;
	font-weight:bold;
	padding:2px;
}

.linkBtn:hover, .btnItems a:hover{
	text-decoration:none;
	background:#5e7598;
	border:1px solid #002958;
}

.btnItems a{
	float:left;
	margin-top:6px;
	margin-right:6px;
}

#showAllImages a{
	float:left;
}
