	/**************************************************/

	A:link, A:visited, A:active,
	#product_header_name
	{color: #EC0101; text-decoration: none}
	A:hover {
		text-decoration: underline;
	}
	
	HTML {overflow-Y: scroll}
	
	BODY {margin: 0em; padding: 0em}
	BODY {font-family: Arial; font-size: 14pt}
	BODY {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		letter-spacing: +0.01em;
		margin-top: 0.3em;
		overscroll-behavior: contain
		}

	FORM {margin: 0em; padding: 0em}
	
	IMG {
		max-width: 100vw;
	}
		
	P {
		margin: 0 0 0.8em 0;
		text-align: justify;
		}
	
	td {vertical-align: top}

	input[type="text"] {padding-left: 0.3em; padding-right: 0.3em}
	option {padding-bottom: 0.2em}
	
	sup {font-size: 60%}
	
	
	H1 {
		font-size: 18pt;
		font-weight: bold;
		margin: 0em;
		text-transform: uppercase;
	}
	H2 {
		font-size: 18pt;
		font-weight: bold;
		margin: 0em;
		display: inline-block;
	}

	/**************************************************/
	
	
	.center {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	
	.text-center {text-align: center}
	.bold {font-weight: bold}
	.f6pt {font-size: 6pt}
	.f8pt {font-size: 8pt}
	.f10pt {font-size: 10pt}
	.f12pt {font-size: 12pt}
	.f14pt {font-size: 14pt}
	.f16pt {font-size: 16pt}
	.f18pt {font-size: 18pt}
	.f20pt {font-size: 20pt}
	.f22pt {font-size: 22pt}
	.f24pt {font-size: 24pt}
	.f26pt {font-size: 26pt}
	.f28pt {font-size: 28pt}
	
	.visible {color: #4000F9 !important} 
	
	A.extLink IMG.extLink {opacity: 0}
	A.extLink:hover IMG.extLink {opacity: 1}
	A.extLink2 IMG.extLink {display: none}
	A.extLink2:hover IMG.extLink {display: inline-block}
	
	/**************************************************/

	
	#header,
	#footer,
	#product_img,
	#product_header_contents,
	.product_slide_contents {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#headerbar {
		background-color: #000;
		padding-top: 0.7em;
		position: fixed;
		top: 0em;
		left: 0px;
		width: 100%;
		border-top: 0.5em solid #F20000; 
		z-index: 999999;
	}
	
	#header {
		padding-top: 0.2em;
		padding-bottom: 0.5em;
		margin-bottom: 0em;
	}
	
	#phasetech {
		display: block;
	}
	
	#header_info {
		text-align: right;
		font-size: 11pt;
		opacity: 0.8;
		margin-bottom: 0.3em;
		color: #AAA !important;
	}
	#header_info A {
		color: #AAA !important;
		position: relative;
		top: -0.1em;
	}
	#header_info:hover, #header_info:hover A {
		color: #E8E8E8 !important;
	}
	
	#menu {
		text-align: right;
		text-transform: uppercase;
		font-weight: bold;
		margin-top: 0.5em;
		-moz-user-select: -moz-none;
		-webkit-user-select: none;
		}
	#menu A {
		color: #999;
		font-size: 16pt;
		padding-left: 1em;
		padding-right: 1em;
		}
	#menu>A:first-child {
		color: #999;
	}
	#menu>A:first-child.selected {
		display: none;
	}
	#menu A:hover {
		color: #F20000;
		text-decoration: none;
	}
	#menu>A.selected {
		color: #FFF;
	}
	
