﻿@charset "utf-8";

body {
    font-family: "Trebuchet MS", Georgia, Helvetica, Arial;
    font-style: normal;
    font-size: 12px;
    line-height: 16px;
    color: #666;
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    position: relative;
}

textarea, input {
    font-family: "Trebuchet MS", Georgia, Helvetica, Arial;
    color: #333;
}

a {
    text-decoration: none;
    color: #fa8d00;
}
a:hover {
    color: #f60;
}

.arancio
{
	color:#f60;
}

.rosso
{
	color:#c00;
}

.unavailable
{
	color:#bbb;	
}


.center{
	text-align:center;
}

.right{
	text-align:right;
}

.left {
	text-align:left;
}

.separatore{
	width:100%;
	height:5px;
	background-color:#f3f3f3;
	margin:10px 0;	
	font-size:1px;
}


a.back {
	background: url(/i/back.gif) no-repeat left 10px;
	padding-left:11px;
	font-size: 20px;
	color:#1f6bb4;
}

#colSx .titleh1 {
    height: 20px;
    margin-bottom: 20px;
    width: 100%;
}
#sfondoHeaderHome {
	height: 318px;
	width: 100%;
	position: relative;
	background-image: url(/i/bkg_home.gif);
	background-repeat: repeat-x;
	border-bottom:1px solid #ddd;
}

div#spot
{
	width:480px;
	height:325px;	
	position:absolute;
	top:-30px;
	left:240px;
	background:transparent;
	z-index:1000;
}

#sfondoHeader {
	height: 120px;
	width: 100%;
	position: relative;
	background-image: url(/i/sfumatura.gif);
	background-repeat: repeat-x;
}

#headerHome {
	height: 319px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background: url(/i/header.jpg) no-repeat;
}

#soloHeader
{
	height:218px; 
	width:960px;
}

a#facebook
{
	display:block;
	position:absolute;
	top:4px;
	right:40px;
	width:16px;
	height:16px;
}
a#twitter
{
	display:block;
	position:absolute;
	top:4px;
	right:20px;
	width:16px;
	height:16px;
}
a#linkedin
{
	display:block;
	position:absolute;
	top:4px;
	right:0px;
	width:16px;
	height:16px;
}

#boxLoginRegistrazione
{
	width:216px;
	height:24px;
	position:absolute;
	background:url(/i/bkgBoxLoginRegistr.gif) no-repeat;
	top:0;
	right:193px;
	color:#fff;
}

.benvenuto {
	font-size:11px;	
	padding-left:5px;
	padding-top:3px;
	float:left;
}

#boxLoginRegistrazione a.pannello{
	text-transform:uppercase;
	font-weight:bold;
	padding: 3px 10px 0 15px;
	float:right;
	background:url(/i/separatoreLoginRegistr.gif) no-repeat left 6px;
		
}

#boxLoginRegistrazione ul
{
	width:164px;
	height:22px;
	margin:0;
	margin:0 auto;
	padding:0;
	list-style-type:none;
	text-align:center;
}


#boxLoginRegistrazione li
{
	float:left;
	text-transform:uppercase;
	line-height:22px;
	padding:0 25px 0 0;
	font-weight:bold;
	background:url(/i/separatoreLoginRegistr.gif) no-repeat right;
	text-align:center;
}

#boxLoginRegistrazione li.last
{
	background:none;
	padding-left:25px;
	padding-right:0;
}

#boxLoginRegistrazione a
{
	color:#fff;
	font-size:11px;
}

#header {
	height: 120px;
	width: 50%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

#barNavHome
{
	width:960px;
	height:35px; 
	position:relative;
}

#barNavHome ul
{
	height:35px; 
	line-height:35px;
	margin:0;
	margin-right:0;
	padding:0;
	text-transform:uppercase;
	list-style-type:none;
	float:left;
	font-size:12px;
	font-weight:bold;
	right:5px;
	position:absolute;
}

#barNavHome li
{
	float:left;
	padding:0 17px;
	background: url(/i/separatoreMenuHome.gif) no-repeat right;
}

#barNavHome li.last
{
	background: none;
	padding:0 0 0 17px;
}

#barNavHome a
{
	color:#f3f3f3;
}

#barNavHome a:hover
{
	color:#fff;
}

#boxVerificaDispHome
{
	width: 960px;
	height:65px;
	margin:0 auto;
	border-bottom:1px solid #ddd;
	position:relative;
}

#boxVerificaDispHome .radio
{
	top:35px;
	left:0;
	color:#333;
	font-size:11px;
	width:400px;
	position:absolute;
	text-transform:uppercase;
}

