#search-dropdown {
	list-style: none;
	margin-top: 2%;
}
#search-results {
	z-index: 10000;
	background-color: #fff;
	position: absolute;
	/*border: medium double #555555;*/
	border:none;
	border-style:none!important;
	display: none;
	overflow-y: scroll;
	max-height: 550px;
	margin-top: 26%;
    padding: 2%;
    width: 54.7%;
}

#search-results ul{
	padding: 3%;

}
#search-dropdown, .popular-dropdown {
	list-style: none;
}

.display-results {
	display: block;
}
.search-image {
	float: left;
	margin: 0 10px 0 -10px;
}
.search-list {
	max-height: 130px;
	cursor: pointer;
	overflow: hidden;
	padding: 10px;
	margin-left: -30px;
}
.price-box {
	float: right;
	margin: 0 10px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #989797;
	font-style: italic;
	max-height: 50px;
}
.search-name {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #989797;
	text-decoration: none;
	font-style: italic;
}
.search-disc {
	font-family: sans-serif;
	font-style: bold;
	font-size: 12px;
	color: #b3b3b3;
	text-decoration: none;
}
.all-search {
	float: right;
	margin-right: 20px;
	font-size: 14px;
	color: #444;
	font-style: bold;
	text-decoration: none;
	cursor: pointer;
}
.wktop {
	text-align: center;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #888888;
	margin-top: 10px;
	margin-bottom: 5px;
}
.popular {
	margin-bottom: 5px;
}
.search-not-found {
	color: red;
	font-family: sans-serif;
	font-size: 14px;
	font-style: italic;
}
.focuson {
	border: thin dotted #145236;
}
.wk-search {
	padding: 0;
}
.button-parent {
	padding: 0;
}
#search {
	margin-bottom: 0;
}