/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
}
 
/*----- Tab Links -----*/
.tab-links-container {
    background-color: #f4f1ed;
}

/* Clearfix */
.tab-links:after {
    display:block;
    clear:both;
    content:'';
}

.tab-links>div {
    background-color: #f4f1ed;
    height: 144px;
    padding: 20px;
}

.tab-links>div.active {
    background-color: white;
    background-image: url("images/new/tab-ight.png"), url("images/new/tab-left.png");
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
}

.tab-links a {
    color: #433838;
    text-decoration: none;
}

.tab-links a img {
    margin: 0 auto;
    display: block;
    height: 80px;
}

.tab-links a span {
    text-align: center;
    display: block;
    margin-top: 5px;
    font-size: 15px;
}

/*----- Content of Tabs -----*/
.tab-content {
}

.tab {
    display:none;
}

.tab.active {
    display:block;
}