div.live-search-results {
	z-index:1000;
	overflow: auto;
	padding: 5px 0;
	background: #F0EDE6;
	border: 1px solid #A9A9A9;
	border-width: 0 1px 1px 1px;
}

	div.live-search-results h4 {
		color:#333;
		font-size:1.1em;
		padding-left:5px;
		background:#ccc;
		margin-bottom:2px;
	}

	div.live-search-results ul{
		list-style: none;
		margin-bottom:5px;
	}

		div.live-search-results ul li{
			padding: 5px 0;
			text-align:left;
		}

		div.live-search-results ul a{
			color: #666;
			display: block;
			font-size: 1.4em;
			text-decoration: none;
			background: url(../images/arrow_right.gif) no-repeat 15px 4px;
			padding-left: 25px;
			line-height: 120%
		}

		div.live-search-results ul a:hover{
			color:#000;
			text-decoration: underline;
		}

		div.live-search-results li.selected a {
			color:#000;
			text-decoration: underline;
		}

