<!-- begin p-catalogdetail-lft-2 template -->

<div style="clear:both"</div>

<ss:script source="$storeVersion.templates['prostoreslibjs']"/>

<ss:script source="$system.sharedScripts['catalogdetail.js']"/>

<SCRIPT type="text/javascript">

<ss:comment>Modify nTabCount value to add/remove tab content</ss:comment>

var nTabCount = 3;

<ss:comment>If necessary, modify height/width of medium sized image container.</ss:comment>

var nMinHeight = 200;

var nMinWidth = 200;

<ss:foreach item="productMedia" within="$product.images">

<ss:set name="item" value="$productMedia.storeMediaItem"/>

<ss:if test="$item.hasSmallSize()">

<ss:if test="$item.hasMediumSize()">

<ss:set name="mediumItem" value="$item.getImage('medium')"/>

var urlMediumImage = '<ss:value source="$mediumItem.displayUrl"/>';

var heightMedium = '<ss:value source="$mediumItem.height"/>';

var widthMedium = '<ss:value source="$mediumItem.width"/>';

<ss:else/>

<ss:comment>Ensure that an image is displayed.</ss:comment>

<ss:set name="smallItem" value="$item.getImage('small')"/>

var urlMediumImage = '<ss:value source="$smallItem.displayUrl"/>';

var heightMedium = '<ss:value source="$smallItem.height"/>';

var widthMedium = '<ss:value source="$smallItem.width"/>';

</ss:if>

var urlLargeImage = '<ss:value source="$item.large"/>';

var strTitle = '<ss:value source="$item.title" escape="javastring"/>';

ProStores.Detail.aProductImages.push(new ProStores.Detail.oProductImage(urlMediumImage, heightMedium, widthMedium, urlLargeImage, strTitle));

</ss:if>

</ss:foreach>

</script>

<ss:if test="$store.bookmarkenabled">

<div class="floatRight">

<ss:image source="$storeVersion.images['btn_bookmark.gif']" alt="Bookmark this page" border="0" vspace="2" onClick="createBookmark();" style="cursor:pointer" />

</div>

</ss:if>

<!-- product added to cart message -->

<ss:if test="$product.type != ProductType.LEAD">

<ss:if test="$cart.isLastProductAdded($product)">

<br /<table class="added_to_cart"<tr valign="middle"<td<ss:image source="$storeVersion.images['success_icon.gif']" border="0" /</td<td nowrap>This item was added to your <ss:link source="$storeVersion.cart" style="color:#333333">cart</ss:link&nbsp;</td</tr</table>

</ss:if>

</ss:if>

<!-- end product added to cart message -->

<br />

<table border="0" cellspacing="0" cellpadding="0">

<tr>

<td valign="top">

<ss:if test="$product.defaultImage">

<table border="0" cellspacing="0" cellpadding="0" id="imgtable" rules="none">

<tr>

<td valign="middle" align="center" width="100%" height="100%" id="divMediumContainer">

<ss:set name="item" value="$product.defaultImage"/>

<ss:if test="$item.hasMediumSize()">

<ss:set name="urlMedium" value="$item.medium"/>

<ss:else/>

<ss:set name="urlMedium" value="$item.small"/>

</ss:if>

<ss:image id="imgMedium" source="$urlMedium" title="$item.title" class="click"/>

</td>

</tr>

</table>

<br />

<ss:foreach item="productMedia" within="$product.images">

<ss:if test="$counter.totalRows > 1">

<ss:set name="item" value="$productMedia.storeMediaItem"/>

<ss:if test="$item.hasSmallSize()">

<div id="$system.concat('divSmallImage_', $counter.currentRow)" class="imagesmallcontainer">

<ss:image id="$system.concat('imgSmall_', $counter.currentRow)" source="$item.getImage('small')" calcoffset="65"/>

</div>

<ss:if test="$counter.isLast">

<div class="hoverover">

<ss:image source="$storeVersion.images['hoverOver.gif']"/>

</div>

</ss:if>

</ss:if>

</ss:if>

</ss:foreach>

