@charset "ISO-8859-1";

/*
---------------------------------------------------------------------------------------
BASE
---------------------------------------------------------------------------------------
*/
* {
	margin: 0px;
	padding: 0px;
	list-style: none outside;
}

body {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height: 1.333em;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	background: #000000 url(../img/sfondo_bg.gif) repeat-x left top;
}

html>body { font-size: 12px; }

.clear { clear: both; }

.cols { float:left; }

.small {
	font-size:0.917em;
line-height: 1.636em;
}

.img_colsright {
	float: left;
	padding-right: 18px;
	padding-bottom: 14px;
	padding-top: 14px;
}

.white { background: #FFFFFF; }

a {
	color: #ED1C24;
	text-decoration: none;
}

a:hover, a:focus {
	color: #ED1C24;
	text-decoration: underline;
}

a img { border:none;}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #000000;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	line-height: 1;
	margin-bottom: 0.75em;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	margin-bottom: 1em;
}

h3 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
	height: 1.25em;
}

h4 {
	font-size: 1em;
	line-height: 1.5;
	margin-bottom: 1.5em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

div.hr {
	height: 36px;
	background: #fff url(../img/hr1.gif) repeat-x center center;
}

div.hr hr {
	display: none;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }

/*p {
	color: #363636;
	margin: 0 0 1.5em;
}
*/
p img {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}

p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}

.titoloPagina h1 { padding-left: 24px; }
.titoloPagina h2 { padding-left: 24px; }
.testoPagina h2 { padding-left: 0px; }

.testoPagina, p {
	color: #363636;
	margin: 0 0 1.5em;
}

.testoPagina {
	padding-left: 24px;
	padding-right: 24px;
}

.testoPagina ul, .testoPagina ol { margin-top: 1.5em; }


ul, ol {
	margin: 0 0 1.5em;
}

ol li {
	list-style: decimal outside;
	margin-left: 1.5em;
}

ul li {
	list-style: disc outside;
	margin-left: 1.5em;
}

/*
---------------------------------------------------------------------------------------
CLEARFIX
---------------------------------------------------------------------------------------
*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix { display:inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height:1%; }

.clearfix { display:block; }

/* End hide from IE-mac */

/*
---------------------------------------------------------------------------------------
NAVIGAZIONE
---------------------------------------------------------------------------------------
*/

#globalnav {
	list-style: none;
	font-family: Arial, Helvetia, sans-serif;
	font-size:1em;
	line-height: 1.5em;
	/*font-size:1.083em;
	line-height: 1.385em;*/
	text-transform: uppercase;
	font-weight: normal;
}

#globalnav li {
	display: inline;
	margin: 0px;
	padding: 0px 5px;
	border-left: 1px solid #898989;
}

#globalnav a {
	padding: 0px;
	text-decoration: none;
	color: #898989;
}

#globalnav a:hover, #globalnav a:focus {
	text-decoration: none;
	color: #FFFFFF;
}

#globalnav .first {
	border-left-style: none;
	padding-left: 0px;
}

#globalnav .last { padding-right: 0px; }

body#homepage #globalnav li#nav_home a {
	color: #FFFFFF;
	text-decoration: none;
}

body#azienda #globalnav li#nav_azienda a {
	color: #FFFFFF;
	text-decoration: none;
}

body#prodotti #globalnav li#nav_prodotti a {
	color: #FFFFFF;
	text-decoration: none;
}

body#prodotti_dett #globalnav li#nav_prodotti a {
	color: #FFFFFF;
	text-decoration: none;
}

body#realizzazioni #globalnav li#nav_realizzazioni a {
	color: #FFFFFF;
	text-decoration: none;
}

body#pose #globalnav li#nav_pose a {
	color: #FFFFFF;
	text-decoration: none;
}

body#legnose #globalnav li#nav_legnose a {
	color: #FFFFFF;
	text-decoration: none;
}

body#normativa #globalnav li#nav_normativa a {
	color: #FFFFFF;
	text-decoration: none;
}
body#posatori #globalnav li#nav_posatori a {
	color: #FFFFFF;
	text-decoration: none;
}


/*
---------------------------------------------------------------------------------------
LAYOUT
---------------------------------------------------------------------------------------
*/
#wrapper {
	width: 912px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position:relative;
	padding-right: 24px;
	padding-left: 24px;
	background: #000000;
}

#header {
	height: 72px;
	width: 100%;
	background: #000000;
	padding-top: 15px;
}

#header #headerLeft {
	float: left;
	width: 250px;
}

#header #headerRight {
	float: right;
	/*width: 400px;*/
	text-align: right;
}

#navigation {
	height: 30px;
	width: 100%;
	background: #000000;
	clear: both;
}

#content {
	width: 100%;
	clear: both;
	padding-bottom: 24px;
}

#footer {
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	clear: both;
	background: #000000;
}

#footer #footerTop { width: 100%; }

#footer #footerLeft {
	width: 600px;
	float: left;
}

#footer #footerRight {
	width: 300px;
	float: right;
}

/*
---------------------------------------------------------------------------------------
GRID: COLONNA STRETTA SX / COLONNA LARGA DX
---------------------------------------------------------------------------------------
*/
#col-a {
	float: left;
	width: 330px;
	padding-right: 24px;
	margin-top: 16px;
	padding-bottom: 24px;
}

#col-b {
	float: left;
	width: 534px;
	padding-right: 24px;
	margin-top: 16px;
	padding-bottom: 24px;
}

/*
---------------------------------------------------------------------------------------
GRID: COLONNA STRETTA DX / COLONNA LARGA SX
---------------------------------------------------------------------------------------
*/
#col-c {
	float: left;
	width: 537px;
	padding-right: 24px;
	margin-top: 16px;
}

#col-d {
	float: left;
	width: 327px;
	padding-right: 24px;
	margin-top: 16px;
}

/*
---------------------------------------------------------------------------------------
GRID: 3 COLONNE
---------------------------------------------------------------------------------------
*/
#col-e {
	display: inline;
	width: 270px;
	float: left;
	padding-right: 12px;
	margin-left: 24px;
}

#col-f {
	display: inline;
	width: 270px;
	float: left;
	padding-right: 12px;
	padding-left: 12px;
}

#col-g {
	display: inline;
	width: 271px;
	float: left;
	margin-right: 24px;
	padding-left: 12px;
}

