/*MAIN.CSS*/
:root{
	font-size: 16px;
	line-height: 180%;
}
body{
	color:#111212;
}
#headerwrap_div {
	color: #111212;
	background-color: #fff;
	position: relative;
	width: 100%;
}
.headerfiller_div{
	display:none;
}
#mobileheaderwrap_div {
	background-color: #ffffff;
}

.mobilemenubtn {
	background-image: url("../images/mobilemenubtnbg.svg");
}

.mobilemenubtnopen {
	background-image: url("../images/mobilemenubtnopen.svg");
	background-size: 25px;
	background-position: right center;
}




.darkblock{
	background-color: #222222;
	color:#fff;
	padding:5%;
}
.lightblock{
	background-color: #cccccc;
	padding:5%;
}
.topnav_div {
	color: #111212;
}
.topnav_div a {
	color: #111212;
}
#footer_div{
	display:none;
}
.account_orderpo_div {
	float: left;
	width: 20%;
	padding-left: 1%;
	padding-right: 1%;
	box-sizing: border-box;
	min-height: 10px;
}
.account_ordername_div, .account_orderref_div {
	width: 20%;
}
.local_loginuserpopup_div{
		position:fixed;
		left:0px;
		top:0px;
		width:100%;
		height:100%;
		display:none;
		z-index: 9999;
		background-image: url(../images/loginuserpopoverlay.png);
}
.local_loginuserpopouter_div{
	position:absolute;
	left:3%;
	top:3%;
	width:94%;
	height:94%;
	display:block;
	z-index: 9999;
	background-color:#f6f6f7;
	box-sizing: border-box;
	padding:20px;
	padding-top:80px;
	border-radius: 4px;
}
.local_loginuserpopupper_div{
	position:absolute;
	right:3%;
	top:3%;
	width:200px;
	height:60px;
	display:block;
	z-index: 9999;
}

#local_loginuserpopup{
	border:none;
	width:100%;
	height:100%;
}

.minorbutton, a.minorbutton {
	color: #000;
	background-color: transparent;
	float: right;
	margin-right: 10px;
	border: 1px #ddd solid;
}
.local_prodlistlistsubprodoptions_div{
	font-size: 90%;
	font-style: italic;
	font-weight:400;
}