﻿div#printable {
	float: left;
	width: 505px;
	padding-right: 10px;
}

div#recipes_search {
	float: left;
	width: 227px;
}

.recipe_chb {
	width: 13px; 
	height: 13px;
}

div#recipe_img {
	float: left;
	width: 160px;
	font-size: 10px;
}

div#recipe_img img {
	margin-bottom: 5px;
}

div#recipe_info {
	float: left;
	width: 340px;
}

.recipe_input {
	width: 209px;
	height: 18px;
	line-height: 18px;
	border: 0px;
	padding: 0 2px;
	background: url(/resources/images/ostur_is/template/bg_recipe_input.gif) no-repeat right;
}

.ingr_input {
	width: 63px;
	height: 18px;
	line-height: 18px;
	border: 0px;
	padding: 0 2px;
	background: url(/resources/images/ostur_is/template/bg_input_ingr.gif) no-repeat right;
}

div#search_combo {
	float: left;
	width: 169px;
	height: 21px;
	background: url(/resources/images/ostur_is/template/bg_combo.gif) no-repeat;
}

div#search_combo_value {
	padding-top: 3px;
	padding-left: 2px;
	height: 15px;
	width: 157px;
}

div#search_button {
	float: left;
	margin-top: -1px;
}

div#search_dropdown {
	
	position: absolute; 
	z-index: 1000;
	text-align: left;
	margin-top: 2px;
	width: 153px;
	border: 1px solid #cdcdcd;
	padding: 2px;
	background: #fff;
}

div#search_dropdown ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#search_dropdown ul li a {
	color: #636363;
	background: #fff;	
	width: 153px;
	display: block;
}

div#search_dropdown ul li a:hover {
	background: #f1f1f1;
}