/* sitestyle.css stylesheet, version 7.0, 2008-09-30 */

/* initial conditions ============================================== */
* {
	margin: 0px;
	padding: 0px;
	}
/* /initial conditions ============================================== */

/* Tag styles ========================================================= */
html {
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
	}
body {
	text-align: center;
	color: #22150a;
	background-color: #666666;
	background-image: url("/pix/bg.jpg");
	background-position: top left;
	background-repeat: repeat;
	}

body,td,input,textarea,select,option {
	font: normal 12px arial, sans-serif;
	}

p {
	margin: 0px;
	padding: 0px 0px 14px 0px;
	}
p,
div.p,
#pagecontainer li {
	line-height: 1.4;
	}
br {line-height: 140%;}

b {font-weight: bold;}
i {font-style: italic;}
u {text-decoration: underline;}

a,
a:link,
a:visited,
a:hover,
.bn1,
.recycle_list_pagination a,
#pagecontainer a img  {
	color: #00377d;
	border-color: #00377d;
	text-decoration: none;
	}
a:hover,
.bn1:hover,
#pagecontainer a:hover img {
	color: #00154a;
	border-color: #00154a;
	text-decoration: none;
	}
#pagecontainer a:hover img {
	text-decoration: none;
	}

h1,h2,h3,h4 {
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	line-height: 110%;
	color: #433125;
	color: #4e7c20;
	}
h1,
h1 span.notransform {
	font-size: 150%;
	font-size: 20px;
	padding-top: 0px;
	text-transform: lowercase;
	}
h1 span.notransform {
	text-transform: none;
	}
h1 span {
	font-size: 14px;
	font-style: italic;
	}
h2 {
	font-size: 135%;
	font-size: 16px;
	text-transform: lowercase;
	}
h2 span {
	text-transform: none;
	}
h3 {
	font-size: 120%;
	font-size: 14px;
	text-transform: lowercase;
	}
h3 span {
	text-transform: none;
	}
h4 {
	font-size: 100%;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	}
h4 span {
	text-transform: none;
	}

table {border-collapse: collapse;}
table.separate {border-collapse: separate;}

form table td {padding: 3px;}

fieldset {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	}
legend {padding: 0px 5px 0px 5px;}

img {border-width: 0px;}
img, div {
	behavior: url("/iepngfix/iepngfix.htc");/* IE 5-6 png fix */
	}

blockquote {
	padding: 0px 0px 0px 10px;
	}

hr {
	height: 1px;
	margin-bottom: 14px;
	padding: 0px 0px 0px 0px;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	border-color: #000000;
	}
/* /Tag styles ========================================================= */

/* list styles ========================================================= */
ul, ol {margin: 0px 0px 0px 5px;}
ul {padding: 0px 0px 0px 15px;}

#pagecontainer ul	{list-style-image: url("/pix/bullet.gif");}
#pagecontainer ul ul {
	list-style-image: none;
	list-style-type: circle;
	}

ol {padding: 0px 0px 0px 25px;}
li {padding: 0px 0px 0px 0px;}
ul.bullet {list-style-image: url("/pix/bullet.gif");}

#pagecontainer li {
	padding-bottom: 5px !important;
	}
/* /list styles ========================================================= */

/* form ================================================================= */
option {padding: 0px 5px 0px 3px;}

label,
.form1 div.controlset label.label {
	xfont-weight: bold;
	xfont-size: 85%;
	line-height: 1;
	}
input {width: 300px;}
textarea {width: 300px;}

