html {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	width: 100%;
	height: 100%;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: black;
	text-decoration: underline;
	cursor: pointer;
}

a:hover {
	color: #BA2125;
}

a.btn {
	text-decoration: none;
}

pre, xmp, plaintext, listing {
	font-family: 'Consolas', monospace;
}

h1 {
	font-size: 20px;
	font-size: 2.0rem;
	display: inline-block;
}

h2 {
	font-size: 18px;
	font-size: 1.8rem;
	display: inline-block;
}

textarea {
	font-size: 13px;
	font-size: 1.3rem;
}

.floatRight {
	float: right;
}

.floatRight form {
	padding-left: 12px;
}

#mainBodyHead .floatRight {
	margin-right: 5px;
	text-align: right;
}

.floatLeft {
	float: left;
}

.clear {
	clear: both;
}

.flexWrapper {
	display: flex;
	flex-wrap: wrap;
}

@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}

/* this is to add self clearing of children divs aka. Clearfix, but named group for semantic reasons */
.group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

* html .group {
	zoom: 1;
} /* IE6 */

*:first-child+html .group {
	zoom: 1;
} /* IE7 */
/* end clearfix */

.right {
	text-align: right;
	margin-left: auto;
	margin-right: 0;
}

.left {
	text-align: left;
	margin-left: 0;
	margin-right: auto;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.blank {
	height: 12px;
}

#mainBody {
	min-width: 750px;
}

div#mainBodyHead {
	z-index: 1 !important;
	overflow: visible;
	position: static;
	margin-left: 0;
	margin-right: 0;
	left: 0;
	margin-bottom: 6px;
	border-bottom: 1px solid #ccc;
	overflow: visible;
}

div#mainBodyHead #userName, div#mainBodyHead .custName, div#mainBodyHead .cartTopLink {
	white-space: nowrap;
}

div#mainBodyHead .faveListHeader {
	float: right;
	clear: right;
	position: relative;
	margin: 5px 0;
}

div#mainBodyContent {
	padding-top: 6px;
	position: relative;
}

.dividers span:after {
	display: inline-block;
	content: '|';
	margin: 0 3px;
}

.dividers span:last-child:after {
	content: '';
}

input, select, button {
	margin-right: 5px;
}

.round {
	border-radius: 5px;
}

.contentPage {
	float: left;
	width: 100%;
}

table td {
	vertical-align: top;
}

label {
	font-weight: bold;
}

table label {
	text-align: right;
	margin-left: auto;
	font-weight: bold;
	float: right;
	padding-right: 6px;
}

table label.info {
	text-align: left;
	font-weight: normal;
	float: none;
}

table label.vertical {
	display: block;
	text-align: left;
	font-weight: bold;
	float: none;
	margin-top: 6px;
}

legend {
	font-size: 18px;
	font-size: 1.8rem;
	background-color: #fff;
}

fieldset {
	padding: 6px;
	border: none;
}

fieldset.box {
	border: solid 1px #ccc;
	margin: 10px 0;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
	padding: 5px;
	width: auto;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 10px 0;
}

img {
	border: none;
}

.error {
	color: #f00;
	font-style: italic;
}

.errorInput, .errorInput:focus {
	background: #ff9f9f;
	color: #fff;
}

input[type=checkbox].errorInput, input[type=radio].errorInput {
	outline: solid 1px #ff9f9f;
}

input.errorInput:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #ff9f9f inset;
	-webkit-text-fill-color: white;
}

div.waiting {
	background: url(images/material-design-icons/sprites.png) no-repeat -250px -100px;
	width: 48px;
	height: 48px;
	margin: 0 auto;
	animation: spin 2s ease infinite;
}

#mainBodyContent > div.waiting {
	margin: 20% auto 0 auto;
}

.treemenu .sel {
	color: #f00;
	font-weight: bold;
}

.treeview, .treeview ul {
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.year {
	border-radius: 2px;
	font-size: 26px;
	font-size: 2.6rem;
	color: #fff;
	background: #c22326;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}

#userName {
	font-weight: bold;
}

/* Product Listing Header */
.prodList {
	clear: both;
}

.listImage {
	max-width: 100px;
	max-height: 100px;
}

.prodListHeader {
	background: transparent;
	margin: 12px 0 0 0;
	padding: 0;
	width: 100%;
}

.prodListHeader p {
	margin: 5px;
}

.prodListHeader a.prevBtn, .prodListFooter a.prevBtn {
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/material-design-icons/sprites.png) no-repeat -25px -100px;
	background-size: 500px 500px;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	text-align: left;
}

.prodListHeader a.nextBtn, .prodListFooter a.nextBtn {
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/material-design-icons/sprites.png) no-repeat -50px -75px;
	background-size: 500px 500px;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	text-align: left;
}

.prodListHeader .pppForm.form-inline > div, .prodListFooter .pppForm.form-inline > div {
	flex-basis: 100%;
}

.prodListHeader .prodOrder.form-control {
	margin-left: 5px;
}

.prodSearchTabs {
	float: left;
	width: 100%;
}

.prodSearchTabs .prodListHeader, .prodSearchTabs .prodListContent {
	width: 97%;
}

/* --------- */
/* Product List Common */

.prodListContent > .prodListProd {
	border: solid 1px #ccc;
	margin: 10px 0;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
	padding: 5px;
}

.prodListContent > .prodListProd * {
	min-width: 0;
	max-width: 100%;
}

.prodListContent > .prodListProd.inCart {
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
}

.viewQuickLook, .icon.viewQuickLook {
	display: none;
}

.quickLook .compareSpan {
	display: none;
}

/* End Product List Common */
/* ------------- */

/* --------- */
/* List View */

div[data-orient=L] .prodListContent > .prodListProd {
	line-height: 15px;
	line-height: 1.5rem;
}

div[data-orient=L] .prodListContent > .prodListProd .imageCol {
	float: left;
	padding: 0 10px 10px 0;
}

div[data-orient=L] .prodListContent > .prodListProd .descCol {
	float: left;
	width: 400px;
	padding: 0 10px 10px 0;
}

div[data-orient=L] .prodListContent > .prodListProd .prodDesc, div[data-orient=L] .prodListContent > .prodListProd .listDesc {
	display: block;
	padding: 0 0 12px 0;
}

div[data-orient=L] .prodListContent > .prodListProd .prodNum {
	display: block;
	font-weight: bold;
	color: #002261;
}

div[data-orient=L] .prodListContent > .prodListProd .priceCol {
	display: inline-block;
	width: 200px;
	min-width: initial;
	text-align: left;
	float: right;
}

div[data-orient=L] .prodListContent > .prodListProd .buttonRow:after {
	content: '';
	display: block;
	clear: both;
}

div[data-orient=L] .prodListContent > .prodListProd input.qty {
	width: 80px;
	width: 8rem;
}

div[data-orient=L] .prodListContent > .prodListProd .priceDiv {
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
}

div[data-orient=L] .prodListContent > .prodListProd .whseDiv {
	clear: both;
}

div[data-orient=L] .prodListContent > .prodListProd .buttonRow {
	clear: both;
}

div[data-orient=L] .prodListContent > .prodListProd .compareSpan {
	position: relative;
}

div[data-orient=L] .prodListContent > .prodListProd .compareCheck {
	position: absolute;
	right: 5px;
	top: 2px;
}

div[data-orient=L] .prodListContent > .prodListProd .compareBtn {
	padding-right: 25px;
}

div[data-orient=L] .prodListContent > .prodListProd .moreDiv .tabs {
	margin: 10px 0 0 0;
}

/* End List View */
/* ------------- */

/* --------- */
/* Grid View */

div[data-orient=G] .prodListContent > .prodListProd {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px;
	width: 300px;
	float: left;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 15px;
	line-height: 1.5rem;
	position: relative;
	overflow-x: hidden;
}

div[data-orient=G] .prodListContent > .prodListProd .form-inline {
	flex-direction: column;
	align-items: normal;
}

div[data-orient=G] .prodListContent > .prodListProd .imageCol {
	text-align: center;
	width: 100%;
}

div[data-orient=G] .prodListContent > .prodListProd .prodDesc, div[data-orient=G] .prodListContent > .prodListProd .listDesc {
	display: block;
	padding: 0 0 12px 0;
	overflow: hidden;
}

div[data-orient=G] .prodListContent > .prodListProd .prodNum {
	display: block;
	font-weight: bold;
	color: #002261;
}

div[data-orient=G] .prodListContent > .prodListProd .availCodeDiv, div[data-orient=G] .prodListContent > .prodListProd .availDiv, div[data-orient=G] .prodListContent > .prodListProd .cpnDiv, div[data-orient=G] .prodListContent > .prodListProd .suggRet, div[data-orient=G] .prodListContent > .prodListProd .umDiv {
	overflow: hidden;
}

div[data-orient=G] .prodListContent > .prodListProd .whseDiv, div[data-orient=G] .prodListContent > .prodListProd .umDiv, div[data-orient=G] .prodListContent > .prodListProd .qtyDiv {
	line-height: 20px;
	line-height: 2rem;
	overflow: hidden;
}

div[data-orient=G] .prodListContent > .prodListProd input.qty {
	width: 80px;
	width: 8rem;
}

div[data-orient=G] .prodListContent > .prodListProd .priceDiv {
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 18px;
	line-height: 1.8rem;
	overflow: hidden;
}

