A.white:HOVER {
        COLOR:#f7dcc2;  
        TEXT-DECORATION:underline;
        FONT-FAMILY: Arial, sans-serif; 
        /* font-size : 12px; */       
}
A.white       {
        COLOR: #ffffff; 
        TEXT-DECORATION:none;
        FONT-FAMILY: Arial, sans-serif; 
        /* font-size : 12px; */
}
A:HOVER {
        COLOR:red;  
        TEXT-DECORATION:underline;
        FONT-FAMILY: Arial, sans-serif; 
        /* font-size : 12px; */
}
A       {
        COLOR: #6c2a2c; 
        TEXT-DECORATION:none;
        FONT-FAMILY: Arial, sans-serif; 
        /* font-size : 12px; */
}
BODY    {
        COLOR: #040004; 
        FONT-FAMILY: Arial, sans-serif; 
        font-size : 12.5px;
}
p,td,th      {
        COLOR: #040004; 
        FONT-FAMILY: Arial, sans-serif; 
        font-size : 12.5px;
}
FORM    {
        MARGIN: 0px;
        PADDING-BOTTOM: 0px;
        PADDING-LEFT: 0px;
        PADDING-RIGHT: 0px;
        PADDING-TOP: 0px
}
.white      {
        COLOR: #ffffff; 
        FONT-FAMILY: Arial, sans-serif; 
        font-size : 12.5px;
}
.repy   {BACKGROUND-POSITION: right top; BACKGROUND-REPEAT: repeat-y;}
.norep  {BACKGROUND-POSITION: left top; BACKGROUND-REPEAT: no-repeat;}

.title  {font-size : 14px;}

input.tx
{
                 background-color:#FFFFFF;
                 COLOR: #000000;
                 width:100px;
                 BORDER-RIGHT: #afb0b1 1px solid;
                 BORDER-TOP: #afb0b1 1px solid; 
                 BORDER-LEFT: #afb0b1 1px solid; 
                 BORDER-BOTTOM: #afb0b1 1px solid;
}

table {
	max-width: 100% !important;
}



/* 
Layout 
------------------------------------- */

.content-max-width {
	max-width: 1350px; /* 1200px / 1350px */
	margin: 0 auto;
	}

#main-header .content-max-width {
	max-width: 1395px; /* 1260px / 1395px */
	}

#main-content > .column-content {
	padding: 5px 10px;
	}



/* 
Home 
------------------------------------- */

.grid-style-main-cats-list {
	margin: 5px auto;
	
	font: normal 12px/1.4em arial, helvetica, sans-serif;
	color: #333;
	}

.grid-style-main-cats-list .column, 
.grid-style-main-cats-list .column-content {
	min-height: 60px !important;
	}

@media all and (max-width: 979px) {
	.grid-style-main-cats-list .column {
		width: 100% !important;
		}
}

.grid-style-main-cats-list .list-horz .column {
	min-height: auto !important;	
	}

.grid-style-main-cats-list > ul {
	float: none;
	width: 100%; 
	
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
.grid-style-main-cats-list > ul > li {
	position: relative;	
	float: left;
	border: none; /* 1px solid #dedede */
	margin: 0;
	padding: 0;
	}

.grid-style-main-cats-list > ul > li a {
	display: block;
	margin-left: 60px;
	font-size: 1.125rem; /* 16px */
	line-height: 1.15;
	color: #bd1d1d;
	}

.grid-style-main-cats-list > ul > li ul { /* 2nd level list */
	list-style-type: disc;
	margin: 5px 0;
	padding: 0 0 0 20px;
	overflow: hidden;
	display: block;
	}

.grid-style-main-cats-list > ul > li ul li {
	float: left;
	}
.grid-style-main-cats-list .list-desc {
	margin: 5px 0 5px 60px;
	font-size: .85rem; /* 11px */
	line-height: 1.3;
	color: #333;
	}
	
.grid-style-main-cats-list .category-icon {
	z-index: 0;
	position: absolute;
	left: 5px;
	top: 5px;
	width: 50px;
	height: 50px;
	background-color: #6c2a2c;
	
	background: #f3d078;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
    border: 1px solid rgba(0,0,0,0.25);
	
	padding: 3px;
	border-radius: 50px;
	text-align: center;
	color: #46322e;
	cursor: pointer;
	}

.grid-style-main-cats-list .fa {
	margin-top: 5px;
	font-size: 32px;
	color: #46322e;
	}
	

.grid-style-main-cats-list a:hover .category-icon .fa {
	color: #6c2a2c;
	}




#featured-testimonials .testimonial:last-of-type {
    border-width: 1px 0 1px;
    margin-bottom: 35px;
}

