/* ------------------------------------------------------------------- */ 
/* PRODUCT BOXES */
/* ------------------------------------------------------------------- */
#Layout1-ProductGroup-List									{ margin-left:-10px;}
#Layout1-ProductGroup-List  ul 								{}
#Layout1-ProductGroup-List  ul li							{ float:left; width:220px; list-style:none; height:145px; margin-left:10px; margin-bottom:10px; background:url('../grfx/layout/bkgd-product.png') no-repeat 0 0; padding:14px; position:relative; }
#Layout1-ProductGroup-List  ul li span.prod-summary			{ font-size:.9em; position:absolute; top:117px; line-height:1.3em; margin-right:14px; left:14px}
#Layout1-ProductGroup-List  ul li a.prod-detail				{ position:absolute; top:14px; display:block; height:8px; width:190px; background-position:0 0; background-repeat:no-repeat; text-indent:-999em;}
#Layout1-ProductGroup-List ul li.MECHANICAL-TUBE a.prod-detail	{ background-image:url('../grfx/titles/prod-mechanicalTube.png');}
#Layout1-ProductGroup-List ul li.SPRINKLER-PIPE	a.prod-detail	{ background-image:url('../grfx/titles/prod-sprinklerPipes.png');}
#Layout1-ProductGroup-List ul li.STRUCTURAL-HSS	a.prod-detail	{ background-image:url('../grfx/titles/prod-structuralHSS.png');}

#Layout1-ProductGroup-List ul li img					{ position:absolute; top:30px; }
#Layout1-ProductGroup-List ul li span.more a			{ display:none;}
#Layout1-ProductGroup-List ul li a.read-more			{ position:absolute; top:209px; left:14px; display:block; height:15px; font-size:.9em; text-decoration:none; color:#2255a9; }
#Layout1-ProductGroup-List ul li a.read-more:hover		{ text-decoration:underline}




