#searchupdate
{
	border: 1px solid #999;
	border-top-width: 0px;
	background: white;
	z-index: 1603;
/*	width: 122px !important; */
	min-width:122px; _width:122px;
}

#searchupdate A
{
	text-decoration: none;
}

#searchupdate UL
{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
}

#searchupdate .suggest-outer
{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #FFFFFF;
}

/*.suggestions {
	width: 100%;
}
*/

#searchupdate LI
{
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	cursor: pointer;
	white-space: nowrap;
}
	
#searchupdate LI.firstinclass
{
}

#searchupdate .suggest-header
{
	font-weight: bold;
}

#searchupdate .separator
{
	border-top: 1px solid #999;
	margin: 10px;
	margin-top: 12px;
	margin-bottom: 4px;
	padding-top: 12px;
}

#searchupdate .suggest-header-div
{
	padding: 5px 0 0;
	margin-left: 10px;
}

#searchupdate LI.selected
{
	background: #eee;
}

#searchupdate LI.selected A *
{
	color: black;
}

#searchupdate .suggest-header
{
	color: #8a8989;
	font-size: 1em;
	font-family: Arial,Helvetica,sans-serif;
}

#searchupdate .suggest-showlink:hover,
#searchupdate .suggest-hidelink:hover
{
	color: #a50019;
	border-bottom: 1px solid #a50019;
}

#searchupdate .suggest-hidelink,
#searchupdate .suggest-showlink
{
	background: url(../images/button_plus.gif) no-repeat 0px 4px;
	background-position: right;
	padding-right: 17px;
	color: #999;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
}

#searchupdate .suggest-hidelink
{
	background: url(../images/button_minus.gif) no-repeat 0px 4px;
	background-position: right;
	float: right;
}

.hidesuggestions .hidewhenhidden
{
	display: none;
}

.hidesuggestions .showwhenhidden
{
	display: block !important;
}

#searchupdate .showwhenhidden
{
	display: none;
}

#searchupdate .suggest-toplinks
{
	font-weight: bold;
	margin: 0;
	padding: 10px;
	padding-top:14px;
	padding-bottom: 6px;
}

.hidesuggestions .suggest-toplinks
{
	text-align: right;
	margin-bottom: 10px !important;
}

#searchupdate .nr-search-results
{
	float: right;
	margin-top: 3px;
	font-size: 12px;
	color: #8a8989;
}
		
#searchupdate .search-term
{
	font-size:1em;
	color:#3E3E3E;
}

