/**
 *********************************************
 * Prototype of styles for horizontal CSS-menu
 *********************************************
 * (X)HTML-scheme:
 *  <div id="menu">
 *      <ul class="menu">
 *          <li><a href="#" class="parent"><span>level 1</span></a>
 *              <ul>
 *                  <li><a href="#" class="parent"><span>level 2</span></a>
 *                      <ul><li><a href="#"><span>level 3</span></a></li></ul>
 *                  </li>
 *              </ul>
 *          </li>
 *          <li class="last"><a href="#"><span>level 1</span></a></li>
 *      </ul>
 *  </div>
 *********************************************
 */

body {
	font-family: Tahoma, Century Gothic, verdana, helvetica, arial, Geneva, sans-serif;
	text-align: justify;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	color: #4E4741;
}

table {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px;
	border-color: #cc0000;
	border-style: solid;
	margin: auto;
	text-align: justify;
	font-size: 11px;
	/*background-color: #ffffff*/
}

h1 {
	font-size: 13px;
	display: inline;
}
.header {
	/*##################################################################################################################################################################*/
	/*display:none;*/
	/*##################################################################################################################################################################*/
	margin: auto;
	width: 950px;
	background-color: #FFFFFF;
	border-style: none;
}

.header img {
	border-style: none;
}

a:link {
	color: #4E4741;
}  /* unvisited link */
a:visited {
	color: #4E4741;
}  /* visited link */
a:hover {
	color: #999999;
}  /* mouse over link */
a:active {
	color: #4E4741;
}  /* selected link */ 

div#corpo {
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
	border-color: #ffffff;
	border-style: solid;
	width: 950px;
	margin: auto;
	background-color: #ffffff;
}

.copyright {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	font: 11px 'Trebuchet MS';
	color: #222;
	font-size: 8px;
	position: absolute;
	top: 780px;
}

.copyright h2 {
	display: inline;
	color: #222;
	font-size: 10px;
}

.copyright a {
	font-size: 10px;
	color: #000000;
}

.copyright a:hover {
	font-size: 10px;
	color: #cccccc;
}

/* ################################################################################# */
/* #################################  menu::base ################################### */
div#menu {
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
	border-color: #000000;
	border-style: solid;
	width: 950px;
	height: 41px;
	margin: auto;
	background-color: #000000;
	background: url(images/main-bg.png) repeat-x;
	font-size: 10pt;
	text-transform: uppercase;
	text-decoration: none;
}

div#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

div#menu ul.menu {
	padding-left: 30px;
}

div#menu li {
	position: relative;
	z-index: 9;
	margin: 0;
	padding: 0 5px 0 0;
	display: block;
	float: left;
}

div#menu li:hover>ul {
	left: -2px;
}

div#menu a {
	position: relative;
	z-index: 10;
	height: 41px;
	display: block;
	float: left;
	line-height: 41px;
	text-decoration: none;
	font: normal 12px Trebuchet MS;
}

div#menu a:hover,div#menu a:hover span {
	color: #fff;
}

div#menu li.current a {
	
}

div#menu span {
	display: block;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 95% 0;
}

div#menu ul ul a.parent span {
	background-position: 95% 8px;
	background-image: url(images/item-pointer.gif);
}

div#menu ul ul a.parent:hover span {
	background-image: url(images/item-pointer-mover.gif);
}

/* menu::level1 */
div#menu a {
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #e5e5e5;
}

div#menu span {
	margin-top: 5px;
}  /**@replace#1*/
div#menu li {
	background: url(images/main-delimiter.png) 98% 4px no-repeat;
}

div#menu li.last {
	background: none;
}

/* menu::level2 */
div#menu ul ul li {
	background: none;
}

div#menu ul ul {
	position: absolute;
	top: 38px;
	left: -999em;
	width: 163px;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
	/*background: #666666;*/
	background-image: url("images/main-bg.jpg");
	margin-top: 1px;
}

div#menu ul ul a {
	padding: 0 0 0 15px;
	height: auto;
	float: none;
	display: block;
	line-height: 24px;
	color: rgb(169, 169, 169);
	background-image: url("images/main-bg.png");
}

div#menu ul ul span {
	margin-top: 0;
	padding-right: 15px;
	padding-right: 20px;
	color: rgb(169, 169, 169);
	background-image: url("images/main-bg.png");
}

div#menu ul ul a:hover span {
	color: #fff;
}

div#menu ul ul li.last { /*background: none;*/
	
}

div#menu ul ul li {
	width: 100%;
}

