@charset "utf-8";

/*ul.aperto{display:block;}*/

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  border: none;
  color: #676565;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
}

ul {
  list-style: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.bb {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.pt {
  padding-top: 10px;
}

.pl {
  padding-left: 13px;
}

.justify {
  text-align: justify;
}

#register-btn {
	cursor: not-allowed;
}

body {
  /*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family:Tahoma, Geneva, sans-serif;*/
  font-family: Verdana, Geneva, sans-serif;
  background-color: #ddd;
}

#page {
  width: 1280px;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
}


/********************************************************* HEADER ******************************************************************/

#header_home {
  width: 100%;
}

#header {
  width: 100%;
  height: 175px;
}


/* #header_distributori{
	width:100%;
	height:650px;
}

#banner_distributori{

} */

#top {
  width: 100%;
  height: 93px;
  background: url(../images/header.png) no-repeat;
}

#logo {
  padding: 5px 70px;
  /*padding:21px 70px;*/
}

#lingue {
  /* padding:32px 0 0 460px; */
  /* padding:32px 0 0 670px;  */
  padding: 32px 0 0 530px;
  color: #fff;
  width: 146px;
  overflow: hidden;
}

#lingue select {
  border: 0 !important;
  /*Removes border*/
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /* Removes Default Firefox style*/
  background: #333 url('../images/select.png') no-repeat;
  overflow: hidden;
  width: 195px;
  /*Width of select dropdown to give space for arrow image*/
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
  /*My custom style for fonts*/
  color: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 0 15px;
  box-shadow: inset 0 0 5px rgba(000, 000, 000, 0.5);
  text-transform: uppercase;
  height: 28px;
}

#lingue select option {
  padding: 5px;
  border: 0;
}


/*per nascondere la freccia del menu a tendina delle lingue*/


/*visualizza correttamente il menu a tendina a partire da ie11 */

select::-ms-expand {
  display: none;
}


/*.select {
	position: absolute;
	width: 120px;
	height: 35px;
	padding: 4px 24px 10px 10px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background: url(../images/select.png) no-repeat;
	overflow: hidden;
}

.third, .third p, .select.styled {height:35px;}*/


/*#languages{width:120px;}
#languages option{padding-left:20px;}*/


/*#languages{background:#000; color:#fff; border:1px solid #444;}*/

#ita {
  background: #000 url(../images/italiano.png) no-repeat;
}

#eng {
  background: #000 url(../images/english.png) no-repeat;
}

#fra {
  background: #000 url(../images/francais.png) no-repeat;
}

#esp {
  background: #000 url(../images/espanol.png) no-repeat;
}

#deu {
  background: #000 url(../images/deutsch.png) no-repeat;
}

#bra {
  background: #000 url(../images/brasil.png) no-repeat;
}

#ita,
#eng,
#fra,
#esp,
#deu,
#bra {
  background-position: right;
}

#social {
  padding: 30px 70px 0 0;
}


/*
#menu{
	background:url(../images/menu.png) no-repeat;
	background-color:#fff;
	height:70px;
	padding:0;
	z-index:1;
}

#menu_distributori{
	background:url(../images/menu_distributori.png) no-repeat;
	background-color:#fff;
	height:70px;
	padding:0;
	z-index:1;
}

#menu li a:hover, #menu_distributori li a:hover{
	background-position: bottom center;
}

#menu ul, #menu_distributori ul{
	padding:8px 70px;
}

#menu li, #menu_distributori li{
	position: relative;
	list-style: none;
	float:left;
	margin: 0;
	padding:0;
}

#menu li a, #menu_distributori li a{
	height: 42px;
	display: block;
	text-decoration:none;
	text-align: left;
} */

#menu {
  background: url(../images/menu.png) no-repeat;
  background-color: #fff;
  height: 70px;
  padding: 0;
  z-index: 1;
}

div#menu.clear ul.left {
  padding: 9px 0 0 90px;
}

#menu ul li {
  display: inline;
  margin-right: 8px;
}

#menu ul li a:hover {
  text-decoration: none;
}