#featured-testimonials .testimonial:first-of-type {
    margin-top: 35px;
}

#featured-testimonials .testimonial {
    position: relative;
    padding: 0 25px 0 80px;
    margin-top: 15px;
    border: 1px solid #dedede;
    border-width: 1px 0 0;
    min-height: 75px;
    font-family: "Merriweather", Georgia, "Times New Roman", serif;
}

.testimonial {
    position: relative;
    padding: 0 25px 0 80px;
    margin: 0 0;
    border: 1px solid #dedede;
    border-width: 1px 0 0;
    min-height: 75px;
    font-family: "Merriweather", Georgia, "Times New Roman", serif;
}

.testimonial .quote p {
	font-family: "Merriweather", Georgia, "Times New Roman", serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1.5;
}
.testimonial .quote, .testimonial .author {
    position: relative;
    padding: 0 10px 10px;
}

.testimonial .open-quote {
    position: absolute;
    display: block;
    overflow: hidden;
    left: -68px;
    top: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 76px;
    font-style: normal;
    text-align: center;
    color: #fff;
    line-height: 86px;
    background: #6c2a2c;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}



/* 
Information 
------------------------------------- */

h1.info-title {
	font-size: 22px;
	}

h2.info-title {
	font-size: 20px;
	}

h1.facility-title {
	font-size: 16px;
	}
	
.phone {
	position: relative;
	padding-left: 36px;
	}

.phone .fa {
	position: absolute;
	left: 16px;
	top: 2px;
	color: #999;
	}
	
.phone-number{
	font-weight: bold;
	}

.phone-label {
	font-weight: normal;
	font-style: italic;
	}

.department-name {
	font-weight: bold;
	}

.department-extension {
	font-weight: normal;
	}

.row-spacer-50 {
	padding-top: 50px;
	}

.recycling .fa {
	font-size: 38px;
	}

.definitions {
	margin: 33px 0;
	}

.definitions dd {
	margin-left: 20px;
	margin-bottom: 8px;
	}

.toc ol {
	margin: 40px 0;
	padding: 15px;
	max-width: 300px;
	list-style-type: none;
	font-size: 14px;
	line-height: 1.5;
	background-color: rgba(200,200,200,.2);
	border-radius: 5px;
	}	
	
[class^="information-information-"] article .bg-warning {
	padding: 10px;
	}

.payment-terms .fa {
	margin-left: 16px;
	font-size: 36px;
	color: #888;
	}

.planned-deployment ul {
	list-style-type: none;
	}
	
.planned-deployment li {
	margin-bottom: 10px;
	}


#facilities {
	border: 1px solid #ccc;
	border-width: 1px 0;
	}

.about {
	margin-left: 15px;
	}

.about h2 {
	font-size: 18px;
	}
	
.about a:hover h2 {
	color: black;
	}

.about p {
	margin: 0 0 30px 22px;
	line-height: .8;
	}




/* Product listing (widget)
------------------------------------- */

.product-overview {

	}

.product-buy {

	}


.product-buy-title {
	margin: 0;
	padding: 0;
	}
	
.product-sale .on-sale {
	border: 1px solid #900;
	background: red;
	border-radius: 3px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #900;
	padding: 0 3px;
	margin-right: 5px;
}

.product-short-desc {
	margin-bottom: 20px;
	}

.table-product-list-compact thead th {
	border: 1px solid #cecfd5;
	padding: 10px;
	}

.table-product-list-compact td:nth-of-type(1) {
	text-align: left;
	}

.table-product-list-compact td:nth-of-type(1) a {
	color: blue;
	display: block;
	}
	
.table-product-list-compact td:nth-of-type(3) {
	text-align: right;
	}

.table-product-list-compact tbody td {
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
	}

.table-product-list-compact tbody td:last-child {
	position: relative;
	padding-left: 3px;
	padding-right: 3px;
	}

.table-product-list-compact tr:nth-of-type(even) {
	background: rgba(0,0,0,.05) !important;
	}

.table-product-list-compact td #contact-modal {
	left: auto !important;
	right: 15px !important;
	}

.button, 
.product-buy-contact a.button, 
.product-buy-form .buttons, 
.product-buy-form .button, 
.table-product-list-compact .contact-popup.buttons, 
.product-buy-form input[type="submit"], 
.product-lease-details .button {
	display: inline-block;

    background: #f3d078;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
	border: 1px solid rgba(0,0,0,0.25);
	border-radius: 5px;
	margin: .5em 0 0;
	padding: .25em .5em;
	appearance: none;
	-webkit-appearance: none;
	font-weight: normal;
	color: #000;
	}
	
