body {
   margin-left:20px;
   margin-right: 20px;
   color: #000000;
}

#rightside {
}

#bottomPane {
   font-family: monospace;
   font-size: 14pt;
   float: left;
}

#leftarrow_div {
   float: left;
   padding-bottom:15px;
   padding-left: 5px;
}

#picture_div {
   padding-right: 5px;
   float: right;
}

#info_div {
   padding-left: 0px;
   text-align: right;
   clear: right;
}

#rightarrow_div {
   float: right;
   padding-right:5px;
   padding-bottom:15px;
}

#smallpart {
   background-color: white;
}

#pnDiv {
   font-weight: bold;
   font-size: large;
   color: blue;
   clear: left;
   text-align: left;
   padding-left: 15px;
}

#descDiv {
   font-weight: bold;
   font-size: large;
   color: blue;
   text-align: left;
   clear: left;
   padding-left: 15px;
}

#priceDiv {
   font-weight: bold;
   color: black;
   font-size: x-large;
   text-align: left;
   padding-left: 0px;
   margin-left: 0px;
   clear: left;
   display: inline;
}

#loader
{
   margin: auto; 
   position: absolute; 
   top: 20%; 
   left: 0; 
   bottom: 0; 
   right: 0; 
   font-size: 100px;
   text-align: center;
   line-height: 110px;
}

#currencyDiv {
   display: inline;
   text-align: left;
   font-size: large;
   clear: none;
}

#multiDiv {
   text-align: center;
   font-size: large;
}

#debugtext {
   color:black;
}

#oform {
 
}

#availDiv 
{
   font-size: large;
}

#orderform {	 
   clear: left;
   text-align: top;
   font-size: x-large;
   padding-top:8px;
}

#statusIFrame {
   width: 500;
   height: 40px;
   border: 0;
}

#leftimg {
}

#leftimgsml {
}

#rightimg {
}

#rightimgsml {
}

.cataloglist {
   text-align: center;
   font-family: Arial,Tahoma,Verdana,sans-serif;
   font-size: 1.5em;
   font-weight: bold;
   float: left;
}

#header {
   font-family: Arial,Tahoma,Verdana,sans-serif;
   text-align: center;
   font-size: 1.5em;
   
}

#cataloglist a {
   text-align: center;
   margin-left: 10px;
   margin-right: 0px;
   margin-top: 20px;
   margin-bottom: 20px;
}

#cataloglist {
  
}

address {
   font-size: 1.25em;
}

input, select {
   font-size: large;
}

#mainimage {
   background-color: white;
   float: left;
   border: 8px ridge gray;
   border-radius: 8px;
   position: absolute;
}

#sidecat {
   border: 6px ridge gray;
   border-radius: 8px;
   width: 450px;
   height: 260px;
   position: absolute;
   background-image: radial-gradient(rgba(200,200,200,1), rgba(100,100,100,1));
}

#partlist {
   border: 6px ridge gray;
   border-radius: 8px;
   width:450px;
   height: 350px;
   position: absolute;
   overflow: auto;
}

.popover {
   position: absolute;
   display: none;
   z-index: 2;
   height: 100px;
   width: 100px;
   background-color: #888888;
}

#picpop {
   background-color: white;
   display: none;
}

#statusFrame {
   border: 6px ridge blue;
   border-radius: 8px;
   background-color: white;
   margin: 10px;
   padding: 15px;
   font-size: 2.5em;
   background-color: #ffffff;
   display:none;
   position: fixed;
   top: 100px;
   left: 100px;
}

#parttable {
    background-image: radial-gradient(rgba(200,200,200,1), rgba(160,160,160,1));
    font-size:large;
    color: #000000;
    line-height: 1.4;
}

#parttable tr,td {
   border-bottom: 1px dotted black;
   margin-bottom: 10px;
   text-color: #000000;
}

#underpic img {
   position: relative;
   top: 10px;
}

.gridContainer {
   display: -ms-grid;
   display: grid;
   -ms-grid-columns: 200px 5px auto 5px auto;
   grid-template-columns: 200px auto auto;
   -ms-grid-rows: auto 5px auto 5px auto 5px auto 5px auto 5px auto 5px auto 5px auto;
   grid-template-areas:
   'pic pn pn'
   'pic price currency'
   'pic oform oform'
   'underpic avail avail'
   'underpic desc desc'
   'multi desc desc'
   'multi desc desc'
   'multi botmsg botmsg';
   grid-gap: 5px;
   padding: 5px;
}
				     
.picGrid {
   -ms-grid-row: 1;
   -ms-grid-row-span: 5;
   -ms-grid-column: 1;
   grid-row: 1;
   grid-row-span: 3;
   grid-column: 1;
   grid-area: pic;
}
						 
.underpicGrid {
   -ms-grid-row: 7;
   -ms-grid-row-span: 3;
   -ms-grid-column: 1;
   grid-row: 4;
   grid-row-span: 2;
   grid-column: 1;
   grid-area: underpic;
}
      
.multiGrid {
   -ms-grid-row: 11;
   -ms-grid-row-span: 5;
   -ms-grid-column: 1;
   grid-row: 6;
   grid-row-span: 3;
   grid-column: 1;
   grid-column-span: 1;
   grid-area: multi;
}
		  
.availGrid {
   -ms-grid-row: 7;
   -ms-grid-column: 3;
   -ms-grid-column-span: 3;
   grid-row: 4;
   grid-row-span: 1;
   grid-column: 2;
   grid-column-span: 2;
   grid-area: avail;
}
			      
.priceGrid {
   -ms-grid-row: 3;
   -ms-grid-column: 3;
   grid-row: 2;
   grid-row-span: 1;
   grid-column: 2;
   grid-column-span: 1;
   grid-area: price;
}
				       
.currencyGrid {
   -ms-grid-row: 3;
   -ms-grid-column: 5;
   grid-row: 2;
   grid-row-span: 1;
   grid-column: 3;
   grid-column-span: 1;
   grid-area: currency;
}
						
.oformGrid {
   -ms-grid-row: 5;
   -ms-grid-column: 3;
   -ms-grid-column-span: 3;
   grid-row: 3;
   grid-row-span: 1;
   grid-column: 2;
   grid-column-span: 2;
   grid-area: oform;
}
   
.pnGrid {
   -ms-grid-row: 1;
   -ms-grid-column: 3;
   -ms-grid-column-span: 3;
   grid-row: 1;
   grid-row-span: 1;
   grid-column: 2;
   grid-column-span: 2;
   grid-area: pn;
}
	       
.descGrid {
   -ms-grid-row: 9;
   -ms-grid-row-span: 5;
   -ms-grid-column: 3;
   -ms-grid-column-span: 3;
   grid-row: 5;
   grid-row-span: 3;
   grid-column: 2;
   grid-column-span: 2;
   grid-area: desc;
}
			      
.botmsgGrid {
   -ms-grid-row: 15;
   -ms-grid-column: 3;
   -ms-grid-column-span: 3;
   grid-row: 8;
   grid-row-span: 1;
   grid-column: 2;
   grid-column-span: 2;
   grid-area: botmsg;
}
					  
/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
  background-color: #555;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 180px;
  font-size: large;
}

/* The popup form - hidden by default */
.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 400px;
  padding: 10px;
  background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
  width: 90%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
  font-size: large;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}