/* Suggest Box */

.choose_parent
{
	margin-left: 1em;
}

.suggest_box
{
	position: absolute;
	top: -2px;
	left: 1px;
	border: 1px solid #9DA0A6;
	width: 210px;
}

.suggest_box.rel
{
	left: 210px;
	top: -18.2px;
}

.suggest_box a
{
	display: block;
	cursor: default;
	white-space: nowrap;
	position: relative;
	width: 210px;
}

.suggest_box a span
{
	display: block;
}

.suggest_box a:hover, .suggest_box a.hover
{
	text-decoration: none;
}

.suggest_box a.hover, .suggest_box_text.selected
{
	color: #000000;
	background: #ECF0FA;
}

.suggest_box a.expands span
{
	background-image: url('generated/icons/expands.png');
	background-position: right center;
	background-repeat: no-repeat;
}

.suggest_box a.no_results
{
	font-style: italic;
}

.suggest_box a.loading
{
	font-size: 10.2px;
	font-weight: bold;
	padding: 0.2em 0;
}

.suggest_box a.create_new
{
	font-size: 10.2px;
	font-weight: bold;
	color: #0000DD;
	padding: 0.2em 0;
	cursor: pointer;
	cursor: hand;
}

.suggest_box a:hover.create_new
{
	text-decoration: underline;
}


.suggest_box_container
{
	position: relative;
	z-index: 1;
}

.suggest_box_text
{
	width: 210px;
}

.under
{
	position: relative;
}