/* ---- AUTOCOMPLETER ------------------------------------- */

div.updater
{
	background-color: white;
	border-top: 0;
	z-index: 1000;
}

div.updater ul
{
	background-color: white;
	border: 1px solid #c0c0c0;
	border-top: 0;
	margin: -1px 0px 0px 0px;
	padding: 0;
	list-style: none;
	float: left;
	clear: none;
	-moz-opacity: 1;
	opacity: 1;
}

div.updater li
{
	position: relative;
	float: left;
	clear: both;
	width: 128px;
	padding: 2px 0px 0px 0px;
	color: black;
	border-top: 1px solid #eeeeee;
	border-bottom: 0;	
}

div.updater li.game
{
	padding: 0;
}

div.updater li#master
{
	text-align: left;
	background-image: none;	
	min-height: 0px;
	height: auto !important;
	height: auto;
}


div.updater li:hover,
div.updater li.selected
{
	background: #3a69f4;	
	border-top: 1px solid #ffc;
}

div.updater li.selected span.title span
{
	color: white;
}

div.updater li.selected span.title span.platform
{
	font-weight: normal;
	color: #c0c0c0;
}

div.updater li span,
div.updater li img
{
	display: block;
	float: left;
}

div.updater li img
{
	float: left;
	clear: none;
	padding: 1px;
	margin-left: 3px;
	margin-bottom: 2px;
}

div.updater li img.user
{
	width: 17px;
	height: 17px;
}

div.updater li img.group
{
	width: 18px;
	height: 24px;
}

div.updater li.game
{
	padding: 3px 5px;
}

div.updater li.game span
{
	display: inline;
	float: none;
}

div.updater li.game span.title span.platform
{
	font-size: 80%;
	color: #c0c0c0;
}

div.updater li span.value
{
	display: none;
}

div.updater li div
{
	float: left;
	clear: none;
	width: 148px;	
	padding-top: 2px;
	margin-left: 3px;
	margin-bottom: 3px;
}

div.updater li.game div
{
	width: 114px;
}

div.updater li div span
{
	clear: both;
	line-height: 1em;
}

div.updater li div span span
{
	display: inline;
	float: none;
	background-color: #f1f176;
	border: 1px solid #dada5f;	
	color: #4f4f3b;
	font-weight: bold;
	line-height: 1.4em;
	padding: 0;
}

div.updater li div span.group,
div.updater li div span.user
{
	overflow: hidden;
	line-height: 1em;
}

div.updater li div span.user
{
	margin-top: 0px;
}

div.updater li div.group span.members
{
	font-size: 90%;
	color: #c0c0c0;
}

div.updater li.last
{
	border-bottom: 0;
}

div.updater li.first
{
	border: 0;
	padding: 0;
	margin: 0;
	display: none;
}

div.updater li a
{
	display: block;
	float: left;
	clear: both;
	margin: 0px 0px 2px 7px;
	width: 126px;
}

/* ---- AJAX updater ----------------------------- */

div#game-search-list.updater
{
	display: block;
	padding: 0;
	z-index: 901;
	margin: 10px 0px 0px 6px;
	background-color: white;
	width: 360px !important;
	border: 1px solid #c0c0c0;
}

div#game-search-list.updater img.corner
{
	position: absolute;
	top: -10px;
	left: -1px;
}

div#game-search-list.updater ul,
div#game-search-list.updater ul li,
div#game-search-list.updater ul li a
{
	float: left;
	clear: both;
	position: relative;
	width: auto !important;
	margin: 0;
	padding: 0;
	border: 0;
}

div#game-search-list.updater ul
{
}

div#game-search-list.updater ul li
{
	width: 100%;
}

div#game-search-list.updater ul li.first-one a
{
	padding-top: 6px;
}

div#game-search-list.updater ul li.last a
{
	padding-bottom: 8px;
}

div#game-search-list.updater ul li.last
{
	border-bottom: 1px solid #eeeeee;
}

div#game-search-list.updater ul li.more a
{
	padding-top: 4px;
	padding-bottom: 4px;
}

div#game-search-list.updater ul li span,
div#game-search-list.updater ul li a,
{
	display: block;
	float: left;
}

div#game-search-list.updater ul li a abbr
{
	float: left;
	display: block;
	width: 44px;
	margin: 2px 3px 0px 0px;
	text-align: center;
}

div#game-search-list.updater ul li span.title
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 58px;
	text-align: right;
	color: black;
	font-weight: bold;
	padding-right: 3px;
	padding-top: 6px;
}

div#game-search-list.updater ul li a
{
	margin-left: 64px;
	background-color: #f9f9f9;
	padding: 2px 4px;
	border-left: 1px solid #dedede;
	width: 287px !important;
}

div#game-search-list.updater ul li.selected
{
	cursor: pointer;
}

div#game-search-list.updater ul li.selected a
{
	color: white;
	text-decoration: none;
	background-color: transparent;
}

div#game-search-list.updater ul li a span
{
	display: inline;
	float: none;
	color: #6b6b6b;
	font-size: 90%;
}

div#game-search-list.updater ul li.selected a span
{
	color: #abbff9;	
}