* {
	margin:0;
	padding:0;
}
iframe, a img, fieldset, form, table {
	border:0;
}
h6, h5, h4, h3, h2, h1, caption, th, td {
	font-size:100%;
	font-weight:normal;
}
dd, dt, li, dl, ol, ul {
	list-style:none;
}
legend {
	color:#000;
}
button, select, textarea, input {
	font:100%;
}
table {
	/*border-collapse:collapse;*/
}
caption, th, td {
	/*text-align:left;*/
}
.brown_inputfield {
 border:1px solid #654F37;
}
body {
	text-align:center;
	margin:0px auto;
	/* Same Font That Is On FitClick */
	font-family:Verdana, sans-serif;
	font-size:90%;
}
#wrapper {
	width:900px;
	margin:0px auto;
	text-align:left;
}
/* header */
#header {
	margin:5px 0 3px 0;
	float:left;
	width:100%;
}
#header h1 {
	color:#493f35;
	font-size:1.6em;
	text-transform:uppercase;
	float:left;
	margin:10px 0 14px 16px; /* remove if pear graphic removed from header, pls/tks */
}
#header h1 span {
	color:#ce7601;
}
#header h1 span span {
	font-size:.7em;
	color:#8f7c6a;
}
/* meta */
.meta {
	float:right;
	font-size:.8em;
	margin-top:25px;
}
.meta a {
	color:#333;
	text-decoration:none;
	border-bottom:1px solid #fff;
}
.meta a:hover {
	border-bottom:1px solid #666;
}
/* Navigation*/
#navigation {
	float:left;
	background-color:#654f37;
	width:900px;
	margin-top:5px;
}
#navigation li {
	float:left;
}
#navigation li a {
	display:block;
	text-decoration:none;
	color:#fff;
	border-right:1px solid #6c563e;
	background-color:#654f37;
	letter-spacing:.05em;
	padding:15px 15px 15px 15px;
	border-bottom:none;
}
#navigation li a:hover {
	background-color:#CE7601;
}
#navigation li a.active {
	background-image:url(../images/active.jpg);
}
#navigation li a.active:hover {
	background-image:none;
}
/* MyLife Navigation */
#mylife_navigation {
	float:left;
	background-color:#654f37;
	width:900px;
}
#mylife_navigation li {
	float:left;
}
#mylife_navigation li a {
	display:block;
	font-size:14px;
	text-decoration:none;
	color:#fff;
	border-right:1px solid #6c563e;
	background-color:#654f37;
	letter-spacing:.05em;
	padding:14px 9px 14px 9px;
	border-bottom:none;
}
#mylife_navigation li a:hover {
	background-color:#CE7601;
}
#mylife_navigation li a.active {
	background-image:url(../images/active.jpg);
}
#mylife_navigation li a.active:hover {
	background-image:none;
}
/* Input Buttons */
.buttons {
	padding-top:12px;
	text-align:center;
}
.buttons input, .buttons button {
	margin:0 3px;
}
.buttons a button {
	margin:0;
}
input.submit, button, input[type=submit], input[type=button], input[type="file"]>input[type="button"] {
	color:#000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#e6e6e6;
	border:1px solid #ccc;
	font-size:x-small;
	padding:4px 8px;
	vertical-align:top;
	cursor:pointer;
}
input.submit:hover, button:hover, input[type=submit]:hover, input[type="file"]>input[type="button"]:hover {
	background-color:#d5d5d5;
}
/* top */
#top {
	clear:both;
	float:left;
	margin:10px 0 10px 0;
	width:100%;
	background-color:#FFF2CF;
	background-image:url(../images/bg_topmenu.jpg);
	background-repeat:repeat-y;
}
#topMenu {
	float:left;
	width:210px;
	background-color:#8c806b;
}
#topMenu a {
	width:210px;
	padding:15px 0 15px 0;
	display:block;
	text-align:center;
	font-size:1.5em;
	color:#eee;
	text-decoration:none;
	background-color:#3c4f1b;
	border-bottom:1px solid #314312;
}
#topMenu #tabsNav2 a {
	font-size:1.25em;
}
#topMenu a:hover {
	color:#fff;
	background-color:#445722;
}
#topContent {
	float:right;
	width:620px;
	padding:14px;
}
#topContent h3 {
	color:#3c3228;
	font-size:1.3em;
}
#topContent p {
	color:#5e5e5e;
	margin:6px 0 10px 0;
	line-height:1.4em;
}
#topContent a {
	text-decoration:none;
	color:#8F591A;
	border-bottom:1px dotted #EFA34A;
	font-weight:bold;
}
#topContent a:hover {
	border-bottom:1px solid #8F591A;
}
.section {
	margin:20px 0 30px 0;
	clear:both;
}
.section h2 {
	font-size:1.5em;
	margin:6px 0 6px 0;
	color:#CE7601;
	border-bottom:2px solid #CFC2B5;
	padding:2px;
	letter-spacing:.05em;
}
.section h3 {
	font-size:1.35em;
	margin:6px 0 6px 0;
	color:#445722;
	border-bottom:1px solid #CFC2B5;
	padding:2px;
	letter-spacing:.05em;
}
.section h4 {
	font-size:1.1em;
	color:#715c48;
	font-weight:bold;
	border-bottom:1px solid #e5e0db;
	padding:2px;
	margin:0 0 6px 0;
}
.section p {
	line-height:1.5em;
	margin:6px 0 10px 0;
}
	#ourstaff {
		font-size:80%;
		text-align:justify;
	}
