

/*
    schaeffler gruen:   #00893D;
    sehr dunkles grau:  #b9b9b9;  tabellenk&ouml;pfe
    etwas dunkler grau: #F1F5F8;  tabelle dunkle zeile
    mittelhelles grau:  #f4f4f4;  tabelle helle zeile

    
    
    
    ec_content grau:         #f4f4f4;   #F1F5F8 ist zu dunkel
    
    reiter hintergrund:      #F1F5F8;
    
    reiter textfarbe:        #666666;
    
    
    
                                      #003333
                                      #003333
                                      #008080
                                      #C6E5E8
                                      
    internet dunkles grau:   #666666;  
    internet mittleres grau: #AAAAAA;
    internet grau			 #636363;
    internet helles grau     #D9D9D9;
    internet navigationsgrau #E5E5E5;
    internet a visited       #6D6965
    
    14_01_2008 ina stylesheet
      link gr&uuml;n a color:#00893D;
      a color:#00E100;
      
    15_01_2008: abstimmung mit klaus zeilner
       link hover #7e0404;
    
    
        ein dunkles grau     #c0c0c0
        ein altes helles taubenschissgrau #ABCACD
    
    helles gruen : #33cc66;
    helleres gruen: #D3FED9
    
    
    
    helles grau: #EEEEEE
                 #f4f4f4
    
    
    
*/



a{ 
    text-decoration: none;
   }

