.tab-wrapper {
	padding: 0;
	margin: 0;
	clear: both;
}

.tab-menu {
	margin: 0;
	padding: 10px 10px 0 10px;
	list-style: none;
	overflow: auto;
	background: #f5f5f5;
}

.tab-menu li {
	margin: 0;
	float: left;
	line-height: 2.5em;
	padding: 5px 10px;
}

.tab-menu li a {
	color: #666;
}

.tab-menu li.tab-selected {
	background: white;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.tab-menu li.tab-selected a, .tab-menu li a:hover {
	color: black;
	font-weight: bold;
}

.tab-menu li a span {
	padding: 0 10px;
	font-weight: 700;
}

div.tab-container {
	background: white;
	padding: 15px;
}