.tab_container {
    float: left;
    width: 525px;
}

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

}

.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.gif) no-repeat right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;

}

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

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

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

.tab-content {
	top: 27px;
	position: relative;
	border-width: 0px 1px 1px 1px;
	border-color: #b8cbde;
	border-style: none solid solid solid;
	display: none;
	padding: 15px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;

}

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

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

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

.tab-content-panel {
    padding: 5px;
    border: 1px none #abb3b0;
}

.tab-content-panel li {
    list-style-type: circle;
    list-style-position: inside;
}
h1, h2, h3 { font-family: "Trebuchet MS",Verdana,Sans-Serif; }

h2 {
    font-size: 1.5em;
    letter-spacing: 0.4pt;
    text-transform: uppercase;
    padding-top: 0.5em;
    color: #1C417C;
}

h3 {
    font-size: 1.0em;
    letter-spacing: 0.2pt;
    text-transform: uppercase;
    padding-top: 0.5em;
    color: #0464BB;
}

a img{ border: none; }
