@charset "utf-8";
/* CSS Document */

.tabs {
	background-image: url(/images/bg_tabline.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 30px;
	width: 100%;
	float: left;
	margin-bottom: 21px;
}
.tabs {	
	float: none;/*explore6 bug double height margin*/
}
.tabs ul {
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	float: left;
	width: 100%;
}
.tabs li {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	top: 8px;
	left: -2px;
	background-image: none;
}
.tabs a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #555555;
	background-image: url(/images/tableft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 7px;/*misura larghezza tableft.git*/
	float: left;
	margin-right: 11px;
}
.tabs a:visited {
	color: #555555;
	
}
.tabs a span {
	background-image: url(/images/tabright.gif);
	background-position: right top;
	background-repeat: no-repeat;
	display: block;
	padding-left: 11px;
	padding-right: 23px;
	float: left;
	padding-top: 7px;
	padding-bottom: 4px;
	white-space: nowrap;
	cursor: pointer;
}
li.tab_active {
	position: relative!important;
	display: block!important;
	float: left;
	top: 0px;
	left: -3px;
	margin-right: -10px;
}   
.tab_active a {
	color: #e2001a!important;
	background-image: url(/images/tableft_active.gif)!important;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 11px;
}
.tab_active a span {
	background-image: url(/images/tabright_active.gif)!important;
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 3px;
	padding-top: 13px;
	padding-right: 25px;
	padding-left: 10px;
}
.tabs span {
	line-height: 1.3em;
}

