#search_block_top {
	cursor: pointer;
	display: block;
	float: right;
	padding: 0 25px 0 20px;
	position: relative;
	right: 0;
}
.header_user_info .icon-search {
	display: block;
	margin: 0 auto 5px;
	display: block
}
#search_block_top .nameSearch {
	cursor: pointer;
	font-size: 13px;
	display: block
}
.rtl #search_block_top {
	left: 10px;
	right: auto;
}
#search_block_top .icon-search {
	display: block;
	margin: 5px auto auto;
	text-align: center;

}
.popup-over {
	position: relative;
}
.popup-over .popup-content {
	min-width: 140px;
	padding: 5px;
	position: absolute;
	top: 28px;
	display: none;
	z-index: 1000;
	right: -125px;
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
}
.rtl .popup-over .popup-content {
	left: 0;
	right: auto;
}
.popup-over .popup-content a {
	color: #6d6d6d;
}
#search_block_top .popup-content {
	min-width: 280px;
}
form#searchbox {
	z-index: 10;
	background: #e0e7e9 none repeat scroll 0 0
}
form#searchbox label {
	color: #6d6d6d;
}
form#searchbox input.search_query {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #dddddd;
	color: #5c5c5c;
	height: 45px;
	margin: 4px 0;
	padding: 5px 3px;
}
form#searchbox button {
	background: transparent none repeat scroll 0 0;
	border: medium none;
	color: #000;
	height: 40px;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 14px;
	width: 35px;
}
#search_block_top button.icon-search {
	color: #000;
	height: 40px;
	margin-top: -5px;
	padding-left: 7px;
	width: 35px;
}
.rtl form#searchbox button {
	left: 10px;
	right: auto;
}
form#searchbox button:hover {
	color: black;
}
.ac_results li {
	color: #686666;
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
	padding: 0 10px;
}
.ac_results li.ac_odd {
	background: white none repeat scroll 0 0;
}
.ac_results {
	background-color: white;
	border: 1px solid #ccc !important;
	overflow: hidden;
	padding: 0;
	text-align: left;
	z-index: 99999;
	width: 293px !important;
}
.ac_results ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%
}
.ac_results li {
	cursor: default;
	display: block;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
	overflow: hidden;
	padding: 2px 5px;
}
.ac_odd {
	background-color: #eee;
}
.ac_over {
	background-color: #eee !important;
}


