﻿body {
	border:0px;
	margin:0px;
	padding:0px;
	background-color: #fefefe;
	background-image: url(layout/bg.png);
	background-repeat: repeat-x;
	font-family: arial, helvetica, lucida, sans-serif;
	font-size: 9pt;
	color: #484E5C;
}

img {border:0px; float:left;}
.sx {float:left;}
.dx {
	float:right;
}


.right {
	float:right !important;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.inline{display:inline; float:none;}

a   {
color:#afafaf;
outline:none; 
text-decoration:none; 
}

a:hover {color:#CCCCCC;}

table, tr, td
{
border:0px; 
margin:0px; 
padding:0px; 
vertical-align:top;
}








hr{  /*Hr usati nei form*/
background-color:#e4e4e4;
color:#e4e4e4;
height:2px;
}

.banner{  /* Banner nella colonna dx, con la foto del prodotto */
	float:left;
	height:160px;
	width:241px;
	background-image: url(layout/banner_prodotto_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 11px;
	margin-bottom: 0px;
}

.ban_pic {width:75px; vertical-align:top;} /*img nel banner*/


/* parte testuale nel banner*/
.ban_desc {padding:30px 0px 0px 0px;}

.banner .titolo, .banner .text
{
	color:white;
	font-size:10pt;
	font-weight:bold;
	float:left;
	clear:both;
}

.banner .text
{color:black;
line-height:150%;
padding:10px 5px 0px 0px;   
text-align:right; 
}

/********************************************** Testi generali */

.vai {color:#548aae; padding:0px 5px; border-right: 0px #c2c2c2 solid; height:15px; line-height:15px; font-weight:bold;}

/*link nel footer*/
.link {width:900px; text-align:center; font-size:7pt; color:#808080; float:left; text-transform:uppercase; margin:10px 0px;}

.link a {border-right: 1px solid #d2d2d2; heigth:15px; color:#808080; line-height:15px; padding-right:5px;}

.link a:hover {color:#CCCCCC;}

.link .ultimo {border:0px;}
/**/

#prodotto a{ color:#666666;} 
#prodotto a:hover, #prodotto_sidebar a:hover {
	color:#afafaf;
} 

.copy {
	text-align: center;
	color:#737373;
	font-size:7.5pt;
	float:left;
	width:900px;
	line-height: 2em;
}

.prezzo_offerta{
	color:#E36727;
} /*Arancione, usato in Offerta educational*/

/********************************************** Struttura */

#container
{
width:900px;
position:absolute;
left:50%;
top:20px;
margin-left:-450px;
padding:0px 0px 30px 0px;
float:left;
}


/************** Testata ********/

.logo
{
	font-size:11pt;
	color:#767676;
	text-indent:5px;
	float:left;
	clear:left;
	font-weight: normal;
}

.login {float:right; text-align:right; width:450px; height:100%; border:0px; margin:0px; padding:0px;}


/************** Corpo Centrale ********/

#main
{
width:900px;
height:auto;
background:#ffffff;
border:1px solid #f2f2f2;
float:left;
padding-bottom:10px;
}


.main_head{padding:0px 0px 0px 5px; float:left;}

#nav
{
width:890px;
height:46px;
background: url("./layout/bg_menu.png") repeat-x bottom;
float:left;
clear:both;
}


#visual_flash
{
background: url("./layout/img/visual_flash.png");
width:890px;
height:185px;
float:left;
}


#prodotto, #interne  
{
float:left;
width:610px;
height:auto;
font-size:8pt;
padding-left:15px;
}

#interne      /*pagine interne non di prodotto*/
{width:600px;}

#prodotto #interne /*pagine interne di prodotto ex: "specifiche"*/
{ padding:0px;}



#prodotto_sidebar
{
float:right;
width:252px;
padding-right:9px;
color:#666666;
font-size:8pt;
}


/********************************************** Fine Struttura */











/************** Menu Principale */

.menu
{
height:46px;
line-height:46px;
color:black;
float:left;
text-transform:uppercase;
padding:0px 0px 0px 10px;
margin:0px;
list-style-type:none; 
}

.menu li
{
height:inherit;
line-height:inherit;
display:inline;
float:left;
background: url("./layout/bar_menu.png") no-repeat right; 
padding-right:25px;
}

.menu li a {color:black;}
.menu li a:hover {color:#afafaf;}
.company {color:#548aae;}
.company:hover{color:#CCCCCC;}

/************** Menu Secondario */

.menu2
{
height:15px;
line-height:15px;
font-size:7pt;
color:#999999;
float:right;
padding:31px 0px 0px 10px;
margin:0px;
list-style-type:none;
}

.menu2 li
{display:inline;
float:left;
border-right: 2px #d2d2d2 solid;
padding:0px 5px;
font-weight:bold;
}

.menu2 a {color:#808080;}
.menu2 a:hover {color: #afafaf;}
.menu2 .ultimo{border:0px;}


/************** Prodotto*/


.breadcrumbs
{
	border-bottom: 2px solid #e4e4e4;
	width:875px;
	font-size:8pt;
	float:left;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#prodotto .titolo
{color:#808080; font-size:10.5pt; margin-top:15px;}
#interne .titolo
{
	color:#444A58;
	font-size:22pt;
	margin-top:15px;
	font-weight: normal;
	margin-bottom: 30px;
} /*blu*/

.desc_prod
{
	color:#5B6376;
	font-size:10pt;/*9*/
	line-height:1.3em;
	padding-top: 8px;
	padding-bottom: 8px;
}
.boxAspenBig {
	background-image: url(layout/img/int/aspen2000.png);
	background-repeat: no-repeat;
	background-position: left 0px;
}

.prezzo
{
	padding-left:23px;
	line-height:23px;
	color:#4F4F52;
	background-image: url(layout/asterisco.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	padding-right: 0px;
	margin-left: 10px;
	background-color: transparent;
}


.box{float:right; width:240px;} /*non influenzato da sottoclassi*/
.scarica
{
	line-height:23px;
	color:#808080;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: transparent;
	background-image: url(./layout/download_icon.gif);
	background-repeat: no-repeat;
	background-position: 2px;
}

#prodotto .prezzo
{
	font-size:10.5pt;
	color: #454545;
	width: 105px;
	padding-top: 0px;
	margin-top: 0px;
}

.nome_prodotto  /*con sfondo arancione*/
{
	border-left: #E66E49 1px solid;
	height:27px;
	color:white;
	text-transform:uppercase;
	font-size:11pt;
	line-height:27px;
	float:left;
	background-image: url(layout/nome_prodotto1.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.download  /* fascia download */
{
background: url("./layout/download_bg.png") no-repeat right;
width:610px;
height:40px;
color:black;
padding:0px 0px 0px 0px;
margin:0px 0px 20px 0px;
list-style-type:none;
font-weight:bold;
clear:both;
}

.download a
{
	display:inline;
	height:35px;
	float:left;
	padding:5px 20px 0px 45px;
	margin-left:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
}

.aggiornamenti {background: url("./layout/aggiornamenti.png") no-repeat top left;}

.shareware {background: url("./layout/shareware.png") no-repeat top left;}

.manuale {background: url("./layout/manuale.png") no-repeat top left;}

.brochure {background: url("./layout/brochure.png") no-repeat top left;}
/**/

.blocchitxt
{
	margin:10px 0px;
	float:left;
	width:100%;
	font-size:9pt;
	line-height:1.5em;
	color:#313132;
}

#prodotto .blocchitxt{
	line-height:1.4em;
}

.blocchitxt div
{margin-bottom:20px; float:left; width:100%;}

.blocchitxt .sx, 
.blocchitxt .dx 
{
	width:272px;
	line-height: 1.3em;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 8.5pt;
	margin-left: 13px;
}

.blocchitxt h2
{
	color:#6c91bb;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-bottom: 2px;
	font-size: 9pt;
} /*blu chiaro*/

.blocchitxt a
{
	color:#0566A4;
}

a.leggitutto
{color:#E36727;
font-weight:bold;
float:right; padding-right:20px;
}

a.leggitutto:hover
{color:#f4874e;}



/**/
.chisiamo
{
	font-size:9.5pt;
	color: #333;
}

.chisiamo .blocchitxt h2
{
}

/*ordine titoli prima pagina */
.blocchitxt .grey{color:#454545;}


/*sidebar*/

.spazio  /* spazio sopra la sidebar per le pagine senza il titolo come i prodotti*/
{margin-top:27px;}

.prodotto_menu
{
	background: url("./layout/sidemenu_bg.png") no-repeat top center;
	margin:0px;
	padding:20px 0px 0px 5px;
	list-style-type:none;
	float:left;
	width:246px;
	clear:both;
}

.prodotto_menu li
{
	border-bottom:1px solid #efefef;
	padding: 0px 0px 0px 20px;
	text-transform:uppercase;
	font-size:8pt;
	line-height:250%;
	width:90%;
}
.prodotto_menu .ultimo
{border:0px;}

.prodotto_menu a
{
	color:#666666;
}



.prezzi_ordini
{width:250px;
margin:10px 0px; 
padding:0px; 
list-style-type:none; 
float:left;
clear:both;
color:#548aae;}

.prezzi_ordini a
{color:#548aae;}

.prezzi_ordini li
{text-transform:uppercase;
font-weight:bold;
color:#548aae;
font-size:9pt;
line-height:34px;
text-indent:50px;
float:left;
width:250px;
}

.preventivo {background: url("./layout/preventivo.png") no-repeat left;}

.listino {background: url("./layout/listino.png") no-repeat left;}

.ordine {background: url("./layout/ordine.png") no-repeat left;}



/* form */

.formw
{
	width:580px !important;
}

.formw input, .formw select 
{
}

.radio, .checkbox {margin:auto;}

.blocchitxt table{width:100%;}

/*modulo ordine*/
.price
{float:right;display:inline;margin-left:5px; font-weight:bold;}

.tasti
{text-align:center;font-size:10pt;}
.tasti a{border: #CCCCCC 1px solid; padding: 1px 5px;}
.prodotto_desc
{text-align:right; width:200px; float:right;}



/* StileNavigazione DynamicDrive*/

/***********************************************
* DD Tab Menu script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

.tabcontainer{
clear:both;
width:100%; /*width of 2nd level sub menus*/
height:auto; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent 
{display:none;
list-style-type:none; 
padding:5px 10px; 
margin:0px 0px 0px 0px; 
z-index:2;
position:absolute;
background-color:#fff;
border: #DDDDDD solid 1px;
}

#sb1,#sb2,#sb3,#sb4,#sb5,#sb6,#sb7
{font-size:9pt; width:164px;}

#sb2{margin-left:83px;}
#sb3{margin-left:153px;}
#sb4{margin-left:250px;}
#sb5{margin-left:344px;}
#sb6{margin-left:414px;}
#sb7{margin-left:493px;}

.tabcontent  li
{background-color:#fff;
padding:5px 10px 5px 5px;
border-bottom:1px #DDDDDD solid;
}

.tabcontent  li a
{color:black;}

.tabcontent  li a:hover
{color:#999999;}

.tabcontent .ultimo{border:0px;}

p.registrati
{
font-size:8pt;
margin: 8px 0 8px 0;
padding: 0 0 0 0;
}

p.registrati a
{
	font-size:8pt;
	color:#08c;
}




h6 {
	font-size: 10px;
	font-style: italic;
	color: #999;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}
.Boxclear {
	clear: both;
}
.sxBox {
	float:left;
	position: relative;
	width: 200px;
	height: 100px;
	clear: none;
}
table {
	line-height: 1.5em;
}
option {
	color: #004A97;
	font-weight: bold;
}
select {
	color: #006BB6;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #00509A;
	border-right-color: #00509A;
	border-bottom-color: #00509A;
	border-left-color: #00509A;
}
.ButtonSubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #0080c9;
	background-image: url(layout/bdButton.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: center;
	vertical-align: middle;
	text-transform: capitalize;
	cursor: pointer;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #038BDA;
	border-right-color: #004282;
	border-bottom-color: #004282;
	border-left-color: #0580C9;
}

.DescrizioneBreve {
	color: #454545;
	line-height: 1.4em;
	margin-top: 1px;
	font-size: 10pt;
	margin-bottom: 1px;
}

.DescrizioneDownload {
	color: #696969;
	line-height: 1.6em;
	margin-top: 1px;
	font-size: 10pt;
	margin-bottom: 10px;
	background-color: #F0F7FA;
	padding: 10px;
	border: 1px solid #E8E8E8;
	font-weight: bold;
}

a.scarica {
	text-transform: uppercase;
}
a.scarica:hover {
	color: #6CBAE1;
	text-decoration: underline;
}
.listaDownload {
	list-style-type: none;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 180px;
}
.sfondo_Edisis_piccolo {
	background-image: url(layout/img/int/edisis2000_th.png);
	background-repeat: no-repeat;
	background-position: 10px 40px;
}
.listaShareware {
	list-style-type: none;
	padding-top: 0px;
	margin-top: 0px;
}
.sfondoGrigio {
	background-color: #ebebeb;
	font-size: 10pt;
	font-weight: bold;
	color: #333;
	font-family: Arial, sans-serif;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.listaDownload li {
	color: #333;
	line-height: 1.4em;
	padding-top: 5px;
	padding-bottom: 5px;
}
.listaDownload li a {
	font-weight: bold;
	padding-left: 20px;
	background-image: url(layout/icona_acroba.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}
.listaDownload li a:hover {
	color: #50ADE9;
	text-decoration: underline;
}
.imgSpazio {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 14px;
}
.sx p  {
	padding-left: 2px;
	margin-top: 2px;
	line-height: 1.3em;
	color: #4E5870;
}
.dx p {
	padding-left: 2px;
	margin-top: 2px;
	line-height: 1.3em;
	color: #4E5870;
}
.sx h2 {
	color: #0056A1;
}
.dx h2 {
	color: #0056A1;
}
.imgHydronet {
	background-image: url(layout/img/int/hydronet2000.png);
	background-repeat: no-repeat;
}
.listaDownload2 {
	list-style-type: none;
	padding-left: 100px;
	margin-top: 8px;
	padding-right: 30px;
}
.listaDownload2 li {
	padding-left: 8px;
	padding-top: 6px;
	padding-bottom: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5DEE4;
}
.listaDownload2 li strong {
	padding-right: 20px;
}
.sfondo_Por_piccolo {
	background-image: url(layout/img/int/por2000_th.png);
	background-repeat: no-repeat;
	background-position: 10px 40px;
}
.sfondo_Aspen_piccolo {
	background-image: url(layout/img/int/aspen2000_th.png);
	background-repeat: no-repeat;
	background-position: 10px 40px;
}
.sfondo_Solaio_piccolo {
	background-image: url(layout/img/int/solaio2000_th.png);
	background-repeat: no-repeat;
	background-position: 10px 40px;
}
.sfondo_Edislim_piccolo {
	background-image: url(layout/img/int/edislim2000_th.png);
	background-repeat: no-repeat;
	background-position: 10px 40px;
}
.sfondo_Ediplin_piccolo {
	background-image: url(layout/img/int/ediplin2000_th.png);
	background-repeat: no-repeat;
	background-position: 10px 40px;
}
.sfondo_Truss_piccolo {
	background-image: url(layout/img/int/truss2000_th.png);
	background-repeat: no-repeat;
	background-position: 10px 40px;
}
.sfondo_Hydronet_piccolo {
	background-image: url(layout/img/int/hydronet2000_th.png);
	background-repeat: no-repeat;
	background-position: 10px 40px;
}
.titoletto {
	color: #7E8B98;
	font-size: 9pt;
	font-weight: bold;
}
.titoletto a {
	color: #08c;
}
.titoletto a:hover {
	color: #0AF;
	text-decoration: underline;
}
.sfondo_Edisis_piccolo2 {
	background-image: url(layout/img/int/edisis2000_th.png);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	padding-left: 100px;
	list-style-type: none;
	padding-top: 20px;
}
.boxEdislimOfferta {
	background-image: url(layout/img/int/edislimbanner.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
}
.TestoOffertaBanner {
	font-size: 9pt;
	padding-top: 28px;
	padding-bottom: 40px;
	padding-left: 84px;
	display: block;
	color: #2A2A2A;
	padding-right: 8px;
	line-height: 1.4em;
	font-weight: bold;
}
.downloadButton {
	background-image: url(layout/bottone.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	height: 22px;
	width: 100px;
	padding-right: 10px;
	padding-left: 14px;
	line-height: 4em;
	font-size: 8pt;
}
.downloadButton a:hover {
	color: #84AFCA;
}
.downloadButton strong {
	padding-left: 10px;
}

.full {background-image: url(layout/bottone_full.gif) !important; width: 171px !important; margin-right: 10px;}
.edu {background-image: url(layout/bottone_edu.gif) !important; width: 213px !important;}

.sfondo_Hydronet_piccolo2 {
	background-image: url(layout/img/int/hydronet2000_th.png);
	background-repeat: no-repeat;
	padding-left: 100px;
	list-style-type: none;
	background-position: 0px 20px;
}
ul.listaShareware li {
	padding-top: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	padding-bottom: 1px;
}
.sfondo_Por_piccolo2 {
	background-image: url(layout/img/int/por2000_th.png);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	padding-left: 100px;
	list-style-type: none;
	padding-top: 20px;
}
.sfondo_Solslim_piccolo2 {
	background-image: url(layout/img/int/solaio2000_th.png);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	padding-left: 100px;
	list-style-type: none;
	padding-top: 20px;
}
.sfondo_Truss_piccolo2 {
	background-image: url(layout/img/int/truss2000_th.png);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	padding-left: 100px;
	list-style-type: none;
	padding-top: 20px;
}
.sfondo_Ediplin_piccolo2 {
	background-image: url(layout/img/int/ediplin2000_th.png);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	padding-left: 100px;
	list-style-type: none;
	padding-top: 20px;
}
.sfondo_Aspen_piccolo2 {
	background-image: url(layout/img/int/aspen2000_th.png);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	padding-left: 100px;
	list-style-type: none;
	padding-top: 20px;
}
.titoletto2 {
	color: #08c;
	font-size: 9pt;
	font-weight: bold;
	background-image: url(layout/freccia.gif);
	background-position: 0px 2px;
	padding-left: 18px;
	background-repeat: no-repeat;
}
.downloadButtonDoppio {
	background-image: url(layout/ButtonDoppio.gif);
	background-repeat: no-repeat;
	background-position: 70px 0px;
	padding-top: 6px;
	padding-bottom: 8px;
	height: 20px;
	width: 200px;
	line-height: 2em;
	font-size: 8pt;
	padding-left: 82px;
	padding-right: 20px;
	color: #4E4E4E;
}
.downloadButtonDoppio strong {
	padding-right: 8px;
	padding-left: 0px;
}
.downloadButtonDoppio a:hover {
	color: #84AFCA;
}
.downloadButtonDoppio a {
	color: #464646;
}
.listaLink {
	padding-left: 60px;
	list-style-type: none;
}
.listaLink li {
	text-transform: uppercase;
	background-image: url(layout/freccia.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.4em;
	font-size: 8pt;
}
.listaLink li a:hover {
	color: #0AF;
	text-decoration: underline;
}
.listaLink li a {
	color: #08c;
}
.listaDownload3 {
	list-style-type: none;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 2em;
	padding-top: 0px;
}
.listaDownload3 li {
	padding-left: 100px;
	padding-top: 6px;
	padding-bottom: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5DEE4;
}
.listaDownload3 li strong {
	padding-right: 20px;
}
.desc_prod a {
	font-weight: bold;
	color: #5B5B5B;
	font-size: 9pt;
	padding-left: 20px;
	background-image: url(layout/icona_acroba.gif);
	background-repeat: no-repeat;
	background-position: 2px;
}
.sfondo_Edislim_piccolo2 {
	background-image: url(layout/img/int/edislim2000_th.png);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	padding-left: 100px;
	list-style-type: none;
	padding-top: 20px;
}
p.registrati a:hover {
	color:#72C0F2;
	text-decoration: underline;
}
.desc_prodBox {
	color:#5E6982;
	font-size:10pt;/*9*/
	line-height:1.3em;
	padding-left: 180px;
	margin-top: 10px;
	margin-bottom: 8px;
}
.prezzo_offertaBox {
	color:#333;
	background-image: url(layout/asterisco.png);
	background-repeat: no-repeat;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 0px;
	padding-left: 480px;
	left: 44px;
	background-position: 460px 0px;
	line-height: 1.1em;
	display: block;
	padding-bottom: 12px;
	padding-top: 0px;
}
.BoxDemo {
	background-image: url(layout/demo2.gif);
	height: 146px;
	width: 251px;
	float: left;
	clear: both;
	background-repeat: no-repeat;
	background-position: left 0px;
	margin-top: 0px;
	margin-bottom: 2px;
}
.TestoOffertaBanner .titolo {
}
.testoBoxDEMO {
	font-size: 9pt;
	color: #FFF;
	line-height: 1.3em;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: normal;
	margin-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.banner .titolo {
	text-indent: -4px;
}
.boxEdiplinBig {
	background-image: url(layout/img/int/ediplin2000.png);
	background-repeat: no-repeat;
	background-position: left 0px;
}
.boxEdisisBIG {
	background-image: url(layout/img/int/edisis2000.png);
	background-repeat: no-repeat;
	background-position: left 0px;
}
.boxPorBIG {
	background-image: url(layout/img/int/por2000.png);
	background-repeat: no-repeat;
	background-position: left 0px;
}
.boxTrussBIG {
	background-image: url(layout/img/int/truss2000.png);
	background-repeat: no-repeat;
	background-position: left 0px;
}
.boxEdislimBIG {
	background-image: url(layout/img/int/edislim2000.png);
	background-repeat: no-repeat;
	background-position: left 0px;
}
.boxSolaioBIG {
	background-image: url(layout/img/int/solaio2000.png);
	background-repeat: no-repeat;
	background-position: left 0px;
}
.boxHydronetBIG {
	background-image: url(layout/img/int/hydronet2000.png);
	background-repeat: no-repeat;
	background-position: left 0px;
}
.DescrizioneTable {
	color: #565656;
	font-size: 9pt;
	background-color: #DCDCDC;
	border: 1px solid #E8E8E8;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 18px;
}
.DescrizioneAssistenza {
	color: #7E8B98;
	line-height: 1.5em;
	font-size: 9pt;
	border: 1px solid #E8E8E8;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;
	padding-top: 4px;
	padding-bottom: 4px;
}
.DescrizioneTableCosto {
	color: #FFF;
	font-size: 9pt;
	background-color: #666;
	border: 1px solid #E8E8E8;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 18px;
}
.DescrizioneTableCostoTD {
	color: #000;
	font-size: 9pt;
	background-color: #B3B3B3;
	border: 1px solid #E8E8E8;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.DescrizioneTableTDsx {
	color: #000;
	font-size: 9pt;
	background-color: #F93;
	border: 1px solid #E8E8E8;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.DescrizioneTableTDdx {
	color: #000;
	font-size: 9pt;
	background-color: #FFFFC9;
	border: 1px solid #E8E8E8;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.logoNewsoft {
	color: #F6F6F6;
	background-image: url(layout/img/newsoft_logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 30px;
	width: 180px;
	text-indent: -100px;
	padding-bottom: 8px;
	padding-top: 8px;
	margin-top: 8px;
	margin-bottom: 0px;
}


a.logoNewsoft:hover {
	color: #FCFCFC;
}
a.grey:hover {
	color: #8B8A8F;
}
h3 {
	margin-top: 4px;
	padding-top: 4px;
	color: #2D2D2F;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
.prodotto_menu li:hover {
	background-color: #E9E9E9;
}
.prodotto_menu li strong {
	font-weight: normal;
}
.ulRegistrazione {
	list-style-type: none;
}
.ulRegistrazione li {
	background-image: url(layout/asterisco.png);
	background-position: left 0px;
	background-repeat: no-repeat;
	padding-left: 24px;
	line-height: 2em;
}
.blocchitxt a:hover {
	color: #0087DC;
}

label {
display:table-caption;
}

label{padding: 5px}

label.req2{
border-style:solid;
border-width:0px;
border-color: #ff0000;
}

.req2:after{
display: block;
color:#E36727;
content:"campo obbligatorio*";
}

label.req strong,label.req2 strong, strong.asterisco{font-weight: bold;
    font-family: verdana,sans-serif;color: red}
.desc_prodH2 {
	color:#81879E;
	font-size:12pt;/*9*/
	line-height:1.3em;
	padding-top: 0px;
	padding-bottom: 8px;
}
h1 {
	font-size: 19pt;
}
#prodotto h1 {
	font-size: 17pt;
}
.listaVantaggi {
	color: #666;
}
ul.listaVantaggi {
	list-style-type: none;
}
ul.listaVantaggi li {
	background-image: url(layout/Senza-titolo-1.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	text-indent: 12px;
	padding-top: 6px;
	line-height: 1.3em;
}
.listaVantaggi2 {
	color: #212121;
}
ul.listaVantaggi2 {
	list-style-type: none;
}
ul.listaVantaggi2 li {
	background-image: url(layout/asterisco.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	text-indent: 24px;
	padding-top: 6px;
	line-height: 1.3em;
}
h4 {
	margin-bottom: 8px;
	font-weight: bold;
	color: #7E8B98;
	font-size: 9pt;
}
h2.prezzo_offerta {
	margin-top: 10px;
}
.blocchitxt p {
	margin-top: 4px;
	margin-left: 1px;
}
.orange {
	color: #e34c1d;
}

h4 {
	color: #00519B;
	margin-bottom: 4px;
	font-size: 9pt;
}
.funzionalita_programma {
	background-image: url(layout/freccia_blue.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
	padding-left: 50px;
	padding-right: 2px;
	padding-bottom: 2px;
	border: 1px dotted #D3D3D3;
	padding-top: 1px;
}
.blocchitxt2 {
	float:left;
	width:100%;
	font-size:9pt;
	line-height:1.5em;
	color:#313132;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.blocchitxt2 div {
	margin-bottom:4px;
	float:left;
	width:100%;
}
.blocchitxt2 .sx, .blocchitxt2 .dx {
	padding-right:0px;
	width:262px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 8.5pt;
	line-height: 1.3em;
	font-family: Tahoma, Geneva, sans-serif;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #4E5870;
}
.blocchitxt2 a {
	color:#0566A4;
}
.funzionalita_programma h3 {
	margin-bottom: 18px;
}
.breadcrumbs a {
	color: #9E9E9E;
	font-weight: bold;
}
.tableOrd {
	font-size: 8.5pt;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #afafaf;
}

