@media (max-width:800px) {
/* mobile device */
	.nomo { display:none; }
	#top1 { display:none; }

	#logolink { min-width:210px;}
	#logotitle {
		color:#808080;
		font: bold 13px/22px Arial,sans-serif;
		white-space: nowrap;
	}
	.mobiletop { background-color: #FFF;padding:0 0 10px 0;  font-size:13px;}
	.mobiletop a {margin-right:1.2em; white-space: nowrap; }
	#logophone {color:#444; margin-right:1.2em; }
	.mobiletop .txt { width:75%; min-width:280px; margin-top: 10px; }
}
@media (min-width:800px) {
/* desktop display */
	.mobo { display: none; }
	#top1 {
		display:flex;
		position:fixed;
	}

}
body { margin:0 5px; background: transparent url(/bg.png) repeat-x scroll left top; font-family: arial, sans-serif;}

table { background:#fff; margin:0; padding:0 }
input { font-size: 10pt }
.small { font-size: 10pt; font-family: arial, helvetica; font-weight: bold;  color: black }
table.items {
	margin:0;
	border-color: #5884C0;
	border-style: solid;
	border-width: 0 2px;
	}
table.items th {
	color: #000000;
	background-color:#bdd3ff;
	font-size: 13px;
	padding: 0 4px;
}
#search2 { font-family:arial; font-size:10pt }
#search2 td {font-size:10pt}
#search2 *.stdwidth { width: 300px }
#search2 *.halfwidth { width: 140px }
td.lbl { color: #47b; text-align:right; margin-right:3px; }

.fullborder {
	width:948px;
	border:2px solid #5685c0;
	font-family: arial,sans-serif;
	padding:0; margin:0;
	background-color: #fff;
}
.fullborder td { margin:0; padding:0 }

#topform {margin:0; padding:0; border:0; }

#top1 table {margin:0; padding:0; border-collapse: collapse;}
#txtS {margin:0; padding:0;}

/*contact us | view cart | ...*/
#l1links {
	font:12px/18px arial, sans-serif;
}
#l1links a {padding: 0 10px; color:#5685c0; text-decoration:none}
#l1links a:visited 	{color: #5685c0}
#l1links a:hover 	{color: #111;font-weight:normal;text-decoration:underline}

/* - - start mega menu css - - */
td.BlueBar {
	background-color: #5884C0;
	padding-bottom: 4px;
	font:15px normal arial,tahoma,clean,sans-serif;
}
.firstbar {
	border-bottom: 1px solid #99b;
}
td.BlueBar a {
	background:url("/images/menu-arrow2.gif") no-repeat scroll 95% -4px transparent;
	border-color:#5884C0 #9999BB #5884C0 #5884C0;
	border-style:solid;
	border-width:1px;
	color:#FFFFFF;
	font-family:Arial,helvetica;
	font-size:9pt;
	font-weight:bold;
	padding:1px 26px 1px 12px;
	text-decoration:none;
}
td.BlueBar a:hover {
	color: #5884C0;
	background-color: #FFF;
	border-color:#FFF;
}
.hid { display:none; }
a.mnuglow {
	border:1px solid white;
}
div.menulinks{
	font: 9pt Arial,Helvetica;
	position:absolute;
	background-color:#FFF;
}
div.menulinks a {
	font: 9pt Arial;
	padding:2px;
	display:block;
	color:#5884c0;
	border:1px solid #FFF;
}
div.menulinks a:visited {
	color: #508;
}

div.menulinks a:hover {
	color:#000;
	background:#E3F4FE;
	text-decoration:none;
	border-color: #DDD;
}
div.menulinks table {
	border:2px solid #5884c0;
	background-color:#FFF;
}
div.menulinks td {
	vertical-align:top;
}
div#dd7 a {font-size:8pt; padding:0;}
/* == end mega menu css == */
.crumb a {
	color: #000;
	padding:4px 4px 4px 12px;
	text-decoration: none;
	background:url("/images/icoAll.gif") no-repeat 0px -142px;
}

.crumb a:hover {
	text-decoration: underline;
	background:url("/images/icoAll.gif") no-repeat 0px -242px;
}

a#addkey {
	padding:5px 4px 4px 12px;
	background:url("/images/icoAll.gif") no-repeat 0px 8px;
	color: green;
	font: bold 9pt arial, tahoma, sans-serif;
	text-decoration: none;
}

a#addkey:hover {
	background:url("/images/icoAll.gif") no-repeat 0px -92px;
	text-decoration: underline;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-A {width: 83.33%;}
.col-B {width: 91.66%;}
.col-C {width: 100%;}
[class*="col-"] {
  float: left;
  padding: 4px;
  box-sizing:border-box;
}
/* fix height=0 of rows containing elements  */
.row::after{
  content:"";
  clear: both;
  display: block;
}
.blueOutline { border:2px solid #5884c0; }
.floatleft { float:left; } .floatright { float:right; }
.blockrow {
	display:inline-block; vertical-align: top;
}
