/*FORM::HEAD*/
#Search label {
    color:#fff;
    font-size:0.8em;
}
#Search .input_top {
    width:150px;
    border-radius:0!important;
//    height:10px!important;
    font-size:0.8em!important;
}
#Search .searchimage {
    height:20px!important;
    vertical-align:top;
}
/*FULL*/
.full-search {
    margin-left:20px;
    margin-right:20px;
}
/*FACET-LIST*/
.facet-list {
    float:left;
    width:200px;
}
.facet-list li {
    list-style-image:url("/extension/ezflow/design/ezflow/images/li-bullet.gif");
    font-size:0.8em;
}
.facet-list strong {
}
.facet-list a {
    color:#000;
}
/*SEARCHCONTROLS*/
#search_controls {
    float:left;
    margin-right:10px;
    width:200px;
}
#search_controls legend {
    font-size:1em;
    line-height:1em;
    margin-bottom:0;
}
/*SEARCHRESULT*/
#search_results {
    float:left;
}
#search_results .percent{
    width:110px;
    float:left;
}
#search_results .breadcrumb_only,
#search_results .date {
    font-size:0.8em;
}
#search_results .date {
    width:110px;
    float:left;
}
#search_results .title {
    font-weight:bold;
}
#search_results .attribute-image {
    float:left;
    margin-right:10px;
    width:100px;
}
#search_results .text {
    float:left;
    max-width:600px;
}
/*BLOCK*/
.block-search_classic input[type="text"],
.block-Search input[type="text"] {
    max-width:190px;
}
.block-search_classic form,
.block-Search form {
    margin:0;
}