.required {color: #cc0000;}
.auto {width: auto;}

.form1 {
	padding: 10px 0px 10px 0px;
	}
.form1 div {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	padding: 0px 0px 4px 84px;
	}
.form1 div {width: 380px;}
html>body .form1 div {width: auto;}
.form1 label {
/* IE6 requires that the label be followed by a line break
in the source code, who knows why??? */
	position: absolute;
	top: 2px;
	left: 0px;
	z-index: 0;
	width: 80px;
	text-align: right;
	}
.faux_label_push {
	padding-left: 80px;
	}
.form1 div div.multicontainer,
.form1 div div.multicontainer div {
	position: static;
	padding: 0px 0px 4px 0px;
	}
.form1 div.controlset,
.form1 div.controlset div {
	position: static;
	padding: 0px 0px 4px 0px;
	}
.form1 div.controlset label {
	position: static;
	font-weight: normal;
	font-size: 100%;
	padding: 0px 10px 0px 4px;
	}
.form1 div.controlset label.label {
	padding: 0px 2px 0px 4px;
	}
.form1 div.controlset input {
	width: auto;
	}

.form2 {
	}
.form2 div {
	padding: 0px 0px 8px 0px;
	}
.form2 label {
	display: block;
	padding: 0px 0px 3px 0px;
	}

.form_br {
	padding-bottom: 18px !important;
	}
/* /form ================================================================= */

/* buttons =========================================================================== */
/* NOTE: do NOT put these stroked buttons in a tight table, or IE will 
cut off the top border. If you MUST put them into a tight table, 
set the cellpadding to be equal with the padding below */
a.bn1,
a.bn1:visited,
input.bn1 {
	border-style: solid;
	border-width: 1px;
	border-color: #9bafba;
	padding: 2px 4px 2px 4px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #9bafba;
	text-decoration: none !important;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	}
input.bn1 {
	cursor: pointer;
	padding: 1px;
	}
a.bn1:hover,
input.bn1:hover {
	border-color: #5a4b42;
	background-color: #5a4b42;
	color: #9bafba;
	color: #ffffff;
	xbackground-color: #ffffff;
	}

.bn {
	font-size: 10px;
	text-transform: uppercase;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 7px;
	background-image: url("/pix/arrow.gif");
	background-position: 0px 2px;
	background-repeat: no-repeat;
	}

.bn_pdf {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	padding: 3px 0px 5px 20px;
	background-image: url("/pix/pdficon_small.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	}
/* /buttons =========================================================================== */

/* body structure ================================================================== */
#shell {
	width: 900px;
	margin: 0px auto 0px auto; /* centers this div on the page, also, see body definition above */
	text-align: left;
	xborder: solid 1px #00ff00;
	}

#shellcontainer {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
	/* stops page height "flash" on js resize */
	min-height: 1000px;
	height: auto !important;
	height: 1000px;
	background-color: #ffffff;
	border-style: solid;
	border-width: 0px 0px 10px 0px;
	border-color: #6a9b35;
	}
#shellbox1 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 200px;
xbackground-color: orange; 
xborder: solid 1px orange;
	}
#shellbox1_b {
	}
#shellbox2 {
	xmargin: 0px 0px 0px 200px;
xbackground-color: yellow;
xborder: solid 1px yellow;
	}
#shellbox2_b {
	}
/* /body structure ================================================================== */

/* header ============================================================= */
#header {
	padding: 25px 0px 25px 0px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	}
#header_socialmedia {
	position: absolute;
	top: 60px;
	right: 0px;
	z-index: 0;
	height: 40px;
	text-align: right;
xborder: solid 1px lime;
	}
#header_socialmediaicons {
	xposition: absolute;
	xtop: 20px;
	xleft: 0px;
	xz-index: 0;
	color: #ffffff;
	white-space: nowrap;
	}
#header_socialmedia #byline,
#header_socialmedia #byline a {
	font-size: 10px;
	color: #999999;
	}
/* /header ============================================================= */

/* page ============================================================== */
#pagecontainer {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 20;
	width: 100%;
	/* stops page height "flash" on js resize */
	min-height: 1000px;
	height: auto !important;
	height: 1000px;
xborder: solid 1px #000000;
	}
#pagecontainer img {
	xborder-style: solid;
	xborder-width: 1px 1px 1px 1px;
	xborder-color: #000000;
	}
#pagecontainer img.noborder {border-width: 0px;}
img.border {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
	}

#pageboxfull {/* NOTE: NO padding or margins in this box */
xbackground-color: blue;
xborder: solid 1px blue;
	}
#pageboxfull_b {
	padding: 25px 25px 25px 25px;
	}
#pagebox1 {/* NOTE: NO padding or margins in this box */
xbackground-color: red;
xborder: solid 1px red;
	}
#pagebox1_b {
	margin: 0px 294px 0px 0px;
	padding: 25px 25px 25px 25px;
