* {
	border:0;
	margin:0;
	padding:0;
}
.nasc {
	display: none;
	}

/* general */
a {
	color:#f60;
	text-decoration:none;
}
a:hover {
	color:#f60;
	text-decoration:underline;
}
p {
	line-height: 1.6em;
	margin-bottom: 1.6em;
	}
blockquote {
	background:#f1f1f1;
	border-left:2px solid #7534aa;
	color:#444;
	display:block;
	font-style:oblique;
	line-height:20px;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
.floater {
	margin:0;
	padding: 0;
	float:right;
	line-height: 1em;
	height: 1em;
	margin-top:-3em;
	} 
.floatL {
	float:left;
}
.floatR {
	float:right;
}
.left {
	float:left;
	margin:0 10px 0 0;
}
.left2 {
	float:left;
	width:350px;
	margin:0 10px 0 0;
}
.left3 {
	float:left;
	margin:0;
}
.right {
	float:right;
	margin:0 0 0 10px;
}

.center, #bottomhome {
	text-align: center;
	margin: 0 auto;
}
.clear {
	clear: both;
	}
img.floatTR
	{
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
	margin-top: 0em;
	}
img.floatTL
	{
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	margin-top: 0em;
	}

/* body */
body {
	color: #aaa;
	font:0.7em "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	background: #000;
}
#box_segnala {
	background:#EBE6E7;
}

/* header */
#header {
	margin:0 auto;
	position:relative;
	width:960px;
	height: 120px;
	background: url(../images/botter_header.gif) no-repeat 0 0;
}

#header h1 {
	color:#A6A6A6;
	font-size:40px;
	font-weight:bold;
	left:0;
	letter-spacing:-2px;
	position:absolute;
	top:40px;
}
#main_menu {
	width: 960px;
	margin: 0 auto;
	white-space: nowrap; 
	padding: 0;
	height: 40px;
	background: #f60 /*url(../images/back_mainmenu.jpg) repeat-x 0 0*/;
	overflow: hidden;
}
#main_menu ul {
	font-size: 11px;
	/*background: url(../images/div_menu.gif) no-repeat center left;*/
	left: 20px;
	list-style:none;
}
#main_menu ul li {
	text-align: center;
	list-style:none;
	float: left;
	background: url(../images/div_menu.gif) no-repeat center right;
}
#main_menu ul li.last {
	background: none;
}
#main_menu ul li a {
	color:#fff;
	display:block;
	font-size:1.1em;
	font-weight:bold;
	height:40px;
	line-height:40px;
	padding: 0 10px 0 0;
	width:127px;
	border-bottom: 0px solid none;
}
#main_menu ul li a:hover {
	/*background: url(../images/back_menu_orizz.gif) repeat-x 0 0;*/
	color:#fff;
	text-decoration:underline;
}
#main_menu ul li a.selected {
	/*background: url(../images/back_menu_orizz.gif) repeat-x 0 0;*/
	color:#000;
	text-decoration:none;
	border-bottom: 0px solid #B42727;
}
#top_menu {
	height: 20px;
	}
#top_menu p {
	float: right;
	padding: 95px 20px 0 0;
	margin: 0;
	color: #FF944C;
	}
#top_menu a {
	color: #fff;
	}
#main_present {
	width: 960px;
	margin: 0 auto;
	height: 230px;
	/*background: url(../images/main_present.jpg) no-repeat 0 0;*/
	}
#main_present h1 {
	color: #fff;
	padding: 30px 0 20px 40px;
	}
#main_present p {
	width: 300px;
	margin: 0px 0 20px 40px;
	}

/* content */
#wrapcontent {
	background: #000;
	width:100%;
}
#content {
	height:auto;
	margin:0 auto;
	width:960px;
}
#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
.box1
	{
	padding: 10px 20px 20px 20px;
	}

