/*
-
-
----- GLOBAL -----
-
-
*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, img, a, div, tr, td, table {
margin: 0px;
padding: 0px;
border: 0px;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
color: #000;
font-weight: normal;
text-decoration: none;
-webkit-text-size-adjust: none;
}

html, body {
height: 100%;
}

body {
text-align: center;
background-color: #F0F0F0;
}

.green {
color: #3a7728;
color: #709302;
}

.red {
color: #d62828;
}

.blue {
color: #027093;
color: #3b82f6;
color: #2162a1;
}

.bold {
font-weight: bold;
}

.center {
text-align: center;
}

.italic {
font-style: italic;
}

.underline {
text-decoration: underline;
}

.align_l {
text-align: left;
}

.align_r {
text-align: right;
}

/* remove blue border on chrome when clicked */
a:focus, button:focus, input:focus, select:focus, textarea:focus {
outline:0;
}

input, textarea {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}

/* clearfix styles */
.group:before,
.group:after {
  display: table;
  content: "";
}

.group:after {
  clear: both;
}

.group {
    *zoom: 1;
}

/*
-
-
----- BUTTONS ----
-
-
*/

/* see newsletter, feedback forms */
.primary_button {
cursor: pointer;
font-size: 14px;
-webkit-appearance: none;
padding: 7px 9px;
margin: 20px 0 20px 0;
background-color: #709302;
background-image: -webkit-linear-gradient(#96c503, #709302);
background-image: linear-gradient(#96c503, #709302);
border: solid 1px #709302;
border-radius: 3px;
color: #fff;
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
font-weight: 500;
letter-spacing: .1em;
}

.primary_button:hover {
background: #709302
}

/*
-
-
----- HEADER -----
-
-
*/

/*
#covid {
background-color: #3f3f3f;
background-color: #000;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 40px;
vertical-align: middle;
z-index: 999;
}

#covid p {
padding: 8px 0 0 0;
}

#covid p a {
color: #F0F0F0;
}

#covid img {
height: 24px;
vertical-align: middle;
}
*/

/* http://mmenu.frebsite.nl */

#mobile_header {
display: block;
position: fixed;
left: 0;
top: 40px; /* covid */
top: 0;
width: 100%;
height: 84px; /* text on tiptop */
height: 50px;
background-color: #F0F0F0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 999;
z-index: 2147483647;
border-bottom: 1px solid #ccc;
}

#mobile_banner_text {
padding: 8px 5px;
background-color: #3f3f3f;
color: #fff;
}

#mobile_header #logo {
display: inline-block;
padding: 10px 0 0 20px;
}

#mobile_header #right {
float: right;
padding: 8px 14px 0 0;
display: inline-block;
}

#mobile_header #left {
float: left;
padding: 8px 0 0 14px;
display: inline-block;
}

#mobile_header #left span {
display:block;
width:28px;
height:4px;
margin:5px 0;
background: #3f3f3f;
z-index:99;	
}

nav#menu, nav#menu-right {
padding-top: 90px; /* covid */
padding-top: 84px; /* text on tip top */
padding-top: 50px;


}

html.mmenu-left .mmenu > ul > li {
text-align: left;
}

html.mmenu-right .mmenu > ul > li {
text-align: left;
}

#tiptop {
display: none;
}

#header {
display: none;
}

@media (min-width: 960px) {

	#covid {
	position: static;
	}
	
	#mobile_header {
	display: none;
	}

	/* tiptop */	
	#tiptop {
	display: block;
	background-repeat:repeat-x;
	background-color: #709302;
	}

	#tiptop_container {
	text-align: left;
	margin: 0 auto 0 auto;
	max-width: 950px;
	}

	#tiptop_container #top_right_logos {
	float: right;
	padding: 5px 0 0 0;
	}

	#tiptop_container p {
	color: #FFF;
	padding: 7px 0 7px 0;
	font-size: 0.9em;
	/* 16 * 0.0625 = 1px */
  	letter-spacing: 0.0625em;
	}	

	/* header */
	#header {
	display: block;
	text-align: left;
	margin: 0 auto 0 auto;
	max-width: 950px;
	}

	#header #right_header {
	float: right;
	clear: right;
	}

	#header #right_header p {
	text-align: right;
	font-size: 0.9em;
	}

	#header #right_header #checkout_button {
	float: right;
	margin: 10px 0 0 0;
	}

	#header #right_header #checkout_button a {
	display: block;
	width: 170px;
	height: 54px;
	background-image:url('../images/_global/green-repeat.jpg');
	background-repeat:repeat-x;
	background-color: #709302;
	border-radius:6px;
	color: #fff;
	}

	#header #right_header #checkout_button a:hover {
	background-image: none;
	}

	#header #right_header #checkout_button #cart_img {
	float: left;
	margin: 11px 8px 0 13px;
	}

	#header #right_header #checkout_button #cart_text {
	text-align: left;
	display: block;
	padding: 11px 0 0 0;
	}

	#header #right_header #header_testimonial {
	padding: 8px 0 0 0;
	width: 460px;
	font-style: italic;
	font-family: Georgia, Times, 'Times New Roman', serif;
	float: right;
	clear: right;
	}

	#header #right_header #header_testimonial_extra {
	padding: 40px 0 0 0;
	width: 460px;
	font-style: italic;
	font-family: Georgia, Times, 'Times New Roman', serif;
	float: right;
	clear: right;
	}

	#header #logo {
	margin: 26px 0 22px 0;
	float: left;
	}

	/* header menu */
	#table_hm {
	clear: both;
	}

	#table_hm table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	}

	#table_hm table td {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	background-color: #F8F8F8;
	background-image:url('../images/_global/gray-nav-repeat.jpg');
	background-position:left bottom;
	background-repeat:repeat-x;
	text-align: center;
	vertical-align: middle;
	}

	#table_hm table td a {
	vertical-align: middle;
	}

	#table_hm table td img {
	vertical-align: middle;
	}

	#table_hm table #last {
	border-right: 0px;
	}

	#table_hm table td a {
	display: block;
	font-weight: bold;
	font-size: 0.8em;
	padding: 12px 0 12px 0;
	}

	#table_hm table td a:hover {
	background-color: #E8E8E8;
	}
}


/*
-
-
----- CONTAINER -----
-
-
*/

#container {
text-align: left;
margin: 90px auto 0 auto; /* covid */
margin: 84px auto 0 auto; /* text on tiptop */
margin: 50px auto 0 auto;


max-width: 950px;
}

#home_container {
text-align: left;
margin: 0 auto 0 auto;
max-width: 950px;
}

@media (min-width: 960px) {
	
	#container {
	margin: 0 auto 0 auto;
	}
}

/*
-
-
----- LEFTCOL -----
-
-
*/

#leftcol {
display: none;
}

@media (min-width: 960px) {

	#leftcol {
	display: block;
	width: 230px;
	margin: 10px 0 10px 0;
	float: left;
	background-color: #3f3f3f;
	padding: 0 0 10px 0;
	}

	#leftcol h1 {
	color: #F0F0F0;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.3em;
	margin: 10px 0 0 10px;
	}

	#leftcol a {
	display: block;
	font-size: 0.9em;
	color: #F0F0F0;
	margin: 2px 10px 0 10px;
	}

	#leftcol a:hover {
	text-decoration: underline;
	}

	#leftcol p {
	color: #F0F0F0;
	text-align: center;
	padding: 36px 0 38px 0;
	cursor: pointer;
	}

	#leftcol #view_all_species {
	margin: 15px 0 15px 10px;
	}
}

/*
-
-
----- BREADCRUMBS -----
-
-
*/

#breadcrumbs {
background-color: #fff;
padding: 10px 0 10px 10px;
margin: 10px 0 0 0;
font-size: 0.8em;
}

#breadcrumbs a {
color: #709302;
}

#breadcrumbs a:hover {
text-decoration: underline;
}

@media (min-width: 960px) {
	
	#breadcrumbs {
	background-color: transparent;
	padding: 0;
	margin: 10px 0 0 0;
	}
}

/*
-
-
----- RIGHTCOL -----
-
-
*/

#rightcol {
width: 100%;
float: none;
}

/* secondary */	
#rightcol .secondary h1 {
background-image:url('../images/_global/green-repeat.jpg');
font-family: Georgia, Times, "Times New Roman", serif;
background-repeat:repeat-x;
color: #fff;
clear: both;
letter-spacing: 1.4px;
font-size: 1.4em;
text-align: center;
padding: 10px 0;
margin: 0;
}

