/* To change the size of events, set font-size to 12pt */
.medium {
  font-family: Helvetica, Arial;
  font-size: 10pt;
}


.ProductName {
  font-family: Helvetica, Arial;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}

.ProductPrice {
  font-family: Helvetica, Arial;
  font-size: 12pt;
  font-weight: bold;
  color: #000000;
}

.ProductDescription {
  font-family: Helvetica, Arial;
  font-size: 10pt;
  scrollbar-highlight-color: #ffffff; 
  scrollbar-3dlight-color: #ffffff;
  scrollbar-shadow-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff; 
  scrollbar-base-color: #ffffff;
  scrollbar-face-color: #eeeeee; 
  scrollbar-track-color: #ffffff; 
  scrollbar-arrow-color: #000000;
}

.technical {
  font-family: Helvetica, Arial;
  font-size: 10pt;

}
.Invalid {
  color: #FF0000;
}

.heading {
  font-size: 14pt;
}

.SubHeading {
  font-weight: bold;
}

.navigation {
  font-size: 10pt;
  text-align: left;
  font-weight: bold; 
  width: 100%;
  background-color: #C4C4E7;
}

a:hover.ProductName {
  color: #0000CC;
}

a:hover {
  color: #00CC00;
}

a.CategoryLink {
  font-size: 10pt;
}

.MenuItem, .small {
  font-family: Helvetica, Arial;
  font-weight: bold;
  font-size: 8pt;
}    

.discount {
  font-weight: normal;
  font-size: 10pt;
}

.header {
  font-weight: bold;
  
}
  
body, li, p, td, th, span {
  font-family: Helvetica, Arial;
  font-size: 12pt;
}

th {
  text-align: left;
}

.CategoryDesc, .techinfo {
  font-size: 10pt;
}

body { 
  margin-top: 2px;
  
} 

img {
  border: none;
}

/* To make links bold, remove the '/*' surrounding 'font-weight: bold;' */
a {
  text-decoration: none;
  font-family: Helvetica, Arial;
  color: 0000DD;
  /* font-weight: bold; */
}
