.tx-indexedsearch-whatis {
    font-weight: bold;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 19px;
    font-size: 16px;
}

 .tx-indexedsearch-whatis + .tx-pagebrowse-pi1 {
    display:none;
}

.tx-indexedsearch-res h4 img {
    vertical-align: middle
}
.tx-indexedsearch-res img {
    margin-left: 8px;
}
.tx-indexedsearch-res .size {
    font-weight: normal;
    font-size: 14px;
}
.tx-indexedsearch-res .relevanz {
    font-size: 12px;
    line-height: 14px;
    margin-top: 12px;
}
.tx-indexedsearch-res .relevanz_text {
    width: auto;
    float:left;
    margin-right: 4px;
}
.tx-indexedsearch-res .relevanz_block {
    background-color: #CBCBCB;
    height: 11px;
    float: left;
    width: 100px;
    margin-top: 2px;
}
.tx-indexedsearch-res .relevanz_inner {
    background-color: #FB8A00;
    height: 11px;
}
.tx-indexedsearch-res .rating {
    width: auto;
    float:left;
    margin-left: 4px;
}



.browsebox {
    margin: 15px 0px 30px 120px;
}
#content .tx-indexedsearch-browsebox li {
    display: block;
    float:left;
    width: auto;
    padding: 0 5px 0 0;
}
ul.browsebox {
    display:block;
    height: 50px;
}

.tx-pagebrowse-pi1 {
    margin-top:1em;
    margin-bottom:2em;
}

#content .browsebox li.tx-indexedsearch-browselist-currentPage a {
    background: #FD8D03;
    color: white !important;
}
#content li.tx-indexedsearch-browselist-currentPage a:hover {
    text-decoration: none;
}

#content .browsebox li a {
    border: 1px solid #BFBFBF;
    height: 21px;
    display: block;
    float:left;
    width: 22px;
    text-align: center;
    color: black !important;
    line-height: 21px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -khtml-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    margin-right: 5px
}
#content .browsebox li a:hover {
    background: #FD8D03;
    color: white !important;
    text-decoration: none;
}