/*
	#menu_item_products {
		font-size: 130% !important;
	}
*/	
	
	#mainbar {
		background-color: #FFF;
	}
	
	#main {
		margin-top: 4.5em;
		padding-bottom: 0em;
		}

	#bottombar {
		color: #000;
		background-color: #F20000;
		clear: both;
	}
		
	#footer, #footer A {
		color: #000;
	}
	#footer {
		padding-top: 1em;
		
		font-size: 10pt;
		text-align: left;
		padding-bottom: 5em;
	}
	
	#redirect_msg {
		margin-top: 8em;
		margin-bottom: 35em;
		text-align: center;
	}
	
	#redirect_msg .url {
		margin-top: 1em;
		margin-bottom: 1em;
		font-size: 18pt;
	}
	
	/**************************************************/
	
	DIV.divider {
		display: block;
		height: 1em;
	}
	DIV.diags {
		color: #C00000;
		display: inline-block;
	}
	DIV.phasetech-address {
		float: right;
		margin-left: 2em;
	}
	DIV.phasetech-address:first-line {
		color: #E00000;
		font-weight: bold;
	}
	
	.button_link {
		border: 2px solid transparent;
		padding: 0.5em;
	}
	.button_link:hover {
		border: 2px solid rgba(0,0,0,0.06);
		background-color: rgba(0,0,0,0.04);
	}
	
	.img_expand_hover {
		border: 2px solid transparent;
		padding: 0.5em;
	}
	
	.img_expand_hover:hover {
		border: 2px solid rgba(0,0,0,0.2);
		background-color: rgba(0,0,0,0.1);
	}

	.img_expand_hover DIV {
		display: none;
	}
	
	.img_expand_hover:hover DIV {
		display: block;
	}
	
	

	/**************************************************/
	/*  PRODUCTS MAIN PAGE   */

	
	#product_img  {
		width: 100%;
	}
	
	#product_img IMG {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	#product_header, #product_header_fixed  {
		width: 100%;
		background-color: white;
		margin-bottom: 1em;
	}
	
	#product_header_fixed  {
		position: fixed;
		top: 98px;
	}	
	
	#product_header_contents {
		margin-bottom: 0.5em;
		padding-bottom: 0.5em;
		padding-top: 0.75em;
	}
	
	#product_header_name {
		display: inline-block;
		line-height: 0.9em;
		/* color specified at top */
		font-weight: bold;
		font-size: 30pt;
	}	
	
	#product_header_tag {
		text-transform: uppercase;
		display: inline-block;
		margin-left: 1em;
	}
	
	
	
