.searchwrapper{
	background-color:#f1ede2;
	padding:30px;
}

.searchwrapper input,.searchwrapper select{
	background-color:white;
	padding:0 5px;
	border:1px solid #818285;
	font-size: 17px;
	margin:5px 0;
	height: 35px;
	line-height: 33px;
	max-width: 100%;
}

.searchwrapper .searchleft{
	float:left;
	width:33%;
	margin-right: 2%;
}

.searchwrapper .searchright{
	float:left;
	width:65%;
}

.searchwrapper .searchright #tags,.searchwrapper .searchright #tags2{
	width:calc(100% - 100px);
}

.searchwrapper .searchright .searchbutton{
	color:white;
	font-size:18px;
	font-weight:bold;
	padding:3px 5px;
	background-color:#877e3b;
	border:1px solid #4d4b1b;
	border-radius: 3px;
	display: inline-block;
	width:65px;
	text-align: center;
	text-decoration: none;
}

.searchwrapper .searchright .searchcount{
	text-align: right;
}

.searchwrapper .searchclear{
	clear:both;
}

#contents ul.item-list.normalproducts li p.name{
	border-bottom:none;
	border-top:1px solid #222;
	margin-bottom: 0px;
	padding:10px 0 0 ;
	text-align: center;
}

.ui-autocomplete { height: 200px; overflow-y: scroll; overflow-x: hidden;}