.tab-container {background: #fff; border-left:1px solid #AAA; border-right:1px solid #AAA; border-bottom:1px solid #AAA;} .tab-panes {margin: 7px 7px 7px 7px;} #tab-header { float:left; width:100%; background:#FFF url("tabber-plain_bg.gif") repeat-x bottom; font-size:100%; line-height:normal; } #tab-header ul { margin:0; padding: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 0; } #tab-header a { display:block; background:url("tabber-plain_off.gif") no-repeat right top; padding:2px 0px 1px 0px; border-bottom:1px solid #AAA; border-top:1px solid #AAA; width:85px; text-decoration:none; text-align: center; font-weight:bold; color:#FFF; } #tab-header a:hover { color:#ba2323; } #tab-header #tab-current a { background-image:url("tabber-plain_right_on.gif"); color:#000; width:85px; padding:2px 0px 1px 0px; } 