#rightcol .secondary h2 {
background-image:url('../images/_global/green-repeat.jpg');
font-family: Georgia, Times, "Times New Roman", serif;
background-repeat:repeat-x;
color: #fff;
padding: 5px 0 5px 10px;
clear: both;
margin: 10px 0 0 0;
letter-spacing: 1.2px;
font-size: 1em;
}

#rightcol .secondary_boxes li {
list-style: none;
background-color: #fff;
text-align: center;
width: 49%;
margin: 10px 0 0 0;
padding: 10px 0 0 0;
}		

#rightcol .secondary_boxes li:nth-child(3n+2) {
margin: 10px 0 0 0;
}

#rightcol .secondary_boxes li:nth-child(odd) {
float: left;
}

#rightcol .secondary_boxes li:nth-child(even) {
float: right;
}

#rightcol .secondary_boxes li p {
color: #363636;
font-weight: bold;
}

#rightcol .secondary_boxes li a img {
width: 60%;
height: auto;
}

#rightcol .secondary_boxes li .ad_button {
display: block;
width: 90%;
margin: 0 auto 0 auto;
height: 80px;
background-image: none;
border: none;
text-align: center;
}

#rightcol .secondary_boxes li .ad_button .l1 {
margin: 10px 0 0 0;
display: block;
font-weight: bold;
font-size: 0.8em;
}

#rightcol .secondary_boxes li .ad_button .l2 {
display: block;
font-size: 0.6em;
margin: 1px 0 0 0;
}

#rightcol .secondary_boxes li .ad_button .l3 {
margin: 2px 0 0 0;
display: block;
font-size: 0.6em;
}

/* tertiary */
#rightcol .tertiary {
padding: 0 0 10px 0;
}

#rightcol .tertiary h1 {
background-image:url('../images/_global/green-repeat.jpg');
background-repeat:repeat-x;
font-family: Georgia, Times, "Times New Roman", serif;
color: #fff;
padding: 10px 0 10px 10px;
clear: both;
letter-spacing: 1.4px;
font-size: 1.4em;
}

#rightcol .tertiary h2 {
font-family: Georgia, Times, "Times New Roman", serif;
font-style: italic;
color: #709302;
padding: 20px 0 0 10px;
clear: both;
margin: 6px 0 0 0;
letter-spacing: 1.1px;
font-size: 1.5em;
}

#rightcol .tertiary .white_background {
background-color: #fff;
border: 1px solid #ccc;
}

#rightcol .tertiary .space_me {
margin: 10px 0 0 0;
}

#rightcol .tertiary .space_me_below_tabs {
margin: 6px 0 0 0;
}

#rightcol .tertiary .extra_bottom {
padding-bottom: 15px;
}

#rightcol .tertiary .white_background .product_header_img {
padding: 10px 0 0 0;
display: block;
max-width: 100%;
margin: 0 auto;
}

#rightcol .tertiary .white_background p {
padding: 10px 10px 0 10px;
font-family: Georgia, Times, "Times New Roman", serif;
}

#rightcol .tertiary .white_background .more_exist2 {
padding: 10px 10px 10px 10px;
border-top: 1px solid #F0F0F0;
width: 130px;
padding: 0;
margin: 20px 0 20px 10px;
}

#rightcol .tertiary .white_background .more_exist2 a {
font-weight: bold;
color: #fff;
display: block;
padding: 10px 10px 10px 20px;
font-family: arial;
}

#rightcol .tertiary .white_background .more_exist2 a:hover {
background-color: #83ac02;
text-decoration: none;
}

#rightcol .tertiary .white_background .more_exist2 {
position: relative;
background: #709302;
}

#rightcol .tertiary .white_background .more_exist2:after {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-left-color: #709302;
border-width: 19px;
margin-top: -19px;
}

#rightcol .tertiary .white_background .more_exist2:hover:after {
border-left-color: #83ac02;
}

#rightcol .tertiary .white_background ul {
margin: 10px 30px 0 30px;
}

#rightcol .tertiary .white_background ul li {
font-family: Georgia, Times, "Times New Roman", serif;
}

#rightcol .tertiary .white_background a {
font-family: Georgia, Times, "Times New Roman", serif;
color: #709302;
}

#rightcol .tertiary .white_background a:hover {
text-decoration: underline;
}

#rightcol .tertiary .products_desc {
font-family: Georgia, Times, "Times New Roman", serif;
padding: 10px;
} 

#rightcol .tertiary .products_desc img {
float: right;
margin: -20px 10px 10px 10px;
}

#rightcol .tertiary #specie_lumber_price_table table {
width: 100%;
border-spacing: 0;
border-collapse: collapse;
}

#rightcol .tertiary #specie_lumber_price_table th {
padding: 20px 3px 5px 3px;	
}

#rightcol .tertiary #specie_lumber_price_table td {
padding: 10px 3px 10px 3px;
}

@media (min-width: 350px) {

	#rightcol .tertiary #specie_lumber_price_table th {
	padding: 20px 10px 5px 10px;
	}
		
	#rightcol .tertiary #specie_lumber_price_table td {
	padding: 10px 10px 10px 10px;
	}
}

@media (min-width: 767px) {

	#rightcol .secondary_boxes li .ad_button .l1 {
	font-size: 1em;
	}

	#rightcol .secondary_boxes li .ad_button .l2 {
	font-size: 0.9em;
	}

	#rightcol .secondary_boxes li .ad_button .l3 {
	font-size: 0.9em;
	}
}

@media (min-width: 960px) {

	#rightcol {
	float: right;
	width: 710px;
	}
	
	#rightcol .secondary h1 {
	text-align: left;
	padding: 10px 0 10px 10px;
	margin: 10px 0 0 0;
	}
	
	#rightcol .secondary_boxes li {
	width: 230px;
	margin-top: 10px;
	padding-top: 10px;
	height: 305px;
	overflow: hidden;
	}
	
	#rightcol .secondary_boxes li:nth-child(3n+2) {
	margin-right: 10px;
	margin-left: 10px;
	}
	
	#rightcol .secondary_boxes li:nth-child(odd) {
	float: left;
	}

	#rightcol .secondary_boxes li:nth-child(even) {
	float: left;
	}
	
	#rightcol .secondary_boxes li a img {
	width: auto;
	height: auto;
	}
	
	#rightcol .secondary_boxes li .ad_button {
	width: 210px;
	height: 71px;
	background-image:url('../images/home/gray-button.jpg');
	background-repeat:no-repeat;
	text-align: center;
	border: 1px solid #e0e0e0;
	margin: 0 0 10px 9px;
	}
	
	#rightcol .secondary_boxes li .ad_button .l1 {
	font-size: 0.9em;
	}

	#rightcol .secondary_boxes li .ad_button .l2 {
	font-size: 0.8em;
	}

	#rightcol .secondary_boxes li .ad_button .l3 {
	font-size: 0.8em;
	}
	
	#rightcol .secondary_boxes li .ad_button:hover {
	border: 1px solid #999;
	}
	
	#rightcol .tertiary h1 {
	margin: 10px 0 0 0;
	}	
}

/*
-
-
----- PAGENATION -----
-
-
*/

#pagenation2 {
color: #ccc;
margin: 15px 0 0 0;
text-align: right;
padding: 0 0 10px 0;
text-align: center;
}

#pagenation2 a {
background-color: #F9F9F9;
border: 1px solid #ccc;
padding: 6px 14px 6px 14px;
margin: 8px 0px 0 4px;
display: inline-block;
}

#pagenation2 a:hover {
background-color: #666;
color: #fff;
}

#pagenation2 .active_pn {
background-color: #ccc;
color: #fff;
}

@media (min-width: 960px) {
	
	#pagenation2 {
	text-align: right;
	}
}

/*
-
-
----- FOOTER -----
-
-
*/

#pre_footer {
background-color: #F8F8F8;
background: linear-gradient(#F8F8F8, #ccc);
clear: both;
padding: 0 10px 0 10px;
}

#pre_footer_container {
text-align: left;
margin: 0 auto 0 auto;
max-width: 960px;
padding: 10px 0 13px 0;
}

#pre_footer_container h6 {
font-weight: bold;
font-size: 0.9em;
}

#pre_footer_container p {
padding: 3px 0 0 0;
font-size: 0.9em;
}

/* footer */
#footer {
background-color: #3f3f3f;
clear: both;
}

#footer_container {
text-align: left;
margin: 0 auto 0 auto;
max-width: 960px;
}