/* sidebar */
#sidebar {
	display: inline;
	margin-left: 0px;
	float:left;
	width:240px;
}
#sidebar h1 {
	border-bottom:2px solid #8A6631;
	color:#444;
	font-size:165%;
	font-weight:400;
	line-height:30px;
	padding:0 10px;
}
h2#titolo_news {
	position: relative;
	width: 60px;
	height: 21px;
    font: bold 14px Arial,sans-serif;
	color: #CDCDCD;
	border: none
	}

h2#titolo_news span {
	position: absolute;
	width: 100%;
	height: 100%;
    background:url(../images/titolo_news.gif) no-repeat;
	}
h2#titolo_occasioni {
	position: relative;
	width: 124px;
	height: 21px;
    font: bold 14px Arial,sans-serif;
	color: #D9D9D9;
	border: none
	}

h2#titolo_occasioni span {
	position: absolute;
	width: 100%;
	height: 100%;
    background:url(../images/titolo_occasioni.gif) no-repeat;
	}
#sidebar input {
	background:#f1f1f1;
	color:#555;
	margin:10px;
	padding:5px;
	width:180px;
}
#sidebar .box_noleggio {
	margin:0 0 10px 0;
	background: #fff;
	border-top: 2px solid #888;
	border-bottom: 2px solid #888;

}
#sidebar p {
	/*color:#fff;*/
	display:block;
	font-size:1em;
	line-height:1.6em;
	padding:5px 0 10px 0;
}
#sidebar img {
	display:block;
}
#sidebar p a.more {
	display:block;
	text-align:right;
}
#sidebar a {
	color:#fff;
}
#sidebar ul {
	margin:10px;
}
#sidebar ul li {
	border-bottom:1px solid #AEAEAE;
	list-style:none;
	padding:5px 0;
	width: 200px;
}
#sidebar ul li a {
	color: #49BABD;
	text-decoration:none;
}
#sidebar ul li a:hover {
	text-decoration:underline;
}
.box_grigia {
	background: #03170F url(../images/back_box_grigia.gif) repeat-x 0 0;
	margin-bottom: 10px;
	padding: 20px 0;
	}
#home_news, #appuntamenti_home {
	padding: 0;
	}
#appuntamenti_home {
	margin-bottom: 20px;
	}
#home_news h2, #appuntamenti_home h2 {
	font-size: 2em;
	}
#home_news ul, #appuntamenti_home ul {
	margin: 0;
	padding: 0;
	}
#home_news ul li, #appuntamenti_home ul li {
	margin: 0;
	padding: 0.8em 0;
	}
#home_news h4, #appuntamenti_home h4 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
	padding: 0;
	}
#home_news a, #appuntamenti_home a {
	color: #f60;
	}
#box_newsletter {
	background: url(../images/tazzina_newsletter.jpg) no-repeat 0 0;
	padding: 10px 10px 10px 52px;
	}
#box_newsletter p {
	margin: 0;
	padding: 0;
	}
#box_newsletter a {
	color: #fd0;
	}
#box_newsletter h2 {
	font-size: 100%;
	color: #544E54;
	}
/* Main */

h1,h2,h3,h4 {
	color: #ddd;
	display: block;
	clear: both;
	}
h5  {
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	margin: 0px 0 7px 0;
	}


#main {
	float:right;
	width:720px;
	padding-bottom: 20px;
}
#main p {
	color:#aaa;
	padding: 0;
}
#main h1 {
	border-bottom:2px solid #03170F;
	font-size:200%;
	font-weight:bold;
	line-height:35px;
	padding:0;
	margin-bottom: 10px;
}
#main h2 {
	font-size:190%;
	font-weight:bold;
	line-height:35px;
	padding:0;
	margin-bottom: 10px;
}
#main h3 {
	border-bottom:2px solid #03170F;
	font-size:1.2em;
	font-weight:bold;
	line-height:35px;
	padding:0;
	margin-bottom: 10px;
}
.imgdx {
	float: right;
	margin: 5px 0 2em 2em;
}
.main ul	{
	line-height: 1.6em;
	margin-left: 30px;
	padding: 0;
}

