/*
 * Tab menu
 */
.tx-iccore .tabMenu {
	margin: 0 20px 0 0;
	padding: 0;
	height: 20px;
}
.tx-iccore .tabMenu li {
	list-style-type: none;
	float: left;
	margin: 0 1px 0 0;
}

.tx-iccore .tabMenu a {
	display: block;
	line-height: 20px;
	padding: 0 10px;
	text-decoration: none;
	cursor: pointer;
	background: #e0e0e0;
}

.tx-iccore .tabMenu li:hover,
.tx-iccore .tabMenu a:hover {
}

/* Hides tab content by default */
.tx-iccore .tabMenuContent {
	display: none;
}
/* Shows first selected tab content */
.tx-iccore .showFirst {
	display: block;
}