div[data-orient=G] .prodListContent > .prodListProd .whseDiv {
	clear: both;
}

div[data-orient=G] .prodListContent > .prodListProd .buttonRow {
	clear: both;
	margin: 5px 0 0 0;
}

div[data-orient=G] .prodListContent > .prodListProd .buttonRow input[type=button], div[data-orient=G] .prodListContent > .prodListProd .buttonRow button {
	margin-top: 2px;
	margin-bottom: 2px;
}

div[data-orient=G] .prodListContent > .prodListProd .compareSpan {
	position: relative;
}

div[data-orient=G] .prodListContent > .prodListProd .compareCheck {
	position: absolute;
	right: 5px;
	top: 2px;
}

div[data-orient=G] .prodListContent > .prodListProd .compareBtn {
	padding-right: 25px;
}

div[data-orient=G] .prodListContent > .prodListProd .moreBtn, div[data-orient=G] .prodListContent > .prodListProd .moreDiv {
	display: none;
}

div[data-orient=G] .prodListContent > .prodListProd:hover .viewQuickLook {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

/* End Grid View */
/* ------------- */

/* --------- */
/* Micro View */

div[data-orient=M] .prodListContent > .prodListProd {
	width: 160px;
	margin-right: 10px;
	float: left;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 15px;
	line-height: 1.5rem;
	position: relative;
	text-align: center;
	overflow: hidden;
}

div[data-orient=M] .prodListContent > .prodListProd .form-inline {
	flex-direction: column;
	align-items: normal;
}

div[data-orient=M] .prodListContent > .prodListProd .imageCol {
	width: 100%;
	margin: 0 auto 3px;
}

div[data-orient=M] .prodListContent > .prodListProd .prodNum {
	display: block;
	color: #002261;
}

div[data-orient=M] .prodListContent > .prodListProd .priceDiv {
	font-weight: bold;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 13px;
	line-height: 1.3rem;
	font-weight: normal;
}

div[data-orient=M] .prodListContent > .prodListProd .buttonRow {
	clear: both;
	margin: 5px 0 0 0;
}

div[data-orient=M] .prodListContent > .prodListProd .buttonRow input {
	margin-top: 2px;
	margin-bottom: 2px;
}

div[data-orient=M] .prodListContent > .prodListProd .buttonRow input[type=button].moreBtn,
div[data-orient=M] .prodListContent > .prodListProd .moreDiv,
div[data-orient=M] .prodListContent > .prodListProd .prodDescDiv,
div[data-orient=M] .prodListContent > .prodListProd .listDescDiv,
div[data-orient=M] .prodListContent > .prodListProd .cpnDiv,
div[data-orient=M] .prodListContent > .prodListProd .availCodeDiv,
div[data-orient=M] .prodListContent > .prodListProd .availDiv,
div[data-orient=M] .prodListContent > .prodListProd .whseDiv,
div[data-orient=M] .prodListContent > .prodListProd .suggRet,
div[data-orient=M] .prodListContent > .prodListProd .umDiv,
div[data-orient=M] .prodListContent > .prodListProd .qtyDiv,
div[data-orient=M] .prodListContent > .prodListProd .compareText {
	display: none;
}

div[data-orient=M] .prodListContent > .prodListProd .buttonRow input[type=button] {
	display: inline-block;
	margin: 0 .3rem;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	border: none;
	text-align: left;
}

div[data-orient=M] .prodListContent > .prodListProd .buttonRow .compareSpan {
	position: relative;
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: top;
	margin: 0 .3rem;
}

div[data-orient=M] .prodListContent > .prodListProd input.compareCheck {
	width: 24px;
	visibility: hidden;
}

div[data-orient=M] .prodListContent > .prodListProd .compareBtn {
	background: none;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
}

div[data-orient=M] .prodListContent > .prodListProd input.compareCheck + label {
	content: '';
	display: inline-block;
	background: url(images/material-design-icons/sprites.png) no-repeat -75px -150px;
	background-size: 500px 500px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	visibility: visible;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
}

div[data-orient=M] .prodListContent > .prodListProd input.compareCheck:checked + label {
	background: url(images/material-design-icons/sprites.png) no-repeat -50px -125px;
	background-size: 500px 500px;
	box-shadow: 0 0 1px 1px #a00;
	border-radius: 12px;
}

div[data-orient=M] .prodListContent > .prodListProd input.cartBtn {
	background: url(images/material-design-icons/sprites.png) no-repeat -400px -125px;
	background-size: 500px 500px;
	width: 24px;
	height: 24px;
}

div[data-orient=M] .prodListContent > .prodListProd input.faveBtn {
	background: url(images/material-design-icons/sprites.png) no-repeat -250px -0px;
	background-size: 500px 500px;
	width: 24px;
	height: 24px;
}

div[data-orient=M] .prodListContent > .prodListProd input.faveDelBtn {
	background: url(images/material-design-icons/sprites.png) no-repeat -150px -125px;
	background-size: 500px 500px;
	width: 24px;
	height: 24px;
}

div[data-orient=M] .prodListContent > .prodListProd input.faveUpdBtn {
	background: url(images/material-design-icons/sprites.png) no-repeat -75px -375px;
	background-size: 500px 500px;
	width: 24px;
	height: 24px;
}

div[data-orient=M] .prodListContent > .prodListProd input.reqBtn {
	background: url(images/material-design-icons/sprites.png) no-repeat -175px -225px;
	background-size: 500px 500px;
	width: 24px;
	height: 24px;
}

div[data-orient=M] .prodListContent > .prodListProd input.hideBtn {
	background: url(images/material-design-icons/sprites.png) no-repeat -325px -375px;
	background-size: 500px 500px;
	width: 24px;
	height: 24px;
}

div[data-orient=M] .prodListContent > .prodListProd:hover .viewQuickLook {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

/* End Micro View */
/* ------------- */

/* ------------- */
/* Carousel View */

.prodList.rlCarousel {
	margin: 20px;
}

.rlCarousel {
	position: relative;
}

.rlCarouselContainer {
	height: 0;
	overflow: hidden;
}

.rlCarouselNext, .rlCarouselPrev {
	cursor: pointer;
}

.rlCarouselNav.top {
	display: none;
}

.rlCarouselNav.bottom .rlCarouselPrev {
	position: absolute;
	left: -20px;
	top: 50%;
	background: url(images/material-design-icons/sprites.png) no-repeat -25px -100px;
	background-size: 500px 500px;
	overflow: hidden;
	display: block;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	text-align: left;
}

.rlCarouselNav.bottom .rlCarouselNext {
	position: absolute;
	right: -20px;
	top: 50%;
	background: url(images/material-design-icons/sprites.png) no-repeat -50px -75px;
	background-size: 500px 500px;
	overflow: hidden;
	display: block;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	text-align: left;
}

/* ----------------- */
/* End Carousel View */

div.inCart {
	background-color: #eee;
	background-image: none;
}

/* Product Listing Footer */
.prodListFooter .prodListFooterLeft {
	width: 33%;
	float: left;
	clear: both;
	vertical-align: bottom;
	min-height: 1px;
	margin: 0;
}

.prodListFooter .prodListFooterCenter {
	width: 34%;
	float: left;
	text-align: center;
	min-height: 1px;
}

.prodListFooter .prodListFooterRight {
	width: 33%;
	float: left;
	text-align: right;
}

.fullProduct {
	position: relative;
	font-size: 13px;
	font-size: 1.3rem;
}

.fullProduct .prodImg {
	float: none;
	margin: 12px 0 0 0;
}

.fullProduct .prodImg img {
	max-width: 33%;
	max-height: 450px;
	overflow: hidden;
	float: left;
	margin: 0 2% 18px 0;
}

.fullProduct .prodInfo .prodDesc {
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #033E7D;
}

.fullProduct .prodNum {
	color: #8e8e8e;
	font-weight: normal;
}

.fullProduct .suggRetail {
	color: #8e8e8e;
}

.fullProduct .netPrice {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #033E7D;
}

.fullProduct .tabs {
	clear: both;
	position: static;
	margin: 20px;
}

select.defaultFaveList {
	max-width: 240px;
}

.fullProduct .faveBtn, .fullProduct .reqBtn {
	background-image: none;
	text-indent: 0;
	width: auto;
	height: auto;
}

.fullProduct .prodInfo {
	position: relative;
	float: left;
	width: 64%;
	margin: 0 0 18px 0;
}

.fullProduct .prodInfo .prodDesc, .fullProduct .prodInfo .prodNum, .fullProduct .prodInfo .netPrice, .fullProduct .prodInfo .suggRetail, .fullProduct .prodInfo .qty {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 .5px 0;
}

.fullProduct .prodInfo .btns {
	float: right;
	margin: 0 0 12px 12px;
	max-width: 275px;
	text-align: center;
}

.fullProduct .prodInfo {
	justify-content: space-between;
}

.fullProduct .prodInfo .btns a {
	white-space: nowrap;
}

.fullProduct .prodInfo .prodData {
	max-width: 400px;
}

.fullProduct .prodInfo .listDesc {
	clear: both;
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	padding: 18px 0;
}

.fullProduct .relProds {
	clear: both;
}

.relProd .prodDesc {
	position: relative;
	top: 0;
	left: 0;
}

.relProd .prodNum {
	position: relative;
	top: 0;
	left: 0;
}

.accProd .prodDesc, .accProd .prodNum, .accProd .netPrice, .accProd .suggRetail, .accProd .qty {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 .5px 0;
}

.subProd .prodDesc, .subProd .prodNum, .subProd .netPrice, .subProd .suggRetail, .subProd .qty {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 .5px 0;
}

/* Product Options */
.prodOptions {
	clear: both;
	background: #f9f9f9;
	display: block;
	position: static;
	margin: 12px 0;
	border: solid 1px #ccc;
	border-radius: 2px;
	padding: 0 5px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}

.prodOptions .prodOptionsToggle {
	padding: 12px 0 12px 12px;
	margin: 0 -12px;
	color: black;
	cursor: pointer;
	font-weight: bold;
}

.prodOptions .prodOptionsToggle:after {
	content: '';
	display: inline-block;
	background: url(images/material-design-icons/sprites.png) no-repeat -25px -375px;
	background-size: 500px 500px;
	width: 24px;
	height: 24px;
	transform: rotate(0deg);
	transition: transform ease 0.2s;
	vertical-align: middle;
}

.prodOptions.opened .prodOptionsToggle:after {
	transform: rotate(90deg);
}

.prodOptions div.option {
	display: inline-block;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
	margin-right: 12px;
	margin: 0 12px 12px 0;
	min-width: 130px;
	background: #fff;
	border: solid 1px #ccc;
}

.prodOptions div.optionTitle {
	text-align: center;
	margin-bottom: 6px;
	font-weight: bold;
}

.prodOptions div.optionValues {
	max-height: 140px;
	overflow-y: auto;
	padding: 0 0 5px 5px;
}

.prodOptions div.optionValues label {
	text-align: left;
	margin-left: 0;
	margin-right: auto;
	float: none;
	display: inline;
	font-weight: normal;
}

.prodOptions div.showMoreLinkContainer {
	flex-basis: 100%;
}

/* Orientation */
.orient .sel {
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 2px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}

a.listBtn, a.gridBtn, a.microBtn {
	display: inline-block;
	height: 24px;
	padding: 0px 5px;
	margin-left: 3px;
}

a.listBtn:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	background: url(images/material-design-icons/sprites.png) no-repeat -275px -375px;
	background-size: 500px 500px;
}

a.gridBtn:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	background: url(images/material-design-icons/sprites.png) no-repeat -375px -275px;
	background-size: 500px 500px;
}

