.tab-container {background: #fff; border-left:1px solid #cccccc; border-right:1px solid #cccccc; border-bottom:1px solid #cccccc; padding:5px;} .tab-panes {margin: 3px;} #tab-header { float:left; width:100%; margin-top: 0px; background:#cccccc url('tabber-plain_bg.gif') repeat-x bottom; font-size:93%; line-height:normal; } #tab-header ul { margin:0; padding:10px 10px 0; list-style:none; } #tab-header li { background:url('tabber-plain_off.gif') no-repeat left top; float:left; margin:0; padding:0 0 0 9px; } #tab-header a { display:block; background:url('tabber-plain_off.gif') no-repeat right top; padding:5px 15px 4px 6px; text-decoration:none; font-weight:bold; color:#000; } #tab-header a:hover { color:#333; } #tab-header #tab-current { background:url('tabber-plain_right_on.gif'); } #tab-header #tab-current a { background-image:url('tabber-plain_right_on.gif'); color:#333; padding-bottom:5px; } 