div.tabPanes > div { 
display : none; 
} 
ul.tabs { 
list-style : none; 
margin : 0 0 0 20px; 
padding : 0; 
overflow : hidden; 
} 
ul.tabs li { 
float : left; 
margin-left : 2px; 
} 
ul.tabs li a { 
display : block; 
float : left; 
padding : 10px 15px; 
color : #999; 
text-decoration : none; 
font-size : 11px; 
} 
ul.tabs li a:hover { 
background : #666; 
} 
ul.tabs li a.current { 
font-weight : bold; 
} 
 
div.tooltip { 
display : none; 
padding : 10px; 
background : #222; 
color : #fff; 
font-size : 13px; 
font-style : italic; 
} 
div.scrollable { 
position : relative; 
width : 500px; 
height : 52px; 
overflow : hidden; 
} 
div.scrollable div.items { 
width : 20000em; 
position : absolute; 
clear : both; 
} 
div.scrollable div.items div { 
float : left; 
width : 468px; 
height : 50px; 
padding : 0 15px; 
border : 1px solid #e6e1f1; 
background : url(tab-gradient.png) repeat-x; 
} 
a.prev, a.next { 
display : block; 
float : right; 
padding : 5px 4px; 
cursor : pointer; 
font-size : 13px; 
color : #999; 
} 
a.prev:hover, a.next:hover { 
color : #333; 
} 
a.disabled { 
visibility : hidden !important ; 
} 
div.navi { 
padding-left : 20px; 
} 
div.navi a { 
float : left; 
margin-left : 2px; 
padding : 10px 15px; 
color : #999; 
text-decoration : none; 
font-size : 11px; 
} 
div.navi a.active { 
font-weight : bold; 
} 

