#mainmenu_search {
    background-image: url("images/btn-cerca.png");
    background-position: 15px 19px;
    background-repeat: no-repeat;
    color: #747474;
    height: 64px;
    margin-right: 5px;
    padding-left: 30px;
    width: 170px;
}
.search-form {
    display: none;
}
#mainmenu_emb_div {
    color: #747474;
    display: inline-block;
    height: 38px;
    margin-right: 5px;
    padding-left: 10px;
    position: relative;
    width: 190px;
}
.embedded_search_input {
    background: none repeat scroll 0 0 #282828 !important;
    border: 0 none !important;
    color: #808080 !important;
    font-family: 'korolev_compressedbold',Verdana,sans-serif;
    font-size: 20px;
    left: 46px;
    position: absolute;
    top: 23px;
    width: 160px;
}
#search_icon_div {
    background: url("images/btn-cerca.png") no-repeat scroll 3px 20px rgba(0, 0, 0, 0);
    cursor: default;
    display: inline-block;
    height: 64px;
    width: 30px;
}
.srcradiodiv {
    font-family: 'korolev_compressedbold',Verdana,sans-serif;
    font-size: 15px;
    margin-top: -2px;
    padding-left: 13px;
}
.instant-search {
    background: none repeat scroll 0 0 #000000;
    display: none;
    left: 0;
    padding-bottom: 40px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
.instant-search-close {
    bottom: 0;
    cursor: pointer;
    float: right;
    font-family: 'korolev_compressedbold',Verdana,sans-serif;
    font-size: 22px;
    height: 20px;
    position: absolute;
    right: 0;
    width: 80px;
}
#block-views-exp-solr-index-search-page {
    width: 210px;
}
#edit-search-api-views-fulltext {
    border: 0 none;
    color:#808080;
    font-family: 'korolev_compressedbold',Verdana,sans-serif;
    font-size: 20px;
    margin-top: 15px;
    width: 170px;
    background:#282828;
}
#block-views-exp-solr-index-search-page .content {
    display: inline-block;
    width: 170px;
}
#wb-solr-index-search-div #block-views-exp-solr-index-search-page {
    display: none;
}
#edit-submit-solr-index-search {
    background: url("images/btn-cerca.png") no-repeat scroll 3px 20px rgba(0, 0, 0, 0);
    cursor: default;
    display: inline-block;
    height: 64px;
    width: 30px;
    border:0;
    margin-top:-7px;
    margin-left:7px;
}
.views-exposed-widgets {
    height: 64px;
    margin:0;
    padding-top:8px;
}
.views-exposed-form .views-exposed-widget {
    padding:0;
}
#views-exposed-form-solr-index-search-page-1 {
    height: 64px;
}
.no-results {
    font-size:18px;
}
.ui-autocomplete {
  z-index: 100000;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
}
.autocomplete-poster {
    float: left;
    width: 42px;
    margin-right: 5px;
}
.autocomplete-data {
    float:left;
}
.autocomplete-data {
    font-family: 'korolev_compressedbold',Verdana,sans-serif;
    text-transform:uppercase;
    font-size:18px;
}
.autocomplete-type {
    color:#D2AD00;
}
.autocomplete-title {
    color:#000;
}
.ui-autocomplete li a {
    padding: 3px !important;
    border: 1px solid #fff;
}
.ui-autocomplete .ui-state-focus {
  padding: 3px !important;
  margin: 0;
  border-radius: 3px;
  border: 1px solid #999999;
  background: #DADADA url("js/jquery-ui-1.10.4.custom/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
}
.ui-menu-item:last-child {
    background: #000;
}
.ui-menu-item:last-child .autocomplete-data {
    width:100%;
}
.ui-menu-item:last-child .autocomplete-title {
    color:#FFF;
    text-align:center;
}
.ui-menu-item:last-child:hover .autocomplete-title {
    color:#000;
}
#no-results-search {
    cursor:default;
}

