@charset "utf-8";
/* CSS Document */

/* RESET! */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear { clear: both; }

/*  END RESET! */

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

td {
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: left;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a { color: #006699; }
a:hover { color: #FFCC00; }
a:visited { color: #666; }

h3 {
	text-transform: uppercase;
	color: #666;
	text-align: left;
	padding: 12px 0 12px 0; }

label {
	display: block;
	clear: left;
	float: left;
	width: 60px;
	padding: 3px; }

input, select {
	padding: 3px;
	margin: 3px; }

.fields_group {
	float: left;
	margin: 0 24px 0 0;
	border-right: 1px solid #999;
	padding: 24px; }

.fields_group h3 {
	margin: 0 0 12px 0;
	padding: 0; }
.fields_group li {
	padding-bottom: 6px; }

.action_buttons {
	clear: both;
	margin: 12px 0 0 24px; }

#linkback {
	display: none; }
#linkback, #vehiclefile_linkback {
	display: block;
	float: right;
	font-size: 0.9em; }
#vehiclefile_linkback {
	padding: 8px 12px 6px 6px;
	color: #fff; }

#vehiclelist_title {
	display: none; }

#vehiclelist {
	width: auto;
	clear: both; }

#vehiclelist th {
	background: #ccc;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 6px; }

#vehiclelist td {
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	text-align: right;
	padding: 3px 12px; }
#vehiclelist td a {
	display: block;
	text-align: left;
	font-weight: bold;
	font-size: 1.2em; }
#vehiclelist td a img {
	border: 1px solid #006699; }
#vehiclelist td a img:hover {
	border: 1px solid #ff7e11; }


#vehiclefile_title {
	background: #006699;
	color: #fff;
	font-weight: normal;
	padding: 6px 12px;
	margin: 0 0 12px 0;
	-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }
#vehiclefile_title strong {
	font-weight: bold;
	font-size: 1.2em; }

#vehiclefile_leftcol {
	float: left;
	width: 400px;
	border-right: 1px solid #ccc;
	margin: 0 24px 12px 0; }

#vehiclefile_leftcol td, #vehiclefile_rightcol td {
	padding: 3px 8px; }

.datalabel {
	width: 100px;
	color: #666; }

.data_group h3 {
	margin: 24px 0 6px 0; }

#vehiclefile_price {
	text-align: right; }
#vehiclefile_price table {
	width: 200px;
	margin: 0 0 0 auto; }
#vehiclefile_pricetag {
	font-weight: bold;
	text-align: right;
	font-size: 1.1em;
	color: #006699; }
#vehiclefile_price .datalabel {
	width: auto; }

#vehiclefile_remarkstitle {
	clear: both;
	background: #006699;
	color: #fff;
	font-weight: normal;
	padding: 6px 12px;
	margin: 24px 0 12px 0;
	-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }

#vehiclefile_invite {
	text-align: center;
	line-height: 1.4em;
	font-size: 0.9em;
	font-weight: normal;
	color: #04511d;
	padding: 12px 0; }

#ppk_footer {
	margin: 12px 0 0 0;
	padding: 12px;
	text-align: right;
	font-size: 0.8em;
	color: #999; }
#ppk_footer a { color: #999; }

#ppk_gardien { 
	width: 80%;
	margin: 24px auto; }

#ppk_gardien h2 {
	color: #666;
	margin: 0 0 12px 0; }

#smallppk {
	background: #666;
	color: #fff;
	font-size: 0.9em;
	padding: 0 0 24px 0; }

#smallppk li {
	padding-bottom: 5px; }

#smallppk_img {
	float: left;
	margin: 0 12px 0 0; }
#smallppk_img img {
	border: 1px solid #fff; }
#smallppk a {
	color: #fff; }
#smallppk a:hover {
	color: #ff7e11; }