@CHARSET "UTF-8";

.googleAutocompleteBox {
	position: relative;
}

.googleAutocompleteBox input[type="text"].dropdownShadow {
    outline: none;
}

/* popup styles */

.ui-autocomplete {
    border: 0;
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    behavior: url("js/lib/PIE-2.0.beta1.htc");
}

.ui-autocomplete:after {
    height: 30px;
    border: none;
    background: #F0FAFF url('../images/poweredByGoogle.png') no-repeat right center;
    background-size: 114px 16px;
    display: block;
    content: " ";
}

.ui-menu .ui-menu-item {
    list-style-image: none !important;
}

.ui-menu .ui-menu-item a {
    color: #303030;
    background-color: #ffffff;
    text-decoration: none;
    font-family: HelveticaNeue47LtCn;
    font-weight: lighter;
    font-style: normal;
    font-size: 18px;
    height: 18px;
    padding: 5px 0 5px 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ui-menu .ui-menu-item a:hover,
.ui-menu .ui-menu-item a.ui-state-focus{
    color: #fff;
    background-color: #7ca0ff;
}

/* end popup styles */
