/* tags-finder plugin style */

#tags-finder-wrapper {
	position:absolute;
	z-index: 777;
	top: 33px;
	left: 0;
	width:200px;
	padding: 0;
	background:#fff;
	border:1px #ccc solid;
	box-shadow:0px 0px 6px #ccc;
	-moz-box-shadow:0px 0px 6px #ccc;
	-webkit-box-shadow:0px 0px 6px #ccc;
}

#tags-finder-wrapper ul {
	margin: 0;
	height: auto;
}

#tags-finder-wrapper ul li {
	border: 0 none;
	list-style: none outside;
	padding: 0;
	margin-bottom: 0;
	clear: both;
	float: none;
	height: auto;
}



#tags-finder-wrapper li.tf-selected a,
#tags-finder-wrapper li:hover a {
	background:#23b9e4;
	color: #fff;
	text-decoration: none;
}

#tags-finder-wrapper li a {
	display: block;
	font-size: 13px;
	padding: 4px 10px;
	line-height: 1.2;
	text-transform: none;
	float: none;
	height: auto;
	color: #23b9e4;
	text-shadow: none;
	clear: both;
	text-align: left;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}

#searchform {
	position: relative;
}

.ajax-search-img {
	background: #666;
	display: none;
	position: absolute;
	z-index: 999999;
	right: 47px;
	top: 12px;
}
