/* Written by Gillham */
/* LAST MODIFIED Thursday, January 5, 2017 - 11:52 AM */
@charset "UTF-8";

/* CONTENTS =================================*/

/* PUBLISHED DATE SPANS */
/* COPYRIGHT DATE SPANS */
/* COLORS */
/* LINKS */
/* FONTS */
/* STRUCTURE DIVS */
/* TABLES */
/* GENERAL */
/* TEXT */
/* IMAGES */
/* FORMS */
/* SITE MAP */
/* NO JAVASCRIPT MESSAGES */
/**/





/* PUBLISHED DATE SPANS =================================*/

/* switch for display of published date for all pages */
#date {display: inline;}
/**/





/* COPYRIGHT DATE SPANS =================================*/

/* switches for display of copyright date for all pages */
#d_2012 {display: none;}
#d_2013 {display: none;}
#d_2014 {display: none;}
#d_2015 {display: none;}
#d_2016 {display: none;}
#d_2017 {display: none;}
#d_2018 {display: none;}
#d_2019 {display: none;}
#d_2020 {display: none;} /* DUDE! Can you believe its been EIGHT YEARS!?! */
#d_2021 {display: none;}
#d_2022 {display: none;}
#d_2023 {display: none;}
#d_2024 {display: inline;}
#d_2025 {display: none;}
/**/





/* COLORS =================================*/
body {
	background-color: #000;
}
div.div_container_pad {
	background-color: #FFF;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 0px 5px 20px #000; /* horizontal offset | vertical offset | blur radius | color */
}
div.div_header {
	background-color: #5D4A04;
	border-bottom-color: #CC2229;
}
div.div_content {
	border-bottom-color: #CC2229;
}
div.div_slideshow,
div.div_sidebar {
	border-top-color: #E8CF72;
	border-right-color: #E8CF72;
	border-bottom-color: #E8CF72;
	border-left-color: #E8CF72;
	background-color: #F5E7B6;
}
div.div_slideshow {
	background-color: #000000;
}
a:link { 
	color: #333333;
}
a:visited { 
	color: #666666;
}
a:hover, a:focus {
	color: #CC2229;
}
a:active {
	color: #000000;
}
/* Footer and Site Map */
p.p_footer_text, 
p.p_footer_text a, 
p.p_footer_text a:visited,
div#div_site_map,
div#div_site_map a p {
	color: #BEAE94;
}
/* Site Map*/
div#div_site_map tr.tr_header td {
	color: #E8CF72;
}
div#div_site_map a p:hover,
div#div_site_map a p:focus {
	color: #FFFFFF;
	background-color: #CC2229;
}
div#div_site_map td {
	border-left-color: #BEAE94;
}
div#div_site_map td a p {
	border-bottom-color: #443A29;
}
div.div_rounded,
div.div_rounded_space_below_5,
div.div_rounded_space_below_10,
div.div_rounded_space_below_20,
div.div_rounded_space_below_40,
div.div_news {
	border-top-color: #DBBD43;
	border-right-color: #DBBD43;
	border-bottom-color: #DBBD43;
	border-left-color: #DBBD43;
}
div.div_news_hidden{
	display: none;
}
table.table_data tr:hover {
	background-color: #EEDF8B; /* was #FDF3AA */
	/* [disabled]background-color: #FAF3D7; */
	border-top-color: #E8CF72;
	border-bottom-color: #E8CF72;
}
table.table_data tr.tr_header,
table.table_data tr.tr_header:hover {
	background-color: #E8D047; /* was #FFE681 */
}
table.table_data, table#table_form, table#table_form_2 {
	border-top-color: #E8D047; /* was #FFCC00 */
	border-bottom-color: #E8D047; /* was #FFCC00 */
}
tr.tr_form_hover:hover {
	background-color: #F3EDBD; /* was #FAF3D7 */
}