.main ul li	{
	list-style: none url(../icone/arrow_01.gif) outside;
	line-height:1.6em;
	margin: 0;
	padding: 0;
}
#box_4foto {
	margin-bottom: 10px;
	}
#box_4foto img {
	margin-right: 2px;
	border: 2px solid #888;
	padding: 1px;
	}
/* Navigator */
#navigator  {
	margin: 0;
	text-align: left;
	font-size: 1em;
	color: #aaa;
	line-height:40px;
	padding: 0 20px;
	}

/* footer */
#ftr {
	text-align:center;
	margin:0 auto 20px auto;
	padding: 10px 0;
	width:960px;
	background: url(../images/back_ftr.jpg) no-repeat center 0;
	border-top: 2px solid #03170F;
}
#ftr p {
	color:#fff;
	font-size:100%;
	padding:10px;
	text-align:center;
}
#ftr a {
	color:#fff;
}
/*********************************
/** Box form contatti
/*********************************/
legend  {
	font-size: 1.2em;
	font-weight: bold;
	color: #786F78;
	margin: 0;
	}

.addcomment  {
	border-top: 1px solid #D8D8CB;
	}
.modulo_form_contatti	{
	clear: both;
	width: 400px;
	color: #786F78;
	font-size: 1em;
	margin: 15px auto;
	padding: 0;
	}
.modulo_form_contatti input, textarea, button	{
	font-size: 1em;
	margin: 5px 10px 0 0;
	}
label.label_1	{
	float: left;
	font-weight: bold;
	width: 90px;
	margin: 9px 10px 0 0;
	}
.modulo_form_contatti strong	{
	color: #E20000;
	}


/*********************************
/** Box messaggi alert
/*********************************/

.box_ok	{
	clear: left;
	width: auto;
	font-size: 1em;
	border: 1px solid #B4DA31;
	color: #555;
	background: #EEF5D7 url(/icone/icona_ok_04.gif) no-repeat 10px 8px;
	margin: 15px 0;
	padding: 10px 10px 10px 40px;
	}
.box_info	{
	clear: left;
	width: auto;
	font-size: 1em;
	border: 1px solid #FFE066;
	color: #555;
	background: #FFF4C7 url(/icone/icona_info_gialla.gif) no-repeat 10px 8px;
	margin: 15px 0;
	padding: 10px 10px 10px 50px;
	}
.box_note	{
	clear: left;
	width: auto;
	font-size: 1em;
	border: 1px solid #555;
	color: #000;
	background: #333 url(/icone/icon_downloading.gif) no-repeat 10px 10px;
	margin: 10px 0;
	padding: 10px 10px 0px 50px;
	}

.box_errore	{
	clear: both;
	width: auto;
	font-size: 1em;
	border: 1px solid #E84646;
	color: #555;
	background: #FFE3E3 url(/icone/icona_errore_03.gif) no-repeat 10px 8px;
	margin: 15px 0;
	padding: 10px 10px 10px 40px;
	}
.icona_info {
	background: url(/icone/icona_info_01.gif) no-repeat 0 0.15em;
	padding: 0 0 0 18px;
	}
.icona_pdf {
	background: url(/icone/icona_pdf-small.gif) no-repeat 0 0.15em;
	padding: 2px 0 2px 20px;
	}
.icona_write {
	background: url(/icone/icona_scrivi_02.gif) no-repeat 0 0.15em;
	padding: 2px 0 2px 20px;
	}

/*******************************/
/* galleria fotografica
/*******************************/

.box_gallery {
	margin: 0 0 1em 0;
	border-top: 0px solid #222429;
	}
.box_gallery2 {
	padding: 10px 15px 0 15px;
	border-bottom: 2px solid #222429;
	}
.box_gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
.box_gallery ul li {
	width: 130px;
	}
.foto_gallery  {
	display: block;
	float: left;
	margin: 0 20px 20px 0;
	}
