﻿/* ingredients search */
#ingredsSearchContainer {
    float: left;
    width: 194px;
    margin-top: 6px;
}

.inputSearch {
	height: auto;
	margin-left: 8px;
}

.inputSearchText {
	width:192px;
}

.inputSearchL {
	width: 156px; /* subtract width of inputR (37px) from total width */
}

#ingredsSearchContainer form {
	margin: 0;
	padding: 0;
}

#ingredsSearchContainer input {
	background-color: transparent;
	border: none;
	color: #666;
	font-size: 10px;
	font-weight: bold;
	margin: 10px 0 0 13px;
	padding: 0;
	text-transform: uppercase;
	width: 166px;
}

.ingredHighlight {
	background-color: #fff;
	color: #000;
	padding: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

/* no results found */
#ingredsNoResults {
	color: #ff0000;
	display: none;
	float: left;
	font-size: 14px;
	padding-top: 8px;
	font-weight: bold;
	width: 194px;
}

#noResultsT {
	background: transparent url(/images/backgrounds/bg_search_notfound_t.png) no-repeat top left;
	height: 15px;
}

#noResultsM {
	background: transparent url(/images/backgrounds/bg_search_notfound_m.png) repeat-y top left;
}

#noResultsB {
	background: transparent url(/images/backgrounds/bg_search_notfound_b.png) no-repeat top left;
	height: 15px;
}

#noResultsInfo {
	color: #d6ced8;
	font-size: 12px;
	margin: 0 20px;
}

/* ingredients list */
#ingredsList {
    float: left;
    margin: 7px 0 0 11px;
    width: 690px;
}

h3 {
	font-size: 18px;
	color: #f66dfb;
	margin: 0;
	text-transform: uppercase;
}

p {
	color: #f9f8f5;
	font-size: 13px;
	line-height: 15px;
	margin: 16px 0 0 0;
}

.ingredHighlight h3, .ingredHighlight p {
	color: #000;
}

.ingredSet {
	margin-bottom: 33px;
	padding: 3px;
}

