/* CSS Document */
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.style1 A:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: blue;
	text-decoration: underline
}

.style1 A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: blue;
	text-decoration: underline
}

.style1 A:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: blue;
	text-decoration: underline
}

.style1 A:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: blue;
	text-decoration: none;
	cursor: hand;
}

.tab_box_white {
	background-image: url(Visual/Images/new_tab_white__r1_c2.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 000000;
	text-decoration: none
}

.tab_box_grey {
	background-image: url(Visual/Images/new_tab_grey__r1_c2.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 000000;
	text-decoration: none
}

.amy {
	background-color: CCCCCC;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 000000;
	text-decoration: none
}

.grimage {
	background-color: CCCCCC;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 000000;
	text-decoration: none
}

.thininputbox {
	BORDER-RIGHT: #cccccc 1px solid;
	BORDER-TOP: #cccccc 1px solid;
	FONT: 10px verdana;
	BORDER-LEFT: #cccccc 1px solid;
	BORDER-BOTTOM: #cccccc 1px solid;
	BACKGROUND-COLOR: #ffffff
}

.photogallery { /*CSS for TABLE containing a photo album*/
	
}

.photogallery img { /*CSS for images within an album*/
	border: none;
}

.photonavlinks { /*CSS for pagination DIV*/
	font: bold 14px Arial;
}

.photonavlinks a { /*CSS for each navigational link*/
	margin-right: 2px;
	margin-bottom: 0px;
	padding: 1px 5px;
	border: 1px solid gray;
	text-decoration: none;
	background-color: white;
}

.photonavlinks a.current {
	/*CSS for currently selected navigational link*/
	background-color: #FFFECC;
}

div.horizontalScroller {
	width: 496px;
	height: 103px;
	overflow-y: hidden;
	overflow-x: auto;
	white-space: nowrap;
}

div.horizontalScroller li {
	display: inline;
	list-style-type: none;
}

div.horizontalScroller,div.horizontalScroller * {
	margin: 0px;
	padding: 0px;
}

div.verticalScroller {
	height: 353px;
	width: 195px;
	overflow-x: hidden;
	overflow-y: auto;
	white-space: nowrap;
}

div.verticalScroller li {
	display: inline-block;
	list-style-type: none;
}

div.verticalScroller,div.verticalScroller * {
	/*margin: 0px 0px 0px 3px;
	padding: 0px;*/
}

.RIText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: ##000000;
}

.IMGLink {
	padding: 0px;
	margin: 0px;
}

#container {
	background-color: ##FFFFFF;
	/* width: 515px;
	margin: 15px auto;
	padding: 50px;*/
}

/* slider specific CSS */
.sliderGallery {
	/*background: url(images/productbrowser_background_20070622.jpg) no-repeat;*/
	overflow: hidden;
	position: relative;
	padding: 0px;
	height: 120px;
	width: 496px;
}

.sliderGallery UL {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
}

.sliderGallery UL LI {
	display: inline;
	padding: 0px;
	margin: -2px;
}

.slider {
	width: 496px;
	height: 24px;
	margin-top: 92px;
	margin-left: 0px;
	padding: 1px;
	position: relative;
	background: url(images/scroll2.png) no-repeat;
}

.handle {
	position: absolute;
	cursor: move;
	height: 22px;
	width: 181px;
	top: 2px;
	background: url(images/innerscroll2.png) no-repeat;
	z-index: 100;
}

.slider span {
	color: ##bbb;
	font-size: 80%;
	cursor: pointer;
	position: absolute;
	top: 3px;
}

.slider .slider-lbl1 {
	left: 50px;
}

.slider .slider-lbl2 {
	left: 107px;
}

.slider .slider-lbl3 {
	left: 156px;
}

.slider .slider-lbl4 {
	left: 280px;
}

.slider .slider-lbl5 {
	left: 455px;
}

/** New Family Page Styles. **/


.SubGroup {
	background-color: #ffffff;
	height: auto;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 1044px !important;
	width: 1058px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #990000;
}

.Group {
	width: 1044px !important;
	width: 1058px;
}

/** Sub Group Custom Tag **/
.SubGroupHeader {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
.vertArrow {
	float: right;
	margin-right: 5px;
}
.SubGroupTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: none;
	font-size: 16px;
	text-align: left;
	font-weight:bold;
	padding-bottom: 15px;
	width: 93%;
}

.SubGroupTitle h2 {
	margin: 0;
	font-size: 16px;
}

.SubGroupImage {
	float: left;
	margin-bottom: 5px;
	margin-right: 7px;
	padding-right: 0px !important;
	z-index: 10;
}
.SubGroupZoom {
	clear:both;
	width: 150px;
	text-align: center;
}
.Message {
	display: none;
	min-height: 27px;
	width: 100%;
	padding-top: 5px;
	text-align: center;
	overflow: visible;
}
.errorMessage {
	background-color: RGBA(256, 0, 0, .4);
	display: none;
	visiblity: hidden;
	text-align: center;
	min-height: 30px;
	width: 100%;
	overflow:visible;
	padding:2px;
}

