div.floating-tabs {
    background: url(/shop/export/system/modules/com.sky.storefront/resources/assets/sixteen/images/tab-bg.png_1300071601.png) repeat-x left -5px;
}

.floating-tabs a {
	font-family: SkyTextRegular, Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	padding: 25px 16px 0 7px;
	margin-left: 20px;
	color: #333;
	font-size: 1.35em;
	display: block;
	height: 75px;
}

.floating-tabs .label strong {
	font-family: SkyTextMedium, Helvetica, Verdana, Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.1em;
	font-weight: normal;
	display: block;
	padding: 2px 0px;
}

.floating-tabs li {
	float: left;
	height: 98px;
	display: block;
	margin-right: 4px;
}

.floating-tabs ul {
	overflow: hidden;
}

.floating-tabs span {
	display: block;
}

.floating-tabs .active span {
	background: url(/shop/export/system/modules/com.sky.storefront/resources/assets/sixteen/images/tab-end.png_1300071601.png) no-repeat top left;
}

.floating-tabs .active a,
.floating-tabs .active {
	background: url(/shop/export/system/modules/com.sky.storefront/resources/assets/sixteen/images/tab-body.png_1300071601.png) no-repeat top left;
}

.floating-tabs .active {
	background-position: left 3px;
}

/* BEGIN: w160 settings (DEFAULT) */
.floating-tabs .tab-w160 {
	width: 160px;
}

.floating-tabs .active a,
.floating-tabs .active.tab-w160 a {
	background-position: -167px -115px
}

.floating-tabs .active span,
.floating-tabs .active.tab-w160 span {
	background-position: -3px 69px
}
/* END */

/* BEGIN: w140 settings */
.floating-tabs .tab-w140 {
	width: 140px;
}

.floating-tabs .active.tab-w140 a {
	background-position: -188px -115px;
}

.floating-tabs .active.tab-w140 span {
	background-position: -551px 69px
}
/* END */

/* BEGIN:  w180 settings  */
.floating-tabs .tab-w180 {
	width: 180px;
}

.floating-tabs .active.tab-w180 a {
	background-position: -147px -115px;
}

.active.tab-w180 span {
	background-position: -166px 69px;
}
/* END */

/* BEGIN:  w200 settings  */
.floating-tabs .tab-w200 {
	width: 200px;
}

.floating-tabs .active.tab-w200 span {
	background-position: -348px 69px;
}

.floating-tabs .active.tab-w200 a {
	background-position: -127px -115px;
}
/* END */