/* Media Print */
  img{border: 0px;}
  
  
  #Header {display:none;}
  #HeaderContact {display:none;}
  #Logo {display:none;}
 	img.left{
					float: left;
					margin-right: 8px;
	}
	img.right{
						float: right;
						margin-left: 8px;
	}
  #RightNav
{
	display:none;
}
  /*This code is the reason i have a css for ie and one for other browsers*/
  #BackGroundBodyTop {display:none;}
  /*end of bad ie code*/
  #LeftNav{display:none;}
  #Body {width: 100%;text-align: justify;margin-top: -25px;}
  p.BoldRedCenter{font-weight: bold;text-align: center;}
  p.BoldRed{font-weight: bold;}
  .Red{font-weight: bold;}
  /*Product Table*/
  #ProductTable{margin-top: 1px; margin-left: 5px; margin-bottom: 10px; border-collapse: collapse; border-spacing: 0; width: 98%;min-width:580px;font-size:12px;border: 2px #0016A1 solid;}
  #ProductTable td.Header{background-Color: #0016A1;color: #ffffff;font-weight: bold;font-size: 12px;padding-top: 2px; padding-bottom:2px;font-size:14px;}
  #ProductTable td.Description{padding-left: 20px;}
  /*Downloads Table*/
  #DownloadsTable{background-color: #fefefe;margin-top: 1px; margin-left: 5px; margin-bottom: 10px; border-collapse: collapse; border-spacing: 0; width: 98%;min-width:580px;font-size:12px;border: 1px #000 solid;}
  #DownloadsTable td.Header{color: #000000;font-weight: bold;font-size: 12px;padding: 2px;margin-left: 3px;margin-right: 3px;font-size:14px;border-bottom: 0px #000 solid;}
  #DownloadsTable td.Description{padding-left: 20px;}
  /*News Table*/
  #NewsTable{margin-top: 1px; margin-left: 5px; margin-bottom: 10px; border-collapse: collapse; border-spacing: 0; width: 98%;min-width:580px;font-size:12px;}
  #NewsTable td.Header{padding-left:5px; background-color: #990000;color: #FFFFFF;font-weight: bold;font-size: 12px;margin-left: 3px;margin-right: 3px;font-size:12px;border-bottom: 0px #000 solid;}
  #NewsTable td.Description{padding-left: 20px;}
.itemOldPrice { text-decoration: line-through; color: #000000; font-weight: bold; font-size: large; } /* old price */
  
/***************/