/* ------------------------------------------------------------------- */

/* PRODUCTS */

/* ------------------------------------------------------------------- */
#catalogue-product-list-wrapper						{ display:block; clear:both; }
#catalogue-product-list-wrapper ul					{}
#catalogue-product-list-wrapper ul li				{ list-style:none; float:left; height:180px; width:110px; /*padding:5px 0 0 5px;*/ margin:10px 10px 0 0; position:relative; z-index:999; text-align:center; }
#catalogue-product-list-wrapper ul li span.thumbnail,
#catalogue-product-list-wrapper ul li a.thumbnail	{ background:url(../grfx/layout/product-thumb-bg-top.png) no-repeat top left; display:block; width:110px; height:120px; display:table-cell; vertical-align:middle;}
#catalogue-product-list-wrapper ul li img					{ position:relative; z-index:-1}
#catalogue-product-list-wrapper ul li span.code				{ position:absolute; bottom:43px; left:6px; color:#999;}
#catalogue-product-list-wrapper ul li span.name,
#catalogue-product-list-wrapper ul li a.name				{ position:absolute; bottom:0px; left:0px; color:#666666; background:url(../grfx/layout/product-thumb-bg-bottom.png) no-repeat top left; display:block; width:98px; height:42px; padding:18px 6px 0 6px; text-align:left;} 


/* Product menu */
#catalogue-group-list-wrapper						{}
#catalogue-group-list-wrapper   ul														{ float:left;}
#catalogue-group-list-wrapper	ul li a													{ color:#FFFFFF; display:block; width:592px; height:16px; padding:5px 0 0 8px; margin:0 0 19px 0; font-size:1.1em;}
#catalogue-group-list-wrapper	ul li 													{ list-style:none;}
#catalogue-group-list-wrapper	ul li span.catalogue-group-list-subgroup				{ display:block; padding:6px 0 0 0; font-size:1em;}
#catalogue-group-list-wrapper	ul li span.catalogue-group-list-subgroup	a			{ color:#7d7d7d;}
#catalogue-group-list-wrapper	ul li span.subgroup-divider								{ color:#7d7d7d; background:url(../grfx/layout/bullet.gif) no-repeat 0px 5px; width:5px; height:10px; margin:0 8px 0 8px; text-indent:-9999px; display:inline-block; padding:0;}



/* ------------------------------------------------------------------- */
/* FIX FOR SIDE NAV */
/* ------------------------------------------------------------------- */
#navwindow-wrapper										{ background:url('../grfx/navigation/products.gif') no-repeat 0 45px; padding-top:70px; }



/* ------------------------------------------------------------------- */
/* PAGE HEADER */
/* ------------------------------------------------------------------- */

#container-d					{ position:relative; }
#imgheader-wrapper 				{ /*margin-top:-170px;*/ } 


