@charset "UTF-8";

.tabLayout.tabItemWrapper div {
	height: 50px;
	background-color: #F7F7F7;
}
.tabLayout.tabItemWrapper div a {
	line-height: 50px;
}
.tabItemWrapper div.tabSelect, .tabItemWrapper div.tabSelect:hover {
	background-color: rgb(139,24,109);
	color: rgb(255,255,255);
}
.tabItemWrapper.fixed div:not(.tabSelect):hover {
	background-color: rgba(139,24,109,1);
}
.tabNavigation .tabLayout.fixed {
	position: fixed;
	top: 80px;
	z-index: 101;
}