body{
	background-image:url(../img/body_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #b5b5b5;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:0;
	margin:0;
}

table{
	table-layout: fixed;
}

a img{
	border: 0;
}

.bold{
	font-weight: bold;
}

.green{
	color:#228b22;
}

.red{
	color:#b22222;
}

.blue{
	color:#28478A;
}

div#container div#mainContainer div#topPage div#container_testo div#body .center{
	text-align: center;
}

button{
	background-image:url(../img/bottone_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 115px;
	height: 28px;
	background-color: transparent;
	color:#4d688e;
	border: 0;
	font-weight: bold;
	font-size:14px;
	cursor:hand;
	cursor:pointer;
	outline: 0;
}


button:hover{
	background-position: bottom center;
	color:#fff;
}

.btn_avanti{
	background-image:url(../img/btn_avanti.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 26px;
	margin-top:20px;
	margin-left: 40px;
}

div.btn_container{
	margin-top:20px;
	float:right;
	margin-right:40px;
}

div#topPage a.btn_avanti, div#topPage a.btn_avanti:visited{
	display: block;
	width:115px;
	height:26px;;
	background-image: url(../img/btn_avanti.jpg);
	background-position: top;
	background-repeat: no-repeat;
	float:right;
	margin-top: 20px;
	margin-right:40px;
}

div#topPage a.btn_avanti:hover{
	background-position: bottom;
}

div#topPage a.btn_indietro, div#topPage a.btn_indietro:visited{
	display: block;
	width:115px;
	height:26px;;
	background-image: url(../img/btn_indietro.jpg);
	background-position: top;
	background-repeat: no-repeat;
	float:left;
	margin-top: 20px;
	margin-left:40px;
}

div#topPage a.btn_indietro:hover{
	background-position: bottom;
}

div#topPage a.v:hover{
	background-position: bottom;
}


div#container{
	width:1009px;
	margin:0 auto;
	position:relative;
}

div#container div#mainContainer{
	overflow: hidden;
	padding:0;
	margin:0;
}

div#container div#mainContainer div.leftshadow{
	width:100%;	
	background-image: url(../img/left-shadow.png);
	background-position: left;
	background-repeat: repeat-y;
}

div#container div#mainContainer div.rightshadow{
	width:100%;	
	background-image: url(../img/right-shadow.png);
	background-position: right;
	background-repeat: repeat-y;
}


div#container div#menu_superiore{
	position:absolute;
	background-image: url(../img/menu_top_sicurauto_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	width:995px;
	height:38px;
	overflow: hidden;	
	padding-top:122px;
	top:6px;
	left:7px;
}

div#container div#menu_superiore ul {
	height:35px;
	list-style-type: none;	
	position:relative;
}


div#container div#menu_superiore li {
	float:left;
	height:35px;
	background-image: url(../img/separatore_menu_superiore.jpg);
	background-position: top right;
	background-repeat: no-repeat;	
	padding-right:1px;
}

div#container div#menu_superiore li a,div#container div#menu_superiore li a:visited{
	height:14px;
	display: block;
	float:left;
	font-weight: bold;
	font-size:11px;
	text-decoration:none;	
	overflow: hidden;
	padding:20px 5px 2px 5px;
	color:#333333;
	margin:0;
}


div#container div#menu_superiore li a.active, div#container div#menu_superiore li a.active:visited, div#container div#menu_superiore li.sottomenu a.active, div#container div#menu_superiore li.sottomenu a.active:visited{
	background-image: url(../img/menu_top_active.jpg);
	background-position: top;
	background-repeat: repeat-x;	
	text-decoration: none;
	border:1px solid #fff;
	border-bottom:0;	
	padding:19px 4px 2px 4px;
	color:#252525;
	margin:0;
}


div#container div#menu_superiore li a img{
	border:0;
	margin:0;
	vertical-align: middle;
	margin-top: -6px;
}

div#container div#mainContainer{
	position:absolute;
	top:220px;
	width:1009px;
}