#menu ul li a img {
  vertical-align: middle;
}

.home:hover,
.azienda:hover,
.distributori:hover,
.prodotti:hover,
.dicono_di_noi:hover,
.contatti:hover,
.search:hover {
  background-image: -moz-linear-gradient(90deg, #fefefe, #f6f6f6 25%);
  background-image: -webkit-linear-gradient(top, #fefefe, #f6f6f6 25%);
  background-image: -o-linear-gradient(top, #fefefe, #f6f6f6 25%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fefefe), color-stop(0.25, #f6f6f6));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454';
  endColorstr='#333333');
}

.home_active:hover,
.azienda_active:hover,
.distributori_active:hover,
.prodotti_active:hover,
.dicono_di_noi_active:hover,
.contatti_active:hover {
  background-image: -moz-linear-gradient(90deg, #f6f6f6, #fefefe 25%);
  background-image: -webkit-linear-gradient(top, #f6f6f6, #fefefe 25%);
  background-image: -o-linear-gradient(top, #f6f6f6, #fefefe 25%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f6f6f6), color-stop(0.25, #fefefe));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454';
  endColorstr='#333333');
}

.home,
.home_active,
.azienda,
.azienda_active,
.distributori,
.distributori_active,
.prodotti,
.prodotti_active,
.dicono_di_noi,
.dicono_di_noi_active,
.contatti,
.contatti_active,
.search {
  /* Inserisco lo sfondo gradiente */
  background: #fdfdfd;
  border: 1px solid #ccc;
  color: #6d6d6d;
  font-size: 14px;
  /*height: 40px;*/
  margin: 0 auto;
  line-height: 40px;
  padding: 8px 18px;
  position: relative;
  text-align: center;
  /* Aggiungo le ombre al testo */
  /* text-shadow: 0 -1px 1px #ddd; */
  /* Imposto i bordi arrotondati */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.home,
.azienda,
.distributori,
.prodotti,
.dicono_di_noi,
.contatti,
.search {
  /* Applico i Gradienti */
  background-image: -moz-linear-gradient(90deg, #e2e2e2, #fefefe 75%);
  background-image: -webkit-linear-gradient(top, #e2e2e2, #fefefe 75%);
  background-image: -o-linear-gradient(top, #e2e2e2, #fefefe 75%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e2e2e2), color-stop(1, #fefefe));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454';
  endColorstr='#333333';
  );
}

.home_active,
.azienda_active,
.distributori_active,
.prodotti_active,
.dicono_di_noi_active,
.contatti_active {
  /* Applico i Gradienti */
  background-image: -moz-linear-gradient(90deg, #e2e2e2, #ddd 75%);
  background-image: -webkit-linear-gradient(top, #e2e2e2, #ddd 75%);
  background-image: -o-linear-gradient(top, #e2e2e2, #ddd 75%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e2e2e2), color-stop(1, #ddd));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454';
  endColorstr='#333333';
  );
}

#menu ul li.search_form {
  margin-left: 130px;
}

a.search {
  height: 30px;
  width: 18px;
  padding: 8px 18px;
}

#cerca {
  width: 300px;
}

input[type=text] {
  padding: 6px;
  /*width: 200px;*/
  color: #444;
  -webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
  -moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
  box-shadow: inset 2px 2px 2px 0px #dddddd;
}


/* .home, .home_active{
	width:75px;
}

.azienda, .azienda_active, .distributori, .distributori_active, .prodotti, .prodotti_active, .contatti, .contatti_active{
	width:120px;
}

a.home{
	background: url(../images/home.png) no-repeat top center;
}

a.home_active{
	background: url(../images/home.png) no-repeat bottom center;
}

a.azienda{
	background: url(../images/azienda.png) no-repeat top center;
}

a.azienda_active{
	background: url(../images/azienda.png) no-repeat bottom center;
}

a.distributori{
	background: url(../images/distributori.png) no-repeat top center;
}

a.distributori_active{
	background: url(../images/distributori.png) no-repeat bottom center;
}

a.prodotti{
	background: url(../images/prodotti.png) no-repeat top center;
}

a.prodotti_active{
	background: url(../images/prodotti.png) no-repeat bottom center;
}

a.contatti{
	background: url(../images/contatti.png) no-repeat top center;
}

a.contatti_active{
	background: url(../images/contatti.png) no-repeat bottom center;
}

#menu li.search, #menu_distributori li.search{
	margin:2px 0 0 40px;
}*/

.slider-wrapper {
  width: 90%;
  margin: 0 auto;
}

.theme-default #slider {
  margin: 0 auto 0 auto;
}

.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
  margin-top: 0px;
}


/********************************************************* CONTENT ******************************************************************/

#content {
  width: 100%;
  margin: 0 0 20px 0;
  /*border: 1px solid red;*/
}

#content p,
ul.cookie {
  color: #676565;
  font-size: 13px;
  text-align: justify;
}

#content_left {
  width: 970px;
  padding-left: 20px;
}

#content_dicono_di_noi {
  width: 1145px;
  padding: 20px 0;
  margin: 0 65px;
  /*border: 1px solid red;*/
}

#content_cerca,
#content_cookie {
  width: 1145px;
  padding: 20px 0;
  margin: 0 65px 30px 65px;
  ;
  /*border: 1px solid red;*/
}

#content_cerca h2,
#content_cookie h2 {
  font-size: 16px;
  margin-top: 20px;
  color: #262626;
}

