/*
 * print.css
 *
 * Food Content Alerts | 2009
 *
 */
@import url(reset.css);

body {
	font-family: Helvetica, Arial, sans-serif;
}

p {
	font-size: 12px;
}

a {
	color: #0061a9;
	text-decoration: none;
}

#header {
	width: 100%;
	float: left;
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #e3e3e3;
}

#logo {
	width: 133px;
	height: 84px;
	margin: 5px 0 10px;
	float: left;
	overflow: hidden;
}

#logo a {
	width: 100%;
	height: 0px !important;
	padding: 84px 0 0;
	float: left;
	text-indent: -999px;
	background: url(/images/elements/fca_logo_print.png) no-repeat 0 0;
}

#tagline h1 {
	clear: both;
	font-size: 11px !important;
}

#page-content,
#product-details {
	width: 100%;
	float: left;
}

#utility,
#navigation,
.tabs,
#safe-for-box .button,
#safe-food-detail-header,
.rate-safe-food,
#safe-food-info-title .button,
.module-form,
#comments-box,
#safe-food-info img,
#main-search,
.pagination,
#ad,
.skyscraper,
#footer,
.forum-quick-nav,
#forums .button,
#forum-head,
#write-forum-post,
.subnav {
	display: none;
}

/*
 * Safe Foods
 */
#safe-for-box {
	font-size: 11px;
}

#safe-for-box h2, #safe-for-box ul li {
	float: left;
	font-weight: bold;
}

#safe-for-box ul li {
	margin: 0 10px 0 4px;
}

#safe-food-info-title {
	margin: 0 0 20px;
}

.safe-food-specs dl {
	width: 100%;
	float: left;
	margin: 0 0 15px;
	font-size: 11px;
}

.safe-food-specs dl dt {
	float:left;
	clear: left;
}

.safe-food-specs dl dd {
	width: 200px;
	padding-left: 120px;
	display: block;
}

#food-detail-legal {
	margin: 20px 0 0;
	padding: 10px 0 0;
	float: left;
	clear: both;
	border-top: 1px solid #e3e3e3;
	color: #666;
	font-size: 11px;
}

.module-box {
	width: 100%;
	float: left;
	margin: 10px 0;
}

ul.tags li {
	margin: 0 10px 0 0;
	display: inline;
	font-size: 11px;
}

/*
 *Forums
 */
#forums table th,
#forums table td {
	padding: 10px 0;
	border-bottom: 1px solid #999;
}

.forum-breadcrumb {
	margin: 10px 0;
}

.forum-utility {
	margin: 10px 0;
}