@charset "utf-8";.css-tabs-wrap{padding-bottom:6px;}
/* root element for tabs  */
ul.css-tabs{margin:0 !important; padding:8px 5px 0px; height:33px; overflow:hidden;}
/* single tab */
ul.css-tabs li{float:left; padding:0; margin:0; padding-left:5px; list-style-type:none;}
ul.css-tabs li img{cursor:pointer;}
/* link inside the tab. uses a background image */
ul.css-tabs a{}
ul.css-tabs a:hover{color:#333;}
/* selected tab */
ul.css-tabs a.current{cursor:default;}
/* tab pane */
div.css-panes > div{display:none; min-height:120px; line-height:30px; color:#666666;}
