/* #HEADER TOP SEARCH */
.block-search {		
    position: relative;
}
.block.block-title {
    display: none;
}
.block.block-content {
    margin-bottom: 0;
}
.label {
    display: none;
}
#search_mini_form.form.minisearch .field.search .control {
    width: 100%;
}
.search-autocomplete {
    margin: -15px;
    overflow: hidden;
    position: absolute;
    top: 35px;
    width: 98%;
    z-index: 3;
}
.action.search {
    background: rgba(0, 0, 0, 0) url(../images/search-icon.png) no-repeat scroll 0 0;    
    border: 0 none;    
    cursor: pointer;  
    opacity: 1;
    position: absolute;  
    right: 7px;    
    text-indent: -800px;    
    top: 5px;
    width: 40px;   
}
.action.search span {
    color: transparent;
}
/* HEADER TOP SEARCH END */