/* -----------------------------------------------------------------------------
 * Caskade Style Sheet : jquery.suggest.css
 * Last Modified on 2013/02/12
 ----------------------------------------------------------------------------- */
.ac_results {
	border: 1px solid gray;
	background-color: white;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	overflow:hidden;
	width:300px;
	z-index: 20000;
	display: none;
	overflow: hidden;
}

.ac_results li {
	padding: 2px 5px;
	white-space: nowrap;
	color: #101010;
	text-align: left;
}

.ac_over {
	cursor: pointer;
	background-color: #AAAAAA;
}

.ac_match {
	text-decoration: none;
	color: black;
}
.border-line {
	color: black;
	border-top : solid 1px black;
}
.switch_bar {
	border: 1px solid gray;
	position: absolute;
	text-align : right;
	width:300px;
	z-index: 1;
	display: none;
	background-color: #ffffff;
}