div#container div#mainContainer div#title{
	position:relative;
	background-image: url(../img/title_bg.jpg);
	background-position:top  center;
	background-repeat: no-repeat;
	width:100%;
	height:42px;
}

div#container div#mainContainer div#title h1{
	text-transform:uppercase;
	font-size:20px;
	position:relative;
	top:5px;
	left:25px;
	color:#b7b7b7;
	width:990px;
}


div#container div#mainContainer div#title span.light{
	color: white;
}


div#container div#mainContainer div#title h1.shadow{
	text-transform:uppercase;
	font-size:20px;
	position:absolute;
	top:6px;
	left:26px;
	color:#000000;
	width:990px;
}


div#container div#mainContainer div#title span.gradient{
	position:absolute;
	display:block;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:url(../img/title_gradient.png) repeat-x;
}


div#container div#mainContainer div#topPage{
	background-image:url(../img/page_top_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #fff;
	border: 1px solid #fff;
	border-top: 0;
	border-bottom: 0;
	width:955px;
	margin:0 auto;
	padding:10px 20px;
}

div#container div#mainContainer div#topPage h1{
	font-size:24px;
	margin-bottom: 20px;
}

div#container div#mainContainer div#topPage h2{
	font-size:20px;
	margin-bottom: 20px;
}

div#container div#mainContainer div#topPage h3{
	font-size:18px;
	margin-bottom: 20px;	
}


div#container div#mainContainer div#topPage div#foto_etilometro{
	position:relative;
	float:left;
}

div#container div#mainContainer div#topPage div#foto_etilometro div.bags{
	position:absolute;
	right:-70px;
	z-index:999;
}

div#container div#mainContainer div#topPage div#foto_etilometro div#prezzo{
	bottom:20px;
	color:white;
	font-weight: bold;	
	width:88px;
	height:58px;
	background-image: url(../img/prezzosicurauto_bg.png);
	background-position: center;
	background-repeat: no-repeat;	
	text-align: center;
	padding:60px 10px 10px 10px;
	font-size:18px;
}

div#container div#mainContainer div#topPage div#foto_etilometro div#offerta{
	bottom:0px;
	width:80px;
	height:70px;
	background-image: url(../img/sconto_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	color:#fff;
	font-size:14px;
	position: absolute;
	font-weight:bold;
	padding:10px;
	text-align: center;
	padding-top:20px;
}

div#container div#mainContainer div#topPage div#foto_etilometro div#offerta p.big{
	font-size:18px;
}


div#container div#mainContainer div#topPage div#foto_etilometro div#prezzo p{
	margin-bottom:10px;
}

div#container div#mainContainer div#topPage div#foto_etilometro div#prezzo .small{
	font-size:14px;
}

div#container div#mainContainer div#topPage div#foto_etilometro div#spedizione{
	bottom:160px;
	width:106px;
	height:38px;
	background-image: url(../img/spedizione_bg.png);
	background-position: center;
	background-repeat: no-repeat;
}

div#container div#mainContainer div#topPage div#foto_etilometro div#elettrochimico{
	top:25px;
	width:106px;
	height:53px;
	background-image: url(../img/elettrochimico.png);
	background-position: center;
	background-repeat: no-repeat;
}

div#container div#mainContainer div#topPage div#foto_etilometro div#semiconduttore{
	top:25px;
	width:106px;
	height:53px;
	background-image: url(../img/semiconduttore.png);
	background-position: center;
	background-repeat: no-repeat;
}


div#container div#mainContainer div#topPage div#box_dati{
	float:right;
	background-image: url(../img/box_dati.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width:539px;
	height:338px;
	padding:10px 20px;
	font-size:13px;
	line-height: 1.3em;
	text-align: justify;
	color:#252525;
	overflow: hidden;
}

div#container div#mainContainer div#topPage div#box_dati div#menu_box_dati{
	background-image: url(../img/menu_box.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width:432px;
	height:37px;
	float:right;
	margin-bottom:15px;
	text-align: center;
	overflow: hidden;
}