#footer_banner_text {
display: block;
color: #fff;
text-align: center;
padding: 10px;
}

#footer_container .boxes {
padding: 30px 0 10px 0;
text-align: center;
}	
	
#footer_container .boxes p {
color: #fff;
font-size: 0.9em;
}

#footer_container .boxes ul {
margin: 10px 0 0 0;
}	

#footer_container .boxes ul li {
list-style: none;
}

#footer_container .boxes ul li a {
color: #fff;
font-size: 0.9em;
}

#footer_container .boxes ul li a:hover {
text-decoration: underline;
}

#footer_container #lower_area {
margin-top: 50px;
padding: 10px 0 400px 0;
}

#footer #security_div {
width: 90px;
margin: 0 auto 0 auto;
}	
	
#footer_container #lower_area p {
color: #fff;
margin: 10px 0 0 0;
font-size: 0.9em;
text-align: center;
}

@media (min-width: 960px) {

	#footer_banner_text {
	display: none;
	}
	
	#pre_footer {
	padding: 0;
	}
	
	#footer_container .boxes {
	width: 250px;
	float: left;	
	margin: 40px 0 40px 0;
	padding: 0;
	text-align: left;
	}
	
	#footer_container #last_box {
	width: 200px;
	}
	
	#footer_container .boxes ul {
	margin: 20px 0 0 0;
	}
	
	#footer_container #lower_area {
	clear: both;
	margin: 0;
	border-top: 1px solid #ccc;
	}
	
	#footer #lower_area #security_div {
	float: left;
	width: 100px;
	margin: 0;
	padding: 5px 15px 10px 0;
	}	
	
	#footer #lower_area p {
	text-align: left;
	}	
}

/*
-
-
----- FUNCTION: AJAX CART -----
-
-
*/

#ajax_cart {
position: relative;
background-color: #fff;
max-width: 660px;
margin: 10px auto;
padding: 10px;
width: auto;
text-align: center;
border-radius: 0.375rem;
}

@media (min-width: 600px) {
	#ajax_cart {
	padding: 20px;
	}
}

#ajax_cart h1 {
font-family: Georgia, Times, "Times New Roman", serif;
font-style: italic;
color: #709302;
text-align: left;

/* 2/19/25 */
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
color: #3f3f3f;
font-weight: bold;
}

#ajax_cart table {
margin: 0px 0 0 0;
}

#ajax_cart table th {
font-weight: normal;
padding: 10px 5px 4px 5px;
font-size: 0.8em;
border-bottom: 2px solid #666;
color: #666;
}

#ajax_cart table td {
vertical-align: top;
font-size: 0.8em;
}

#ajax_cart table .prod_rows td {
padding: 7px 5px 7px 5px;
}

#ajax_cart table .show_divider_line td {
border-top: 1px solid #ccc;
}

#ajax_cart table .sub_rows td {
padding: 3px 5px 3px 5px;
color: #666;
}

/*
#ajax_cart #add_only {
font-family: Georgia, Times, "Times New Roman", serif;
margin: 20px 0 0 0;
}

#ajax_cart #go_to_cart {
display: block;
padding: 10px 30px 10px 30px;
background-color: #709302;
color: #fff;
width: 60%;
margin: 30px auto 20px auto;
text-align: center;
}

#ajax_cart #go_to_cart:hover {
background-color: #666;
}

#ajax_cart #continue_shopping {
display: block;
color: #709302;
padding: 10px 30px 10px 30px;
margin: 5px 0 50px 0;
text-align: center;
}

#ajax_cart #continue_shopping:hover {
text-decoration: underline;
}
*/

/* 2/19/25 */
#ajax_cart #add_only {
margin: 20px auto 0 auto;
font-family: Arial, Helvetica, sans-serif;
display: inline-block;
border-radius: 0.375rem;
background-color: #f0fdf4;
padding: 0.25rem 0.5rem;
font-size: 0.85rem;
font-weight: 500;
color: #065f46;
box-shadow: inset 0 0 0 1px rgba(5, 150, 105, 0.2);
text-align: center;
}

#ajax_cart #go_to_cart {
display: block;
padding: 12px 40px;
background-color: #059669;
background-color: #3f3f3f;
color: #fff;
width: 70%;
max-width: 200px;
margin: 30px auto 20px auto;
text-align: center;
font-size: 1rem;
font-weight: 600;
border-radius: 4px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
transition: background-color 0.3s ease, transform 0.2s ease;
}

#ajax_cart #go_to_cart:hover {
background-color: #047857;
transform: translateY(-2px);
}

#ajax_cart #continue_shopping {
display: block;
color: #059669;
color: #3f3f3f;
padding: 12px 40px;
margin: 5px 0 50px 0;
text-align: center;
font-size: 1rem;
border-radius: 4px;
transition: color 0.3s ease, text-decoration 0.2s ease;
}

#ajax_cart #continue_shopping:hover {
text-decoration: underline;
}


/*
-
-
----- FUNCTION: CUSTOM MAGNIFIC POPUP STYLE (loc?) -----
-
-
*/

.mfp-bottom-bar {
background-color: #fff;
margin-top: -40px;
padding-bottom: 8px;
}

.mfp-title {
color: #000;
padding-left: 40px;
font-size: 14px;
padding-right: 40px;
text-align: center;
font-family: Georgia, Times, "Times New Roman", serif;
}

.mfp-counter {
right: 8px;
color: #000;
}

img.mfp-img {
padding: 0;
margin: 40px auto;
border: 8px solid #fff;
}

/*
-
-
----- FUNCTION: POPUP (loc?) -----
-
-
*/

#page_popups {
display: none;
}

.inner_popup {
position: relative;
overflow: auto;
max-width: 450px;
background-color: #FDFDFD;
background-color: #F0F0F0;
padding: 30px;
border: 1px solid #5D7359;
-moz-border-radius: 3px;
border-radius: 3px;
margin: 10px auto;
}

.inner_popup h1 {
margin: 0px 0 10px 0;
font-family: times;
font-weight: bold;
}

.inner_popup p {
margin: 10px 0 10px 0;
font-family: times;
}

.inner_popup a {
font-family: times;
}

.inner_popup .top_header_table {
width: 100%;
}

.inner_popup .top_header_table th {
width: 140px;
font-family: times;
border-bottom: 2px solid #ccc;
padding: 1px 5px 1px 5px;
vertical-align: middle;
}

.inner_popup .top_header_table td {
font-family: times;
border-bottom: 1px solid #ccc;
padding: 1px 5px 1px 5px;
vertical-align: middle;
}

.inner_popup .left_header_table th {
text-align: right;
vertical-align: top;
width: 140px;
font-family: times;
border-top: 1px solid #ccc;
padding: 10px 10px 10px 10px;
}

.inner_popup .left_header_table td {
text-align: left;
vertical-align: top;
padding: 10px 10px 10px 10px;
font-family: times;
border-top: 1px solid #ccc;
}

/*
-
-
----- FUNCTION: PRODUCT TABLES -----
-
-
*/

#rightcol .tertiary .white_background .prod_table_div .prod_name .product_desc3 ul {
margin-right: 0px;
}

#rightcol .prod_table_div .prod_name .product_desc3 ul {
margin-top: 0px;
}

.prod_table_div {
clear: both;
padding-top: 10px;
}

.prod_table_div a:hover {
text-decoration: underline;
}

.prod_table_div .prod_table_header {
display: none;
}

.prod_table_div .row1a {
background-color: #F0F0F0;
}

.prod_table_div .prod_table_row {
padding: 10px 10px;
}

.prod_table_div .prod_table_row table {
width: 100%;
border-spacing: 0;
border-collapse: collapse;
}

.prod_table_div .prod_table_row table tr td {
font-size: 0.9em;
}

.prod_table_div .prod_name {
display: block;
}

.prod_table_div .prod_name .ss_img {
display: block;
float: left;
margin-top: 10px;
width: 110px;
}

.prod_table_div .prod_name .product_desc3 {
display: block;
margin-top: 8px;
margin-left: 110px;
font-size: 1.1em;
}

.prod_table_div .prod_size {
display: block;
}

.prod_table_div .prod_desc {
display: block;
}

.prod_table_div .prod_dried {
display: block;
}

.prod_table_div .prod_price {
display: block;
}

.prod_table_div .prod_weight {
display: block;
}

.prod_table_div .prod_qty {
display: inline-block;
padding: 5px 0 5px 0;
width: 50%;
}

