/*
.tabbed-pane * {
	margin: 0;
	padding: 0;
}
*/
.tabbed-pane {
	margin: 0px;
}
.tabbed-pane .tabs {
	list-style: none;
	clear: both;
	float: left;
	margin-bottom: -1px;
	background-image: url(../images/bg_fs.gif);
	height: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 670px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
}
.tabbed-pane .tabs li a.active {
	background-image: url(../images/tag_over.gif);
	background-repeat: no-repeat;
	width: 90px;
	margin-top: 12px;
	text-align: center;
	padding: 5px;
	margin-left: 5px;
	color: #000000;
	text-decoration: none;
}


.tabbed-pane .tabs li {
	float: right;
	margin-right: 0px;
}

.tabbed-pane .tabs li a {
	color: #666666;
	display: block;
	padding: 5px;
	margin-top: 12px;
	text-align: center;
	width: 90px;
	margin-left: 5px;
}
.tabbed-pane .pane {
	/* border: 1px solid #333; */
	padding: 5px;
	clear: both;
	height: 100%;
}
.tabbed-container {
	position: relative;
	clear: both;
	min-height: 10em;
}
.tabbed-container .overlay {
	position: absolute;
	clear: both;
	border: 1px solid #333;
	padding: 5px;
	width: 488px;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 100;
	height: 100%;
}
