.tabSectionpanel {
 border: 0;
}
.tabSectionwrapper {
 padding: 0;
}
.tabSectionheader {
 padding: 3px 0;
 border-bottom: 0;
 background-color: #e5c586;
}
.tabSectionheader h2, .tabSectionheader h3 {
 margin: 0;
 font-size: 1em;
 font-weight: normal;
 letter-spacing: 0.15em;
 }

.tabSection_tabs {
	padding: 0;
	font-size: 1em;
}
.tabSection_tabs img { padding: 0 5px; }
#tabSection1 .tabSection_tabs a, #tabSection2 .tabSection_tabs a,
#tabSection3 .tabSection_tabs a, #tabSection4 .tabSection_tabs a, 
#tabSection5 .tabSection_tabs a {
	padding: 4px 6px;
	display: block;
	float: left;
	font-weight: bold;
	color: #704529;
	text-decoration: none;
	background-color: #e9d298;
	border: 1px solid #c6a56d;
	border-bottom: 0;
	height: 21px;
}
#tabSection1 .tabSection_tabs a:focus, #tabSection2 .tabSection_tabs a:focus,
#tabSection3 .tabSection_tabs a:focus, #tabSection4 .tabSection_tabs a:focus,
#tabSection5 .tabSection_tabs a:focus {
	outline: 1px dotted;
	outline-color: #c6a56d;
	height: 21px;
}
#tabSection1 .tabSection_tabs a:hover, #tabSection2 .tabSection_tabs a:hover, 
#tabSection3 .tabSection_tabs a:hover, #tabSection4 .tabSection_tabs a:hover, 
#tabSection5 .tabSection_tabs a:hover, #tabSection1 .tabSection_tabs a:active, 
#tabSection2 .tabSection_tabs a:active, #tabSection3 .tabSection_tabs a:active,
#tabSection4 .tabSection_tabs a:active, 
#tabSection5 .tabSection_tabs a:active {
	color: #000;
	background-color: #e5c586;
	border: #c6a56d solid 1px;
	border-bottom: none;
	height: 21px;
}
.tabSection_tabs div {
	display: block;
	float: left;
	/*margin: 0 -2px 0 0;*/
	margin: 0 0 0 3px;
}
.tabSectionclear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.tabSectioncontent {
	padding: 10px;
	background-color: #e5c586;
	font-size: .95em;
	height: 68px;
	line-height: 1.5em;
	position: relative;
	z-index: 1;
	top: -1px;
	left: 0;
	border: 1px solid #c6a56d;
	color: #461300;
	overflow: hidden;
}
.tabSectioncontent h2, .tabSectioncontent h3, 
.tabSectioncontent h4 {
	font-size: 1.1em;
	margin: 0px;
	line-height: normal;
}
.tabSectioncontent p {
	margin: 6px 0 12px 0;
}
#tabSection1 .tabSection_tabs div.down, #tabSection2 .tabSection_tabs div.down, 
#tabSection3 .tabSection_tabs div.down, #tabSection4 .tabSection_tabs div.down, 
#tabSection5 .tabSection_tabs div.down {
	padding: 0;
	position: relative;
	height: 21px;
	z-index: 2;
}
#tabSection1 .tabSection_tabs div.down a, #tabSection2 .tabSection_tabs div.down a, 
#tabSection3 .tabSection_tabs div.down a, #tabSection4 .tabSection_tabs div.down a, 
#tabSection5 .tabSection_tabs div.down a {
	background-color: #e5c586 !important;
	color: #461300!important;
	height: 21px;
}
/*HIDE the TABS*/
.tabSection_tabs {
 display: none;
}