/*
---------------------------------------------------------------------------------------
GRID: 3 SUBCOLONNE
---------------------------------------------------------------------------------------
*/
.subcol-a {
	float: left;
	display:inline;
	width: 174px;
	margin-right: 6px;
}

.subcol-b {
	float: left;
	display:inline;
	width: 174px;
	margin-right: 6px;
}

.subcol-c {
	float: left;
	display:inline;
	width: 174px;
}

.subcol-d { }

.subcol-e { }

/*
---------------------------------------------------------------------------------------
SHOWREEL
---------------------------------------------------------------------------------------
*/
#showreel { background: url(../img/showreel_bg_new.jpg) no-repeat left top; }

/*
---------------------------------------------------------------------------------------
NEWS
---------------------------------------------------------------------------------------
*/
#homepage #showreel #news { padding-top: 293px; }

#homepage #showreel #news .newsBox {
	float: left;
	padding-left: 20px;
	width: 180px;
	list-style: none;
}

#homepage #showreel #news .newsBox li {
	list-style: none;
	margin: 0px;
}

#homepage #showreel #news .newsBox .imgNews { display: block; }

#homepage #showreel #news .newsBox .dataNews {
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size:0.917em;
	line-height: 1.636em;
	color: #CCCCCC;
	padding-top: 6px;
}

#homepage #showreel #news .newsBox .titoloNews {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.167em;
	line-height: 1.286em;
	color: #CCCCCC;
	font-style: normal;
	font-weight: bold;
	padding-top: 6px;
}

#homepage #showreel #news .newsBox .titoloNews a {
	color: #ED1C24;
	text-decoration: none;
}

#homepage #showreel #news .newsBox .titoloNews a:hover, #homepage #showreel #news .newsBox .titoloNews a:focus {
	color: #ED1C24;
	text-decoration: underline;
}

#homepage #showreel #news .newsBox .txtNews p {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
}

#homepage #showreel #news .newsBox .txtNews p.pdf_dl {
	font-size:0.917em;
	line-height: 1.273em;
	color: #666666;
	background: url(../img/pdf_small.gif) no-repeat left top;
	padding-left: 22px;
	margin-top: 12px;
}

/*
---------------------------------------------------------------------------------------
PAGINA NEWS
---------------------------------------------------------------------------------------
*/

/*#news*/ .newsList { padding-left: 0px; }

/*#news*/ .newsList .newsUnit {
	clear: both;
	padding-bottom: 18px;
}

/*#news*/ .newsList .newsUnit img {
	display: block;
	float: left;
	margin-right: 20px;
}

/*#news*/ .newsList .newsUnit h2 {
	padding-left: 0px;
	margin-bottom: 0.5em;
	/*margin: 0px;
	font-size:1.5em;
	line-height: 1.125em;*/
}

/*#news*/ .newsList .newsUnit h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	font-size:0.917em;
	line-height: 1.636em;
	letter-spacing: 0.1em;
	padding-bottom: 0px;
}

/*#news*/ .newsList .newsUnit .txt {
/*	padding-left: 193px;*/
	color: #363636;
}

/*#news*/ .newsList .newsUnit .txt p { padding: 0px; }

/*
---------------------------------------------------------------------------------------
PAGINA NEWS DETTAGLIO
---------------------------------------------------------------------------------------
*/

/*#news_dett*/ .newsList { padding-left: 0px; }

/*#news_dett*/ .newsUnit {
	clear: both;
	padding-bottom: 36px;
}

/*#news_dett*/ .newsUnit img {
	display: block;
	float: left;
}

/*#news_dett*/ h1 {
	/*margin:0px;*/
}

/*#news_dett*/ .newsUnit h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	font-size:0.917em;
	line-height: 1.636em;
	letter-spacing: 0.1em;
	padding-bottom: 0px;
}

/*#news_dett*/ .newsUnit .txt { color: #363636; }

/*#news_dett*/ .newsUnit .txt p { padding: 0px; }


/*#news .newsBox {
	padding-top: 8px;
	padding-left: 20px;
	clear: both;
}

#news .newsBox .imgNews {
	display: block;
	float:left;
}

#news .newsBox .dataNews {
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size:0.917em;
	line-height: 1.636em;
	color: #CCCCCC;
	padding-top: 6px;
}

#news .newsBox .titoloNews {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.167em;
	line-height: 1.286em;
	color: #CCCCCC;
	font-style: normal;
	font-weight: bold;
	padding-left: 18px;
}

#news .newsBox .titoloNews a {
	color: #ED1C24;
	text-decoration: none;
}

#news .newsBox .titoloNews a:hover, #news .newsBox .titoloNews a:focus {
	color: #ED1C24;
	text-decoration: underline;
}

#news .newsBox .txtNews {
	font-family: Arial, Helvetica, sans-serif;
	color: #363636;
	font-style: normal;
	font-weight: normal;
	padding-left: 18px;
}

#news .newsBox .txtNews p.pdf_dl {
	font-size:0.917em;
	line-height: 1.273em;
	color: #666666;
	background: url(../img/pdf_small.gif) no-repeat left top;
	padding-left: 22px;
	margin-top: 12px;
}*/

/*
---------------------------------------------------------------------------------------
BOX INDIRIZZO
---------------------------------------------------------------------------------------
*/
#showreel #news #address {
	float: right;
	width: 240px;
	text-align: right;
	color: #FFFFFF;
}

#showreel #news #address h3 {
	background: url(../img/marchio_small_bg.gif) no-repeat right top;
	height: 0px;
	padding-top: 20px;
	overflow: hidden;
}

#showreel #news #address p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.083em;
	line-height: 1.385em;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	padding-top: 6px;
}

/*
---------------------------------------------------------------------------------------
BOX NEWSLETTER
---------------------------------------------------------------------------------------
*/
.norm { background-color:#FFFFFF; margin-bottom:5px;}
.red {
	background-color: #FF3;
	margin-bottom:4px;
}
.error { color:#FF0000; display:none; /*visibility:hidden;*/}
.errorv {
	color:#FF3;
	display: inline; /*visibility:visible;*/
	font-size: 10px;
	white-space: nowrap;
}
.esito {color:#FFFFFF; font-weight:bold; font-style:italic;}

#newsletter {
	background: #333;
	width: 220px;
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 10px;
	float: left;
	display: inline;
	margin-left: 10px;
}

#newsletter h2 {
	color: #F90;
	font-size: 16px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}

#newsletter p {
	color: #fff;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	font-size: 11px;
	line-height: 16px;
}