.successMessage {
	background-color: RGBA(0, 256, 0, .4);
	display: none;
	visiblity: hidden;
	text-align: center;
	height: 30px;
	width: 100%;
	overflow:visible;
	padding:1px;
}

#imgoverlaycontainer{
	float:left;	
	display:inline-block;
	margin-left: 4px;
}

/** HotSpot Custom Tag **/
.FamilyPageHeader{
	border: 1px solid #999999;
	background-color: #ffffff;
	min-height: 425px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 1034px !important;
	width: 1058px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 3px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

.HotspotGroupTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size : 12px;
	color : #990000;
	text-decoration: none; font-size : 18px;
	text-align: left;
	padding-bottom: 0px;
	height: 10px;
	font-size: 12px;
	color: #990000; text-decoration : none;
	font-size: 18px;
}

.hotspclass{
margin-left:auto;
margin-right:auto;
}

#HotSpots{
	width: 189px;	
	margin-top:-15px;
	margin-right:auto;
	float:right;
}

.hotspot{
	height: 88px;
	width: 100%;
	padding-left: 10px;
}

#printFriendly{
	float:right;
	clear: both;
	padding-right: 25px;
}


.navbar {
      font-size: 10px;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      width: 1034px !important;
      width: 1058px;
      background-color: #FFFFFF;
      margin-right: auto;
      text-align: left;
      padding-left: 12px;
      padding-right: 12px;
      border:0;
}

/* QUICK VIEW TABLE SETUP */
.qvTable {
	width: 100%;
	border: 1px solid #600;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	padding: 5px;
}

.qvTable th{
	font-size: 11px;
	font-weight: normal;
	width: 120px;
}

.qvTableDoc {
	width: 100%;
	border: 1px solid #600;
	font-size: 11px;
	padding: 5px;
}

.qvTableDoc th {
	width: 10%;
}

.qvTableDoc .title {
	text-align: center;
	font-weight: bold;
}

.qvTableDoc .fileName {
	text-align: left;
	font-weight: normal;
}
/*** SubGroups ***/
.editContent {}

.noSGImage {
	width: 100%;
	padding: 0;
	margin-left: 15px;
} 

.editContent .SGBullet {
	padding-left: 10px;
}
/*** Floating image bullets ***/
.partNumber {font-weight:bold;font-size:12px; margin-bottom:0; font-family: Arial;}
.Captions {font-weight:normal;font-size:11px; margin-top:0;}
.appIdeaHeading {font-weight:bold;font-size:14px; font-family: Arial; margin-bottom:0;}
.Bulletstext {font-weight:bold; font-size:16px;}
.Bulletstext li {line-height: 23px;}

