@charset "utf-8";
/* CSS Document */

div.tablayout {
	width: 100%;
	margin: 0px;
}
ul.tablayout {
	list-style-type: none;
	width: 100%;
	float: left;
	background: url(/images/pixel.gif) bottom left repeat-x;
	border:0px;
	outline:none;
	margin:0px;
	padding:0px;	
}
ul.tablayout li {
	margin: 0 5px 0 0; /* spazio tra tab */
	float: left;
	border:0px;
	outline:none;
	padding:0px;	
}
ul.tablayout a {
	font-family:Arial;
	font-size: 12px;
	font-weight: bold;
	float: left;
	display: block;
	padding: 4px 10px;
	border: 1px solid #cccccc;
	border-bottom: 0;
	color: #666666;
	background-color:#eeeeee;
	text-decoration: none;

}
ul.tablayout a:hover {
	background-color:#ffffff;
}
ul.tablayout a.active {
	background-color:#ffffff;
	padding-bottom: 5px;
	cursor: default;
	color: #008ece;
}
.tabs-container {
	clear: both;
	border: 1px solid #cccccc;
	border-top: 0;
	padding: 10px;
	background-color:#ffffff;
	height:auto;
}

/* tab circuito */

ul.tabcircuito {
	list-style-type: none;
	width: 100%;
	float: left;
	background: url(/images/pixel.gif) bottom left repeat-x;
	border:0px;
	outline:none;
	margin:0px;
	padding:0px;
}
ul.tabcircuito li {
	margin: 0 5px 0 0; /* spazio tra tab */
	float: left;
	border:0px;
	outline:none;
	padding:0px;
}
ul.tabcircuito a {
	font-family:Arial;
	font-size: 12px;
	font-weight: bold;
	float: left;
	display: block;
	padding: 4px 10px;
	border: 1px solid #cccccc;
	border-bottom: 0;
	color: #666666;
	background-color:#eeeeee;
	text-decoration: none;

}
ul.tabcircuito a:hover {
	background-color:#ffffff;
}
ul.tabcircuito a.active {
	background-color:#ffffff;
	padding-bottom: 5px;
	cursor: default;
	color: #008ece;
}



