/* Tabs */

#tabs {clear:both;float:right;width:385px;color:#fff;}
#tabs ul {margin:0;overflow:hidden;padding:0;height:38px;background:url(../img/tabs_menu_bg.gif) repeat-x bottom;}
#tabs ul li {list-style: none;background: none !important}

.ui-tabs {padding:0 !important;border:0}
.ui-tabs-nav {position: relative; }

#tabs .ui-tabs-nav li { overflow:hidden;float: left; border-bottom: 0 !important; margin: 0 0px 0 0; padding: 0; list-style: none; height:38px;display:block;}
#tabs .ui-tabs-nav li a {display:block;float:left;background:url(../img/tabs_menu_position_bg.gif) repeat-x;height:28px;padding:10px 20px 0 20px;color:#fff;font-weight:normal;text-decoration:none;font-family:trebuchet ms;font-size:15px}
#tabs .ui-tabs-nav li a:hover {color:#ff0000}


.ui-tabs-nav li.ui-tabs-selected a {display:block;float:left;background:url(../img/tabs_menu_position_bg_active.gif) repeat-x !important;height:28px;padding:10px 20px 0 20px;font-family:trebuchet ms;font-size:15px}
.ui-tabs-nav li.ui-tabs-selected a:hover {color:#ff0000}


#contentRight div.ui-tabs div.ui-tabs-panel { clear:both;width:355px;background:#323333 url(../img/tabs_panel_bg.gif) repeat-x top !important;color:#fff;overflow:hidden;padding:5px 15px 10px 15px;border:1px solid #000;border-top:none;height:137px}
.ui-tabs-hide { display: none !important; }

#contentRight div.ui-corner-all {border:0px !important;-moz-border-radius: 0px !important; -webkit-border-radius: 0px !important; }
#contentRight ul.ui-corner-all {border:0px !important;-moz-border-radius: 0px !important; -webkit-border-radius: 0px !important; }
#contentRight li.ui-corner-top {border:0px !important;-moz-border-radius: 0px !important; -webkit-border-radius: 0px !important; }
#contentRight .ui-widget-content {border:0px !important;background: none !important; }
#contentRight div.ui-corner-bottom { -moz-border-radius-bottomleft: 0px !important; -webkit-border-bottom-left-radius: 0px !important; -moz-border-radius-bottomright: 0px !important; -webkit-border-bottom-right-radius: 0px !important; }


