.tab-container {background: #fff; border-left:1px solid #ABC6A2; border-right:1px solid #ABC6A2; border-bottom:1px solid #ABC6A2;} .tab-panes { padding:10px 0px 10px 12px; } #tab-header { float:left; width:100%; background:#DAE0D2 url("tabber-plain_bg.gif") repeat-x bottom; font-size:15px; line-height:normal; } #tab-header ul { margin:0; padding:4px 4px 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:; color:#333; } #tab-header a:hover { color:#2A6C13; } #tab-header #tab-current { background:url("tabber-plain_on.gif"); } #tab-header #tab-current a { background-image:url("tabber-plain_right_on.gif"); color:#2A6C13; padding-bottom:5px; } 