div.nav-button 
{
	border: solid 1px #00aaFF;
	color: #0088FF;
	display: inline;
	
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	background-color: white;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 2px;
	margin-right: 2px;
}

div.nav-button-disabled
{
	border: solid 1px gray;
	color: gray;
	display: inline;
	
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	background-color: white;
	margin-left: 2px;
	margin-right: 2px;
}

a:link.nav-button, a:visited.nav-button, a:active.nav-button, a:hover.nav-button
{
	text-decoration: none;
	color: #0088FF;
}

div.button
{
	margin-left: 3px;
	margin-right: 3px;
	display: inline;
	/*display: -moz-inline-box;*/
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	background-color: white;
	border: solid 1px #00aaFF;
	color: red;
	
	padding-top: -1px;
	padding-bottom: 0px;
	
	/* Non IE */
	html>body>table {}
	padding-top: 0px;
	padding-bottom: 0px;
}

div.button-disabled
{
	border: solid 1px #AAA;
	color: #AAA;
	display: inline;
	
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	background-color: white;
	margin-left: 2px;
	margin-right: 2px;
}


a:link.button, a:visited.button, a:active.button, a:hover.button
{
	text-decoration: none;
	color: #00aaff;
/*	padding: 3px; */
	padding-left: 5px;
	padding-right: 5px;
}


td.retail-price {
  width: 60px;
  color: black;
  text-align: right;
  font-weight: bold;
}

td.retail-sale-price {
  width: 60px;
  color: red;
  text-align: right;
  font-weight: bold;
}

td.wholesale-price {
  width: 60px;
  color: blue;
  text-align: right;
  font-weight: bold;
}

td.wholesale-sale-price {
  width: 60px;
  color: orange;
  text-align: right;
  font-weight: bold;
}

td.units-per-package {
  text-align: right;
  white-space: nowrap;
}