.prod_table_div .prod_buy {
display: inline-block;
float: right;
padding: 5px 0 5px 0;	
}

.prod_table_div .prod_buy span {
padding-right: 20px;
}

.prod_table_div .pkk_name {
width: 60px;
display: inline-block;
}

.prod_table_div .pkk_size {
width: 60px;
display: inline-block;
}

.prod_table_div .prod_table_row table tr td input[type=submit] {
font-size: 1.0em;
-webkit-appearance: none;
border-radius: 3px;
padding: 3px 8px;
border: 1px solid #709302;
background-color: #709302;
color: #fff;
}

.prod_table_div .prod_table_row table tr td input[type=submit]:hover {
border: 1px solid #666;
background-color: #fff;
color: #333;
cursor: pointer;
}

.prod_table_div .prod_table_row table tr td select {
font-size: 1.0em;
background-color: #fff;
border-radius: 2px;
}

.prod_table_div .prod_table_row table tr td.prod_size:before {
content: 'Size:';
width: 60px;
display: inline-block;
}

.prod_table_div .prod_table_row table tr td.prod_dried:before {
content: "Dried:";
width: 60px;
display: inline-block;
}		

.prod_table_div .prod_table_row table tr td.prod_price:before {
content: "Price:";
width: 60px;
display: inline-block;
}

.prod_table_div .prod_table_row table tr td.prod_weight:before {
content: "Weight:";
width: 60px;
display: inline-block;
}

@media (min-width: 767px) {

	.prod_table_div {
	padding: 0;
	}
	
	.prod_table_div .prod_table_header {
	display: block;
	padding: 10px 0 0 0;
	}

	.prod_table_div .prod_table_header table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	}

	.prod_table_div .prod_table_header table tr td {
	display: table-cell;
	padding: 9px 0 9px 10px;
	font-size: 0.8em;
	}
	
	.prod_table_div .prod_table_row {
	padding: 0;
	}
	
	.prod_table_div .prod_table_row table tr td {
	display: table-cell;
	padding: 9px 0 9px 10px;
	font-size: 0.8em;
	}	
	
	.prod_table_div .prod_name .ss_img {
	width: 200px;
	}
	
	.prod_table_div .prod_name .product_desc3 {
	margin-left: 200px;
	}		
	
	.prod_table_div .prod_desc {
	width: 200px;
	}
	
	.prod_table_div .prod_size {
	width: 122px;
	}	

	.prod_table_div .prod_dried {
	width: 50px;
	text-align: right;
	}		

	.prod_table_div .prod_price {
	width: 60px;
	text-align: right;
	}
	
	.prod_table_div .prod_length {
	width: 60px;
	text-align: right;
	}	
	
	.prod_table_div .prod_weight {
	width: 60px;
	text-align: right;
	}			

	.prod_table_div .prod_qty {
	width: 76px;
	text-align: center;
	padding: 0;
	display: table-cell;
	}

	.prod_table_div .prod_buy {
	width: 100px;
	display: table-cell;
	float: none;
	padding: 0;
	text-align: center;
	}
	
	.prod_table_div .prod_buy span {
	padding-right: 0;
	}
	
	.prod_table_div .pkk_name {
	width: auto;
	display: inline;
	}
	
	.prod_table_div .pkk_size {
	width: auto;
	display: inline;
	}	
	
	.prod_table_div .prod_table_row table tr td.prod_size:before {
	content: none;
	}
	
	.prod_table_div .prod_table_row table tr td.prod_dried:before {
	content: none;
	}
	
	.prod_table_div .prod_table_row table tr td.prod_price:before {
	content: none;
	}
	
	.prod_table_div .prod_table_row table tr td.prod_weight:before {
	content: none;
	}	
}

/*
-
-
----- PAGE: ARTICLE(S) -----
-
-
*/

#rightcol .article {
background-color: #fff;
padding: 20px 20px 100px 20px;
}

#rightcol .article h1 {
font-family: Georgia, Times, "Times New Roman", serif;
clear: both;
letter-spacing: 1.1px;
font-size: 1.5em;
font-weight: bold;
}

#rightcol .article h2 {
font-family: Georgia, Times, "Times New Roman", serif;
font-style: italic;
color: #709302;
clear: both;
margin: 10px 0 0 0;
letter-spacing: 1.0px;
font-size: 1.5em;
}

#rightcol .article h6 {
margin: 10px 0 0 0;
}

#rightcol .article p {
font-family: Georgia, Times, "Times New Roman", serif;
margin: 10px 0 0 0;
}

#rightcol .article ul {
margin: 10px 0 0 30px;
}

#rightcol .article li {
padding: 5px 0 0 0;
font-family: Georgia, Times, "Times New Roman", serif;
}

#rightcol .article img {
max-width: 80%;
display: block;
margin: 10px auto 10px auto;
}

@media (min-width: 960px) {
	#rightcol .article {
	border: 1px solid #ccc;
	margin: 10px 0 0 0;
	}
	
	#rightcol .article img {
	display: inline;
	float: right;
	margin: 10px;
	max-width: 400px;
	}
}

#rightcol .newsletter_thankyou {
padding: 70px 0 200px 0;
}


#rightcol .newsletter_thankyou h1 {
text-align: center;
font-family: Georgia, serif;
font-size: 1.8em;
letter-spacing: 0.9px;
}

#rightcol .newsletter_thankyou p {
text-align: center;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
font-weight: 400;
max-width: 400px;
margin: 20px auto 0 auto;
line-height: 1.3em;
}


/*
-
-
----- PAGE: CART -----
-
-
*/

#cart {
background-color: #fff;
margin: 10px auto;
padding: 10px;
}

#cart a:hover {
text-decoration: underline;
}

/*
#cart h1 {
font-family: Georgia, Times, "Times New Roman", serif;
font-style: italic;
color: #709302;
text-align: left;
font-size: 1.6em;
}
*/

/* 2/19/25 */
#cart h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 2em;
font-style: normal;
color: #3f3f3f;
margin-bottom: 10px;
font-weight: bold;
}

#cart p {
padding-top: 4px;
font-size: 0.8em;
}

#cart .products_table {
border-bottom: 1px solid #ccc;
padding-bottom: 20px;
}

#cart .products_table th {
font-weight: normal;
padding: 10px 5px 4px 5px;
font-size: 0.8em;
border-bottom: 2px solid #666;
}

#cart .products_table td {
vertical-align: top;
font-size: 0.8em;
}

#cart .products_table .prod_rows td {
padding: 7px 5px 7px 5px;
}

#cart .products_table .show_divider_line td {
border-top: 1px solid #ccc;
}

#cart .products_table .sub_rows td {
padding: 3px 5px 3px 5px;
}

#cart .sub_divs h1 {
font-size: 1.1em;
font-style: normal;
margin: 15px 0 0 0;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
color: #3f3f3f;
font-weight: bold;
}

#cart .sub_divs h2 {
font-size: 0.8em;
padding: 4px 0 0 0;
}

#cart .sub_divs td {
padding: 0;
}

#cart .sub_divs a {
font-size: 12px;
}

#cart #add_only {
margin-top: 20px;
border-radius: 0.375rem;
background-color: #f0fdf4;
padding: 0.25rem 0.5rem;
font-size: 0.85rem;
font-weight: 500;
color: #065f46;
box-shadow: inset 0 0 0 1px rgba(5, 150, 105, 0.2);
display: inline-block;
}

#cart #add_more_weight {
border-radius: 0.375rem;
background-color: #f0fdf4;
background-color: #fef9c3;
padding: 0.4rem 0.6rem 0.6rem 0.4rem;
font-size: 0.85rem;
font-weight: 500;
color: #3f3f3f;
box-shadow: inset 0 0 0 1px rgba(234, 179, 8, 0.2);
max-width: 290px;
text-align: center;
}

#cart input[type=text] {
font-size: 12px;
-webkit-appearance: none;
border-radius: 2px;
background-color: #fff;
color: #fff;
padding: 3px;
border: 1px solid #ccc;
color: #333;
}

#cart input[type=submit] {
font-size: 12px;
-webkit-appearance: none;
border-radius: 2px;
padding: 3px 8px;
border: 1px solid #ccc;
color: #333;
background-color: #F8F8F8;
background-image: -webkit-linear-gradient(#F8F8F8, #dfdfdf);
background-image: linear-gradient(#F8F8F8, #dfdfdf);
}

#cart input[type=submit]:hover {
cursor: pointer;
background: #dfdfdf;
}

