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

.tabbox .tabPanel h3 { float: left; width: 150px; margin: 0; border: solid #333; border-width: 1px 1px 0 1px; font-size: 13px; background: #c8c8c8; }
#lastTab { margin-left: 10px;}
.tabbox .first h3 { border-left-width: 1px; }
.tabbox .tabPanel h3 a { text-decoration: none; color: #333; display: block; height: 20px; padding: 5px; }
/*.tabbox .tabPanel h3 a:hover { background: #eee; }*/
.tabPanel.selected h3 a { background: #fff; color: #ea6f34; border-bottom: none; }

.tabbox .tabContent { position: absolute; top: -9999px; left: -9999px; border: 1px solid #333; width: 375px; padding: 5px; background-color: #fff; font-size: 11px; }
.tabbox .tabContent li { margin-bottom: 0; list-style-image: none; }
.tabbox .selected .tabContent { top: 30px; left: 0; }

#noDisplay { display: none; }

#editorTabs { margin-top: 5px; }