span.n_foto {
	color: #fff;
	padding-left: 5px;
	background: url(/images/back_n_foto.gif) no-repeat 0 0;
	font-size: 0.9em;
	}
span.n_foto em {
	padding-right: 5px;
	background: url(/images/back_n_foto.gif) no-repeat right 0;
	font-style: normal;
	font-weight: bold;
	}
#nav_gallery {
	width: 100%;
	display: block;
	margin-bottom: 1.5em;
	border-bottom: 2px solid #222429;
	height: 24px;
	}
.pic_elenco {
	text-align: left;
	float: left;
	}
.pic_prec {
	float: left;
	display: inline;
	}
.pic_prec a {
	}
.pic_succ {
	float: left;
	display: inline;
	margin-left: 20px;
	}
.pic_succ a {
	}
div#gallery dl{
	float: left;
	width: 120px;
	position: relative;
	text-align: left;
	color: #D7D9D6;
	margin-bottom: 8px;
	margin-right: 8px;
	padding-right: 5px !important;
	padding-right: 0;
	border: 1px solid #4E5054;
	background: #222429;
	height: 150px;
	}
div#gallery dl.thumb_selected {
	border: 1px solid #ACAEAB;
	background: #D7D9D6;
	color: #444;
	}
div#gallery dt{
	padding: 0;
	text-align: center;
	position: relative;
	}
div#gallery img{
	display:block;
	margin:0;
	}
div#gallery dd {
	padding: 0;
	margin: 5px 10px 10px 10px;

	}
#foto_grande {
	text-align: center;
	margin: 0 auto 20px auto;
	}
#foto_grande img {
	padding: 1px;
	border: 2px solid #ccc;
	}
.image {
	background: url(/icone/image.gif) no-repeat 0 0.15em;
	padding: 4px 0 4px 20px;
	}
.images {
	background: url(/icone/images.gif) no-repeat 0 0.15em;
	padding: 4px 0 4px 20px;
	}
.col_box {
	display: block;
	width: 102px;
	border: 2px solid #ccc; 
	background-color: #fff; 
	padding: 2px; 
	margin: 5px auto;
	min-height: 60px;
}
/* tabelle */

table {
	border-collapse: collapse;
	}
.boxtabella	{
	width: 680px;
	}
.boxtabella td img {
	display: block;
	}
.boxtabella	th, .boxtabella	td{
	padding: 8px;
	}
.boxtabella	th {
	background: #03170F;
	color: #D8E3F0;
	}
.boxtabella	td {
	border-bottom:2px solid #03170F;
	vertical-align: top;
	}
.col_n	{
	width: 4%;
	text-align: center;
	}
.col_2 {
	width: 24%;
	text-align: center;
	}
.col_3	{
	width: 24%;
	text-align: left;
	}
.col_4 {
	width: 16%;
	text-align: center;
	}
.col_5 {
	width: 44%;
	text-align: left;
	}
.pari {
	background: #E6DFE1;
	}
/*********************************
/** Occasione della settimana
/*********************************/
h1#occasione_settimana {
	position: relative;
	width: 177px;
	height: 28px;
    font: bold 14px Arial,sans-serif;
	color: #000;
	border: none
	}

h1#occasione_settimana span {
	position: absolute;
	width: 100%;
	height: 100%;
    background:url(../images/titolo_vetrina.gif) no-repeat;
	}

#box_autosettimana	{
	width:535px;
	min-height:310px;
	display:inline;
	position: relative;
	margin-right:5px;
	padding:0;
	float:left;
	text-align: left;
	/*background: #333;
	background: url(../images/back_occasione_settimana.jpg) repeat-x 0 bottom;*/
	}
#box_autosettimana h1	{
	margin: 5px 15px 15px 15px;
	border: none;
	}
.box_autosettimana_titoli	{
	clear: both;
	padding: 8px 15px 15px 0;
	}
.colonna_home1	{
	float: left;
	}
.colonna_home2	{
	float: right;
	text-align: right;
	}
.box_occasione	{
	padding: 5px 0px 15px 0px;
	margin-bottom: 20px;
	}
