<div id="ProductList_L" class="GC22">
	<ol id="product-list">
	<?php foreach($results as $i) { ?>
		<li class="GC4 Product">
			<?php if($i['thumbnail']) { ?>
				<img class="ProductImage" src="<?php echo $i['thumbnail'] ?>" <?php echo ($i['thumbnail_width'] > $i['thumbnail_height'] ? 'width' : 'height') ?>="100">
			<?php } ?>
			<div class="ProductMoreDetails">
			<?php if($i['type'] == 2 || $i['type'] == 3) { ?>
				<a href="<?php echo getResultLinkToProductURL($i['url']); ?>"><?php echo $i['title'] ?></a>
			<?php } else { ?>
				<a href="<?php echo getResultLinkToDepartmentURL($i['url']); ?>"><?php echo $i['title'] ?></a>
			<?php } ?>
			<?php if($shopEnabled && ($i['type'] == 2 || $i['type'] == 3)) { ?>
				<?php if($i['priceintro'] != "") { ?><span class="GC20 PriceIntro"><?php echo $i['priceintro'] ?></span><?php } ?>
				<?php echo $i['id'] ?><span id="ProductPriceOriginal-<?php echo $i['id'] ?>" class="GC66 ProductPriceOriginal"></span>
				<span id="ProductPrice-<?php echo $i['id'] ?>" class="GC20 ProductPrice"></span>
				<span id="ProductPriceCalculated-<?php echo $i['id'] ?>" class="GC56 ProductPriceCalculated"></span>
				<span class="GC55 ProductPriceOtherInformation">
					<input type="hidden" name="ProductPriceLayout" />


					<div>
						<div class="ProductIncTaxes ProductPriceOtherInformationPart" id="ProductIncTaxes-<?php echo $i['id'] ?>"></div>
						<!--<div class="ShippingChargeForProduct ProductPriceOtherInformationPart" id="ShippingChargeForProduct-<?php echo $i['id'] ?>">
							<a href="#" class="ImgLink" onclick="cancelBuble(event);sfAddPop('shipping_charge',true);if(add_<?php echo $i['id'] ?>(0,true)!=0){sfAddUnpop();}return false;">+<span tag="LD.LD_SHIPPING_CHARGES" id="LD.LD_SHIPPING_CHARGES" name="LD.LD_SHIPPING_CHARGES"></span></a>
						</div>-->
						<?php if($i['weight'] != "") { ?><span sf:object="ProductWeight" id="ProductWeight-<?php echo $i['id'] ?>" class="ProductWeight ProductPriceOtherInformationPart"><span id="ProductWeightFormatted-<?php echo $i['id'] ?>"><?php echo $i['weight'] ?></span></span><?php } ?>
						<div class="ProductBasePrice ProductPriceOtherInformationPart" id="ProductBasePrice-<?php echo $i['id'] ?>"><nobr><span></span> </nobr></div>
						<div id="ProductPriceTaxPrice-<?php echo $i['id'] ?>" class="ProductPriceTaxPrice ProductPriceOtherInformationPart"></div>
						<span id="ProductPriceTaxPriceText-<?php echo $i['id'] ?>" class="ProductPriceTaxPriceText"></span>
					</div>
				</span>
			<?php } ?>
			</div>
			<?php if($i['type'] == 2 && $i['discount_msg']) { ?>
			<div><?php echo $i['discount_msg'] ?></div>
			<?php } ?>
			<?php if($i['intro'] != "") { ?><div><?php echo $i['intro'] ?></div><?php } ?>
			<?php if($i['description'] != "") { ?><div><?php echo $i['description'] ?></div><?php } ?>
			<?php if($i['long_description'] != "") { ?><div><?php echo $i['long_description'] ?></div><?php } ?>
		</li>
	<?php } ?>
	</ol>
</div>
<script type="text/javascript">
if(tf.autoText.apply)tf.autoText.apply();
</script>
