
/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
 
#tabber_produto{
	z-index: 2;
	position:relative;	
	border: 0px solid yellow;
}

#tabber_produto  #tabberBackground{
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 34px;
	margin-top:-28px;	
	background-color:rgb(240,240,240);
}

#tabber_produto .tabberlive .tabbertabhide {
	z-index: 2;
	display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
#tabber_produto .tabber {
	z-index: 2;
	display: none;
}
#tabber_produto .tabberlive {
	z-index: 2;
 	margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
#tabber_produto ul.tabbernav{
	z-index: 2;
 	margin:0;
 	padding: 3px 0;
 	font: bold 12px;
}

#tabber_produto ul.tabbernav li{
	z-index: 2;
 	list-style: none;
 	margin: 0;
 	display: inline;
 	font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:11px;
    color: rgb(153,153,153);
    font-weight:bold;
    background-color:rgb(240,240,240);
}

#tabber_produto ul.tabbernav li a{
	z-index: 2;
 	/*padding: 7px 0.5em;*/
	padding: 10px 7px 9px 8px;
 	/* margin-left: 3px;
 	border: 1px solid #778;
 	border-bottom: none;
 	background: #EEEEEE; */
 	text-decoration: none;
 
 	color: #666666;
 	font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    color: rgb(153,153,153);
    font-weight:bold;
    background-color:rgb(240,240,240);
 
 	background: #EEEEEE url("../media/ficha_prod/productdetail/sep_tabs.gif") right center no-repeat;
}
#tabber_produto ul.tabbernav li a.ultimo {
	z-index: 2;
 	background: none;
 	background: #EEEEEE;
}
#tabber_produto ul.tabbernav li a.ultimo:hover {
 	z-index: 2;
 	background: none;
 	background: #DDDDDD;
}

/*
ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }
*/
#tabber_produto ul.tabbernav li a:hover{
 	z-index: 2;
 	color: #666666;
 	/* background: #DDDDDD;
 	border-color: #227; */
	background: #DDDDDD url("../media/ficha_prod/productdetail/sep_tabs.gif") right center no-repeat;
}

#tabber_produto ul.tabbernav li.tabberactive a{
	z-index: 2;
	background-color: #fff;
 	/* border-bottom: 1px solid #fff; */
 	color: #000;
}

#tabber_produto ul.tabbernav li.tabberactive a:hover{
	z-index: 2;
 	color: #000;
 	background: white;
 	background: #FFFFFF url("../media/ficha_prod/productdetail/sep_tabs.gif") right center no-repeat;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
#tabber_produto .tabberlive .tabbertab {
 	z-index: 2;
 	padding:5px;
 	/* border:1px solid #aaa;
 	border-top:0; */
 	font-family: Arial, Helvetica, Verdana, sans-serif;
 	font-size: 11px;
    color: rgb(0,0,0);
    text-align: justify;
	

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
#tabber_produto .tabberlive .tabbertab h2 {
	z-index: 2;
 	display:none;
 	
}
#tabber_produto .tabberlive .tabbertab h3 {
	z-index: 2;
	display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
#tabber_produto .tabberlive#tab1 {
}
#tabber_produto .tabberlive#tab2 {
}
#tabber_produto .tabberlive#tab2 .tabbertab {
/*	 height:200px;
	 overflow:auto; */
}

/* -------------------------------------------------------------------------
	Tabs da área de autores da ficha de produto
 	-------------------------------------------------------------------------*/


/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
 
#tabber_autor{
	z-index: 2;
	position:relative;	
	border: 0px solid yellow;
}

#tabber_autor  #tabberBackground_autor{
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 34px;
	margin-top:-28px;
	
}

#tabber_autor .tabberlive .tabbertabhide {
	z-index: 2;
	display:none;
	
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
#tabber_autor .tabber {
	z-index: 2;	
}
#tabber_autor .tabberlive {
	z-index: 2;
 	margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
#tabber_autor ul.tabbernav{
	z-index: 2;
 	margin:0;
 	padding: 3px 0;
 	font: bold 12px;
}

#tabber_autor ul.tabbernav li{
	z-index: 2;
 	list-style: none;
 	margin: 0;
 	display: inline;
 	font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:11px;
    color: rgb(153,153,153);
    font-weight:bold;
   	line-height: 32px;
   	background: white;
}

#tabber_autor ul.tabbernav li a{
	z-index: 2;
 	/*padding: 7px 0.5em;*/
 	
/*	padding: 10px 8px 9px 8px; */
	
 	/* margin-left: 3px;
 	border: 1px solid #778;
 	border-bottom: none;
 	background: #EEEEEE; */
 	text-decoration: none;
 
 	color: #666666;
 	font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    color: rgb(153,153,153);
    font-weight:bold;
 	background: url("../media/ficha_prod/productdetail/sep_tabs.gif") right center no-repeat;
}
#tabber_autor ul.tabbernav li a.ultimo {
	z-index: 2;
 	background: none;
}
#tabber_autor ul.tabbernav li a.ultimo:hover {
 	z-index: 2;
 	background: none;
 	background: white;
}

/*
ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }
*/
#tabber_autor ul.tabbernav li a:hover{
 	z-index: 2;
 	color: #666666;
 	/* background: #DDDDDD;
 	border-color: #227; */
	background: url("../media/ficha_prod/productdetail/sep_tabs.gif") right center no-repeat;
}

#tabber_autor ul.tabbernav li.tabberactive a{
	z-index: 2;
 	/* border-bottom: 1px solid #fff; */
 	color: #000;
}

#tabber_autor ul.tabbernav li.tabberactive a:hover{
	z-index: 2;
 	color: #000;
	background: url("../media/ficha_prod/productdetail/sep_tabs.gif") right center no-repeat;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
#tabber_autor .tabberlive .tabbertab {
 	z-index: 2;
 	padding:5px;
 	/* border:1px solid #aaa;
 	border-top:0; */
 	font-family: Arial, Helvetica, Verdana, sans-serif;
 	font-size: 11px;
    color: rgb(0,0,0);
    text-align: justify;
 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
#tabber_autor .tabberlive .tabbertab h2 {
	z-index: 2;
 	display:none;
}
#tabber_autor .tabberlive .tabbertab h3 {
	z-index: 2;
	display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
#tabber_autor .tabberlive#tab1 {
}
#tabber_autor .tabberlive#tab2 {
}
#tabber_autor .tabberlive#tab2 .tabbertab {
/*	 height:200px;
	 overflow:auto; */
}






