body { /*background-color: #bb8000; */ font-size: 100%; font-family:Open Sans, Arial, Helvetica, sans-serif;}

h1 { text-align: center; font-weight: bold; font-size: 2.0em; }

.gnheader {
   

}

.gnheader_lefticon {
  float:left;
  vertical-align:middle;
}
.gnheader_centertitle {
   float:center;
}

a:link { color: blue; text-decoration: none; font-size: 1.25em; } 
a:visited { color: #00008b; text-decoration: none; } 
a:active { color: blue; text-decoration: none; } 
a:hover { color: green; text-decoration: underline; }

table { border-collapse: collapse; }
td { font-size: 1.25em; }
.striped tr:nth-child(even) {background-color: #f2f2f2;} 
.striped .gndivtableRow:nth-child(even) {background-color: #f2f2f2;} 

.gnbackground {  /*background-image: url("images/gold.jpg"); background-color:#f1c002;*/ }

.gntoolbar { background-color: #bbbbbb; }

ul.gnlist_toolbar { 
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #bbbbbb;
}

li.gnlistitem_toolbuttonround {
    float: left;
    margin-right:1px;
    
    
    border: 1px solid black; 
    background-color: white; 
    vertical-align: middle; 
    border-radius: 10px; 
    padding: 5px;    
    margin-right: 5px;
    margin-left: 5px;
}

li.gnlistitem_toolbuttonflat {
    float: left;
    vertical-align: middle; 
    padding: 5px;
    margin-right: 5px;
    margin-left: 5px;
}

li.gnlistitem_toolbuttonround a {
    display: block;
   
    text-align: center;
    vertical-align: middle; 
}

li.gnlistitem_toolbuttonroundactive {
    color: #4CAF50;
}

li.gnlistitem_toolbuttonflatactive {
    background-color: white;
}
li.gnlistitem_floatright {
    float:right
}

li.gnlistitem_separatorright {
   border-right: 1px solid #666666; 
}

.gnbutton { margin-right: 1px; border: 1px solid black; background-color: #FFF200; min-height: 90px; vertical-align: middle; display: table-cell; border-radius: 10px; padding: 5px;}

.gnbutton:hover { -moz-box-shadow: 0 0 10px #ccc; -webkit-box-shadow: 0 0 10px #ccc; box-shadow: 0 0 10px aaa; }

.gntoolbuttonrow { line-height: 2.0; }

.gntoolbutton { border: 1px solid black; background-color: white; vertical-align: middle; display: table-cell; border-radius: 10px; padding: 5px; }

.gncontact { background-color: #bbbbbb; }

.gncenterblock { text-align: center; margin:0px auto; margin-left: auto; margin-right: auto; }

.gnproductimage { background-color: white; border: 1px solid black; border-radius: 10px; padding: 5px; width: 250px; min-width: 250px; }

.gnproductimage:hover { -moz-box-shadow: 0 0 10px #ccc; -webkit-box-shadow: 0 0 10px #ccc; box-shadow: 0 0 10px aaa; }

.gnnews { vertical-align: middle; display: block;  padding: 5px;  margin-bottom: 50px; min-height: 90px; max-width: 300px;
background: #f5f5f5;
border: 1px solid #DDD;
box-shadow: 6px 6px 0px rgba(0,0,0, .2);
font-size: 0.8em;

    /*background-color: #8cff80;
    border: 1px solid #3dcf2d;
    border-radius: 4px ;*/
}

.gnnote { 
    vertical-align: middle; 
    display: block;  
    padding: 5px;  
    font-weight: bold;
    color: black;
    margin-bottom: 0px; margin-left: 200px; 
    min-height: 90px; 
    max-width: 300px;
    background: white; /*#f4c842;*/
    border: 8px solid blue;
    box-shadow: 6px 6px 0px rgba(0,0,0, .2);
    border-radius: 4px; 
    CSS-moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.gnnotetext {
    color: red;
    font-size: 1.2em;
    font-family: "Times New Roman", Times, serif;
}

pre.gnusage {
    #background-color: green;
    font-size: 0.85em;
}

.gnproductinfo { 
vertical-align: middle; display: block;  padding: 20px;
color: black;
background-color:  #fff200;
border: 1px solid #fff;
box-shadow: 6px 6px 0px rgba(0,0,0, .2);

}

.gnmailh {
    display: none;
}


.gntable-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}

.gntable-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.gntable-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}

.gnsale {
  font-size: 0.8em;
  font-family: "Arial Narrow", Arial, "Helvetica Condensed", Helvetica;
}

ul.gnproducts li {
    width: 200px;
    display: inline-block;
    vertical-align: top;
}
.gnproductsmallimage {
    width:190px;
    max-width: 300px;
}

.gntooltip span {
    display: none;
    text-decoration: none;
    padding: 3px;
    color: #000;
    text-align: center;
    border-radius: 6px;
    border: 2px solid #000;
}

.gntooltip:hover span {
    display: block;
    position: absolute;
    background-color: yellow;
    border: 2px solid #000;
    margin: 3px 10px;
}

@keyframes redblink {
  0%, 25% {
    color: red;
  }
  25.01%, 100% {
    color: black;
  }
}

.gnveryimportant {
   animation: redblink 2s infinite;
   border: 10px solid #ff0000;
   box-shadow: 6px 6px 0px rgba(0,0,0, .2);
   font-size: 140%;
}

.gnimportant { vertical-align: middle; display: block;  padding: 5px;  margin-bottom: 10px; min-height: 40px; max-width: 800px;
background: #f5f5f5;
border: 1px solid #ff0000;
box-shadow: 6px 6px 0px rgba(0,0,0, .2);
font-size: 0.8em;
}

.gnproductinformation {
   color: black;
   background-color:  #fff200;
   box-shadow: 6px 6px 0px rgba(0,0,0, .2);
   font-size: 1.0em;
   border: 1px solid #fff;
   
}

.gndivtable{
	display: table;
	width: 100%;
}
.gndivtableRow {
	display: table-row;
}
.gndivtableCell {
	display: table-cell;
	padding: 3px 10px;
}
.gndivtableBody {
	display: table-row-group;
}

.gntwocolumns {
Width: 100%;
}
.gntwocolumns_left {
  width:100%;
}
.gntwocolumns_right {
  width:100%;
}
@media (min-width: 640px) {
  .gntwocolumns_left {
    width: 75%;
    float:left;
  }
  .gntwocolumns_right {
    width: 25%;
    float:left;
  }
  .gntwocolumns {
    content: "";
    display: table;
    clear: both;
  }
}

.gnborder {
  border: 1px solid black;     
}

.gnscaledimage100 {
   max-width: 100%;
   width: 100%;
   height: auto;
}

.gnscaledimage50 {
   max-width: 100%;
   width: 50%;
   height: auto;
}

.gnscaledimage75 {
   max-width: 100%;
   width: 75%;
   height: auto;
}
