/* SEARCH FORM */

#tb-suggest{
	display: none;
	position: relative;
	float:left;
	width: 250px;
	z-index: 610;
	background-color: #FFF;
	border: 1px solid #CCC;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-top: none;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

#tb-suggest ul{
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
}

#tb-suggest ul li{
	list-style: none;
	padding: 10px;
	font-size: 0.8em;
	clear: both;
	position:relative;
	display: block;
	float: left;
}

#tb-suggest ul li:hover,
#tb-suggest .search-for:hover {
	background-color: #333;
	cursor: pointer;
}

#tb-suggest ul li:hover a,
#tb-suggest .search-for:hover a{
	color: #FFF;
}

#tb-suggest .imagecache-suggest_search{
	width: 37px;
	margin-right: 10px;
	vertical-align: center;
	position: relative;
	float: left;
}

#tb-suggest .suggestion{
	position: relative;
	float: left;
	display: block;
	width: 181px;
}

#tb-suggest .suggest-description{
	font-size: 0.9em;
}

#tb-suggest .search-for{
	border-top: 1px solid #EAEAEA;
	padding: 10px;
	position: relative;
	float: left;
	width: 100%;
}