#newsletter form {
	padding-top: 10px;
	padding-bottom: 20px;
}

#newsletter div.formCampo {
	padding-bottom: 4px;
}

/*
#newsletter .formCampo span {
	float: left;
	padding-right: 10px;
}
*/

#newsletter .formCampo input {
	color: #000000;
	font-size: 11px;
	padding: 1px;
	width:90%;
	border-top: 1px solid #000;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #000;
}

#newsletter .formCampo select {
	color: #000000;
	font-size: 11px;
	width:auto;
}

#newsletter .formBtn {
	padding-bottom: 4px;
	padding-top: 4px;
	border-bottom: 1px solid #CCC;
	margin-top: 4px;
	margin-bottom: 4px;
	
}

#newsletter .formChk {
	float: left;
	width: 24px;
}

#newsletter .formDisclaimer {
	font-size:0.917em;
	line-height: 1.455em;
	color: #fff;
	float: left;
	width: 190px;
}

#newsletter .formDisclaimer a { color: #CCC; }

#newsletter .formDisclaimer a:hover { color: #FFFFFF; }

/*
---------------------------------------------------------------------------------------
HEADER MARCHIO E TAGLINE
---------------------------------------------------------------------------------------
*/
#header #headerLeft #marchio {
	background: url(../img/marchio_bg.gif) no-repeat left top;
	height: 0px;
	width: 250px;
	padding-top: 40px;
	overflow: hidden;
}

#header #headerLeft #tagline {
	height: 0px;
	padding-top: 14px;
	overflow: hidden;
}

#header #headerLeft #tagline.it {
	background: url(../img/tagline_bg.gif) no-repeat left top;
	width: 243px;
}

#header #headerLeft #tagline.eng {
	background: url(../img/tagline_bg_en.gif) no-repeat left top;
	width: 243px;
}

#header #headerLeft #tagline.de {
	background: url(../img/tagline_bg_de.gif) no-repeat left top;
	width: 343px;
}

/*
---------------------------------------------------------------------------------------
NAVIGAZIONE LINGUE
---------------------------------------------------------------------------------------
*/
#header #headerRight  ul.nav_secondario {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size:0.917em;
	line-height: 1.455em;
	float: right;
}

#header #headerRight  ul.nav_secondario li {
	display: inline;
	margin: 0px;
	padding: 0px 5px;
	border-left: 1px solid #898989;
}

#header #headerRight ul.nav_secondario.utils { }
#header #headerRight ul.nav_secondario.lang { padding-left: 30px; }

/*#header #headerRight ul.nav_lingue { float:right; }*/

#header #headerRight  ul.nav_secondario a {
	padding: 0px;
	text-decoration: none;
	color: #898989;
	font-weight: normal;
}

#header #headerRight  ul.nav_secondario a:hover {
	text-decoration: none;
	color: #ffffff;
}

#header #headerRight  ul.nav_secondario a#current {
	text-decoration: none;
	color: #ffffff;
}

#header #headerRight  ul.nav_secondario .first {
	border-left-style: none;
	padding-left: 0px;
}

#header #headerRight  ul.nav_secondario .last { padding-right: 0px; }

body#homepage #header #headerRight a.ita, 
body#azienda #header #headerRight a.ita, 
body#prodotti #header #headerRight a.ita, 
body#prodotti_dett #header #headerRight a.ita,
body#realizzazioni #header #headerRight a.ita, 
body#pose #header #headerRight a.ita, 
body#news #header #headerRight a.ita, 
body#contatti #header #headerRight a.ita, 
body#mappa #header #headerRight a.ita, 
body#specie #header #headerRight a.ita, 
body#normativa #header #headerRight a.ita, 
body#plus #header #headerRight a.ita { color: #ffffff; }

/*
---------------------------------------------------------------------------------------
FOOTER
---------------------------------------------------------------------------------------
*/

#footerTop ul {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.917em;
	line-height: 1.636em;
}

#footerTop li {
	display: inline;
	margin: 0px;
	padding: 0px 5px;
	border-left: 1px solid #898989;
}

#footerTop a {
	padding: 0px;
	text-decoration: none;
	color: #898989;
	font-weight: normal;
}

#footerTop a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#footerTop .first {
	border-left-style: none;
	padding-left: 0px;
}

#footerTop .last { padding-right: 0px; }

#footerLeft p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.917em;
	line-height: 1.636em;
	color: #666666;
}

#footerLeft a {
	padding: 0px;
	text-decoration: none;
	color: #898989;
	font-weight: normal;
}

#footerLeft a:hover {
	text-decoration: none;
	color: #FFFFFF;
}


/*
---------------------------------------------------------------------------------------
LAYOUT AZIENDA
---------------------------------------------------------------------------------------
*/
#azienda #content #colLeft {
	width: 383px;
	float: left;
	padding-right: 36px;
	padding-top: 16px;
}

#azienda #content #colLeft p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.083em;
	line-height: 1.385em;
	padding-bottom: 9px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	padding-left: 24px;
}

#azienda #content #colRight {
	width: 490px;
	background: #FFFFFF;
	float: left;
	padding-top: 34px;
	position: absolute;
	top: 107px;
	right: 24px;
}

/*
---------------------------------------------------------------------------------------
IMMAGINE LAYOUT CONTATTI
---------------------------------------------------------------------------------------
*/
.gallery { }

.gallery li {
	float: left;
	width: 217px;
	min-height: 200px;
	height: auto!important;
	height: 210px;
	padding-right: 24px;
	padding-bottom: 26px;
	margin: 0px;
	list-style: none;
	text-align: right;
	padding-left: 24px;
}

.gallery li p.gallery_title {
	font-size:1.167em;
	margin-bottom: 0.643em;
}

.gallery li p {
	color: #666666;
	font-size:0.917em;
	line-height: 1.273em;
	margin:0;
}

.gallery img {
	/*border-style: none;*/
	margin-bottom: 9px;
	display: block;
}

