<?xml version="1.0"?>
<layouts><default>
   <block name="formkey" type="core/template" template="core/formkey.phtml"/>
</default>
<default translate="label" module="page">
   <label>All Pages</label>
   <block type="page/html" name="root" output="toHtml" template="page/3columns.phtml">
      <block type="page/html_head" name="head" as="head">
         <action method="addJs">
            <script>prototype/prototype.js</script>
         </action>
         <action method="addJs">
            <script>lib/ccard.js</script>
         </action>
         <action method="addJs">
            <script>prototype/validation.js</script>
         </action>
         <action method="addJs">
            <script>scriptaculous/builder.js</script>
         </action>
         <action method="addJs">
            <script>scriptaculous/effects.js</script>
         </action>
         <action method="addJs">
            <script>scriptaculous/dragdrop.js</script>
         </action>
         <action method="addJs">
            <script>scriptaculous/controls.js</script>
         </action>
         <action method="addJs">
            <script>scriptaculous/slider.js</script>
         </action>
         <action method="addJs">
            <script>varien/js.js</script>
         </action>
         <action method="addJs">
            <script>varien/form.js</script>
         </action>
         <action method="addJs">
            <script>varien/menu.js</script>
         </action>
         <action method="addJs">
            <script>mage/translate.js</script>
         </action>
         <action method="addJs">
            <script>mage/cookies.js</script>
         </action>
         <block type="page/js_cookie" name="js_cookies" template="page/js/cookie.phtml"/>
         <action method="addCss">
            <stylesheet>css/styles.css</stylesheet>
         </action>
         <action method="addItem">
            <type>skin_css</type>
            <name>css/styles-ie.css</name>
            <params/>
            <if>lt IE 8</if>
         </action>
         <action method="addCss">
            <stylesheet>css/widgets.css</stylesheet>
         </action>
         <action method="addCss">
            <stylesheet>aw_blog/css/style.css</stylesheet>
         </action>
         <action method="addCss">
            <stylesheet>css/cct.css</stylesheet>
         </action>
         <action method="addCss">
            <stylesheet>css/print.css</stylesheet>
            <params>media="print"</params>
         </action>
         <action method="addItem">
            <type>js</type>
            <name>lib/ds-sleight.js</name>
            <params/>
            <if>lt IE 7</if>
         </action>
         <action method="addItem">
            <type>skin_js</type>
            <name>js/ie6.js</name>
            <params/>
            <if>lt IE 7</if>
         </action>
      </block>
      <block type="core/text_list" name="after_body_start" as="after_body_start" translate="label">
         <label>Page Top</label>
      </block>
      <block type="page/html_notices" name="global_notices" as="global_notices" template="page/html/notices.phtml"/>
      <block type="page/html_header" name="header" as="header">
         <block type="page/template_links" name="top.links" as="topLinks"/>
         <block type="page/switch" name="store_language" as="store_language" template="page/switch/languages.phtml"/>
         <block type="core/text_list" name="top.menu" as="topMenu" translate="label">
            <label>Navigation Bar</label>
            <block type="page/html_topmenu" name="catalog.topnav" template="page/html/topmenu.phtml"/>
         </block>
         <block type="page/html_wrapper" name="top.container" as="topContainer" translate="label">
            <label>Page Header</label>
            <action method="setElementClass">
               <value>top-container</value>
            </action>
         </block>
         <block type="page/html_welcome" name="welcome" as="welcome"/>
      </block>
      <block type="page/html_breadcrumbs" name="breadcrumbs" as="breadcrumbs"/>
      <block type="core/text_list" name="left" as="left" translate="label">
         <label>Left Column</label>
      </block>
      <block type="core/messages" name="global_messages" as="global_messages"/>
      <block type="core/messages" name="messages" as="messages"/>
      <block type="core/text_list" name="content" as="content" translate="label">
         <label>Main Content Area</label>
      </block>
      <block type="core/text_list" name="right" as="right" translate="label">
         <label>Right Column</label>
      </block>
      <block type="page/html_footer" name="footercct" as="footer" template="page/html/footer.phtml">
         <block type="page/html_wrapper" name="bottom.container" as="bottomContainer" translate="label">
            <label>Page Footer</label>
            <action method="setElementClass">
               <value>bottom-container</value>
            </action>
         </block>
         <block type="page/template_links" name="footer_links" as="footer_links" template="page/template/links.phtml"/>
      </block>
      <block type="core/text_list" name="before_body_end" as="before_body_end" translate="label">
         <label>Page Bottom</label>
         <block type="page/html_cookieNotice" name="global_cookie_notice" as="global_cookie_notice" template="page/html/cookienotice.phtml" before="-"/>
      </block>
   </block>
   <block type="core/profiler" output="toHtml" name="core_profiler"/>
</default>
<print translate="label" module="page">
   <label>All Pages (Print Version)</label>
   <block type="page/html" name="root" output="toHtml" template="page/print.phtml">
      <block type="page/html_head" name="head" as="head">
         <action method="addJs">
            <script>prototype/prototype.js</script>
         </action>
         <action method="addJs">
            <script>mage/translate.js</script>
         </action>
         <action method="addJs">
            <script>lib/ccard.js</script>
         </action>
         <action method="addJs">
            <script>prototype/validation.js</script>
         </action>
         <action method="addJs">
            <script>varien/js.js</script>
         </action>
         <action method="addCss">
            <stylesheet>css/styles.css</stylesheet>
         </action>
         <action method="addItem">
            <type>skin_css</type>
            <name>css/styles-ie.css</name>
            <params/>
            <if>lt IE 8</if>
         </action>
         <action method="addCss">
            <stylesheet>css/widgets.css</stylesheet>
         </action>
         <action method="addCss">
            <stylesheet>css/print.css</stylesheet>
            <params>media="print"</params>
         </action>
         <action method="addItem">
            <type>js</type>
            <name>lib/ds-sleight.js</name>
            <params/>
            <if>lt IE 7</if>
         </action>
         <action method="addItem">
            <type>skin_js</type>
            <name>js/ie6.js</name>
            <params/>
            <if>lt IE 7</if>
         </action>
      </block>
      <block type="core/text_list" name="content" as="content" translate="label">
         <label>Main Content Area</label>
      </block>
   </block>
</print>
<page_empty translate="label">
   <label>All Empty Layout Pages</label>
   <reference name="root">
      <action method="setTemplate">
         <template>page/empty.phtml</template>
      </action>
      <action method="setIsHandle">
         <applied>1</applied>
      </action>
   </reference>
</page_empty>
<page_one_column translate="label">
   <label>All One-Column Layout Pages</label>
   <reference name="root">
      <action method="setTemplate">
         <template>page/1column.phtml</template>
      </action>
      <action method="setIsHandle">
         <applied>1</applied>
      </action>
   </reference>
</page_one_column>
<page_two_columns_left translate="label">
   <label>All Two-Column Layout Pages (Left Column)</label>
   <reference name="root">
      <action method="setTemplate">
         <template>page/2columns-left.phtml</template>
      </action>
      <action method="setIsHandle">
         <applied>1</applied>
      </action>
   </reference>
</page_two_columns_left>
<page_two_columns_right translate="label">
   <label>All Two-Column Layout Pages (Right Column)</label>
   <reference name="root">
      <action method="setTemplate">
         <template>page/2columns-right.phtml</template>
      </action>
      <action method="setIsHandle">
         <applied>1</applied>
      </action>
   </reference>
</page_two_columns_right>
<page_three_columns translate="label">
   <label>All Three-Column Layout Pages</label>
   <reference name="root">
      <action method="setTemplate">
         <template>page/3columns.phtml</template>
      </action>
      <action method="setIsHandle">
         <applied>1</applied>
      </action>
   </reference>
</page_three_columns>
<page_two_columns_right>
   <reference name="right">
      <action method="unsetChild">
         <name>catalog.compare.sidebar</name>
      </action>
      <action method="unsetChild">
         <name>right.permanent.callout</name>
      </action>
   </reference>
</page_two_columns_right>
<page_three_columns translate="label">
   <reference name="right">
      <action method="unsetChild">
         <name>catalog.compare.sidebar</name>
      </action>
      <action method="unsetChild">
         <name>right.permanent.callout</name>
      </action>
   </reference>
</page_three_columns>
<default>
   <reference name="head">
      <block type="core/template" name="optional_zip_countries" as="optional_zip_countries" template="directory/js/optional_zip_countries.phtml"/>
   </reference>
</default>
<catalog_category_default>
   <reference name="left">
      <block type="directory/currency" name="currency" before="catalog.leftnav" template="directory/currency.phtml"/>
   </reference>
</catalog_category_default>
<catalog_category_layered>
   <reference name="left">
      <block type="directory/currency" name="currency" before="catalog.leftnav" template="directory/currency.phtml"/>
   </reference>
</catalog_category_layered>
<catalogsearch_advanced_index>
   <reference name="left">
      <block type="directory/currency" name="right_currency" before="-" template="directory/currency.phtml"/>
   </reference>
</catalogsearch_advanced_index>
<catalogsearch_result_index>
   <reference name="left">
      <block type="directory/currency" name="currency" before="-" template="directory/currency.phtml"/>
   </reference>
</catalogsearch_result_index>
<catalogsearch_advanced_result>
   <reference name="right">
      <block type="directory/currency" name="right_currency" before="-" template="directory/currency.phtml"/>
   </reference>
</catalogsearch_advanced_result>
<default>
   <reference name="footer">
      <block type="cms/block" name="cms_footer_links" before="footer_links">
         <action method="setBlockId">
            <block_id>footer_links</block_id>
         </action>
      </block>
   </reference>
</default>
<cms_page translate="label">
   <label>CMS Pages (All)</label>
   <reference name="content">
      <block type="core/template" name="page_content_heading" template="cms/content_heading.phtml"/>
      <block type="page/html_wrapper" name="cms.wrapper" translate="label">
         <label>CMS Content Wrapper</label>
         <action method="setElementClass">
            <value>std</value>
         </action>
         <block type="cms/page" name="cms_page"/>
      </block>
   </reference>
</cms_page>
<cms_index_index translate="label">
   <label>CMS Home Page</label>
</cms_index_index>
<cms_index_defaultindex>
   <remove name="right"/>
   <remove name="left"/>
   <reference name="root">
      <action method="setTemplate">
         <template>page/1column.phtml</template>
      </action>
   </reference>
   <reference name="content">
      <block type="core/template" name="default_home_page" template="cms/default/home.phtml"/>
   </reference>
</cms_index_defaultindex>
<cms_index_noroute translate="label">
   <label>CMS No-Route Page</label>
</cms_index_noroute>
<cms_index_defaultnoroute>
   <remove name="right"/>
   <remove name="left"/>
   <reference name="root">
      <action method="setTemplate">
         <template>page/1column.phtml</template>
      </action>
   </reference>
   <reference name="content">
      <block type="core/template" name="default_no_route" template="cms/default/no-route.phtml"/>
   </reference>
</cms_index_defaultnoroute>
<default>

    </default>
<customer_logged_in>
   <reference name="top.links">
      <action method="addLink" translate="label title" module="customer">
         <label>My Account</label>
         <url helper="customer/getAccountUrl"/>
         <title>My Account</title>
         <prepare/>
         <urlParams/>
         <position>10</position>
      </action>
      <action method="addLink" translate="label title" module="customer">
         <label>Log Out</label>
         <url helper="customer/getLogoutUrl"/>
         <title>Log Out</title>
         <prepare/>
         <urlParams/>
         <position>100</position>
      </action>
   </reference>
</customer_logged_in>
<customer_logged_out>
   <reference name="top.links">
      <action method="addLink" translate="label title" module="customer">
         <label>Log In</label>
         <url helper="customer/getLoginUrl"/>
         <title>Log In</title>
         <prepare/>
         <urlParams/>
         <position>100</position>
      </action>
   </reference>
   <remove name="reorder"/>
</customer_logged_out>
<customer_account_login translate="label">
   <label>Customer Account Login Form</label>
   <remove name="right"/>
   <remove name="left"/>
   <reference name="root">
      <action method="setTemplate">
         <template>page/1column.phtml</template>
      </action>
   </reference>
   <reference name="content">
      <block type="customer/form_login" name="customer_form_login" template="customer/form/login.phtml"/>
   </reference>
</customer_account_login>
<customer_account_logoutsuccess translate="label">
   <label>Customer Account Logout Success</label>
   <remove name="right"/>
   <remove name="left"/>
   <reference name="root">
      <action method="setTemplate">
         <template>page/1column.phtml</template>
      </action>
   </reference>
   <reference name="content">
      <block type="core/template" name="customer_logout" template="customer/logout.phtml"/>
   </reference>
</customer_account_logoutsuccess>
<customer_account_create translate="label">
   <label>Customer Account Registration Form</label>
   <remove name="right"/>
   <remove name="left"/>
   <reference name="root">
      <action method="setTemplate">
         <template>page/1column.phtml</template>
      </action>
   </reference>
   <reference name="content">
      <block type="customer/form_register" name="customer_form_register" template="customer/form/register.phtml">
         <block type="page/html_wrapper" name="customer.form.register.fields.before" as="form_fields_before" translate="label">
            <label>Form Fields Before</label>
         </block>
      </block>
   </reference>
</customer_account_create>
<customer_account_forgotpassword translate="label">
   <label>Customer Forgot Password Form</label>
   <remove name="right"/>
   <remove name="left"/>
   <reference name="head">
      <action method="setTitle" translate="title" module="customer">
         <title>Forgot Your Password</title>
      </action>
   </reference>
   <reference name="root">
      <action method="setTemplate">
         <template>page/1column.phtml</template>
      </action>
      <action method="setHeaderTitle" translate="title" module="customer">
         <title>Password forgotten</title>
      </action>
   </reference>
   <reference name="content">
      <block type="customer/account_forgotpassword" name="forgotPassword" template="customer/form/forgotpassword.phtml"/>
   </reference>
</customer_account_forgotpassword>
<customer_account_resetpassword translate="label">
   <label>Reset a Password</label>
   <remove name="right"/>
   <remove name="left"/>
   <reference name="head">
      <action method="setTitle" translate="title" module="customer">
         <title>Reset a Password</title>
      </action>
   </reference>
   <reference name="root">
      <action method="setTemplate">
         <template>page/1column.phtml</template>
      </action>
      <action method="setHeaderTitle" translate="title" module="customer">
         <title>Reset a Password</title>
      </action>
   </reference>
   <reference name="content">
      <block type="customer/account_resetpassword" name="resetPassword" template="customer/form/resetforgottenpassword.phtml"/>
   </reference>
</customer_account_resetpassword>
<customer_account_confirmation>
   <remove name="right"/>
   <remove name="left"/>
   <reference name="root">
      <action method="setTemplate">
         <template>page/1column.phtml</template>
      </action>
      <action method="setHeaderTitle" translate="title" module="customer">
         <title>Send confirmation link</title>
      </action>
   </reference>
   <reference name="content">
      <block type="core/template" name="accountConfirmation" template="customer/form/confirmation.phtml"/>
   </reference>
</customer_account_confirmation>
<customer_account_edit translate="label">
   <label>Customer Account Edit Form</label>
   <update handle="customer_account"/>
   <reference name="root">
      <action method="setHeaderTitle" translate="title" module="customer">
         <title>Edit Account Info</title>
      </action>
   </reference>
   <reference name="my.account.wrapper">
      <block type="customer/form_edit" name="customer_edit" template="customer/form/edit.phtml"/>
   </reference>
   <reference name="left">
      <action method="unsetChild">
         <name>left.permanent.callout</name>
      </action>
   </reference>
</customer_account_edit>
<customer_account translate="label">
   <label>Customer My Account (All Pages)</label>
   <reference name="root">
      <action method="setTemplate">
         <template>page/2columns-right.phtml</template>
      </action>
   </reference>
   <reference name="content">
      <block type="page/html_wrapper" name="my.account.wrapper" translate="label">
         <label>My Account Wrapper</label>
         <action method="setElementClass">
            <value>my-account</value>
         </action>
      </block>
   </reference>
   <reference name="left">
      <block type="customer/account_navigation" name="customer_account_navigation" before="-" template="customer/account/navigation.phtml">
         <action method="addLink" translate="label" module="customer">
            <name>account</name>
            <path>customer/account/</path>
            <label>Account Dashboard</label>
         </action>
         <action method="addLink" translate="label" module="customer">
            <name>account_edit</name>
            <path>customer/account/edit/</path>
            <label>Account Information</label>
         </action>
         <action method="addLink" translate="label" module="customer">
            <name>address_book</name>
            <path>customer/address/</path>
            <label>Address Book</label>
         </action>
      </block>
      <block type="checkout/cart_sidebar" name="cart_sidebar" template="checkout/cart/sidebar.phtml">
         <action method="addItemRender">
            <type>simple</type>
            <block>checkout/cart_item_renderer</block>
            <template>checkout/cart/sidebar/default.phtml</template>
         </action>
         <action method="addItemRender">
            <type>grouped</type>
            <block>checkout/cart_item_renderer_grouped</block>
            <template>checkout/cart/sidebar/default.phtml</template>
         </action>
         <action method="addItemRender">
            <type>configurable</type>
            <block>checkout/cart_item_renderer_configurable</block>
            <template>checkout/cart/sidebar/default.phtml</template>
         </action>
      </block>
      <remove name="tags_popular"/>
   </reference>
</customer_account>
<customer_account_index translate="label">
   <label>Customer My Account Dashboard</label>
   <update handle="customer_account"/>
   <reference name="root">
      <action method="setTemplate">
         <template>page/2columns-right.phtml</template>
      </action>
   </reference>
   <reference name="my.account.wrapper">
      <block type="customer/account_dashboard" name="customer_account_dashboard" template="customer/account/dashboard.phtml">
         <block type="customer/account_dashboard_hello" name="customer_account_dashboard_hello" as="hello" template="customer/account/dashboard/hello.phtml"/>
         <block type="core/template" name="customer_account_dashboard_top" as="top"/>
         <block type="customer/account_dashboard_info" name="customer_account_dashboard_info" as="info" template="customer/account/dashboard/info.phtml"/>
         <block type="customer/account_dashboard_newsletter" name="customer_account_dashboard_newsletter" as="newsletter" template="customer/account/dashboard/newsletter.phtml"/>
         <block type="customer/account_dashboard_address" name="customer_account_dashboard_address" as="address" template="customer/account/dashboard/address.phtml"/>
      </block>
   </reference>
</customer_account_index>
<customer_address_index translate="label">
   <label>Customer My Account Address Book</label>
   <update handle="customer_account"/>
   <reference name="my.account.wrapper">
      <block type="customer/address_book" name="address_book" template="customer/address/book.phtml"/>
   </reference>
</customer_address_index>
<customer_address_form translate="label">
   <label>Customer My Account Address Edit Form</label>
   <update handle="customer_account"/>
   <reference name="my.account.wrapper">
      <block type="customer/address_edit" name="customer_address_edit" template="customer/address/edit.phtml"/>
   </reference>
</customer_address_form>
<default>
   <reference name="footer_links">
      <action method="addLink" translate="label title" module="catalog" ifconfig="catalog/seo/site_map">
         <label>Site Map</label>
         <url helper="catalog/map/getCategoryUrl"/>
         <title>Site Map</title>
      </action>
   </reference>
   <block type="catalog/product_price_template" name="catalog_product_price_template"/>
</default>
<catalog_category_default>
   <reference name="left">
      <action method="unsetChild">
         <name>left.permanent.callout</name>
      </action>
   </reference>
</catalog_category_default>
<catalogsearch_result_index>
   <reference name="root">
      <action method="setTemplate">
         <template>page/2columns-left.phtml</template>
      </action>
   </reference>
   <reference name="left">
      <action method="unsetChild">
         <name>left.permanent.callout</name>
      </action>
   </reference>
   <reference name="right">
      <action method="unsetChild">
         <name>catalog.compare.sidebar</name>
      </action>
      <action method="unsetChild">
         <name>right.permanent.callout</name>
      </action>
   </reference>
</catalogsearch_result_index>
<catalog_category_default translate="label">
   <label>Catalog Category (Non-Anchor)</label>
   <reference name="left">
      <block type="catalog/navigation" name="catalog.leftnav" template="catalog/navigation/left.phtml"/>
   </reference>
   <reference name="content">
      <block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
         <block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
            <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
               <block type="page/html_pager" name="product_list_toolbar_pager"/>
            </block>
            <action method="addColumnCountLayoutDepend">
               <layout>empty</layout>
               <count>6</count>
            </action>
            <action method="addColumnCountLayoutDepend">
               <layout>one_column</layout>
               <count>5</count>
            </action>
            <action method="addColumnCountLayoutDepend">
               <layout>two_columns_left</layout>
               <count>4</count>
            </action>
            <action method="addColumnCountLayoutDepend">
               <layout>two_columns_right</layout>
               <count>4</count>
            </action>
            <action method="addColumnCountLayoutDepend">
               <layout>three_columns</layout>
               <count>3</count>
            </action>
            <action method="setToolbarBlockName">
               <name>product_list_toolbar</name>
            </action>
         </block>
      </block>
   </reference>
</catalog_category_default>
<catalog_category_layered translate="label">
   <label>Catalog Category (Anchor)</label>
   <reference name="left">
      <block type="catalog/layer_view" name="catalog.leftnav" template="catalog/layer/view.phtml"/>
   </reference>
   <reference name="content">
      <block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
         <block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
            <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
               <block type="page/html_pager" name="product_list_toolbar_pager"/>
            </block>
            <action method="addColumnCountLayoutDepend">
               <layout>empty</layout>
               <count>6</count>
            </action>
            <action method="addColumnCountLayoutDepend">
               <layout>one_column</layout>
               <count>5</count>
            </action>
            <action method="addColumnCountLayoutDepend">
               <layout>two_columns_left</layout>
               <count>4</count>
            </action>
            <action method="addColumnCountLayoutDepend">
               <layout>two_columns_right</layout>
               <count>4</count>
            </action>
            <action method="addColumnCountLayoutDepend">
               <layout>three_columns</layout>
               <count>3</count>
            </action>
            <action method="setToolbarBlockName">
               <name>product_list_toolbar</name>
            </action>
         </block>
      </block>
   </reference>
</catalog_category_layered>
<catalog_product_compare_index translate="label">
   <label>Catalog Product Compare List</label>
   <reference name="root">
      <action method="setTemplate">
         <template>page/popup.phtml</template>
      </action>
   </reference>
   <reference name="head">
      <action method="addJs">
         <script>scriptaculous/scriptaculous.js</script>
      </action>
      <action method="addJs">
         <script>varien/product.js</script>
      </action>
   </reference>
   <reference name="content">
      <block type="catalog/product_compare_list" name="catalog.compare.list" template="catalog/product/compare/list.phtml"/>
   </reference>
</catalog_product_compare_index>
<customer_account_index>
   <reference name="right">
      <action method="unsetChild">
         <name>catalog.compare.sidebar</name>
      </action>
   </reference>
</customer_account_index>
<catalog_product_view translate="label">
   <label>Catalog Product View (Any)</label>
   <reference name="root">
      <action method="setTemplate">
         <template>page/2columns-right.phtml</template>
      </action>
   </reference>
   <reference name="head">
      <action method="addJs">
         <script>varien/product.js</script>
      </action>
      <action method="addJs">
         <script>varien/configurable.js</script>
      </action>
      <action method="addItem">
         <type>js_css</type>
         <name>calendar/calendar-win2k-1.css</name>
         <params/>
      </action>
      <action method="addItem">
         <type>js</type>
         <name>calendar/calendar.js</name>
      </action>
      <action method="addItem">
         <type>js</type>
         <name>calendar/calendar-setup.js</name>
      </action>
   </reference>
   <reference name="content">
      <block type="catalog/product_view" name="product.info" template="catalog/product/view.phtml">
         <action method="addReviewSummaryTemplate">
            <type>short</type>
            <template>review/helper/summary_short.phtml</template>
         </action>
         <block type="catalog/product_view_media" name="product.info.media" as="media" template="catalog/product/view/media.phtml"/>
         <block type="core/text_list" name="alert.urls" as="alert_urls" translate="label">
            <label>Alert Urls</label>
         </block>
         <action method="setTierPriceTemplate">
            <template>catalog/product/view/tierprices.phtml</template>
         </action>
         <block type="catalog/product_list_upsell" name="product.info.upsell" as="upsell_products" template="catalog/product/list/upsell.phtml">
            <action method="setColumnCount">
               <columns>4</columns>
            </action>
            <action method="setItemLimit">
               <type>upsell</type>
               <limit>4</limit>
            </action>
         </block>
         <block type="catalog/product_view_additional" name="product.info.additional" as="product_additional_data"/>
         <block type="catalog/product_view_description" name="product.description" as="description" template="catalog/product/view/description.phtml">
            <action method="addToParentGroup">
               <group>detailed_info</group>
            </action>
         </block>
         <block type="catalog/product_view_attributes" name="product.attributes" as="additional" template="catalog/product/view/attributes.phtml">
            <action method="addToParentGroup">
               <group>detailed_info</group>
            </action>
         </block>
         <block type="catalog/product_view" name="product.info.addto" as="addto" template="catalog/product/view/addto.phtml"/>
         <block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml"/>
         <block type="core/text_list" name="product.info.extrahint" as="extrahint" translate="label">
            <label>Product View Extra Hint</label>
         </block>
         <block type="catalog/product_view" name="product.info.options.wrapper" as="product_options_wrapper" template="catalog/product/view/options/wrapper.phtml" translate="label">
            <label>Info Column Options Wrapper</label>
            <block type="core/template" name="options_js" template="catalog/product/view/options/js.phtml"/>
            <block type="catalog/product_view_options" name="product.info.options" as="product_options" template="catalog/product/view/options.phtml">
               <action method="addOptionRenderer">
                  <type>text</type>
                  <block>catalog/product_view_options_type_text</block>
                  <template>catalog/product/view/options/type/text.phtml</template>
               </action>
               <action method="addOptionRenderer">
                  <type>file</type>
                  <block>catalog/product_view_options_type_file</block>
                  <template>catalog/product/view/options/type/file.phtml</template>
               </action>
               <action method="addOptionRenderer">
                  <type>select</type>
                  <block>catalog/product_view_options_type_select</block>
                  <template>catalog/product/view/options/type/select.phtml</template>
               </action>
               <action method="addOptionRenderer">
                  <type>date</type>
                  <block>catalog/product_view_options_type_date</block>
                  <template>catalog/product/view/options/type/date.phtml</template>
               </action>
            </block>
            <block type="core/html_calendar" name="html_calendar" as="html_calendar" template="page/js/calendar.phtml"/>
         </block>
         <block type="catalog/product_view" name="product.info.options.wrapper.bottom" as="product_options_wrapper_bottom" template="catalog/product/view/options/wrapper/bottom.phtml" translate="label">
            <label>Bottom Block Options Wrapper</label>
            <action method="insert">
               <block>product.tierprices</block>
            </action>
            <block type="catalog/product_view" name="product.clone_prices" as="prices" template="catalog/product/view/price_clone.phtml"/>
            <action method="append">
               <block>product.info.addtocart</block>
            </action>
            <action method="append">
               <block>product.info.addto</block>
            </action>
         </block>
         <block type="core/template_facade" name="product.info.container1" as="container1">
            <action method="setDataByKey">
               <key>alias_in_layout</key>
               <value>container1</value>
            </action>
            <action method="setDataByKeyFromRegistry">
               <key>options_container</key>
               <key_in_registry>product</key_in_registry>
            </action>
            <action method="append">
               <block>product.info.options.wrapper</block>
            </action>
            <action method="append">
               <block>product.info.options.wrapper.bottom</block>
            </action>
         </block>
         <block type="core/template_facade" name="product.info.container2" as="container2">
            <action method="setDataByKey">
               <key>alias_in_layout</key>
               <value>container2</value>
            </action>
            <action method="setDataByKeyFromRegistry">
               <key>options_container</key>
               <key_in_registry>product</key_in_registry>
            </action>
            <action method="append">
               <block>product.info.options.wrapper</block>
            </action>
            <action method="append">
               <block>product.info.options.wrapper.bottom</block>
            </action>
         </block>
         <action method="unsetCallChild">
            <child>container1</child>
            <call>ifEquals</call>
            <if>0</if>
            <key>alias_in_layout</key>
            <key>options_container</key>
         </action>
         <action method="unsetCallChild">
            <child>container2</child>
            <call>ifEquals</call>
            <if>0</if>
            <key>alias_in_layout</key>
            <key>options_container</key>
         </action>
      </block>
   </reference>
