/* START Product Specification tables - Yes could have used DIV instead of table but site traffic is 90 percent IE */
	#PicoTable /* container */
	{
	width: 660px; /* if you make wider compute all width stated below */
	padding: 0;
	margin: 0;
	}
/* START define table fonts here */	
	#PicoTable th 
	{
	font: bold 0.8em inherit;
	letter-spacing: 2px;
	text-align: left;
	padding: 6px 6px 6px 12px;
	}
/* DANGER td tag is used throughout the store define variables explicitly */	
	#PicoTable td
	{
	font: normal 0.8em inherit;
	line-height: 1.2em;
	text-align: center;
	padding: 6px 6px 6px 12px;
	}	
/* use for headers inside table td tags instead of H tags */	
	#PicoTable th.Head 
	{
	color: #006699;
	font: bold 0.8em inherit;
	padding: 6px 6px 6px 30px;
	}
/* END table font define */	
/* NEVER specify dimensions only ornamental */		
	#PicoTable td.spec, td.specalt
	{
	border-left: 1px solid #0099CC;
	}
	#PicoTable th.specalt, td.specalt
	{
	background: #F0F8FF;
	}
/* START - DEFINE size base on number of colums per table */	
/* 2 col table */
	#PicoTable th.control2 
	{
	width: 262px; /*280 - th padding consideration*/
	background: #F0F8FF;
	}
	#PicoTable td.control2 
	{
	border-left: 1px solid #0099CC;
	width: 262px; /*280 - td padding consideration*/
	text-align: center;
	background: #F0F8FF;
	}
/* tables with more than 2 col might break out of the div so watch spacing carefully */		
/* 3 col table */
	#PicoTable th.control3 
	{
	width: 167px; /*185 - th padding consideration*/
	background: #F0F8FF;
	}
	#PicoTable td.control3 {
	border-left: 1px solid #0099CC;
	width: 167px; /*185 - td padding consideration*/
	background: #F0F8FF;
	}
/* 4 col table*/
	#PicoTable th.control4 
	{
	width: 122px; /*140 - th padding consideration*/
	background: #F0F8FF;
	}
	#PicoTable td.control4 
	{
	border-left: 1px solid #0099CC;
	width: 122px; /*140 -td padding consideration*/
	background: #F0F8FF;
	}
/* if you need more than 4 colums just link to the data sheet and fuggitaboutit */	
/* but I left these test tags here just for you */		
/* 5 col table*/
	#PicoTable th.control5 
	{
	width: 114px; /*94 -- 112 - th padding consideration*/
	background: #F0F8FF;
	text-align: center;
	}
	#PicoTable td.control5 
	{
	border-left: 1px solid #0099CC;
	width: 114px; /*112 -td padding consideration*/
	background: #F0F8FF;
	text-align: center;
	}
/* 6 col table */
	#PicoTable th.control6 
	{
	width: 75px; /*93 - th padding consideration*/
	background: #F0F8FF;
	}
	#PicoTable td.control6 
	{
	border-left: 1px solid #0099CC;
	width: 75px; /*93 -td padding consideration*/
	background: #F0F8FF;
	}
/* online form required information */	
	#PicoTable td.required 
	{
	color: #FF0000;
	}
	#PicoTable .requiredText /* is this the same as above */
	{
	font-weight: bold;
	color: #FF0000;
	text-transform: uppercase;
	}			
/* use for notes or sub text in Product Specifications */	
	.specItem 
	{
	padding: 0 0 5px 0;
	width: 560px;	 
	font: italic 0.8em inherit;
	text-align: left;
	color: #333333;
	}
/* END table CSS codes */
		