div.searchlight-balloon {
	width:  300px;
}
table.searchlight-results {
    border-collapse: collapse;
    font:  normal 13px/20px arial, helvetica,sans-serif;
    width: 300px;
}
div.searchlight-results-wrapper {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    border:  1px solid #cccccc;
    width:  300px;
    background-color:  #fff;
    overflow:  hidden;
}
table.searchlight-results th,
table.searchlight-results td {
    padding: 2px;
}
table.searchlight-results .searchlight-header-text,
table.searchlight-results .searchlight-result-text {
    white-space: nowrap;
}

table.searchlight-results th {
    display: none;
}
table.searchlight-results td {
    border-top:  1px solid #cccccc;
}
table.searchlight-results td .searchlight-result-item {
    padding: 1px 0;
}
table.searchlight-results tr {
    cursor: pointer;
}
table.searchlight-results tr.searchlight-selected th,
table.searchlight-results tr.searchlight-selected td {
    background: #009ee0;
    color: #ffffff;
}
table.searchlight-results .searchlight-result-icon {
	width:  40px !important;
	height:  40px !important;
	float:  left;
    margin-right: 4px;
    vertical-align: text-top;
}
table.searchlight-results tr.searchlight-spacer-row td {
	display:  none;
    height: 0px;
    border: none;
}