/*
---------------------------------------------------------------------------------------
LAYOUT CONTATTI
---------------------------------------------------------------------------------------
*/
#contatti #content #colLeft {
	width: 303px;
	float: left;
	padding-right: 36px;
	padding-top: 16px;
}

#contatti #content #colLeft p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.083em;
	line-height: 1.385em;
	padding-bottom: 9px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	padding-left: 24px;
}

#contatti #content #colRight {
	width: 570px;
	padding-top: 9px;
	float: left;
}

/*
---------------------------------------------------------------------------------------
IMMAGINE LAYOUT CONTATTI
---------------------------------------------------------------------------------------
*/
#content #intro_contatti h2 {
	height: 0px;
	padding-top: 224px;
	overflow: hidden;
	background: url(../img/contatti_bg.jpg) no-repeat left top;
	font-size: 0.917em;
}

/*
---------------------------------------------------------------------------------------
LAYOUT PRODOTTI
---------------------------------------------------------------------------------------
*/
#prodotti #content #colLeft {
	width: 383px;
	float: left;
	padding-right: 36px;
	padding-top: 16px;
}

#prodotti #content #colLeft p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.083em;
	line-height: 1.385em;
	padding-bottom: 9px;
	font-style: normal;
	font-weight: normal;
	color: #CCCCCC;
	padding-left: 24px;
}

#prodotti #content #colRight {
	width: 490px;
	padding-top: 9px;
	position: absolute;
	top: 107px;
	right: 24px;
	background: #FFFFFF;
	display: none;
}

/*
---------------------------------------------------------------------------------------
IMMAGINE LAYOUT PRODOTTI
---------------------------------------------------------------------------------------
*/
#content #intro_prodotti h2 {
	background: url(../img/prodotti_bg.jpg) no-repeat left top;
	height: 0px;
	padding-top: 224px;
	overflow: hidden;
	width: 909px;
	font-size: 0.917em;
}

/*
---------------------------------------------------------------------------------------
TITOLO PRODOTTI
---------------------------------------------------------------------------------------
*/
#prodotti #content #fragment-1 h2 {
	background: url(../img/superpremas_h2_bg.jpg) no-repeat left top;
	padding-top: 200px;
	height: 0px;
	width: 490px;
	overflow: hidden;
}

#prodotti #content #fragment-2 h2 {
	background: url(../img/premas_h2_bg.jpg) no-repeat left top;
	padding-top: 200px;
	height: 0px;
	width: 490px;
	overflow: hidden;
}

#prodotti #content #fragment-3 h2 {
	background: url(../img/mas_h2_bg.jpg) no-repeat left top;
	padding-top: 200px;
	height: 0px;
	width: 490px;
	overflow: hidden;
}

/*
---------------------------------------------------------------------------------------
BOX DESCRIZIONE PRODOTTO
---------------------------------------------------------------------------------------
*/
#content #colRight .box_prodotti {
	background: #FFFFFF;
	padding: 0px 12px 24px;
}

#content #colRight .box_prodotti .prod_intro_txt {
	float:left;
	width:150px;
	padding-right: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height: 1.333em;
	padding-bottom: 36px;
	color: #666666;
}

/*
---------------------------------------------------------------------------------------
PAYOFF PRODOTTO
---------------------------------------------------------------------------------------
*/
#prodotti #content #colRight #fragment-1 .box_prodotti h3 {
	background: url(../img/superpremass_h3_bg.gif) no-repeat left top;
	padding-top: 46px;
	height: 0px;
	width: 344px;
	overflow: hidden;
}

#prodotti #content #colRight #fragment-2 .box_prodotti h3 {
	background: url(../img/premass_h3_bg.gif) no-repeat left top;
	padding-top: 46px;
	height: 0px;
	width: 181px;
	overflow: hidden;
}

#prodotti #content #colRight #fragment-3 .box_prodotti h3 {
	background: url(../img/mass_h3_bg.gif) no-repeat left top;
	padding-top: 46px;
	height: 0px;
	width: 357px;
	overflow: hidden;
}

/*
---------------------------------------------------------------------------------------
DOWNLOAD PRODOTTO PRINCIPALE
---------------------------------------------------------------------------------------
*/
dl.pdf {
	float:left;
	border-left: 1px solid #EBEBEB;
	width: 110px;
	padding-top: 2px;
	padding-left: 10px;
}

dl.pdf dt img { display:block; }

dl.pdf dd {
	color: #666666;
	font-size:0.917em;
	line-height: 1.273em;
}

dl.pdf dd p {
	margin: 0;
}

dl.pdf dd a {
	color: #ED1C24;
	text-decoration: none;
}

dl.pdf dd a:hover {
	color: #ED1C24;
	text-decoration: underline;
}

/*
---------------------------------------------------------------------------------------
TITOLO SOTTOFAMIGLIE SUPERPREMASS
---------------------------------------------------------------------------------------
*/
#content #colRight #fragment-1 .box_prodotti table td h4.title_prod01 {
	background: url(../img/spm_thermo_title_bg.gif) no-repeat left top;
	padding-top: 19px;
	height: 0px;
	width: 174px;
	overflow: hidden;
	margin-top: 2px;
}

#content #colRight #fragment-1 .box_prodotti table td h4.title_prod02 {
	background: url(../img/spm_living_title_bg.gif) no-repeat left top;
	padding-top: 19px;
	height: 0px;
	width: 162px;
	overflow: hidden;
	margin-top: 2px;
}

#content #colRight #fragment-1 .box_prodotti table td h4.title_prod03 {
	background: url(../img/spm_glamour_title_bg.gif) no-repeat left top;
	padding-top: 19px;
	height: 0px;
	width: 183px;
	overflow: hidden;
	margin-top: 2px;
}

#content #colRight #fragment-1 .box_prodotti table td h4.title_prod04 {
	background: url(../img/spm_cornici_title_bg.gif) no-repeat left top;
	padding-top: 19px;
	height: 0px;
	width: 171px;
	overflow: hidden;
	margin-top: 2px;
}

#content #colRight #fragment-1 .box_prodotti table td h4.title_prod05 {
	background: url(../img/spm_linear_title_bg.gif) no-repeat left top;
	padding-top: 19px;
	height: 0px;
	width: 164px;
	overflow: hidden;
	margin-top: 2px;
}