</catalog_product_view>
<PRODUCT_TYPE_simple translate="label" module="catalog">
   <label>Catalog Product View (Simple)</label>
   <reference name="product.info">
      <block type="catalog/product_view_type_simple" name="product.info.simple" as="product_type_data" template="catalog/product/view/type/default.phtml">
         <block type="core/text_list" name="product.info.simple.extra" as="product_type_data_extra" translate="label">
            <label>Product Extra Info</label>
         </block>
      </block>
   </reference>
</PRODUCT_TYPE_simple>
<PRODUCT_TYPE_configurable translate="label" module="catalog">
   <label>Catalog Product View (Configurable)</label>
   <reference name="product.info">
      <block type="catalog/product_view_type_configurable" name="product.info.configurable" as="product_type_data" template="catalog/product/view/type/default.phtml">
         <block type="core/text_list" name="product.info.configurable.extra" as="product_type_data_extra" translate="label">
            <label>Product Extra Info</label>
         </block>
      </block>
   </reference>
   <reference name="product.info.options.wrapper">
      <block type="catalog/product_view_type_configurable" name="product.info.options.configurable" as="options_configurable" before="-" template="catalog/product/view/type/options/configurable.phtml"/>
   </reference>
</PRODUCT_TYPE_configurable>
<PRODUCT_TYPE_grouped translate="label" module="catalog">
   <label>Catalog Product View (Grouped)</label>
   <reference name="product.info">
      <block type="catalog/product_view_type_grouped" name="product.info.grouped" as="product_type_data" template="catalog/product/view/type/grouped.phtml">
         <block type="core/text_list" name="product.info.grouped.extra" as="product_type_data_extra" translate="label">
            <label>Product Extra Info</label>
         </block>
      </block>
   </reference>
</PRODUCT_TYPE_grouped>
<PRODUCT_TYPE_virtual translate="label" module="catalog">
   <label>Catalog Product View (Virtual)</label>
   <reference name="product.info">
      <block type="catalog/product_view_type_virtual" name="product.info.virtual" as="product_type_data" template="catalog/product/view/type/default.phtml">
         <block type="core/text_list" name="product.info.virtual.extra" as="product_type_data_extra" translate="label">
            <label>Product Extra Info</label>
         </block>
      </block>
   </reference>
</PRODUCT_TYPE_virtual>
<catalog_product_send translate="label">
   <label>Catalog Product Email to a Friend</label>
   <reference name="root">
      <action method="setTemplate">
         <template>page/2columns-right.phtml</template>
      </action>
   </reference>
   <reference name="head">
      <action method="addJs">
         <script>varien/product.js</script>
      </action>
   </reference>
   <reference name="content">
      <block type="catalog/product_send" name="product.send" template="catalog/product/send.phtml">
            </block>
   </reference>
</catalog_product_send>
<catalog_product_gallery translate="label">
   <label>Catalog Product Image Gallery Popup</label>
   <reference name="root">
      <action method="setTemplate">
         <template>page/popup.phtml</template>
      </action>
   </reference>
   <reference name="content">
      <block type="catalog/product_gallery" name="catalog_product_gallery" template="catalog/product/gallery.phtml"/>
   </reference>
</catalog_product_gallery>
<catalog_seo_sitemap translate="label">
   <label>Catalog Seo Sitemap (Common)</label>
   <remove name="right"/>
   <remove name="left"/>
   <reference name="root">
      <action method="setTemplate">
         <template>page/1column.phtml</template>
      </action>
   </reference>
   <reference name="content">
      <block type="page/template_container" name="seo.sitemap.container" template="catalog/seo/sitemap/container.phtml">
         <block type="page/template_links" name="seo.sitemap.links" as="links" template="page/template/links.phtml"/>
         <block type="page/html_pager" name="seo.sitemap.pager.top" as="pager_top" template="page/html/pager.phtml"/>
         <block type="page/html_pager" name="seo.sitemap.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
      </block>
   </reference>
</catalog_seo_sitemap>
<catalog_seo_sitemap_category translate="label">
   <label>Catalog Seo Sitemap (Category List)</label>
   <reference name="head">
      <action method="setTitle" translate="title" module="catalog">
         <title>Site Map</title>
      </action>
   </reference>
   <update handle="catalog_seo_sitemap"/>
   <reference name="seo.sitemap.container">
      <action method="setTitle" translate="title" module="catalog">
         <title>Categories</title>
      </action>
      <block type="catalog/seo_sitemap_category" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
         <action method="bindPager">
            <pager>seo.sitemap.pager.top</pager>
         </action>
         <action method="bindPager">
            <pager>seo.sitemap.pager.bottom</pager>
         </action>
         <action method="setItemsTitle" translate="title" module="catalog">
            <title>categories</title>
         </action>
      </block>
   </reference>
   <reference name="seo.sitemap.links">
      <action method="addLink" translate="label title" module="catalog">
         <label>Products Sitemap</label>
         <url helper="catalog/map/getProductUrl"/>
         <title>Products Sitemap</title>
      </action>
   </reference>
</catalog_seo_sitemap_category>
<catalog_seo_sitemap_category_tree translate="label">
   <label>Catalog Seo Sitemap (Category Tree)</label>
   <reference name="seo.sitemap.container">
      <remove name="seo.sitemap.pager.top"/>
      <remove name="seo.sitemap.pager.bottom"/>
      <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.top" as="pager_top" template="page/html/pager.phtml"/>
      <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
      <remove name="seo.sitemap.sitemap"/>
      <block type="catalog/seo_sitemap_tree_category" name="seo.sitemap.sitemap_tree" as="sitemap" after="pager_top" template="catalog/seo/tree.phtml">
         <action method="bindPager">
            <pager>seo.sitemap.tree.pager.top</pager>
         </action>
         <action method="bindPager">
            <pager>seo.sitemap.tree.pager.bottom</pager>
         </action>
      </block>
   </reference>
</catalog_seo_sitemap_category_tree>
<catalog_seo_sitemap_product translate="label">
   <label>Catalog Seo Sitemap (Product List)</label>
   <reference name="head">
      <action method="setTitle" translate="title" module="catalog">
         <title>Site Map</title>
      </action>
   </reference>
   <update handle="catalog_seo_sitemap"/>
   <reference name="seo.sitemap.container">
      <action method="setTitle" translate="title" module="catalog">
         <title>Products</title>
      </action>
      <block type="catalog/seo_sitemap_product" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
         <action method="bindPager">
            <pager>seo.sitemap.pager.top</pager>
         </action>
         <action method="bindPager">
            <pager>seo.sitemap.pager.bottom</pager>
         </action>
         <action method="setItemsTitle" translate="title" module="catalog">
            <title>products</title>
         </action>
      </block>
   </reference>
   <reference name="seo.sitemap.links">
      <action method="addLink" translate="label title" module="catalog">
         <label>Categories Sitemap</label>
         <url helper="catalog/map/getCategoryUrl"/>
         <title>Categories Sitemap</title>
      </action>
   </reference>
</catalog_seo_sitemap_product>
<catalog_category_default>
   <update handle="MAP_popup"/>
</catalog_category_default>
<catalog_category_layered>
   <update handle="MAP_popup"/>
</catalog_category_layered>
<catalog_product_compare_index>
   <update handle="MAP_popup"/>
</catalog_product_compare_index>
<catalog_product_view>
   <update handle="MAP_popup"/>
   <update handle="MAP_price_msrp_item"/>
</catalog_product_view>
<checkout_cart_index>
   <update handle="MAP_popup"/>
</checkout_cart_index>
<checkout_onepage_success>
   <update handle="MAP_popup"/>
</checkout_onepage_success>
<checkout_onepage_failure>
   <update handle="MAP_popup"/>
</checkout_onepage_failure>
<wishlist_index_index>
   <update handle="MAP_popup"/>
   <update handle="MAP_price_msrp_wishlist_item"/>
</wishlist_index_index>
<wishlist_shared_index>
   <update handle="MAP_popup"/>
   <update handle="MAP_price_msrp_wishlist_item"/>
</wishlist_shared_index>
<review_product_list>
   <update handle="MAP_popup"/>
   <update handle="MAP_price_msrp_item"/>
</review_product_list>
<catalogsearch_result_index>
   <update handle="MAP_popup"/>
</catalogsearch_result_index>
<catalogsearch_advanced_result>
   <update handle="MAP_popup"/>
</catalogsearch_advanced_result>
<tag_product_list>
   <update handle="MAP_popup"/>
</tag_product_list>
<tag_customer_view>
   <update handle="MAP_popup"/>
</tag_customer_view>
<MAP_popup>
   <reference name="head">
      <action method="addItem" ifconfig="sales/msrp/enabled">
         <type>skin_js</type>
         <name>js/msrp.js</name>
      </action>
   </reference>
   <reference name="content">
      <block type="core/template" template="catalog/msrp/popup.phtml" name="product.tooltip"/>
   </reference>
</MAP_popup>
<MAP_price_msrp_item>
   <reference name="catalog_product_price_template">
      <action method="addPriceBlockType">
         <type>msrp</type>
         <block>catalog/product_price</block>
         <template>catalog/product/price_msrp_item.phtml</template>
      </action>
   </reference>
   <reference name="product.clone_prices">
      <action method="addPriceBlockType">
         <type>msrp</type>
         <block>catalog/product_price</block>
         <template>catalog/product/price_msrp_item.phtml</template>
      </action>
   </reference>
</MAP_price_msrp_item>
<MAP_price_msrp_wishlist_item>
   <reference name="catalog_product_price_template">
      <action method="addPriceBlockType">
         <type>msrp</type>
         <block>catalog/product_price</block>
         <template>wishlist/render/item/price_msrp_item.phtml</template>
      </action>
   </reference>
</MAP_price_msrp_wishlist_item>
<default>
   <reference name="catalog_product_price_template">
      <action method="addPriceBlockType">
         <type>msrp</type>
         <block>catalog/product_price</block>
         <template>catalog/product/price_msrp.phtml</template>
      </action>
      <action method="addPriceBlockType">
         <type>msrp_item</type>
         <block>catalog/product_price</block>
         <template>catalog/product/price_msrp_item.phtml</template>
      </action>
      <action method="addPriceBlockType">
         <type>msrp_noform</type>
         <block>catalog/product_price</block>
         <template>catalog/product/price_msrp_noform.phtml</template>
      </action>
   </reference>
</default>
<default>
   <reference name="header">
      <block type="core/template" name="top.search" as="topSearch" template="catalogsearch/form.mini.phtml"/>
   </reference>
   <reference name="footer_links">
      <action method="addLink" translate="label title" module="catalogsearch" ifconfig="catalog/seo/search_terms">
         <label>Search Terms</label>
         <url helper="catalogsearch/getSearchTermUrl"/>
         <title>Search Terms</title>
      </action>
      <action method="addLink" translate="label title" module="catalogsearch">
         <label>Advanced Search</label>
         <url helper="catalogsearch/getAdvancedSearchUrl"/>
         <title>Advanced Search</title>
      </action>
   </reference>
</default>
<catalogsearch_result_index translate="label">
   <label>Quick Search Form</label>
   <reference name="root">
      <action method="setTemplate">
         <template>page/2columns-left.phtml</template>
      </action>
   </reference>
   <reference name="left">
      <block type="catalogsearch/layer" name="catalogsearch.leftnav" after="currency" template="catalog/layer/view.phtml"/>
   </reference>
   <reference name="content">
      <block type="catalogsearch/result" name="search.result" template="catalogsearch/result.phtml">
         <block type="catalog/product_list" name="search_result_list" template="catalog/product/list.phtml">
            <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
               <block type="page/html_pager" name="product_list_toolbar_pager"/>
            </block>
            <action method="addColumnCountLayoutDepend">
               <layout>empty</layout>
               <count>6</count>
            </action>
            <action method="addColumnCountLayoutDepend">
               <layout>one_column</layout>
               <count>5</count>
            </action>
            <action method="addColumnCountLayoutDepend">
               <layout>two_columns_left</layout>
               <count>4</count>
            </action>
            <action method="addColumnCountLayoutDepend">
               <layout>two_columns_right</layout>
               <count>4</count>
            </action>
            <action method="addColumnCountLayoutDepend">
               <layout>three_columns</layout>
               <count>3</count>
            </action>
            <action method="setToolbarBlockName">
               <name>product_list_toolbar</name>
            </action>
         </block>
         <action method="setListOrders"/>
         <action method="setListModes"/>
         <action method="setListCollection"/>
      </block>
   </reference>
</catalogsearch_result_index>
<catalogsearch_advanced_index translate="label">
   <label>Advanced Search Form</label>
   <reference name="root">
      <action method="setTemplate">
         <template>page/2columns-right.phtml</template>
      </action>
   </reference>
   <reference name="head">
      <action method="setTitle" translate="title" module="catalogsearch">
         <title>Advanced Search</title>
      </action>
      <action method="addItem">
         <type>js_css</type>
         <name>calendar/calendar-win2k-1.css</name>
         <params/>
      </action>
      <action method="addItem">
         <type>js</type>
         <name>calendar/calendar.js</name>
      </action>
      <action method="addItem">
         <type>js</type>
         <name>calendar/calendar-setup.js</name>
      </action>
   </reference>
   <reference name="content">
      <block type="catalogsearch/advanced_form" name="catalogsearch_advanced_form" template="catalogsearch/advanced/form.phtml"/>
      <block type="core/html_calendar" name="html_calendar" as="html_calendar" template="page/js/calendar.phtml"/>
   </reference>
</catalogsearch_advanced_index>
<catalogsearch_advanced_result translate="label">
   <label>Advanced Search Result</label>
   <update handle="page_two_columns_right"/>
   <reference name="root">
      <action method="setTemplate">
         <template>page/2columns-right.phtml</template>
      </action>
   </reference>
   <reference name="content">
      <block type="catalogsearch/advanced_result" name="catalogsearch_advanced_result" template="catalogsearch/advanced/result.phtml">
         <block type="catalog/product_list" name="search_result_list" template="catalog/product/list.phtml">
            <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
               <block type="page/html_pager" name="product_list_toolbar_pager"/>
            </block>
            <action method="addColumnCountLayoutDepend">
               <layout>empty</layout>
               <count>6</count>
            </action>
            <action method="addColumnCountLayoutDepend">
               <layout>one_column</layout>
               <count>5</count>
            </action>
            <action method="addColumnCountLayoutDepend">
               <layout>two_columns_left</layout>
               <count>4</count>
            </action>
            <action method="addColumnCountLayoutDepend">
               <layout>two_columns_right</layout>
               <count>4</count>
            </action>
            <action method="addColumnCountLayoutDepend">
               <layout>three_columns</layout>
               <count>3</count>
            </action>
            <action method="setToolbarBlockName">
               <name>product_list_toolbar</name>
            </action>
         </block>
         <action method="setListOrders"/>
         <action method="setListModes"/>
         <action method="setListCollection"/>
      </block>
   </reference>
</catalogsearch_advanced_result>
<catalogsearch_term_popular translate="label">
   <label>Popular Search Terms</label>
   <remove name="right"/>
   <remove name="left"/>
   <reference name="head">
      <action method="setTitle" translate="title" module="catalogsearch">
         <title>Search Terms</title>
      </action>
   </reference>
   <reference name="root">
      <action method="setTemplate">
         <template>page/1column.phtml</template>
      </action>
   </reference>
   <reference name="content">
      <block type="catalogsearch/term" name="seo.searchterm" template="catalogsearch/term.phtml"/>
   </reference>
</catalogsearch_term_popular>
<catalog_product_view>
   <reference name="product.info">
      <block type="payment/catalog_product_view_profile" name="product.info.additional.recurring.schedule" as="recurring_info" template="payment/catalog/product/view/profile/schedule.phtml">
         <action method="addToParentGroup">
            <group>detailed_info</group>
         </action>
         <action method="setTitle" translate="value">
            <value>Recurring Profile</value>
         </action>
      </block>
   </reference>
   <reference name="product.info.options.wrapper">
      <block type="payment/catalog_product_view_profile" name="product.info.options.recurring" as="recurring_options" template="payment/catalog/product/view/profile/options.phtml"/>
   </reference>
</catalog_product_view>
<customer_logged_in>
   <reference name="right">
      <block type="sales/reorder_sidebar" name="sale.reorder.sidebar" as="reorder" template="sales/reorder/sidebar.phtml"/>
   </reference>
</customer_logged_in>
<checkout_onepage_index>
   <remove name="sale.reorder.sidebar"/>
</checkout_onepage_index>
<checkout_onepage_reorder>
   <reference name="right">
      <action method="unsetChild">
         <name>reorder</name>
      </action>
   </reference>
</checkout_onepage_reorder>
<customer_account>
   <reference name="left">
      <block type="sales/reorder_sidebar" name="sale.reorder.sidebar" as="reorder" template="sales/reorder/sidebar.phtml"/>
   </reference>
</customer_account>
<customer_account_index>
   <reference name="customer_account_dashboard">
      <block type="sales/order_recent" name="customer_account_dashboard_top" as="top" template="sales/order/recent.phtml"/>
   </reference>
</customer_account_index>
<sales_order_history translate="label">
   <label>Customer My Account Order History</label>
   <update handle="customer_account"/>
   <reference name="my.account.wrapper">
      <block type="sales/order_history" name="sales.order.history">
         <block type="core/text_list" name="sales.order.history.info" as="info" translate="label">
            <label>Order History Info</label>
         </block>
      </block>
      <block type="customer/account_dashboard" name="customer.account.link.back" template="customer/account/link/back.phtml"/>
   </reference>
</sales_order_history>
<sales_order_view translate="label">
   <label>Customer My Account Order View</label>
   <update handle="customer_account"/>
   <reference name="my.account.wrapper">
      <block type="sales/order_info" as="info" name="sales.order.info">
         <block type="sales/order_info_buttons" as="buttons" name="sales.order.info.buttons"/>
      </block>
      <block type="sales/order_view" name="sales.order.view">
         <block type="sales/order_items" name="order_items" template="sales/order/items.phtml">
            <action method="addItemRender">
               <type>default</type>
               <block>sales/order_item_renderer_default</block>
               <template>sales/order/items/renderer/default.phtml</template>
            </action>
            <action method="addItemRender">
               <type>grouped</type>
               <block>sales/order_item_renderer_grouped</block>
               <template>sales/order/items/renderer/default.phtml</template>
            </action>
            <block type="sales/order_totals" name="order_totals" template="sales/order/totals.phtml">
               <action method="setLabelProperties">
                  <value>colspan="4" class="a-right"</value>
               </action>
               <action method="setValueProperties">
                  <value>class="last a-right"</value>
               </action>
               <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml"/>
            </block>
         </block>
      </block>
   </reference>
   <reference name="sales.order.info">
      <action method="addLink" translate="label" module="sales">
         <name>view</name>
         <path/>
         <label>Order Information</label>
      </action>
      <action method="addLink" translate="label" module="sales">
         <name>invoice</name>
         <path>*/*/invoice</path>
         <label>Invoices</label>
      </action>
      <action method="addLink" translate="label" module="sales">
         <name>shipment</name>
         <path>*/*/shipment</path>
         <label>Shipments</label>
      </action>
      <action method="addLink" translate="label" module="sales">
         <name>creditmemo</name>
         <path>*/*/creditmemo</path>
         <label>Refunds</label>
      </action>
   </reference>
   <block type="core/text_list" name="additional.product.info" translate="label">
      <label>Additional Product Info</label>
   </block>
</sales_order_view>
<sales_order_invoice translate="label">
   <label>Customer My Account Order Invoice View</label>
   <update handle="customer_account"/>
   <reference name="my.account.wrapper">
      <block type="sales/order_info" as="info" name="sales.order.info">
         <block type="sales/order_info_buttons" as="buttons" name="sales.order.info.buttons"/>
      </block>
      <block type="sales/order_invoice" name="sales.order.invoice">
         <block type="sales/order_invoice_items" name="invoice_items" template="sales/order/invoice/items.phtml">
            <action method="addItemRender">
               <type>default</type>
               <block>sales/order_item_renderer_default</block>
               <template>sales/order/invoice/items/renderer/default.phtml</template>
            </action>
            <action method="addItemRender">
               <type>grouped</type>
               <block>sales/order_item_renderer_grouped</block>
               <template>sales/order/invoice/items/renderer/default.phtml</template>
            </action>
            <block type="sales/order_invoice_totals" name="invoice_totals" template="sales/order/totals.phtml">
               <action method="setLabelProperties">
                  <value>colspan="4" class="a-right"</value>
               </action>
               <action method="setValueProperties">
                  <value>class="last a-right"</value>
               </action>
               <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml"/>
            </block>
            <block type="sales/order_comments" name="invoice_comments" template="sales/order/comments.phtml"/>
         </block>
      </block>
   </reference>
   <reference name="sales.order.info">
      <action method="addLink" translate="label" module="sales">
         <name>view</name>
         <path>*/*/view</path>
         <label>Order Information</label>
      </action>
      <action method="addLink" translate="label" module="sales">
         <name>invoice</name>
         <path/>
         <label>Invoices</label>
      </action>
      <action method="addLink" translate="label" module="sales">
         <name>shipment</name>
         <path>*/*/shipment</path>
         <label>Shipments</label>
      </action>
      <action method="addLink" translate="label" module="sales">
         <name>creditmemo</name>
         <path>*/*/creditmemo</path>
         <label>Refunds</label>
      </action>
   </reference>
   <block type="core/text_list" name="additional.product.info"/>
</sales_order_invoice>
<sales_order_shipment translate="label">
   <label>Customer My Account Order Shipment View</label>
   <update handle="customer_account"/>
   <reference name="my.account.wrapper">
      <block type="sales/order_info" as="info" name="sales.order.info">
         <block type="sales/order_info_buttons" as="buttons" name="sales.order.info.buttons"/>
      </block>
      <block type="sales/order_shipment" name="sales.order.shipment">
         <block type="sales/order_shipment_items" name="shipment_items" template="sales/order/shipment/items.phtml">
            <action method="addItemRender">
               <type>default</type>
               <block>sales/order_item_renderer_default</block>
               <template>sales/order/shipment/items/renderer/default.phtml</template>
            </action>
            <block type="sales/order_comments" name="shipment_comments" template="sales/order/comments.phtml"/>
         </block>
      </block>
   </reference>
   <reference name="sales.order.info">
      <action method="addLink" translate="label" module="sales">
         <name>view</name>
         <path>*/*/view</path>
         <label>Order Information</label>
      </action>
      <action method="addLink" translate="label" module="sales">
         <name>invoice</name>
         <path>*/*/invoice</path>
         <label>Invoices</label>
      </action>
      <action method="addLink" translate="label" module="sales">
         <name>shipment</name>
         <path/>
         <label>Shipments</label>
      </action>
      <action method="addLink" translate="label" module="sales">
         <name>creditmemo</name>
         <path>*/*/creditmemo</path>
         <label>Refunds</label>
      </action>
   </reference>
   <block type="core/text_list" name="additional.product.info"/>
</sales_order_shipment>
<sales_order_creditmemo translate="label">
   <label>Customer My Account Order Creditmemo View</label>
   <update handle="customer_account"/>
   <reference name="my.account.wrapper">
      <block type="sales/order_info" as="info" name="sales.order.info">
         <block type="sales/order_info_buttons" as="buttons" name="sales.order.info.buttons"/>
      </block>
      <block type="sales/order_creditmemo" name="sales.order.creditmemo">
         <block type="sales/order_creditmemo_items" name="creditmemo_items" template="sales/order/creditmemo/items.phtml">
            <action method="addItemRender">
               <type>default</type>
               <block>sales/order_item_renderer_default</block>
               <template>sales/order/creditmemo/items/renderer/default.phtml</template>
            </action>
            <action method="addItemRender">
               <type>grouped</type>
               <block>sales/order_item_renderer_grouped</block>
               <template>sales/order/creditmemo/items/renderer/default.phtml</template>
            </action>
            <block type="sales/order_creditmemo_totals" name="creditmemo_totals" template="sales/order/totals.phtml">
               <action method="setLabelProperties">
                  <value>colspan="6" class="a-right"</value>
               </action>
               <action method="setValueProperties">
                  <value>class="a-right"</value>
               </action>
               <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml"/>
            </block>
            <block type="sales/order_comments" name="creditmemo_comments" template="sales/order/comments.phtml"/>
         </block>
      </block>
   </reference>
   <reference name="sales.order.info">
      <action method="addLink" translate="label" module="sales">
         <name>view</name>
         <path>*/*/view</path>
         <label>Order Information</label>
      </action>
      <action method="addLink" translate="label" module="sales">
         <name>invoice</name>
         <path>*/*/invoice</path>
         <label>Invoices</label>
      </action>
      <action method="addLink" translate="label" module="sales">
         <name>shipment</name>
         <path>*/*/shipment</path>
         <label>Shipments</label>
      </action>
      <action method="addLink" translate="label" module="sales">
         <name>creditmemo</name>
         <path/>
         <label>Refunds</label>
      </action>
   </reference>
   <block type="core/text_list" name="additional.product.info"/>