a.microBtn:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	background: url(images/material-design-icons/sprites.png) no-repeat -375px -300px;
	background-size: 500px 500px;
}

/* Data Tables */
table.dataTable {
	border-collapse: collapse;
}

table.dataTable th, table.printTable th {
	vertical-align: bottom;
	padding: 5px;
	border-bottom: 2px solid #ccc;
	background-color: #fff;
}

table.dataTable tr.odd {
	background-color: #f9f9f9;
}

table.dataTable tr.even {
	background-color: #fff;
}

table.dataTable tr.odd td.sorting_1 {
	background-color: #eee
}

table.dataTable tr.even td.sorting_1 {
	background-color: #ddd;
}
table.dataTable td,table.printTable td {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

table.dataTable tr.hover td {
	cursor: pointer;
	background: #eee;
}

table.dataTable tbody th, table.dataTable tbody td, table.dataTable tfoot th, table.dataTable tfoot td {
	padding: 8px 18px 8px 5px;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc {
	position: relative;
	background: none;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc:after {
	content: '';
	display: inline-block;
	background: url(images/material-design-icons/sprites.png) no-repeat;
	background-size: 410px 410px;
	height: 20px;
	width: 20px;
	position: absolute;
	right: 0;
}

table.dataTable thead .sorting:after {
	background-position: -225px -287px;
}

table.dataTable thead .sorting_desc:after {
	background-position: -287px -102px;
}

table.dataTable thead .sorting_asc:after {
	background-position: -266px -123px;
}

/* Compare Table */
table.compareTable th {
	vertical-align: bottom;
	padding: 5px;
	border: 1px solid #ccc;
	background: #eee;
}

table.compareTable td {
	border: 1px solid #ccc;
	background: #fff;
}

/* Specifications Table */
table.specTable {
	border-collapse: collapse;
}

table.specTable td {
	border: 1px solid #ccc;
	padding-right: 12px;
	padding-left: 5px;
}

table.specTable td.code {
	color: black;
	font-weight: bold;
}

.prodNum, .prodDesc, .compareTable .prodNum {
	font-size: 14px;
	font-size: 1.4rem;
}

.compareTable .prodDesc {
	font-size: 11px;
	font-size: 1.1rem;
	max-width: 240px;
}

.compareTable td img {
	margin-right: 6px;
}

table.compareTable th,table.compareTable td {
	width: 200px;
}

table.compareTable td img {
	float: left;
}

/* Budget */
td.atBudget {
	background: yellow none no-repeat !important;
	color: black !important;
}

td.overBudget {
	background: #f00 none no-repeat !important;
	color: #fff !important;
}

.ui-autocomplete {
	max-height: 500px;
	overflow-y: auto;
	overflow-x: hidden;
}

.ui-autocomplete-loading {
	background-image: url(images/ajax-loader-tiny.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
	background: #a90329;
	border: 1px solid #a90329;
	color: #fff;
}

.custom-combobox {
	position: relative;
}

.custom-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
	right: -2px
}

.custom-combobox-input {
	margin: 0;
	padding: 5px 10px;
}

.custom-combobox a.custom-combobox-toggle > .ui-button-icon.ui-icon-refresh {
	animation: spin 2s ease infinite reverse;
}

.relPages {
	width: 100%;
	float: left;
}

.relPageContainer {
	clear: both;
	border: solid 1px transparent;
}

.relPage {
	background: #fff;
	border: 1px solid #ccc;
	width: 130px;
	height: 150px;
	float: left;
	text-align: center;
	padding: 6px;
}

.relPage .desc {
	font-size: 13px;
	font-size: 1.3rem;
}

.cartTable {
	width: 100%;
}

.cartTable th {
	border: 1px solid #ccc;
	background: #eee;
	padding: 3px 6px;
}

.cartTable td {
	padding: 0 5px;
}

.cartTable tr.restricted {
	background-color: #ccc;
}

.cartTable tr.prodLine td {
	border-bottom: 1px solid #ccc;
}

.cartTable .cartPoLine, .cartTable .qty, .cartTable .discPct {
	width: 100px;
	width: 10rem;
}

.cartTable .cartComment {
	width: 540px;
	width: 54rem;
	max-width: 50%;
}

#elementFrame {
	width: 100%;
	height: 450px;
	border: none;
}

.totalField {
	font-weight: bold;
}

.prodPage .longDesc {
	margin: 6px 0;
}

.compareBox {
	height: 24px;
	text-align: left;
}

.compareBox label {
	float: none;
	font-weight: normal;
}

.info {
	font-style: italic;
}

.avail {
	font-style: italic;
}

.compareTable .imageDiv .listImage {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.compareTable td {
	text-align: center;
}

div#google_translate_element {
	border-bottom: 1px solid #ccc;
	padding-bottom: 6px;
	margin-bottom: 12px;
}

/* printable */

.printable h1 {
	text-align: right;
}

.printable .summary {
	margin-bottom: 40px;
}

.printable .summary table {
	margin-left: auto;
	margin-right: 0;
}

.printable .header {
	margin-bottom: 40px;
}

.printable .header table {
	width: 100%;
}

.printable .products {
	margin-bottom: 40px;
}

.printable .products table {
	width: 100%;
}

.printable .product {
	width: 105px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.printable .num {
	width: 105px;
	text-align: right;
}

.filtOut {
	display: none;
}

.icon.clearText {
	display: none;
	float: right;
	margin-top: 3px;
	margin-right: 3px;
	position: relative;
}

input.prodFilter::-ms-clear {
	display: none;
}

input.prodFilter {
	vertical-align: top;
	display: inline-block;
	background: none;
	padding: 5px 29px 5px 29px;
	border: none;
	width: 95%;
	margin-left: -24px;
	margin-right: -29px;
}

input.prodFilter:focus {
	outline: none !important;
}

div.filterDiv {
	margin-bottom: 1px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	clear: both;
	height: auto;
}

.filter {
	margin-top: 5px;
	margin-left: 2px;
	display: inline-block;
	opacity: .4;
}

.noFilter {
	clear: both;
}

.compareTable .cartBtn {
	vertical-align: bottom;
}

a.cartBtn {
	display: inline-block;
	background: url(images/material-design-icons/sprites.png) no-repeat -400px -125px;
	background-size: 500px 500px;
	height: 24px;
	width: 24px;
	margin: 0 5px;
	text-indent: -9999px;
	overflow: hidden;
	text-align: left;
}

a.faveBtn {
	display: inline-block;
	background: url(images/material-design-icons/sprites.png) no-repeat -250px -0px;
	background-size: 500px 500px;
	height: 24px;
	width: 24px;
	margin: 0 5px;
	text-indent: -9999px;
	overflow: hidden;
	text-align: left;
}

a.reqBtn {
	display: inline-block;
	background: url(images/material-design-icons/sprites.png) no-repeat -175px -225px;
	background-size: 500px 500px;
	height: 24px;
	width: 24px;
	margin: 0 5px;
	text-indent: -9999px;
	overflow: hidden;
	text-align: left;
}

a.hideBtn {
	display: inline-block;
	background: url(images/material-design-icons/sprites.png) no-repeat -325px -375px;
	background-size: 500px 500px;
	height: 24px;
	width: 24px;
	margin: 5px;
	text-indent: -9999px;
	overflow: hidden;
	text-align: left;
}

img.captcha {
	vertical-align: middle;
}

a.captchaRefresh {
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url(images/material-design-icons/sprites.png) no-repeat -250px -100px;
	margin-left: auto;
	vertical-align: middle;
	text-indent: -9999px;
	overflow: hidden;
	text-align: left;
}

tr.pohHead td {
	background: none;
	border: none;
}

tr.pohHead .year {
	text-align: center;
}

.pohAddToCart, .pohAddToFavorites {
	transition: none;
}

a.excelLink {
	float: right;
	content: '';
	display: inline-block;
	background: url(images/material-design-icons/sprites.png) no-repeat -225px -225px;
	background-size: 750px 750px;
	width: 36px;
	height: 36px;
	vertical-align: middle;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 0.3;
	text-align: left;
}

a.printLink {
	float: right;
	content: '';
	display: inline-block;
	background: url(images/material-design-icons/sprites.png) no-repeat -450px -337px;
	background-size: 750px 750px;
	width: 36px;
	height: 36px;
	vertical-align: middle;
	text-indent: -9999px;
	overflow: hidden;
	opacity: 0.3;
	text-align: left;
}

ul.adBox {
	width: 200px;
	height: 200px;
}

a.adBoxButton {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #C0C0C0;
	border-radius: 10px;
	margin: 0;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
}

a.adBoxButton.current {
	background-color: #8B0000;
}

/* to standardize the size of the warehouse in the cart */
td.center select {
	width: 100%;
}

#cartTabs input[type=submit], #cartTabs .cartUpdateBtn, #cartTabs input#checkout, #cartTabs input#cartprint, #cartTabs input#discardCart {
	width: 160px;
	height: 40px;
}

#cartTabs form table {
	width: 100%;
}

.prodListHeader input.pg, .prodListFooter input.pg {
	width: 40px;
	width: 4rem;
}

.compareTable input.numeric {
	width: 80px;
	width: 8rem;
}

#topSearch input#search,
#searchBody input.searchProdList {
	width: 240px;
	width: 24rem;
}

