div#isifter {
  width: 100%;
  padding-top: 3px;
}


.isfg{
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.isbox {
	background-color: #FDE4B4;
	width: 100%;
	float: left;
}


div.istop {
	width: 100%;
	height: 10px;
	position: relative;
	clear: both;
	float: left;
}
div.is_tl {
	width: 10px;
	height: 10px;
	position: absolute;
	background: url(http://as.recipepix.com/images/is_corners.gif) -20px;
	left: 0;
	top: 0;
}
div.is_tr {
	width: 10px;
	height: 10px;
	position: absolute;
	background: url(http://as.recipepix.com/images/is_corners.gif) -30px;
	top: 0;
	right: 0;
}
div.is_bl {
	width: 10px;
	height: 10px;
	background: url(http://as.recipepix.com/images/is_corners.gif);
	position: absolute;
	bottom: 0;
	left: 0;
}
div.is_br {
	width: 10px;
	height: 10px;
	background: url(http://as.recipepix.com/images/is_corners.gif) -10px;
	position: absolute;
	bottom: 0;
	right: 0;
}

div#ingredient_sifter {
  border: 1px solid green; 
  width: 50%;
  background-color: #fff; 
  padding: 0.3em; 
  padding-top: 0;
  float: left;
  overflow-y: auto;
  overflow-x: hidden;
  height: 28em;
}
div#time_sifter {
  border: 1px solid green; 
  width: 50%;
  background-color: #fff; 
  padding: 0.3em; 
  padding-top: 0;
  float: left;
  overflow-y: auto;
  overflow-x: hidden;
  height: 15em;
}

div#is_right_contain {
	margin-left: 1em;
	width: 44%;
	float: left;
}
div#isifter h3 {
  font-family: "Lucida Sans", Helvetica, Verdana, sans-serif;
  border-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0.3em;
}
div#isifter h4 {
  font-family: "Lucida Sans", Helvetica, Verdana, sans-serif;
  border-bottom: 0;
  margin-bottom: 0.2em;
  font-size: 1em;
}
ul.is_ul {
  margin: 0;
  padding: 0;
  margin-right: 0.2em;
  list-style: none;
}
ul.is_ul li {
  margin-left: 0.1em;
  padding: 1px;
  padding-left: 2px;
  font-size: 0.9em;
  width: 98%;
  border-bottom: 1px dotted #eee;

}
ul.is_ul li:hover {
/*	background-color: #D4F4FF; */
}

ul#is_ul {
  margin: 0;
  padding: 0;
  margin-right: 0.2em;
  list-style: none;
}
ul#is_ul li {
  margin-left: 0.1em;
  padding: 1px;
  padding-left: 2px;
  font-size: 0.9em;
  width: 98%;
}
ul#is_ul li:hover {
/*	background-color: #D4F4FF; */
}
div#nomatches {
	border: 2px solid #cc3333; 
	background-color: #ffffff; 
	padding: 0.5em;
}
a.is_select {
	padding-left: 2px;
	padding-right: 5px;
	margin-right: 0.5em;
	display: block;
}
a.is_select:hover {
	background-color: #D4F4FF;
	border-bottom: 1px solid #fff;
}
div#i_count {
	margin-bottom: 0.5em;
}
div#i_matches {
  width: 100%;
  min-height: 5em;
  border: 1px solid green;
  margin-bottom: 1em;
  background-color: #ffffff; 
}

div#i_any {
  width: 95%;
  min-height: 5em;
  border: 1px solid green;
  margin-bottom: 1em;
  background-color: #ffffff; 
  padding: 0.5em;
}
div#i_any_msg {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	margin-bottom: 1em;
	font-size: 0.8em;
	color: #aa0000;
}
div#i_all {
  width: 95%;
  min-height: 5em;
  border: 1px solid green;
  margin-bottom: 1em;
  background-color: #ffffff; 
  padding: 0.5em;
}
div#i_not {
  min-height: 5em;
  width: 95%;
  border: 1px solid green;
  margin-bottom: 1em;
  background-color: #ffffff; 
  padding: 0.5em;
}
span.ifixed {
  width: 80%;
}
span.iright {
	float: right;
}
a.x_rollover {
	display: table-cell;
	width: 15px;
	height: 15px;
	text-decoration: none;
	background: url("http://as.recipepix.com/images/x2.gif");
}
a.x_rollover:hover {
  background-position: -15px 0;
  border-bottom: 1px solid white;
}
.displace {
	left: -5000px;
	position: relative;
}
.displace_ie7 {
	position: relative;
	width: 15px;
	height: 15px;
	display: inline-block;
}
li.is_but {
	display: table-cell;
}
a.max_rollover {
	display: table-cell;
	width: 15px;
	height: 15px;
	text-decoration: none;
	background: url("http://as.recipepix.com/images/max2.gif");
}
a.max_rollover:hover {
  background-position: -15px 0;
  border-bottom: 1px solid white;
}
a.min_rollover {
	display: table-cell;
	width: 15px;
	height: 15px;
	text-decoration: none;
	background: url("http://as.recipepix.com/images/min2.gif");
}
a.min_rollover:hover {
  background-position: -15px 0;
  border-bottom: 1px solid white;
}
ul.buttons {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	border: 0;
}
ul.buttons li {
	padding: 0;
	display: inline;
}
b#is_count {
	font-size: 2.5em;
	color: #ad1a16;
}
.clear_all {
	float: right;
}
a.view_results {
	font-size: 1.5em;
	font-weight: bold;
	color: #ad1a16;
}
a.view_results:visited {
	color: #ad1a16;
}
span.ul {
	background: url(http://as.recipepix.com/images/is_corners.gif);
	width: 10px;
	height: 10px;
	display: table-cell;
	position: relative;
	left: 0;
	top: 0;
}