.spotlight-result{
	position: absolute;
	z-index: 9999;
	display: none;
	background-color: #e4e4e4;
	border: 1px solid #a0a0a0;
	overflow-x: hidden;
	-moz-box-shadow: #7d7b7b 5px 5px 5px;
	-webkit-box-shadow: #7d7b7b 5px 5px 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
}

.spotlight-result-title{
	background-color: #a0a0a0;
	color: #ffffff;
	padding: 5px;
}

.spotlight-result-item{
	padding: 5px;
}

.spotlight-selected{
	color: red;
	background-color: #b7b7b7;
	color: #ffffff;
}

.spotlight-visible{
	display: block;
}

.spotlight-hidden{
	display: none;
}

.spotlight-result-image{
	height: 50px;
	background-position: center center;
	background-repeat: no-repeat;
}

.spotlight-result-image-text{
	padding-left: 5px;
}

.spotlight-result-clear{
	clear: both;
}