/* Allgemein */

#livesearch_column_right,
#livesearch_column_left,
#livesearch_head {
  position: relative;
}

#livesearch_column_right > div,
#livesearch-head > div {
  right: 0;
}

#es_livesearch_close {
  width: 100%;
  position: relative;
  top: -2px;
}

.ls_box_visible {
  display: block;
}

.ls_box_hidden {
  display: none;
}

/* DEPRECATED: Bitte warten */

#livesearch_waitscreen {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DDDDDD;
  padding: 40px 0;
  position: absolute;
  z-index: 50001;
}

#livesearch_waitscreen > img {
  display: block;
  margin: 0 auto;
}

#livesearch_waitscreen > p {
  font-weight: bold;
  margin: 20px auto;
  width: 100px;
}

/* Output */

#livesearch-wrapper {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #DDDDDD;
  padding: 5px;
}

h2.livesearch_header-grey {
  border-bottom: 1px solid #464444;
  color: #464444;
  font-size: 15px;
  margin-bottom: 30px;
  overflow: hidden;
}

#livesearch-synonyms {
  border-bottom: 1px dotted #3F1D13;
  font-size: 11px;
  line-height: 20px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  padding-left: 10px;
}

/* Kachelansicht */

#livesearch-products_tile {
  margin-bottom: 10px;
  overflow: hidden;
  padding-left: 0.5%;
}

#livesearch_furtherproducts {
  margin: 20px 5px;
  overflow: hidden;
}

#livesearch_furtherproducts .button_long_uni_right {
  float: right;
}

#livesearch-products_tile .picturewrap {
  height: 75px;
}

.livesearch-products_tile-box {
  border: 1px solid #DDDDDD;
  display: inline-block;
  float: left;
  margin-bottom: 0.5%;
  margin-right: 0.5%;
  padding: 20px;
  width: 19%;
}

.livesearch-products_tile-box > h4 {
  height: 70px;
}

/* Listenansicht */

#livesearch-products_list {
  padding: 0 10px;
}

.livesearch-products_list-row {
  border-bottom: 1px dotted #EEEEEE;
}

.livesearch-products_list-row p {
  padding: 10px 0;
}

.livesearch-products_list-row a {
  font-weight: normal;
  line-height: 15px;
}

/* Weitere Ergebnisse */

#livesearch-productgroups,
#livesearch-searchterms {
  float: left;
  padding-top: 20px;
  width: 50%;
}

#livesearch-productgroups > h2,
#livesearch-searchterms > h2 {
  margin-bottom: 10px;
}

#livesearch-productgroups .resulttable,
#livesearch-searchterms .resulttable {
  padding: 5px;
}

.resulttable > p {
  line-height: 1.2em;
  margin-bottom: 0.3em;
}

/* LIVEAID SEARCH - Artikelnummernlivesuche */

#liveaidsearch_output {
  position: absolute;
  z-index: 999;
  box-shadow: 0px 0px 10px #aaa;
  color: #000;
  font-size: 14px;
}

#liveaidsearch_output #liveaidsearch-box {
  border: 4px solid #fff;
  overflow: hidden;
  background: #f4f4f4;
}

#liveaidsearch_output #liveaidsearch-box #es_liveaidsearch_close {
  background: none repeat scroll 0 0 transparent;
  cursor: pointer;
  margin: 3px 3px 0 0;
  text-align: right;
  width: 100%;
}

#liveaidsearch_output #liveaidsearch-box .liveresult {
  border: 1px solid #dddddd;
  padding: 20px;
  width: 19%;
  height: 205px;
  background: #ffffff;
  float: left;
  margin: 5px;
}

#liveaidsearch_output #liveaidsearch-box .liveresult:hover {
  border: 1px solid #aaa;
  cursor: pointer;
}

#liveaidsearch_output #liveaidsearch-box .liveresult h4 {
  height: 50px;
  text-align: center;
}

#liveaidsearch_output #liveaidsearch-box .liveresult h4 a {
  text-decoration: none;
}

#liveaidsearch_output #liveaidsearch-box .liveresult .picturewrap div {
  text-align: center;
}

#liveaidsearch_output #liveaidsearch-box table th {
  color: #666;
  padding: 10px 5px;
  border-bottom: 1px solid #ccc;
}

#liveaidsearch_output #liveaidsearch-box table td {
  padding: 4px;
  border-bottom: 1px dotted #aaa;
}