#content #colRight #fragment-2 .box_prodotti table td h4.title_prod01 {
	background: url(../img/pm_thermo_title_bg.gif) no-repeat left top;
	padding-top: 19px;
	height: 0px;
	width: 137px;
	overflow: hidden;
	margin-top: 2px;
}

#content #colRight #fragment-2 .box_prodotti table td h4.title_prod02 {
	background: url(../img/pm_cover_title_bg.gif) no-repeat left top;
	padding-top: 19px;
	height: 0px;
	width: 125px;
	overflow: hidden;
	margin-top: 2px;
}

#content #colRight #fragment-2 .box_prodotti table td h4.title_prod03 {
	background: url(../img/pm_color_title_bg.gif) no-repeat left top;
	padding-top: 19px;
	height: 0px;
	width: 126px;
	overflow: hidden;
	margin-top: 2px;
}

#content #colRight #fragment-2 .box_prodotti table td h4.title_prod04 {
	background: url(../img/pm_intarsi_title_bg.gif) no-repeat left top;
	padding-top: 19px;
	height: 0px;
	width: 131px;
	overflow: hidden;
	margin-top: 2px;
}

#content #colRight #fragment-2 .box_prodotti table td h4.title_prod05 {
	background: url(../img/pm_cornici_title_bg.gif) no-repeat left top;
	padding-top: 19px;
	height: 0px;
	width: 133px;
	overflow: hidden;
	margin-top: 2px;
}

#content #colRight #fragment-2 .box_prodotti table td h4.title_prod06 {
	background: url(../img/pm_linear_title_bg.gif) no-repeat left top;
	padding-top: 19px;
	height: 0px;
	width: 126px;
	overflow: hidden;
	margin-top: 2px;
}

#content #colRight #fragment-3 .box_prodotti table td h4.title_prod01 {
	background: url(../img/m_correnti_title_bg.gif) no-repeat left top;
	padding-top: 19px;
	height: 0px;
	width: 106px;
	overflow: hidden;
	margin-top: 2px;
}

#content #colRight #fragment-3 .box_prodotti table td h4.title_prod02 {
	background: url(../img/m_correntithermo_title_bg.gif) no-repeat left top;
	padding-top: 19px;
	height: 0px;
	width: 160px;
	overflow: hidden;
	margin-top: 2px;
}

#content #colRight #fragment-3 .box_prodotti table td h4.title_prod03 {
	background: url(../img/m_maschiati_title_bg.gif) no-repeat left top;
	padding-top: 19px;
	height: 0px;
	width: 113px;
	overflow: hidden;
	margin-top: 2px;
}

#content #colRight #fragment-3 .box_prodotti table td h4.title_prod04 {
	background: url(../img/m_superlistone_title_bg.gif) no-repeat left top;
	padding-top: 19px;
	height: 0px;
	width: 133px;
	overflow: hidden;
	margin-top: 2px;
}

/*
---------------------------------------------------------------------------------------
PRODOTTI: STILI GENERALI
---------------------------------------------------------------------------------------
*/
.textbox {
	padding: 12px;
	background: url(../img/prodotti_home/prod_bg.png) no-repeat left bottom;
	margin-bottom: 12px;
}

.textbox p {
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	font-size:0.917em;
	line-height: 1.455em;
}

.textbox p em { padding-right: 2px; }

ul.listProdotti {
	color: #000000;	/*padding-bottom: 24px;*/
	/*background: #9C0;*/
}

ul.listProdotti li {
	padding: 4px 12px 8px;
	margin: 0px !important;
	list-style: none;
	/*background: #0FF;*/
}

ul.listProdotti li.dispari { background: #ebebeb; }

ul.listProdotti li h4 {
	font-weight: normal;
	padding-bottom:2px;
	margin: 0px;
}

ul.listProdotti li h4 a { color: #ED1C24; }

ul.listProdotti li p {
	font-size:0.917em;
	line-height: 1.273em;
	margin: 0px;
}

div.lav { margin-bottom:8px;}
div.lav img { margin-top:3px;}

/*
---------------------------------------------------------------------------------------
PRODOTTI: TOP SUPERPREMASS
---------------------------------------------------------------------------------------
*/
h2.superpremass {
	background: url(../img/prodotti_home/prod_superpremass_titolo.png) no-repeat left top;
	height: 0px;
	width: 174px;
	padding-top: 90px;
	overflow: hidden;
	margin: 0px;
}

h3.superpremass {
	background: url(../img/prodotti_home/prod_superpremass_img.jpg) no-repeat left top;
	height: 123px;
	width: 150px;
	padding-right: 12px;
	padding-left: 12px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	font-size:1.833em;
	line-height: 1em;
	padding-top: 100px;
	margin: 0px;
	color:#FFFFFF;
}

/*
---------------------------------------------------------------------------------------
PRODOTTI: TOP PREMASS
---------------------------------------------------------------------------------------
*/
h2.premass {
	background: url(../img/prodotti_home/prod_premass_titolo.png) no-repeat left top;
	height: 0px;
	width: 174px;
	padding-top: 90px;
	overflow: hidden;
	margin: 0px;
}

h3.premass {
	background: url(../img/prodotti_home/prod_premass_img.jpg) no-repeat left top;
	height: 123px;
	width: 150px;
	padding-right: 12px;
	padding-left: 12px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	font-size:1.833em;
	line-height: 1em;
	padding-top: 100px;
	color: #FFFFFF;
	margin: 0px;
}

/*
---------------------------------------------------------------------------------------
PRODOTTI: TOP MASS
---------------------------------------------------------------------------------------
*/
h2.mass {
	background: url(../img/prodotti_home/prod_mass_titolo.png) no-repeat left top;
	height: 0px;
	width: 174px;
	padding-top: 90px;
	overflow: hidden;
	margin: 0px;
}

h3.mass {
	background: url(../img/prodotti_home/prod_mass_img.jpg) no-repeat left top;
	height: 123px;
	width: 150px;
	padding-right: 12px;
	padding-left: 12px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	font-size:1.833em;
	line-height: 1em;
	padding-top: 100px;
	color: #FFFFFF;
	margin: 0px;
}

/*
---------------------------------------------------------------------------------------
PRODOTTI: BOX SPECIAL
---------------------------------------------------------------------------------------
*/
#special {
	padding-top: 24px;
	border-top: 1px solid #000000;
}

#special img {
	display: block;
	float: left;
}

