div.search-top {
	width: 16%;
	height: 27px;
	position: absolute;
	top: 10px;
	right: 175px;
	z-index: 1001;
}
div.search-top div.search-container {
	margin: 0px 20px 0px 20px;
	position: relative;
}
div.search-top div.search-input {
	width: 100%;
	background: #ffffff;
	border: #757575 1px solid;
	position: absolute;
	top: 0px;
	right: 0px;
}
div.search-top div.search-input div {
	padding: 4px 24px 4px 4px;
}
div.search-top div.search-input input {
	width: 100%;
	background: transparent;
	border: 0px;
}
div.search-top div.search-button {
	width: 25px;
	height: 25px;
	background: url('/search/button.png') 50% 50% no-repeat;
	position: absolute;
	top: 1px;
	right: 1px;
	cursor: pointer;
	opacity: 0.75;
}
div.search-top div.search-button:hover {
	opacity: 1;
}
div.search-top div.search-load {
	width: 25px;
	height: 25px;
	background: url('/search/load.gif') 50% 50% no-repeat;
	position: absolute;
	top: 1px;
	right: 1px;
	display: none;
}
div.search-top.load div.search-button {
	display: none;
}
div.search-top.load div.search-load {
	display: block;
}
div.search-top div.search-items {
	width: 250%;
	height: 420px;
	background: #ffffff;
	border: #757575 1px solid;
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.5);
	position: absolute;
	top: 26px;
	right: 0px;
	overflow-x: hidden;
	overflow-y: scroll;
	display: none;
}
div.search-top div.search-items div.item {
	padding: 4px 4px 0px 4px;
}
div.search-top div.search-items div.item a {
	height: 40px;
	color: #757575;
	padding: 4px 4px 4px 44px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	display: block;
}
div.search-top div.search-items div.item a:hover {
	color: #000000;
	background: #eeeeee;
}
div.search-top div.search-items div.item img {
	width: 30px;
	height: 40px;
	position: absolute;
	top: 4px;
	left: 4px;
}
div.search-top div.search-items div.search-empty {
	color: #999999;
	padding: 4px;
}
:focus {
    outline: none;
}
@media (min-width: 640px) and (max-width: 980px) {
	div.search-top {
		width: 100%;
		top: 62px;
		right: 0px;
	}
	div.search-top div.search-input {
		width: 100%;
		font-size: 30px; 
		height: 40px;
	}
	div.search-top div.search-items {
		width: 100%;
	}

	div.search-top div.search-button {display:none;}
	div.search-top div.search-input input {font-size: 30px;}
}
@media (min-width: 981px) and (max-width: 1040px) {
	div.search-top {
		width: 100%;
	}
	div.search-top div.search-input {
		width: 15%;
	}
	div.search-top div.search-items {
		width: 40%;
	}
}
@media (min-width: 1041px) and (max-width: 1260px) {
	div.search-top {
		width: 100%;
	}
	div.search-top div.search-input {
		width: 15%;
	}
	div.search-top div.search-items {
		width: 40%;
	}
}
@media (min-width: 1261px) and (max-width: 1350px) {
	div.search-top {
		width: 100%;
	}
	div.search-top div.search-input {
		width: 15%;
	}
}
@media (max-width: 1200px) {
	div.search-top {
		right: 0px;

	}
}