﻿.SizeMaterialDropDownList {
  font-size: 9pt;
	font-family: Helvetica Neue, Arial, Helvetica, Geneva, san-serif;
}

table.PricingTable {
  border-collapse: collapse;
  margin: 0px;
  font-size: 9pt;
}

table.PricingTable td,
table.PricingTable th {
  padding: 4px 6px;
  margin: 0px;
  border: 1px solid black;
}

table.PricingTable td {
  text-align: center;
}

table.PricingTable thead tr th {
  font-weight: bold;
  background-color: #999;
  text-align: center;
}

table.PricingTable thead tr td {
  font-weight: bold;
  background-color: #999;
}

table.PricingTable tbody tr th {
  font-weight: bold;
  background-color: #999;
}

table.PricingTable tbody tr td {
  background-color: #CCC;
}

table.PricingTable thead tr th span,
table.PricingTable tbody tr th span {
  font-weight: normal;
  font-size: 6pt;
}

table.PricingTable tbody tr.DiscountOld td {
  text-decoration: line-through;
  background-color: #CCC;
}

table.PricingTable tbody tr.DiscountNew td {
  font-weight: bold;
}

.PriceBreaksDiv {
  width: 180px;
  border: 2px solid #CCC;
  padding: 5px;
}

.PriceBreaksDiv .PriceBreakDiv {
  width: 120px;
  clear: both;
}
.PriceBreaksDiv .PriceBreakDiv .PriceBreakQuantityDiv {
  float: left;
  display: inline-block;
}
.PriceBreaksDiv .PriceBreakDiv .PriceBreakPricingDiv {
  float: right;
  display: inline-block;
}

/* Category Content */

.CategoryContentPanel h1 {
  background-color: Transparent;
  margin: 0px;
  padding: 6px 20px 12px;
  font-size: 21pt;
}

.CategoryContentPanel p {
  font-size: 9pt;
}

.CategoryContentPanel a,
.CategoryContentPanel a:hover,
.CategoryContentPanel a:active,
.CategoryContentPanel a:visited {
  color: White;
  font-weight: bold;
}

/* ASP.NET Controls */

.MessagePanel {
  width: 380px;
  height: 142px;
  border: 3px solid #666;
  background-color: #CCC;
  text-align: center;
  padding: 10px;
}