#content_cookie h3 {
  font-size: 14px;
  color: #FF5B11;
}

#content_cookie ul.list {
  padding-left: 20px;
}

#content_cookie ul.list li {
  list-style: disc;
  padding: 7px 0;
}

#content_privacy{
	text-align:center;
}

.col_destra {
  width: 915px;
  margin-left: 40px;
  /*border: 1px solid red;*/
}

.col_destra h1 {
  font-size: 18px;
  color: #1C1C1C;
}

.nome_prodotto {
  width: 915px;
  height: 70px;
}

.nome_prodotto h1 {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  padding: 5px 10px;
  background-color: #fc5309;
}

.immagini_prodotto {}

div.descrizione_prodotto {
  margin-top: 20px;
}

.tabberlive div.tabbertab div.box_video {
  text-align: center;
  margin: 20px 0;
}

.tabberlive div.tabbertab div.download {
  font-size: 13px;
}

.tabberlive div.tabbertab div.download ul {
  padding-left: 30px;
}

.tabberlive div.tabbertab div.download ul.list li {
  list-style: disc;
  color: #666;
  padding: 10px 0;
}

#content .rg-caption p {
  color: #fff;
}


/* #content_left_prodotti{
	width:250px;
	padding-left:20px;
}

#content_left_prodotti h3{
	font-size:12px;
	color:#fc5309;
	margin-bottom:10px;
}

#content_left_prodotti a{
	color:#6d6d6d;
}

#content_left_prodotti a.active{
	color:#fc5309;
}

.menu_sx{
	display:none;
	margin-left:20px;
}

.menu_sx li{
	font-size:12px;
	padding:2px 7px;
	border-left:1px solid #fc5309;
}

.menu_sx li.last{
	margin-bottom:10px;
}

#content_left_prodotti h5{
	margin-bottom:10px;
}

#content_left_prodotti h5 img{
	margin-right:10px;
}
 */

#content_left p.testo {
  text-align: justify;
}

#content_left_contatti,
#content_right_contatti {
  width: 475px;
  padding: 0 15px 0 20px;
}

#navigatore {
  padding: 20px 0 10px 0;
}

#content_right {
  width: 250px;
}

#content_right_prodotti {
  width: 710px;
  padding: 0 20px;
}

#link_correlati {
  width: 172px;
  height: 50px;
  margin: 0 33px;
  background: url(../images/link_correlati.png) no-repeat;
  text-transform: uppercase;
  padding: 18px 5px 0 5px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.box {
  /*width:216px; height:117px;*/
  width: 205px;
  height: 100px;
  /*background:url(../images/box.png) no-repeat;*/
  margin: 10px 17px;
  text-align: center;
  vertical-align: middle;
  padding: 2px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.23);
  -moz-box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.23);
  box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.23);
}