<ss:else/>

<div class="notavailable">

<div style="padding:50px">Photo Not Available</div>

</div>

</ss:if>

</td>

<td<ss:image source="$storeVersion.images['pixel.gif']" border="0" width="6" height="1"/</td>

<td width="75%" valign="top">

<H1<ss:value source="$product.name"/</H1>

<div style="border:1px solid #cccccc; width:250px; padding:10px; margin:2px 0px 2px 0px">

<ss:if test="$product.subscriptionEnabled">

<b>Price:</b> <ss:include macro="AttributeDetailFull"/>

<ss:else/>

<ss:include macro="ProductPriceFull"/>

<ss:foreach item="promotion" within="$product.activePromotions">

<ss:set name="detailText" value="$product.promotionDetailText($promotion)"/>

<ss:if test="$detailText != null">

(<ss:value source="$detailText"/>)

</ss:if>

</ss:foreach>

<ss:if test="$product.attributes">

<div style="margin-top:5px">

<ss:include macro="AttributeDetailFull"/>

</div>

<ss:else/>

<ss:if test="$store.InventoryEnabled">

This item is <ss:if test="$product.quantity == 0">out of stock<ss:else/>in stock</ss:if>

</ss:if>

</ss:if>

</ss:if>

<ss:if test="$product.onSale & $product.saleEndDate">

<div style="margin-top:5px">

Sale Ends: <b<ss:value source="$product.saleEndDate" format="date.short"/</b</div>

</ss:if>

</div>

<ss:if test="$product.type == ProductType.LEAD">

<p<ss:link shortcut="lead" button="style"/</p>

<ss:else/<!-- writes out quantity, attributes list, services, add to cart button -->

<ss:include template="cartadd"/>

</ss:if>

</td>

</tr>

</table>

<table width="100%" border="0" cellspacing="0" cellpadding="0">

<tr<td colspan="2" valign="top">

<!-- description -->

<div id="tabcontainer" class="clear">

<div style="color:#333333" id="divTab_1" class="tab_on">Brief Description</div>

<div style="color:#333333" id="divTab_2" class="tab_off">Detailed Description</div>

<div style="color:#333333" id="divTab_3" class="tab_off">Specifications</div>

</div>

<div id="descriptioncontainer" class="clear">

<div id="divDesc_1" class="detaildesc" style="float:left; display:inline">

<ss:if test="$product.brief"<ss:value source="$product.brief"/<ss:else/<ss:value source="$product.name"/</ss:if>

</div>

<div id="divDesc_2" class="detaildesc" style="float:left; display:none">

<ss:value source="$product.description"/>

</div>

<div id="divDesc_3" class="detaildesc" style="float:left; display:none">

<table cellpadding="1" cellspacing="1" border="0">

<tr<td colspan="2">

Manufacturer:

<b<ss:if test="$product.oem">

<ss:value source="$product.oem"/>

<ss:else/>

N/A

</ss:if</b</td</tr>

<tr<td>SKU:</td>

<td width="100%">

<b<ss:if test="$product.sku">

<ss:value source="$product.sku"/>

<ss:else/>

N/A

</ss:if</b>

</td</tr>

<ss:if test="$product.Isbn">

<tr<td>ISBN:</td>

<td<b<ss:value source="$product.Isbn"/</b</td</tr</ss:if>

<ss:if test="$product.Mpn">

<tr<td>MPN:</td>

<td<b<ss:value source="$product.Mpn"/</b</td</tr</ss:if>

<ss:if test="$product.Upc">

<tr<td>UPC:</td>

<td<b<ss:value source="$product.Upc"/</b</td</tr</ss:if>

<ss:if test="$product.unitOfMeasure">

<tr<td>Unit:</td>

<td<b<ss:value source="$product.unitOfMeasure"/</b</td</tr</ss:if>

</table>

<ss:if test="$store.isFeatureEnabled('ShowProductCustomFields')">

<div style="padding:1px">

<ss:if test="$store.products.customLabel1 & $product.customText1">

<div style="padding:1px">

<ss:value source="$store.products.customLabel1"/>:

