/*  
 stylesheet
*/

@import url("section.css");


/* content */
div#content{
	background: url(recipes/content-bg.jpg) no-repeat bottom left;
	padding-bottom:20px;
	overflow: hidden;
	height: 1%;
	min-height:200px;
	border: 1px solid #A79869;
}

div.search-recipies {
	background: url(recipes/search-bg.jpg) no-repeat bottom left !important;
	min-height: 350px !important;
}

div#recipies-menu{
	float:left;
	padding-right:20px;
	width:215px;
}

div#recipies-menu h5{
	display: none;
}

div#recipies-menu ul{
	margin-left: 20px;
	margin-top: 20px;
}

div#recipies-menu ul li{
	margin-bottom: 6px;
	line-height: 0.9em;
	list-style-type: none;
}

div#recipies-menu ul li a{
	color: #081053;
	text-decoration: none;
}

div#recipies-menu ul li.selected a{
	color: #529ff5;
	background:transparent url(youknow/arrow-selected.png) no-repeat scroll right 3px;
	padding-right: 20px;
}

div#recipie-info{
	background: url(recipes/menu-bg.jpg) no-repeat center left;
	float: right;
	width: 390px;
	padding-left: 30px;
	color: #081053;
	margin-right: 130px;
}

div#recipie-info h1 {
	color:#529FF5;
	font-size:2em;
	font-weight:bold;
	padding-top:50px;
	padding-bottom:5px;
}

div#recipie-info h2 {
	color: #529ff5;
	font-size: 1.4em;
	font-weight:bold;
	font-size:1.4em;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:5px;
}

div.recipe-photo {
	float: right;
	margin: 30px -100px 0 0;
}
div.recipe-photo img {}


div#recipie-info p {
	margin-left: 0px;
}

div#recipie-info ul {
	margin: 10px 0px 0px 25px;
	list-style-type: disc;
}
div#recipie-info ul li {
	margin: 0px 0px 3px 0px;
}
div#recipie-info ol {
	margin: 10px 0px 0px 25px;
	list-style-type: decimal;
}
div#recipie-info ol li {
	margin: 0px 0px 10px 0px;
}



/* Form Search */
div.select-one{
	
}

/* Error on search */
.empty-search {
	margin: 20px 0 0 300px;
}

div.select-one-select{
	background: url(kitchen/select-bg.png) no-repeat;
	color: #003066;
	font-weight: bold;
	padding: 1px 8px 0px 4px;  
	height: 18px;
	font-size: 0.9em;
}

div.select-one-arrow{
	width: 20px;
	background: url(kitchen/select-arrows-bg.png) no-repeat;
	height: 18px;
}

div.select-one-list-options{
	margin-top:2px;
	background: #eaeff4;
}

div.select-one-option{
	padding: 1px 3px;
	font-weight: normal;
	border-left: 1px solid #d6dee7;
	border-right: 1px solid #d6dee7;
	border-bottom: 1px solid #d6dee7;
}

div.select-one-option-selected{
	font-weight: bold;
}

div#content label{
	color: #529ff5;
	margin: 5px 0px 1px 0px;
	display: block;
}

div#content p{
	color: #081053;
	font-weight: bold;
}

div#find-form{
	margin-left: 300px;
}

input.find-button{
	margin-top:10px;
	background:transparent url(kitchen/green-arrow.png) no-repeat scroll right bottom;
	border:medium none;
	color:#003066;
	font-size:1.4em;
	font-style:italic;
	line-height:25px;
	padding: 0px 26px 2px 0px;
	cursor: pointer;

}


.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
