body {
  margin:0;
  padding:0;
}

.white {
  color: #ffffff;
}

.small {
  font-size: 12px;
}

.smaller {
  font-size: 11px;
}

h2 {
  padding: 0;
  margin: 14px 0;
}

h3 {
  margin: 8px 0 2px 0;
}

h4 {
  margin: 0 0 10px 0;
}


.err, .required {
  color: red;
  font-weight: bold;
  font-size: 14px;
}

.menu_category {
  font-size: 13px;
}

.menu_subcategory {
  font-size: 11px;
}
.menu_subsubcategory {
  font-size: 9px;
}


#prodtab td {
  font-size: 12px;
}

.product_spec_name {
  background-color: #dadaed;
}

.product_spec {
  color: #808080;
}

.product_header {
  margin-bottom: 10px;
}
.product_header div td {
  font-size: 12px;
}
.product_header h2 {
  margin-bottom: 2px;
}
.product_item_title {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 6px;
}
.product_item_desc {
  font-size: 12px;
}

#product_features {
  margin-left: 16px;
}
#product_details {
  margin-bottom: 20px;
}

#products {
  margin-top: 10px;
  margin-bottom: 20px;
}
.color_row0 {
  background-color: #103099;
  color: #ffffff;
}
.color_row1 {
  background-color: #ebeefe;
}
.color_row2 {
  background-color: #fefeff;