/* text colors */
h1,
.bull_red_1,
.bull_red_2 {
	color: #CC2229;
}
.red {
	color: #CC2229;
}
.red_dark {
	color: #99191E;
}
/* nav menu triangles */
.menu_triangle {
	padding-right: 16px !important;
	background-image: url(../art/menu-triangle-black.png) !important;
	background-repeat: no-repeat;
	background-position: 100% 55%;
}
.current.menu_triangle {
	padding-right: 16px !important;
	background-image: url(../art/menu-triangle-red.png) !important;
	background-repeat: no-repeat;
	background-position: 100% 55%;
}
.menu_triangle:hover,.current.menu_triangle:hover {
	padding-right: 16px !important;
	background-image: url(../art/menu-triangle-white.png) !important;
	background-repeat: no-repeat;
	background-position: 100% 55%;
}

/* nav menu current page */
.a_current, .a_current p {
	color: #CC2229 !important;
}
.a_current:hover, .a_current:hover p {
	color: #FFF !important;
}
.div_footer .a_current, .div_footer .a_current:hover {
	color: #BEAE94 !important;;
}
/**/





/* LINKS =================================*/

p.p_footer_text a {
	text-decoration: none;
} 
a:link,
a:visited,
a:hover,
a:focus, 
a:active,
p.p_footer_text a:hover,
p.p_footer_text a:focus {
	text-decoration: underline;
}
/* Site Map */
div#div_site_map a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
/**/





/* FONTS =================================*/
body {
	color: #000;
	font-family: "Arial", "Helvetica", sans-serif;
	background-image: url(../art/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.serif_font {
	font-family: serif;
}
/**/





/* STRUCTURE DIVS =================================*/

div.div_container {
	width: 1014px; /* minus div_container_pad padding = 940px wide content area */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 300px;
	margin-left: auto;
}
div.div_container_pad {
	margin-top: 24px;
	margin-right: 17px;
	margin-bottom: 0px;
	margin-left: 17px;
}
div.div_header {
	height: 85px;
	background-image: url(../art/flag-bg.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	position:relative;
	z-index: 1;
}
.flag_caption {
	font-size: 6pt;
	text-align: center;
	padding-left: 20px;
	padding-top: 10px;
	font-weight: bold;
	/* [disabled]color: #917400; */
}
div.div_flag_logo {
	height: 85px;
	float: left;
}
div.div_flag_vishay_logo {
	height: 85px;
	float: right;
}
div.div_nav {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	position:relative;
	left:0%;
}
div.div_phone {
	margin: 0px;
	padding-top: 9px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 200px;
	font-size: 8.5pt;
	font-weight: bold;
	line-height: 1.0;
	text-align: right;
	position:absolute;
	right: 0px;
	z-index:400;
}
div.div_social {
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	position:absolute;
}
div.div_content {
	clear: both;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	position:relative;
	z-index: 2;
}
div.div_column_spacer {
	width: 140px;
	height: 5px;
}
div.div_column_spacer_193 {
	width: 193px;
	height: 5px;
}
div.div_column_spacer_194 {
	width: 194px;
	height: 5px;
}
div.div_column_spacer_220 {
	width: 220px;
	height: 5px;
}
div.div_column_spacer_200 {
	width: 200px;
	height: 5px;
}
div.div_column_spacer_240 {
	width: 240px;
	height: 5px;
}
div.div_column_spacer_460 {
	width: 460px;
	height: 5px;
}
div.div_gutter_spacer {
	width: 20px;
	height: 5px;
}
div.div_sidebar {
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
div.div_slideshow_home {
	position: relative;
	width: 940px;
	height: 310px;
	margin-top: 25px;
	margin-bottom: 20px;
}
div.div_sidebar {
	width: 282px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left top;
}
div.div_news {
	margin-top: 7px;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	background-image: url(../art/gold-gradient.jpg);
	background-position: center center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
}
div#div_mat_specs {
	width: 940px;
	max-width: 940px;
	overflow-y: visible;
	overflow-x: scroll;
	margin-bottom: 10px;
}
div.div_footer,
div#div_site_map {
	clear: both;
	margin-top: 0px;
	margin-left: 17px;
	margin-right: 17px;
	margin-bottom: 0px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
div#div_site_map {
	text-align: left;
}
div.div_rounded,
div.div_rounded_space_below_5,
div.div_rounded_space_below_10,
div.div_rounded_space_below_20,
div.div_rounded_space_below_40 {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
}
div.div_rounded_space_below_5 {
	margin-bottom: 5px;
}
div.div_rounded_space_below_10 {
	margin-bottom: 10px;
}
div.div_rounded_space_below_20 {
	margin-bottom: 20px;
}
div.div_rounded_space_below_40 {
	margin-bottom: 40px;
}
div.div_guidelines_figure {
	float: right;
	width: 454px;
}
div.div_guidelines_figure p {
	padding-top: 5px;
	margin-bottom: 30px;
}
/**/





/* TABLES =================================*/

table#table_content {
	width: 940px;
	border-collapse: collapse;
	border-spacing: 0px;
}
table#table_sizes {
	width: 940px;
	border-collapse: collapse;
	border-spacing: 0px;
}
table#table_sizes td {
	text-align: center;
	vertical-align: top;
	margin: 0;
	border-width: 0;
}
table#table_sizes p {
	margin-top: 10px;
}
table#table_sitemap {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}
td,th {
	text-align: left;
	vertical-align: top;
	margin: 0;
	padding: 0;
	border-width: 0;
}
td.td_divider_right {
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;	
}
td.td_pad_top {
	padding-top: 20px;
}
td.td_pad_top_10 {
	padding-top: 10px;
}
/* Site map */
.js_enabled div#div_site_map {
	display: none;
}
div#div_site_map td {
	border-left-width: 1px;
	border-left-style: solid;
	padding-bottom: 2px;
}
div#div_site_map td:last-child {
	border-right-width: 1px;
	border-right-style: solid;
}
div#div_site_map td a p {
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
div#div_site_map tr.tr_header td {
	border-left-width: 0px;
	border-right-width: 0px;
}