xborder: solid 1px #000000;
	}
#pagebox2 {/* NOTE: NO padding or margins in this box */
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 30;
	width: 294px;
xbackground-color: green;
xborder: solid 1px green;
	}
#pagebox2_b {/* all padding-margins for pagebox2 go here */
	padding: 25px 25px 25px 0px;
xborder: solid 1px black;
	}
/* /page ============================================================== */

/* footer ============================================================= */
#footer0 {
	padding: 25px 0px 25px 0px;
	color: #91c458;
	}
#footer0 #f0_paper {
	padding: 4px 20px 5px 26px;
	background-image: url("/pix/icon_paper.gif");
	background-position: top left;
	background-repeat: no-repeat;
	}
#footer0 #f0_usa {
	padding: 4px 20px 5px 26px;
	background-image: url("/pix/icon_usa.gif");
	background-position: top left;
	background-repeat: no-repeat;
	}
#footer0 #f0_style {
	padding: 4px 20px 5px 26px;
	background-image: url("/pix/icon_style.gif");
	background-position: top left;
	background-repeat: no-repeat;
	}

#footer1 {
	color: #ffffff;
	}
#footer2 {
	padding: 10px 0px 20px 0px;
	font-size: 85%;
	color: #ffffff;
	}
#footer2 a {
	color: #ffffff;
	text-decoration: none;
	}
#footer2 #hp_byline {
	padding: 3px 0px 3px 20px;
	background-image: url("/pix/hp_bug.png");
	background-position: 0px 3px;
	background-repeat: no-repeat;
xborder: solid 1px #000000;
	}
/* /footer ============================================================= */

/* navs =============================================================== */
/* see /_includes.php/nav_dropdowns.php or /_includes.php/nav_lc.php */

ul#headernav {
	position: absolute;
	top: 20px;
	right: 0px;
	z-index: 1000;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
ul#headernav li {
	display: inline;
	}
ul#headernav li#li_start {}
ul#headernav li#li_end {}
ul#headernav a {
	font-size: 10px;
	text-transform: uppercase;
	padding: 5px 10px 0px 6px;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #ffffff;
	color: #ffffff;
	}
ul#headernav a#start {}
ul#headernav a#end {
	border-right-width: 0px;
	padding-right: 0px;
	}
ul#headernav a, ul#headernav a:visited {
	font-weight: normal;
	text-decoration: none;
	}
ul#headernav a:hover {
	text-decoration: none;
	}
ul#headernav a #bn_shopping_cart {
	padding: 5px 0px 0px 18px;
	background-image: url("/pix/icon_cart.gif");
	background-position: 0px 3px;
	background-repeat: no-repeat;
	}


ul#footernav {
	xtext-align: center;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
ul#footernav li {
	display: inline;
	}
ul#footernav li#li_start {}
ul#footernav li#li_end {}

ul#footernav a {
	font-size: 85%;
	padding: 0px 10px 0px 6px;
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #ffffff;
	color: #ffffff;
	}
ul#footernav a#start {padding-left: 0px;}
ul#footernav a#end {border-right-width: 0px;}

ul#footernav a, ul#footernav a:visited {
	font-weight: normal;
	text-decoration: none;
	}
ul#footernav a:hover {
	text-decoration: none;
	}
/* /navs =============================================================== */


/* toppic, initial values to be overridden in individual pages ===================== */
#toppic {
	position: relative;
	top: 0px;
	right: auto;
	bottom: auto;
	left: 0px;
	z-index: 10;
	margin: 0px 0px 0px 0px;
	width: 100%;
	xborder-style: solid;
	xborder-width: 1px 0px 1px 0px;
	xborder-color: #999999;
	}
#toppic #image {
	}
#toppic #text_c {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
	width: 900px;
	height: 256px;
	background-position: top left;
	background-repeat: no-repeat;
xborder: solid 1px #000000;
	}
#toppic #text_c #text {
	position: relative;
	top: 30px;
	left: auto;
	right: 25px;
	font-size: 28px;
	color: #ffffff;
	z-index: 25;
	text-align: right;
	}
#toppic #text_c #text h2{
	font-size: 24px;
	color: #ffedc5;
	}


