body {
	width:auto;
	background-color:white;
	margin:10px;
	padding:0px;
	font:12px verdana, arial, helvetica, sans-serif;
	}

html>body {
 width: auto;
 min-width: 800px;
}
	
form {
margin:2px;}

p {
	font:11px/18px verdana, arial, helvetica, sans-serif;
	text-align:justify;
	margin:0px 10px 10px 0px;
	padding:0px;	z-index: 10;
	}

h1 {
	font:bold 16px/18px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 10px 0px;
	padding:0px;
	color:#333;
	clear:left;
	}

h2 {
	font:bold 14px/16px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#666;
	}
	
h3 {
	font:bold 14px/16px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color:#333;
	}

.header {
	margin: 0px 0px 0px 0px;
	position:relative;
	width:100%;
	padding:2px 2px 6px 5px;
	border-bottom: 2px solid;
	}
	
#breadcrumb h1 {
	font-size:12px;
	font-weight:900;
	margin:0px 0px 0px 0px;
	position: inherit;	text-align: left;}
	
#navAlpha {
	position:absolute;
	width:240px;
	min-width:240px;
	top:158px;
	right:20px;
	background-color: #eafff3;
	padding:2px;
	z-index:2;
	border: 0px #66ffcc solid;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:160px;}

#navAlpha H1{
	font:bold 14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:2px;
	color:#900;
	background-color: #6fc;
	border-bottom:1px black solid;
	}

#navAlpha p{
font:verdana, arial, helvetica, sans-serif;
text-align: left;
}


#navAlpha a{
	font-weight:600;
}

#navAlpha .subnav{
	font-weight:normal;
}

#hackersafe {
	position:absolute;
	width:240px;
	height:18px;
	top:112px;
	right:20px;
	border: 0px;
	margin-bottom:0px;
	z-index:10;
	text-align:right;

/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;}

#navKappa {
	position:absolute;
	width:235px;
	height:18px;
	top:145px;
	right:20px;
	border: 0px;
	background-color: #ff9;
	padding:5px;
	margin-bottom:0px;
	z-index:1;

/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;}
/* Again, "be nice to Opera 5". */
body>#navKappa {width:235px;}

#navKappa p{
	font:11/13px #000;
	margin-top:-5px;
	margin-bottom:0px;
	text-align:left;
	line-height:13px;
}

#search {
	position: absolute;
	width:170px;
	top:35px;
	right: 258px;
	border: 2px solid #ddd;
	background-color: #666;
	padding:5px 5px 0px 5px;	
	voice-family: "\"}\"";
	voice-family:inherit;
	}
	
#producthelp {
	position: absolute;
	width:220px;
	top:35px;
	right: 20px;
	border: 2px solid #ddd;
	background-color: #666;
	padding:5px 5px 0px 5px;	
	voice-family: "\"}\"";
	voice-family:inherit;
	}

.subnav {
	font:11px;
	padding-left:15px;
	margin:0px 0px 0px 0px;	}
	
.subnavmain {
	font:bold 12px verdana, arial, helvetica, sans-serif;
	color: #000000;
	margin-top:-10px;
	padding:2px;
	margin-bottom:-15px;
	}
	
.subnavmaintop {
	font:bold 12px verdana, arial, helvetica, sans-serif;
	color: #000000;
	margin-top:-2px;
	padding:2px;
	margin-bottom:-15px;
	}
	

.footer1 {
	position:relative;
	width:98%;
	padding:2px 2px 2px 2px;
	background-color: white;	border-top: 2px solid;
	border-bottom: 2px solid;
	margin:20px 0px 0px 0px;
	z-index:5;
	}

.footer1 p {
    margin:0px;
	color:black;
	}

.footer2 {
	position:relative;
	width:98%;
	padding:2px 2px 2px 2px;
	background-color: #666;	border-bottom: 2px solid;
	margin:0px;
	z-index:5;
	}

.footer2 p {
    margin:2px;
	color:white;
	}
	
a {
	color:#09c;
	font-size:12px;
	font-family:verdana, arial, helvetica, sans-serif;
	text-decoration:underline;
	}