.section ul {
	margin-left:20px;
}
.section ul li, ul.list li {
	list-style-type:circle;
	list-style-position:inside;
	padding:2px;
	font-size: .9em;
	font-weight:bolder;
}
.section ol li {
	list-style-type:decimal;
	list-style-position:inside;
	padding:4px 0 6px 10px;
	line-height:1.5em;
}
.section strong {
	color:#333;
}
.section a {
	text-decoration:none;
	color:#AF6D20;
	border-bottom:1px dotted #EFA34A;
}
.section a:hover {
	border-bottom:1px solid #AF6D20;
}
.section table {
	border-right:1px solid #eee;
	border-top:1px solid #eee;
}
.section table td {
	padding:5px;
	border-bottom:1px solid #eee;
	border-left:1px solid #eee;
}
.section table th {
	padding:5px;
	background-color:#eee;
	text-align:center;
	border-bottom:1px solid #eee;
	border-left:1px solid #eee;
}
.section table .thMaster {
	background-color:#848c56;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:1.1em;
	letter-spacing:.05em;
}
.section table .altRow td {
	background-color:#f7f7f7;
}
.section .price {
	font-size:1.7em;
	font-style:italic;
}
.section small {
	font-size:.7em;
	color:#666;
}
/* HLN Store */
.sub-category{
	margin-left:40px;	
}
/* Checkout */
.checkout {
	border:#999 solid 1px;
	padding:10px;
}
.checkout a {
	text-decoration:none;
	color:#AF6D20;
	border-bottom:1px dotted #EFA34A;
}
.checkout h3 {
	font-size:1.35em;
	margin:6px 0 6px 0;
	color:#445722;
	padding:0px;
	letter-spacing:.05em;
}
.checkout h4 {
	font-size:1.1em;
	color:#715c48;
	font-weight:bold;
	border-bottom:1px solid #e5e0db;
	margin:0 0 6px 0;
}
/*middle*/
.middleWrapper {
	clear:both;
	float:left;
	width:100%;
	margin:3px 0 0 0;
}
.middle {
	float:left;
}
.middle h2 {
	font-size:1.5em;
	margin:6px 0 6px 0;
	color:#CE7601;
	border-bottom:2px solid #CFC2B5;
	padding:2px;
	letter-spacing:.05em;
}
.middle h3 {
	font-size:1.35em;
	margin:6px 0 6px 0;
	color:#445722;
	border-bottom:1px solid #CFC2B5;
	padding:2px;
	letter-spacing:.05em;
}
.middle h4 {
	font-size:1.1em;
	margin:0 0 6px 0;
	color:#493f35;
	border-bottom:1px solid #CFC2B5;
	padding:2px;
}
.middle p {
	margin:4px 0 10px 0;
	line-height:1.4em;
	font-size:.9em;
}
.middle p a {
	color:#ce7601;
	border-bottom:1px dotted #fc0;
	text-decoration:none;
}
.middle p a:hover {
	border-bottom:1px solid #ce7601;
}
.middle table th {
	padding:5px;
	background-color:#eee;
	text-align:center;
	border-bottom:1px solid #eee;
	border-left:1px solid #eee;
}
/* Boxes */
.one {
	margin:2px 8px 4px 0;
	width:65%;
}
.two {
	margin:2px 0 4px 0;
	width:100%;
}
.three {
	margin:2px 0 4px 0px;
	width:34%;
}
/* Inside Boxes */
#hln_middle_header{
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #ccc;
	padding-top: .5px;
	padding-bottom: 1px;
	margin: .5em 0;
	background-color: #fff;
	color: #000; 
}
#hln_slideshow{
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:2px;
	margin: .5em 0;
	background-color: #fff;
	color: #000; 
	height:275px;
}
#hln_profile{
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #ccc;
	padding-top: 0em;
	margin: .5em 0;
	background-color: #fff;
	color: #000; 
	height:285px;
}
#question_box{
	display:block;
	margin:0 0 10px 0;	
	color:#fff;
	background-color:#654f37;
	font-size:1.25em;
	padding:12px;
	text-align:left;
}
#answer_box{
	display:block;
	margin:0 0 10px 55px;	
	color:#000;
	background-color:#fff;
	font-size:1.15em;
	padding:12px;
	text-align:left;
}
/*Bottom*/
.bottomWrapper {
	clear:both;
	float:left;
	width:100%;
	margin:0 0 2px 0;
}
.bottom {
	float:left;
}
.bottom h4 a {
	text-decoration:none !important;
	color:#445722;
}
.bottom p a {
	color:#ce7601;
	border-bottom:1px dotted #fc0;
	text-decoration:none;
}
.bottom p a:hover {
	border-bottom:1px solid #ce7601;
}
.bottom h3 {
	display:block;
	color:#fff;
	background-color:#654f37;
	padding:12px;
	text-align:center;
	margin:0 0 10px 0;
}
.bottom h4 {
	font-size:1.1em;
	margin:0 0 6px 0;
	color:#493f35;
	border-bottom:1px solid #CFC2B5;
	padding:2px;
}
.bottom p {
	margin:4px 0 10px 0;
	line-height:1.4em;
	font-size:.9em;
}
.uno {
	margin:4px 7px 10px 0;
	width:32%;
}
	.program_blocks {
	float:right;
	margin:4px 7px 10px 0;
	width:48%;
	}
	.program_squares{
	float:left;
	width:60%;		
	}
	.program_signups{
	float:right;
	width:39%;		
	}	
