@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}


@media screen { 

    .sIFR-active #header-right #widgetRegister .top a {
    font-family: Arial;
    visibility: hidden;
	font-size: 12px;
	height:15px;
	}
	
	.sIFR-active #header-right #widgetMyAccount .top a {
    font-family: Arial;
    visibility: hidden;
	font-size: 12px;
	height:15px;
	}
	
	.sIFR-active #header-right #widgetSidebar .top a {
    font-family: Arial;
    visibility: hidden;
	font-size: 12px;
	height:15px;
	}

    .sIFR-active #content-middle h1 {
    font-family: Arial;
    visibility: hidden;
	font-size: 14px;
	}
   
   	.sIFR-active #content-middle #categoryGrid h2,
	.sIFR-active #content-middle #productGrid h2,
	.sIFR-active #content-middle #customerLogin h2,
	.sIFR-active #content-middle #pageContent h2,
	.sIFR-active #content-middle #viewCart h2,
	.sIFR-active #content-middle #clientAccount .section h2,
	.sIFR-active #content-middle #checkoutShipping h2,
	.sIFR-active #content-middle #checkoutBilling h2,
	.sIFR-active #content-middle #checkoutPayment h2,
	.sIFR-active #content-middle #checkoutConfirm h2,
	.sIFR-active #content-middle #checkoutComplete h2,
	.sIFR-active #content-middle .lastCat h2 {
    font-family: Arial;
    visibility: hidden;
	font-size: 14px;
	}
			
	.sIFR-active #content-middle #productDetail h2 {
	font-family: Arial;
    visibility: hidden;
	font-size: 15px;
	}
	
	.sIFR-active #content-middle #categoryGrid h4 {
    font-family: Arial;
    visibility: hidden;
	font-size: 11px;
	}
	
	.sIFR-active #detailGroup #productsRelated .hdr-title-text,
	.sIFR-active #content-middle #customerLogin .hdr-title,
	.sIFR-active #content-middle #clientAccount .hdr-title {
    font-family: Arial;
    visibility: hidden;
	font-size: 11px;
	} 
	
  }