/*********************************/
/* stile tabelle dati mezzo      */

.content_box_occasione, .content_desc_mezzo {
	padding: 5px 0 20px 0;
	margin: 5px 0 20px 0;
	text-align: left;
	}
.content_desc_mezzo {
	padding-bottom: 5px;
	}
.content_box_occasione table {
	border-collapse:collapse;
	float: left;
	color: #aaa;
	width: 400px;
	}
.content_box_occasione img {
	display: block;
	}
.content_desc_mezzo img {
	display: inline;
	}
.content_desc_mezzo table {
	border-collapse:collapse;
	color: #aaa;
	width: 220px;
	margin: 0 15px 15px 0;
	}
.content_segnala_mezzo {
	width: 100%;
	margin: 0 15px 0 0;
	}
.content_desc_mezzo p {
	width: 400px;
	}
.content_desc_mezzo th, td {
	padding: 2px;
	text-align: left;
	width: 50%;
	}
.content_box_occasione table tbody th {
	padding: 2px;
	text-align: left;
	width: 120px;
	}
.content_box_occasione table tbody td {
	padding: 2px;
	text-align: left;
	width: 280px;
	}
.content_box_occasione tfoot td {
	padding: 15px 2px 0 2px;
	}
.bordo_foto1, 
a.bordo_foto1 { 
	float: left; 
	border: 2px solid #888; 
	background-color: #fff; 
	padding: 2px; 
	margin: 0;
} 
a.bordo_foto1:hover {border: 2px solid #f60;}
/*********************************
/** Ultime auto inserite
/*********************************/

h2#ultimi_arrivi {
	position: relative;
	width: 147px;
	height: 22px;
    font: bold 12px Arial,sans-serif;
	color: #020F0A;
	margin: 0 0 10px 0;
	}

h2#ultimi_arrivi span {
	position: absolute;
	width: 100%;height: 100%;
    background:url(../images/titolo_ultimi_arrivi.gif) no-repeat;}

h2#news {
	position: relative;
	width: 267px;
	height: 23px;
    font: bold 12px Arial,sans-serif;
	color: #fff;
	padding: 20px 0 0 10px;
	margin: 0 0 5px 0;
	}

h2#news span {
	position: absolute;
	width: 100%;height: 100%;
    background:url(../images/titolo_news.gif) no-repeat;}

h2#motonoleggio {
	position: relative;
	width: 146px;
	height: 22px;
    font: bold 12px Arial,sans-serif;
	color: #EBE6E7;
	}

h2#motonoleggio span {
	position: absolute;
	top: 4px;
	width: 100%;height: 100%;
    background:url(../images/titolo_motonoleggio.gif) no-repeat;}


#box_ultimeauto_o, #box_ultime_abb_o	{
	display:inline;
	position: relative;
	margin: 0px 0px 15px 0px;
	padding: 0px 15px 0 0;

	text-align: left;
	/*background: #E3F7FE url(../images/back_box_ultime.jpg) repeat-x 0 0;*/
	}
#box_ultimeauto_o h2, #box_ultime_abb_o h2 {
	margin: 0 0 15px 0;
	}
#box_ultimeauto_v h2, #box_ultime_abb_v h2 {
	margin: 0 0 15px 20px;
	padding: 0;
	}
#box_ultimeauto_o img, #box_ultime_abb_o img,
#box_ultimeauto_v img, #box_ultime_abb_v img {
	margin: 0;
	}
.auto_preview	{
	clear: both;
	margin:0;
	padding:0;
	height: 80px;
	}

#box_ultimeauto_o ul, #box_ultime_abb_o ul {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
	}
#box_ultimeauto_v ul, #box_ultime_abb_v ul {
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0 0 5px 0;
	}
#box_ultimeauto_o ul li, #box_ultime_abb_o ul li {
	float: left;
	width: 120px;
	margin-left: 0px;
	}
