
/*--------------------LEGEND -----------------------+
|                                                   |
| .content   -- the content div, also the className |
|               for tabSystem divs                  |
| .tabs      -- the div that holds all tabs         |
| .tab       -- an inactive tab                     |
| .tabActive -- an active tab                       |
| .tabHover  -- an inactive tab onMouseOver         |
|___________________________________________________*/

#tabcont{


	border: 1px solid #e9e6e5;
}

.content {
	position: relative;
	margin-left: 0px;
	top: 10px;
	padding: 0px 5px 5px 5px;
	border-top: 2px solid #ef6b23;
	border-bottom: 1px solid #e9e6e5;
	border-left: 1px solid #e9e6e5;
	border-right: 1px solid #e9e6e5;
	width: 675px;
	z-index: 500;
	background-color: #ffffff;
}

div.tabs {
	width: 686px;
margin-bottom: -10px;
	cursor: default !important;
	z-index: 500;
}
img.tab {
	position: relative;
	border: 0;
	color:#333;
	z-index: 100;
}
img.tabActive {
	position: relative;
	border: 0;
	z-index: 1300;
}
img.tabHover {
	position: relative;
	border: 0;
	z-index: 1200;
}	

.main{ width:96%;margin:1% 0%;background:#f3f9ff;padding:0% 2%;border: 1px groove #556B80;}
sup{
line-height: 50%;
}
.pippone{
position: absolute;
color: white;

	
}
