/*STILI COMUNI AI VARI HAT------------------------------------*/
/*
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	margin:0;
	padding:0
}
ol, ul {
	list-style:none;
}
#ti-page {
	width:898px;
	margin:0 auto;
}
a {
	color:#e0001a;
	text-decoration:none;
	cursor:pointer;
}
.ti-gl {
	position:relative;
	overflow:hidden;
	z-index:1;
}
.ti-gl span {
	position:absolute;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	z-index:5;
	top:0;
	left:0;
}
*/
/*STILI COMUNI AI VARI HAT------------------------------------*/

/*PERSONALIZZAZIONI LARGHEZZA----*/
#ti-hat {
	height: 30px;
	background: #000;
	padding: 0 10px;
}
#ti-hat.gruppo-telecom-italia {
	width: 879px;
}
#ti-hat.telecom-italia {
	width: 960px;
}
#ti-hat.tim, #ti-hat.tim-119, #ti-hat.impresa-semplice {
	width: 950px;
}
#ti-hat.nuvola-italiana {
	width: 940px;
}
#ti-hat.cubovision {
	width: 710px;
	margin:0 auto;
}
/*PERSONALIZZAZIONI LARGHEZZA----*/


/*versioni in lingua-----COMUNE---------*/
#ti-hat-it, #ti-hat-en {
	color: #b1b1b1;
	/*width: 878px;*/
	height: 30px;
	background: #000;
	padding: 0 11px 0 10px;
	border-bottom: 3px solid #fff;
}



/*versioni in lingua-------IT-------*/
#ti-hat-it h2 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	width: 84px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
	margin: 0;
}
#ti-hat-it a {
	color: #fff;
	text-decoration: none;
}
#ti-hat-it a:hover {
	text-decoration: underline;	
}
#ti-hat-it ul {
	padding-top: 4px;
	margin: 0;
	margin-left:10px;
	float: left;
}
#ti-hat-it li {
	float: left;
}
#ti-hat-it li a {
	white-space: nowrap;
	font-size: 11px;
	line-height: 22px;
	display: block;
	height: 26px;
	padding: 0 3px;
}
#ti-hat-it li a span {
	background: url(../img/hat/bg_tabs.png) no-repeat 0 0; /*immagine sfondo dei tabs IT version*/
}


/*versioni in lingua se necessario-------EN-------*/
#ti-hat-en h2 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	width: 84px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	float: left;
	margin: 0;
}
#ti-hat-en a {
	color: #fff;
	text-decoration: none;
}
#ti-hat-en a:hover {
	text-decoration: underline;	
}
#ti-hat-en ul {
	padding-top: 4px;
	margin: 0;
	margin-left:10px;
	float: left;
}
#ti-hat-en li {
	float: left;
}
#ti-hat-en li a {
	white-space: nowrap;
	font-size: 12px;
	line-height: 22px;
	display: block;
	height: 26px;
	padding: 0 3px;	
}
#ti-hat-en li a span {
	background: url(../img/hat/bg_tabs_en.png) no-repeat 0 0; /*immagine sfondo dei tabs EN version*/
}


/*PERSONALIZZAZIONE POSIZIONAMENTO TABS-----------------*/
li#ti-hatGTi a {padding-left: 4px; width: 120px;}
li#ti-hatGTi a span {background-position: 0 0;}
li#ti-hatGTi.ti-active a span,
li#ti-hatGTi a:hover span {background-position: 0 -30px;}

li#ti-hatTi a {padding-left: 4px; width: 84px;}
li#ti-hatTi a span {background-position: -127px 0;}
li#ti-hatTi.ti-active a span,
li#ti-hatTi a:hover span {background-position: -127px -30px;}

li#ti-hatTim a {width: 39px;}
li#ti-hatTim a span {background-position: -218px 0;}
li#ti-hatTim.ti-active a span,
li#ti-hatTim a:hover span {background-position: -218px -30px;}

li#ti-hat119 a {width: 37px;}
li#ti-hat119 a span {background-position: -263px 0;}
li#ti-hat119.ti-active a span,
li#ti-hat119 a:hover span {background-position: -263px -30px;}

li#ti-hatSemplice a {width: 102px;}
li#ti-hatSemplice a span {background-position: -306px 0;}
li#ti-hatSemplice.ti-active a span,
li#ti-hatSemplice a:hover span {background-position: -306px -30px;}

li#ti-hatNuvolaItaliana a {width: 87px;}
li#ti-hatNuvolaItaliana a span {background-position: -414px 0;}
li#ti-hatNuvolaItaliana.ti-active a span,
li#ti-hatNuvolaItaliana a:hover span {background-position: -414px -30px;}

li#ti-hatCubovision a {padding-right: 4px; width: 66px;}
li#ti-hatCubovision a span {background-position: -507px 0;}
li#ti-hatCubovision.ti-active a span,
li#ti-hatCubovision a:hover span {background-position: -507px -30px;}
/*PERSONALIZZAZIONE POSIZIONAMENTO TABS-----------------*/

