.super-tabs-wrapper {
	height: 38px;
	background: url('tabs-background.png') repeat-x;
	padding: 0;
	margin: 0;
}

.super-tabs {
	width: 940px;
	padding: 10px 0 0 0;
	margin: 0 auto;
}

.super-tabs .tab {
	position: relative;
	height: 28px;
	background:  url('inactive-right-short.png') no-repeat right top;
	font-size: 10px;
	line-height: 28px;
	display: block;
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	margin: 0 -12px 0 0;
	padding: 0;
	cursor: pointer;
	z-index: 100;
}

.super-tabs .tab-title {
	height: 28px;
	padding: 0 4px 0 22px;
	margin: 0 22px 0 0;
	display: inline-block;
	background:  url('inactive-left-short.png') no-repeat;
	position: relative;
	right: 0;
	text-decoration: none;
	color: #404040;
}

.super-tabs .tab:hover {
	z-index: 200;
	color: #ca9805;
}

.super-tabs .tab:hover .tab-title {
	color: #ca9805;
}

.super-tabs .tab.active,
.super-tabs .tab.active:hover {
	background:  url('active-right-short.png') no-repeat right top;
	z-index: 200;
}

.super-tabs .tab.active .tab-title,
.super-tabs .tab.active:hover .tab-title {
	background:  url('active-left-short.png') no-repeat;
	color: #ca9805;
}

.super-tabs-active-dark .super-tabs .tab.active,
.super-tabs-active-dark .super-tabs .tab.active:hover {
	background:  url('dark-right-short.png') no-repeat right top;
	z-index: 200;
}

.super-tabs-active-dark .super-tabs .tab.active .tab-title,
.super-tabs-active-dark .super-tabs .tab.active:hover .tab-title {
	background:  url('dark-left-short.png') no-repeat;
	color: #ca9805;
}

.super-tabs .tab.tab-1 { z-index: 90; }
.super-tabs .tab.tab-2 { z-index: 89; }
.super-tabs .tab.tab-3 { z-index: 88; }
.super-tabs .tab.tab-4 { z-index: 87; }
.super-tabs .tab.tab-5 { z-index: 86; }
.super-tabs .tab.tab-6 { z-index: 85; }
.super-tabs .tab.tab-7 { z-index: 84; }
.super-tabs .tab.tab-8 { z-index: 83; }
.super-tabs .tab.tab-9 { z-index: 82; }

.super-tabs .tab.tab-1.active { z-index: 290; }
.super-tabs .tab.tab-2.active { z-index: 289; }
.super-tabs .tab.tab-3.active { z-index: 288; }
.super-tabs .tab.tab-4.active { z-index: 287; }
.super-tabs .tab.tab-5.active { z-index: 286; }
.super-tabs .tab.tab-6.active { z-index: 285; }
.super-tabs .tab.tab-7.active { z-index: 284; }
.super-tabs .tab.tab-8.active { z-index: 283; }
.super-tabs .tab.tab-9.active { z-index: 282; }
