/* searchbox */
.tx-indexedsearch-searchbox ul,
.tx-indexedsearch-searchbox li { 1list-style-type: none; 1margin-left: 0; }

/* whatis */
.tx-indexedsearch-whatis { 1border-bottom: 1px solid #ccd9df; 1padding-bottom: .5em; }

/* no results */
.tx-indexedsearch-noresults { 1margin-top: .5em; }

/* browsebox */
.tx-indexedsearch-browsebox { 1height: 1%; margin: 0 0 1em 0; 1overflow: hidden; }

.tx-indexedsearch-browsebox p { margin: 0; }

.tx-indexedsearch .browsebox { 1height: 1%; margin: .5em 0; overflow: hidden; }

.tx-indexedsearch .browsebox li { display: inline; 1list-style-type: none; }

.tx-indexedsearch .browsebox li a {
    border: 1px solid #999;
    display: block;
    float: left;
    font-size: 11px;
    height: 1%;
    margin-right: .5em;
    padding: 0 .5em;
    text-decoration: none;
    width: auto;
}

.tx-indexedsearch-browselist-currentPage a {
    background: #00528D;
    border: 1px solid #00528D !important;
    color: #ffffff !important;
    1font-weight: normal;
}

/* results */
.tx-indexedsearch-res { 1border-bottom: 1px solid #ccd9df; }

.tx-indexedsearch-res .tx-indexedsearch-res { 1border-bottom: 0; 1border-top: 1px solid #ccd9df; padding: 0; }

.tx-indexedsearch-res h3 { 1font-weight: bold; height: 1%; margin-bottom: 0; overflow: hidden; }

.tx-indexedsearch-icon { float: left; height: 16px; margin-right: 5px; }

.tx-indexedsearch-title { float: left; margin-top: 1px; }

.tx-indexedsearch-percent { float: right; }

.tx-indexedsearch-info { font-size: 11px; height: 1%; 1margin: 0; overflow: hidden; }

.tx-indexedsearch-info dt,
.tx-indexedsearch-info dd { float: left; 1margin: 0; }