a:link {color:#06c;}
a:visited {color: #99F}
a:hover {background-color:#ccc;}

.footer2 a{
	color:blue;
	}	

.header a:hover {background-color:#fff;}

.content2 {
	position: static; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	height: auto;
	min-height: 140px;
	overflow: visible;
	min-width:650px;
	margin:20px 260px 35px 10px;
	border-bottom:1px solid black;
	background-color: #fff;
	padding:10px;
	z-index:3;}
.content2 p{
	width:650px;
	position: inherit;	clear: left;}

.content3 {
	position: static; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	height: auto;
	min-height: 140px;
	overflow: visible;
	min-width:650px;
	margin:20px 260px 35px 10px;
	border-bottom:1px solid black;
	background-color: #fff;
	padding:10px;
	overflow: visible;
	z-index:3;
	}
	
.content3 p{
width:600px;
position:inherit;
clear: left;}

.list{
	font: bold 11px/20px verdana, arial, helvetica, sans-serif;
	color:#333;
	text-align:justify;
	margin: 0px 0px 20px 0px;
	padding:0px;}
.contact{
	font: bold 11px/20px verdana, arial, helvetica, sans-serif;
	color:#333;
	text-align:justify;
	margin: 0px 0px 10px 0px;
	padding:0px;}
	
.listhead {
	font: bold 14px/20px verdana, arial, helvetica, sans-serif;
	text-align:justify;
	margin:0px 0px 10px 0px;
	padding:0px;
}	

.thumbs{
	overflow: visible;	margin-right:50px;
	margin-left:0px;
	width: 80%;
	clear: both;
}

.thumbs ul {
    margin: 0px;
    padding: 0px;
}

.thumbs a {
	font-size:10px;	font-weight: normal;
}

.thumbs li {        /* test these rules with various fonts, may need adjusting*/
  height: 145px;   /* high enough for image plus 2-line caption */
  width: 160px;     /* wide enough for widest image with a bit of padding */
  float: left;      /* as many as can fit in window width */
  overflow: hidden; /* do not let IE stretch the container */
  text-align: center;
  padding: 3px;
  margin: 5px 5px 5px 5px;
  font-family: inherit;
  font-family: "\"}\""; /* hide correct dimensions from WinIE 5.x */  list-style-type: none;
}

.thumbs img {          /* image resized in ems to maintain proportions */
	display: block;      /* prevent text from flowing on the side */
	height: 100px;       
	text-align: center;  /* center for IE */
	margin: auto; /* center for non-IE */
	padding: 0px;
	border: 2px solid;
	overflow: hidden;
  }
 
#others {
	background-color: #ffc;
	width:400px;
	margin:15px;
	padding:5px;
	border:2px solid navy;
	clear:left;
 }
 
#others H2{
 	font: bold 14px/16px verdana, arial, helvetica, sans-serif;
 }
 
#topnavlist{
	position: absolute;
	top:5px;	right: 0px;}

#topnavlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

.chatbutton {
	position:static;
	text-align:right;
	right:20px;
	bottom: 10px;
	padding:2px;
	margin:0px 25px -30px 0px;
}

.chatbutton a:hover{
	background-color:#fff;
}

td.minus{
	font:bold 11px/13px verdana, arial, helvetica, sans-serif;
	padding:4px;	color: #005;
	}

.productTable{
	position: relative;
	border: 0px #ddd; 
	width: 650px;
	margin: 20px 10px 10px 10px;
	background-color:#fff;
	clear:left;}

.productTable td{
	font:9px/18px verdana, arial, helvetica, sans-serif;
	padding: 0px 5px 1px 3px;
	border: 1px inset;
	vertical-align: middle;
	width:auto;
}

.productTable th{
	padding: 2px 5px 2px 5px;
	border: 1px inset;
	vertical-align: middle;
	text-align: left;	font: bold 10px/20px verdana, arial, helvetica, sans-serif;
	background:#ddd;
	white-space: nowrap;}

.productTable .what{
    font: 14px verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    color:#fff;
    padding: 2px;
    background: #333;
}

.callout{
	color:#000;
	margin:20px 300px 10px 20px;
	width:650px;
	position: inherit;	clear: left;}

.conditionTable{
	position: static;
	border: 2px solid #999;
	min-width:650px;
	width: 650px;
	min-height:200px;
	margin:10px 260px 20px 20px;
	padding:0px 0px 5px 0px;	overflow: visible;
}

.conditionTable th{
	font: bold 17px/16px verdana, arial, helvetica, sans-serif;
	color: #000;
	margin:5px 0px 30px 0px;
	padding: 0px 20px 1px 0px;
	border-bottom: 1px #999 ridge;
	border-right: 1px #999 ridge;
	border-left: 0px #999 ridge;
	vertical-align: middle;
	}
.conditionTable td{
	font:11px/13px verdana, arial, helvetica, sans-serif;
	width:33%;
	text-align:justify;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px #999 ridge;
	border-right: 1px #999 ridge;
	border-left: 0px #999 ridge;
	vertical-align: top;
}

.scrolldown {
	font:bold 11px/20px verdana, arial, helvetica, sans-serif;
	color: #999;
	text-align: inherit;
	padding:0px;
	}

td.minus{
	font:bold 11px/13px verdana, arial, helvetica, sans-serif;
	padding:4px;	color: #005;
	background-color: #d6ff96;
	}

.used{
	background-color: #dddaff;
}

.reconditioned{
	background-color: #ffcdc6;
}

.new{
	background-color: #8eedaf;
}

.newmaterial{
	background-color: #faff7b;
	margin:0px 0px 0px 20px;
	width:600px;
	border:1px red solid;
	padding:5px;
}


.fastquote {
	margin-bottom:10px;
	clear:left;
}

.fastquote img{
	border:1px solid;
}

.fastquote a{
	font-size:52px;
}

.flash {
margin:0px 0px 10px 0px;
}

#product ul {
	list-style-type:none;
	margin: 50px 0px 0px 20px;
	}

