body {
	margin:0;
	background-color:#eaeaea;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
}
img {
	border:0;
}
#contenitore {
	width:940px;
	margin:0px auto;
	background-color:#FFF;
	padding:10px 20px;
	overflow:hidden;
	-moz-box-shadow: 0px 0px 5px #c8c8c8;
	-webkit-box-shadow: 0px 0px 5px #c8c8c8;
	box-shadow: 0px 0px 5px #c8c8c8;
}
#testata {
	overflow:hidden;
	margin-top:10px;
}
#logo {
	float:left;
}
/*Menu*/

#menu {
	float:right;
	color:#333333;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	width:620px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}
#menu ul {
	margin-left: 5px;
	list-style: none;
	float:left;
	padding-top:10px;
}
#menu li {
	float:left;
	margin: 0px 8px;
	padding:0px;
}
#menu li a {
	color:#333;
	text-decoration:none;
	padding-left:25px;
}
.li-home {
	background: url(../images/ico-home.gif) no-repeat left center;
	height:20px;
}
.li-facebook {
	background: url(../images/ico-facebook.png) no-repeat left center;
	height:20px;
}
.li-contatti {
	background: url(../images/ico-contatti.gif) no-repeat left center;
}
.li-manager {
	background: url(../images/manager.png) no-repeat left center;
}
/*Fine menu*/


/*Box cerca dominio*/

#cerca_dominio {
	width:415px;
	float:left;
	padding: 10px 20px 10px 20px;
	margin:0px 15px 15px 0px;
	-moz-box-shadow:inset 0px 0px 15px #dddddd;
	-webkit-box-shadow:inset 0px 0px 15px #dddddd;
	box-shadow:inset 0px 0px 15px #dddddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#333;
	min-height:200px;
}
#cerca_dominio h1 {
	margin:0;
	padding-top:15px;
}
#cerca_dominio h2 {
	margin:0;
	padding:0;
	font-size:18px;
}
#cerca_dominio label {
	color:#104c99;
	text-transform:uppercase;
	margin:20px 0 10px 0;
	font-size:16px;
	display:block;
	font-weight:bold;
}
#cerca_dominio p {
	margin:0;
	padding:0;
	font-size:13px;
}
#cerca_dominio input {
	padding:8px;
	width:230px;
}
/*Fine box cerca dominio*/

/*pulsante controlla dominio */

.classname {
	-moz-box-shadow:inset 0px 0px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 0px 0px 0px #97c4fe;
	box-shadow:inset 0px 0px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #004996), color-stop(1, #00346b) );
	background:-moz-linear-gradient( center top, #004996 5%, #00346b 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#004996', endColorstr='#00346b');
	background-color:#004996;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #00346b;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:5px 5px;
	text-decoration:none;
	text-shadow:1px 1px 0px #00346b;
	margin-left:10px;
}
.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00346b), color-stop(1, #004996) );
	background:-moz-linear-gradient( center top, #00346b 5%, #004996 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00346b', endColorstr='#004996');
	background-color:#00346b;
}
.classname:active {
	position:relative;
	top:1px;
}
/*Fine pulsante*/


/*Box cerca dominio*/

#certifica_account {
	width:415px;
	float:right;
	padding: 10px 20px 10px 20px;
	-moz-box-shadow:inset 0px 0px 15px #dddddd;
	-webkit-box-shadow:inset 0px 0px 15px #dddddd;
	box-shadow:inset 0px 0px 15px #dddddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#004998;
	min-height:200px;
}
#certifica_account h1 {
	margin:0;
	padding-top:15px;
}
#certifica_account h2 {
	margin:0;
	padding:0;
	font-size:18px;
}
.blu {
	color:#004998;
	font-weight:bold;
	font-size:26px;
}
.grigio {
	color:#333;
	font-weight:bold;
	font-size:26px;
}
#certifica_account label {
	color:#333;
	text-transform:uppercase;
	margin:20px 0 10px 0;
	font-size:16px;
	display:block;
	font-weight:bold;
}
#certifica_account p {
	margin:0;
	padding:0;
	font-size:13px;
	color:#333;
}
#certifica_account select {
	padding:8px;
	width:230px;
}
/*Fine box cerca dominio*/

/*Pulsante acquisto*/
.vai_acquisto {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:5px 11px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	margin-left:20px;
}
.vai_acquisto:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
 	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.vai_acquisto:active {
	position:relative;
	top:1px;
}
/*Fine pulsante acquisto*/

#blocco_contatti {
	float:left;
	margin-top:20px;
	-moz-box-shadow:inset 0px 0px 15px #dddddd;
	-webkit-box-shadow:inset 0px 0px 15px #dddddd;
	box-shadow:inset 0px 0px 15px #dddddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:14px;
    width:644px;
}

#elencoCaselle input {
	margin:10px 0;
	
	}

/*sezione prodotti*/

#blocco_centrale {
	float:left;
	margin-top:20px;
	width:674px;
}
/*Prdotto 1 pec starter*/
	
