div.searchlight-balloon {
	margin:23px 0 0 0;
	width:322px;
	z-index:99;
}
table.searchlight-results {
    border-collapse: collapse;
	font:normal 11px 'Lucida Grande', sans-serif;
	margin:15px 0;
    width: 100%;
}
table.searchlight-results tbody {
	padding:15px 0;
}
div.searchlight-results-wrapper {
	background:#3d3937;
	border:1px solid #69615f;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	box-shadow:#9b9999 0 0 20px;
 	-webkit-box-shadow:#9b9999 0 0 20px;
	-moz-box-shadow:#9b9999 0 0 20px;
	margin: -1px;
}
table.searchlight-results th,
table.searchlight-results td {
    padding:4px 15px;
}
table.searchlight-results th {
	text-align:right;
	white-space:nowrap;
}
table.searchlight-results th, table.searchlight-results td {
	color:#fff;
	font:normal 11px 'Lucida Grande', sans-serif;
}
table.searchlight-results tr {
    cursor: pointer;
}
table.searchlight-results tr.searchlight-selected th,
table.searchlight-results tr.searchlight-selected td {
    color: #fff;
}
.searchlight-result-text img {
	display:none;
}
.searchlight-result-text {
	color:#f7f7f7;
}
table.searchlight-results tr.searchlight-selected th,
table.searchlight-results tr.searchlight-selected td {
    background: #69615f;
    color: #fff;
}