/* CSS Document */

/*  for the new product specifications table    --  BillW   */



.NewSpecTableDiv  {
	clear:both;            
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:10px;
}


.SpecificationsTable {
	width:85%;  
	/*  border: 1px dashed Black;  */
	border:none;
}


.SpecificationsTable td {
	font-size: 11px;    /*  note that at font sizes < 11 that courier no longer appears bolded  */
	text-align:left;
	padding: 2px 5px 2px 15px;   /*  top, right, bottom, left  */
}

.SpecificationsTable .spectblCol1 {
 	font-family:"Courier New", Courier, monospace;  
	font-weight: bold;
	/*text-align:right;  */
	/*	background-color:#CC6600;  */
	width: 50%;
}

.SpecificationsTable .spectblCol2 {
	font-family:"Courier New", Courier, monospace;
	/*	background-color:#FF9933;    */
	width: 50%;
}

.SpecificationsTable .spectblRow  {
	background-color:#EDEDED;  
}

.SpecificationsTable .spectblGroupRow  {
	background-color:#D9D9D9;  
}

.SpecificationsTable .spectblGroupRow td {
	font-weight: bold;
	padding-left: 5px;  
  color: #31629d;    /*  a blue  */
}


