﻿ul.p_navTab,
.p_navTab li {
    list-style: none;
}

ul.p_navTab {
    text-align: center;
    line-height: 100%;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
}

ul.p_navTab li {
    background: #fff;
    text-align: center;
    margin: 0 5px;
}

ul.p_navTab li:first-child {
    margin-left: 15px;
}

ul.p_navTab li.p_active {
    border-top: 2px solid #31b0d5;
    font-size: 15px;
}

.p_navTab {
    text-align: center;
    line-height: 100%;
    font-size: 15px;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    border-bottom: 1px solid #d9d9d9;
    height: 30px;
    display: inline-block;
}

.p_navTab li {
    background: #f5f5f5;
    border: 1px solid #d9d9d9;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    cursor: pointer;
    float: left;
    height: 29px;
    line-height: 23px;
    margin: 0 2px 0 0;
    text-align: center;
    width: 111px;
    color: #666;
}

.p_navTab li.p_active {
    background: #fff;
    border-top: 2px solid #31b0d5;
    color: #666;
    height: 28px;
    border-bottom-color: white;
    font-size: 15px;
    color: #31b0d5;
}