div.distributore {
  padding: 10px 0;
  color: #666;
  border-bottom: 1px solid #ccc;
}

div.distributore p span {
  font-weight: bold;
}

div.distributore p.dato {
  padding: 3px 0;
  width: auto;
}

table.elenco_distributori {
  /*width:520px;*/
  /*border: 1px solid red;*/
}

table.elenco_distributori tbody tr td {
  color: #676565;
  font-size: 13px;
  line-height: 20px;
  vertical-align: top;
  margin-bottom: 20px;
  border-bottom: 1px solid #aaa;
  /*padding: 10px 0 10px 50px;*/
  padding: 10px 0;
  width: 50%;
}

table.elenco_distributori tbody tr td.logo {
  /*text-align: center;*/
  vertical-align: top;
  /*border: 1px solid red;*/
}

table.elenco_distributori tbody tr td.logo img {
  margin-left: 30px;
}

table.elenco_distributori tbody tr th {
  color: #fc5309;
  font-size: 14px;
  padding: 10px 0;
  /*border: 1px solid red;*/
  text-align: left;
}

table.elenco_distributori tbody tr th span {
  color: #888;
  font-size: 12px;
}

table.elenco_distributori span {
  font-weight: bold;
  color: #676565;
}

.icona_distributori {
  /*margin-left:360px;*/
}

.articolo {
  width: 180px;
  padding: 4px;
  margin: 20px 50px 20px 0;
  /*border: 1px solid red;*/
}

.articolo.last {
  margin-right: 0;
}

#content #content_dicono_di_noi .articolo p {
  text-align: center;
}

#content #content_dicono_di_noi .articolo a.download {
  margin-left: 35px;
  font-size: 13px;
  color: #FB6D2C;
}

.demo {
  width: 180px;
  height: 150px;
  background-image: url("path/to/loadingplaceholder");
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
}


/* .contenitore_suddivisione_distributori{
	width:1150px;
	margin:30px 0 30px 65px;
	border: 1px solid red;
}

.suddivisione_distributori{
	min-width:32%;
	text-align: center;
}

.suddivisione_distributori a{
	font-size: 16px;
    font-weight: bold;
	color: #e9500e;
} */


/* #menu_prodotti{
	font-size: 13px;
	width: 760px;
	color: #676565;
	padding-left: 20px;
}

#menu_prodotti h3{
	color: #fc5309;
    font-size: 12px;
    margin-bottom: 10px;
}

#menu_prodotti ul li{
	margin-bottom:5px;
	border-left: 1px solid #fc5309;
    padding: 2px 7px;
}

#menu_prodotti h2.categoria{
	color: #676565;
    font-size: 14px;
    margin-bottom: 10px;
}

#menu_prodotti p.disabilita{
	color: #333;
	font-weight: bold;
    font-size: 13px;
    margin-bottom: 10px;
	padding-left: 40px;
} */

div.menu_prodotti h2 {
  color: #676565;
  font-size: 16px;
  margin-bottom: 10px;
}

.contenitore_contatti {
  /* border: 1px solid red; */
  width: 1150px;
  margin: 0 62px;
}

.contenitore_contatti img {
  margin: 30px 0;
}

.contenitore_contatti iframe {
  margin-bottom: 50px;
}

.col_form {
  width: 615px;
}

.col_mappa {
  width: 520px;
}

form.pure-form {
  margin: 30px 0 0 0;
  color: #676565;
  font-size: 13px;
}

form.pure-form input[type="text"],
form.pure-form select#preferenza {
  width: 260px;
}

hr.dot{
	border-top: 1px solid #ccc;
}

form.pure-form input[type="email"],
form.pure-form input#societa,
form.pure-form input#indirizzo,
form.pure-form textarea#messaggio,
form.pure-form #privacy,
form.pure-form #marketing {
  width: 520px;
}

form.pure-form textarea#messaggio {
  height: 100px;
}

