@import url('https://fonts.googleapis.com/css?family=Cuprum|Open+Sans+Condensed:300|Roboto:300,400');

#hsuggest {
	position: relative;
	z-index: 101;
	text-align: left;
	top:-30px;
	left: 39px;
}

#suggest {
	font-weight: 400;
	font-size: 22px;
	position: absolute;
	min-width: 30em;
	max-width: 100%;
	margin-top: 0px;
	background: #fff;
	border-left: 1px solid #7f9db9;
	border-top: 1px solid #7f9db9
}

#suggest .nav-source {
	position: relative
}

#suggest .nav-source a {
	text-decoration: none!important
}

#suggest .nav-source a span.link {
	text-decoration: underline;
	color: #1a3dc1!important
}

#suggest .nav-source a:hover span.link {
	text-decoration: underline;
	color: #f00!important
}

#suggest .nav-source span.info {
	color: #666
}

#suggest .b {
	position: relative;
	z-index: 1
}

#suggest .bg {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	background: #fff
}

[id^=suggest] #suggest .bg {
	display: block
}

#suggest ul {
	background: #fff
}

#suggest li {
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	line-height: 1px;
	white-space: nowrap;
	border-right: 1px solid #7f9db9
}

#suggest ul li a {
	display: block;
	text-decoration: none;
	font: 14px "Roboto", Tahoma, monospace;
	color: #000;
	background: url()
}

#suggest li a:hover {
	text-decoration: underline;
	color: #f00
}

#suggest li div,
#suggest li b {
	display: block;
	overflow: hidden;
	padding: .05em 8px .1em
}

#suggest li b b {
	font-weight: 400;
	padding: 0
}

#suggest li div {
	font: bold 11px/16px Tahoma, "Courier New", monospace;
	color: #060
}

#suggest li div span {
	cursor: pointer;
	border-bottom: 1px dashed
}

#suggest .s {
	background: #fdedaf
}

#suggest .c {
	font: 11px/16px Tahoma, Verdana, sans-serif;
	position: absolute;
	top: 100%;
	left: -1px;
	right: 0;
	padding-right: .5em;
	height: 1.5em;
	background: #999
}

#suggest .c b {
	position: absolute;
	top: 1.5em;
	right: 1px;
	left: 1px;
	line-height: 0;
	border-bottom: 1px solid #999
}

#suggest .c b b {
	top: 1px
}

#suggest .c a {
	color: #fff
}

#suggest .c .h2 {
	float: right
}

#suggest .nav-source b.cm {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis
}