#pec_starter {
	float:left;
	width:205px;
}
#pec_starter h3 {
	color:#3d8337;
}
#pec_starter img {
	border: #edecec solid 1px;
}
/*Fine prodotto 1*/

/*Prdotto 2 pec silver*/
	
#pec_silver {
	float:left;
	width:203px;
	margin-left:30px;
}
#pec_silver h3 {
	color:#8C9091;
}
#pec_silver img {
	border: #edecec solid 1px;
}
/*Fine prodotto 2*/

/*Prdotto 3 pec business*/
	
#pec_business {
	float:left;
	width:203px;
	margin-left:30px;
}
#pec_business h3 {
	color:#d1ae45;
}
#pec_business img {
	border: #edecec solid 1px;
}
/*Fine prodotto 3*/
	
.dettagli {
	margin:0;
	padding:0;
	font-size:12px;
	list-style-type: none;
	line-height:18px;
}
.dettagli li {
	padding-left:22px;
	background:url(../images/check.png) left top;
	background-repeat:no-repeat;
}
/*Caratteristiche principali*/

#caratteristiche {
	overflow:hidden;
	clear:both;
	padding-top:35px;
}

#caratteristiche h2 {
	color:#00336b;
	font-weight:normal;
	margin:0;
	}
.personalizzazione_dominio {
	width:255px;
	float:left;
	padding-left:80px;
	background:url(../images/personalizzazione_dominio.png) top left;
	background-repeat:no-repeat;
}
.sms_giornalieri {
	width:255px;
	float:left;
	padding-left:80px;
	background:url(../images/sms_giornalieri.png) top left;
	background-repeat:no-repeat;
	min-height:65px;
}
.mailbox {
	width:255px;
	float:left;
	padding-left:80px;
	background:url(../images/mailbox.png) top left;
	background-repeat:no-repeat;
}
.archvio_sicurezza {
	width:255px;
	float:left;
	padding-left:80px;
	background:url(../images/archivio_sicurezza.png) top left;
	background-repeat:no-repeat;
}

.legal_mail_utente {
	width:310px;
	float:left;
	background-repeat:no-repeat;
}

.legal_mail_hub {
	width:335px;
	float:left;
	padding-left:20px;
	background-repeat:no-repeat;
}

dt {
	color:#00336b;
	font-weight:bold;
	font-size:12px;
}
dd {
	color:#333;
	margin:0;
	padding:0;
	font-size:12px;
}

dt a{
	color:#00336b;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
dd a{
	color:#333;
	margin:0;
	padding:0;
	font-size:12px;
	text-decoration:none;
}

dt a:hover{
	color:#00336b;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
dd a:hover{
	margin:0;
	padding:0;
	text-decoration:none;
}
/*Fine caratteristiche principali*/

/*Lato destro*/

#lato_dx {
	float:right;
	margin-top:25px;
	overflow:hidden;
}
/*Numero assistenza*/	
	
h4#numero_telefono span {
	display:none
}
h4#numero_telefono {
	display:block;
	width:668px;
	height:33px;
	background: url(../images/te_bigl.png) no-repeat;
	margin:0;
}
/*Box posta*/
#posta {
	width:200px;
	padding: 10px 20px 10px 20px;
	-moz-box-shadow:inset 0px 0px 15px #dddddd;
	-webkit-box-shadow:inset 0px 0px 15px #dddddd;
	box-shadow:inset 0px 0px 15px #dddddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#333;
	float:right;
}
#posta h3 {
	margin:0 0 10px 0;
	font-weight:normal;
}
#posta p {
	font-size:11px;
}
#posta a {
	margin-left: 20px;
}
/*Fine box posta*/

