@charset "utf-8";
.contentright p img {
	float: right;
	padding:0px 0px 0px 5px;
	}
.recipesmall {
	width: 530px;
	margin-left: 4px;
	}
	.recipesmall td {
		padding: 10px 0px;
		border-bottom: 1px solid #ddd;
		width: 50%;
		}
	.recipesmall img {
		margin: 0px 5px 0px 0px;
		float:left;
		}
ul.items {
	margin: 4px 0px 16px 8px;
	padding: 0px;
	width: 250px;
	list-style-type: none;
	}
	ul.items li {
		border-bottom: 1px solid #ddd;
		margin: 2px;
		}
	ul.items .pad {
		padding-left: 20px;
		}
	ul.items .noborder {
		border-bottom: none;
		}
ol {
	margin-left: 32px;
	}
	ol li {
		margin: 2px 0px;
		}
hr {
	clear: right;
	}
fieldset {
	border: none;
	}
	legend {
		font-weight: bold;
		color: #000;
		background-color: transparent;
		}
fieldset table {
	margin-top: 8px;
	width: 250px;
	border: none;
	}
	fieldset table th {
		text-align: left;
		font-weight: normal;
		border-bottom: 1px solid #ddd;
		}
	fieldset table td {
		text-align: right;
		border-bottom: 1px solid #ddd;
		}
	fieldset table .noborder {
		border-bottom: none;
		}
	fieldset table .pad {
		padding-left: 20px;
		}
