/*### MOVIE SEARCH RESULT ###*/
.tx-indexedsearch-res{
	overflow: hidden;
	margin: 10px 0;
        padding-bottom: 10px;
}
.tx-indexedsearch-res .tx-indexedsearch-res{
        border-bottom: 1px solid gray;
}	
.tx-indexedsearch-res .icon{
	float: left;
	width: 20px;
	min-height: 10px;
	height: auto;
}

.tx-indexedsearch-res .icon img{
	width: 20px;
        height: auto;
}
.tx-indexedsearch-res .result-number{
	width: 100%;
        padding-bottom: 5px;
}
.tx-indexedsearch-res .title{
	width: 100%;
        padding-bottom: 5px;
}
.tx-indexedsearch-res .descr{
	width: 100%;
        padding-bottom: 5px;
}
.tx-indexedsearch-res .percent{
	width: 100%;
        padding-bottom: 5px;
}
.browsebox{
    margin: 0;
    padding: 0;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}

.tx-indexedsearch-redMarkup{
    color: #000!important;
    font-weight: bold;
    text-decoration: underline;
}