
/**
 * Imported content mimic
 */
.productHeader { 
  color: #fff; 
  font-size: 20px; 
  font-weight: bold; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

table {
}

a:link.mainpara { color: #fff; text-decoration: underline;font-weight: normal; }
a:hover.mainpara { color: #fff; text-decoration: underline; font-weight: normal;}
a:visited.mainpara { color: #fff;  font-weight: normal; }

a:link { color: #fff; text-decoration: underline; }
a:visited { color: #fff; text-decoration: underline; }
a:link:hover {color: #fff;}

td { 
  color: #ccc; 
  font-size: 11px; 
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;  
}

td.img {
  text-align: center;
  vertical-align: top;
  width: 50px;
}

td.desc {
  vertical-align: top;
}

td.bigImage {
  text-align: center;
}

td.productName {
  font-size: 14pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;  
  text-align: center;
  font-weight: bold;
}

td.productDesc {
  text-align: center;
}

#subcat {font-family: verdana;font-size: 16px;line-height: 34px;font-weight: bold;}

.extraInfo {
  font-family: verdana;
  color: #fff;
  font-style: italic;
  font-size: 11pt;
}

