.smartSearch-suggestions {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #fff none repeat scroll 0 0;
	border-color: #ccc;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	cursor: default;
	display: none;
	max-height: 387px;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	text-align: left;
	z-index: 9999;
	/*bottom: 100%;*/
}
#Searchresultdiv{
	position: relative;
}

.smartSearch-img {
	width: 52px;
	height: 52px;
}

.smartSearch-right {
	padding-left: 12px;
	padding-top: 6px;
}

.smartSearch-entry {
	padding: 12px;
	border-bottom: 1px solid #ccc;
}

.smartSearch-entry.selected {
	background-color: #d6ebe9;
	cursor: pointer;
}

.smartSearch-channelTitle {
	font-weight: bold;
	font-size: 16px;
}

.smartSearch-spinner {
	position: absolute;
}