@charset "utf-8";
/* Custom Typeahead CSS by PL */
   .ui-helper-hidden-accessible {
            border: 0;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        #usasearch_sayt .ui-corner-all {
            -webkit-border-radius: 0px !important;
            -moz-border-radius: 0px !important;
            border-radius: 0px !important;
        }

        #usasearch_sayt .ui-menu a {
            color: #3e95d5 !important;
            font-size: .9em;
        }

        #usasearch_sayt .ui-autocomplete .ui-menu-item {
            border-top: 1px #f2f2f2 solid;
            padding-bottom: 3px !important;
        }

        #usasearch_sayt .ui-autocomplete ul li:first-child {
            border-top: none;
            padding-top: 0;
        }

        #usasearch_sayt .ui-autocomplete ul li:last-child {
            border-top: none;
            padding-bottom: 0;
        }
/** end of Typeahead **/		