.dos {
	margin:4px 7px 10px 7px;
	width:31%;
}
.tres {
	margin:4px 0 10px 6px;
	width:34%;
}
.hln_bar_tools{
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #ccc;
	padding-top:.5em;
	padding-bottom:.5em;	
	margin:.5em 0;
	background-color:#fff;
	color:#000;	
}
	.programs{
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #ccc;
	padding:.5em;
	padding-top:0;	
	margin:.5em 0;
	background-color:#fff;
	color:#000;	
	}
	.programs ul {
		
	}
	.programs a, .programs a:hover{
		text-decoration:none;
		border-bottom: 0px #FFF;
	}
.social_networks{
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #ccc;
	padding-top:.5em;
	padding-bottom:.5em;
	padding-left:1.5em;
	margin:.5em 0;
	background-color:#fff;
	color:#000;	
	height:64px;
}
.blog_news, .twitter_news{
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #ccc;
	padding:.5em;
	margin:.5em 0;
	background-color:#fff;
	color:#000;
	font-size:85%;
}
	.twitter_news a{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
.hln_advertising{
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #ccc;
	padding:.5em;
	margin:.5em 0;
	background-color:#fff;
	color:#000;	
}
/*last*/
.lastWrapper {
	clear:both;
	float:left;
	margin:3px 0 0 0;
	margin-left:35%;
}
.last {
	float:left;
}
.last h4 a {
	text-decoration:none !important;
	color:#445722;
}
.last p a {
	color:#ce7601;
	border-bottom:1px dotted #fc0;
	text-decoration:none;
}
.last p a:hover {
	border-bottom:1px solid #ce7601;
}
.last h3 {
	display:block;
	color:#fff;
	background-color:#654f37;
	padding:12px;
	text-align:center;
	margin:0 0 10px 0;
}
.last h4 {
	font-size:1.1em;
	margin:0 0 6px 0;
	color:#493f35;
	border-bottom:1px solid #CFC2B5;
	padding:2px;
}
.last p {
	margin:4px 0 10px 0;
	line-height:1.4em;
	font-size:.9em;
}
.un {
	margin:2px 25px 4px 0;
	width:10%;
}
.deux {
	margin:2px 25px 4px 7px;
	width:10%;
}
.trois {
	margin:2px 35px 4px 7px;
	width:10%;
}
.quatre {
	margin:2px 0 4px 0px;
	width:10%;
}
/*social network icons */
#youtube {
	background-image:url(../images/YouTube%202-64-Desat.png);
	background-repeat:no-repeat;
	display:block;
	width: 64px;
	height: 64px;
	text-decoration:none;
	float:left;
}

	#youtube:hover {
		background-image:url(../images/YouTube%202-64.png);
	}
	#youtube span{
		visibility:hidden;
	}
