body
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	color: #555;
	background: #fff;
	padding: 0px;
	margin: 0px;
}

#root
{
	width: 700px;
	margin: 0px auto;
	background: white;
}

#header
{
	clear: both;
	width: 100%;
	height: 160px;
}

#leftSidebar
{
	float:left;
	width:130px;
	height: 600px;
	padding: 25px 10px 10px 10px;
	background-color: #B9C8D6;
	background-image: url(./?mortyurl=https%3A%2F%2Fweb.archive.org%2Fweb%2F20140413180416im_%2Fhttp%3A%2F%2Fwww.rfid-shield.com%2Fimg%2Fsidebar_bkg.gif);
	background-repeat: repeat-x;
}

#mainContent
{
	float:right;
	width: 530px;
	padding: 10px;
	background:#fff;
	margin: 0px;
	font-size: 0.8em;
	line-height: 1.8em;
}

* html #mainContent /*IE HACKS*/
{
	width: 525px; /* for IE5 and IE6 in quirks mode */
	w\idth: 525px; /* for IE6 in standards mode */
}

#footer
{
	font-size: 0.7em;
	clear: both;
	width: 700px;
	text-align: center;
	border-bottom: 1px solid #777;
	border-top: 1px solid #777;
	background: #eee;
	padding: 5px 0px;
}

#mainContent h1
{
	clear: both;
	color: #004584;
	font-size: 160%;
	font-weight: bold;
	margin: 30px 0px 15px 0px;
}

#mainContent h2
{
	color: #777;
	font-size: 140%;
	font-weight: bold;
}



.loud
{
	font-size: 120%;
	font-weight: bold;
}

.green
{
	color: green;
}

#mainContent h3
{
	color: #9DACB9;
	font-size: 100%;
	font-weight: bold;
	margin-left: 10px;
	margin-top: -3px;
}

#mainContent .newsItem h3
{
	margin-top: -15px;
}

#mainContent .nudgeUp
{
	margin-top: -15px;
}

code
{
	font-size: 1.2em;
	color: red;
}

code.gray
{
	font-size: 1.2em;
	color: #666;
}

