/* GENERALE */
*{
	margin:0px;
	padding:0px;
}
body{
	margin:0px auto;
	font-family:'Lucida Grande', Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:100%;
	background-color: #ffffff;
	color:#000000;
	text-align:center;
}
a img{
	border:none;
	padding:0px;
	margin:0px;
}
h1 span,
h2 span,
li span,
a span{
	display: block;
	height: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
}
form,
fieldset{
	margin:0;
	padding:0;
	border:none;
}
/* CONTENITORE */
#contenitore{
	width:100%;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:16px;
}

/* CORPO */
#corpo{
	width:680px;
	border-top: 1px solid #505662;
	border-left: 1px solid #505662;
	border-right: 1px solid #505662;
}
/* COLONNA SX */
#colonna_sx{
	width:224px;
	float:left;
	background:#d7d7d7;
	padding-left:20px;
	padding-bottom:20px;
}
.foto_sx{
	width:211px;
	height:157px;
	background:url(../images/fe/bg_foto_sx.gif) no-repeat;
	text-align:left;
	margin-bottom:5px;
	margin-top:20px;
}
.foto_sx img{
	width:187px;
	height:143px;
	margin-left:6px;
	margin-top:6px;
}
#colonna_sx h6{
	font-size:11px;
	font-weight:bold;
	color:#c83c40;
	text-align:left;
	line-height:20px;
}
#colonna_sx h6 a,
#colonna_sx h6 a:hover{
	color:#c83c40;
}
#colonna_sx p{
	font-size:11px;
	text-align:left;
	margin-bottom:11px;
	line-height:15px;
}
*:first-child+html #colonna_sx{
	padding-left:13px;
	width:230px;
}
*:first-child+html #colonna_sx h6{
	padding-left:10px;
}
*:first-child+html #colonna_sx p{
	padding-left:10px;
}
/* COLONNA DX */
#colonna_dx{
	width:635px;
	float:left;
	background:#f5f5f5;
}
#box_testo{
	margin:31px 49px 41px;
	text-align:left;
}
#box_testo h5{
	color:#c3080e;
	font-size:12px;
	font-weight:bold;
	line-height:25px;
}
#box_testo p{
	font-size:11px;
	line-height:20px;
	text-align:justify;
}
p#txt_contatti{
	margin-top:20px;
}
p#txt_contatti a,
p#txt_contatti a:hover{
	color:#c3080e;
}
/*LISTA AUTO**************************************************/
#box_lista{
	width:100%;
	float:left;
}
#form_selezione{
	width:100%;
  padding:10px 0px;
  margin-bottom: 10px;
	text-align:left;
	border-top: 1px solid #505662;
	border-bottom: 1px solid #505662;
}
.tabelladiricerca {
  width: 98%;
  margin-left: 5px;
}
.tabelladiricerca td {
  padding: 0;
}
.ricerca_separatore {
  float: left;
  width: 40px;
  height: 20px;
}

#form_selezione label{
	font-size: 10px;
	font-weight:bold;
}
#form_selezione select{
	background:#fff;
	border:1px solid #a5a5a5;
	font-size:10px;
	margin-left:2px;
}

