@charset "utf-8";
/* CSS Document */

div.search_actions {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 70px;
	background: none;
}
div.search_actions ul.actions li.profile {
	width: 70px;
	background: none;
	height: 20px;
}
div.search_actions ul.actions li.profile a {
	background: none;
	color:#FF5FA9;
	font: 12px/14px Tahoma, Geneva, sans-serif;
	text-decoration:none;
	padding: 0px;
	display: block;
	height: 20px;
}
div.search_item {
	width: 350px;
	float: left;
	overflow: hidden;
	margin-right: 10px;
	border: 1px solid #000;
	position: relative;
}

