@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;
}*/

/* wells for search */
.search-results ul li.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: rgba(197, 191, 183, 0.5);
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.ou-search-heading {
	margin-top: 0px;
}
.ou-short-desc {
	margin-bottom: 0px;
}
.ou-search-list {
	margin-left: 0px;
}

.ou-search-list li:before { content: "";}

.ou-search-form {
	width: 90%;
    padding: 0.4em 1em !important;
}

@media (max-width: 990px) and (min-width: 751px){
	.ou-search-form {
		width: 95%;
	}
}

@media (min-width: 990px){
	.ou-search-form {
		width: 87%;
	}
	#search-button {
		margin-left: 3px;
	}
}

.button-active {
	color: #fff;
    border-color: #64232B;
    background: #64232B;
	margin: 0 0.5em 0.5em;
}

ul.ui-menu li:before { content: '' !important;}