#boxTools {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 30px;
}
#boxTools .boxLogin {
    height: 30px;
    margin-left: 10px;
}
ul#elencoTools {
    float: right;
}
ul#elencoTools li {
    list-style: none;
    margin: 0 10px;
    height: 30px;
    line-height: 30px;
    color: #1f6bb4;
    display: inline;
    float: right;
}
#boxTools .boxLogin a.lnkLogin {
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: #069;
}
ul#elencoTools li a {
    color: #fa8d00;
    float: right;
    display: block;
 }
  #boxTools .boxLogin ol {
    float: left;
 }
 #boxTools .boxLogin ol li {
    list-style: none;
    display: inline;
    margin-top: 6px;
    float: left;
 }
 #boxTools .boxLogin ol li.link {
    margin: 3px 0 0 10px;
    font-size: 10px;
    width: 100px;
    position: relative;
 }
 #boxTools .boxLogin ol li.link a {
    position: absolute;
    top: 12px;
    left: 0;
    color: #666;
 }
 #boxTools .boxLogin ol li input.btn {
    width: 65px;
 }
  #boxTools .boxLogin ol li.link a.registrati {
    top: 0;
    left: 0;
    color: #3399cc;
    font-size: 12px;
 }
 #boxTools .boxLogin ol li.link a:hover {
    color: #1f6bb4;
}
#boxTools .boxLogin a.lnkLogin:hover, ul#elencoTools li a:hover {
    color: #1f6bb4;
}
#boxTools .boxLogin li.benvenuto a.btn {
    margin-left: 5px;    
}
.boxLogin .content {
    float: right;
    height: 30px;
    background: #fff;
    border-top:1px solid #dedcdc;
   
}
.boxLogin .bordoSx {

    float: right;
    width: 10px;
    height: 30px;
    background: transparent url(../i/boxLogin_sx.png) no-repeat;
}
* html .boxLogin .bordoSx {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='crop', src='i/boxLogin_sx.png');
}
.boxLogin .bordoDx {
    float: right;
    width: 10px;
    height: 30px;
    background: transparent url(../i/boxLogin_dx.png) no-repeat;
}
* html .boxLogin .bordoDx {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='crop', src='i/boxLogin_dx.png');
}

#boxTools input.txt {
	width: 120px;	
	height: 18px;
	padding: 0 3px;
	line-height: 18px;
	border: solid 1px #ccc;
	color: #333;
	font-size: 11px;
	margin-right: 5px;
}

a#logoHosting {
	position: absolute;
	display: block;
	width: 305px;
	height:86px;	
	left: 5%;
	top: 17px;
	background: transparent url(../i/logoHosting.png) no-repeat 0 0;
}

a#logoHostingHome2 {
	display: block;
	width: 263px;
	height:74px;	
	left: 0;
	top: 10px;
	background: url(../i/logo_home.gif) no-repeat 0 0;
	position:absolute;
}

* html a#logoHosting {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='crop', src='i/logoHosting.png');
	cursor: hand;
}

ul#menuTop{
	position: absolute;
	height: 20px;
	right: 0;
	top: 38px;
}

ul#menuTopHome 
{
	top:12px;	
}

ul#menuTop li, ul#menuTopHome li {
	padding: 0 12px;
	height: 20px;
	line-height: 20px;
	border-right: solid 1px #ccc;
	float: left;
	display: inline;
	font-size: 14px;
}
ul#menuTop li.ultimo, ul#menuTopHome li.ultimo {
	border-right: none;
	padding-right: 0;
}
ul#menuTop li a, ul#menuTopHome li a {
	display: block;
	color: #006699;
}
ul#menuTop li a:hover, ul#menuTopHome li a:hover {
	color: #fa8d00;
}
ul#menuTop li a.current, ul#menuTopHome li a.current {
	color: #66ffff;
}

#sloganHome {
	position: absolute;
	top: 220px;
	left: 30px;
}
#robotHome {
	position: absolute;
	bottom: 0;
	right: 30px;
}

a.headBox {
	display: block;
	width: 276px;
	height: 33px;
	background: transparent url(../i/headBox.gif) no-repeat 0 0;
	cursor:pointer;
	padding: 7px 0 0 20px;
}
a.headBox:hover {
	background: transparent url(../i/headBox_over.gif) no-repeat 0 0;
}

#main {
	width: 75%;
    margin-left: auto;
    margin-right: auto;
  
}

.padding-rigth75{
    padding-right:75px;
}
.boxMain, .boxMainHome  {
    position: relative;
    width: 296px;
    height: 200px;
    text-align: left;
    padding-left: 17px;
    line-height: 400%;
}

.boxMain img, .boxMainHome img  {
	position: absolute;
	top: 0;
	left: 0;
}


#colSx .boxMain ul.skill{
	position: relative;
    top: 16px;
    left: 16%;
	width: 196px;
	margin: 0;
	padding: 0;
}

.imgloader {
    position: fixed;
    top: 50%;
    left: 50%;
}
#containerHome .boxMainHome ul.skill {
	position: absolute;
	top: 7px;
	left: 100px;
	width: 196px;
	margin: 0;
	padding: 0;
	height:111px;
	overflow:hidden;
}

.hfissa{
	height:97px;
	overflow:hidden;
}

#colSx .boxMain ul.skill li, #containerHome .boxMainHome ul.skill li {
	width: 196px;
	height: 14px;
	font-style: italic;
	font-size: 11px;
	margin: 0 0 5px 0;
	padding: 0;
}

#colSx .boxMain ul.skill li.evidenzia {
	font-weight: bold;
	
}

