﻿@charset "utf-8";

.small_tab .tabs-header {
    height: 35px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #d4d4d4 !important;
    border: none;
    padding: 0px;
}

.small_tab .tabs-header .tabs-icon {
    display: none;
}

.small_tab .tabs-header .tab_box {
    margin-left: 11px;
    height: 50px !important;
    border-left: 1px #eaecef solid;
}

.small_tab .tabs-header .tab_box li {
    margin: 0px;
}

.small_tab .tabs-header ul li {
    float: left;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    border-top: 1px #4cc2ea solid;
    border-right: 1px #eaecef solid;
    cursor: pointer;
    color: #989fa9;
    border-bottom: 2px #48cfad solid;
    letter-spacing: 1px;
    background-color: #f7f8fa;
    padding-left: 20px;
    padding-right: 32px;
    font-size: 14px;
    position: relative;
}

.small_tab .tabs-header ul li.tabs-selected {
    border-bottom: 2px #fc6e51 solid;
    color: #364c59;
    background-color: #fff;
}

.small_tab .tabs-header ul li .close {
    background: url(../ETOMimages/ico/close.gif);
    width: 11px;
    height: 11px;
    display: block;
    position: absolute;
    right: 10px;
    top: 12px;
}

.small_tab .tabs-header .switch {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
    height: 35px;
    width: 80px;
    background-color: #4cc2ea;
    overflow: hidden;
    padding-left: 20px;
    padding-top: 15px;
    display: none;
}

.small_tab .tabs-header .switch div {
    width: 24px;
    height: 21px;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
}

.small_tab .tabs-header .switch div.tabs-scroller-left {
    background: url(../ETOMimages/ico/switch_left.png);
}

.small_tab .tabs-header .switch div.tabs-scroller-right {
    background: url(../ETOMimages/ico/switch_right.png);
}

.small_btn a {
    margin: 0 10px !important;
}