form.pure-form.pure-form-stacked fieldset div.pure-g div.pure-u-1.pure-u-md-1-3 {
  width: 50%;
}



.contenitore_form {
  border: 1px solid #ccc;
  background: #eee;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  padding: 15px;
  width: 525px;
  margin-top: 40px;
  -webkit-box-shadow: 0px 6px 6px 0px rgba(46, 50, 50, 0.41);
  -moz-box-shadow: 0px 6px 6px 0px rgba(46, 50, 50, 0.41);
  box-shadow: 0px 6px 6px 0px rgba(46, 50, 50, 0.41);
}

.titolo_form {
  margin: 0 auto;
  margin-top: -70px;
  margin-bottom: 15px;
  text-align: center;
  background: #eee;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  padding: 12px;
  width: 270px;
  color: #fff;
  font-size: 18px;
  background: rgba(76, 76, 76, 1);
  background: -moz-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 12%, rgba(102, 102, 102, 1) 25%, rgba(71, 71, 71, 1) 39%, rgba(44, 44, 44, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 60%, rgba(43, 43, 43, 1) 76%, rgba(28, 28, 28, 1) 91%, rgba(19, 19, 19, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76, 76, 76, 1)), color-stop(12%, rgba(89, 89, 89, 1)), color-stop(25%, rgba(102, 102, 102, 1)), color-stop(39%, rgba(71, 71, 71, 1)), color-stop(50%, rgba(44, 44, 44, 1)), color-stop(51%, rgba(0, 0, 0, 1)), color-stop(60%, rgba(17, 17, 17, 1)), color-stop(76%, rgba(43, 43, 43, 1)), color-stop(91%, rgba(28, 28, 28, 1)), color-stop(100%, rgba(19, 19, 19, 1)));
  background: -webkit-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 12%, rgba(102, 102, 102, 1) 25%, rgba(71, 71, 71, 1) 39%, rgba(44, 44, 44, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 60%, rgba(43, 43, 43, 1) 76%, rgba(28, 28, 28, 1) 91%, rgba(19, 19, 19, 1) 100%);
  background: -o-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 12%, rgba(102, 102, 102, 1) 25%, rgba(71, 71, 71, 1) 39%, rgba(44, 44, 44, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 60%, rgba(43, 43, 43, 1) 76%, rgba(28, 28, 28, 1) 91%, rgba(19, 19, 19, 1) 100%);
  background: -ms-linear-gradient(top, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 12%, rgba(102, 102, 102, 1) 25%, rgba(71, 71, 71, 1) 39%, rgba(44, 44, 44, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 60%, rgba(43, 43, 43, 1) 76%, rgba(28, 28, 28, 1) 91%, rgba(19, 19, 19, 1) 100%);
  background: linear-gradient(to bottom, rgba(76, 76, 76, 1) 0%, rgba(89, 89, 89, 1) 12%, rgba(102, 102, 102, 1) 25%, rgba(71, 71, 71, 1) 39%, rgba(44, 44, 44, 1) 50%, rgba(0, 0, 0, 1) 51%, rgba(17, 17, 17, 1) 60%, rgba(43, 43, 43, 1) 76%, rgba(28, 28, 28, 1) 91%, rgba(19, 19, 19, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0);
}

div.pulsante_invio button.pure-button.pure-button-primary {
  background-color: #595959;
  margin-top: 15px;
  margin-left: 230px;
  width: 60px;
}

div.descrizione_prodotto p a {
  color: #FA702F;
  font-weight: 600;
}


/*

#maps{
	height:460px;
	width:470px;
	background: url('../images/maps_shadow.png') no-repeat;
}

#contatti{
	background:url(../images/contatti_form.png) no-repeat;
	height:340px;
	width:430px;
	margin:40px 0 0 15px;
	padding:60px 0 0 10px;
}
*/

#form_contatto {
  margin-top: 15px;
}

#form_contatto input.text,
#form_contatto textarea {
  border: 1px solid #ccc;
  color: #666;
  padding: 3px 5px;
  margin: 3px 0;
}