#colSx .boxMain ul.skill .banda {
	font-size: 10px;
}

.boxMain ul.skill li a {
	display: block;
	color: #444;
	height: 14px;
	line-height: 14px;
}
.boxMain ul.skill li a:hover {
	color: #0099cc;
}

.btnupgrade{
    font-size: 20px;
    color: #FFF;
    display: list-item;
    font-family: "Titillium Web",sans-serif;
    text-align: left;    
    margin-left: -18px;
    padding-left: 22px;
    padding-top: 35px;
    transition: all 0.2s linear 0s;
}

.btnupgrade:hover{
    color: #000;
    background: rgba(255, 255, 255, 0.46) none repeat scroll 0% 0%;
    border-color: transparent;
    text-decoration: none;
}

.boxMain a.vediTutti, .boxMainHome a.vediTutti {
	display: block;
	height: 13px;
	line-height: 13px;
	font-size: 11px;
	position: absolute;
	bottom: 10px;
	left: 20px;
	color: #003366;
	padding: 0 0 0 18px;
	background: transparent url(../i/more_icon.gif) no-repeat 0 center;
}

/*inizio aggiunta*/
.boxMain a.vediTuttiHosting {
	display: block;
	height: 13px;
	line-height: 13px;
	font-size: 11px;
	position: absolute;
	bottom: 25px;
	left: 13px;
	color: #003366;
	padding: 0 0 0 18px;
	background: transparent url(../i/more_iconHosting.gif) no-repeat 0 center;
}

.boxMain a.vediTuttiHosting:hover {
	 color:#00aaff;
}

.selectHosting
{
	color:#c00;	
	padding-top:2px;
}

.selectHosting label
{
	padding-left:3px;
}

.selectHosting input
{
	margin:5px 0 0 0;
	padding:3px 5px 0 0;
	position:absolute;
}

.selectHosting span
{
	color:#c00;	
	padding-top:2px;
}

/*fine aggiunta*/

.boxMain a.vediTutti:hover, .boxMainHome a.vediTutti:hover {
	color: #1f6bb4;
}
.prezzo {
	font-size: 12px;
	color: #1f6bb4;
	height: 30px;
	line-height: 30px;
}
.boxMain .prezzo, .boxMainHome .prezzo {
	position: absolute;
	bottom: 10px;
	right: 20px;
	text-align: right;
	color: #FFF;
    text-shadow: 3px 2px 3px rgb(0, 0, 0);
}
.prezzo .euro {
	font-size: 24px;
}
.prezzo .decine {
	font-size: 30px;
}
.prezzo .cent {
	font-size: 18px;
}
#footer {
	position: relative;
	width: 100%;
	font-size: 11px;
	color: #666;
	padding: 20px 30px;
	margin-top: 35px;
	border-top: solid 3px #e2e2e2;
	line-height: 12px;
}
#copy {
	color:#666;
    display:block;
    font-size:12px;
    margin-bottom:3px;
    text-align: center;
}

#footer #loghi {
	position: absolute;
	right: 30px;
	top: 20px;
}

a.btn, input.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
a.acquista {
	padding: 0px 7px 0px 27px;
    height: 25px;
    line-height: 22px;
    background: #FA8D00 url("../i/carrello.gif") no-repeat scroll 5px 0px;
    font-size: 18px;
    color: #FFF;
}

#bricciole {
	width: 900px;
	padding: 0 30px;
	height: 30px;
	line-height: 30px;
	border-bottom: solid 3px #eaeaea;
	color: #999;
	font-size: 11px;
}
#bricciole a {
	color: #999;
}
#bricciole a:hover {
	color: #000;
}
#bricciole .current {
	color: #3399cc;
	font-style: italic;
}

#menuSx {
	float: left;
	width: 21%;
	font-size: 11px;
    font-family: "Titillium Web",sans-serif;
    margin-top: 1%;
	
}
#menuSx ul {
	width: 100%;
}
#menuSx li {
	line-height: 40px;
	color: #666;
	background: transparent;
}

#menuSx li.first {
    border-top: solid 1px #a6a6a6;
    margin-top: 20px;
}
#menuSx li.last {
    border-bottom: solid 1px #a6a6a6;
    background: none;
}
#menuSx a.current, #menuSx a.current:hover {
	width: 135px;
	padding: 0 0 0 25px;
	background: #1f6bb4 url(../i/freccetta.gif) no-repeat 0 0;
	color: #fff;
}
#menuSx .current {
	width: 100%;
	padding: 0 0 0 25px;
	background: #FA8D00 url(../i/freccetta.gif) no-repeat 0 0;
    background-position: 90% 50%;
	color: #fff;
	display: block;
    cursor: default;  
    font-size: 20px;
    opacity: 0.7;
}
}
#menuSx .current:hover{
   opacity:0.9;
}
#menuSx .current:hover #menuSx li.sottovoce { 
		display: none;
	}

#menuSx a {
	width: 135px;
	display: block;
	padding: 0 0 0 25px;
	color: #666;
	background: transparent url(../i/freccettaGrigia.gif) no-repeat 6px center;
}


