/* $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 {
margin-left:10px;
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:5px;
 margin-left:10px;
 height:100%;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin-left:1px;
 padding: 5px 15px;
 border-bottom: 0px solid #778;
 border-radius:5px;
 font: normal 11px Verdana, sans-serif;
}

ul.tabbernav li
{
 margin-left:1px;
 list-style: none;
 border-radius:5px;
 display: inline;
}

ul.tabbernav li a
{
 margin-left:1px;
 padding: 3px 0.5em;
 border-radius:5px;
 border: 1px solid #778;
 border-bottom: none;
 background: #3a3a3c;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #fff;}
ul.tabbernav li a:visited { color: #fff;}

ul.tabbernav li a:hover
{
 color: #fff;
 background: #020202;
 border-color: #227;
 }

ul.tabbernav li.tabberactive a
{
 background-color: #82858e;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/

.tabberlive .tabbertab {
 margin-left:10px;margin-right:10px;margin-bottom:10px;
 padding:10px;
 border-radius:15px;
 border:1px solid #aaa;
 font: normal 10.5px Verdana, sans-serif;line-height:15px; 
 color:#000000;


 /* 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; */
}
.tabberlive .tabbertab#overview p {width:100%; padding-left:5px; padding-right:5px;}	
.tabberlive .tabbertab#overview div {width:100%; padding:5px; }
.tabberlive .tabbertab#overview div h3 {width:98%; padding:5px; background-color:#e4e4e4;font-size: 1.17em;-webkit-margin-before: 1em;-webkit-margin-after: 1em;-webkit-margin-start: 0px;-webkit-margin-end: 0px;font-weight: bold;}		
.tabberlive .tabbertab#features table {width:100%;}	
.tabberlive .tabbertab#features table tr {}
.tabberlive .tabbertab#features table tr th { background-color:#e4e4e4; padding:5px;}
.tabberlive .tabbertab#features table tr td { border-bottom:1px solid #d9d9d9;padding-bottom:5px;}
.tabberlive .tabbertab#features td:nth-child(2){width:70%;}
.tabberlive .tabbertab#specifications table {width:100%;}	
.tabberlive .tabbertab#specifications table tr {}
.tabberlive .tabbertab#specifications table tr th { background-color:#e4e4e4;padding:5px;}
.tabberlive .tabbertab#specifications table tr td { border-bottom:1px solid #d9d9d9;padding-bottom:5px;}
.tabberlive .tabbertab#specifications td:nth-child(2){width:50%;}
.tabberlive .tabbertab#suppliedacc h4{font-size:1.2em;-webkit-margin-before: 0.83em;
-webkit-margin-after: 0.83em;-webkit-margin-start: 0px;-webkit-margin-end: 0px;font-weight: bold;}	
.tabberlive .tabbertab#suppliedacc table {width:100%;}	
.tabberlive .tabbertab#suppliedacc table tr {}
.tabberlive .tabbertab#suppliedacc table tr th { background-color:#e4e4e4;padding:5px;}
.tabberlive .tabbertab#suppliedacc table tr td { border-bottom:1px solid #d9d9d9;padding-bottom:5px;}
.tabberlive .tabbertab#suppliedacc td:nth-child(2){width:70%;}
.tabberlive .tabbertab#optionalacc h4{font-size:1.2em;-webkit-margin-before: 0.83em;
-webkit-margin-after: 0.83em;-webkit-margin-start: 0px;-webkit-margin-end: 0px;font-weight: bold;}	
.tabberlive .tabbertab#optionalacc table {width:100%;}	
.tabberlive .tabbertab#optionalacc table tr {}
.tabberlive .tabbertab#optionalacc table tr th { background-color:#e4e4e4;padding:5px;}
.tabberlive .tabbertab#optionalacc table tr td { border-bottom:1px solid #d9d9d9;padding-bottom:5px;}
.tabberlive .tabbertab#optionalacc td:nth-child(2){width:70%;}
.tabberlive .tabbertab#items table {width:100%;}	
.tabberlive .tabbertab#items table tr {}
.tabberlive .tabbertab#items table tr th { background-color:#e4e4e4;padding:5px;}
.tabberlive .tabbertab#items table tr td { border-bottom:1px solid #d9d9d9;padding-bottom:5px;}
.tabberlive .tabbertab#items td:nth-child(2){width:70%;}
.tabberlive .tabbertab#resources table {width:100%;}	
.tabberlive .tabbertab#resources table tr {}
.tabberlive .tabbertab#resources table tr th { background-color:#e4e4e4;padding:5px;}
.tabberlive .tabbertab#resources table tr td { border-bottom:1px solid #d9d9d9;padding-bottom:5px;}
.tabberlive .tabbertab#resources td:nth-child(2){width:30%;}



/* If desired, hide the heading since a heading is provided by the tab */

.tabberlive .tabbertab h2 {
 display:none;
 }
.tabberlive .tabbertab h3 {

}

/* 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;
 background-color:#cc0000;
  
}



