/* general CSS */
body
{
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.1;
	margin: 0;
	padding: .25in;
}

.no_print
{
	display: none;
}

.print_only
{
	display: block;
}

h1
{
	margin: 0px;
	padding: 0px;
}

h2
{
	margin: 0px;
	margin: 0px;
}

.clear_tag
{
	clear:both; 
	height:1px; 
	font-size: 1px;
	line-height: 1px;
	overflow:hidden;
}

/* interface wrapper */
#wrapper
{
	position: relative;
	background-image: none;
	width: 8in;
	margin: 0;
}

/* Header */

#header
{
	background-image: none;
	height: 100px;
}

#header_left
{
	display: none;
}

#logo, print_logo
{
	height: 94px;
	margin: 0 auto;
}

#header_right
{
	display: none;
}

#navbar
{
	display: none;
}

/* Content */
#content
{
}
#prod-img {
	position: absolute;
	top: 0;
	right: 0;
}
#sidemenu
{
	display: none;
}

/* footers */

#footer
{
	display: none;
}

#below_footer
{
	display: none;
}

/* End product page */

#product_page
{
	background-image: none;
}

#category_hdr
{
	margin: 0 0 10px 0;
	padding: 40px 15px 0 0;
	background-image: none;
	line-height: 15px;
}

#category_hdr h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	line-height: 1;
}

#category_hdr h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 1;
}

#item_details
{
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

#item_menu
{
	float: right;
	width: 120px;
	padding-left: 10px;
}

#item_menu a
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#item_menu .blue_link
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#item_info
{
	padding-top: 5px;
}

#item_info h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0 0 5px 0;
}

#basic_info h1
{
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#basic_info h1.notice {
	color: #f00;
}
#item_left_col {
	float: left;
}
#item_right_col {
	float: left;
	margin: 0 0 0 15px;
	width: 450px;
}
.nutrition-facts, #shipping-info {
	padding: 0 5px;
	width: 250px;
	border: 1px solid #000;
}
.nutrition-facts {
	margin: 0 0 6px 0;
}
.nutrition-facts table, #shipping-info table {
	border-collapse: collapse;
	width: 100%;
}
.nutrition-facts th, #shipping-info th {
	padding: 10px 0;
	font-size: 18px;
	text-align: center;
	border-bottom: 5px solid #000;
}
.nutrition-facts th span {
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.nutrition-facts td, #shipping-info td {
	line-height: 16px;
	border-bottom: 1px solid #000;
}
.nutrition-facts .nutn-desc {
	white-space: nowrap;
}
.nutrition-facts td.nutr-amt, #shipping-info td.nutr-amt {
	text-align: right;
}
.nutrition-facts tr.vitamins td, .nutrition-facts tr.whole-grain td {
	text-align: center;
	font-weight: bold;
}
.nutrition-facts .nutr-foot td {
	white-space: normal;
	border: 0;
	text-align: center;
}
.servings
{
	border-bottom: 5px solid #000000;
}

.bottom_border
{
	width: 218px;
	line-height: 13px;
	border-bottom: 1px solid #000000;
}

.measurement
{
	float: left;
	width: 140px;
}

.percentage
{
	float: right;
	width: 68px;
	text-align: right;
}

.vitamins, .whole-grain
{
	border-top: 5px solid #000000;
}

.shipmeasurement
{
	float: left;
	width: 45%;
}

.shipvalue
{
	float: right;
	width: 55%;
	text-align: right;
}

#recipe_detail td
{
	padding: 5px;
	border: 1px solid #000000;
}