#menuSx a:hover {
	background: #e3e3e3 url(../i/freccetta_over.gif) no-repeat 0 0;
	color: #000;
}

#menuSx li.sottovoce a {
	width: 100%;
	display: block;
	padding: 4px 0 4px 40px;
	color: #666;
	background: transparent;
	line-height: 20px;
    font-size: 14px;
}
#menuSx li.sottovoce a:hover {
	color: #000;
	background:  #C7E9FF;
    text-decoration: none;
}

#menuSx li.sottovoce a.current, #menuSx li.sottovoce a.current:hover {
	width: 120px;
	padding: 0 0 0 40px;
	background: #ccffff url(../i/quadrato.gif) no-repeat 25px 8px;
	color: #003366;
}
#menuSx a.bannAffiliation
{
	background:none;
	padding:0;
	margin-top:10px;
}

#colSxReview{

    float: left;
}



#colSx {
	float: left;
	width: 510px;
	text-align:justify;
	padding: 10px 32px 0px;
}

#colSx.unica {
	width: 77%;
}

#colSx p {
	padding: 0 0 10px 0;
}
#colSx .testo {
	width: 480px;
	padding: 0 30px 0 0;	
	height: auto !important; 
    height: 300px;
    min-height: 300px;
}
#colSx.unica .testo {
	width: 100%;
	background: none;
	
}
#colSx h1 {
	width: 100%;
	line-height: 30px;
	margin-bottom:5px;
	font-size: 16px;
	font-weight: normal;
	color: #3399CC;
}
#colSx h1 span {
	visibility: hidden;
}
#colDx {
	float: left;
	width: 230px;
	font-size: 11px;
	padding: 70px 0 0 0;
}
#colDx ul#menuServizi {
	width: 230px;
}
#colDx ul#menuServizi li {
	height: 20px;
	line-height: 20px;
	color: #666;
	background: transparent url(../i/puntini.gif) repeat-x 0 bottom;
}
#colDx ul#menuServizi a {
	width: 180px;
	display: block;
	padding: 0 0 0 50px;
	height: 20px;
	color: #666;
}
#colDx ul#menuServizi a:hover {
	color: #000;
}
#colDx a.stampa {
	background: transparent url(../i/stampa_icon.gif) no-repeat 30px center;
}
#colDx a.segnala {
	background: transparent url(../i/segnala_icon.gif) no-repeat 30px center;
}
#colDx a.contatta {
	background: transparent url(../i/contatta_icon.gif) no-repeat 30px center;
}

.clear {
	clear: both;
}

ol.form {
	margin: 20px 0 20px 0;
	position: relative;
}

ol.form li {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
	position: relative;
}

ol.form label {
	float: left;
	width: 100px;
	color: #333;
	font-style: italic;
}

ol.form input {
	width: 250px;	
	height: 18px;
	padding: 0 3px;
	line-height: 18px;
	border: solid 1px #ccc;
	font-size: 11px;
}
ol.form textarea {
	width: 250px;	
	height: 100px;
	padding: 0 3px;
	border: solid 1px #ccc;
	font-size: 11px;
}
ol.form a.btn {
	left: 100px;
}
ol.registrazione input {
	width: 300px;	
}
ol.registrazione textarea {
	width: 300px;	
}
ol.registrazione textarea.privacy {
	color: #999;
	width: 600px;
}
ol.registrazione .acconsento {
	width: auto;
	margin: 0;
	padding: 0;
}
ol.registrazione .txtAcconsento {
	font-size: 11px;
}

ol.registrazione .errore {
	color:#f00;
	font-size:16px;
	font-weight:bold;
}

#datiAzienda {
	width: 200px;
	padding: 0 0 0 30px;
	font-size: 11px;
	font-style: italic;
}

#datiAzienda .tvc {
	display: block;
	font-size: 12px;
	font-weight: bold;
}

#datiAzienda ul#recapiti {
	width: 200px;
	margin: 20px 0;
}
#datiAzienda ul#recapiti li {
	height: 20px;
	line-height: 20px;
	color: #666;
	background: transparent url(../i/puntini.gif) repeat-x 0 bottom;
}

#datiAzienda .stampa {
	color: #333;
	padding: 0 0 0 20px;
	background: transparent url(../i/stampa_icon.gif) no-repeat 0 center;
}
#datiAzienda .segnala {
	color: #333;
	padding: 0 0 0 20px;
	background: transparent url(../i/segnala_icon.gif) no-repeat 0 center;
}
#datiAzienda .tel {
	color: #333;
	padding: 0 0 0 20px;
	background: transparent url(../i/tel_icon.gif) no-repeat 0 center;
}
#datiAzienda .assistenza {
	color: #333;
	padding: 0 0 0 20px;
	background: transparent url(../i/assistenza_icon.gif) no-repeat 0 center;
}
#datiAzienda img.numVerde {
	margin: 0 0 20px 0;
	display: block;
}
#datiAzienda .note {
	font-size: 9px;
	line-height: 11px;
	color: #999;
	margin: 10px 0 0 20px;
	display: block;
}

