/* This file contains formatting specifically for the Electronics category of products */

/* Technical specification label color */
.techspec-label{ font-size: 10pt; color: #fadf3a }

/* 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: black;
  background-color: #fadf3a;
}

/* Settings for column headings of the item table at bottom of ProductDisplay page. */
.item-heading {	
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 10pt;
  color: black;
  font-weight: bold;
  background-color: #fadf3a; 
  vertical-align: middle;
  text-align: center; 
  border: 2px solid gray;
  padding-right: 4px;
  padding-left: 4px;
}

