
/* Liste des voitures d'occasion Cardiff */
table.voVehicles { border: 0; border-collapse: collapse; width: 100% }
table.voVehicles td, table.voVehicles th { padding: 0 2px }
table.voVehicles td { height: 56px }
table.voVehicles td a { color: #151516; text-decoration: none }
table.voVehicles tr:hover td { background: #ff9700; cursor: pointer }
table.voVehicles td img { width: 70px; height: 52px }
table.voVehicles th { height: 20px; line-height: 20px; background: #4a4a4a; color: white }
.voThumb { width: 74px }

/* Fiche de voiture d'occasion Cardiff */
.voTitle { font-size: 13px; width: 208px; height: 228px; float: left; padding-left: 8px }
.voTitle strong { font-size: 20px }
.voFields { font-size: 12px; background: #eaeaea; padding: 1em 0; height: 352px }
.voFields label { display: block; float: left; width: 215px; font-weight: bold; line-height: 20px; text-align: right }
.voFields input, .voFields textarea { float: left; margin-left: 8px; margin-bottom: 2px; padding: 1px; border: 1px solid #a5acb2; width: 265px; font-size: 12px }
.voFields input { height: 15px }
.voFields textarea { height: 60px }
.voFields br { clear: left }
.voFields #optin { width: auto; margin-top: 23px; }
.voFields #optin_label { line-height: 15px; }
#voForm { position: relative }
* html #voForm { /* Pour IE6 (=>hasLayout) */ height: 1% }
#voCNIL { position: absolute; top: 10px; left: 500px; width: 260px; font-size: 11px; font-style: italic; text-align: justify }
#voNewsletter { position: absolute; top: 210px; left: 510px; font-weight: bold }
#voBack { position: absolute; bottom: 15px; left: 520px }
#voSubmit { position: absolute; bottom: 15px; right: 140px }

.print {
	display: block; float: left; line-height: 30px; font-size: 11px;
  padding-left: 40px; background: url(../../images/v2/icons.png) no-repeat 0 -20px;
	color: #4a4a4a;
}
a.print { text-decoration: underline }
a.print:hover { text-decoration: none }

#vignettes img { opacity: 0.6; filter: alpha(opacity=60) }
#vignettes img.selected, #vignettes img:hover { opacity: 1.0; filter: alpha(opacity=100) }

table.rowsAlternation td { border-bottom: 0 }