#colSx ul {
	margin: 10px 0 10px 30px;
}

#colSx ul li {
	padding: 0 0 10px 10px;
	list-style: square;
}

#containerHome{
	margin:0;
	padding:0;
	position:relative;
}

.txtupgrade {
    opacity: 0.7;
    width: 48px;
    height: 28px;
    line-height: 1;
}

.heading-upgrade{
    color: #FFF;
    font-family: "Titillium Web",sans-serif;
    font-size: 23px;
    text-shadow: 2px 2px 7px #000;
}
#colSx ul.elencoBox, #containerHome ul.elencoBox {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0;
}

#containerHome ul.elencoBox {
	float: left;
	padding: 20px 0 30px 5px;
	margin: 0;
}

#colSx ul.elencoBox li {	
	list-style: none;
	float: left;
	display: inline;
	width: 313px;
    height: 214px;
}

#containerHome ul.elencoBox li {
	padding: 10px 10px;
	list-style: none;
	float: left;
	display: inline;
	width: 296px;
}

#colSx ul.elencoBox li.doppio {
	padding: 10px 0 10px 10px;
	width: 612px;
}

#colSx p.calce {
	color: #999;
	font-size: 11px;
	font-size: 11px;
	line-height: 11px;
}

#colSx h2 {
	font-size: 14px;
	font-style: italic;
	color: #1f6bb4;
	padding: 0;
	margin: 0 0 15px 0;
}

table.tblSkill {
	width: 100%;
	margin: 20px 0;
}
table.tblSkill td {
	border-bottom: solid 1px #ddd;
	padding: 5px 0;
	vertical-align: middle;
}
table.tblSkill td.titoloSkill {
	color: #1f6bb4;
	font-weight: bold;
	text-transform: uppercase;
	width: 150px;
}
table.tblSkill td.valoreSkill {
	color: #000;
	font-weight: bold;
	font-style: italic;
}
table.tblSkill td.option {
	width: 30px;

}
table.tblSkill td.opzioneSkill {
	color: #003366;
	font-weight: bold;
	text-transform: uppercase;
	width: 500px;
}
table.tblSkill td.prezzoSkill {
	color: #333;
	font-weight: bold;
	font-style: italic;
	text-align: right;
}
table.tblSkill td.head {
	color: #fa8d00;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: solid 2px #ccc; 
	height: 30px;
	padding-top:15px;
}

#colSx ul.abbonamenti, .features ul.abbonamenti {
	margin: 0 0 20px 0;
	padding: 0;
	
}
#colSx ul.abbonamenti li, .features ul.abbonamenti li  {
	position: relative;
	width: 710px;
	height: 65px;
	margin: 0;
	padding: 10px 0 0 0; 
	list-style: none;
	border-bottom: solid 2px #ddd; 
}

#colSx ul.abbonamenti .descr, .features ul.abbonamenti .descr {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	padding: 0 0 0 15px;
	background: transparent url(../i/freccettaGrigia.gif) no-repeat 0 center;
	color: #fa8d00;
	text-transform: uppercase;
	font-weight: bold;
}
#colSx ul.abbonamenti a.acquista, .features ul.abbonamenti a.acquista {
	position: absolute;
	right: 0;
	top: 25px;
}
#colSx ul.abbonamenti .prezzo, .features ul.abbonamenti .prezzo {
	margin: 0 0 0 15px;
}

.azzurro {
	color: #fa8d00;
}

#colSx ul.abbonamenti .prezzo .sconto, .features ul.abbonamenti .prezzo .sconto {
	color: #c00;
}

#colSx input.txt {
	width: 290px;	
	height: 18px;
	padding: 0 3px;
	line-height: 18px;
	border: solid 1px #ccc;
	color: #333;
	font-size: 11px;
	margin:0;
}
#colSx ol  {
    margin: 10px;
    padding: 0;
}
#colSx ol li  {
    margin: 0 0 3px 5px;
    padding: 0;
}
#colSx ol li label {
    width: 150px;
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
}

#colSx fieldset {
    margin-bottom: 20px;
    border-top: solid 1px #ddd;
    padding: 0;
}

#colSx legend {
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    color: #333;
    padding: 0;
    margin: 0;
}

#colSx ol li .lblCheck label{
    width: auto;
    margin-right: 10px;
}

tr#rigaFinta {
    display: none;
}

table.tblCarrello, table.tblGestPanel, table.tblAltriDomDisp{
	width: 100%;
	margin-bottom: 20px;
}

table.tblCarrello.pagamento{
    max-width:300px;
}

table.tblGestPanel input{
	font-size:11px;
}

a.btnGest 
{
	text-transform:uppercase;
	font-size:10px;
	color:#fff;
	font-weight:bold;
	padding:3px;
	border:1px solid #ccc;
	background:#1f6bb4;
}

table.tblAltriDomDisp{
	/*width: 615px;
	margin-top: 20px;*/
	width: 571px;
	margin-top: 20px;
	background:#fff;
	margin:0 auto;
	color:#003366;
}

