#tabs_wrapper {
    width: 100%;
}
#tabs_container {
    border-bottom: 1px solid #CCCCCC;
    float: left;
    height: 25px;
    width: 100%;
}
#tabs {
    list-style: none;
    padding: 5px 0 3px 0;
    margin: 0px;
    font: 14px arial;
}
#tabs li {
    display: inline;
    margin: 0px;
}
#tabs li a {
    border: 1px solid #ccc;
    padding: 4px 6px;
    text-decoration: none;
    background-color:#EEEEEE ;
    border-bottom: none;
    outline: none;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
}

#tabs li.active a,  #tabs li a:hover{
    border-bottom: 1px solid #fff;
    background-color: #fff;
    padding: 4px 6px 4px 6px;
    border-bottom: none!important;
}
#tabs li.active a:hover {
    background-color: #fff;
    padding: 4px 6px 4px 6px;
    border-bottom: none;
}

#tabs li a.icon_accept {
/*    background-image: url(accept.png);
    background-position: 5px;
    background-repeat: no-repeat;
    padding-left: 24px;*/
}
#tabs li a.icon_accept:hover {
/*    padding-left: 24px;*/
}

#tabs_content_container {
    /*	border: 1px solid #ccc;*/
    border-top: none;
    width: 100%;
/*    margin:10px;*/
    float: left;
}
.tab_content {
    display: none;
     width: 100%;
    float: left;
    padding: 10px 0;
}