/* legacy crud */

	body,p,div,span,th,td {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		scrollbar-face-color: #666666;
		scrollbar-shadow-color: #cccccc;
		scrollbar-highlight-color: #cccccc;
		scrollbar-3dlight-color: Gray;
		scrollbar-darkshadow-color: gray;
		scrollbar-track-color: #999999;
		scrollbar-arrow-color: gray
	}

	a.white:link {
		color: #ffffff;
		text-decoration: none;
		text-align: left;
		font-size: 10pt;
	}
	a.white:visited {
		color: #ffffff;
		text-decoration: none;
		text-align: left;
		font-size: 10pt;
	}
	a.white:hover {
		color: #ffffff;
		text-decoration: none;
		text-align: left;
		font-size: 10pt;
	}
	a.white:active {
		color: #ffffff;
		text-decoration: none;
		text-align: left;
		font-size: 10pt;
	}

	a.white:link    {color: #ffffff; text-decoration: underline; font-size:10pt;}
	a.white:visited {color: #ffffff; text-decoration: underline; font-size:10pt;}
	a.white:hover   {color: #ffffff; text-decoration: none;      font-size:10pt;}
	a.white:active  {color: #ffffff; text-decoration: none;      font-size:10pt;}
	
	a.black:link    {color: #00699B; text-decoration: underline; font-size:10pt;}
	a.black:visited {color: #00699B; text-decoration: underline; font-size:10pt;}
	a.black:hover   {color: #000000; text-decoration: none;      font-size:10pt;}
	a.black:active  {color: #00699B; text-decoration: none;      font-size:10pt;}

	a.highlight:link    {color : #FFFFFF; background-color: #003366; text-decoration: none;}
	a.highlight:visited {color : #FFFFFF; background-color: #003366; text-decoration: none;}
	a.highlight:hover   {color : #FFFFFF; background-color: #003366; text-decoration: none;}
	a.highlight:active  {color : #FFFFFF; background-color: #003366; text-decoration: none;}
	
	input,textarea,select {
		color : #000000;
		font: normal 10pt Verdana, Arial, Helvetica, sans-serif;
		border-color : #ffffff;
		background : #e2e3e3;
		scrollbar-face-color: #666666;
		scrollbar-shadow-color: #cccccc;
		scrollbar-highlight-color: #cccccc;
		scrollbar-3dlight-color: Gray;
		scrollbar-darkshadow-color: gray;
		scrollbar-track-color: #999999;
		scrollbar-arrow-color: gray
	}

.smallplaintxt {
font-family: Arial, Helvetica, sans-serif;
font-size:   9pt;
font-style:  normal;
font-weight: normal;
font-color:  black;
}

.featurehead {
font-family: Arial, Helvetica, sans-serif;
font-size:   13pt;
font-style:  normal;
font-weight: bold;
font-color:  black;
}

p.copyR {
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: bold;
text-align: center;
}

/* Home page */

#l_pane {
  background: url(resources/left_bkgrnd.gif);
  height:200px;
  width:488px
}
#l_pane div.item {
  font-size:16pt;
  font-weight:bold;
  padding-left:10px;
}
#l_pane div.more {
  font-size:11pt;
  font-weight:bold;
  padding-left:10px;
}
#l_pane a {
  color:#000;
  text-decoration:none;
}
#l_pane img.thumb {
  border:none;
  padding:10px;
}
#l_pane div.bullet {
  background: url(resources/bullet.gif);
  float:left;
  height:14px;
  width:13px;
}
#l_pane div.featured {
  color:#888;
  font-family:serif;
  font-weight:bold;
  padding:5px 0 5px 10px;
}

/* Product list - products */

#plist li {
  font-size:10pt;
  padding:5px 0;
}
#plist a {
  color:#069;
  font-weight:bold;
}
#plist a:hover {
  color:#000;
}
#tlib {
  font-size:10pt;
}
#spec {
  font-size:8pt;
  color:#000;
}
#prodnum {
  font-size:9pt;
  color:#000;
}
#rfq {
  font-size:12pt;
  font-weight:bold;
}
#rfq a {
  color:#069;
  font-weight:bold;
}
#rfq a:hover {
  color:#000;
}