<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 {width:240px;}
.ProductImageGroupContainer, .ProductImage {width:240px;}

/* Layout */
.Product {position:relative;float:left;clear:none ! important;margin:5px;position:relative;overflow:hidden;text-align:left;border-radius:10px;}

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

/* More details */
.ProductMoreDetails {float:right;margin:0 10px 10px 10px;border-radius:4px;}
.ProductMoreDetails a {color:inherit;background-color:transparent;padding:5px;}

/* Discount */
.ProductContainer1 {position:absolute;z-index:5;top:10px;right:10px;width:60px;height:60px;overflow:hidden;font-size:15px;/* This value will be over written by GC lower down */font-weight:bold;text-align:center;line-height:1.2em;background-image:url(../media/product_starburst_60.png);background-color:transparent;-ms-transform:rotate(15deg); /* IE 9 */-moz-transform:rotate(15deg); /* Firefox */-webkit-transform:rotate(15deg); /* Safari and Chrome */-o-transform:rotate(15deg); /* Opera */transform:rotate(15deg);}
.Product .ProductContainer1 div {display:table-cell;background-color:transparent;vertical-align:middle;height:60px;width:60px;line-height:1em ! important;}

/* Product title */
.ProductTitle {position:relative;overflow:hidden;padding:7px 10px;margin-bottom:5px;text-align:left;font-weight:bold;line-height:1.25em;font-size:16px;overflow:hidden;text-overflow:ellipsis;}

.ProductNumber {position:relative;overflow:hidden;padding:7px 10px;margin-bottom:5px;text-align:left;}

/* Product pricing */
.ProductPriceOriginal {margin-top:-.5em;text-decoration:line-through;font-size:10px;font-weight:normal;}
.ProductContainer2 {position:relative;overflow:hidden;padding:0px 10px 7px 10px;}
.ProductPrice, .ProductPriceCalculated {font-weight:bold;font-size:19px;}
.ProductCurrencySymbol {font-size:12px;font-weight:normal;}
.ProductIncTaxes {display:none;}

/* Buttons */
.ProductQuantityUnit {padding-left:2px;}
.ProductQuantity input {background-image:none;font-size:12px;margin:0px;padding:0px;width:40px;height:20px;text-align:right;}
.ProductIcons {position:relative;overflow:hidden;margin:5px 0px;clear:both;}
.ProductOptions + .ProductIcons {margin:5px 0px;}
.QntyBox input {margin-top:1px;}
.QntyBox + .AddToBasketButton {margin-left:5px;}
.AddToBasketButton {float:left;border-radius:5px;border-width:1px;border-style:solid;font-size:14px;line-height:24px;font-weight:bold;padding:0 5px 0 2px;}
.AddToBasketButton span.ImgLink {display:block;float:left;color:inherit;background-color:transparent;background-image:url("../media/sgk_cart.png");background-repeat:none;background-repeat:no-repeat;background-position:0 center;padding-left:23px;}
.AddToBasketButton span {display:block;/*ie7 start*/white-space:nowrap;/*ie7 end*/}
.AddToBasketButton + .FavoritesButton {margin-left:5px;}
.FavoritesButton {float:left;border-radius:5px;border-width:1px;border-style:solid;}
.FavoritesButton span.ImgLink {display:block;background-image:url("../media/sgk_fav.png");background-repeat:none;background-repeat:no-repeat;background-position:center;height:24px;width:24px;}
.FavoritesButton span {display:none;}

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