/*
This stylesheet handles the search mask (header) and live-search-output
*/

/* Search-Header */
#search {
  margin-bottom: 15px;
  border-top: 1px solid #fff;
  background-color: #C8C8C8;
  padding: 6px 8px;
  border-radius: 4px;
}

#search label {
  color: #96040B;
  font-weight: bold;
  margin-right: 10px;
  cursor: pointer;
  margin-left: 4px;
}

#search input, #search select {
  border-radius: 4px;
  border: none;
  background: #fff;
  padding: 5px;
}

#search select {
  padding: 4px 5px !important;
  height: 24px;
}

#searchbox_submit {
  background: #96040B url(../buttons/german/search.png) center no-repeat !important;
  width: 36px;
  height: 24px;
  padding: 0 !important;
  margin: 0 20px 0 10px;
  cursor: pointer;
}

#searchbox_categories {
  width: 142px;
  margin-left: 10px;
}

#searchbox {
  width: 200px;
  margin: 0 10px 0 20px;
}

#searchbox_welle, #searchbox_breite, #searchbox_aussen {
  width: 80px;
  margin: 0 10px;
}

.spinner { 
  background: white url('../img/ui-anim_basic_16x16.gif') right center no-repeat !important;
}


/* Livesearch-Output */
#search_suggest {
  margin: 0 0 20px 0;
  display: none;
  border: 1px solid #b1b1b1;
  border-radius: 5px;
  position: relative;
}

.search_suggest_highlight {
  padding: 4px;
  font-size: 13px;
}

.show_all {
  color: #ff0000;
  font-weight: bold;
  text-decoration: underline;
}

.livesearch_rows {
  border-top: 2px solid #fff;
  padding: 0 5px;
  height: 36px;
  display: table;
  font-size: 11px;
}

.livesearch_rows > div:not(.productlistinggraduated) {
  display: table-cell;
  padding: 5px;
  vertical-align: middle;
}

.livesearch_rows_products_link {
  font-weight: bold;
  padding-left: 0 !important;
  width: 138px;
  font-size: 12px;
}

.livesearch_rows_products_name {
  width: 233px;
}

.livesearch_rows_products_manufacturer {
  width: 57px;
}

.livesearch_rows > div:not(:last-of-type) {
  border-right: 2px solid #fff;
}

.livesearch_rows_products_price {
  width: 200px; 
  text-align: right;
}

.livesearch_rows_products_cart {
  padding-right: 0 !important;
  text-align: right;
  width: 60px;
}

.livesearch_rows_products_cart input[type=text] {
  line-height: 18px;
  width: 20px;
  float: left;
}

.livesearch_no_result {
  font-weight: bold;
  font-size: 12px;
  width: 736px;
  padding: 0 !important;
}