/* menu::level3 */
div#menu ul ul ul {
	padding: 0;
	margin: -38px 0 0 163px !important;
	margin-left: 172px;
}

/* colors */
div#menu ul ul ul {
	background: rgb(41, 41, 41);
}

div#menu ul ul ul ul {
	background: rgb(38, 38, 38);
}

div#menu ul ul ul ul {
	background: rgb(35, 35, 35);
}

/* lava lamp */
div#menu li.back {
	background: url(images/lava.png) no-repeat right -44px !important;
	background-image: url(images/lava.gif);
	width: 13px;
	height: 44px;
	z-index: 8;
	position: absolute;
	margin: -1px 0 0 -5px;
}

div#menu li.back .left {
	background: url(images/lava.png) no-repeat top left !important;
	background-image: url(images/lava.gif);
	height: 44px;
	margin-right: 8px;
}
/* ################################### FINE MENU ###################################*/
/* ################################################################################# */

/* ################################################################################# */
/* #################################  slider - inizio  ############################# */
#slider_dx {
	top: -355px;
	float: right;
	margin-right: 5px;
	padding: 0px;
	width: 465px; /* important to be same as image width */
	height: 355px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}

#slider_sx {
	margin-left: 5px;
	padding: 0px;
	width: 465px; /* important to be same as image width */
	height: 355px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}

#slider_nostro_usato {
	margin-left: 5px;
	padding: 0px;
	width: 465px; /* important to be same as image width */
	height: 355px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}

#slider_finanziamenti {
	top: -355px;
	float: right;
	margin-right: 5px;
	padding: 0px;
	width: 465px; /* important to be same as image width */
	height: 355px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}

#slider_dxContent,#slider_sxContent,#slider_nostro_usatoContent,#slider_finanziamentiContent
	{
	width: 465px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
}

.slider_dxImage,.slider_sxImage,.slider_nostro_usatoImage,.slider_finanziamentiImage
	{
	padding: 0px;
	float: left;
	position: relative;
	display: none;
	border: 0px;
}

.slider_dxImage span {
	text-align: right;
	position: absolute;
	font: 10px/ 15px Arial, Helvetica, sans-serif;
	padding: 0px;
	width: 465px;
	background-color: #000;
	filter: alpha(opacity = 75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	color: #ffffff;
	display: none;
}

.slider_sxImage span {
	text-align: left;
	position: absolute;
	font: 10px/ 15px Arial, Helvetica, sans-serif;
	padding: 0px;
	width: 465px;
	background-color: #000;
	filter: alpha(opacity =         75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	color: #ffffff;
	display: none;
}

.slider_nostro_usatoImage span {
	text-align: left;
	position: absolute;
	font: 10px/ 15px Arial, Helvetica, sans-serif;
	padding: 0px;
	width: 465px;
	background-color: #000;
	filter: alpha(opacity =         75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	color: #ffffff;
	display: none;
}

.slider_finanziamentiImage span {
	text-align: right;
	position: absolute;
	font: 10px/ 15px Arial, Helvetica, sans-serif;
	padding: 0px;
	width: 465px;
	background-color: #000;
	filter: alpha(opacity =         75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	color: #ffffff;
	display: none;
}

.clear {
	clear: both;
}

.slider_dxImage span strong,.slider_sxImage span strong,.slider_nostro_usatoImage span strong,.slider_finanziamentiImage span strong
	{
	font-size: 14px;
}

.topslide {
	top: 0;
	left: 0;
}

.bottomslide {
	bottom: 0;
	left: 0;
}

.leftslide {
	top: 0;
	left: 0;
	width: 110px !important;
	height: 280px;
}

.rightslide {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}

.hideslide {
	top: 0;
	left: 0;
	width: 0px !important;
	height: 0px;
}

#slider_sx ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#slider_dx ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#slider_nostro_usato ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#slider_finanziamenti ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/* ###################################  FINE SLIDER ################################ */
/* ################################################################################# */


div#sx_after_banner {
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
	border-color: #ffffff;
	border-style: solid;
	width: 710px;
	height: 45px;
	margin-right: auto;
	margin-left: 0px;
	background-color: #ffffff;
	font-size: 10pt;
	text-transform: uppercase;
	text-decoration: none;
}

#sx_after_banner img {
	border-style: none;
}

#campi_ricerca {
	position: absolute;
	top: 0px;
	right: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
	border-color: #ffffff;
	border-style: solid;
	width: 240px;
	height: 150px;
	background-color: #ffffff;
	background: url(images/sfondo_campi_ricerca.jpg) no-repeat top left;
	font-size: 2pt;
	text-transform: uppercase;
	text-decoration: none;
}

.ricerca label {
	width: 80px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	color: #505050;
	float: left;
	font-size: 9px;
	display: block;
}

.ricerca select {
	width: 140px;
	border: 0px solid #333333;
	margin: 0px;
	padding: 0px;
	height: 14px;
	float: left;
	font-size: 10px;
	background: #ffffff;
	text-transform: uppercase;
}

.ricerca input[type="image"] {
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: 15px;
}

div#auto_settimana {
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
	border-color: #ffffff;
	border-style: solid;
	position: relative;
	width: 710px;
	height: 105px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: auto;
	background-color: #ffffff;
	font-size: 10pt;
	text-transform: uppercase;
	text-decoration: none;
}

