@charset "utf-8";
/* CSS Document */

/*dealers*/
.flag_ita{
	background: url(../images/bandiera-italiana.jpg) no-repeat;
	width: 150px;
	padding-left: 40px;
}

.flag_usa{
	background: url(../images/bandiera-usa-stati-uniti.jpg) no-repeat;
	width: 150px;
	padding-left: 40px; 
}

.flag_isr{
	background: url(../images/Bandiera_Israele.jpg) no-repeat;
	width: 150px;
	padding-left: 40px; 
}

/*form richiesta catalogo*/
.login-form{
	text-align:left;
	width:300px;
}	
	
.label_login{
	font-weight:bold;
	display:block;
	width:80px;
	float:left;
	text-align:right;
	padding-right:5px;
}	

.label_login_err {
	font-weight:bold;
	display:block;
	width:80px;
	float:left;
	text-align:right;
	padding-right:5px;
	color: red;
}

.button {
	background:#fff;
	outline: 1px solid #fff;
	color:#000000;
	text-align:center;
	padding:3px;
	font-family: 'QuicksandBook', Tahoma, Geneva, sans-serif;
	border:1px solid #999999;
}

.contenitore_images{
	position: relative;
}
/*inizio allegati*/	
.allegati{
	float:left;
	padding:5px;
	padding-left:30px;
	background:url(../images/iconePDF.png) no-repeat;
	z-index:100000;
	position:relative;
}

.allegati a{
	color:#FFFFFF;
}

.allegati a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.allegati a:visited{
	color:#FFFFFF;
}

.allegati a:active{
	color:#FFFFFF;
}
/*fine alleati*/

/*inizio link nella news*/
.link a{
	color:#FFFFFF;
	position:relative;
	z-index:100000;
}

.link a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

.link a:visited{
	color:#FFFFFF;
}

.link a:active{
	color:#FFFFFF;
}
/*fine link nella news*/

.titolo_news{
	font-size:16px;
	border-bottom: 1px solid #999999;
}

/*dealers*/
.rosso{
	margin:10px;
	float:left; 
	width:200px;
	border:1px solid #999999;
	padding:5px;
	padding-left:35px;
	height:85px;
	background:url(../images/puntina_rossa.png) no-repeat;
}

.giallo{
	margin:10px;
	float:left; 
	width:200px;
	border:1px solid #999999;
	padding:5px;
	padding-left:35px;
	height:85px;
	background:url(../images/puntina_gialla.png) no-repeat;
}

.giallo a{
	color: #ffe600;
	position:relative;
	z-index:100000;
}

.giallo a:hover{
	color:#ffe600;
	text-decoration:underline;
}

.giallo a:visited{
	color:#ffe600;
}

.giallo a:active{
	color:#ffe600;
}

.blu{
	margin: 10px;
	float:left; 
	width:200px;
	border:1px solid #999999;
	padding:5px;
	padding-left:35px;
	height:85px;
	background:url(../images/puntina_blu.png) no-repeat;
}

.verde{
	margin: 10px;
	margin-left: 10px;
	float:left; 
	width:200px;
	border:1px solid #999999;
	padding:5px;
	padding-left:35px;
	height:85px;
	background:url(../images/puntina_verde.png) no-repeat;
}

.mappa{
	background:url(../images/mappa.jpg); 
	width:800px; 
	height:408px; 
	margin-top:300px;
}
/* fine dealer*/
.img{
	padding:10px;
	float:left;
	margin-left:-20px;
}

.content_news{
	height:150px;
}

/*icona gallery*/

.ico_gallery{
	background:url(../images/photo-gallery.png) no-repeat;
	float:left; 
	padding:5px;
	padding-left:25px;
	height:85px;
	}
	
.eleGallery{
	position:absolute;
	visibility:hidden;
	display:none;
	width:600px;
	height:410px;
	background-color:#000;
	z-index:2000;
	top:150px;
	left:360px;
	color:#FFFFFF;
}

.eleGalleryVisible {
	visibility:visible;
	display:block;
}

.intro{
	position:absolute;
	display:block;		
	/*background:#000 url(../images/logo.jpg) no-repeat right center;*/
	background:#000;
	z-index:2000;
	top:0;
	left:0;
	color:#FFFFFF;
	text-align:right;
}