.nexus-container{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFFFFF;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #D9D9D9;
	-webkit-box-shadow:0 2px 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	font-family: Arial,sans-serif;
	overflow: hidden;	
	position: absolute !important;
	z-index: 1000;
}
.nexus-item {
	border-top: 1px solid #E6E6E6;
	line-height: 27px;
	overflow: hidden;
	padding: 0 5px 0 25px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #000000 !important;
	font-size: 13px;
	background: url("markers-autosuggest.png") 5px 5px no-repeat;
	margin-left: 0px !important;
}
.nexus-item-hover{
	background-color:#FAFAFA;
	background-position: 5px 5px;
}

.nexus-item-selected{
	background-color:#EBF2FE !important;
	background-position: 5px -35px !important;
}

.nexus-item a{
	margin: 4px 0 3px 0;
	display:block;
	text-decoration:none; 
	color:#000000 !important;
}

.nexus-item-smaller{font-size: 9px;}
.nexus-item-black{font-weight:bold;}
