/* root element for scrollable */
#scrollablevert .vertical {
  /* required settings */
  position:relative;
  overflow:hidden;
  background-color:  #FFFFFF;
  
  /* vertical scrollers have typically larger height than width */ 
  width: 730px;  
  /*border-bottom:1px solid #ddd;*/
  margin-bottom: 15px;
}

/* root element for scrollable items */
#scrollablevert .items {  
  /* position: absolute is needed for items to be scrollable */
  position: absolute;
  
  /* this time we have very large space for height */ 
  /* NO! this time we have no maximum space for height!!! */
  /*height:12000px;*/
  overflow:hidden;
  margin: 0px;
}

/* single scrollable item */
#scrollablevert .item {
  /*border-bottom:1px solid #ddd;*/
  /*padding:15px;*/
  font-size:12px;
  width:700px;
}

/* elements inside single item */
/*
.item img {
  float:left;
  margin-right:20px;
}

.item h3 {
  margin:0 0 5px 0;
  font-size:16px;
  color:#456;
  font-weight:normal;
}
*/
/* the action buttons above the scrollable */
#scrollablevertactions {
  width:700px;
  margin:30px 0 10px 0;
  border-bottom:1px solid #ddd;
}

#scrollablevertactions a {
  font-size:11px;   
  cursor:pointer;
  color:#666;
}

#scrollablevertactions a:hover {
  color:#000;
}

.labelSettings {
  clear: left;
  float: left;
  margin-bottom: 10px;
  width: 170px;
  text-align: right;
  padding-right: 35px;
}

.labelHint {
  float: left;
  width: 160px;
  text-align: center;
}

#scrollablevert .disabled { visibility:hidden; }
#scrollablevert .next { float:right; }
/*.bottomSpace { margin-bottom: 30px; }*/
.linkurl { width:450px; }  
.linkid { width:200px; }  
.zahlinput { width: 100px; }
.nonDisplay { display: none; }
input.allsave { margin-left: 25px; }
input.deleteall { margin-left: 30px; background: url(/shop/konfi/images/icon_deleteall2.png) no-repeat transparent; }

#scrollablevert .scrollableinput {
  vertical-align:middle;
  border: 1px solid #AAAAAA;
  float: left;
  margin-bottom: 10px;    
}

#scrollablevert input type="checkbox" {
  margin-bottom: 0px;
  width: 20px;
} 
