@charset "utf-8";
/* CSS Document */

/* root element for tabs  */
ul.tabs {
	list-style:none;
	margin:0 !important;
	padding:4px 0px 0 0;
	height:35px;
	background-color:#EEEEEE;
}

/* single tab */
ul.tabs li {
	float:left;
	text-indent:0;
	padding:0 0 0 4px;
	margin:0 0 0 0!important;
	list-style-image:none !important;
}

/* link inside the tab. uses a background image */
ul.tabs a
{
	font-size: 18px;
	display: block;
	height: 36px;
	line-height: 36px;
	width: 211px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 1px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(/asset/img/nuovo/tabs.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: 0px -37px;
	color:#FFF;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: 0px -74px;		
	cursor:default !important; 
	color:#f30000 !important;
}

/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}


/*statici*/

/* root element for tabs  */
ul.tabs2 {
	list-style:none;
	margin:0 !important;
	padding:4px 0 0 0;
	height:37px;
	background-color: #EEEEEE;
}

/* single tab */
ul.tabs2 li {
	float:left;
	text-indent:0;
	padding:0 0 0 4px;
	margin:0 0 0 0!important;
	list-style-image:none !important;
}
ul.tabs2 li h3 {
	padding:2px 0 0 0;
}
/* link inside the tab. uses a background image */
ul.tabs2 a {
	background: url(/asset/img/nuovo/tabs.gif) no-repeat 0px 0px;
	font-size:18px;
	display:block;
	height: 36px;
	line-height:36px;
	width: 211px;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	padding:0px;
	margin:0px;
	position:relative;
	top:1px;
	font-weight: bold;
	text-transform: uppercase;
}

ul.tabs2 a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs2 a:hover {
	background-position: 0px -37px;
	color:#FFF;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs2 a.current, ul.tabs2 a.current:hover, ul.tabs2 li.current a {
	background-position: 0px -74px;		
	cursor:default !important; 
}

/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}
.container-tabs h3{margin:0;}
ul.tabs2 a h3{color:#FFFFFF;}
ul.tabs2 a.current h3{color:#F30000;}

