/*Copyright 2005 Simply Extras Ltd*/

/*clickable region FIX*/
#tabs > ul a {width:auto;}

#tabs { 
float:left; 
width:100%; 
background: url("/img/tabs/tab-bg.gif") repeat-x bottom; 
font:bold 13px Trebuchet MS;
margin:0;
padding:0;
}

#tabs ul { 
margin:0 0 0 160px; 
padding:0;
list-style:none;
}

#tabs li {
float:left; 
background:url("/img/tabs/tab-off-l.gif") no-repeat left top; 
margin: 0 0 0 2px; 
padding:0 0 0 8px;
}

/* big style added to stop IE flicker */
big {font:bold 13px Trebuchet MS;}
#tabs b {
display:block; 
background:url("/img/tabs/tab-off-r.gif") no-repeat right top; 
}

#tabs a {
/*white-space: nowrap;*/ 
float:left; 
display:block; 
width:.1em;
padding:6px 10px 3px 3px; 
text-decoration:none; 
font-weight:bold; 
color:#888;
}

#tabs > ul a { width:46px; } /* was width:auto until we wanted <br /> removed... */
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a { float:none; }
/* End IE5-Mac hack */
#tabs a:hover { color:#333; }


#tab-bg {
vertical-align:bottom;
background: url('/img/tabs/header-outer-glow.gif') repeat-y top center;
}