<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 {width:175px;height:175px;}
.Product .ProductContainer1 {width:175px;top:45px;}
.ProductTitle {max-width:155px;} /* Must be 20px lower than parent */
.ProductTitle h2 {max-width:135px;}  /* Must be 20px lower than parent */

/* Layout */
.Product {float:left;clear:none ! important;margin:5px;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;left:0;transition:opacity 1s;-ms-transition:opacity 1s;-moz-transition:opacity 1s;-webkit-transition:opacity 1s;-o-transition:opacity 1s;opacity:0;filter:alpha(opacity=0);}
.Product:hover .ProductContainer1 {opacity:0.9;filter:alpha(opacity=90);}

.ProductContainer2 {width:0px;height:0px;margin:0 auto;background-color:transparent;border-width:5px;border-style:solid;border-left-color:transparent;border-right-color:transparent;border-top-width:5px;border-bottom-color:transparent;}
.ProductTitle {display:inline-block;border-width:1px;border-style:solid;margin:0 10px;padding:.5em .75em;max-height:2.5em;font-weight:bold;line-height:1.25em;font-size:16px;overflow:hidden;text-overflow:ellipsis;}

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