* {
	margin: 0;
	padding: 0;
	text-align: left;
}

body {
	height: 100%;
	background: #eee;
}

/* structure
-------------------------------------------------- */

#container {

}

#subcontainer {
	width: 508px;
	background: #fff;
	margin: 0 auto;
}

/* header */

#header {
	height: 80px;
	padding: 20px;
	background: #8cc540;
}
	
	#header p a {
		color: #fff;
		font: bold 18px/80px Arial, Helvetica, sans-serif;
	}

/* content */

#content {
	padding: 20px;
}

/* footer */

#footer {
	padding: 20px;
	background: #f8f8f8;
}

	#footer p {
		padding: 0;
		font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
	}
	
	#footer p a {
		color: #000;
		font-weight: normal;
	}

/* stats */

#stats {
	display: none;
}

/* links
-------------------------------------------------- */

a {
	font-weight: bold;
	color: #3080cb;
}

a:hover {
	color: #8cc540;
}

/* type
-------------------------------------------------- */

h1 {
	padding: 0 0 10px 0;
	font: bold 18px/27px Arial, Helvetica, sans-serif;
}

h2 {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	color: #000;
	font: bold 12px/18px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 2px solid #f8f8f8;
}

p {
	padding: 0 0 10px 0;
	font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
}

/* modules
-------------------------------------------------- */

/* alphabet list */

ol.alphabet {
	list-style: none;
	overflow: hidden;
	zoom: 1;
	padding: 0 0 0 0;
}

	ol.alphabet li {
		float: left;
		display: block;
	}
	
	ol.alphabet li a {
		padding: 3px;
		color: #3080cb;
		font: bold 11px/25px Verdana, Arial, Helvetica, sans-serif;
		text-align: center;
	}
	
	ol.alphabet li a:hover {
		color: #fff;
		background: #3080cb;
	}
	
/* calories */

/*

div#calories {
	overflow: hidden;
	zoom: 1;
	height: 60px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #8cc540;	
}

	div#calories div {
		width: 234px;	
	}
	
	div#calories div p.heading {
		padding: 0 0 1px 0;
		font: bold 11px/11px Verdana, Geneva, sans-serif;
	}
	
	div#calories div p {
		padding: 0 0 1px 0;
		font: normal 10px/12px Verdana, Geneva, sans-serif;
	}

*/

div#calories {
	overflow: hidden;
	zoom: 1;
	height: 60px;
	padding: 0 0 10px 0;
}

	div#calories p {
		float: left;
		font: bold 11px/11px Verdana, Geneva, sans-serif;
		width: 116px;
		padding: 2px 0 0 0;

	}
	
		div#calories p span {
			text-decoration: underline;
		}
	
		div#calories p span.per {
			display: block;
			padding: 2px 0 0 0;
			font: normal 10px/11px Verdana, Geneva, sans-serif;
			text-decoration: none;
		}
	
	div#calories div {
		float: left;
		width: 234px;
		height: 60px;
	}
	
/* items */

ul.items {
	list-style: none;
	padding: 0 0 10px 0;
}

	ul.items li {
		font: normal 11px/25px Verdana, Arial, Helvetica, sans-serif;
	}
	
	ul.items li a {
		display: block;
		padding: 5px 0;
		background: #fff;
		border-bottom: 2px solid #f8f8f8;
	}
	
/* nutrval */

h2 a {
	color: #000;
	text-decoration: underline;
}

div#nutrval {

}
	
/* nutrients */

table#nutrients {
	width: 468px;
	margin: 0 0 20px 0;
	border-collapse: collapse;
	border-bottom: 2px solid #b3dc7c;
	font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
}

	table#nutrients caption {
		padding: 0 0 10px 0;
		font-weight: bold;
	}
	
	table#nutrients tbody tr:hover {
	
	}
	
	table#nutrients thead tr th {
		padding: 8px 12px;
		border-right: 1px solid #b3dc7c;
		border-bottom: 1px solid #b3dc7c;
		background: #dbf9b4;
		font-weight: bold;
		width: 232px;
	}
	
	table#nutrients thead tr th dfn {
		font-weight: bold;
		border-bottom: 1px dotted #000;
	}
	
	table#nutrients tbody tr {
	
	}
	
	table#nutrients tbody tr.alt {
		background: #eeffd8;
	}
	
	table#nutrients tbody tr td {
		padding: 10px 12px;
		border-right: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}
	
	table#nutrients tbody tr.alt td {
		border-right: 1px solid #dbf9b4;
		border-bottom: 1px solid #dbf9b4;
	}
	
	table#nutrients tbody tr td a {
		text-decoration: none;
	}
	
	table#nutrients tbody tr td.rate {
		font-family: "Lucida Console";
	}
	
	table#nutrients tbody tr td.name {
		padding: 0;
	}
	
	table#nutrients tbody tr td.name a {
		display: block;
		padding: 10px 12px;
		color: #476977;
		font-weight: bold;
	}
	
	table#nutrients tbody tr td.name a:hover {
		text-decoration: underline;
	}
	
	table#nutrients tr td img {
		display: block;
	}
	
/* extlinks */

ul.extlinks {
	padding: 0 0 0 15px;
}

	ul.extlinks li {
		font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
	}
	
	ul.extlinks li a {
		font-weight: normal;
	}

/* ad */

div.ad {
	width: 468px;
	margin: 0 0 10px 0;
}

div#ad {
	height: 100%;
	width: 100%;
	position: absolute;

}

	div#ad div#background {
		height: 100%;
		width: 100%;
		position: absolute;
		background: #000;
		filter:alpha(opacity=70);
		opacity: 0.7;
		-moz-opacity:0.7;
	}

	div#ad #content {
		background: #fff;
		position: absolute;
		width: 500px;
		padding: 10px;
		margin: 50px 50% 0 0;
		right: -260px;
	}
	
		div#ad #content img {
			border: none;
		}
		
		div#ad #content a#close {
			display: block;
			text-align: right;
			font: bold 14px/14px Arial, Helvetica, sans-serif;
			text-decoration: none;
		}
		
/* search */

form#search {
	padding: 0 0 10px 0;
	overflow: hidden;
	zoom: 1;
}

	form#search input {
		float: left;
		display: block;
		background: #fff;
		margin: 1px 0 10px 0;
		border-right: 2px solid #f7f7f7;
		border-bottom: 2px solid #f7f7f7;
		border-top: 2px solid #d1d1d1;
		border-left: 2px solid #d1d1d1;
		font: normal 11px/11px Verdana, Arial, Helvetica, sans-serif;
		padding: 5px;
		color: #333;
		width: 200px;
	}
	
	form#search button {
		float: left;
		background: #e8e8e8;
		border-right: 2px solid #d1d1d1;
		border-bottom: 2px solid #d1d1d1;
		border-top: 2px solid #f7f7f7;
		border-left: 2px solid #f7f7f7;
		font: bold 11px/12px Verdana, Arial, Helvetica, sans-serif;
		padding: 4px;
		overflow: visible;
		width: auto;
		color: #333;
		cursor: pointer;
		margin: 0 0 0 5px;
	}
	
