@charset "utf-8";

.SlidingPanels {
	float: left;
	position: relative;
/*	width: 750px; -> flex layout with configurable width: .w### */
	padding: 0px;
	border: none;
}
#slidingPanel {
  margin:5px 30px 40px 30px;
  padding:0px 10px;
}
.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	border: none;
}
.SlidingPanelsContent {
	float: left;
/*	width: 750px; -> flex layout with configurable width: .w### */
	overflow: hidden;
	margin:0px;
	padding-right:10px;
	padding-left:10px;
}
.SlidingPanelsAnimating * {
	overflow: hidden !important;
}
.slidingTabPanelWrapper {
  height:31px;
  margin:20px 50px;
  display: none;
  width:650px;
  border-bottom: 1px solid #005286;
}
.withLogo
{
  padding-left: 20px;
  width:500px;
}
.slidingTabPanel {
  list-style:none;
  margin:0px auto; /* tabs position, relative to wrapper*/
  padding:0px;
  width:620px; /* total tab width */
  height:29px;
}
.spLI {
  list-style:none;
  float:left;
  width:50px;
  margin:0 0px; /* space between tabs */
  background-color:#5889b1;
}
.tabActive {
  position:relative;
  right:2px;
  display:block;
  width:50px; 
  height:31px;
  cursor:default;
  outline:none;
  border: 1px solid #005286;
  border-bottom:none;
  background-color:#91adca;
}
.tab {
  position:relative;
  right:1px;
  display:block;
  width:50px; 
  height:30px;
  cursor:pointer;
  outline:none;
  border: 1px solid #005286;
  border-bottom:none;
  background-image:url(../images/tab.png);
  background-repeat:repeat-y;
  background-position:left;
}
.tab:hover {}
.slidingTabPanel li a span{
  display:block;
  color:#005286;
  font-size:0.8em;
  text-decoration:none;
  position:relative;
  margin-top:6px; 
  text-align:center;
}

/* CorpInfo */
#imprint, #contact, #termsofuse { width:150px;}
/* P-Series */
#P6 {}
/* P6Covers */
#AH, #EH, #TH, #JH {}
/* P6Add-ons */
#P6THZ, #FVE, #SA, #ST { width:80px; }
/* CSM */
#GKS, #BBT, #EBX { width:80px;}
/* CST */
#BP, #AP, #OM, #M07 {}
/* FWLG */
#LG1, #LG2 { width:80px;}
/* FWSL */
#SL1, #SL2 { width:80px;}
/* KSB-Series */
#KSB3 {}
/* Anti Riot */
#MKT { width:150px;}
/* SCDE */
#SCDE { width:80px;}
/* SCFL */
#SCFL { width:80px;}
/* UX-Series */
#UX1, #UX2, #UX3, #UX4 {}
/* ZUT */
#OS, #PL, #OA, #SA {}
/* Service */
#manual, #flyer, #spec, #info { width:130px;}
/* Properties */
#protect, #model, #textile { width:130px;}
/* Stats */
#EU, #US { width:80px;}
/* Threat Levels */
#intro, #units, #PTI, #NIJ, #HOSDB, #VPAM, #GOST, #CEN { width:70px;}
/* Material */
#Material, #PA, #PE, #PBO, #PIPD { width:100px;}



