﻿div.suggestions {
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	height:18px;
	line-height:18px;
	cursor:pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FDFDFD;
	border-right-color: #E8EAEA;
	border-bottom-color: #E8EAEA;
	border-left-color: #FDFDFD;
	background-color: #E7E6E2;
}

div.suggestions div {
	cursor: default;
	background-color: #FCFCFA;
	height:18px;
	line-height:18px;
	cursor:pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FDFDFD;
	border-right-color: #E8EAEA;
	border-bottom-color: #E8EAEA;
	border-left-color: #FDFDFD;
	color: #999999;
}
div.suggestions div.current {
    background-color:#E4F2F8;
    color: #1379F7;
}
