#tab-container {
	width: 474px;
	margin: 0px;
	padding: 0px;
}

.tab-content {
	display:none;
	border-top: 1px solid #666;
	background: white;
	height:250px;
	color: black;
	padding: 0px;
}

.tab-header {
	position: relative;
	height: 19px;
	width: 70em;
	margin-bottom: 2px;
	padding-bottom: 0px;
}

.tab-header ul.tab-list {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 70em;
}

.tab-header ul.tab-list li  {
	display: inline;
	list-style: none;
	margin: 0;
}

.tab-header ul.tab-list a,.tab-header ul.tab-list span,.tab-header ul.tab-list a.tab-active {
	width: 8em;
	display: block;
	float: left;
	padding: 1px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #333;
}

.tab-header ul.tab-list span,.tab-header ul.tab-list a.tab-active,.tab-header ul.tab-list a.tab-active:hover {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: none;
	background: #bccbc9;
	color: black;
	padding-bottom: 2px;
	margin-top: 0;
}

.tab-header ul.tab-list a {
	background: #eee;
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-bottom: none;
}

.tab-header ul.tab-list a:hover {
	margin-top: 0;
	border-color: #666;
	background: #ffd675;
	color: black;
	padding-bottom: 2px;
}

.tab
{
	display: none;
}