#box_ultimeauto_v ul li, #box_ultime_abb_v ul li {
	clear: left;
	width: 200px;
	margin-bottom: 5px;
	border-bottom:0;
	}

#box_ultimeauto_o.col_foto_sx img, #box_ultime_abb_o.col_foto_sx img,
#box_ultimeauto_o a.col_foto_sx img, #box_ultime_abb_o a.col_foto_sx img {
	clear: both;
	border: 2px solid #888; 
	background-color: #fff; 
	padding: 2px; 
	margin: 0 10px 8px 0px;
	height: 60px;
	}
#box_ultimeauto_v.col_foto_sx img, #box_ultime_abb_v.col_foto_sx img,
#box_ultimeauto_v a.col_foto_sx img, #box_ultime_abb_v a.col_foto_sx img {
	clear: both; 
	float: left; 
	border: 2px solid #888; 
	background-color: #fff; 
	padding: 2px; 
	margin: 0 10px 5px 0;
	/*height: 60px;*/
	}

#box_ultimeauto_o.col_box, #box_ultime_abb_o.col_box,
#box_ultimeauto_o a.col_box, #box_ultime_abb_o a.col_box { 
	clear: both; 
	float: left; 
	border: 2px solid #888; 
	background-color: #fff; 
	padding: 2px; 
	margin: 0 0 5px 0;
	/*height: 60px;*/
} 
a.col_box:hover {
	border: 2px solid #f60;
	}
#box_ultimeauto_o.col_link_box, #box_ultime_abb_o.col_link_box	{
	overflow: hidden;
	clear: both;
	text-align: left;
	width: 100px;
	}
#box_ultimeauto_v.col_link_box, #box_ultime_abb_v.col_link_box	{
	overflow: hidden;
	float: left;
	text-align: left;
	width: 90px;
	}

.col_box_sx, 
a.col_box_sx {
	display: inline;
	float: left; 
	border: 2px solid #888; 
	background-color: #fff; 
	padding: 2px; 
	margin: 0 10px 10px 0px;
	height: 60px;
} 
a.col_box_sx:hover {
	border: 2px solid #F35D16;
	}
.col_link_box_sx	{
	overflow: hidden;
	float:left;
	text-align: left;
	width: 80px;
	height: 82px;
	}

/*********************************
/** Descrizione automezzo
/*********************************/
.colonna	{
	margin-bottom: 10px;
	}
.colonna1	{
	float: left;
	width: 350px;
	}
.colonna2	{
	float: right;
	margin-bottom: 10px;
	}