</sales_order_creditmemo>
<sales_order_reorder>
   <update handle="customer_account"/>
   <reference name="content">
      <block type="sales/order_view" name="sales.order.view"/>
   </reference>
</sales_order_reorder>
<sales_order_print translate="label">
   <label>Sales Order Print View</label>
   <reference name="content">
      <block type="sales/order_print" name="sales.order.print" template="sales/order/print.phtml">
         <action method="addItemRender">
            <type>default</type>
            <block>sales/order_item_renderer_default</block>
            <template>sales/order/items/renderer/default.phtml</template>
         </action>
         <action method="addItemRender">
            <type>grouped</type>
            <block>sales/order_item_renderer_grouped</block>
            <template>sales/order/items/renderer/default.phtml</template>
         </action>
         <block type="sales/order_totals" name="order_totals" template="sales/order/totals.phtml">
            <action method="setLabelProperties">
               <value>colspan="4" class="a-right"</value>
            </action>
            <action method="setValueProperties">
               <value>class="last a-right"</value>
            </action>
            <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml">
               <action method="setIsPlaneMode">
                  <value>1</value>
               </action>
            </block>
         </block>
      </block>
   </reference>
   <block type="core/text_list" name="additional.product.info"/>
</sales_order_print>
<sales_order_printinvoice translate="label">
   <label>Sales Invoice Print View</label>
   <reference name="content">
      <block type="sales/order_print_invoice" name="sales.order.print.invoice" template="sales/order/print/invoice.phtml">
         <action method="addItemRender">
            <type>default</type>
            <block>sales/order_item_renderer_default</block>
            <template>sales/order/invoice/items/renderer/default.phtml</template>
         </action>
         <action method="addItemRender">
            <type>grouped</type>
            <block>sales/order_item_renderer_grouped</block>
            <template>sales/order/invoice/items/renderer/default.phtml</template>
         </action>
         <block type="sales/order_invoice_totals" name="invoice_totals" template="sales/order/totals.phtml">
            <action method="setLabelProperties">
               <value>colspan="4" class="a-right"</value>
            </action>
            <action method="setValueProperties">
               <value>class="last a-right"</value>
            </action>
            <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml">
               <action method="setIsPlaneMode">
                  <value>1</value>
               </action>
            </block>
         </block>
      </block>
   </reference>
   <block type="core/text_list" name="additional.product.info"/>
</sales_order_printinvoice>
<sales_order_printshipment translate="label">
   <label>Sales Shipment Print View</label>
   <reference name="content">
      <block type="sales/order_print_shipment" name="sales.order.print.shipment" template="sales/order/print/shipment.phtml">
         <action method="addItemRender">
            <type>default</type>
            <block>sales/order_item_renderer_default</block>
            <template>sales/order/shipment/items/renderer/default.phtml</template>
         </action>
      </block>
   </reference>
   <block type="core/text_list" name="additional.product.info"/>
</sales_order_printshipment>
<sales_order_printcreditmemo>
   <reference name="content">
      <block type="sales/order_print_creditmemo" name="sales.order.print.creditmemo" template="sales/order/print/creditmemo.phtml">
         <action method="addItemRender">
            <type>default</type>
            <block>sales/order_item_renderer_default</block>
            <template>sales/order/creditmemo/items/renderer/default.phtml</template>
         </action>
         <action method="addItemRender">
            <type>grouped</type>
            <block>sales/order_item_renderer_grouped</block>
            <template>sales/order/creditmemo/items/renderer/default.phtml</template>
         </action>
         <block type="sales/order_creditmemo_totals" name="creditmemo_totals" template="sales/order/totals.phtml">
            <action method="setLabelProperties">
               <value>colspan="6" class="a-right"</value>
            </action>
            <action method="setValueProperties">
               <value>class="a-right"</value>
            </action>
            <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml">
               <action method="setIsPlaneMode">
                  <value>1</value>
               </action>
            </block>
         </block>
      </block>
   </reference>
   <block type="core/text_list" name="additional.product.info"/>
</sales_order_printcreditmemo>
<sales_email_order_items>
   <block type="sales/order_email_items" name="items" template="email/order/items.phtml">
      <action method="addItemRender">
         <type>default</type>
         <block>sales/order_email_items_order_default</block>
         <template>email/order/items/order/default.phtml</template>
      </action>
      <action method="addItemRender">
         <type>grouped</type>
         <block>sales/order_email_items_order_grouped</block>
         <template>email/order/items/order/default.phtml</template>
      </action>
      <block type="sales/order_totals" name="order_totals" template="sales/order/totals.phtml">
         <action method="setLabelProperties">
            <value>colspan="3" align="right" style="padding:3px 9px"</value>
         </action>
         <action method="setValueProperties">
            <value>align="right" style="padding:3px 9px"</value>
         </action>
         <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml">
            <action method="setIsPlaneMode">
               <value>1</value>
            </action>
         </block>
      </block>
   </block>
   <block type="core/text_list" name="additional.product.info"/>
</sales_email_order_items>
<sales_email_order_invoice_items>
   <block type="sales/order_email_invoice_items" name="items" template="email/order/invoice/items.phtml">
      <action method="addItemRender">
         <type>default</type>
         <block>sales/order_email_items_default</block>
         <template>email/order/items/invoice/default.phtml</template>
      </action>
      <action method="addItemRender">
         <type>grouped</type>
         <block>sales/order_email_items_order_grouped</block>
         <template>email/order/items/invoice/default.phtml</template>
      </action>
      <block type="sales/order_invoice_totals" name="invoice_totals" template="sales/order/totals.phtml">
         <action method="setLabelProperties">
            <value>colspan="3" align="right" style="padding:3px 9px"</value>
         </action>
         <action method="setValueProperties">
            <value>align="right" style="padding:3px 9px"</value>
         </action>
         <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml">
            <action method="setIsPlaneMode">
               <value>1</value>
            </action>
         </block>
      </block>
   </block>
   <block type="core/text_list" name="additional.product.info"/>
</sales_email_order_invoice_items>
<sales_email_order_shipment_items>
   <block type="sales/order_email_shipment_items" name="items" template="email/order/shipment/items.phtml">
      <action method="addItemRender">
         <type>default</type>
         <block>sales/order_email_items_default</block>
         <template>email/order/items/shipment/default.phtml</template>
      </action>
   </block>
   <block type="core/text_list" name="additional.product.info"/>
</sales_email_order_shipment_items>
<sales_email_order_creditmemo_items>
   <block type="sales/order_email_creditmemo_items" name="items" template="email/order/creditmemo/items.phtml">
      <action method="addItemRender">
         <type>default</type>
         <block>sales/order_email_items_default</block>
         <template>email/order/items/creditmemo/default.phtml</template>
      </action>
      <action method="addItemRender">
         <type>grouped</type>
         <block>sales/order_email_items_order_grouped</block>
         <template>email/order/items/creditmemo/default.phtml</template>
      </action>
      <block type="sales/order_creditmemo_totals" name="creditmemo_totals" template="sales/order/totals.phtml">
         <action method="setLabelProperties">
            <value>colspan="3" align="right" style="padding:3px 9px"</value>
         </action>
         <action method="setValueProperties">
            <value>align="right" style="padding:3px 9px"</value>
         </action>
         <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml">
            <action method="setIsPlaneMode">
               <value>1</value>
            </action>
         </block>
      </block>
   </block>
   <block type="core/text_list" name="additional.product.info"/>
</sales_email_order_creditmemo_items>
<sales_guest_form translate="label">
   <label>Returns</label>
   <reference name="root">
      <action method="setTemplate">
         <template>page/1column.phtml</template>
      </action>
   </reference>
   <reference name="content">
      <block type="sales/widget_guest_form" name="guest.form" template="sales/guest/form.phtml"/>
   </reference>
</sales_guest_form>
<sales_guest_view translate="label">
   <label>Customer My Account Order View</label>
   <reference name="root">
      <action method="setTemplate">
         <template>page/1column.phtml</template>
      </action>
   </reference>
   <reference name="content">
      <block type="sales/order_info" as="info" name="sales.order.info">
         <block type="sales/order_info_buttons" as="buttons" name="sales.order.info.buttons"/>
      </block>
      <block type="sales/order_view" name="sales.order.view">
         <block type="sales/order_items" name="order_items" template="sales/order/items.phtml">
            <action method="addItemRender">
               <type>default</type>
               <block>sales/order_item_renderer_default</block>
               <template>sales/order/items/renderer/default.phtml</template>
            </action>
            <action method="addItemRender">
               <type>grouped</type>
               <block>sales/order_item_renderer_grouped</block>
               <template>sales/order/items/renderer/default.phtml</template>
            </action>
            <block type="sales/order_totals" name="order_totals" template="sales/order/totals.phtml">
               <action method="setLabelProperties">
                  <value>colspan="4" class="a-right"</value>
               </action>
               <action method="setValueProperties">
                  <value>class="last a-right"</value>
               </action>
               <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml"/>
            </block>
         </block>
      </block>
   </reference>
   <reference name="sales.order.info">
      <action method="addLink" translate="label" module="sales">
         <name>view</name>
         <path/>
         <label>Order Information</label>
      </action>
      <action method="addLink" translate="label" module="sales">
         <name>invoice</name>
         <path>*/*/invoice</path>
         <label>Invoices</label>
      </action>
      <action method="addLink" translate="label" module="sales">
         <name>shipment</name>
         <path>*/*/shipment</path>
         <label>Shipments</label>
      </action>
      <action method="addLink" translate="label" module="sales">
         <name>creditmemo</name>
         <path>*/*/creditmemo</path>
         <label>Refunds</label>
      </action>
   </reference>
</sales_guest_view>
<sales_guest_invoice translate="label">
   <label>Customer My Account Order Invoice View</label>
   <reference name="root">
      <action method="setTemplate">
         <template>page/1column.phtml</template>
      </action>
   </reference>
   <reference name="content">
      <block type="sales/order_info" as="info" name="sales.order.info">
         <block type="sales/order_info_buttons" as="buttons" name="sales.order.info.buttons"/>
      </block>
      <block type="sales/order_invoice" name="sales.order.invoice">
         <block type="sales/order_invoice_items" name="invoice_items" template="sales/order/invoice/items.phtml">
            <action method="addItemRender">
               <type>default</type>
               <block>sales/order_item_renderer_default</block>
               <template>sales/order/invoice/items/renderer/default.phtml</template>
            </action>
            <action method="addItemRender">
               <type>grouped</type>
               <block>sales/order_item_renderer_grouped</block>
               <template>sales/order/invoice/items/renderer/default.phtml</template>
            </action>
            <block type="sales/order_invoice_totals" name="invoice_totals" template="sales/order/totals.phtml">
               <action method="setLabelProperties">
                  <value>colspan="4" class="a-right"</value>
               </action>
               <action method="setValueProperties">
                  <value>class="last a-right"</value>
               </action>
               <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml"/>
            </block>
            <block type="sales/order_comments" name="invoice_comments" template="sales/order/comments.phtml"/>
         </block>
      </block>
   </reference>
   <reference name="sales.order.info">
      <action method="addLink" translate="label" module="sales">
         <name>view</name>
         <path>*/*/view</path>
         <label>Order Information</label>
      </action>
      <action method="addLink" translate="label" module="sales">
         <name>invoice</name>
         <path/>
         <label>Invoices</label>
      </action>
      <action method="addLink" translate="label" module="sales">
         <name>shipment</name>
         <path>*/*/shipment</path>
         <label>Shipments</label>
      </action>
      <action method="addLink" translate="label" module="sales">
         <name>creditmemo</name>
         <path>*/*/creditmemo</path>
         <label>Refunds</label>
      </action>
   </reference>
</sales_guest_invoice>
<sales_guest_shipment translate="label">
   <label>Customer My Account Order Shipment View</label>
   <reference name="root">
      <action method="setTemplate">
         <template>page/1column.phtml</template>
      </action>
   </reference>
   <reference name="content">
      <block type="sales/order_info" as="info" name="sales.order.info">
         <block type="sales/order_info_buttons" as="buttons" name="sales.order.info.buttons"/>
      </block>
      <block type="sales/order_shipment" name="sales.order.shipment">
         <block type="sales/order_shipment_items" name="shipment_items" template="sales/order/shipment/items.phtml">
            <action method="addItemRender">
               <type>default</type>
               <block>sales/order_item_renderer_default</block>
               <template>sales/order/shipment/items/renderer/default.phtml</template>
            </action>
            <block type="sales/order_comments" name="shipment_comments" template="sales/order/comments.phtml"/>
         </block>
      </block>
   </reference>
   <reference name="sales.order.info">
      <action method="addLink" translate="label" module="sales">
         <name>view</name>
         <path>*/*/view</path>
         <label>Order Information</label>
      </action>
      <action method="addLink" translate="label" module="sales">
         <name>invoice</name>
         <path>*/*/invoice</path>
         <label>Invoices</label>
      </action>
      <action method="addLink" translate="label" module="sales">
         <name>shipment</name>
         <path/>
         <label>Shipments</label>
      </action>
      <action method="addLink" translate="label" module="sales">
         <name>creditmemo</name>
         <path>*/*/creditmemo</path>
         <label>Refunds</label>
      </action>
   </reference>
</sales_guest_shipment>
<sales_guest_creditmemo translate="label">
   <label>Customer My Account Order Creditmemo View</label>
   <reference name="root">
      <action method="setTemplate">
         <template>page/1column.phtml</template>
      </action>
   </reference>
   <reference name="content">
      <block type="sales/order_info" as="info" name="sales.order.info">
         <block type="sales/order_info_buttons" as="buttons" name="sales.order.info.buttons"/>
      </block>
      <block type="sales/order_creditmemo" name="sales.order.creditmemo">
         <block type="sales/order_creditmemo_items" name="creditmemo_items" template="sales/order/creditmemo/items.phtml">
            <action method="addItemRender">
               <type>default</type>
               <block>sales/order_item_renderer_default</block>
               <template>sales/order/creditmemo/items/renderer/default.phtml</template>
            </action>
            <action method="addItemRender">
               <type>grouped</type>
               <block>sales/order_item_renderer_grouped</block>
               <template>sales/order/creditmemo/items/renderer/default.phtml</template>
            </action>
            <block type="sales/order_creditmemo_totals" name="creditmemo_totals" template="sales/order/totals.phtml">
               <action method="setLabelProperties">
                  <value>colspan="6" class="a-right"</value>
               </action>
               <action method="setValueProperties">
                  <value>class="a-right"</value>
               </action>
               <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml"/>
            </block>
            <block type="sales/order_comments" name="creditmemo_comments" template="sales/order/comments.phtml"/>
         </block>
      </block>
   </reference>
   <reference name="sales.order.info">
      <action method="addLink" translate="label" module="sales">
         <name>view</name>
         <path>*/*/view</path>
         <label>Order Information</label>
      </action>
      <action method="addLink" translate="label" module="sales">
         <name>invoice</name>
         <path>*/*/invoice</path>
         <label>Invoices</label>
      </action>
      <action method="addLink" translate="label" module="sales">
         <name>shipment</name>
         <path>*/*/shipment</path>
         <label>Shipments</label>
      </action>
      <action method="addLink" translate="label" module="sales">
         <name>creditmemo</name>
         <path/>
         <label>Refunds</label>
      </action>
   </reference>
</sales_guest_creditmemo>
<sales_guest_reorder>
   <reference name="root">
      <action method="setTemplate">
         <template>page/1column.phtml</template>
      </action>
   </reference>
   <reference name="content">
      <block type="sales/order_view" name="sales.order.view"/>
   </reference>
</sales_guest_reorder>
<sales_guest_print translate="label">
   <label>Sales Order Print View</label>
   <reference name="content">
      <block type="sales/order_print" name="sales.order.print" template="sales/order/print.phtml">
         <action method="addItemRender">
            <type>default</type>
            <block>sales/order_item_renderer_default</block>
            <template>sales/order/items/renderer/default.phtml</template>
         </action>
         <action method="addItemRender">
            <type>grouped</type>
            <block>sales/order_item_renderer_grouped</block>
            <template>sales/order/items/renderer/default.phtml</template>
         </action>
         <block type="sales/order_totals" name="order_totals" template="sales/order/totals.phtml">
            <action method="setLabelProperties">
               <value>colspan="4" class="a-right"</value>
            </action>
            <action method="setValueProperties">
               <value>class="last a-right"</value>
            </action>
            <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml">
               <action method="setIsPlaneMode">
                  <value>1</value>
               </action>
            </block>
         </block>
      </block>
   </reference>
</sales_guest_print>
<sales_guest_printinvoice translate="label">
   <label>Sales Invoice Print View</label>
   <reference name="content">
      <block type="sales/order_print_invoice" name="sales.order.print.invoice" template="sales/order/print/invoice.phtml">
         <action method="addItemRender">
            <type>default</type>
            <block>sales/order_item_renderer_default</block>
            <template>sales/order/invoice/items/renderer/default.phtml</template>
         </action>
         <action method="addItemRender">
            <type>grouped</type>
            <block>sales/order_item_renderer_grouped</block>
            <template>sales/order/invoice/items/renderer/default.phtml</template>
         </action>
         <block type="sales/order_invoice_totals" name="invoice_totals" template="sales/order/totals.phtml">
            <action method="setLabelProperties">
               <value>colspan="4" class="a-right"</value>
            </action>
            <action method="setValueProperties">
               <value>class="last a-right"</value>
            </action>
            <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml">
               <action method="setIsPlaneMode">
                  <value>1</value>
               </action>
            </block>
         </block>
      </block>
   </reference>
</sales_guest_printinvoice>
<sales_guest_printshipment translate="label">
   <label>Sales Shipment Print View</label>
   <reference name="content">
      <block type="sales/order_print_shipment" name="sales.order.print.shipment" template="sales/order/print/shipment.phtml">
         <action method="addItemRender">
            <type>default</type>
            <block>sales/order_item_renderer_default</block>
            <template>sales/order/shipment/items/renderer/default.phtml</template>
         </action>
      </block>
   </reference>
</sales_guest_printshipment>
<sales_guest_printcreditmemo>
   <reference name="content">
      <block type="sales/order_print_creditmemo" name="sales.order.print.creditmemo" template="sales/order/print/creditmemo.phtml">
         <action method="addItemRender">
            <type>default</type>
            <block>sales/order_item_renderer_default</block>
            <template>sales/order/creditmemo/items/renderer/default.phtml</template>
         </action>
         <action method="addItemRender">
            <type>grouped</type>
            <block>sales/order_item_renderer_grouped</block>
            <template>sales/order/creditmemo/items/renderer/default.phtml</template>
         </action>
         <block type="sales/order_creditmemo_totals" name="creditmemo_totals" template="sales/order/totals.phtml">
            <action method="setLabelProperties">
               <value>colspan="6" class="a-right"</value>
            </action>
            <action method="setValueProperties">
               <value>class="a-right"</value>
            </action>
            <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml">
               <action method="setIsPlaneMode">
                  <value>1</value>
               </action>
            </block>
         </block>
      </block>
   </reference>
</sales_guest_printcreditmemo>
<sales_billing_agreement_index>
   <update handle="customer_account"/>
   <reference name="root">
      <action method="setTemplate">
         <template>page/2columns-left.phtml</template>
      </action>
   </reference>
   <reference name="my.account.wrapper">
      <block type="sales/billing_agreements" name="customer.account.billing.agreement" template="sales/billing/agreements.phtml"/>
   </reference>
</sales_billing_agreement_index>
<sales_billing_agreement_view>
   <update handle="customer_account"/>
   <reference name="root">
      <action method="setTemplate">
         <template>page/2columns-left.phtml</template>
      </action>
   </reference>
   <reference name="my.account.wrapper">
      <block type="sales/billing_agreement_view" name="customer.account.billing.agreement" template="sales/billing/agreement/view.phtml"/>
   </reference>
</sales_billing_agreement_view>
<customer_account>

    </customer_account>
<sales_recurring_profile_index>
   <update handle="customer_account"/>
   <reference name="root">
      <action method="setTemplate">
         <template>page/2columns-left.phtml</template>
      </action>
   </reference>
   <reference name="my.account.wrapper">
      <block type="sales/recurring_profiles" name="sales.recurring.profiles" template="sales/recurring/profiles.phtml">
         <block type="sales/recurring_profiles" name="sales.recurring.profiles.grid" as="grid" template="sales/recurring/grid.phtml">
            <action method="prepareProfilesGrid"/>
            <action method="setEmptyGridMessage" translate="value">
               <value>There are no recurring profiles yet.</value>
            </action>
            <action method="setGridHtmlId">
               <value>recurring_profile_list_view</value>
            </action>
         </block>
      </block>
   </reference>
</sales_recurring_profile_index>
<sales_recurring_profile_view__tabs>
   <reference name="root">
      <action method="setTemplate">
         <template>page/2columns-left.phtml</template>
      </action>
   </reference>
   <reference name="my.account.wrapper">
      <block type="sales/recurring_profile_view" name="sales.recurring.profile.view" template="sales/recurring/profile/view.phtml">
         <action method="prepareViewData"/>
         <action method="setShouldPrepareInfoTabs">
            <value>1</value>
         </action>
         <block type="core/text" as="profile_info" name="sales.recurring.profile.view.tab.profile">
            <action method="addToParentGroup">
               <value>info_tabs</value>
            </action>
            <action method="setViewLabel" translate="value">
               <value>Profile Information</value>
            </action>
            <action method="setViewAction">
               <value>view</value>
            </action>
         </block>
         <block type="core/text" as="related_orders" name="sales.recurring.profile.view.tab.orders">
            <action method="addToParentGroup">
               <value>info_tabs</value>
            </action>
            <action method="setViewLabel" translate="value">
               <value>Related Orders</value>
            </action>
            <action method="setViewAction">
               <value>orders</value>
            </action>
         </block>
      </block>
   </reference>
</sales_recurring_profile_view__tabs>
<sales_recurring_profile_view>
   <update handle="customer_account"/>
   <update handle="sales_recurring_profile_view__tabs"/>
   <reference name="sales.recurring.profile.view.tab.profile">
      <action method="setIsViewCurrent">
         <v>1</v>
      </action>
   </reference>
   <reference name="sales.recurring.profile.view">
      <block type="sales/recurring_profile_view" name="sales.recurring.profile.view.general" as="general" template="sales/recurring/profile/view/info.phtml">
         <action method="prepareReferenceInfo"/>
         <action method="addToParentGroup">
            <value>info_blocks_row_1</value>
         </action>
         <action method="setViewColumn">
            <value>1</value>
         </action>
         <action method="setViewLabel" translate="value">
            <value>Reference</value>
         </action>
      </block>
      <block type="sales/recurring_profile_view" name="sales.recurring.profile.view.item" as="item" template="sales/recurring/profile/view/info.phtml">
         <action method="prepareItemInfo"/>
         <action method="addToParentGroup">
            <value>info_blocks_row_1</value>
         </action>
         <action method="setViewColumn">
            <value>2</value>
         </action>
         <action method="setViewLabel" translate="value">
            <value>Purchased Item</value>
         </action>
      </block>
      <block type="sales/recurring_profile_view" name="sales.recurring.profile.view.schedule" as="profile" template="sales/recurring/profile/view/info.phtml">
         <action method="prepareScheduleInfo"/>
         <action method="addToParentGroup">
            <value>info_blocks_row_2</value>
         </action>
         <action method="setViewColumn">
            <value>1</value>
         </action>
         <action method="setViewLabel" translate="value">
            <value>Profile Schedule</value>
         </action>
      </block>
      <block type="sales/recurring_profile_view" name="sales.recurring.profile.view.fees" as="fees" template="sales/recurring/profile/view/info.phtml">
         <action method="prepareFeesInfo"/>
         <action method="addToParentGroup">
            <value>info_blocks_row_2</value>
         </action>
         <action method="setViewColumn">
            <value>2</value>
         </action>
         <action method="setViewLabel" translate="value">
            <value>Profile Payments</value>
         </action>
      </block>
      <block type="sales/recurring_profile_view" name="sales.recurring.profile.view.billing" as="billing_address" template="sales/recurring/profile/view/info.phtml">
         <action method="prepareAddressInfo"/>
         <action method="addToParentGroup">
            <value>info_blocks_row_3</value>
         </action>
         <action method="setViewColumn">
            <value>1</value>
         </action>
         <action method="setViewLabel" translate="value">
            <value>Billing Address</value>
         </action>
      </block>
      <block type="sales/recurring_profile_view" name="sales.recurring.profile.view.shipping" as="shipping_address" template="sales/recurring/profile/view/info.phtml">
         <action method="setAddressType">
            <value>shipping</value>
         </action>
         <action method="prepareAddressInfo"/>
         <action method="addToParentGroup">
            <value>info_blocks_row_3</value>
         </action>
         <action method="setViewColumn">
            <value>2</value>
         </action>
         <action method="setViewLabel" translate="value">
            <value>Shipping Address</value>
         </action>
      </block>
   </reference>
