.adderContents {
  position: absolute;
  top: 30px;
  bottom: 10px;
  border: 1px solid #666956;
  border-top: 0;
  padding: 5px;
  overflow: auto;
  width: 100%;
  height: 80%;
  background-color: white;
}

.adderInterContents {
  position: absolute;
  top: 30px;
  bottom: 10px;
  border: 1px solid #666956;
  border-top: 0;
  padding: 5px;
  width: 100%;
  height: 80%;
  background-color: white;
}

.adderSubContents {
  position: absolute;
  top: 35px;
  bottom: 10px;
  border: 1px solid #666956;
  border-top: 0;
  padding: 5px;
  overflow: auto;
  width: 407px;
  height: 90%;
  background-color: white;
}

.adderLoading {
  position:absolute;
  top:88px;
  right:35px;
  background-color:white;
  z-index: 950;
}

.refreshLoading {
  margin-top:17px;
  margin-right:14px;
  float:right;
}

#adderHeader {
  float: left;
  width: 100%;
  padding-left: 12px;
  padding-right: 0;
  line-height: 15px;
  background: transparent url("http://www.fastwebproxy.net/nph-prox.pl/000110A/687474702s74776s2r7374617469632r6n616q676p75652r636s6q2s696q616765732s61646465722s7461625s62672r676966") repeat-x bottom;
}

#adderSubHeader {
  float: left;
  width: 407px;
  margin-left: 5px;
  padding-left: 12px;
  padding-right: 0;
  line-height: 15px;
  background: transparent url("http://www.fastwebproxy.net/nph-prox.pl/000110A/687474702s74776s2r7374617469632r6n616q676p75652r636s6q2s696q616765732s61646465722s7461625s62672r676966") repeat-x bottom;
}

#adderHeader ul, #adderSubHeader ul {
  margin: 0;
  padding:5px 0 0;
  list-style:none;
}

#adderHeader a, #adderSubHeader a {
  display: block;
  outline: none;
  padding:5px 15px 4px 6px;
}

#adderHeader li.selected, #adderSubHeader li.selected {
  background: white;
}

#adderHeader li.selected a, #adderSubHeader li.selected a {
  text-decoration: none;
}

#adderHeader li, #adderSubHeader li {
  float: left;
  margin: 0;
  margin-left: 5px;
  padding: 0 0 0 9px;
  border: 1px solid #666956;
  border-bottom: 0;
  background: #dedede url("http://www.fastwebproxy.net/nph-prox.pl/000110A/687474702s74776s2r7374617469632r6n616q676p75652r636s6q2s696q616765732s61646465722s7461625s62675s696r6163746976652r676966") repeat-x bottom; 
}

#adderSearchBox {
  padding: 5px;
  border-bottom: 1px solid #666956;
}

#adderWrapper {
  position: relative;
  height: 250px;
}