div#container div#mainContainer div#topPage div#box_dati div#menu_box_dati ul {
	width:420px;
	height:40px;
	margin:0 auto;
	list-style-type: none;
	list-style-image: none;
}

div#container div#mainContainer div#topPage div#box_dati div#menu_box_dati div.separatore {
	background-image: url(../img/separatore_menu_box.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;	
	height:35px;
	width:3px;
	float:left;
}

div#container div#mainContainer div#topPage div#box_dati div#menu_box_dati li {
	float: left;
	margin: 0;
	padding: 0;
	background-image: url(../img/separatore_menu_box.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;	
	height:35px;
	padding-top:1px;
	padding-right:2px;
}

div#container div#mainContainer div#topPage div#box_dati div#menu_box_dati li a,div#container div#mainContainer div#topPage div#box_dati div#menu_box_dati li a:visited{
	display: block;
	float:left;
	color:#ffffff;
	font-weight: bold;
	font-size:12px;
	text-decoration:none;
	text-align: center;
	padding:10px 5px;
	height:15px;
}


div#container div#mainContainer div#topPage div#box_dati div#menu_box_dati li a:hover,div#container div#mainContainer div#topPage div#box_dati div#menu_box_dati li a.active, div#container div#mainContainer div#topPage div#box_dati div#menu_box_dati li a.active:visited{
	color:#142a49;
	background-image: url(../img/menu_box_active.jpg);
	background-position: top;
	background-repeat: repeat-x;	
}


div#container div#menu_superiore li a:hover{
	text-decoration:underline;
}


div.clear{
	width:100%;
	height:1px;
	display: block;
	clear:both;
}

div#container div#mainContainer div#topPage div#box_dati div.container_schede{
	position: relative;
	overflow: hidden;
	width:519px;
	height:270px;
	margin: 0 auto;
}

div#container div#mainContainer div#topPage div#box_dati h3{
	margin:15px 0 5px 0;
}


div#container div#mainContainer div#topPage div#box_dati div.scheda{
	position: absolute;
	width:519px;
	height:270px;
	font-weight: normal;
}

div#container div#mainContainer div#topPage div#box_dati div.big{
	height:560px;
}

div#container div#mainContainer div#topPage div#box_dati div.scheda ul{
	padding-left:15px;
}

div#container div#mainContainer div#topPage div#box_dati div.scheda ul li{
	background-image: url(../img/li_check.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left:25px;
	margin-bottom:3px;
}	


div#container div#mainContainer div#topPage  a.acquista,div#container div#mainContainer div#topPage  a.acquista:visited{
	margin:40px 0 40px 40px;
	display: block;
	width:204px;
	height:56px;;
	background-image: url(../img/acquista_big.jpg);
	background-position: top;
	float:left;
}

div#container div#mainContainer div#topPage  a.acquista:hover{
	background-position: bottom;
}

div#container div#mainContainer div#topPage div#icone{
	float:right;
	width: 540px;
}

div#container div#mainContainer div#topPage div#icone img{
	margin-right:20px;
}



.middle{
	vertical-align: middle;
}

div#container div#mainContainer div#bottomPage{
	background-image:url(../img/page_bottom_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #d9d9d9;
	border: 1px solid #fff;
	border-top: 0;
	border-bottom: 0;
	width:955px;
	margin:0 auto;
	padding:10px 20px 60px 20px;
	height: 100%;
}

div#container div#mainContainer div#bottomPage .small{
	font-size:10px;
}

div#container div#mainContainer div#bottomPage div.title{
	position:relative;
	display: block;
	clear:both;	
	margin-bottom:20px;
	margin-left:10px;
	height:20px;
}

div#container div#mainContainer div#bottomPage h2{
	color:#ffffff;
	font-size:24px;
	position:absolute;
}


div#container div#mainContainer div#bottomPage h2.shadow{
	color:#535353;
	font-size:24px;
	position:absolute;
	top:2px;
	left:2px;
}


