    border-top-left-radius: 1px;    border-top-left-radius: 1px;/* The products page 
-------------------------------------*/
@font-face {
font-family: 'Tahoma';
src: url('assets/font/Tahoma.eot');
src: url('assets/font/Tahoma.eot?#iefix') format('embedded-opentype'),
     url('assets/font/Tahoma.woff') format('woff'),
     url('assets/font/Tahoma.ttf') format('truetype'),
     url('assets/font//Tahoma.svg') format('svg');
font-weight: normal;
font-style: normal;
}
body {
	font-family: Tahoma;
	font-size: 18px;
	line-height: 1.42857143;
	color: #333;
}
div.prodnavigation {
	display: none;
}
div.prodsku {
	color: #666;
	padding: 6px;
}
div.prodimage {
	float: left;
	width: 100%;
	padding-top: 6px;
	text-align: center;
}
img.prodimage {
	max-width: 100%;
	height: auto;
}
img.detailcontent {
	max-width: 100%;
	height: auto;
}
div.prodname {
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	float: left;
	width: 99%;
	padding-top: 6px;
	font-size: 1.4em;
	margin-bottom: 8px;
	text-align: center;
}
div.prodrating {
	float: left;
	width: 99%;
	text-align: center;
	font-weight: bold;
}
div.prodinstock {
	padding: 4px;
	color: #666;
}
div.proddescription {
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	float: left;
	width: 100%;
	padding: 6px;
	font-size: 0.9em;
	line-height: 1.5em;
}
table.emftbl {
	background: #fff;
	width: 400px;
}
div.listprice {
	display: none;
}
span.yousave {
	background: #0065A7;
	color: #fff;
	padding: 4px;
	font-size: 0.9em;
}
div.prodprice {
	font-size: 1.3em;
	font-weight: bold;
	float: left;
	width: 99%;
	color: #666;
	padding: 20px;
	text-align: center;
}
div.csprodprice {
	font-size: 1.1em;
	font-weight: bold;
	float: left;
	width: 100%;
	color: #666;
	padding: 10px;
	text-align: center;
}
div.prodcurrency {
	float: left;
	width: 100%;
	font-size: 0.8em;
	color: #666;
}
div.quantitydiv {
	float: right;
}
.quantityinput {
	margin-top: 1px;
	height: 19px;
}
h2.cart {
	text-align: center;
	font-size: 40px;
	color: #052C56;
}
div.addtocart {
	text-align: center;
	float: left;
	width: 100%;
}
.notifystock {
	text-align: center;
	float: left;
	width: 100%;
}
.configbutton {
	text-align: center;
	margin-top: 6px;
}
div.outofstock {
	text-align: center;
	padding-top: 6px;
	font-weight: bold;
}
.prodid {
	display: none;
}
.csprodid {
	display: none;
}
div.multioptiontext {
	width: 180px;
}
div.pagenums {
	text-align: center;
	float: left;
	padding: 0px 0px 10px 0px;
}
/* The product detail page 
-------------------------------------*/
div.detailcontent {
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	background-color: rgba(255,255,255,0.95);
	margin-left: 8%;
	margin-bottom: 10%;
	padding: 15px;
	border: 0px;
	border-radius: 15px;
	-webkit-box-shadow: 5px 5px 50px 50px rgba(0,0,0,0.10);
	box-shadow: 5px 5px 50px 50px rgba(0,0,0,0.10);
	margin-top: 5%;
	width: 80%;
}
div.detailcontentreview {
	float: left;
	width: 80%;
	background: #fff;
	margin-right: 18%;
	margin-left: 10%;
	margin-bottom: 10%;
	padding: 15px;
	border: 0px;
	border-radius: 15px;
	-webkit-box-shadow: 2px 2px 5px 5px rgba(0,0,0,0.10);
	box-shadow: 2px 2px 5px 5px rgba(0,0,0,0.10);
	margin-top: 0%;
}
div.detailprodnavigation {
	width: 99%;
}
div.detailreviewstars {
	float: left;
	width: 99%;
	text-align: center;
}
div.detailreviewstars a {
	padding-left: 5px;
}
div.detailcontentreview .center-block {
	font-family: "FontAwesome";
	content: "\f005";
	font-size: 1.0em;
	color: #CF8F05;
}
div.detailimage {
	width: 100%;
	padding: -25px;
	float: left;
	clear: both;
	text-align: center;
}
img.detailimage {
	max-width: 100%;
	height: auto;
}
div.detailprevimg {
	content: "\e072";
}
.detailcheckoutbutton {
	display: none;
}
h1, .h1 {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	margin-bottom: 18px;
	padding: 0px;
	color: #151515;
	
}
.detailname h1 {
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 1.7em;
	font-weight: 500;
	padding: 6px;
	float: right;
	width: 99%;
	margin-top: 0px;
	margin-bottom: 12px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
div.detaildescription {
	font-family: Tahoma, Verdana, Segoe, sans-serif;
	font-size: 0.9em;
	margin: 5px;
	padding-top: 4px;
	line-height: 1.8em;
	float: left;
	width: 98%;
}
div.detailprice {
	font-size: 1.2em;
	font-weight: bold;
	float: left;
	width: 100%;
	color: #333;
	text-align: center;
	padding-top: 15px;
}
div.detailoption {
	width: 60%;
	float: left;
	height: auto;
}
div.detailoptions {
	display: block;
	padding: 6px;
	float: left;
	width: 90%;
	margin-left: 0px;
}
select.detailprodoption {
	font-size: 0.8em;
	width: 90%;
	margin: 7px;
	border: 1px solid #ccc;
	padding: 2px;
}
input.detailprodoption {
	font-size: 0.9em;
	margin: 0px;
	margin-left: 5px;
	border: 1px solid #ccc;
	padding: 2px;
	width:200px;
}
div.detailoptiontext {
	font-family: Tahoma;
	font-size:18px;
	float: left;
	clear: both;
	text-align: left;
	margin: 0px 0px 15px 0px;
	width: 200px
}
div.detailmultioptiontext {
	width: 95%;
	float: left;
	font-size:18px;
	font-family:'Tahoma';
}
.previousnext {
	padding-top: 20px;
	padding-bottom: 6px;
	float: right;
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	border-top: 1px solid #ccc;
}
div.emailfriend {
	padding-top: 10px;
	text-align: center;
	float: right;
	width: 100%;
	font-size: 0.9em;
	clear: both;
}
td.emfhl {
	background-color: #aaa;
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
}
td.emfll {
	line-height: 18px;
}
div.detailquantity {
	float: right;
	width: 100%;
}
div.detailquantitytext {
	margin-top: 23px;
	float: left;
	width: 49%;
	text-align: right;
}
div.detailquantityinput {
	margin-top: 16px;
	float: right;
	width: 50%;
	text-align: left;
	padding: 0px;
	height: 65px;
}
#w0quant {
	height: 21px;
	width: 50px;
	border: 1px solid #ccc;
}
div.detailaddtocart, .detailoutofstock {
	float: left;
	width: 50%;
	text-align: center;
/*	padding-bottom: 20px;*/
}
div.detailnotifystock {
	display: none;
}
/*Button and form field styles*/
input.button, input.buybutton, input.donationsubmit, input.sccheckout, input.checkoutbutton, input.vieworderstatus, input.viewlicense, input.trackpackage, input.login, input.newaffiliate, input.affiliatelogin, input.search, input.cartaccountlogin, input.newaccount, input.forgotpassword, input.logintoaccount, input.createaccount {
  font-family: 'Noto Sans Canadian Aboriginal', sans-serif;
  /*width:50%;*/
  font-size: 20px;
  background: #5b8e01;
  border-style: solid;
  border-color: var(--bs-card-bg);
  box-shadow: .05px .05px 12px 0px var(--bs-card-bg);
  color: rgb(239,241,244);
}
input.checkoutbutton {
	margin-top: 0%;
}
div.detaillink {
	float: left;
	width: 100%;
	font-size: 1.2em;
	text-align: center;
}
input.detaillink {
	background: #111033;
	color: #fff;
	padding: 6px 16px;
	border: 1px solid #111033;
	border-radius: 4px;
	cursor: pointer;
}
input.detaillink:hover {
	background: #fff;
	color: #111033;
	padding: 6px 16px;
	border: 1px solid #111033;
	border-radius: 4px;
	cursor: pointer;
}
input.button:hover, input.buybutton:hover, input.donationsubmit:hover, input.sccheckout:hover, input.checkoutbutton:hover, input.vieworderstatus:hover, input.viewlicense:hover, input.trackpackage:hover, input.login:hover, input.newaffiliate:hover, input.affiliatelogin:hover, input.search:hover, input.cartaccountlogin:hover, input.newaccount:hover, input.forgotpassword:hover, input.logintoaccount:hover, input.createaccount:hover {
	color: #ffffff;
	border: 2px solid #00539C;
	background-color: #225EE8;	
}
img.cartimage {
	width: 80px;
}