#form_selezione p{
	font-size:11px;
	font-weight:bold;
	color:#c3080e;
	float:left;
	margin-top:20px;
	margin-left:60px;
}
#form_selezione p a,
#form_selezione p a:hover{
	color:#c3080e;
}
.mod_auto{
	width:680px;
	margin-left:15px;
	clear:left;
}
.titolo_scheda{
  float:left;
}
.foto_scheda{
	width:140px;
	height:105px;
	/*background:url(../images/fe/bg_foto_scheda.gif) no-repeat;*/
	text-align:left;
	margin-bottom:11px;
	float:left;
	padding-right:2px;
}
.foto_scheda img{
	width:140px;
	height:105px;
	margin-top:4px;
	margin-bottom:3px;
}
.foto_scheda p a,
.foto_scheda p a:hover{
	color:#fff;
	font-size:10px;
	font-weight:bold;
	height:20px;
	width:180px;
	padding-left:21px;
}
.testo_scheda{
	width:77%;
	height:100px;
	text-align:left;
	/* border-top:1px solid #ca0c14;*/
	padding-top:4px;
	padding-bottom:30px;
	float:left;
	font-size:11px;
}
.testo_scheda .testata {
	width:90%;
  display: inline;
  font-size: 11px;
	font-weight: bold;
	text-align: center;
}
.testo_scheda .prezzo {
	width:30%;
	height:20px;
	line-height:20px;
	background:#505662;
	color:#FFFFFF;
	float:left;
	border-right: 1px solid #fff;
	text-align: center;
}
.testo_scheda .prezzo span {
  font-weight: normal;
  font-size: 10px;
}
.testo_scheda .km {
	width:23%;
	height:20px;
	line-height:20px;
	background:#505662;
	color:#FFFFFF;
	float:left;
	border-right: 1px solid #fff;
	text-align: center;
}
.testo_scheda .immatricolazione {
	width:23%;
	height:20px;
	line-height:20px;
	background:#505662;
	color:#FFFFFF;
	float:left;
	border-right: 1px solid #fff;
	text-align: center;
}
.testo_scheda .potenza {
	width:23%;
	height:20px;
	line-height:20px;
	background:#505662;
	color:#FFFFFF;
	float:left;
	text-align: center;
}
.testo_scheda h3{
	width:95%;
	height:20px;
	line-height:20px;
	color:#505662;
	padding-left:20px;
	font-size:12px;
	font-weight:bold;
	margin-top:3px;
	clear:left;
}
.testo_scheda h3 a {
  color: #505662;
}
.testo_scheda h3 a:hover {
  color: #505662;
}
.testo_scheda p{
	margin-left:20px;
	width:95%;
}
.testo_scheda_dettaglio{
	width:319px;
	text-align:left;
	padding-top:10px;
	padding-bottom:30px;
	float:left;
	font-size:11px;
}
.testo_scheda_dettaglio p{
	width:95%;
	font-size: 12px;
}
.testo_scheda_dettaglio p.prezzo {
	font-weight: bold;
	padding-bottom: 10px;
	color: #000;
	padding-right: 20px;
}
.testo_scheda_dettaglio p.prezzo span.valore {
	font-size: 14px;
	color: #505662;
}
.iva_esposta {
  font-size: 9px;
  font-weight: normal;
}
.bordo{
	/*border-bottom:1px dashed #8e8e8e;*/
}
.testo_scheda p span{
	font-weight:bold;
	color:#c3080e;
}
.paginazione{
	width:680px;
	line-height:43px;
	height:43px;
	background: #505662;
	clear:left;
	font-size: 10px;
  color: #FFFFFF;
}
div.paginazione table{
  width: 100%;
}
.paginazione_sx {
  width: 210px;
}
.paginazione_dx {
  width: 290px;
}
div.paginazione ul{
	list-style:none;
	text-align: right;
}
div.paginazione li{
	display:inline;
	margin-right:6px;
	font-size:11px;
 	font-weight:bold;
	height:19px;
}
div.paginazione li.act{
 	display:inline;
	text-decoration:none;
	font-weight: bold;
}
div.paginazione a{
	text-decoration:underline;
  color:#FFFFFF;
}
div.paginazione a:hover{
	text-decoration:underline;
	font-weight: bold;
}
div.paginazione li.indietro a{
	/*background:url(../images/fe/freccia_sx.gif) no-repeat;*/
	padding:3px 0px;
	text-decoration:underline;
}
div.paginazione li.avanti a{
	/*background:url(../images/fe/freccia_dx.gif) no-repeat;*/
	padding:3px 0px;
	text-decoration:underline;
}
div.paginazione li.indietro a:hover{
	color:#fff;
	text-decoration:underline;
}
div.paginazione li.avanti a:hover{
	color:#fff;
	text-decoration:underline;
}
/*SCHEDA*******************/
#box_scheda{
	width:680px;
	float:left;
	padding-top:23px;
	border-bottom:1px solid #505662;
}
#foto_scheda_auto{
	width:330px;
	margin-bottom:11px;
	float:left;
	clear: left;
	margin-right:15px;
	margin-top:5px;
	padding-top:5px;
}
#foto_scheda_auto img{
	width:325px;
	height:244px;
	border:0;
	float: left;
	padding-right: 5px;
	text-align: left;
	/*filter:revealTrans(duration=2,transition=23);*/
	filter:progid:DXImageTransform.Microsoft.Fade();
	/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:0.1;-moz-opacity:0.1;-khtml-opacity:0.1;*/
}
* html #foto_scheda_auto img#fotoprincipale { /* HACK FOR IE */
  width:327px;
  padding: 0;
  margin-left: -5px;
}
div.stampa_scheda_auto{
	background: #505662;
	border: 1px solid #505662;
	font-size: 11px;
	padding: 2px 0;
	font-weight: bold;
	width: 325px;
	float:left;
	clear: both;
	margin-bottom: 10px;
}

