.mfilter-search-live-filter {
	display: table-cell;
	float: left;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	z-index: 100;
}
.mfilter-search-live-filter .tt-menu {
	width: 100%;
	background: #fff;
}
.mfilter-search-live-filter .tt-menu .tt-dataset {
	border: 1px solid #ccc;
	overflow-x: hidden;
	overflow-y: auto;
}
.mfilter-search-live-filter .tt-menu .tt-suggestion {
	border-top: 1px solid #efefef;
	padding: 6px 10px;
	cursor: pointer;
}
.mfilter-search-live-filter .mslf-loading {
	background-image: url('./spin.gif');
	width: 18px;
	height: 18px;
	position: absolute;
	right: 7px;
	top: 11px;
	z-index: 30;
}
.mfilter-search-live-filter .tt-menu .tt-suggestion:hover,
.mfilter-search-live-filter .tt-menu .tt-suggestion:hover small {
	color: #fff;
	background: #df381a;
}
.mfilter-search-live-filter .tt-menu .tt-suggestion:first-child {
	border-top: none;
}
.mfilter-search-live-filter .tt-menu .tt-suggestion table {
	width: 100%;
}
.mfilter-search-live-filter .tt-menu .tt-suggestion img {
	margin-right: 10px;
}
.mfilter-search-live-filter .tt-menu .tt-suggestion small {
	display: block;
	color: #8c8c8c;
}
.mfilter-search-live-filter .tt-menu .tt-suggestion small > strong {
	font-weight: normal;
}
.mfilter-search-live-filter .tt-menu .tt-suggestion .mslf-price {
	font-weight: bold;
	padding-left: 10px;
}
.mfilter-search-live-filter .msf-button-more {
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 5px 0;
	border: 1px solid #efefef;
	border-top: none;
}
.mfilter-search-live-filter .msf-header {
	text-align: center;
	margin: 0;
	font-weight: normal;
	padding: 8px 0;
	font-size: 18px;
	display: block;
	background: #efefef;
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
}