#form_contatto input.short {
  width: 180px;
  margin-left: 13px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
}

#form_contatto input.long,
#form_contatto textarea {
  width: 385px;
  margin-left: 13px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
}

#form_contatto input.invio {
  background: url(../images/submit.png) no-repeat;
  width: 72px;
  height: 28px;
  padding: 0;
  border: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #666;
  margin: 8px 160px;
}

#feedback {
  margin: 15px 0 20px 0;
  font-size: 16px;
  font-weight: bold;
  /*border:1px solid #4d9644;*/
  /*height:40px;*/
  padding: 5px 0 0 0;
  font-family: Verdana, Geneva, sans-serif;
  text-align: center;
}

#feedback span.invio_errore {
  color: #da2b0f;
}

#feedback span.invio_ok {
  color: #2a8705;
}

div.risultato {
  /*border: 1px solid red;*/
  margin: 10px;
  border-left: 4px solid #ccc;
  padding-left: 10px;
}

div#content div#content_cerca div.risultato h4 a {
  color: #FA6E2D;
}

div#content div#content_cerca div.risultato p {
  font-weight: 400;
}


/* **************************** tab ******************************* */


/*#tabs { width: 708px; overflow: hidden; background: #fff; border: 1px solid #DDD; }
		#tabs-nav { width: 710px; height:60px; overflow: hidden; padding: 0; margin: 0; list-style: none; background: #DDD; }
		#tabs-nav li { float: left; padding: 0; margin: 0; height:60px; width: 236px;}
		#tabs-nav li a { float: left; display: block; padding: 0; margin: 0; font-size: 12px; text-decoration: none; color: #999; cursor: pointer; height:60px; width: 236px;}
		#tabs-nav li a:hover { background-color: #E5E5E5; }
		#tabs-nav .active a, #tabs-nav .active a:hover { background-color: #fff; color: #000; }

		#tabs-nav .tab-loading { display: block; width: 16px; height: 16px; overflow: hidden; float: left; padding: 4px 0 4px 10px; }
		#tabs-nav .tab-loading img { border: 0; }
		#tabs-nav .tab-label { display: block; overflow: hidden; float: left; padding: 20px 10px 5px 60px; font-size:14px; font-weight:bold; color:#6d6d6d;}

		#tabs-content { padding: 20px; }
		#tabs-content h2 { margin: 0; }
		#tabs-content p, #tabs-content ul { font-size: 12px; line-height: 18px; }
		#tabs-content p { margin: 10px 0 0 0; }
		#tabs-content ul { margin-top: 10px; }

		#tab-1 a, #tab-1 a:hover { background: url("../images/foto.png") 10px 4px no-repeat; }
		#tab-2 a, #tab-2 a:hover { background: url("../images/video.png") 10px 4px no-repeat; }
		#tab-3 a, #tab-3 a:hover { background: url("../images/download.png") 10px 4px no-repeat; }*/


/* **************************** fine tab ******************************* */


/* .tab_distributori{
	width:920px;
	height:60px;
	margin:10px 50px 0 50px;
}

.tab_distributori a:hover, .tab_distributori a.active {
	color:#e9500e;
}

#italia, #europa, #resto_del_mondo{
	width:306px;
	font-size:16px;
	font-weight:bold;
}

#italia{
	width:64px;
	padding:20px 120px;
}

#europa{
	border:0;
	width:80px;
	padding:20px 113px;
	border-left: 1px solid #ccc;
	border-right:1px solid #ccc;
}

#resto_del_mondo{
	width:180px;
	padding:20px 63px;
}

.distributori_italia, .distributori_elenco{
	width:880px;
	margin:0 50px;
	padding-left:40px;

}

.regioni_italia{
	width:495px;
	height:237px;
	background:url(../images/sfondo_regioni_italia.png) no-repeat;
	padding: 50px 0 0 15px;
}

.regione{
	width:115px;
	height:22px;
	margin-right:5px;
	margin-bottom:18px;
	background:url(../images/regioni.png) no-repeat;
	text-align:center;
	padding-top:6px;
}

.regione .last{margin-right:0;}

a .regione{background:url(../images/regioni.png) no-repeat top center;}
a .regione:hover{background-position: bottom center;}
a .regione:hover p.testo{color:#fff;}

.distributori_elenco{margin-top:10px;}
.province{font-size:14px; width:250px;}
.province h5{color:#FC5309; font-size:14px; font-weight:bold; margin-bottom:10px;}
.province ul li{padding:5px 20px; border-left:1px solid #aaa;}

.province ul li.attivo a{color:#FC5309; font-weight:bold;}

.singolo_distributore{width:550px; border-bottom:1px solid #aaa; padding:10px 0 10px 70px;}

.singolo_distributore p.testo span{font-weight:bold;} */