#editBlogForm textarea#desc,
#extraForm textarea#extraComments,
#userReqForm textarea#msg {
	height: 160px;
	height: 16rem;
}

#editBlogForm textarea#text {
	height: 350px;
	height: 35rem;
}

/*Cart Popup*/
.cartTopLink {
	position: relative;
}

#cartAmt:before {
	content: '';
	display: inline-block;
	background: url(images/material-design-icons/sprites.png) no-repeat -400px -125px;
	background-size: 500px 500px;
	width: 24px;
	height: 24px;
	vertical-align: middle;
}

.cartPopup {
	display: none;
	position: absolute;
	top: 13px;
	top: 1.3rem;
	right: 0px;
	max-width: 350px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 12px;
	z-index: 500;
	max-height: 350px;
	overflow-y: auto;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
}

.cartPopup.hover {
	display: block;
}

.cartPopup #cartMenuProds .listImage {
	padding-right: 10px;
	height: 50px;
	width: 50px;
}

.cartPopup #cartMenuProds .menuInfo > div {
	font-size: 11px;
}

.cartPopup #cartMenuProds {
	list-style: none;
	padding: 0 0 0 5px;
	margin: 0 10px 0 0;
}

.cartPopup #cartMenuProds li {
	padding: .6px 0;
	min-height: 60px;
	border-bottom: 1px solid #ccc;
	width: 310px;
	overflow: hidden;
}

.cartPopup #cartMenuProds div.popupImg {
	min-height: 70px;
}

.cartPopup #cartMenuProds li#merchTotal {
	height: auto;
	min-height: 25px;
	border-bottom: none !important;
	width: 250px;
}

.cartPopup #cartMenuProds li div.menuInfo {
	padding-left: 10px;
}

.cartPopup input#viewCartBtn {
	cursor: pointer;
	float: right;
	margin: 5px 0;
}

.rlCartWrap {
	position: relative;
	float: left;
	width: 100%;
	opacity: 1;
}

.rlCartWrap.busy {
	opacity: .5;
}

.rlCartWrap.busy:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(images/material-design-icons/sprites.png) no-repeat -250px -100px;
	width: 48px;
	height: 48px;
	animation: spin 2s ease infinite;
	z-index: 9999;
}

.rlCart {
	clear: both;
	position: relative;
	z-index: 20;
	line-height: 26px;
}

.rlCartStatusCenter{
	float: right;
	right: 50%;
	position: relative;
	margin: 0px 0px 10px 0px;
	z-index: 30;
}

.rlCartStatus {
	width: auto;
	float: right;
	right: -50%;
	position: relative;
	clear: both;
	border-bottom: 1px solid #ccc;
}

.rlCart table label {
	min-width: 200px;
}

.rlCart .doubleFset, .rlCart .doubleFset label {
	line-height:20px;
}

.rlCartHead {
	height: 40px;
	position: relative;
}

.rlCartTitle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 1px;
	margin: 7px 0px 8px 0px;
	text-align: left;
}

.rlCartToolBox {
	position: absolute;
	height: 40px;
	width: 100%;
	right: 0;
	top: 0;
}

.rlCart fieldset {
	border: none !important;
	background: #f9f9f9;
	margin-bottom: 15px;
}

.cartWidget {
	margin-top: 0px;
}

.cartWidget + .cartWidget {
	margin-top: 5px;
}

.cartPage {
	display: none;
	position: absolute;
}

.cartPage.active {
	display: block;
	position: relative;
}

.cartStatusDiv {
	height: 40px;
	margin: 0;
	padding: 0px 5px 0px 5px;
	float: left;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

.cartStatusDiv.active {
	font-weight: bold;
}

.cartStatusDiv.disabled {
	opacity: .25;
	cursor: default;
}

.rlCart .order {
	padding-bottom: 40px;
}

.rlCart .order .totalField {
	font-size: 18px;
}

.cartActions {
	clear: both;
}

.cartActions:after {
	content: '';
	display: table;
	clear: both;
}

.cartAction {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	text-decoration: none;
	padding: 0 10px;
	border-radius: 2px;
	border: 1px solid #ccc;
	background: #eee;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
	margin-bottom: 10px;
}

.cartAction.cartCheckout, .cartAction.cartPrev, .cartAction.cartNext {
	display: none;
}

.cartAction.cartPrev {
	margin-right: 8px;
}

.rlCart .cartRow .tile.cartDate{
	display:block;
	float: right;
	width: 220px !important;
	min-width: 220px !important;
}

/*
 *Cart Review/Confirmation
 */
 
.rlCartConfirmation {
	max-width: 800px;
	margin: 0 auto;
}

.cart-print {
	border: 1px solid #eee;
	margin: 0 auto;
	padding: 10px;
	margin-top: 10px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}

.cart-print ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: initial;
}

.cart-print .cartRow {
	margin-top: 10px;
}

.cart-print .cartRow .tile {
	width: 47.5%;
	min-width: 330px;
	margin-top: 0;
}

.cart-print .cartRow .tile+.tile {
	width: 47.5%;
}

.cart-print .totalField {
	font-size: larger;
	font-weight: bold;
}

.cart-print .cartActionRow {
	margin-top: 30px;
	border: 1px solid #eee;
}

.cart-print table {
	border-collapse: collapse !important;
	border-spacing: 0 !important;
}

.cart-print table.printTable tr th {
	border-bottom: 2px solid black !important;
	border-collapse:collapse;
}

.cart-print table.printTable tr td {
	margin: 0 !important;
	border-spacing: 0px !important;
	padding: 0 5px;
}

.cart-print .listImage {
	display: none;
}

.tile {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-top:10px;
}

.cartRow {
	position: relative;
	width: 100%;
	display: block;
	clear: both;
}

.cart-final-actions {
	margin-top: 10px;
}

/*
 *End Cart Review/Confirmation
 */

iframe.viewIframe {
	width: 100%;
	height: 100%;
	border: 0;
}

div.topSearch {
	position: relative;
	margin-left: 12px;
}

input.topSearchBtn {
	background: url(images/material-design-icons/sprites.png) no-repeat -200px -250px;
	background-size: 500px 500px;
	width: 24px;
	height: 24px;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: -28px;
	text-align: left;
}

.categoryPage .pgm h2 {
	display: none;
}

.crumbChild {
	display: inline-block;
	vertical-align: top;
	height: 180px;
	width: 150px;
	margin-right: 12px;
	margin-top: 12px;
	text-align: center;
}

.crumbChild img {
	width: 150px;
	height: 150px;
}

.crumbTrail, .productCategories {
	background: #eee;
	margin: 0 2px 5px 0;
	padding: 2px 5px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}

.crumbTrail .crumb:after {
	content: ' \00BB  '; /* \00BB is &raquo or >> */
}

.crumbTrail .crumb:last-child:after {
	content: '';
}

.pageLinks {
	clear: both;
}

.doubleFset{
	display: inline-block;
	width: 46%;
	box-shadow: none;
	border-radius: 0px;
}

.hidden.doubleFset{
	display: none;
	border: none;
	float: left;
	width: 47%;
}

.doubleFset td,.doubleFset th{
	width: 47%;
}