.bordo_foto2, 
a.bordo_foto2 { 
	float: left; 
	border: 2px solid #888; 
	background-color: #fff; 
	padding: 2px; 
	margin: 0 0 5px 5px;
} 
a.bordo_foto2:hover {border: 2px solid #D12F1D;}

.immagine {
	margin: 0 0px 3px 0;
}

.immagine img {
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.link_cerca {
	line-height: 28px;
	margin: 0px 0 2px 0;
	padding: 2px 0 2px 17px;
	background: url(/icone/icona_lente_01.gif) no-repeat 0 center;
	}
.boxfoto {
	background: #000;
	padding: 10px;
	}
.box_foto_grande {
	width: 640px;
	height: 480px;
	border: 1px solid #ccc;
	background: #f2f2f2 url(../images/back_box_foto_mezzo.jpg) repeat-x left top;
	padding: 10px;
	margin: 0 0 10px 0;
	overflow: hidden;
	text-align: center;
	}


/*******************************/
/* Paginazione
/*******************************/
p.paginazione {
	text-align: right;
	}
.paginazione span {
	font-size: 0.9em;
	padding: 0 0.5em;
	background: transparent;
	border: 1px solid #444;
	color: #eee;
	}
.paginazione span.corrente {
	padding: 0 0.5em;
	background: #f60;
	color: #fff;
	border: 1px solid #f74d4b;
	font-weight: bold;
	}
.paginazione a {
	font-size: 0.9em;
	padding: 0 0.5em;
	color: #fff;
	background: #333;
	border: 1px solid #444;
	text-decoration: none;
	}
.paginazione a:hover {
	padding: 0 0.5em;
	background: #f60;
	color: #fff;
	border: 1px solid #f74d4b;
	}


/*********************************
/** Box ricerca
/*********************************/
.box_form_ricerca  {
	clear: left;
	width: auto;
	margin: 0;
	padding:0;
	background: transparent;
	border: none;
	text-align: center;
	}

.form_ricerca  {
	font-size: 1em;
	width: 500px;
	margin: 10px auto;
	text-align: left;
	}
.ricerca_colonna1  {
	clear: left;
	float: left;
	width: 50%;
	margin: 0;
	padding:0;
	margin-bottom: 10px;
	}

.ricerca_colonna2  {
	float: left;
	width: 50%;
	margin: 0;
	padding:0;
	margin-bottom: 10px;
	}

.ricerca_colonna  {
	clear: left;
	overflow:auto;
	margin: 0;
	padding:0;
	margin-bottom: 4px;
	width: 96%;
	voice-family: "\"}\"";   
    voice-family: inherit;
	width: 100%;
	}

.invia {  
	margin: 1px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #333;
	text-decoration: none
	}

.form_input {
	margin: 0 auto;
	width: 300px;
	vertical-align: middle;
	text-align: left;
	font-size: 1em;
}

.form_input input {
	vertical-align: middle;
}

/***************************************
/* elenco tariffe noleggio
/***************************************/

.lista_noleggio ul {
	text-align: left;
	list-style:none;
	padding: 0;
	}
.lista_noleggio li {
	clear: left;
	display: block;
	line-height: 1.6em;
	height: 1.6em;
	border-bottom: 1px solid #bbb;
	width: 130px;
	margin: 0;
	}
/*******************************
/* Finestra AJAX
/*******************************/
#risultati {
	display: block; 
	position: fixed !important;
	position: absolute;
	display:none;
	z-index: 80;
	top: 10%;
	left: 50%;
	margin-left: -290px;
	padding: 0 0 10px 0;
	font-size: 1em;
	clear: left;
	width: 580px;
	background: #000 url(/images/back_lista_1.gif) repeat-x 0 0;
	border: 10px solid #2D3136;
	}
/*#background_risultati {
	position: absolute;
	display: block;
	z-index: 100;
	background: #000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	width: 110%;
	top: 0;
	left: 0;
	padding: 40% 0;
	}*/
#contenuto_risultati {
	/*height: 350px;*/
	display: block;
	text-align: left;
	/*background: #f9f9f9 url(/images/back_lista_1.gif) repeat-x 0 0;*/
	padding: 10px 15px 15px 15px;
	}
#contenuto_risultati_top {
	background: #666;
	margin: -10px -16px 0 -15px;
	border-bottom: 1px solid #2D3136;
	}
#contenuto_risultati h2 {
	padding: 0 0 1em 15px;
	color: #fff;
	display: inline;
	}
#risultati_hdr {
	/*background: #0C6785 url(../images/back_striscia.gif) repeat-x 0 0;*/
	display: inline;
	float: right;
	margin-top: -2.2em;
	margin-right: 10px;
	padding: 0;
	height: 2em;
	line-height: 1.7em;
	text-align: right;
	color: #fff;
	}
#risultati_hdr a {
	color: #fff;
	}
.col_left_segnala {
	margin-top: 1.5em;
	display: inline;
	float: left;
	width: 250px;
	padding-right: 10px;
	border-right: 1px solid #2D3136;
	}
.col_right_segnala {
	margin-top: 1.5em;
	float: left;
	width: 250px !important;
	width: 270px;
	margin-left: 20px;
	}
/*********************************
/** Box form contatti
/*********************************/
.modulo_form_contatti	{
	clear: both;
	width: 400px;
	color: #eee;
	font-size: 1em;
	margin: 15px auto;
	padding: 0;
	}
