/* added to ei.css 10/27/11 */

.search-suggestions {
	border: 1px solid #999;
	background-color: #eee;
	color: #666;
	font-family: lucida grande;
	font-size: 11px;
	line-height: 12px;
	width: 250px; 
}

#search-title {
	height: 15px;
	width: 230px;
	background-color: #999;
	color: #fff;
	margin: 0;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
}

#search-title a,
#search-title a:link,
#search-title a:visited,
#search-title a:active {
	text-decoration: none;
	color: #fff;
}

#search-title a:hover {
	text-decoration: none;
	color: #666;
}

.search-suggestions ul {
	list-style: none;
	margin:0;
	padding:0;
	width: 250px; 
}

.search-suggestions ul li {
	padding: 15px;
	list-style: none;
	width: 200px; 
	overflow: ellipsis;
}

.search-suggestions a,
.search-suggestions a:link,
.search-suggestions a:visited,
.search-suggestions a:active {
	text-decoration: none;
	color: #666;
}

.search-suggestions a:hover {
	text-decoration: none;
	color: #3f6fb7;
}

.search-suggestions a strong,
.search-suggestions a:link strong,
.search-suggestions a:visited strong,
.search-suggestions a:active strong {
	font-weight: bold;
	text-decoration: none;
	color: #222;
}

.search-suggestions a:hover strong{
	text-decoration: none;
	color: #134c91;
}

.search-suggestions ul li.selected { 
	color: #fff;
	background-color: #999;
}