#scrollautosett {
	margin: auto;
	border: 0px solid #ffffff;
	width: 410px;
	height: 105px;
}

.testo_in_td_autosett {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 0px;
	vertical-align: top;
	color: #ffffff;
}

.testo_in_td_autosett h2 {
	display: inline;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.footer_sx {
	padding-left: 0px;
	padding-top: 10px;
	display: inline;
	overflow: hidden;
	float: left;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 0px;
	border-color: #000000;
	border-style: solid;
	width: 236px;
	height: 105px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: auto;
}

.footer_vari {
	padding: 2px;
	display: inline;
	overflow: hidden;
	float: left;
	border-top: 1px;
	border-top-color: #000000;
	border-bottom: 1px;
	border-bottom-color: #cccccc;
	border-left: 1px;
	border-left-color: #000000;
	border-right: 1px;
	border-right-color: #cccccc;
	border-style: solid;
	width: 200px;
	height: 84px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: auto;
	background-color: #ffffff;
	font-size: 8pt;
	text-decoration: none;
	text-align: center;
}

.footer_vari img {
	border-style: none;
	margin-left: auto;
	margin-right: auto;
}


.footer_dx {
	overflow: hidden;
	background-color: #cccccc;
	float: right;
	border-left: 0px;
	border-right: 1px;
	border-bottom: 0px;
	border-top: 0px;
	border-color: #cccccc;
	border-style: solid;
	width: 240px;
	height: 95px;
	margin-top: 10px;
	margin-left: 0px;
	font-size: 20pt;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	background: url(images/login_bg.jpg);
}

.footer_dx label {
	width: 80px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	color: #666666;
	float: left;
	font-size: 9px;
	display: block;
}

.footer_dx input {
	width: 140px;
	border: 0px solid #333333;
	margin: 0px;
	padding: 0px;
	height: 13px;
	float: left;
	font-size: 10px;
	background: #ffffff;
	text-transform: uppercase;
}

.footer_dx input[type="image"] {
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 55px;
}

.contenitore_banner { /*background-color: #cccccc;*/
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 156px;
	height: 355px;
	display: none;
	overflow: hidden; /* important */
}

#contenitore_slider {
	padding-top: 4px;
	width: 950px;
	/*display: none;*/
}

#main {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#gruppo_inf {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 515px;
}

.gruppo_dx_come_raggiungerci{
	top: -355px;
	float: right;
	margin-right: 5px;
	padding: 5px;
	width: 465px; /* important to be same as image width */
	height: 355px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	font-size: 10px;
}

.gruppo_dx {
	top: -355px;
	float: right;
	margin-right: 5px;
	padding: 5px;
	width: 465px; /* important to be same as image width */
	height: 355px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}

.gruppo_dx_statico {
	top: 0px;
	float: right;
	margin-right: 5px;
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 465px; /* important to be same as image width */
	height: 355px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}

.gruppo_sx {
	margin-left: 5px;
	padding-right: 5px;
	width: 465px; /* important to be same as image width */
	height: 355px; /* important to be same as image height */
	position: relative; /* important */
	overflow: auto; /* important */
}

.gruppo_sx_statico {
	display: inline-block;
	margin-left: 5px;
	padding-right: 5px;
	width: 465px; /* important to be same as image width */
	height: 355px; /* important to be same as image height */
	position: relative; /* important */
	overflow: auto; /* important */
}

.gruppo_dx h2 {
	color: #ffffff;
	font-size: 10pt;
	text-transform: uppercase;
	margin: 0px 0px 10px;
	padding: 4px 4px 4px 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9B4A2;
	background-color: #666666;
}

.gruppo_dx h3 {
	display: inline;
	color: #000000;
	font-size: 10pt;
	text-transform: uppercase;
	margin: 0px 0px 10px;
	padding: 5px 5px 5px 7px;
}

