/*
	category: @morfhos
	name: Abas [CSS]
	toolTip: Abas [CSS]
*/

/*Albas*/

ul#nav-aba {
	/*height:33px;*/
	list-style:none outside none;
	margin:0;
	padding:0;
	width: 600px;
	border-bottom: 10px solid #cddaed;
	overflow:hidden;
}
 
ul#nav-aba li {
	float: left;
    height: 33px;
    line-height: 1;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.aba {
	display:block;
}

ul#nav-aba li a {
	color:#476089;
	float:left;
	font-size:12px;
	font-weight: bold;
	padding:10px;
	text-decoration:none;
	margin-bottom: -1px;
}
ul#nav-aba li.item01 a, 
ul#nav-aba li.item02 a,
ul#nav-aba li.item03 a ,
ul#nav-aba li.item04 a ,
ul#nav-aba li.item05 a ,
ul#nav-aba li.item06 a ,
ul#nav-aba li.item07 a ,
ul#nav-aba li.item08 a,
ul#nav-aba li.item09 a ,
ul#nav-aba li.item10 a   {	
	background:none repeat scroll 0 0 #cddaed;	
	border-bottom: 1px solid #cddaed;
	/*border-left: 1px solid #86BBC2;
	border-top: 1px solid #86BBC2;
	border-right: 1px solid #86BBC2;
	border-bottom: 1px solid #ffffff;*/

}
ul#nav-aba li.item01 a.tab-current, 
ul#nav-aba li.item02 a.tab-current, 
ul#nav-aba li.item03 a.tab-current,
ul#nav-aba li.item04 a.tab-current,
ul#nav-aba li.item05 a.tab-current,
ul#nav-aba li.item06 a.tab-current,
ul#nav-aba li.item07 a.tab-current,
ul#nav-aba li.item08 a.tab-current,
ul#nav-aba li.item09 a.tab-current,
ul#nav-aba li.item10 a.tab-current {
		background:none repeat scroll 0 0 #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
}
#tabs .aba{
	background:none repeat scroll 0 0 #FFFFFF;
	padding-top: 15px;
}
/*#tabs .aba p{margin:0;}*/

#tabs{
	width: 600px;
}

.tab-bp input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab-bp label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: #edf0f4;
  font-weight: bold;
  line-height: 3;
  cursor: pointer;
}

.tab-bp-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}

.tab-bp-content p {
  margin: 1em;
}
/* :checked */
.tab-bp input:checked ~ .tab-bp-content {
  max-height: fit-content;
}
/* Icon */
.tab-bp label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 1;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
/*
.tab-bp input[type=checkbox] + label::after {
  content: "+";
}
input[type=radio] + label::after {
  content: "\25BC";
}
.tab-bp input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
.tab-bp input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}
   */