#twitter {
	background-image:url(../images/Twitter%202-64-Desat.png);
	background-repeat:no-repeat;
	display:block;
	width: 64px;
	height: 64px;
	text-decoration:none;
	float:left;
}

	#twitter:hover {
		background-image:url(../images/Twitter%202-64.png);
	}
	#twitter span{
		visibility:hidden;
	}

#facebook {
	background-image:url(../images/Facebook-64-Desat.png);
	background-repeat:no-repeat;
	display:block;
	width: 64px;
	height: 64px;
	text-decoration:none;
	float:left;
}

	#facebook:hover {
		background-image:url(../images/Facebook-64.png);
	}
	#facebook span{
		visibility:hidden;
	}

#linkedin {
	background-image:url(../images/Linked%20In-64-Desat.png);
	background-repeat:no-repeat;
	display:block;
	width: 64px;
	height: 64px;
	text-decoration:none;
	float:left;
}

	#linkedin:hover {
		background-image:url(../images/Linked%20In-64.png);
	}
	#linkedin span{
		visibility:hidden;
	}
	
/* HLN TV */
.hlntv_video{
	float:left;
	margin:10px;
	margin-left:70px;
}
	.hlntv_video a {
		border-top-width: 1px;
		border-right-width-value: 1px;
		border-right-width-ltr-source: physical;
		border-right-width-rtl-source: physical;
		border-bottom-width: 1px;
		border-left-width-value: 1px;
		border-left-width-ltr-source: physical;
		border-left-width-rtl-source: physical;
		border-top-style: solid;
		border-right-style-value: solid;
		border-right-style-ltr-source: physical;
		border-right-style-rtl-source: physical;
		border-bottom-style: solid;
		border-left-style-value: solid;
		border-left-style-ltr-source: physical;
		border-left-style-rtl-source: physical;
		border-top-color: transparent;
		border-right-color-value: transparent;
		border-right-color-ltr-source: physical;
		border-right-color-rtl-source: physical;
		border-bottom-color: transparent;
		border-left-color-value: transparent;
		border-left-color-ltr-source: physical;
		border-left-color-rtl-source: physical;		
		display: block;
		padding-top: 8px;
		padding-right: 8px;
		padding-bottom: 8px;
		padding-left: 8px;
		text-decoration: none;
	}
	.hlntv_video a:hover {
		background-color:#CCC;
		border-top-width: 1px;
		border-right-width-value: 1px;
		border-right-width-ltr-source: physical;
		border-right-width-rtl-source: physical;
		border-bottom-width: 1px;
		border-left-width-value: 1px;
		border-left-width-ltr-source: physical;
		border-left-width-rtl-source: physical;
		border-top-style: solid;
		border-right-style-value: solid;
		border-right-style-ltr-source: physical;
		border-right-style-rtl-source: physical;
		border-bottom-style: solid;
		border-left-style-value: solid;
		border-left-style-ltr-source: physical;
		border-left-style-rtl-source: physical;
		border-top-color: #c9cac8;
		border-right-color-value: #c9cac8;
		border-right-color-ltr-source: physical;
		border-right-color-rtl-source: physical;
		border-bottom-color: #c9cac8;
		border-left-color-value: #c9cac8;
		border-left-color-ltr-source: physical;
		border-left-color-rtl-source: physical;			
	}	
