div.btnInventory {
  margin: 1em 0;
  width: 150px;
  font-family: helvetica,arial,sans-serif;
  font-size: 12px;
  font-weight: bold;
}
div.btnInventory a {
  display: block;
  width: 100%;
}
div.btnInventory a:link,
div.btnInventory a:visited,
div.btnInventory a:hover {
  background-color: #fc6;
  color: #000;
  text-decoration: none;
}
div.btnInventory a:link,
div.btnInventory a:visited {
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 2px solid #4a4a4a;
}
div.btnInventory a:hover {
  border-bottom: 1px solid #cecece;
  border-top: 2px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-left: 2px solid #4a4a4a;
}
div.btnInventory span.w3c {
  padding: 0 0.4em;
  background-color: #fff;
  color: #0c479d;
}
div.tableInventory{
<!--
	width:95%;
	border:1px solid #004080;
-->
}