@media screen and (max-width: 600px) {
body {	font-family: Tahoma;}
.row {padding-left: 0px	}
div.detailcontent {
	width: 95%;
	margin-left: 0%;
}
div.product {
	width: 97%;
}
div.detailoptions {
	padding: 6px;
	float: left;
	width: 100%;
	margin-left: 0px;
}
div.detailmultioptiontext {
	font-size: 15px;
	font-family: tahoma, sans-serif;
	float: left;
	padding-top: 1px;
	width: 100%;
	margin: 0px;
}
input.detailprodoption {
	font-size: 0.9em;
	margin: 5px;
	border: 1px solid #ccc;
	padding: 3px;
	margin-left: 3px;
}
div.detailaddtocart, .detailoutofstock {
	float: left;
	width: 100%;
	text-align: center;
}
input.button, input.buybutton, input.donationsubmit, input.sccheckout, input.checkoutbutton, input.vieworderstatus, input.viewlicense, input.trackpackage, input.login, input.newaffiliate, input.affiliatelogin, input.search, input.cartaccountlogin, input.newaccount, input.forgotpassword, input.logintoaccount, input.createaccount {
  font-family: 'Noto Sans Canadian Aboriginal', sans-serif;
  width:50%;
  font-size: 20px;
  background: #5b8e01;
  border-style: solid;
  border-color: var(--bs-card-bg);
  box-shadow: .05px .05px 12px 0px var(--bs-card-bg);
  color: rgb(239,241,244);
  margin-bottom: 1.0em;
}
}
/* 
Generic Styling, for Desktops/Laptops 
*/
table {
	width: 100%;
	border-collapse: collapse;
}
th {
	background: #333;
	color: white;
	font-weight: bold;
}
td, th {
	padding: 6px;
	border: 1px solid #ccc;
	text-align: left;
}
/*CLOSE BUTTONS ON PAGES lsh*/ 
.btn-dkgray {
	color: #ffffff;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	height: 35px;
	cursor: pointer;
	font-weight: 800;
	font-size: 16px;
	background-repeat: repeat-x;
	-webkit-box-shadow: 3px 3px 3px 2px #CACACA;
	box-shadow: 3px 3px 3px 2px #CACACA;
	background-color: rgba(31,40,94,0.80);
	border: 2px solid rgba(227,204,85,1.00);
	padding-top: 2px;
}
.btn-dkgrayX {
	color: #ffffff;
	float: left;
	-webkit-border-radius: 15px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 15px;
	border-radius: 25px;
	height: 35px;
	cursor: pointer;
	font-weight: 800;
	font-size: 14px;
	background-repeat: repeat-x;
	-webkit-box-shadow: 3px 3px 3px 2px #CACACA;
	box-shadow: 3px 3px 3px 2px #CACACA;
	background-color: rgba(31,40,94,0.80);
	border: 1px solid rgba(227,204,85,1.00);
	padding: 5px;
}
.contact {
	margin-top: 100px
}
/*h2.contact { font-size:1.0em; font-weight:600; margin-bottom:50px;}*/
a.closelink {
	cursor: pointer;
	cursor: hand;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}
a.closelinkb {
	float: right;
	cursor: hand;
}