table.tblAltriDomDisp td.altreEstensioni
{
	color:#fff;
	font-weight:bold;
	font-size:11px;	
    background: transparent url(../i/bkgAltreEstensioni.gif) no-repeat;
    text-transform:uppercase;
    padding-left:10px;
}

table.tblAltriDomDisp .prezzo
{
	color:#3399cc;
	font-weight:bold;
	font-size:14px;	
}


table.tblCarrello td, table.tblGestPanel td, table.tblAltriDomDisp td{
	border-bottom: solid 1px #ccc;
	vertical-align: middle;
	height: 30px;
	font-weight: bold;
	line-height: 12px;
}

table.tblGestPanel td, table.tblAltriDomDisp td {
	font-weight: normal;
}

table.tblCarrello th, table.tblGestPanel th, table.tblAltriDomDisp th {
    text-transform: uppercase;
    border-bottom: solid 2px #ccc;
    color:#1f6bb4;
    height: 30px;
    vertical-align: middle;
}


table.tblGestPanel th
{
	font-size:11px;
	
}

.txtH3{
	color:#fa8d00;
	font-size:15px;
	text-transform:uppercase;
	padding-bottom:10px;
}

table.tblGestPanel th.host {
	text-align:left;
	width:240px;
}

table.tblGestPanel th.ip {
	text-align:center;
	width:150px;
}

table.tblGestPanel td.stato {
	text-align:center;
}

table.tblGestPanel td.ip {
	text-align:center;
}

table.tblGestPanel th {
    color:#1f6bb4;
}

table.tblCarrello .prodCart {
    text-align: left; 
    width: 280px;
}
table.tblCarrello .qtaCart {
    text-align: center; 
    width: 80px;
}
table.tblCarrello .qtaCart span {
    display: inline-block;
    width: 20px;
    text-align: center;
}
table.tblCarrello .prezzoCart {
    text-align: center; 
    width: 110px;
}
table.tblCarrello .ivaCart {
    text-align: center; 
    width: 100px;
}
table.tblCarrello .prezzoIvaCart {
    text-align: center; 
    width: 110px;
}
table.tblCarrello .deleteCart {
    text-align: center; 
    width: 30px;
}

table.tblCarrello tr.rigaTotCart {
    height: 40px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 16px;
}

table.tblCarrello tr.rigaTotCart .prezzoIvaCart {
    color:#fa8d00;
}
table.tblCarrello .prodCart a.maximize {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background: transparent url(../i/maximize.gif) no-repeat 0 0;
    vertical-align: top;
}

table.tblCarrello a.maximizeUser {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background: transparent url(../i/userData.gif) no-repeat 0 0;
    vertical-align: top;
}
table.tblCarrello a.maximizeUser:hover {
    background: transparent url(../i/userDataBlu.gif) no-repeat 0 0;
}

table.tblCarrello .prodCart a.minimize:hover, table.tblSkill .valoreSkill a.minimize:hover {
    background: transparent url(../i/minimizeBlu.gif) no-repeat 0 0;
}

table.tblRigaFalsa td {
    border-bottom: solid 1px #ddd;
	font-weight: normal;
	color: #999;
	padding: 0;
}
table.tblRigaFalsa .prodCart {
    width: 260px;
    padding-left: 20px;
}

table.tblCarrello .prodCart a.maximize:hover {
    background: transparent url(../i/maximizeBlu.gif) no-repeat 0 0;
}
table.tblCarrello .prodCart a.minimize {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background: transparent url(../i/minimize.gif) no-repeat 0 0;
    vertical-align: top;
}
table.tblCarrello .prodCart a.minimize:hover {
    background: transparent url(../i/minimizeBlu.gif) no-repeat 0 0;
}

table.tblCarrello .deleteCart a.iconDeleteCart {
    display:inline-block;
    width: 16px;
    height: 16px;
    background: transparent url(../i/action_delete.gif) no-repeat 0 0;
    vertical-align: middle;
}
table.tblCarrello .deleteCart a.iconDeleteCart:hover {
    background: transparent url(../i/action_deleteRed.gif) no-repeat 0 0;
}

table.tblCarrello tr.rigafalsa {
    
}

table.tblCarrello .qtaCart a.add {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: transparent url(../i/add.gif) no-repeat 0 0;
    vertical-align: middle;
}
table.tblCarrello .qtaCart a.add:hover {
    background: transparent url(../i/addBlu.gif) no-repeat 0 0;
}

table.tblCarrello .qtaCart a.less {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: transparent url(../i/less.gif) no-repeat 0 0;
    vertical-align: middle;
}
table.tblCarrello .qtaCart a.less:hover {
    background: transparent url(../i/lessBlu.gif) no-repeat 0 0;
}

a.ordinaCart {
    float: right;
}
a.AltriServerCart {
    float: right;

}

.nota {
    float: right;
    color: #666;
    font-weight: bold;
}

#colSx ol.login label {
    width: 80px;
}
#colSx ol.login input.txt {
    width: 200px;
}

.pagamento label {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 2px 5px;
    vertical-align: top;
}

.pagamento input {
    margin: 0 0 2px 0;
}

