/* CSS Document */

.sugDiv{
	width:200px;
	height:auto;
	overflow-y:auto;
	overflow-x:hidden;
	border-style:solid;
	position:absolute;
	border-width:1px;
	background-color:white;
	padding:2px;
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: 000000;
	text-decoration: none;
	text-align:left;
}
.sugItem{
	border-width:0px;
	cursor:pointer;
	
}

.sugItemSel{
	background-color:#6386de;
	color:#FFFFFF;
	cursor:pointer;
}

.lastItem{
	text-align:right;
	vertical-align:text-bottom;
}