table.table_data {
	width:100%;
	border-spacing: 0px;
	background-image: url(../art/gold-gradient-lg.jpg);
	background-position: center center;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: ridge;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: none;
	margin-top: 5px;
	margin-bottom: 14px;
}
table.table_formula {
	width:75%;
	border-spacing: 0px;
	margin-top: 5px;
	margin-bottom: 14px;
}
table.table_formula td {
	white-space: nowrap;
	padding-left: 0px;
	padding-right: 10px;
}
table.table_data td {
	vertical-align: middle;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	white-space: nowrap;
}
table.table_data td.td_wrap {
	white-space: normal;
}
table.table_data td:last-child {
	border-right-width: 0px;
}
table.table_data tr:last-child td {
	border-bottom-width: 0px;
}
table.table_equation {
	border-spacing: 0px;
	margin-top: 5px;
	margin-bottom: 14px;
}
table.table_equation td {
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	vertical-align: middle;
	border-right-width: 0px;
	border-right-style: none;
}
table.table_equation td.td_divider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.tooltipTrigger .tooltip {
  display: none;
}
.tooltipTrigger:hover {
  cursor: default;
}
.tooltipTrigger:hover .tooltip {
  display: block;
  color: blue;
}
/**/





/* GENERAL =================================*/

body {
	margin: 0;
	padding: 0;
}
hr {
	display: block;
	position: relative;
	padding: 0;
	margin: 8px auto;
	width: 100%;
	height: 1px;
	border: none;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #FFF;
	border-width: 0;
	font-size: 1px;
	line-height: 0;
 	overflow: visible;
	color: #CCC;
	background-color: #CCC;
}
/**/