div#container div#mainContainer div#bottomPage div.accessorio h3{
	color:#fff;
	text-align: center;
	display: block;
	background-image:url(../img/bottom_bar_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;		
	height:29px;
	width:100%;	
	padding-top:15px;
}


div#container div#mainContainer div#bottomPage div.accessorio{
	width:220px;
	height:450px;
	float:left;
	margin-right:23px;
	position:relative;
	text-align: justify;
	overflow: hidden;
}


div#container div#mainContainer div#bottomPage div.accessorio div{
	background-image: url(../img/accessori_bg.jpg);
	background-position: top;
	background-repeat: repeat-x;

	background-color: #fff;
	height:430px;
	padding:0 10px ;
	
	border-left:1px solid #a4a4a4;
	border-right:1px solid #a4a4a4;
}


div#container div#mainContainer div#bottomPage div.accessorio p{
	padding:5px 10px ;
}

div#container div#mainContainer div#bottomPage div.accessorio img{
	margin:0 auto;
	display: block;
}

div#container div#mainContainer div#bottomPage div.accessorio a{
	position:absolute;
	bottom:0;
	left:0;
	display: block;
	width:210px;
	height:36px;
	background-image: url(../img/acquista_accessorio.jpg);
	background-position: top;
	background-repeat: no-repeat;
	color:#fff;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	padding-top:5px;
	padding-right:10px;
}

div#container div#mainContainer div#bottomPage div.accessorio a:hover{
	background-position: bottom;
	color:#254a7f;
}


div#container div#mainContainer div#bottomPage div.accessorio.ultimo{
	margin:0;
}


div#container div#mainContainer div#footer{
	margin-left:7px;
	width:975px;
	height:20px;
	padding:5px 10px;
	font-size: 12px;
	background-color: #454545;
	color:#e4e4e4;
	text-align: center;
	border-top: 1px solid #2e2e2e;
	border-bottom: 1px solid #0d0d0d;
}


div#container div#mainContainer div#bottom_bar{
	width:955px;
	display: block;
	clear: both;
	padding:5px 20px;
}

div#container div#mainContainer div#footer b{
 color:#fafafa;
}

div#container div#mainContainer div#footer a,div#container div#mainContainer div#footer a:visited{
 color:#fafafa;
}

label.error{
	color:#df0000;
}


table.tabellainput td{
	padding-bottom:10px;
	vertical-align:middle;
}

div#destra{
	float:right;
	margin-right:5px;	
}


div#sinistra{
	float:left;
	margin-left:5px;
}

div.riquadro_alto{
	background-image: url(../img/big_bg.gif);
	background-position: center;
	background-repeat: no-repeat;
	width:400px;
	height:520px;
	padding:15px 30px;	
}

div.riquadro_basso{
	background-image: url(../img/small_bg.gif);
	background-position: center;
	background-repeat: no-repeat;
	width:400px;
	height:220px;
	padding:15px 30px;
}


div#container div#mainContainer div#topPage div#container_testo div#body  table.confronto{
	table-layout: fixed;
	font-size:11px;
	width:100%;
	color:#2c2c2c;
}

div#container div#mainContainer div#topPage div#container_testo div#body table.confronto tr th{ 
	font-weight: bold;
	text-align: center;
	background-image: url(../img/th_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: transparent;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size:16px;
	font-weight: bold;
	color:#fff;
	border-right:1px solid #849ac1;
	padding:0;
	margin:0;
}

div#container div#mainContainer div#topPage div#container_testo div#body table.confronto tr th.empty{
	background-image: none;
	background-color: transparent;
	border:0;
	
}

div#container div#mainContainer div#topPage div#container_testo div#body table.confronto tr th.left{
	background-image:url(../img/th_corner_left.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
}

div#container div#mainContainer div#topPage div#container_testo div#body table.confronto tr th.right{
	background-image:url(../img/th_corner_right.png);
	background-position:  top right;
	background-repeat: no-repeat;
	background-color: transparent;
	border:0;
}