</sales_recurring_profile_view>
<sales_recurring_profile_orders>
   <update handle="customer_account"/>
   <update handle="sales_recurring_profile_view__tabs"/>
   <reference name="sales.recurring.profile.view.tab.orders">
      <action method="setIsViewCurrent">
         <v>1</v>
      </action>
   </reference>
   <reference name="sales.recurring.profile.view">
      <block type="sales/recurring_profile_view" name="sales.recurring.profile.view.orders" as="table" template="sales/recurring/grid.phtml">
         <action method="prepareRelatedOrdersFrontendGrid"/>
         <action method="setViewLabel" translate="value">
            <value>Orders Based on This Profile</value>
         </action>
         <action method="setEmptyGridMessage" translate="value">
            <value>There are no orders yet.</value>
         </action>
         <action method="setGridHtmlClass">
            <value>info-box</value>
         </action>
         <action method="setGridHtmlCss">
            <value>border:0</value>
         </action>
      </block>
   </reference>
</sales_recurring_profile_orders>
<catalog_product_view>
   <reference name="product.info.extrahint">
      <block type="cataloginventory/qtyincrements" name="product.info.extrahint.qtyincrements" template="cataloginventory/qtyincrements.phtml"/>
   </reference>
</catalog_product_view>
<PRODUCT_TYPE_simple>
   <reference name="product.info.simple.extra">
      <block type="cataloginventory/stockqty_default" template="cataloginventory/stockqty/default.phtml"/>
   </reference>
</PRODUCT_TYPE_simple>
<PRODUCT_TYPE_virtual>
   <reference name="product.info.virtual.extra">
      <block type="cataloginventory/stockqty_default" template="cataloginventory/stockqty/default.phtml"/>
   </reference>
</PRODUCT_TYPE_virtual>
<PRODUCT_TYPE_grouped>
   <reference name="product.info.grouped.extra">
      <block type="cataloginventory/stockqty_type_grouped" template="cataloginventory/stockqty/composite.phtml"/>
   </reference>
</PRODUCT_TYPE_grouped>
<PRODUCT_TYPE_configurable>
   <reference name="product.info.configurable.extra">
      <block type="cataloginventory/stockqty_type_configurable" template="cataloginventory/stockqty/composite.phtml"/>
   </reference>
</PRODUCT_TYPE_configurable>
<shipping_tracking_ajax>
   <reference name="root">
      <action method="setTemplate">
         <template/>
      </action>
   </reference>
   <reference name="content">
      <block type="shipping/tracking_ajax" name="shipping.tracking.ajax" template="shipping/tracking/ajax.phtml"/>
   </reference>
</shipping_tracking_ajax>
<shipping_tracking_popup translate="label">
   <label>Shipment Tracking Popup</label>
   <reference name="root">
      <action method="setTemplate">
         <template>page/popup.phtml</template>
      </action>
   </reference>
   <reference name="content">
      <block type="shipping/tracking_popup" name="shipping.tracking.popup" template="shipping/tracking/popup.phtml"/>
   </reference>
</shipping_tracking_popup>
<default>
   <reference name="top.links">
      <block type="checkout/links" name="checkout_cart_link_custom">
         <action method="addCartLink"/>
         <action method="addCheckoutLink"/>
      </block>
   </reference>
   <reference name="right">
      <block type="checkout/cart_sidebar" name="cart_sidebar" template="checkout/cart/sidebar.phtml" before="-">
         <action method="addItemRender">
            <type>simple</type>
            <block>checkout/cart_item_renderer</block>
            <template>checkout/cart/sidebar/default.phtml</template>
         </action>
         <action method="addItemRender">
            <type>grouped</type>
            <block>checkout/cart_item_renderer_grouped</block>
            <template>checkout/cart/sidebar/default.phtml</template>
         </action>
         <action method="addItemRender">
            <type>configurable</type>
            <block>checkout/cart_item_renderer_configurable</block>
            <template>checkout/cart/sidebar/default.phtml</template>
         </action>
         <block type="core/text_list" name="cart_sidebar.extra_actions" as="extra_actions" translate="label" module="checkout">
            <label>Shopping Cart Sidebar Extra Actions</label>
         </block>
      </block>
   </reference>
</default>
<checkout_cart_index translate="label">
   <label>Shopping Cart</label>
   <remove name="right"/>
   <remove name="left"/>
   <reference name="root">
      <action method="setTemplate">
         <template>page/1column.phtml</template>
      </action>
   </reference>
   <reference name="content">
      <block type="checkout/cart" name="checkout.cart">
         <action method="setCartTemplate">
            <value>checkout/cart.phtml</value>
         </action>
         <action method="setEmptyTemplate">
            <value>checkout/cart/noItems.phtml</value>
         </action>
         <action method="chooseTemplate"/>
         <action method="addItemRender">
            <type>simple</type>
            <block>checkout/cart_item_renderer</block>
            <template>checkout/cart/item/default.phtml</template>
         </action>
         <action method="addItemRender">
            <type>grouped</type>
            <block>checkout/cart_item_renderer_grouped</block>
            <template>checkout/cart/item/default.phtml</template>
         </action>
         <action method="addItemRender">
            <type>configurable</type>
            <block>checkout/cart_item_renderer_configurable</block>
            <template>checkout/cart/item/default.phtml</template>
         </action>
         <block type="core/text_list" name="checkout.cart.top_methods" as="top_methods" translate="label">
            <label>Payment Methods Before Checkout Button</label>
         </block>
         <block type="page/html_wrapper" name="checkout.cart.form.before" as="form_before" translate="label">
            <label>Shopping Cart Form Before</label>
         </block>
         <block type="core/text_list" name="checkout.cart.methods" as="methods" translate="label">
            <label>Payment Methods After Checkout Button</label>
            <block type="checkout/onepage_link" name="checkout.cart.methods.onepage" template="checkout/onepage/link.phtml"/>
            <block type="checkout/multishipping_link" name="checkout.cart.methods.multishipping" template="checkout/multishipping/link.phtml"/>
         </block>
         <block type="checkout/cart_coupon" name="checkout.cart.coupon" as="coupon" template="checkout/cart/coupon.phtml"/>
         <block type="checkout/cart_shipping" name="checkout.cart.shipping" as="shipping" template="checkout/cart/shipping.phtml"/>
         <block type="checkout/cart_crosssell" name="checkout.cart.crosssell" as="crosssell" template="checkout/cart/crosssell.phtml"/>
         <block type="checkout/cart_totals" name="checkout.cart.totals" as="totals" template="checkout/cart/totals.phtml"/>
      </block>
   </reference>
   <block type="core/text_list" name="additional.product.info" translate="label">
      <label>Additional Product Info</label>
   </block>
</checkout_cart_index>
<checkout_cart_configure translate="label">
   <label>Configure Cart Item</label>
   <update handle="catalog_product_view"/>
   <reference name="product.info">
      <block type="checkout/cart_item_configure" name="checkout.cart.item.configure.block"/>
   </reference>
</checkout_cart_configure>
<checkout_multishipping translate="label">
   <label>Multishipping Checkout</label>
   <remove name="right"/>
   <remove name="left"/>
   <reference name="root">
      <action method="setTemplate">
         <template>page/1column.phtml</template>
      </action>
   </reference>
   <reference name="content">
      <block type="checkout/multishipping_state" name="checkout_state" template="checkout/multishipping/state.phtml"/>
   </reference>
</checkout_multishipping>
<checkout_multishipping_login>
   <update handle="customer_account_login"/>
</checkout_multishipping_login>
<checkout_multishipping_register>
   <update handle="customer_account_create"/>
</checkout_multishipping_register>
<checkout_multishipping_address_select translate="label">
   <label>Multishipping Checkout Shipping Address Selection</label>
   <update handle="checkout_multishipping"/>
   <reference name="content">
      <block type="checkout/multishipping_address_select" name="checkout_address_select" template="checkout/multishipping/address/select.phtml"/>
   </reference>
</checkout_multishipping_address_select>
<checkout_multishipping_address_selectbilling translate="label">
   <label>Multishipping Checkout Billing Address Selection</label>
   <update handle="checkout_multishipping"/>
   <reference name="content">
      <block type="checkout/multishipping_address_select" name="checkout_address_select" template="checkout/multishipping/address/select.phtml"/>
   </reference>
</checkout_multishipping_address_selectbilling>
<checkout_multishipping_address_newshipping translate="label">
   <label>Multishipping Checkout Shipping Address Creation</label>
   <update handle="checkout_multishipping"/>
   <update handle="checkout_multishipping_customer_address"/>
</checkout_multishipping_address_newshipping>
<checkout_multishipping_address_newbilling translate="label">
   <label>Multishipping Checkout Billing Address Creation</label>
   <update handle="checkout_multishipping"/>
   <update handle="checkout_multishipping_customer_address"/>
</checkout_multishipping_address_newbilling>
<checkout_multishipping_address_editshipping translate="label">
   <label>Multishipping Checkout Shipping Address Edit Form</label>
   <update handle="checkout_multishipping"/>
   <update handle="checkout_multishipping_customer_address"/>
</checkout_multishipping_address_editshipping>
<checkout_multishipping_address_editaddress>
   <update handle="checkout_multishipping"/>
   <update handle="checkout_multishipping_customer_address"/>
</checkout_multishipping_address_editaddress>
<checkout_multishipping_address_editbilling translate="label">
   <label>Multishipping Checkout Billing Address Edit Form</label>
   <update handle="checkout_multishipping"/>
   <update handle="checkout_multishipping_customer_address"/>
</checkout_multishipping_address_editbilling>
<checkout_multishipping_customer_address translate="label">
   <label>Multishipping Checkout Customer Address Edit Form</label>
   <reference name="content">
      <block type="customer/address_edit" name="customer_address_edit" template="customer/address/edit.phtml"/>
   </reference>
</checkout_multishipping_customer_address>
<checkout_multishipping_addresses translate="label">
   <label>Multishipping Checkout Address (Any) Form</label>
   <update handle="checkout_multishipping"/>
   <reference name="content">
      <block type="checkout/multishipping_addresses" name="checkout_addresses" template="checkout/multishipping/addresses.phtml">
         <action method="addItemRender">
            <type>default</type>
            <block>checkout/cart_item_renderer</block>
            <template>checkout/multishipping/item/default.phtml</template>
         </action>
         <action method="addItemRender">
            <type>grouped</type>
            <block>checkout/cart_item_renderer_grouped</block>
            <template>checkout/multishipping/item/default.phtml</template>
         </action>
         <action method="addItemRender">
            <type>configurable</type>
            <block>checkout/cart_item_renderer_configurable</block>
            <template>checkout/multishipping/item/default.phtml</template>
         </action>
      </block>
   </reference>
</checkout_multishipping_addresses>
<checkout_multishipping_shipping translate="label">
   <label>Multishipping Checkout Shipping Information Step</label>
   <update handle="checkout_multishipping"/>
   <reference name="content">
      <block type="checkout/multishipping_shipping" name="checkout_shipping" template="checkout/multishipping/shipping.phtml">
         <action method="addItemRender">
            <type>default</type>
            <block>checkout/cart_item_renderer</block>
            <template>checkout/multishipping/item/default.phtml</template>
         </action>
         <action method="addItemRender">
            <type>grouped</type>
            <block>checkout/cart_item_renderer_grouped</block>
            <template>checkout/multishipping/item/default.phtml</template>
         </action>
         <action method="addItemRender">
            <type>configurable</type>
            <block>checkout/cart_item_renderer_configurable</block>
            <template>checkout/multishipping/item/default.phtml</template>
         </action>
         <block type="checkout/multishipping_billing_items" name="checkout_billing_items" template="checkout/multishipping/billing/items.phtml">
            <action method="addItemRender">
               <type>default</type>
               <block>checkout/cart_item_renderer</block>
               <template>checkout/multishipping/item/default.phtml</template>
            </action>
            <action method="addItemRender">
               <type>grouped</type>
               <block>checkout/cart_item_renderer_grouped</block>
               <template>checkout/multishipping/item/default.phtml</template>
            </action>
            <action method="addItemRender">
               <type>configurable</type>
               <block>checkout/cart_item_renderer_configurable</block>
               <template>checkout/multishipping/item/default.phtml</template>
            </action>
         </block>
      </block>
   </reference>
</checkout_multishipping_shipping>
<checkout_multishipping_billing translate="label">
   <label>Multishipping Checkout Billing Information Step</label>
   <update handle="checkout_multishipping"/>
   <reference name="content">
      <block type="checkout/multishipping_billing" name="checkout_billing" template="checkout/multishipping/billing.phtml">
         <action method="setMethodFormTemplate">
            <method>purchaseorder</method>
            <template>payment/form/purchaseorder.phtml</template>
         </action>
      </block>
   </reference>
</checkout_multishipping_billing>
<checkout_multishipping_overview translate="label">
   <label>Multishipping Checkout Overview</label>
   <update handle="checkout_multishipping"/>
   <reference name="content">
      <block type="checkout/multishipping_overview" name="checkout_overview" template="checkout/multishipping/overview.phtml">
         <action method="addItemRender">
            <type>default</type>
            <block>checkout/cart_item_renderer</block>
            <template>checkout/multishipping/item/default.phtml</template>
         </action>
         <action method="addItemRender">
            <type>grouped</type>
            <block>checkout/cart_item_renderer_grouped</block>
            <template>checkout/multishipping/item/default.phtml</template>
         </action>
         <action method="addItemRender">
            <type>configurable</type>
            <block>checkout/cart_item_renderer_configurable</block>
            <template>checkout/multishipping/item/default.phtml</template>
         </action>
         <action method="addRowItemRender">
            <type>grouped</type>
            <block>checkout/cart_item_renderer_grouped</block>
            <template>checkout/multishipping/overview/item.phtml</template>
         </action>
         <action method="addRowItemRender">
            <type>configurable</type>
            <block>checkout/cart_item_renderer_configurable</block>
            <template>checkout/multishipping/overview/item.phtml</template>
         </action>
         <block type="checkout/multishipping_payment_info" name="payment_info">
            <action method="setInfoTemplate">
               <method/>
               <template/>
            </action>
         </block>
         <block type="checkout/agreements" name="checkout.multishipping.agreements" as="agreements" template="checkout/multishipping/agreements.phtml"/>
         <block type="checkout/cart_totals" name="totals"/>
         <block type="core/text_list" name="checkout.multishipping.overview.items.after" as="items_after" translate="label">
            <label>Overview Items After</label>
         </block>
      </block>
   </reference>
</checkout_multishipping_overview>
<checkout_multishipping_success translate="label">
   <label>Multishipping Checkout Success</label>
   <update handle="checkout_multishipping"/>
   <reference name="content">
      <block type="checkout/multishipping_success" name="checkout_success" template="checkout/multishipping/success.phtml"/>
   </reference>
</checkout_multishipping_success>
<checkout_onepage_index translate="label">
   <label>One Page Checkout</label>
   <remove name="left"/>
   <reference name="root">
      <action method="setTemplate">
         <template>page/2columns-right.phtml</template>
      </action>
   </reference>
   <reference name="right">
      <action method="unsetChildren"/>
      <block type="page/html_wrapper" name="checkout.progress.wrapper" translate="label">
         <label>Checkout Progress Wrapper</label>
         <action method="setElementId">
            <value>checkout-progress-wrapper</value>
         </action>
         <block type="checkout/onepage_progress" name="checkout.progress" before="-" template="checkout/onepage/progress.phtml">
            <block type="checkout/onepage_progress" name="billing.progress" template="checkout/onepage/progress/billing.phtml"/>
            <block type="checkout/onepage_progress" name="shipping.progress" template="checkout/onepage/progress/shipping.phtml"/>
            <block type="checkout/onepage_progress" name="shippingmethod.progress" template="checkout/onepage/progress/shipping_method.phtml"/>
            <block type="checkout/onepage_progress" name="payment.progress" template="checkout/onepage/progress/payment.phtml"/>
         </block>
      </block>
   </reference>
   <reference name="content">
      <block type="checkout/onepage" name="checkout.onepage" template="checkout/onepage.phtml">
         <block type="checkout/onepage_login" name="checkout.onepage.login" as="login" template="checkout/onepage/login.phtml">
            <block type="page/html_wrapper" name="checkout.onepage.login.before" as="login_before" translate="label">
               <label>Login/Registration Before</label>
               <action method="setMayBeInvisible">
                  <value>1</value>
               </action>
            </block>
         </block>
         <block type="checkout/onepage_billing" name="checkout.onepage.billing" as="billing" template="checkout/onepage/billing.phtml"/>
         <block type="checkout/onepage_shipping" name="checkout.onepage.shipping" as="shipping" template="checkout/onepage/shipping.phtml"/>
         <block type="checkout/onepage_shipping_method" name="checkout.onepage.shipping_method" as="shipping_method" template="checkout/onepage/shipping_method.phtml">
            <block type="checkout/onepage_shipping_method_available" name="checkout.onepage.shipping_method.available" as="available" template="checkout/onepage/shipping_method/available.phtml"/>
            <block type="checkout/onepage_shipping_method_additional" name="checkout.onepage.shipping_method.additional" as="additional" template="checkout/onepage/shipping_method/additional.phtml"/>
         </block>
         <block type="checkout/onepage_payment" name="checkout.onepage.payment" as="payment" template="checkout/onepage/payment.phtml">
            <block type="checkout/onepage_payment_methods" name="checkout.payment.methods" as="methods" template="checkout/onepage/payment/info.phtml">
               <action method="setMethodFormTemplate">
                  <method>purchaseorder</method>
                  <template>payment/form/purchaseorder.phtml</template>
               </action>
            </block>
         </block>
         <block type="checkout/onepage_review" name="checkout.onepage.review" as="review" template="checkout/onepage/review.phtml"/>
      </block>
   </reference>
</checkout_onepage_index>
<checkout_onepage_progress>
   <remove name="right"/>
   <remove name="left"/>
   <block type="checkout/onepage_progress" name="root" output="toHtml" template="checkout/onepage/progress.phtml">
      <action method="setInfoTemplate">
         <method/>
         <template/>
      </action>
      <block type="checkout/onepage_progress" name="billing.progress" template="checkout/onepage/progress/billing.phtml"/>
      <block type="checkout/onepage_progress" name="shipping.progress" template="checkout/onepage/progress/shipping.phtml"/>
      <block type="checkout/onepage_progress" name="shippingmethod.progress" template="checkout/onepage/progress/shipping_method.phtml"/>
      <block type="checkout/onepage_progress" name="payment.progress" template="checkout/onepage/progress/payment.phtml"/>
   </block>
</checkout_onepage_progress>
<checkout_onepage_progress_billing>
   <remove name="right"/>
   <remove name="left"/>
   <block type="checkout/onepage_progress" name="root" output="toHtml" template="checkout/onepage/progress/billing.phtml">
      <action method="setInfoTemplate">
         <method/>
         <template/>
      </action>
   </block>
</checkout_onepage_progress_billing>
<checkout_onepage_progress_shipping>
   <remove name="right"/>
   <remove name="left"/>
   <block type="checkout/onepage_progress" name="root" output="toHtml" template="checkout/onepage/progress/shipping.phtml">
      <action method="setInfoTemplate">
         <method/>
         <template/>
      </action>
   </block>
</checkout_onepage_progress_shipping>
<checkout_onepage_progress_shipping_method>
   <remove name="right"/>
   <remove name="left"/>
   <block type="checkout/onepage_progress" name="root" output="toHtml" template="checkout/onepage/progress/shipping_method.phtml">
      <action method="setInfoTemplate">
         <method/>
         <template/>
      </action>
   </block>
</checkout_onepage_progress_shipping_method>
<checkout_onepage_progress_payment>
   <remove name="right"/>
   <remove name="left"/>
   <block type="checkout/onepage_progress" name="root" output="toHtml" template="checkout/onepage/progress/payment.phtml">
      <block type="checkout/onepage_payment_info" name="payment_info">
         <action method="setInfoTemplate">
            <method/>
            <template/>
         </action>
      </block>
      <action method="setInfoTemplate">
         <method/>
         <template/>
      </action>
   </block>
</checkout_onepage_progress_payment>
<checkout_onepage_paymentmethod>
   <remove name="right"/>
   <remove name="left"/>
   <block type="checkout/onepage_payment_methods" name="root" output="toHtml" template="checkout/onepage/payment/methods.phtml">
      <action method="setMethodFormTemplate">
         <method>purchaseorder</method>
         <template>payment/form/purchaseorder.phtml</template>
      </action>
   </block>
</checkout_onepage_paymentmethod>
<checkout_onepage_shippingmethod>
   <remove name="right"/>
   <remove name="left"/>
   <block type="checkout/onepage_shipping_method_available" name="root" output="toHtml" template="checkout/onepage/shipping_method/available.phtml"/>
</checkout_onepage_shippingmethod>
<checkout_onepage_additional>
   <remove name="right"/>
   <remove name="left"/>
   <block type="checkout/onepage_shipping_method_additional" name="root" output="toHtml" template="checkout/onepage/shipping_method/additional.phtml">
      <action method="setDontDisplayContainer">
         <param>1</param>
      </action>
   </block>
</checkout_onepage_additional>
<checkout_onepage_review translate="label">
   <label>One Page Checkout Overview</label>
   <remove name="right"/>
   <remove name="left"/>
   <block type="checkout/onepage_review_info" name="root" output="toHtml" template="checkout/onepage/review/info.phtml">
      <action method="addItemRender">
         <type>default</type>
         <block>checkout/cart_item_renderer</block>
         <template>checkout/onepage/review/item.phtml</template>
      </action>
      <action method="addItemRender">
         <type>grouped</type>
         <block>checkout/cart_item_renderer_grouped</block>
         <template>checkout/onepage/review/item.phtml</template>
      </action>
      <action method="addItemRender">
         <type>configurable</type>
         <block>checkout/cart_item_renderer_configurable</block>
         <template>checkout/onepage/review/item.phtml</template>
      </action>
      <block type="checkout/cart_totals" name="checkout.onepage.review.info.totals" as="totals" template="checkout/onepage/review/totals.phtml"/>
      <block type="core/text_list" name="checkout.onepage.review.info.items.before" as="items_before" translate="label">
         <label>Items Before</label>
      </block>
      <block type="core/text_list" name="checkout.onepage.review.info.items.after" as="items_after" translate="label">
         <label>Items After</label>
      </block>
      <block type="checkout/agreements" name="checkout.onepage.agreements" as="agreements" template="checkout/onepage/agreements.phtml"/>
      <block type="core/template" name="checkout.onepage.review.button" as="button" template="checkout/onepage/review/button.phtml"/>
   </block>
</checkout_onepage_review>
<checkout_onepage_success translate="label">
   <label>One Page Checkout Success</label>
   <reference name="root">
      <action method="setTemplate">
         <template>page/2columns-right.phtml</template>
      </action>
   </reference>
   <reference name="content">
      <block type="checkout/onepage_success" name="checkout.success" template="checkout/success.phtml"/>
   </reference>
</checkout_onepage_success>
<checkout_onepage_failure translate="label">
   <label>One Page Checkout Failure</label>
   <reference name="root">
      <action method="setTemplate">
         <template>page/2columns-right.phtml</template>
      </action>
   </reference>
   <reference name="content">
      <block type="checkout/onepage_failure" name="checkout.failure" template="checkout/onepage/failure.phtml"/>
   </reference>
</checkout_onepage_failure>
<block type="core/list" name="additional.product.info"/>
<checkout_cart_index>
   <reference name="checkout.cart.top_methods">
      <block type="paypal/express_shortcut" name="checkout.cart.methods.paypal_express.top" before="-" template="paypal/express/shortcut.phtml">
         <action method="setIsQuoteAllowed">
            <value>1</value>
         </action>
      </block>
   </reference>
   <reference name="checkout.cart.methods">
      <block type="paypal/express_shortcut" name="checkout.cart.methods.paypal_express.bottom" before="-" template="paypal/express/shortcut.phtml">
         <action method="setIsQuoteAllowed">
            <value>1</value>
         </action>
      </block>
   </reference>
   <update handle="SHORTCUT_popup"/>
</checkout_cart_index>
<paypal_express_review translate="label">
   <label>PayPal Express Order Review Form</label>
   <remove name="right"/>
   <remove name="left"/>
   <reference name="root">
      <action method="setTemplate">
         <template>page/1column.phtml</template>
      </action>
   </reference>
   <reference name="content">
      <block type="paypal/express_review" name="paypal.express.review" template="paypal/express/review.phtml">
         <block type="paypal/express_review_billing" name="express.review.billing" as="billing" template="paypal/express/review/address.phtml"/>
         <block type="paypal/express_review_shipping" name="express.review.shipping" as="shipping" template="paypal/express/review/address.phtml"/>
         <block type="paypal/express_review" name="express.review.shipping.method" as="shipping_method" template="paypal/express/review/shipping/method.phtml"/>
         <block type="paypal/express_review_details" name="paypal.express.review.details" as="details" template="paypal/express/review/details.phtml">
            <action method="addItemRender">
               <type>default</type>
               <block>checkout/cart_item_renderer</block>
               <template>checkout/onepage/review/item.phtml</template>
            </action>
            <action method="addItemRender">
               <type>grouped</type>
               <block>checkout/cart_item_renderer_grouped</block>
               <template>checkout/onepage/review/item.phtml</template>
            </action>
            <action method="addItemRender">
               <type>configurable</type>
               <block>checkout/cart_item_renderer_configurable</block>
               <template>checkout/onepage/review/item.phtml</template>
            </action>
            <block type="checkout/cart_totals" name="paypal.express.review.details.totals" as="totals" template="checkout/onepage/review/totals.phtml"/>
         </block>
         <block type="checkout/agreements" name="paypal.express.review.details.agreements" as="agreements" template="checkout/onepage/agreements.phtml"/>
      </block>
   </reference>
   <reference name="head">
      <action method="addItem">
         <type>skin_js</type>
         <name>js/checkout/review.js</name>
      </action>
   </reference>
   <block type="core/text_list" name="additional.product.info"/>
</paypal_express_review>
<paypal_express_review_details>
   <block type="paypal/express_review_details" name="root" output="toHtml" template="paypal/express/review/details.phtml">
      <action method="addItemRender">
         <type>default</type>
         <block>checkout/cart_item_renderer</block>
         <template>checkout/onepage/review/item.phtml</template>
      </action>
      <action method="addItemRender">
         <type>grouped</type>
         <block>checkout/cart_item_renderer_grouped</block>
         <template>checkout/onepage/review/item.phtml</template>
      </action>
      <action method="addItemRender">
         <type>configurable</type>
         <block>checkout/cart_item_renderer_configurable</block>
         <template>checkout/onepage/review/item.phtml</template>
      </action>
      <block type="checkout/cart_totals" name="paypal.express.review.details.totals" as="totals" template="checkout/onepage/review/totals.phtml"/>
   </block>
