﻿.tab_container {
    float: left;
    width: 550px;
}

.tab-buttons-panel {
    width: 100%;
    float: left;
    background: url(images/wt-norm.png) repeat-x bottom;
}

.tab-buttons-panel ul {
    margin: 0;
    padding: 0px;
    list-style: none;    
}

.tab-buttons-panel li {
    float:left;    
    margin:0;
    padding:0;
    cursor: pointer;
    border-color: #b8cbde;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    background: url(images/wt-right.png) no-repeat right top;
}

.tab-buttons-panel span {
    color: #222;
    display: block;
    background: url(images/wt-left.png) no-repeat left top;
    padding: 5px;
}

.tab-buttons-panel li.tab-show {
    background: url(images/wt-right-on.png) no-repeat right top;
    border-width: 0px 0px 0px 0px;
}

.tab-buttons-panel li.tab-show span {
      background:url(images/wt-left-on.png) no-repeat left top;
      padding:5px;
}

.tab-content {
    top: 27px;
    position: relative;
    background: transparent;
    display: none;
}

.ext-border-box .tab-content {
    top: 0px;    
}

.tab-content-show {
    display: block;
}

.tab-content-panel-border {
    margin-bottom: 20px;
}

.tab-content-panel {
    padding: 5px;
}

.tab-content-panel li {
    list-style-type: circle;
    list-style-position: inside;
}