﻿.tabContenuto{
	background:url('Images/scheda-tabs-tile.gif') repeat-y right bottom;
	width:517px;
	padding:5px 10px 5px 15px;
}
.tabChiusura{
	background:url('../Images/Sprite_Common.png') no-repeat 0 -996px;
	height:16px;
	width:542px;
}
/* root element for tabs  */
 .tabs { 
	list-style:none; 
	margin:0;
	margin-top:28px;
	padding:0 !important;
	background:url('../Images/Sprite_Common.png') no-repeat 0 -974px;
	width:542px;
	height: 17px;
}
/* single tab */
 .tabs li { 
	float:left;	 
	text-indent:0;
	padding:0 !important;
	margin:0;
	margin-top:-19px;
	margin-left:10px;!important;
	list-style-image:none !important;
}

/* link inside the tab. uses a background image */
 .tabs a { 
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 111px;
	text-align:center;	
	text-decoration:none;
	color:#676767;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
	font-size:14px;
	font-weight:bold;
}
 .tabs a:active {
	outline:none;		
}
/* when mouse enters the tab move the background image */
 .tabs a:hover {
	color:#C20000;	
}
/* active tab uses a class name "current"*/
 .tabs .current,  .tabs .current:hover,  .tabs li.current a {
	background: url('../Images/Sprite_Common.png') no-repeat 0 -1020px;
	/*background-position-y:-3px;*/
	cursor:default !important; 
	color:#C20000 !important;
	width:104px;
}