#toppic_fade {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 10;
xborder: solid 1px red;
	}
#toppic_fade #image {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	}

.blurb {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
/*
	width: 900px;
	height: 256px;
*/
	font-size: 28px;
	text-align: right;
	vertical-align: top;
	color: #231e1e;
	white-space: nowrap;
/*
	background-image: url("/pix/main_hm_watermelon.jpg");
*/
	background-position: top left;
	background-repeat: no-repeat;
	filter: alpha(opacity=0);
	-khtml-opacity: .0;
	-moz-opacity: .0;
	opacity: .0;
xborder: solid 1px green;
	}
.blurb_b {
	padding: 30px 25px 0px 0px;
xborder: solid 1px #000000;
	}

/* toppic =========================================================================== */

/* misc classes ===================================================================== */
.table {
	display: table;
	border-collapse: collapse;
	width: expression("100%");
xborder: solid 1px #000000;
	}
.cell {
	display: table-cell;
	vertical-align: top;
	float: expression("left");
xborder: solid 1px #000000;
	}

table.col2 {
	width: 100%;
	}	
table.col2 td {
	vertical-align: top;
	width: 50%;
	padding-right: 20px;
	}	

.alert,
.error {
	color: red;
	}

.smtxt,
.caption {
	font-size: 85%;
	}
.caption {
	padding-top: 3px;
	}
.lgtxt {font-size: 115%;}

.crumbtrail {
	text-transform: lowercase;
	}

.notransform {text-transform: none;}

.lineheight_normal {line-height: normal;}

.nowrap {white-space: nowrap;}

.block {display: block;}
.inline {display: inline;}
.none {display: none;}

.floatright {float: right;}
.floatleft {float: left;}
.clear {clear: both;}

img.picleft {display: block;}
.picleft, img.picleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
img.picright {display: block;}
.picright, img.picright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

div.pictxtleft:after,
div.pictxtright:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
div.pictxtleft,
div.pictxtright {
	display: expression("inline-block");
	padding-top: 8px;
	padding-bottom: expression("10px");
	}
div.pictxtleft h1,
div.pictxtleft h2,
div.pictxtleft h3,
div.pictxtleft h4,
div.pictxtright h1,
div.pictxtright h2,
div.pictxtright h3,
div.pictxtright h4 {
	padding-top: 0px;
	padding-bottom: 3px;
	}
div.pictxtleft img {
	float: left;
	margin: 2px 10px 10px 0px;
	}
div.pictxtright img {
	float: right;
	margin: 2px 0px 10px 10px;
	}

.clearfix:after {
	/*apply this class to any floated element that needs to be cleared afterwards*/
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.wp_last3 {
	}
.wp_last3_headlines {
	}

.filetree_container {
	float: left;
	min-width: 100%;
	white-space: nowrap;
	background-color: #ffffff;
	border: solid 1px #000000;
	padding: 5px;
	margin-bottom: 15px;
	}

.curves {
/* 
NOTE: this class CANNOT be nested, ex: 
<div class="curves"><div class="curves">stuff here</div></div>

ALSO, it's likely that the class will only work if there is another class
that defines the height and width in px or % (NOT auto!) ex:
<div class="exactboxsize curves">stuff here</div>
*/ 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url("/ie-border-radius/border-radius.htc");
	}

.intro_text {
	font-size: 16px;
	color: #69564c;
	color: #736e67;
	padding: 0px 0px 10px 0px;
	}

.footnote {
	font-size: 10px;
	text-indent: -7px;
	padding-left: 7px;
	}

.line {
	height:4px;
	background-color:#e5e4e0;
	}
/* /misc classes ===================================================================== */

/* tout_411 ========================================================================= */
.tout_411_text {
	margin-bottom: 14px;
	padding: 12px 12px 0px 12px;
	text-align: center;
	color: #444133;
	background-color: #f2f5ea;
	font-size: 14px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
 .tout_411_text h2 #l1 {
	padding-left: 28px;
	background-image: url("/pix/411_leaf_left.gif");
	background-position: top left;
	background-repeat: no-repeat;
	}
.tout_411_text h2 #l2 {
	padding-right: 28px;
	background-image: url("/pix/411_leaf_right.gif");
	background-position: top right;
	background-repeat: no-repeat;
	}