.ModalWindow
{
  border: solid1px#c0c0c0;
  background:#f0f0f0;
  padding: 0px10px10px10px;
  position:absolute;
  top:-1000px;
}

.modalBackground
{
  background-color:black;
  filter:alpha(opacity=40);
  opacity:0.5;
}

/* Box verifica disponibilita */

#boxVerifica, #boxTrasferisci
{
	width:613px;	
	height:108px;
	background: url(/i/bkg_boxVerificaDisponibilita.gif) no-repeat 0 0;
	position:relative;
}

#boxTrasferisci
{
	background: url(/i/bkg_boxTrasferisciDominio.gif) no-repeat 0 0;
}


#boxVerifica input.txtVerDom, #boxTrasferisci input.txtVerDom, #boxContentVerificaDispHome .txtVerDom, #boxVerificaDispHome .txtVerDom 
{
	width:292px;
	position:absolute;
	top:53px;
	left:80px;
}

 #boxVerificaDispHome .txtVerDom 
{
	top:23px;
	left:432px;
}

#boxContentVerificaDispHome .txtVerDom
{
	top:28px;
	left:384px;
}

#boxVerifica select.txtVerEstens, #boxTrasferisci select.txtVerEstens, #boxVerificaDispHome select.txtVerEstens
{
	width:96px;
	position:absolute;
	top:53px;
	left:396px;
	padding:2px;
}

#boxVerificaDispHome select.txtVerEstens
{
	top:23px;
	left:753px;
}

#boxVerifica a.btnVerificaRegistra, #boxTrasferisci a.btnVerificaRegistra, #boxVerificaDispHome a.btnVerificaRegistra
{
	width:92px;
	height:27px;
	line-height:27px;
	position:absolute;
	top:53px;
	left:500px;
	background: url(/i/btnVerificaRegistra.gif) no-repeat 0 0;
	color:#c00;
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
	text-align:center;
}

#boxVerificaDispHome a.btnVerificaRegistra
{
	top:22px;
	left:870px;
	background: url(/i/btnVerificaRegistraHome.gif) no-repeat 0 0;
	color:#fff;
}

#boxVerifica .radio, #boxTrasferisci .radio
{
	top:80px;
	left:75px;
	color:#fff;
	font-size:11px;
	width:400px;
	position:absolute;
	text-transform:uppercase;
}

.boxResponsoOk, .boxResponsoKo
{
	width:613px;
	background:#fff url(/i/bkgBoxResponsoOk.gif) no-repeat 0 0;
	margin-top:30px;
	color:#333;
	position:relative;
	border:1px solid #e6e4e4;
	padding:0 0 20px 0;
}

.boxResponsoKo
{
	background:url(/i/bkgBoxResponsoKo.gif) no-repeat 0 0;
}

.boxResponsoOk .messaggio, .boxResponsoKo .messaggio
{
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	font-size:15px;
	padding:10px 0 0 80px;
	display:block;
}


.boxResponsoOk .boxAuthCode
{
	display:block;
	padding-left:80px;
	margin-top:10px;
}


.boxResponsoOk .messaggioDettaglio, .boxResponsoKo .messaggioDettaglio
{
	font-size:13px;
	padding:20px 0 0 80px;
	display:block;
}

.boxResponsoOk a.btnRegistra
{
	width:92px;
	height:27px;
	line-height:27px;
	position:absolute;
	bottom:10px;
	right:25px;
	background: url(/i/btnRegistra.gif) no-repeat 0 0;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
	text-align:center;
}

td.icoDisp
{
	width:25px;	
	padding-left:5px;
}

a.btnRegistraHosting
{
	width:151px;
	height:31px;
	background: url(/i/btnRegistraOff.gif) no-repeat 0 0;
	display:block;
	margin:20px 0 0 225px;
	
}

.btnRegistraHostingDisabled
{
	width:151px;
	height:31px;
	background: url(/i/btnRegistraDisabled.gif) no-repeat 0 0;
	display:block;
	margin:20px 0 0 225px;
	border: none;
	
}

a.btnRegistraHosting:hover
{
	background: url(/i/btnRegistraOn.gif) no-repeat 0 0;
}

.errorComparativa{
	color:#036; 
	font-size:18px; 
	padding:20px 0 10px 70px; 
	background:#f3f3f3; 
	border:4px solid #eaf2fa; 
	margin:15px 0 0 133px; 
	width:363px;
	height:25px;
	background: #f3f3f3 url(../i/warning_48.gif) no-repeat 10px 0;
}

/* Mostra-nascondi pacchetti hosting */

div.accordionMaximize, div.accordionMinimize, div.accordionMaximize:hover, div.accordionMinimize:hover
{
	width:740px;
	height:46px;	
	margin:5px 0;
	color:#003366;	
	font-weight:bold;
	padding:10px 0 0 35px;
	display:block;
	font-size:14px;
	cursor:pointer;
	position:relative;
}

div.accordionMinimize
{
	background: url(../i/accordionMinimizeOff.gif) no-repeat 0 0;
}

