#tablist {
	padding: 0px 0;
	margin-left: 9px;
	margin-right: 0;
	margin-bottom: -0.3em;
	margin-top: 1.1em;
	font: bold 12px Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
#tablist li {
	list-style: none;
	display: inline;
	margin: 0;
}
#tablist li a {
	text-decoration: none;
	padding: 5px 2.0em 5px 20px;
	border-bottom: none;
	border-top: #e6dfb6 solid 1px;
	border-left: #e6dfb6 solid 1px;
	border-right: #e6dfb6 solid 1px;
	background: white;
	height: 31px;
	width: 125px;
	white-space: nowrap;
}
#tablist li a:link {
	background-image: url(../../default/images/tab-bg.gif);
	color: b2a767;
	font: bold 12px Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	text-align: center;
	line-height: 31px;
	width: 125px;
	white-space: nowrap;
}
#tablist li a:hover {
	color: b2a767;
	font: bold 12px Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	text-align: center;
	line-height: 31px;
	width: 125px;
	white-space: nowrap;
}
#tablist li a:visited {
	background-image: url(../../default/images/tab-bg.gif);
	color: b2a767;
	font: bold 12px Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	text-align: center;
	line-height: 31px;
	width: 125px;
	white-space: nowrap;
}
#tablist li a:visited:hover {
	color: b2a767;
	font: bold 12px Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	text-align: center;
	line-height: 31px;
	width: 125px;
	white-space: nowrap;
}
#tablist li a.current {
	background: #fffef2;
	color: 615823;
	font: bold 12px Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	text-align: center;
	line-height: 31px;
	width: 125px;
	white-space: nowrap;
}
#tablist li a.current:visited {
	background: #fffef2;
	color: 615823;
	font: bold 12px Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	text-align: center;
	line-height: 31px;
	width: 125px;
	white-space: nowrap;
}
.tabcontent {
	display:none;
	padding: 25px;
}
#tabcontentcontainer {
	width: auto;
	height: auto;
	border: 1px solid #e6dfb6;
	background: #fffef2;
}