.darkgrey_background { background-color: #F1F5F8; }
.color_black{ color: #000000; }
.color_white{ color: #ffffff; }
 
html
{
    height: 100%;
	width: 100%;
	/*
	min-width: 1200px;
	max-width: 1600px;
	*/
	margin: 0 auto;
	background-color: white;;
	


	/*'background: #666666 url(../images/hintergrund_internet_angepasst.gif) repeat;*/
	 

}

body {
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	color:#666A6C;
	font-family: 'Arial';
	  font-weight: 200;
	line-height: 1.5;
	  font-stretch: normal;
	font-size: 16px;/**/
	width: 100%;
	height: 100%; 
	min-height:1200px;
  }
  
 
  
  body#std-layout1_popup {

	background-position: 0 0;
	background-repeat: repeat-y;
	background-attachment: scroll;
	margin: 0px auto;
		width: 100%;
	height: 100%; 
	color:#666A6C;
}


.field {
  display: flex;
  flex-flow: column-reverse;
  margin-bottom: 5px;
  background-color: white;
    border: 1px solid #DEE4E7;
     
    border-bottom: none;
  
}

label {
  font-size: 14.4px;
  padding-left:4px;

	
}
/**
* Add a transition to the label and input.
* I'm not even sure that touch-action: manipulation works on
* inputs, but hey, it's new and cool and could remove the 
* pesky delay.
*/

.field label, .field input, .field select, .field textarea {
  transition: all 0.2s;
  touch-action: manipulation;
   font-size: 14.4px;
   color: #646464;
   text-align: left;
   background-color: transparent;
   
}




.field input, .field select, .field textarea {
  font-size: 14.4px;
  border: 0;
  
  border-bottom: 1px solid #646464;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0;
  padding-bottom:5px;
  cursor: text;
  
}


.field input, .field textarea{

  padding-left: 4px;
  padding-bottom:5px;

}

.field select{
  -webkit-appearance: menulist-button;
  cursor: pointer;
  padding-bottom:3px;
}

.field textarea{

	height:20px;
}



.field input:focus, .field select:focus, .field textarea:focus {
  outline: 0;
  border-bottom: 2px solid #00893d;

  padding-bottom:4px;
}

.field input:focus, .field textarea:focus {
  outline: 0;
  border-bottom: 2px solid #00893d;
  padding-left: 4px;
  padding-bottom:4px;
}

.field label {
 font-size: 12px;;
  letter-spacing: 0.05em;
 

}

.fieldheader{
	 font-size: 12px;;
	  color: #00893d;
	
}
/**
* Translate down and scale the label up to cover the placeholder,
* when following an input (with placeholder-shown support).
* Also make sure the label is only on one row, at max 2/3rds of the
* field—to make sure it scales properly and doesn't wrap.
*/
.field input:placeholder-shown + label, .field select:placeholder-shown + label, .field textarea:placeholder-shown + label {
  cursor: text;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(0, 1.2rem) scale(1.2);
}
/**
* By default, the placeholder should be transparent. Also, it should 
* inherit the transition.
*/
::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}
/**
* Show the placeholder when the input is focused.
*/
.field input:focus::-webkit-input-placeholder, .field select:focus::-webkit-input-placeholder, .field textarea:focus::-webkit-input-placeholder {
  opacity: 1;
}
/**
* When the element is focused, remove the label transform.
* Also, do this when the placeholder is _not_ shown, i.e. when 
* there's something in the input at all.
*/
.field input:not(:placeholder-shown) + label,
.field input:focus + label,
.field select:not(:placeholder-shown) + label,
.field select:focus + label,
.field textarea:not(:placeholder-shown) + label,
.field textarea:focus + label {
  transform: scale(1);
  color: #00893d;
	
}

input[type='checkbox']{
	-webkit-appearance: none;
	
	border: 1px solid #646464;
	margin-top:5px;
	padding: 10px;
	border-radius: 0px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-bottom:10px;
	margin-right:10px;
	font-size: 14.4px;
}


input[type=checkbox]:checked {
  background-color: #00893d;;
   padding:2px;

  color: #ffffff !important;
}

input[type=checkbox]:checked:after {
  background-color: #00893d;;
   font-family: 'Schaeffler-Icons' !important;
  content: "\e924";
  color: #ffffff !important;
}



input[type='RADIO']{
	-webkit-appearance: none;
	
	border: 1px solid #646464;
	margin-top:5px;
	padding: 9px;
	border-radius: 10px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-bottom:10px;
	margin-right:10px;
	font-size: 14.4px;
}


input[type=RADIO]:checked {
  background-color: white;
   padding:2px;
   padding-bottom:1px;
   padding-top:1px;

  color: #00893d !important;
}

input[type=RADIO]:checked:after {
  
   font-family: 'Schaeffler-Icons' !important;
  content: "\e979";
  color: #00893d !important;
}



.field option:checked {
font-weight: bold;
}


.imagebutton{
	border:none;
	background-color: transparent;
	margin-left: 5px;
	padding: 0;
	
	
}
.imagebutton:hover{
	background-color: rgba(0, 108, 39, 0.1);
	cursor: pointer; 
    cursor: hand;
    color: #00893d;

}






div.leftspacer { 
	float:left;
	width: 100%;

	min-height:100%;
	
	}

.top_header {
	display: none;
     font-size:13px;/**/
     color:#B3B3B3;
   
	 background-color:#666666;
     height: 20px;
	 padding-top: 0px;
     text-align: right;
     margin-left: 0px; /* standard margin left */
     width:100%;
	}

.title_header {
/* 	background-image: url(../images/background4.jpg); */
	background-size: cover;
	margin-left: 0px;
	width: 100%;	
/* 	background-color: #00893D; */
	height: 0px;
	
	

	}
	
	.title_header img, .title_header a {

	display:none;
	

	}
	
.fields_header{
	color:#000000;
	padding-top: 5px;
	padding-bottom: 5px;
  	width:750px;

}
.fields_header_spacer{
	margin-left:10px;
}
.top_header_spacer{
	padding-right: 10px;
}


.title_header_spacer{
 height: 100%;
}



.title_header_left_pic {
	
	font-size: 30px;/**/
	
	font-weight: bold;
	font-style: italic;
	
	float:left;
	margin-left: 10px;
	height: 100%;
	


	

}

.title_header_right_pic{
	float:right;
	margin-right: 10px;

}

a { 
	color: #00893D; 
}

a:hover {
   color: #7e0404;
  	z-index: 1;
}



div.clear_left{	clear:both; }

/* historienzeile */
.navigationrow{
   width: 78%;
   background-color: #DEE4E7;
   color: #000000;
   padding-bottom: 6px;
   padding-top: 6px;
   margin-top: 7px;
   margin-bottom: 4px;
   font-size: 14px;/**/
   font-weight: bold;
   text-align: left center;
   float:right;
   /*text-decoration: none;*/
}

.navigationrow a{
	
   color: inherit;
   padding-bottom: 4px;
   margin-left: 10px;
   margin-top: 7px;
   margin-bottom: 4px;
   font-size: 14px;/**/

   text-align: left center;
}


/* dicke unterstreichnung, aktuell f&uuml;r historienzeile */
.fat_underline
{
   border-bottom: 2px solid;
   border-color: #343434;
}

.content_titel
{
  font-size: 32px;/**/
  color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
}
.content_subtitel
{
  font-size: 16px;/**/
  color: #000000;
  margin-bottom: 5px;
  padding-top: 34px;
}

.trenner
{
   margin-top: 10px;
   margin-bottom: 10px;
}
.leftColumnHeaderMenu
{

	font-size: 11px;/**/
	color: #ffffff;
	padding-right: 5px;
	width: 20px;
}
.rightColumnHeaderMenu
{
	padding-right: 2px;

	font-size: 11px;/**/
	width: 145px;
}

.rightColumnHeaderMenu td{
	margin: 0px;
	padding: 0px;
}
.columnInputfieldsHeaderMenu
{
	
	font-size: 11px;/**/
	width: 115px;

}
.inputbuttonsHeaderMenu {
	
	padding: 0px;
	margin: 0px;
	width: 32px;
}
.inputfieldsHeaderMenu
{
	padding:0px;
	padding-left:2px;
	margin: 0px;
	margin-right: 10px;
	
	

	

	font-size: 11px;/**/
	width: 115px;
	height: 30px;
}
.cartfield
{

  font-size: 11px;/**/
  color: #999999;
  background-color: #dfdfdf;
  margin-left: 2px;
}

.header_field, .header_field a, .header_field a:hover
{

   font-size:16px;/**/
  
}
	
.ina_fag_picture
{
   align: right;
}

.schaeffler_gruppe_bild
{ 
 align: center;
 heigth: 50px;
}


.cart_header
{

   height: 68px;
   width: 100%;
   margin-left: 0px;
   margin-right:0px;
float:left;
   margin-bottom:5px;
   z-index:2;
     position: absolute;
     top:0;
     left:0;
   background-color: white;
 

     /*box-shadow: 0 0.5px 0.5px rgba(0, 0, 0, 0.175);*/
       box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px, rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;

}



.cart_image
{
  float: right;
  
 
  
  overflow: hidden;

  border-right-color: #FFFFFF;
  border-right-style: solid;
  border-right-width: 1px;
}
.cart_image img
{
  
 


  
  	margin-right:30px;

	 margin-top:25px;
  

}


.cart_menu
{
	
  float: right;
  margin-right:30px;
  height: 100%;
  
}

.cart_menu_table {
	margin-top: 2px;
	margin-right: 10px;
	height: 100%;
	vertical-align: center;
}


.menulinks{
	float:left;
	
	height:100%;
	 font-size:18px; 
	
	  margin-top: 25px;
  margin-left:30px;
	  
	 
}

.menulinks a{
color: none;
}

.content_left_horizontal_spacer
{

   border: 1px solid #DEE4E7;
   margin-top:5px;
   margin-bottom:5px;
  
}

/*- reiternavigation  --------------------------- */
.reiternavigation {
      margin-top: 0px;
      margin-bottom: 1px;
      padding:0px;
      font-size: 13px;/**/
      float: right;
      width: 78%;
      	background-color:#F4F8FA;
   		border-bottom: 2px solid #F1F5F8; 
      }
      
.reiternavigation a{

/* 	background: url(../images/grauer_balken_27.jpg) repeat left center; */
	display: block;
	float: left;
	color:gray;
	padding-top: 2px;
	padding-right: 9px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-top:1px;
	margin-bottom:0px;
	height: 27px;
	text-decoration: none;
	word-spacing: 0px;
	font-weight: bold;



	
/* 	min-width: 8.5%; */
/* 	text-align: center; */

}

.reiternavigation a:hover {
color: #00893D;;
}

.helper a, .helper a:hover {
	background:0;
	border:0;
	float: right;
	vertical-align:bottom;
	
}

.reiternavigation div.cleardivi{

	height: 27px;
	display: block;
}
.reiternavigation a span{
	padding-top: 5px;
	display: block;
}

.reiternavigation a.reiter_selected, .reiternavigation a.reiter_selected:hover {
	
/* 	border-bottom: 2px solid #00893D; */
/* 	border-left: 2px solid lightgray; */
/* 	border-right: 2px solid lightgray; */
color: white;;
background-color: #00893D; 
/* 	background: url(../images/gruener_balken_27.jpg) repeat-x left center;	 */
	
}



.reiternavigation a.reiter_not_available, .reiternavigation a.reiter_not_available:hover{
	color: lightgray;
}

.reiternavigation a.reiter_next{
	background-color: white;
	color: #00893D;
	padding-right:2px;
	padding-left:2px;
}

.reiternavigation div.weisser_balken{
	background-color: white;
	float: left;
	width: 1px;
	height: 27px;
}
/*  Ende div reiternavigation */


/* Reiter fuer die Infoteile */
.info_reiternavigation {
      margin-top: 5px;
      margin-bottom: 1px;
      padding:0px;
      font-size: 13px;/**/
      float: right;
      width: 78%;
/*       	background-color:#F4F8FA; */
/*    		border-bottom: 2px solid #F1F5F8;  */
/*    		border-top: 4px solid #DEE4E7; */
      }
      
.info_reiternavigation a, .info_reiternavigation a:hover {
	display: block;
	float: left;
	color:gray;
	padding-top: 2px;
	padding-right: 9px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:10px;
	height: 27px;
	text-decoration: none;
	word-spacing: 0px;
	font-weight: bold;
	border-bottom: 2px solid #A9B1B6;

}

.info_reiternavigation a span{
	padding-top: 5px;
	display: block;
}

.info_reiternavigation a.info_reiter_selected, .info_reiternavigation a.info_reiter_selected:hover {
	border-bottom: 2px solid #00893D;
}



/* div.weisser_balken{ */
/* 	background-color: #ffffff; */
/* /* 	background: url(../images/weisser_balken_27.jpg) left center; */ */
/* 	float: left; */
/* 	width: 1px; */
/* 	height: 20px; */
/* } */
/* ende reiter infoteile */

.main_content_spacer {
	margin-left: 0px;
	width: 100%;
}
.main_content
{
  /* muss so sein, weils sonst der explorer nicht damit zurecht kommt */
  
  
   width: 90%;
   min-width: 1000px;
   max-width: 1400px;
   margin: 0 auto;
}

.content_main{
	border-collapse: collapse;
	 background-color:white;
	 margin-top:100px;
	
}

.left_content_spacer {
	margin-left:10px;
}
.left_content
{
  /*background-color:#ffff33;*/
  text-align:left;
  display: block;
  margin-right: 1%;
  padding: 1%;
  float: left;
  width: 18%;
  border: 1px solid #DEE4E7;
  background-color: #F1F5F7;
  margin-top: 7px;

  
}


.left_content .ec_link_class
{
	margin-bottom:5px;
}

.menuarrow{
	color:#00893D;
	padding-right:10px;
}

.right_content_spacer {
	margin-left:10px;
}

.right_content
{
  background-color: white;
  float:left;
}

/* standarddiv f&uuml;r den content */
.ec_content
{
   display: block;
padding-right:10px;
    border-right: 2px solid #F1F5F7;;
    border-bottom: 2px solid #F1F5F7;;
   margin-top: 30px;
   float: right;
   width: 78%;
}

.ec_inner_content
{
	margin-top: 0px;
	padding-top:0px;
   padding-right: 10px;
   padding-left:  10px;
   padding-bottom: 10px;
}

/* standarddiv f&uuml;r den content */
.popup_content
{
	padding:10px;
	padding-left:0px;
	padding-top:20px;
	
   display: block;
   
    border-right: 2px solid #F1F5F7;;
    border-bottom: 2px solid #F1F5F7;;
   margin-top: 1px;
   float: left;
   width: 100%;
   
}

/* der trenner von linkem menu und content */
.trennbalken
{
  
  /*background:url(../images/trennbalken.jpg) repeat-y top;*/
  /*background-attachment: fixed;*/
  /*background-color: #222222;*/
  width: 8px;
  margin-right: 20px;
  float: left;
  height: 100%;
}

.error_div
{
/*    background-color: #eeeeee; */

   padding-left: 10px;
   padding-right: 10px;
   padding-bottom: 5px;
   padding-top: 10px;
}



/* die e_class menues auf der linken seite */
#tablehover a, #tablehover a div
{
   display: block;

   /*color:#666666; */
   color:#666A6C;;   /* wunsch von klaus zeilner */


   padding: 6px;
  
   /*padding-left: 10px;*/
    font-size:13px;;
  
}

td .ec_multi_class
{

 
  font-size:13px;;
  padding: 6px;
  font-weight: bold;

}


.multipage{padding-left:10px;}


/* eingerueckte auswahl links */
#tablehover table.multipage tr td a.ec_link_class div
{
 
  
   
}
#tablehover table.multipage tr td a.ec_link_class:hover div,
.left_content a.ec_link_class:hover .menuarrow
{
   color: #ffffff;
}

#tablehover a:hover, #tablehover a:hover div, td#ec_class_active.ec_class_menu_left
{


  /*padding-left: 10px;*/
  display: block;
  background-color:#00893D;
  color:#ffffff;
}




.second_header
{
	 clear: both;
}

.header_picture {
	height: 82px;
	width: 760px;
	margin: 0px;
	padding: 0px;
	float: left;
	padding-left: 0px;
	margin-left: 0px;
}
.basket_and_search
{
	float: right;
	width: 244px;
	height: 82px;
	background-color: #A3A3A3;
	margin: 0px;
	padding: 0px;
}
.input_gif
{
	margin: 0px;
	padding: 0px;
}
.warenkorb
{
 float: right;
 width: 180px;
 margin-top: 2px;
	background-color: #DCDCDC;
	margin-bottom: 5px;
}
.basket_pic
{
	float: right;
}

.basket_text
{
	float: left;
	font-size: 15px;/**/
}

.search_text
{
	color: White;
	float: left;
	padding-left: 20px;
	font-size: 15px;/**/
}

.input_1
{
	float: right;
	width: 240px;
	margin-bottom: 3px;
	padding-right: 4px;
}

form.right
{
    margin: 0px;
    padding: 0px;
	  float: right;
	  text-align: right;
}

form.medias_content
{
	margin: 0px;
	padding: 0px;
	clear:both;
}



.body_rest {
	clear: both;
}

.balken_left
{
 width: 6px;
	background-color:  transparent;
	float: left;
	height: 600px;
	margin: 0px;
	padding: 0px;
}

.main {
	background-color: White;
	width: 788px;
	height: 700px;
	float: left;
}

.left_side {
	background-color: White;
	height: 700px;
	width: 210px;
	float: left;
}


.green_delimiter
{
border-bottom-color: Green;
border-bottom-style: dashed;
border-bottom-width: thin;
margin-bottom: 10px;
margin-top: 10px;
 padding: 0px;
}

.top_spacer
{
	margin-top: 15px;
}

/* Unterkapitel der Beschreibungsteile(Merkmale, Konstr, Genauigkeit  */
.info_subtitel
{

  font-size: 15px;/**/
  background-color: #e1e1e1;
  padding-right: 10px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.missing_data
{
	text-align: center;
}

.zubehoerlink
{
	margin-top: 10px;
}

.AbschnittZusammenfassung{
	padding: 10px 0;
/* 	border: 1px solid #CDD3D6; */
	border-top: none;
	background-color: white;;
}

.AbschnittWeitereInformationen{
	padding: 5px 0;
	margin-top:25px;
	background-color: #DEE4E7;
}

.formelReihe{
	margin-left: 30px;
	margin-right: 30px;
	padding: 10px;

	background-color: lightgray;
}

/* linke marginalie im infoteil, enthaelt die titel der abschnitte */
td.standardWidthContentLeft
{
	width: 220px;
	text-align: right;
	vertical-align: top;
}
td.standardWidthContentLeftBottom
{
	width: 220px;
	text-align: right;
	vertical-align: bottom;
}


/* mittlere spalte im infoteil */
td.standardWidthContentCenterInfo
{
	/*background-color: yellow;*/
	width: 400px;
}

.zub_button, .zub_button a,  .zub_button a:hover
{
   color: #ffffff;
   background-color: #00893D;
   padding:0;
   padding-right: 5px;
}

.zub_button a img
{
   color: #227d41;
   background-color: #227d41;
   vertical-align: middle;
   margin-right: 10px;
   margin-left: 2px;
}

 .warenkorb_button, .warenkorb_button a
{
   background-color: #00893D;
}





ul.treelist_branch
{
  list-style-type: none;
   margin-left: 26px;
   margin-top: 0px;
   padding: 0px;
}
li.treelist_branch
{
   margin-left: 0px;
   padding: 0px;
}







td a.ec_link_class
{
   position: relative;
   font-weight: normal;
}
td a.ec_link_class span.tooltip, td.ec_class_menu_left a.ec_link_class span.tooltip
{
   display: none;
   text-decoration: none;
   pointer-events: none;
}

td a.ec_link_class:hover span.tooltip, td.ec_class_menu_left a.ec_link_class:hover span.tooltip 
{
  display: block;
  position: absolute;
  top: 0px;
  left: 100%;;
  width: 200px;
  z-index: 10;
  color:#666A6C;

  padding: 5px;
  background:  #E4E4E4;

  text-align: left;
}

ul.info_index
{
   margin-left: 15px;
   padding-left: 0px;
}
td.infoteil_untertitel
{
   font-size: 18px;/**/
   font-weight:bold;
}
td.standardWidthContentRightInfo
{
	vertical-align:bottom;
}

div.KAPITEL1 {
	font-size:21px;/**/
	font-weight: bold;
	margin-top: 10px;
	margin-left: 5px;
}
.KAPITEL1_subtitel {
	font-size:18px;/**/
	font-weight: bold;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
}

.infotitel_ebene_1
{
  
  font: 16px Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

p.infotitel_ebene_2
{
  
  font: 14px Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

p.infotitel_ebene_3
{
  
  font: 12px Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
p.infotitel_ebene_3_rot
{
  
  color: #7e0404;
  font: 12px Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
p.achtungtext_rot
{
  /*
    email tuens 9.7 kein rot mehr
  color: #7e0404;
  font: 12px Arial, Helvetica, Sans-Serif;
  font-weight: bold;*/
  margin-top: 0px;
  margin-bottom: 3px;
}

p.infotitel_ebene_4
{
  margin-top: 0px;
  font: 12px Arial, Helvetica, Sans-Serif;
}
p.infoteil {
   margin-top: 0px;
   margin-bottom: 3px;
}

th.cals p
{
   margin: 1px;
}
ul.unterliste
{
   list-style-image: url(../images/minus01.gif);
   margin-left: 15px;
   padding-left: 0px;
}

td.schmierresulttopheader, td.schmierresulttopheader h4
{
	background-color: #00893D;
	color: #ffffff;
	font-size: 17px;/**/
}
td.schmierresultheader, td.schmierresultheader h4
{
	background-color: #b9b9b9;
	color: ffffff;
	font-size: 17px;/**/
}
td.result_1_1, td.result_1_2
{
   background-color: #F1F5F8;
	 color: #000000;
	 font-size: 17px;/**/
	 font-weight: bold;
}
td.result_2_1, td.result_2_2, td.result_3
{
   background-color: #f4f4f4;
	 color: #000000;
	 font-size: 17px;/**/
}
.formbutton
{
   background-color: #00893D;
   color: #FFFFFF;
   font-weight: bold;
}


.product_title_picture, .baureihe_title_picture{
	padding-top: 5px;
	padding-left: 3px;
	vertical-align: top;
	width: 80px;
}


/* die anzeige der suche */
div.searchresulttitel{
	margin-top: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
}
div.searchresult {
	display: block;
   	background-color: #FFFFFF;
   	margin-top: 1px;
   	float: left;
	width: 78%;
}

table.searchresultTreffer tr td {
	padding-top: 10px;
	padding-bottom: 10px;
}
table.searchresultTreffer tr td.trefferText {
	padding-left: 10px;
	padding-right: 10px;
}
table.searchresultTreffer tr td.ber {
	padding-left: 0px;
	padding-right: 5px;
}
table.searchresultTreffer tr td.CAD {
	padding-left: 5px;
	padding-right: 5px;
}
table.searchresultTreffer tr td.order {
	padding-left: 5px;
	padding-right: 10px;
}
div.searchresult p.text {
	margin: 0; 
	padding-left: 20px;
}
td.trefferText span.red {
	color: #7e0404;
}
/*ende anzeige suche */

/* darstellung der hauptabmessungsabelle */
.hauptAbmTab span{
	font-weight: bold;
}
.product_picto_row{
	padding-bottom: 8px;
	}
/* ende der hauptabmessungstabelle*/

.lexikon {

}

div.lexikon {

}
.lexikon #active{
	background-color: #c4c4c4;
}
.lexikon_navigation{
		margin-top: 10px;
}
.lexikon_navigation span {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 17px;/**/
	
}

/* anwendungsbeispiele */
.awb_homebutton{
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

.x_life {
	padding-left: 20px;
	padding-bottom: 30px;
}
img.formel {
   padding-top: 5px;
   padding-bottom: 5px;
   text-align: left;
}
img.inline {
   padding-top: 0px;
   padding-bottom: 0px;
   text-align: left;
   vertical-align: middle;
}

.legendeneintrag {
   font-size: 14px;/**/
   line-height: 120%;
}

.legendeneintrag sub {
   vertical-align: -3px;
}

ul.none {
	list-style: none;
	margin: 0;
	padding: 0;
}

table#eclassHeader {
	background-color: #F4F8FA; 
/* 	border: 1px solid #CDD3D6; */
	/*width: 78%;*/
}

div#eclassHeaderTitle {
	
	padding-left: 10px; 
	padding-right: 10px;
}

td#eclassHeaderHersteller {
	padding-top: 29px; 
	padding-bottom: 5px; 
	padding-right: 10px;
}

div#eclassHeaderText {

	padding-left: 10px; 
	padding-right: 50px;
}

div#eclassHeaderPictos {
	
	padding-left: 10px; 
	padding-right: 10px; 
	padding-top: 5px; 
	padding-bottom: 5px;
}

#eclassHeaderPictos img{
		
		
		margin-right:5px;
}