#cart .left_50 {
width: 100%;
float: left;
clear: left;
}

#cart .left_50 a {
display: inline-block;
padding: 10px 0 10px 0;
}

#cart .right_50 {
width: 100%;
float: right;
}

#cart .right_50 table {
padding: 0px 0 10px 0;
width: 100%;
max-width: 300px;
}

#cart .right_50 td, #cart .right_50 th {
font-size: 0.8em;
padding: 4px 4px 0 0;
border: 0;
}

#cart #continue_shopping {
padding: 120px 0 60px 0;
clear: both;
}

#cart #checkout_div {
text-align: right;
}

#cart #checkout_div button {
cursor: pointer;
font-size: 14px;
-webkit-appearance: none;
padding: 7px 9px;
margin: 20px 0 20px 0;
background-color: #709302;
background-image: -webkit-linear-gradient(#96c503, #709302);
background-image: linear-gradient(#96c503, #709302);
border: solid 1px #709302;
border-radius: 3px;
color: #fff;
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
font-weight: 500;
letter-spacing: .1em;
}

#cart #checkout_div button span {
font-size: 0.8em;
}

#cart #checkout_div button:hover {
background: #709302
}

#cart #continue_shopping button {
font-size: 15px;
-webkit-appearance: none;
border-radius: 2px;
background-color: #fff;
padding: 3px 8px;
border: 1px solid #ccc;
color: #333;
background-color: #F8F8F8;
background-image: -webkit-linear-gradient(#F8F8F8, #dfdfdf);
background-image: linear-gradient(#F8F8F8, #dfdfdf);
}

#cart #continue_shopping button:hover {
cursor: pointer;
background: #dfdfdf;
}

#cart .remove {
display: block;
}

#cart .remove_svg svg {
vertical-align: bottom;
width: 16px;
height: 16px;
}

#cart .remove_svg:hover {
font-weight: bold;
}

#cart #cart_login_form label {
font-weight: bold;
font-weight: normal;
display: inline-block;
width: 100px;
}

#cart #cart_login_form input {
font-size: 1.1em;
width: 14em;
border: 1px solid #ccc;
padding: 4px 2px;
}

#cart .cust_shipping_address {
border: 1px solid #ccc;
border-radius: 3px;
padding: 10px;
margin-bottom: 5px;
}

#cart #shipping_set_customer_address_form h2 {
font-style: italic;
margin-top: 5px;
}

#cart #shipping_set_customer_address_form ul {
list-style: none;
}

#cart #shipping_set_customer_address_form ul li {
border: 1px solid #ccc;
border-radius: 5px;
padding: 8px;
font-size: 0.8em;
margin-bottom: 6px;
}

#cart #shipping_set_customer_address_form ul li.selected_cust_shipping_address {
border: 1px solid #709302;
background-color: #F0F0F0;
}

#cart #shipping_set_customer_address_form ul li input {
margin-right: 5px;
}


@media (min-width: 960px) {

	#cart {
	padding: 40px;
	}
	
	#cart .remove {
	display: inline;
	}
	
	#cart .left_50 {
	width: 45%;
	}

	#cart .right_50 {
	width: 50%;
	}
	
	#cart .left_50 a {
	padding: 5px 0 0 0;
	}			
}

/*
-
-
----- PAGE: CHECKOUT -----
-
-
*/

#checkout {
text-align: left;
max-width: 950px;
background-color: #fff;
padding: 10px;
}

#checkout #logo {
text-align: center;
}

#checkout #logo img {
width: 220px;
}
	
#checkout #credit_cards {
text-align: center;
padding-top: 12px;
}

#checkout #credit_cards img {
width: 170px;
}

#checkout h2 {
color: #709302;
font-family: Georgia, Times, "Times New Roman", serif;
font-size: 1.2em;
clear: both;
padding-top: 20px;
}

#checkout table {
border-spacing: 0;
border-collapse: collapse;
}

#checkout .products_table {
border: 1px solid #E8E8E8;
padding: 10px;
margin-top: 6px;
}

#checkout .products_table table {
width: 100%;
}

#checkout .products_table th {
font-weight: normal;
padding: 10px 5px 4px 5px;
font-size: 0.8em;
border-bottom: 2px solid #666;
}

#checkout .products_table td {
vertical-align: top;
font-size: 0.8em;
}

/* shipping / billing divs */
#checkout #shipping_div {

}

#checkout #billing_div {

}

#checkout .box {
border: 1px solid #E8E8E8;
padding: 10px;
margin-top: 6px;
}

#checkout #billing_info_options p {
font-size: 0.8em;
}

/* field */
#checkout .box .field {
display: block;
clear: both;
padding-top: 6px;
}

#checkout .box .field label {

display: block;
line-height: 25px;
vertical-align: middle;
}

#checkout .box .field input {
width: 100%;
line-height: 25px;
vertical-align: middle;
}

/* format */
#checkout .box p {
font-size: 0.9em;
}

#checkout .box input[type="text"], #checkout .box textarea {
font-size: 1.0em;
padding: 3px;
-webkit-appearance: none;
border-radius: 2px;
border: 1px solid #ccc;
}

#checkout select {
font-size: 16px;
}

#checkout #x_state, #checkout #x_country {
width: 240px;
}

/* woodworker survey */
#checkout #woodworker_survey_div input[type="text"] {
width: 100%;
display: block;
margin: 4px 0 14px 0;
}

/* comments */
#checkout #comments_div textarea {
width: 100%;
height: 70px;
}

#checkout #comments_div input[type="text"] {
font-size: 12px;
border: 0;
width: 28px;
}

#checkout #comments_div span {
font-size: 0.8em;
}

/* select address */
#checkout .select_different_address {
font-size: 0.7em;
color: #027093;
}

#checkout .select_different_address:hover {
text-decoration: underline;
}

#checkout .your_address_box {
border: 1px solid #ccc;
width: 80%;
height: 180px;
padding: 10px;
margin: 10px 0 0 10px;
float: left;
}

#checkout .your_address_box .address_links {
margin: 10px 0;
}

#checkout .your_address_box .address_links a {
color: #027093;
}

#checkout .your_address_box .address_links a:hover {
cursor: pointer;
}

@media (min-width: 767px) {
	#checkout #comments_div textarea {
	width: 360px;
	}
	
	#checkout .box .field input {
	float: left;
	width: 240px;
	}
	
	#checkout .your_address_box {
	width: 280px;
	}		
}

@media (min-width: 960px) {

	#checkout {
	padding: 40px;
	margin: 10px auto 0 auto;
	}

	#checkout #logo {
	float: left;
	text-align: left;
	}
	
	#checkout #logo img {
	width: auto;
	}
	
	#checkout #credit_cards {
	float: right;
	text-align: left;
	padding: 0;
	}
	
	#checkout #credit_cards img {
	width: auto;
	}
	
	#checkout #shipping_div {
	width: 49%;
	float: left;
	padding-bottom: 20px;
	}

	#checkout #billing_div {
	width: 49%;
	float: right;
	}
	
	#checkout .box .field label {
	float: left;
	width: 130px;
	display: inline;
	}
	
	#checkout .box .field input {
	width: 240px;
	}	
}

/* footer */
#checkout #footer {
background-color: #fff;
padding: 40px 0 0 0;
}

#checkout #footer p {
font-size: 0.8em;
text-align: center;
}

/* button */
#checkout button {
cursor: pointer;
font-size: 14px;
-webkit-appearance: none;
padding: 7px 9px;
margin: 40px auto 20px auto;
background-color: #709302;
background-image: -webkit-linear-gradient(#96c503, #709302);
background-image: linear-gradient(#96c503, #709302);
border: solid 1px #709302;
border-radius: 3px;
color: #fff;
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
font-weight: 500;
letter-spacing: .1em;
width: 100%;
display: block;
}

#checkout button:hover {
background: #709302
}

@media (min-width: 350px) {	
	
	#checkout button {	
	width: 280px;
	}
}

/*
-
-
----- PAGE: LOGIN -----
-
-
*/

#login {
padding: 30px 30px 80px 30px;
margin: 10px 0 10px 0;
background-color: #fff;
}

#login h1 {
font-weight: bold;
color: #3f3f3f;
font-size: 1.8em;
}

#login p {
color: #3f3f3f;
margin-top: 20px;
}

#login a {
color: #027093;
font-weight: bold;
}

#login a:hover {
text-decoration: underline;
}

#login ul {
margin: 10px 0 0 20px;
}

