
### Default More Info Page Template ###

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
[-- INCLUDE MoreInfo-Head PROCESS --]
#[-- INCLUDE Classic-MoreInfo.css PROCESS --]
<style type="text/css">
.pcs_table_content span, .pcs_table_content a, .pcs_table_content td, .pcs_table_content div {
  display: block;
  text-align: center;
}
div.prod_img {
  float: left;
  min-width: 100px;
}
 img.fb_share, img.twtr_share {
  padding: 6px 0px;
  float: right;
  border: 0px;
 }
 img.fb_follow, img.twtr_follow {
  padding: 6px;
  float: left;
  border: 0px;
 }
[-- IF PageMenu --]
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.suckertreemenu {
  background-color: #[-- STORE.SC_ShadeColor --];
  width: 100%;
  height: 30px;
  clear: both;
  padding: 0px;
  margin: 0px;
}
.suckertreemenu ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.suckertreemenu ul li{
  position: relative;
  display: inline;
  float: left;
}
.suckertreemenu ul li a{
  display: block;
  width: 100px;
  padding: 0px 8px;
  border-right: 1px solid [-- MORE_INFO.LinkColor --];
  color: [-- MORE_INFO.TextColor --];
  text-decoration: none;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  white-space: nowrap;
}
.suckertreemenu ul li ul{
  left: 0;
  position: absolute;
  top: 1em;
  display: block;
  visibility: hidden;
}
.suckertreemenu ul li ul li{
  display: list-item;
  float: none;
}
.suckertreemenu ul li ul li ul{ 
  left: 159px;
  top: 0;
}
.suckertreemenu ul li ul li a{
  display: block;
  width: 160px;
  text-decoration: none;
  padding: 1px 5px;
  border-left: 1px solid [-- MORE_INFO.LinkColor --];
  border-bottom: 1px solid [-- MORE_INFO.LinkColor --];
  background-color: #[-- STORE.SC_ShadeColor --];
}
.suckertreemenu ul li a:hover{
  color: [-- MORE_INFO.VisitedLinkColor --];
}
* html p#iepara{
padding-top: 1em;
}
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
[-- END_IF --]
</style>
[-- INCLUDE Head-Browser-Required.sst PROCESS --]
</head>

[-- VAR.PageMargins "No" --]

[-- INCLUDE MoreInfo-Body PROCESS --]

[-- IF MORE_INFO.DisplayPageHeader --]
  <div class="header">[-- HEADER --]</div>
[-- END_IF --]

[-- IF PageMenu --][-- PageMenu --][-- END_IF --]

[-- IF PRODUCT.MoreInformationGraphic --]
  [-- MoreInfoImageRow --]
[-- END_IF --]

[-- IF PRODUCT.DisplayName --]
  [-- IF PRODUCT.Subproduct --]
    <h2>[-- PRODUCT.Name --]</h2>
  [-- ELSE_IF PRODUCT.VariablePrice? --]
    [-- IF PRODUCT.VariableName? --]
      [-- STORE.ProductName --]: <input type="text" name="[-- PRODUCT.RecordNumber --]:name" size="20" maxlength="100" value="">
    [-- ELSE --]
      <h2>[-- PRODUCT.Name --]</h2>
    [-- END_IF --]
  [-- ELSE --]
    <h2>[-- PRODUCT.Name --]</h2>
  [-- END_IF --]
[-- END_IF --]

[-- IF PRODUCT.QuantityPricing --]
#do nothing
[-- ELSE --]
  [-- INCLUDE Product-Price PROCESS --]
[-- END_IF --]


[-- IF PRODUCT.Subproduct --]
# don't display the SKU
[-- ELSE --]
  [-- INCLUDE Product-Sku PROCESS --]<br>
[-- END_IF --]

<br>[-- PRODUCT.MoreInformationText --]

<br>
[-- IF PRODUCT.Subproduct --]
# Product has subproducts
  [--LOOP SUBPRODUCTS--]
    [--SUBPRODUCTS--]
  [--END_LOOP SUBPRODUCTS--]
[-- ELSE --]
# Product does not have subproducts

#######################
#  ADD TO CART BUTTON #
#######################
<center>
<form action="[-- SHOPPING_CART_URL BASE --]/order.cgi" method="post">
[-- INCLUDE Product-AddToCartButton PROCESS --]
</form>
</center>

# end the IF PRODUCT.subproducts
[--END_IF--]

[-- IF WishList --]      &nbsp;<br> <b>[-- WishList --]</b>
      &nbsp;<br> <b>[-- WishListLink --]</b><br clear="all">[-- END_IF --]

      [-- IF TELLAFRIEND --]
      &nbsp;<br><center><b>[-- TELLAFRIEND VAR.TF_Link --]</b></center><br clear="all">
      [-- END_IF --]

<br>

[-- IF MORE_INFO.DisplayPageFOOTER --]
  [-- FOOTER --]
[-- END_IF --]
<div style="clear: both;"></div>
	  [-- IF Product.MoreInformationProductCrossSell --]
	    [-- IF PRODUCT.CrossSell "0" --]
	    [-- ELSE --]
  	      <table class="pcs_table">
	          <tr><td colspan="3" id="pcs_mi">[-- STORE.CartCrossSellHeader --]</td></tr>
	            [-- LOOP PRODUCT_CROSS_SELL 4 --]
	            <td class="pcs_table_content" width="25%">[-- PRODUCT_CROSS_SELL BasicProduct.sst --]
	            [-- END_LOOP PRODUCT_CROSS_SELL --]
  	      </table>
	    [-- END_IF --]
	  [-- END_IF --]

	    [-- IF Product.MoreInformationGlobalCrossSell --] 
  	      <table class="gcs_table">
	          <tr><td colspan="3" id="gcs_mi">[-- STORE.GlobalCrossSellHeader --]</td></tr>
	            [-- LOOP GLOBAL_Cross_Sell 4 --]
	            <td class="gcs_table_content" width="25%" align="center">[-- GLOBAL_CROSS_SELL --]</td>
 	           [-- END_LOOP Global_Cross_Sell --]
  	      </table>
	    [-- END_IF --]
<p>[-- IF TWITTER_SHARE --][-- TWITTER_SHARE --][-- END_IF --]
[-- IF FACEBOOK_SHARE --][-- FACEBOOK_SHARE --][-- END_IF --]
[-- IF FACEBOOK_FOLLOW --][-- FACEBOOK_FOLLOW --][-- END_IF --]
[-- IF TWITTER_FOLLOW --][-- TWITTER_FOLLOW --][-- END_IF --]</p>
[-- IF ShopSiteSecurityImage --]
<p><center>[-- ShopSiteSecurityImage --]</center></p>
[-- END_IF --]
</body>
</html>