div#eclassMain {
	padding-left: 10px; 
	padding-right: 10px;  
	padding-bottom: 10px;
}

div#eclassMainOtherTree {
	padding-bottom: 6px;
}

td.eclassPad {
	padding: 3px;
}

a.series {
	display: block;
}

td.seriesSub {
	padding-left: 30px;
}

div.hidden {
	color: #b9b9b9;
}

li.table, li.plus, li.minus {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;

}


li.table table{margin-top:5px;}

li.table a, li.plus a, li.minus a{
	padding: 5px;

	color: gray;; 

	background-size: 26px 26px;
}

li.table b, li.plus b, li.minus b{
	margin-left:15px;
}


li a.hidden b {
	color: #b9b9b9;
}

li a.focus b {
	color: #00893D;;
	text-decoration: underline;
}


li a.none,li a.hidden,li a.focus {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
	height: 9pt;
}

li.table a.none, li.table a.hidden, li.table a.focus {
	padding-left: 15px;
}

li.minus a.hidden {
/* 	background-image: url(../images/buttons/minus.gif); */
	

}

li.minus a.focus, li.minus a.none {
	background-image: url(../images/buttons/minus.gif);
	
}

li.plus a.hidden {
/* 	background-image: url(../images//buttons/plus.gif); */
}

