/*--------------------------------------------------
  .eacTabber = before the tabber interface is set up
  .eacTabber-live = after the tabber interface is set up
  --------------------------------------------------*/
.eacTabber {
	display: none;
}

.eacTabber-live {
	margin: 0em; padding: 0;
}

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.eacTabber-live .eacTabber-hide {
	display: none;
}

/*--------------------------------------------------
  ul.eacTabber-nav = the tab navigation list
  li.eacTabber-active = the active tab
  --------------------------------------------------*/
ul.eacTabber-nav {
	margin: 0;
	padding: 0px;
}

ul.eacTabber-nav li {
	list-style: none;
	margin: 0; padding: 0;
	display: inline;
	width: 180px;
	height: 47px;
}

ul.eacTabber-nav li a:link { 
	height: 47px;
	padding: 0px 1px 0px 0px;	
}


/*--------------------------------------------------
  .eacTabber-tab = the tab content
  Add style only after the tabber interface is set up (.eacTabber-live)
  --------------------------------------------------*/
.eacTabber-live .eacTabber-tab {
	padding: 0px;
	border-top: 0;
}