#login ul li {
margin-top: 10px;
color: #3f3f3f;
}


#login #login_form {
float: left;
width: 100%;
}

#login label {
display: block;
margin: 10px 0 0 0;
font-size: 0.9em;
}

#login input {
padding: 8px 4px;
border: 1px solid #ccc;
font-size: 0.9em;
width: 100%;
border-radius: 0;
}

.login_button {
cursor: pointer;
font-size: 14px;
-webkit-appearance: none;
padding: 7px 9px;
margin: 20px 0 20px 0;
background-color: #3f3f3f;
border: solid 2px #3f3f3f;
color: #fff;
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
font-weight: 500;
letter-spacing: .1em;
border-radius: 2px;
}

.login_button:hover {
background: #373737;
text-decoration: none;
}

.login_button_small {
cursor: pointer;
font-size: 14px;
-webkit-appearance: none;
padding: 2px 7px;
margin: 20px 0 20px 0;
background-color: #3f3f3f;
border: solid 2px #3f3f3f;
color: #fff;
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
font-weight: 500;
letter-spacing: .1em;
border-radius: 2px;
}

.login_button_small:hover {
background: #373737;
text-decoration: none;
}

#login #forgot_password {
margin-top: 0px;
}

#login #forgot_password a {
text-decoration: underline;
font-size: 0.8em;
color: #000;
font-weight: normal;
}

#login #err_msg {
color: #d62828;
font-size: 0.9em;
margin: 5px 0;
}

#login #err_msg_ul {
margin: 0px;
}

#login #err_msg_ul li {
color: #d62828;
font-size: 0.9em;
margin: 5px 0;
list-style: none;
}

#login #create_account_forms {
width: 100%;
float: left;
clear: left;
margin-top: 40px;
margin-bottom: 40px;
}

#login #existing_customer_form, #login #new_customer_form {
background-color: #f9f9f9;
border: 1px solid #F0F0F0;
padding: 20px;
box-sizing: border-box;
}

#login #new_customer_form {
margin-top: 40px;
}


#login input[type=checkbox] {
width: 12px;
}



@media (min-width: 960px) {
	#login #login_form {
	width: 380px;
	}

	#login #create_account_forms {
	width: 380px;
	float: right;
	clear: none;
	margin-top: 0px;
	}
}


/*
-
-
----- PAGE: ACCOUNT -----
-
-
*/

#account {
padding: 10px 10px 80px 10px;
margin: 50px 0 10px 0;
background-color: #fff;
}

#account h1 {
font-weight: bold;
color: #3f3f3f;
font-size: 1.8em;
margin-top: 20px;
}

#account h2 {
font-weight: bold;
color: #3f3f3f;
font-size: 1.3em;
margin-top: 30px;
}

#account h2 span {
font-size: 0.7em;
font-weight: normal;
}

#account p {
color: #3f3f3f;
margin-top: 10px;
}

#account ul {
margin-left: 20px;
}

#account ul li {
color: #3f3f3f;
}

#account a {
color: #027093;
color: #2162a1;
}

#account a:hover {
text-decoration: underline;
}

#account .delete {
color: #d62828;
}

/* mobile_home */
#mobile_home {
text-align: center;
}

#mobile_home ul li {
width: 80%;
max-width: 300px;
margin: 0 auto;
list-style: none;
}

#mobile_home ul li a {
display: inline-block;
padding: 20px 0;
margin: 5px 0;
width: 100%;
background-color: #f7f7f7;
}

#mobile_home ul li a:hover {
text-decoration: none;
background-color: #f7f7f7;
}

/* left */
#account #left {
display: none;
}

#account #account_nav li.active a {
text-decoration: underline;
}

#account #left ul {
margin: 0;
}

#account #left ul li {
list-style: none;
margin: 10px 0;
}

#account_nav h2 {
font-size: 1.1em;
margin: 0;
}

/* right */
#account_home #account #right {
display: none;
}

#account #right #account_crumbs {
font-size: 0.8em;
}

#account #right #account_crumbs a {
font-weight: normal;
color: #3f3f3f;
}

#account #orders_table {
margin-top: 5px;
}

hr {
border: none;
height: 1px;
background-color: #ccc;
margin-top: 40px;
}

/*receipt*/
#account #receipt {
padding: 0;
}

#account #receipt h1, #account #receipt h3, #account #receipt td {
font-family: arial;
color: #3f3f3f;
}

#account #receipt h3 {
font-size: 1em;
}

#account #receipt td {
font-size: 0.9em;
}

/*form*/
#account #account_form {
width: 100%;
}

#account #account_form label {
display: block;
margin: 10px 0 0 0;
font-size: 0.9em;
}

#account #account_form input {
padding: 8px 4px;
border: 1px solid #ccc;
font-size: 0.9em;
width: 100%;
border-radius: 0;
}

#account #account_form textarea {
width: 100%;
height: 100px;
border: 1px solid #ccc;
font-size: 0.9em;
}

#account #account_form select {
width: 100%;
border: 1px solid #ccc;
font-size: 0.9em;
}

#account #account_button {
cursor: pointer;
font-size: 14px;
-webkit-appearance: none;
padding: 7px 9px;
margin: 20px 0 20px 0;
background-color: #3f3f3f;
border: solid 2px #3f3f3f;
color: #fff;
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
font-weight: 500;
letter-spacing: .1em;
}

#account #account_button:hover {
background: #373737;
}

#account #orders_table {
margin-top: 15px;
}

#account #orders_table .order_row_header {
display: none;
}

#account #orders_table .order_row:nth-child(2n) {
background-color: #f7f7f7;
}

#account #orders_table .order_row {
padding: 20px 0;
}

#account #orders_table .order_row div {
text-align: center;
font-size: 1.1em;
}

#account #orders_table .order_row div:nth-of-type(1) {
font-weight: bold;
}

#account #orders_table .order_row div:nth-of-type(1):before {
content: 'Order #:';
display: inline-block;
}

#account #orders_table .order_row div:nth-of-type(2):before {

}



#account #orders_table .order_row div:nth-of-type(3):before {

}

#account #orders_table .order_row div:nth-of-type(4):before {

}

#recent_orders {
display: none;
}

#account .address_box {
border: 1px solid #ccc;
padding: 10px;
margin-top: 10px;
}

#account #add_address_link:hover {
cursor:pointer;
}

@media (min-width: 730px) {

	#account {
	padding: 30px 30px 80px 30px;
	margin: 10px 0 10px 0;
	}
	
	#mobile_home {
	display: none;
	}
	
	#recent_orders {
	display: block;
	}
	
	#account #left {
	width: 200px;
	float: left;
	display: block;
	}
	
	#account_home #account #right {
	display: block;
	}
	
	#account #right {
	margin-top: -10px;
	margin-left: 210px;
	}
	
	#account #orders_table .order_row_header {
	display: block;
	border-bottom: 1px solid #ccc;
	}	
	
	#account #orders_table .order_row_header div {
	
	}	
	

	#account #orders_table .order_row {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	padding: 10px 15px;
	}
	
	#account #orders_table .order_row div {
	text-align: left;
	font-size: 1em;
	}
	
	#account #orders_table .order_row div:nth-of-type(1) {
	font-weight: normal;
	}	
	
	#account #orders_table .order_row > div:nth-child(2),
	#account #orders_table .order_row > div:nth-child(3),
	#account #orders_table .order_row > div:nth-child(4),
	#account #orders_table .order_row > div:nth-child(5)
	{
	text-align: right;
	}
	
	#account #orders_table .order_row div:nth-of-type(1):before {
	content: none;
	}

	#account #orders_table .order_row div:nth-of-type(2):before {
	content: none;
	}

	#account #orders_table .order_row div:nth-of-type(3):before {
	content: none;
	}

	#account #orders_table .order_row div:nth-of-type(4):before {
	content: none;
	}	
	

	#account #account_form {
	width: 380px;
	}
}	

/*
-
-
----- PAGE: CUSTOMER PHOTOS -----
-
-
*/

#customer_photo_ul {
padding-top: 15px;
}

#customer_photo_ul li {
list-style: none;
width: 49%;
height: 240px;
float: left;
text-align: center;
}

#customer_photo_ul img {
width: 100px;
height: 100px;
}

@media (min-width: 767px) {

	#customer_photo_ul li {
	width: 33%;
	}
	
	#customer_photo_ul img {
	width: 130px;
	height: 130px;
	}
}

/*
-
-
----- PAGE: PRODUCT HEADER ADDL PHOTOS -----
-
-
*/