/* TEXT =================================*/

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
.space_before_14 {
	margin-top: 14pt;
}
.space_after_14 {
	margin-bottom: 14pt;
}
.space_after_4 {
	margin-bottom: 4pt;
}
.space_before_28 {
	margin-top: 28pt;
}
.space_after_28 {
	margin-bottom: 28pt;
}
p,
ul,
li,
h6,
table.table_data td,
table.table_formula td,
table.table_equation td {
	font-size: 10pt;
	line-height: 14pt;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #333333;
}
table.table_data td {
	font-size: 9pt;
}
p.p_space_after,
p.p_reps {
	margin-bottom: 14pt;
}
p.p_reps span {
	font-size: .75em;
}
p.p_center {
	text-align: center;
}
p.p_bold {
	font-weight: bold;
}
p.p_indent {
	margin-left: 10pt;
}
h1 {
	font-size: 14pt;
	line-height: 14pt;
	font-weight: bold;
	margin-bottom: 28pt;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 {
	font-size: 12pt;
	line-height: 14pt;
	font-weight: bold;
	margin-bottom: 14pt;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 {
	font-size: 11pt;
	line-height: 14pt;
	font-weight: bold;
	margin-bottom: 14pt;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h4,
h5 {
	font-size: 10pt;
	line-height: 14pt;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h4.h4_guidelines {
	margin-top: 56px;
}
p.p_guidelines {
	margin-top: 14pt;
	margin-left: 14pt;
	margin-right: 375pt;
}
p.p_guidelines_indented {
	margin-top: 14pt;
	margin-left: 28pt;
	margin-right: 375pt;
}
h6 {
	font-weight: bold;
}
p.p_bullet_list {
	text-indent: -15px;
	margin-left: 15px;
}
.bull_red_1,
.bull_red_2 {
	padding-right: .35em;
	font-size: 1.5em;
	line-height: 0;
	vertical-align:-.15em;
}
.bull_red_2 {
	font-size: 1em;
	vertical-align:-.05em;
}
.sub_ {
	font-size: 0.75em;
	line-height: 0;
}
.sup_ {
	font-size: 0.75em;
	line-height: 0;
	vertical-align: super;
}
p.p_bullet_list_indented {
	text-indent: -15px;
	margin-left: 30px;
}
p.p_samples {
	font-size: 11px;
}
div#div_site_map,
div#div_site_map p {
	font-size: 8.5pt;
	line-height: 14pt;
}
div#div_site_map tr.tr_header {
	font-weight: bold;
}
#site_map_text { /* Hide Site Map link if Javascript is disabled */
	display: none;
}
.js_enabled #site_map_text { /* Show Site Map link if Javascript is enabled */
	display: inline;
}
p.p_footer_text {
	font-size: 7.5pt;
}
table.table_directions {
	font-size: 10pt;
	line-height: 12pt;
	color: #333333;
}
table.table_directions td {
	padding-bottom: 5px;
}
table.table_directions td.td_head {
	color: #000000;
	font-weight: bold;
}
table.table_directions td.td_left {
	text-align: right;
}
table.table_directions td.td_right {
	padding-left: 5px;
}
p.p_caption,
p.p_caption_center,
p.p_caption_right {
	font-size: 8pt;
	line-height: 12pt;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	color: #666;
}
p.p_caption_center {
	text-align: center;
}
p.p_caption_right {
	text-align: right;
}
tr.tr_header td {
	font-size: 8pt;
	line-height: 10pt;
	font-weight: bold;
}
#more_text_1,#more_text_2 {
	display: none;
}

/* Text definitions below here are not yet implemented/used */
p.p_contact_info {
	margin-left: 14pt;
	padding-bottom: 14px;
}
p.p_intro {
	font-size: 11pt;
	line-height: 16pt;
	color: #666666;
	margin-bottom: 14pt;
}
p.p_no_java_message {
	color: #B00;
	margin-top: 14pt;
	margin-bottom: 14pt;
	text-align: center;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #B00;
	border-bottom-color: #B00;
}
.ftp_info {
	font-size: 9pt;
	color: #333333;
	padding-top: 10px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F0F5FA;
}
.ftp_info:hover {
	background-color: #E6EBF0;
}
p.p_intro_text { /* portfolio page intro text */
	display: none;
	margin-bottom: 14pt;
}
p#p_help_text { /* portfolio help text */
	display: none;
	font-size: 8pt;
	line-height: 11pt;
	margin-top: 14pt;
	margin-bottom: 14pt;
}
p.p_site_list_text { /* portfolio page website url list */
	display: none;
	font-size: 8pt;
	line-height: 11pt;
	margin-top: 4pt;
	margin-bottom: 0pt;
}
div.div_upload_msg_error h4, div.div_upload_msg_error p, p.p_file_alert, p.p_file_type_alert {
	color: #B00;
}
div.div_upload_msg_caution h4, div.div_upload_msg_caution p {
	/* [disabled]color: #F90; */
}
div.div_upload_msg_ok h4, div.div_upload_msg_ok p, p.p_file_ok {
	/* [disabled]color: #066; */
}
p.p_file_type_alert {
	margin-top: 14pt;
	margin-bottom: 14pt;
}
p.p_file_type_alert span {
		font-weight: bold;
}
.more_text { /* expanding text */
	line-height: 14pt;
}
.small_caps {
	font-size: 8pt;
	line-height: 14pt;
}
.no_break {
	white-space: nowrap;
}
.image_counter {
	font-size: 8pt;
	line-height: 14pt;
	color: #A3A3A3;
}
/**/