div.accordionMaximize
{
	background: url(../i/accordionMaximizeOff.gif) no-repeat 0 0;
}

div.accordionMinimize:hover
{
	display:block;
	background: url(../i/accordionMinimizeOn.gif) no-repeat 0 0;
}

div.accordionMaximize:hover
{
	display:block;
	background: url(../i/accordionMaximizeOn.gif) no-repeat 0 0;
}

div.accordionMinimize span, div.accordionMaximize span
{
	color:#003366;	
	font-weight:bold;
	padding:10px 0 0 35px;
	display:block;
	font-size:14px;
}

a.deleteHosting
{
	color:#999;
	font-size:12px;	
	background: #fff url(../i/action_delete.gif) no-repeat 0 0;
	display:block;
	float:right;
	font-weight:normal;
	width:16px;
	height:16px;
	position:absolute;
	top:10px;
	right:50px;
	border:1px solid #eee;
}

a.deleteHosting:hover
{
	background: #fff url(../i/action_deleteRed.gif) no-repeat 0 0;
	border:1px solid #ccc;
}


.boxSelectPack
{
	width:119px;
	height:41px;
	background: url(../i/bkgSelectHosting.gif) no-repeat 0 0;
	position:absolute;
	bottom:5px;
	left:5px;
}

.boxSelectPack SPAN
{
	color:#c00;
}


#boxRisultati
{
	width:572px; 
	border:1px solid #ccc;
	margin:0 auto;	
	margin-top:20px;
	padding:10px 10px;
	background:#fff;
}

.boxDominioSelezionato
{
	border-top:1px solid #ddd;	
	border-bottom:1px solid #ddd;	
	padding:8px 0;
	margin-bottom:25px;
}

.boxDominioSelezionato .dominio
{
	font-weight:bold;
	color:#1f6bb4;
	float:left;
}

.boxDominioSelezionato .scelto
{
	font-weight:bold;
	color:#000;
	float:right;
}

.features{
	padding:10px;	
}

.titoloAccordion
{
	background: url(/i/bkgAccordion_off.gif) no-repeat 0 0;
	width:685px;
	height:24px;
	line-height:24px;
	cursor:pointer;
	font-size:11px;
	text-transform:uppercase;
	padding-left:25px;
	font-weight:bold;
	margin:10px 0;
}


#pager
{
	font-size:10px;
	margin:10px 0;
	}

#pager span span
{
	padding:0 2px;
	font-weight:bold;
	background:#1F6BB4;
	color:#fff;
        font-size: 20px;
	}

	
#pager a
{
	padding:0 2px;
	font-weight:bold;
	background:#eee;
	color:#1F6BB4;
	border:1px solid #e2e2e2;
        font-size: 20px;
	}
	
#pager a:hover
{
	padding:0 2px;
	font-weight:bold;
	background:#fa8d00;
	color:#fff;
	border:1px solid #e2e2e2;
        font-size: 22px;
    
	}
	
#boxSocialnetwork
{
	width:140px;
	height:45px;
	background: transparent no-repeat scroll 0px 0px;
    margin-top: 10px;
    padding: 8px 10px;
}

#boxSocialnetwork span
{
	color:#3595f2;
	display:block;
	font-size:13px;
}

#boxSocialnetwork a
{
	float:left;
	padding:0;
	margin-top:8px;
	margin-right:5px;
	display:block;
	width:16px;
	height:16px;
}

#boxSocialnetwork img
{

	width:16px;
	height:16px;
}

.boxAlertFormTrasfIT
{
    border-color:#cdcdcd;
     border-width:thin; 
    border-style:solid; 
    padding:5px; 
    padding-bottom:0px; 
    margin-bottom:3px;
}
.txtareaResp
{
    font-size:10px;
}
.maggiorazione
{
	color:#999;
	font-size:11px; 
	font-style:italic;		
	text-align:center;
	display:block;
}
input.panelicon {
    background:transparent;
    border:black 8px;
    opacity:0.8;
    transition: all 0.2s linear 0s;
    display:block;
}
input.panelicon:hover {
    opacity:1;
    }
div.panelbox{
    background:white;
    display: inline;
    float: left;    
    width: 150px;
    height: 205px;
    text-align: center;
    font-family: "Titillium Web",sans-serif;
    font-size: 17px;
    margin: 0 4% 0 4%;
}
span.paneliconlabel {
    color:blue;
    
}

span.paneltitle{
    color: #FFA32B;
    font-size: 25px;
    font-family: "Titillium Web",sans-serif;    
    display: block;    
}



@media screen and (max-width: 1250px) {
    #menuSx {
        display:none;        
    }
    #colSx.unica {
        width:100%;
    }
    #main{
        width:100%;
        margin:0px;
    }
}
.img-responsive{
    width:100%;    

}
.cuadropaypal{
    margin-left: 10px;
    width:530px;
}
.botonMensajes{
    text-decoration: none !important;
    background: none !important;
    text-align: left !important;
    color: white !important;
    padding-left: 0px !important;
    display: inline !important;
}
.cuadropaypal{
    margin-left: 10px;
    width:530px;

}