.cartPrintWidth{
	width: 100%;
}

.cartPrintWidth td,.cartPrintWidth th{
	font-size: 85%;
	border: none !important;
}

.ajy-script{
	display: none;
}

/* Blog */
.blogPost {
	margin-bottom: 12px;
}

.blogPost .prompt {
	font-weight: bold;
}

.blogPostTitle {
	font-size: 18px;
	font-size: 1.8rem;
	padding: 5px 0;
}

.blogPostTitle a {
	font-size: 18px;
	font-size: 1.8rem;
}

.blogPostText {
	padding: 6px;
	margin: 18px 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.50);
}

form#addProductCopy textarea {
	height: 200px;
	height: 20rem;
}

#cartProducts {
	overflow-x: auto;
}

/* jQuery UI overrides */

.ui-state-focus {
	outline: none;
}

.ui-tabs .ui-tabs-panel {
	padding: 12px;
}

a.ui-tabs-anchor:focus {
	outline: none;
}

.ui-datepicker {
	display: none;
}

.ui-dialog .ui-dialog-titlebar-close {
	background: url(images/material-design-icons/sprites.png) no-repeat -133px -66px;
	background-size: 333px 333px;
	border: none;
	width: 16px;
	height: 16px;
}

.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
	display: none;
}

.accordion .ui-state-hover a {
	background: #900 none no-repeat !important;
	color: #fff !important;
}

.ui-icon.ui-icon-circle-close {
	background-image: url(images/material-design-icons/sprites.png);
	background-position: -200px -100px;
	background-size: 500px 500px;
	width: 24px;
	height: 24px;
}

.icon {
	display: inline-block;
	background: url(images/material-design-icons/sprites.png) no-repeat;
	background-size: 500px 500px;
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	overflow: hidden;
	vertical-align: middle;
	text-align: left;
	transition: transform ease 0.2s;
}

.icon-large {
	transform: scale(2);
	transform-origin: 0 bottom 0;
	margin-right: 24px;
	margin-top: 24px;
}

.icon-small {
	transform: scale(0.5);
	transform-origin: 0 bottom 0;
	margin-right: -24px;
	margin-top: -24px;
}

.icon-white {
	filter: invert(100%);
}

.icon-gray {
	opacity: 0.4;
}

.icon-spin {
	animation: spin 2s ease infinite;
}

/* For more colors: https://stackoverflow.com/questions/42966641/how-to-transform-black-into-any-given-color-using-only-css-filters */
.icon-red {
	filter: invert(31%) sepia(62%) saturate(5834%) hue-rotate(359deg) brightness(91%) contrast(115%);
}

.icon-green {
	filter: invert(45%) sepia(81%) saturate(2176%) hue-rotate(87deg) brightness(104%) contrast(114%);
}

.icon-blue {
	filter: invert(9%) sepia(99%) saturate(7304%) hue-rotate(249deg) brightness(94%) contrast(145%);
}

.icon-user {
	background-position: -0px -0px;
}

.icon-menu {
	background-position: -75px -200px;
}

.icon-search, .icon-filter {
	background-position: -200px -250px;
}

.icon-cancel {
	background-position: -200px -100px;
}

.icon-backorder {
	background-position: -100px -75px;
}

.icon-hold {
	background-position: -25px -300px;
}

.icon-complete {
	background-position: -50px -125px;
}

.icon-new {
	background-position: -300px -0px;
}

.icon-picked {
	background-position: -300px -275px;
}

.icon-cart {
	background-position: -400px -125px;
}

.icon-fave {
	background-position: -249px 0px;
}

.icon-info {
	background-position: -175px -225px;
}

.icon-email {
	background-position: -226px -150px;
}

.icon-quicklook {
	background-position: -400px -275px;
}

.icon-help, .icon-question {
	background-position: -400px -25px;
}

.icon-trash {
	background-position: -150px -125px;
}

.icon-plus {
	background-position: -50px -25px;
}

.icon-minus, .icon-notavailable {
	background-position: -200px -150px;
}

.icon-nonstock {
	background-position: -125px -75px;
}

.icon-stock {
	background-position: -75px -400px;
}

.icon-dropship {
	background-position: -275px -75px;
}

.icon-edit, .icon-pencil {
	background-position: -125px -125px;
}

.icon-chevron-up {
	background-position: -325px -150px;
}

.icon-collapsed, .icon-parent, .icon-chevron-right {
	background-position: -325px -150px;
	transform: rotate(90deg);
}

.icon-expanded, .icon-chevron-down {
	background-position: -325px -150px;
	transform: rotate(180deg);
}

.icon-chevron-left {
	background-position: -325px -150px;
	transform: rotate(270deg);
}

.icon-print {
	background-position: -300px -225px;
}

.icon-check {
	background-position: -50px -125px;
}

.icon-document {
	background-position: -150px -150px;
}

.icon-zoom, .icon-zoom-in {
	background-position: -350px -375px;
}

.icon-zoom-out {
	background-position: -325px -400px;
}

.icon-attach {
	background-position: -125px 0px;
}

.icon-star {
	background-position: -125px -400px
}

.icon-star-empty {
	background-position: -225px -300px;
}

.icon-star-half {
	background-position: -200px -325px;
}

.icon-pause {
	background-position: -100px -250px;
}

.icon-hot {
	background-position: -375px -350px;
}

.icon-settings {
	background-position: -175px -200px;
}

.icon-lock {
	background-position: -275px -175px;
}

.icon-download {
	background-position: -275px -25px;
}

.icon-save {
	background-position: -75px -375px;
}

.icon-back {
	background-position: -150px -275px;
}

.icon-previous, .icon-left {
	background-position: -25px -100px;
}

.icon-next, .icon-right {
	background-position: -50px -75px;
}

.icon-waiting {
	background-position: -125px -50px;
	animation: spin 2s ease infinite;
}

.icon-waiting.icon-large {
	zoom: 2;
	transform: inherit;
	transform-origin: center;
}

.availCode {
	display: inline-block;
	background: url(images/prod-a.png) no-repeat;
	width: 70px;
	height: 14px;
	text-indent: -9999px;
	overflow: hidden;
}

.availCode-a, .availCode-A {
	width: 70px;
}

.availCode-b, .availCode-B {
	width: 56px;
}

.availCode-c, .availCode-C {
	width: 42px;
}

.availCode-d, .availCode-D {
	width: 28px;
}

.availCode-e, .availCode-E {
	width: 14px;
}

.availCode-f, .availCode-F {
	width: 0px;
}

/*
*Begin product rating classes
*/

.pageTitle h2 {
	font-weight: bold;
}

.starFull {
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/material-design-icons/sprites.png) no-repeat -127px -402px;
	background-size: 500px 500px;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	text-align: left;
	filter: invert(74%) sepia(89%) saturate(1603%) hue-rotate(351deg) brightness(102%) contrast(99%);
}

.starHalf {
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/material-design-icons/sprites.png) no-repeat -202px -327px;
	background-size: 500px 500px;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	text-align: left;
	filter: invert(74%) sepia(89%) saturate(1603%) hue-rotate(351deg) brightness(102%) contrast(99%);
}

.starEmpty {
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/material-design-icons/sprites.png) no-repeat -227px -302px;
	background-size: 500px 500px;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	text-align: left;
	filter: invert(74%) sepia(89%) saturate(1603%) hue-rotate(351deg) brightness(102%) contrast(99%);
}

input.starEmpty, input.starFull, input.starHalf {
	border: none;
	cursor: pointer;
}
.fullProduct #desktop-subProdInfo {
	border-left: 1px solid #dee2e6!important;
	display: flex;
	flex-direction: column;
}

input.starEmpty:focus, input.starFull:focus, input.starEmpty:active, input.starFull:active {
	outline: none;
}

.starRatingNumber {
	float: left;
	margin-right: 5px;
}

.stars {
	padding-right: 5px;
	width: max-content;
	display: inline-block;
}

.stars a {
	color: #0066c0;
	text-decoration: none;
}

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

.starPercentage a {
	text-decoration: none;
}

.starPercentage a:hover {
	text-decoration: underline;
	color: #0066c0;
}

.starBar {
	padding-right: 5px;
}

.starBarTable {
	clear: both;
}

.starRaing .rating {
	border: none;
	margin: 0;
	cursor: pointer;
}

.starRating .rating:focus {
	outline: none;
}

.orderProductReview {
	margin-top: 10px;
}

.orderProductReview a {
	text-decoration: none;
}

.fullProduct .btns .cartBtn {
	display: block;
	padding: 0;
	margin: 0 5px;
	height: auto;
	width: auto;
	border-radius: 2px;
	border: none;
	color: #fff;
	text-decoration: none;
}

.rateThisProduct {
	font-weight: bold;
}

.rateThisProduct h4 {
	font-weight: bold;
}

.rateThisProduct a {
	text-decoration: none;
}

.statusDivApproved {
	font-style: italic;
	font-weight: bold;
	color: #32cd56;
	margin-bottom: 6px;
	font-size: 16px;
}

.statusDivPending {
	font-style: italic;
	font-weight: bold;
	color: #ff9900;
	margin-bottom: 6px;
	font-size: 16px;
}

.statusDivDeactivate {
	font-style: italic;
	font-weight: bold;
	color: #8c8c8c;
	margin-bottom: 6px;
	font-size: 16px;
}