li.plus a.focus, li.plus a.none {
	background-image: url(../images/buttons/plus.gif);
}

li.table a.hidden {
/* 	background-image: url(../images/buttons/table.gif); */
}

li.table a.focus, li.table a.none {
	background-image: url(../images/buttons/table.png);
}

span.highlight {
	background-color: #00893D;
	color: #FFFFFF;
}

a.bold {
	font-weight: bold;
}

.search_input {
	padding-top: 10px;
}

input[type="text"].search_input_field {
	
	padding:0px;

	font-size: 17px;/**/
	font-weight: bold;
	width: 300px;
	height: 26px;
}


.multiNaviRow {
	clear: both; 
	padding: 10px;
}
.multiNaviRow a {
	padding-left: 5px;
	padding-right: 5px;
}
.multiNaviRow a:hover, a#selectedPage {
	background-color: #F1F5F8;
}

#lastProducts {
	background-color: #ffffff;
	border: none;
	font-size: 14px;/**/
	bottom: 0;
	left:0;
	position: fixed;
	overflow: hidden;
	width: 200px;
}
#lastProducts ul#header {
	padding:10px;
	padding-left: 40px;


	margin: 0;
	line-height: 22px;
	background-color: #00893D;
	list-style-image: url(../images//buttons/eclass_baureihe_auf_weiss.gif);
}
#lastProducts ul#header li{
	font-size: 14px;/**/
	line-height: 22px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
}

