.cls{zoom:1;}
.cls:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;  width:100%;  margin:0px !important;margin:0px;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {  list-style: *none; margin:0px;}
.tabberlive { margin:0px; list-style: none; display:inline; }

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav { list-style:none; /*display:inline;*/ width:100%; margin-left:0px; margin-bottom:*6px !important; margin-bottom:0px; background:*#0C3  /*按鈕的底table*/; position:relative; z-index:1; padding:9px 0px!important; padding:0px; border-left:1px solid #B0B0B0;}


ul.tabbernav li{ list-style:none; display:inline; font-size:14px; background:#ccc; position:relative; z-index:1; text-decoration: none; }


/*選到*/
ul.tabbernav li.tabberactive a { color:#3399FF; font-size:15px; font-weight:bold; border-bottom:1px solid #fff;border-top:1px solid #B0B0B0; border-right:1px solid #B0B0B0; padding:10px 10px; height:40px ;background:#fff; text-decoration:none; margin:0px}

/*非選到*/
ul.tabbernav li a{ color:#003399; font-size:15px; font-weight:bold; border-bottom:1px solid #B0B0B0;border-top:1px solid #B0B0B0; border-right:1px solid #B0B0B0; 
padding:10px 10px; height:40px; background:#F6F6F6; text-decoration: none; background: url(../../images/p_di.gif) left top repeat-x; }


/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {margin:0; width:*100%; /*黃 下方說明*/ background:*#FC0; margin-top:0px !important; margin-top:-1px;
position:*absolute; z-index:1; padding:15px 15px; border:1px solid #B0B0B0;
 /* 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 */
/*下方說明, 標題不會出現*/
.tabberlive .tabbertab h2 {
 display:none;
}
/*.tabberlive .tabbertab h3 {
 display:none;
}*/

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:*auto;
}
