/* ===== Order Form Styles ===== */
#OrderForm {
  text-align: center;
  padding: 10px;
  line-height: 30px;
  font-size: 14px;
}

#OrderForm input {
  border:1px solid #B6B6B6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}

#tblProducts { 
  width: 100%; 
  border-collapse: collapse;  
}

#tblProducts td { 
  vertical-align: bottom; 
  text-align: center; 
  padding: 10px;
  border-bottom: 1px dotted #888888;
  border-right: 1px dotted #CCCCCC;
  line-height: normal;
}
#tblProducts th {
  border: none;
  border-right: 1px dotted #CCCCCC;
}

#tblCosts {
  margin: auto;
  border-collapse: collapse;
  border-right: 1px solid #DDDDDD;
}

#tblCosts th {
  text-align: right;
}

#tblCosts td {
  text-align: left;
}

#tblCosts td, th{
  /* border: 1px solid #DDDDDD; */
}

.tblCust {
  margin: auto;
  border-collapse: collapse;
  /* border: 1px solid #DDDDDD; */
}

.tblCust th {
  text-align: right;
}

.tblCust td, th{
  /* border: 1px solid #DDDDDD; */
}

#total { font-size:12pt; }
.money { font-weight: bold; color: #009900; } 
#ship2 { display: none; }
/* ===== Order Form Styles ===== */

/* Product Page Styles */

.productImage {
  float: left;
  width: 200px;
  text-align:center;
}

.productInfo {
  margin-left: 210px;
}

.productName {
  font-size: 14pt;
  font-weight: bold;
}

.productHeader {
  border: 1px solid #444444;
  background-color: #EEEEEE;
  padding: 4px;
  font-weight: bold;
}

.heardFrom {
  background-color: #E0E0E0;
  border: 1px solid #CCCCCC;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
}

.featured_products {
  margin: auto;
}

.featured_products td {
  font-size: 9pt;
  padding: 10px;
  text-align: center;
  vertical-align: bottom;
}

.volumeDiscount {
  font-size: 8pt;
}

#shpTypeNum {
  font-size: 12px;
}

.categoryTable {
  border-collapse: collapse;
  width: 100%;
}

.categoryTable td {
  border: 1px solid #CCCCCC;
  vertical-align: middle;
}

.categoryIMGtd {
  text-align: center;
  padding:5px;
  width: 110px;
}

table.bCont {
  margin:0;
  padding:0;
  margin:auto;
  border-collapse: collapse;
}
table.bCont td {
  padding: 0;
  margin: 0;
}