#special h2 {
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 18px;
	margin: 0px;
}

#special p {
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 9px;
	padding-left: 92px;
	margin: 0;
}

#special ul.box_a {
	float:left;
	display:inline;
	width: 180px;
	padding-right: 12px;
	margin-left: 24px;
	background: url(../img/prodotti_home/box_a_spm_bg.gif) no-repeat left top;
	padding-top: 42px;
}

#special ul.box_b {
	display: inline;
	width: 180px;
	float: left;
	padding-right: 12px;
	padding-left: 12px;
	background: url(../img/prodotti_home/box_b_pm_bg.gif) no-repeat 12px top;
	padding-top: 42px;
}

#special ul.box_c {
	display: inline;
	width: 180px;
	float: left;
	padding-right: 12px;
	padding-left: 12px;
	background: url(../img/prodotti_home/box_c_m_bg.png) no-repeat 12px top;
	padding-top: 42px;
}

#special ul li {
	padding: 0px 0px 6px;
	margin: 0px;
	list-style: none;
}

#special ul li h4 {
	font-weight: normal;
	font-size:0.917em;
	line-height: 1.273em;
	margin: 0;
}

#special ul li h4 a { color: #ED1C24; }

#special ul li p {
	font-size:0.917em;
	line-height: 1.273em;
	margin: 0px;
	padding: 0px;
}

#special #box {
	display: inline;
	width: 248px;
	float: left;
	margin-right: 24px;
	padding-left: 12px;
	border-left: 1px solid #CCCCCC;
}

#special #box h4 {
	font-weight: normal;
	font-size:0.917em;
	line-height: 1.273em;
	margin: 0;
}

#special #box p {
	font-size:0.917em;
	line-height: 1.273em;
	margin: 0px;
	padding: 0px 0px 18px;
}

/*
---------------------------------------------------------------------------------------
TABLE
---------------------------------------------------------------------------------------
*/
.box_prodotti table { clear: both; }

.box_prodotti table tr.pari { background-color:#ebebeb; }

.box_prodotti table td { padding: 3px 6px; }

.box_prodotti table td p {
	font-size:0.917em;
	line-height: 1.273em;
	color: #666666;
}

.box_prodotti table td p.pdf_dl {
	font-size:0.917em;
	line-height: 1.273em;
	color: #666666;
	background: url(../img/pdf_small.gif) no-repeat left top;
	padding-left: 22px;
}

.box_prodotti table td.td_prod {
	width: 290px;
	border-right: 1px solid #CCCCCC;
}

.box_prodotti table td a {
	color: #ED1C24;
	text-decoration: none;
}

.box_prodotti table td a:hover {
	color: #ED1C24;
	text-decoration:underline;
}

/*
---------------------------------------------------------------------------------------
IMMAGINE LAYOUT PRODOTTI SUPERPREMASS
---------------------------------------------------------------------------------------
*/
#content #intro_prodotti_spm h2 {
	background: url(../img/prod_anteprime/superpremass_bg.jpg) no-repeat left top;
	height: 0px;
	padding-top: 224px;
	overflow: hidden;
	width: 909px;
	font-size: 0.917em;
}

/*
---------------------------------------------------------------------------------------
CONTENT PRODOTTI DETTAGLIO
---------------------------------------------------------------------------------------
*/
#prodotti_dett #content { background: #FFFFFF; }

/*
---------------------------------------------------------------------------------------
CONTENT PRODOTTI DETTAGLIO COLONNA DI SX
---------------------------------------------------------------------------------------
*/
#prodotti_dett #content #dettLeft {
	padding-top: 16px;
	float: left;
	padding-bottom: 24px;
	width: 410px;
}

#prodotti_dett #content #dettLeft table { width: 410px; }

#prodotti_dett #content #dettLeft table tbody { }

#prodotti_dett #content #dettLeft table tbody td { background: url(../img/prod_anteprime/ombra_td_bg.gif) no-repeat left top; }

#prodotti_dett #content #dettLeft table tbody td span {
	font-size: 0.917em;
	font-style: normal;
	line-height: 1.636em;
	font-weight: bold;
	text-align: right;
	display: block;
	padding-right: 10px;
	padding-bottom: 10px;
}

/*
---------------------------------------------------------------------------------------
CONTENT PRODOTTI DETTAGLIO COLONNA DI DX
---------------------------------------------------------------------------------------
*/
#prodotti_dett #content #dettRight {
	padding-top: 16px;
	padding-bottom: 24px;
	float: left;
	padding-left: 24px;
	width: 478px;
}

#prodotti_dett #content #dettRight #intro h3 {
	font-family: "Times New Roman", Times, serif;
	font-size:1.833em;
	line-height: 1.273em;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 18px;
}

#prodotti_dett #content #dettRight #intro .intro_txt {
	width:300px;
	padding-right: 36px;
	padding-bottom: 18px;
	float: left;
}

#prodotti_dett #content #dettRight #intro .intro_txt p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height: 1.333em;
	padding-bottom: 18px;
	color: #666666;
	margin: 0px;
}

#prodotti_dett #content #dettRight #intro .intro_txt ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height: 1.333em;
	padding-bottom: 18px;
	color: #666666;
	/*margin: 0px;*/
}


#prodotti_dett #content #dettRight #intro dl {
	float:left;
	border-left: 1px solid #EBEBEB;
	width: 110px;
	padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 9px;
	margin-bottom: 18px;
}

#prodotti_dett #content #dettRight #intro dt img { display:block; }

#prodotti_dett #content #dettRight #intro dd {
	color: #666666;
	font-size:0.917em;
	line-height: 1.273em;
	padding-bottom: 12px;
}

#prodotti_dett #content #dettRight #intro dd a {
	color: #ED1C24;
	text-decoration: none;
}

#prodotti_dett #content #dettRight #intro dd a:hover {
	color: #ED1C24;
	text-decoration: underline;
}

/*
---------------------------------------------------------------------------------------
PRODOTTI: TABELLE
---------------------------------------------------------------------------------------
*/
table {
	clear: left;
	font-size: 0.917em;
	width: 454px;
}

table th, table td {
	padding: 6px;
	vertical-align: top;
	border-left: 1px solid #EBEBEB;
}

table#lavorazioni thead { }

