/* @override http://localhost:9012/css/print.css */

body {
	font: 100% Geneva, "Trebuchet MS", sans-serif;
}

#nav {
	display: none;
}

.print {
	display: none;
}

#meat h3 {
	color: #000;
	font-size: 2em;
	font-weight: bold;
}

#meat h3 span {
	font-size: .6em;
	text-shadow: none;
	font-weight: normal;
}

#meat h3 a,
#meat h4 a {
	color: #000;
	text-decoration: none;
}

#meat h3 a:visited,
#meat h4 a:visited {
	color: #000;
}

#productresults table {
	width: 100%;
	margin: 10px 0;
}

#productresults table th {
	padding: 3px;
	text-align: left;
}

#productresults table td {
	padding: 3px;
	font-size: 1.2em;
	line-height: 1.6;
	vertical-align: top;
	border-bottom: 1px solid #000;
}

#productresults table td.code,
#productresults table td.name {
}

#footer {
	display: none;
}