</paypal_express_review_details>
<catalog_product_view>
   <reference name="product.info.addtocart">
      <block type="page/html_wrapper" name="product.info.addtocart.paypal.wrapper" translate="label">
         <label>PayPal Express Checkout Shortcut Wrapper</label>
         <block type="paypal/express_shortcut" name="product.info.addtocart.paypal" template="paypal/express/shortcut.phtml">
            <action method="setIsInCatalogProduct">
               <value>1</value>
            </action>
         </block>
      </block>
   </reference>
   <update handle="SHORTCUT_popup"/>
   <reference name="right">
      <block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml">
                
            </block>
   </reference>
</catalog_product_view>
<catalog_category_default>
   <update handle="SHORTCUT_popup"/>
   <reference name="right">
      <block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml"/>
   </reference>
</catalog_category_default>
<catalog_category_layered>
   <update handle="SHORTCUT_popup"/>
   <reference name="right">
      <block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml"/>
   </reference>
</catalog_category_layered>
<catalog_product_compare_index>
   <update handle="SHORTCUT_popup"/>
</catalog_product_compare_index>
<catalogsearch_result_index>
   <update handle="SHORTCUT_popup"/>
</catalogsearch_result_index>
<catalogsearch_advanced_result>
   <update handle="SHORTCUT_popup"/>
</catalogsearch_advanced_result>
<tag_product_list>
   <update handle="SHORTCUT_popup"/>
</tag_product_list>
<tag_customer_view>
   <update handle="SHORTCUT_popup"/>
</tag_customer_view>
<wishlist_index_index>
   <update handle="SHORTCUT_popup"/>
</wishlist_index_index>
<review_product_list>
   <update handle="SHORTCUT_popup"/>
</review_product_list>
<checkout_onepage_success>
   <update handle="SHORTCUT_popup"/>
</checkout_onepage_success>
<checkout_onepage_failure>
   <update handle="SHORTCUT_popup"/>
</checkout_onepage_failure>
<cms_index_index>
   <reference name="right">
      <block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml"/>
   </reference>
</cms_index_index>
<default>
   <reference name="topCart.extra_actions">
      <block type="paypal/express_shortcut" name="paypal.partner.top_cart.shortcut" template="paypal/express/shortcut.phtml"/>
   </reference>
   <reference name="cart_sidebar.extra_actions">
      <block type="paypal/express_shortcut" name="paypal.partner.cart_sidebar.shortcut" template="paypal/express/shortcut.phtml"/>
   </reference>
</default>
<checkout_onepage_review>
   <reference name="checkout.onepage.review.info.items.after">
      <block type="paypal/iframe" name="paypal.iframe"/>
   </reference>
   <reference name="checkout.onepage.review.button">
      <action method="setTemplate">
         <template helper="paypal/hss/getReviewButtonTemplate">
            <name>paypal/hss/review/button.phtml</name>
            <block>checkout.onepage.review.button</block>
         </template>
      </action>
   </reference>
</checkout_onepage_review>
<paypal_payflow_link_iframe>
   <block type="paypal/payflow_link_iframe" name="payflow.link.iframe" template="paypal/payflowlink/form.phtml"/>
</paypal_payflow_link_iframe>
<paypal_payflow_advanced_iframe>
   <block type="paypal/payflow_advanced_iframe" name="payflow.advanced.iframe" template="paypal/payflowadvanced/form.phtml"/>
</paypal_payflow_advanced_iframe>
<paypal_hosted_pro_iframe>
   <block type="paypal/hosted_pro_iframe" name="hosted.pro.iframe" template="paypal/hss/form.phtml"/>
</paypal_hosted_pro_iframe>
<SHORTCUT_popup>
   <reference name="product.tooltip">
      <block type="page/html_wrapper" name="product.info.addtocart.paypal.wrapper" translate="label">
         <block type="paypal/express_shortcut" name="product.info.addtocart.paypal" template="paypal/express/shortcut.phtml">
            <action method="setIsInCatalogProduct">
               <value>1</value>
            </action>
            <action method="setShowOrPosition">
               <value>after</value>
            </action>
         </block>
      </block>
   </reference>
</SHORTCUT_popup>
<default>
   <reference name="right">
      <block type="poll/activePoll" name="right.poll">
         <action method="setPollTemplate">
            <template>poll/active.phtml</template>
            <type>poll</type>
         </action>
         <action method="setPollTemplate">
            <template>poll/result.phtml</template>
            <type>results</type>
         </action>
      </block>
   </reference>
</default>
<customer_account_index>
   <reference name="right">
      <action method="unsetChild">
         <name>right.poll</name>
      </action>
   </reference>
</customer_account_index>
<customer_account>
   <reference name="customer_account_navigation">
      <action method="addLink" translate="label" module="review">
         <name>reviews</name>
         <path>review/customer</path>
         <label>My Product Reviews</label>
      </action>
   </reference>
</customer_account>
<customer_account_index>
   <reference name="customer_account_dashboard">
      <block type="review/customer_recent" name="customer_account_dashboard_info1" as="info1" template="review/customer/recent.phtml"/>
   </reference>
</customer_account_index>
<reviews>
   <reference name="root">
      <action method="setTemplate">
         <template>page/2columns-left.phtml</template>
      </action>
   </reference>
</reviews>
<review_product_list translate="label">
   <label>Catalog Product Reviews List</label>
   <reference name="root">
      <action method="setTemplate">
         <template>page/2columns-right.phtml</template>
      </action>
   </reference>
   <reference name="head">
      <action method="addJs">
         <script>varien/product.js</script>
      </action>
      <action method="addJs">
         <script>varien/configurable.js</script>
      </action>
   </reference>
   <reference name="content">
      <block type="review/product_view" name="product.info" template="catalog/product/view.phtml">
         <block type="catalog/product_view_media" name="product.info.media" as="media" template="catalog/product/view/media.phtml">
            <action method="disableGallery"/>
         </block>
         <block type="catalog/product_view" name="product.info.addto" as="addto" template="catalog/product/view/addto.phtml"/>
         <block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml">
            <block type="page/html_wrapper" name="review.product.info.addtocart.paypal.wrapper" translate="label" module="paypal">
               <label>PayPal Express Checkout Shortcut Wrapper</label>
               <block type="paypal/express_shortcut" name="review.product.info.addtocart.paypal" template="paypal/express/shortcut.phtml">
                  <action method="setIsInCatalogProduct">
                     <value>1</value>
                  </action>
               </block>
            </block>
         </block>
         <block type="catalog/product_view" name="product.tierprices" as="tierprices" template="catalog/product/view/tierprices.phtml"/>
         <block type="core/template" name="product.info.other" as="other" template="review/product/view/other.phtml"/>
         <block type="page/html_pager" name="product_review_list.toolbar"/>
         <block type="core/template" name="product_review_list.count" template="review/product/view/count.phtml"/>
         <block type="review/product_view_list" name="product.info.product_additional_data" as="product_additional_data" template="review/product/view/list.phtml">
            <block type="review/form" name="product.review.form" as="review_form">
               <block type="page/html_wrapper" name="product.review.form.fields.before" as="form_fields_before" translate="label">
                  <label>Review Form Fields Before</label>
                  <action method="setMayBeInvisible">
                     <value>1</value>
                  </action>
               </block>
            </block>
         </block>
      </block>
   </reference>
</review_product_list>
<review_product_view translate="label">
   <label>Catalog Product Review View</label>
   <reference name="root">
      <action method="setTemplate">
         <template>page/2columns-right.phtml</template>
      </action>
   </reference>
   <reference name="content">
      <block type="review/view" name="review_view"/>
   </reference>
</review_product_view>
<review_customer_index translate="label">
   <label>Customer My Account Product Reviews</label>
   <update handle="customer_account"/>
   <reference name="my.account.wrapper">
      <block type="review/customer_list" name="review_customer_list" template="review/customer/list.phtml"/>
   </reference>
</review_customer_index>
<review_customer_view translate="label">
   <label>Customer My Account Review Details</label>
   <update handle="customer_account"/>
   <reference name="my.account.wrapper">
      <block type="review/customer_view" name="customers_review"/>
   </reference>
</review_customer_view>
<default>
   <reference name="right">
      <block type="reports/product_viewed" before="right.permanent.callout" name="right.reports.product.viewed" template="reports/product_viewed.phtml"/>
      <block type="reports/product_compared" before="right.permanent.callout" name="right.reports.product.compared" template="reports/product_compared.phtml"/>
   </reference>
</default>
<catalog_category_layered_nochildren translate="label">
   <label>Catalog Category (Without Subcategories)</label>
   <remove name="right.reports.product.viewed"/>
   <reference name="right">
      <block type="reports/product_viewed" before="right.permanent.callout" name="left.reports.product.viewed" template="reports/product_viewed.phtml"/>
   </reference>
</catalog_category_layered_nochildren>
<default>
   <reference name="head" before="-">
      <block type="googleanalytics/ga" name="google_analytics" as="google_analytics" template="googleanalytics/ga.phtml"/>
   </reference>
</default>
<default>
   <reference name="right">
      <block type="wishlist/customer_sidebar" name="wishlist_sidebar" as="wishlist" after="cart_sidebar" template="wishlist/sidebar.phtml"/>
   </reference>
</default>
<customer_account>
   <reference name="customer_account_navigation">
      <action method="addLink" translate="label" module="wishlist" ifconfig="wishlist/general/active">
         <name>wishlist</name>
         <path>wishlist/</path>
         <label>My Wishlist</label>
      </action>
   </reference>
</customer_account>
<customer_account_index>
   <reference name="right">
      <action method="unsetChild">
         <name>wishlist</name>
      </action>
   </reference>
</customer_account_index>
<wishlist_index_index translate="label">
   <label>Customer My Account My Wishlist</label>
   <update handle="customer_account"/>
   <reference name="my.account.wrapper">
      <block type="wishlist/customer_wishlist" name="customer.wishlist" template="wishlist/view.phtml">
         <action method="setTitle" translate="title">
            <title>My Wishlist</title>
         </action>
         <block type="wishlist/customer_wishlist_items" name="customer.wishlist.items" as="items" template="wishlist/item/list.phtml">
            <block type="wishlist/customer_wishlist_item_column_image" name="customer.wishlist.item.image" template="wishlist/item/column/image.phtml"/>
            <block type="wishlist/customer_wishlist_item_column_comment" name="customer.wishlist.item.info" template="wishlist/item/column/info.phtml">
               <action method="setTitle" translate="title">
                  <title>Product Details and Comment</title>
               </action>
            </block>
            <block type="wishlist/customer_wishlist_item_column_cart" name="customer.wishlist.item.cart" template="wishlist/item/column/cart.phtml">
               <action method="setTitle" translate="title">
                  <title>Add to Cart</title>
               </action>
               <block type="wishlist/customer_wishlist_item_options" name="customer.wishlist.item.options"/>
            </block>
            <block type="wishlist/customer_wishlist_item_column_remove" name="customer.wishlist.item.remove" template="wishlist/item/column/remove.phtml"/>
         </block>
         <block type="core/text_list" name="customer.wishlist.buttons" as="control_buttons">
            <block type="wishlist/customer_wishlist_button" name="customer.wishlist.button.share" template="wishlist/button/share.phtml"/>
            <block type="wishlist/customer_wishlist_button" name="customer.wishlist.button.toCart" template="wishlist/button/tocart.phtml"/>
            <block type="wishlist/customer_wishlist_button" name="customer.wishlist.button.update" template="wishlist/button/update.phtml"/>
         </block>
      </block>
   </reference>
   <reference name="right">
      <action method="unsetChild">
         <name>wishlist_customer_sidebar</name>
      </action>
   </reference>
</wishlist_index_index>
<wishlist_index_share translate="label">
   <label>Customer My Account Wishlist Sharing Form</label>
   <update handle="customer_account"/>
   <reference name="my.account.wrapper">
      <block type="wishlist/customer_sharing" name="wishlist.sharing" template="wishlist/sharing.phtml"/>
   </reference>
   <reference name="right">
      <action method="unsetChild">
         <name>wishlist_customer_sidebar</name>
      </action>
   </reference>
</wishlist_index_share>
<wishlist_index_configure translate="label">
   <label>Configure Wishlist Item</label>
   <update handle="catalog_product_view"/>
   <reference name="product.info">
      <block type="wishlist/item_configure" name="product.info.addto" as="addto" template="wishlist/item/configure/addto.phtml"/>
   </reference>
   <reference name="product.info.options.wrapper.bottom">
      <action method="unsetChild">
         <name>product.info.addto</name>
      </action>
      <action method="append">
         <block>product.info.addto</block>
      </action>
   </reference>
</wishlist_index_configure>
<wishlist_shared_index translate="label">
   <label>Customer Shared Wishlist View</label>
   <reference name="content">
      <block type="wishlist/share_wishlist" name="customer.wishlist" template="wishlist/shared.phtml"/>
   </reference>
</wishlist_shared_index>
<checkout_cart_index>
   <reference name="checkout.cart.top_methods">
      <block type="paypaluk/express_shortcut" name="checkout.cart.methods.paypaluk_express.top" before="-" template="paypal/express/shortcut.phtml">
         <action method="setIsQuoteAllowed">
            <value>1</value>
         </action>
      </block>
   </reference>
   <reference name="checkout.cart.methods">
      <block type="paypaluk/express_shortcut" name="checkout.cart.methods.paypaluk_express.bottom" before="-" template="paypal/express/shortcut.phtml">
         <action method="setIsQuoteAllowed">
            <value>1</value>
         </action>
      </block>
   </reference>
   <update handle="SHORTCUT_uk_popup"/>
</checkout_cart_index>
<paypaluk_express_review translate="label">
   <label>PayPal Express Order Review Form</label>
   <remove name="right"/>
   <remove name="left"/>
   <reference name="root">
      <action method="setTemplate">
         <template>page/1column.phtml</template>
      </action>
   </reference>
   <reference name="content">
      <block type="paypal/express_review" name="paypal.express.review" template="paypaluk/express/review.phtml">
         <action method="setPaypalActionPrefix">
            <prefix>paypaluk</prefix>
         </action>
         <block type="paypal/express_review_details" name="paypal.express.review.details" as="details" template="paypal/express/review/details.phtml">
            <action method="addItemRender">
               <type>default</type>
               <block>checkout/cart_item_renderer</block>
               <template>checkout/onepage/review/item.phtml</template>
            </action>
            <action method="addItemRender">
               <type>grouped</type>
               <block>checkout/cart_item_renderer_grouped</block>
               <template>checkout/onepage/review/item.phtml</template>
            </action>
            <action method="addItemRender">
               <type>configurable</type>
               <block>checkout/cart_item_renderer_configurable</block>
               <template>checkout/onepage/review/item.phtml</template>
            </action>
            <block type="checkout/cart_totals" name="paypal.express.review.details.totals" as="totals" template="checkout/onepage/review/totals.phtml"/>
         </block>
         <block type="checkout/agreements" name="paypal.express.review.details.agreements" as="agreements" template="checkout/onepage/agreements.phtml"/>
      </block>
   </reference>
   <reference name="head">
      <action method="addItem">
         <type>skin_js</type>
         <name>js/checkout/review.js</name>
      </action>
   </reference>
</paypaluk_express_review>
<paypal_express_review_details>
   <block type="paypal/express_review_details" name="root" output="toHtml" template="paypal/express/review/details.phtml">
      <action method="addItemRender">
         <type>default</type>
         <block>checkout/cart_item_renderer</block>
         <template>checkout/onepage/review/item.phtml</template>
      </action>
      <action method="addItemRender">
         <type>grouped</type>
         <block>checkout/cart_item_renderer_grouped</block>
         <template>checkout/onepage/review/item.phtml</template>
      </action>
      <action method="addItemRender">
         <type>configurable</type>
         <block>checkout/cart_item_renderer_configurable</block>
         <template>checkout/onepage/review/item.phtml</template>
      </action>
      <block type="checkout/cart_totals" name="paypal.express.review.details.totals" as="totals" template="checkout/onepage/review/totals.phtml"/>
   </block>
</paypal_express_review_details>
<catalog_product_view>
   <reference name="product.info.addtocart">
      <block type="page/html_wrapper" name="product.info.addtocart.paypaluk.wrapper" translate="label">
         <label>PayPal Express Checkout (Payflow Edition) Shortcut Wrapper</label>
         <action method="setHtmlTagName">
            <tag>p</tag>
         </action>
         <action method="setElementClass">
            <class>paypal-logo</class>
         </action>
         <block type="paypaluk/express_shortcut" name="product.info.addtocart.paypaluk" template="paypal/express/shortcut.phtml">
            <action method="setIsInCatalogProduct">
               <value>1</value>
            </action>
         </block>
      </block>
   </reference>
   <update handle="SHORTCUT_uk_popup"/>
</catalog_product_view>
<default>
   <reference name="topCart.extra_actions">
      <block type="paypaluk/express_shortcut" name="paypaluk.partner.top_cart.shortcut" template="paypal/express/shortcut.phtml"/>
   </reference>
   <reference name="cart_sidebar.extra_actions">
      <block type="paypaluk/express_shortcut" name="paypaluk.partner.cart_sidebar.shortcut" template="paypal/express/shortcut.phtml"/>
   </reference>
</default>
<catalog_category_default>
   <update handle="SHORTCUT_uk_popup"/>
</catalog_category_default>
<catalog_category_layered>
   <update handle="SHORTCUT_uk_popup"/>
</catalog_category_layered>
<catalog_product_compare_index>
   <update handle="SHORTCUT_uk_popup"/>
</catalog_product_compare_index>
<catalogsearch_result_index>
   <update handle="SHORTCUT_uk_popup"/>
</catalogsearch_result_index>
<catalogsearch_advanced_result>
   <update handle="SHORTCUT_uk_popup"/>
</catalogsearch_advanced_result>
<tag_product_list>
   <update handle="SHORTCUT_uk_popup"/>
</tag_product_list>
<tag_customer_view>
   <update handle="SHORTCUT_uk_popup"/>
</tag_customer_view>
<wishlist_index_index>
   <update handle="SHORTCUT_uk_popup"/>
</wishlist_index_index>
<review_product_list>
   <update handle="SHORTCUT_uk_popup"/>
</review_product_list>
<checkout_onepage_success>
   <update handle="SHORTCUT_uk_popup"/>
</checkout_onepage_success>
<checkout_onepage_failure>
   <update handle="SHORTCUT_uk_popup"/>
</checkout_onepage_failure>
<SHORTCUT_uk_popup>
   <reference name="product.tooltip">
      <block type="page/html_wrapper" name="product.info.addtocart.paypaluk.wrapper" translate="label">
         <block type="paypaluk/express_shortcut" name="product.info.addtocart.paypaluk" template="paypal/express/shortcut.phtml">
            <action method="setIsInCatalogProduct">
               <value>1</value>
            </action>
            <action method="setShowOrPosition">
               <value>after</value>
            </action>
         </block>
      </block>
   </reference>
</SHORTCUT_uk_popup>
<default>
   <reference name="footer_links">
      <action method="addLink" translate="label title" module="contacts" ifconfig="contacts/contacts/enabled">
         <label>Contact Us</label>
         <url>contacts</url>
         <title>Contact Us</title>
         <prepare>true</prepare>
      </action>
   </reference>
</default>
<contacts_index_index translate="label">
   <label>Contact Us Form</label>
   <reference name="head">
      <action method="setTitle" translate="title" module="contacts">
         <title>Contact Us</title>
      </action>
   </reference>
   <reference name="root">
      <action method="setTemplate">
         <template>page/2columns-right.phtml</template>
      </action>
      <action method="setHeaderTitle" translate="title" module="contacts">
         <title>Contact Us</title>
      </action>
   </reference>
   <reference name="content">
      <block type="core/template" name="contactForm" template="contacts/form.phtml"/>
   </reference>
</contacts_index_index>
<sendfriend_product_send translate="label">
   <label>Catalog Product Email to a Friend</label>
   <reference name="root">
      <action method="setTemplate">
         <template>page/2columns-right.phtml</template>
      </action>
   </reference>
   <reference name="head">
      <action method="addJs">
         <script>varien/product.js</script>
      </action>
   </reference>
   <reference name="content">
      <block type="sendfriend/send" name="sendfriend.send" template="sendfriend/send.phtml"/>
   </reference>
</sendfriend_product_send>
<default>
   <reference name="footer_links">
      <action method="addLink" translate="label title" module="rss" ifconfig="rss/config/active">
         <label>RSS</label>
         <url>rss</url>
         <title>RSS</title>
         <prepare>true</prepare>
         <urlParams/>
         <position/>
         <li/>
         <a>class="link-rss"</a>
      </action>
   </reference>
   <block type="rss/list" name="head_rss" ifconfig="rss/config/active"/>
</default>
<rss_index_index translate="label">
   <label>RSS Feeds List</label>
   <reference name="root">
      <action method="setTemplate">
         <template>page/2columns-right.phtml</template>
      </action>
   </reference>
   <reference name="content">
      <block type="rss/list" name="rss.list" template="rss/list.phtml"/>
   </reference>
</rss_index_index>
<rss_index_nofeed>
   <block type="core/template" name="root" output="toHtml" template="rss/nofeed.phtml"/>
</rss_index_nofeed>
<rss_index_wishlist>
   <block type="rss/wishlist" name="rss.wishlist" output="toHtml">
      <action method="addPriceBlockType">
         <type>msrp_rss</type>
         <block>catalog/product_price</block>
         <template>wishlist/render/item/price_msrp_rss.phtml</template>
      </action>
   </block>
</rss_index_wishlist>
<rss_catalog_new>
   <block type="rss/catalog_new" output="toHtml" name="rss.catalog.new">
      <action method="addPriceBlockType">
         <type>msrp_rss</type>
         <block>catalog/product_price</block>
         <template>catalog/product/price_msrp_rss.phtml</template>
      </action>
   </block>
</rss_catalog_new>
<rss_catalog_special>
   <block type="rss/catalog_special" output="toHtml" name="rss.catalog.special"/>
</rss_catalog_special>
<rss_catalog_salesrule>
   <block type="rss/catalog_salesrule" output="toHtml" name="rss.catalog.salesrule"/>
</rss_catalog_salesrule>
<rss_catalog_tag>
   <block type="rss/catalog_tag" output="toHtml" name="rss.catalog.tag">
      <action method="addPriceBlockType">
         <type>msrp_rss</type>
         <block>catalog/product_price</block>
         <template>catalog/product/price_msrp_rss.phtml</template>
      </action>
   </block>
</rss_catalog_tag>
<rss_catalog_notifystock>
   <block type="rss/catalog_notifyStock" output="toHtml" name="rss.catalog.notifystock"/>
</rss_catalog_notifystock>
<rss_catalog_review>
   <block type="rss/catalog_review" output="toHtml" name="rss.catalog.review"/>
</rss_catalog_review>
<rss_catalog_category>
   <block type="rss/catalog_category" output="toHtml" name="rss.catalog.category">
      <action method="addPriceBlockType">
         <type>msrp_rss</type>
         <block>catalog/product_price</block>
         <template>catalog/product/price_msrp_rss.phtml</template>
      </action>
   </block>
</rss_catalog_category>
<rss_order_new>
   <block type="rss/order_new" output="toHtml" name="rss.order.new"/>
</rss_order_new>
<rss_order_status>
   <block type="rss/order_status" output="toHtml" name="rss.order.status"/>
</rss_order_status>
<catalog_product_view>
   <reference name="content">
      <reference name="product.info">
         <reference name="alert.urls">
            <block type="productalert/product_view" name="productalert.price" as="productalert_price" template="productalert/product/view.phtml">
               <action method="preparePriceAlertData"/>
               <action method="setHtmlClass">
                  <value>alert-price link-price-alert</value>
               </action>
               <action method="setSignupLabel" translate="value">
                  <value>Sign up for price alert</value>
               </action>
            </block>
            <block type="productalert/product_view" name="productalert.stock" as="productalert_stock" template="productalert/product/view.phtml">
               <action method="prepareStockAlertData"/>
               <action method="setHtmlClass">
                  <value>alert-stock link-stock-alert</value>
               </action>
               <action method="setSignupLabel" translate="value">
                  <value>Sign up to get notified when this product is back in stock</value>
               </action>
            </block>
         </reference>
      </reference>
   </reference>
</catalog_product_view>
<oauth_root_handle>
   <reference name="root">
      <action method="setTemplate">
         <template>page/1column.phtml</template>
      </action>
   </reference>
   <reference name="head">
      <action method="removeItem">
         <type>js</type>
         <name>lib/ccard.js</name>
      </action>
      <action method="removeItem">
         <type>js</type>
         <name>scriptaculous/controls.js</name>
      </action>
      <action method="removeItem">
         <type>js</type>
         <name>scriptaculous/builder.js</name>
      </action>
      <action method="removeItem">
         <type>js</type>
         <name>scriptaculous/dragdrop.js</name>
      </action>
      <action method="removeItem">
         <type>js</type>
         <name>scriptaculous/controls.js</name>
      </action>
      <action method="removeItem">
         <type>js</type>
         <name>scriptaculous/slider.js</name>
      </action>
      <action method="removeItem">
         <type>js</type>
         <name>varien/js.js</name>
      </action>
      <action method="removeItem">
         <type>js</type>
         <name>varien/menu.js</name>
      </action>
   </reference>
   <remove name="top.links"/>
   <remove name="top.search"/>
   <remove name="top.menu"/>
   <remove name="footer"/>
</oauth_root_handle>
<oauth_root_handle_simple>
   <remove name="js_cookie"/>
   <block type="page/html" name="root" output="toHtml" template="page/empty.phtml">
      <block type="page/html_head" name="head" as="head" template="oauth/authorize/head-simple.phtml">
         <action method="addCss">
            <stylesheet>css/oauth-simple.css</stylesheet>
         </action>
      </block>
      <block type="core/text_list" name="content"/>
   </block>
