﻿.tabs ul
{
    list-style: none;
    width: auto;
    margin: 0px;
    padding-left: 10px !important;
    position: relative;
    z-index: 1;
}
.tabs li
{
    float: left;
    margin-right: 10px;
    _width:100px;
}
.tabs .nav li a
{
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}
.tabs li a
{
    outline: none !important;
    border: none !important;
}
.nav
{
    height: 35px;
    z-index: 999;
    overflow: hidden;
}
.tabs .tabs_1
{
    border: 1px solid #cfcfcf;
    margin-top: -1px;
}
.tabs_1 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.tabs .tab-content .inner
{
    padding: 10px;
    z-index: 0;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.tabs_var1 .nav li
{
    border: 1px solid transparent;
    border-top:3px solid transparent;
    /*background-color: #4e9d18;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.tabs_var1 .nav li a
{
    color: #333333;
    display: block;
    height: 27px;
    line-height:27px;
    padding-top:2px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
.tabs_var1 .nav .selected, .tabs_var1 .nav li:hover
{
    backgrdound: repeat-x #fafafa;
    border: 1px solid #cfcfcf;
    border-top:3px solid #00ADEF;
    border-bottom: none !important;
    padding-bottom: 4px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.tabs_var1 .nav .selected a, .tabs_var1 .nav li:hover a
{
    color: #00ADEF;
}