.CategoryButton {
  background: transparent url('/images/BtnCategory.gif');
  padding: 15px 0;
  margin: 10px 0px 10px 50px;
  float: left;
  display: inline;
  width: 300px;
  height: 120px;
  cursor: pointer;
}

.CatTitle {
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande,'Lucida Sans', Geneva, Arial, sans-serif;
  font-size: 14px; color: #1A527B; text-decoration: none; text-align: center;
}
.CatImage {
  text-align: center; 
  padding: 15px 0 0 0;
}

.ProductButton {
  background: transparent url('/images/BtnProduct.gif');
  padding: 15px 0;
  margin: 10px 0 10px 37px;
  float: left;
  display: inline;
  width: 200px;  
  height: 170px;
  cursor: pointer;
}

.ItemTitle {
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande,'Lucida Sans', Geneva, Arial, sans-serif;
  font-size: 14px; color: #1A527B; text-decoration: none; text-align: center;
}
.ItemImage {
  text-align: center; 
  padding: 15px 0 0 0;
}

.download {
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande,'Lucida Sans', Geneva, Arial, sans-serif;
  margin: 0 25px 10px 25px;
  color #1A527B; 
}

.downloadTitle { 
  font-size: 16px; color: #FFFFFF; text-decoration: none; text-align: center;
  background: #81A4C2;
  padding: 5px 0px;
}

.downloadDetail {
  font-size: 12px;
}

.downloadVersion {
  font-size: 9px;
}

.downloadButton {
  text-align: center;
}

.downloadError {
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande,'Lucida Sans', Geneva, Arial, sans-serif;
  font-size: 14px; color: #1A527B; text-decoration: none; text-align: center;
}