/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        position: absolute;
        top: -1000px; 
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
#tabContainer {
	height:380px;
}
 
#tabContatti {
	width:813px;
}
.contentContatti{
	height: 340px;
	min-height:340px;
	background:#e9e9e9 url(../images/bgServizi.jpg) no-repeat bottom left;
}

.tabTesto {
	display: block;
	width:750px;
	height:270px;
	line-height:18px;
	font-size:12px;
	float:left;
	margin: 30px 0 0 30px;
	
}
.tabTesto h1{
	font-size:14px;
	font-weight:bold;
	color:#032565;
	padding-left:10px;
}
.tabTesto p{
	text-align:justify;
	padding-left:10px;
}

.map {
	float: left;
	width:500px;
	margin-right:50px;
}
.datiaziendali {
	float: left;
	width:200px;
}

.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
	
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
	height:0px;
}
.tabs-nav li {
    float:left;
	height:35px;
	font-size: 12px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
	line-height:35px;
}
.tabs-nav a, .tabs-nav a span {
	display: block;
	background:url(../images/tabSocieta.gif) no-repeat 0 0;
	margin:0px;
	padding:0px;
}

.tabs-nav li.last a {
	margin:0px;
}

.tabs-nav a {
    width:198px;
	height:35px;
	font-family:Trebuchet MS;
	font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
	line-height:35px;
	margin-right:7px;
}

.tabs-nav .tabs-selected a {
    color: #000;
}

.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
	text-decoration: none;
    outline: 0; /* prevent dotted border in Firefox */
}

.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    color:#000;
	background:url(../images/tabContattiOn.gif) no-repeat 0 0;
}


.tabs-nav a span {
    color:#fff;
	width: 198px; /* IE 6 treats width as min-width */
    min-width: 198px;
    height: 35px; /* IE 6 treats height as min-height */
    min-height: 35px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    color:#000;
	
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    color:#000;
	background:url(../images/tabSocietaOn.gif) no-repeat 0 0;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}

.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
	color:#000;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}

.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(../images/tabLoading.gif) no-repeat 0 50%;
}

