.tab_container {
float:left;
}

.tab-buttons-panel {
background:url('../images/wt-norm.png') repeat-x bottom !important;
float:left;
width:99%;
}

.tab-buttons-panel ul {
list-style:none;
margin:0;
padding:0;
}

.tab-buttons-panel li {
background:url('../images/wt-right.png') no-repeat right top;
cursor:pointer;
float:left;
font:15px Georgia, serif !important;
margin:0;
padding:0;
}

.tab-buttons-panel span {
background:url('../images/wt-left.png') no-repeat left top;
color:#FFF !important;
display:block;
padding:5px 15px;
}

.tab-buttons-panel li.tab-show {
background:url('../images/wt-right-on.png') no-repeat right top;
border-width:0;
}

.tab-buttons-panel li.tab-show span {
background:url('../images/wt-left-on.png') no-repeat left top;
color:#000 !important;
padding:5px 15px;
}

.tab-content {
background-color:#e7e7e7;
border-color:#c2c2c2;
border-style:none solid solid;
border-width:0 1px 1px;
display:none;
padding:15px 15px 0;
position:relative;
top:27px;
width:95.5%;
}

.ext-border-box .tab-content {
top:0;
}

.tab-content-show {
display:block;
}

.tab-content-panel-border {
margin-bottom:15px;
}

.tab-content-panel {
background-color:#f8fafd;
border:1px dotted #abb3b0;
padding:20px;
}

.tab-content-panel li {
list-style-position:inside;
list-style-type:circle;
}
