.tabcontent{
	display: none;
}

#tabcontentcontainer {
	border-left: 1px solid #D0D0C6;
	border-right: 1px solid #D0D0C6;
	border-bottom: 1px solid #D0D0C6;
	clear: left;
	padding: 1em 1em 6px;
	background: #ffffff;
	margin-bottom: 14px;
}

#tablist {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url("../images/bg_tab.gif") repeat-x bottom;
	width: 100%;
	overflow: hidden;
}

#tablist a {
	background: #e8e4d9 url("../images/tab.png");
	color: #58554E;
	display: block;
	float: left;
	padding-left: 23px;
	text-decoration: none;
	font-size: 120%;
}

#tablist li a:hover {
	background-color: #D0D0C6;
	background-position: 0 -120px;
}

#tablist li a:hover span {
	background-position: 100% -120px;
}

#tablist li {
	float: left;
	margin: 0 12px 0 0;
	padding-bottom: 0px;
}

#tablist li a.selected  {
	background-color: #ffffff;
	background-position: 0 -60px;
	color: #c25f04;
	font-weight: bold;
}

#tablist li a.selected span {
	background-position: 100% -60px;
}

#tablist span {
	background: #e8e4d9 url("../images/tab.png") 100% 0;
	cursor: pointer;
	display: block;
	float: left;
	padding-right: 25px;
	padding-top: 8px;
	padding-bottom: 10px;
}