#banner_camerale {
	padding-top:35px;
	display:block;
	clear:both;
	margin:0
}
/*Box news*/
#news {
	width:200px;
	padding: 10px 20px 10px 20px;
	-moz-box-shadow:inset 0px 0px 15px #dddddd;
	-webkit-box-shadow:inset 0px 0px 15px #dddddd;
	box-shadow:inset 0px 0px 15px #dddddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#333;
	margin:35px 0;
	float:right;
}
#news h3 {
	margin:0 0 10px 0;
	font-weight:normal;
}
#news p {
	font-size:11px;
	line-height:14px;
	text-decoration:none;
	padding-bottom:15px;
	border-bottom:#CCC dashed 1px;
	margin:10px 0;
}
.data {
	color:#00336b;
	font-weight:bold
}
#news a {
	text-decoration:none;
	color:#333;
	font-size:11px;
}
#bannerposta {
	width:200px;
	padding: 10px 20px 10px 20px;
	-moz-box-shadow:inset 0px 0px 15px #dddddd;
	-webkit-box-shadow:inset 0px 0px 15px #dddddd;
	box-shadow:inset 0px 0px 15px #dddddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#333;
	margin-top:35px;
}
.standard {
	color:#104C99;
	margin:0
}
#mailstandard {
	background:url(../images/mail_standard.png) no-repeat left top;
}
#mailstandard p span {
	padding:0;
	font-size:2.2em;
	margin:0;
	color:#0055a6;
	letter-spacing:-4px;
	margin-left:80px;
}
#mailstandard .euro {
	color:#000000;
	font-size:1.1em;
	letter-spacing:-1px;
	font-style: bold;
	line-height: normal;
	font-weight: bold;
	line-height:2px;
}
.attiva_subito {
	-moz-box-shadow:inset 0px 1px 0px 0px #004280;
	-webkit-box-shadow:inset 0px 1px 0px 0px #004280;
	box-shadow:inset 0px 1px 0px 0px #004280;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00458a), color-stop(1, #001c38) );
	background:-moz-linear-gradient( center top, #00458a 5%, #001c38 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00458a', endColorstr='#001c38');
	background-color:#00458a;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #00376e;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #000000;
}
.attiva_subito:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #001c38), color-stop(1, #00458a) );
	background:-moz-linear-gradient( center top, #001c38 5%, #00458a 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#001c38', endColorstr='#00458a');
	background-color:#001c38;
}
.attiva_subito:active {
	position:relative;
	top:1px;
}
/*Box cerca dominio*/

#acquisto {
	width:900px;
	padding: 20px;
	-moz-box-shadow:inset 0px 0px 15px #dddddd;
	-webkit-box-shadow:inset 0px 0px 15px #dddddd;
	box-shadow:inset 0px 0px 15px #dddddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#333;
	min-height:200px;
	overflow:hidden;
}
#acquisto h1 {
	margin:0;
	padding:0
}
#acquisto h2 {
	margin:0;
	padding:0;
	font-size:18px;
}
#acquisto p {
	margin:0;
	padding:0;
	font-size:13px;
}
#acquisto select {
	padding:8px;
	width:230px;
}

.titolo_acquisto {
	color:#104c99;
	text-transform:uppercase;
	margin:20px 0 10px 0;
	font-size:16px;
	display:block;
	font-weight:bold;
}

.riepilogo_casella_start{
	margin:20px 0 10px 35px;
	font-size:18px;
	background:url(../images/mail_standard_small.png) top right;
	background-repeat:no-repeat;
	padding:8px 40px 0 0;
}
.riepilogo_casella_silver{
	margin:20px 0 10px 20px;
	font-size:18px;
	background:url(../images/mail_silver.png) top right;
	background-repeat:no-repeat;
	padding:8px 40px 0 0;
}
.riepilogo_casella_gold{
	margin:20px 0 10px 20px;
	font-size:18px;
	background:url(../images/mail_gold.png) top right;
	background-repeat:no-repeat;
	padding:8px 40px 0 0;
}

.immetti_dominio {
	padding:8px;
	width:280px
	
	}

/*Fine box cerca dominio*/

/*Tabella acquisto*/

#tabella_acquisto {
    border:dashed 3px #00336b;
	background-color:#ededed;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	width:400px;
	padding:10px;
	margin-top:40px;
	float:left;
	font-size:13px;
}

#tabella_acquisto h3{
    color: #00336b;
	margin:0
}

.prezzo{
	text-align:right;
	color:#00336b;
	font-size:16px !important ;
	}
	
.totale{
	text-align:right;
	color:#333;
	font-size:18px !important ;
	}
	
.procedi_acquisto {
	-moz-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bee2f9;
	box-shadow:inset 0px 1px 0px 0px #bee2f9;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #00346b), color-stop(1, #468ccf) );
	background:-moz-linear-gradient( center top, #00346b 5%, #468ccf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00346b', endColorstr='#468ccf');
	background-color:#00346b;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #3866a3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #696969;
}.procedi_acquisto:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #468ccf), color-stop(1, #00346b) );
	background:-moz-linear-gradient( center top, #468ccf 5%, #00346b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#468ccf', endColorstr='#00346b');
	background-color:#468ccf;
}.procedi_acquisto:active {
	position:relative;
	top:1px;
}

	
/*Fine box news*/


#piede {
	margin-top:35px;
	padding-top:25px;
	clear:both;
	border-top: #104c99 solid 10px;
	overflow:hidden;
}






.boxNews a {
	color:#55565a;
	text-decoration:none;
}
.boxNews h4 {
	margin:5px 0 0 0;
}
.boxNews p {
	margin:0;
}
.newsHeader {
	margin:0;
	padding:10px;
	
}
.newsHeader:hover {
	background-color:#F8F8F8;
	padding:10px;
	margin:0;
}


#myAlert,#myConfirm{
	top:0;
	left:0;
	height:200%;
	width:100%;
	overflow:hidden;
	background-color:transparent;
	/*display:none;*/
	position:absolute;
}
#myAlertBG,#myConfirmBG{
	height:200px;
	width:300px;
	background-color:#ededed;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position:absolute;
	top:50%;
	margin-top:-100px;
	left:50%;
	margin-left:-150px;
	text-align:center;
	border:solid 1px;
}
#myAlertBG p,#myConfirmBG p{ height:90px;}