/* Programmable Amplifier Pricing */

/* #article {position: relative; margin: 2px 0; padding: 0;  } */

/* temp style */
/* table {border: 2px solid red; margin: 2px;}
td {border: 1px dotted purple; padding 1px;} */
/* end temp stye */

#grid { width: 580px; margin: 0em auto; padding: 0; text-align: center; } /* width: 41em; */
#article div table { width: 565px;  }
/* #article div table tr { height: 100px; } */
#article div table tr { height: 2px; }
#article div table td { text-align: center;  border: 0px solid #cccccc; padding: 4px 0px; border-bottom: 1px solid gray;
				 		 			 		 font: small Verdana Arial, Helvetica, sans-serif; font-weight: 500; }
											 
/* identify column 1,2,3, ... c1, c2, c3, ... Then define unique width for each column */	
										 
#article div.none table tr td img { margin: 0; padding: 0; border: 0px solid gray; }
#article div table tr.title { height: 50px;  }											 
#article div table tr.title td { font-weight: 900; text-decoration: underline; border-bottom: 0px solid gray;  }
#article div table tr.title td.space { text-decoration: none; }
#article div table tr.last td { text-decoration: none; border-bottom: 0px solid gray; }
#article div table td.space { width: 10px; }
#article div table td.c1 {	width: 55px;text-align: center; background-color: transparent; border-bottom: 0px solid gray; } /* 127min */
#article div table td.c2 { width: 290px; text-align: left; } /* 180px */
#article div table td.c3 { width: 110px; text-align: left; height: 50px; padding-left: 10px; } /* 150px, add height 50px to space middle line in 1st group */
#article div table td.c4 { width: 80px; text-align: right; padding-right: 3px;} /* 100px */

#article div table td.line { height: 1px; border-top: 1px solid #cccccc; margin: 0; padding: 0; border-bottom: 0px solid gray; } /* 100px */
#article div table td.blank { height: 1px; border: 0px solid black; margin: 0; padding: 0; border-bottom: 0px solid gray; } /* 100px */

#article div table a { text-decoration: none; }
#article div table td.c1 a img:hover { background-color: #264a9d; }


/* End Price table Styles */