</oauth_root_handle_simple>
<oauth_authorize_index translate="label">
   <update handle="oauth_root_handle"/>
   <label>OAuth authorization for customer</label>
   <reference name="content">
      <block type="oauth/authorize" name="oauth.authorize.form" template="oauth/authorize/form/login.phtml"/>
      <block type="oauth/authorize_button" name="oauth.authorize.button" template="oauth/authorize/button.phtml"/>
   </reference>
</oauth_authorize_index>
<oauth_authorize_simple translate="label">
   <update handle="oauth_root_handle_simple"/>
   <remove name="header"/>
   <label>OAuth authorization Pop Up for customer</label>
   <reference name="content">
      <block type="oauth/authorize" name="oauth.authorize.form" template="oauth/authorize/form/login-simple.phtml"/>
      <block type="oauth/authorize_button" name="oauth.authorize.button" template="oauth/authorize/button-simple.phtml"/>
   </reference>
</oauth_authorize_simple>
<oauth_authorize_confirm translate="label">
   <update handle="oauth_root_handle"/>
   <label>Confirm OAuth token authorization</label>
   <reference name="content">
      <block type="oauth/authorize_button" name="oauth.authorize.confirm" template="oauth/authorize/confirm.phtml"/>
   </reference>
</oauth_authorize_confirm>
<oauth_authorize_confirmsimple translate="label">
   <update handle="oauth_root_handle_simple"/>
   <remove name="header"/>
   <reference name="content">
      <block type="oauth/authorize_button" name="oauth.authorize.confirm" template="oauth/authorize/confirm-simple.phtml"/>
   </reference>
</oauth_authorize_confirmsimple>
<oauth_authorize_reject translate="label">
   <update handle="oauth_root_handle"/>
   <label>Reject OAuth token authorization</label>
   <reference name="content">
      <block type="oauth/authorize_button" name="oauth.authorize.reject" template="oauth/authorize/reject.phtml"/>
   </reference>
</oauth_authorize_reject>
<oauth_authorize_rejectsimple translate="label">
   <update handle="oauth_root_handle_simple"/>
   <remove name="header"/>
   <reference name="content">
      <block type="oauth/authorize_button" name="oauth.authorize.reject" template="oauth/authorize/reject-simple.phtml"/>
   </reference>
</oauth_authorize_rejectsimple>
<oauth_customer_token_index translate="label">
   <label>Customer My Account My OAuth Applications</label>
   <update handle="customer_account"/>
   <reference name="my.account.wrapper">
      <block type="oauth/customer_token_list" name="oauth_customer_token_list" template="oauth/customer/token/list.phtml"/>
   </reference>
</oauth_customer_token_index>
<checkout_onepage_index>
   <reference name="head">
      <action method="addJs">
         <file>mage/directpost.js</file>
      </action>
   </reference>
</checkout_onepage_index>
<checkout_onepage_review>
   <reference name="checkout.onepage.review.info.items.after">
      <block type="directpost/form" name="payment.form.directpost" template="authorizenet/directpost/form.phtml">
         <action method="setMethodInfo"/>
      </block>
   </reference>
</checkout_onepage_review>
<catalog_category_default>
   <reference name="product_list">
      <action method="addPriceBlockType">
         <type>bundle</type>
         <block>bundle/catalog_product_price</block>
         <template>bundle/catalog/product/price.phtml</template>
      </action>
   </reference>
</catalog_category_default>
<catalog_category_view>
   <reference name="product_list">
      <action method="addPriceBlockType">
         <type>bundle</type>
         <block>bundle/catalog_product_price</block>
         <template>bundle/catalog/product/price.phtml</template>
      </action>
   </reference>
</catalog_category_view>
<catalog_category_layered>
   <reference name="product_list">
      <action method="addPriceBlockType">
         <type>bundle</type>
         <block>bundle/catalog_product_price</block>
         <template>bundle/catalog/product/price.phtml</template>
      </action>
   </reference>
</catalog_category_layered>
<catalog_product_compare_index>
   <reference name="catalog.compare.list">
      <action method="addPriceBlockType">
         <type>bundle</type>
         <block>bundle/catalog_product_price</block>
         <template>bundle/catalog/product/price.phtml</template>
      </action>
   </reference>
</catalog_product_compare_index>
<catalogsearch_result_index>
   <reference name="search_result_list">
      <action method="addPriceBlockType">
         <type>bundle</type>
         <block>bundle/catalog_product_price</block>
         <template>bundle/catalog/product/price.phtml</template>
      </action>
   </reference>
</catalogsearch_result_index>
<catalogsearch_advanced_result>
   <reference name="search_result_list">
      <action method="addPriceBlockType">
         <type>bundle</type>
         <block>bundle/catalog_product_price</block>
         <template>bundle/catalog/product/price.phtml</template>
      </action>
   </reference>
</catalogsearch_advanced_result>
<tag_product_list>
   <reference name="search_result_list">
      <action method="addPriceBlockType">
         <type>bundle</type>
         <block>bundle/catalog_product_price</block>
         <template>bundle/catalog/product/price.phtml</template>
      </action>
   </reference>
</tag_product_list>
<tag_customer_view>
   <reference name="customer_view">
      <action method="addPriceBlockType">
         <type>bundle</type>
         <block>bundle/catalog_product_price</block>
         <template>bundle/catalog/product/price.phtml</template>
      </action>
   </reference>
</tag_customer_view>
<default>
   <reference name="cart_sidebar">
      <action method="addItemRender">
         <type>bundle</type>
         <block>bundle/checkout_cart_item_renderer</block>
         <template>checkout/cart/sidebar/default.phtml</template>
      </action>
   </reference>
   <reference name="wishlist_sidebar">
      <action method="addPriceBlockType">
         <type>bundle</type>
         <block>bundle/catalog_product_price</block>
         <template>bundle/catalog/product/price.phtml</template>
      </action>
   </reference>
   <reference name="catalog_product_price_template">
      <action method="addPriceBlockType">
         <type>bundle</type>
         <block>bundle/catalog_product_price</block>
         <template>bundle/catalog/product/price.phtml</template>
      </action>
   </reference>
</default>
<catalog_product_view>
   <reference name="catalog.product.related">
      <action method="addPriceBlockType">
         <type>bundle</type>
         <block>bundle/catalog_product_price</block>
         <template>bundle/catalog/product/price.phtml</template>
      </action>
   </reference>
</catalog_product_view>
<PRODUCT_TYPE_simple>
   <reference name="product.info.upsell">
      <action method="addPriceBlockType">
         <type>bundle</type>
         <block>bundle/catalog_product_price</block>
         <template>bundle/catalog/product/price.phtml</template>
      </action>
      <action method="setItemLimit">
         <type>bundle</type>
         <limit>4</limit>
      </action>
   </reference>
</PRODUCT_TYPE_simple>
<customer_account>
   <reference name="cart_sidebar">
      <action method="addItemRender">
         <type>bundle</type>
         <block>bundle/checkout_cart_item_renderer</block>
         <template>checkout/cart/sidebar/default.phtml</template>
      </action>
   </reference>
</customer_account>
<checkout_cart_index>
   <reference name="checkout.cart">
      <action method="addItemRender">
         <type>bundle</type>
         <block>bundle/checkout_cart_item_renderer</block>
         <template>checkout/cart/item/default.phtml</template>
      </action>
   </reference>
   <reference name="checkout.cart.crosssell">
      <action method="addPriceBlockType">
         <type>bundle</type>
         <block>bundle/catalog_product_price</block>
         <template>bundle/catalog/product/price.phtml</template>
      </action>
   </reference>
</checkout_cart_index>
<checkout_onepage_review>
   <reference name="root">
      <action method="addItemRender">
         <type>bundle</type>
         <block>bundle/checkout_cart_item_renderer</block>
         <template>checkout/onepage/review/item.phtml</template>
      </action>
   </reference>
</checkout_onepage_review>
<checkout_multishipping_addresses>
   <reference name="checkout_addresses">
      <action method="addItemRender">
         <type>bundle</type>
         <block>bundle/checkout_cart_item_renderer</block>
         <template>checkout/multishipping/item/default.phtml</template>
      </action>
   </reference>
</checkout_multishipping_addresses>
<checkout_multishipping_shipping>
   <reference name="checkout_shipping">
      <action method="addItemRender">
         <type>bundle</type>
         <block>bundle/checkout_cart_item_renderer</block>
         <template>checkout/multishipping/item/default.phtml</template>
      </action>
   </reference>
   <reference name="checkout_billing_items">
      <action method="addItemRender">
         <type>bundle</type>
         <block>bundle/checkout_cart_item_renderer</block>
         <template>checkout/multishipping/item/default.phtml</template>
      </action>
   </reference>
</checkout_multishipping_shipping>
<checkout_multishipping_overview>
   <reference name="checkout_overview">
      <action method="addItemRender">
         <type>bundle</type>
         <block>bundle/checkout_cart_item_renderer</block>
         <template>checkout/multishipping/item/default.phtml</template>
      </action>
   </reference>
</checkout_multishipping_overview>
<paypal_express_review>
   <reference name="paypal.express.review.details">
      <action method="addItemRender">
         <type>bundle</type>
         <block>bundle/checkout_cart_item_renderer</block>
         <template>checkout/onepage/review/item.phtml</template>
      </action>
   </reference>
</paypal_express_review>
<paypal_express_review_details>
   <reference name="root">
      <action method="addItemRender">
         <type>bundle</type>
         <block>bundle/checkout_cart_item_renderer</block>
         <template>checkout/onepage/review/item.phtml</template>
      </action>
   </reference>
</paypal_express_review_details>
<paypaluk_express_review>
   <reference name="paypal.express.review.details">
      <action method="addItemRender">
         <type>bundle</type>
         <block>bundle/checkout_cart_item_renderer</block>
         <template>checkout/onepage/review/item.phtml</template>
      </action>
   </reference>
</paypaluk_express_review>
<paypaluk_express_review_details>
   <reference name="root">
      <action method="addItemRender">
         <type>bundle</type>
         <block>bundle/checkout_cart_item_renderer</block>
         <template>checkout/onepage/review/item.phtml</template>
      </action>
   </reference>
</paypaluk_express_review_details>
<PRODUCT_TYPE_bundle translate="label" module="bundle">
   <label>Catalog Product View (Bundle)</label>
   <reference name="head">
      <action method="addItem">
         <type>skin_js</type>
         <name>js/bundle.js</name>
      </action>
   </reference>
   <reference name="product.info">
      <block type="bundle/catalog_product_view_type_bundle" name="product.info.bundle" as="product_type_data" template="bundle/catalog/product/view/type/bundle.phtml">
         <action method="addPriceBlockType">
            <type>bundle</type>
            <block>bundle/catalog_product_price</block>
            <template>bundle/catalog/product/price.phtml</template>
         </action>
         <block type="bundle/catalog_product_price" name="bundle.prices" as="bundle_prices" template="bundle/catalog/product/view/price.phtml">
            <action method="setMAPTemplate">
               <tmpl>catalog/product/price_msrp_item.phtml</tmpl>
            </action>
         </block>
      </block>
   </reference>
   <reference name="product.info.options.wrapper">
      <block type="bundle/catalog_product_view_type_bundle" name="product.info.bundle.options" as="type_bundle_options" template="bundle/catalog/product/view/type/bundle/options.phtml">
         <action method="addRenderer">
            <type>select</type>
            <block>bundle/catalog_product_view_type_bundle_option_select</block>
         </action>
         <action method="addRenderer">
            <type>multi</type>
            <block>bundle/catalog_product_view_type_bundle_option_multi</block>
         </action>
         <action method="addRenderer">
            <type>radio</type>
            <block>bundle/catalog_product_view_type_bundle_option_radio</block>
         </action>
         <action method="addRenderer">
            <type>checkbox</type>
            <block>bundle/catalog_product_view_type_bundle_option_checkbox</block>
         </action>
      </block>
      <action method="insert">
         <block>product.info.bundle.options</block>
      </action>
   </reference>
   <reference name="product.info.options.wrapper.bottom">
      <remove name="product.tierprices"/>
      <block type="bundle/catalog_product_view" name="bundle.tierprices" as="tierprices" before="-" template="bundle/catalog/product/view/tierprices.phtml"/>
      <block type="cataloginventory/qtyincrements" name="product.info.qtyincrements" before="-" template="cataloginventory/qtyincrements.phtml"/>
   </reference>
   <reference name="product.clone_prices">
      <action method="addPriceBlockType">
         <type>bundle</type>
         <block>bundle/catalog_product_price</block>
         <template>bundle/catalog/product/view/price.phtml</template>
      </action>
   </reference>
</PRODUCT_TYPE_bundle>
<sales_order_view>
   <reference name="order_items">
      <action method="addItemRender">
         <type>bundle</type>
         <block>bundle/sales_order_items_renderer</block>
         <template>bundle/sales/order/items/renderer.phtml</template>
      </action>
   </reference>
</sales_order_view>
<sales_order_invoice>
   <reference name="invoice_items">
      <action method="addItemRender">
         <type>bundle</type>
         <block>bundle/sales_order_items_renderer</block>
         <template>bundle/sales/order/invoice/items/renderer.phtml</template>
      </action>
   </reference>
</sales_order_invoice>
<sales_order_shipment>
   <reference name="shipment_items">
      <action method="addItemRender">
         <type>bundle</type>
         <block>bundle/sales_order_items_renderer</block>
         <template>bundle/sales/order/shipment/items/renderer.phtml</template>
      </action>
   </reference>
</sales_order_shipment>
<sales_order_creditmemo>
   <reference name="creditmemo_items">
      <action method="addItemRender">
         <type>bundle</type>
         <block>bundle/sales_order_items_renderer</block>
         <template>bundle/sales/order/creditmemo/items/renderer.phtml</template>
      </action>
   </reference>
</sales_order_creditmemo>
<sales_order_print>
   <reference name="sales.order.print">
      <action method="addItemRender">
         <type>bundle</type>
         <block>bundle/sales_order_items_renderer</block>
         <template>bundle/sales/order/items/renderer.phtml</template>
      </action>
   </reference>
</sales_order_print>
<sales_order_printinvoice>
   <reference name="sales.order.print.invoice">
      <action method="addItemRender">
         <type>bundle</type>
         <block>bundle/sales_order_items_renderer</block>
         <template>bundle/sales/order/invoice/items/renderer.phtml</template>
      </action>
   </reference>
</sales_order_printinvoice>
<sales_order_printshipment>
   <reference name="sales.order.print.shipment">
      <action method="addItemRender">
         <type>bundle</type>
         <block>bundle/sales_order_items_renderer</block>
         <template>bundle/sales/order/shipment/items/renderer.phtml</template>
      </action>
   </reference>
</sales_order_printshipment>
<sales_order_printcreditmemo>
   <reference name="sales.order.print.creditmemo">
      <action method="addItemRender">
         <type>bundle</type>
         <block>bundle/sales_order_items_renderer</block>
         <template>bundle/sales/order/creditmemo/items/renderer.phtml</template>
      </action>
   </reference>
</sales_order_printcreditmemo>
<sales_guest_view>
   <reference name="order_items">
      <action method="addItemRender">
         <type>bundle</type>
         <block>bundle/sales_order_items_renderer</block>
         <template>bundle/sales/order/items/renderer.phtml</template>
      </action>
   </reference>
</sales_guest_view>
<sales_guest_invoice>
   <reference name="invoice_items">
      <action method="addItemRender">
         <type>bundle</type>
         <block>bundle/sales_order_items_renderer</block>
         <template>bundle/sales/order/invoice/items/renderer.phtml</template>
      </action>
   </reference>
</sales_guest_invoice>
<sales_guest_shipment>
   <reference name="shipment_items">
      <action method="addItemRender">
         <type>bundle</type>
         <block>bundle/sales_order_items_renderer</block>
         <template>bundle/sales/order/shipment/items/renderer.phtml</template>
      </action>
   </reference>
</sales_guest_shipment>
<sales_guest_creditmemo>
   <reference name="creditmemo_items">
      <action method="addItemRender">
         <type>bundle</type>
         <block>bundle/sales_order_items_renderer</block>
         <template>bundle/sales/order/creditmemo/items/renderer.phtml</template>
      </action>
   </reference>
</sales_guest_creditmemo>
<sales_guest_print>
   <reference name="sales.order.print">
      <action method="addItemRender">
         <type>bundle</type>
         <block>bundle/sales_order_items_renderer</block>
         <template>bundle/sales/order/items/renderer.phtml</template>
      </action>
   </reference>
</sales_guest_print>
<sales_guest_printinvoice>
   <reference name="sales.order.print.invoice">
      <action method="addItemRender">
         <type>bundle</type>
         <block>bundle/sales_order_items_renderer</block>
         <template>bundle/sales/order/invoice/items/renderer.phtml</template>
      </action>
   </reference>
</sales_guest_printinvoice>
<sales_guest_printshipment>
   <reference name="sales.order.print.shipment">
      <action method="addItemRender">
         <type>bundle</type>
         <block>bundle/sales_order_items_renderer</block>
         <template>bundle/sales/order/shipment/items/renderer.phtml</template>
      </action>
   </reference>
</sales_guest_printshipment>
<sales_guest_printcreditmemo>
   <reference name="sales.order.print.creditmemo">
      <action method="addItemRender">
         <type>bundle</type>
         <block>bundle/sales_order_items_renderer</block>
         <template>bundle/sales/order/creditmemo/items/renderer.phtml</template>
      </action>
   </reference>
</sales_guest_printcreditmemo>
<sales_email_order_items>
   <reference name="items">
      <action method="addItemRender">
         <type>bundle</type>
         <block>bundle/sales_order_items_renderer</block>
         <template>bundle/email/order/items/order/default.phtml</template>
      </action>
   </reference>
</sales_email_order_items>
<sales_email_order_invoice_items>
   <reference name="items">
      <action method="addItemRender">
         <type>bundle</type>
         <block>bundle/sales_order_items_renderer</block>
         <template>bundle/email/order/items/invoice/default.phtml</template>
      </action>
   </reference>
</sales_email_order_invoice_items>
<sales_email_order_shipment_items>
   <reference name="items">
      <action method="addItemRender">
         <type>bundle</type>
         <block>bundle/sales_order_items_renderer</block>
         <template>bundle/email/order/items/shipment/default.phtml</template>
      </action>
   </reference>
</sales_email_order_shipment_items>
<sales_email_order_creditmemo_items>
   <reference name="items">
      <action method="addItemRender">
         <type>bundle</type>
         <block>bundle/sales_order_items_renderer</block>
         <template>bundle/email/order/items/creditmemo/default.phtml</template>
      </action>
   </reference>
</sales_email_order_creditmemo_items>
<rss_catalog_category>
   <reference name="rss.catalog.category">
      <action method="addPriceBlockType">
         <type>bundle</type>
         <block>bundle/catalog_product_price</block>
         <template>bundle/rss/catalog/product/price.phtml</template>
      </action>
   </reference>
</rss_catalog_category>
<rss_catalog_new>
   <reference name="rss.catalog.new">
      <action method="addPriceBlockType">
         <type>bundle</type>
         <block>bundle/catalog_product_price</block>
         <template>bundle/rss/catalog/product/price.phtml</template>
      </action>
   </reference>
</rss_catalog_new>
<rss_catalog_tag>
   <reference name="rss.catalog.tag">
      <action method="addPriceBlockType">
         <type>bundle</type>
         <block>bundle/catalog_product_price</block>
         <template>bundle/rss/catalog/product/price.phtml</template>
      </action>
   </reference>
</rss_catalog_tag>
<customer_account_login>
   <reference name="customer_form_login">
      <block type="core/text_list" name="form.additional.info">
         <block type="captcha/captcha" name="captcha">
            <reference name="head">
               <action method="addJs">
                  <file>mage/captcha.js</file>
               </action>
            </reference>
            <action method="setFormId">
               <formId>user_login</formId>
            </action>
            <action method="setImgWidth">
               <width>230</width>
            </action>
            <action method="setImgHeight">
               <width>50</width>
            </action>
         </block>
      </block>
   </reference>
</customer_account_login>
<customer_account_forgotpassword>
   <reference name="forgotPassword">
      <block type="core/text_list" name="form.additional.info">
         <block type="captcha/captcha" name="captcha">
            <reference name="head">
               <action method="addJs">
                  <file>mage/captcha.js</file>
               </action>
            </reference>
            <action method="setFormId">
               <formId>user_forgotpassword</formId>
            </action>
            <action method="setImgWidth">
               <width>230</width>
            </action>
            <action method="setImgHeight">
               <width>50</width>
            </action>
         </block>
      </block>
   </reference>
</customer_account_forgotpassword>
<customer_account_create>
   <reference name="customer_form_register">
      <block type="core/text_list" name="form.additional.info">
         <block type="captcha/captcha" name="captcha">
            <reference name="head">
               <action method="addJs">
                  <file>mage/captcha.js</file>
               </action>
            </reference>
            <action method="setFormId">
               <formId>user_create</formId>
            </action>
            <action method="setImgWidth">
               <width>230</width>
            </action>
            <action method="setImgHeight">
               <width>50</width>
            </action>
         </block>
      </block>
   </reference>
</customer_account_create>
<checkout_onepage_index>
   <reference name="checkout.onepage.login">
      <block type="core/text_list" name="form.additional.info">
         <block type="captcha/captcha" name="captcha">
            <reference name="head">
               <action method="addJs">
                  <file>mage/captcha.js</file>
               </action>
            </reference>
            <action method="setFormId">
               <formId>user_login</formId>
            </action>
            <action method="setImgWidth">
               <width>230</width>
            </action>
            <action method="setImgHeight">
               <width>50</width>
            </action>
         </block>
      </block>
   </reference>
   <reference name="checkout.onepage.billing">
      <block type="core/text_list" name="form.additional.info">
         <block type="captcha/captcha" name="captcha.guest.checkout">
            <reference name="head">
               <action method="addJs">
                  <file>mage/captcha.js</file>
               </action>
            </reference>
            <action method="setFormId">
               <formId>guest_checkout</formId>
            </action>
            <action method="setImgWidth">
               <width>230</width>
            </action>
            <action method="setImgHeight">
               <width>50</width>
            </action>
         </block>
         <block type="captcha/captcha" name="captcha.register.during.checkout">
            <reference name="head">
               <action method="addJs">
                  <file>mage/captcha.js</file>
               </action>
            </reference>
            <action method="setFormId">
               <formId>register_during_checkout</formId>
            </action>
            <action method="setImgWidth">
               <width>230</width>
            </action>
            <action method="setImgHeight">
               <width>50</width>
            </action>
         </block>
      </block>
   </reference>
</checkout_onepage_index>
<centinel_index_authenticationstart>
   <block type="centinel/authentication_start" name="root" output="toHtml" template="centinel/authentication/start.phtml"/>
</centinel_index_authenticationstart>
<centinel_index_authenticationcomplete>
   <block type="centinel/authentication_complete" name="root" output="toHtml" template="centinel/authentication/complete.phtml"/>
</centinel_index_authenticationcomplete>
<checkout_multishipping_overview>
   <reference name="head">
      <action method="addJs">
         <script>mage/centinel.js</script>
      </action>
   </reference>
   <reference name="checkout.multishipping.overview.items.after">
      <block type="centinel/authentication" name="centinel.frame" template="centinel/authentication.phtml">
         <action method="addRelatedBlock">
            <blockId>checkout-review-submit</blockId>
         </action>
         <action method="setAuthenticationStartMode">
            <mode>window</mode>
         </action>
      </block>
   </reference>
</checkout_multishipping_overview>
<checkout_onepage_savepayment>
   <reference name="checkout.onepage.review.info.items.before">
      <block type="centinel/authentication" name="centinel.frame" template="centinel/authentication.phtml">
         <action method="addRelatedBlock">
            <blockId>checkout-review-submit</blockId>
         </action>
         <action method="addRelatedBlock">
            <blockId>checkout-review-table-wrapper</blockId>
         </action>
         <action method="setAuthenticationStartMode">
            <mode>instant</mode>
         </action>
      </block>
   </reference>
</checkout_onepage_savepayment>
<checkout_onepage_index>
   <reference name="head">
      <action method="addJs">
         <script>mage/centinel.js</script>
      </action>
   </reference>
</checkout_onepage_index>
<catalog_product_view>
   <reference name="content">
      <block type="core/template" name="external.pagecache.cookie" template="pagecache/cookie.phtml"/>
   </reference>
</catalog_product_view>
<customer_account_login>
   <reference name="customer_form_login">
      <action method="setTemplate">
         <template>persistent/customer/form/login.phtml</template>
      </action>
      <block type="persistent/form_remember" name="persistent.remember.me" template="persistent/remember_me.phtml"/>
      <block type="core/template" name="persistent.remember.me.tooltip" template="persistent/remember_me_tooltip.phtml"/>
   </reference>
</customer_account_login>
<customer_account_create>
   <reference name="customer_form_register">
      <action method="setTemplate">
         <template>persistent/customer/form/register.phtml</template>
      </action>
      <block type="persistent/form_remember" name="persistent.remember.me" template="persistent/remember_me.phtml"/>
      <block type="core/template" name="persistent.remember.me.tooltip" template="persistent/remember_me_tooltip.phtml"/>
   </reference>
</customer_account_create>
<checkout_onepage_index>
   <reference name="checkout.onepage.login">
      <action method="setTemplate">
         <template>persistent/checkout/onepage/login.phtml</template>
      </action>
      <block type="persistent/form_remember" name="persistent.remember.me" template="persistent/remember_me.phtml"/>
   </reference>
   <reference name="checkout.onepage.billing">
      <action method="setTemplate">
         <template>persistent/checkout/onepage/billing.phtml</template>
      </action>
      <block type="persistent/form_remember" name="persistent.remember.me" template="persistent/remember_me.phtml"/>
      <block type="core/template" name="persistent.remember.me.tooltip" template="persistent/remember_me_tooltip.phtml"/>
   </reference>
</checkout_onepage_index>
<customer_logged_out>
   <reference name="right">
      <block type="sales/reorder_sidebar" name="sale.reorder.sidebar" as="reorder" template="sales/reorder/sidebar.phtml"/>
   </reference>
</customer_logged_out>
<checkout_cart_index>
   <reference name="head">
      <action method="addItem">
         <type>js</type>
         <name>varien/weee.js</name>
      </action>
   </reference>
