<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#ProductLoop {position:relative;overflow:hidden;clear:both;margin:10px;text-align:center;}
#ProductLoopInner {position:relative;overflow:hidden;margin:0 auto;}

/* Dimensions */
.Product, .ProductImageGroupContainer, .ProductImage, .Product:hover .ProductContainer1 {height:240px;width:240px;}
.Product .ProductContainer1 {width:240px;}
.ProductTitle {height:220px;width:220px;} /* Value needs to be 20px smaller than parent */
.ProductNumber {position:relative;bottom:20px;line-height:20px;height:20px;}

/* Layout */
.Product {float:left;clear:none ! important;margin:0;position:relative;overflow:hidden;text-align:center;cursor:pointer;}

.ProductImageGroupContainer {overflow:hidden;display:table-row;}
.ProductImage {position:relative;display:table-cell;vertical-align:middle;}
.ProductImage img {position:relative;border:0;margin:0 auto;}
.NoImage .ProductImage {background:url(../media/no_image.png) center no-repeat;}

.Product .ProductContainer1 {position:absolute;bottom:0;left:0;height:0px;transition:height 1s;-ms-transition:height 1s;-moz-transition:height 1s;-webkit-transition:height 1s;-o-transition:height 1s;opacity:0.9;filter:alpha(opacity=90);}
.Product:hover .ProductContainer1 {display:table-row;}

.ProductTitle {font-weight:bold;line-height:1.25em;font-size:16px;word-wrap:break-word;display:table-cell;vertical-align:middle;padding:10px;}


/*
Version tag, please don't remove
$Revision: 30484 $
$HeadURL: svn://3d3-p432/ShopFactory/branches/V11_20/bin/Templates/ProductLoops/10-IAFT_240%20x%20240/stylesheet.css $
*/
</pre></body></html>