div#container div#mainContainer div#topPage div#container_testo div#body table.confronto tr td{ 
	background-color: #eee;
	height: 40px;
	vertical-align: middle;
	text-align: center;
	padding:10px 0;
	border-right: 1px solid #aaaaaa;
}


div#container div#mainContainer div#topPage div#container_testo div#body table.confronto tr td.odd{ 
	background-color: #f4f4f4;
	border-right: 1px solid #aaaaaa;
}


div#container div#mainContainer div#topPage div#container_testo div#body table.confronto tr td.entry{ 
	background-image: url(../img/td_v_bg.png);
	background-position: top right;
	background-repeat: repeat-y;
	background-color: transparent;
	text-align: right;
	padding-right: 10px;
	border:0;
	color:#fff;
	background-color:#787877;
	vertical-align: middle;
	font-size:12px;
	font-weight: bold;
	border-right: 1px solid #fff;
}

div#container div#mainContainer div#topPage div#container_testo div#body table.confronto tr.odd td.entry{
	color:#fff;
	vertical-align: middle;
	background-color:#959595;
	border:0;
	background-image: url(../img/td_v_odd_bg.png);
	border-right: 1px solid #fff;
}

div#container div#mainContainer div#topPage div#container_testo div#body table.confronto tr.top td.entry{
	vertical-align: middle;
	background-color:#787877;
	border-right: 1px solid #fff;
}
	
div#container div#mainContainer div#topPage div#container_testo div#body table.confronto tr.top.odd td.entry{
	color:#fff;
	vertical-align: middle;
	background-color:#959595;
	border-right: 1px solid #fff;	
}

div#container div#mainContainer div#topPage div#container_testo div#body table.confronto tr.prezzo td.entry{
	vertical-align: middle;
	background-color:#959595;
	border:0;
	border-right: 1px solid #fff;
}


div#container div#mainContainer div#topPage div#container_testo div#body table.confronto tr.odd td{ 
	background-color: silver;
	border-right: 1px solid #b9b9b9;
	color:#111111;
}


div#container div#mainContainer div#topPage div#container_testo div#body table.confronto tr.odd td.odd{ 
	background-color: #c8c8c8;
	border-right: 1px solid #b9b9b9;
	color:#242424;
}

div#container div#mainContainer div#topPage div#container_testo div#body table.confronto tr.prezzo td,
div#container div#mainContainer div#topPage div#container_testo div#body table.confronto tr.prezzo td.odd{ 
	background-color:#b51b00;
	color:#fff;
	font-weight: bold;
	font-size:14px;
	border-right: 1px solid #931600;
}

div#container div#mainContainer div#topPage div#container_testo div#body table.confronto tr.prezzo td.entry.odd{ 
	background-color:#787877;
}

div#container div#mainContainer div#topPage div#container_testo div#body table.confronto tr.prezzo td.odd{ 
	background-color:#c41d00;
}

div#container div#mainContainer div#topPage div#container_testo div#body table.confronto tr td p{ 
	text-align: center;
	margin-bottom:5px;
}

div#container div#mainContainer div#topPage div#container_testo div#body table.confronto tr.top td{ 
	vertical-align: top;
}

div#container div#mainContainer div#topPage div#container_testo div#body table.confronto tr.end td a,div#container div#mainContainer div#topPage div#container_testo div#body table.confronto tr.end td a:visited{
	font-size:14px;
	font-weight: bold;
	color:#fff;
	text-decoration: none;
}

div#container div#mainContainer div#topPage div#container_testo div#body table.confronto tr.end td a:hover{
	text-decoration: underline;
}

div#container div#mainContainer div#topPage div#container_testo div#body table.confronto tr.end td.empty{
	background-image: none;
	background-color: transparent;
	border:0;
	
}

