/*****************************************************************************/
/*** SUGGEST ***/
/*****************************************************************************/

/* needed otherwise the searchBoxLine will pop-up in IE */
div.suggestFormWrap{
    position:absolute;
    z-index:1001;
}

div.suggest-layer {
    font-size: 12px;
    line-height: 16px;
    background-color: #ffffff;
    position: absolute;
    z-index: 1000;
    display: none;
    margin-top: 2px;
}

table.suggest-layer {
    background-color: #ffffff;
    cursor: pointer;
    width: 130px;
    border: 1px solid #696969;
}

table.suggest-layer tr.suggestHeader {
    border-bottom: 1px solid #696969;
}

table.suggest-layer td.suggestFooter {
    border-top: solid 1px #696969;
}

table.suggest-layer td.suggestTextQuery {
    font-weight: bold;
}

table.suggest-layer span.suggestTextQueryTyped {
    color: #f62c1e;
    text-decoration: underline;
}

table.suggest-layer td.suggestTextType,
table.suggest-layer td.suggestTextAmount {
    width: 30%;
    padding-left: 20px;
}

table.suggest-layer td.suggestTextAmount {
    text-align: right;
}

table.suggest-layer tr.suggestHighlight {
    background-color: #dbdbdb;
}