@charset "utf-8";.css-tabs-wrap{background:url(../images/news_bottom.jpg) no-repeat bottom; padding-bottom:6px; width:501px; overflow:hidden;}
/* root element for tabs  */
ul.css-tabs{margin:0 !important; padding:8px 5px 0px; background:url(../images/news_top.jpg) no-repeat; height:40px; padding-top:8px; overflow:hidden;}
/* single tab */
ul.css-tabs li{float:right; 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; background:url(../images/news_middle.jpg) repeat-y; padding:5px 10px; line-height:30px; color:#666666;}
div.css-panes div td{background:url(../images/dotline.jpg) repeat-x bottom;}
div.css-panes div a{color:#666666; text-decoration:none;}
div.css-panes div a:hover{color:#446390;}
