/* Ergänzt/ersetzt Styles, die mit ke_search 7.x aus dem Extension-Default-CSS entfernt wurden.
   ke_search bindet sein eigenes CSS zur Laufzeit per PageRenderer::addCssFile() ein, dadurch
   landet es im <head> immer NACH dieser Datei - Selektoren daher mit .tx-kesearch-pi1 verschärft,
   damit die Regeln unabhängig von der Ladereihenfolge gewinnen. */

.tx-kesearch-pi1 input[type="search"],
.tx-kesearch-pi1 select,
.tx-kesearch-pi1 textarea {
    padding: 0.3em 0.3em 0.3em 0.4em;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 2px;
    color: #2b2b2b;
}
.tx-kesearch-pi1 input[type="search"]:focus,
.tx-kesearch-pi1 input[type="search"]:hover,
.tx-kesearch-pi1 select:focus,
.tx-kesearch-pi1 select:hover,
.tx-kesearch-pi1 textarea:focus,
.tx-kesearch-pi1 textarea:hover {
    box-shadow: 0 0 3px #bbb;
    border: 1px solid #b2b2b2;
    color: #000;
}

/* Buttons */
.tx-kesearch-pi1 a.kesGreyButt,
.tx-kesearch-pi1 span.resetbutt a,
.tx-kesearch-pi1 span.submitbutt input,
.tx-kesearch-pi1 input.kesGreyButt,
.tx-kesearch-pi1 span.kesGreyButt {
    font-size: 1em;
    padding: 5px 10px;
    margin: 0 10px 10px 0;
    display: block;
    cursor: pointer;
    min-width: 70px;
    max-width: 140px;
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 2px;
    color: #444;
    text-align: center;
    text-decoration: none;
}
.tx-kesearch-pi1 span.submitbutt input,
.tx-kesearch-pi1 input.kesGreyButt[type="submit"] {
    min-width: 169px;
    max-width: 220px;
}
.tx-kesearch-pi1 span.resetbutt {
    float: left;
}
.tx-kesearch-pi1 span.resetbutt a:hover,
.tx-kesearch-pi1 span.submitbutt input:hover,
.tx-kesearch-pi1 input.kesGreyButt:hover,
.tx-kesearch-pi1 span.kesGreyButt:hover {
    text-decoration: none;
    cursor: pointer;
    background-color: #f8f8f8;
    border: 1px solid #c6c6c6;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    color: #222;
}

/* Suchfeld */
.tx-kesearch-pi1 div.kesearchbox {
    position: relative;
    height: 35px;
    margin: 0 0 20px;
}
.tx-kesearch-pi1 #ke_search_sword {
    position: absolute;
    top: 1px;
    width: 236px;
    height: auto;
    padding: 8px 40px 7px 9px;
    margin: 0;
    display: inline;
}

/* Filter */
.tx-kesearch-pi1 #kesearch_filters .list li.optionCheckBox {
    float: left;
    width: 200px;
    margin-bottom: 4px;
}

/* Ergebnisliste */
.tx-kesearch-pi1 #kesearch_num_results {
    color: #898989;
    float: left;
}
.tx-kesearch-pi1 #kesearch_results {
    clear: both;
    margin-top: 20px;
}
.tx-kesearch-pi1 #kesearch_results .teaser_icon img {
    float: left;
    margin-top: 2px;
    margin-right: 5px;
}

/* Pagebrowser */
.tx-kesearch-pi1 #kesearch_pagebrowser_top,
.tx-kesearch-pi1 #kesearch_pagebrowser_bottom {
    color: #707070;
}
.tx-kesearch-pi1 #kesearch_pagebrowser_top .pages_total,
.tx-kesearch-pi1 #kesearch_pagebrowser_bottom .pages_total {
    padding: 8px 0;
    background: #fff;
    margin-bottom: 15px;
}
.tx-kesearch-pi1 #kesearch_pagebrowser_top .pages_total { border-bottom: 1px solid #ccc; }
.tx-kesearch-pi1 #kesearch_pagebrowser_bottom .pages_total { border-top: 1px solid #ccc; }
.tx-kesearch-pi1 #kesearch_pagebrowser_top a,
.tx-kesearch-pi1 #kesearch_pagebrowser_bottom a { padding: 3px; }
.tx-kesearch-pi1 #kesearch_pagebrowser_top a.current,
.tx-kesearch-pi1 #kesearch_pagebrowser_bottom a.current {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

/* Sortierung */
.tx-kesearch-pi1 #kesearch_ordering div.ordering {
    float: right;
    max-width: 300px;
}