div#container div#mainContainer div#topPage div#container_testo div#body table.confronto tr.end  td{
	font-weight: bold;
	text-align: center;
	background-image: url(../img/td_end_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: transparent;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size:16px;
	font-weight: bold;
	color:#fff;
	border-right:1px solid #849ac1;
	padding:0;
}

div#container div#mainContainer div#topPage div#container_testo div#body table.confronto tr.end  td.left{
	background-image:url(../img/td_end_corner_left.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
}

div#container div#mainContainer div#topPage div#container_testo div#body table.confronto tr.end  td.right{
	background-image:url(../img/td_end_corner_right.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: transparent;
	border:0;
}

div#container div#mainContainer div#topPage div#container_testo div#body div.faq{
	margin-bottom:50px;
}

.label{
	width:150px;
	float:left;
	font-weight:bold;
	clear:left;
}

.row{
	clear:both;
	margin-bottom:5px;
}


.destra{
	float:right;
}

.sinistra{
	float:left;
}

h3.error{
	color:#b00000;
	font-size:10px;
	display: block;
	text-align: center;
}

div#container div#mainContainer div#topPage div#container_testo div#body div.biglietto{
	width:650px;
	height:350px;
	padding-top:25px;
	background-color:#fff;
	border:1px solid #aeaeae;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	margin-bottom:40px;
}

div#container div#mainContainer div#topPage div#container_testo div#body div.biglietto p{
	line-height: 1em;
}

div#container div#mainContainer div#topPage div#container_testo div#body div.biglietto p b{
	width:75px;
	display:block;
	float:left;
}

div#container div#mainContainer div#topPage div#container_testo div#body div.biglietto div{
	width:575px;
	padding:25px 0 25px 25px;
	
}

div#container div#mainContainer div#topPage div#container_testo div#body div.biglietto p.big{
	font-size:18px;
	font-weight:bold;
	text-align:right;
}

div.commento{
	background-color:#f8f8f8;
	border:1px solid #bebebe;
	border-left:10px solid #8fbc8f;
	padding:10px 20px;
}

div#commenti{
	background-image: url(../img/articoli/sfondo_articoli.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width:725px;
	height:450px;
	position: relative;
	margin-bottom:40px;
}

div#bg_commenti{
	background-color:#000;
	width:400px;
	height:150px;
	position:absolute;
	right:10px;
	top:250px;
	opacity:0.8;
	filter:(alpha=80);

}


div#commento{
	width:370px;
	height:120px;
	position:absolute;
	right:10px;
	top:250px;
	padding:15px;
	color:#fff;
}

a.manuale,a.manuale:visited{
	float:right;
	margin-top:40px;
	margin-right:350px;
	font-size:20px;
	text-decoration:none;
	font-weight: bold;
	color: #b22222;
}

a.manuale:hover{
	text-decoration:underline;
}

div#newsletter{
	width:208px;
	height:252px;
	background-image: url(../img/newsletter_bg.gif);
	background-position: top center;
	background-repeat: no-repeat;	
	text-align:center;
	color:#fff;
	padding-top:10px;
	line-height:1.5em;
	font-size:12px;
	margin:0 auto;
}

div#newsletter h3{
	font-size:12px;
	margin-bottom:10px;
}

div#newsletter a,div#newsletter a:visited{
	color:#fff;
	text-decoration:underline;
}











/* main vertical scroll */
div#container_testo  #scroller_container {
	margin-top:5px;
}

div#container_testo  #main {
	position:relative;
	overflow:hidden;
	height: 300px;
}

/* root element for pages */
div#container_testo  #pages {
	position:absolute;
	height:20000em;
}

/* single page */
div#container_testo .page {
	height: 300px;
	width:709px;
}

/* root element for horizontal scrollables */
div#container_testo  .scrollable {
	position:relative;
	overflow:hidden;
	width: 709px;
	height: 300px;
}

/* root element for scrollable items */
div#container_testo .scrollable div#container_testo  .items {
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
div#container_testo .item {
	float:left;
	cursor:pointer;
	width:709px;
	height:300px;
	position: relative;
}