.gruppo_sx h2 {
	color: #ffffff;
	font-size: 10pt;
	text-transform: uppercase;
	margin: 0px 0px 10px;
	padding: 4px 4px 4px 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9B4A2;
	background-color: #666666;
}

.gruppo_sx_statico h2 {
	color: #ffffff;
	font-size: 10pt;
	text-transform: uppercase;
	margin: 0px 0px 10px;
	padding: 4px 4px 4px 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9B4A2;
	background-color: #666666;
}

.gruppo_dx_statico h2 {
	color: #ffffff;
	font-size: 10pt;
	text-transform: uppercase;
	margin: 0px 0px 10px;
	padding: 4px 4px 4px 6px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9B4A2;
	background-color: #666666;
}

.gruppo_sx h3 {
	display: inline;
	color: #000000;
	font-size: 10pt;
	text-transform: uppercase;
	margin: 0px 0px 10px;
	padding: 5px 5px 5px 7px;
}

/* comincia sliding navigation sx*/
ul#sliding-navigation_sx {
	list-style: none;
	font-size: .75em;
	margin: 10px 0;
	padding: 0;
}

ul#sliding-navigation_sx li.sliding-element h3,ul#sliding-navigation_sx li.sliding-element a
	{
	display: block;
	width: 350px;
	padding: 5px 5px;
	margin: 0;
	margin-bottom: 14px;
	margin-left: -180px;
}

ul#sliding-navigation_sx li.sliding-element h3 {
	color: #fff;
	background: #333 repeat-y;
	font-weight: normal;
}

ul#sliding-navigation_sx li.sliding-element a {
	font-size: 12pt;
	color: #fff;
	/*	background: #222 repeat-y; */
	border: 1px solid #cccccc;
	text-decoration: none;
}

ul#sliding-navigation_sx li.sliding-element a:hover {
	color: #ffff66;
}

/* fine sliding navigation sx */ /* comincia sliding navigation dx */
ul#sliding-navigation_dx {
	list-style: none;
	font-size: .75em;
	margin: 10px 0;
	padding: 0;
}

ul#sliding-navigation_dx li.sliding-element h3,ul#sliding-navigation_dx li.sliding-element a
	{
	display: block;
	width: 350px;
	padding: 5px 5px;
	margin: 0;
	margin-bottom: 14px;
	margin-left: -180px;
}

ul#sliding-navigation_dx li.sliding-element h3 {
	color: #fff;
	background: #333 repeat-y;
	font-weight: normal;
}

ul#sliding-navigation_dx li.sliding-element a {
	font-size: 12pt;
	color: #fff;
	/*	background: #222 repeat-y; */
	border: 1px solid #cccccc;
	text-decoration: none;
}

ul#sliding-navigation_dx li.sliding-element a:hover {
	color: #ffff66;
}

/* fine sliding navigation dx*/
.tab_descr_min {
	padding-right: 0px;
	width: 350px;
	color: #666666;
	background: #fff repeat-y;
	border: 1px solid #cccccc;
	text-decoration: none;
}

.tab_descr_min_dx { /*width:180px;*/
	color: #ffffff;
	background: #999999;
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 1px;
	text-align: left;
	font-weight: normal;
	text-transform: none;
}

.div_pop { /*width:180px;*/
	color: #ffffff;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 0px;
	text-align: left;
	font-weight: normal;
	text-transform: none;
	width: 272px;
	height: 148px;
	display: table-cell;
	overflow: hidden;
}

.div_pop_dx { /*width:180px;*/
	color: #ffffff;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 0px;
	text-align: left;
	font-weight: normal;
	text-transform: none;
	width: 272px;
	height: 100px;
	display: table-cell;
	overflow: hidden;
}

.tab_pop {
	background-color: #999999;
}

#pop_dx {
	background-color: #999999;
}

.visualizzatore_ricerca { /*background-color: #cccccc;*/
	background-image: url("images/bg_ricerca.jpg");
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 156px;
	height: 355px;
	display: none;
	overflow: auto; /* important */
}

.lilabel {
	display: block;
	text-align: left;
	padding: 0px;
	font-size: 6pt;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	padding-top: 2px;
}

.lilabelline { /*background-color:#ffffff;*/
	display: table-cell;
	text-align: left;
	padding: 0px;
	font-size: 6pt;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	padding-top: 2px;
	width: 30%;
}

.pop_label {
	border-bottom: 1px solid #333333;
	text-align: left;
	padding: 0px;
	font-size: 6pt;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	padding-top: 2px;
	width: 30%;
}