.tout_411_text h2 {
	color: #4e7c20;
	font-size: 16px;
	}
.tout_411_text p {
	margin: 0px;
	padding: 0px;
	}
/* /tout_411 ========================================================================= */

/* home ============================================================================= */
.hm_touts {
	clear: both;
	}
.hm_touts:after {
	/*apply this class to any floated element that needs to be cleared afterwards*/
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
.hm_touts {display: inline-block;}
/* Hides from IE-mac \*/
* html .hm_touts {height: 1%;}
.hm_touts {display: block;}
/* End hide from IE-mac */

.hm_touts_c1,
.hm_touts_c2 {
	float: left;
	width: 246px;
	padding-bottom: 10px;
	}
.hm_touts_c1 {
	padding-right: 25px;
	}
.hm_touts_c2 {
	}
/* /home ============================================================================= */

/* eco_terms ======================================================================== */
.eco_terms_container {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
	}
.eco_terms_container h2 {
	}
.eco_terms_container .rc {
	position: absolute;
	top: 30px;
	right: -294px;
	z-index: 10;
	}
/* /eco_terms ======================================================================== */


/* global_warming =================================================================== */
#global_warming_faq .faq {
	padding: 0px 0px 0px 0px;
	}
#global_warming_faq .credit {
	padding: 0px 0px 14px 260px;
	}
/* /global_warming =================================================================== */

/* recycle records ================================================================== */
table.recycle_list {
	width: 100%;
	xmargin-top: 15px;
xborder: solid 1px #000000;
	}
table.recycle_list td {
	vertical-align: top;
	padding-right: 20px;
	}
table.recycle_list td h3 {
	text-transform: none;
	padding-bottom: 0px;
	}
.recycle_list_pagination {
	padding: 0px 0px 10px 0px;
	}
.recycle_list_pagination a {
	margin-right: 5px;
	padding: 3px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	/*border-color: #000000; color defined with a at top of page */
	}
.recycle_list_pagination a.static {
	color: #000000;
	border-color: #000000;
	}
/* /recycle records ================================================================== */

/* ingredients records ============================================================== */
#ingredients_book_type {
	xborder: solid 1px #2d211d;
	padding: 10px;
	float: left;
	background-color: #f5f5f3;
	}
#ingredients_book_type:after {
	/*apply this class to any floated element that needs to be cleared afterwards*/
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
#ingredients_book_type {display: inline-block;}
/* Hides from IE-mac \*/
* html #ingredients_book_type {height: 1%;}
#ingredients_book_type {display: block;}
/* End hide from IE-mac */
#ingredients_book_type .ingred {
	font-size: 14px;
	color: #281c18;
	padding: 0px 0px 5px 0px;
	}

#ingredients_book_type .ingred span,
table#ingredients th {
	color: #4f6731;
	}

table#ingredients {
	margin: 20px 0px 20px 0px;
	}
table#ingredients th,
table#ingredients td {
	padding: 5px;
	}
table#ingredients th {
	text-transform: lowercase;
	font-weight: normal;
	}
table#ingredients #eco_attrib,
table#ingredients #mfr_loc,
table#ingredients #eco_attrib {
	}
table#ingredients th #mfr_loc {
	padding-left: 28px;
	background-image: url("/pix/icon_in_loc.gif");
	background-position: top left;
	background-repeat: no-repeat;
	}
table#ingredients th #eco_attrib {
	padding-left: 28px;
	background-image: url("/pix/icon_in_attribute.gif");
	background-position: top left;
	background-repeat: no-repeat;
	}
table#ingredients th #emp {
	padding-left: 28px;
	background-image: url("/pix/icon_in_people.gif");
	background-position: top left;
	background-repeat: no-repeat;
	}
table#ingredients td {
	border-style: solid;
	border-width: 1px 1px 0px 0px;
	border-color: #e5e4e0;
	vertical-align: top;
	}
table#ingredients td.start {
	text-align: right;
	width: 100px !important;
	}
table#ingredients td.end {
	border-right-width: 0px;
	text-align: center;
	}