/*
	.product TABLE {
		margin-left: 2em;
		margin-bottom: 0em;
		margin-top: 1em;
		width: 100%;
	}
	
	.product TABLE  TD:last-child {
		padding-left: 1em;
	}
	
	.product P {
		display: block;
		color: #555;
		font-weight: bold;
		font-size: 14pt;
		margin-top: 0.4em;
		line-height: 1.3em;
		letter-spacing: +0.05em;
	}
*/
	
	
	.product_app_table {
		margin-left: auto;
		margin-right: auto;
		text-transform: uppercase;
		font-weight: bold;
	}
	
	.product_app_table TD {
		vertical-align: middle;
		padding: 0.6em;
	}
	
	.product_app_table IMG {
		height: 50px;
		width: 50px;
	}

	
	TABLE.product_table {
		margin-top: 2em;
	}
	
	.product_datasheet {
		display: block;
		float: right;
		margin-top: 0.4em;
		font-size: 12pt;
		text-transform: uppercase;
		border: solid 2px rgba(242,0,0,0.4);
		padding: 0.4em;
	}
	
	.product_datasheet:hover {
		border: 2px solid rgba(242,0,0,1);
		background-color: rgba(0,0,0,0.04);
	}

	.product_body {
		padding-left: 4em;
		text-align: justify;
	}
	
	.product_feature_box {
		text-align: center;
		display: inline-block;
		width: 30%;
		padding: 0.2em;
		margin: 0.2em;
		margin-bottom: 0.5em;
		border: 1px solid #CCC;
		font-size: 12pt;
	}
	.product_feature_box IMG {
		margin: 0.2em;
	}
	
	.product_features {
		margin-top: 0.8em;
		margin-bottom: 0.8em;
		margin-left: 2em;
		padding-left: 1em;
		line-height: 1.0em;
	}
	.product_features LI {
		margin-bottom: 0.6em;
	}

	.product_slide:nth-child(even) {
		background-color: #F2F2F2;
	}
	
	.product_slide:last-child {
		padding-bottom: 8em;
	}
	
	
	
	.product_slide_contents {
		padding-top: 0em;
		padding-bottom: 3em;
	}
	
	.product_slide_title {
		font-size: 32pt;
		font-weight: bold;
		text-align: center !important; 
		width:100%;
		padding-top: 0.7em;
		padding-bottom: 0.3em;
	}
	
	.product_slide_contents IMG.center {
		margin-top: 1.3em;
		margin-bottom: 1.3em;
	}
	
	.product_slide_contents IMG {
		max-width: 90vw;
	}
	
	.text  {
		line-height: 1.3em;
		margin-top: 0.7em;
		margin-bottom: 0.7em;
		display: block;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		text-align: justify;
	}
	
	.product_feature_table {
		width: 90%;
		margin-left: auto;
		margin-right: auto
	}
	.product_feature_table TD {
		padding: 1em;
		vertical-align: middle;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.note {
		list-style-type: none;
		padding-left: 0.75em;
		font-size: 12pt;
		color: #333;
	}
	
	.product_specs {
		font-size: 12pt;
		margin-top: 0.5em;
		margin-bottom: 1em;
		padding-left: 3em;
	}
	
	.product_specs TR {
		margin-left: 2em;
	}
	
	.product_specs TD {
		padding-left: 1em;
		padding-right: 0.5em;
		padding-top: 0.3em;
		padding-bottom: 0.3em;
	}
	
	.product_specs_header TR {
		background-color: transparent !important;
	}
	
	.product_specs_header TD {
		padding-top: 1.5em;
		padding-left: 0em;
		font-weight: bold;
		font-size: 12pt;
		text-transform: uppercase;
	}
	
	.product_specs_datasheet {
		display: inline-block;
		font-weight: normal;
		font-size: 10pt;
		margin-left: 4em;
	}
	
	.product_specs_row1 {
		background-color: rgba(0,0,0,0.1) !important;
	}
	
	.product_specs_row2 {
		background-color: rgba(255,0,0,0.05);
	}
	
	.product_specs_note {
		padding-left: 1em;
		vertical-align: top;
		font-size: 10pt;
		opacity: 0.5;
	}
	

	


	#product_quicklist {
		margin-top: 2em;
	}
	
	#product_quicklist H2 {
		margin-top: 1em;
		margin-bottom: 0.5em;
		font-size: 14pt;
		text-transform: uppercase;
	}
	
	#product_quicklist A {
		margin-left: 0.3em;
		border: 2px solid transparent;
		display: block;
		padding: 0.5em;
	}
	
	#product_quicklist A:hover {
		background-color: rgba(0,0,0,0.1);
		border: 2px solid rgba(0,0,0,0.2);
	}
	
	#product_quicklist DIV {
		display: inline-block;
		font-size: 18pt;
		font-weight: bold;
	}
	
	#product_quicklist P {
		display: block;
		color: #333;
		margin-left: 0em;
		margin-bottom: 0em;

		
		DIV.description {
		padding-bottom: 0.5em;
	}
	A.more {
		display: block;
		margin-top: 0.4em;
	}
	

	
		.applications {
			display: flex;
			flex-wrap: wrap;
			max-width: 90%;
			font-weight: bold;
			text-transform: uppercase;
			margin-left: auto;
			margin-right: auto;
			margin-top: 1em;
		}
		
		.applications > DIV {
				margin-bottom: 1em;
		}
		
		.applications DIV {
			display: inline-block;
			vertical-align: middle;
		}
		
		.applications IMG {
			display: inline-block;
			height: 50px;
			width: 50px;
			margin-left: 1em;
			vertical-align: middle;
		}
		
		.app_text {
			margin-left: 0.5em;
			width: 300px;
		}
		
		
	
	
	TABLE.thumbed {
		position: relative;
		left: -0.6em;
		padding: 0.3em 0.1em 0.5em 0.5em;
		width: 100%;
		margin-bottom: 0.2em;
		border: solid transparent 1px;
	}
	
	.thumb IMG {
		height: 60px; width: 60px; opacity: 0.7;
	}
	
	TABLE.thumbed:hover {
		//border: solid #272727 1px;
		//background-color: rgba(0,0,0,0.1);
	}
	
	TABLE.thumbed .news_item_moreLink {
		display: none;
		float: right;
		color: #B50000;
	}

	TABLE.thumbed:hover .news_item_moreLink {
		display: inline-block;
	}
	
	TABLE.thumbed TD {
		text-align: left;
	}
	
	TD.thumb {
		width: 2em;
	}
	
	TD.thumb IMG {
		float: left;
		margin-right: 1em;
	}
	TD.news_headline {
		text-align: left;
		vertical-align: top;
		line-height: 1.1em;
		position: relative;
		top: -0.5em;
	}
	.news_item_description {
		font-size: 11pt;
		width: 40em;
		text-align: justify;
	}
	.news_item_moreLink {
		font-size: 12pt;
		padding-right: 1em;
	}
	
	
	#disclaimer {
		color: #666;
		text-align: justify;
		font-size: 11pt;
	}
	

	.position_link {
		display: block; 
		height: 13em;      /* Give height of your fixed element */
        margin-top: -13em; /* Give negative margin of your fixed element */   
        visibility: hidden; 
	}
	
	
	
	
	
	
	
	
	
	
	
@media print {

	#headerbar, #product_header {
		border: none;
		position: relative;
		top: 0px;
		left: 0px;
	}
	
	#menu {
		display: none;
	}

	#product_header {
		display: block !important;
	}

	#product_header_fixed {
		display: none !important;
	}
	DIV, #headerbar, #product_img {
		background-color: transparent !important;
	}


}