.progress {
	border-radius: 0;
	height: 15px;
	width: 175px;
	margin-bottom: 5px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}

.progressBarColor {
	background: linear-gradient(to bottom, #fccf42 0%,#feb80e 100%);
}

.viewProductRatings {
	margin-bottom: 30px;
}

.averageRatingDiv {
	margin-bottom: 10px;
}

.averageInText {
	margin-left: 10px;
}

.averageInText a {
	text-decoration: none;
	color: #0066c0;
}

.user {
	margin-left: 5px;
	vertical-align: super;
}

.ratingUser {
	margin-bottom: 5px;
	margin-top: 10px;
	display: flex;
	align-items: center;
}

.reviewRatingText {
	vertical-align: top;
	font-weight: bold;
	margin-left: 5px;
}

.reviewspp {
	width: fit-content;
	display: inline-block;
	margin-top: 10px;
}

.reviewTitleDiv {
	display: flex;
	align-items: center;
	margin: 6px 0;
}

.reviewDiv {
	display: flex;
	align-items: center;
	margin: 6px 0;
}

.reviewTitle {
	font-weight: bold;
	display: inline-block;
}

.readReviewsBtn {
	text-decoration: none;
	font-weight: bold;
	margin-top: 5px;
}

.showReviews {
	display: flex;
}

.productReviewDiv {
	display: inline-block;
}

.productReviewDiv.prodReview {
	margin-bottom: 6px;
}

div.productReviews {
	border-top: 1px solid #dee2e6;
}

div.productReviews:first-child {
	border-top: none!important;
}

.productReviewDate {
	margin-top: -10px;
	margin-bottom: 5px;
	color: #6c757d;
}

.productReviewDate.reviewDate {
	margin: 0 0 6px 0;
}

.productReviewRating {
	margin: 6px 0;
}

.productRatingToggle {
	border: none;
	padding: 0 5px;
	margin-left: 3px;
}

.productRatingDropDown {
	padding: 23px;
	margin: 0 auto;
	top: auto;
}

.searchBtn {
	margin: 10px 0;
}

.ratingPagination {
	display: flex;
	justify-content: center;
}

.numberOfReviews {
	font-weight: bold;
}

.reviewSortBy {
	display: flex;
	justify-content: center;
}

.btn-wrapper {
	width: fit-content;
	display: inline-block;
}

.buton-cover {
	position: relative;
}

.actionButton,
.button-slide-out__above {
	display: block;
	min-width: 120px;
	border: none;
	padding: 0 1em;
	font-size: 12px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background: none;
	transition: background .3s ease;
}

.btn--delete {
	background-color: #d65a57;
}

.btn--delete:hover {
	background-color: #db6e6b;
}

.btn--accept {
	background-color: #28a745;
}

.btn--accept:hover {
	background-color: #32cd56;
}

.btn--deactivate {
	background-color: #8c8c8c;
}

.btn--deactivate:hover {
	background-color: #a6a6a6;
}

.btn--update {
	background-color: #007bff;
}

.btn--update:hover {
	background-color: #3396ff;
}

.btn--gray {
	background-color: #9c9c9c;
	border-radius: 4px 0 0 4px;
	margin-right: 0;
}

.btn--gray:hover {
	background-color: #8f8f8f;
}

.btn--gray-drk {
	background-color: #787878;
	border-radius: 0 4px 4px 0;
	margin-right: 0;
}

.btn--gray-drk:hover {
	background-color: #6b6b6b;
}

.btn__txt--inactive {
	display: block;
}

.is_active .btn__txt--inactive {
	display: none;
}

.btn__txt--active {
	display: none;
}

.is_active .btn__txt--active {
	display: block;
}

.button-set {
	display: flex;
	margin-top: 1px;
}

.button-set .actionButton,
.button-set .button-slide-out__above {
	display: block;
	min-width: initial;
	width: 50%;
	padding: 0;
}

.button-3d {
	perspective: 200px;
}

.button-3d.is_active>.actionButton,
.button-3d.is_active>.button-slide-out__above {
	background-color: #9c9c9c;
}

.button-3d__dropdown {
	overflow: hidden;
	transition: all 1s ease;
	transform: rotateX(-91deg);
	transform-origin: top;
	position: absolute;
	top: 100%;
	width: 100%;
	backface-visibility: hidden;
}

.is_active .button-3d__dropdown {
	transform: rotateX(0deg);
}

.button-3d__dropdown .actionButton,
.button-3d__dropdown .button-slide-out__above {
	background-color: #b24a48;
	transition: background-color 1s linear;
}

.is_active .button-3d__dropdown .actionButton,
.is_active .button-3d__dropdown .button-slide-out__above {
	background-color: #d65a57;
}

.button-3d__dropdown .btn--gray {
	background-color: #7f7f7f;
}

.is_active .button-3d__dropdown .btn--gray {
	background-color: #9c9c9c;
}

.button-slide-out {
	position: relative;
}

.button-slide-out__middle {
	position: relative;
	z-index: 10;
}

.button-slide-out__above,
.button-slide-out__below {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	transition: transform .5s ease;
}

.button-slide-out__above {
	font-size: 14px;
}

.is_active .button-slide-out__above {
	transform: translateY(-100%);
}

.is_active .button-slide-out__below {
	transform: translateY(100%);
}

.button-slide-up {
	position: relative;
	overflow: hidden;
	min-width: 120px;
}

.button-slide-up .button-set {
	margin-top: 0;
}

.button-slide-up__button {
	position: absolute;
	top: 0;
	left: 0;
	transition: transform .5s ease;
}

.is_active .button-slide-up__button {
	transform: translateY(-100%);
}

.js-editable-text .editable-text-btn,
.js-editable-text .editable-text-string {
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	border: none;
}

.js-editable-text .editable-text-string[contenteditable] {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px;
}

.js-editable-text .editable-text-btn {
	font-size: 1rem;
	font-weight: normal;
}

.js-editable-text .editable-text-save-btn {
	display: none;
}

.js-editable-text.is-active .editable-text-save-btn {
	display: inline-block;
}

.js-editable-text.is-active .editable-text-edit-btn {
	display: none;
}

.editTextBtn {
	transform: scale(0.7);
	transform-origin: 0 bottom 0;
}

.displayReviewsSection {
	margin-top: 50px;
}

.displayReviews, .pages {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0;
}

.displayReviews select, .pg {
	width: auto;
	margin: 0 10px;
}

#displayReviewsSection .submitBtn {
	margin-top: 10px;
}

.zeroRatings {
	font-weight: bold;
}

/*
*End product rating classes
*/

	/* --------- */
	/* BEGIN PRODUCTRENDER CLASSES */

.fullProduct #product-container {
	margin-top: 15px;
	margin-top: 1.5rem;
}

.fullProduct #product-row {
	border-top: 1px solid #dee2e6!important;
	border-bottom: 1px solid #dee2e6!important;
}

.fullProduct div.prodInfo > div.prodDesc {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.fullProduct #desktop-subProdInfo > div.prodData {
	padding-left: 1rem;
}

.fullProduct .availCodeDiv, .fullProduct .availDiv, .fullProduct .suggRetail, .fullProduct .cpnDiv, .fullProduct .umDiv, .fullProduct .netPrice, .qty {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.fullProduct div.umDiv > div.unitMeasure {
	display: inline-block;
	padding-left: 46px;
}

.fullProduct .prodUnitMeas {
	margin-left: 46px;
	width: 25%;
	display: inline;
}

.fullProduct div.mobile-subProdInfo .unitMeasure {
	display: inline;
}

.fullProduct .prodGridProd .prodDescDiv .prodDesc {
	font-size: inherit;
}

.fullProduct div.prodInfo > div.fullProdDesc {
	clear: both;
	margin-top: 1.5rem;
}

.fullProduct .priceDisplay {
	margin-left: 23px
}

.fullProduct #qty {
	margin-left: 18px;
	display: inline;
	width: 25%;
}

.fullProduct #whse {
	display: inline;
	width: 50%;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.fullProduct #cpn {
	display: inline;
	width: 50%;
	margin-left: 39px;
}

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

.fullProduct .btns .cartBtn {
	display: block;
	padding: 0;
	margin: 0 5px;
	height: auto;
	width: auto;
	border-radius: 2px;
	border: none;
	color: #fff;
	text-decoration: none;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	background: none;
	text-indent: 0;
	box-shadow: none;
}

.fullProduct .btns > .cartButton {
	margin-top: 1rem;
	transform-origin: 0 bottom 0;
}

.fullProduct .btns .cartBtn:hover {
	color: #fff;
}

.fullProduct #actionBtns {
	width: fit-content !important;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 1px solid #dee2e6!important;
}

.fullProduct #actionBtns > a.emailProductBtn {
	margin: 0 0 5px 0;
	overflow: hidden;
	display: inline;
}

.fullProduct #actionBtns > a.reqBtn {
	margin: 0 5px;
	display: inline;
}

.fullProduct #actionBtns > a.faveBtn {
	display: inline;
	margin: 0 0 5px 0;
}

.fullProduct #emailProductLink {
	overflow: hidden;
}

.fullProduct .subTitle, .fullProduct .relTitle, .fullProduct .accTitle {
	border-bottom: 1px solid #dee2e6!important;
	padding: 15px 0 5px 0;
}

.fullProduct #product-row > div.prodImg {
	float: left;
}