table#ingredients .container {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1000;
	}
table#ingredients .container .long_desc {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3000;
	width: 440px;
	width: 500px;
	padding: 25px 15px 15px 15px;
	background-color: #f5f5f3;
	text-align: left;
	border: solid 1px #000000;
	}
.long_desc_close_bn {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 20;
	}
/* /ingredients records ============================================================== */

/* prod_records ===================================================================== */
/*
#powered_by_bn_container {
	position: relative;
	top: -13px;
	left: 0px;
	z-index: 0;
	margin: 10px 0px 0px 0px;
	}
#powered_by_bn {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
	font-size: 85%;
	color: #999999;	
	text-align: right;
	xpadding-bottom: 5px;
	xborder-style: solid;
	xborder-width: 0px 0px 1px 0px;
	xborder-color: #cccccc;
	}
#powered_by_bn span {
	position: relative;
	top: -19px;
	left: -6px;
	z-index: 0;
	}
*/
#powered_by_bn_container {
	position: relative;
	top: 0px;
	right: 0px;
	z-index: 0;
	margin: 20px 0px 0px 0px;
xborder: solid 1px #000000;
	}
#powered_by_bn {
	position: absolute;
	top: -28px;
	right: 0px;
	z-index: 0;
	width: 112px;
	}
#powered_by_bn span {
	display: block;
	font-size: 85%;
	color: #999999;
	padding-bottom: 2px;
	}


table.prod_records {
	width: 100%;
	margin: 0px 0px 20px 0px;
	xborder-style: solid;
	xborder-width: 1px 0px 0px 0px;
	xborder-color: #cccccc;
	}
table.prod_records th,
table.prod_records td {
	xvertical-align: top;
	padding: 5px 3px 5px 3px;
	padding: 0px 3px 0px 3px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #cccccc;
	}
table.prod_records th {
	text-transform: lowercase;
	}
table.prod_records td h3 {
	padding: 20px 0px 3px 0px !important;
	}
table.prod_records td h3#start {
	padding-top: 0px !important;
	}
table.prod_records td.category {
	white-space: nowrap;
	text-transform: lowercase;
	}
table.prod_records td.cover {
	white-space: nowrap;
	text-transform: lowercase;
	}
table.prod_records td.size {
	width: 70px;
	white-space: nowrap;
	text-transform: lowercase;
	}
table.prod_records td.color {
	white-space: nowrap;
	text-transform: lowercase;
	}
table.prod_records td.color select {
	min-width: 100px;
	width: expression("100px");
	text-transform: lowercase;
	}
table.prod_records td.color option {
	text-transform: lowercase;
	}
table.prod_records td.pages {
	white-space: nowrap;
	}
table.prod_records td.short_title {
	}
table.prod_records td.short_desc {
	width: 100%;
	}
table.prod_records td.trim_size {
	white-space: nowrap;
	}
table.prod_records td.price {
	white-space: nowrap;
	text-align: right;
	width: 100px;
	}
table.prod_records td.action {
	text-align: right;
	width: 30px;
	}
table.prod_records td.action img.bn_buy_btn {
	padding-top: 4px;
	}

.sizes {
	padding: 0px 0px 10px 0px;
	}
.sizes:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
.sizes {display: inline-block;}
/* Hides from IE-mac \*/
* html .sizes {height: 1%;}
.sizes {display: block;}
/* End hide from IE-mac */

.container_sizes {
	float: left;
	padding: 0px 20px 6px 0px;
	}
.container_sizes .sizes_img {
	padding-bottom: 2px;
	}
.container_sizes .sizes_size_title {
	text-transform: lowercase;
	}
.container_sizes .sizes_trim_size {
	font-size: 10px;
	}

.container_colorbar {
	float: left;
	padding: 0px 10px 6px 0px;
	}
.colorbar {
	height: 12px;
	width: 110px;
	}
.colorbar_label {
	font-size: 10px;
	text-transform: uppercase;
	padding: 2px 0px 0px 0px;
	}
/* /prod_records ===================================================================== */

/* store loc records ================================================================ */
#store_loc_records {
	width: 100%;
	}
#store_loc_records td {
	width: 33%;
	vertical-align: top;
	padding-right: 10px;
	}
