.tabs_title{position:relative; height:39px; top:5px; border-bottom: 1px solid #ccc; margin-bottom:6px; padding-left:30px;}
.icon_close {padding-left:5px; }
.textPonit{cursor: pointer;}
.prodtab{
    width: 132px;
    height: 38px;
    line-height: 0px;
    color: #333;
    font-size: 18px;
    float: left;
    text-align: center;
    position: relative;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #f2f2f2;
    margin-right: 5px;
}

.prodtab:hover, .prodtab_active {
    width: 132px;
    height: 38px;
    line-height: 0px;
    color: #333;
    font-size: 18px;
    float: left;
    text-align: center;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #FFF;
    background-color: #FFF;
    margin-right: 5px;
    border-top: 3px solid #4f81bd;
    margin-top:-2px;
}

#tabs tr {
    background-color:#FFF;
    border-color:#CCC;
}

#tabs tr:hover {
    background-color:#FFF;
    border-color:#f2f2f2;
}

#tabs th:hover {
    background-color:#FFF;
   // border-color:#f2f2f2;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    background:none;
    margin:2px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
border-radius:0;

}