.dropSearchList {
	z-index: 100;
	position: absolute;
	border: 1px solid #ccc;
	background-color:#eee;
	font-size: 1em;
	top: 40px;
	width: 250px;
}

.dropSearchList a, .dropSearchList p, .dropSearchList img, .dropSearchList h3, .dropSearchList ul {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	color: #000;
}

.dropSearchList a {
	color: #eee;
	text-decoration: none;
}

.dropSearchList a:hover {
	color: #000;
	text-decoration: none;
}

.dropSearchList .title {
	font-size: 14px;
	background-color:#593525;
	color: #fff;
	padding: 10px;
	text-align: left;
}

.dropSearchList .title a {
	color: #fff;
}

.dropSearchList .title b {
	display:block;
	margin-right:24px;
}

.dropSearchList .title b a {
	display:block;
	padding:2px 0;
	font-size: 11px;
	padding-left: 4px;
/*	background: url(http://www.google.com/uds/css/small-logo.png) no-repeat bottom right;*/
}

.dropSearchList .title b a:hover {
	background-color: #666;
}

.dropSearchList .title b a u {
	text-decoration: none;
	float: right;
	margin: 0 60px 0 0;
	color: #ccc;
	font-size: 10px;
}

.dropSearchList .title span {
	display:block;
	float:right;
	width:24px;
/*	background: #444;*/
	color: #ccc;
}

.dropSearchList .title span a {
	font-size: 11px;
	display:block;
	padding:2px 0;
	color: #aaa;
	text-align: center;
}

.dropSearchList .title span a:hover {
	display:block;
	color: #aaa;
	background: #3d2013;
}

.dropSearchList ul {
	list-style: none;
	clear:both;
}

.dropSearchList ul li {
/*	height: 54px;
	overflow:hidden;
	border-top: 1px solid #ccc;*/
}

.dropSearchList li a {
	display: block;
	padding: 7px 4px;
}

.dropSearchList li.alt a {
/*	background: #ccc;*/
}

.dropSearchList li a.hover, .dropSearchList li.alt a.hover {
	background: #ddd;
}

.dropSearchList h3 {
	font-size: 11px;
	margin-right: 4px;
	font-weight: bold;
/*	height: 16px;
	overflow:hidden;*/
}

.dropSearchList p {
	font-size: 11px;
	margin-left: 12px;
/*	line-height:13px;*/
}

.dropSearchList h3 b, .dropSearchList p b {
	color: #0b8261;
}












 .noresults {
	padding:10px 0;
	margin:0px 0 0 0;
	float:left;
	clear:both;
	width:100%;
	background-color:#eee;
	text-align:center;
	border-top:1px solid #ccc;
}