<b<ss:value source="$product.customText1"/</b>

</div>

</ss:if>

<ss:if test="$store.products.customLabel2 & $product.customText2">

<div style="padding:1px">

<ss:value source="$store.products.customLabel2"/>:

<b<ss:value source="$product.customText2"/</b>

</div>

</ss:if>

<ss:if test="$store.products.customLabel3 & $product.customText3">

<div style="padding:1px">

<ss:value source="$store.products.customLabel3"/>:

<b<ss:value source="$product.customText3"/</b>

</div>

</ss:if>

<ss:if test="$store.products.customLabel4 & $product.customText4">

<div style="padding:1px">

<ss:value source="$store.products.customLabel4"/>:

<b<ss:value source="$product.customText4"/</b>

</div>

</ss:if>

<ss:if test="$store.products.customLabel5 & $product.customText5">

<div style="padding:1px">

<ss:value source="$store.products.customLabel5"/>:

<b<ss:value source="$product.customText5"/</b>

</div>

</ss:if>

<ss:if test="$store.products.customLabel6 & $product.customText6">

<div style="padding:1px">

<ss:value source="$store.products.customLabel6"/>:

<b<ss:value source="$product.customText6"/</b>

</div>

</ss:if>

</div>

</ss:if>

</div>

</div>

<!-- end description -->

<!-- related products -->

<ss:if test="$product.hasViewableRelatedProducts">

<div class="clear" style="padding-top:10px"<ss:include template="catalogrelated"/</div>

</ss:if>

<!-- eBay listings -->

<ss:if test="$store.isFeatureEnabled('ShowLiveAuctions')">

<ss:if test="$product.hasLiveAuctions()">

<ss:set name="ColumnCount" value="$system.getMath(0)"/>

<p>This item is also selling at <ss:image source="$storeVersion.images['ebay_cert.gif']" width="57" border="0" alt="eBay" style="position:relative;top:5px;left:-5px" /</p>

<table cellpadding="0" cellspacing="0" width="100%"<tr valign="top">

<ss:foreach item="auctionItem" within="$product.liveAuctions">

<ss:eval source="$ColumnCount.set($ColumnCount.add(1))"/>

<ss:if test="$ColumnCount.get() == 3">

<!-- 3rd column -->

<td width="50%" valign="top" style="border:1px solid #cccccc;padding:5px;">

<ss:else/>

<td width="33%" valign="top" style="border:1px solid #cccccc;padding:5px;">

</ss:if>

<ss:link source="$auctionItem" target="_blank">

<ss:value source="$auctionItem.title"/>

</ss:link>

<br /<b>Listing Expires:</b<br /<ss:value source="$auctionItem.endTime" format="MM/dd/yy hh:mm a"/>

</td>

<!-- 3rd product in row, end row and add a blank one, start another row -->

<ss:if test="$ColumnCount.get() == 3">

</tr>

<ss:eval source="$ColumnCount.set(0)"/>

</ss:if>

</ss:foreach>

<ss:if test="$ColumnCount.get() == 1">

<!-- One product in row for this category, add 2 more columns to equal 3 columns, end row and add a blank one, start another row -->

<td colspan="2" width="50%"&nbsp;</td</tr>

<tr<td colspan="3"&nbsp;</td</tr>

</ss:if>

<ss:if test="$ColumnCount.get() == 2">

<!-- Two products in row for this category, add 1 more columns to equal 3 columns, end row and add a blank one, start another row -->

<td width="50%"&nbsp;</td</tr>

<tr<td colspan="3"&nbsp;</td</tr>

</ss:if>

</table>

</ss:if>

</ss:if>

<br />

<ss:if test="$store.isFeatureEnabled('ShowEmailAFriendLink')">

<p>

<ss:link source="$storeVersion.emailAFriend">E-mail a friend</ss:link> about this item.

</p>

</ss:if>

</td</tr>

</table>

<p<ss:link source="$storeVersion.searchResults">Return to Catalog</ss:link</p>

<!-- end p-catalogdetail-lft-2 template -->