.global-search {
	position: relative;
}

.global-search-form {
}

.global-search-form table {
	border: 0;
	border: 1px solid #999000;
	width: 100%;
	border-spacing: 0;
}

.global-search-form table td {
	padding: 0;
}

.global-search-input {
	padding-right: 14px;
	position: relative;
}

div.global-search-input input {
	width: 100%;
	height: 14px;
	line-height: 14px;
	display: block;
	padding: 7px;
	font-size: 14px;
	font-family: tahoma;
	background-color: #fff;
	border: 0;
}

.global-search-input input:focus {
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
	outline: none;
}

.global-search-input .global-search-preloader {
	position: absolute;
	width: 28px;
	height: 100%;
	background: transparent url('/shab/images/base/preloader16.gif') 50% 50% no-repeat;
	top: 0;
	right: 5px;
}

.global-search-select {
	position: relative;
	width: 210px;
}

.global-search-select span {
	cursor: pointer;
	display: block;
	border-right: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;

	height: 28px;
	line-height: 28px;
	font-size: 11px;
	font-weight: 700;
	background: #fff url('/shab/images/base/search_select.png') 100% 50% no-repeat;
	padding: 0 10px 0 10px;
}

.global-search-select ul {
	position: absolute;
	right: 0;
	left: 0;
	border: 1px solid #c2c2c2;
	background-color: #fff;
}

.global-search-select ul li {
	padding: 0 10px 0 10px;
	line-height: 200%;
	cursor: default;
}

.global-search-select ul li:hover {
	background-color: #ccc;
}

.global-search-button {
	display: block;
	padding: 2px 3px 1px 3px;
}

.global-search-button i {
	display: block;
	width: 22px;
	height: 25px;
	background: transparent url("/shab/images/base/search.png") top left no-repeat;
}

.global-search-button:hover i {
	background-position: bottom left;
}

.global-search-result {
	overflow: auto;
	margin-top: 5px;

}

.global-search-result .tab {
	margin: 5px 0 0 0;
}

.global-search-result h2 {
	display: block;
	float: left;
	position: relative;
	font-size: 11px;
	line-height: 100%;
	margin: 0 0 -1px 0;
	padding: 5px 10px;
	border: 1px solid #ccc;
	border-bottom-color: #fff;
	background-color: #fff;
}

.global-search-result ul {
	padding: 0;
	margin: 0;
	clear: both;
	background-color: #fff;
	border: 1px solid #ccc;
}

.global-search-result ul li {
	border-top: 1px solid #e7e7e7;
	color: #929292;
	list-style: none;
	margin: 0;
	padding: 5px 10px;
	font-size: 11px;
	line-height: 160%;
}

.global-search-result ul li:first-child {
	border: 0;
}

.global-search-result ul li h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.global-search-no-result {
	padding: 20px;
	text-align: center;
}

.global-search-box {
	position: fixed;
	z-index: 999000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
}

.global-search-wrap {
	padding: 20px;
	margin: 20px auto;
	width: 70%;
	min-width: 500px;
	max-width: 900px;
	background-color: #fff;
	display: block;
	box-shadow: 0 1px 5px #000;
	border-radius: 2px;
}

.global-search-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 998000;
}

.global-search-overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: .75;
	z-index: 998;
}

.global-search-head {
	height: 60px;
	margin: 0 0 20px 0;
	position: relative;
}

.global-search-title {
	text-align: center;
	line-height: 60px;
	font-size: 20px;
}

.global-search-logo {
	background: #fff url("/shab/images/base/search_logo.png") 0 0 no-repeat;
	width: 119px;
	height: 57px;
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
}

.global-search-close {
	background: #fff url("/shab/images/base/search_close_button.png") 0 -20px no-repeat;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	right: 0;
	top: 20px;
}
.global-search-close:hover{
	background-position: 0 0;
}
