/*  idTabs ~ Sean Catchpole  */

.usual {
  width:100%;
}
.usual li { list-style:none; float:left;  }

.usual li a {
  display:block;
  text-decoration:none!important;
  margin:1px;
  margin-left:0;
  margin-right:10px;
  /* background:#efefef;  sediva */
  width: 40px; height:40px;
  background-repeat:no-repeat;
} 

.usual li a:hover {
  /* background:#cce4f5; modra */
  background-repeat:no-repeat;
  }

.usual li a.selected  {
  margin-bottom:0;
  /* border-bottom:1px solid #cce4f5;   modra */
  cursor:default; 
  /* background:#cce4f5;  modra */
  background-repeat:no-repeat;
  }

.usual div.idtabs-tab {
  /* float: left; */
  padding:10px 10px 8px 10px;
  _padding-top:3px;
  _margin-top:-15px;
  clear:left;
  /*background:#cce4f5;  modra */
}

.idtabs-in {
  
  padding: 11px 19px 19px 19px;
}

.idtabs-in-small {
  float: left; 
  padding: 11px 8px 11px 8px;
}

.idtabs-title {
  float: left;
  font-weight: bold;
}

.idtabs-content {
  margin-top: 12px;
}

/* */

.tab-text {
  width:100%;
}
.tab-text li { list-style:none; float:left;  }

.tab-text li a {
  display:block;
  text-decoration:none!important;
  margin:1px;
  margin-left:0;
  margin-right:10px;
  background:#efefef;  /* sediva */
  /* height:20px; */
  background-repeat:no-repeat;
  padding:7px 20px 7px 20px;
  color: #58595b;
} 

.tab-text li a:hover {
  background:#cce4f5; /* modra */
  background-repeat:no-repeat;
  }

.tab-text li a.selected  {
  margin-bottom:0;
  /* border-bottom:1px solid #cce4f5;   modra */
  cursor:default; 
  background:#cce4f5;  /* modra */
  
  background-repeat:no-repeat;
  }

.tab-text div.idtabs-tab {
  float: left; width:100%;
  /* padding:20px 10px 8px 10px; */
  _padding-top:3px;
  _margin-top:-15px;
  clear:left;
  background: transparent;
  border-top: 5px solid #cce4f5;
}

.tab-text-padd {
  
}