#lastProducts ul#list li{
	font-size: 14px;/**/
	line-height: 22px;
	padding: 0;
	margin: 0;
}

#lastProducts ul#list li a {
	font-size: 14px;/**/
	line-height: 22px;
	padding: 0;
	margin: 0;
}
#lastProducts ul#list {
	overflow: hidden;
	padding-top: 0px;
	padding-left: 40px;
	padding-bottom: 32px;
	padding-right: 0px;
	margin: 0;
	height: auto;
	line-height: 22px;
	list-style-type: square;
	display: none;
}
#lastProducts:hover ul#list {
	display: block;
}

UL.PAGEINDEX {
	margin-top: 10px;
	

	font-weight: bold;
	width:100%;
font-size:20px;
	
}

UL.PAGEINDEX LI{
	margin-top: 0px;
	
padding:0px;
width:45%;
float:left;
	font-weight: bold;


	
}


.PAGEINDEX_MODERN{
margin:5px;

}
.PAGEINDEX_MODERN a{
color:#00893D;;
font-size: 14px;

}


#auslauftype_bs2 {
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

#anderes{
	float: left; 
	width: 100%; 
	color: #227d41;
	padding-bottom: 10px;
}

#anderes:hover{
	cursor: pointer; 
    cursor: hand;
}


