﻿.autocomplete_completionListElement
{
    height: 0;
    height: auto !important;
    margin-left: 0;
    border: solid 1px #ccc;
}

.autocomplete_listItem
{
    cursor: default;
}

.autocomplete_highlightedListItem
{
    background-color: #ADADAD;
    color: White;
}


.comboListItem
{
    width: 435px;
}
.comboListItem a
{
    text-decoration: none;
    color: #fff;
}
.comboListItem a:hover
{
    text-decoration: none;
    color: #fff;
}