/************** links *******************/
a:link {color:#084984;text-decoration: none}
a:visited {color:#889DAB;text-decoration: none}
a:active {color:#084984;text-decoration: none}
a:hover {color:#084984;text-decoration: underline;}
a.ext
{
	background: url(./?mortyurl=https%3A%2F%2Fweb.archive.org%2Fweb%2F20140413180416im_%2Fhttp%3A%2F%2Fwww.rfid-shield.com%2Fimg%2FextLink.gif) right center no-repeat;
	padding-right: 13px;
}

/************** ad box *******************/
#leftSidebar .ad
{
	font-size: 0.7em;
	width: 120px;
	border: 1px solid #777;
	padding: 5px;
	background: #FFFFFF;
	margin: 10px 0px;
}

#leftSidebar .ad h1
{
	text-align: left;
	font-size: 1em;
	font-style: normal;
	margin: -5px -5px 2px -5px;
	padding: 5px 5px 5px 5px;
	width: 120px;
	background-color: #B9C8D6;
	background-image: url(./?mortyurl=https%3A%2F%2Fweb.archive.org%2Fweb%2F20140413180416im_%2Fhttp%3A%2F%2Fwww.rfid-shield.com%2Fimg%2Fheader_bkg.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #777;
}

/************** facebook box *******************/
#leftSidebar .fbSidebar
{
	font-size: 0.7em;
	width: 130px;
	height: 320px;
	border: 1px solid #777;
	padding: 0px;
	background: #FFFFFF;
	margin: 10px 0px;
}

/************** affiliate box *******************/
#leftSidebar .affBox
{
	font-size: 0.7em;
	width: 120px;
	border: 1px solid #777;
	padding: 5px;
	background: #FFFBEC;
	margin: 10px 0px;
}

#leftSidebar .affBox h1
{
	text-align: left;
	font-size: 1em;
	font-style: normal;
	margin: -5px -5px 2px -5px;
	padding: 5px 5px 5px 5px;
	width: 120px;
	background-color: #B9C8D6;
	background-image: url(./?mortyurl=https%3A%2F%2Fweb.archive.org%2Fweb%2F20140413180416im_%2Fhttp%3A%2F%2Fwww.rfid-shield.com%2Fimg%2Fheader_bkg.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #777;
}

#leftSidebar .affBox .inputField
{
	width: 100px;
	font-size: 1em;
}

#leftSidebar .affBox ul
{
	margin: 0px;
	padding: 5px 14px;
}

/************** sub boxes *******************/
#mainContent .subBox
{
	font-size: 0.8em;
	line-height: 1.4em;
	text-align: justify;
	width: 130px;
	border: 1px solid #777;
	padding: 10px;
	background: #FFFBEC;
}

#mainContent .subBox h1
{
	text-align: left;
	font-size: 100%;
	font-style: normal;
	margin: -10px -10px 2px -10px;
	padding: 5px 10px 5px 10px;
	width: 130px;
	background-color: #B9C8D6;
	color: black;
	background-image: url(./?mortyurl=https%3A%2F%2Fweb.archive.org%2Fweb%2F20140413180416im_%2Fhttp%3A%2F%2Fwww.rfid-shield.com%2Fimg%2Fheader_bkg.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #777;
}

#mainContent .floatLeft
{
	margin: 10px 10px 4px 0px;
	float: left;
	clear: left;
}

#mainContent .floatRight
{
	margin: 15px 0px 4px 10px;
	float: right;
	clear: both;
}

#footerUsa
{
	float:right;
	margin-top: -5px;
}

#footerUsa img
{
	vertical-align: middle;
	margin-left: 10px;
}

#footerKoliber
{
	float:left;
	margin-top: -5px;
	width: 200px;
	height: 20px;
}

#footerKoliber img
{
	vertical-align: middle;
	margin-left: 10px;
}

/************** tables *******************/
.dataTable
{
	width: 100%;
	font-size: 0.7em;
	line-height: 1.6em;
	border-collapse: collapse;
}

.dataTable td
{
	border: 1px solid #777;
	padding: 4px;
	background: #FFFBEC;
}

.dataTable th
{
	padding: 4px;
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	height: 15px;
	border: 1px solid #777;
	background-color: #B9C8D6;
	background-image: url(./?mortyurl=https%3A%2F%2Fweb.archive.org%2Fweb%2F20140413180416im_%2Fhttp%3A%2F%2Fwww.rfid-shield.com%2Fimg%2Fheader_bkg.gif);
	background-repeat: repeat-x;
}

/************** depth navigation *******************/
#mainContent ul.depthNav
{
	list-style: none;
	padding: 0px;
	margin: 0px 0px 25px 0px;
}

#mainContent ul.depthNav li
{
	float: left;
	margin: 0px 3px;
}

#mainContent ul.depthNav li:before
{
	content: " > ";
}

/************** kcbutton *******************/
.kcbutton
{
	position: relative;
	float:right;
	white-space: nowrap;
	display: block;
	width: 102px;
	height: 25px;
	margin: 0px;
	padding: 1px 0px;
}

.kcbutton a
{
	display: block;
	color: #000000;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	width: 102px;
	height: 25px;
	float: left;
	color: black;
	text-decoration: none;
}

.kcbutton img
{
	width: 102px;
	height: 25px;
	border: none;
}

* html .kcbutton img /*IE HACKS*/
{
	border: 1px 0px; /* for IE5 and IE6 in quirks mode */
	b\order: 1px 0px; /* for IE6 in standards mode */
}

.kcbutton span
{
	position: absolute;
	text-align: center;
	left: 0px;
	width: 102px;
	top: 4px;
	margin: 0px;
	padding: 1px;
}



/************** small shopping cart *******************/
#leftSidebar .shoppingCart
{
	background: white;
	width: 130px;
	vertical-align: middle;
	border-top: 1px solid #777;
	border-right: 1px solid #777;
	border-left: 1px solid #777;
	border-collapse: collapse;
	font-size: 0.7em;
	background: #fff;
	margin: 0px auto;
}

#leftSidebar .shoppingCart h1
{
	margin: 0px;
	padding: 4px;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	border-bottom: 1px solid #777;
	background-color: #B9C8D6;
	background-image: url(./?mortyurl=https%3A%2F%2Fweb.archive.org%2Fweb%2F20140413180416im_%2Fhttp%3A%2F%2Fwww.rfid-shield.com%2Fimg%2Fheader_bkg.gif);
	background-repeat: repeat-x;
}

#leftSidebar .shoppingCart .desc
{
	float: left;
	width: 97px;
	height: 26px;
	color: #000;
	text-align: left;
	padding: 4px;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
}

#leftSidebar .shoppingCart .qty
{
	float: right;
	width: 16px;
	height: 26px;
	color: #004584;
	text-align: right;
	padding: 4px;
	border-bottom: 1px solid #777;
}

#leftSidebar .shoppingCart p
{
	text-align: right;
	border-bottom: 1px solid #000;
	clear: both;
	padding: 4px;
	margin: 0px;
}

#leftSidebar .shoppingCart .empty
{
	text-align: left;
}

* html #leftSidebar .shoppingCart form /*IE HACKS*/
{
	display: none;
}


/************** productFamily *******************/
.productFamily .thumbnail
{
	float: left;
	width: 140px;
	margin: 5px;
	padding: 5px;
	font-size: 0.8em;
}


/************** misc *******************/
.imgLink
{
	border: 1px solid #ccc;
	margin: 5px;
}

.goCenter{text-align: center;}
.goLeft{float: left;}
.goRight{float: right;}
.descentPadding{padding: 5px;}
.borderless{border: none;}
.makeRed{color: #900;}

.clearAll{clear: both;}
/*
     FILE ARCHIVED ON 18:04:16 Apr 13, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:39:48 Apr 19, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.594
  exclusion.robots: 0.045
  exclusion.robots.policy: 0.036
  esindex: 0.009
  cdx.remote: 17.105
  LoadShardBlock: 379.168 (3)
  PetaboxLoader3.datanode: 147.001 (5)
  PetaboxLoader3.resolve: 1950.074 (3)
  load_resource: 1936.174 (2)
*/