/* #box_miniature{
	width:675px;
	padding:15px;
}

.immagine_singola{
	width:93px;
	height:93px;
	margin:0 12px 15px 0;
	padding:3px;
	border:1px solid #ccc;
}

.last_img{margin-right:0;}

.box_video{margin:20px 135px;} */


/********************************************************* FOOTER ******************************************************************/

#footer {
  /*border:1px solid red;*/
  width: 100%;
  height: 70px;
  padding: 15px 0 5px 0;
  font-size: 11px;
  text-align: center;
  background: url(../images/footer.png) no-repeat;
  color: #fff;
  /*color:#222;
	background-color:#fff;*/
}

#footer p {
  color: #fff;
  font-size: 9px;
  margin-top: 7px;
}

#footer a {
  color: #fff;
  font-size: 9px;
  text-decoration: underline;
}

#footer .cookie {
  padding-right: 20px;
}

#footer .cookie a {
  font-weight: bold;
}

#footer .powered {
  padding-left: 20px;
}


/*******************************************************************************************************************************/


/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */


/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/

.tabberlive .tabbertabhide {
  display: none;
}


/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/

.tabber {}

.tabberlive {
  margin-top: 1em;
}


/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/

ul.tabbernav {
  margin: 0;
  padding: 3px 0;
  border-bottom: 1px solid #aaa;
  font-size: 16px;
  color: #888;
  text-transform: uppercase;
  height: 38px;
  font-weight: bold;
}

ul.tabbernav li {
  list-style: none;
  margin: 0;
  display: inline;
}

ul.tabbernav li a {
  padding: 20px 4em 20px 6em;
  /*margin-left: 3px;*/
  border: 1px solid #aaa;
  border-bottom: none;
  background: #eee;
  text-decoration: none;
  opacity: 0.6;
  filter: alpha(opacity=60);
  /* For IE8 and earlier */
}

ul.tabbernav li a:link {
  color: #888;
}

ul.tabbernav li a:visited {
  color: #888;
}

ul.tabbernav li a:hover {
  color: #444;
  background: #AAE;
  border-color: #aaa;
  opacity: 1.0;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}

ul.tabbernav li.tabberactive a {
  background-color: #fff;
  border-bottom: 1px solid #fff;
  opacity: 1.0;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
}

ul.tabbernav li.tabberactive a:hover {
  color: #444;
  background: white;
  border-bottom: 1px solid white;
}


/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/

.tabberlive .tabbertab {
  padding: 5px;
  border: 1px solid #aaa;
  border-top: 0;
  /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */
  /* height:200px; */
  /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */
  /* overflow:auto; */
}


/* If desired, hide the heading since a heading is provided by the tab */

.tabberlive .tabbertab h2 {
  display: none;
}

.tabberlive .tabbertab h3 {
  display: none;
}


/* Example of using an ID to set different styles for the tabs on the page */

.tabberlive#tab1 {}

.tabberlive#tab2 {}

.tabberlive#tab2 .tabbertab {
  height: 200px;
  overflow: auto;
}

a#Foto {
  background: url(../images/foto.png) no-repeat;
}

a#Video {
  background: url(../images/video.png) no-repeat;
}

a#Download {
  background: url(../images/download.png) no-repeat;
}

/*cod inserito da ale*/

.col_ale {
    width: auto;
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
}
