  @media only screen and (min-width: 760px)
	.dream-search {
		width: 300px;
	}
.dream-search {
	font-size: 16px;
	width: 300px;
	display: block;
	float: left;
	margin-right: 10px;
	padding: 4px;
}
.search-results ul {
	list-style: none;
	padding:0;
}
.search-results ul li{
	/*border-bottom:1px solid #ddd;*/
	margin-bottom:20px;
	padding-bottom:10px;
}
.search-results h5 {
	font-size: 1.2em;
	line-height: 1em;
}
.search-results p.short-desc {
	font-size: 1em;
	margin-bottom:10px;
}
.search-results a.manf-name {
	font-size:1em;
}

input[type=text].dream-search, .dream-search  input[type=password].dream-search, .dream-search input[type=email].dream-search, .dream-search input[type=tel].dream-search {
	height: 2.0em !important;
	font-size: 1.5em;
}

.oulogo {
	height: auto!important;
	width: auto!important;
	float: right!important;
}

.search-filter-results{
	list-style:none;
}
.search-filter-results li label{
	margin-left: 10px;
}

/* highlight color */
/*.searchList span {
background: #FFFA97 !important;
}*/
