
.tabbox { position: relative; overflow: visible; clear: both; }

.tabbox .tabPanel h3 { float: left; margin: 0; border: solid #000; border-width: 1px 1px 0 0; font-size: 1em; }
.tabbox .first h3 { border-left-width: 1px; }
.tabbox .tabPanel h3 a { text-decoration: none; color: #000; display: block; height: 20px; padding: 5px; }
.tabbox .tabPanel h3 a:hover { background: #eee; }
.tabPanel.selected h3 a { background: #ccc; }

.tabbox .tabContent { position: absolute; top: -9999px; left: -9999px; border: 1px solid #000; width: 515px; padding: 5px; }
.tabbox .selected .tabContent { top: 30px; left: 0; }


/* Vertical */
.verticalTabs .tabPanel h3 { float: none; clear: both; width: 10em; border-width: 0 1px 1px 1px; }
.verticalTabs .tabPanel h3 a { height: auto; }
.verticalTabs .first h3 {  border-width: 1px; }
.verticalTabs .selected .tabContent { top: 0; left: 10em; min-height: 10em; margin-left: 1px; }

