﻿.tab {
    position: relative;
    /* z-index: 1; */
    /* margin-top: 90px; */
    /* margin-bottom: 42px; */
    /* background: #EEEEEE; */
}
.tab .nav {
    overflow: hidden;
    position: relative;
    /* position: absolute; */
    /* top: 0px; */
    /* border-bottom: 1px solid #ccc; */
    /* width: 35%; */
    z-index: 10;
    /* background: #fff; */
    /* margin: 25px auto 0; */
}
.nav > li {
    /* position: relative; */
    display: block;
    /* margin-bottom: -1px; */
    float: left;
}
.tab .nav li {
    display: inline-block;
    float: left;
    list-style: none;
    /* background: #fff; */
    /* margin-bottom: -1px; */
    /* z-index: 117; */
    /* width: 50%; */
    text-align: center;
    margin-right: 2px;
}
.nav > li > a {
    /* position: relative; */
    /* display: block; */
    /* padding: 10px 15px; */
}
.tab .nav li a {
    /* border: 1px solid #d4d4d4; */
    color: #8f8f8f;
    /* display: inline-block; */
    /* white-space: nowrap; */
    /* text-transform: uppercase; */
    font-size: 16px;
    padding: 12px 24px;
    font-family: 'helveticaneuemedium';
    /* z-index: 1000; */
    background: #ebebeb;
}
.tab .nav li a:hover{
    border: none !important;
    color: #444;
    /* background:none; */
}

.tab .nav li a.current, .nav li a.current:hover{
    color: #0076BC !important;
    /* border: 1px solid #ddd !important; */
    border-top: 3px solid #ef5417 !important;
    background: #fcfff9;
    /* border-top-right-radius: 5px; */
    /* border-top-left-radius: 5px; */
    z-index: 10;
}

.tab .list-wrap {
    /* background: none repeat scroll 0 0 #fff; */
    height: auto !important;
    /* margin: 25px 0 10px; */
    padding: 32px 18px 50px;
    position: relative;
    z-index: 2;
    background: #fff;
}
ul, ol {
    list-style: none;
}
.border_bottom{
    /* border-bottom: 1px solid #ddd; */
    position: absolute;
    top: -20px;
    background: url(/images/bg_tab.png) repeat-x bottom;
    height: 20px;
    width: 100%;
    z-index: 10;
}