</checkout_cart_index>
<checkout_onepage_index>
   <reference name="head">
      <action method="addItem">
         <type>js</type>
         <name>varien/weee.js</name>
      </action>
   </reference>
</checkout_onepage_index>
<checkout_multishipping>
   <reference name="head">
      <action method="addItem">
         <type>js</type>
         <name>varien/weee.js</name>
      </action>
   </reference>
</checkout_multishipping>
<customer_logged_in>
   <reference name="head">
      <action method="addItem">
         <type>js</type>
         <name>varien/weee.js</name>
      </action>
   </reference>
</customer_logged_in>
<default>
    </default>
<xmlconnect_index_index>
   <block type="xmlconnect/home" name="xmlconnect.home" output="toHtml"/>
</xmlconnect_index_index>
<xmlconnect_localization_index>
   <block type="xmlconnect/localization" name="xmlconnect.localization" output="toHtml"/>
</xmlconnect_localization_index>
<xmlconnect_homebanners_index>
   <block type="xmlconnect/homebanners" name="xmlconnect.homebanners" output="toHtml"/>
</xmlconnect_homebanners_index>
<xmlconnect_catalog_filters>
   <block type="xmlconnect/catalog_filters" name="xmlconnect.catalog.filters" output="toHtml"/>
</xmlconnect_catalog_filters>
<xmlconnect_catalog_category>
   <block type="xmlconnect/catalog_category" name="xmlconnect.catalog.category" output="toHtml">
      <block type="xmlconnect/catalog_product_list" name="xmlconnect.catalog.product.list" as="product_list" output="">
         <block type="xmlconnect/catalog_product_price" name="xmlconnect.catalog.product.price" as="product_price" output="">
            <action method="addRenderer">
               <type>bundle</type>
               <renderer>xmlconnect/catalog_product_price_bundle</renderer>
            </action>
            <action method="addRenderer">
               <type>giftcard</type>
               <renderer>xmlconnect/catalog_product_price_giftcard</renderer>
            </action>
         </block>
      </block>
      <block type="xmlconnect/catalog_category_info" name="xmlconnect.catalog.category.info" as="category_info" output=""/>
   </block>
</xmlconnect_catalog_category>
<xmlconnect_catalog_categorydetails>
   <block type="xmlconnect/catalog_category" name="xmlconnect.catalog.category" output="toHtml">
      <block type="xmlconnect/catalog_product_list" name="xmlconnect.catalog.product.list" as="product_list" output="">
         <block type="xmlconnect/catalog_product_itemPrice" name="xmlconnect.catalog.product.itemprice" as="product_price" output="">
            <action method="addRenderer">
               <type>bundle</type>
               <renderer>xmlconnect/catalog_product_itemPrice_bundle</renderer>
            </action>
            <action method="addRenderer">
               <type>giftcard</type>
               <renderer>xmlconnect/catalog_product_itemPrice_giftcard</renderer>
            </action>
         </block>
      </block>
      <block type="xmlconnect/catalog_category_info" name="xmlconnect.catalog.category.info" as="category_info" output=""/>
   </block>
</xmlconnect_catalog_categorydetails>
<xmlconnect_catalog_product>
   <block type="xmlconnect/catalog_product" name="xmlconnect.catalog.product" output="toHtml">
      <block type="xmlconnect/catalog_product_related" name="xmlconnect.product.related" as="related_products" output=""/>
      <block type="xmlconnect/catalog_product_price" name="xmlconnect.catalog.product.price" as="product_price" output="">
         <action method="addRenderer">
            <type>bundle</type>
            <renderer>xmlconnect/catalog_product_price_bundle</renderer>
         </action>
         <action method="addRenderer">
            <type>giftcard</type>
            <renderer>xmlconnect/catalog_product_price_giftcard</renderer>
         </action>
      </block>
      <block type="xmlconnect/catalog_product_attributes" name="xmlconnect.catalog.product.attributes" as="additional_info" output=""/>
      <block type="xmlconnect/catalog_product_options" name="xmlconnect.catalog.product.options" output="">
         <action method="addRenderer">
            <type>simple</type>
            <renderer>xmlconnect/catalog_product_options_simple</renderer>
         </action>
         <action method="addRenderer">
            <type>virtual</type>
            <renderer>xmlconnect/catalog_product_options_virtual</renderer>
         </action>
         <action method="addRenderer">
            <type>configurable</type>
            <renderer>xmlconnect/catalog_product_options_configurable</renderer>
         </action>
         <action method="addRenderer">
            <type>bundle</type>
            <renderer>xmlconnect/catalog_product_options_bundle</renderer>
         </action>
         <action method="addRenderer">
            <type>grouped</type>
            <renderer>xmlconnect/catalog_product_options_grouped</renderer>
         </action>
         <action method="addRenderer">
            <type>giftcard</type>
            <renderer>xmlconnect/catalog_product_options_giftcard</renderer>
         </action>
         <action method="addRenderer">
            <type>downloadable</type>
            <renderer>xmlconnect/catalog_product_options_downloadable</renderer>
         </action>
      </block>
   </block>
</xmlconnect_catalog_product>
<xmlconnect_catalog_productview>
   <block type="xmlconnect/catalog_product" name="xmlconnect.catalog.product" output="toHtml">
      <block type="xmlconnect/catalog_product_related" name="xmlconnect.product.related" as="related_products" output=""/>
      <block type="xmlconnect/catalog_product_itemPrice" name="xmlconnect.catalog.product.price" as="product_price" output="">
         <action method="addRenderer">
            <type>bundle</type>
            <renderer>xmlconnect/catalog_product_itemPrice_bundle</renderer>
         </action>
         <action method="addRenderer">
            <type>giftcard</type>
            <renderer>xmlconnect/catalog_product_itemPrice_giftcard</renderer>
         </action>
      </block>
      <block type="xmlconnect/catalog_product_attributes" name="xmlconnect.catalog.product.attributes" as="additional_info" output=""/>
      <block type="xmlconnect/catalog_product_options" name="xmlconnect.catalog.product.options" output="">
         <action method="addRenderer">
            <type>simple</type>
            <renderer>xmlconnect/catalog_product_options_simple</renderer>
         </action>
         <action method="addRenderer">
            <type>virtual</type>
            <renderer>xmlconnect/catalog_product_options_virtual</renderer>
         </action>
         <action method="addRenderer">
            <type>configurable</type>
            <renderer>xmlconnect/catalog_product_options_configurable</renderer>
         </action>
         <action method="addRenderer">
            <type>bundle</type>
            <renderer>xmlconnect/catalog_product_options_bundle</renderer>
         </action>
         <action method="addRenderer">
            <type>grouped</type>
            <renderer>xmlconnect/catalog_product_options_grouped</renderer>
         </action>
         <action method="addRenderer">
            <type>giftcard</type>
            <renderer>xmlconnect/catalog_product_options_giftcard</renderer>
         </action>
         <action method="addRenderer">
            <type>downloadable</type>
            <renderer>xmlconnect/catalog_product_options_downloadable</renderer>
         </action>
      </block>
   </block>
</xmlconnect_catalog_productview>
<xmlconnect_catalog_productoptions>
   <block type="xmlconnect/catalog_product_options" name="xmlconnect.catalog.product.options" output="toHtml">
      <action method="addRenderer">
         <type>simple</type>
         <renderer>xmlconnect/catalog_product_options_simple</renderer>
      </action>
      <action method="addRenderer">
         <type>virtual</type>
         <renderer>xmlconnect/catalog_product_options_virtual</renderer>
      </action>
      <action method="addRenderer">
         <type>configurable</type>
         <renderer>xmlconnect/catalog_product_options_configurable</renderer>
      </action>
      <action method="addRenderer">
         <type>bundle</type>
         <renderer>xmlconnect/catalog_product_options_bundle</renderer>
      </action>
      <action method="addRenderer">
         <type>grouped</type>
         <renderer>xmlconnect/catalog_product_options_grouped</renderer>
      </action>
      <action method="addRenderer">
         <type>giftcard</type>
         <renderer>xmlconnect/catalog_product_options_giftcard</renderer>
      </action>
      <action method="addRenderer">
         <type>downloadable</type>
         <renderer>xmlconnect/catalog_product_options_downloadable</renderer>
      </action>
   </block>
</xmlconnect_catalog_productoptions>
<xmlconnect_catalog_productgallery>
   <block type="xmlconnect/catalog_product_gallery" name="xmlconnect.catalog.product.gallery" output="toHtml"/>
</xmlconnect_catalog_productgallery>
<xmlconnect_catalog_productreview>
   <block type="xmlconnect/catalog_product_review" name="xmlconnect.catalog.product.review" output="toHtml"/>
</xmlconnect_catalog_productreview>
<xmlconnect_catalog_productreviews>
   <block type="xmlconnect/catalog_product_review_list" name="xmlconnect.catalog.product.reviews" output="toHtml"/>
</xmlconnect_catalog_productreviews>
<xmlconnect_catalog_search>
   <block type="xmlconnect/catalog_search" name="xmlconnect.catalog.search" output="toHtml">
      <block type="xmlconnect/catalog_product_list" name="xmlconnect.catalog.product.list" as="product_list" output="">
         <block type="xmlconnect/catalog_product_price" name="xmlconnect.catalog.product.price" as="product_price" output="">
            <action method="addRenderer">
               <type>bundle</type>
               <renderer>xmlconnect/catalog_product_price_bundle</renderer>
            </action>
            <action method="addRenderer">
               <type>giftcard</type>
               <renderer>xmlconnect/catalog_product_price_giftcard</renderer>
            </action>
         </block>
      </block>
   </block>
</xmlconnect_catalog_search>
<xmlconnect_catalog_searchdetails>
   <block type="xmlconnect/catalog_search" name="xmlconnect.catalog.search" output="toHtml">
      <block type="xmlconnect/catalog_product_list" name="xmlconnect.catalog.product.list" as="product_list" output="">
         <block type="xmlconnect/catalog_product_itemPrice" name="xmlconnect.catalog.product.price" as="product_price" output="">
            <action method="addRenderer">
               <type>bundle</type>
               <renderer>xmlconnect/catalog_product_itemPrice_bundle</renderer>
            </action>
            <action method="addRenderer">
               <type>giftcard</type>
               <renderer>xmlconnect/catalog_product_itemPrice_giftcard</renderer>
            </action>
         </block>
      </block>
   </block>
</xmlconnect_catalog_searchdetails>
<xmlconnect_catalog_searchsuggest>
   <block type="xmlconnect/catalog_search_suggest" name="xmlconnect.catalog.search.suggest" output="toHtml"/>
</xmlconnect_catalog_searchsuggest>
<xmlconnect_cart_index>
   <block type="xmlconnect/cart" name="xmlconnect.cart" output="toHtml">
      <action method="addItemRender">
         <type>simple</type>
         <block>xmlconnect/checkout_cart_item_renderer</block>
         <template/>
      </action>
      <action method="addItemRender">
         <type>virtual</type>
         <block>xmlconnect/checkout_cart_item_renderer</block>
         <template/>
      </action>
      <action method="addItemRender">
         <type>configurable</type>
         <block>xmlconnect/checkout_cart_item_renderer_configurable</block>
         <template/>
      </action>
      <action method="addItemRender">
         <type>bundle</type>
         <block>xmlconnect/checkout_cart_item_renderer_bundle</block>
         <template/>
      </action>
      <action method="addItemRender">
         <type>grouped</type>
         <block>xmlconnect/checkout_cart_item_renderer_grouped</block>
         <template/>
      </action>
      <action method="addItemRender">
         <type>giftcard</type>
         <block>xmlconnect/checkout_cart_item_renderer_giftcard</block>
         <template/>
      </action>
      <action method="addItemRender">
         <type>downloadable</type>
         <block>xmlconnect/checkout_cart_item_renderer_downloadable</block>
         <template/>
      </action>
      <block type="xmlconnect/cart_crosssell" name="xmlconnect.cart.crosssell" as="crosssell">
         <block type="xmlconnect/catalog_product_price" name="xmlconnect.catalog.product.price" as="product_price" output="">
            <action method="addRenderer">
               <type>bundle</type>
               <renderer>xmlconnect/catalog_product_price_bundle</renderer>
            </action>
            <action method="addRenderer">
               <type>giftcard</type>
               <renderer>giftcard/catalog_product_price_giftcard</renderer>
            </action>
         </block>
      </block>
   </block>
</xmlconnect_cart_index>
<xmlconnect_cart_info>
   <block type="xmlconnect/cart_info" name="xmlconnect.cart.info" as="cart_info" output="toHtml">
      <block type="xmlconnect/cart_totals" name="xmlconnect.cart.totals" as="totals"/>
   </block>
</xmlconnect_cart_info>
<xmlconnect_cart_shoppingcart>
   <block type="xmlconnect/shoppingCart" name="xmlconnect.cart" output="toHtml">
      <block type="xmlconnect/cart_items" name="xmlconnect.cart.items" as="items">
         <action method="addItemRender">
            <type>simple</type>
            <block>xmlconnect/checkout_cart_item_renderer</block>
            <template/>
         </action>
         <action method="addItemRender">
            <type>virtual</type>
            <block>xmlconnect/checkout_cart_item_renderer</block>
            <template/>
         </action>
         <action method="addItemRender">
            <type>configurable</type>
            <block>xmlconnect/checkout_cart_item_renderer_configurable</block>
            <template/>
         </action>
         <action method="addItemRender">
            <type>bundle</type>
            <block>xmlconnect/checkout_cart_item_renderer_bundle</block>
            <template/>
         </action>
         <action method="addItemRender">
            <type>grouped</type>
            <block>xmlconnect/checkout_cart_item_renderer_grouped</block>
            <template/>
         </action>
         <action method="addItemRender">
            <type>giftcard</type>
            <block>xmlconnect/checkout_cart_item_renderer_giftcard</block>
            <template/>
         </action>
         <action method="addItemRender">
            <type>downloadable</type>
            <block>xmlconnect/checkout_cart_item_renderer_downloadable</block>
            <template/>
         </action>
      </block>
      <block type="xmlconnect/cart_crosssell" name="xmlconnect.cart.crosssell" as="crosssell">
         <block type="xmlconnect/catalog_product_itemPrice" name="xmlconnect.catalog.product.price" as="product_price" output="">
            <action method="addRenderer">
               <type>bundle</type>
               <renderer>xmlconnect/catalog_product_itemPrice_bundle</renderer>
            </action>
            <action method="addRenderer">
               <type>giftcard</type>
               <renderer>xmlconnect/catalog_product_itemPrice_giftcard</renderer>
            </action>
         </block>
      </block>
      <block type="xmlconnect/cart_cartTotals" name="xmlconnect.cart.totals" as="totals"/>
   </block>
</xmlconnect_cart_shoppingcart>
<xmlconnect_cart_configure translate="label">
   <label>Configure Cart Item</label>
   <update handle="xmlconnect_catalog_product"/>
   <reference name="product.info">
      <block type="xmlconnect/cart_item_configure" name="checkout.cart.item.configure.block"/>
   </reference>
</xmlconnect_cart_configure>
<xmlconnect_customer_form>
   <block type="xmlconnect/customer_form" name="xmlconnect.customer.form" output="toHtml"/>
</xmlconnect_customer_form>
<xmlconnect_customer_checkoutregistration>
   <block type="xmlconnect/customer_form" name="xmlconnect.customer.checkout.registration" output="toHtml"/>
</xmlconnect_customer_checkoutregistration>
<xmlconnect_wishlist_index>
   <block type="xmlconnect/wishlist" name="xmlconnect.wishlist" output="toHtml">
      <block type="xmlconnect/catalog_product_price" name="xmlconnect.catalog.product.price" as="product_price" output="">
         <action method="addRenderer">
            <type>bundle</type>
            <renderer>xmlconnect/catalog_product_price_bundle</renderer>
         </action>
         <action method="addRenderer">
            <type>giftcard</type>
            <renderer>xmlconnect/catalog_product_price_giftcard</renderer>
         </action>
      </block>
   </block>
</xmlconnect_wishlist_index>
<xmlconnect_wishlist_details>
   <block type="xmlconnect/wishlist" name="xmlconnect.wishlist" output="toHtml">
      <block type="xmlconnect/catalog_product_itemPrice" name="xmlconnect.catalog.product.price" as="product_price" output="">
         <action method="addRenderer">
            <type>bundle</type>
            <renderer>xmlconnect/catalog_product_itemPrice_bundle</renderer>
         </action>
         <action method="addRenderer">
            <type>giftcard</type>
            <renderer>xmlconnect/catalog_product_itemPrice_giftcard</renderer>
         </action>
      </block>
   </block>
</xmlconnect_wishlist_details>
<xmlconnect_customer_address>
   <block type="xmlconnect/customer_address_list" name="xmlconnect.customer.address.list" output="toHtml"/>
</xmlconnect_customer_address>
<xmlconnect_customer_addressform>
   <block type="xmlconnect/customer_address_form" name="xmlconnect.customer.address.form" output="toHtml"/>
</xmlconnect_customer_addressform>
<xmlconnect_customer_orderlist>
   <block type="xmlconnect/customer_order_list" name="xmlconnect.customer.order.list" output="toHtml"/>
</xmlconnect_customer_orderlist>
<xmlconnect_customer_orderdetails>
   <block type="xmlconnect/customer_order_details" name="order.details" output="toHtml">
      <block type="xmlconnect/customer_order_items" name="order.items" output="">
         <action method="addItemRender">
            <type>default</type>
            <block>xmlconnect/customer_order_item_renderer_default</block>
            <template/>
         </action>
         <action method="addItemRender">
            <type>grouped</type>
            <block>xmlconnect/customer_order_item_renderer_grouped</block>
            <template/>
         </action>
         <action method="addItemRender">
            <type>bundle</type>
            <block>xmlconnect/customer_order_item_renderer_bundle</block>
            <template/>
         </action>
         <action method="addItemRender">
            <type>giftcard</type>
            <block>xmlconnect/customer_order_item_renderer_giftcard</block>
            <template/>
         </action>
         <action method="addItemRender">
            <type>downloadable</type>
            <block>xmlconnect/customer_order_item_renderer_downloadable</block>
            <template/>
         </action>
         <block type="xmlconnect/customer_order_totals" name="order.totals" output="">
            <block type="xmlconnect/customer_order_totals_tax" name="xmlconnect.customer.order.tax" output=""/>
         </block>
      </block>
   </block>
</xmlconnect_customer_orderdetails>
<xmlconnect_customer_storecredit>
   <block type="xmlconnect/customer_storecredit" name="xmlconnect.customer.storecredit" output="toHtml"/>
</xmlconnect_customer_storecredit>
<xmlconnect_customer_giftcardcheck>
   <block type="xmlconnect/customer_giftcardCheck" name="xmlconnect.customer.giftcardCheck" output="toHtml"/>
</xmlconnect_customer_giftcardcheck>
<xmlconnect_customer_downloads>
   <block type="xmlconnect/customer_downloads" name="xmlconnect.customer.downloads" output="toHtml"/>
</xmlconnect_customer_downloads>
<xmlconnect_configuration_index>
   <block type="xmlconnect/configuration" name="xmlconnect.configuration" output="toHtml"/>
</xmlconnect_configuration_index>
<xmlconnect_checkout_addressmassaction>
   <block type="xmlconnect/checkout_onepage_address" name="xmlconnect.checkout.onepage.address" output="toHtml">
      <block type="xmlconnect/checkout_onepage_address_list" name="xmlconnect.checkout.onepage.address.list" as="address_list" output=""/>
      <block type="xmlconnect/checkout_onepage_address_form" name="xmlconnect.checkout.onepage.address.form" as="address_form" output=""/>
   </block>
</xmlconnect_checkout_addressmassaction>
<xmlconnect_checkout_index>
   <block type="xmlconnect/checkout_address_billing" name="xmlconnect.checkout.address.billing" output="toHtml">
      <block type="xmlconnect/customer_address_list" name="xmlconnect.customer.address.list" as="address_list" output=""/>
   </block>
</xmlconnect_checkout_index>
<xmlconnect_checkout_billingaddress>
   <block type="xmlconnect/checkout_address_billing" name="xmlconnect.checkout.address.billing" output="toHtml">
      <block type="xmlconnect/customer_address_list" name="xmlconnect.customer.address.list" as="address_list" output=""/>
   </block>
</xmlconnect_checkout_billingaddress>
<xmlconnect_checkout_newbillingaddressform>
   <block type="xmlconnect/checkout_address_form" name="xmlconnect.checkout.new.billing.address.form" output="toHtml">
      <action method="setType">
         <type>billing</type>
      </action>
   </block>
</xmlconnect_checkout_newbillingaddressform>
<xmlconnect_checkout_shippingaddress>
   <block type="xmlconnect/checkout_address_shipping" name="xmlconnect.checkout.address.shipping" output="toHtml">
      <block type="xmlconnect/customer_address_list" name="xmlconnect.customer.address.list" as="address_list" output=""/>
   </block>
</xmlconnect_checkout_shippingaddress>
<xmlconnect_checkout_newshippingaddressform>
   <block type="xmlconnect/checkout_address_form" name="xmlconnect.checkout.new.billing.address.form" output="toHtml">
      <action method="setType">
         <type>shipping</type>
      </action>
   </block>
</xmlconnect_checkout_newshippingaddressform>
<xmlconnect_checkout_shippingmethods>
   <block type="xmlconnect/checkout_shipping_method_available" name="xmlconnect.checkout.shipping.method.available" output="toHtml"/>
</xmlconnect_checkout_shippingmethods>
<xmlconnect_checkout_shippingmethodslist>
   <block type="xmlconnect/checkout_shipping_method_availableList" name="xmlconnect.checkout.shipping.method.available" output="toHtml"/>
</xmlconnect_checkout_shippingmethodslist>
<xmlconnect_checkout_paymentmethods>
   <block type="xmlconnect/checkout_payment_method_list" name="payment.methods" output="">
      <block type="xmlconnect/checkout_payment_method_ccsave" name="xmlconnect.checkout.method.ccsave" as="payment_ccsave" output=""/>
      <block type="xmlconnect/checkout_payment_method_checkmo" name="xmlconnect.checkout.method.checkmo" as="payment_checkmo" output=""/>
      <block type="xmlconnect/checkout_payment_method_purchaseorder" name="xmlconnect.checkout.method.purchaseorder" as="payment_purchaseorder" output=""/>
      <block type="xmlconnect/checkout_payment_method_paypal_payflow" name="xmlconnect.checkout.method.paypal.payflow" as="payment_paypal_payflow" output=""/>
      <block type="xmlconnect/checkout_payment_method_paypal_direct" name="xmlconnect.checkout.method.paypal.direct" as="payment_paypal_direct" output=""/>
      <block type="xmlconnect/checkout_payment_method_authorizenet" name="xmlconnect.checkout.method.authorizenet" as="payment_authorizenet" output=""/>
   </block>
</xmlconnect_checkout_paymentmethods>
<xmlconnect_checkout_paymentmethodlist>
   <block type="xmlconnect/checkout_payment_method_listApi23" name="payment.methods" output="">
      <block type="xmlconnect/checkout_payment_method_ccsave" name="xmlconnect.checkout.method.ccsave" as="payment_ccsave" output=""/>
      <block type="xmlconnect/checkout_payment_method_checkmo" name="xmlconnect.checkout.method.checkmo" as="payment_checkmo" output=""/>
      <block type="xmlconnect/checkout_payment_method_purchaseorder" name="xmlconnect.checkout.method.purchaseorder" as="payment_purchaseorder" output=""/>
      <block type="xmlconnect/checkout_payment_method_paypal_payflow" name="xmlconnect.checkout.method.paypal.payflow" as="payment_paypal_payflow" output=""/>
      <block type="xmlconnect/checkout_payment_method_paypal_direct" name="xmlconnect.checkout.method.paypal.direct" as="payment_paypal_direct" output=""/>
      <block type="xmlconnect/checkout_payment_method_authorizenet" name="xmlconnect.checkout.method.authorizenet" as="payment_authorizenet" output=""/>
   </block>
</xmlconnect_checkout_paymentmethodlist>
<xmlconnect_checkout_orderreview>
   <block type="xmlconnect/checkout_order_review" name="xmlconnect.checkout.order.review" output="toHtml">
      <block type="xmlconnect/checkout_order_review_info" name="xmlconnect.checkout.order.info" as="order_products">
         <action method="addItemRender">
            <type>default</type>
            <block>xmlconnect/checkout_cart_item_renderer</block>
            <template/>
         </action>
         <action method="addItemRender">
            <type>configurable</type>
            <block>xmlconnect/checkout_cart_item_renderer_configurable</block>
            <template/>
         </action>
         <action method="addItemRender">
            <type>bundle</type>
            <block>xmlconnect/checkout_cart_item_renderer_bundle</block>
            <template/>
         </action>
         <action method="addItemRender">
            <type>grouped</type>
            <block>xmlconnect/checkout_cart_item_renderer_grouped</block>
            <template/>
         </action>
         <action method="addItemRender">
            <type>giftcard</type>
            <block>xmlconnect/checkout_cart_item_renderer_giftcard</block>
            <template/>
         </action>
         <action method="addItemRender">
            <type>downloadable</type>
            <block>xmlconnect/checkout_cart_item_renderer_downloadable</block>
            <template/>
         </action>
      </block>
      <block type="xmlconnect/cart_totals" name="xmlconnect.checkout.order.review.totals" as="totals"/>
      <block type="xmlconnect/checkout_agreements" name="xmlconnect.checkout.agreements" as="agreements" output=""/>
   </block>