.table-product-list-compact .product-buy-form .buttons, 
.table-product-list-compact .buttons, 
.table-product-list-compact .contact-popup.buttons {
	display: block;
	padding: .5em .75em;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	}

.product-lease-details .button {
    background: #eff0f3;
    background: -webkit-linear-gradient(top,#f7f8fa,#e7e9ec);
    background: linear-gradient(to bottom,#f7f8fa,#e7e9ec);
	}

.button:hover, 
.product-buy-contact a.button:hover, 
.product-buy-form input[type="submit"]:hover, 
.product-lease-details .button:hover {
    background: #f1c860;
    background: -webkit-linear-gradient(top,#f5d78e,#eeb933);
    background: linear-gradient(to bottom,#f5d78e,#eeb933);
    color: #000;
    text-decoration: none;
	}

.product-lease-details .button:hover {
	border-color: #a2a6ac #979aa1 #82858a;
	
    background: #e0e3e8;
    background: -webkit-linear-gradient(top,#e7eaf0,#d9dce1);
    background: linear-gradient(to bottom,#e7eaf0,#d9dce1);
	}


/* BEGIN - Oki announcement (10/2020) */
.announcement.announcement-oki-2020 {
	margin: 1.5em auto 0;
	padding: .5em .75em;
	display: none;
	background: #ffc;
	border: 1px solid #ccc;
	font-size: .85rem;
}

#product-details .announcement.announcement-oki-2020 {
	display: block;
}

.announcement.announcement-oki-2020 b {
	display: block;
	margin-bottom: .5em;
	font-size: .9rem;
}

.announcement.announcement-oki-2020 a:not(.announcement-cta) {
	text-decoration: none;
	color: #333;
}

.announcement.announcement-oki-2020 .announcement-content {

}

.announcement.announcement-oki-2020 .announcement-cta {
	display: inline-block;
	background: rgba(255,255,255,0.5);
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: .125em .75em;
}
/* END - Oki announcement (10/2020) */






/* Looking for parts? - banner */
/*
.product-parts-cta {
	display: block;
	background: #ffc;
	margin: 2px auto 10px;
	padding: 15px;
	max-width: 350px;
	font-size: 14px;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.15);
	}
*/


.product-parts-cta {
	display: block;
	background: #407F7F;
	margin: 2px auto 10px;
	padding: 15px;
	font-size: 16px;
	font-weight: normal !important;	
	color: #fff;
	text-align: center;
	text-decoration: none;
	max-width: 75%;
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 5px;
	}

a .product-parts-cta, 
a:link .product-parts-cta {
	color: #fff;
	text-decoration: none !important;	
	}

a:hover .product-parts-cta {
	background: #407F7F;
	color: #fff;
	text-decoration: none !important;
	}

.product-parts-cta .button {
	font-size: 14px;
	position: absolute;
	right: 15px;
	top: 4px;
	}

.product-parts-cta .button .fa {
	vertical-align: middle;
	margin-left: .125em;
	color: #c3954e;
	}

.product-parts-cta .parts-cta-icon {
	font-size: 36px;
	position: absolute;
	left: 15px;
	top: 7px;
	color: #7eb2ad;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	}









.product-buy-contact {
	position: relative;
	}


/* contact modal */
.product-buy-contact #contact-modal, 
#contact-modal {
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	width: 175px;
	min-height: 100px;
	border: 1px solid  border: 1px solid #333;
	background: rgba(255,255,204,0.95); /* #ffc */
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5), 
				2px 5px 10px rgba(0,0,0,0.35);
	}

.product-buy-contact #contact-modal ul, 
#contact-modal ul {
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	margin: 15px 3px 7px;
	padding-left: 7px;
	}

.product-buy-contact #contact-modal .fa, 
#contact-modal .fa {
	margin-right: .5em;
	}

.product-buy-contact #contact-modal .column-content, 
#contact-modal .column-content {
	padding: 0 !important;
	margin: 2px !important;
	}

.product-buy-contact #contact-modal .column-content:first-of-type ul li:last-child, 
#contact-modal .column-content:first-of-type ul li:last-child {
	margin-left: 24px;
	}

.product-buy-contact #contact-modal .column-content:last-of-type ul li:last-child, 
#contact-modal .column-content:last-of-type ul li:last-child {
	display: none;
	}

.product-buy-contact #contact-modal .close-modal, 
#contact-modal .close-modal {
	position: absolute;
	top: 3px;
	right: 3px;
	font-size: 20px;
	color: #6c2a2c;
	cursor: pointer;
	margin: 0;
	}

.product-buy-contact #contact-modal .close-modal:hover, 
#contact-modal .close-modal:hover {
	color: #f00;
	}





.product-main-description li {
	margin-top: .5em;
	margin-bottom: .5em;
	line-height: 1.4em;
	}

