   /*table ΗΠ»»*/
.tab {
    position: relative;
    width: 430px;
    height: 320px;
    overflow: hidden;
    margin: 0 auto 20px auto;

}

.tab-nav {
    overflow: hidden;
    background-image: url("../images/icon_new_back.png");
    background-size: 100% 100%;
    border-top: 2px solid #15a5fe;
}

.see_more_a{
    position: absolute;
    top: 5px;
    right: 10px;
    background: transparent;
    appearance: normal;
    border: none;
    color: #666;
    text-decoration: none;
    cursor: pointer;
}
.see_more_a:link,.see_more_a:visited,.see_more_a:hover,.see_more_a:active{
    color: #666;
    text-decoration: none;
}
.tab-nav a {
    position: relative;
    display: block;
    float: left;
    width: 80px;
    text-align: center;
    text-decoration: none;
    color: #666666!important;
    padding: 6px 0;
    font-size: 14px;
    font-weight: bold;
}
.tab-nav a:after{
    content: "";
    position: absolute;
    top: 7px;
    right: -1px;
    height: 60%;
    width: 1px;
    background-color: #ccc;
}
.tab-nav a.current {
    background: #15a5fe;
    color: #fff!important;
}
.tab-nav a.current:after{
    background-color: transparent;
}

.tab-con {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;

}

.tab-con-item {
    display: none;

    width: 100%;
    color: #ccc;
}