/*right curve tabs */
.curveTabs_main { width:346px; height:275px; background:url(../images/curvetabsbg.gif) repeat-x; clear:both;}
.curveTabs{ background-image:url(../images/curvetabsbg.gif) height:25px; overflow:hidden;}
.curveTabs .hd{width:110px; float:left;}

.curveTabs .tabs{ float:left; }
.curveTabs .tabCont{margin:0px; padding:0px; margin-top:2px; list-style:none; list-style-image:none;}
.curveTabs .tabCont li{float:left; width:auto; margin-right:2px; height:20px; overflow:hidden; background-image:url(../images/noactive_tab.gif); background-repeat:no-repeat; width:77px}
.curveTabs .tabCont li.active{background-image:url(../images/linecur_active.gif); height:22px; background-repeat:no-repeat; font-weight:bold; }
.curveTabs .tabCont li span{display:block; padding:4px 0px 0px 0px; text-align:center; color:#000;}
.curveTabs .tabCont li span a{ color:#000; text-decoration:none;}
.border_T_R_B { border-left:#F5F5F5 1px solid; border-right:#F5F5F5 1px solid; border-bottom:#F5F5F5 1px solid; }
