/* ######################################################################################### */
/* ############################ STILI GENERALI PER TUTTE LE PAGINE ######################### */
/* ######################################################################################### */

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size:12px;
	color: #000000;
}
img {
	border: 0;
}
a {
	color: #E9B400;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
/*a:focus { outline: 0; }*/
input {
   border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	font-size: 10px;
	background-color: #dcdcdc;
	color: #000000;
	padding: 2px;

}
select {
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	font-size: 11px;
	background-color: #dcdcdc;
	color: #000000;
	padding: 2px;
}
textarea {
	font-family: "Trebuchet MS", verdana, sans-serif;
	border: 1px solid #999;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #000000;
	padding: 2px;
}
#wrapper {
	position:relative;
	width:900px;
	margin:auto;
	background-color: #FFFFFF;
}
#container {
	width: 100%;
}
#banner {
	width: 890px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#banner #master{
	background-color: #262626;
}
#footer {
	width: 100%;
}
#title {
  color: #E9B400;
  font-weight: bold;
}

/* ######################################################################################### */
/* ############################ FORMATTAZIONE PAGINA ELENCO AZIENDE ######################## */
/* ######################################################################################### */

.elencoaziende strong {
	color: #E9B400;
}
.elencoaziende a {
	color: #676b6a;
	text-decoration: none;
}
.elencoaziende a:hover {
	color: #000000;
}
.elencoaziende td {
	border-left: 1px dotted #676b6a;
}
.prev_coll {
	padding-left: 5px;
	/*padding-top: 150px;*/
	width: 100%;
	text-align: center;
}

/* ######################################################################################### */
/* ############################ FORMATTAZIONE PAGINE DI DETTAGLIO ########################## */
/* ######################################################################################### */

/* 1 - HEADER PIASTRELLE*/

/*#headertiles {
	width: 900px;
	height: 107px;
	background-image: url(images/header_int.jpg);

#headertiles a {
	margin-right: 5px;
	color: #FFF;
	text-decoration: none;
}
#headertiles a:hover {
	color: #E9B400;
}*/
/*#headersan {
	width: 900px;
	height: 107px;
	background-image: url(images/header_int_san.jpg);
}*/
#header a {
	margin-right: 5px;
	color: #000000;
	text-decoration: none;
}
#header a:hover {
	color: #E9B400;
}
#menu {
	margin-left: 205px;
	margin-bottom: 5px;
}
#lingue {
	margin-right: 0;
}
#titoli {
	font-size: 20px;
	font-weight: bold;
	position:relative;
	margin-top:60px;
	margin-right: 60px;
}


/* 2 - COLONNA DI SINISTRA */

#dettagliosx {
	padding-left: 40px;
	padding-top: 20px;
	font-size: 13px;
}
#dettagliosx strong {
	font-size: 16px;

}
#tasti {
	width: 100%;
	margin-top: 30px;
}
#tasti td {
	height: 25px
}
#tasti a {
	color: #000000;
	text-decoration: none;
}
#tasti a:hover {
	color: #000000;
}

/* 2 - COLONNA DI DESTRA */

#dettagliodx {
	font-size: 13px;
	padding-right: 10px;
	padding-top: 20px;
}
#dettagliodx h1 {
	font-size: 16px;
	margin-bottom: 10px;
}
#tools {
	margin-top: 20px;
	margin-bottom: 30px;
}


/* ######################################################################################### */
/* ############################ FORMATTAZIONE PAGINA DI RICERCA ############################ */
/* ######################################################################################### */

#cerca {
	margin-top: 20px;
	width: 100%;
}
#cerca td {
	height: 25px;
}

/* autocomposizione input */
div.suggestions {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid black;
	position: absolute;
	width: 170px;
	padding-left:1px;
}
div.suggestions div {
	cursor: default;
	padding: 0 3px;
	background-color: #FFFFFF;
}
div.suggestions div.current {
	background-color: #0A246A;
	color: #D2D2D4;
}
/* ######################################################################################### */
/* ############################ FORMATTAZIONE PAGINA RICHIESTA INFO ######################## */
/* ######################################################################################### */


#info {
	padding: 20px;
}
#info h1 {
	font-size: 16px;
	margin-bottom: 10px;
}
#info img {
	padding-right: 50px;
}
.disclaimer {
	font-size: 10px;
	width: 700px;
}

/* ######################################################################################### */
/* ############################ FORMATTAZIONE PAGINA ELENCO PROD/AMB ####################### */
/* ######################################################################################### */

#prodambtop {
	top: 111px;
	left: 790px;
	text-align:right;
	padding-right: 60px;
	color: #E9B400;
	letter-spacing: 1px;
}
#prodambbottom {
	text-align:right;
	padding-right: 60px;
	color: #E9B400;
	line-height: 30px;
	letter-spacing: 1px;
}
#nome {
	font-weight:bold;
	font-size: 14px;
	padding-left: 20px;
}


/* ######################################################################################### */
/* ##################################### OVERRIDE SCROLLBAR ################################ */
/* ######################################################################################### */
div#track {
  position:absolute; left:8px; top:2px;
  width:661px; height:1px; z-index:1;
  background: url("../images/track.gif") #AFAFAF repeat
  }
div#dragBar {
  position:absolute; left:1px; top:0;
  width:200px; height:3px; z-index:1;
  background-color:#AFAFAF;
  }