div#container_testo .item img{
	z-index:1;
}


/* main navigator */
div#container_testo  #main_navi {
	float:left;
	padding:0px !important;
	margin:0px !important;
	width:260px;
}

div#container_testo  #main_navi li {
	float:left;
	height:60px;
	list-style-type:none;
	width:257px;
	cursor:pointer;
	margin:0;
	overflow: hidden;

}

div#container_testo  #main_navi li a{
	background-position: top;
	height:60px;
	width:217px;
	margin-left:15px;
	display:block;
}

div#container_testo  #main_navi li a#ibreath{
	background-image:url('../img/btn_home/btn_ibreath.jpg')
}
div#container_testo  #main_navi li a#semiconduttore{
	background-image:url('../img/btn_home/btn_semiconduttore.jpg')
}
div#container_testo  #main_navi li a#elettrochimico{
	background-image:url('../img/btn_home/btn_elettrochimico.jpg')
}
div#container_testo  #main_navi li a#collegamento_pc{
	background-image:url('../img/btn_home/btn_pc.jpg')
}
div#container_testo  #main_navi li a#moneta{
	background-image:url('../img/btn_home/btn_etilometro_moneta.jpg')
}


div#container_testo  #main_navi li a:hover {
	background-position: bottom;
}

div#container_testo  #main_navi li.active a{
	background-position: bottom;
}

div#container_testo #main_navi img {
	float:left;
}

div#container_testo #main_navi strong {
	display:block;
}

div#container_testo  #main div.navi {
	margin-left:217px;
	cursor:pointer;
}















div#container div#sotto_menu{
	position:absolute;
	top:166px;
	left:7px;
	background-image: url(../img/sotto_menu.png);
	background-position: top;
	background-repeat: no-repeat;
	width:995px;
}


div#container div#sotto_menu  ul {
	list-style-type: none;
}


div#container div#sotto_menu li {
	float:left;
	background-image: url(../img/separatore_sotto_menu.jpg);
	background-position: top right;
	background-repeat: no-repeat;	
	padding-right:1px;
}


div#container div#sotto_menu li a,div#container div#sotto_menu li a:visited{
	display: block;
	float:left;
	padding:14px 5px 5px 5px;
	color:#393939;
	font-weight: bold;
	font-size:12px;
	text-decoration:none;	
}

div#container div#sotto_menu li a:hover,div#container div#sotto_menu li a.active,div#container div#sotto_menu li a.active:visited{
	background-image: url(../img/sotto_menu_active.jpg);
	background-position: top right;
	background-repeat: repeat-x;		
	color:#fff;
}

div#container div#sotto_menu li a.disattiva, div#container div#sotto_menu li a.disattiva:visited{
	color:#858585;
}

div#container div#sotto_menu li a.disattiva:hover{
	background-image: none;
	cursor: default;
}

div#container div#sotto_menu li ul.tendina{
	width:auto;
	background-color: #eee;
	border:1px solid #fff;
	z-index:900;
	display: none;
	margin:0;
	padding:0;
	position: absolute;
	top:30px;
	width:200px;
}

div#container div#sotto_menu li ul.tendina li{
	display:block;
	width:100%;
	float:none;
	background:none;	
	overflow: hidden;
}

div#container div#sotto_menu li ul.tendina li a{
	background:none;	
	width:100%;
	display: block;
	border-bottom: 1px solid #eee;
}

div#container div#sotto_menu li ul.tendina li a:hover{
	background:none;	
	color:#fff;
	background-color: #40577B;
	border-bottom: 1px solid #5675a7;
}

div#assistenza{
	position:absolute;
	top:15px;
	left:50%;
	margin-left:260px;
	z-index:999;
}

div#container div#mainContainer div#topPage div#body div#sliderGallery ul li a div.offerta {
padding-top:15px;
height:40px;
}

div#container div#mainContainer div#topPage div#body div#sliderGallery ul li a div.bollino_prezzo {
padding-top:15px;
height:45px;
}
