﻿/* CSS Document */

/* global tags */

/* match the dt except for the left margin */
dd {clear: right; _height:100%; margin: 0px 0px 2px 68px;}
dl {margin:0px; padding:0px;}
dt {font-weight:bold; float:left; clear:left; color:#CC0000; margin: 0px 0px 2px 0px; padding: 0px 6px 0px 0px;}
form {margin: 0px;}
hr {border:0px; margin-top: 4px; margin-bottom: 4px; clear: both;}
img {border: none;}
li span {
	color: #000000;
	font: normal 12px Arial, Helvetica, sans-serif;
}
select {margin: 0px;}
table {border: none;}


/* classes */

hr.menu {border-top: 1px dashed #000000; border-bottom: 1px dashed; color: #FFFFFF; margin: 0px;}
td.right {border-left: 1px dashed #000000}
ol.menulist {
	color: #000000;
	padding: 0px 0px 0px 24px;
	margin: 6px 0px 6px 0px;
	list-style: decimal;
	font-weight: bold;
	line-height: 18px;
}
ul.menulist {
	padding: 0px 0px 0px 24px;
	margin: 6px 0px 6px 0px;
	list-style: square;
	color: #000000;
	font-weight: bold;
	line-height: 18px;
}

.tborder {padding: 8px 0px; margin: 6px 0px 8px; border-top: 2px solid  #000000;}

.V10color {font-size: 90%;color: #CC0000;}


/* ID's */

#nutribody div {border-bottom: 1px solid;padding-bottom: 3px;margin-bottom: 4px;}

.recipe-row1 {
	padding: 6px;
	border-top: 1px solid #764E34;
	clear: both;
	margin: 0px 21px;
	position: relative;
	top: 0px;
	bottom: 20px;
}
.recipe-row2 {
	padding: 6px;
	border-top: 1px dotted #764E34;
	position: relative;
	margin: 0px 21px 21px;
	clear: both;
}
.recipe-col1 {
	margin: 4px;
	padding: 0px;
	width: 250px;
	display: table-column;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	clear: left;
	float: left;
}
.recipe-col2 {
	margin: 4px;
	border-left: 1px solid #000000;
	width: 280px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clear: none;
	float: left;
	padding-left: 6px;
}

