/* CSS for tabbed description on product pages */

.tabberlive .tabbertabhide { display:none;}

.tabber {}
.tabberlive { margin-top:1em;}

ul.tabbernav{ margin:0; padding: 10px 0; border-bottom: 3px solid #E8F8FC; font: bold 12px Verdana, sans-serif; display:block;}

ul.tabbernav li { list-style: none; margin: 0; display: inline;}

ul.tabbernav li a { padding:10px 2em; margin-left: 0px; margin-right: 8px; border-bottom: 1px solid #7EC1DB; border-left: 5px solid #005b94; border-bottom: none; background: #F5F8FF; text-decoration: none; }

ul.tabbernav li a:link { color: #448;}
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover { color: #000; background:#E8F8FC; border-color: #227;}

ul.tabbernav li.tabberactive a { border-bottom: #7EC1DB; border-left:5px solid #e86c21; color:#000; background:#E8F8FC none repeat scroll 0 0; }

ul.tabbernav li.tabberactive a:hover{ color: #000;border-bottom: #7EC1DB;}
.code_highlight{ background:#effafe; padding:10px; text-align:left;}
.tip{ background:#fffff6;padding:10px;}

.tabberlive .tabbertab { padding:5px; border:1px solid #E8F8FC; border-top:0; font: normal 11px/18px Verdana, sans-serif; color:#000; padding:20px; 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 */
.tabberlive .tabbertab h2 {font-size:140%;}
.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;}

/* formatting */
.tabbertab h2 {color:#082567;}
.tabbertab h3 {margin-bottom:5px; font-size:130%; font-family:Arial,Helvetica,sans-serif; color:#0F4D92;}
.tabbertab h4 {margin-bottom:3px; font-size:115%; font-family:Arial,Helvetica,sans-serif; color:#0F4D92;}
.tabbertab h5 {}
.tabbertab p {margin:0 10px 5px 15px;}
.tabbertab ul {display:block; margin:0; padding-left:28px; list-style-type:disc;}