.hlntv_title{
	color: #078cac;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration:none;
	width: 250px;
}
.hlntv_watchnow{
	
}
/*BMI Calculator */
#bmiCalculator {
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #ccc;
	padding:.5em;
	margin:.5em;
	background-color:#fff;
	color:#000;
	text-align:justify;
}
#bmiCalculator h3{
	display:block;
	color:#fff;
	background-color:#654f37;
	padding:12px;
	text-align:center;
	margin:0 0 10px 0;
}
#bmiCalculator td {
	padding:8px;
	vertical-align:top;
	width:100%;
}
#bmiCalculator td small {
	font-size:.7em;
	color:#7F7367;
}
#bmiCalculator td.textRight {
	text-align:right;
}
#bmiCalculator td input {
	border:1px solid #666;
}
.bmiCalcHeight {
	width:40px;
	text-align:center;
}
.bmiCalcWeight {
	width:100px;
	text-align:center;
}
#bmiCalcResult {
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #ccc;
	padding:.5em;
	margin:.5em;
	background-color:#fff;
	color:#000;
	text-align:justify;
}
#bmiCalculator td input.bmiCalcResultBMI, #bmiCalculator td input.bmiCalcResultText {
	color:#493f35;
	border:0px solid #FFF2CF;
	width:100%;
	text-align:center;
	font-size:1em;
}
#bmiCalculator td input.bmiCalcResultBMI {
	font-size:2.2em;
	font-weight:bold;
}
#bmiCalculator p {
	font-size:.8em;
}
/*Food Block Calculator*/
#foodBlockCalculator {
	background-color:#FFF;
	color:#3c3228;
	width:25%;
}
#foodBlockCalculator td {
	padding:8px;
	vertical-align:top;
	width:100%;
}
#foodBlockCalculator td small {
	font-size:.7em;
	color:#7F7367;
}
#foodBlockCalculator td.textRight {
	text-align:right;
}
#foodBlockCalculator td input {
	border:1px solid #666;
}
.foodBlockCalcHeight {
	width:40px;
	text-align:center;
}
.foodBlockCalcWeight {
	width:100px;
	text-align:center;
}
#foodBlockCalcResult {
	text-align:center;
	width:100%;
}
#foodBlockCalculator td input.foodBlockCalcResultBMI, #foodBlockCalculator td input.foodBlockCalcResultText {
	background-color:#FFF2CF;
	color:#493f35;
	border:1px solid #FFF2CF;
	width:100%;
	text-align:center;
	font-size:1em;
}
#foodBlockCalculator td input.foodBlockCalcResultBMI {
	font-size:2.2em;
	font-weight:bold;
}
.sampleMenu {
	margin:0 0 40px 0;
	width:720px;
	float:right;
}
.sampleMenu td {
	padding:5px;
}
.sampleMenu th {
	padding:5px;
	background-color:#939a6b !important;
	color:#fff;
	font-size:1.1em;
	text-align:center;
	border:1px solid #939a6b;
	border-bottom:2px solid #787f52;
}
.sampleMenu .altColumn {
	background-color:#f7f7f7;
}
#foot {
	clear:both;
	float:left;
	width:97%;
	font-size:.7em;
	background-color:#f7f5f0;
	border-top:2px solid #CFC2B5;
	margin:10px 0 10px 0;
	color:#675937;
	padding:20px;
}
#foot a {
	color:#675937;
	text-decoration:none;
	border-bottom:1px dotted #999;
}
#foot a:hover {
	border-bottom:1px solid #675937;
}
#foot p {
}
#foot ul {
	margin-left:0px;
	margin-bottom:10px;
}
#foot ul li {
	display:inline;
	margin:0 auto;
}
#foot ul li a {
	padding:4px;
	margin:0 auto;
	border-bottom:none;
}
#foot ul li a:hover {
	border-bottom:none;
	background-color:#cfc2b5;
	color:#fff;
}

#tabContent img {
	margin:16px;
}
img {
	border:1px solid #888;
}
.noborder, .noborder td {
	border:none !important;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.tableCenter td {
	text-align:center;
}
.ce7601 {
	color:#ce7601;
}
.630 {
	color:#630;
	font-weight:bold;
}
#recommendation {
	border:#7A5F44 thin solid;
	background-color:#654F37;
	color:#FFF;
	padding:5px;
	margin:5px 0 5px 15px;
	width:70%;
}
#recommendation strong {
	color:#CE7601;
}
.note {
	font-size:13px;
	font-style:italic;
	padding:10px;
}
.goalTracker a:hover, .goalTracker a {
	border-bottom:none !important;
}
.goalTracker td {
	border:none !important;
	border-bottom:1px solid #ccc;
}
.disclaimer {
	margin:20px 0 30px 0;
	text-align:justify;
	font-size:1.2em;
	clear:both;
}
.disclaimer h3 {
	font-size:1.35em;
	margin:6px 0 6px 0;
	color:#445722;
	border-bottom:1px solid #CFC2B5;
	padding:2px;
	letter-spacing:.05em;
}
.disclaimer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.5em;
	line-height:1.5em;
	margin:6px 0 10px 0;
}
#TB_window h3 {
	font-size:1.35em;
	margin:6px 0 6px 0;
	color:#445722;
	border-bottom:1px solid #CFC2B5;
	padding:2px;
	letter-spacing:.05em;
}
.client_details {
	width:95%;
	padding-left:5%;
}
.monthly_recipe {
	font-size:0.7em;
}
#previewTable {
	border:none;
}
#previewTable td {
	border:none;
	border-bottom:3px solid #eee;
	padding:44px 12px 44px 12px;
}
#previewTable td.alt {
	background-color:#f8f8f8;
}
#previewTable td h2 {
	font-size:1.2em;
	font-weight:bold;
	color:#222;
}

