#fascione {
	background-image:url(../img/commons/fascione_84.jpg);
}

#principale {
	top:199px;
}

#contenuti {
	padding:10px 0px 40px 0px;
}

/* OPZIONI */
#opzioni {
	margin-left:10px;
	margin-bottom:10px;
	width:950px;
	color:#666666;
}

#risultati {
	display:block;
	font-size:12px;
}

/* FORM RICERCA */
form {
	margin:auto;
	padding:22px 10px 0px 10px;
	width:980px;
}

form p {
	margin:0px;
	padding:0px;
}

label {
	float:left;
	margin-right:10px;
	width:200px;
	color:#ffffff;
}

select {
	float:left;
	margin-top:2px;
	margin-right:10px;
	width:200px;
	border:1px #bbbbbb solid;
}

input {
	float:right;
	margin-top:8px;
	width:80px;
	height:24px;
	background-color:transparent;
	background-image:url(../img/commons/cerca_down.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border:0px;
}

input:hover {
	background-image:url(../img/commons/cerca_up.gif);
}

/* ELENCO VETTURE */

.vettura {
	float:left;
	margin:0px 5px 5px 0px;
	width:190px;
	background-image:url(../img/commons/riquadro_centro.jpg);
	background-position:left top;
	background-repeat:repeat-y;
}

.vettura a.dettagli {
	display:block;
	margin-top:2px;
	color:#003300;
	font-size:10px;
	text-align:right;
}

.vettura .top {
	width:190px;
	height:15px;
	background-image:url(../img/commons/riquadro_sopra.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

.vettura .center {
	padding:0px 15px;
	width:160px;
}

.vettura .bottom {
	width:190px;
	height:20px;
	background-image:url(../img/commons/riquadro_sotto.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

.vettura .thumb {
	clear:both;
	float:none;
	display:block;
	margin:auto;
	margin-bottom:5px;
	width:160px;
	height:120px;
	overflow:hidden;
	background-image:url(../img/commons/loading_small.gif);
	background-position:center center;
	background-repeat:no-repeat;
}

.vettura img {
	width:160px;
	height:120px;
	border:0px;
}

.vettura h1 {
	display:block;
	margin:0px;
	padding:0px;
	width:160px;
	height:20px;
	overflow:hidden;
	font-size:16px;
	color:#003300;
}

.vettura h2 {
	margin:0px auto;
	padding:0px;
	width:160px;
	overflow:hidden;
	font-size:12px;
	font-weight:normal;
	color:#666666;
}

.vettura h2 {
	margin:0px auto;
	padding:0px;
	width:160px;
	overflow:hidden;
	font-size:12px;
	font-weight:normal;
	color:#666666;
}

.vettura b {
	color:#333333;
}

/* DETTAGLI VETTURA */

.scheda {
	margin:auto;
	width:1000px;
	height:500px;
	background-image:url(../img/commons/scheda.gif);
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
}

.scheda .fotografia {
	float:left;
	display:block;
	margin-top:25px;
	margin-left:20px;
	width:600px;
	height:450px;
	background-image:url(../img/commons/loading.gif);
	background-position:center center;
	background-repeat:no-repeat;
	overflow:hidden;
}

.scheda .dati {
	float:right;
	margin-top:25px;
	margin-right:20px;
	width:330px;
	height:324px;
	overflow:hidden;
}

.scheda .veicolo {
	display:block;
	height:40px;
	font-size:22px;
	color:#333333;
}

.scheda table {
	width:100%;
	font-size:12px;
	color:#333333;
}

.scheda th {
	padding:2px 0px 2px 2px;
	width:98px;
	vertical-align:top;
	text-align:left;
}

.scheda td {
	padding:2px 0px;
	vertical-align:top;
	text-align:justify;
}

.on {
	background-color:#cccccc;
}

.thumbs {
	float:right;
	clear:right;
	display:block;
	margin-right:20px;
	width:330px;
	height:126px;
	overflow:hidden;
}

.thumb {
	float:left;
	margin:0px 3px 0px 0px;
	background-image:url(../img/commons/loading_small.gif);
	background-position:center center;
	background-repeat:no-repeat;
	overflow:hidden;
}

.thumb img {
	cursor:pointer;
}

.empty {
	float:left;
	margin:0px 3px 0px 0px;
	width:80px;
	height:60px;
	background-color:#cccccc;
	overflow:hidden;
}