.homeimage{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}


/* Medias Design new class */
.buttonimage{
	height: 30px;
	border: 2px solid white;
	margin-right:10px;
}

/* Medias Design added style class already exists*/
.sjjuchesmall{
	padding:0px;

/* 	border: none; */

	font-size: 11px;/**/
	width: 100%;
	height: 30px;
}


.tablerotate{
  transform-origin: 0 50%;
  transform: rotate(-90deg); 
  white-space: nowrap; 
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.menubutton{

		display: none;
		
		}
		
		.footer{
		 padding:0;
		  margin:0;
		  height:50px;
		  padding-top:5px;
		width: 80%;
		  
		   
		     color: #404547;
		      background-color: #E8EEF1;
		}
		
		.footerschaeffler{
			margin-right:10px;
			float:right
		}
		
		.footercontent{
			width: 90%;
			padding-bottom:50px;
			padding-top:50px;
			max-width: 1400px;
		}
		.footer a{
		
		     color: #404547;
		     	 padding:10px; 
		

		  
		 
		     
		}
		
		.footer a:hover{
		
		   
		     background-color: white;
		 padding:10px;
		 
		     
		}

		
h1{
  line-height: 30px; 
}







/*

Schaeffler Table Colors:

TH: #DEE4E7
TD1: #F4F8FA
TD2: #FFFFFF
Border: #CDD3D6

  schaeffler gruen:   #00893D;

*/




.moderntable{
/* 	box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
	border: 2px solid #DEE4E7;
	 border-spacing: 0;
	 margin-bottom: 25px;
	  border-collapse: collapse;
	  width:100%;
}

.moderntable th {
 	background-color: #DEE4E7;
	
 	padding:10px;
 	color: gray;

}

tr.resultHead td{
		background-color: #DEE4E7;
 
 	padding:10px;
 	color: gray;
}


.moderntable.noborder{
	border:none;
}

.moderntable.noborder th {
	border: none;
}

.moderntable.noborder td {
	border: none;
}

.moderntable.top tr {
	vertical-align: top;
} 

.moderntable tr {
	 background-color: #F4F8FA;
}

.moderntable td {

 	padding:10px;


}



.moderntable tr:nth-child(odd) {
    background-color: #FFFFFF;
}



.moderntable.hover tr:not(.modernhead):hover{ background-color: #227d41; color:white;}


.moderntable.hover tr:not(.modernhead):hover, .moderntable.hover tr:not(.modernhead):hover a,
.moderntable.hover tr:not(.modernhead) a:hover{
	color:white;
}


.tableheadbackground{
	background-color: #DEE4E7;
	color:gray;

}

.überschriftheader{ 
	
	 margin-bottom: 60px;
/* 	 background-color: #F4F8FA; */
	background-color: #DEE4E7;
	 padding: 10px;
	 padding-bottom: 15px;
	 padding-top: 0px;
/* 	 border: 1px solid #CDD3D6; */
/* 	 background-image: url("http://p01089458/medias-test/images/überschriftbackground.png"); */
	 min-height:100px;
	 color:#888;
	 font-weight: 100;

/* 	 background-repeat: no-repeat; */
/* 	 background-size: cover; */
	
/* 	background-image: linear-gradient(white, #F4F8FA); */

}

.popup_content .überschriftheader{ 
	 margin-bottom: 30px;
	 min-height:50px;
}


table.baureiheheader
{
   margin-bottom: 80px;
}



.überschriftheader .headname
{
    padding: 0px;
  margin: 0px;
  line-height: 150%; /* wegen zeilenumbrueche noetig */
  color: #666;
  font-size: 30px;

 
 
 
}

.überschriftheader .headdescription
{
  padding: 0px;
  margin: 0px;
  line-height: 110%; /* wegen zeilenumbrueche noetig */
  font-size: 25px;

  font-weight: 100;
  margin-bottom:20px;
}


.überschriftheader .headinformation
{
  padding: 0px;
  margin: 0px;
  line-height: 110%; /* wegen zeilenumbrueche noetig */
  font-size: 15px;

  font-weight: 100;
  margin-bottom:20px;
}


.imageborder{
	border: 1px solid #DEE4E7;
}


.windowclose{
	color: gray;
    font-size: 25px;
    vertical-align:middle;
    margin-right:5px;  
    text-align:right;
    width: auto;
}

.windowclose i{
	color: gray;
    font-size: 18px;
    text-decoration: underline;
    
}

.modernbutton{
	background-color: #00893D;
	color:white;
	border:3px solid #00893D;
	height: 36px;
	padding-left: 10px;
	padding-right:10px;
	text-align: center;
 	border-radius: 3px;
	font-size: 14px;
    font-weight: bold;
    margin-left:5px;
}


.modernbutton tr{
	vertical-align: middle;

}

table.modernbutton{
	max-height: 30px;


	margin:0;
	border-spacing: 0;
}

table.modernbutton td{
	margin:0;
	padding:0;
	border-spacing: 0;
}

table.modernbutton img{
	padding-right: 10px;
}

table.modernbutton td, table.modernbutton tr, table.modernbutton tbody {

	padding:0;
	margin:0;
	border-spacing: 0;
}



.modernbutton:hover{
	border:3px solid #006C27;
	background-color: #006C27;
		cursor: pointer; 
    cursor: hand;
}

.clickable:hover{
	cursor: pointer; 
    cursor: hand;
}



.searchheader{
	background-color: #DEE4E7;
	width: 100%;
}


.searchshortcuts{
	background-color: #DEE4E7;
	margin-bottom:10px;
	text-align:center;
	font-size: 18px;
	width: 100%;
	padding: 10px;

}



 .tableofcontents ul{
	margin:0;
 }
 
 .totopbutton{
 	position:fixed;
	bottom:0;
	right:0;
	padding: 20px;
 }
 

 .tableofcontents{
 
 background-color: #DEE4E7;;
 padding:10px;
 }
 
  .tableofcontents ul {
    font-weight: bold;
  

}
 

@media only screen and (min-width: 1515px) {
    .tableofcontents{
	    position:fixed;
	    
		float:right;
		top:89px;
		right:0;
		color:white;
		background-color: #636162; 
		padding:20px;
		
    }
    .tableofcontents a{
	   
		color:#e5e5e5;
	
	
		
		
    }
     .tableofcontents li.PAGEINDEX_MODERN{
 		padding-bottom: 0px;
 	}
}


table.CALS{
	border: 1px solid #CDD3D6;
	border-spacing: 0;
}

thead.CALS th{
	border: 1px solid #CDD3D6;
	background-color: #DEE4E7;
	
}

tbody.CALS td{
	border: 1px solid #CDD3D6;
	background-color: white;
}


.formula{
	background-color: #DEE4E7;
	padding-top: 8px;
	padding-left: 5px;
	padding-bottom: 10px;
}


.imgtextbutton{
	background-color: #00893D;
	color:white;
}

/* Frequency Calculation */


.fc-logo {
	position: relative;
	margin: 0 auto;
	width: 127px;
	height: 103px;
	background: url("../images/WLZ_calc.gif");
}

@import "compass/css3";



input[type=text]:focus, textarea:focus, select:focus, input:focus {

   border-bottom: 2px solid #00893D;
   outline:none;

}


.sidenav {
	
    height: auto;
  
    margin-top: 90px;
    width: 20%;
    min-width: 200px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: white;
    padding-bottom: 150px;
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow-x: hidden;
    transition: 0.5s;
   
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;

    display: block;
    transition: 0.3s;
}


.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


.sidenav td a.ec_link_class:hover span.tooltip, .sidenav td.ec_class_menu_left a.ec_link_class:hover span.tooltip 
{
 
  top: 50px;
 
}

::-webkit-scrollbar {
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
   background: #eee;
   
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #636162; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #636162; 
}

.sidenav .ec_multi_class{
	margin:0;
	padding-left:10px;
	font-size: 16px;
}

.sidenav #tablehover a:hover, .sidenav #tablehover a:hover div, .sidenav td#ec_class_active.ec_class_menu_left
{


  /*padding-left: 10px;*/

  background-color:#F4F8FA;
	color: inherit;
}


.sidenav .multipage{
	margin:0;
	padding:0;
}

.sidenav .multipage{
	margin:0;
	padding:0;
}
.sidenav .ec_link_class{
	margin:0;
	padding:0px;
	
}

.sidenav .menupadding{padding:10px;}
.menupadding{padding:0;}


.sidenav td a.ec_link_class:hover span.tooltip
{

  top: 50px;
  left: 0;;
  width: 20%;
  min-width: 190px;
  

}

#shortcut{
	background-color: #F4F8FA;
	padding: 5px;
}




 tr.resultActive td.bgActive{
	background-color: white;
}

 tr.resultActive{
	cursor: pointer; 
    cursor: hand;
	
}
 tr.resultActive td{
	background-color: #00893D;
	color:white;
	
}