div.stampa_scheda_auto a {
  color:#FFFFFF;
}
div.stampa_scheda_auto a:hover{
	color:#0000ff;
}
.tit_scheda{
	line-height:25px;
	font-size:11px;
	font-weight:bold;
	color:#c3080e;
	text-align:left;
}
#corpo_galleria{
	width:330px;
	padding-top:4px;
	float:left;
	padding-bottom: 20px;
}
#tit_galleria{
	width:199px;
	height:23px;
	line-height:23px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background:#8f8f8f;
}
#box_galleria{
	width:330px;
	float:left;
}
#box_galleria img{
	width:105px;
	height:76px;
  border:0;
  margin:0 5px 5px 0;
  padding:0;
  float: left;
}

/* TITOLO DETTAGLIO */
.titolo_scheda_dettaglio {
  float: left;
  text-align: left;
  width: 666px;
}
.titolo_scheda_dettaglio h3{
  width: 520px;
  background:#505662;
  color: #fff;
  float: left;
  font-size: 14px;
  padding: 2px 0 2px 15px;
}
.titolo_scheda_dettaglio a{
  float: left;
}
.titolo_scheda_dettaglio table{
  border: 0;
  width: 100%;
  border: 1px solid #505662;
}

.equipaggiamento{
margin-top: 10px;
}

.equipaggiamento h4 {
background: #505662;
padding: 2px 5px;
width: 95%;
border: 1px solid #505662;
font-size: 12px;
color: #f7f7f7;
}

.equipaggiamento p {
padding: 5px;
border: 1px solid #505662;
}






/* RICHIESTA INFORMAZIONI */
#richiesta_info {
  width: 325px;
  float: left;
}
#form_box {
	width: 100%;
	background: #f8f8f8;
	border: 1px solid #505662;
	font:0.8em Arial, Helvetica, Sans-serif;
	padding: 5px;
	margin-bottom: 10px;
}
#form_box td {
  vertical-align: top;
}
#richiesta_info h4{
 	width: 100%;
  font-size:12px;
  background: #505662;
  margin-top: 10px;
  padding: 2px 0;
  color: #f7f7f7;
}
#form_box input {
	border: 1px solid #d6d6d6;
	width: 167px;
	color: #000000;
	font-size: 12px;
}
#form_box textarea {
	border: 1px solid #d6d6d6;
	width: 167px;
	color: #505662;
	font-size: 12px;
}
#form_box div.hr {
	height: 0px;
	margin-top: 0pt;
	margin-bottom: 7px;
}
 
#form_box label {
	float: left;
	margin: 4px 0pt;
	width: 100%;
    color:#000000;
	text-align: left;
}
#form_box span {
  font-size: 9px;
}
#submitter {
  border: 1px solid #d6d6d6;
  margin: 10px 0 5px 0 ;
  background: #e4e4e4;
  color: #555;
  cursor: pointer;
}
 
#log {
	width: 100%;
	margin-top: 10px;
	font-size: 12px;
}
 
#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(../images/spinner.gif) no-repeat center;
}

.input_col {
float: right;
}

a.back_link {
  float:left;
  font-size: 10px;
  color: #505662;
  padding-right: 20px;
  height: 19px;
  line-height: 20px;
  text-align: right;
}

a.back_link:hover {
  color: #505662;
}

#dati_tecnici {
  width: 100%;
  font-size: 12px;
  margin-bottom: 20px;
}

#dati_tecnici span{
	color: #505662;
}
#dati_tecnici td{
  height: 20px;
}

.riquadro_auto {
  background-image:url("../images/tesseraBKG.jpg");
  background-repeat:no-repeat;
  color:#999999;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  height:144px;
  margin:0 auto;
  padding:0;
  text-align:left;
  width:340px;
}
.riquadro_auto img{
  float:left;
  width:146px;
  height:110px;
  background-image:url(../images/tesseraBKG.jpg);
  margin:10px;
}

.riquadro_auto h6 {
  color:#505662;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:bold;
  margin-bottom:10px;
  padding-top:10px;
}