.fullProduct div#sub h3#subTitle , .fullProduct div#relProds h3#subTitle, .fullProduct div#acc h3#subTitle {
	border-bottom: 1px solid #dee2e6!important;
	padding-bottom: .5rem;
	padding-top: 1.5rem;
}

@media (max-width: 991px) {
	.fullProduct #desktop-subProdInfo {
		display: none;
	}
	
	.fullProduct .prodInfo .btns {
		float: left;
	}
}

@media (min-width: 991.99px) {
	.fullProduct #mobile-subProdInfo {
		display: none;
	}
	
	.fullProduct div#spec > .specTable {
		width: 66.6%!important;
		margin: 0 16.65%;
	}
	
	.fullProduct .prodInfo {
		border-right: 1px solid #dee2e6;
	}
	
	.prodList.prodOptionsBlockLeft .prodOptions {
		background: none;
		border: none;
		box-shadow: none;
	}
	
	.prodList.prodOptionsBlockLeft .prodOptionsBlock {
		width: 19%;
		margin-top: 0.3em;
		border-right: 1px solid #dee2e6;
		float: left;
		padding: 0.5em;
	}
	
	.prodList.prodOptionsBlockLeft > div[data-orient] {
		float: right;
		width: 80%;
	}
	
	.prodList.prodOptionsBlockLeft .option {
		width: 100%;
		padding: 0;
		text-align: left;
	}
	
	.prodList.prodOptionsBlockLeft div.optionTitle {
		text-align: left;
		background: #f9f9f9;
		padding: 5px 10px;
		color: black;
		border-bottom: solid 1px #ccc;
		margin-bottom: 0;
	}
	
	.prodList.prodOptionsBlockLeft div.optionValues {
		padding: 10px;
	}
}

.fullProduct #spec {
	margin: 2rem;
}

.fullProduct .prodImg img {
	max-width: 100%;
}

.fullProduct .moreInfo {
	margin-top: 1.5rem;
}

.fullProduct .more-info-state {
	display: none;
}

.fullProduct .more-info-target {
	opacity: 0;
	max-height: 0;
	font-size: 0;
	transition: .25s ease;
	list-style-type: none;
}

.fullProduct .more-info-wrap {
	padding-left: 0;
}

.fullProduct .more-info-state:checked ~ .more-info-wrap .more-info-target {
	opacity: 1;
	font-size: inherit;
	max-height: 999em;
}

.fullProduct .more-info-state ~ .more-info-trigger:before {
	content: 'More Info ↓';
}

.fullProduct .more-info-state:checked ~ .more-info-trigger:before {
	content: 'More Info ↑';
}

.fullProduct .more-info-trigger {
	cursor: pointer;
	display: inline-block;
	padding: 0 .5em;
	color: #666;
	font-size: .9em;
	line-height: 2;
	border: 1px solid #ddd;
	border-radius: .25em;
}

.fullProduct .moreInfoBtn {
	width: 75%;
}

.fullProduct .moreInfoBtn a{
	text-decoration: none;
}

	/* END PRODUCTRENDER CLASSES */
	/* --------- */

@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		position: absolute;
		float: left;
		right: 0;
		left: auto;
		background-color: #fff;
		border: 1px solid #ccc;
		border: 1px solid rgba(0,0,0,.15);
		margin: 2px 0 0;
	}
	
	#navbar-top > div > .nav > li {
		float: left;
		display: block;
	}

	#navbar-main .nav {
		flex-direction: column;
		width: 100%;
		flex-wrap: nowrap;
	}
	
	#navbar-main .nav > li > ul {
		padding: 0 0 0 15px;
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
	}
	
	#navbar-main .nav > li > a {
		padding: 5px 0;
	}
	
	#navbar-main.navbar-topsub {
		padding-top: 10px;
		padding-bottom: 10px;
		border-top: none;
		margin: -1px 15px 0;
	}

	.navbar-brand {
		width: 100%;
	}
	
	.rlCartToolBox {
		position: relative;
	}
	
	.hidden-xs {
		display: none!important;
	}

}

@media (min-width: 768px) {
	.navbar-topsub {
		display: block!important;
		border-top: none;
		border-left: none;
		border-right: none;
		margin-top: -1px;
		width: 100%;
	}
	
	.navbar-topsub.hideMenu {
		display: none!important;
	}
	
	.navbar-topsub > ul.nav > li {
		float: left;
		position: relative;
	}
	
	.navbar-topsub > ul.nav > li > a {
		padding-top: 3px;
		padding-bottom: 3px;
		line-height: 26px;
	}
	
	.navbar-topsub > ul.nav > li ul {
		position: absolute;
		left: 15px;
		z-index: 999;
		background: #fff;
		border: solid 1px #ccc;
	}
	
	.navbar-topsub > ul.nav > li a {
		white-space: nowrap;
	}

	#navbar-main.navbar-left {
		border: 1px solid #ccc;
		border-top: none;
		display: block;
	}
	
	#navbar-main.navbar-left.hideMenu {
		display: none!important;
	}

	#navbar-top {
		border-bottom: 1px solid #ccc;
	}

	#navbar-main.navbar-left .nav {
		flex-direction: column;
		flex-wrap: nowrap;
		width: 100%;
	}
	
	#navbar-top > .container-fluid > .topSearch {
		width: 300px;
		float: right;
		clear: right;
	}
	
	#navbar-top > .container-fluid > div#google_translate_element {
		float: right;
		clear: right;
		border-bottom: none;
	}
}

#mainBody {
	min-width: inherit;
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}
.btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}
.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default:active {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.contentPage {
	float: none;
	width: auto;
}

#cartAmt {
	color: rgba(0,0,0,.5);
}

#cartPopup .divider {
	clear: both;
}

.cartPopupProd {
	clear: both;
	width: 470px;
}

.form-control {
	font-size: 1.2rem;
}

.form-inline .compareSpan > label {
	display: inline-block;
}

div.topSearch {
	margin-left: 0;
}

#topSearch {
	position: relative;
	width: 100%;
}

#topSearch input#search {
	width: 100%;
}

#topSearch input.topSearchBtn {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}

#topNavSearch.collapse {
	clear: both;
}

.dropdown-menu {
	font-size: 14px;
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

#cartPopup.dropdown-menu {
	right: 0;
	left: auto;
	position: absolute;
}

ul.nav li ul.nav {
	flex-wrap: nowrap;
	flex-direction: column;
}

.navbar {
	margin-bottom: 0;
	border-radius: 0;
}

.navbar-brand {
	float: left;
}

.navbar-right {
	float: right;
	margin-right: -15px;
}

.navbar-toggler {
	padding: 3px;
	float: right;
}

@media (max-width: 991px) {
	.fullProduct #desktop-subProdInfo {
		border-left: none!important;
		display: flex;
		flex-direction: column;
	}
	
	.fullProduct .prodInfo .btns {
		float: left;
	}
}

.navbar-text {
	margin-top: 5px;
	margin-right: 15px;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.navbar-default {
	background-color: #f9f9f9;
	border-color: #ccc;
}

#navbar-top {
	border-left: none;
	border-right: none;
	border-top: none;
}

.navbar-top-links {
	flex-direction: row;
}

#navbar-top li.dropdown-header {
	min-width: 225px;
}

#navbar-top a.dropdown-toggle::after {
	display: none;
}

#navbar-main.navbar-left {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: none;
	margin-top: -1px;
	width: 100%;
}

#navbar-main.navbar-left .menu {
	width: 100%;
}

#navbar-main.navbar-left .topSearch {
	width: 100%;
}

#navbar-main.navbar-left #google_translate_element {
	width: 100%;
}

#navbar-main.navbar-left .goog-te-gadget, #navbar-main.navbar-left .goog-te-gadget .goog-te-combo{
	white-space: normal;
	max-width: 100%;
}

#navbar-main.navbar-left .nav > li > ul {
	padding: 0 0 0 15px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}

#navbar-main.navbar-left .nav > li > a {
	padding: 5px 0;
	display: inline-block;
}

#navbar-main.navbar-left .dropdown-menu {
	position: absolute;
	right: 0;
	left: auto;
}

.nav .current {
	font-weight: bold;
}

#navbar-top .navbar-top-links > li > .nav.collapse, #navbar-top .navbar-top-links > li > .nav.collapsing {
	position: absolute;
	z-index: 999;
	right: 0;
	background: #fff;
	border: solid 1px #ccc;
}

#navbar-top .navbar-nav a.dropdown-toggle[aria-expanded=true], #navbar-top .navbar-nav a.collapseLink[aria-expanded=true] {
	background: #eee;
}

a.collapseLink:after {
	content: '';
	display: inline-block;
	background: url(images/material-design-icons/sprites.png) no-repeat -250px -225px;
	background-size: 500px 500px;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	transition: transform 0.1s;
	padding: 0;
}

a.collapseLink[aria-expanded=true]:after {
	transform: rotate(90deg);
}

.collapsing {
	-webkit-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
}

.divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

div[data-orient=G] .prodListContent {
	width: 33%;
	max-width: 300px;
	float: left;
	padding-right: 5px;
}

div[data-orient=G] .prodListContent > .prodListProd {
	width: 100%;
}

div[data-orient=M] .prodListContent > .prodListProd {
	width: 162px;
}

#emailProductLinkFormWrapper, .tabs {
	display: none;
}

.tabs.ui-tabs {
	display: block;
	clear: both;
}

