.ac_results {
    padding: 0px;
    border: 1px solid WindowFrame;
    background-color: Window;
    overflow: hidden;
    z-index: 100; /* MG: hochgesetzt, da überlappungen im Form stattfinden */
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results iframe {
    display:none;/*sorry for IE5*/
    display/**/:block;/*sorry for IE5*/
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    filter:mask();
    width:3000px;
    height:3000px;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: pointer;
    display: block;
    width: 100%;
    font: menu;
    font-size: 12px;
    overflow: hidden;
}

.ac_loading {
    background : Window url('/scripts/autocomplete/indicator.gif') right center no-repeat;
}

.ac_over {
    background-color: Highlight;
    color: HighlightText;
}

.group_container {
    border: 1px solid grey;
    padding: 5px;
    margin: 2px;
    float: left;
    width: 200px;
}

.clear_float {
    clear: both;    
}

.group_container h4 {
    margin: 0;
    font-weight: normal;
}
/* 
    Document   : phishingAdvice
    Created on : 22.04.2010, 11:02:51
    Author     : akopp
*/

.redheadline, .redheadline a {
    color: red;
    font-size: 14px;
    font-style: normal;
}


@CHARSET "UTF-8";

div #formQuickSearch {
    padding: 5px;
    border: 1px solid grey;
}

div #formQuickSearch form label {
    float: left;
    width: 20%;
}

div #formQuickSearch input, div #formQuickSearch select {
    margin-top: 5px;
}

div #formQuickSearch a#exSearch {
    margin: 5px;
    float: right;
}

div #content_start {
    overflow: visible;
    display: block;
}

div #fulltextsearch {
    margin-bottom: 5px;
}
@CHARSET "UTF-8";
.group_container {
  border: 1px solid grey;
  padding: 5px;
  margin: 2px;
  float: left;
  width: 200px;
}
.clear_float {
  clear: both;
}
.group_container h4 {
  margin: 0;
  font-weight: normal;
}
.search_filter_headline {
  font-size: 18px;
  font-weight: normal;
  margin: 10px;
}
.searchform {
  padding: 0px 10px 10px;
}
.searchfilterform_element.btn-highlight {
  height: 50px !important;
  white-space: normal;
}
.searchfilterform_element {
  width: 100% !important;
}
.searchfilterform_element.btn {
  margin-top: 15px;
}
.searchitem_button,
.searchitem_link {
  margin-top: 5px;
}
.searchfilterform_column_half {
  width: 50%;
  float: left;
}
.searchfilterform_column_full {
  width: 100%;
  float: left;
}
.searchfilterform_column_half.left .searchitem {
  margin-right: 5px;
  margin-left: 0px;
}
.form_search_big {
  width: 280px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 14px;
  color: black;
  text-decoration: none;
}
.searchfilterform_row {
  width: auto;
}
#zipcode {
  width: 93% !important;
}
.filterbox {
  margin-bottom: 0px !important;
}
.searchitem_head {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 5px;
}
#manufacturer_id {
  max-width: 290px;
}
#cS_dropdown {
  float: left;
  padding: 5px 10px;
  min-height: 18px;
  width: 92%;
  background: #ffffff;
  margin-right: 10px;
  margin-bottom: 15px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-rendering: auto;
  cursor: pointer;
}
#cS_dropdown:before {
  content: "\f078";
  float: right;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 0.8em;
  line-height: 1.25em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.redheadline,
.redheadline a {
  color: red;
  font-size: 14px;
  font-style: normal;
}
div #formQuickSearch {
  padding: 5px;
  border: 1px solid grey;
}
div #formQuickSearch form label {
  float: left;
  width: 20%;
}
div #formQuickSearch input,
div #formQuickSearch select {
  margin-top: 5px;
}
div #formQuickSearch a#exSearch {
  margin: 5px;
  float: right;
}
div #content_start {
  overflow: visible;
  display: block;
}
div #fulltextsearch {
  margin-bottom: 5px;
}
