.tabbed-pane * {
	margin: 0;
	padding: 0;
}
.tabbed-pane {
	width: 500px;
}
.tabbed-pane .tabs {
	list-style: none;
	clear: both;
	float: left;
	margin-bottom: -1px;
}
.tabbed-pane .tabs li a.active {
	background: #C74040;
	/*border-bottom: 1px solid white;*/
}

.tabbed-pane .tabs li a:hover{
	background: #C74040;
	/*border-bottom: 1px solid white;*/
}

.tabbed-pane .tabs li {
	float: left;
	margin: 0 3px 0 0;
}

.tabbed-pane .tabs li a {
	color: #eee;
	display: block;
	padding: 5px;
	background: #941C1C;
	border-color: #941C1C;
	border-style: solid;
	border-width: 1px;
}
.tabbed-pane .pane {
	border-top: 1px solid #941C1C;
	padding: 5px;
	clear: both;
	/*height:300px;*/
}
.tabbed-container {
	position: relative;
	clear: both;
	min-height: 10em;
}
.tabbed-container .overlay {
	position: absolute;
	clear: both;
	border-top: 1px solid #941C1C;
	padding: 5px;
	width: 488px;
	top: 0;
	left: 0;
	text-align: left;
	z-index: 100;
	/*height:300px;*/
}