.box { 
  background: #fef6d2; 
  width: 240px;
}
.boxtop { 
  background: url(/backstage/harz_card/picpool/common/asm/asm_ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 2px; 
  background: url(/backstage/harz_card/picpool/common/asm/asm_nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(/backstage/harz_card/picpool/common/asm/asm_se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 2px; 
  background: url(/backstage/harz_card/picpool/common/asm/asm_sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 5px 10px;
    min-height:  80px;
    height:  auto !important;
    height:  80px;
}


.asmContainer {
    /* container that surrounds entire asmSelect widget */
}

.asmSelect {
    /* the newly created regular 'select' */
    display: inline; 
}

.asmOptionDisabled {
    /* disabled options in new select */
    color: #999; 
}

.asmHighlight {
    /* the highlight span */
    padding: 0;
    margin: 0 0 0 1em;
}

.asmList {
    /* html list that contains selected items */
    margin: 1em 0 0em 0 !important; 
    position: relative;
    display: block;
    padding-left: 0; 
    list-style: none; 
  
}

.asmListItem {
    /* li item from the html list above */
    position: relative; 
    margin-left: 0;
    padding-left: 10px;
    list-style: none;
    background: #e7efc0;
    border: 0px solid #bfd556; 
    width: 529px; 
    margin: 0 0 -1px 0; 
    background-image:   url(/backstage/harz_card/picpool/common/asm_list_bg.jpg);
    font-weight: bold;
    background-repeat: repeat-x;
    min-height:  30px;
    height:  auto !important;
    height:  30px;
}

.asmListItem:hover {
    background-color: #c90002;
    background-image:   url(/backstage/harz_card/picpool/common/asm_list_bg_hover.jpg);
    color: white;
    background-repeat: repeat-x;
    
}

.asmListItemLabel {
    /* this is a span that surrounds the text in the item, except for the remove link */
    padding: 5px; 
    display: block; 
    width: 490px;
}

.asmListSortable .asmListItemLabel {
    cursor: move; 
}

.asmListItemRemove {
    /* the remove link in each list item */
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 6px;
    margin-right: 6px;
    width: 16px;
    height: 16px;
    background-image:   url(/backstage/harz_card/picpool/common/asm/Button-Close.png);
}

.price{
    margin-left: 10px;
   text-align: right;
   padding-right: 0px !important;
}

.tdEuro{
   padding-left: 0px !important;
}