#rightcol .tertiary .white_background #product_header_addl_ul {
padding-top: 15px;
margin: 0 0 0 10px;
}

#product_header_addl_ul li {
list-style: none;
float: left;
text-align: center;
border: 1px solid #ddd;
margin: 0 4px 0 0;
}

#product_header_addl_ul img {
width: 75px;
height: 75px;
}

@media (min-width: 767px) {

	#product_header_addl_ul li {
		
	}
}

/*
-
-
----- PAGE: EXOTIC LUMBER PRICE -----
-
-
*/

#lumber_prices_table {
margin: 10px 20px 50px 10px;
}

#lumber_prices_table table {
width: 100%;
border-spacing: 0;
border-collapse: collapse;
}

#lumber_prices_table table th {
font-size: 0.7em;
font-weight: normal;
}

#lumber_prices_table table .price_hdrs {
width: 70px;
text-align: right;
}

#lumber_prices_table .type_header_row td {
font-size: 1.6em;
padding: 0 0 0 0;
font-style: italic;
color: #666;
border-bottom: 4px solid #666;
}

#lumber_prices_table .species_header_row td {
font-size: 0.9em;
font-weight: bold;
background-color: #fff;
padding: 8px 0 1px 0;
border-bottom: 1px solid #333;
color: #333;
}

#lumber_prices_table .price_row td {
font-size: 0.8em;
padding: 8px 2px 8px 2px;
}

#lumber_prices_table #board_feet_hdr {
text-align: center;
border-bottom: 1px solid #000;
font-size: 0.7em;
}

#lumber_prices_table .in_table_link {
color: #008080;
}

#lumber_prices_table .in_table_link:hover {
text-decoration: underline;
}

@media (min-width: 767px) {
	
	#lumber_prices_table .price_row td {
	padding: 2px 2px 2px 2px;
	}
}

/*
-
-
----- PAGE: GUITAR NECK BLANK -----
-
-
*/

.guitar_neck_blank_entry img {
max-width: 100%;
}

/*
-
-
----- PAGE: HAND-PICK -----
-
-
*/

#leftcol_hp {
display: none;
}

/*-- leftcol_hp_mobile --*/
#leftcol_hp_mobile h3 {
margin: 20px 0 0 0;
font-weight: bold;
}

#leftcol_hp_mobile h4 {
margin: 4px 0 0 0;
font-size: 1.1em;
}

#leftcol_hp_mobile p {
margin: 0;
}

#leftcol_hp_mobile select {
font-size: 1.0em;
}

#leftcol_hp_mobile input {
font-size: 1.0em;
}

#leftcol_hp_mobile #reset_filter {
font-style: italic;
color: #709302;
text-align: center;
display: block;
font-size: 1em;
padding: 4px 0 4px 0;
}

#leftcol_hp_mobile ul li {
list-style: none;
padding: 8px 0 0 0;
}

#leftcol_hp_mobile .species_checkboxes {
margin: 0;
padding: 0;
width: 20px;
}

#leftcol_hp_mobile .apply_button {
text-align: center;
margin: 15px 0 5px 0;
}

#leftcol_hp_mobile #species_list_time {
color: #ccc;
font-size: 0.7em;
text-align: center;
}

/*-- rightcol --*/
#rightcol .tertiary .white_background #refine_results_mobile {
background-color: #fff;
color: #709302;
padding: 3px 0;
float: left;
margin: 5px 0 0 10px;
font-size: 16px;
font-family: arial;
}

/*-- zoomed hand-picked page --*/
#hand_pick_zoom {
background-color: #fff;
border: 1px solid #ccc;
padding: 10px;
margin: 10px 0 10px 0;
}

#hand_pick_zoom h1 {
margin: 10px 0 10px 0;
font-family: Georgia, Times, "Times New Roman", serif;
}

#hand_pick_zoom th, #hand_pick_zoom td {
padding: 0 10px 2px 0;
font-size: 0.9em;
vertical-align: top;
}

#zoomed_boxes {
display: none;
}

#zoomed_boxes p {
text-align: center;
font-size: 0.8em;
font-style: italic;
margin: 0 0 3px 0;
}

.zoomed_box {
margin: 0 auto 20px auto;
width: 800px;
/*-moz-box-shadow: 5px 5px 5px #888;*/
/*-webkit-box-shadow: 10px 10px 5px #888;*/
/*box-shadow: 10px 10px 5px #888;*/
}

#zoomed_boxes a {
display: block;
margin: 0px;
padding: 0px;
}

#zoomed_boxes img {
display: block;
border: 0px;
margin: 0px;
padding: 0px;
}

#hand_pick_zoom #prev_button, #hand_pick_zoom #next_button {
cursor: pointer;
font-size: 14px;
-webkit-appearance: none;
padding: 7px 0px;
color: #709302;
display: block;
background-color: #709302;
background-image: -webkit-linear-gradient(#96c503, #709302);
background-image: linear-gradient(#96c503, #709302);
border: solid 1px #709302;
border-radius: 3px;
color: #fff;
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
font-weight: 500;
letter-spacing: .1em;   
width: 120px;
text-align: center; 
}

#hand_pick_zoom #prev_button:hover, #hand_pick_zoom #next_button:hover {
background: #709302
}

#hand_pick_zoom #prev_button {
float: left;
}

#hand_pick_zoom #next_button {
float: right;
}

@media (min-width: 960px) {
	
	#leftcol_hp {
	display: block;
	width: 230px;
	float: left;
	}

	#leftcol_hp .leftcol_inner {
	background-color: #3f3f3f;
	background-color: #656565;
	padding: 10px 10px 20px 10px;
	margin: 10px 0 0 0;
	}

	#leftcol_hp h3 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.3em;
	color: #fff;
	}

	#leftcol_hp #sort_options_form {
	margin: 5px 0 0 0;
	}

	#leftcol_hp #reset_filter {
	color: #fff;
	text-align: center;
	display: block;
	font-size: 0.8em;
	padding: 4px 0 4px 0;
	margin: 8px 0 0 0;
	}

	#leftcol_hp #reset_filter:hover {
	text-decoration: underline;
	}

	#leftcol_hp h4 {
	font-size: 0.9em;
	color: #fff;
	margin: 10px 0 2px 0;
	}

	#leftcol_hp p {
	color: #fff;
	font-size: 0.9em;
	}

	#leftcol_hp ul li {
	list-style: none;
	color: #fff;
	font-size: 0.8em;
	vertical-align: bottom;
	padding: 3px 0 0 0;
	}

	#leftcol_hp .species_checkboxes {
	margin: 0;
	padding: 0;
	width: 20px;
	}

	#leftcol_hp .apply_button {
	text-align: center;
	margin: 15px 0 5px 0;
	}

	#leftcol_hp #species_list_time {
	color: #595959;
	font-size: 0.4em;
	text-align: center;
	}
	
	#rightcol .tertiary .white_background #refine_results_mobile {
	display: none;
	}
}

/*
-
-
----- PAGE: HARDWOOD FLOORING -----
-
-
*/

#hardwood_flooring td, #hardwood_flooring th {
font-family: Georgia, Times, 'Times New Roman', serif;
}

/*
-
-
----- PAGE: HOME -----
-
-
*/

#wideband {
background-color: #3f3f3f;
clear: both;
padding: 10px 10px 7px 10px;
	
margin: 90px 0 0 0; /* covid */
margin: 84px 0 0 0; /* text on tiptop */
margin: 50px 0 0 0; /* push down home content below mobile nav */

}

#wideband_container {
text-align: left;
margin: 0 auto 0 auto;
max-width: 950px;
padding: 0px;
}

/* slider */
#wideband_container .rslides {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
padding-bottom: 10px;
}

#wideband_container .rslides li {
-webkit-backface-visibility: hidden;
position: absolute;
display: none;
width: 100%;
left: 0;
top: 0;
}

#wideband_container .rslides li:first-child {
position: relative;
display: block;
float: left;
}

#wideband_container .rslides img {
display: block;
height: auto;
float: left;
width: 100%;
border: 0;
}

/* quad buttons */
#wideband_container .quad_buttons li {
list-style: none;
float: left;
width: 49%;
margin: 0 0 2% 0;
background-color: #fff;
text-align: center;
}

#wideband_container .quad_buttons li:nth-child(1) {
float: right;
}

#wideband_container .quad_buttons li:nth-child(3) {
margin: 0;
float: right;
}

#wideband_container .quad_buttons li img {
width: 70%;
}

