﻿
.results-list
{
	border: solid 1px #DBD5B3;
	width: 357px;
}

.results-header
{
	background-color: #DBD5B3;
	font-weight: bold;
	padding: 5px;
	overflow: auto;
}

.results-item
{
	background-color: #ffffff;
	padding: 5px 5px 5px 10px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 8pt;
}

.results-alt-item
{
	background-color: #f0eee1;
	padding: 5px 5px 5px 10px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 8pt;
}

.results-item img, .results-alt-item img
{
	border: solid 1px #d2c99e;
	margin: 3px 5px 0px 0px;
	display: block;
	margin-bottom: 5px;
}

a.recipe-link
{
	font-size: 9pt;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

.results-pager
{
	padding: 5px 5px 3px 5px;
	float: right;
	clear: right;
}

.results-sorter
{
	display: inline;
	margin: 5px 5px 3px 0px;
	float: left;
	clear:left;
}

div.results-pager span
{
	color: #CDCD97;
	font-weight: bold;
}

div.results-pager a, div.results-sorter a
{
	font-weight: bold;
}

img.recipe-image
{
	border: solid 1px #DBD5B3;
	display: block;
	margin-bottom: 10px;
}

ul.recipe-ingredients
{
	margin: 0px 0px 10px 5px;
	padding: 0px;
	list-style: none;
}

ul.recipe-ingredients li
{
	background-image: url(/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 8pt;
}

div.recipe-title
{
	margin-bottom: 10px;
	padding: 2px 5px 2px 5px;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background-color: #DBD5B3;
}

table.recipeopt
{
	margin-left: 8px;
	width: 180px;
}

td.recipeopt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 8px;
	padding: 8px;
	background-image: url(/images/recipes/recipe_option_bkg.gif);
}

td.recipeopt a:link
{
	color: #AE8801;
	text-decoration: underline;
}

td.recipeopt a:visited
{
	color: #AE8801;
	text-decoration: underline;
}

td.recipeopt a:hover
{
	color: #AE8801;
	text-decoration: none;
}

td.recipeopt a:active
{
	color: #AE8801;
	text-decoration: underline;
}