li {
	margin-top:0px;
	position:relative; /* IE needs this in order to recognize links in all columns */
	}
	
.col1 {
	position: relative;
    margin-left:10px;	}
	
.col2 { /* col2 - miscoltop : these allow for split unordered lists.  miscoltop has to be seperately defined because its list is much longer than the others */
    margin-left:250px;	}
    
.col3 {
    margin-left:510px;
	}

.coltop {
    margin-top:-220px;
	}

#product p{
margin:0px 0px 0px 45px;}

.buttons{text-align: center;
}

.linkTable{
	width:665px;
	border:1px solid black;	color: #000000;	font-family: sans-serif;	font-size: 10px ;
	margin:20px 0px 0px 20px;
	background:#ffc;
	}

.linktable a{
	font-size: 10px;	font-weight: normal;	font-family: sans-serif;
}

.linktable th{
	text-align:left;
	font: 12px sans-serif;
	font-weight: bold;
	}

.addthis {
	position:absolute;
	top:93px;
	left:78px;
	text-align:left;
	margin:0px 0px 20px 0px;	z-index: 50;
	}

	
#countbox {
    font: 10px bold verdana, arial, helvetica, sans-serif;
	text-align:left;
	margin-top:-10px;
	margin-left: 0px;
	padding: 0px 0px 0px 12px;
	text-decoration: none;
	background:#FFFF00;
	width:150px;
	}

#helpContent{
	display:none;
}

#help{
	border:1px solid black;
	margin:20px 0px 0px 20px;
	padding:5px;
	height:140px;
	width:500px;
	color:;	overflow: hidden;	background-color: #ccd7f6;}

#help h2{
	font: bold 16px verdana, arial, helvetica, sans-serif;}

#help a{
	font: 12px bold verdana, arial, helvetica, sans-serif;
}

#help img{
	float:left;
	border:1px solid black;
	margin:0px 10px 0px 0px;
}

#sendtofriend{
	position:absolute;
	top:110px;
	right:135px;
	text-align:left;
	margin:0px 0px 20px 0px;	z-index: 50;
	}
	
.indent {
	margin-left:20px;
}