.prodOptionsContainer {
	display: none;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	margin: auto;
}

.quoteTabs form.ussOrder {
	display: inline-block;
}

.passwordMustContain.success {
	color: #28a745;
}

.passwordMustContain.error {
	color: #dc3545;
}

@media (max-width: 991px) {
	.prodListHeaderLeft .prodOrder {
		max-width: 100%;
	}
	
	.prodListHeaderCenter {
		width: 55%;
	}
	
	.prodListHeaderRight {
		width: 40px;
		float: right;
	}
	
	a.listBtn, a.gridBtn, a.microBtn {
		width: 24px;
		height: 24px;
		overflow: hidden;
		box-sizing: initial;
	}
	
	/* --------- */
	/* List View */
	div[data-orient=L] .prodListContent > .prodListProd .compareText,
	div[data-orient=L] .prodListContent > .prodListProd .listDesc {
		display: none;
	}
	
	div[data-orient=L] .prodListContent > .prodListProd .descCol {
		width: 36%;
	}
	
	div[data-orient=L] .prodListContent > .prodListProd .buttonRow input[type=button] {
		display: inline-block;
		margin: 0 .3rem;
		text-indent: -9999px;
		overflow: hidden;
		cursor: pointer;
		border: none;
	}
	
	div[data-orient=L] .prodListContent > .prodListProd .buttonRow .compareSpan {
		position: relative;
		width: 24px;
		height: 24px;
		display: inline-block;
		vertical-align: top;
		background: transparent;
		padding: 0;
		margin: 0 .3rem;
		box-shadow: none;
	}
	
	div[data-orient=L] .prodListContent > .prodListProd .buttonRow .compareSpan .compareBtn {
		background: transparent;
		border: none;
		text-indent: -9999px;
		overflow: hidden;
	}
	
	div[data-orient=L] .prodListContent > .prodListProd input.compareCheck {
		width: 24px;
		visibility: hidden;
	}
	
	div[data-orient=L] .prodListContent > .prodListProd input.compareCheck + label {
		content: '';
		display: inline-block;
		background: url(images/material-design-icons/sprites.png) no-repeat -75px -150px;
		background-size: 500px 500px;
		width: 24px;
		height: 24px;
		cursor: pointer;
		visibility: visible;
		position: absolute;
		left: 0;
		top: 0;
		padding: 0;
	}
	
	div[data-orient=L] .prodListContent > .prodListProd input.compareCheck:checked + label {
		background: url(images/material-design-icons/sprites.png) no-repeat -50px -125px;
		background-size: 500px 500px;
		box-shadow: 0 0 1px 1px #a00;
		border-radius: 12px;
		padding: 0;
	}
	
	div[data-orient=L] .prodListContent > .prodListProd input.cartBtn {
		background: url(images/material-design-icons/sprites.png) no-repeat -400px -125px;
		background-size: 500px 500px;
		width: 24px;
		height: 24px;
		padding: 0;
	}
	
	div[data-orient=L] .prodListContent > .prodListProd input.faveBtn {
		background: url(images/material-design-icons/sprites.png) no-repeat -250px -0px;
		background-size: 500px 500px;
		width: 24px;
		height: 24px;
		padding: 0;
	}
	
	div[data-orient=L] .prodListContent > .prodListProd input.reqBtn {
		background: url(images/material-design-icons/sprites.png) no-repeat -175px -225px;
		background-size: 500px 500px;
		width: 24px;
		height: 24px;
		padding: 0;
	}
	
	div[data-orient=L] .prodListContent > .prodListProd input.hideBtn {
		background: url(images/material-design-icons/sprites.png) no-repeat -325px -375px;
		background-size: 500px 500px;
		width: 24px;
		height: 24px;
		padding: 0;
	}
	
	div[data-orient=L] .prodListContent > .prodListProd input.moreBtn {
		background: url(images/material-design-icons/sprites.png) no-repeat -350px -375px;
		background-size: 500px 500px;
		width: 24px;
		height: 24px;
		padding: 0;
	}
	
	div[data-orient=L] .prodListContent > .prodListProd input.moreBtn.open {
		background: url(images/material-design-icons/sprites.png) no-repeat -325px -400px;
		background-size: 500px 500px;
		width: 24px;
		height: 24px;
		padding: 0;
	}
	
	div[data-orient=L] .prodListContent > .prodListProd input.faveDelBtn {
		background: url(images/material-design-icons/sprites.png) no-repeat -150px -125px;
		background-size: 500px 500px;
		width: 24px;
		height: 24px;
		padding: 0;
	}
	
	div[data-orient=L] .prodListContent > .prodListProd input.faveUpdBtn {
		background: url(images/material-design-icons/sprites.png) no-repeat -75px -375px;
		background-size: 500px 500px;
		width: 24px;
		height: 24px;
		padding: 0;
	}
	
	/* End List View */
	/* ------------- */
	
	/* --------- */
	/* Grid View */
	
	div[data-orient=G] .prodListContent {
		width: 50%;
		padding-left: 5px;
		padding-right: 5px;
		float: left;
	}
	
	div[data-orient=G] .prodListContent:after {
		content: '';
		clear: both;
		display: table;
	}
	
	div[data-orient=G] .prodListContent > .prodListProd {
		width: 100%;
		margin: 5px 0;
	}
	
	div[data-orient=G] .prodListContent > .prodListProd .buttonRow input[type=button].moreBtn,
	div[data-orient=G] .prodListContent > .prodListProd .cpnDiv, div[data-orient=G] .prodListContent > .prodListProd .availCodeDiv,
	div[data-orient=G] .prodListContent > .prodListProd .availDiv, div[data-orient=G] .prodListContent > .prodListProd .whseDiv,
	div[data-orient=G] .prodListContent > .prodListProd .suggRet,
	div[data-orient=G] .prodListContent > .prodListProd .compareText {
		display: none;
	}
	
	div[data-orient=G] .prodListContent > .prodListProd .buttonRow input[type=button] {
		display: inline-block;
		margin: 0 .3rem;
		text-indent: -9999px;
		overflow: hidden;
		cursor: pointer;
		border: none;
	}
	
	div[data-orient=G] .prodListContent > .prodListProd .buttonRow .compareSpan {
		position: relative;
		width: 24px;
		height: 24px;
		display: inline-block;
		vertical-align: top;
		background: transparent;
		padding: 0;
		margin: 0 .3rem;
		box-shadow: none;
	}
	
	div[data-orient=G] .prodListContent > .prodListProd .buttonRow .compareSpan .compareBtn {
		background: transparent;
		border: none;
		text-indent: -9999px;
		overflow: hidden;
	}
	
	div[data-orient=G] .prodListContent > .prodListProd input.compareCheck {
		width: 24px;
		visibility: hidden;
	}
	
	div[data-orient=G] .prodListContent > .prodListProd input.compareCheck + label {
		content: '';
		display: inline-block;
		background: url(images/material-design-icons/sprites.png) no-repeat -75px -150px;
		background-size: 500px 500px;
		width: 24px;
		height: 24px;
		cursor: pointer;
		visibility: visible;
		position: absolute;
		left: 0;
		top: 0;
		padding: 0;
	}
	
	div[data-orient=G] .prodListContent > .prodListProd input.compareCheck:checked + label {
		background: url(images/material-design-icons/sprites.png) no-repeat -50px -125px;
		background-size: 500px 500px;
		box-shadow: 0 0 1px 1px #a00;
		border-radius: 12px;
		padding: 0;
	}
	
	div[data-orient=G] .prodListContent > .prodListProd input.cartBtn {
		background: url(images/material-design-icons/sprites.png) no-repeat -400px -125px;
		background-size: 500px 500px;
		width: 24px;
		height: 24px;
		padding: 0;
	}
	
	div[data-orient=G] .prodListContent > .prodListProd input.faveBtn {
		background: url(images/material-design-icons/sprites.png) no-repeat -250px -0px;
		background-size: 500px 500px;
		width: 24px;
		height: 24px;
		padding: 0;
	}
	
	div[data-orient=G] .prodListContent > .prodListProd input.reqBtn {
		background: url(images/material-design-icons/sprites.png) no-repeat -175px -225px;
		background-size: 500px 500px;
		width: 24px;
		height: 24px;
		padding: 0;
	}
	
	div[data-orient=G] .prodListContent > .prodListProd input.hideBtn {
		background: url(images/material-design-icons/sprites.png) no-repeat -325px -375px;
		background-size: 500px 500px;
		width: 24px;
		height: 24px;
		padding: 0;
	}
	
	div[data-orient=G] .prodListContent > .prodListProd input.faveDelBtn {
		background: url(images/material-design-icons/sprites.png) no-repeat -150px -125px;
		background-size: 500px 500px;
		width: 24px;
		height: 24px;
		padding: 0;
	}
	
	div[data-orient=G] .prodListContent > .prodListProd input.faveUpdBtn {
		background: url(images/material-design-icons/sprites.png) no-repeat -75px -375px;
		background-size: 500px 500px;
		width: 24px;
		height: 24px;
		padding: 0;
	}
	
	/* End Grid View */
	/* ------------- */
	
	.rlCart table label {
		min-width: 0px;
		white-space: nowrap;
	}
	
	.cartTable .qty, .cartTable .discPct {
		width: 50px;
		width: 5rem;
	}
	
	.cartTable .cartComment {
		width: 320px;
		width: 32rem;
	}
}