</xmlconnect_checkout_orderreview>
<xmlconnect_checkout_ordersummary>
   <block type="xmlconnect/checkout_onepage_review" name="xmlconnect.order.details" output="toHtml">
      <block type="xmlconnect/cart_items" name="xmlconnect.cart.items" as="items">
         <action method="addItemRender">
            <type>simple</type>
            <block>xmlconnect/checkout_cart_item_renderer</block>
            <template/>
         </action>
         <action method="addItemRender">
            <type>virtual</type>
            <block>xmlconnect/checkout_cart_item_renderer</block>
            <template/>
         </action>
         <action method="addItemRender">
            <type>configurable</type>
            <block>xmlconnect/checkout_cart_item_renderer_configurable</block>
            <template/>
         </action>
         <action method="addItemRender">
            <type>bundle</type>
            <block>xmlconnect/checkout_cart_item_renderer_bundle</block>
            <template/>
         </action>
         <action method="addItemRender">
            <type>grouped</type>
            <block>xmlconnect/checkout_cart_item_renderer_grouped</block>
            <template/>
         </action>
         <action method="addItemRender">
            <type>giftcard</type>
            <block>xmlconnect/checkout_cart_item_renderer_giftcard</block>
            <template/>
         </action>
         <action method="addItemRender">
            <type>downloadable</type>
            <block>xmlconnect/checkout_cart_item_renderer_downloadable</block>
            <template/>
         </action>
      </block>
      <block type="xmlconnect/cart_cartTotals" name="xmlconnect.cart.totals" as="totals"/>
      <block type="xmlconnect/checkout_agreements" name="xmlconnect.checkout.agreements" as="agreements" output=""/>
   </block>
</xmlconnect_checkout_ordersummary>
<xmlconnect_paypal_mep_shippingmethods>
   <block type="xmlconnect/checkout_shipping_method_available" name="xmlconnect.checkout.shipping.method.available" output="toHtml"/>
</xmlconnect_paypal_mep_shippingmethods>
<xmlconnect_paypal_mep_carttotals>
   <block type="xmlconnect/cart_paypal_mep_totals" name="xmlconnect.cart.paypal.mep.totals" output="toHtml"/>
</xmlconnect_paypal_mep_carttotals>
<xmlconnect_paypal_mecl_review>
   <block type="xmlconnect/cart_paypal_mecl_review" name="xmlconnect.cart.paypal.mecl.review" output="toHtml">
      <block type="xmlconnect/cart_paypal_mecl_details" name="xmlconnect.cart.paypal.mecl.details" as="details">
         <action method="addItemRender">
            <type>default</type>
            <block>xmlconnect/cart_item_renderer</block>
            <template/>
         </action>
         <action method="addItemRender">
            <type>grouped</type>
            <block>xmlconnect/cart_item_renderer_grouped</block>
            <template/>
         </action>
         <action method="addItemRender">
            <type>configurable</type>
            <block>xmlconnect/cart_item_renderer_configurable</block>
            <template/>
         </action>
         <block type="xmlconnect/cart_totals" name="xmlconnect.cart.totals" as="totals"/>
      </block>
      <block type="xmlconnect/checkout_agreements" name="xmlconnect.checkout.agreements" as="agreements" output=""/>
   </block>
</xmlconnect_paypal_mecl_review>
<xmlconnect_paypal_mecl_orderreview>
   <block type="xmlconnect/cart_paypal_mecl_review" name="xmlconnect.cart.paypal.mecl.review" output="toHtml">
      <block type="xmlconnect/cart_paypal_mecl_orderDetails" name="xmlconnect.cart.paypal.mecl.details" as="details">
         <action method="addItemRender">
            <type>default</type>
            <block>xmlconnect/cart_item_renderer</block>
            <template/>
         </action>
         <action method="addItemRender">
            <type>grouped</type>
            <block>xmlconnect/cart_item_renderer_grouped</block>
            <template/>
         </action>
         <action method="addItemRender">
            <type>configurable</type>
            <block>xmlconnect/cart_item_renderer_configurable</block>
            <template/>
         </action>
         <block type="xmlconnect/cart_cartTotals" name="xmlconnect.cart.totals" as="totals"/>
      </block>
      <block type="xmlconnect/checkout_agreements" name="xmlconnect.checkout.agreements" as="agreements" output=""/>
   </block>
</xmlconnect_paypal_mecl_orderreview>
<xmlconnect_paypal_mecl_shippingmethods>
   <block type="xmlconnect/cart_paypal_mecl_shippingmethods" name="xmlconnect.cart.paypal.mecl.shippingmethods" output="toHtml"/>
</xmlconnect_paypal_mecl_shippingmethods>
<xmlconnect_cms_page>
   <block type="xmlconnect/cms_page" name="xmlconnect.cms.page" output="toHtml"/>
</xmlconnect_cms_page>
<xmlconnect_pbridge_result>
   <block type="xmlconnect/checkout_pbridge_result" name="xmlconnect.checkout.pbridge.result" template="xmlconnect/pbridge/result.phtml" output="toHtml"/>
</xmlconnect_pbridge_result>
<xmlconnect_review_form>
   <block type="xmlconnect/review_form" name="xmlconnect.review.form" output="toHtml"/>
</xmlconnect_review_form>
<default>
   <reference name="footer_links">
      <block type="blog/blog" name="add.blog.footer">
         <action method="addBlogLink" ifconfig="blog/menu/footer">
            <param>footer</param>
         </action>
      </block>
   </reference>
   <reference name="right">
      <block type="blog/menu_sidebar" name="right.blog.menu" before="-">
         <action method="setTemplate" ifconfig="blog/menu/right" ifvalue="1">
            <template>aw_blog/menu.phtml</template>
         </action>
         <block type="blog/tags" name="blog_tags"/>
      </block>
   </reference>
   <reference name="left">
      <block type="blog/menu_sidebar" name="left.blog.menu" before="-">
         <action method="setTemplate" ifconfig="blog/menu/left">
            <template>aw_blog/menu.phtml</template>
         </action>
         <block type="blog/tags" name="blog_tags"/>
      </block>
   </reference>
</default>
<blog_index_index>
   <reference name="content">
      <block type="blog/blog" name="blog" template="aw_blog/blog.phtml"/>
   </reference>
</blog_index_index>
<blog_index_list>
   <reference name="content">
      <block type="blog/blog" name="blog" template="aw_blog/blog.phtml">
         <block type="blog/product_toolbar" name="aw_blog_list_toolbar" template="aw_blog/toolbar.phtml">
            <block type="page/html_pager" name="product_list_toolbar_pager"/>
         </block>
      </block>
   </reference>
</blog_index_list>
<blog_post_view>
   <reference name="content">
      <block type="blog/post" name="post" template="aw_blog/post.phtml">
         <block type="blog/product_toolbar" name="aw_blog_list_toolbar" template="aw_blog/toolbar.phtml">
            <block type="page/html_pager" name="product_list_toolbar_pager"/>
         </block>
      </block>
   </reference>
</blog_post_view>
<blog_cat_view>
   <reference name="content">
      <block type="blog/cat" name="cat" template="aw_blog/cat.phtml">
         <block type="blog/product_toolbar" name="aw_blog_list_toolbar" template="aw_blog/toolbar.phtml">
            <block type="page/html_pager" name="product_list_toolbar_pager"/>
         </block>
      </block>
   </reference>
</blog_cat_view>
<blog_rss_index>
   <block type="blog/rss" output="toHtml" name="rss.blog.new"/>
</blog_rss_index>
<default>
   <reference name="head">
      <block type="smartlayers/layer" name="addthis_smartlayers">
         <action method="setTemplate">
            <template>addthis/smartlayers/smartlayers.phtml</template>
         </action>
      </block>
   </reference>
</default>
<catalog_product_view>
   <reference name="alert.urls">
      <block type="sharingtool/share" name="addthis_sharetool" after="-">
         <action method="setTemplate">
            <template>addthis/sharingtool/share.phtml</template>
         </action>
      </block>
   </reference>
   <reference name="product.info">
      <block type="sharingtool/share" name="addthis_sharetool">
         <action method="setTemplate">
            <template>addthis/sharingtool/share.phtml</template>
         </action>
      </block>
   </reference>
</catalog_product_view>
<default>
   <reference name="footercct">
      <block type="page/template_links" name="links" as="links" template="footerlinks/page/links.phtml"/>
      <block type="page/html_footer" name="footer_mention" as="footer_mention" template="footerlinks/page/mention_legale.phtml"/>
   </reference>
</default>
<customer_account_create translate="label">
   <reference name="head">
      <action method="addItem">
         <type>js_css</type>
         <name>calendar/calendar-win2k-1.css</name>
         <params/>
      </action>
      <action method="addItem">
         <type>js</type>
         <name>calendar/calendar.js</name>
      </action>
      <action method="addItem">
         <type>js</type>
         <name>calendar/calendar-setup.js</name>
      </action>
   </reference>
   <reference name="customer_form_register">
      <action method="setTemplate">
         <template>clarion/customerattribute/form/register.phtml</template>
      </action>
   </reference>
   <reference name="before_body_end">
      <block type="core/html_calendar" name="html_calendar" as="html_calendar" template="page/js/calendar.phtml"/>
   </reference>
</customer_account_create>
<customer_account_edit translate="label">
   <reference name="head">
      <action method="addItem">
         <type>js_css</type>
         <name>calendar/calendar-win2k-1.css</name>
         <params/>
      </action>
      <action method="addItem">
         <type>js</type>
         <name>calendar/calendar.js</name>
      </action>
      <action method="addItem">
         <type>js</type>
         <name>calendar/calendar-setup.js</name>
      </action>
   </reference>
   <block name="customer_edit">
      <action method="setTemplate">
         <template>clarion/customerattribute/form/edit.phtml</template>
      </action>
   </block>
   <reference name="before_body_end">
      <block type="core/html_calendar" name="html_calendar" as="html_calendar" template="page/js/calendar.phtml"/>
   </reference>
</customer_account_edit>
<default translate="label">
   <reference name="head">
      <action method="addJs" ifconfig="ActiveReviewStars/additional/enabled_jquery">
         <script>es_active_review_stars/jquery-1.8.2.min.js</script>
      </action>
      <action method="addJs" ifconfig="ActiveReviewStars/general/enabled">
         <script>es_active_review_stars/jquery.rating.js</script>
      </action>
      <action method="addJs" ifconfig="ActiveReviewStars/general/enabled">
         <script>es_active_review_stars/es_stars.js</script>
      </action>
      <action method="addCss" ifconfig="ActiveReviewStars/general/enabled">
         <stylesheet>es_active_review_stars/jquery.rating.css</stylesheet>
      </action>
   </reference>
</default>
<catalog_product_view translate="label">
   <reference name="product.review.form">
      <action method="setTemplate" ifconfig="ActiveReviewStars/general/enabled">
         <template>es_active_review_stars/review/form.phtml</template>
      </action>
   </reference>
</catalog_product_view>
<review_product_list translate="label">
   <reference name="product.review.form">
      <action method="setTemplate" ifconfig="ActiveReviewStars/general/enabled">
         <template>es_active_review_stars/review/form.phtml</template>
      </action>
   </reference>
</review_product_list>
<checkout_cart_index>
   <reference name="content">
      <block type="core/template" name="shippingmethod.socolissimosimplicite" template="socolissimosimplicite/onepage/shipping_method/socolissimosimplicite.phtml" after="iframe.socolissimosimplicite"/>
   </reference>
</checkout_cart_index>
<checkout_onepage_index>
   <reference name="head">
      <action method="addItem">
         <type>skin_js</type>
         <name>js/socolissimosimplicite/shipping_method.js</name>
      </action>
   </reference>
   <reference name="content">
      <block type="socolissimosimplicite/iframe" name="iframe.socolissimosimplicite" template="socolissimosimplicite/iframe.phtml" after="checkout.onepage"/>
      <block type="core/template" name="shippingmethod.socolissimosimplicite" template="socolissimosimplicite/onepage/shipping_method/socolissimosimplicite.phtml" after="iframe.socolissimosimplicite"/>
   </reference>
</checkout_onepage_index>
<checkout_onepage_shippingmethod>
   <block type="core/template" name="root.socolissimosimplicite" output="toHtml" template="socolissimosimplicite/onepage/shipping_method/socolissimosimplicite.phtml" after="root"/>
</checkout_onepage_shippingmethod>
<socolissimosimplicite_form_send>
   <reference name="root">
      <action method="setTemplate">
         <template>socolissimosimplicite/empty.phtml</template>
      </action>
   </reference>
   <reference name="content">
      <block type="socolissimosimplicite/form" name="form.socolissimosimplicite" template="socolissimosimplicite/form.phtml"/>
   </reference>
</socolissimosimplicite_form_send>
<socolissimosimplicite_form_failure>
   <reference name="content">
      <block type="core/template" name="failure.socolissimosimplicite" template="socolissimosimplicite/form/failure.phtml"/>
   </reference>
</socolissimosimplicite_form_failure>
<checkout_onepage_payment>
   <reference name="payment">
      <block type="core/template" name="systempay_iframe" as="systempay_iframe" template="systempay/iframe.phtml"/>
   </reference>
</checkout_onepage_payment>
<systempay_payment_form>
   <remove name="right"/>
   <remove name="left"/>
   <reference name="content">
      <block type="systempay/redirect" name="systempay_redirect" template="systempay/redirect.phtml"/>
   </reference>
</systempay_payment_form>
<featuredproducts_index_index>
   <reference name="root">
      <action method="setTemplate">
         <template>page/2columns-right.phtml</template>
      </action>
   </reference>
   <reference name="content">
      <block type="featuredproducts/featuredproducts" name="featuredproducts.featuredproducts" template="featuredproducts/featuredproducts.phtml" productCount="2"/>
   </reference>
</featuredproducts_index_index>
<default>
   <reference name="right">
      <block type="featuredproducts/product_list_sidebar" name="featuredproducts.list.sidebar" before="-">
         <action method="setTemplate" ifconfig="featured_products/sidebar/enabled">
            <template>featuredproducts/list/sidebar.phtml</template>
         </action>
      </block>
   </reference>
</default>
<cms_index_index>
   <reference name="content">
      <block type="featuredproducts/product_list_homepage" name="featuredproducts.list.homepage">
         <action method="setTemplate" ifconfig="featured_products/homepage/enabled">
            <template>featuredproducts/list/homepage.phtml</template>
         </action>
      </block>
   </reference>
</cms_index_index>
<catalog_category_layered>
   <reference name="content">
      <block type="featuredproducts/product_list_categorypage" before="product_list" name="featuredproducts.list.categorypage">
         <action method="setTemplate" ifconfig="featured_products/categorypage/enabled">
            <template>featuredproducts/list/categorypage.phtml</template>
         </action>
      </block>
   </reference>
</catalog_category_layered>
<catalog_category_default>
   <reference name="content">
      <block type="featuredproducts/product_list_categorypage" before="product_list" name="featuredproducts.list.categorypage">
         <action method="setTemplate" ifconfig="featured_products/categorypage/enabled">
            <template>featuredproducts/list/categorypage.phtml</template>
         </action>
      </block>
   </reference>
</catalog_category_default>
<default>
   <reference name="before_body_end">
      <block type="mana_core/singleton" name="m_core_singletons"/>
   </reference>
</default>
<jquery_core>
   <reference name="head">
      <action method="addJs">
         <script>jquery/jquery.js</script>
      </action>
      <action method="addJs">
         <script>jquery/jquery.printf.js</script>
      </action>
      <action method="addJs">
         <script>mana/core.js</script>
      </action>
      <action method="addCss">
         <stylesheet>css/mana_core.css</stylesheet>
      </action>
   </reference>
   <reference name="m_core_singletons">
      <action method="addSingletonBlock">
         <type>mana_core/js</type>
         <name>m_js</name>
         <template>mana/core/js.phtml</template>
      </action>
      <action method="addSingletonBlock">
         <type>core/template</type>
         <name>m_wait</name>
         <template>mana/core/wait.phtml</template>
      </action>
      <action method="addSingletonBlock">
         <type>core/template</type>
         <name>m_popup</name>
         <template>mana/core/popup.phtml</template>
      </action>
   </reference>
</jquery_core>
<jquery_basic_effects>
   <reference name="head">
      <action method="addJs">
         <script>jquery/jquery.easing.js</script>
      </action>
      <action method="addJs">
         <script>jquery/advListRotator.js</script>
      </action>
   </reference>
</jquery_basic_effects>
<jquery_ui>
   <reference name="head">
      <action method="addCss">
         <stylesheet>css/jquery/ui.css</stylesheet>
      </action>
      <action method="addJs" ifconfig="mana_dev/debug/jquery">
         <script>jquery/jquery-ui.js</script>
      </action>
      <action method="addJs" ifconfig="mana_dev/debug/jquery_min">
         <script>jquery/jquery-ui.min.js</script>
      </action>
      <action method="addJs">
         <script>jquery/validate/jquery.validate.js</script>
      </action>
   </reference>
</jquery_ui>
<catalog_category_layered>
   <reference name="left">
      <remove name="catalog.leftnav"/>
      <remove name="enterprisecatalog.leftnav"/>
      <block type="mana_filters/view" name="mana.catalog.leftnav" before="-" template="catalog/layer/view.phtml"/>
   </reference>
   <reference name="head">
      <action method="addCss">
         <stylesheet>css/mana_filters.css</stylesheet>
      </action>
   </reference>
   <reference name="mana.catalog.leftnav">
      <action method="setTemplate" ifconfig="mana_filters/advanced/enabled">
         <template>manapro/filteradvanced/view.phtml</template>
      </action>
   </reference>
</catalog_category_layered>
<catalogsearch_result_index>
   <reference name="left">
      <remove name="catalogsearch.leftnav"/>
      <remove name="enterprisesearch.leftnav"/>
      <block type="mana_filters/search" name="mana.catalogsearch.leftnav" before="-" template="catalog/layer/view.phtml"/>
   </reference>
   <reference name="head">
      <action method="addCss">
         <stylesheet>css/mana_filters.css</stylesheet>
      </action>
   </reference>
   <reference name="mana.catalogsearch.leftnav">
      <action method="setTemplate" ifconfig="mana_filters/advanced/enabled">
         <template>manapro/filteradvanced/view.phtml</template>
      </action>
   </reference>
</catalogsearch_result_index>
<cms_page_layered>
   <reference name="left">
      <block type="mana_filters/view" name="mana.catalog.leftnav" before="-" template="catalog/layer/view.phtml"/>
   </reference>
   <reference name="head">
      <action method="addCss">
         <stylesheet>css/mana_filters.css</stylesheet>
      </action>
   </reference>
   <reference name="mana.catalog.leftnav">
      <action method="setTemplate" ifconfig="mana_filters/advanced/enabled">
         <template>manapro/filteradvanced/view.phtml</template>
      </action>
   </reference>
   <reference name="content">
      <block type="core/template" name="cms.products" template="mana/filters/cms.phtml"/>
   </reference>
</cms_page_layered>
<moneybookers_processing_payment>
   <reference name="root">
      <action method="setTemplate">
         <template>page/1column.phtml</template>
      </action>
   </reference>
   <reference name="content">
      <block type="moneybookers/payment" name="moneybookers_payment" template="moneybookers/payment.phtml"/>
   </reference>
</moneybookers_processing_payment>
<moneybookers_processing_placeform>
   <reference name="root">
      <action method="setTemplate">
         <template>moneybookers/blank.phtml</template>
      </action>
   </reference>
   <reference name="content">
      <block type="moneybookers/placeform" name="moneybookers_placeform" template="moneybookers/placeform.phtml"/>
   </reference>
</moneybookers_processing_placeform>
<default>
   <reference name="before_body_end">
      <block type="piwikanalytics/piwik" name="piwik_analytics" as="piwik_analytics" template="piwikanalytics/piwik.phtml"/>
   </reference>
</default>
<catalog_product_view>
   <reference name="head">
      <action method="addItem" ifconfig="easy_lightbox/general/enabled">
         <type>skin_css</type>
         <name>css/easylightbox.css</name>
      </action>
      <action method="addItem" ifconfig="easy_lightbox/general/enabled">
         <type>skin_js</type>
         <name>js/lightbox.js</name>
      </action>
   </reference>
   <reference name="product.info.media">
      <action method="setTemplate" ifconfig="easy_lightbox/general/enabled">
         <template>easylightbox/media.phtml</template>
      </action>
   </reference>
</catalog_product_view>
<review_product_list>
   <reference name="head">
      <action method="addItem" ifconfig="easy_lightbox/general/enabled">
         <type>skin_css</type>
         <name>css/easylightbox.css</name>
      </action>
      <action method="addItem" ifconfig="easy_lightbox/general/enabled">
         <type>skin_js</type>
         <name>js/lightbox.js</name>
      </action>
   </reference>
   <reference name="product.info.media">
      <action method="setTemplate" ifconfig="easy_lightbox/general/enabled">
         <template>easylightbox/media.phtml</template>
      </action>
   </reference>
</review_product_list>
<default>
   <reference name="head">
      <action method="addItem" ifconfig="easy_tabs/general/enabled">
         <type>skin_css</type>
         <name>css/easytabs.css</name>
      </action>
   </reference>
</default>
<catalog_product_view>
   <reference name="product.info">
      <action method="unsetChild" ifconfig="easy_tabs/general/descriptiontabbed">
         <name>description</name>
      </action>
      <action method="unsetChild" ifconfig="easy_tabs/general/additionaltabbed">
         <name>additional</name>
      </action>
      <action method="unsetChild" ifconfig="easy_tabs/general/upsellproductstabbed">
         <name>upsell_products</name>
      </action>
   </reference>
   <reference name="right">
      <action method="unsetChild" ifconfig="easy_tabs/general/relatedtabbed">
         <name>catalog.product.related</name>
      </action>
   </reference>
   <reference name="product.info.additional">
      <action method="unsetChild" ifconfig="easy_tabs/general/tagstabbed">
         <name>product_tag_list</name>
      </action>
      <block type="catalog/product_view_tabs" name="product.info.tabs" as="info_tabs">
         <action method="setTemplate" ifconfig="easy_tabs/general/enabled">
            <template>easytabs/tabs.phtml</template>
         </action>
         <action method="addTab" translate="title" module="catalog" ifconfig="easy_tabs/general/descriptiontabbed">
            <alias>description_tabbed</alias>
            <title>Product Description</title>
            <block>catalog/product_view_description</block>
            <template>easytabs/description.phtml</template>
         </action>
         <action method="addTab" translate="title" module="catalog" ifconfig="easy_tabs/general/additionaltabbed">
            <alias>additional_tabbed</alias>
            <title>Additional Information</title>
            <block>catalog/product_view_attributes</block>
            <template>easytabs/attributes.phtml</template>
         </action>
         <action method="addTab" translate="title" module="catalog" ifconfig="easy_tabs/general/upsellproductstabbed">
            <alias>upsell_products_tabbed</alias>
            <title>We Also Recommend</title>
            <block>catalog/product_list_upsell</block>
            <template>catalog/product/list/upsell.phtml</template>
         </action>
         <action method="addTab" translate="title" module="catalog" ifconfig="easy_tabs/general/relatedtabbed">
            <alias>related_tabbed</alias>
            <title>Related Products</title>
            <block>catalog/product_list_related</block>
            <template>easytabs/catalogproductrelated.phtml</template>
         </action>
         <action method="addTab" translate="title" module="tag" ifconfig="easy_tabs/general/tagstabbed">
            <alias>tags_tabbed</alias>
            <title>Product Tags</title>
            <block>tag/product_list</block>
            <template>easytabs/catalogproducttags.phtml</template>
         </action>
         <action method="addTab" translate="title" module="review" ifconfig="easy_tabs/general/reviewtabbed">
            <alias>review_tabbed</alias>
            <title>Product's Review</title>
            <block>review/product_view_list</block>
            <template>easytabs/catalogproductreview.phtml</template>
         </action>
         <action method="addTab" translate="title" module="catalog" ifconfig="easy_tabs/custom/customtab">
            <alias>custom</alias>
            <title>Custom tab</title>
            <block>catalog/product_view</block>
            <template>easytabs/catalogproductcustom.phtml</template>
         </action>
         <action method="addTab" translate="title" module="catalog" ifconfig="easy_tabs/custom/customtab1">
            <alias>custom1</alias>
            <title>Custom tab</title>
            <block>catalog/product_view</block>
            <template>easytabs/catalogproductcustom1.phtml</template>
         </action>
         <action method="addTab" translate="title" module="catalog" ifconfig="easy_tabs/custom/customtab2">
            <alias>custom2</alias>
            <title>Custom tab</title>
            <block>catalog/product_view</block>
            <template>easytabs/catalogproductcustom2.phtml</template>
         </action>
         <action method="addTab" translate="title" module="catalog" ifconfig="easy_tabs/custom/customtab3">
            <alias>custom3</alias>
            <title>Custom tab</title>
            <block>catalog/product_view</block>
            <template>easytabs/catalogproductcustom3.phtml</template>
         </action>
         <action method="addTab" translate="title" module="catalog" ifconfig="easy_tabs/custom/customtab4">
            <alias>custom4</alias>
            <title>Custom tab</title>
            <block>catalog/product_view</block>
            <template>easytabs/catalogproductcustom4.phtml</template>
         </action>
         <action method="addTab" translate="title" module="catalog" ifconfig="easy_tabs/customcms/tabcms">
            <alias>cms</alias>
            <title>CMS tab</title>
            <block>core/template</block>
            <template>easytabs/catalogproductcms.phtml</template>
         </action>
         <action method="addTab" translate="title" module="catalog" ifconfig="easy_tabs/customcms/tabcms1">
            <alias>cms1</alias>
            <title>CMS tab</title>
            <block>core/template</block>
            <template>easytabs/catalogproductcms1.phtml</template>
         </action>
         <action method="addTab" translate="title" module="catalog" ifconfig="easy_tabs/customcms/tabcms2">
            <alias>cms2</alias>
            <title>CMS tab</title>
            <block>core/template</block>
            <template>easytabs/catalogproductcms2.phtml</template>
         </action>
         <action method="addTab" translate="title" module="catalog" ifconfig="easy_tabs/customcms/tabcms3">
            <alias>cms3</alias>
            <title>CMS tab</title>
            <block>core/template</block>
            <template>easytabs/catalogproductcms3.phtml</template>
         </action>
         <action method="addTab" translate="title" module="catalog" ifconfig="easy_tabs/customcms/tabcms4">
            <alias>cms4</alias>
            <title>CMS tab</title>
            <block>core/template</block>
            <template>easytabs/catalogproductcms4.phtml</template>
         </action>
      </block>
   </reference>
</catalog_product_view>
<default>
   <remove name="checkout_cart_link"/>
   <remove name="checkout_cart_link_custom"/>
   <remove name="welcome"/>
   <reference name="header">
      <block type="checkout/cart_sidebar" name="cart_topbar" as="cctTopCart" template="checkout/cart/ccttopcart.phtml" before="-"/>
   </reference>
</default>
</layouts>