#store_loc_records .record {
	padding: 0px 0px 14px 0px;
	}
#store_loc_records .record #store_loc_type_title {
	font-size: 10px;
	font-style: italic;
	}
#store_loc_records .record #id {}
#store_loc_records .record #edit_date {}
#store_loc_records .record #create_date {}
#store_loc_records .record #status {}
#store_loc_records .record #uuid {}
#store_loc_records .record #token {}
#store_loc_records .record #title {
	font-size: 14px;
	color: #4e7c20;
	padding-bottom: 3px;
	}
#store_loc_records .record #addr_1 {}
#store_loc_records .record #city_state_zip {
	padding-bottom: 5px;
	}
#store_loc_records .record #phone {}
#store_loc_records .record #fax {}
#store_loc_records .record #phone span,
#store_loc_records .record #fax span {
	font-size: 10px;
	text-transform: uppercase;
	padding-right: 4px;
	}
#store_loc_records .record #inc_num {}
#store_loc_records .record #bncb_num {}
#store_loc_records .record #desc {}
/* /store loc records ================================================================ */

/* register ============================================================================ */
.regform {
	}
.regform fieldset {
	padding: 10px 10px 10px 10px;
	margin-bottom: 20px;
	}

/* /register ============================================================================ */

/* cart ================================================================================ */
input.cart_qty {
	width: 35px;
	margin: 5px 0px 5px 0px;
	}
#cart_buttons {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	margin: 4px 0px 14px 0px;
	padding: 2px 0px 2px 0px;
xborder: solid 1px #000000;
	}
#cart_buttons #bn_viewcart_btn,
#cart_buttons #bn_checkout_btn {
	position: absolute;
	left: 150px;
	z-index: 0;
	}
#cart_buttons #bn_viewcart_btn {
	top: -4px;
	top: expression("0px");
	}
#cart_buttons #bn_checkout_btn {
	top: -1px;
	left: expression("190px");
	}
#checkout_powered_by {
	display: block;
	position: relative;
	top: -13px;
	left: 260px;
	z-index: 0;
	width: 112px;
xborder: solid 1px #000000;
	}
 /* /cart ================================================================================ */

/* lost/found =========================================================================== */
#lf_posts {
	xpadding: 10px 10px 10px 10px;
	xbackground-color: #f4f2ed;
	}
.lf_items {
	margin-bottom: 14px;
	padding: 10px 0px 0px 0px;
	border-style: dotted;
	border-width: 1px 0px 0px 0px;
	border-color: #000000;
	}
.lf_items .lf_create_date {
	font-size: 10px;
	font-style: italic;
	}
.lf_items .lf_register_pin {
	padding-bottom: 3px;
	}
.lf_items .lf_details {
	padding: 5px 0px 5px 0px;
	}
.lf_items .lf_details .lf_cover_title {
	}
.lf_items .lf_details .lf_size_title {
	}
.lf_items .lf_details .lf_color_title {
	}
.lf_items .lf_details .lf_page_format_title {
	}
.lf_items .lf_details .lf_cover_title span,
.lf_items .lf_details .lf_size_title span,
.lf_items .lf_details .lf_color_title span,
.lf_items .lf_details .lf_page_format_title span {
	color: #4e7c20;
	}
.lf_items .lf_distinguishing_characteristics {
	}
.lf_items .lf_byline {
	font-style: italic;
	}
.lf_items .lf_contact {
	padding: 10px 0px 0px 0px;
	}
/* /lost/found =========================================================================== */
 
.table_custom {
	width: 10%;
	margin: 0px 0px 15px 0px;
xborder: solid 1px #000000;
	}
.table_custom	td {
	padding: 0px 20px 0px 0px; 
	vertical-align: top;
	}
.table_custom	td#end {
	padding-right: 0px;
	}


/* print styles ========================== */
@media print {
/* hack to give hasLayout to IE7, stops runaway printing */
#pagecontainer,
#pageboxfull,
#pagebox0,
#pagebox1,
#pagebox2,
#pagebox3 {
	min-height: 0 !important;
	}
/* /hack to give hasLayout to IE7 */
	}
/* /print styles ========================== */
