/* Recipes */

div#recipes h2 {
	font-weight:normal;
}

div#recipes span.qty {
	color:#ff0066;
}	

div#recipes select {
	width:140px;
}

div#recipes select.multiple {
	height:85px;
	width:300px;
}

div#recipes table.recipeSearch {
	width:100%;
	margin-top:10px;
}

div#recipes table.recipeSearch td {
	padding-bottom:10px;
}

div#recipes table.searchResults td {
	padding:5px 0px;
}

div#recipes table.searchResults td.image {
	width:120px;
}

div#recipes table.searchResults td.recipe {
	font-weight:bold;
	padding-left:10px;
}

div#recipes table.searchResults td.kitchen,
div#recipes table.searchResults td.chef {
	text-align:left;
	padding-left:10px;
	padding-bottom:0px;
}

div#recipes table.searchResults td.rating {
	text-align:left;
	padding-left:10px;
	padding-bottom:8px;
}

div#recipes table.searchResults td.spaceline {
	padding:3px 10px 3px 0;
	margin:0px;
	height:7px;
}

div#recipes table.searchResults div.line {
	border-bottom:solid 1px #999999;
	
}

div#recipes div.topList {
	border-top:1px dashed #999999;
	border-bottom:1px dashed #999999;
	padding:10px 0px;
	width:100%;
	margin-bottom:10px;
}

div#recipes div.topList a {
	font-weight:normal;
	color:#37424a;
}

div#recipes .kitchen_1 {
	color:rgb(51, 204, 0);
}

div#recipes .kitchen_3 {
	color:rgb(233, 13, 211);
}

div#recipes .kitchen_4 {
	color:rgb(0, 0, 0);
}

div#recipes .kitchen_5 {
	color:rgb(206, 23, 31);
}

div#recipes div.topList a:hover
 {
	color:#990066;
}	

div#recipes div.topList .latest,
div#recipes div.topList .popular,
div#recipes div.topList .commented {
	float:left;
	/*width:33%;*/
	width:49%;
}

div#recipes div.topList .latest a,
div#recipes div.topList .popular a,
div#recipes div.topList .commented a {
	display:block;
	margin-bottom:3px;
}	

div#recipes div.topList .latest,
div#recipes div.topList .popular {
	border-right:1px dashed #999999;
}
	
div#recipes table.searchParams {
	width:100%;
	padding:0px;
	margin:10px 0px;
}	

div#recipes table.searchParams fieldset {
	padding-left:0px;
	margin-left:0px;
	border:0px;
	width:130px;
	font-size:11px;
}

div#recipes table.searchParams fieldset.recipeType {
	padding-left:0px;
	margin-left:0px;
	border:0px;
	width:160px;
	font-size:11px;
}

div#recipes table.searchParams fieldset legend {
	font-weight:bold;
	font-family:arial,helvetica,verdana,sans-serif;
	font-size:11px;
	margin-left:-3px;
}

div#recipes table.searchParams fieldset input {
	vertical-align:middle;
}

div#recipes table.searchParams fieldset label {
	vertical-align:middle;
}

div#recipes table.searchParams input.button {
	margin:10px 0px 20px 0px;
}