.product-main-description h2 {
	margin-top: 1.75em;
	margin-bottom: 0;
	}

.product-main-description h3 {
	color: #666;
	}





/* Category 
------------------------------------- */

/* Parts Home */
.grid-style-product-list .column {   
	min-height: auto !important;
}

.grid-style-product-list {
	margin: 15px auto;
	
	font: normal .95rem/1.4em arial, helvetica, sans-serif; /* 12px/1.4em */
	color: #333;

	display: block !important;
	}

.grid-style-product-list > ul {
	/* float: left; */
	/* width: 25%; */

	float: none !important;
	width: auto !important;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: flex-start;
	/* align-content: space-between; */
	
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
.grid-style-product-list > ul > li {
	flex: 1 1 33%; /* grow shrink basis */

	position: relative;	
	border: 1px solid #ccc; /* #dedede */
	margin: 15px;
	padding: 10px 5px 5px;
	min-height: 45px;
	}

.grid-style-product-list > ul > li a {
	display: inline-block;
	}
	
.grid-style-product-list > ul > li.has-sub a {
	margin-right: 36px;
	}

.grid-style-product-list > ul > li > ul { /* 2nd level list */
	z-index: 0;
	position: relative;	
	top: 5px;
	display: block;	
	margin: 15px 0 5px;
	padding: 10px 5px 10px 25px;
	background-color: #f7f7f7;
	border: 1px solid #dedede;
	box-shadow: inset 0 0 15px rgba(0,0,0,0.07);
	
	height: 300px; 
	overflow: auto;
	}

.grid-style-product-list .list-toggle-widget {
	z-index: 1;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 32px;
	height: 32px;
	background-color: #f7f7f7;
	padding: 3px;
	border-radius: 3px;
	text-align: center;
	color: #ccc;
	cursor: pointer;
	}

.grid-style-product-list .list-toggle-widget:hover {
	background-color: #dedede;
	color: #999;
	}


.grid-style-product-list .list-toggle-widget .fa {
	margin-top: 5px;
	font-size: 18px;
	}





.product-list-controls {
	background: #dedede;
	padding: 3px;
	margin: 10px 10px 5px;
}

.expand-all {
	background: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	outline: none;
}



/* subcat */
.general-desc .category-desc p {
	font-size: 14px;
	}


.column-list-content {
	border: 1px solid #ccc;
	border-radius: 5px; 
	min-height: auto; /* 150px; */
	padding: 0;
	box-shadow: 2px 3px 7px rgba(0,0,0,0.15);
	}
	
	
.column-list-content h2 {
	margin: 0;
	padding: 4px 8px;
	font-size: 16px;
	font-weight: 400;
	background: #dee7f6; /*  #aee3e3; */
	color: 000;
	}
	
.column-list-content ul {
	/* padding: 5px 15px 0px 36px; */
	padding: 0;
	margin: 0;
	list-style: none
	}

.column-list-content ul li {
	margin: 0; /* 5px */
	padding: 0;
	border: 1px solid rgba(0,0,0,0.05);
	border-width: 1px 0;
	}
	
.column-list-content ul li:hover {
	background-color: rgba(0,0,0,0.05);
	cursor: pointer;

	}
	
.column-list-content ul li a {
	display: block;
	padding: 8px 15px;
	}

/* for nested sub lists */
.column-list-content li ul li a {
	padding-left: 40px;	
	}

.promo-cta {
	display: block;
    background: #407F7F;
    margin: 2px auto 10px;
    padding: 15px;
    font-size: 16px;
    font-weight: normal !important;
    color: #fff;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 5px;
	}
	
.promo-cta .promo-icon .fa {
	font-size: 36px;
    position: absolute;
    left: 15px;
    top: 17px;
    color: #7eb2ad;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	}


.promo-cta .promo-cta-label {
	display: inline-block;
	margin: 13px 0;
	}
	
.promo-cta .button {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
	height: 100%;
	background: #f3d078;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
    border: 1px solid rgba(0,0,0,0.25);
    border-radius: 0px 5px 5px 0px;
    margin: 0;
    padding: .25em .5em;
	}
	
.promo-cta .button .fa {
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	top: 40%;
	bottom: 60%;
	width: 25px;
	height: 100%;	
	}
	



h1.title {
	width: 41.65%;
	}

#main-content > .column-content h1.title:first-child {
	margin-top: 10px;
	margin-bottom: 3px;
	padding-top: 0 !important;
	font-size: 22px; /* 20px */
	font-weight: normal;
	color: #712726;
	width: auto;
	}	

h1.title + .drop-nav { /* add top margin if no breadcrumb */
	margin-top: 15px;
	}

.drop-nav {
	clear: both;
	padding-bottom: 25px;
	}

.drop-nav select {
	font-size: 14px;
}


@media all and (max-width: 790px) { /* 700px */

	table.drop-nav {
		float: none !important;
		margin: 0 auto 10px !important;
		width: 100% !important;
	}

	table.drop-nav select {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 100% !important;
	}
	
	table.drop-nav tr {
		display: block !important;
	}

	table.drop-nav tr td {
		display: block !important;
		padding: 5px 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 100% !important;
	}

}


/* breadcrumb */
.breadcrumb-nav {
	background-color: #fff; /* #eaebea */
	border-radius: 3px;
	margin: 0 0 15px;
	padding: 0;
	font-size: 12px;
	position: relative;
	}

.breadcrumb-nav .crumb-divider {
	font-size: 17px;
	color: #cbcccb;
	text-shadow: 1px 1px 1px #fff;
	padding: 0;
	margin: 0;
	}
	
.breadcrumb-nav a {
	margin: 0;
	display: inline; /* inline-block */ 
	padding: 3px 3px;
	font-size: 12px;
	color: #666666;
	}

.breadcrumb-nav a:first-child {
	color: #712726;
	font-size: 14px;
	}

/*	
.breadcrumb-nav a:last-child {
	color: #000;
	font-weight: bold;
	}
*/


	
	
	
	

#category-header h1.title {
	font-size: 28px;
	font-weight: normal;
	margin: 0;
	}
	