.message{
	width:100%;
}

.messageLeft{
	font-weight: bold;
}

.searchFlagActive{
	font-weight: bold;
	margin-bottom:5px;
}

.messageMiddle{
	color:red;
}


.delimiter {
    display: inline;
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    color:#999999;
}

.multiPageNavi{
	margin-top:10px;
	margin-bottom:40px;
}

.currentPage{
	font-weight: bold;
	color:gray;
}

.bottomButtonLineLeft{
	padding-bottom:5px;
}

div#scrollbar940{

float: left;



overflow: auto;
width: 100%;

border: 2px solid #DEE4E7;
}

div#scrollbar940 table{
	width:100%;
	border:none;
	
	
}

.moderntable .detailRow .spacerWhite{
	 visibility: hidden;
}






.detailOuterBorder{
	width: 100%;

}

.spacerWhite{
	height:20px;
}



.detailImage{
	padding-left:10px;
	align-content: right;
	float: right;
}



.modernhead td{
	background-color: #DEE4E7;
	font-weight: bold;
}



.modernhead{
	background-color: #DEE4E7;
}

.detailButtonLineLeft{
background-color: #00893D;
font-weight: bold;

}
.detailButtonLineLeft a{

color:white;
}

table.bottomButtonLine{
	margin-top:20px;
float:right;
}






#scrollbar485 img{
border: 1px solid #DEE4E7;
max-height:400px;
vertical-align:top;
margin-bottom:8px;
margin-right:5px

}

.ownTable .detailRow{
	vertical-align: top;
}

.detailOuterBorder50percent{
	width: 50%;
}

td.modernhead{
	font-weight: bold;
}

td.resultHead, td.resultHeadDetail{
	font-weight: bold;
}

td.resultHead:hover{
	cursor: pointer; 
    cursor: hand;
}


.searchNavi{

}

.searchFlagActive{
	background-color: #00893D;
	color:white;
	padding:10px;
	
}

