body {
	background-color: white;
	background-image: url("http://www.greenwheels.nl/img/top_back.jpg");
	background-repeat: repeat-x;
	background-position: 0% 0%;
	padding: 0px;
	margin: 0px;
	font-family: Verdana,Tahoma,Arial,Serif,Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

#fuelcost {
	font-weight: bold;
}


.legal {
	font-size: 90%;
	width: 50em;
	margin-left: auto;
	margin-right: auto;
}

td {
	text-align: left;
}

h1 { font-size: 16px; }
h2 { font-size: 15px; }
h3 { font-size: 14px; }
h4 { font-size: 13px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

h1, h2, h3, h4, h5, h6 {
	color: rgb(0, 0, 160);
	clear: both;
	font-weight: bold;
}

table {
	margin-left: auto;
	margin-right: auto;
}

table.boxtbl {
	border-collapse: collapse;
}

table.boxtbl td {
	background: rgb(255, 255, 128);
}

table.boxtbl th,
table.boxtbl td {
	text-align: center;
	padding: 0.15em;
}

table.boxtbl th {
	color: white;
	background: #009A00;
	border: solid 1px white;
}

input {
	width: 4em;
}

table.mainlayout {
	text-align: center;
}

td.mainlayout {
	border: solid 1px blue;
	background: rgb(255, 255, 192);
	vertical-align: top;
	padding: 0.5em;
	overflow: auto;
}

div.noscriptmsg {
	text-align: center;
	width: 50%;
	position: absolute;
	left: 25%;
	top: 10em;
	padding: 2em;
	vertical-align: middle;
	background: yellow;
	border: solid 1px black;
}

.empty {
	background: none !important;
	border: none !important;
}

td.carimg {
	background-color: white !important;
	border: solid 1px #009A00;
}

.cheapest, .cheapest * 
{
	font-weight: bold;
	text-decoration: underline;
}

.btn				{ color:#FFF; font-weight:normal; height:20px; border:none; background-color:Transparent; background-repeat:no-repeat; background-position:left bottom;}
.btn50				{ width:50px;	background-image:url(http://www.greenwheels.nl/img/btn050.gif);}
.btn80				{ width:80px;	background-image:url(http://www.greenwheels.nl/img/btn080.gif);}
.btn100				{ width:100px;	background-image:url(http://www.greenwheels.nl/img/btn100.gif); text-align:center; text-decoration:none;}
