/* This file contains formatting specifically for the Universal Lighting
 category of products */

/* Technical specification label color */
.techspec-label{ font-size: 9pt; font-weight: bold; color: #ca2233; }

/* Settings for the product text displayed in upper right corner of ProductDisplay page */
.product-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: White;
  background-color: #ca2233;
}

/* Settings for column headings of the item table at bottom of ProductDisplay page. */
.item-heading {	
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 10pt;
  font-weight: bold;
  background-color: #ca2233; 
  vertical-align: middle;
  text-align: center; 
  color: White;
  border: 2px solid gray;
  padding-right: 4px;
  padding-left: 4px;
}

