.ui-tabs-nav{
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    background: #FFF !important;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
}

.ui-tabs-nav li a::after {
    content:'';
    position:absolute;
    top: 0;
    right: -.5em;
    bottom: 0;
    width: 1em;
    /*background: url("jquery-ui-1.10.2/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png") repeat-x scroll 50% 50% #E6E6E6;*/
    background: #c482c6;
    /*    background-image: linear-gradient(to bottom, #fff, #ddd);
        box-shadow: 2px 2px 2px rgba(0,0,0,.4);*/
    transform: skew(26deg);
    border-radius: 0 7px 0 0;
    border-right: 1px solid #D3D3D3;
}

.ui-tabs-nav li.ui-state-hover a:after{
    /*background: url("jquery-ui-1.10.2/smoothness/images/ui-bg_glass_75_dadada_1x400.png") repeat-x scroll 50% 50% #dadada;*/
    background: #c482c6;
    border-color: #777;
}

.ui-tabs-nav li.ui-tabs-active a:after{
    background: url("jquery-ui-1.10.2/smoothness/images/ui-bg_glass_65_ffffff_1x400.png") repeat-x scroll 50% 50% #FFFFFF;
    z-index: 1;
    border-color: #777;
}

.ui-tabs-nav li {
    border-top-right-radius: 10px;
}

.ui-widget-content {
    border: 1px solid #EEE;
}

.ui-widget-header .ui-state-default{
    background: #c482c6;
    color: #ffffff !important;
}

.ui-widget-header .ui-state-active{
    background: #FFF !important;
    color: #212121;
}

.ui-tabs .ui-tabs-nav {
    background: #FFF !important;
    border-top: 1px solid #fff !important;
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
    border-bottom: 1px solid #aaa !important;
}