.modulo_form_segnala {
	margin: 0;
	padding: 0;
	}
.modulo_form_segnala ul	{
	list-style: none;
	margin: 0;
	padding: 0;
	}
.modulo_form_segnala ul li label	{
	display: block;
	margin: 0;
	padding: 0;
	}
.modulo_form_segnala ul li label strong {
	color: #e30;
	font-weight: normal;
	}
.modulo_form_contatti input,
.modulo_form_contatti textarea,
.modulo_form_contatti select,
.modulo_form_login input,
.modulo_form_login textarea,
.modulo_form_login select {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 5px 10px 0 0;
	background: #020F0A url(../images/fieldbg.gif) repeat-x top;
	}
.modulo_form_segnala input,
.modulo_form_segnala textarea,
.modulo_form_segnala select {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0 10px 5px 0;
	background: #020F0A url(../images/fieldbg.gif) repeat-x top;
	}
input.check {
	float: left;
	background: none;
	}
label	{
	line-height: 1.5em;
	}
label.label_1	{
	clear: left;
	float: left;
	font-weight: normal;
	width: 95px;
	margin: 9px 10px 0 0;
	}
label.labelR {
	float: left;
	font-weight: normal;
	width: 220px;
	margin: 0;
	}
.modulo_form_contatti strong	{
	color: #E20000;
	font-weight: normal;
	}
button {
			cursor: pointer;
			border:none;
			background:transparent;
			padding:0;
			margin:5px 0;
			width:auto;
		   	overflow:visible;					
			text-align:center;	
			white-space:nowrap;	
			height:31px;
			line-height:26px;
			font-size: 1em;
			}
		button span, button em{
			display:block;
			height:30px;
			line-height:26px;			
			margin:0;
			color:#fff;
			}	
		button span{
			padding-left:20px;
			background:#D50003 url(../images/bg_button.gif) no-repeat 0 0;
			}	
		button em{
			font-style:normal;
			padding-right:20px;
			background:#D50003 url(../images/bg_button.gif) no-repeat 100% 0;
			}
.casellainput {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 230px;
	color: #fff;
	background: #494E51 url(../images/fieldbg.gif) repeat-x 0 0;
	border-top: 1px solid #00726F;
	border-left: 1px solid #00726F;
	border-right: 1px solid #00726F;
	border-bottom: 1px solid #00726F;
	padding: 3px;
	}
.casellainput_sel {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 230px;
	color: #555;
	background: #FFF4C7 url(../images/fieldbg.gif) repeat-x 0 0;
	border-top: 1px solid #606060;
	border-left: 1px solid #606060;
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
	padding: 3px;
	}

/*********************************
/** inizio NEWS DESC
/*********************************/
#box_count_news, #box_count_app {
	padding: 10px;
	margin: 0 0 1.5em 0;
	background: #222429;
	}
#servizi {
	float: right;
	}
#servizi ul {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 5px 10px;
	background: #222429;
	border: 2px solid #2D3136;
	}
.box_news_info {
	margin: 0;
	padding: 8px;
	color: #fff;
	background: #5B5A60;
	}

#data_news {
	margin: 10px;
	}
.news_cat {
	font-weight: bold;
	}
#display_content {
	margin: 0 10px 10px 10px;
	}
#display_content h1 {
	margin: 0 0 0.5em 0;
	padding: 0;
	}
#display_content p {
	margin: 0 0 1.6em 0;
	padding: 0;
	}
#box_news_elenco {
	margin: 0 0 20px 0;
	}
#box_news_elenco ul li {
	list-style-type: none;
	clear: both;
	display: block;
	padding: 8px 8px 8px 8px;
	margin: 0;
	border-bottom: 2px solid #2D3136;
	}
#home_news ul li, #appuntamenti_home ul li {
	list-style-type: none;
	clear: both;
	display: block;
	padding: 8px 8px 1em 0px;
	margin: 0;
	border-bottom: 2px solid #2D3136;
	}

/*********************************
/** fine NEWS DESC
/*********************************/