#category-header h1.title strong {
	font-weight: normal;
	}

#category-desc-wrapper {
	display: block;
	float: right;
	
	position: relative;
	top: -50px;
	}
	
@media all and (max-width: 790px) {

	#category-desc-wrapper {
		float: none;
	
		position: relative;
		top: auto;
		}
	
}

#category-header .category-desc, 
#category-desc-wrapper .category-desc {
	position: relative;
	background-color: rgba(255, 192, 44, 0.1);
    padding: 1px;
    border-radius: 5px;
	}

#category-header .category-desc p, 
#category-desc-wrapper .category-desc p {
	padding-left: 70px;
	}

#category-header .category-desc p, 
#category-desc-wrapper .category-desc p,
#category-desc-wrapper .category-desc p a {
	font-size: 14px;	
	}
	
#category-header .category-desc .category-icon, 
#category-desc-wrapper .category-desc .category-icon {
	font-size: 36px;
	
	position: absolute;
	top: 3px;
	left: 3px;
	/*
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0.25);
	box-shadow: 1px 1px 5px rgba(0,0,0,0.15);
	*/
	width: 58px;
	height: 58px; 
	border-radius: 58px;
	
    background: #f3d078;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
    border: 1px solid rgba(0,0,0,0.25);
	}
	
#category-header .category-desc .category-icon .fa, 
#category-desc-wrapper .category-desc .category-icon .fa {
	margin: 7px auto 0;
	text-align: center;
	display: block;
	color: #46322e;
	}

#category-header.row > .column {
	min-height: 100px;
	}


#category-header {
	
	}








/* Cart 
------------------------------------- */
/* 
Changes to Cart page may be tied to email receipt 
so have been disabled for now
*/

/*
.cart-table {
	width: 100% !important;
	max-width: 750px !important;
	
	border: 1px solid rgba(0,0,0,0.15);
	}

.cart-table img {
	max-width: 50px !important;
	width: 50px !important;
	height: auto !important;
	}

.cart-table tbody > tr {
	border: 1px solid rgba(0,0,0,0.05);
	border-width: 1px 0;
	}

.cart-table tbody > tr:hover {

	}

.cart-table tbody tr td, 
.cart-table tbody tr table {
	min-height: 40px;	
	}

.cart-table tbody tr td, 
.cart-table tbody tr table td {
	vertical-align: middle;
	}

.cart-table tbody tr table tr {
	border-width: 0;
	}
*/




/* News 
------------------------------------- */

.news-item {
	margin: 15px 5px;
	padding: 10px;

    border: #ccc 1px solid;
    background-color: rgba(0,0,0,.02);
    border-radius: 5px;
}

.news-item:hover {
    border-color: #999;
    background-color: rgba(255,0,0,0.02);
}

/*
div.news-item:first-of-type {
	margin-top: 7px;
	border: none;
}
*/

.news-date {
	font-size: 16px;
}

.news-link {
	font-size: 16px;
	margin: 15px 0 7px;
	text-align: left;
}

.news-link a {
	display: block;
}

.news-item > h1, 
.news-item > h2, 
.news-item > .news-title {
	font-size: 18px;	
}

.news-item table {
	table-layout: fixed;
	word-wrap: break-word;
}