table#lavorazioni thead th {
	/*border-left: 1px solid #EBEBEB;*/
}

table#lavorazioni tbody td {
	/*border-left: 1px solid #EBEBEB;*/
	width: 16%;
	color:#666666;
}

table#lavorazioni tbody td img {
	display: block;
	margin-top: 6px;
}

table#formati tbody th {
	/*border-left: 1px solid #EBEBEB;*/
	width: 25%;
}

table#formati tbody td {
	/*border-left: 1px solid #EBEBEB;*/
	width: 25%;
	color:#666666;
}

table#formati tbody td p {
	margin: 0;
}

table#formati tbody td img {
	display: block;
	margin-top: 6px;
}

#prodotti_dett #content #dettRight img.profilo {
	display: block;
	border: 1px solid #EBEBEB;
	margin-top: 12px;
	margin-bottom: 12px;
}

table#specie_legnose {
	width: 534px;
	border-right: 1px solid #EBEBEB;
}

table#specie_legnose th {
	width: 77px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 6px;
	border-left: 1px solid #EBEBEB;
	text-align: left;
	font-size:0.917em;
}

table#specie_legnose td {
	width: 77px;
	font-weight: normal;
	padding: 6px;
	border-top: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
	text-align: left;
	font-size:0.917em;
}

/*
---------------------------------------------------------------------------------------
GALLERIA FOTO SCHEDE
---------------------------------------------------------------------------------------
*/
#prodotti_dett #content #dettRight #galleria {
  width: 451px;
	border-right: 1px solid #EBEBEB;
	border-left: 1px solid #EBEBEB;
	width: 451px;
	margin-bottom: 48px;
	clear: left;
	padding-top: 3px;
	padding-bottom: 3px;
}

#prodotti_dett #content #dettRight #galleria ul {
  padding-right: 10px; padding-left: 10px; }

#prodotti_dett #content #dettRight #galleria ul li { display: inline; }

#prodotti_dett #content #dettRight #galleria ul li a {
	display: inline;
	float: left;
	border: 1px solid #FFFFFF;
	margin-right: 10px;
}

#prodotti_dett #content #dettRight #galleria ul li a:hover, #prodotti_dett #content #dettRight #galleria ul li a:focus { border: 1px solid #FF0000; }

#prodotti_dett #content #dettRight #galleria ul li a img {
	border-style: none;
	display: block;
}

/*
---------------------------------------------------------------------------------------
GALLERIA FOTO SCHEDE
---------------------------------------------------------------------------------------
*/
#prodotti_dett #content #contentBottom {
	clear: both;
	padding: 18px 24px 32px;
	background: #EBEBEB;
}

#prodotti_dett #content #contentBottom table {
	width: 100%;
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	line-height: 12px;
}

#prodotti_dett #content #contentBottom table thead { }

#prodotti_dett #content #contentBottom table thead th {
	text-align: left;
	padding: 3px;
	font-weight: normal;
	border-left: 1px solid #FFFFFF;
	background: #CCCCCC;
}

#prodotti_dett #content #contentBottom table thead th.firstCell {
	font-weight: bold;
	border-left: none;
	background: #EBEBEB;
}

#prodotti_dett #content #contentBottom table tbody { }

#prodotti_dett #content #contentBottom table tbody th {
	text-align: left;
	padding: 3px;
	width: 10%;
	font-weight: normal;
	border-top: 1px solid #000000;
}

#prodotti_dett #content #contentBottom table tbody td {
	width: 6.9%;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
}

/*
---------------------------------------------------------------------------------------
FIRMA
---------------------------------------------------------------------------------------
*/
p.firma {
	font-size:0.917em;
	line-height: 1.636em;
	color: #666666;
	text-align:right;
}

p.firma a.olgagalletti {
	color: #898989;
	background: url(../img/logo_olgagalletti.gif) no-repeat right center;
	padding: 5px 18px 5px 0px;
	text-decoration:none;
}

p.firma a:hover.webtags { color: #FFFFFF; }

p.firma a.diametro {
	color: #898989;
	background: url(../img/logo_diametro.gif) no-repeat right center;
	padding: 5px 18px 5px 0px;
	text-decoration:none;
}

p.firma a:hover.diametro { color: #FFFFFF; }

/*
---------------------------------------------------------------------------------------
ACCORDION
---------------------------------------------------------------------------------------
*/
.afromorsia { background: url(../img/prod_anteprime/essenza_afrormosia.jpg) no-repeat left top; }

.doussie { background: url(../img/prod_anteprime/essenza_doussie.jpg) no-repeat left top; }

.iroko { background: url(../img/prod_anteprime/essenza_iroko.jpg) no-repeat left top; }

.rovere { background: url(../img/prod_anteprime/essenza_rovere.jpg) no-repeat left top; }

.teak { background: url(../img/prod_anteprime/essenza_teak.jpg) no-repeat left top; }

#list { width: 410px; /*width of accordion menu*/ }

#list .headList { /*CSS class for menu headers in general (expanding or not!)*/
	cursor: hand;
	cursor: pointer;
	height: 63px;
	padding: 0px 0px 12px;
	clear: both;
	position:relative;
}

#list .headList h3 {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background: #000000;
	width: 120px;
	height: 53px;
	padding-left: 12px;
	padding-top: 10px;
	float: left;
	display: block;
	margin: 0px;
}
#list .headList span.specie {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background: #000000;
	width: 120px;
	height: 53px;
	padding-left: 12px;
	padding-top: 10px;
	float: left;
	display: block;
	margin: 0px;
}
#list .headList a {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 53px;
	display: block;
	margin: 0px;
}

#list p.info {
	clear: both;
	padding-bottom: 18px;
	margin:0px;
}

#list p.info a {
	display:block;
	background: url(../img/btn_moreinfo.gif) no-repeat left top;
	height: 16px;
	overflow: hidden;
	outline:0px;
	border:none;
	font-size: 11px;
	padding: 0px 0px 0px 22px;
	margin-top: 0px;
	margin-left: 12px;
	width: 250px;
}

#list p.info a:hover {
	background: url(../img/btn_moreinfo.gif) no-repeat left bottom;
}

/*.arrowlistmenu .openheader {  }*/

#list ul {
	padding-right: 12px;
	padding-left: 12px;
	margin: 0px;
}