.livalore {
	padding-top: 0px;
	display: block;
	color: #ffffff;
	text-align: left;
	font-weight: normal;
	text-transform: none;
	font-size: 8pt;
}

.pop_valore { /*padding-top: 0px;
	display:inline;
	color: #ffffff;
	text-align:left;
	font-weight:normal;
	text-transform: none;
	font-size: 8pt;*/
	border-bottom: 1px solid #666666;
	width: 70%
}

.pop_valore a { /*font-size: 12pt;*/
	color: #fff;
	text-decoration: blink;
}

/* STILE PER DETTAGLIO VEICOLO */
.modal {
	background-color: #cccccc;
	display: none;
	width: 850px;
	height: 580px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -50px;
	top: 0px;
	text-align: left;
	border: 1px solid #ffffff;
	opacity: 0.95;
	/*   -moz-border-radius:6px; 
    -webkit-border-radius:6px; */
	-moz-box-shadow: 0 0 50px #ccc;
	-webkit-box-shadow: 0 0 50px #ccc;
}

.modal h3 {
	background-color: #f3f3f3;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 0 1px 20px;
	border-bottom: 1px solid #ffffff;
	font-size: 11px;
	text-transform: uppercase;
}

.tab_descr {
	margin-top: 10px;
	padding-right: 0px;
	width: 830px;
	color: #666666;
	background: #fff url(tab_bg.jpg) repeat-y;
	border: 1px solid #000000;
	text-decoration: none;
}

/* FINE STILE PER DETTAGLIO VEICOLO */
.dim0 {
	font-size: 8px;
}

.dim1 {
	font-size: 10px;
}

.dim2 {
	font-size: 12px;
}

.dim3 {
	font-size: 14px;
}

.dim4 {
	font-size: 16px;
}

.dim1 a {
	color: #4E4741;
	text-decoration: none;
}

.dim2 a {
	color: #4E4741;
	font-size: 12px;
	text-decoration: none;
}

.dim3 a {
	color: #4E4741;
	font-size: 14px;
	text-decoration: none;
}

.dim4 a {
	color: #4E4741;
	font-size: 16px;
	text-decoration: none;
}

.pop_descr {
	width: 33%;
	display: table-cell;
	padding-top: 5px;
	padding-bottom: 5px;
}

#gallery {
	margin-top: 2px;
	padding-right: 0px;
	width: 848px;
	height: 385px;
	color: #ffffff;
	background-color: #000000;
	border: 1px solid #ffffff;
	text-decoration: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 0.8em;
	line-height: 1.4em;
	padding: 1em 0;
	margin: 0;
}

.foto_lavora {
	padding: 0px;
	float: right;
	position: relative;
	/*display: none;*/
	border: 0px;
}

.foto_contatti {
	display: inline-block;
	padding: 0px;
	float: left;
	position: relative;
	/*display: none;*/
	border: 0px;
}

.form_lavora label {
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	color: #666666;
	float: left;
	font-size: 9px;
	display: block;
}

.form_lavora input {
	border: 1px solid #999999;
	margin: 3px;
	padding: 0px;
	height: 12px;
	font-size: 9px;
	background: #ffffff;
}

.form_lavora select {
	border: 1px solid #999999;
	margin: 3px;
	padding: 0px;
	height: 16px;
	font-size: 9px;
	background: #ffffff;
}

.form_lavora input[type="image"] {
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: 15px;
}


.rientro {
	margin-left: 15px;
}

.rientro2 {
	margin-left: 40px;
}

/* numero pagine */
.numero_pagine {
	font-family: tahoma;
	font-size: 10px;
	height: 12px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	width: auto;
	text-align: center;
	float: right;
}

.numero_pagine a {
	text-decoration: none;
	color: #666666;
}

.numero_pagine .numero {
	width: 20px;
	height: 16px;
	padding-top: 2px;
	border: 1px #CCCCCC solid;
	color: #333333;
	float: left;
	text-align: center;
	margin-right: 5px;
	background-color: #FFFFFF
}

.numero_pagine .numero input {
	width: 18px;
	height: 14px;
	border: 0px;
	outline: none;
}

.numero_pagine .numero_selezionato {
	color: #333333;
	background-color: #ccc
}

.numero_pagine .prev_next {
	height: 16px;
	padding-top: 2px;
	border: 1px #CCCCCC solid;
	color: #333333;
	float: left;
	text-align: center;
	margin-right: 5px;
	background-color: #FFFFFF
}

.testo_contatti{
	font-size: 9px;
}

#f_sx_left {
	background-image: url("images/sponsor_a.jpg")
}
/* fine */
