/*----- GENERELLA KLASSER -----*/
body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
a {
color:#0066cc;
text-decoration:none;

}

a:hover {
text-decoration:underline;
}

h1{
font-size:15px;
color:#01275d;
}

h2{
font-size:14px;
color:#01275d;
}

.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:#cfcfcf 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:#01275d;
	height:310px;
}

.listObjectLink:hover{
	text-decoration:underline;
	background:none;
	background-color:#cfcfcf;
}

.listObjectLink img{
	width:320px;
	height:240px;
	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;
	color:#60749b;
}
#markeModell h1{
	margin:0;
}
.carObjectContainer{
	width:736px;
	margin:auto;
	color:#ffffff;
	text-align:left;
}

.carInfoContainer{
	border:1px solid #9ca4a7;
	padding:6px;
	background:#cfcfcf 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: #6d80a1;
	color:#ffffff;
	padding:4px;
}

.infoRow_even{
	display:block;
	background: #98a5b6;
	color:#ffffff;
	padding:4px;
}

.linkBtn, .btnItems a{
	display:block;
	background:#f2f2f2;
	color:#01275d;
	text-transform:uppercase;
	border:1px solid #6e81a2;
	font-weight:bold;
	padding:2px;
}

.linkBtn:hover, .btnItems a:hover{
	text-decoration:none;
	background:#01275d;
	color:#ffffff;
	border:1px solid #6e81a2;
}

.btnItems a{
	float:left;
	margin-top:6px;
	margin-right:6px;
}

#showAllImages a{
	float:left;
}