/* IMAGES =================================*/

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
img#img_flag_logo {
	margin-left: 20px;
	margin-top: 18px;
	width: 400px;
}
img#img_flag_vishay_logo {
	margin-right: 20px;
	margin-top: 18px;
}
img.img_space_below_5 {
	margin-bottom: 5px;
}
img.img_space_below_10 {
	margin-bottom: 10px;
}
img.img_space_below_15 {
	margin-bottom: 15px;
}
img.img_space_below_20 {
	margin-bottom: 20px;
}
img.img_space_below_25 {
	margin-bottom: 25px;
}
img.img_space_below_40 {
	margin-bottom: 40px;
}
.img_inset {
	float: right;
	margin-left: 10px;
}
p.show_logos {
	text-align: center;
	padding-bottom: 8px;
}
/**/





/* FORMS =================================*/

table#table_form, table#table_form_2 {
	background-image: url(../art/gold-gradient-lg.jpg);
	background-position: center center;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: ridge;
	border-right-style: none;
	border-bottom-style: ridge;
	border-left-style: none;
    font-weight: bold;
}
td.td_left_of_table_form, td.td_left_of_table_form_2 {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFF;
}
td.td_form_label, td.td_form_label_last, td.td_form_field, td.td_form_field_last {
	vertical-align: middle;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	white-space: nowrap;
}
tr.tr_form_hover {
	height: 40px;
}
td.td_form_label, td.td_form_label_last {
	text-align: right;
	font-size: 10px;
	color: #333;
}
td.td_form_label_last, td.td_form_field_last {
	border-bottom-width: 0px;
	border-bottom-style: none;
} 
td.td_form_field_last label {
	font-size: 8pt;
	line-height: 14pt;
}
#comment_form input.error, #comment_form_2 input.error { /* styles color of invalid comment form fields*/
	background-color: #FEC0C0;
} 
#comment_form input.valid, #comment_form_2 input.valid { /* styles color of valid comment form fields*/
	/* [disabled]background-color: #B6FFCB; */
} 
#comment_form label.error, #comment_form_2 label.error, .form_comment {
	font-size: 8pt;
	line-height: 14pt;
}
#comment_form label.error, #comment_form_2 label.error {
	color: #F00;
	padding-left: 5px;
}
* + html .hide_on_ie7 { /* IE7 Hack: hides the forms' "Delete..." button and associated text (on reply_g.html) */
	display:none;
}
.required {
	font-size: 13pt;
	font-weight: bold;
	color: #9B0002;
	vertical-align: -3pt;
}
.required_fields {
	font-weight: normal;
	margin-top: 5px;
}
#comment_form {
    font-weight: normal;
} 
#comment_form input.error, #comment_form_2 input.error { /* styles color of invalid form fields*/
    border: 2px solid  #9B0002;
} 
#comment_form select.error, #comment_form_2 select.error { /* styles color of invalid popup menus*/
    border: 2px solid  #9B0002;
} 
#comment_form input.valid, #comment_form_2 input.valid { /* styles color of valid form fields*/
    /* [disabled]background-color: #D4F0DC; */
} 
#comment_form label.error, #comment_form_2 label.error {
    font-size: 8pt;
    line-height: 14pt;
    color:  #9B0002;
    padding-left: 5px;
}
.partnumber {
    background-color: transparent;
    border: 0px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width:150px;
    cursor:default;
	pointer-events: none;
}
/**/





/* NO JAVASCRIPT MESSAGES =================================*/

p.p_no_java_message { /* show if javascript is disabled */
	display: block;
}
.js_enabled p.p_no_java_message { /* hide if javascript is enabled */
	display: none;
}
/**/