.news-item table tr, 
.news-item table td {
	white-space: normal !important;
}

.news-item table.table-padding-default td:last-child { 
	white-space: nowrap !important;
}






/* Search results */	
ol.search-results {
  	/* max-width: 780px; */
	margin: 0;
	padding: 0;
	overflow: visible;
	list-style: none;
	list-style-position: inside;
	/* grid */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr)); /* 300px */
    grid-auto-rows: auto; /* 1fr */
    grid-gap: 15px;
	}
	
.search-results > li {
	position: relative;
	border: 1px solid rgba(0,0,0,0.10);
	border-right-color: rgba(0,0,0,0.15);
	border-bottom-color: rgba(0,0,0,0.15);
	border-radius: 3px;
    padding: 15px 15px 15px; /* 25px 15px 5px */
    /* margin: 15px 0; grid */
	min-height: 75px;
	overflow: visible; /* hidden */
	box-shadow: 1px 2px 7px rgba(0,0,0,0.05);
	}
	
.search-results > li:hover {
	border-color: rgba(0,0,0,0.25);
	border-right-color: rgba(0,0,0,0.3);
	border-bottom-color: rgba(0,0,0,0.3);
	}

.search-results li.search-kind-0 .product-buy, 
.search-results li.search-kind-1 .product-buy {
	margin-right: 0; /* 160px */
	}

.search-results li.search-kind-0 .product-image, 
.search-results li.search-kind-1 .product-image  {
	z-index: 0;
	display: block;
	position: relative; /* absolute */
	/* top: 25px; */
	/* right: 15px; */
	/* width: 150px !important; */
	padding-top: 100%;
	margin-bottom: 10px
	}

.search-results li.search-kind-0 .product-image img, 
.search-results li.search-kind-1 .product-image img {
	display: block;
	/* width: 100% !important; */
	/* height: auto !important; */

    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    min-width: 180px;
	}

.search-results li .product-buy .product-title {
	display: block;
	font-size: .95rem;
	line-height: 1.2;
	margin-bottom: 0.75em;
	}

.search-results li.search-kind-0 > a:first-of-type, 
.search-results li.search-kind-0 .product-buy > a:first-of-type, 
.search-results li.search-kind-1 .product-buy > a:first-of-type {
	display: block;
  	font-size: 16px;
	}

.search-results .search-kind-label {
	display: none;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.05);
	color: #999;
	text-align: left;
	padding: 1px 7px;
	min-width: 50px;
	width: 100%;
	border-radius: 3px 3px 0 0;
	}





/* notifications */

.notification-alert {
	text-align: center;
	}






/* Misc and helper styles 
------------------------------------- */

.position-relative {
	position: relative;
}

.title-secondary {
	font-weight: normal;
	font-size: 22px;
	color: #444;
}

.text-align-center {
	text-align: center;
}

.text-align-left {
	text-align: left;
}

.text-align-right {
	text-align: right;
}

.text-color-red {
	color: rgb(255, 0, 0);
	}

.font-weight-normal {
	font-weight: normal !important;
}

.font-weight-bold {
	font-weight: bold !important;
}

.lead-in {
	font-size: 16.5px;
	line-height: 1.4; 
	position: relative;
	max-width: 700px;
}

.arrow-before:before {
	font-family: FontAwesome;
	content: "\f105";
	display: inline-block;
	padding-right: 7px;
	vertical-align: middle;
	color: #732829;
}

.no-border {
	border: 0px;
	}
	
.pad-top-10 {
	padding-top: 10px;
	}

