/*
Questo file contiene tutti i file per fare funzionare lo slide delle lingue e la struttura che lo compone
*/


/*#####################################SLIDE lingue####################################*/
.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 */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button 

.tab ul.login {
	height: 22px;
	width: 240px;
	line-height: 22px;
	margin: 0px;
}

.tab ul.login li.left {
  	background: url(/images/TabLingueSx.png) no-repeat left 0;
  	height: 25px;
	width: 5px;
	padding: 0;
	margin: 0;
}
.tab ul.login li.right {
  	background: url(/images/TabLingueDx_red.png) no-repeat left 0;
  	height: 25px;
	width: 5px;
	padding: 0;
	margin: 0;
}
.tab ul.login li {
 	text-align: left;
  	padding: 0 4px;
	display: block;
	float: left;
	height: 25px;
  	background: url(/images/TabLingue_red.png) repeat-x 0 0;
  	color: #CCCCCC;
	font-size: 10px;
	text-decoration: none;
}
.tab ul.login li a {
	
}
.tab .sep {color:#414141}
*/
.tab {
    display: inline-block;
    width: 220px;
    margin: 0px 0px 0px 699px;
    padding: 0px;
}
#open, #close, .tab td {
	color: #CCCCCC;
	font-size: 10px;
	text-decoration: none;
}
#open:hover, #close:hover {
	color: white;
}
.tab td 
{
    vertical-align: middle;
}
/*
.tab a.open {background: url(/images/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(/images/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(/images/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(/images/bt_close.png) no-repeat left -19px;}
*/
/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 42px;
	color: #999999;
	background: #333333;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
} 
#panel .lingue{
	position:absolute;
	width: 918px;
	height: 20px;
	top: 5px;
	left: 50%;
	margin-left:-459px;
	text-align: center;
}
#panel .lingue ul{
	display: inline;
	float: left;
	margin: 10px 0 0 0;
	text-decoration: none;
	color: #CCCCCC;
}

#panel .lingue li{
	display: inline;
	float: left;
}
#panel .lingue li a{
	display: block;
	margin:0 50px 0 0 ;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #CCCCCC;
}
#panel .lingue a:hover {
	color: white;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