#wideband_container .quad_buttons li span {
background-color: #F0F0F0;
}

#wideband_container .quad_buttons li .below {
display: block;
padding: 8px 0 10px 0;
font-weight: bold;
font-size: 0.7em;
}

#wideband_container .quad_buttons li a:hover {
background-color: inherit;
color: inherit;
}

#rightcol #hometext {
margin: 10px 0 10px 0;
background-color: #fff;
padding: 20px;
border: 1px solid #ccc;
}

#rightcol #hometext h1 {
font-family: Georgia, Times, "Times New Roman", serif;
font-size: 1.6em;
font-weight: bold;
}

#rightcol #hometext p {
font-family: Georgia, Times, "Times New Roman", serif;
margin: 10px 0 0 0;
}

#rightcol #hometext .home_link {
font-family: Georgia, Times, "Times New Roman", serif;
color: #709302;
display: block;
}

#rightcol #hometext .home_link:hover {
text-decoration: underline;
}

@media (min-width: 767px)
{
	#wideband_container .quad_buttons li .below {
	font-size: 1em;
	}
}

@media (min-width: 960px)
{	
	#wideband {
	padding: 10px 0 7px 0;
	margin: 10px 0 0 0;
	}
	
	#wideband_container .quad_buttons li {
	width: 230px;	
	background-color: #F0F0F0;
	float: left;
	margin: 0;
	}
	
	#wideband_container .quad_buttons li:nth-child(1) {
	float: right;
	}

	#wideband_container .quad_buttons li:nth-child(3) {
	margin: 0 10px 0 10px;
	float: left;
	}
	
	#wideband_container .quad_buttons li img {
	width: auto;
	}
	
	#wideband_container .quad_buttons li .below {
	font-size: 0.9em;
	}
	
	#wideband_container .quad_buttons li a:hover {
	background-color: #ccc;
	color: #505050;
	}	
}

/*
-
-
----- PAGE: RECEIPT -----
-
-
*/

#receipt {
background-color: #fff;
margin: 10px 0 10px 0;
padding: 10px;
}

#receipt h1 {
font-family: times;
padding: 15px 0 0 0;
text-align: center;
font-weight: bold;
}

#receipt h2 {
font-family: times;
margin: 15px 0 0 0;
text-align: center;
font-style: italic;
}

#receipt h3 {
font-family: times;
margin: 20px 0 0 0;
font-weight: bold;
}

#receipt p {
font-family: times;
margin: 15px 15px 0 15px;
text-align: center;
}

#receipt table th {
font-family: times;
padding: 2px 4px 2px 0;
}

#receipt table td {
font-family: times;
padding: 2px 4px 2px 0;
}

@media (min-width: 750px)
{
	#receipt {
	padding: 30px;
	}

	#receipt #billing, #receipt #shipping {
	width: 50%;
	float: left;
	}

}

/*
-
-
----- ONLINE FORMS (i.e. newsletter, cust feedback, roubo workbench, modern furniture set) -----
-
-
*/

#request_error_messages p {
color: red;
font-weight: bold;
}

#request_error_messages li {
font-style: italic;
color: red;
}

.online_form {

}

.online_form label {
display: block;
clear: left;
width: 120px;
padding: 10px 10px 0 0;
}

.wide_form label {
width: 240px;
}

.online_form input {
font-size: 1.1em;
width: 14em;
border: 1px solid #ccc;
padding: 4px 2px;
}

.online_form textarea {
font-size: 0.9em;
line-height: 1.1em;
width: 17em;
height: 8em;
border: 1px solid #ccc;
}

.online_form select {
font-size: 0.9em;
line-height: 1.1em;
border: 1px solid #ccc;
}

/* default */
.g-recaptcha {
margin: 20px 0 0 0px;
transform:scale(0.9);
transform-origin:0 0;
}

/* pages like roubo */
.white_background .g-recaptcha {
margin: 20px 0 0 10px;
}

@media (min-width: 960px)
{
	.online_form label {
	padding-top: 5px;
	float: left;
	text-align: right;
	}
}

/*
-
-
----- PAGE: SPECIES  -----
-
-
*/

.info_popup {
color: #fff;
}

#tabs {
list-style: none;
padding:0;
margin: 5px 0 0 0;
}

#tabs li {
display: inline;
margin: 0 0 0 0;
font-size: 0.8em;
}

#tabs li a {
background-image:url('../images/_global/green-repeat.jpg');
background-repeat:repeat-x;
color: #fff;
padding: 7px 0;
margin: 3px 1px 0 1px;
display: inline-block;
width: 100px;
text-align: center;
}

#tabs li a:hover {
background-image:url('../images/_global/green-repeat-reversed.jpg');
background-repeat:repeat-x;
}

#tabs #active_tab a {
background: white;
padding: 7px 0 8px 0;
background-image: none;
color: #000;
font-weight: bold;
}

#overview_box {
background-color: #fff;
background-image:url('../images/_global/gray-fade.jpg');
background-repeat:repeat-x;
background-position:center bottom;
border: 1px solid #ccc;
margin: 6px 0 0 0;
padding: 0 10px;
}

#rightcol #overview_box #left_side {
padding: 26px 0 0 0;
}

#rightcol #overview_box #left_side h1 {
background-image: none;
font-family: Georgia, Times, "Times New Roman", serif;
font-style: italic;
color: #709302;
letter-spacing: 1.1px;
font-size: 1.5em;
margin: 0px;
padding: 0px;
}

#rightcol #overview_box #left_side #tech {
font-size: 0.7em;
margin: 10px 0 10px 0;
}

#rightcol #overview_box #left_side #desc {
font-family: Georgia, Times, 'Times New Roman', serif;
line-height: 150%;
padding: 0 20px 10px 0;
}

#rightcol #overview_box #left_side #view_all_cust_photos {
font-size: 0.9em;
padding-top: 5px;
}

#rightcol #overview_box #left_side #view_all_cust_photos a {
color: #709302;
}

#rightcol #overview_box #right_side {
padding: 20px 0 0 0;	
}	

#rightcol #overview_box #right_side .title {
font-size: 0.8em;
margin: 8px 0 0 0;
}

#rightcol #overview_box #right_side .info {
font-size: 0.8em;
margin: 2px 0 0 0;
font-style: italic;
color: #709302;
}

#rightcol #overview_box #right_side #specie_swatch {
margin: 0 auto;
display: block;
}

@media (min-width: 567px) {
	#tabs {
	margin: 16px 0 -7px 0;
	}
	
	#tabs li a {
	margin: 0;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
	
	#tabs #active_tab a {
	margin: 0;
	border: solid;
	border-color: #ccc;
	border-width: 1px 1px 0 1px;
	}		
}

@media (min-width: 767px) {
	#rightcol #overview_box {
	padding: 0 0 5px 0;
	}
	
	#rightcol #overview_box #left_side {
	padding: 0;
	float: left;
	width: 460px;
	margin: 10px 0 0 10px;
	}
	
	#rightcol #overview_box #right_side {
	width: 212px;
	float: right;
	padding: 0;
	margin: 10px 10px 10px 0;
	}
	
	#rightcol #overview_box #right_side #specie_swatch {
	margin: 0;
	display: inline;
	}	
}

/*
-
-
----- PAGE: WOOD DOWELS -----
-
-
*/

#rightcol #wood_dowel_tabs {
margin: 2px 10px 10px 10px;
}

#rightcol #wood_dowel_tabs ul {
padding: 0px 10px 5px 0px;
margin: 0px;
}

#rightcol #wood_dowel_tabs li {
display: inline;
margin: 0px;
}

#rightcol #wood_dowel_tabs ul li a {
padding: 5px 14px 5px 14px;
background-color: #F0F0F0;
border-right: 3px solid #fff;
font-size: 0.9em;
color: #000;
text-decoration: none;
display: inline-block;
width: 50px;
text-align: center;
margin-top: 3px;
}

#rightcol #wood_dowel_tabs ul li a:hover {
background-color: #709302;
background-image:url('../images/_global/green-repeat-reversed.jpg');
background-repeat:repeat-x;
color: #fff;
font-weight: normal;
}

#rightcol #wood_dowel_tabs #active_tab a {
background-color: #709302;
background-image: url('../images/_global/green-repeat.jpg');
background-repeat: repeat-x;
color: #fff;
}

/*-- unsure --*/
.hp_sort_p {
padding: 10px 10px 0 10px;
text-align: right;
font-size: 0.8em;
}