.sale-callout {
	display: inline-block;
	padding: 10px 4px;
	background: linear-gradient(to bottom,#ff9c9c,#e30000);
	border: 1px solid #9f0000;
	border-radius: 40px;
	color: #fff;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,.2);
	-ms-transform: rotate(4deg); /* IE 9 */
    -webkit-transform: rotate(4deg); /* Chrome, Safari, Opera */
    transform: rotate(4deg);
	}

/* table for lineage */
table.table-style-lineage {
	font: 12px/1.3em helvetica, arial, sans-serif;
	border-collapse: collapse;
	width: 100%; 
	text-align: left;
	margin: 10px 0;
}

table.table-style-lineage caption {
	font-size: 18px;
	line-height: 1.2;
	color: #000;
	text-align: left;
	margin: 15px 0 0;
	padding: 5px 15px;
    background: #f3d078;
    background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
    border: 1px solid rgba(0,0,0,0.25);
    border-radius: 5px 5px 0 0;
}

table.table-style-lineage th, 
table.table-style-lineage td {
	border: 1px solid #cecfd5;
	padding: 10px;
}

table.table-style-lineage tbody td {
  vertical-align: top;
}

table.table-style-lineage tbody td a {
	display: inline-block;
	margin: 3px 0;
}

table.table-style-lineage tbody th {
	text-align: right;
	max-width: 90px;
	background: #dedede;
}

table.table-style-lineage thead tr {
	background: #dedede;
}

/*
tbody tr:nth-child(even) {
  background: #f0f0f2;
}
*/

table.table-style-lineage thead th {
	text-align: center;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}

@media screen and (max-width: 640px) {
	table.table-style-lineage {
		overflow-x: auto;
		display: block;
	}
}




/* list styles */
.no-bullet {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	}

.list-horz {

	}

.list-horz li {
	display: inline-block;
	margin: 0;
	padding: 0 .5em;
	font-size: 16px;
	border-right: 1px solid #dedede;
	min-width: 75px;
	text-align: center
	}



.nav-bar {
	display: block;
	position: relative;
	padding: 3px;
	margin: 5px auto !important;
	}

.nav-bar-label {
	font-size: 18px;
	color: #999;
	margin-bottom: 0;
	padding-bottom: 0;
	}

.nav-bar .list-horz {
	margin-top: .25em;
	padding: 2px;
	display: block;
	background: rgba(0,0,0,0.05);	
	border-radius: 3px;
	}

.nav-bar .list-horz a {
	display: block;
	}



/* table */
.table-border-gray, 
.table-border-gray td {
	border: 1px solid #c0c0c0;
	}

.table-border-gray td:last-child > table, 
.table-border-gray td:last-child > table td {
	border: none;
	}

.table-padding-default th,	
.table-padding-default td { 
	background-color: #fff;
	padding: 3px;
}


/* default news table styles*/
.table-news th{
	width: 20%;
}

.table-news th, .table-news td {
	border: 1px solid #a6a7a6;
	border-collapse: collapse;
	text-align: center;
}

.table-news thead th {
	border-color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

.table-news tbody td {
	background-color: #fff;
	padding: 3px;
}

.table-news tbody tr:hover td:not(.bg-color-grey) {
	background: #ffc;
}

.table-news tfoot td {
	border: none;
	padding: 5px;
	color: #666666;
	text-align: left;
}

.table-news th, 
.table-news td, 
.table-news a {	
	font-size: 11px;
	font-weight: normal;
}

.table-news tbody a {	
	color: #900;
	cursor: pointer;
}

.table-news .bg-color-grey {
	background-color: #ddd; /* #a6a7a6 */
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}



/* news table color schemes */	

.table-news.table-head-red thead {
	background-color: #dd9795;
}

.table-news.table-head-green thead {
	background-color: #00b050;
}

.table-news.table-head-gold thead {
	background-color: #ffbd00;
}

.table-news.table-head-blue thead {
	background-color: #006fc0;
}

.table-news.table-head-text-white thead th {
	color: #fff;
}

.table-news.table-head-text-black thead th {
	color: #000;
}
	
/* table legacy styles */

table.news-feb-2017 th, 
table.news-mar-2017 th, 
table.news-apr-2017 th, 
table.news-jun-2017 th {
	width: 20%;
}

table.news-feb-2017 th, 
table.news-feb-2017 td, 
table.news-mar-2017 th, 
table.news-mar-2017 td, 
table.news-apr-2017 th, 
table.news-apr-2017 td,
table.news-jun-2017 th, 
table.news-jun-2017 td {
	border: 1px solid #a6a7a6;
	border-collapse: collapse;
	text-align: center;
}

table.news-feb-2017 thead th, 
table.news-mar-2017 thead th, 
table.news-apr-2017 thead th, 
table.news-jun-2017 thead th { 
	border-color: #666666;
}

table.news-jun-2017 thead th,
table.news-jun-2017 th,
table.news-jun-2017 td {
	border-color: #000;
}

table.news-feb-2017 tbody td, 
table.news-mar-2017 tbody td, 
table.news-apr-2017 tbody td, 
table.news-jun-2017 tbody td { 
	background-color: #fff;
	padding: 3px;
}

table.news-feb-2017 tbody tr:hover td:not(.bg-color-grey), 
table.news-mar-2017 tbody tr:hover td:not(.bg-color-grey), 
table.news-apr-2017 tbody tr:hover td:not(.bg-color-grey), 
table.news-jun-2017 tbody tr:hover td:not(.bg-color-grey) {
	background: #ffc;
}

table.news-feb-2017 tfoot td, 
table.news-mar-2017 tfoot td, 
table.news-apr-2017 tfoot td, 
table.news-jun-2017 tfoot td {
	border: none;
	padding: 5px;
	color: #666666;
	text-align: left;
}

table.news-feb-2017, 
table.news-feb-2017 th, 
table.news-feb-2017 td, 
table.news-feb-2017 a, 
table.news-mar-2017, 
table.news-mar-2017 th, 
table.news-mar-2017 td, 
table.news-mar-2017 a, 
table.news-apr-2017 th, 
table.news-apr-2017 td, 
table.news-apr-2017 a, 
table.news-jun-2017 th, 
table.news-jun-2017 td, 
table.news-jun-2017 a {	
	font-size: 11px;
	font-weight: normal;
}

table.news-feb-2017 tbody a, 
table.news-mar-2017 tbody a, 
table.news-apr-2017 tbody a, 
table.news-jun-2017 tbody a {	
	color: #900;
	cursor: pointer;
}

table.news-feb-2017 thead {
	background-color: #dd9795;
}

table.news-mar-2017 thead {
	background-color: #00b050;
}

table.news-apr-2017 thead {
	background-color: #ffbd00;
}

table.news-jun-2017 thead {
	background-color: #006fc0;
}

table.news-feb-2017 thead th, 
table.news-mar-2017 thead th, 
table.news-apr-2017 thead th, 
table.news-jun-2017 thead th {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

table.news-mar-2017 thead th {
	padding-top: 2px;
	padding-bottom: 2px;
	color: #fff;
}

table.news-apr-2017 thead th {
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000;
}

table.news-jun-2017 thead th {
	color: #fff;
}

table.news-feb-2017 .bg-color-grey, 
table.news-mar-2017 .bg-color-grey, 
table.news-apr-2017 .bg-color-grey, 
table.news-jun-2017 .bg-color-grey {
	background-color: #a6a7a6;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}

.highlight {
	background: #fefb7d;
	border: 1px solid #cecc92;
	border-width: 0 1px 1px 0;
}

/* lists */
.no-bullet {
	list-style: none;
	margin: 0;
	padding: 0;
}


.pricelist-short {
	list-style: none;
	margin: 0;
	padding: 0;
	
	max-width: 540px;
}

.pricelist-short li {
	margin: 0;
	padding: 5px 0;
	border: 1px solid #dedede;
	border-width: 1px 0 0;
	overflow: hidden;
	position: relative;
}

.pricelist-short li:hover {
	background: rgba(20,20,20,0.05);
}

.pricelist-short li:last-child {
	border-width: 1px 0 1px;
}

.pricelist-short li a {
	font-size: 14px;
	font-weight: normal;
}

.pricelist-short li a:after {
	position: absolute;
	top: 3px;
	right: 5px;
	font-family: FontAwesome;
	font-size: 18px;
	content: "\f105";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	color: #dedede;
}

.pricelist-short li:hover a:after {
	color: #333;
}

.list-key, 
.list-value {
	display: block;
	padding: 1px 5px;
}

.list-key {
	float: left;
	width: 50%;
}

.list-value {
	float: right;
	width: 50%;
}


.clear {
	clear: both;
	}

.show {
	display: block;
	}

.hide {
	display: none;
	}

/* typography */


.text-color-green {
	color: #00b050 !important;
}

.text-color-gold {
	color: #ffbd00 !important;
}

.text-color-blue {
	color: #006fc0 !important;
}


/* Make an offer */
.product-make-offer {
    position: relative;
}

.product-make-offer #make-offer-modal .close-modal, #make-offer-modal .close-modal {
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 20px;
    color: #6c2a2c;
    cursor: pointer;
    margin: 0;
}
	
.product-make-offer #make-offer-modal, #make-offer-modal {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 250px;
    min-height: 100px;
    border: 1px solid #333;
    background: rgba(204,237,255,0.95);
    box-shadow: 1px 1px 3px rgba(0,0,0,0.5), 2px 5px 10px rgba(0,0,0,0.35);
}

#make-offer-modal form {
	margin: 15px;	
}

#make-offer-modal form label {
	display: block;
}

#make-offer-modal form input {
	width: 100%;
	padding: 3px 7px;
}


#make-offer-modal .field-group {
	margin: .5em;
}

.btn-blue {
    background: #0091c9;
    background-image: linear-gradient(to top,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%)!important;
    color: #fff;
}

.btn-blue:hover {
	background: #0091c9;
    background-image: linear-gradient(to top,rgba(175,175,175,0) 0,rgba(175,175,175,.3) 100%)!important;
    color: #fff;
}


.field-icon-group {
	position: relative;
	}


.field-icon-group .field-icon {
	position: absolute;
	display: block;
	z-index: 1;
	left: 4px;
	top: 4px;
	color: #aaa;
	}
	
.field-icon-group input {
	padding-left: 17px !important;
}