@CHARSET "UTF-8";
#suggestbox{
	position:absolute;
	font-size:16px;
	padding:1px;
	border:1px solid #E1DFD2;
	color:#4E463F;
	display:block;
	background: #F7F7F3;
	min-width:170px;
	float:left;
	overflow:hidden;
}
#suggestbox a{
	display: block;
	margin:0 0px;
	padding:5px 5px;
	min-width:164px;
	font-size:14px;
	font-weight:normal;
	border-bottom:1px solid #FFFFFF;
	cursor:pointer;
}
#suggestbox a:hover, #suggestbox a.active{
	background-color:#FFFFFF;
}
#suggestbox a.last{
	border:none;
}

#suggestbox.search {
	background-color: #CCE2AB;
	margin-left:15px;
	padding-top:0;
	border:none;
}

#suggestbox.search a{
	background-color: #B2D281;
	color:#3B5D14;
	font-size:14px;
	font-weight:normal;
	border-bottom:1px solid #CCE2AB;
}

#suggestbox.search a:hover, #suggestbox.search a.active{
	background-color: #E6F2D4;
	color:#3B5D14;
}

.loading_animation{
	background: url(../img/bg/loading/loading.gif) center center no-repeat;
	width:100%;
	height:350px;
}
a.profile_thumb{
	height:50px;
	width:50px;
	text-align:center;
	vertical-align:middle;
	display: table-cell;
	background:transparent url(../img/bg/slightshow/slightshow_small.gif) no-repeat scroll 0%;
}
