#jquery-live-search {
	
	background:url(../images/white_85.png) top left repeat transparent;
	color:#333;
	
	padding: 0;
	height: 400px;
	overflow: auto;

	position: absolute;
	z-index: 99;

	border: 1px solid #373a3f;
	border-width: 0 1px 1px 1px;

	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

#ajax_results {
	color:#333;
}

#ajax_results h3 {
	font-size:13px;
	line-height:100%;
}

#ajax_results h4 {
	font-size:13px;
	color:#fff;
	padding:5px 10px;
	background-color:#373a3f;
	margin:0;
}

#ajax_results .browse_row {
	padding:10px 10px 5px 40px;
	background:url(../images/lightbulb_small2.png) 10px 10px no-repeat transparent;
	border-bottom:1px solid #ccc;
	border-top:none;
}