.searchFlagRight{
	
	padding:10px;
	font-weight: bold;
	
}
/* Mobile Optimierung */


@media only screen and (max-width: 1050px) {
	
	
	.cart_menu_table{width:auto; }
	
	.cart_content{
	
	  width: 100%;

	}
	
	
	.sidenav {display:none;}

	
	.main_content{
	
	  	width: 99%;
   		min-width: 300px;
   		padding:0px;
   		margin:auto;
   	
	}
    
    .left_content{
    display:none;
    }
    
    .ec_content{
 
    width:98%;

    
    border: none;
    }
    
      
    .ec_inner_content{
	    min-width: 300px;
	    width:100%;
	    padding:0px;;
    }
    
    .moderntable{
	    width:100%;
	    overflow: scroll;
    }
    
    
    .popup_content
{
	padding:0px;

	padding-top:20px;
	

   
    border-right: none;
    border-bottom: none;
   margin-top: 1px;

   width: 100%;
   
}
    
    
/*     Footer */


    .footer{
    	width: 100%;
    	height: auto;
    	text-align: center;
    	
    }
    
    .footercontent{
    	width: 100%;
    	padding-top:20px;
    }
    
    
    
 
    
    .fields_header, .fields_header_spacer, .fields_header_spacer nobr{
    width: 100%;
    }
    
    .header_field{
    display: block;
    margin-top:10px;
    }
    
    .footerschaeffler{
    
    }
    
   table{max-width:100%; }
    
    td{
    	display: block;
    	text-align: left;
    	
   
   
    }
    
    .pbimages{width:100%; content-align:center}
    
     .pbimages img{max-width:250px; max-height:250px;}
    
  
    

    


    #infopart td, .tableofcontents {text-align: left;}
    
    
     
    #infopart .standardWidthContentCenterInfo img{
    max-width:250px;;
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
    
/*     #infopart td.standardWidthContentRightInfo[width='128']{ */
/*     display:none; */
/*     } */
    
    .moderntable td{
    	display: table-cell;
    }
    
    .medias_content td{
    display: table-cell;
    }
    
    .leftimage td{ display: table-cell;}
    
    #eclassHeaderHersteller td{
    display: table-cell;
    }
    
    #dbsearchform td{
        content-align: center;
         text-align: center;
       
    }
    
   .searchshortcuts{
   margin-left: -10px;
   margin-top:30px;
   }
    
    .CALS td{
    display: table-cell;
    }
    
    .ec_class_menu_left td, .menupadding td{
    display: table-cell;
    }
    
    .sidenav td{
     display: table-cell;
     text-align: left;
    }
    
     .sidenav table{
      width: auto;
     }
     
     .sidenav{   transition: 0.3s;}
    
    
/*     Header */

.rightColumnHeaderMenu{
	width: auto;
	padding-left:20px;
}


.leftColumnHeaderMenu{
	width: 0px;
	padding: 0px;

}

.inputfieldsHeaderMenu{
	margin:0px;
}




.cart_menu{
	float: none;
	content-align: center;
	margin: 0 auto;
}
    
     .cart_header{
      height: auto;;
      content-align: center;
    }
    
    .menulinks{
    float: right;
    margin-top:14px;
    margin-right: 25px;
    padding-bottom:14px;
    
    content-align:center;
    text-align:center
    }
    
    
    
    #cartheadfield{
    	display:none
    }
    
    
    #searchheadfield{
    	display:none
    }
    
    .cart_image{
width:100%;
    text-align: center;
 
       padding-bottom:14px;

        border-bottom: 1px solid #DEE4E7;
    }
    
  	.cart_image img{
		margin:0;
		margin-top:25px;
    }
    
    .content_main{ margin-top:180px;}
    
    
    .cart_menu_table{
    	height:60px;
    	margin: 0 auto;
    	padding-bottom:10px;
    
    	
    }
   
    
    .cart_header td{
      display: table-cell;
    }
    
    
    
   
    
    
    
    .reiternavigation{
    	width:98%;

    	text-align: center; 	
    }
    
    .reiternavigation a{
    	min-width:120px;;
 
    	
    

    

 
    }
    
    .navigationrow{
    	width:98%;
    }
    
/*     Infoparts */

#infopart table{width:100%;}

td.standardWidthContentLeftBottom{
	margin-bottom:-50px;
	background-color: #F4F8FA;	
		width: 100%;
	word-break: break-word;
}




td.standardWidthContentCenterInfo
{
	/*background-color: yellow; */
	width: 100%;
	word-break: break-word;
}


	.standardSpacer{
		height:25px;
		width: 100%;
	}
	

td.standardWidthContentRightInfo{
	margin:none;
	height:0px;
	width:100%;
}


td.standardWidthContentLeft{
		width: 100%;
	word-break: break-word;
	text-align:left;
	margin-top:20px;
	
}


td.standardWidthContentLeft img{
	float:left;
	
	
}

p.infoteil{
		width: 100%;
	word-break: break-word;
}

/* Heating and Frequency Calculation */



.fc-wrapper{

    min-width: 1000px;
}

.fc-wrapper td{

        display: table-cell;
}


.interchangelogo{
	display: none;
}

#shortcut{
	display:none;
}

.bottomButtonLine{
	width:100%;
}






td.bottomButtonLineRight{
	width:100%;
}

.detailpage{
	width:100%;

}



.detailpage td{
	width:100%;
}

.detailpage tr{
	width:100%;
}

.detailImage{
	padding-left:10px;
	align-content: right;
	float: left;
}
  
.responsivebutton{
	
	width:100%;
	margin-bottom:5px;
}  


table .unimportant{
	
	display:none;

	
}
/*
table .modernbutton{
	
	width:100%;
	margin-bottom:5px;
	
}
*/

.scrollresult{
	width: 98vw;
	overflow: auto;;
}

div#scrollbar940{
	width:98vw;
	padding:0;
	margin:0;
}

#scrollbar485 img{
	max-width:100%;
}

.searchBox td{
	width:90%;
}

.modernbutton{
   margin-left:0px;
}

}




