/* CSS Document */

/* global tags */

/* match the dt except for the left margin */
li span {
	color: #000000;
	font: normal 12px Arial, Helvetica, sans-serif;
}
select {margin: 0px;}


/* classes */

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 */

#recipes {
	font-size: 100%;
}
#recipes td {
	vertical-align: top;
	padding: 6px;
 width: 33.33%;   
	font-size: 12px;
}
#recipes a.link {
	color: #000000;
}
#nutribody div {border-bottom: 1px solid;padding-bottom: 3px;margin-bottom: 4px;}