.error, .crash, .bad {
	background-color:#ed9a9a;
	border:2px solid #c25858;
	background-image:url(/images/remove-32x32.png);
	background-repeat:no-repeat;
	background-position:30px center;
	font-weight:bold;
	padding:20px 20px 20px 80px;
	color:#222 !important;
	font-size:1.2em;
	line-height:1.2em !important;
}
.caution, .alert, .warning, .attention {
	background-color:#fff99d;
	border:2px solid #e6b44a;
	background-image:url(/images/warning-32x32.png);
	background-repeat:no-repeat;
	background-position:30px center;
	font-weight:bold;
	padding:20px 20px 20px 80px; 
	color:#222 !important;
	font-size:1.2em;
	line-height:1.2em !important;
}
.accept, .good, .success {
	background-color:#b2fda5;
	border:2px solid #5fcd4c;
	background-image:url(/images/accept-32x32.png);
	background-repeat:no-repeat;
	background-position:30px center;
	font-weight:bold;
	padding:20px 20px 20px 80px;
	color:#222 !important;
	font-size:1.2em;
	line-height:1.2em !important;
}
.foodjournal_small{
	font-size:10px;
	font-weight:bold;
}
#add_food {
	visibility:collapse;
}
#add_food h3{
	font-size:1.35em;
	margin:6px 0 6px 0;
	color:#445722;
	border-bottom:1px solid #CFC2B5;
	padding:2px;
	letter-spacing:.05em;
}
table.addfood td{
	padding:3px;
}
table.addfood select{
	font-family:Arial, Helvetica, sans-serif;
}
/*
<div class="errorExplanation" id="errorExplanation">
<h2>2 errors prohibited this credit card from being processed.</h2>
<p>There were problems with the following fields:</p>
<ul>
<li>Number is not a valid credit card number</li>
<li>Terms of service must be accepted</li>
</ul>
</div>
#errorExplanation {
	border: 1px solid #f00;
	background-color: #fc5858;
	padding: 10px 20px;
	margin: 0px auto 20px auto;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.3em;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px
}
#errorExplanation h2 {
	background: transparent;
	border-bottom: 1px dashed #fff;
	font-weight: bold;
	padding: 5px;
	font-size: 1.4em;
	color: #fff
}
#errorExplanation ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 15px;
	padding: 0
}
#errorExplanation li {
	margin: 0;
	padding: 0
}
*/
.excerpt article a {
border-top-width: 1px;
border-right-width-value: 1px;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-bottom-width: 1px;
border-left-width-value: 1px;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: solid;
border-right-style-value: solid;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: solid;
border-left-style-value: solid;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: transparent;
border-right-color-value: transparent;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: transparent;
border-left-color-value: transparent;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
display: block;
padding-top: 8px;
padding-right: 8px;
padding-bottom: 8px;
padding-left: 8px;
text-decoration: none;
}
.excerpt article a:hover{
background-color: #ffffff;
border-top-width: 1px;
border-right-width-value: 1px;
border-right-width-ltr-source: physical;
border-right-width-rtl-source: physical;
border-bottom-width: 1px;
border-left-width-value: 1px;
border-left-width-ltr-source: physical;
border-left-width-rtl-source: physical;
border-top-style: solid;
border-right-style-value: solid;
border-right-style-ltr-source: physical;
border-right-style-rtl-source: physical;
border-bottom-style: solid;
border-left-style-value: solid;
border-left-style-ltr-source: physical;
border-left-style-rtl-source: physical;
border-top-color: #c9cac8;
border-right-color-value: #c9cac8;
border-right-color-ltr-source: physical;
border-right-color-rtl-source: physical;
border-bottom-color: #c9cac8;
border-left-color-value: #c9cac8;
border-left-color-ltr-source: physical;
border-left-color-rtl-source: physical;
}
.vl-grid_1{margin-left:10px;}
.vr-grid_1{margin-right:10px;}
.vl-grid_2{margin-left:20px;}
.vr-grid_2{margin-right:20px;}
.vl-grid_3{margin-left:30px;}
.vr-grid_3{margin-right:30px;}