.typography ul.ui-tabs-nav {
	list-style-type:				none;
	margin:							0px;
	margin-bottom:					20px;
	padding:						0px;
}

.typography ul.ui-tabs-nav li {
	display:						inline;
	margin:							0px;
	margin-right:					3px;
}

.typography ul.ui-tabs-nav li a {
	display:						-moz-inline-box;
	display:						inline-block;
	text-decoration:				none;
	padding:						0px;
	border-bottom:					3px solid #cecdcd;
	padding:						0px 5px 5px 5px;
}
/*
.typography ul.ui-tabs-nav li a:hover, .typography ul.ui-tabs-nav li.ui-tabs-selected a {
	background:						#fff;
	border-bottom:					3px solid #404040;
}
*/
.typography ul.singledrives li a:hover, .typography ul.singledrives li.ui-tabs-selected a {
	border-bottom:					3px solid #fddc43;
}

.typography ul.doubledrives li a:hover, .typography ul.doubledrives li.ui-tabs-selected a {
	border-bottom:					3px solid #1278cd;
}

.typography ul.liftingcolumns li a:hover, .typography ul.liftingcolumns li.ui-tabs-selected a {
	border-bottom:					3px solid #ffa72c;
}

.typography ul.controlunits li a:hover, .typography ul.controlunits li.ui-tabs-selected a {
	border-bottom:					3px solid #009659;
}

.typography ul.handsets li a:hover, .typography ul.handsets li.ui-tabs-selected a {
	border-bottom:					3px solid #a5295f;
}

.typography ul.operatingelements li a:hover, .typography ul.operatingelements li.ui-tabs-selected a {
	border-bottom:					3px solid #85cfe8;
}

.typography ul.accessoires li a:hover, .typography ul.accessoires li.ui-tabs-selected a {
	border-bottom:					3px solid #0faaac;
}

.ui-tabs-panel {
	border-top:						none;
}

.ui-tabs-panel.ui-tabs-hide {
	display:						none;
}