.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: bold;
}
/**
 * jQuery TextBox
 * Version 0.1 - 18/03/2008
 * @author Dale Harvey <harveyd@gmail.com>
 *
 * A combination of a text input and a drop down
 * select box, used by
 * http://code.google.com/p/jqueryspreadsheet/
 *
 **/
.textbox
{
    padding-right:16px;
}

.textboxarrow
{
    position:   absolute;
    display:    none;
    cursor:     pointer;
    width:      14px;
    height:     14px;
    background: url('/images/frontend/main/arrow_down.png') center center;
}

.textboxlist
{
    position:   absolute;
    margin-left: -1px;
    display:    none;
    background: #FFF;
    border:     1px solid #999;
    z-index:    9999;
}

.textboxlist li
{
    width:      100%;
    list-style-type: none;
}

.textboxlist li a
{
    cursor:     pointer;
    display:    block;
    padding:    3px;
    color:      black;
    text-decoration:none;
}

.textboxlist li a:hover
{
    background: #EEE;
}

/* 
    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;
}

/*
#mch_price_net_from {
    float: left;
}
*/