#list ul li {
	display: inline;
}

#list ul li a {
	display: inline;
	float: left;
	border: 1px solid #FFFFFF;
	margin-right: 10px;
	margin-bottom:10px;
}

#list ul li a:hover, #list ul li a:focus { border: 1px solid #ED1C24; }

#list ul li a img {
	border-style: none;
	display: block;
}



/*
---------------------------------------------------------------------------------------
CONTENT SPECIE LEGNOSE COLONNA DI SX
---------------------------------------------------------------------------------------
*/
#legnose #content #dettLeft {
	padding-top: 16px;
	float: left;
	padding-bottom: 24px;
	width: 410px;
}

#legnose #content #dettLeft table { width: 410px; }

#legnose #content #dettLeft table tbody { }

#legnose #content #dettLeft table tbody td { background: url(../img/prod_anteprime/ombra_td_bg.gif) no-repeat left top; }

#legnose #content #dettLeft table tbody td span {
	font-size: 0.917em;
	font-style: normal;
	line-height: 1.636em;
	font-weight: bold;
	text-align: right;
	display: block;
	padding-right: 10px;
	padding-bottom: 10px;
}

/*
---------------------------------------------------------------------------------------
CONTENT SPECIE LEGNOSE COLONNA DI DX
---------------------------------------------------------------------------------------
*/
#legnose #content #dettRight {
	padding-top: 16px;
	padding-bottom: 24px;
	float: right;
	width: 470px;
}

#legnose #content #dettRight #intro h3 {
	font-family: "Times New Roman", Times, serif;
	font-size:1.833em;
	line-height: 1.273em;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 18px;
}

#legnose #content #dettRight #intro .intro_txt {
	width:300px;
	padding-right: 36px;
	padding-bottom: 18px;
	float: left;
}

#legnose #content #dettRight #intro .intro_txt p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height: 1.333em;
	padding-bottom: 18px;
	color: #666666;
	margin: 0px;
}

#legnose #content #dettRight #intro .intro_txt ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height: 1.333em;
	padding-bottom: 18px;
	color: #666666;
	/*margin: 0px;*/
}


#legnose #content #dettRight #intro dl {
	float:left;
	border-left: 1px solid #EBEBEB;
	width: 110px;
	padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 9px;
	margin-bottom: 18px;
}

#legnose #content #dettRight #intro dt img { display:block; }

#legnose #content #dettRight #intro dd {
	color: #666666;
	font-size:0.917em;
	line-height: 1.273em;
	padding-bottom: 12px;
}

#legnose #content #dettRight #intro dd a {
	color: #ED1C24;
	text-decoration: none;
}

#legnose #content #dettRight #intro dd a:hover {
	color: #ED1C24;
	text-decoration: underline;
}

.separatore {display:block; clear:both; width:80%; height:1px;}


/*
---------------------------------------------------------------------------------------
CLICKMENU
---------------------------------------------------------------------------------------
*/
ul#language {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float:right;
	text-align: left;
}
ul#language li {
	margin: 0px;
	padding: 0px;
	display: inline;
}
ul#language li a {
	background: url(../img/ico/ico_translate.gif) no-repeat right center;
	display: block;
	float: left;
	color: #898989;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.917em;
	line-height: 1.455em;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
ul#language li a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

ul#language li ul li { height: 1%; }


ul#language li li a {
	background: url(none);
	display: block;
}



div.cmDiv
{
	/*border: 1px solid black;
	background-color: #eee;*/
}
.clickMenu
{
	margin: 0;
	padding: 0;
	cursor: default;
}
.clickMenu, .clickMenu ul
{
	list-style: none;
}
.clickMenu ul
{
	margin: 0;
	padding: 2px;
	border: 1px solid #898989;
	background-color: #000000;
	min-width: 100px; /* ie doesnt know this :/ */
	//float: left;/*ie again*/
	//width: 100%;
}
.clickMenu div.outerbox
{
	display: none;
	min-width: 106px; /* firefox produces animation-flickering when the box is bigger than this :/ */
}
.clickMenu div.inner
{
	//top: 20px; /* for ie */
	left: 0;
	margin: 0;
}
.clickMenu div.inner div.outerbox
{
	margin: 0;
	left: 98px;
	//left: 90px; /* for ie */
	top: -3px;
}
.clickMenu li
{
	position: relative;
	padding: 0 20px 0 2px;
	/*white-space: nowrap; does not really work in ie */
}
.clickMenu li.main
{
	float: left;
	padding: 0;
	/*background-color: #eee;*/
	//height: 20px; /* for ie */
}
.clickMenu li.main li
{
	z-index: 2;
	min-width: 78px;
}
.clickMenu li.hover
{
	z-index: 1 !important; /* the hover z-index has to be below the normal one the hovering items may be drawn over a submenu */
}
.clickMenu img.liArrow
{
	position: absolute;
	right: 5px;
	top: 0.41em;
}
.clickMenu a
{
	text-decoration: none;
	/*color: black;*/
	cursor: default;
}
/* thats for the shadowbox */
html>body div.outerbox
{
	padding: 0 5px 5px 0;
}
html>body div.shadowbox1
{
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 5px;
	height: 100%;
	background: url(myshadow.png) no-repeat right top;
}
html>body div.shadowbox2
{
	position: absolute;
	bottom: 0;
	right: 5px;
	height: 5px;
	width: 100%;
	background: url(myshadow.png) left bottom;
}
html>body div.shadowbox3
{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 5px;
	width: 5px;
	background: url(myshadow.png) no-repeat right bottom;
}
html>body .innerbox
{
	margin: 0;
	display: inherit;
}

#myLang li li {
	display:none;
}

#promo { padding-top: 18px; }


/*  FORM  */
h2.pos  {
	color: #F90;
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin: 0px;
	background-color:#333333;
	padding:5px 20px;
}
form#posatori { margin:0; padding: 20px; background-color:#e1e1e1;}
form#posatori label { display:block;  margin-bottom:5px; font-size:13px;}
form#posatori select { padding:3px 5px; font-size:11px;}
form#posatori input.cmd { margin-top:20px; padding:2px 4px;}
form#posatori select optgroup { font-size:13px;}
form#posatori select option { margin-left:15px;}

hr { height:1px; margin:15px auto; color:#e1e1e1;}