﻿
.tabs{
    margin: 0;
    padding: 0;
    min-height: 1px;
    position: relative;
    list-style: none;
    z-index: 300;
    height: 32px;
} * html .tabs{ height: 1px; } .tabs:after{ height: 0; clear: both; display: block; content: "."; visibility: hidden; }

.tabs li{
    background: none;
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    height: 32px;
}

.tabs li a{
    padding: 7px 20px;
    margin: 0 4px 0 0;
    background: #e2e2e2;
    display: block;
    font-size: 12px;
    text-shadow: none;
    line-height: 13px;
    border-bottom: solid 1px #b8b8b8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.tabs li a:hover{
    background: #fff;
}

.tabs li a.first_tab{
    
}

.tabs li a.current_tab{
    padding-bottom: 13px;
    color: #fff;
    background: #e84f96;
    border-bottom: solid 1px #e84f96;
}