.MechanicsRedBullet {list-style-type: none; margin: 0; padding: 0;}
.MechanicsRedBullet li:before {position:absolute; left:0; content:"\25ba\00a0"; color: #9F3224; font-size: 16px;}
.MechanicsRedBullet li {padding-left: 20px;}

.MotioncontrolPurpleBullet {list-style-type: none; margin: 0; padding: 0;}
.MotioncontrolPurpleBullet li:before {position:absolute; left:0; content: "\25ba\00a0"; color: #8D89A4; font-size: 16px;}
.MotioncontrolPurpleBullet li {padding-left: 20px;}

.OpticsYellowBullet {list-style-type: none; margin: 0; padding: 0;}
.OpticsYellowBullet li:before {position:absolute; left:0; content: "\25ba\00a0"; color: #F6B436; font-size: 16px;}
.OpticsYellowBullet li {padding-left: 20px;}

.FiberBlueBullet {list-style-type: none; margin: 0; padding: 0;}
.FiberBlueBullet li:before {position:absolute; left:0; content: "\25ba\00a0"; color: #7D9BC0; font-size: 16px;}
.FiberBlueBullet li {padding-left: 20px;}

.SlightDesaturatedBlueArrow {list-style-type: none; margin: 0; padding: 0;}
.SlightDesaturatedBlueArrow li:before {position:absolute; left:0; content: "\25ba\00a0"; color: #719abb; font-size: 16px;}
.SlightDesaturatedBlueArrow li {padding-left: 20px;}

.LightGreenBullet {list-style-type: none; margin: 0; padding: 0;}
.LightGreenBullet li:before {position:absolute; left:0; content: "\25ba\00a0"; color: #5E7875; font-size: 16px;}
.LightGreenBullet li {padding-left: 20px;}

.LightanalysisBrownBullet {list-style-type: none; margin: 0; padding: 0;}
.LightanalysisBrownBullet li:before {position:absolute; left:0; content: "\25ba\00a0"; color: #756762; font-size: 16px;}
.LightanalysisBrownBullet li {padding-left: 20px;}

.ImagingRedBullet  {list-style-type: none; margin: 0; padding: 0;}
.ImagingRedBullet li:before {position:absolute; left:0; content: "\25ba\00a0"; color: #72253D; font-size: 16px;} 
.ImagingRedBullet li {padding-left: 20px;}

.ApplicationsGreenBullet  {list-style-type: none; margin: 0; padding: 0;}
.ApplicationsGreenBullet li:before {position:absolute; left:0; content: "\25ba\00a0"; color: #7D9D92; font-size: 16px;} 
.ApplicationsGreenBullet li {padding-left: 20px;}

.TablesBlueBullet  {list-style-type: none; margin: 0; padding: 0;}
.TablesBlueBullet li:before {position:absolute; left:0; content: "\25ba\00a0"; color: #00447A; font-size: 16px;}
.TablesBlueBullet li {padding-left: 20px;}

.newSGDiv { text-align:center; padding-top: 10px !important; }

.HSImageArea{
	float:left;
	position:relative;
}
.hstext{
	position:absolute;
	top: 2px;
	left: 9px;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	white-space: normal;
}

/*** TABS ON SG ***/
.sgTabs{
	width: 93%;
	padding-left: 35px;
	padding-right: 35px;
}

img{border:0;}

.productDetails {
	cursor: pointer;
}
.productDetailsSpace {
	padding-top: 5px ! important;
}

/*** Template CSS ***/
.container {
	width: 100%;
	float:left;
	padding: 0;
}

.leftContainer50 {
	width: 49%;
	float: left;
	margin-right: 2px;
}

.rightContainer50 {
	width: 49%;
	float: right;
	margin-left: 2px;
}

.spanText p {
	font-family: arial,helvetica,sans-serif;
}

sup, sub {
   vertical-align: baseline;
   position: relative;
   top: -0.4em;
}
sub { top: 0.4em; }

.form-control {
  display: block;
  width: 95%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 10px;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
label.callForPriceLabel {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.callForPriceModal {
	display:none;
	margin-top:10px;
}

.priceFormContainer {
	width:65%;float:left;
}

.priceFormSalesInfo {
	width:29%;float:right;
}

.redText {
	color: #a94442;
}

.applistpopup {
	display:none;
}

#pleaseWait{
	background-color: rgba(88,101,110, 0.7); 
	position: absolute;
    left: 0px;
    top: 0px;
    width:100%;
    height:105%;
    text-align:center;
    z-index: 1000;
    padding-top:35%;
}

.pleaseWaitInner{
	width:300px;
	height:85px;
    background-color: #fff;
    border:1px solid #000;
    padding-top:22px;
    
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

#SpecialRequestForm .captcha-image, #SpecialRequestForm .captcha-input, #SpecialRequestForm .captcha-note {
    margin-left: auto;
    margin-right: auto;
}

#CustomCannula .captcha-image, #CustomCannula .captcha-input, #CustomCannula .captcha-note {
    margin-left: auto;
}

/*** Workable CSS ***/
#workableJobs {
	border: 1px solid #ccc;
	margin-top: 25px;
	padding: 5px;
	background-color: #EBEBEB;
}
#workableJobs::Before {
	content: "Title Location Date";
	color: rgb(0,0,0);
	margin-left: 46px;
	padding-top: 20px;
	word-spacing: 262px;
	text-align: left;
}
.whr-title a {
	font-size: 14px;
	line-height: 1.1;
	float: left;
	width: 36%;
	font-weight: bold;
	}	
.whr-title a:hover:before{
	text-decoration: none;
	content: "Redirecting to Workable.com";
	color: #600;
	background-color: white;
	padding: 5px 5px;
	text-align: center;
  	border-radius: 4px;
  	border: 1 px solid;
  	box-shadow: 1px 3px 10px #888; 
	position: absolute;
  	margin-top: -22px;
	z-index: 98;
	font-size: 12px;
}
.whr-item {
	font-size: 14px;
	line-height: 1.1;
	list-style-type: none;
	display: inline-block;
	display: -moz-inline-box;
	display: inline; /* For IE7 */ 
	text-align: left;  
	}
.whr-info li {
	display: inline; 
	box-sizing: border-box;
	padding-right: 12%;
}
.whr-date span {
	display: none;
	}	
.whr-info .whr-date {
	margin-left: 28px;
	}
.whr-info .whr-dept {
	display: none;
}
.whr-info .whr-location {
	width: 46%;
	}
.whr-location span {
	display: none;
	}		
.whr-info .whr-code {
	display: none;
}

}

.text-white {
	color: #fff !important;
}