Miva Merchant 9.0004 Template Changes

The following is a list of all changes from Miva Merchant 9.3 to Miva Merchant 9.4 with regards to the template code/css files. Please note, some template code changed drastically and as such, only the new template code has been included. In these cases, if you have not made any custom changes to your template, you should be able to just put the template into point and click mode, set the preferences to your liking, and click update to generate the new template code. If you have made alterations specific to your store, you should compare the differences between your template code and the provided template code in the "New" section and make the changes based on that.

CSSUI: Edit Page: ACRT

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Customer Password Reset</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="&mvte:page:code;">
    <div id="site-container">
        <div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
        <div id="navigation-bar"><mvt:item name="navbar" /></div>
        <table id="content-container">
            <tr>
                <td id="left-navigation"><mvt:item name="category_tree" /></td>
                <td id="main-content">
                    <div id="page-header"><mvt:item name="hdft" param="header" /></div>
                    
                    Your password has been reset. Your temporary password is &mvte:global:Customer_Temporary_Password;<br /><br />
                    <a href="&mvt:global:secure_sessionurl;Screen=LOGN&Store_Code=&mvta:store:code;">Click Here to Log In</a>

                    <div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
                </td>
            </tr>
        </table>
        <div id="bottom-wrap"></div>
        <div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
    </div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Customer Password Reset</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
    <link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="&mvte:page:code;">
    <div id="site-container">
        <div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
        <div id="navigation-bar"><mvt:item name="navbar" /></div>
        <table id="content-container">
            <tr>
                <td id="left-navigation"><mvt:item name="category_tree" /></td>
                <td id="main-content">
                    <div id="page-header"><mvt:item name="hdft" param="header" /></div>
                    
                    Your password has been reset. Your temporary password is &mvte:global:Customer_Temporary_Password;<br /><br />
                    <a href="&mvte:urls:LOGN:auto;">Click Here to Log In</a> 

                    <div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
                </td>
            </tr>
        </table>
        <div id="bottom-wrap"></div>
        <div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
    </div>
</body>
</html>

CSSUI: Edit Page: AFAD

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Create Affiliate Account</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="AFAD one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<h1>Affiliate Account Registration</h1>

				<mvt:if expr="l.settings:messages:error_message_count">
				<div class="error-message">
				<mvt:foreach iterator="error" array="messages:error_messages">
					&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>
				<mvt:if expr="l.settings:messages:information_message_count">
				<div class="information-message">
				<mvt:foreach iterator="message" array="messages:information_messages">
					&mvt:message;
				</mvt:foreach>
				</div>
				</mvt:if>
				<form id="afad_form" method="post" action="&mvt:global:secure_sessionurl;Screen=AFAE" autocomplete="off">
				<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
				<input type="hidden" name="Action" value="IAFL" />
				<div id="affiliate-fields" class="editable"><mvt:item name="affiliate" /></div>
				<div class="save-button"><mvt:item name="buttons" param="Save" /></div>
				</form>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Create Affiliate Account</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="AFAD one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<h1>Affiliate Account Registration</h1>

				<mvt:if expr="l.settings:messages:error_message_count">
				<div class="error-message">
				<mvt:foreach iterator="error" array="messages:error_messages">
					&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>
				<mvt:if expr="l.settings:messages:information_message_count">
				<div class="information-message">
				<mvt:foreach iterator="message" array="messages:information_messages">
					&mvt:message;
				</mvt:foreach>
				</div>
				</mvt:if>
				<form id="afad_form" method="post" action="&mvte:urls:AFAE:secure;" autocomplete="off">
				<input type="hidden" name="Action" value="IAFL" />
				<div id="affiliate-fields" class="editable"><mvt:item name="affiliate" /></div>
				<div class="save-button"><mvt:item name="buttons" param="Save" /></div>
				</form>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: ABAL

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Customer Account Balance</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="ABAL one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<div class="logout-link"><a href="&mvt:global:secure_sessionurl;Action=LOGO&Screen=SFNT&Store_Code=&mvta:store:code;">Logout</a></div>
				<h1>Customer Account Balance</h1>

				<mvt:if expr="l.settings:messages:error_message_count">
				<div class="error-message">
				<mvt:foreach iterator="error" array="messages:error_messages">
					&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>
				<mvt:if expr="l.settings:messages:information_message_count">
				<div class="information-message">
				<mvt:foreach iterator="message" array="messages:information_messages">
					&mvt:message;
				</mvt:foreach>
				</div>
				</mvt:if>

				<div class="customer_account_balance_container">
					Current Balance: <span class="customer_account_balance">&mvt:customer:formatted_credit;</span>
					<br />
					<a href="&mvt:global:secure_sessionurl;Screen=RGFT&Store_Code=&mvta:store:code;" class="customer_account_balance_button_redeem">Redeem Gift Certificate</a>
				</div>

				<mvt:item name="customercredithistory" />

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Customer Account Balance</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="ABAL one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<div class="logout-link"><a href="&mvte:urls:SFNT:secure_sep;Action=LOGO">Logout</a></div>
				<h1>Customer Account Balance</h1>

				<mvt:if expr="l.settings:messages:error_message_count">
				<div class="error-message">
				<mvt:foreach iterator="error" array="messages:error_messages">
					&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>
				<mvt:if expr="l.settings:messages:information_message_count">
				<div class="information-message">
				<mvt:foreach iterator="message" array="messages:information_messages">
					&mvt:message;
				</mvt:foreach>
				</div>
				</mvt:if>

				<div class="customer_account_balance_container">
					Current Balance: <span class="customer_account_balance">&mvt:customer:formatted_credit;</span>
					<br />
					<a href="&mvte:urls:RGFT:auto;" class="customer_account_balance_button_redeem">Redeem Gift Certificate</a>
				</div>

				<mvt:item name="customercredithistory" />

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: AFED

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Edit Affiliate Account</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="AFED one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<div class="logout-link"><a href="&mvt:global:secure_sessionurl;Action=ALOG&Screen=SFNT&Store_Code=&mvta:store:code;">Logout</a></div>
				<h1>Edit Affiliate Information</h1>

				<mvt:if expr="l.settings:messages:error_message_count">
				<div class="error-message">
				<mvt:foreach iterator="error" array="messages:error_messages">
					&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>
				<mvt:if expr="l.settings:messages:information_message_count">
				<div class="information-message">
				<mvt:foreach iterator="message" array="messages:information_messages">
					&mvt:message;
				</mvt:foreach>
				</div>
				</mvt:if>

				<form id="afed_form" method="post" action="&mvt:global:secure_sessionurl;Screen=AFAE" autocomplete="off">
				<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
				<input type="hidden" name="Action" value="UAFL" />
				<div id="affiliate-fields" class="editable"><mvt:item name="affiliate" /></div>
				<div class="save-button"><mvt:item name="buttons" param="Save" /></div>
				</form>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Edit Affiliate Account</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="AFED one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<div class="logout-link"><a href="&mvte:urls:SFNT:secure_sep;Action=ALOG">Logout</a></div>
				<h1>Edit Affiliate Information</h1>

				<mvt:if expr="l.settings:messages:error_message_count">
				<div class="error-message">
				<mvt:foreach iterator="error" array="messages:error_messages">
					&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>
				<mvt:if expr="l.settings:messages:information_message_count">
				<div class="information-message">
				<mvt:foreach iterator="message" array="messages:information_messages">
					&mvt:message;
				</mvt:foreach>
				</div>
				</mvt:if>

				<form id="afed_form" method="post" action="&mvte:urls:AFAE:secure;" autocomplete="off">
				<input type="hidden" name="Action" value="UAFL" />
				<div id="affiliate-fields" class="editable"><mvt:item name="affiliate" /></div>
				<div class="save-button"><mvt:item name="buttons" param="Save" /></div>
				</form>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: OPRC

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Order Already Processed</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="OPRC one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>

				Your order has already been processed.  Please do not reload this page.

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Order Already Processed</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="OPRC one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>

				Your order has already been processed.  Please do not reload this page.

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: PROD

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name; &mvte:product:name;</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="prodctgy_meta" param="prod" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
	<mvt:item name="attributemachine" param="head" />
	<mvt:item name="product_display_imagemachine" param="head" />
</head>
<body class="PROD">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<div id="product-header"><mvt:item name="prod_ctgy_hdft" param="prod_header" /></div>
				<mvt:item name="product_display" />
				<mvt:item name="attributemachine" param="body" />
				<mvt:if expr="l.settings:related_product_count NE 0">
				<div class="related-products">
					<h2 class="header">Related Item(s)</h2>
					<mvt:item name="related_products" />
				</div>
				</mvt:if>
				<div id="product-footer"><mvt:item name="prod_ctgy_hdft" param="prod_footer" /></div>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:product:page_title">
		<title>&mvt:product:page_title;</title>
	<mvt:elseif expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: &mvt:product:name;</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:product:link;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
	<mvt:item name="attributemachine" param="head" />
	<mvt:item name="product_display_imagemachine" param="head" />
</head>
<body class="PROD">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<div id="product-header"><mvt:item name="prod_ctgy_hdft" param="prod_header" /></div>
				<mvt:item name="product_display" />
				<mvt:item name="attributemachine" param="body" />
				<mvt:if expr="l.settings:related_product_count NE 0">
				<div class="related-products">
					<h2 class="header">Related Item(s)</h2>
					<mvt:item name="related_products" />
				</div>
				</mvt:if>
				<div id="product-footer"><mvt:item name="prod_ctgy_hdft" param="prod_footer" /></div>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: SFNT

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="SFNT">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				
				<mvt:item name="content" />

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="SFNT">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				
				<mvt:item name="content" />

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: MNTN

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Closed for Maintenance</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="MNTN">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<mvt:item name="messages" />
				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Closed for Maintenance</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="MNTN">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<mvt:item name="messages" />
				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: CEML

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Customer Change Email Address</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="CEML one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>
				<form id="ceml" name="ceml" action="&mvt:global:secure_sessionurl;Screen=CEML" method="post" autocomplete="off">
				<input type="hidden" name="Store_Code" value="&mvte:store:code;" />
				<input type="hidden" name="Action" value="CEML" />
				<div class="change-emailaddress-section">
					<h3>Change Email Address</h3>
					<mvt:if expr="l.settings:messages:error_message_count">
					<div class="error-message">
					<mvt:foreach iterator="error" array="messages:error_messages">
						&mvt:error;
					</mvt:foreach>
					</div>
					<mvt:elseif expr="l.settings:messages:information_message_count">
					<div class="information-message">
					<mvt:foreach iterator="message" array="messages:information_messages">
						&mvt:message;
					</mvt:foreach>
					</div>
					</mvt:if>

					<div>For security purposes, please enter your current password.</div>

					<mvt:if expr="g.Customer_CurrentPassword_Invalid">
						<div class="form_row invalid">
					<mvt:else>
						<div class="form_row">
					</mvt:if>
						<label class="required" for="Customer_CurrentPassword">Current Password:</label><input type="password" name="Customer_CurrentPassword" id="Customer_CurrentPassword" class="textfield ceml-input" value="" autocomplete="off" />
					</div>

					<div style="margin-top: 13px;">Please enter your new email address.</div>
					
					<div class="form_row">
						<label class="required">Old Email Address:</label><span class="oldemailaddress">&mvte:global:Customer:pw_email;</span>
					</div>
					<div class="clear"></div>
					
					<mvt:if expr="g.Customer_LoginEmail_Invalid">
						<div class="form_row invalid">
					<mvt:else>
						<div class="form_row">
					</mvt:if>
						<label class="required" for="Customer_LoginEmail">New Email Address:</label><input type="text" name="Customer_LoginEmail" id="Customer_LoginEmail" class="textfield ceml-input" value="" autocomplete="off" />
					</div>
					
					<mvt:if expr="g.Customer_VerifyLoginEmail_Invalid">
						<div class="form_row invalid">
					<mvt:else>
						<div class="form_row">
					</mvt:if>
						<label class="required" for="Customer_VerifyLoginEmail">Confirm Email Address:</label><input type="text" name="Customer_VerifyLoginEmail" id="Customer_VerifyLoginEmail" class="textfield ceml-input" value="" autocomplete="off" />	
					</div>
					<div class="clear"></div>
					<div class="change-buttons">
						<input type="submit" value="Submit" class="button" />
					</div>
				</div>
				</form>
				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>


<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Customer Change Email Address</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="CEML one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>
				<form id="ceml" name="ceml" action="&mvte:urls:CEML:secure;" method="post" autocomplete="off">
				<input type="hidden" name="Action" value="CEML" />
				<div class="change-emailaddress-section">
					<h3>Change Email Address</h3>
					<mvt:if expr="l.settings:messages:error_message_count">
					<div class="error-message">
					<mvt:foreach iterator="error" array="messages:error_messages">
						&mvt:error;
					</mvt:foreach>
					</div>
					<mvt:elseif expr="l.settings:messages:information_message_count">
					<div class="information-message">
					<mvt:foreach iterator="message" array="messages:information_messages">
						&mvt:message;
					</mvt:foreach>
					</div>
					</mvt:if>

					<div>For security purposes, please enter your current password.</div>

					<mvt:if expr="g.Customer_CurrentPassword_Invalid">
						<div class="form_row invalid">
					<mvt:else>
						<div class="form_row">
					</mvt:if>
						<label class="required" for="Customer_CurrentPassword">Current Password:</label><input type="password" name="Customer_CurrentPassword" id="Customer_CurrentPassword" class="textfield ceml-input" value="" autocomplete="off" />
					</div>

					<div style="margin-top: 13px;">Please enter your new email address.</div>
					
					<div class="form_row">
						<label class="required">Old Email Address:</label><span class="oldemailaddress">&mvte:global:Customer:pw_email;</span>
					</div>
					<div class="clear"></div>
					
					<mvt:if expr="g.Customer_LoginEmail_Invalid">
						<div class="form_row invalid">
					<mvt:else>
						<div class="form_row">
					</mvt:if>
						<label class="required" for="Customer_LoginEmail">New Email Address:</label><input type="text" name="Customer_LoginEmail" id="Customer_LoginEmail" class="textfield ceml-input" value="" autocomplete="off" />
					</div>
					
					<mvt:if expr="g.Customer_VerifyLoginEmail_Invalid">
						<div class="form_row invalid">
					<mvt:else>
						<div class="form_row">
					</mvt:if>
						<label class="required" for="Customer_VerifyLoginEmail">Confirm Email Address:</label><input type="text" name="Customer_VerifyLoginEmail" id="Customer_VerifyLoginEmail" class="textfield ceml-input" value="" autocomplete="off" />	
					</div>
					<div class="clear"></div>
					<div class="change-buttons">
						<input type="submit" value="Submit" class="button" />
					</div>
				</div>
				</form>
				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: PLST

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Product List</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="PLST">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<h1>All Products</h1>

				<div id="all-products"><mvt:item name="all_products" /></div>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Product List</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="PLST">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<h1>All Products</h1>

				<div id="all-products"><mvt:item name="all_products" /></div>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: POUT

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Product Out of Stock</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="POUT">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<mvt:if expr="l.settings:messages:error_message_count">
				<div class="error-message">
				<mvt:foreach iterator="error" array="messages:error_messages">
					&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>
				<mvt:if expr="l.settings:messages:information_message_count">
				<div class="information-message">
				<mvt:foreach iterator="message" array="messages:information_messages">
					&mvt:message;
				</mvt:foreach>
				</div>
				</mvt:if>
				
				<form method="post" action="&mvt:global:sessionurl;">
				<input type="hidden" name="Screen" value="&mvte:global:Old_Screen;" />
				<input type="hidden" name="Search" value="&mvte:global:Old_Search;" />
				<input type="hidden" name="Store_Code" value="&mvte:store:code;" />
				<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Current_Product_Code" value="&mvte:global:Current_Product_Code;" />
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Offset" value="&mvte:global:Offset;" />
				<input type="hidden" name="AllOffset" value="&mvte:global:AllOffset;" />
				<input type="hidden" name="CatListingOffset" value="&mvte:global:CatListingOffset;" />
				<input type="hidden" name="RelatedOffset" value="&mvte:global:RelatedOffset;" />
				<input type="hidden" name="SearchOffset" value="&mvte:global:SearchOffset;" />
				<mvt:item name="buttons" param="Back" />
				</form>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Product Out of Stock</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="POUT">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<mvt:if expr="l.settings:messages:error_message_count">
				<div class="error-message">
				<mvt:foreach iterator="error" array="messages:error_messages">
					&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>
				<mvt:if expr="l.settings:messages:information_message_count">
				<div class="information-message">
				<mvt:foreach iterator="message" array="messages:information_messages">
					&mvt:message;
				</mvt:foreach>
				</div>
				</mvt:if>
				
				<mvt:assign name="l.settings:url" value="miva_variable_value( 'l.settings:urls:' $ g.Old_Screen $ ':rr' )" />
				<form method="post" action="&mvte:url;">
				<input type="hidden" name="Search" value="&mvte:global:Old_Search;" />
				<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Current_Product_Code" value="&mvte:global:Current_Product_Code;" />
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Offset" value="&mvte:global:Offset;" />
				<input type="hidden" name="AllOffset" value="&mvte:global:AllOffset;" />
				<input type="hidden" name="CatListingOffset" value="&mvte:global:CatListingOffset;" />
				<input type="hidden" name="RelatedOffset" value="&mvte:global:RelatedOffset;" />
				<input type="hidden" name="SearchOffset" value="&mvte:global:SearchOffset;" />
				<mvt:item name="buttons" param="Back" />
				</form>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: ABUS

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: About Us</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="ABUS">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>
				<h1>About Us</h1>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: About Us</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="ABUS">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>
				<h1>About Us</h1>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: NTFD

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Not Found</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="NTFD">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<h1>Not Found</h1>

				<mvt:if expr = "l.settings:messages:error_message_count EQ 0">
					The item you requested is not available at this time.
				<mvt:else>
					<mvt:foreach iterator="error" array="messages:error_messages">
						&mvt:error;
					</mvt:foreach>
				</mvt:if>

				<p><a href="&mvt:global:sessionurl;Screen=SFNT&Store_Code=&mvta:store:code;">Home</a></p>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Not Found</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="NTFD">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<h1>Not Found</h1>

				<mvt:if expr = "l.settings:messages:error_message_count EQ 0">
					The item you requested is not available at this time.
				<mvt:else>
					<mvt:foreach iterator="error" array="messages:error_messages">
						&mvt:error;
					</mvt:foreach>
				</mvt:if>

				<p><a href="&mvte:urls:SFNT:auto;">Home</a></p>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: CPWD

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Customer Change Password</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="CPWD one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>
				<form id="cpwd" name="cpwd" action="&mvt:global:secure_sessionurl;Screen=CPWD" method="post" autocomplete="off">
				<input type="hidden" name="Store_Code" value="&mvte:store:code;" />
				<input type="hidden" name="Action" value="CPWD" />
				<div class="change-password-section">
					<h3>Change Password</h3>
					<mvt:if expr="l.settings:messages:error_message_count">
					<div class="error-message">
					<mvt:foreach iterator="error" array="messages:error_messages">
						&mvt:error;
					</mvt:foreach>
					</div>
					<mvt:elseif expr="l.settings:messages:information_message_count">
					<div class="information-message">
					<mvt:foreach iterator="message" array="messages:information_messages">
						&mvt:message;
					</mvt:foreach>
					</div>
					</mvt:if>

					<div>For security purposes, please enter your current password.</div>

					<mvt:if expr="g.Customer_CurrentPassword_Invalid">
						<div class="form_row invalid">
					<mvt:else>
						<div class="form_row">
					</mvt:if>
						<label class="required" for="Customer_CurrentPassword">Current Password:</label><input type="password" name="Customer_CurrentPassword" id="Customer_CurrentPassword" class="textfield cpwd-input" value="" autocomplete="off" />
					</div>

					<div style="margin-top: 13px;">Please enter your new password.</div>

					<mvt:if expr="g.Customer_Password_Invalid">
						<div class="form_row invalid">
					<mvt:else>
						<div class="form_row">
					</mvt:if>
						<label class="required" for="Customer_Password">New Password:</label><input type="password" name="Customer_Password" id="Customer_Password" class="textfield cpwd-input" value="" autocomplete="off" />
					</div>
					
					<mvt:if expr="g.Customer_VerifyPassword_Invalid">
						<div class="form_row invalid">
					<mvt:else>
						<div class="form_row">
					</mvt:if>
						<label class="required" for="Customer_VerifyPassword">Confirm Password:</label><input type="password" name="Customer_VerifyPassword" id="Customer_VerifyPassword" class="textfield cpwd-input" value="" autocomplete="off" />	
					</div>
					<div class="clear"></div>
					<div class="change-buttons">
						<input type="submit" value="Submit" class="button" />
					</div>
				</div>
				</form>
				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Customer Change Password</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="CPWD one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>
				<form id="cpwd" name="cpwd" action="&mvte:urls:CPWD:secure;" method="post" autocomplete="off">
				<input type="hidden" name="Action" value="CPWD" />
				<div class="change-password-section">
					<h3>Change Password</h3>
					<mvt:if expr="l.settings:messages:error_message_count">
					<div class="error-message">
					<mvt:foreach iterator="error" array="messages:error_messages">
						&mvt:error;
					</mvt:foreach>
					</div>
					<mvt:elseif expr="l.settings:messages:information_message_count">
					<div class="information-message">
					<mvt:foreach iterator="message" array="messages:information_messages">
						&mvt:message;
					</mvt:foreach>
					</div>
					</mvt:if>

					<div>For security purposes, please enter your current password.</div>

					<mvt:if expr="g.Customer_CurrentPassword_Invalid">
						<div class="form_row invalid">
					<mvt:else>
						<div class="form_row">
					</mvt:if>
						<label class="required" for="Customer_CurrentPassword">Current Password:</label><input type="password" name="Customer_CurrentPassword" id="Customer_CurrentPassword" class="textfield cpwd-input" value="" autocomplete="off" />
					</div>

					<div style="margin-top: 13px;">Please enter your new password.</div>

					<mvt:if expr="g.Customer_Password_Invalid">
						<div class="form_row invalid">
					<mvt:else>
						<div class="form_row">
					</mvt:if>
						<label class="required" for="Customer_Password">New Password:</label><input type="password" name="Customer_Password" id="Customer_Password" class="textfield cpwd-input" value="" autocomplete="off" />
					</div>
					
					<mvt:if expr="g.Customer_VerifyPassword_Invalid">
						<div class="form_row invalid">
					<mvt:else>
						<div class="form_row">
					</mvt:if>
						<label class="required" for="Customer_VerifyPassword">Confirm Password:</label><input type="password" name="Customer_VerifyPassword" id="Customer_VerifyPassword" class="textfield cpwd-input" value="" autocomplete="off" />	
					</div>
					<div class="clear"></div>
					<div class="change-buttons">
						<input type="submit" value="Submit" class="button" />
					</div>
				</div>
				</form>
				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: SRCH

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Search</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="SRCH">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<h1>Search Results</h1>

				<div class="search-again alignright">
				<form method="post" action="&mvte:global:sessionurl;Screen=SRCH">	
				<input type="hidden" name="Store_Code" value="&mvte:store:code;" />
				<label for="Search" class="bold">Search Again:</label>
				<input type="text" name="Search" id="Search" class="textfield" value="&mvte:global:Search;" />
				<mvt:item name="buttons" param="Search" />
				</form>
				</div>

				<mvt:if expr="NOT ISNULL g.Search">
					<mvt:if expr="l.settings:search_product_count EQ 0">
				<span class="italic">No products matched your search criteria</span>
					<mvt:else>
				<div id="search-results"><mvt:item name="search_results" /></div>
					</mvt:if>
				</mvt:if>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Search</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="SRCH">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<h1>Search Results</h1>

				<div class="search-again alignright">
				<form method="post" action="&mvte:urls:SRCH:rr;">	
				<label for="Search" class="bold">Search Again:</label>
				<input type="text" name="Search" id="Search" class="textfield" value="&mvte:global:Search;" />
				<mvt:item name="buttons" param="Search" />
				</form>
				</div>

				<mvt:if expr="NOT ISNULL g.Search">
					<mvt:if expr="l.settings:search_product_count EQ 0">
				<span class="italic">No products matched your search criteria</span>
					<mvt:else>
				<div id="search-results"><mvt:item name="search_results" /></div>
					</mvt:if>
				</mvt:if>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: SMAP

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="SMAP">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<h1>Sitemap</h1>
				<mvt:item name="sitemap" />

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="SMAP">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<h1>Sitemap</h1>
				<mvt:item name="sitemap" />

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: OSEL

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Checkout: Shipping/Payment Selection</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="OSEL one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>

				<h1>Shipping/Payment Selection</h1>

				<div id="customer-fields" class="non-editable"><mvt:item name="customer" /></div>
				<div id="basket-contents" class="non-editable"><mvt:item name="basket" /></div>

				<mvt:if expr="l.settings:messages:error_message_count">
				<div class="error-message">
				<mvt:foreach iterator="error" array="messages:error_messages">
					&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>

				<mvt:if expr="l.settings:messages:information_message_count">
				<div class="information-message">
				<mvt:foreach iterator="message" array="messages:information_messages">
					&mvt:message;
				</mvt:foreach>
				</div>
				</mvt:if>

				<form method="post" action="&mvt:global:secure_sessionurl;">
				<mvt:item name="tax" />
				<input type="hidden" name="Screen" value="OPAY" />
				<input type="hidden" name="Action" value="SHIP,PSHP,CTAX" />
				<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
				<div id="shipping-payment">
					<div class="form_row">
						<label for="ShippingMethod" class="bold">Ship Via:</label>
						<select name="ShippingMethod" id="ShippingMethod">
							<mvt:if expr="ISNULL l.settings:shippingmethods">
								<mvt:if expr="ISNULL l.settings:fallbackshippingmethod">
									<option value="">Unable to Calculate Shipping Costs</option>
								<mvt:else>
									<option value="">&mvt:fallbackshippingmethod:name; (&mvt:fallbackshippingmethod:formatted_price;)</option>
								</mvt:if>
							<mvt:else>
								<mvt:foreach array="shippingmethods" iterator="method">
									<mvt:if expr="NOT ISNULL l.settings:method:price">
								<option value="&mvte:method:module;:&mvte:method:code;">&mvt:method:name; (&mvt:method:formatted_price;)</option>
									<mvt:else>
								<option value="&mvte:method:module;:&mvte:method:code;">&mvt:method:name;</option>
									</mvt:if>
								</mvt:foreach>
							</mvt:if>
						</select>
					</div>
					<mvt:if expr="ISNULL l.settings:shippingmethods">
						<span class="bold">No valid shipping methods are available for your order.  You will be contacted regarding shipping when your order is processed.</span>
					</mvt:if>
					<div class="form_row">
						<label for="PaymentMethod" class="bold">Pay With:</label>
						<select name="PaymentMethod" id="PaymentMethod">
						<mvt:foreach array="paymentmethods" iterator="method">
							<option value="&mvte:method:module;:&mvte:method:code;">&mvt:method:name;</option>
						</mvt:foreach>
						</select>
					</div>
				</div>
				<div class="continue-button"><mvt:item name="buttons" param="Continue" /></div>
				</form>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Checkout: Shipping/Payment Selection</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="OSEL one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>

				<h1>Shipping/Payment Selection</h1>

				<div id="customer-fields" class="non-editable"><mvt:item name="customer" /></div>
				<div id="basket-contents" class="non-editable"><mvt:item name="basket" /></div>

				<mvt:if expr="l.settings:messages:error_message_count">
				<div class="error-message">
				<mvt:foreach iterator="error" array="messages:error_messages">
					&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>

				<mvt:if expr="l.settings:messages:information_message_count">
				<div class="information-message">
				<mvt:foreach iterator="message" array="messages:information_messages">
					&mvt:message;
				</mvt:foreach>
				</div>
				</mvt:if>

				<form method="post" action="&mvte:urls:OPAY:secure;">
				<mvt:item name="tax" />
				<input type="hidden" name="Action" value="SHIP,PSHP,CTAX" />
				<div id="shipping-payment">
					<div class="form_row">
						<label for="ShippingMethod" class="bold">Ship Via:</label>
						<select name="ShippingMethod" id="ShippingMethod">
							<mvt:if expr="ISNULL l.settings:shippingmethods">
								<mvt:if expr="ISNULL l.settings:fallbackshippingmethod">
									<option value="">Unable to Calculate Shipping Costs</option>
								<mvt:else>
									<option value="">&mvt:fallbackshippingmethod:name; (&mvt:fallbackshippingmethod:formatted_price;)</option>
								</mvt:if>
							<mvt:else>
								<mvt:foreach array="shippingmethods" iterator="method">
									<mvt:if expr="NOT ISNULL l.settings:method:price">
								<option value="&mvte:method:module;:&mvte:method:code;">&mvt:method:name; (&mvt:method:formatted_price;)</option>
									<mvt:else>
								<option value="&mvte:method:module;:&mvte:method:code;">&mvt:method:name;</option>
									</mvt:if>
								</mvt:foreach>
							</mvt:if>
						</select>
					</div>
					<mvt:if expr="ISNULL l.settings:shippingmethods">
						<span class="bold">No valid shipping methods are available for your order.  You will be contacted regarding shipping when your order is processed.</span>
					</mvt:if>
					<div class="form_row">
						<label for="PaymentMethod" class="bold">Pay With:</label>
						<select name="PaymentMethod" id="PaymentMethod">
						<mvt:foreach array="paymentmethods" iterator="method">
							<option value="&mvte:method:module;:&mvte:method:code;">&mvt:method:name;</option>
						</mvt:foreach>
						</select>
					</div>
				</div>
				<div class="continue-button"><mvt:item name="buttons" param="Continue" /></div>
				</form>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: OMIN

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Checkout: Minimum Purchase Required</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="OMIN">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>

				<mvt:item name="messages" />

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Checkout: Minimum Purchase Required</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="OMIN">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>

				<mvt:item name="messages" />

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: WPCK

Original File
New File
new file
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Choose Wish List</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="WPCK one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<h1>Choose a Wish List</h1>

				<mvt:if expr="l.settings:messages:error_message_count">
				<div class="error-message">
				<mvt:foreach iterator="error" array="messages:error_messages">
					&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>
				<mvt:if expr="l.settings:messages:information_message_count">
				<div class="information-message">
				<mvt:foreach iterator="message" array="messages:information_messages">
					&mvt:message;
				</mvt:foreach>
				</div>
				</mvt:if>

				<form method="post" action="&mvte:urls:_self:rr;" />
					<input type="hidden" name="Quantity" value="&mvte:global:Quantity;" />
					<input type="hidden" name="Line_ID" value="&mvte:global:Line_ID;" />
					<input type="hidden" name="Group_ID" value="&mvte:global:Group_ID;" />
					<input type="hidden" name="Wish_ID" value="&mvte:global:Wish_ID;" />
					<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />

					<mvt:assign name="l.settings:parsed_actions" value="''" />
					<mvt:assign name="l.settings:actions" value="' ' $ glosub( g.Action, ',', ' ' ) $ ' '" />
					<mvt:if expr="' ATWL ' IN l.settings:actions"> <mvt:assign name="l.settings:parsed_action_count" value="miva_array_insert( l.settings:parsed_actions, 'ATWL', -1 )" />    </mvt:if>
					<mvt:if expr="' MPWL ' IN l.settings:actions"> <mvt:assign name="l.settings:parsed_action_count" value="miva_array_insert( l.settings:parsed_actions, 'MPWL', -1 )" />    </mvt:if>
					<mvt:if expr="' MAWL ' IN l.settings:actions"> <mvt:assign name="l.settings:parsed_action_count" value="miva_array_insert( l.settings:parsed_actions, 'MAWL', -1 )" />    </mvt:if>

					<input type="hidden" name="Action" value="&mvte:parsed_actions;" />

					<mvt:assign name="l.settings:attribute_index" value="0" />
					<mvt:foreach iterator="attribute" array="global:Product_Attributes">
						<mvt:assign name="l.settings:attribute_index" value="l.settings:attribute_index + 1" />
						<input type="hidden" name="Product_Attributes[ &mvt:attribute_index; ]:code" value="&mvte:attribute:code;" />
						<input type="hidden" name="Product_Attributes[ &mvt:attribute_index; ]:value" value="&mvte:attribute:value;" />
						<mvt:if expr="l.settings:attribute:template_code NE 0">
							<input type="hidden" name="Product_Attributes[ &mvt:attribute_index; ]:template_code" value="&mvte:attribute:template_code;" />
						</mvt:if>
					</mvt:foreach>

					<mvt:if expr="miva_array_search( l.settings:parsed_actions, 1, l.action, 'l.action EQ \'ATWL\'' )">
						Add Product "&mvte:global:Product_Code;" to wish list:<br />
					<mvt:elseif expr="miva_array_search( l.settings:parsed_actions, 1, l.action, 'l.action EQ \'MAWL\'' )">
						Move all items in basket to wish list:<br />
					<mvt:elseif expr="miva_array_search( l.settings:parsed_actions, 1, l.action, 'l.action EQ \'MPWL\'' )">
						<mvt:if expr="g.Group_ID">
							Move basket item to wish list:<br />
						<mvt:elseif expr="g.Line_ID">
							Move basket item to wish list:<br />
						<mvt:elseif expr="g.Wish_ID">
							Move wish list item to wish list:<br />
						</mvt:if>
					</mvt:if>

					<select name="WishList_ID">
						<option value=""><Select One></option>
						<mvt:foreach iterator="wishlist" array="customerwishlists:wishlists">
							<option value="&mvte:wishlist:id;">&mvte:wishlist:title;</option>
						</mvt:foreach>
					</select>

					<div class="save-button"><mvt:item name="buttons" param="Continue" /></div>
				</form>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: CTGY

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: &mvt:category:name;</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="prodctgy_meta" param="ctgy" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="CTGY">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<div id="category-header"><mvt:item name="prod_ctgy_hdft" param="ctgy_header" /></div>
				<mvt:if expr="NOT ISNULL l.settings:category_title:image">
					<img src="&mvte:category_title:image;" alt="&mvte:category:name;" />
				<mvt:else>
					<h1>&mvte:category:name;</h1>
				</mvt:if>

				<div id="category-listing"><mvt:item name="category_listing" /></div>
				<div id="category-footer"><mvt:item name="prod_ctgy_hdft" param="ctgy_footer" /></div>
				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:category:page_title">
		<title>&mvt:category:page_title;</title>
	<mvt:elseif expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: &mvt:category:name;</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:category:link;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="CTGY">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<div id="category-header"><mvt:item name="prod_ctgy_hdft" param="ctgy_header" /></div>
				<mvt:if expr="NOT ISNULL l.settings:category_title:image">
					<img src="&mvte:category_title:image;" alt="&mvte:category:name;" />
				<mvt:else>
					<h1>&mvte:category:name;</h1>
				</mvt:if>

				<div id="category-listing"><mvt:item name="category_listing" /></div>
				<div id="category-footer"><mvt:item name="prod_ctgy_hdft" param="ctgy_footer" /></div>
				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: WLGN

Original File
New File
new file
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Wish List: Customer Login</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="WLGN one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>
				<div class="margin-container">
					<div class="header-message">
						You must have a customer account to create / access a wish list
					</div>

					<form name="logn" action="&mvte:urls:WISH:secure;" method="post" autocomplete="off">
						<mvt:if expr="ISNULL g.Action">
							<mvt:assign name="g.Action" value="'LOGN,ATWL'" />
						<mvt:else>
							<mvt:assign name = "g.Action" value="'LOGN,' $ g.Action" />
						</mvt:if>
						
						<input type="hidden" name="Action" value="&mvte:global:Action;" />
						<input type="hidden" name="Quantity" value="&mvte:global:Quantity;" />
						<input type="hidden" name="Line_ID" value="&mvte:global:Line_ID;" />
						<input type="hidden" name="Group_ID" value="&mvte:global:Group_ID;" />
						<input type="hidden" name="Wish_ID" value="&mvte:global:Wish_ID;" />
						<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />

						<mvt:assign name="l.settings:attribute_index" value="0" />
						<mvt:foreach iterator="attribute" array="global:Product_Attributes">
							<mvt:assign name="l.settings:attribute_index" value="l.settings:attribute_index + 1" />
							<input type="hidden" name="Product_Attributes[ &mvt:attribute_index; ]:code" value="&mvte:attribute:code;" />
							<input type="hidden" name="Product_Attributes[ &mvt:attribute_index; ]:value" value="&mvte:attribute:value;" />
							<mvt:if expr="l.settings:attribute:template_code NE 0">
								<input type="hidden" name="Product_Attributes[ &mvt:attribute_index; ]:template_code" value="&mvte:attribute:template_code;" />
							</mvt:if>
						</mvt:foreach>

						<div class="section grey-border-right aligncenter">
							<h3>Create New Account</h3>
							<input type="button" value="Create Account" class="button" onclick="window.location = '&mvtj:urls:ACAD:auto_sep;WishList=1';" />
						</div>

						<div class="section">
							<h3>Sign In</h3>
							<mvt:if expr="l.settings:messages:error_message_count">
							<div class="error-message">
							<mvt:foreach iterator="error" array="messages:error_messages">
								&mvt:error;
							</mvt:foreach>
							</div>
							<mvt:elseif expr="l.settings:messages:information_message_count">
							<div class="information-message">
							<mvt:foreach iterator="message" array="messages:information_messages">
								&mvt:message;
							</mvt:foreach>
							</div>
							</mvt:if>
							
							<div class="form_row">
								<label for="Customer_LoginEmail">Email Address:</label><input type="text" name="Customer_LoginEmail" id="Customer_LoginEmail" class="textfield logn-input" value="&mvte:global:Customer_LoginEmail;" autocomplete="off" />
							</div>
							<div class="form_row">
								<label for="Customer_Password">Password:</label><input type="password" name="Customer_Password" id="Customer_Password" class="textfield logn-input" autocomplete="off" />
							</div>
							<div class="clear"></div>
							<div class="sign-in-buttons"><mvt:item name="buttons" param="login" /></div>
							<div class="forgot-password"><a href="&mvte:urls:FPWD:auto;">Forgot password?</a></div>
						</div>
					</form>
				</div>
				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: ACLN

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: My Account</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="ACLN">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>
				<div class="logout-link"><a href="&mvt:global:secure_sessionurl;Action=LOGO&Screen=SFNT&Store_Code=&mvta:global:Store_Code;">Logout</a></div>

				<h1>My Account</h1>

				<div class="account-links">
					<ul>
						<li><a href="&mvt:global:secure_sessionurl;Store_Code=&mvta:store:code;&Screen=ACED">Edit Account Info</a></li>
						<li><a href="&mvt:global:secure_sessionurl;Store_Code=&mvta:store:code;&Screen=CEML">Change Email Address</a></li>
						<li><a href="&mvt:global:secure_sessionurl;Store_Code=&mvta:store:code;&Screen=CPWD">Change Password</a></li>
						<li><a href="&mvt:global:secure_sessionurl;Store_Code=&mvta:store:code;&Screen=RGFT">Redeem Gift Certificate</a></li>
						<li><a href="&mvt:global:secure_sessionurl;Store_Code=&mvta:store:code;&Screen=ABAL">Customer Account Balance</a></li>
						<li><a href="&mvt:global:secure_sessionurl;Store_Code=&mvta:store:code;&Screen=ORDH">Customer Order History</a></li>
					</ul>
				</div>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: My Account</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="ACLN">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>
				<div class="logout-link"><a href="&mvte:urls:SFNT:secure_sep;Action=LOGO">Logout</a></div>

				<h1>My Account</h1>

				<div class="account-links">
					<ul>
						<li><a href="&mvte:urls:ACED:auto;">Edit Account Info</a></li>
						<li><a href="&mvte:urls:CEML:auto;">Change Email Address</a></li>
						<li><a href="&mvte:urls:CPWD:auto;">Change Password</a></li>
						<li><a href="&mvte:urls:RGFT:auto;">Redeem Gift Certificate</a></li>
						<li><a href="&mvte:urls:ABAL:auto;">Customer Account Balance</a></li>
						<li><a href="&mvte:urls:ORDH:auto;">Customer Order History</a></li>
						<li><a href="&mvte:urls:WLST:auto;">Wish Lists</a></li>
					</ul>
				</div>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: PRPO

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Privacy Policy</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="PRPO">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>
				
				<h1>Privacy Policy</h1>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Privacy Policy</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="PRPO">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>
				
				<h1>Privacy Policy</h1>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: OUS1

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Checkout: Special Offer</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="OUS1 one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>

				<h1 class="upsale-heading">Special Offer</h1>

				<h2 class="aligncenter">
					Save &mvt:upsale:formatted_upsell_savings; <br />
					<span class="smallest">Offer valid for this order only</span>
				</h2>

				<mvt:if expr="NOT ISNULL l.settings:upsale:thumbnail">
					<div class="product-thumbnail"><img src="&mvte:upsale:thumbnail;" alt="&mvte:upsale:name;" /></div>
				<mvt:else>
					<div class="thumbnail-not-available"></div>
				</mvt:if>

				<div><span class="bold">&mvt:upsale:name;</span></div>
				<div>Code: <span class="bold">&mvt:upsale:code;</span></div>
				<div>Regular Price: <span class="bold">&mvt:upsale:formatted_price;</span></div>
				<div>Special Price: <span class="bold">&mvt:upsale:formatted_upsell_price;</span></div>
				<div>You Save: <span class="bold">&mvt:upsale:formatted_upsell_savings;</span></div>
				<div>Shipping Weight: <span class="bold">&mvt:upsale:weight;</span> &mvt:store:wtunits;</div>

				<div class="product-description">&mvt:upsale:desc;</div>
				<div class="aligncenter">
					<form method="post" action="&mvt:global:secure_sessionurl;Screen=OSEL" />
					<input type="hidden" name="Action" value="AUPR" />
					<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
					<input type="hidden" name="Product_Code" value="&mvte:upsale:code;" />
					<mvt:item name="tax" />
					<div class="product-attributes"><mvt:item name="product_attributes" param="upsale:id" /></div>
					<mvt:item name="buttons" param="AddToOrder" />
					</form>

					<form method="post" action="&mvt:global:secure_sessionurl;Screen=OSEL">
					<input type="hidden" name="Store_Code" value="&mvte:store:code;" />
					<mvt:item name="tax" />
					<mvt:item name="buttons" param="DoNotAddToOrder" />
					</form>
				</div>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Checkout: Special Offer</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="OUS1 one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>

				<h1 class="upsale-heading">Special Offer</h1>

				<h2 class="aligncenter">
					Save &mvt:upsale:formatted_upsell_savings; <br />
					<span class="smallest">Offer valid for this order only</span>
				</h2>

				<mvt:if expr="NOT ISNULL l.settings:upsale:thumbnail">
					<div class="product-thumbnail"><img src="&mvte:upsale:thumbnail;" alt="&mvte:upsale:name;" /></div>
				<mvt:else>
					<div class="thumbnail-not-available"></div>
				</mvt:if>

				<div><span class="bold">&mvt:upsale:name;</span></div>
				<div>Code: <span class="bold">&mvt:upsale:code;</span></div>
				<div>Regular Price: <span class="bold">&mvt:upsale:formatted_price;</span></div>
				<div>Special Price: <span class="bold">&mvt:upsale:formatted_upsell_price;</span></div>
				<div>You Save: <span class="bold">&mvt:upsale:formatted_upsell_savings;</span></div>
				<div>Shipping Weight: <span class="bold">&mvt:upsale:weight;</span> &mvt:store:wtunits;</div>

				<div class="product-description">&mvt:upsale:desc;</div>
				<div class="aligncenter">
					<form method="post" action="&mvte:urls:OSEL:secure;" />
					<input type="hidden" name="Action" value="AUPR" />
					<input type="hidden" name="Product_Code" value="&mvte:upsale:code;" />
					<mvt:item name="tax" />
					<div class="product-attributes"><mvt:item name="product_attributes" param="upsale:id" /></div>
					<mvt:item name="buttons" param="AddToOrder" />
					</form>

					<form method="post" action="&mvte:urls:OSEL:secure;">
					<mvt:item name="tax" />
					<mvt:item name="buttons" param="DoNotAddToOrder" />
					</form>
				</div>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: ACAD

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Account Registration</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="ACAD one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<h1>Account Registration</h1>

				<mvt:if expr="l.settings:messages:error_message_count">
				<div class="error-message">
				<mvt:foreach iterator="error" array="messages:error_messages">
					&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>
				<mvt:if expr="l.settings:messages:information_message_count">
				<div class="information-message">
				<mvt:foreach iterator="message" array="messages:information_messages">
					&mvt:message;
				</mvt:foreach>
				</div>
				</mvt:if>

				<form id="acad_form" method="post" action="&mvt:global:secure_sessionurl;" autocomplete="off">
				<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
				<input type="hidden" name="Action" value="ICST" />
				<input type="hidden" name="Order" value="&mvte:global:Order;" />
				<mvt:if expr="g.Order">
				<input type="hidden" name="Screen" value="OINF" />
				<mvt:elseif expr="g.Redeem">
				<input type="hidden" name="Screen" value="RGFT" />
				<mvt:else>
				<input type="hidden" name="Screen" value="ACED" />
				</mvt:if>
				<div id="customer-fields" class="editable"><mvt:item name="customer" /></div>
				<div class="save-button"><mvt:item name="buttons" param="Save" /></div>
				</form>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Account Registration</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="ACAD one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<h1>Account Registration</h1>

				<mvt:if expr="l.settings:messages:error_message_count">
				<div class="error-message">
				<mvt:foreach iterator="error" array="messages:error_messages">
					&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>
				<mvt:if expr="l.settings:messages:information_message_count">
				<div class="information-message">
				<mvt:foreach iterator="message" array="messages:information_messages">
					&mvt:message;
				</mvt:foreach>
				</div>
				</mvt:if>

				<mvt:if expr="g.Order">
					<mvt:assign name="l.settings:url" value="l.settings:urls:OINF:secure" />
				<mvt:elseif expr="g.Redeem">
					<mvt:assign name="l.settings:url" value="l.settings:urls:RGFT:secure" />
				<mvt:elseif expr="g.WishList">
					<mvt:assign name="l.settings:url" value="l.settings:urls:WISH:secure" />
				<mvt:else>
					<mvt:assign name="l.settings:url" value="l.settings:urls:ACED:secure" />
				</mvt:if>

				<form id="acad_form" method="post" action="&mvte:url;" autocomplete="off">
				<input type="hidden" name="Action" value="ICST" />
				<input type="hidden" name="Order" value="&mvte:global:Order;" />
				<div id="customer-fields" class="editable"><mvt:item name="customer" /></div>
				<div class="save-button"><mvt:item name="buttons" param="Save" /></div>
				</form>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: WLST

Original File
New File
new file
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Wish Lists</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="WLST one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<h1>Wish Lists</h1>

				<mvt:if expr="g.Basket:cust_id AND g.Customer_Session_Verified">
					<div class="wishlists_search_container">
						<span class="wishlists_actions_container">
							<a href="&mvte:urls:WLAD:auto;">Create Wish List</a>
							<mvt:if expr="NOT ISNULL g.WishListSearch">
								<span class="grey">|</span>
								<a href="&mvte:urls:WLST:auto;">My Wish Lists</a>
							</mvt:if>
						</span>

						<form id="wlst_search_form" method="post" action="&mvte:urls:WLST:rr;">
							<input type="hidden" name="Sort_By" value="&mvte:global:Sort_By;" />
							<input type="hidden" name="Per_Page" value="&mvte:global:Per_Page;" />

							<label>Find: <input type="text" name="WishListSearch" value="&mvte:global:WishListSearch;" class="textfield" /></label> <mvt:item name="buttons" param="Search" />
						</form>
					</div>
				<mvt:else>
					<div class="section_container">
						<span class="section grey-border-right signin alignleft">
							<h3>Sign In to View Your Wish Lists</h3>
							<mvt:if expr="l.settings:messages:error_message_count">
							<div class="error-message">
							<mvt:foreach iterator="error" array="messages:error_messages">
								&mvt:error;
							</mvt:foreach>
							</div>
							<mvt:elseif expr="l.settings:messages:information_message_count">
							<div class="information-message">
							<mvt:foreach iterator="message" array="messages:information_messages">
								&mvt:message;
							</mvt:foreach>
							</div>
							</mvt:if>

							<form id="wlst_search_form" method="post" action="&mvte:urls:WLST:secure;">
								<input type="hidden" name="Action" value="LOGN" />

								<div class="form_row">
									<label for="Customer_LoginEmail">Email Address:</label><input type="text" name="Customer_LoginEmail" id="Customer_LoginEmail" class="textfield logn-input" value="&mvte:global:Customer_LoginEmail;" autocomplete="off" />
								</div>
								<div class="form_row">
									<label for="Customer_Password">Password:</label><input type="password" name="Customer_Password" id="Customer_Password" class="textfield logn-input" autocomplete="off" />
								</div>
								<div class="clear"></div>
								<div class="sign-in-buttons"><mvt:item name="buttons" param="login" /></div>
								<div class="forgot-password"><a href="&mvte:urls:FPWD:auto;">Forgot password?</a></div>
							</form>
						</span><span class="section alignright">
							<h3>Wish List Search</h3>
							<form id="wlst_search_form" method="post" action="&mvte:urls:WLST:rr;">
								<input type="hidden" name="Sort_By" value="&mvte:global:Sort_By;" />
								<input type="hidden" name="Per_Page" value="&mvte:global:Per_Page;" />

								<input type="text" name="WishListSearch" value="&mvte:global:WishListSearch;" class="textfield" /> <mvt:item name="buttons" param="Search" />
							</form>
						</span>
					</div>
					<div class="clear"></div>
				</mvt:if>

				<mvt:if expr="( NOT ISNULL g.WishListSearch ) OR ( g.Basket:cust_id AND g.Customer_Session_Verified )">
					<mvt:item name="wishlists" />
				</mvt:if>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: FAQS

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: FAQs</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="FAQS">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>
				
				<h1>FAQs</h1>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: FAQs</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="FAQS">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>
				
				<h1>FAQs</h1>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: ORDH

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Customer Order History</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="ORDH one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<mvt:if expr="g.Basket:cust_id">
				<div class="logout-link"><a href="&mvt:global:secure_sessionurl;Action=LOGO&Screen=SFNT&Store_Code=&mvta:global:Store_Code;">Logout</a></div>
				</mvt:if>

				<h1>Order History</h1>
				<mvt:if expr="NOT l.settings:orders_found GT 0">
				No matching orders found.
				<mvt:else>
				<mvt:if expr="l.settings:messages:error_message_count">
				<div class="error-message">
				<mvt:foreach iterator="error" array="messages:error_messages">
				&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>
				<mvt:if expr="l.settings:messages:information_message_count">
				<div class="warning-message">
				<mvt:foreach iterator="message" array="messages:information_messages">
				&mvt:message;
				</mvt:foreach>
				</div>
				</mvt:if>

				<div id="orderhistory_list"><mvt:item name="orderhistory_list" /></div>
				</mvt:if>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Customer Order History</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="ORDH one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<mvt:if expr="g.Basket:cust_id">
				<div class="logout-link"><a href="&mvte:urls:SFNT:secure_sep;Action=LOGO">Logout</a></div>
				</mvt:if>

				<h1>Order History</h1>
				<mvt:if expr="NOT l.settings:orders_found GT 0">
				No matching orders found.
				<mvt:else>
				<mvt:if expr="l.settings:messages:error_message_count">
				<div class="error-message">
				<mvt:foreach iterator="error" array="messages:error_messages">
				&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>
				<mvt:if expr="l.settings:messages:information_message_count">
				<div class="warning-message">
				<mvt:foreach iterator="message" array="messages:information_messages">
				&mvt:message;
				</mvt:foreach>
				</div>
				</mvt:if>

				<div id="orderhistory_list"><mvt:item name="orderhistory_list" /></div>
				</mvt:if>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: GFTL

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Redeem Gift Certificate: Customer Login</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="GFTL one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div class="margin-container">
					<div class="header-message">
						You must have a customer account to redeem a gift certificate
					</div>

					<form name="logn" action="&mvt:global:secure_sessionurl;" method="post" autocomplete="off">
						<input type="hidden" name="Store_Code" value="&mvte:store:code;" />
						<input type="hidden" name="Screen" value="RGFT" />
						<input type="hidden" name="Action" value="LOGN" />

						<div class="section grey-border-right aligncenter">
							<h3>Create New Account</h3>
							<input type="button" value="Create Account" class="button" onclick="window.location = '&mvt:global:secure_sessionurl;Store_Code=&mvta:store:code;&Redeem=1&Screen=ACAD';" />
						</div>

						<div class="section">
							<h3>Sign In</h3>
							<mvt:if expr="l.settings:messages:error_message_count">
							<div class="error-message">
							<mvt:foreach iterator="error" array="messages:error_messages">
								&mvt:error;
							</mvt:foreach>
							</div>
							<mvt:elseif expr="l.settings:messages:information_message_count">
							<div class="information-message">
							<mvt:foreach iterator="message" array="messages:information_messages">
								&mvt:message;
							</mvt:foreach>
							</div>

							</mvt:if>
							
							<div class="form_row">
								<label for="Customer_LoginEmail">Email Address:</label><input type="text" name="Customer_LoginEmail" id="Customer_LoginEmail" class="textfield logn-input" value="&mvte:global:Customer_LoginEmail;" autocomplete="off" />
							</div>
							<div class="form_row">
								<label for="Customer_Password">Password:</label><input type="password" name="Customer_Password" id="Customer_Password" class="textfield logn-input" autocomplete="off" />
							</div>
							<div class="clear"></div>
							<div class="sign-in-buttons"><mvt:item name="buttons" param="login" /></div>
							<div class="forgot-password"><a href="&mvt:global:secure_sessionurl;Store_Code=&mvta:store:code;&Screen=FPWD">Forgot password?</a></div>
						</div>
					</form>
				</div>
				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Redeem Gift Certificate: Customer Login</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="GFTL one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div class="margin-container">
					<div class="header-message">
						You must have a customer account to redeem a gift certificate
					</div>

					<form name="logn" action="&mvte:urls:RGFT:secure;" method="post" autocomplete="off">
						<input type="hidden" name="Action" value="LOGN" />

						<div class="section grey-border-right aligncenter">
							<h3>Create New Account</h3>
							<input type="button" value="Create Account" class="button" onclick="window.location = '&mvtj:urls:ACAD:auto_sep;Redeem=1';" />
						</div>

						<div class="section">
							<h3>Sign In</h3>
							<mvt:if expr="l.settings:messages:error_message_count">
							<div class="error-message">
							<mvt:foreach iterator="error" array="messages:error_messages">
								&mvt:error;
							</mvt:foreach>
							</div>
							<mvt:elseif expr="l.settings:messages:information_message_count">
							<div class="information-message">
							<mvt:foreach iterator="message" array="messages:information_messages">
								&mvt:message;
							</mvt:foreach>
							</div>

							</mvt:if>
							
							<div class="form_row">
								<label for="Customer_LoginEmail">Email Address:</label><input type="text" name="Customer_LoginEmail" id="Customer_LoginEmail" class="textfield logn-input" value="&mvte:global:Customer_LoginEmail;" autocomplete="off" />
							</div>
							<div class="form_row">
								<label for="Customer_Password">Password:</label><input type="password" name="Customer_Password" id="Customer_Password" class="textfield logn-input" autocomplete="off" />
							</div>
							<div class="clear"></div>
							<div class="sign-in-buttons"><mvt:item name="buttons" param="login" /></div>
							<div class="forgot-password"><a href="&mvte:urls:FPWD:auto;">Forgot password?</a></div>
						</div>
					</form>
				</div>
				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: ACED

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Edit Customer Account</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="ACED one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<div class="logout-link"><a href="&mvt:global:secure_sessionurl;Action=LOGO&Screen=SFNT&Store_Code=&mvta:global:Store_Code;">Logout</a></div>
				<h1>Edit Account Information</h1>

				<mvt:if expr="l.settings:messages:error_message_count">
				<div class="error-message">
				<mvt:foreach iterator="error" array="messages:error_messages">
					&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>
				<mvt:if expr="l.settings:messages:information_message_count">
				<div class="information-message">
				<mvt:foreach iterator="message" array="messages:information_messages">
					&mvt:message;
				</mvt:foreach>
				</div>
				</mvt:if>

				<form id="aced_form" method="post" action="&mvt:global:secure_sessionurl;Screen=ACED">
				<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
				<input type="hidden" name="Action" value="UCST" />
				<div id="customer-fields" class="editable"><mvt:item name="customer" /></div>
				<div class="save-button"><mvt:item name="buttons" param="Save" /></div>
				</form>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Edit Customer Account</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="ACED one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<div class="logout-link"><a href="&mvte:urls:SFNT:secure_sep;Action=LOGO">Logout</a></div>
				<h1>Edit Account Information</h1>

				<mvt:if expr="l.settings:messages:error_message_count">
				<div class="error-message">
				<mvt:foreach iterator="error" array="messages:error_messages">
					&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>
				<mvt:if expr="l.settings:messages:information_message_count">
				<div class="information-message">
				<mvt:foreach iterator="message" array="messages:information_messages">
					&mvt:message;
				</mvt:foreach>
				</div>
				</mvt:if>

				<form id="aced_form" method="post" action="&mvte:urls:ACED:secure;">
				<input type="hidden" name="Action" value="UCST" />
				<div id="customer-fields" class="editable"><mvt:item name="customer" /></div>
				<div class="save-button"><mvt:item name="buttons" param="Save" /></div>
				</form>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: LOGN

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Customer Login</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="LOGN one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>
				<div class="margin-container">
					<form id="logn" action="&mvt:global:secure_sessionurl;Screen=ACLN" method="post" autocomplete="off">
					<input type="hidden" name="Store_Code" value="&mvte:store:code;" />
					<input type="hidden" name="Action" value="LOGN" />
					<div class="section grey-border-right aligncenter">
						<h3>Create New Account</h3>
						<input type="button" value="Create Account" class="button" onclick="window.location = '&mvt:global:secure_sessionurl;Store_Code=&mvta:store:code;&Screen=ACAD';" />
					</div>
					<div class="section">
						<h3>Sign In</h3>
						<mvt:if expr="l.settings:messages:error_message_count">
						<div class="error-message">
						<mvt:foreach iterator="error" array="messages:error_messages">
							&mvt:error;
						</mvt:foreach>
						</div>
						<mvt:elseif expr="l.settings:messages:information_message_count">
						<div class="information-message">
						<mvt:foreach iterator="message" array="messages:information_messages">
							&mvt:message;
						</mvt:foreach>
						</div>
						</mvt:if>
						
						<div class="form_row">
							<label for="Customer_LoginEmail">Email Address:</label><input type="text" name="Customer_LoginEmail" id="Customer_LoginEmail" class="textfield logn-input" value="&mvte:global:Customer_LoginEmail;" autocomplete="off" />
						</div>
						<div class="form_row">
							<label for="Customer_Password">Password:</label><input type="password" name="Customer_Password" id="Customer_Password" class="textfield logn-input" autocomplete="off" />
						</div>
						<div class="clear"></div>
						<div class="sign-in-buttons"><mvt:item name="buttons" param="login" /></div>
						<div class="forgot-password"><a href="&mvt:global:secure_sessionurl;Store_Code=&mvta:store:code;&Screen=FPWD">Forgot password?</a></div>
					</div>
					</form>
				</div>
				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Customer Login</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="LOGN one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>
				<div class="margin-container">
					<form id="logn" action="&mvte:urls:ACLN:secure;" method="post" autocomplete="off">
					<input type="hidden" name="Action" value="LOGN" />
					<div class="section grey-border-right aligncenter">
						<h3>Create New Account</h3>
						<input type="button" value="Create Account" class="button" onclick="window.location = '&mvtj:urls:ACAD:auto;';" />
					</div>
					<div class="section">
						<h3>Sign In</h3>
						<mvt:if expr="l.settings:messages:error_message_count">
						<div class="error-message">
						<mvt:foreach iterator="error" array="messages:error_messages">
							&mvt:error;
						</mvt:foreach>
						</div>
						<mvt:elseif expr="l.settings:messages:information_message_count">
						<div class="information-message">
						<mvt:foreach iterator="message" array="messages:information_messages">
							&mvt:message;
						</mvt:foreach>
						</div>
						</mvt:if>
						
						<div class="form_row">
							<label for="Customer_LoginEmail">Email Address:</label><input type="text" name="Customer_LoginEmail" id="Customer_LoginEmail" class="textfield logn-input" value="&mvte:global:Customer_LoginEmail;" autocomplete="off" />
						</div>
						<div class="form_row">
							<label for="Customer_Password">Password:</label><input type="password" name="Customer_Password" id="Customer_Password" class="textfield logn-input" autocomplete="off" />
						</div>
						<div class="clear"></div>
						<div class="sign-in-buttons"><mvt:item name="buttons" param="login" /></div>
						<div class="forgot-password"><a href="&mvte:urls:FPWD:auto;">Forgot password?</a></div>
					</div>
					</form>
				</div>
				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: INVC

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Invoice</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="INVC one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>

				<h1>Invoice</h1>

				<mvt:if expr="l.settings:messages:information_message_count">
				<div class="blue aligncenter" style="margin:0 0 6px 0;">
				<mvt:foreach iterator="message" array="messages:information_messages">
					&mvt:message;
				</mvt:foreach>
				</div>
				<mvt:elseif expr="l.settings:messages:error_message_count">
				<div class="red aligncenter" style="margin:0 0 6px 0;">
				<mvt:foreach iterator="error" array="messages:error_messages">
					&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>

				<div class="order-id">Order #&mvt:order:id;</div>
				<div class="order-date">
					<span class="bold">Date:</span> &mvt:order:date; &mvt:order:time;
				</div>
				<div class="clear"></div>

				<h3>Thank you for your order.  Please keep this invoice for your records.</h3>
				<div id="customer-fields" class="non-editable"><mvt:item name="order_customer" /></div>
				<div id="basket-contents" class="non-editable"><mvt:item name="order_contents" /></div>
				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Invoice</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="INVC one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>

				<h1>Invoice</h1>

				<mvt:if expr="l.settings:messages:information_message_count">
				<div class="blue aligncenter" style="margin:0 0 6px 0;">
				<mvt:foreach iterator="message" array="messages:information_messages">
					&mvt:message;
				</mvt:foreach>
				</div>
				<mvt:elseif expr="l.settings:messages:error_message_count">
				<div class="red aligncenter" style="margin:0 0 6px 0;">
				<mvt:foreach iterator="error" array="messages:error_messages">
					&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>

				<div class="order-id">Order #&mvt:order:id;</div>
				<div class="order-date">
					<span class="bold">Date:</span> &mvt:order:date; &mvt:order:time;
				</div>
				<div class="clear"></div>

				<h3>Thank you for your order.  Please keep this invoice for your records.</h3>
				<div id="customer-fields" class="non-editable"><mvt:item name="order_customer" /></div>
				<div id="basket-contents" class="non-editable"><mvt:item name="order_contents" /></div>
				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: FPWD

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Customer Forgot Password</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="FPWD one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>
				<form id="fpwd" name="fpwd" action="&mvt:global:secure_sessionurl;Screen=ACLN" method="post" autocomplete="off">
				<input type="hidden" name="Store_Code" value="&mvte:store:code;" />
				<input type="hidden" name="Action" value="EMPW" />
				<div class="forgot-password-section">
					<h3>Forgot Password</h3>
					<mvt:if expr="l.settings:messages:error_message_count">
					<div class="error-message">
					<mvt:foreach iterator="error" array="messages:error_messages">
						&mvt:error;
					</mvt:foreach>
					</div>
					<mvt:elseif expr="l.settings:messages:information_message_count">
					<div class="information-message">
					<mvt:foreach iterator="message" array="messages:information_messages">
						&mvt:message;
					</mvt:foreach>
					</div>
					</mvt:if>
					Enter the email address associated with your account. If you no longer use the email address associated with your account, please contact customer support.<br /><br />
					<mvt:if expr="g.Customer_LoginEmail_Invalid">
					<div class="form_row invalid">
					<mvt:else>
					<div class="form_row">
					</mvt:if>
						<label class="required" for="Customer_LoginEmail">Email Address:</label><input type="text" name="Customer_LoginEmail" id="Customer_LoginEmail" class="textfield fpwd-input" autocomplete="off" /><input type="submit" value="Submit" class="button" />
					</div>
					<div class="clear"></div>
				</div>
				</form>
				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Customer Forgot Password</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="FPWD one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>
				<form id="fpwd" name="fpwd" action="&mvte:urls:ACLN:secure;" method="post" autocomplete="off">
				<input type="hidden" name="Action" value="EMPW" />
				<div class="forgot-password-section">
					<h3>Forgot Password</h3>
					<mvt:if expr="l.settings:messages:error_message_count">
					<div class="error-message">
					<mvt:foreach iterator="error" array="messages:error_messages">
						&mvt:error;
					</mvt:foreach>
					</div>
					<mvt:elseif expr="l.settings:messages:information_message_count">
					<div class="information-message">
					<mvt:foreach iterator="message" array="messages:information_messages">
						&mvt:message;
					</mvt:foreach>
					</div>
					</mvt:if>
					Enter the email address associated with your account. If you no longer use the email address associated with your account, please contact customer support.<br /><br />
					<mvt:if expr="g.Customer_LoginEmail_Invalid">
					<div class="form_row invalid">
					<mvt:else>
					<div class="form_row">
					</mvt:if>
						<label class="required" for="Customer_LoginEmail">Email Address:</label><input type="text" name="Customer_LoginEmail" id="Customer_LoginEmail" class="textfield fpwd-input" autocomplete="off" /><input type="submit" value="Submit" class="button" />
					</div>
					<div class="clear"></div>
				</div>
				</form>
				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: ORDL

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Checkout: Customer Login</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="ORDL one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>

				<form name="logn" action="&mvt:global:secure_sessionurl;" method="post" autocomplete="off">
				<input type="hidden" name="Store_Code" value="&mvte:store:code;" />
				<input type="hidden" name="Screen" value="OCST" />
				<input type="hidden" name="Action" value="LOGN" />

				<div class="section grey-border-right aligncenter">
					<h3>Create New Account</h3>
					<input type="button" value="Create Account" class="button" onclick="window.location = '&mvt:global:secure_sessionurl;Store_Code=&mvta:store:code;&Order=1&Screen=ACAD';" />
				</div>
				<div class="section grey-border-right">
					<h3>Sign In</h3>
					<mvt:if expr="l.settings:messages:error_message_count">
					<div class="error-message">
					<mvt:foreach iterator="error" array="messages:error_messages">
						&mvt:error;
					</mvt:foreach>
					</div>
					<mvt:elseif expr="l.settings:messages:information_message_count">
					<div class="information-message">
					<mvt:foreach iterator="message" array="messages:information_messages">
						&mvt:message;
					</mvt:foreach>
					</div>

					</mvt:if>
					
					<div class="form_row">
						<label for="Customer_LoginEmail">Email Address:</label><input type="text" name="Customer_LoginEmail" id="Customer_LoginEmail" class="textfield logn-input" value="&mvte:global:Customer_LoginEmail;" autocomplete="off" />
					</div>
					<div class="form_row">
						<label for="Customer_Password">Password:</label><input type="password" name="Customer_Password" id="Customer_Password" class="textfield logn-input" autocomplete="off" />
					</div>
					<div class="clear"></div>
					<div class="sign-in-buttons"><mvt:item name="buttons" param="login" /></div>
					<div class="forgot-password"><a href="&mvt:global:secure_sessionurl;Store_Code=&mvta:store:code;&Screen=FPWD">Forgot password?</a></div>
				</div>
				<div class="section aligncenter">
					<h3>Express Checkout</h3>
					<input type="button" value="Proceed to Checkout" class="button" onclick="window.location = '&mvt:global:secure_sessionurl;Store_Code=&mvta:store:code;&Screen=OCST';" />
				</div>
				</form>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Checkout: Customer Login</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="ORDL one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>

				<form name="logn" action="&mvte:urls:OCST:secure;" method="post" autocomplete="off">
				<input type="hidden" name="Action" value="LOGN" />

				<div class="section grey-border-right aligncenter">
					<h3>Create New Account</h3>
					<input type="button" value="Create Account" class="button" onclick="window.location = '&mvtj:urls:ACAD:auto_sep;Order=1';" />
				</div>
				<div class="section grey-border-right">
					<h3>Sign In</h3>
					<mvt:if expr="l.settings:messages:error_message_count">
					<div class="error-message">
					<mvt:foreach iterator="error" array="messages:error_messages">
						&mvt:error;
					</mvt:foreach>
					</div>
					<mvt:elseif expr="l.settings:messages:information_message_count">
					<div class="information-message">
					<mvt:foreach iterator="message" array="messages:information_messages">
						&mvt:message;
					</mvt:foreach>
					</div>

					</mvt:if>
					
					<div class="form_row">
						<label for="Customer_LoginEmail">Email Address:</label><input type="text" name="Customer_LoginEmail" id="Customer_LoginEmail" class="textfield logn-input" value="&mvte:global:Customer_LoginEmail;" autocomplete="off" />
					</div>
					<div class="form_row">
						<label for="Customer_Password">Password:</label><input type="password" name="Customer_Password" id="Customer_Password" class="textfield logn-input" autocomplete="off" />
					</div>
					<div class="clear"></div>
					<div class="sign-in-buttons"><mvt:item name="buttons" param="login" /></div>
					<div class="forgot-password"><a href="&mvte:urls:FPWD:auto;">Forgot password?</a></div>
				</div>
				<div class="section aligncenter">
					<h3>Express Checkout</h3>
					<input type="button" value="Proceed to Checkout" class="button" onclick="window.location = '&mvtj:urls:OCST:auto;';" />
				</div>
				</form>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: ORHL

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Lookup Order History</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="ORHL one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>
				<div class="margin-container">
					<form action="&mvt:global:secure_sessionurl;Screen=ORDH" method="post" autocomplete="off">
					<input type="hidden" name="Store_Code" value="&mvte:store:code;" />
					<div class="lookup-section grey-border-right">
						<h3>Lookup by Email/Zip Code</h3>
						<div class="form_row">
							<label for="Order_BillEmail" class="lookup">Billing Email:</label><input type="text" name="Order_BillEmail" id="Order_BillEmail" class="textfield logn-input" value="&mvte:global:Order_BillEmail;" autocomplete="off" />
						</div>
						<div class="form_row">
							<label for="Order_BillZip" class="lookup">Billing Zip Code:</label><input type="text" name="Order_BillZip" id="Order_BillZip" class="textfield logn-input" autocomplete="off" />
						</div>
						<div class="clear"></div>
						<div class="sign-in-buttons"><input type="submit" class="button" value="Lookup" /></div>
					</div>
					</form>
					<form id="logn" action="&mvt:global:secure_sessionurl;Screen=ORDH" method="post" autocomplete="off">
					<input type="hidden" name="Store_Code" value="&mvte:store:code;" />
					<input type="hidden" name="Action" value="LOGN" />
					<div class="signin-section">
						<h3>Sign In</h3>
						<mvt:if expr="l.settings:messages:error_message_count">
						<div class="error-message">
						<mvt:foreach iterator="error" array="messages:error_messages">
							&mvt:error;
						</mvt:foreach>
						</div>
						<mvt:elseif expr="l.settings:messages:information_message_count">
						<div class="information-message">
						<mvt:foreach iterator="message" array="messages:information_messages">
							&mvt:message;
						</mvt:foreach>
						</div>
						</mvt:if>
						
						<div class="form_row">
							<label for="Customer_LoginEmail">Email Address:</label><input type="text" name="Customer_LoginEmail" id="Customer_LoginEmail" class="textfield logn-input" value="&mvte:global:Customer_LoginEmail;" autocomplete="off" />
						</div>
						<div class="form_row">
							<label for="Customer_Password">Password:</label><input type="password" name="Customer_Password" id="Customer_Password" class="textfield logn-input" autocomplete="off" />
						</div>
						<div class="clear"></div>
						<div class="sign-in-buttons"><mvt:item name="buttons" param="login" /></div>
						<div class="forgot-password"><a href="&mvt:global:secure_sessionurl;Store_Code=&mvta:store:code;&Screen=FPWD">Forgot password?</a></div>
					</div>
					</form>
				</div>
				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Lookup Order History</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="ORHL one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>
				<div class="margin-container">
					<form action="&mvte:urls:ORDH:secure;" method="post" autocomplete="off">
					<div class="lookup-section grey-border-right">
						<h3>Lookup by Email/Zip Code</h3>
						<div class="form_row">
							<label for="Order_BillEmail" class="lookup">Billing Email:</label><input type="text" name="Order_BillEmail" id="Order_BillEmail" class="textfield logn-input" value="&mvte:global:Order_BillEmail;" autocomplete="off" />
						</div>
						<div class="form_row">
							<label for="Order_BillZip" class="lookup">Billing Zip Code:</label><input type="text" name="Order_BillZip" id="Order_BillZip" class="textfield logn-input" autocomplete="off" />
						</div>
						<div class="clear"></div>
						<div class="sign-in-buttons"><input type="submit" class="button" value="Lookup" /></div>
					</div>
					</form>
					<form id="logn" action="&mvte:urls:ORDH:secure;" method="post" autocomplete="off">
					<input type="hidden" name="Action" value="LOGN" />
					<div class="signin-section">
						<h3>Sign In</h3>
						<mvt:if expr="l.settings:messages:error_message_count">
						<div class="error-message">
						<mvt:foreach iterator="error" array="messages:error_messages">
							&mvt:error;
						</mvt:foreach>
						</div>
						<mvt:elseif expr="l.settings:messages:information_message_count">
						<div class="information-message">
						<mvt:foreach iterator="message" array="messages:information_messages">
							&mvt:message;
						</mvt:foreach>
						</div>
						</mvt:if>
						
						<div class="form_row">
							<label for="Customer_LoginEmail">Email Address:</label><input type="text" name="Customer_LoginEmail" id="Customer_LoginEmail" class="textfield logn-input" value="&mvte:global:Customer_LoginEmail;" autocomplete="off" />
						</div>
						<div class="form_row">
							<label for="Customer_Password">Password:</label><input type="password" name="Customer_Password" id="Customer_Password" class="textfield logn-input" autocomplete="off" />
						</div>
						<div class="clear"></div>
						<div class="sign-in-buttons"><mvt:item name="buttons" param="login" /></div>
						<div class="forgot-password"><a href="&mvte:urls:FPWD:auto;">Forgot password?</a></div>
					</div>
					</form>
				</div>
				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: AFCL

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Affiliate Login</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="AFCL one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>
				<div class="margin-container">
					<form id="logn" action="&mvt:global:secure_sessionurl;Screen=AFED" method="post" autocomplete="off">
					<input type="hidden" name="Store_Code" value="&mvte:store:code;" />
					<input type="hidden" name="Action" value="ALGI" />
					<div class="section grey-border-right aligncenter">
						<h3>Create New Affiliate Account</h3>
						<input type="button" value="Create Account" class="button" onclick="window.location = '&mvt:global:secure_sessionurl;Store_Code=&mvta:store:code;&Screen=AFAD';" />
					</div>
					<div class="section">
						<h3>Sign In</h3>
						<mvt:if expr="l.settings:messages:error_message_count">
						<div class="error-message">
						<mvt:foreach iterator="error" array="messages:error_messages">
							&mvt:error;
						</mvt:foreach>
						</div>
						<mvt:elseif expr="l.settings:messages:information_message_count">
						<div class="information-message">
						<mvt:foreach iterator="message" array="messages:information_messages">
							&mvt:message;
						</mvt:foreach>
						</div>
						</mvt:if>
												
						<div class="form_row">
							<label for="Affiliate_Code">Login:</label><input type="text" name="Affiliate_Code" id="Affiliate_Code" class="textfield logn-input" autocomplete="off" />
						</div>
						<div class="form_row">
							<label for="Affiliate_Password">Password:</label><input type="password" name="Affiliate_Password" id="Affiliate_Password" class="textfield logn-input" autocomplete="off" />
						</div>
						<div class="clear"></div>
						<div class="sign-in-buttons"><mvt:item name="buttons" param="login" /></div>
						<div class="forgot-password"><a href="javascript:document.getElementById( 'logn' ).elements[ 'Action' ].value = 'AFPW'; document.getElementById( 'logn' ).submit();">Forgot password?</a></div>
					</div>
					</form>
				</div>
				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Affiliate Login</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="AFCL one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>
				<div class="margin-container">
					<form id="logn" action="&mvte:urls:AFED:secure;" method="post" autocomplete="off">
					<input type="hidden" name="Action" value="ALGI" />
					<div class="section grey-border-right aligncenter">
						<h3>Create New Affiliate Account</h3>
						<input type="button" value="Create Account" class="button" onclick="window.location = '&mvtj:urls:AFAD:auto;';" />
					</div>
					<div class="section">
						<h3>Sign In</h3>
						<mvt:if expr="l.settings:messages:error_message_count">
						<div class="error-message">
						<mvt:foreach iterator="error" array="messages:error_messages">
							&mvt:error;
						</mvt:foreach>
						</div>
						<mvt:elseif expr="l.settings:messages:information_message_count">
						<div class="information-message">
						<mvt:foreach iterator="message" array="messages:information_messages">
							&mvt:message;
						</mvt:foreach>
						</div>
						</mvt:if>
												
						<div class="form_row">
							<label for="Affiliate_Code">Login:</label><input type="text" name="Affiliate_Code" id="Affiliate_Code" class="textfield logn-input" autocomplete="off" />
						</div>
						<div class="form_row">
							<label for="Affiliate_Password">Password:</label><input type="password" name="Affiliate_Password" id="Affiliate_Password" class="textfield logn-input" autocomplete="off" />
						</div>
						<div class="clear"></div>
						<div class="sign-in-buttons"><mvt:item name="buttons" param="login" /></div>
						<div class="forgot-password"><a href="javascript:document.getElementById( 'logn' ).elements[ 'Action' ].value = 'AFPW'; document.getElementById( 'logn' ).submit();">Forgot password?</a></div>
					</div>
					</form>
				</div>
				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: SARP

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Shipping and Return Policy</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="SARP"> 
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>
				
				<h1>Shipping and Return Policy</h1>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Shipping and Return Policy</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="SARP"> 
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>
				
				<h1>Shipping and Return Policy</h1>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: UATM

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Missing Product Attributes</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="UATM one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<h1>Special Offers</h1>
				
				<mvt:if expr="l.settings:messages:error_message_count">
				<div class="error-message">
				<mvt:foreach iterator="error" array="messages:error_messages">
					&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>
				
				<form method="post" action="&mvt:global:secure_sessionurl;Screen=&mvte:global:Screen;">
				<input type="hidden" name="Action" value="&mvte:global:Action;" />
				<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
				<input type="hidden" name="Upsell_Product_Count" value="&mvte:global:Upsell_Product_Count;" />
				<mvt:item name="tax" />
				<div class="product-attributes"><mvt:item name="upsell_attr_mult" /></div>
				<mvt:item name="buttons" param="Continue" />
				</form>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Missing Product Attributes</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="UATM one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<h1>Special Offers</h1>
				
				<mvt:if expr="l.settings:messages:error_message_count">
				<div class="error-message">
				<mvt:foreach iterator="error" array="messages:error_messages">
					&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>
				
				<form method="post" action="&mvte:urls:_self:secure;">
				<input type="hidden" name="Action" value="&mvte:global:Action;" />
				<input type="hidden" name="Upsell_Product_Count" value="&mvte:global:Upsell_Product_Count;" />
				<mvt:item name="tax" />
				<div class="product-attributes"><mvt:item name="upsell_attr_mult" /></div>
				<mvt:item name="buttons" param="Continue" />
				</form>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: ORDS

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Order Status</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="ORDS one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>

				<mvt:if expr="g.Basket:cust_id"><div class="logout-link"><a href="&mvt:global:secure_sessionurl;Action=LOGO&Screen=SFNT&Store_Code=&mvta:global:Store_Code;">Logout</a></div></mvt:if>
				<h1>Order Status</h1>

				<div><span class="bold">Order number:</span> &mvt:order:id;</div>
				<div><span class="bold">Placed:</span> &mvt:order:date; &mvt:order:time;</div>

				<mvt:item name="messages" />
				<div id="customer-fields" class="non-editable"><mvt:item name="order_customer" /></div>
				<div id="order-contents"><mvt:item name="view_order" /></div>
				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Order Status</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="ORDS one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>

				<mvt:if expr="g.Basket:cust_id"><div class="logout-link"><a href="&mvte:urls:SFNT:secure_sep;Action=LOGO">Logout</a></div></mvt:if>
				<h1>Order Status</h1>

				<div><span class="bold">Order number:</span> &mvt:order:id;</div>
				<div><span class="bold">Placed:</span> &mvt:order:date; &mvt:order:time;</div>

				<mvt:item name="messages" />
				<div id="customer-fields" class="non-editable"><mvt:item name="order_customer" /></div>
				<div id="order-contents"><mvt:item name="view_order" /></div>
				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: UATR

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Missing Product Attributes</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="UATR one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<h1><span class="bold">Special Offer:</span> &mvte:product:name;</h1>
				
				<mvt:if expr="l.settings:messages:error_message_count">
				<div class="error-message">
				<mvt:foreach iterator="error" array="messages:error_messages">
					&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>

				<form method="post" action="&mvt:global:secure_sessionurl;Screen=&mvte:global:Screen;">
				<input type="hidden" name="Action" value="&mvte:global:Action;" />
				<input type="hidden" name="Store_Code" value="&mvte:store:code;" />
				<input type="hidden" name="Product_Code" value="&mvte:product:code;" />
				<mvt:item name="tax" />
				<div class="product-attributes"><mvt:item name="product_attributes" /></div>
				<mvt:item name="buttons" param="Continue" />
				</form>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Missing Product Attributes</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="UATR one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<h1><span class="bold">Special Offer:</span> &mvte:product:name;</h1>
				
				<mvt:if expr="l.settings:messages:error_message_count">
				<div class="error-message">
				<mvt:foreach iterator="error" array="messages:error_messages">
					&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>

				<form method="post" action="&mvte:urls:_self:secure;">
				<input type="hidden" name="Action" value="&mvte:global:Action;" />
				<input type="hidden" name="Product_Code" value="&mvte:product:code;" />
				<mvt:item name="tax" />
				<div class="product-attributes"><mvt:item name="product_attributes" /></div>
				<mvt:item name="buttons" param="Continue" />
				</form>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: PLMT

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Limited Stock</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="PLMT one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<mvt:if expr="l.settings:messages:error_message_count">
				<div class="error-message">
				<mvt:foreach iterator="error" array="messages:error_messages">
					&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>
				<mvt:if expr="l.settings:messages:information_message_count">
				<div class="information-message">
				<mvt:foreach iterator="message" array="messages:information_messages">
					&mvt:message;
				</mvt:foreach>
				</div>
				</mvt:if>

				<form method="post" action="&mvt:global:sessionurl;">
				<input type="hidden" name="Screen" value="&mvte:global:Old_Screen;" />
				<input type="hidden" name="Search" value="&mvte:global:Old_Search;" />
				<input type="hidden" name="Store_Code" value="&mvte:store:code;" />
				<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Current_Product_Code" value="&mvte:global:Current_Product_Code;" />
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Offset" value="&mvte:global:Offset;" />
				<input type="hidden" name="AllOffset" value="&mvte:global:AllOffset;" />
				<input type="hidden" name="CatListingOffset" value="&mvte:global:CatListingOffset;" />
				<input type="hidden" name="RelatedOffset" value="&mvte:global:RelatedOffset;" />
				<input type="hidden" name="SearchOffset" value="&mvte:global:SearchOffset;" />
				<mvt:item name="buttons" param="Back" />
				</form>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Limited Stock</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="PLMT one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<mvt:if expr="l.settings:messages:error_message_count">
				<div class="error-message">
				<mvt:foreach iterator="error" array="messages:error_messages">
					&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>
				<mvt:if expr="l.settings:messages:information_message_count">
				<div class="information-message">
				<mvt:foreach iterator="message" array="messages:information_messages">
					&mvt:message;
				</mvt:foreach>
				</div>
				</mvt:if>

				<mvt:assign name="l.settings:url" value="miva_variable_value( 'l.settings:urls:' $ g.Old_Screen $ ':rr' )" />
				<form method="post" action="&mvte:url;">
				<input type="hidden" name="Search" value="&mvte:global:Old_Search;" />
				<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Current_Product_Code" value="&mvte:global:Current_Product_Code;" />
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Offset" value="&mvte:global:Offset;" />
				<input type="hidden" name="AllOffset" value="&mvte:global:AllOffset;" />
				<input type="hidden" name="CatListingOffset" value="&mvte:global:CatListingOffset;" />
				<input type="hidden" name="RelatedOffset" value="&mvte:global:RelatedOffset;" />
				<input type="hidden" name="SearchOffset" value="&mvte:global:SearchOffset;" />
				<mvt:item name="buttons" param="Back" />
				</form>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: WLAD

Original File
New File
new page
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Create Wish List</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="WLAD one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<h1>Create Wish List</h1>

				<mvt:if expr="l.settings:messages:error_message_count">
				<div class="error-message">
				<mvt:foreach iterator="error" array="messages:error_messages">
					&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>
				<mvt:if expr="l.settings:messages:information_message_count">
				<div class="information-message">
				<mvt:foreach iterator="message" array="messages:information_messages">
					&mvt:message;
				</mvt:foreach>
				</div>
				</mvt:if>

				<form id="wlad_form" method="post" action="&mvte:urls:WISH:secure;">
				<input type="hidden" name="Action" value="IWSH" />
				<div id="wishlist-fields" class="editable"><mvt:item name="wishlist" /></div>
				<div class="save-button"><mvt:item name="buttons" param="Save" /></div>
				</form>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: WLED

Original File
New File
new page
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Edit Wish List</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="WLED one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<h1>Edit Wish List</h1>

				<mvt:if expr="l.settings:messages:error_message_count">
				<div class="error-message">
				<mvt:foreach iterator="error" array="messages:error_messages">
					&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>
				<mvt:if expr="l.settings:messages:information_message_count">
				<div class="information-message">
				<mvt:foreach iterator="message" array="messages:information_messages">
					&mvt:message;
				</mvt:foreach>
				</div>
				</mvt:if>

				<form id="wled_form" method="post" action="&mvte:urls:WISH:secure;">
				<input type="hidden" name="Action" value="UWSH" />
				<div id="wishlist-fields" class="editable"><mvt:item name="wishlist" /></div>
				<div class="save-button">
					<div class="floatleft">
						<span onclick="if ( !confirm( 'Are you sure you want to delete your wish list? This action cannot be undone\n\nContinue?' ) ) { return false; } else { document.forms.wled_form.elements.Action.value = 'DWSH'; }">
							<input type="submit" value="Delete" class="button" />
						</span>
					</div>
					<mvt:item name="buttons" param="Save" />
				</div>
				</form>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: RGFT

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Redeem Gift Certificate</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="RGFT one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<div class="logout-link"><a href="&mvt:global:secure_sessionurl;Action=LOGO&Screen=SFNT&Store_Code=&mvta:store:code;">Logout</a></div>
				<h1>Redeem Gift Certificate</h1>

				<mvt:if expr="l.settings:messages:error_message_count">
				<div class="error-message">
				<mvt:foreach iterator="error" array="messages:error_messages">
					&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>
				<mvt:if expr="l.settings:messages:information_message_count">
				<div class="information-message">
				<mvt:foreach iterator="message" array="messages:information_messages">
					&mvt:message;
				</mvt:foreach>
				</div>
				</mvt:if>

				<div class="giftcertificate_redeem_content">
					<span class="giftcertificate_redeem_giftcertificate_container">
						<form method="post" action="&mvte:global:secure_sessionurl;Screen=&mvta:global:Screen;">
							<input type="hidden" name="Action" value="RDGC" />
							<input type="hidden" name="Store_Code" value="&mvte:store:code;" />
							<span class="giftcertificate_redeem_giftcertificate_title">Enter gift certificate code:</span>
							<span class="giftcertificate_redeem_giftcertificate_content">
								<input type="text" class="giftcertificate_redeem_giftcertificate_code" name="GiftCertificate_Code"> <mvt:item name="buttons" param="ApplyGiftCert" />
							</span>
						</form>
					</span>

					<span class="giftcertificate_redeem_currentbalance_container">
						Current Balance: &mvt:customer:formatted_credit;
					</span>
				</div>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Redeem Gift Certificate</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="RGFT one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<div class="logout-link"><a href="&mvte:urls:SFNT:secure_sep;Action=LOGO">Logout</a></div>
				<h1>Redeem Gift Certificate</h1>

				<mvt:if expr="l.settings:messages:error_message_count">
				<div class="error-message">
				<mvt:foreach iterator="error" array="messages:error_messages">
					&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>
				<mvt:if expr="l.settings:messages:information_message_count">
				<div class="information-message">
				<mvt:foreach iterator="message" array="messages:information_messages">
					&mvt:message;
				</mvt:foreach>
				</div>
				</mvt:if>

				<div class="giftcertificate_redeem_content">
					<span class="giftcertificate_redeem_giftcertificate_container">
						<form method="post" action="&mvte:urls:_self:secure;">
							<input type="hidden" name="Action" value="RDGC" />
							<span class="giftcertificate_redeem_giftcertificate_title">Enter gift certificate code:</span>
							<span class="giftcertificate_redeem_giftcertificate_content">
								<input type="text" class="giftcertificate_redeem_giftcertificate_code" name="GiftCertificate_Code"> <mvt:item name="buttons" param="ApplyGiftCert" />
							</span>
						</form>
					</span>

					<span class="giftcertificate_redeem_currentbalance_container">
						Current Balance: &mvt:customer:formatted_credit;
					</span>
				</div>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: PATR

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Missing Product Attributes</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
	<mvt:item name="attributemachine" param="head" />
</head>
<body class="PATR">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<mvt:if expr="l.settings:messages:error_message_count">
				<div class="error-message">
				<mvt:foreach iterator="error" array="messages:error_messages">
					&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>
				
				<mvt:if expr="g.Screen EQ 'OINF'">
				<form method="post" action="&mvt:global:secure_sessionurl;Screen=OINF">
				<mvt:else>
				<form method="post" action="&mvt:global:sessionurl;Screen=&mvte:global:Screen;">
				</mvt:if>

				<input type="hidden" name="Action" value="&mvte:global:Action;" />
				<input type="hidden" name="Store_Code" value="&mvte:store:code;" />
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Current_Product_Code" value="&mvte:global:Current_Product_Code;" />
				<input type="hidden" name="Quantity" value="&mvte:global:Quantity;" />
				<input type="hidden" name="Offset" value="&mvte:global:Offset;" />
				<input type="hidden" name="Search" value="&mvte:global:Search;" />
				<div class="product-attributes"><mvt:item name="product_attributes" /></div>
				<div class="continue-button"><mvt:item name="buttons" param="Continue" /></div>
				</form>

				<mvt:item name="attributemachine" param="body" />
				
				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Missing Product Attributes</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
	<mvt:item name="attributemachine" param="head" />
</head>
<body class="PATR">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<mvt:if expr="l.settings:messages:error_message_count">
				<div class="error-message">
				<mvt:foreach iterator="error" array="messages:error_messages">
					&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>
				
				<form method="post" action="&mvte:urls:_self:rr;">
				<input type="hidden" name="Action" value="&mvte:global:Action;" />
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Current_Product_Code" value="&mvte:global:Current_Product_Code;" />
				<input type="hidden" name="WishList_ID" value="&mvte:global:WishList_ID;" />
				<input type="hidden" name="Quantity" value="&mvte:global:Quantity;" />
				<input type="hidden" name="Offset" value="&mvte:global:Offset;" />
				<input type="hidden" name="Search" value="&mvte:global:Search;" />
				<div class="product-attributes"><mvt:item name="product_attributes" /></div>
				<div class="continue-button"><mvt:item name="buttons" param="Continue" /></div>
				</form>

				<mvt:item name="attributemachine" param="body" />
				
				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: OPAY

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Checkout: Payment Information</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
	
	<mvt:if expr="l.settings:payment:capabilities:split">
		<script type="text/javascript">
		function AmountType_Changed( amounttype )
		{
			var balance_amount, amount, additional;
			
			balance_amount	= document.getElementById( 'payment-balance-amount' );
			amount			= document.getElementById( 'payment-amount' );
			additional		= document.getElementById( 'payment-additional' );
			
			if ( amounttype === 'total' )
			{
				amount.disabled				= true;
				additional.style.display	= 'none';

				if ( balance_amount )
				{
					balance_amount.disabled	= true;
				}
			}
			else if ( amounttype === 'balance' )
			{
				amount.disabled				= true;
				additional.style.display	= '';

				if ( balance_amount )
				{
					balance_amount.disabled	= false;
				}
			}
			else if ( amounttype === 'partial' )
			{
				amount.disabled				= false;
				additional.style.display	= '';

				if ( balance_amount )
				{
					balance_amount.disabled	= true;
				}
			}
		}
		</script>
	</mvt:if>
</head>
<body class="OPAY one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>

				<h1>Payment Information</h1>

				<div id="customer-fields" class="non-editable"><mvt:item name="customer" /></div>
				<div id="basket-contents" class="non-editable"><mvt:item name="basket" /></div>

				<mvt:if expr="l.settings:messages:error_message_count">
				<div class="error-message">
				<mvt:foreach iterator="error" array="messages:error_messages">
					&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>

				<mvt:if expr="l.settings:messages:information_message_count">
				<div class="information-message">
				<mvt:foreach iterator="message" array="messages:information_messages">
					&mvt:message;
				</mvt:foreach>
				</div>
				</mvt:if>

				<form method="post" action="&mvt:payment:url;">
				<input type="hidden" name="Action" value="AUTH" />
				<input type="hidden" name="Screen" value="INVC" />
				<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />

				<div id="payment"><mvt:item name="payment" /></div>

				<h2>Payment Method: &mvt:payment:desc;</h2>

				<input type="hidden" name="PaymentMethod" value="&mvte:global:PaymentMethod;" />
				<input type="hidden" name="SplitPaymentData" value="&mvte:global:SplitPaymentData;" />

				<mvt:if expr="NOT ISNULL l.settings:payment:fields">				
					<div id="fields-key">
						<div><span class="required">Bold</span> = Required</div>
						<div><span class="italic">Italic</span> = Optional</div>
					</div>
				</mvt:if>
				
				<mvt:if expr="NOT ISNULL l.settings:payment:message">
				&mvt:payment:message;<br />
				</mvt:if>

				<div id="payment-fields">
					<mvt:foreach array="payment:fields" iterator="field">
					<div class="form_row">
						<mvt:if expr="l.settings:field:invalid">
						<label class="bold red">&mvt:field:prompt;</label>
						<mvt:else>
						<label class="bold">&mvt:field:prompt;</label>
						</mvt:if>
						<mvt:item name="payment" param="field:code" />
					</div>
					</mvt:foreach>
				</div>
				
				<mvt:if expr="l.settings:payment:capabilities:split">
					<div class="form_row">
						<mvt:if expr="g.Amount_Invalid">
						<label class="bold red">Payment Amount:</label>
						<mvt:else>
						<label class="bold">Payment Amount:</label>
						</mvt:if>

						<div id="payment-amount-fields">
							<mvt:if expr="( NOT l.settings:payment:capabilities:balance ) OR ( l.settings:payment:balance GE l.settings:splitpayment:remaining )">
								<mvt:if expr="NOT g.UI_Exception">
									<mvt:assign name="g.AmountType" value="'total'" />
									<mvt:assign name="g.Amount" value="l.settings:splitpayment:remaining ROUND 2" />
								</mvt:if>
							
								<mvt:if expr="g.AmountType EQ 'total'">
									<input type="radio" name="AmountType" value="total" onclick="AmountType_Changed( this.value );" checked>
								<mvt:else>
									<input type="radio" name="AmountType" value="total" onclick="AmountType_Changed( this.value );">
								</mvt:if>
							
								<mvt:if expr="NOT ISNULL l.settings:payment:split_data">
									Remaining Order Total (&mvt:payment:formatted_remaining;)<br />
								<mvt:else>
									Entire Order Total (&mvt:basket:formatted_total;)<br />
								</mvt:if>
							<mvt:else>
								<mvt:if expr="NOT g.UI_Exception">
									<mvt:assign name="g.AmountType" value="'balance'" />
									<mvt:assign name="g.Amount" value="l.settings:payment:balance ROUND 2" />
								</mvt:if>
							
								<mvt:if expr="g.AmountType EQ 'balance'">
									<input type="radio" name="AmountType" value="balance" onclick="AmountType_Changed( this.value );" checked>
									<input type="hidden" id="payment-balance-amount" name="Amount" value="&mvte:payment:balance;">
								<mvt:else>
									<input type="radio" name="AmountType" value="balance" onclick="AmountType_Changed( this.value );">
									<input type="hidden" id="payment-balance-amount" name="Amount" value="&mvte:payment:balance;" disabled>
								</mvt:if>

								Available Balance (&mvt:payment:formatted_balance;)<br />
							</mvt:if>
						
							<mvt:if expr="g.AmountType EQ 'partial'">
								<input type="radio" name="AmountType" value="partial" onclick="AmountType_Changed( this.value );" checked>
								Partial: <input type="text" id="payment-amount" name="Amount" value="&mvte:global:Amount;" size="10">
							<mvt:else>
								<input type="radio" name="AmountType" value="partial" onclick="AmountType_Changed( this.value );">
								Partial: <input type="text" id="payment-amount" name="Amount" value="&mvte:global:Amount;" size="10" disabled>
							</mvt:if>
						</div>
					</div>

					<mvt:if expr="g.AmountType EQ 'total'">
					<div id="payment-additional" style="display: none;">
					<mvt:else>
					<div id="payment-additional">
					</mvt:if>
						<div class="form_row">
							<label class="bold">Pay Additional Balance With:</label>
							<select name="AdditionalPaymentMethod">
								<mvt:foreach array="paymentmethods" iterator="method">
									<mvt:if expr="( l.settings:method:module NE 'customercredit' ) OR
												    ( ( g.PaymentMethod NE 'customercredit:credit' ) AND
												  	  ( NOT miva_array_search( l.settings:splitpayment:splits, 1, l.split, 'l.split:module:code EQ l.settings:method:module' ) ) )">
										<option value="&mvte:method:module;:&mvte:method:code;">&mvt:method:name;</option>
									</mvt:if>
								</mvt:foreach>
							</select>
						</div>
					</div>
				</mvt:if>

				<div class="continue-button"><mvt:item name="buttons" param="Continue" /></div>
				</form>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Checkout: Payment Information</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
	
	<mvt:if expr="l.settings:payment:capabilities:split">
		<script type="text/javascript">
		function AmountType_Changed( amounttype )
		{
			var balance_amount, amount, additional;
			
			balance_amount	= document.getElementById( 'payment-balance-amount' );
			amount			= document.getElementById( 'payment-amount' );
			additional		= document.getElementById( 'payment-additional' );
			
			if ( amounttype === 'total' )
			{
				amount.disabled				= true;
				additional.style.display	= 'none';

				if ( balance_amount )
				{
					balance_amount.disabled	= true;
				}
			}
			else if ( amounttype === 'balance' )
			{
				amount.disabled				= true;
				additional.style.display	= '';

				if ( balance_amount )
				{
					balance_amount.disabled	= false;
				}
			}
			else if ( amounttype === 'partial' )
			{
				amount.disabled				= false;
				additional.style.display	= '';

				if ( balance_amount )
				{
					balance_amount.disabled	= true;
				}
			}
		}
		</script>
	</mvt:if>
</head>
<body class="OPAY one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>

				<h1>Payment Information</h1>

				<div id="customer-fields" class="non-editable"><mvt:item name="customer" /></div>
				<div id="basket-contents" class="non-editable"><mvt:item name="basket" /></div>

				<mvt:if expr="l.settings:messages:error_message_count">
				<div class="error-message">
				<mvt:foreach iterator="error" array="messages:error_messages">
					&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>

				<mvt:if expr="l.settings:messages:information_message_count">
				<div class="information-message">
				<mvt:foreach iterator="message" array="messages:information_messages">
					&mvt:message;
				</mvt:foreach>
				</div>
				</mvt:if>

				<form method="post" action="&mvt:payment:url;">
				<input type="hidden" name="Action" value="AUTH" />
				<input type="hidden" name="Screen" value="INVC" />
				<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />

				<div id="payment"><mvt:item name="payment" /></div>

				<h2>Payment Method: &mvt:payment:desc;</h2>

				<input type="hidden" name="PaymentMethod" value="&mvte:global:PaymentMethod;" />
				<input type="hidden" name="SplitPaymentData" value="&mvte:global:SplitPaymentData;" />

				<mvt:if expr="NOT ISNULL l.settings:payment:fields">				
					<div id="fields-key">
						<div><span class="required">Bold</span> = Required</div>
						<div><span class="italic">Italic</span> = Optional</div>
					</div>
				</mvt:if>
				
				<mvt:if expr="NOT ISNULL l.settings:payment:message">
				&mvt:payment:message;<br />
				</mvt:if>

				<div id="payment-fields">
					<mvt:foreach array="payment:fields" iterator="field">
					<div class="form_row">
						<mvt:if expr="l.settings:field:invalid">
						<label class="bold red">&mvt:field:prompt;</label>
						<mvt:else>
						<label class="bold">&mvt:field:prompt;</label>
						</mvt:if>
						<mvt:item name="payment" param="field:code" />
					</div>
					</mvt:foreach>
				</div>
				
				<mvt:if expr="l.settings:payment:capabilities:split">
					<div class="form_row">
						<mvt:if expr="g.Amount_Invalid">
						<label class="bold red">Payment Amount:</label>
						<mvt:else>
						<label class="bold">Payment Amount:</label>
						</mvt:if>

						<div id="payment-amount-fields">
							<mvt:if expr="( NOT l.settings:payment:capabilities:balance ) OR ( l.settings:payment:balance GE l.settings:splitpayment:remaining )">
								<mvt:if expr="NOT g.UI_Exception">
									<mvt:assign name="g.AmountType" value="'total'" />
									<mvt:assign name="g.Amount" value="l.settings:splitpayment:remaining ROUND 2" />
								</mvt:if>
							
								<mvt:if expr="g.AmountType EQ 'total'">
									<input type="radio" name="AmountType" value="total" onclick="AmountType_Changed( this.value );" checked>
								<mvt:else>
									<input type="radio" name="AmountType" value="total" onclick="AmountType_Changed( this.value );">
								</mvt:if>
							
								<mvt:if expr="NOT ISNULL l.settings:payment:split_data">
									Remaining Order Total (&mvt:payment:formatted_remaining;)<br />
								<mvt:else>
									Entire Order Total (&mvt:basket:formatted_total;)<br />
								</mvt:if>
							<mvt:else>
								<mvt:if expr="NOT g.UI_Exception">
									<mvt:assign name="g.AmountType" value="'balance'" />
									<mvt:assign name="g.Amount" value="l.settings:payment:balance ROUND 2" />
								</mvt:if>
							
								<mvt:if expr="g.AmountType EQ 'balance'">
									<input type="radio" name="AmountType" value="balance" onclick="AmountType_Changed( this.value );" checked>
									<input type="hidden" id="payment-balance-amount" name="Amount" value="&mvte:payment:balance;">
								<mvt:else>
									<input type="radio" name="AmountType" value="balance" onclick="AmountType_Changed( this.value );">
									<input type="hidden" id="payment-balance-amount" name="Amount" value="&mvte:payment:balance;" disabled>
								</mvt:if>

								Available Balance (&mvt:payment:formatted_balance;)<br />
							</mvt:if>
						
							<mvt:if expr="g.AmountType EQ 'partial'">
								<input type="radio" name="AmountType" value="partial" onclick="AmountType_Changed( this.value );" checked>
								Partial: <input type="text" id="payment-amount" name="Amount" value="&mvte:global:Amount;" size="10">
							<mvt:else>
								<input type="radio" name="AmountType" value="partial" onclick="AmountType_Changed( this.value );">
								Partial: <input type="text" id="payment-amount" name="Amount" value="&mvte:global:Amount;" size="10" disabled>
							</mvt:if>
						</div>
					</div>

					<mvt:if expr="g.AmountType EQ 'total'">
					<div id="payment-additional" style="display: none;">
					<mvt:else>
					<div id="payment-additional">
					</mvt:if>
						<div class="form_row">
							<label class="bold">Pay Additional Balance With:</label>
							<select name="AdditionalPaymentMethod">
								<mvt:foreach array="paymentmethods" iterator="method">
									<mvt:if expr="( l.settings:method:module NE 'customercredit' ) OR
												    ( ( g.PaymentMethod NE 'customercredit:credit' ) AND
												  	  ( NOT miva_array_search( l.settings:splitpayment:splits, 1, l.split, 'l.split:module:code EQ l.settings:method:module' ) ) )">
										<option value="&mvte:method:module;:&mvte:method:code;">&mvt:method:name;</option>
									</mvt:if>
								</mvt:foreach>
							</select>
						</div>
					</div>
				</mvt:if>

				<div class="continue-button"><mvt:item name="buttons" param="Continue" /></div>
				</form>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: OCST

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Checkout: Customer Information</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="OCST one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>

				<h1>Order Details</h1>

				<div id="basket-contents" class="non-editable"><mvt:item name="basket" /></div>

				<mvt:if expr="l.settings:messages:error_message_count">
					<div class="error-message">
					<mvt:foreach iterator="error" array="messages:error_messages">
						&mvt:error;
					</mvt:foreach>
					</div>
				</mvt:if>

				<mvt:if expr="l.settings:messages:information_message_count">
					<div class="information-message">
					<mvt:foreach iterator="message" array="messages:information_messages">
						&mvt:message;
					</mvt:foreach>
					</div>
				</mvt:if>

				<form id="ocst_form" method="post" action="&mvt:global:secure_sessionurl;">

				<mvt:if expr="l.settings:basket:total GT 0">
					<input type="hidden" name="Action"	value="ORDR" />
					<input type="hidden" name="Screen"	value="OUSL" />
				<mvt:elseif expr="g.Store:req_frship">
					<input type="hidden" name="Action"	value="ORDR" />
					<input type="hidden" name="Screen"	value="OSEL" />
				<mvt:else>
					<input type="hidden" name="Action" 	value="ORDR,SHIP,CTAX,AUTH" />
					<input type="hidden" name="Screen"	value="INVC" />
				</mvt:if>

				<input type="hidden" name="Store_Code" value="&mvte:store:code;" />
				<div id="customer-fields" class="editable"><mvt:item name="customer" /></div>
				<div class="continue-button"><mvt:item name="buttons" param="Continue" /></div>
				</form>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Checkout: Customer Information</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="OCST one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>

				<h1>Order Details</h1>

				<div id="basket-contents" class="non-editable"><mvt:item name="basket" /></div>

				<mvt:if expr="l.settings:messages:error_message_count">
					<div class="error-message">
					<mvt:foreach iterator="error" array="messages:error_messages">
						&mvt:error;
					</mvt:foreach>
					</div>
				</mvt:if>

				<mvt:if expr="l.settings:messages:information_message_count">
					<div class="information-message">
					<mvt:foreach iterator="message" array="messages:information_messages">
						&mvt:message;
					</mvt:foreach>
					</div>
				</mvt:if>

				<mvt:if expr="l.settings:basket:total GT 0">
					<mvt:assign name="l.settings:action" value="'ORDR'" />
					<mvt:assign name="l.settings:url" value="l.settings:urls:OUSL:secure" />
				<mvt:elseif expr="g.Store:req_frship">
					<mvt:assign name="l.settings:action" value="'ORDR'" />
					<mvt:assign name="l.settings:url" value="l.settings:urls:OSEL:secure" />
				<mvt:else>
					<mvt:assign name="l.settings:action" value="'ORDR,SHIP,CTAX,AUTH'" />
					<mvt:assign name="l.settings:url" value="l.settings:urls:INVC:secure" />
				</mvt:if>

				<form id="ocst_form" method="post" action="&mvte:url;">
				<input type="hidden" name="Action" value="&mvte:action;" />
				<div id="customer-fields" class="editable"><mvt:item name="customer" /></div>
				<div class="continue-button"><mvt:item name="buttons" param="Continue" /></div>
				</form>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: WISH

Original File
New File
new file
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Wish List</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="WISH one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<h1>&mvte:wishlist:title;</h1>

				<mvt:if expr="l.settings:messages:error_message_count">
				<div class="error-message">
				<mvt:foreach iterator="error" array="messages:error_messages">
					&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>
				<mvt:if expr="l.settings:messages:information_message_count">
				<div class="information-message">
				<mvt:foreach iterator="message" array="messages:information_messages">
					&mvt:message;
				</mvt:foreach>
				</div>
				</mvt:if>

				<div style="margin-bottom:8px;">
					<mvt:if expr="NOT ISNULL l.settings:wishlist:notes">
						<span class="darkgrey italic inlineblock">Notes: &mvte:wishlist:notes;</span>
					</mvt:if>

					<mvt:if expr="l.settings:wishlist:cust_id EQ g.Basket:cust_id AND g.Customer_Session_Verified">
						<span class="floatright">
							<a href="&mvte:urls:WLED:auto_sep;WishList_ID=&mvta:wishlist:id;">Edit</a>
							<span class="grey">|</span>
							<a href="&mvte:urls:WLST:secure_sep;Action=DWSH&WishList_ID=&mvta:wishlist:id;" onclick="if ( !confirm( 'Are you sure you want to delete your wish list? This action cannot be undone\n\nContinue?' ) ) return false;">Delete</a>
							<span class="grey">|</span>
							<span class="darkgrey"><mvt:if expr="l.settings:wishlist:shared">Public<mvt:else>Private</mvt:if></span>
						</span>
						<div class="clear"></div>
					</mvt:if>
				</div>
				
				<mvt:item name="wishlistitems" />

				<mvt:if expr="l.settings:wishlistitems:item_count">
					<div class="action_all_container">
						<form method="post" action="&mvte:urls:BASK:secure;" />
							<input type="hidden" name="Action" value="AFWA" />
							<input type="hidden" name="WishList_ID" value="&mvte:global:WishList_ID;" />
							<mvt:item name="buttons" param="AddAllToBasket" />
						</form>
					</div>
				</mvt:if>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: CTUS

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Contact Us</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="CTUS">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>
				
				<h1>Contact Us</h1>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Contact Us</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="CTUS">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>
				
				<h1>Contact Us</h1>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: BASK

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Shopping Cart Contents</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="BASK">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<h1>Shopping Basket</h1>

				<mvt:if expr="l.settings:messages:error_message_count">
				<div class="error-message">
				<mvt:foreach iterator="error" array="messages:error_messages">
					&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>
				<mvt:if expr="l.settings:messages:information_message_count">
				<div class="information-message">
				<mvt:foreach iterator="message" array="messages:information_messages">
					&mvt:message;
				</mvt:foreach>
				</div>
				</mvt:if>

				<div id="basket-contents" class="editable"><mvt:item name="basket" /></div>
				<div class="checkout-button"><input type="button" value="Checkout" onclick="window.location = '&mvte:global:secure_sessionurl;Screen=OINF&Store_Code=&mvta:store:code;';" class="button" /></div>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Shopping Cart Contents</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="BASK">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<h1>Shopping Basket</h1>

				<mvt:if expr="l.settings:messages:error_message_count">
				<div class="error-message">
				<mvt:foreach iterator="error" array="messages:error_messages">
					&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>
				<mvt:if expr="l.settings:messages:information_message_count">
				<div class="information-message">
				<mvt:foreach iterator="message" array="messages:information_messages">
					&mvt:message;
				</mvt:foreach>
				</div>
				</mvt:if>

				<div id="basket-contents" class="editable"><mvt:item name="basket" /></div>

				<mvt:if expr="NOT l.settings:basket:empty">
					<div class="checkout-button">
						<input type="button" value="Move All To Wish List" onclick="window.location = '&mvtj:urls:WISH:secure_sep;Action=MAWL';" class="button" />
						<input type="button" value="Checkout" onclick="window.location = '&mvtj:urls:OINF:auto;';" class="button" />
					</div>
				</mvt:if>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: OUSM

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Checkout: Special Offers</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="OUSM one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>

				<h1>Special Offers</h1>

				Offers valid for this order only<br />
				<mvt:if expr="g.Upsold_Product_Count LE g.Upsell_Options:prod_sell OR g.Upsell_Options:prod_sell EQ 0">
				You may select <span class="bold">one or more</span> of the following:
				<mvt:elseif expr="g.Upsell_Options:prod_sell EQ 1">
				You may select <span class="bold">one</span> of the following:
				<mvt:else>
				You may select up to <span class="bold">&mvte:global:Upsell_Options:prod_sell;</span> of the following:
				</mvt:if>

				<mvt:if expr="l.settings:messages:error_message_count">
				<div class="error-message">
				<mvt:foreach iterator="error" array="messages:error_messages">
					&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>
				<mvt:if expr="l.settings:messages:information_message_count">
				<div class="information-message">
				<mvt:foreach iterator="message" array="messages:information_messages">
					&mvt:message;
				</mvt:foreach>
				</div>
				</mvt:if>

				<form method="post" action="&mvt:global:secure_sessionurl;Screen=OSEL">
				<input type="hidden" name="Action" value="AUPM" />
				<input type="hidden" name="Attributes" value="Yes" />
				<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
				<input type="hidden" name="Upsell_Product_Count" value="&mvte:global:Upsold_Product_Count;" />
				<mvt:item name="tax" />

				<table class="upsale-batch">
					<tr class="heading">
						<td class="upsale-checkbox">Buy</td>
						<td class="upsale-code">Code</td>
						<td class="upsale-name">Product</td>
						<td class="upsale-formatted-price">Regularly</td>
						<td class="upsale-formatted-upsale-price">Special</td>
						<td class="upsale-formatted-savings">Save <MvEVAL EXPR = "{ l.formattedsavings }"></td>
					</tr>
					<mvt:foreach array="upsale" iterator="upsold_product">
					<tr>
						<td>
							<mvt:if expr="l.settings:upsold_product:selected">
							<input type="checkbox" name="Upsell_Selected[&mvt:upsold_product:index;]" value="Yes" checked />
							<mvt:else>
							<input type="checkbox" name="Upsell_Selected[&mvt:upsold_product:index;]" value="Yes" />
							</mvt:if>
							<input type="hidden" name="Product[&mvt:upsold_product:index;]:code" value="&mvte:upsold_product:code;" />
						</td>
						<td>
							&mvt:upsold_product:code;
						</td>
						<td>
							&mvt:upsold_product:name;
						</td>
						<td>
							&mvt:upsold_product:formatted_price;
						</td>
						<td>
							&mvt:upsold_product:formatted_upsell_price;
						</td>
						<td>
							&mvt:upsold_product:formatted_upsell_savings;
						</td>
					</tr>
					</mvt:foreach>
				</table>

				<div class="continue-button"><mvt:item name="buttons" param="Continue" /></div>
				</form>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Checkout: Special Offers</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="OUSM one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>

				<h1>Special Offers</h1>

				Offers valid for this order only<br />
				<mvt:if expr="g.Upsold_Product_Count LE g.Upsell_Options:prod_sell OR g.Upsell_Options:prod_sell EQ 0">
				You may select <span class="bold">one or more</span> of the following:
				<mvt:elseif expr="g.Upsell_Options:prod_sell EQ 1">
				You may select <span class="bold">one</span> of the following:
				<mvt:else>
				You may select up to <span class="bold">&mvte:global:Upsell_Options:prod_sell;</span> of the following:
				</mvt:if>

				<mvt:if expr="l.settings:messages:error_message_count">
				<div class="error-message">
				<mvt:foreach iterator="error" array="messages:error_messages">
					&mvt:error;
				</mvt:foreach>
				</div>
				</mvt:if>
				<mvt:if expr="l.settings:messages:information_message_count">
				<div class="information-message">
				<mvt:foreach iterator="message" array="messages:information_messages">
					&mvt:message;
				</mvt:foreach>
				</div>
				</mvt:if>

				<form method="post" action="&mvte:urls:OSEL:secure;">
				<input type="hidden" name="Action" value="AUPM" />
				<input type="hidden" name="Attributes" value="Yes" />
				<input type="hidden" name="Upsell_Product_Count" value="&mvte:global:Upsold_Product_Count;" />
				<mvt:item name="tax" />

				<table class="upsale-batch">
					<tr class="heading">
						<td class="upsale-checkbox">Buy</td>
						<td class="upsale-code">Code</td>
						<td class="upsale-name">Product</td>
						<td class="upsale-formatted-price">Regularly</td>
						<td class="upsale-formatted-upsale-price">Special</td>
						<td class="upsale-formatted-savings">Save</td>
					</tr>
					<mvt:foreach array="upsale" iterator="upsold_product">
					<tr>
						<td>
							<mvt:if expr="l.settings:upsold_product:selected">
							<input type="checkbox" name="Upsell_Selected[&mvt:upsold_product:index;]" value="Yes" checked />
							<mvt:else>
							<input type="checkbox" name="Upsell_Selected[&mvt:upsold_product:index;]" value="Yes" />
							</mvt:if>
							<input type="hidden" name="Product[&mvt:upsold_product:index;]:code" value="&mvte:upsold_product:code;" />
						</td>
						<td>
							&mvt:upsold_product:code;
						</td>
						<td>
							&mvt:upsold_product:name;
						</td>
						<td>
							&mvt:upsold_product:formatted_price;
						</td>
						<td>
							&mvt:upsold_product:formatted_upsell_price;
						</td>
						<td>
							&mvt:upsold_product:formatted_upsell_savings;
						</td>
					</tr>
					</mvt:foreach>
				</table>

				<div class="continue-button"><mvt:item name="buttons" param="Continue" /></div>
				</form>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: BSKE

Original File
New File
<mvt:item name="html_profile" />
<head>
	<title>&mvt:store:name;: Checkout: Cart Empty</title>
	<base href="&mvt:global:basehref;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="BSKE">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<h1>Shopping Basket</h1>
				Your basket is currently empty.
				<p><mvt:item name="cssui_links" param="storefront">Home</mvt:item></p>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Checkout: Cart Empty</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="BSKE">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<h1>Shopping Basket</h1>
				Your basket is currently empty.
				<p><mvt:item name="cssui_links" param="storefront">Home</mvt:item></p>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

cssui.css

Original File
New File
/*** $Id$ ***/
/*** Site ***/

body{
	font:normal 1em Arial, Helvetica, Verdana, sans-serif;
	margin:0;
	padding:12px 0 0 0;
	font-size:12px;
	color:#000000;
	text-align:center;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

td{ font-size:1em; }

form{
	display:inline;
	margin:0;
	padding:0;
}

h1{ font:bold 1.5em Arial, Helvetica, Verdana, sans-serif; }
h2{ font:bold 1.3em Arial, Helvetica, Verdana, sans-serif; }
h3{ font:bold 1.1em Arial, Helvetica, Verdana, sans-serif; }

h2.header{
	color:#333333;
	padding:4px;
	background-color:#cccccc;
	color:#333333;
	font-weight:bold;
}

a img{ border:0; }

a:link			{ color:#333333; }
a:visited		{ color:#000000; }
a:active		{ color:#999999 }
a:hover			{ color:#333333; }

.clear			{ clear:both; font-size:0em; height:0em; }

.floatright		{ float:right; }
.floatleft		{ float:left; }

.alignright		{ text-align:right; }
.alignleft		{ text-align:left; }

.aligncenter	{ text-align:center; }
.margincenter	{ margin:0 auto; }

.small			{ font-size:.9em; }
.smaller		{ font-size:.8em; }
.smallest		{ font-size:.7em; }
.large			{ font-size:1.1em; }
.larger			{ font-size:1.2em; }
.largest		{ font-size:1.3em; }
.bold			{ font-weight:bold; }
.italic			{ font-style:italic; }
.red			{ color:#dd0000; }
.blue			{ color:#0000ff; }
.grey			{ color:#999999; }
.nowrap			{ white-space:normal; }

.link-pipe		{ color:#999999; }

.input_error{ border-color:#cc0000 #ff0000 #ff0000 #ff0000; }

.input_width_small	{ width: 75px; }
.input_width_medium	{ width: 125px; }

select{
	border-width:1px;
	border-color:#333333 #bbbbbb #bbbbbb #bbbbbb;
	padding:1px 2px;
}

.error-message{ 
	padding:4px;
	text-align:center;
	width:60%;
	margin:0 auto;
	color:#dd0000;
	font-weight:bold;
}

.GFTL .header-message{
	position:relative;
	display:block;
	margin-bottom:25px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

.GFTL .error-message,
.LOGN .error-message,
.AFCL .error-message,
.ORDL .error-message{
	margin:12px 24px;
	width:auto;
}

.information-message{ 
	padding:4px;
	text-align:center;
	width:60%;
	margin:0 auto;
	color:#0000dd;
}

.GFTL .information-message,
.LOGN .information-message{
	margin:12px 24px;
	width:auto;
}

.textfield, select, textarea,
#tax-fields .form_row input{
	border-width:1px;
	border-style:solid;
	border-color:#333333 #bbbbbb #bbbbbb #bbbbbb;
	padding:1px 2px;
	font:normal 1em Arial, Helvetica, Verdana, sans-serif;
}

.textfield, textarea{
	width:160px;
}

.button{
	border-width:1px;
	border-style:solid;
	border-color:#999999 #000000 #000000 #999999;
	background-color:#999999;
	color:#ffffff;
	font-size:.9em;
	padding:1px 2px;
	margin:0;
	cursor:pointer;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

#site-container{
	width:770px;
	margin:0 auto;
	text-align:left;
	border-collapse:collapse;
}

#bottom-wrap	{ clear:both; font-size:0em; height:0em; }

/*** Breadcrumbs ***/
#breadcrumbs 
{
	display: block;
	margin-left: -12px;
}
#breadcrumbs ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#breadcrumbs ul li
{
	list-style: none;
	display: block;
	float: left;
	height: 20px;
}
#breadcrumbs .cats-hidden
{
	color: #434343;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	margin: 0 6px;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 3px solid #FFF;
}
#breadcrumbs a
{
	color: #434343;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	margin: 0 6px;
	padding-bottom: 2px;
	border-bottom: 3px solid #FFF;
}
#breadcrumbs .breadcrumb-border
{
	color: #777;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
}

#breadcrumbs .current-item
{
	color: #434343;
	font-weight: bold;
	font-size: 12px;
	margin: 0 6px;
	line-height: 20px;
}
#breadcrumbs .shortbreadcrumb
{
	color: #434343;
	font-weight: normal;
	font-size: 12px;
	padding: 0px 6px;
	line-height: 20px;
}

/*** Top Navigation Bar ***/

#navigation-bar{
	line-height:24px;
	padding:4px 4px 0 0;
}

#navigation-bar ul{ 
	margin:0;
	padding:0;		
	float:right;
	clear:both;
	width:100%;
}

#navigation-bar li{
	color:#ffffff;
	list-style:none;
	line-height:12px;
	float:right;
	text-align:center;
	margin:0 2px;
	font-weight:bold;
}

#navigation-bar li.navigation-item-on	{ background-color:#999999; }
#navigation-bar li.navigation-item-off	{ background-color:#666666; }

/* tab padding */
#navigation-bar li div div{ padding:5px 18px; }

/* tab off side images */
#navigation-bar li.navigation-item-off div.item-left-side	{ background:transparent url() no-repeat scroll left top; }
#navigation-bar li.navigation-item-off div.item-right-side	{ background:transparent url() no-repeat scroll right top; }

/* tab on side images */
#navigation-bar li.navigation-item-on div.item-left-side	{ background:transparent url() no-repeat scroll left top; }
#navigation-bar li.navigation-item-on div.item-right-side	{ background:transparent url() no-repeat scroll right top; }

/* navigation bar links */
#navigation-bar li a:link,
#navigation-bar li a:visited,
#navigation-bar li a:hover,
#navigation-bar li a:active{ 
	color:#ffffff; 
	text-decoration:none;
}

#nav-checkout		{}
#nav-search			{}
#nav-basket			{}
#nav-account		{}
#nav-all-products	{}
#nav-storefront		{}

/*** Left Navigation ***/

#left-navigation{
	width:20%;
	border-right:1px solid #eeeeee;
	padding:0 0 0 4px;
	vertical-align:top;
}

/*** One Column Pages ***/
.one-column #left-navigation{ display:none; }

#category-tree{
	padding:1px;
	margin:0;
}

#category-tree-top-image{
	/* ie6 min-height hack */
	min-height:270px;
	height:auto !important;
	height:270px;
}

#category-tree-bottom-image{}

#category-tree a{
	display:block;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}

#category-tree div{
	background-color:#666666;
	border-bottom:1px solid #ffffff;	
}

#category-tree .level-1 a{ padding:4px 6px 4px 12px; }
#category-tree .level-2 a{ padding:4px 6px 4px 24px; }
#category-tree .level-3 a{ padding:4px 6px 4px 36px; }
#category-tree .level-4 a{ padding:4px 6px 4px 48px; }
#category-tree .level-5 a{ padding:4px 6px 4px 60px; }
#category-tree .level-6 a{ padding:4px 6px 4px 72px; }

#category-tree div.active{ background-color:#999999; }
#category-tree-header{}

#category-tree-footer{
	padding:4px;
	margin:10px 0;
}

/*** Content ***/

#content-container{
	clear:both;
	width:100%;
	border-style:solid;
	border-color:#666666;
	border-width:1px 0;
	padding:0 0 12px 0;
	margin:0;
}

#main-content{
	padding:16px;
	vertical-align:top;
}

/*** Global Header/Footer ***/

#global-header{}

#logo{
	clear:both;
	margin:0 0 0 5px;
}

#logo a{
	width:759px;
	height:85px;
	display:block;
	cursor:pointer;
}

#search{
	float:right;
	padding:4px 6px 4px 0;
}

#header-links{
	float:right;
	padding:4px 12px 0 0;
	line-height:22px;
	color:#000000;
	text-align:right;
}

#global-footer{ margin:16px 0; }
#footer-links{ text-align:right; }

#footer-links ul{
	font:normal .9em Arial, Helvetica, Verdana, sans-serif;
	margin:8px 0;
	padding:0;
}


#footer-links ul li{
	list-style-type:none;
	border-left:1px solid #999999;
	padding:0 2px 0 6px;
	margin:0;
	text-align:center;
	display:inline;
}

#footer-links ul li.first-child{ border:0; }

#miva-link{
	color: #999999;
	font-size:.8em;
	text-align:right;
	margin:16px 0;
}

#miva-link a{ color:#999999; }

#page-header{ clear:both; }
#page-footer{ clear:both; }

#maintenance{
	color:#dd0000;
	font-weight:bold;
}

/*** ACAD, ACED, AFAD, AFED, OCST ***/

.logout-link{
	margin:12px 0;
	float:right;
}

#customer-fields label,
#affiliate-fields label{
	float:left;
	width:150px;
	white-space:nowrap;
	text-align:right;
	padding:2px 5px 3px 0;
	clear:both;
}

#affiliate-commissions label,
.OSEL .non-editable label{
	float:left;
	width:120px;
	font-weight:bold;
	text-align:right;
	padding:0 6px 0 0;
}

#customer-fields input.textfield,
#affiliate-fields input.textfield,
#tax-fields input,
#affiliate-commissions div.form_row div,
.non-editable div.form_row div{
	width:170px;
	margin:0 0 4px 0;
}

#affiliate-commissions div.form_row div{ float:left; }

#customer-fields select,
#affiliate-fields select{
	width:176px;
	margin:0 0 4px 0;
}

#login-details,
#affiliate-information{
	margin:0 0 16px 0;
}

#affiliate-commissions .form_row{ margin:0 0 8px 0; }

.AFAD #affiliate-fields{
	width:50%;
	margin:0 auto;
}

.AFED #affiliate-fields #affiliate-contact,
.AFED #affiliate-fields #affiliate-commissions{
	float:left;
	width:50%;
}

#affiliate-commissions .affiliate-code{
	width:230px !important;
}

#affiliate-commissions #affiliate-image{
	width:236px !important;
	overflow:auto;
}

#affiliate-terms{ margin-left:155px; }

#affiliate-fields .form_row div.non-editable{
	margin:0 0 8px 0;
	padding:2px 0 0 0;
}

.save-button,
.continue-button{
	clear:both;
	text-align:right;
	padding:24px 0 0 0;
}

.required{ font-weight:bold; }

h2.fields-heading{
	background-color:#cccccc;
	color:#333333;
	margin:0 0 12px 0;
	padding:4px 4px 4px 12px;
}

.address2-label{ margin:0 0 14px 0; }

.controls{ 
	font:normal .7em Arial, Helvetica, Verdana, sans-serif;
	visibility:hidden;
}

#customer-fields .controls label{
	float:none;



}



#ship-to,
#bill-to{
	width:50%;
	float:left;
}

#ship-to h2 input.checkbox,
#bill-to h2 input.checkbox{
	margin:0 2px 0 12px;
	padding:0;
	width:13px;
	height:13px;
	overflow:hidden;
}

div.invalid input.textfield,
div.invalid select,
#tax-fields div.invalid input{
	border-color:#cc0000 #ff0000 #ff0000 #ff0000;
}

div.invalid label{ color:#dd0000; }

.warning-message{
	padding:4px;
	text-align:center;
	width:60%;
	margin:0 auto;
	color:#dd0000;
}

#customer-fields.editable .form_row,
#affiliate-fields.editable .form_row{
	margin:0 0 6px 0;
	text-align:left;
}

#customer-fields.non-editable .form_row{
	margin:0 0 4px 0; 
	text-align:left;
}

#customer-fields.non-editable label,
#affiliate-fields.non-editable label{
	margin:0 0 0 30px;
	padding:0 4px 0 0;
	font-weight:bold;
	width:110px;
	text-align:right;
	float:left;
	clear:both;
	white-space:nowrap;
}

#customer-fields.non-editable .form_row div,
#affiliate-fields.non-editable .form_row div{
	float:left;
}

#update-record{
	clear:both;
	margin:24px 0 0 24px;
}

.tax-fields label{ font-weight:bold; }

/*** LOGN, GFTL, AFCL, ORDL, ORHL, FPWD, CPWD, CEML ***/

#main-content .margin-container
{
	padding: 28px 126px;
}

.AFCL .section,
.GFTL .section,
.LOGN .section{
	float:left;
	height:220px;
	width:49%;
}

.ORDL .section{
	float:left;
	height:220px;
	width:33%;
}

.ORHL .lookup-section{ 
	float:left;
	height:220px;
	width:50%;
}

.ORHL .signin-section{
	float:left;
	height:220px;
	width:48%;
}

.section h3,
.lookup-section h3,
.signin-section h3{
	text-align:center;
}

.form_row{ margin:0 0 6px 0; }

.GFTL label,
.LOGN label,
.ORDL label,
.AFCL label,
.FPWD label{
	float:left;
	clear:both;
	width:90px;
	text-align:right;
	padding:3px 5px;
}

.ORHL label{ 
	white-space:nowrap;
	float:left;
	clear:both;
	width:90px;
	text-align:right;
	padding:3px 5px;
}

.grey-border-right{ border-right:1px solid #cccccc; }

.logn-input{ width:120px; }

#invalid-key{
	width:23px;
	float:left;
	margin:0 4px 0 0;
	border-width:1px;
	border-style:solid;
	border-color:#cc0000 #ff0000 #ff0000 #ff0000;
}

.sign-in-buttons{ 
	text-align:center;
	margin:12px 0 0 0;
}

.forgot-password{ 
	font-size:.9em; 
	text-align:center;
	margin:12px 0 0 0;
}

.FPWD .forgot-password-section{
	text-align:left;
	width:320px;
	padding:10px;
	border:1px solid #CCC;
	margin:15px auto;
}

.FPWD .fpwd-input,
.CPWD .cpwd-input{
	width:150px;
	margin:2px 3px;
}

.CEML .change-buttons,
.CPWD .change-buttons{
	text-align:right;
}

.CPWD .change-password-section{
	width:300px;
	margin:15px auto 5px;
	padding:10px;
	border:1px solid #CCC;
}

.CPWD label{
	width:110px;
	float:left;
	clear:both;
	text-align:right;
	padding:3px 5px;
}

.CEML .change-emailaddress-section{
	width:350px;
	margin:15px auto 5px;
	padding:10px;
	border:1px solid #CCC;
}

.CEML label{
	width:140px;
	float:left;
	clear:both;
	text-align:right;
	padding:3px 5px;
}

.CEML .oldemailaddress{
	line-height:22px;
}

/*** BASK, OCST, OPAY, OSEL ***/

#basket-contents.non-editable,
#basket-contents.editable,
#order-contents table{
	width:100%;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
}

#basket-contents.non-editable table,
#basket-contents.editable table,
#order-contents table{
	border-collapse:collapse;
}

#basket-contents.non-editable td,
#basket-contents.editable td,
#order-contents td{
	background-color:#eeeeee;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	vertical-align:top;
	padding:6px;
	font:normal 1em Arial, Helvetica, Verdana, sans-serif;
}

#basket-contents table tr.basket-heading td,
#basket-contents table tr.basket-heading td,
#order-contents table tr.heading td{
	background-color:#cccccc;
	color:#333333;
	font-weight:bold;
	text-align:center;
	font-size:1em;
	white-space:nowrap;
}

#basket-contents .basket-qty-input{ width:34px; }

#basket-contents .item-image{
	vertical-align:middle;
}

#basket-contents .item-remove{
	width:8%;
	vertical-align:middle;
}

#basket-contents .item-remove-link{
	margin:auto;
	margin-top:.5em;
	vertical-align:middle;
}

#basket-contents table .basket-heading td.item-name{
	text-align:left;
}

#basket-contents.editable .item-quantity{
	width:13%;
	text-align:center;
	white-space:nowrap;
}

#basket-contents.non-editable .item-quantity{
	width:6%;
	text-align:center;
}

#basket-contents .item-options .item-name{ padding-left:16px; }

#basket-contents.non-editable .item-name{ width:59%; }

#basket-contents.editable .item-name{ width:66%; }
#basket-contents.editable .item-name div.item-name-div{ float:left; }
#basket-contents td.item-name{ text-align:left; }

#basket-contents .item-price{
	width:10%;
	text-align:right;
	white-space:nowrap;
}

#basket-contents .item-total{
	width:10%;
	text-align:right;
}

#basket-contents .custom-field{
	font-size:x-small;
}

#basket-contents .item-discount{
	white-space:nowrap;
	font-size:x-small;
	font-style:italic;
}

#basket-contents .basket-charges .charge-description,
#basket-contents .basket-charges .formatted-charge{
	font-style:italic;
	text-align:right;
	white-space:nowrap;
}

#basket-contents #basket-totals .formatted-total,
#basket-contents #basket-totals .total-prompt,
#basket-contents #basket-remaining .formatted-total,
#basket-contents #basket-remaining .total-prompt{
	font-weight:bold;
	text-align:right;
}

#basket-contents .basket-payments .charge-description,
#basket-contents .basket-payments .formatted-charge{
	font-style:normal;
	text-align:right;
	white-space:nowrap;
}

#basket-contents .item-options td{}

.checkout .item-quantity	{ width:8% !important; }
.checkout .item-name		{ width:64% !important; }

#fields-key{ margin:16px 0; }

.checkout-button{
	margin:12px 0;
	text-align:right;
}

#payment-fields input{
	border-width:1px;
	border-style:solid;
	border-color:#333333 #bbbbbb #bbbbbb #bbbbbb;
	padding:1px 2px;
	font:normal 1em Arial, Helvetica, Verdana, sans-serif;
}

#payment-fields label{
	white-space:nowrap;
	text-align:left;
	padding:3px 5px 3px 0;
	clear:both;
	margin:2px 0 0 0;
}

#payment-fields td{
	padding:0 0 6px 0;
}

#payment-amount-fields {
	display:inline-block;
	vertical-align:top;
}

#shipping-payment .form_row{ margin:10px 0 0 0; }

#shipping-payment label{
	float:left;
	width:65px;
	white-space:nowrap;
	text-align:left;
	padding:3px 5px 3px 0;
	clear:both;
	margin:2px 0 0 0; 
}

.OSEL .continue-button,
.OPAY .continue-button{ 
	margin:0 0 12px 0;
}

.OCST #basket-contents{ margin: 0 0 32px 0; }

.OPAY .fields-key{ margin:0 0 16px 0; }
#payment-fields .form_row{ margin:10px 0 0 0; }

#customer-fields.non-editable{ margin:0 0 32px 0; }
#basket-contents.non-editable{ margin:16px 0 32px 0; }

/*** CTGY, SRCH, PLST, OUS1, OUSM ***/

.category-listing,
.all-products,
.related-products,
.search-results{
	clear:both;
}

.product-item{
	width:50%;
	float:left;
}

.product-item .padding{
	padding:12px;
	margin:12px;
	height:300px;
	border:1px solid #cccccc;
	overflow:hidden;
}
		
.product-next-previous{ 
	clear:both;
	margin:12px 0; 
}

.CTGY .product-details,
.PLST .product-details,
.SRCH .product-details{
	height:245px;
	overflow:hidden;
}

.product-item .product-thumbnail{ 
	margin:0 0 12px 0; 
	text-align:center;
	min-height:144px;
}

.product-item .product-image{
	margin:0 0 12px 0; 
	text-align:center;
	min-height:144px;
}

.product-item .product-thumbnail img{
	vertical-align:middle;
}

.purchase-buttons, .PROD .related-products .purchase-buttons{
	text-align:center;
	margin:16px 0 0 0;
}

.product-descrip{
	margin:6px 0 0 0;
}

.product-discount{
	white-space:nowrap;
	font-size:x-small;
	font-style:italic;
}

.PROD .purchase-buttons{
	text-align:right;
	margin:16px 0 0 0;
}

.purchase-buttons input.button{
	margin:0 2px;
}

.line-item td.item-buttons{
	white-space:nowrap;
}

.line-item tr.header-row td{ font-weight:bold; }

.thumbnail-not-available{
	display:block;
	width:234px;
	height:144px;
	background:transparent url() no-repeat scroll left top;
	margin:0 auto;
}

.image-not-available{
	display:block;
	width:234px;
	height:144px;
	background:transparent url() no-repeat scroll left top;
	margin:0 auto;
}

.next-previous{ margin:12px 0 0 0; }

.next-button	{ float:right; }
.previous-button{ float:left; }

.search-again{ margin:0 0 16px 0; }

.OUS1 #main-content{
	padding-left:225px;
	padding-right:225px;
}

.upsale-heading{ text-align:center; }

.OUS1 .product-thumbnail{
	margin:12px 0; 
	text-align:left;
	height:116px;
	min-height:116px;
}

.OUS1 .product-description		{ margin:16px 0 0 0; }
.OUS1 .thumbnail-not-available	{ margin:16px auto; }

.OUSM #main-content{ 
	padding-left:160px;
	padding-right:160px;
}

.upsale-batch{
	width:100%;
	padding:2px;
}

.upsale-batch .heading td	{ font-weight:bold; }

.upsale-checkbox{ width:32px; }
.upsale-name{ width:175px; }

.OUS1 .purchase-buttons textarea{
	text-align:center;
	width:390px;
	height:100px;
}

.OUSM .continue-button{ text-align:center; }

.line-item table{ width:100%; }
.line-item table tr.heading td{ font-weight:bold; }
.line-item table td{ 
	padding:2px;
	vertical-align:top;
}

.line-item .item-code{ 
	padding-left:2px;
	padding-right:2px;
}

.line-item .item-price{
	padding-left:2px;
	padding-right:2px;
}

.line-item .item-name{ width:80%; }
.line-item tr.alt_row{ background-color:#f4f4f4; }

#filter-items-container
{
	color: #434343;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
#filter-items-container .per-page
{
	position: relative;
	float:left;
	padding: 0 5px;
	margin-right: 5px;
	height: 22px;
	line-height: 20px;
}
#filter-items-container .per-page label
{
	margin-right: 3px;
}
#filter-items-container .per-page select
{
	padding: 0;
}
#filter-items-container .sorting
{
	position: relative;
	float:left;
	padding: 0 5px;
	height: 22px;
	line-height: 20px;
}
#filter-items-container .sorting label
{
	margin-right: 3px;
}
#filter-items-container .sorting select
{
	padding: 0;
	font-size: 11px;
}

.page-links-previous, .page-links-next
{
	text-decoration: none;
	line-height: 20px;
	padding: 0 8px;
	white-space: nowrap;
	font-weight: bold;
}
.page-links-previous
{
	float: left;
	text-align: right;
}
.page-links-next
{
	float: right;
	text-align: left;
}
.page-links-inactive
{
	text-decoration: none;
	padding: 2px 3px;
}
.page-links-active
{
	color: #434343;
	border-bottom: 2px solid #434343;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 3px;
}
.page-links-deactivated
{
	color: #999;
	text-decoration: none;
}
.page-links-deactivated:hover
{
	color: #999;
	text-decoration: none;
	background: none;
}
.page-disp {
	display: block;
	line-height: 20px;
	float: left;
	text-align: center;
}
.page-links, .page-links a
{
	color: #434343;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
	.page-links
	{
		margin: 0px;
		text-align: right;
		float: right;
	}
	
.page-links-container
{
	text-decoration: none;
	display:block;
	float: right;
}
.page-links-title
{
	margin-top: 3px;
	position: relative;
	display:block;
	float:left;
}

/*** PRODUCT DISPLAY ***/

.product-details-1,
.product-details-2{
	width:50%;
	float:left;
}

.PROD .product-details-1 .product-image{
	border:1px solid #eeeeee;
	width:274px;
	height:274px;
}

.product-image{
	text-align:center;
}

.product-image span{
}

.product-image img{
	vertical-align:middle;
}

.product-quantity-input{
	width:34px;
	margin:0 4px;
}

.related-products{
	clear:both;
	margin:32px 0 16px 0;
}

.product-attributes{
	margin:16px 0;
	text-align:left;
}

.product-attributes td{
	padding:4px 0;
}

.product-attributes td.prompt{
	vertical-align:top;
	text-align:right;
	padding-right:4px;
}

.product-attributes td.field{
	text-align:left;
}

.thumbnails{
	display:block;
	margin:0;
	padding:0;
	width:274px;
}

.thumbnails li{
	display:block;
	float:left;
	margin:4px 4px 0 0;
	padding:0;
	width:42px;
	height:42px;
	text-align:center;
	border:1px solid #eeeeee;
	cursor:pointer;
}

.thumbnails li span{
	display:inline-block;
	height:100%;
	text-align:center;
	vertical-align:middle;
}

.thumbnails li img{
	vertical-align:middle;
}

.swatches{
	display:inline;
	margin:0;
	padding:0;
}

.swatches li{
	display:block;
	float:left;
	margin:4px 4px 0 0;
	padding:0;
	width:50px;
	height:50px;
	text-align:center;
	border:1px solid #eeeeee;
	cursor:pointer;
}

.swatches li span{
	display:inline-block;
	height:100%;
	text-align:center;
	vertical-align:middle;
}

.swatches li img{
	vertical-align:middle;
}

.product-image-margin{
	height:8px;
}

.closeup{
	position:absolute;
	top:75px;
	padding:10px 10px 5px 10px;
	background-color:#ffffff;
	border:1px solid #333333;
	text-align:center;
	display:none;
	z-index:2;
	min-width:274px;
	min-height:274px;
}

.closeup a{
	cursor:pointer;
	margin:5px 0 0 0;
	z-index:2;
}

.closeup_backing{
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#333333;
	opacity:0.75;
	filter:alpha(opacity=75);
	width:100%;
}

/*** INVC ***/

.INVC .order-id,
.ORDS .order-id{
	float:left;
	font-weight:bold;
}

.INVC .order-date,
.ORDS .order-date{
	float:right;
	text-align:right;
}

.INVC .order-date span,
.ORDS .order-date span{
	font-weight:bold; 
}

.INVC h3,
.ORDS h3{ 
	clear:both;
	margin:16px 0 24px 0;
}

/*** PATR ***/

.PATR .continue-button{
	text-align:right;
	margin:12px 0;
}

/*** SMAP ***/

.SMAP h3{
	
}

.SMAP .category{
	width:33%;
	text-align:left;
	float:left;
}

.SMAP .category .padding{
	padding:2px;
}

.SMAP .product{
	width:33%;
	text-align:left;
	float:left;
}

.SMAP .product .padding{ padding:2px; }

/*** ORDH, ORDS ***/

#orderhistory-list table{ 
	border-collapse:collapse;
	margin:0 0 10px 0;
}

#order-contents table{
	width:100%;
}

#order-contents table td, 
#orderhistory-list table td{ 
	vertical-align:top;
}

#orderhistory-list .order-reorder		{ text-align:center; }
#orderhistory-list .order-invoice		{  }
#orderhistory-list .order-description	{ text-align:left; }
#orderhistory-list .order-date			{  }
#orderhistory-list .order-purchased		{ text-align:center; }
#orderhistory-list .order-quantity		{ text-align:center; }
#orderhistory-list .order-status		{ text-align:center; }
#orderhistory-list .order-tracking		{ text-align:left; }
#orderhistory-list .order-total			{ text-align:right; }
#orderhistory-list .order-price			{ text-align:right; }

#orderhistory-list .order-view
{
	vertical-align:middle;
	padding:0 8px;
}

#orderhistory-list tr.heading td { 
	font-weight:bold;
	white-space:nowrap;
}

#orderhistory-list .previous-button{
	width:50%;
	text-align:left;
	float:none;
}

#orderhistory-list .next-button{
	width:50%;
	text-align:right;
	float:none;
}

#order-contents table tr td.order-reorder		{ text-align:center; }
#order-contents table tr td.order-image			{ vertical-align:middle; }
#order-contents table tr td.order-invoice		{  }
#order-contents table tr td.order-description	{ text-align:left; }
#order-contents table tr td.order-date			{ text-align:left }
#order-contents table tr td.order-purchased		{ text-align:center; }
#order-contents table tr td.order-quantity		{ text-align:center; }
#order-contents table tr td.order-status		{ text-align:left; }
#order-contents table tr td.order-tracking		{ text-align:left; }
#order-contents table tr td.order-total			{ text-align:right; }
#order-contents table tr td.order-price			{ text-align:right; }

#order-contents .custom-field{
	font-size:x-small;
}

#order-contents .order-discount{
	white-space:nowrap;
	font-size:x-small;
	font-style:italic;
}

#order-contents table tr td.charge-description,
#order-contents table tr td.charge-fee{
	font-style:italic;
	text-align:right;
}

#order-contents .order-payments .charge-description,
#order-contents .order-payments .charge-fee{
	font-style:normal;
	text-align:right;
	white-space:nowrap;
}

#order-contents table tr td.charge-fee{ text-align:right; }
#order-contents table tr td.formatted-total,
#order-contents table tr td.total-prompt{
	text-align:right;
	font-weight:bold;
}

#customer-fields{
	margin:16px 0;
}

#Order_BillZip{ width:44px; }

.widest{ width:100%; }

.customercredithistory_container table tr td.orderid	{ white-space:nowrap; }
.customercredithistory_container table tr td.amount		{ white-space:nowrap; text-align:right; }
.customercredithistory_container table tr td.dtstamp	{ white-space:nowrap; }

.customer_account_balance_container{
	position:relative;
	text-align:center;
	font-size:18px;
	padding:20px 8px;
	border:1px solid #ccc;
	margin:20px 0;
}

.customer_account_balance{
	color:#199e3d;
}

.customer_account_balance_button_redeem{
	font-size:14px;
}

.giftcertificate_redeem_content{
	position:relative;
	display:block;
	margin-top:10px;
}

.giftcertificate_redeem_giftcertificate_container{
	position:relative;
	display:inline-block;
}

.giftcertificate_redeem_giftcertificate_title{
	position:relative;
	display:block;
	margin-bottom:5px;
	font-weight:bold;
}

.giftcertificate_redeem_giftcertificate_content{
	position:relative;
	display:block;
}

.giftcertificate_redeem_giftcertificate_code{
	width:200px;
}

.giftcertificate_redeem_currentbalance_container{
	position:relative;
	float:right;
}
/*** $Id$ ***/
/*** Site ***/

body{
	font:normal 1em Arial, Helvetica, Verdana, sans-serif;
	margin:0;
	padding:12px 0 0 0;
	font-size:12px;
	color:#000000;
	text-align:center;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

td{ font-size:1em; }

form{
	display:inline;
	margin:0;
	padding:0;
}

h1{ font:bold 1.5em Arial, Helvetica, Verdana, sans-serif; }
h2{ font:bold 1.3em Arial, Helvetica, Verdana, sans-serif; }
h3{ font:bold 1.1em Arial, Helvetica, Verdana, sans-serif; }

h2.header{
	color:#333333;
	padding:4px;
	background-color:#cccccc;
	color:#333333;
	font-weight:bold;
}

a img{ border:0; }

a:link			{ color:#333333; }
a:visited		{ color:#000000; }
a:active		{ color:#999999 }
a:hover			{ color:#333333; }

.clear			{ clear:both; font-size:0em; height:0em; }

.floatright		{ float:right; }
.floatleft		{ float:left; }

.alignright		{ text-align:right; }
.alignleft		{ text-align:left; }

.aligncenter	{ text-align:center; }
.margincenter	{ margin:0 auto; }

.small			{ font-size:.9em; }
.smaller		{ font-size:.8em; }
.smallest		{ font-size:.7em; }
.large			{ font-size:1.1em; }
.larger			{ font-size:1.2em; }
.largest		{ font-size:1.3em; }
.bold			{ font-weight:bold; }
.italic			{ font-style:italic; }
.red			{ color:#dd0000; }
.blue			{ color:#0000ff; }
.grey			{ color:#999999; }
.darkgrey		{ color:#555555; }
.nowrap			{ white-space:normal; }
.inlineblock	{ display:inline-block; }

.link-pipe		{ color:#999999; }

.input_error{ border-color:#cc0000 #ff0000 #ff0000 #ff0000; }

.input_width_small	{ width: 75px; }
.input_width_medium	{ width: 125px; }

select{
	border-width:1px;
	border-color:#333333 #bbbbbb #bbbbbb #bbbbbb;
	padding:1px 2px;
}

.error-message{ 
	padding:4px;
	text-align:center;
	width:60%;
	margin:0 auto;
	color:#dd0000;
	font-weight:bold;
}

.GFTL .header-message,
.WLGN .header-message{
	position:relative;
	display:block;
	margin-bottom:25px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

.GFTL .error-message,
.WLGN .error-message,
.WLST .error-message,
.LOGN .error-message,
.AFCL .error-message,
.ORDL .error-message{
	margin:12px 24px;
	width:auto;
}

.information-message{ 
	padding:4px;
	text-align:center;
	width:60%;
	margin:0 auto;
	color:#0000dd;
}

.GFTL .information-message,
.WLGN .information-message,
.WLST .information-message,
.LOGN .information-message{
	margin:12px 24px;
	width:auto;
}

.textfield, select, textarea,
#tax-fields .form_row input{
	border-width:1px;
	border-style:solid;
	border-color:#333333 #bbbbbb #bbbbbb #bbbbbb;
	padding:1px 2px;
	font:normal 1em Arial, Helvetica, Verdana, sans-serif;
}

.textfield, textarea{
	width:160px;
}

.button{
	border-width:1px;
	border-style:solid;
	border-color:#999999 #000000 #000000 #999999;
	background-color:#999999;
	color:#ffffff;
	font-size:.9em;
	padding:1px 2px;
	margin:0;
	cursor:pointer;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

#site-container{
	width:770px;
	margin:0 auto;
	text-align:left;
	border-collapse:collapse;
}

#bottom-wrap	{ clear:both; font-size:0em; height:0em; }

/*** Breadcrumbs ***/
#breadcrumbs 
{
	display: block;
	margin-left: -12px;
}
#breadcrumbs ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#breadcrumbs ul li
{
	list-style: none;
	display: block;
	float: left;
	height: 20px;
}
#breadcrumbs .cats-hidden
{
	color: #434343;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	margin: 0 6px;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 3px solid #FFF;
}
#breadcrumbs a
{
	color: #434343;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	margin: 0 6px;
	padding-bottom: 2px;
	border-bottom: 3px solid #FFF;
}
#breadcrumbs .breadcrumb-border
{
	color: #777;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
}

#breadcrumbs .current-item
{
	color: #434343;
	font-weight: bold;
	font-size: 12px;
	margin: 0 6px;
	line-height: 20px;
}
#breadcrumbs .shortbreadcrumb
{
	color: #434343;
	font-weight: normal;
	font-size: 12px;
	padding: 0px 6px;
	line-height: 20px;
}

/*** Top Navigation Bar ***/

#navigation-bar{
	line-height:24px;
	padding:4px 4px 0 0;
}

#navigation-bar ul{ 
	margin:0;
	padding:0;		
	float:right;
	clear:both;
	width:100%;
}

#navigation-bar li{
	color:#ffffff;
	list-style:none;
	line-height:12px;
	float:right;
	text-align:center;
	margin:0 2px;
	font-weight:bold;
}

#navigation-bar li.navigation-item-on	{ background-color:#999999; }
#navigation-bar li.navigation-item-off	{ background-color:#666666; }

/* tab padding */
#navigation-bar li div div{ padding:5px 18px; }

/* tab off side images */
#navigation-bar li.navigation-item-off div.item-left-side	{ background:transparent url() no-repeat scroll left top; }
#navigation-bar li.navigation-item-off div.item-right-side	{ background:transparent url() no-repeat scroll right top; }

/* tab on side images */
#navigation-bar li.navigation-item-on div.item-left-side	{ background:transparent url() no-repeat scroll left top; }
#navigation-bar li.navigation-item-on div.item-right-side	{ background:transparent url() no-repeat scroll right top; }

/* navigation bar links */
#navigation-bar li a:link,
#navigation-bar li a:visited,
#navigation-bar li a:hover,
#navigation-bar li a:active{ 
	color:#ffffff; 
	text-decoration:none;
}

#nav-checkout		{}
#nav-search			{}
#nav-basket			{}
#nav-account		{}
#nav-all-products	{}
#nav-storefront		{}

/*** Left Navigation ***/

#left-navigation{
	width:20%;
	border-right:1px solid #eeeeee;
	padding:0 0 0 4px;
	vertical-align:top;
}

/*** One Column Pages ***/
.one-column #left-navigation{ display:none; }

#category-tree{
	padding:1px;
	margin:0;
}

#category-tree-top-image{
	/* ie6 min-height hack */
	min-height:270px;
	height:auto !important;
	height:270px;
}

#category-tree-bottom-image{}

#category-tree a{
	display:block;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}

#category-tree div{
	background-color:#666666;
	border-bottom:1px solid #ffffff;	
}

#category-tree .level-1 a{ padding:4px 6px 4px 12px; }
#category-tree .level-2 a{ padding:4px 6px 4px 24px; }
#category-tree .level-3 a{ padding:4px 6px 4px 36px; }
#category-tree .level-4 a{ padding:4px 6px 4px 48px; }
#category-tree .level-5 a{ padding:4px 6px 4px 60px; }
#category-tree .level-6 a{ padding:4px 6px 4px 72px; }

#category-tree div.active{ background-color:#999999; }
#category-tree-header{}

#category-tree-footer{
	padding:4px;
	margin:10px 0;
}

/*** Content ***/

#content-container{
	clear:both;
	width:100%;
	border-style:solid;
	border-color:#666666;
	border-width:1px 0;
	padding:0 0 12px 0;
	margin:0;
}

#main-content{
	padding:16px;
	vertical-align:top;
}

/*** Global Header/Footer ***/

#global-header{}

#logo{
	clear:both;
	margin:0 0 0 5px;
}

#logo a{
	width:759px;
	height:85px;
	display:block;
	cursor:pointer;
}

#search{
	float:right;
	padding:4px 6px 4px 0;
}

#header-links{
	float:right;
	padding:4px 12px 0 0;
	line-height:22px;
	color:#000000;
	text-align:right;
}

#global-footer{ margin:16px 0; }
#footer-links{ text-align:right; }

#footer-links ul{
	font:normal .9em Arial, Helvetica, Verdana, sans-serif;
	margin:8px 0;
	padding:0;
}


#footer-links ul li{
	list-style-type:none;
	border-left:1px solid #999999;
	padding:0 2px 0 6px;
	margin:0;
	text-align:center;
	display:inline;
}

#footer-links ul li.first-child{ border:0; }

#miva-link{
	color: #999999;
	font-size:.8em;
	text-align:right;
	margin:16px 0;
}

#miva-link a{ color:#999999; }

#page-header{ clear:both; }
#page-footer{ clear:both; }

#maintenance{
	color:#dd0000;
	font-weight:bold;
}

.WLST .wishlists_search_container
{
	text-align:right;
}

/*** ACAD, ACED, AFAD, AFED, OCST ***/

.logout-link{
	margin:12px 0;
	float:right;
}

#customer-fields label,
#affiliate-fields label{
	float:left;
	width:150px;
	white-space:nowrap;
	text-align:right;
	padding:2px 5px 3px 0;
	clear:both;
}

#affiliate-commissions label,
.OSEL .non-editable label{
	float:left;
	width:120px;
	font-weight:bold;
	text-align:right;
	padding:0 6px 0 0;
}

#customer-fields input.textfield,
#affiliate-fields input.textfield,
#tax-fields input,
#affiliate-commissions div.form_row div,
.non-editable div.form_row div{
	width:170px;
	margin:0 0 4px 0;
}

#affiliate-commissions div.form_row div{ float:left; }

#customer-fields select,
#affiliate-fields select{
	width:176px;
	margin:0 0 4px 0;
}

#login-details,
#affiliate-information{
	margin:0 0 16px 0;
}

#affiliate-commissions .form_row{ margin:0 0 8px 0; }

.AFAD #affiliate-fields{
	width:50%;
	margin:0 auto;
}

.AFED #affiliate-fields #affiliate-contact,
.AFED #affiliate-fields #affiliate-commissions{
	float:left;
	width:50%;
}

#affiliate-commissions .affiliate-code{
	width:230px !important;
}

#affiliate-commissions #affiliate-image{
	width:236px !important;
	overflow:auto;
}

#affiliate-terms{ margin-left:155px; }

#affiliate-fields .form_row div.non-editable{
	margin:0 0 8px 0;
	padding:2px 0 0 0;
}

.save-button,
.continue-button{
	clear:both;
	text-align:right;
	padding:24px 0 0 0;
}

.required{ font-weight:bold; }

h2.fields-heading{
	background-color:#cccccc;
	color:#333333;
	margin:0 0 12px 0;
	padding:4px 4px 4px 12px;
}

.address2-label{ margin:0 0 14px 0; }

.controls{ 
	font:normal .7em Arial, Helvetica, Verdana, sans-serif;
	visibility:hidden;
}

#customer-fields .controls label{
	float:none;



}



#ship-to,
#bill-to{
	width:50%;
	float:left;
}

#ship-to h2 input.checkbox,
#bill-to h2 input.checkbox{
	margin:0 2px 0 12px;
	padding:0;
	width:13px;
	height:13px;
	overflow:hidden;
}

div.invalid input.textfield,
div.invalid select,
#tax-fields div.invalid input{
	border-color:#cc0000 #ff0000 #ff0000 #ff0000;
}

div.invalid label{ color:#dd0000; }

.warning-message{
	padding:4px;
	text-align:center;
	width:60%;
	margin:0 auto;
	color:#dd0000;
}

#customer-fields.editable .form_row,
#affiliate-fields.editable .form_row{
	margin:0 0 6px 0;
	text-align:left;
}

#customer-fields.non-editable .form_row{
	margin:0 0 4px 0; 
	text-align:left;
}

#customer-fields.non-editable label,
#affiliate-fields.non-editable label{
	margin:0 0 0 30px;
	padding:0 4px 0 0;
	font-weight:bold;
	width:110px;
	text-align:right;
	float:left;
	clear:both;
	white-space:nowrap;
}

#customer-fields.non-editable .form_row div,
#affiliate-fields.non-editable .form_row div{
	float:left;
}

#update-record{
	clear:both;
	margin:24px 0 0 24px;
}

.tax-fields label{ font-weight:bold; }

/*** LOGN, GFTL, AFCL, ORDL, ORHL, FPWD, CPWD, CEML ***/

#main-content .margin-container
{
	padding: 28px 126px;
}

.AFCL .section,
.GFTL .section,
.WLGN .section,
.LOGN .section{
	float:left;
	height:220px;
	width:49%;
}

.WLST .section_container{
	text-align:center;
}

.WLST .section{
	position:relative;
	display:inline-block;
	vertical-align:top;
	padding:10px 0;
	margin-bottom:20px;
	width:240px;
}

.ORDL .section{
	float:left;
	height:220px;
	width:33%;
}

.ORHL .lookup-section{ 
	float:left;
	height:220px;
	width:50%;
}

.ORHL .signin-section{
	float:left;
	height:220px;
	width:48%;
}

.section h3,
.lookup-section h3,
.signin-section h3{
	text-align:center;
}

.form_row{ margin:0 0 6px 0; }

.GFTL label,
.WLGN label,
.WLST .signin label,
.LOGN label,
.ORDL label,
.AFCL label,
.FPWD label{
	float:left;
	clear:both;
	width:90px;
	text-align:right;
	padding:3px 5px;
}

.ORHL label{ 
	white-space:nowrap;
	float:left;
	clear:both;
	width:90px;
	text-align:right;
	padding:3px 5px;
}

.grey-border-right{ border-right:1px solid #cccccc; }

.logn-input{ width:120px; }

#invalid-key{
	width:23px;
	float:left;
	margin:0 4px 0 0;
	border-width:1px;
	border-style:solid;
	border-color:#cc0000 #ff0000 #ff0000 #ff0000;
}

.sign-in-buttons{ 
	text-align:center;
	margin:12px 0 0 0;
}

.forgot-password{ 
	font-size:.9em; 
	text-align:center;
	margin:12px 0 0 0;
}

.FPWD .forgot-password-section{
	text-align:left;
	width:320px;
	padding:10px;
	border:1px solid #CCC;
	margin:15px auto;
}

.FPWD .fpwd-input,
.CPWD .cpwd-input{
	width:150px;
	margin:2px 3px;
}

.CEML .change-buttons,
.CPWD .change-buttons{
	text-align:right;
}

.CPWD .change-password-section{
	width:300px;
	margin:15px auto 5px;
	padding:10px;
	border:1px solid #CCC;
}

.CPWD label{
	width:110px;
	float:left;
	clear:both;
	text-align:right;
	padding:3px 5px;
}

.CEML .change-emailaddress-section{
	width:350px;
	margin:15px auto 5px;
	padding:10px;
	border:1px solid #CCC;
}

.CEML label{
	width:140px;
	float:left;
	clear:both;
	text-align:right;
	padding:3px 5px;
}

.CEML .oldemailaddress{
	line-height:22px;
}

/*** BASK, OCST, OPAY, OSEL ***/

#basket-contents.non-editable,
#basket-contents.editable,
#order-contents table{
	width:100%;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
}

#basket-contents.non-editable table,
#basket-contents.editable table,
#order-contents table{
	border-collapse:collapse;
}

#basket-contents.non-editable td,
#basket-contents.editable td,
#order-contents td{
	background-color:#eeeeee;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	vertical-align:top;
	padding:6px;
	font:normal 1em Arial, Helvetica, Verdana, sans-serif;
}

#basket-contents table tr.basket-heading td,
#basket-contents table tr.basket-heading td,
#order-contents table tr.heading td{
	background-color:#cccccc;
	color:#333333;
	font-weight:bold;
	text-align:center;
	font-size:1em;
	white-space:nowrap;
}

#basket-contents .basket-qty-input{ width:34px; }

#basket-contents .item-image{
	vertical-align:middle;
}

#basket-contents .item-remove{
	width:8%;
	vertical-align:middle;
}

#basket-contents .item-remove-link{
	margin:auto;
	margin-top:.5em;
	vertical-align:middle;
}

#basket-contents table .basket-heading td.item-name{
	text-align:left;
}

#basket-contents.editable .item-quantity{
	width:13%;
	text-align:center;
	white-space:nowrap;
}

#basket-contents.non-editable .item-quantity{
	width:6%;
	text-align:center;
}

#basket-contents .item-options .item-name{ padding-left:16px; }

#basket-contents.non-editable .item-name{ width:59%; }

#basket-contents.editable .item-name{ width:66%; }
#basket-contents.editable .item-name div.item-name-div{ float:left; }
#basket-contents td.item-name{ text-align:left; }

#basket-contents .item-price{
	width:10%;
	text-align:right;
	white-space:nowrap;
}

#basket-contents .item-total{
	width:10%;
	text-align:right;
}

#basket-contents .custom-field{
	font-size:x-small;
}

#basket-contents .item-discount{
	white-space:nowrap;
	font-size:x-small;
	font-style:italic;
}

#basket-contents .basket-charges .charge-description,
#basket-contents .basket-charges .formatted-charge{
	font-style:italic;
	text-align:right;
	white-space:nowrap;
}

#basket-contents #basket-totals .formatted-total,
#basket-contents #basket-totals .total-prompt,
#basket-contents #basket-remaining .formatted-total,
#basket-contents #basket-remaining .total-prompt{
	font-weight:bold;
	text-align:right;
}

#basket-contents .basket-payments .charge-description,
#basket-contents .basket-payments .formatted-charge{
	font-style:normal;
	text-align:right;
	white-space:nowrap;
}

#basket-contents .item-options td{}

.checkout .item-quantity	{ width:8% !important; }
.checkout .item-name		{ width:64% !important; }

#fields-key{ margin:16px 0; }

.checkout-button{
	margin:12px 0;
	text-align:right;
}

#payment-fields input{
	border-width:1px;
	border-style:solid;
	border-color:#333333 #bbbbbb #bbbbbb #bbbbbb;
	padding:1px 2px;
	font:normal 1em Arial, Helvetica, Verdana, sans-serif;
}

#payment-fields label{
	white-space:nowrap;
	text-align:left;
	padding:3px 5px 3px 0;
	clear:both;
	margin:2px 0 0 0;
}

#payment-fields td{
	padding:0 0 6px 0;
}

#payment-amount-fields {
	display:inline-block;
	vertical-align:top;
}

#shipping-payment .form_row{ margin:10px 0 0 0; }

#shipping-payment label{
	float:left;
	width:65px;
	white-space:nowrap;
	text-align:left;
	padding:3px 5px 3px 0;
	clear:both;
	margin:2px 0 0 0; 
}

.OSEL .continue-button,
.OPAY .continue-button{ 
	margin:0 0 12px 0;
}

.OCST #basket-contents{ margin: 0 0 32px 0; }

.OPAY .fields-key{ margin:0 0 16px 0; }
#payment-fields .form_row{ margin:10px 0 0 0; }

#customer-fields.non-editable{ margin:0 0 32px 0; }
#basket-contents.non-editable{ margin:16px 0 32px 0; }

/*** CTGY, SRCH, PLST, OUS1, OUSM ***/

.category-listing,
.all-products,
.related-products,
.search-results{
	clear:both;
}

.product-item{
	width:50%;
	float:left;
}

.product-item .padding{
	padding:12px;
	margin:12px;
	height:300px;
	border:1px solid #cccccc;
	overflow:hidden;
}
		
.product-next-previous{ 
	clear:both;
	margin:12px 0; 
}

.CTGY .product-details,
.PLST .product-details,
.SRCH .product-details{
	height:245px;
	overflow:hidden;
}

.product-item .product-thumbnail{ 
	margin:0 0 12px 0; 
	text-align:center;
	min-height:144px;
}

.product-item .product-image{
	margin:0 0 12px 0; 
	text-align:center;
	min-height:144px;
}

.product-item .product-thumbnail img{
	vertical-align:middle;
}

.purchase-buttons, .PROD .related-products .purchase-buttons{
	text-align:center;
	margin:16px 0 0 0;
}

.product-descrip{
	margin:6px 0 0 0;
}

.product-discount{
	white-space:nowrap;
	font-size:x-small;
	font-style:italic;
}

.PROD .purchase-buttons{
	text-align:right;
	margin:16px 0 0 0;
}

.PROD .purchase-buttons-spacer{
	margin:5px 0 0 0;
}

.purchase-buttons input.button{
	margin:5px 2px 0;
}

.line-item td.item-buttons{
	white-space:nowrap;
}

.line-item tr.header-row td{ font-weight:bold; }

.thumbnail-not-available{
	display:block;
	width:234px;
	height:144px;
	background:transparent url() no-repeat scroll left top;
	margin:0 auto;
}

.image-not-available{
	display:block;
	width:234px;
	height:144px;
	background:transparent url() no-repeat scroll left top;
	margin:0 auto;
}

.next-previous{ margin:12px 0 0 0; }

.next-button	{ float:right; }
.previous-button{ float:left; }

.search-again{ margin:0 0 16px 0; }

.OUS1 #main-content{
	padding-left:225px;
	padding-right:225px;
}

.upsale-heading{ text-align:center; }

.OUS1 .product-thumbnail{
	margin:12px 0; 
	text-align:left;
	height:116px;
	min-height:116px;
}

.OUS1 .product-description		{ margin:16px 0 0 0; }
.OUS1 .thumbnail-not-available	{ margin:16px auto; }

.OUSM #main-content{ 
	padding-left:160px;
	padding-right:160px;
}

.upsale-batch{
	width:100%;
	padding:2px;
}

.upsale-batch .heading td	{ font-weight:bold; }

.upsale-checkbox{ width:32px; }
.upsale-name{ width:175px; }

.OUS1 .purchase-buttons textarea{
	text-align:center;
	width:390px;
	height:100px;
}

.OUSM .continue-button{ text-align:center; }

.line-item table{ width:100%; }
.line-item table tr.heading td{ font-weight:bold; }
.line-item table td{ 
	padding:2px;
	vertical-align:top;
}

.line-item .item-code{ 
	padding-left:2px;
	padding-right:2px;
}

.line-item .item-price{
	padding-left:2px;
	padding-right:2px;
}

.line-item .item-name{ width:80%; }
.line-item tr.alt_row{ background-color:#f4f4f4; }

#filter-items-container
{
	color: #434343;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
#filter-items-container .per-page
{
	position: relative;
	float:left;
	padding: 0 5px;
	margin-right: 5px;
	height: 22px;
	line-height: 20px;
}
#filter-items-container .per-page label
{
	margin-right: 3px;
}
#filter-items-container .per-page select
{
	padding: 0;
}
#filter-items-container .sorting
{
	position: relative;
	float:left;
	padding: 0 5px;
	height: 22px;
	line-height: 20px;
}
#filter-items-container .sorting label
{
	margin-right: 3px;
}
#filter-items-container .sorting select
{
	padding: 0;
	font-size: 11px;
}

.page-links-previous, .page-links-next
{
	text-decoration: none;
	line-height: 20px;
	padding: 0 8px;
	white-space: nowrap;
	font-weight: bold;
}
.page-links-previous
{
	float: left;
	text-align: right;
}
.page-links-next
{
	float: right;
	text-align: left;
}
.page-links-inactive
{
	text-decoration: none;
	padding: 2px 3px;
}
.page-links-active
{
	color: #434343;
	border-bottom: 2px solid #434343;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 3px;
}
.page-links-deactivated
{
	color: #999;
	text-decoration: none;
}
.page-links-deactivated:hover
{
	color: #999;
	text-decoration: none;
	background: none;
}
.page-disp {
	display: block;
	line-height: 20px;
	float: left;
	text-align: center;
}
.page-links, .page-links a
{
	color: #434343;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
	.page-links
	{
		margin: 0px;
		text-align: right;
		float: right;
	}
	
.page-links-container
{
	text-decoration: none;
	display:block;
	float: right;
}
.page-links-title
{
	margin-top: 3px;
	position: relative;
	display:block;
	float:left;
}

/*** PRODUCT DISPLAY ***/

.product-details-1,
.product-details-2{
	width:50%;
	float:left;
}

.PROD .product-details-1 .product-image{
	border:1px solid #eeeeee;
	width:274px;
	height:274px;
}

.product-image{
	text-align:center;
}

.product-image span{
}

.product-image img{
	vertical-align:middle;
}

.product-quantity-input{
	width:34px;
	margin:0 4px;
}

.related-products{
	clear:both;
	margin:32px 0 16px 0;
}

.product-attributes{
	margin:16px 0;
	text-align:left;
}

.product-attributes td{
	padding:4px 0;
}

.product-attributes td.prompt{
	vertical-align:top;
	text-align:right;
	padding-right:4px;
}

.product-attributes td.field{
	text-align:left;
}

.thumbnails{
	display:block;
	margin:0;
	padding:0;
	width:274px;
}

.thumbnails li{
	display:block;
	float:left;
	margin:4px 4px 0 0;
	padding:0;
	width:42px;
	height:42px;
	text-align:center;
	border:1px solid #eeeeee;
	cursor:pointer;
}

.thumbnails li span{
	display:inline-block;
	height:100%;
	text-align:center;
	vertical-align:middle;
}

.thumbnails li img{
	vertical-align:middle;
}

.swatches{
	display:inline;
	margin:0;
	padding:0;
}

.swatches li{
	display:block;
	float:left;
	margin:4px 4px 0 0;
	padding:0;
	width:50px;
	height:50px;
	text-align:center;
	border:1px solid #eeeeee;
	cursor:pointer;
}

.swatches li span{
	display:inline-block;
	height:100%;
	text-align:center;
	vertical-align:middle;
}

.swatches li img{
	vertical-align:middle;
}

.product-image-margin{
	height:8px;
}

.closeup{
	position:absolute;
	top:75px;
	padding:10px 10px 5px 10px;
	background-color:#ffffff;
	border:1px solid #333333;
	text-align:center;
	display:none;
	z-index:2;
	min-width:274px;
	min-height:274px;
}

.closeup a{
	cursor:pointer;
	margin:5px 0 0 0;
	z-index:2;
}

.closeup_backing{
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#333333;
	opacity:0.75;
	filter:alpha(opacity=75);
	width:100%;
}

/*** INVC ***/

.INVC .order-id,
.ORDS .order-id{
	float:left;
	font-weight:bold;
}

.INVC .order-date,
.ORDS .order-date{
	float:right;
	text-align:right;
}

.INVC .order-date span,
.ORDS .order-date span{
	font-weight:bold; 
}

.INVC h3,
.ORDS h3{ 
	clear:both;
	margin:16px 0 24px 0;
}

/*** PATR ***/

.PATR .continue-button{
	text-align:right;
	margin:12px 0;
}

/*** SMAP ***/

.SMAP h3{
	
}

.SMAP .category{
	width:33%;
	text-align:left;
	float:left;
}

.SMAP .category .padding{
	padding:2px;
}

.SMAP .product{
	width:33%;
	text-align:left;
	float:left;
}

.SMAP .product .padding{ padding:2px; }

/*** ORDH, ORDS ***/

#orderhistory-list table{ 
	border-collapse:collapse;
	margin:0 0 10px 0;
}

#order-contents table{
	width:100%;
}

#order-contents table td, 
#orderhistory-list table td{ 
	vertical-align:top;
}

#orderhistory-list .order-reorder		{ text-align:center; }
#orderhistory-list .order-invoice		{  }
#orderhistory-list .order-description	{ text-align:left; }
#orderhistory-list .order-date			{  }
#orderhistory-list .order-purchased		{ text-align:center; }
#orderhistory-list .order-quantity		{ text-align:center; }
#orderhistory-list .order-status		{ text-align:center; }
#orderhistory-list .order-tracking		{ text-align:left; }
#orderhistory-list .order-total			{ text-align:right; }
#orderhistory-list .order-price			{ text-align:right; }

#orderhistory-list .order-view
{
	vertical-align:middle;
	padding:0 8px;
}

#orderhistory-list tr.heading td { 
	font-weight:bold;
	white-space:nowrap;
}

#orderhistory-list .previous-button{
	width:50%;
	text-align:left;
	float:none;
}

#orderhistory-list .next-button{
	width:50%;
	text-align:right;
	float:none;
}

#order-contents table tr td.order-reorder		{ text-align:center; }
#order-contents table tr td.order-image			{ vertical-align:middle; }
#order-contents table tr td.order-invoice		{  }
#order-contents table tr td.order-description	{ text-align:left; }
#order-contents table tr td.order-date			{ text-align:left }
#order-contents table tr td.order-purchased		{ text-align:center; }
#order-contents table tr td.order-quantity		{ text-align:center; }
#order-contents table tr td.order-status		{ text-align:left; }
#order-contents table tr td.order-tracking		{ text-align:left; }
#order-contents table tr td.order-total			{ text-align:right; }
#order-contents table tr td.order-price			{ text-align:right; }

#order-contents .custom-field{
	font-size:x-small;
}

#order-contents .order-discount{
	white-space:nowrap;
	font-size:x-small;
	font-style:italic;
}

#order-contents table tr td.charge-description,
#order-contents table tr td.charge-fee{
	font-style:italic;
	text-align:right;
}

#order-contents .order-payments .charge-description,
#order-contents .order-payments .charge-fee{
	font-style:normal;
	text-align:right;
	white-space:nowrap;
}

#order-contents table tr td.charge-fee{ text-align:right; }
#order-contents table tr td.formatted-total,
#order-contents table tr td.total-prompt{
	text-align:right;
	font-weight:bold;
}

#customer-fields{
	margin:16px 0;
}

#Order_BillZip{ width:44px; }

.widest{ width:100%; }

.customercredithistory_container table tr td.orderid	{ white-space:nowrap; }
.customercredithistory_container table tr td.amount		{ white-space:nowrap; text-align:right; }
.customercredithistory_container table tr td.dtstamp	{ white-space:nowrap; }

.customer_account_balance_container{
	position:relative;
	text-align:center;
	font-size:18px;
	padding:20px 8px;
	border:1px solid #ccc;
	margin:20px 0;
}

.customer_account_balance{
	color:#199e3d;
}

.customer_account_balance_button_redeem{
	font-size:14px;
}

.giftcertificate_redeem_content{
	position:relative;
	display:block;
	margin-top:10px;
}

.giftcertificate_redeem_giftcertificate_container{
	position:relative;
	display:inline-block;
}

.giftcertificate_redeem_giftcertificate_title{
	position:relative;
	display:block;
	margin-bottom:5px;
	font-weight:bold;
}

.giftcertificate_redeem_giftcertificate_content{
	position:relative;
	display:block;
}

.giftcertificate_redeem_giftcertificate_code{
	width:200px;
}

.giftcertificate_redeem_currentbalance_container{
	position:relative;
	float:right;
}

.wishlists_search_container{
	margin:5px 0;
	text-align:right;
}

.wishlists_actions_container{
	margin-right:8px;
}

.wishlists_container{
	margin:15px 0 0;
	text-align:center;
}

.wishlists_empty{
	font-size:16px;
	color:#666;
}

.wishlists_container table{
	text-align:left;
}

.wishlists_container table tr td.title	{ white-space:nowrap; }
.wishlists_container table tr td.name	{ white-space:nowrap; }

.wishlistitems_empty{
	text-align:center;
	font-size:16px;
	color:#666;
}

.wishlistitems_container table{
	width:100%;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	border-collapse:collapse;
}

.wishlistitems_container table tr td{
	background-color:#eeeeee;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	vertical-align:top;
	padding:6px;
	font:normal 1em Arial, Helvetica, Verdana, sans-serif;
}

.wishlistitems_container table tr.heading td{
	background-color:#cccccc;
	color:#333333;
	font-weight:bold;
	text-align:center;
	font-size:1em;
	white-space:nowrap;
}

.wishlistitems_container .item-preview{
	width:8%;
	vertical-align:top;
}

.wishlistitems_container .note{
	display:block;
	color:#666;
	font-style:italic;
	margin-top:4px;
}

.wishlistitems_container .edit{
	display:inline-block;
	margin-top:12px;
}

.wishlistitems_container .qty-input{
	width:34px;
}

.wishlistitems_container .editable_note_container{
	padding-right:10px;
}

.wishlistitems_container .editable_note{
	margin:0;
	width:100%;
	height:75px;
	padding:4px;
}

.wishlistitems_container select.wishlist_move{
	max-width:120px;
}

.wishlistitems_container table tr.alt_row td{
  background:#e3e3e3;
}

.wishlistitems_container table tr.heading td.item-name { text-align:left; }

.wishlistitems_container table tr td.item-move		{ white-space:nowrap; text-align:center; }
.wishlistitems_container table tr td.item-quantity	{ white-space:nowrap; text-align:center; }
.wishlistitems_container table tr td.item-action	{ text-align:center; }
.wishlistitems_container table tr td.item-price		{ width:10%; text-align:right; }

.wishlistitems_container table tr td.item-name table{
	border-collapse:collapse;
	border:none;
}

.wishlistitems_container table tr td.item-name table tr td{
	border:none;
	padding:0;
}

.wishlistitems_container .item-discount{
	white-space:nowrap;
	font-size:x-small;
	font-style:italic;
}

.wishlistitems_container .item-option{
	padding-left:16px;
}

#wishlist-fields .prompt{
	display:inline-block;
	vertical-align:top;
	padding:2px 5px 3px 0;
	text-align:right;
	width:75px;
}

#wishlist-fields .field{
	display:inline-block;
	vertical-align:top;
	width:256px;
	text-align:left;
}

#wishlist-fields .form_row .textfield,
#wishlist-fields .form_row .textarea{
	width:250px;
	padding:1px 2px;
}

#wishlist-fields .form_row .textarea{
	height:50px;
}

.action_all_container{
	margin-top:10px;
	text-align:right;
}

CSSUI: Edit Page: WLAD: Wish List Fields

Original File
New File
new template
<div id="fields-key">
	<div><span class="required">Bold</span> = Required</div>
	<div><span class="italic">Italic</span> = Optional</div>
	<mvt:if expr="g.Error_Message_Count">
	<div><span class="red">Red</span> = Invalid</div>
	</mvt:if>
</div>

<div class="&mvte:global:WishList_Title_Row;">
	<span class="prompt">
		<label for="WishList_Title" class="prompt required">Title:</label>
	</span>
	<span class="field">
		<input type="text" name="WishList_Title" id="WishList_Title" value="&mvte:global:WishList_Title;" class="textfield" />
	</span>
</div>

<div class="&mvte:global:WishList_Notes_Row;">
	<span class="prompt">
		<label for="WishList_Notes" class="prompt italic">Notes:</label>
	</span>
	<span class="field">
		<textarea name="WishList_Notes" id="WishList_Notes" class="textarea">&mvte:global:WishList_Notes;</textarea>
	</span>
</div>

<div class="&mvte:global:WishList_Shared_Row;">
	<span class="prompt"></span>
	<span class="field">
		<label>
		<mvt:if expr="g.WishList_Shared">
			<input type="checkbox" name="WishList_Shared" id="WishList_Shared" value="Yes" checked />
		<mvt:else>
			<input type="checkbox" name="WishList_Shared" id="WishList_Shared" value="Yes" />
		</mvt:if>

		Public</label>
	</span>
</div>

CSSUI: Edit Page: WLED: Wish List Fields

Original File
New File
new template
<div id="fields-key">
	<div><span class="required">Bold</span> = Required</div>
	<div><span class="italic">Italic</span> = Optional</div>
	<mvt:if expr="g.Error_Message_Count">
	<div><span class="red">Red</span> = Invalid</div>
	</mvt:if>
</div>

<input type="hidden" name="WishList_ID" value="&mvte:global:WishList_ID;" />

<div class="&mvte:global:WishList_Title_Row;">
	<span class="prompt">
		<label for="WishList_Title" class="prompt required">Title:</label>
	</span>
	<span class="field">
		<input type="text" name="WishList_Title" id="WishList_Title" value="&mvte:global:WishList_Title;" class="textfield" />
	</span>
</div>

<div class="&mvte:global:WishList_Notes_Row;">
	<span class="prompt">
		<label for="WishList_Notes" class="prompt italic">Notes:</label>
	</span>
	<span class="field">
		<textarea name="WishList_Notes" id="WishList_Notes" class="textarea">&mvte:global:WishList_Notes;</textarea>
	</span>
</div>

<div class="&mvte:global:WishList_Shared_Row;">
	<span class="prompt"></span>
	<span class="field">
		<label>
		<mvt:if expr="g.WishList_Shared">
			<input type="checkbox" name="WishList_Shared" id="WishList_Shared" value="Yes" checked />
		<mvt:else>
			<input type="checkbox" name="WishList_Shared" id="WishList_Shared" value="Yes" />
		</mvt:if>

		Public</label>
	</span>
</div>

CSSUI: User Interface: Settings: CSSUI Head Tag Content/CSS

Original File
New File

<mvt:item name="prodctgy_meta" param="combined" />

Important: The prodctgy_meta item needs to be assigned to all pages except email templates and batch reports.

CSSUI: Edit Page: WISH: Wish List Items

Original File
New File
new template
<mvt:if expr="l.settings:wishlistitems:total_count EQ 0">
	<div class="wishlistitems_container wishlistitems_empty">This wish list is empty</div>
	<mvt:exit />
</mvt:if>

<div class="wishlistitems_container">
	<div id="filter-items-container">
		<mvt:if expr="l.settings:wishlistitems:total_count GT 1">
			<div class="per-page">
				<form method="get" action="&mvte:urls:_self:auto;">
					<input type="hidden" name="Screen" value="&mvte:global:Screen;" />
					<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
					<input type="hidden" name="Sort_By" value="&mvte:global:Sort_By;" />
					<input type="hidden" name="WishList_ID" value="&mvte:global:WishList_ID;" />
					<label for="Per_Page">View:</label>
					<select name="Per_Page" id="Per_Page" onchange="this.form.submit();">
						<mvt:if expr="g.Per_Page EQ 10">
							<option value="10" selected="selected">10</option>
						<mvt:else>
							<option value="10">10</option>
						</mvt:if>
						<mvt:if expr="g.Per_Page EQ 20">
							<option value="20" selected="selected">20</option>
						<mvt:else>
							<option value="20">20</option>
						</mvt:if>
						<mvt:if expr="g.Per_Page EQ 40">
							<option value="40" selected="selected">40</option>
						<mvt:else>
							<option value="40">40</option>
						</mvt:if>
						<mvt:if expr="g.Per_Page EQ -1">
							<option value="-1" selected="selected">All</option>
						<mvt:else>
							<option value="-1">All</option>
						</mvt:if>
					</select>
					<noscript><input type="submit" value="go"></noscript>
				</form>
			</div>
		</mvt:if>

		<mvt:if expr="l.settings:wishlistitems:page_links:last_page GT 1">
			<div class="page-links">
				<span class="page-links-title">Page(s):</span>
				<span class="page-links-container">
					<mvt:if expr="l.settings:wishlistitems:page_links:current_page NE 1">
						<a href="&mvte:urls:_self:auto_sep;&mvte:wishlistitems:page_links:prev_link_params;" class="page-links-previous"><</a>
					<mvt:else>
						<span class="page-links-previous page-links-deactivated"><</span>
					</mvt:if>
					<mvt:if expr="l.settings:wishlistitems:page_links:current_page NE l.settings:wishlistitems:page_links:last_page">
						<a href="&mvte:urls:_self:auto_sep;&mvte:wishlistitems:page_links:next_link_params;" class="page-links-next">></a>
					<mvt:else>
						<span class="page-links-next page-links-deactivated">></span>
					</mvt:if>
					<span class="page-disp">
						<mvt:if expr="NOT l.settings:wishlistitems:page_links:contains_first">
							<a href="&mvte:urls:_self:auto_sep;&mvte:wishlistitems:page_links:first_link_params;" class="page-links-inactive">1</a>...
						</mvt:if>
						<mvt:foreach iterator="pages" array="wishlistitems:page_links:pages">
							<mvt:if expr="l.settings:wishlistitems:page_links:current_page EQ l.settings:pages:page_num">
								<span class="page-links-active">&mvte:pages:page_num;</span>
							<mvt:else>
								<a href="&mvte:urls:_self:auto_sep;&mvte:pages:link_params;" class="page-links-inactive">&mvte:pages:page_num;</a>
							</mvt:if>
						</mvt:foreach>
						<mvt:if expr="NOT l.settings:wishlistitems:page_links:contains_last">
							...<a href="&mvte:urls:_self:auto_sep;&mvte:wishlistitems:page_links:last_link_params;" class="page-links-inactive">&mvte:wishlistitems:page_links:last_page;</a>
						</mvt:if>
					</span>
				</span>
			</div>
		</mvt:if>
	</div>

	<div class="clear"></div>

	<mvt:if expr="( l.settings:wishlistitems:wishlist:cust_id EQ g.Basket:cust_id ) AND ( NOT ISNULL g.Edit_Wish )">
		<form name="edit_wish" method="post" action="&mvte:urls:_self:secure;">
		<input type="hidden" name="Action" value="UPWL" />
		<input type="hidden" name="Sort_By" value="&mvte:global:Sort_By;" />
		<input type="hidden" name="Offset" value="&mvte:global:PrevOffset;" />
		<input type="hidden" name="Per_Page" value="&mvte:global:Per_Page;" />
		<input type="hidden" name="WishList_ID" value="&mvte:global:WishList_ID;" />
		<input type="hidden" name="Wish_ID" value="&mvte:global:Edit_Wish;" />
	</mvt:if>

	<table>
		<tr class="heading">
			<td class="item-name">Item</td>
			<td class="item-quantity">Qty.</td>
			<td class="item-price">Price</td>
			<td class="item-action"> </td>
		</tr>

		<mvt:foreach iterator="wishlistitem" array="wishlistitems:items">
			<mvt:if expr = "l.pos1 MOD 2">
				<tr class="alt_row">
			<mvt:else>
				<tr>
			</mvt:if>
				<td class="item-name">
					<table>
						<tr>
							<td width="100%">
								&mvt:wishlistitem:product:name; -
								<a href="&mvte:wishlistitem:product:link;">&mvt:wishlistitem:product:code;</a>
								<mvt:foreach iterator="option" array="wishlistitem:product:options">
									<div class="item-option">
										<mvt:if expr="l.settings:option:option_id">
											&mvt:option:attr_code;: &mvt:option:opt_code;
										<mvt:elseif expr="NOT ISNULL l.settings:option:data">
											&mvt:option:attr_code;: &mvt:option:data;
										<mvt:elseif expr="NOT ISNULL l.settings:option:data_long">
											&mvt:option:attr_code;: &mvt:option:data_long;
										<mvt:else>
											&mvt:option:attr_code;
										</mvt:if>
									</div>
								</mvt:foreach>
							</td>
							<td nowrap>
								<mvt:if expr="( l.settings:wishlistitems:wishlist:cust_id EQ g.Basket:cust_id ) AND ( g.Edit_Wish EQ l.settings:wishlistitem:id ) AND ( l.settings:customerwishlists:wishlist_count GT 1 )">
									<select class="wishlist_move" onchange="document.forms.edit_wish.elements.Action.value='MPWL'; document.forms.edit_wish.elements.WishList_ID.value=this.value; document.forms.edit_wish.submit();">
										<option value="">Move</option>
										
										<mvt:foreach iterator="wishlist" array="customerwishlists:wishlists">
											<option value="&mvte:wishlist:id;">&mvte:wishlist:title;</option>
										</mvt:foreach>
									</select>
								<mvt:else>
									<span style="color: #666;">Added: &mvt:wishlistitem:formatted_dtadded_date;</span>
								</mvt:if>
							</td>
						</tr>
						<mvt:if expr="( l.settings:wishlistitems:wishlist:cust_id EQ g.Basket:cust_id ) AND ( g.Edit_Wish EQ l.settings:wishlistitem:id )">
							<tr>
								<td width="100%" colspan="2">
									<div style="margin-top: 10px;">Notes:</div>
									<div class="editable_note_container">
										<textarea class="editable_note" name="Notes">&mvte:wishlistitem:notes;</textarea>
									</div>
								</td>
							</tr>
						<mvt:elseif expr="NOT ISNULL l.settings:wishlistitem:notes">
							<tr>
								<td width="100%" colspan="2">
									<span class="note">Notes: &mvte:wishlistitem:notes;</span>
								</td>
							</tr>
						</mvt:if>

						<mvt:if expr="l.settings:wishlistitems:wishlist:cust_id EQ g.Basket:cust_id">
							<tr>
								<td width="100%">
									<mvt:if expr="g.Edit_Wish NE l.settings:wishlistitem:id">
										<a class="edit" href="&mvte:urls:_self:auto_sep;WishList_ID=&mvta:global:WishList_ID;&Edit_Wish=&mvta:wishlistitem:id;&Offset=&mvta:global:Offset;&Sort_By=&mvte:global:Sort_By;&Per_Page=&mvte:global:Per_Page">Edit comment, quantity, & wish list</a>
									</mvt:if>
								</td>
								<td nowrap align="right">
									<mvt:if expr="g.Edit_Wish EQ l.settings:wishlistitem:id">
										<a class="edit" href="&mvte:urls:_self:auto_sep;WishList_ID=&mvta:global:WishList_ID;&Offset=&mvta:global:Offset;&Sort_By=&mvte:global:Sort_By;&Per_Page=&mvte:global:Per_Page;">Cancel</a>
									<mvt:else>
										<a class="edit" href="&mvte:urls:_self:auto_sep;Action=RMWL&WishList_ID=&mvta:global:WishList_ID;&Wish_ID=&mvta:wishlistitem:id;&Offset=&mvta:global:Offset;">Remove</a>
									</mvt:if>
								</td>
							</tr>
						</mvt:if>
					</table>
				</td>
				<td class="item-quantity">
					<mvt:if expr="( l.settings:wishlistitems:wishlist:cust_id EQ g.Basket:cust_id ) AND ( g.Edit_Wish EQ l.settings:wishlistitem:id )">
						<input type="text" name="Quantity" class="textfield qty-input small" value="&mvte:wishlistitem:quantity;" />
					<mvt:else>
						&mvte:wishlistitem:quantity;
					</mvt:if>
				</td>
				<td class="item-price">
					<span style="text-decoration: line-through"></span>

					<span class="bold">&mvt:wishlistitem:product:formatted_base_price;</span>
				</td>
				<td class="item-action">
					<mvt:if expr="( l.settings:wishlistitems:wishlist:cust_id EQ g.Basket:cust_id ) AND ( g.Edit_Wish EQ l.settings:wishlistitem:id )">
						<mvt:item name="buttons" param="Update" />
					<mvt:elseif expr="( ISNULL g.Edit_Wish ) OR ( l.settings:wishlistitems:wishlist:cust_id NE g.Basket:cust_id )">
						<mvt:if expr="l.settings:wishlistitem:product:inv_level EQ 'out'">
							<span class="grey">
								<mvt:if expr="l.settings:wishlistitem:product:inv_active">
								&mvt:wishlistitem:product:inv_short;
								</mvt:if>
							</span>
						<mvt:else>
							<form method="post" action="&mvte:urls:BASK:secure;">
								<input type="hidden" name="Action" value="AFWL" />
								<input type="hidden" name="Wish_ID" value="&mvte:wishlistitem:id;" />
								<input type="hidden" name="Quantity" value="&mvte:wishlistitem:quantity;" />
								<mvt:item name="buttons" param="AddToBasketL" />
							</form>
						</mvt:if>
					</mvt:if>
				</td>
			</tr>
		</mvt:foreach>
	</table>

	<mvt:if expr="( l.settings:wishlistitems:wishlist:cust_id EQ g.Basket:cust_id ) AND ( NOT ISNULL g.Edit_Wish )">
		</form>
	</mvt:if>

	<mvt:if expr="NOT l.settings:wishlistitems:page_disp_count GT 0">
		<mvt:if expr="( g.Offset OR g.NextOffset ) AND ( l.settings:wishlistitems:per_page NE 0 )">
			<div class="next-previous">
				<div class="previous-button">
					<mvt:if expr="g.Offset EQ 0">
						 
					<mvt:else>
						<form method="post" action="&mvte:urls:_self:auto;" />
							<input type="hidden" name="Sort_By" value="&mvte:global:Sort_By;" />
							<input type="hidden" name="Offset" value="&mvte:global:PrevOffset;" />
							<input type="hidden" name="Per_Page" value="&mvte:global:Per_Page;" />
							<input type="hidden" name="WishList_ID" value="&mvte:global:WishList_ID;" />
							<mvt:item name="buttons" param="Previous" />
						</form>
					</mvt:if>
				</div>
				<div class="next-button">
					<mvt:if expr="g.NextOffset EQ 0">
						 
					<mvt:else>
						<form method="post" action="&mvte:urls:_self:auto;">
							<input type="hidden" name="Sort_By" value="&mvte:global:Sort_By;" />
							<input type="hidden" name="Offset" value="&mvte:global:NextOffset;" />
							<input type="hidden" name="Per_Page" value="&mvte:global:Per_Page;" />
							<input type="hidden" name="WishList_ID" value="&mvte:global:WishList_ID;" />
							<mvt:item name="buttons" param="Next" />
						</form>
					</mvt:if>
				</div>
			</div>
	
			<div class="clear"></div>
		</mvt:if>
	</mvt:if>
</div>

CSSUI: Edit Page: BASK: Basket Contents

Original File
New File
<mvt:if expr="l.settings:basket:empty">
Your shopping basket is currently empty.
<p><mvt:item name="cssui_links" param="storefront">Home</mvt:item></p>
<mvt:exit />
</mvt:if>
<table>
	<tr class="basket-heading">
		<td class="item-remove"> </td>
		<td class="item-name">Item</td>
		<td class="item-quantity">Qty.</td>
		<td class="item-price">Item Price</td>
		<td class="item-total">Total Price</td>
	</tr>
	<mvt:foreach iterator="group" array="basket:groups">
	<tr>
		<mvt:if expr="l.settings:group:option_count">
			<mvt:assign name="l.settings:rowspan" value="l.settings:group:option_count + 1" />
		<mvt:else>
			<mvt:assign name="l.settings:rowspan" value="1" />
		</mvt:if>

		<td class="item-remove" rowspan="&mvt:rowspan;">
			<form method="post" action="&mvt:global:sessionurl;Screen=BASK">
			<input type="hidden" name="Action" value="RGRP" />
			<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
			<input type="hidden" name="Basket_Group" value="&mvte:group:group_id;" />
			<input type="hidden" name="Offset" value="&mvte:global:Offset;" />
			<input type="hidden" name="AllOffset" value="&mvte:global:AllOffset;" />
			<input type="hidden" name="CatListingOffset" value="&mvte:global:CatListingOffset;" />
			<input type="hidden" name="RelatedOffset" value="&mvte:global:RelatedOffset;" />
			<input type="hidden" name="SearchOffset" value="&mvte:global:SearchOffset;" />
			<mvt:item name="buttons" param="Remove" />
			</form>
		</td>
		<td class="item-name">
			<div class="special-offer"><mvt:if expr="l.settings:group:upsold">(Special Offer)</mvt:if></div>
			<div class="item-name">&mvt:group:name; - 
			<span class="item-code">
				<a href="&mvt:global:sessionurl;Screen=PROD&Store_Code=&mvta:global:Store_Code;&Product_Code=&mvta:group:code;">&mvt:group:code;</a>
				<mvt:foreach iterator="discount" array="group:discounts">
					<mvt:if expr="l.settings:discount:display">
						<div class="item-discount">&mvt:discount:descrip;: &mvt:discount:formatted_discount;</div>
					</mvt:if>
				</mvt:foreach>
			</span>
			</div>
		</td>
		<td class="item-quantity">
			<mvt:if expr="l.settings:group:upsold">
			&mvt:group:quantity;
			<mvt:else>
			<form method="post" action="&mvt:global:sessionurl;Screen=BASK">
			<input type="hidden" name="Action" value="QTYG" />
			<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
			<input type="hidden" name="Basket_Group" value="&mvte:group:group_id;" />
			<input type="hidden" name="Old_Screen" value="BASK" />
			<input type="hidden" name="Offset" value="&mvte:global:Offset;" />
			<input type="hidden" name="AllOffset" value="&mvte:global:AllOffset;" />
			<input type="hidden" name="CatListingOffset" value="&mvte:global:CatListingOffset;" />
			<input type="hidden" name="RelatedOffset" value="&mvte:global:RelatedOffset;" />
			<input type="hidden" name="SearchOffset" value="&mvte:global:SearchOffset;" />
			<input type="text" name="Quantity" class="textfield basket-qty-input small" value="&mvt:group:quantity;" />
			<mvt:item name="buttons" param="Update" />
			</form>
			</mvt:if>
		</td>
		<td class="item-price">
			&mvt:group:formatted_base_price;
		</td>
		<td class="item-total">
			<mvt:if expr="l.settings:group:subtotal_base_price NE l.settings:group:subtotal">
				<span style="text-decoration: line-through;">&mvt:group:formatted_subtotal_base_price;</span>
			</mvt:if>
			&mvt:group:formatted_subtotal;
		</td>
	</tr>
	<mvt:foreach iterator="option" array="group:options">
	<tr class="item-options">
		<td class="item-name">
			<mvt:if expr="l.settings:option:option_id">
				&mvt:option:attr_code;: &mvt:option:opt_code;
			<mvt:elseif expr="NOT ISNULL l.settings:option:data">
				&mvt:option:attr_code;: &mvt:option:data;
			<mvt:elseif expr="NOT ISNULL l.settings:option:data_long">
				&mvt:option:attr_code;: &mvt:option:data_long;
			<mvt:else>
				&mvt:option:attr_code;
			</mvt:if>
			<mvt:foreach iterator="discount" array="option:discounts">
				<mvt:if expr="l.settings:discount:display">
					<div class="item-discount">&mvt:discount:descrip;: &mvt:discount:formatted_discount;</div>
				</mvt:if>
			</mvt:foreach>
		</td>
		<td class="item-quantity"> </td>
		<td class="item-price">
			<mvt:if expr="l.settings:option:base_price">
				&mvt:option:formatted_base_price;
			<mvt:else>
				 
			</mvt:if>
		</td>
		<td class="item-total">
			<mvt:if expr="l.settings:option:subtotal_base_price OR l.settings:option:subtotal">
				<mvt:if expr="l.settings:option:subtotal_base_price NE l.settings:option:subtotal">
					<span style="text-decoration: line-through;">&mvt:option:formatted_subtotal_base_price;</span>
				</mvt:if>
				&mvt:option:formatted_subtotal;
			<mvt:else>
				 
			</mvt:if>
		</td>
	</tr>
	</mvt:foreach>
	</mvt:foreach>
	<mvt:foreach iterator="charge" array="basket:charges">
	<tr class="basket-charges">
		<td colspan="3"> </td>
		<td class="charge-description">&mvt:charge:descrip;:</td>
		<td class="formatted-charge">&mvt:charge:formatted_disp_amt;</td>
	</tr>
	</mvt:foreach>
	<tr id="basket-totals">
		<td colspan="3">
			 
		</td>
		<td class="total-prompt">Total:</td>
		<td class="formatted-total">&mvt:basket:formatted_total;</td>
	</tr>
</table>
<div class="clear"></div>
<mvt:if expr="l.settings:basket:empty">
Your shopping basket is currently empty.
<p><mvt:item name="cssui_links" param="storefront">Home</mvt:item></p>
<mvt:exit />
</mvt:if>
<table>
	<tr class="basket-heading">
		<td class="item-name">Item</td>
		<td class="item-quantity">Qty.</td>
		<td class="item-price">Item Price</td>
		<td class="item-total">Total Price</td>
	</tr>
	<mvt:foreach iterator="group" array="basket:groups">
	<tr>
		<mvt:if expr="l.settings:group:option_count">
			<mvt:assign name="l.settings:rowspan" value="l.settings:group:option_count + 2" />
		<mvt:else>
			<mvt:assign name="l.settings:rowspan" value="2" />
		</mvt:if>

		<td class="item-name">
			<div class="special-offer"><mvt:if expr="l.settings:group:upsold">(Special Offer)</mvt:if></div>
			<div class="item-name">&mvt:group:name; - 
			<span class="item-code">
				<a href="&mvte:group:link;">&mvt:group:code;</a>
				<mvt:foreach iterator="discount" array="group:discounts">
					<mvt:if expr="l.settings:discount:display">
						<div class="item-discount">&mvt:discount:descrip;: &mvt:discount:formatted_discount;</div>
					</mvt:if>
				</mvt:foreach>
			</span>
			</div>
		</td>
		<td class="item-quantity">
			<mvt:if expr="l.settings:group:upsold">
			&mvt:group:quantity;
			<mvt:else>
			<form method="post" action="&mvte:urls:BASK:auto;">
			<input type="hidden" name="Action" value="QTYG" />
			<input type="hidden" name="Basket_Group" value="&mvte:group:group_id;" />
			<input type="hidden" name="Old_Screen" value="BASK" />
			<input type="hidden" name="Offset" value="&mvte:global:Offset;" />
			<input type="hidden" name="AllOffset" value="&mvte:global:AllOffset;" />
			<input type="hidden" name="CatListingOffset" value="&mvte:global:CatListingOffset;" />
			<input type="hidden" name="RelatedOffset" value="&mvte:global:RelatedOffset;" />
			<input type="hidden" name="SearchOffset" value="&mvte:global:SearchOffset;" />
			<input type="text" name="Quantity" class="textfield basket-qty-input small" value="&mvt:group:quantity;" />
			<mvt:item name="buttons" param="Update" />
			</form>
			</mvt:if>
		</td>
		<td class="item-price">
			&mvt:group:formatted_base_price;
		</td>
		<td class="item-total">
			<mvt:if expr="l.settings:group:subtotal_base_price NE l.settings:group:subtotal">
				<span style="text-decoration: line-through;">&mvt:group:formatted_subtotal_base_price;</span>
			</mvt:if>
			&mvt:group:formatted_subtotal;
		</td>
	</tr>
	<mvt:foreach iterator="option" array="group:options">
	<tr class="item-options">
		<td class="item-name">
			<mvt:if expr="l.settings:option:option_id">
				&mvt:option:attr_code;: &mvt:option:opt_code;
			<mvt:elseif expr="NOT ISNULL l.settings:option:data">
				&mvt:option:attr_code;: &mvt:option:data;
			<mvt:elseif expr="NOT ISNULL l.settings:option:data_long">
				&mvt:option:attr_code;: &mvt:option:data_long;
			<mvt:else>
				&mvt:option:attr_code;
			</mvt:if>
			<mvt:foreach iterator="discount" array="option:discounts">
				<mvt:if expr="l.settings:discount:display">
					<div class="item-discount">&mvt:discount:descrip;: &mvt:discount:formatted_discount;</div>
				</mvt:if>
			</mvt:foreach>
		</td>
		<td class="item-quantity"> </td>
		<td class="item-price">
			<mvt:if expr="l.settings:option:base_price">
				&mvt:option:formatted_base_price;
			<mvt:else>
				 
			</mvt:if>
		</td>
		<td class="item-total">
			<mvt:if expr="l.settings:option:subtotal_base_price OR l.settings:option:subtotal">
				<mvt:if expr="l.settings:option:subtotal_base_price NE l.settings:option:subtotal">
					<span style="text-decoration: line-through;">&mvt:option:formatted_subtotal_base_price;</span>
				</mvt:if>
				&mvt:option:formatted_subtotal;
			<mvt:else>
				 
			</mvt:if>
		</td>
	</tr>
	</mvt:foreach>
	<tr class="item-options">
		<td class="item-name">
			<a href="&mvte:urls:BASK:auto_sep;Action=RGRP&Basket_Group=&mvta:group:group_id;&Offset=&mvta:global:Offset;&AllOffset=&mvta:global:AllOffset;&CatListingOffset=&mvta:global:CatListingOffset;&RelatedOffset=&mvta:global:RelatedOffset;&SearchOffset=&mvta:global:SearchOffset;">Remove</a>
			<mvt:if expr="l.settings:group:product:id">
				<span class="grey">|</span>
				<a href="&mvte:urls:WISH:secure_sep;Action=MPWL&Group_ID=&mvta:group:group_id;">Move To Wish List</a>
			</mvt:if>
		</td>
		<td class="item-quantity"> </td>
		<td class="item-price"> </td>
		<td class="item-total"> </td>
	</tr>
	</mvt:foreach>
	<mvt:foreach iterator="charge" array="basket:charges">
	<tr class="basket-charges">
		<td colspan="2"> </td>
		<td class="charge-description">&mvt:charge:descrip;:</td>
		<td class="formatted-charge">&mvt:charge:formatted_disp_amt;</td>
	</tr>
	</mvt:foreach>
	<tr id="basket-totals">
		<td colspan="2">
			 
		</td>
		<td class="total-prompt">Total:</td>
		<td class="formatted-total">&mvt:basket:formatted_total;</td>
	</tr>
</table>
<div class="clear"></div>

CSSUI: User Interface: Settings: Global Header & Footer: Global Header

Original File
New File
<mvt:if expr = "g.Maintenance_Warning_Message">
<div id="maintenance">&mvte:global:Maintenance_Warning_Message;</div>
</mvt:if>
<div id="search">
	<form method="post" action="&mvte:global:sessionurl;Screen=SRCH">
	<input type="hidden" name="Store_Code" value="&mvte:store:code;" />
	<input type="text" name="Search" id="searchfield" value="&mvte:global:Search;" class="textfield" />
	<mvt:item name="buttons" param="Search" />
	</form>
</div>
<div id="header-links"><mvt:item name="customerlink" /><mvt:item name="affiliatelink" /><span class="grey">|</span>
<mvt:if expr="g.Basket:cust_id">
<mvt:item name="cssui_links" param="orderhistory">Order History</mvt:item></div>
<mvt:else>
<mvt:item name="cssui_links" param="orderhistory_login">Order History</mvt:item></div>
</mvt:if>
<div id="logo"><mvt:item name="cssui_links" param="storefront"></mvt:item></div>
<mvt:if expr = "g.Maintenance_Warning_Message">
<div id="maintenance">&mvte:global:Maintenance_Warning_Message;</div>
</mvt:if>
<div id="search">
	<form method="post" action="&mvte:urls:SRCH:rr;">
	<input type="text" name="Search" id="searchfield" value="&mvte:global:Search;" class="textfield" />
	<mvt:item name="buttons" param="Search" />
	</form>
</div>
<div id="header-links"><mvt:item name="customerlink" /><mvt:item name="affiliatelink" /><span class="grey">|</span>
<mvt:if expr="g.Basket:cust_id">
<mvt:item name="cssui_links" param="orderhistory">Order History</mvt:item>
<mvt:else>
<mvt:item name="cssui_links" param="orderhistory_login">Order History</mvt:item>
</mvt:if>
<span class="grey">|</span>
<mvt:item name="cssui_links" param="wishlist">Wish List</mvt:item></div>

<div id="logo"><mvt:item name="cssui_links" param="storefront"></mvt:item></div>

CSSUI: Edit Page: INVC: Customer Information

Original File
New File
<div id="customer-fields" class="non-editable">
<div id="ship-to">
<h2 class="fields-heading">
Ship To:
</h2>
<div id="ship-to-fields">
<div class="form_row">
<label>Name:</label>
<div>
<mvt:if expr="l.settings:order:ship_fname OR l.settings:ship_lname">
&mvte:order:ship_fname; &mvte:order:ship_lname;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Email Address:</label>
<div>
<mvt:if expr="l.settings:order:ship_email">
&mvte:order:ship_email;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Phone Number:</label>
<div>
<mvt:if expr="l.settings:order:ship_phone">
&mvte:order:ship_phone;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Fax Number:</label>
<div>
<mvt:if expr="l.settings:order:ship_fax">
&mvte:order:ship_fax;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Company:</label>
<div>
<mvt:if expr="l.settings:order:ship_comp">
&mvte:order:ship_comp;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Address:</label>
<div>
<mvt:if expr="l.settings:order:ship_addr1 OR l.settings:order:ship_addr2 OR l.settings:order:ship_city OR l.settings:order:ship_state OR l.settings:order:ship_zip OR l.settings:order:ship_cntry">
&mvte:order:ship_addr1;<br />
&mvte:order:ship_addr2;<br />
<mvt:if expr="( NOT ISNULL l.settings:order:ship_city ) AND ( NOT ISNULL l.settings:order:ship_state )">
	&mvte:order:ship_city;,
<mvt:else>
	&mvte:order:ship_city;
</mvt:if>
&mvte:order:ship_state;
&mvte:order:ship_zip;
<br /> &mvte:order:ship_cntry;
<mvt:else>
 
</mvt:if>
</div>
</div>
</div>
</div>
<div id="bill-to">
<h2 class="fields-heading">
Bill To:
</h2>
<div id="bill-to-fields">
<div class="form_row">
<label>Name:</label>
<div>
<mvt:if expr="l.settings:order:bill_fname OR l.settings:order:bill_lname">
&mvte:order:bill_fname; &mvte:order:bill_lname;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Email Address:</label>
<div>
<mvt:if expr="l.settings:order:bill_email">
&mvte:order:bill_email;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Phone Number:</label>
<div>
<mvt:if expr="l.settings:order:bill_phone">
&mvte:order:bill_phone;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Fax Number:</label>
<div>
<mvt:if expr="l.settings:order:bill_fax">
&mvte:order:bill_fax;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Company:</label>
<div>
<mvt:if expr="l.settings:order:bill_comp">
&mvte:order:bill_comp;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Address:</label>
<div>
<mvt:if expr="l.settings:order:bill_addr1 OR l.settings:order:bill_addr2 OR l.settings:order:bill_city OR l.settings:order:bill_state OR l.settings:order:bill_zip OR l.settings:order:bill_cntry">
&mvte:order:bill_addr1;<br />
&mvte:order:bill_addr2; <br />
<mvt:if expr="( NOT ISNULL l.settings:order:bill_city ) AND ( NOT ISNULL l.settings:order:bill_state )">
	&mvte:order:bill_city;,
<mvt:else>
	&mvte:order:bill_city;
</mvt:if>
&mvte:order:bill_state;
&mvte:order:bill_zip;<br /> &mvte:order:bill_cntry;
<mvt:else>
 
</mvt:if>
</div>
</div>
</div>
</div>
</div>
<div class="clear"></div>
<div id="customer-fields" class="non-editable">
<div id="ship-to">
<h2 class="fields-heading">
Ship To:
</h2>
<div id="ship-to-fields">
<div class="form_row">
<label>Name:</label>
<div>
<mvt:if expr="l.settings:order:ship_fname OR l.settings:ship_lname">
&mvte:order:ship_fname; &mvte:order:ship_lname;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Email Address:</label>
<div>
<mvt:if expr="l.settings:order:ship_email">
&mvte:order:ship_email;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Phone Number:</label>
<div>
<mvt:if expr="l.settings:order:ship_phone">
&mvte:order:ship_phone;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Fax Number:</label>
<div>
<mvt:if expr="l.settings:order:ship_fax">
&mvte:order:ship_fax;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Company:</label>
<div>
<mvt:if expr="l.settings:order:ship_comp">
&mvte:order:ship_comp;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Address:</label>
<div>
<mvt:if expr="l.settings:order:ship_addr1 OR l.settings:order:ship_addr2 OR l.settings:order:ship_city OR l.settings:order:ship_state OR l.settings:order:ship_zip OR l.settings:order:ship_cntry OR l.settings:order:ship_res">
&mvte:order:ship_addr1;<br />
&mvte:order:ship_addr2;<br />
<mvt:if expr="( NOT ISNULL l.settings:order:ship_city ) AND ( NOT ISNULL l.settings:order:ship_state )">
	&mvte:order:ship_city;,
<mvt:else>
	&mvte:order:ship_city;
</mvt:if>
&mvte:order:ship_state;
&mvte:order:ship_zip;
<br /> &mvte:order:ship_cntry;
<mvt:if expr="l.settings:order:ship_res">
<br />
Residential Address
</mvt:if>
<mvt:else>
 
</mvt:if>
</div>
</div>
</div>
</div>
<div id="bill-to">
<h2 class="fields-heading">
Bill To:
</h2>
<div id="bill-to-fields">
<div class="form_row">
<label>Name:</label>
<div>
<mvt:if expr="l.settings:order:bill_fname OR l.settings:order:bill_lname">
&mvte:order:bill_fname; &mvte:order:bill_lname;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Email Address:</label>
<div>
<mvt:if expr="l.settings:order:bill_email">
&mvte:order:bill_email;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Phone Number:</label>
<div>
<mvt:if expr="l.settings:order:bill_phone">
&mvte:order:bill_phone;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Fax Number:</label>
<div>
<mvt:if expr="l.settings:order:bill_fax">
&mvte:order:bill_fax;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Company:</label>
<div>
<mvt:if expr="l.settings:order:bill_comp">
&mvte:order:bill_comp;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Address:</label>
<div>
<mvt:if expr="l.settings:order:bill_addr1 OR l.settings:order:bill_addr2 OR l.settings:order:bill_city OR l.settings:order:bill_state OR l.settings:order:bill_zip OR l.settings:order:bill_cntry">
&mvte:order:bill_addr1;<br />
&mvte:order:bill_addr2; <br />
<mvt:if expr="( NOT ISNULL l.settings:order:bill_city ) AND ( NOT ISNULL l.settings:order:bill_state )">
	&mvte:order:bill_city;,
<mvt:else>
	&mvte:order:bill_city;
</mvt:if>
&mvte:order:bill_state;
&mvte:order:bill_zip;<br /> &mvte:order:bill_cntry;
<mvt:else>
 
</mvt:if>
</div>
</div>
</div>
</div>
</div>
<div class="clear"></div>

CSSUI: Edit Page: ORDS: Customer Information

Original File
New File
<div id="customer-fields" class="non-editable">
<div id="ship-to">
<h2 class="fields-heading">
Ship To:
</h2>
<div id="ship-to-fields">
<div class="form_row">
<label>Name:</label>
<div>
<mvt:if expr="l.settings:order:ship_fname OR l.settings:ship_lname">
&mvte:order:ship_fname; &mvte:order:ship_lname;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Email Address:</label>
<div>
<mvt:if expr="l.settings:order:ship_email">
&mvte:order:ship_email;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Phone Number:</label>
<div>
<mvt:if expr="l.settings:order:ship_phone">
&mvte:order:ship_phone;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Fax Number:</label>
<div>
<mvt:if expr="l.settings:order:ship_fax">
&mvte:order:ship_fax;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Company:</label>
<div>
<mvt:if expr="l.settings:order:ship_comp">
&mvte:order:ship_comp;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Address:</label>
<div>
<mvt:if expr="l.settings:order:ship_addr1 OR l.settings:order:ship_addr2 OR l.settings:order:ship_city OR l.settings:order:ship_state OR l.settings:order:ship_zip OR l.settings:order:ship_cntry">
&mvte:order:ship_addr1;<br />
&mvte:order:ship_addr2;<br />
<mvt:if expr="( NOT ISNULL l.settings:order:ship_city ) AND ( NOT ISNULL l.settings:order:ship_state )">
	&mvte:order:ship_city;,
<mvt:else>
	&mvte:order:ship_city;
</mvt:if>
&mvte:order:ship_state;
&mvte:order:ship_zip;
<br /> &mvte:order:ship_cntry;
<mvt:else>
 
</mvt:if>
</div>
</div>
</div>
</div>
<div id="bill-to">
<h2 class="fields-heading">
Bill To:
</h2>
<div id="bill-to-fields">
<div class="form_row">
<label>Name:</label>
<div>
<mvt:if expr="l.settings:order:bill_fname OR l.settings:order:bill_lname">
&mvte:order:bill_fname; &mvte:order:bill_lname;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Email Address:</label>
<div>
<mvt:if expr="l.settings:order:bill_email">
&mvte:order:bill_email;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Phone Number:</label>
<div>
<mvt:if expr="l.settings:order:bill_phone">
&mvte:order:bill_phone;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Fax Number:</label>
<div>
<mvt:if expr="l.settings:order:bill_fax">
&mvte:order:bill_fax;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Company:</label>
<div>
<mvt:if expr="l.settings:order:bill_comp">
&mvte:order:bill_comp;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Address:</label>
<div>
<mvt:if expr="l.settings:order:bill_addr1 OR l.settings:order:bill_addr2 OR l.settings:order:bill_city OR l.settings:order:bill_state OR l.settings:order:bill_zip OR l.settings:order:bill_cntry">
&mvte:order:bill_addr1;<br />
&mvte:order:bill_addr2; <br />
<mvt:if expr="( NOT ISNULL l.settings:order:bill_city ) AND ( NOT ISNULL l.settings:order:bill_state )">
	&mvte:order:bill_city;,
<mvt:else>
	&mvte:order:bill_city;
</mvt:if>
&mvte:order:bill_state;
&mvte:order:bill_zip;<br /> &mvte:order:bill_cntry;
<mvt:else>
 
</mvt:if>
</div>
</div>
</div>
</div>
</div>
<div class="clear"></div>
<div id="customer-fields" class="non-editable">
<div id="ship-to">
<h2 class="fields-heading">
Ship To:
</h2>
<div id="ship-to-fields">
<div class="form_row">
<label>Name:</label>
<div>
<mvt:if expr="l.settings:order:ship_fname OR l.settings:ship_lname">
&mvte:order:ship_fname; &mvte:order:ship_lname;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Email Address:</label>
<div>
<mvt:if expr="l.settings:order:ship_email">
&mvte:order:ship_email;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Phone Number:</label>
<div>
<mvt:if expr="l.settings:order:ship_phone">
&mvte:order:ship_phone;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Fax Number:</label>
<div>
<mvt:if expr="l.settings:order:ship_fax">
&mvte:order:ship_fax;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Company:</label>
<div>
<mvt:if expr="l.settings:order:ship_comp">
&mvte:order:ship_comp;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Address:</label>
<div>
<mvt:if expr="l.settings:order:ship_addr1 OR l.settings:order:ship_addr2 OR l.settings:order:ship_city OR l.settings:order:ship_state OR l.settings:order:ship_zip OR l.settings:order:ship_cntry OR l.settings:order:ship_res">
&mvte:order:ship_addr1;<br />
&mvte:order:ship_addr2;<br />
<mvt:if expr="( NOT ISNULL l.settings:order:ship_city ) AND ( NOT ISNULL l.settings:order:ship_state )">
	&mvte:order:ship_city;,
<mvt:else>
	&mvte:order:ship_city;
</mvt:if>
&mvte:order:ship_state;
&mvte:order:ship_zip;
<br /> &mvte:order:ship_cntry;
<mvt:if expr="l.settings:order:ship_res">
<br />
Residential Address
</mvt:if>
<mvt:else>
 
</mvt:if>
</div>
</div>
</div>
</div>
<div id="bill-to">
<h2 class="fields-heading">
Bill To:
</h2>
<div id="bill-to-fields">
<div class="form_row">
<label>Name:</label>
<div>
<mvt:if expr="l.settings:order:bill_fname OR l.settings:order:bill_lname">
&mvte:order:bill_fname; &mvte:order:bill_lname;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Email Address:</label>
<div>
<mvt:if expr="l.settings:order:bill_email">
&mvte:order:bill_email;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Phone Number:</label>
<div>
<mvt:if expr="l.settings:order:bill_phone">
&mvte:order:bill_phone;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Fax Number:</label>
<div>
<mvt:if expr="l.settings:order:bill_fax">
&mvte:order:bill_fax;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Company:</label>
<div>
<mvt:if expr="l.settings:order:bill_comp">
&mvte:order:bill_comp;
<mvt:else>
 
</mvt:if>
</div>
</div>
<div class="form_row">
<label>Address:</label>
<div>
<mvt:if expr="l.settings:order:bill_addr1 OR l.settings:order:bill_addr2 OR l.settings:order:bill_city OR l.settings:order:bill_state OR l.settings:order:bill_zip OR l.settings:order:bill_cntry">
&mvte:order:bill_addr1;<br />
&mvte:order:bill_addr2; <br />
<mvt:if expr="( NOT ISNULL l.settings:order:bill_city ) AND ( NOT ISNULL l.settings:order:bill_state )">
	&mvte:order:bill_city;,
<mvt:else>
	&mvte:order:bill_city;
</mvt:if>
&mvte:order:bill_state;
&mvte:order:bill_zip;<br /> &mvte:order:bill_cntry;
<mvt:else>
 
</mvt:if>
</div>
</div>
</div>
</div>
</div>
<div class="clear"></div>

CSSUI: Edit Page: WLST: Details: Template

Original File
New File
new file
<mvt:item name="html_profile" />
<head>
	<mvt:if expr="NOT ISNULL l.settings:page:title">
		<title>&mvt:page:title;</title>
	<mvt:else>
		<title>&mvt:store:name;: Wish Lists</title>
	</mvt:if>

	<base href="&mvt:global:basehref;" />
	<link rel="canonical" href="&mvte:urls:_self:auto;" />
	<mvt:item name="head" param="css_list" />
	<mvt:item name="head" param="head_tag" />
</head>
<body class="WLST one-column">
<div id="site-container">
	<div id="global-header"><mvt:item name="hdft" param="global_header" /></div>
	<div id="navigation-bar"><mvt:item name="navbar" /></div>
	<table id="content-container">
		<tr>
			<td id="left-navigation"><mvt:item name="category_tree" /></td>
			<td id="main-content">
				<div id="page-header"><mvt:item name="hdft" param="header" /></div>
				<div id="breadcrumbs"><mvt:item name="breadcrumbs" /></div>

				<h1>Wish Lists</h1>

				<mvt:if expr="g.Basket:cust_id AND g.Customer_Session_Verified">
					<div class="wishlists_search_container">
						<span class="wishlists_actions_container">
							<a href="&mvte:urls:WLAD:auto;">Create Wish List</a>
							<mvt:if expr="NOT ISNULL g.WishListSearch">
								<span class="grey">|</span>
								<a href="&mvte:urls:WLST:auto;">My Wish Lists</a>
							</mvt:if>
						</span>

						<form id="wlst_search_form" method="post" action="&mvte:urls:WLST:rr;">
							<input type="hidden" name="Sort_By" value="&mvte:global:Sort_By;" />
							<input type="hidden" name="Per_Page" value="&mvte:global:Per_Page;" />

							<label>Find: <input type="text" name="WishListSearch" value="&mvte:global:WishListSearch;" class="textfield" /></label> <mvt:item name="buttons" param="Search" />
						</form>
					</div>
				<mvt:else>
					<div class="section_container">
						<span class="section grey-border-right signin alignleft">
							<h3>Sign In to View Your Wish Lists</h3>
							<mvt:if expr="l.settings:messages:error_message_count">
							<div class="error-message">
							<mvt:foreach iterator="error" array="messages:error_messages">
								&mvt:error;
							</mvt:foreach>
							</div>
							<mvt:elseif expr="l.settings:messages:information_message_count">
							<div class="information-message">
							<mvt:foreach iterator="message" array="messages:information_messages">
								&mvt:message;
							</mvt:foreach>
							</div>
							</mvt:if>

							<form id="wlst_search_form" method="post" action="&mvte:urls:WLST:secure;">
								<input type="hidden" name="Action" value="LOGN" />

								<div class="form_row">
									<label for="Customer_LoginEmail">Email Address:</label><input type="text" name="Customer_LoginEmail" id="Customer_LoginEmail" class="textfield logn-input" value="&mvte:global:Customer_LoginEmail;" autocomplete="off" />
								</div>
								<div class="form_row">
									<label for="Customer_Password">Password:</label><input type="password" name="Customer_Password" id="Customer_Password" class="textfield logn-input" autocomplete="off" />
								</div>
								<div class="clear"></div>
								<div class="sign-in-buttons"><mvt:item name="buttons" param="login" /></div>
								<div class="forgot-password"><a href="&mvte:urls:FPWD:auto;">Forgot password?</a></div>
							</form>
						</span><span class="section alignright">
							<h3>Wish List Search</h3>
							<form id="wlst_search_form" method="post" action="&mvte:urls:WLST:rr;">
								<input type="hidden" name="Sort_By" value="&mvte:global:Sort_By;" />
								<input type="hidden" name="Per_Page" value="&mvte:global:Per_Page;" />

								<input type="text" name="WishListSearch" value="&mvte:global:WishListSearch;" class="textfield" /> <mvt:item name="buttons" param="Search" />
							</form>
						</span>
					</div>
					<div class="clear"></div>
				</mvt:if>

				<mvt:if expr="( NOT ISNULL g.WishListSearch ) OR ( g.Basket:cust_id AND g.Customer_Session_Verified )">
					<mvt:item name="wishlists" />
				</mvt:if>

				<div id="page-footer"><mvt:item name="hdft" param="footer" /></div>
			</td>
		</tr>
	</table>
	<div id="bottom-wrap"></div>
	<div id="global-footer"><mvt:item name="hdft" param="global_footer" /></div>
</div>
</body>
</html>

CSSUI: Edit Page: ORDS: Order Contents: Advanced Mode

Original File
New File
<script language="JavaScript">
<!--
function ReloadForm( form_field )
{
	document.location.reload();
	document.getElementsByName( "OrderDetails_Format" ).value = form_field;
}
//-->
</script>
<table>
	<tr class="heading">
		<td class="order-reorder"> </td>
		<td class="order-description">Product Description</td>
		<td class="order-status">Status</td>
		<td class="order-quantity">Quantity</td>
		<td class="order-price">Price/Ea.</td>
		<td class="order-total">Total</td>
	</tr>

	<mvt:foreach iterator="item" array="order:groups">
	<tr>
		<mvt:if expr="l.settings:item:option_count">
			<mvt:assign name="l.settings:rowspan" value="l.settings:item:option_count + 1" />
		<mvt:else>
			<mvt:assign name="l.settings:rowspan" value="1" />
		</mvt:if>

		<td class="order-reorder" rowspan="&mvt:rowspan;">
			<mvt:if expr="l.settings:item:reorder EQ 1">
				<a target="_blank" href="&mvt:global:sessionurl;&Store_Code=&mvta:store:code;&Screen=BASK&Action=ADPR&Product_Code=&mvta:item:code;&Quantity=1">reorder</a>
			<mvt:else>
				 
			</mvt:if>
		</td>

		<td class="order-description">
			&mvt:item:name; <mvt:if expr="l.settings:item:upsold">(Special Offer)</mvt:if>
			<mvt:foreach iterator="discount" array="item:discounts">
				<mvt:if expr="l.settings:discount:display">
					<div class="order-discount">&mvt:discount:descrip;: &mvt:discount:formatted_discount;</div>
				</mvt:if>
			</mvt:foreach>
		</td>
		<td class="order-status">&mvt:item:order_status;</td>
		<td class="order-quantity">&mvt:item:quantity;</td>
		<td class="order-price">
			&mvt:item:formatted_base_price;
		</td>
		<td class="order-total">
			<mvt:if expr="l.settings:item:subtotal_base_price NE l.settings:item:subtotal">
				<span style="text-decoration: line-through;">&mvt:item:formatted_subtotal_base_price;</span>
			</mvt:if>
			&mvt:item:formatted_subtotal;
		</td>
	</tr>

	<mvt:foreach iterator="option" array="item:options">
	<tr class="item-options">
		<td colspan="2">
			<mvt:if expr="l.settings:option:option_id">
				&mvt:option:attr_code;: &mvt:option:opt_code;
			<mvt:elseif expr="NOT ISNULL l.settings:option:data">
				&mvt:option:attr_code;: &mvt:option:data;
			<mvt:elseif expr="NOT ISNULL l.settings:option:data_long">
				&mvt:option:attr_code;: &mvt:option:data_long;
			<mvt:else>
				&mvt:option:attr_code;
			</mvt:if>
			<mvt:foreach iterator="discount" array="option:discounts">
				<mvt:if expr="l.settings:discount:display">
					<div class="order-discount">&mvt:discount:descrip;: &mvt:discount:formatted_discount;</div>
				</mvt:if>
			</mvt:foreach>
		</td>
		<td> </td>
		<td class="order-price">
			<mvt:if expr="l.settings:option:base_price">
				&mvt:option:formatted_base_price;
			<mvt:else>
				 
			</mvt:if>
		</td>
		<td class="order-total">
			<mvt:if expr="l.settings:option:subtotal_base_price OR l.settings:option:subtotal">
				<mvt:if expr="l.settings:option:subtotal_base_price NE l.settings:option:subtotal">
					<span style="text-decoration: line-through;">&mvt:option:formatted_subtotal_base_price;</span>
				</mvt:if>
				&mvt:option:formatted_subtotal;
			<mvt:else>
				 
			</mvt:if>
		</td>
	</tr>
	</mvt:foreach>
	</mvt:foreach>


	<mvt:foreach iterator="charge" array="order:charges">
	<tr class="order-charges">
		<td colspan="4"> </td>
		<td class="charge-description">&mvt:charge:descrip;:</td>
		<td class="charge-fee">&mvt:charge:formatted_disp_amt;</td>
	</tr>
	</mvt:foreach>

	<tr class="totals">
		<td colspan="4"> </td>
		<td class="total-prompt">Total:</td>
		<td class="formatted-total">&mvt:order:formatted_total;</td>
	</tr>

	<mvt:foreach iterator="payment" array="order:payments">
	<tr class="order-payments">
		<td colspan="4"> </td>
		<td class="charge-description">
			<mvt:if expr="l.settings:payment:type EQ 6">
				Refund:
			<mvt:else>
				Payment:
			</mvt:if>
			&mvt:payment:desc;:
		</td>
		<td class="charge-fee">
			<mvt:if expr="l.settings:payment:type EQ 6">
				&mvt:payment:formatted_amount;
			<mvt:else>
				&mvt:payment:formatted_amount_negative;
			</mvt:if>
		</td>
	</tr>
	</mvt:foreach>
</table>
<script language="JavaScript">
<!--
function ReloadForm( form_field )
{
	document.location.reload();
	document.getElementsByName( "OrderDetails_Format" ).value = form_field;
}
//-->
</script>
<table>
	<tr class="heading">
		<td class="order-reorder"> </td>
		<td class="order-description">Product Description</td>
		<td class="order-status">Status</td>
		<td class="order-quantity">Quantity</td>
		<td class="order-price">Price/Ea.</td>
		<td class="order-total">Total</td>
	</tr>

	<mvt:foreach iterator="item" array="order:groups">
	<tr>
		<mvt:if expr="l.settings:item:option_count">
			<mvt:assign name="l.settings:rowspan" value="l.settings:item:option_count + 1" />
		<mvt:else>
			<mvt:assign name="l.settings:rowspan" value="1" />
		</mvt:if>

		<td class="order-reorder" rowspan="&mvt:rowspan;">
			<mvt:if expr="l.settings:item:reorder EQ 1">
				<a target="_blank" href="&mvte:urls:BASK:secure_sep;Action=ADPR&Product_Code=&mvta:item:code;&Quantity=1">reorder</a>
			<mvt:else>
				 
			</mvt:if>
		</td>

		<td class="order-description">
			&mvt:item:name; <mvt:if expr="l.settings:item:upsold">(Special Offer)</mvt:if>
			<mvt:foreach iterator="discount" array="item:discounts">
				<mvt:if expr="l.settings:discount:display">
					<div class="order-discount">&mvt:discount:descrip;: &mvt:discount:formatted_discount;</div>
				</mvt:if>
			</mvt:foreach>
		</td>
		<td class="order-status">&mvt:item:order_status;</td>
		<td class="order-quantity">&mvt:item:quantity;</td>
		<td class="order-price">
			&mvt:item:formatted_base_price;
		</td>
		<td class="order-total">
			<mvt:if expr="l.settings:item:subtotal_base_price NE l.settings:item:subtotal">
				<span style="text-decoration: line-through;">&mvt:item:formatted_subtotal_base_price;</span>
			</mvt:if>
			&mvt:item:formatted_subtotal;
		</td>
	</tr>

	<mvt:foreach iterator="option" array="item:options">
	<tr class="item-options">
		<td colspan="2">
			<mvt:if expr="l.settings:option:option_id">
				&mvt:option:attr_code;: &mvt:option:opt_code;
			<mvt:elseif expr="NOT ISNULL l.settings:option:data">
				&mvt:option:attr_code;: &mvt:option:data;
			<mvt:elseif expr="NOT ISNULL l.settings:option:data_long">
				&mvt:option:attr_code;: &mvt:option:data_long;
			<mvt:else>
				&mvt:option:attr_code;
			</mvt:if>
			<mvt:foreach iterator="discount" array="option:discounts">
				<mvt:if expr="l.settings:discount:display">
					<div class="order-discount">&mvt:discount:descrip;: &mvt:discount:formatted_discount;</div>
				</mvt:if>
			</mvt:foreach>
		</td>
		<td> </td>
		<td class="order-price">
			<mvt:if expr="l.settings:option:base_price">
				&mvt:option:formatted_base_price;
			<mvt:else>
				 
			</mvt:if>
		</td>
		<td class="order-total">
			<mvt:if expr="l.settings:option:subtotal_base_price OR l.settings:option:subtotal">
				<mvt:if expr="l.settings:option:subtotal_base_price NE l.settings:option:subtotal">
					<span style="text-decoration: line-through;">&mvt:option:formatted_subtotal_base_price;</span>
				</mvt:if>
				&mvt:option:formatted_subtotal;
			<mvt:else>
				 
			</mvt:if>
		</td>
	</tr>
	</mvt:foreach>
	</mvt:foreach>


	<mvt:foreach iterator="charge" array="order:charges">
	<tr class="order-charges">
		<td colspan="4"> </td>
		<td class="charge-description">&mvt:charge:descrip;:</td>
		<td class="charge-fee">&mvt:charge:formatted_disp_amt;</td>
	</tr>
	</mvt:foreach>

	<tr class="totals">
		<td colspan="4"> </td>
		<td class="total-prompt">Total:</td>
		<td class="formatted-total">&mvt:order:formatted_total;</td>
	</tr>

	<mvt:foreach iterator="payment" array="order:payments">
	<tr class="order-payments">
		<td colspan="4"> </td>
		<td class="charge-description">
			<mvt:if expr="l.settings:payment:type EQ 6">
				Refund:
			<mvt:else>
				Payment:
			</mvt:if>
			&mvt:payment:desc;:
		</td>
		<td class="charge-fee">
			<mvt:if expr="l.settings:payment:type EQ 6">
				&mvt:payment:formatted_amount;
			<mvt:else>
				&mvt:payment:formatted_amount_negative;
			</mvt:if>
		</td>
	</tr>
	</mvt:foreach>
</table>

CSSUI: Edit Page: PROD: Product Display Layout: Advanced Mode

Original File
New File
<h1>&mvt:product:name;</h1>
<div class="product-details-1"><div class="product-image"><img id="main_image" src="graphics/en-US/cssui/blank.gif" alt="&mvte:product:name;" /></div>
	
	<ul id="thumbnails" class="thumbnails"></ul>
	<div id="closeup_div" class="closeup"><img id="closeup_image" src="graphics/en-US/cssui/blank.gif" alt="" /><div><a id="closeup_close">close</a></div></div>
	<mvt:item name="product_display_imagemachine" param="body:product:id" />
	<div class="clear product-image-margin"></div>
	<div class="product-code">Code: <span class="bold">&mvt:product:code;</span></div>
	<div class="product-price">
	Price: 
	<span id="price-value-additional" style="text-decoration: line-through"></span>

	<span id="price-value" class="bold">&mvt:product:formatted_base_price;</span>

	<div id="product-discounts">
	</div>
	</div>
	<mvt:if expr="l.settings:product:weight NE 0">
	<div class="product-weight">Shipping Weight: <span class="bold">&mvt:product:weight;</span> &mvt:store:wtunits;</div>
	</mvt:if>
	<div id="inventory-message">
		<mvt:if expr="l.settings:product:inv_active">
		&mvt:product:inv_long;
		</mvt:if>
	</div>
	<div class="product-quantity">Quantity in Basket:
		<mvt:if expr="l.settings:product:quantity EQ 0">
		<span class="italic">None</span>
		<mvt:else>
		<span class="bold">&mvt:product:quantity;</span>
		</mvt:if>
	</div>
</div>
<div class="product-details-2">
	<div class="product-description">&mvt:product:descrip;</div>
	<form method="post" action="&mvt:global:sessionurl;Screen=BASK">
	<div id="swatches" class="swatches"></div>
	<div class="clear"></div>
	<input type="hidden" name="Old_Screen" value="&mvte:global:Screen;" />
	<input type="hidden" name="Old_Search" value="&mvte:global:Search;" />
	<input type="hidden" name="Action" value="ADPR" />
	<input type="hidden" name="Store_Code" value="&mvte:store:code;" />
	<input type="hidden" name="Product_Code" value="&mvte:product:code;" />
	<input type="hidden" name="Category_Code" value="&mvte:global:category_code;" />
	<input type="hidden" name="Offset" value="&mvte:global:Offset;" />
	<input type="hidden" name="AllOffset" value="&mvte:global:AllOffset;" />
	<input type="hidden" name="CatListingOffset" value="&mvte:global:CatListingOffset;" />
	<input type="hidden" name="RelatedOffset" value="&mvte:global:RelatedOffset;" />
	<input type="hidden" name="SearchOffset" value="&mvte:global:SearchOffset;" />
	<div class="product-attributes"><mvt:item name="product_attributes" param="product:id" /></div>
	<div class="purchase-buttons">Quantity: <input type="text" name="Quantity" value="1" class="product-quantity-input textfield" /> <mvt:item name="buttons" param="AddToBasket" /></div>
	</form>
</div>
<div class="clear"></div>
<h1>&mvt:product:name;</h1>
<div class="product-details-1"><div class="product-image"><img id="main_image" src="graphics/en-US/cssui/blank.gif" alt="&mvte:product:name;" /></div>
	
	<ul id="thumbnails" class="thumbnails"></ul>
	<div id="closeup_div" class="closeup"><img id="closeup_image" src="graphics/en-US/cssui/blank.gif" alt="" /><div><a id="closeup_close">close</a></div></div>
	<mvt:item name="product_display_imagemachine" param="body:product:id" />
	<div class="clear product-image-margin"></div>
	<div class="product-code">Code: <span class="bold">&mvt:product:code;</span></div>
	<div class="product-price">
	Price: 
	<span id="price-value-additional" style="text-decoration: line-through"></span>

	<span id="price-value" class="bold">&mvt:product:formatted_base_price;</span>

	<div id="product-discounts">
	</div>
	</div>
	<mvt:if expr="l.settings:product:weight NE 0">
	<div class="product-weight">Shipping Weight: <span class="bold">&mvt:product:weight;</span> &mvt:store:wtunits;</div>
	</mvt:if>
	<div id="inventory-message">
		<mvt:if expr="l.settings:product:inv_active">
		&mvt:product:inv_long;
		</mvt:if>
	</div>
	<div class="product-quantity">Quantity in Basket:
		<mvt:if expr="l.settings:product:quantity EQ 0">
		<span class="italic">None</span>
		<mvt:else>
		<span class="bold">&mvt:product:quantity;</span>
		</mvt:if>
	</div>
</div>
<div class="product-details-2">
	<div class="product-description">&mvt:product:descrip;</div>
	<form name="add" method="post" action="&mvte:urls:BASK:auto;">
	<div id="swatches" class="swatches"></div>
	<div class="clear"></div>
	<input type="hidden" name="Old_Screen" value="&mvte:global:Screen;" />
	<input type="hidden" name="Old_Search" value="&mvte:global:Search;" />
	<input type="hidden" name="Action" value="ADPR" />
	<input type="hidden" name="Product_Code" value="&mvte:product:code;" />
	<input type="hidden" name="Category_Code" value="&mvte:global:category_code;" />
	<input type="hidden" name="Offset" value="&mvte:global:Offset;" />
	<input type="hidden" name="AllOffset" value="&mvte:global:AllOffset;" />
	<input type="hidden" name="CatListingOffset" value="&mvte:global:CatListingOffset;" />
	<input type="hidden" name="RelatedOffset" value="&mvte:global:RelatedOffset;" />
	<input type="hidden" name="SearchOffset" value="&mvte:global:SearchOffset;" />
	<div class="product-attributes"><mvt:item name="product_attributes" param="product:id" /></div>
	<div class="purchase-buttons">
		Quantity: <input type="text" name="Quantity" value="1" class="product-quantity-input textfield" />

		<div class="purchase-buttons-spacer">
			<mvt:if expr="l.settings:product:inv_level NE 'out'">
				<mvt:item name="buttons" param="AddToBasket" />
			</mvt:if>
		
			<span data-mmnodisable="true"><span onclick="document.forms.add.action = '&mvtj:urls:WISH:secure;'; document.forms.add.elements.Action.value = 'ATWL';"><mvt:item name="buttons" param="AddToWishList" /></span></span>
		</div>
	</div>
	</form>
</div>
<div class="clear"></div>

CSSUI: Edit Page: ABAL: Customer Credit History List Layout: Advanced Mode

Original File
New File
<mvt:if expr="l.settings:customercredithistory:total_count EQ 0">
	No account credit entries
	<mvt:exit />
</mvt:if>

<div class="line-item customercredithistory_container">
	<div id="filter-items-container">
		<mvt:if expr="l.settings:customercredithistory:total_count GT 1">
			<div class="sorting">
				<form method="get" action="&mvte:global:secure_sessionurl;">
					<input type="hidden" name="Screen" value="&mvte:global:Screen;" />
					<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
					<input type="hidden" name="Per_Page" value="&mvte:global:Per_Page;" />
					<label for="Sort_By">Sort By:</label>
					<select name="Sort_By" id="Sort_By" onchange="this.form.submit();">
						<mvt:if expr="ISNULL g.Sort_By">
							<option value="id" selected="selected">Default</option>
						<mvt:else>
							<option value="id">Default</option>
						</mvt:if>
						<mvt:if expr="g.Sort_By EQ 'orderid_asc'">
							<option value="orderid_asc" selected="selected">Order Ascending</option>
						<mvt:else>
							<option value="orderid_asc">Order Ascending</option>
						</mvt:if>
						<mvt:if expr="g.Sort_By EQ 'orderid_desc'">
							<option value="orderid_desc" selected="selected">Order Descending</option>
						<mvt:else>
							<option value="orderid_desc">Order Descending</option>
						</mvt:if>
						<mvt:if expr="g.Sort_By EQ 'amount_asc'">
							<option value="amount_asc" selected="selected">Amount Ascending</option>
						<mvt:else>
							<option value="amount_asc">Amount Ascending</option>
						</mvt:if>
						<mvt:if expr="g.Sort_By EQ 'amount_desc'">
							<option value="amount_desc" selected="selected">Amount Descending</option>
						<mvt:else>
							<option value="amount_desc">Amount Descending</option>
						</mvt:if>
						<mvt:if expr="g.Sort_By EQ 'dtstamp_asc'">
							<option value="dtstamp_asc" selected="selected">Date Ascending</option>
						<mvt:else>
							<option value="dtstamp_asc">Date Ascending</option>
						</mvt:if>
						<mvt:if expr="g.Sort_By EQ 'dtstamp_desc'">
							<option value="dtstamp_desc" selected="selected">Date Descending</option>
						<mvt:else>
							<option value="dtstamp_desc">Date Descending</option>
						</mvt:if>
					</select>
					<noscript><input type="submit" value="go"></noscript>
				</form>
			</div>
		</mvt:if>

		<mvt:if expr="l.settings:customercredithistory:total_count GT 1">
			<div class="per-page">
				<form method="get" action="&mvte:global:secure_sessionurl;">
					<input type="hidden" name="Screen" value="&mvte:global:Screen;" />
					<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
					<input type="hidden" name="Sort_By" value="&mvte:global:Sort_By;" />
					<label for="Per_Page">View:</label>
					<select name="Per_Page" id="Per_Page" onchange="this.form.submit();">
						<mvt:if expr="g.Per_Page EQ 10">
							<option value="10" selected="selected">10</option>
						<mvt:else>
							<option value="10">10</option>
						</mvt:if>
						<mvt:if expr="g.Per_Page EQ 20">
							<option value="20" selected="selected">20</option>
						<mvt:else>
							<option value="20">20</option>
						</mvt:if>
						<mvt:if expr="g.Per_Page EQ 40">
							<option value="40" selected="selected">40</option>
						<mvt:else>
							<option value="40">40</option>
						</mvt:if>
						<mvt:if expr="g.Per_Page EQ -1">
							<option value="-1" selected="selected">All</option>
						<mvt:else>
							<option value="-1">All</option>
						</mvt:if>
					</select>
					<noscript><input type="submit" value="go"></noscript>
				</form>
			</div>
		</mvt:if>

		<mvt:if expr="l.settings:customercredithistory:page_links:last_page GT 1">
			<div class="page-links">
				<span class="page-links-title">Page(s):</span>
				<span class="page-links-container">
					<mvt:if expr="l.settings:customercredithistory:page_links:current_page NE 1">
						<a href="&mvte:customercredithistory:page_links:prev_link;" class="page-links-previous"><</a>
					<mvt:else>
						<span class="page-links-previous page-links-deactivated"><</span>
					</mvt:if>
					<mvt:if expr="l.settings:customercredithistory:page_links:current_page NE l.settings:customercredithistory:page_links:last_page">
						<a href="&mvte:customercredithistory:page_links:next_link;" class="page-links-next">></a>
					<mvt:else>
						<span class="page-links-next page-links-deactivated">></span>
					</mvt:if>
					<span class="page-disp">
						<mvt:if expr="NOT l.settings:customercredithistory:page_links:contains_first">
							<a href="&mvte:customercredithistory:page_links:first_link;" class="page-links-inactive">1</a>...
						</mvt:if>
						<mvt:foreach iterator="pages" array="customercredithistory:page_links:pages">
							<mvt:if expr="l.settings:customercredithistory:page_links:current_page EQ l.settings:pages:page_num">
								<span class="page-links-active">&mvte:pages:page_num;</span>
							<mvt:else>
								<a href="&mvte:pages:link;" class="page-links-inactive">&mvte:pages:page_num;</a>
							</mvt:if>
						</mvt:foreach>
						<mvt:if expr="NOT l.settings:customercredithistory:page_links:contains_last">
							...<a href="&mvte:customercredithistory:page_links:last_link;" class="page-links-inactive">&mvte:customercredithistory:page_links:last_page;</a>
						</mvt:if>
					</span>
				</span>
			</div>
		</mvt:if>
	</div>
	
	<div class="clear"></div>

	<table>
		<tr class="heading">
			<td class="orderid">Order #</td>
			<td class="txref">Transaction Reference</td>
			<td class="descrip">Description</td>
			<td class="dtstamp">Date</td>
			<td class="amount">Amount</td>
		</tr>

		<mvt:foreach iterator="credit_entry" array="customercredithistory:items">
			<mvt:if expr = "l.pos1 MOD 2">
				<tr class="alt_row">
			<mvt:else>
				<tr>
			</mvt:if>
				<td class="orderid">
					<mvt:if expr="l.settings:credit_entry:order_id EQ 0">
						N/A
					<mvt:else>
						&mvte:credit_entry:order_id;
					</mvt:if>
				</td>
				<td class="txref">&mvte:credit_entry:txref;</td>
				<td class="descrip">&mvte:credit_entry:descrip;</td>
				<td class="dtstamp">&mvt:credit_entry:formatted_dtstamp;</td>
				<td class="amount">&mvt:credit_entry:formatted_amount;</td>
			</tr>
		</mvt:foreach>
	</table>

	<mvt:if expr="NOT l.settings:customercredithistory:page_disp_count GT 0">
		<mvt:if expr="( g.Offset OR g.NextOffset ) AND ( l.settings:customercredithistory:per_page NE 0 )">
			<table>
				<tr>
					<td class="previous-button">
						<mvt:if expr="g.Offset EQ 0">
							 
						<mvt:else>
							<form method="post" action="&mvt:global:secure_sessionurl;" />
								<input type="hidden" name="Screen" value="&mvte:global:Screen;" />
								<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
								<input type="hidden" name="SortBy" value="&mvte:global:SortBy;" />
								<input type="hidden" name="Offset" value="&mvte:global:PrevOffset;" />
								<input type="hidden" name="Per_Page" value="&mvte:global:Per_Page;" />
								<mvt:item name="buttons" param="Previous" />
							</form>
						</mvt:if>
					</td>
					<td class="next-button">
						<mvt:if expr="g.NextOffset EQ 0">
							 
						<mvt:else>
							<form method="post" action="&mvt:global:secure_sessionurl;">
								<input type="hidden" name="Screen" value="&mvte:global:Screen;" />
								<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
								<input type="hidden" name="SortBy" value="&mvte:global:SortBy;" />
								<input type="hidden" name="Offset" value="&mvte:global:NextOffset;" />
								<input type="hidden" name="Per_Page" value="&mvte:global:Per_Page;" />
								<mvt:item name="buttons" param="Next" />
							</form>
						</mvt:if>
					</td>
				</tr>
			</table>
		</mvt:if>
	</mvt:if>
</div>

<mvt:if expr="l.settings:customercredithistory:total_count EQ 0">
	No account credit entries
	<mvt:exit />
</mvt:if>

<div class="line-item customercredithistory_container">
	<div id="filter-items-container">
		<mvt:if expr="l.settings:customercredithistory:total_count GT 1">
			<div class="sorting">
				<form method="get" action="&mvte:urls:_self:auto;">
					<input type="hidden" name="Screen" value="&mvte:global:Screen;" />
					<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
					<input type="hidden" name="Per_Page" value="&mvte:global:Per_Page;" />
					<label for="Sort_By">Sort By:</label>
					<select name="Sort_By" id="Sort_By" onchange="this.form.submit();">
						<mvt:if expr="ISNULL g.Sort_By">
							<option value="id" selected="selected">Default</option>
						<mvt:else>
							<option value="id">Default</option>
						</mvt:if>
						<mvt:if expr="g.Sort_By EQ 'orderid_asc'">
							<option value="orderid_asc" selected="selected">Order Ascending</option>
						<mvt:else>
							<option value="orderid_asc">Order Ascending</option>
						</mvt:if>
						<mvt:if expr="g.Sort_By EQ 'orderid_desc'">
							<option value="orderid_desc" selected="selected">Order Descending</option>
						<mvt:else>
							<option value="orderid_desc">Order Descending</option>
						</mvt:if>
						<mvt:if expr="g.Sort_By EQ 'amount_asc'">
							<option value="amount_asc" selected="selected">Amount Ascending</option>
						<mvt:else>
							<option value="amount_asc">Amount Ascending</option>
						</mvt:if>
						<mvt:if expr="g.Sort_By EQ 'amount_desc'">
							<option value="amount_desc" selected="selected">Amount Descending</option>
						<mvt:else>
							<option value="amount_desc">Amount Descending</option>
						</mvt:if>
						<mvt:if expr="g.Sort_By EQ 'dtstamp_asc'">
							<option value="dtstamp_asc" selected="selected">Date Ascending</option>
						<mvt:else>
							<option value="dtstamp_asc">Date Ascending</option>
						</mvt:if>
						<mvt:if expr="g.Sort_By EQ 'dtstamp_desc'">
							<option value="dtstamp_desc" selected="selected">Date Descending</option>
						<mvt:else>
							<option value="dtstamp_desc">Date Descending</option>
						</mvt:if>
					</select>
					<noscript><input type="submit" value="go"></noscript>
				</form>
			</div>
		</mvt:if>

		<mvt:if expr="l.settings:customercredithistory:total_count GT 1">
			<div class="per-page">
				<form method="get" action="&mvte:urls:_self:auto;">
					<input type="hidden" name="Screen" value="&mvte:global:Screen;" />
					<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
					<input type="hidden" name="Sort_By" value="&mvte:global:Sort_By;" />
					<label for="Per_Page">View:</label>
					<select name="Per_Page" id="Per_Page" onchange="this.form.submit();">
						<mvt:if expr="g.Per_Page EQ 10">
							<option value="10" selected="selected">10</option>
						<mvt:else>
							<option value="10">10</option>
						</mvt:if>
						<mvt:if expr="g.Per_Page EQ 20">
							<option value="20" selected="selected">20</option>
						<mvt:else>
							<option value="20">20</option>
						</mvt:if>
						<mvt:if expr="g.Per_Page EQ 40">
							<option value="40" selected="selected">40</option>
						<mvt:else>
							<option value="40">40</option>
						</mvt:if>
						<mvt:if expr="g.Per_Page EQ -1">
							<option value="-1" selected="selected">All</option>
						<mvt:else>
							<option value="-1">All</option>
						</mvt:if>
					</select>
					<noscript><input type="submit" value="go"></noscript>
				</form>
			</div>
		</mvt:if>

		<mvt:if expr="l.settings:customercredithistory:page_links:last_page GT 1">
			<div class="page-links">
				<span class="page-links-title">Page(s):</span>
				<span class="page-links-container">
					<mvt:if expr="l.settings:customercredithistory:page_links:current_page NE 1">
						<a href="&mvte:urls:_self:auto_sep;&mvte:customercredithistory:page_links:prev_link_params;" class="page-links-previous"><</a>
					<mvt:else>
						<span class="page-links-previous page-links-deactivated"><</span>
					</mvt:if>
					<mvt:if expr="l.settings:customercredithistory:page_links:current_page NE l.settings:customercredithistory:page_links:last_page">
						<a href="&mvte:urls:_self:auto_sep;&mvte:customercredithistory:page_links:next_link_params;" class="page-links-next">></a>
					<mvt:else>
						<span class="page-links-next page-links-deactivated">></span>
					</mvt:if>
					<span class="page-disp">
						<mvt:if expr="NOT l.settings:customercredithistory:page_links:contains_first">
							<a href="&mvte:urls:_self:auto_sep;&mvte:customercredithistory:page_links:first_link_params;" class="page-links-inactive">1</a>...
						</mvt:if>
						<mvt:foreach iterator="pages" array="customercredithistory:page_links:pages">
							<mvt:if expr="l.settings:customercredithistory:page_links:current_page EQ l.settings:pages:page_num">
								<span class="page-links-active">&mvte:pages:page_num;</span>
							<mvt:else>
								<a href="&mvte:urls:_self:auto_sep;&mvte:pages:link_params;" class="page-links-inactive">&mvte:pages:page_num;</a>
							</mvt:if>
						</mvt:foreach>
						<mvt:if expr="NOT l.settings:customercredithistory:page_links:contains_last">
							...<a href="&mvte:urls:_self:auto_sep;&mvte:customercredithistory:page_links:last_link_params;" class="page-links-inactive">&mvte:customercredithistory:page_links:last_page;</a>
						</mvt:if>
					</span>
				</span>
			</div>
		</mvt:if>
	</div>
	
	<div class="clear"></div>

	<table>
		<tr class="heading">
			<td class="orderid">Order #</td>
			<td class="txref">Transaction Reference</td>
			<td class="descrip">Description</td>
			<td class="dtstamp">Date</td>
			<td class="amount">Amount</td>
		</tr>

		<mvt:foreach iterator="credit_entry" array="customercredithistory:items">
			<mvt:if expr = "l.pos1 MOD 2">
				<tr class="alt_row">
			<mvt:else>
				<tr>
			</mvt:if>
				<td class="orderid">
					<mvt:if expr="l.settings:credit_entry:order_id EQ 0">
						N/A
					<mvt:else>
						&mvte:credit_entry:order_id;
					</mvt:if>
				</td>
				<td class="txref">&mvte:credit_entry:txref;</td>
				<td class="descrip">&mvte:credit_entry:descrip;</td>
				<td class="dtstamp">&mvt:credit_entry:formatted_dtstamp;</td>
				<td class="amount">&mvt:credit_entry:formatted_amount;</td>
			</tr>
		</mvt:foreach>
	</table>

	<mvt:if expr="NOT l.settings:customercredithistory:page_disp_count GT 0">
		<mvt:if expr="( g.Offset OR g.NextOffset ) AND ( l.settings:customercredithistory:per_page NE 0 )">
			<table>
				<tr>
					<td class="previous-button">
						<mvt:if expr="g.Offset EQ 0">
							 
						<mvt:else>
							<form method="post" action="&mvte:urls:_self:auto;" />
								<input type="hidden" name="SortBy" value="&mvte:global:SortBy;" />
								<input type="hidden" name="Offset" value="&mvte:global:PrevOffset;" />
								<input type="hidden" name="Per_Page" value="&mvte:global:Per_Page;" />
								<mvt:item name="buttons" param="Previous" />
							</form>
						</mvt:if>
					</td>
					<td class="next-button">
						<mvt:if expr="g.NextOffset EQ 0">
							 
						<mvt:else>
							<form method="post" action="&mvte:urls:_self:auto;">
								<input type="hidden" name="SortBy" value="&mvte:global:SortBy;" />
								<input type="hidden" name="Offset" value="&mvte:global:NextOffset;" />
								<input type="hidden" name="Per_Page" value="&mvte:global:Per_Page;" />
								<mvt:item name="buttons" param="Next" />
							</form>
						</mvt:if>
					</td>
				</tr>
			</table>
		</mvt:if>
	</mvt:if>
</div>

CSSUI: Edit Page: OPAY: Customer Fields: Mode: Checkout: Display Only

Original File
New File
<div id="ship-to">
	<h2 class="fields-heading">
		Ship To:
	</h2>
	<div id="ship-to-fields">
		<div class="form_row">
			<label>Name:</label>
			<mvt:if expr="g.Basket:ship_fname OR g.Basket:ship_lname">
			&mvte:global:Basket:ship_fname; &mvte:global:Basket:ship_lname;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Email Address:</label>
			<mvt:if expr="g.Basket:ship_email">
			&mvte:global:Basket:ship_email;
			<mvt:else>
			 
			</mvt:if>
		</div>
	
		<div class="form_row">
			<label>Phone Number:</label>
			<mvt:if expr="g.Basket:ship_phone">
			&mvte:global:Basket:ship_phone;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Fax Number:</label>
			<mvt:if expr="g.Basket:ship_fax">
			&mvte:global:Basket:ship_fax;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Company:</label>
			<mvt:if expr="g.Basket:ship_comp">
			&mvte:global:Basket:ship_comp;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Address:</label>
			<div>
				<mvt:if expr="g.Basket:ship_addr1 OR g.Basket:ship_addr2 OR g.Basket:ship_city OR g.Basket:ship_state OR g.Basket:ship_zip OR g.Basket:ship_cntry">
				&mvte:global:Basket:ship_addr1;<br />
<mvt:if expr="g.Basket:ship_addr2">&mvte:global:Basket:ship_addr2;<br /></mvt:if>
<mvt:if expr="( NOT ISNULL g.Basket:ship_city ) AND ( NOT ISNULL g.Basket:ship_state )">
	&mvte:global:Basket:ship_city;,
<mvt:else>
	&mvte:global:Basket:ship_city;
</mvt:if>
&mvte:global:Basket:ship_state;
&mvte:global:Basket:ship_zip;<br /> &mvte:global:Basket:ship_cntry;
				<mvt:else>
				 
				</mvt:if>
			</div>
		</div>
	</div>
</div>
<div id="bill-to">
	<h2 class="fields-heading">
		Bill To:
	</h2>
	<div id="bill-to-fields">
		<div class="form_row">
			<label>Name:</label>
			<mvt:if expr="g.Basket:bill_fname OR g.Basket:bill_lname">
			&mvte:global:Basket:bill_fname; &mvte:global:Basket:bill_lname;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Email Address:</label>
			<mvt:if expr="g.Basket:bill_email">
			&mvte:global:Basket:bill_email;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Phone Number:</label>
			<mvt:if expr="g.Basket:bill_phone">
			&mvte:global:Basket:bill_phone;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Fax Number:</label>
			<mvt:if expr="g.Basket:bill_fax">
			&mvte:global:Basket:bill_fax;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Company:</label>
			<mvt:if expr="g.Basket:bill_comp">
			&mvte:global:Basket:bill_comp;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Address:</label>
			<div>
				<mvt:if expr="g.Basket:bill_addr1 OR g.Basket:bill_addr2 OR g.Basket:bill_city OR g.Basket:bill_state OR g.Basket:bill_zip OR g.Basket:bill_cntry">
				&mvte:global:Basket:bill_addr1;<br />
<mvt:if expr="g.Basket:bill_addr2">&mvte:global:Basket:bill_addr2;<br /></mvt:if>
<mvt:if expr="( NOT ISNULL g.Basket:bill_city ) AND ( NOT ISNULL g.Basket:bill_state )">
	&mvte:global:Basket:bill_city;,
<mvt:else>
	&mvte:global:Basket:bill_city;
</mvt:if>
&mvte:global:Basket:bill_state;
&mvte:global:Basket:bill_zip;
<br /> &mvte:global:Basket:bill_cntry;
				<mvt:else>
				 
				</mvt:if>
			</div>
		</div>
	</div>
</div>
	<div class="clear"></div>
<div id="ship-to">
	<h2 class="fields-heading">
		Ship To:
	</h2>
	<div id="ship-to-fields">
		<div class="form_row">
			<label>Name:</label>
			<mvt:if expr="g.Basket:ship_fname OR g.Basket:ship_lname">
			&mvte:global:Basket:ship_fname; &mvte:global:Basket:ship_lname;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Email Address:</label>
			<mvt:if expr="g.Basket:ship_email">
			&mvte:global:Basket:ship_email;
			<mvt:else>
			 
			</mvt:if>
		</div>
	
		<div class="form_row">
			<label>Phone Number:</label>
			<mvt:if expr="g.Basket:ship_phone">
			&mvte:global:Basket:ship_phone;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Fax Number:</label>
			<mvt:if expr="g.Basket:ship_fax">
			&mvte:global:Basket:ship_fax;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Company:</label>
			<mvt:if expr="g.Basket:ship_comp">
			&mvte:global:Basket:ship_comp;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Address:</label>
			<div>
				<mvt:if expr="g.Basket:ship_addr1 OR g.Basket:ship_addr2 OR g.Basket:ship_city OR g.Basket:ship_state OR g.Basket:ship_zip OR g.Basket:ship_cntry OR g.Basket:ship_res">
				&mvte:global:Basket:ship_addr1;<br />
<mvt:if expr="g.Basket:ship_addr2">&mvte:global:Basket:ship_addr2;<br /></mvt:if>
<mvt:if expr="( NOT ISNULL g.Basket:ship_city ) AND ( NOT ISNULL g.Basket:ship_state )">
	&mvte:global:Basket:ship_city;,
<mvt:else>
	&mvte:global:Basket:ship_city;
</mvt:if>
&mvte:global:Basket:ship_state;
&mvte:global:Basket:ship_zip;<br /> &mvte:global:Basket:ship_cntry;

					<mvt:if expr="g.Basket:ship_res">
						<br />
						Residential Address
					</mvt:if>
				<mvt:else>
				 
				</mvt:if>
			</div>
		</div>
	</div>
</div>
<div id="bill-to">
	<h2 class="fields-heading">
		Bill To:
	</h2>
	<div id="bill-to-fields">
		<div class="form_row">
			<label>Name:</label>
			<mvt:if expr="g.Basket:bill_fname OR g.Basket:bill_lname">
			&mvte:global:Basket:bill_fname; &mvte:global:Basket:bill_lname;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Email Address:</label>
			<mvt:if expr="g.Basket:bill_email">
			&mvte:global:Basket:bill_email;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Phone Number:</label>
			<mvt:if expr="g.Basket:bill_phone">
			&mvte:global:Basket:bill_phone;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Fax Number:</label>
			<mvt:if expr="g.Basket:bill_fax">
			&mvte:global:Basket:bill_fax;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Company:</label>
			<mvt:if expr="g.Basket:bill_comp">
			&mvte:global:Basket:bill_comp;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Address:</label>
			<div>
				<mvt:if expr="g.Basket:bill_addr1 OR g.Basket:bill_addr2 OR g.Basket:bill_city OR g.Basket:bill_state OR g.Basket:bill_zip OR g.Basket:bill_cntry">
				&mvte:global:Basket:bill_addr1;<br />
<mvt:if expr="g.Basket:bill_addr2">&mvte:global:Basket:bill_addr2;<br /></mvt:if>
<mvt:if expr="( NOT ISNULL g.Basket:bill_city ) AND ( NOT ISNULL g.Basket:bill_state )">
	&mvte:global:Basket:bill_city;,
<mvt:else>
	&mvte:global:Basket:bill_city;
</mvt:if>
&mvte:global:Basket:bill_state;
&mvte:global:Basket:bill_zip;
<br /> &mvte:global:Basket:bill_cntry;
				<mvt:else>
				 
				</mvt:if>
			</div>
		</div>
	</div>
</div>
	<div class="clear"></div>

CSSUI: Edit Page: OSEL: Customer Fields: Mode: Checkout: Display Only

Original File
New File
<div id="ship-to">
	<h2 class="fields-heading">
		Ship To:
	</h2>
	<div id="ship-to-fields">
		<div class="form_row">
			<label>Name:</label>
			<mvt:if expr="g.Basket:ship_fname OR g.Basket:ship_lname">
			&mvte:global:Basket:ship_fname; &mvte:global:Basket:ship_lname;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Email Address:</label>
			<mvt:if expr="g.Basket:ship_email">
			&mvte:global:Basket:ship_email;
			<mvt:else>
			 
			</mvt:if>
		</div>
	
		<div class="form_row">
			<label>Phone Number:</label>
			<mvt:if expr="g.Basket:ship_phone">
			&mvte:global:Basket:ship_phone;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Fax Number:</label>
			<mvt:if expr="g.Basket:ship_fax">
			&mvte:global:Basket:ship_fax;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Company:</label>
			<mvt:if expr="g.Basket:ship_comp">
			&mvte:global:Basket:ship_comp;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Address:</label>
			<div>
				<mvt:if expr="g.Basket:ship_addr1 OR g.Basket:ship_addr2 OR g.Basket:ship_city OR g.Basket:ship_state OR g.Basket:ship_zip OR g.Basket:ship_cntry">
				&mvte:global:Basket:ship_addr1;<br />
<mvt:if expr="g.Basket:ship_addr2">&mvte:global:Basket:ship_addr2;<br /></mvt:if>
<mvt:if expr="( NOT ISNULL g.Basket:ship_city ) AND ( NOT ISNULL g.Basket:ship_state )">
	&mvte:global:Basket:ship_city;,
<mvt:else>
	&mvte:global:Basket:ship_city;
</mvt:if>
&mvte:global:Basket:ship_state;
&mvte:global:Basket:ship_zip;<br /> &mvte:global:Basket:ship_cntry;
				<mvt:else>
				 
				</mvt:if>
			</div>
		</div>
	</div>
</div>
<div id="bill-to">
	<h2 class="fields-heading">
		Bill To:
	</h2>
	<div id="bill-to-fields">
		<div class="form_row">
			<label>Name:</label>
			<mvt:if expr="g.Basket:bill_fname OR g.Basket:bill_lname">
			&mvte:global:Basket:bill_fname; &mvte:global:Basket:bill_lname;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Email Address:</label>
			<mvt:if expr="g.Basket:bill_email">
			&mvte:global:Basket:bill_email;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Phone Number:</label>
			<mvt:if expr="g.Basket:bill_phone">
			&mvte:global:Basket:bill_phone;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Fax Number:</label>
			<mvt:if expr="g.Basket:bill_fax">
			&mvte:global:Basket:bill_fax;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Company:</label>
			<mvt:if expr="g.Basket:bill_comp">
			&mvte:global:Basket:bill_comp;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Address:</label>
			<div>
				<mvt:if expr="g.Basket:bill_addr1 OR g.Basket:bill_addr2 OR g.Basket:bill_city OR g.Basket:bill_state OR g.Basket:bill_zip OR g.Basket:bill_cntry">
				&mvte:global:Basket:bill_addr1;<br />
<mvt:if expr="g.Basket:bill_addr2">&mvte:global:Basket:bill_addr2;<br /></mvt:if>
<mvt:if expr="( NOT ISNULL g.Basket:bill_city ) AND ( NOT ISNULL g.Basket:bill_state )">
	&mvte:global:Basket:bill_city;,
<mvt:else>
	&mvte:global:Basket:bill_city;
</mvt:if>
&mvte:global:Basket:bill_state;
&mvte:global:Basket:bill_zip;
<br /> &mvte:global:Basket:bill_cntry;
				<mvt:else>
				 
				</mvt:if>
			</div>
		</div>
	</div>
</div>
	<div class="clear"></div>
<div id="ship-to">
	<h2 class="fields-heading">
		Ship To:
	</h2>
	<div id="ship-to-fields">
		<div class="form_row">
			<label>Name:</label>
			<mvt:if expr="g.Basket:ship_fname OR g.Basket:ship_lname">
			&mvte:global:Basket:ship_fname; &mvte:global:Basket:ship_lname;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Email Address:</label>
			<mvt:if expr="g.Basket:ship_email">
			&mvte:global:Basket:ship_email;
			<mvt:else>
			 
			</mvt:if>
		</div>
	
		<div class="form_row">
			<label>Phone Number:</label>
			<mvt:if expr="g.Basket:ship_phone">
			&mvte:global:Basket:ship_phone;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Fax Number:</label>
			<mvt:if expr="g.Basket:ship_fax">
			&mvte:global:Basket:ship_fax;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Company:</label>
			<mvt:if expr="g.Basket:ship_comp">
			&mvte:global:Basket:ship_comp;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Address:</label>
			<div>
				<mvt:if expr="g.Basket:ship_addr1 OR g.Basket:ship_addr2 OR g.Basket:ship_city OR g.Basket:ship_state OR g.Basket:ship_zip OR g.Basket:ship_cntry OR g.Basket:ship_res">
				&mvte:global:Basket:ship_addr1;<br />
<mvt:if expr="g.Basket:ship_addr2">&mvte:global:Basket:ship_addr2;<br /></mvt:if>
<mvt:if expr="( NOT ISNULL g.Basket:ship_city ) AND ( NOT ISNULL g.Basket:ship_state )">
	&mvte:global:Basket:ship_city;,
<mvt:else>
	&mvte:global:Basket:ship_city;
</mvt:if>
&mvte:global:Basket:ship_state;
&mvte:global:Basket:ship_zip;<br /> &mvte:global:Basket:ship_cntry;

					<mvt:if expr="g.Basket:ship_res">
						<br />
						Residential Address
					</mvt:if>
				<mvt:else>
				 
				</mvt:if>
			</div>
		</div>
	</div>
</div>
<div id="bill-to">
	<h2 class="fields-heading">
		Bill To:
	</h2>
	<div id="bill-to-fields">
		<div class="form_row">
			<label>Name:</label>
			<mvt:if expr="g.Basket:bill_fname OR g.Basket:bill_lname">
			&mvte:global:Basket:bill_fname; &mvte:global:Basket:bill_lname;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Email Address:</label>
			<mvt:if expr="g.Basket:bill_email">
			&mvte:global:Basket:bill_email;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Phone Number:</label>
			<mvt:if expr="g.Basket:bill_phone">
			&mvte:global:Basket:bill_phone;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Fax Number:</label>
			<mvt:if expr="g.Basket:bill_fax">
			&mvte:global:Basket:bill_fax;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Company:</label>
			<mvt:if expr="g.Basket:bill_comp">
			&mvte:global:Basket:bill_comp;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Address:</label>
			<div>
				<mvt:if expr="g.Basket:bill_addr1 OR g.Basket:bill_addr2 OR g.Basket:bill_city OR g.Basket:bill_state OR g.Basket:bill_zip OR g.Basket:bill_cntry">
				&mvte:global:Basket:bill_addr1;<br />
<mvt:if expr="g.Basket:bill_addr2">&mvte:global:Basket:bill_addr2;<br /></mvt:if>
<mvt:if expr="( NOT ISNULL g.Basket:bill_city ) AND ( NOT ISNULL g.Basket:bill_state )">
	&mvte:global:Basket:bill_city;,
<mvt:else>
	&mvte:global:Basket:bill_city;
</mvt:if>
&mvte:global:Basket:bill_state;
&mvte:global:Basket:bill_zip;
<br /> &mvte:global:Basket:bill_cntry;
				<mvt:else>
				 
				</mvt:if>
			</div>
		</div>
	</div>
</div>
	<div class="clear"></div>

CSSUI: Edit Page: RGFT: Customer Fields: Mode: Checkout: Display Only

Original File
New File
<div id="ship-to">
	<h2 class="fields-heading">
		Ship To:
	</h2>
	<div id="ship-to-fields">
		<div class="form_row">
			<label>Name:</label>
			<mvt:if expr="g.Basket:ship_fname OR g.Basket:ship_lname">
			&mvte:global:Basket:ship_fname; &mvte:global:Basket:ship_lname;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Email Address:</label>
			<mvt:if expr="g.Basket:ship_email">
			&mvte:global:Basket:ship_email;
			<mvt:else>
			 
			</mvt:if>
		</div>
	
		<div class="form_row">
			<label>Phone Number:</label>
			<mvt:if expr="g.Basket:ship_phone">
			&mvte:global:Basket:ship_phone;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Fax Number:</label>
			<mvt:if expr="g.Basket:ship_fax">
			&mvte:global:Basket:ship_fax;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Company:</label>
			<mvt:if expr="g.Basket:ship_comp">
			&mvte:global:Basket:ship_comp;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Address:</label>
			<div>
				<mvt:if expr="g.Basket:ship_addr1 OR g.Basket:ship_addr2 OR g.Basket:ship_city OR g.Basket:ship_state OR g.Basket:ship_zip OR g.Basket:ship_cntry">
				&mvte:global:Basket:ship_addr1;<br />
<mvt:if expr="g.Basket:ship_addr2">&mvte:global:Basket:ship_addr2;<br /></mvt:if>
<mvt:if expr="( NOT ISNULL g.Basket:ship_city ) AND ( NOT ISNULL g.Basket:ship_state )">
	&mvte:global:Basket:ship_city;,
<mvt:else>
	&mvte:global:Basket:ship_city;
</mvt:if>
&mvte:global:Basket:ship_state;
&mvte:global:Basket:ship_zip;<br /> &mvte:global:Basket:ship_cntry;
				<mvt:else>
				 
				</mvt:if>
			</div>
		</div>
	</div>
</div>
<div id="bill-to">
	<h2 class="fields-heading">
		Bill To:
	</h2>
	<div id="bill-to-fields">
		<div class="form_row">
			<label>Name:</label>
			<mvt:if expr="g.Basket:bill_fname OR g.Basket:bill_lname">
			&mvte:global:Basket:bill_fname; &mvte:global:Basket:bill_lname;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Email Address:</label>
			<mvt:if expr="g.Basket:bill_email">
			&mvte:global:Basket:bill_email;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Phone Number:</label>
			<mvt:if expr="g.Basket:bill_phone">
			&mvte:global:Basket:bill_phone;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Fax Number:</label>
			<mvt:if expr="g.Basket:bill_fax">
			&mvte:global:Basket:bill_fax;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Company:</label>
			<mvt:if expr="g.Basket:bill_comp">
			&mvte:global:Basket:bill_comp;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Address:</label>
			<div>
				<mvt:if expr="g.Basket:bill_addr1 OR g.Basket:bill_addr2 OR g.Basket:bill_city OR g.Basket:bill_state OR g.Basket:bill_zip OR g.Basket:bill_cntry">
				&mvte:global:Basket:bill_addr1;<br />
<mvt:if expr="g.Basket:bill_addr2">&mvte:global:Basket:bill_addr2;<br /></mvt:if>
<mvt:if expr="( NOT ISNULL g.Basket:bill_city ) AND ( NOT ISNULL g.Basket:bill_state )">
	&mvte:global:Basket:bill_city;,
<mvt:else>
	&mvte:global:Basket:bill_city;
</mvt:if>
&mvte:global:Basket:bill_state;
&mvte:global:Basket:bill_zip;
<br /> &mvte:global:Basket:bill_cntry;
				<mvt:else>
				 
				</mvt:if>
			</div>
		</div>
	</div>
</div>
	<div class="clear"></div>
<div id="ship-to">
	<h2 class="fields-heading">
		Ship To:
	</h2>
	<div id="ship-to-fields">
		<div class="form_row">
			<label>Name:</label>
			<mvt:if expr="g.Basket:ship_fname OR g.Basket:ship_lname">
			&mvte:global:Basket:ship_fname; &mvte:global:Basket:ship_lname;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Email Address:</label>
			<mvt:if expr="g.Basket:ship_email">
			&mvte:global:Basket:ship_email;
			<mvt:else>
			 
			</mvt:if>
		</div>
	
		<div class="form_row">
			<label>Phone Number:</label>
			<mvt:if expr="g.Basket:ship_phone">
			&mvte:global:Basket:ship_phone;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Fax Number:</label>
			<mvt:if expr="g.Basket:ship_fax">
			&mvte:global:Basket:ship_fax;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Company:</label>
			<mvt:if expr="g.Basket:ship_comp">
			&mvte:global:Basket:ship_comp;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Address:</label>
			<div>
				<mvt:if expr="g.Basket:ship_addr1 OR g.Basket:ship_addr2 OR g.Basket:ship_city OR g.Basket:ship_state OR g.Basket:ship_zip OR g.Basket:ship_cntry OR g.Basket:ship_res">
				&mvte:global:Basket:ship_addr1;<br />
<mvt:if expr="g.Basket:ship_addr2">&mvte:global:Basket:ship_addr2;<br /></mvt:if>
<mvt:if expr="( NOT ISNULL g.Basket:ship_city ) AND ( NOT ISNULL g.Basket:ship_state )">
	&mvte:global:Basket:ship_city;,
<mvt:else>
	&mvte:global:Basket:ship_city;
</mvt:if>
&mvte:global:Basket:ship_state;
&mvte:global:Basket:ship_zip;<br /> &mvte:global:Basket:ship_cntry;

					<mvt:if expr="g.Basket:ship_res">
						<br />
						Residential Address
					</mvt:if>
				<mvt:else>
				 
				</mvt:if>
			</div>
		</div>
	</div>
</div>
<div id="bill-to">
	<h2 class="fields-heading">
		Bill To:
	</h2>
	<div id="bill-to-fields">
		<div class="form_row">
			<label>Name:</label>
			<mvt:if expr="g.Basket:bill_fname OR g.Basket:bill_lname">
			&mvte:global:Basket:bill_fname; &mvte:global:Basket:bill_lname;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Email Address:</label>
			<mvt:if expr="g.Basket:bill_email">
			&mvte:global:Basket:bill_email;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Phone Number:</label>
			<mvt:if expr="g.Basket:bill_phone">
			&mvte:global:Basket:bill_phone;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Fax Number:</label>
			<mvt:if expr="g.Basket:bill_fax">
			&mvte:global:Basket:bill_fax;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Company:</label>
			<mvt:if expr="g.Basket:bill_comp">
			&mvte:global:Basket:bill_comp;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Address:</label>
			<div>
				<mvt:if expr="g.Basket:bill_addr1 OR g.Basket:bill_addr2 OR g.Basket:bill_city OR g.Basket:bill_state OR g.Basket:bill_zip OR g.Basket:bill_cntry">
				&mvte:global:Basket:bill_addr1;<br />
<mvt:if expr="g.Basket:bill_addr2">&mvte:global:Basket:bill_addr2;<br /></mvt:if>
<mvt:if expr="( NOT ISNULL g.Basket:bill_city ) AND ( NOT ISNULL g.Basket:bill_state )">
	&mvte:global:Basket:bill_city;,
<mvt:else>
	&mvte:global:Basket:bill_city;
</mvt:if>
&mvte:global:Basket:bill_state;
&mvte:global:Basket:bill_zip;
<br /> &mvte:global:Basket:bill_cntry;
				<mvt:else>
				 
				</mvt:if>
			</div>
		</div>
	</div>
</div>
	<div class="clear"></div>

CSSUI: Edit Page: ABAL: Customer Fields: Mode: Checkout: Display-Only

Original File
New File
<div id="ship-to">
	<h2 class="fields-heading">
		Ship To:
	</h2>
	<div id="ship-to-fields">
		<div class="form_row">
			<label>Name:</label>
			<mvt:if expr="g.Basket:ship_fname OR g.Basket:ship_lname">
			&mvte:global:Basket:ship_fname; &mvte:global:Basket:ship_lname;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Email Address:</label>
			<mvt:if expr="g.Basket:ship_email">
			&mvte:global:Basket:ship_email;
			<mvt:else>
			 
			</mvt:if>
		</div>
	
		<div class="form_row">
			<label>Phone Number:</label>
			<mvt:if expr="g.Basket:ship_phone">
			&mvte:global:Basket:ship_phone;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Fax Number:</label>
			<mvt:if expr="g.Basket:ship_fax">
			&mvte:global:Basket:ship_fax;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Company:</label>
			<mvt:if expr="g.Basket:ship_comp">
			&mvte:global:Basket:ship_comp;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Address:</label>
			<div>
				<mvt:if expr="g.Basket:ship_addr1 OR g.Basket:ship_addr2 OR g.Basket:ship_city OR g.Basket:ship_state OR g.Basket:ship_zip OR g.Basket:ship_cntry">
				&mvte:global:Basket:ship_addr1;<br />
<mvt:if expr="g.Basket:ship_addr2">&mvte:global:Basket:ship_addr2;<br /></mvt:if>
<mvt:if expr="( NOT ISNULL g.Basket:ship_city ) AND ( NOT ISNULL g.Basket:ship_state )">
	&mvte:global:Basket:ship_city;,
<mvt:else>
	&mvte:global:Basket:ship_city;
</mvt:if>
&mvte:global:Basket:ship_state;
&mvte:global:Basket:ship_zip;<br /> &mvte:global:Basket:ship_cntry;
				<mvt:else>
				 
				</mvt:if>
			</div>
		</div>
	</div>
</div>
<div id="bill-to">
	<h2 class="fields-heading">
		Bill To:
	</h2>
	<div id="bill-to-fields">
		<div class="form_row">
			<label>Name:</label>
			<mvt:if expr="g.Basket:bill_fname OR g.Basket:bill_lname">
			&mvte:global:Basket:bill_fname; &mvte:global:Basket:bill_lname;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Email Address:</label>
			<mvt:if expr="g.Basket:bill_email">
			&mvte:global:Basket:bill_email;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Phone Number:</label>
			<mvt:if expr="g.Basket:bill_phone">
			&mvte:global:Basket:bill_phone;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Fax Number:</label>
			<mvt:if expr="g.Basket:bill_fax">
			&mvte:global:Basket:bill_fax;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Company:</label>
			<mvt:if expr="g.Basket:bill_comp">
			&mvte:global:Basket:bill_comp;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Address:</label>
			<div>
				<mvt:if expr="g.Basket:bill_addr1 OR g.Basket:bill_addr2 OR g.Basket:bill_city OR g.Basket:bill_state OR g.Basket:bill_zip OR g.Basket:bill_cntry">
				&mvte:global:Basket:bill_addr1;<br />
<mvt:if expr="g.Basket:bill_addr2">&mvte:global:Basket:bill_addr2;<br /></mvt:if>
<mvt:if expr="( NOT ISNULL g.Basket:bill_city ) AND ( NOT ISNULL g.Basket:bill_state )">
	&mvte:global:Basket:bill_city;,
<mvt:else>
	&mvte:global:Basket:bill_city;
</mvt:if>
&mvte:global:Basket:bill_state;
&mvte:global:Basket:bill_zip;
<br /> &mvte:global:Basket:bill_cntry;
				<mvt:else>
				 
				</mvt:if>
			</div>
		</div>
	</div>
</div>
	<div class="clear"></div>
<div id="ship-to">
	<h2 class="fields-heading">
		Ship To:
	</h2>
	<div id="ship-to-fields">
		<div class="form_row">
			<label>Name:</label>
			<mvt:if expr="g.Basket:ship_fname OR g.Basket:ship_lname">
			&mvte:global:Basket:ship_fname; &mvte:global:Basket:ship_lname;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Email Address:</label>
			<mvt:if expr="g.Basket:ship_email">
			&mvte:global:Basket:ship_email;
			<mvt:else>
			 
			</mvt:if>
		</div>
	
		<div class="form_row">
			<label>Phone Number:</label>
			<mvt:if expr="g.Basket:ship_phone">
			&mvte:global:Basket:ship_phone;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Fax Number:</label>
			<mvt:if expr="g.Basket:ship_fax">
			&mvte:global:Basket:ship_fax;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Company:</label>
			<mvt:if expr="g.Basket:ship_comp">
			&mvte:global:Basket:ship_comp;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Address:</label>
			<div>
				<mvt:if expr="g.Basket:ship_addr1 OR g.Basket:ship_addr2 OR g.Basket:ship_city OR g.Basket:ship_state OR g.Basket:ship_zip OR g.Basket:ship_cntry OR g.Basket:ship_res">
				&mvte:global:Basket:ship_addr1;<br />
<mvt:if expr="g.Basket:ship_addr2">&mvte:global:Basket:ship_addr2;<br /></mvt:if>
<mvt:if expr="( NOT ISNULL g.Basket:ship_city ) AND ( NOT ISNULL g.Basket:ship_state )">
	&mvte:global:Basket:ship_city;,
<mvt:else>
	&mvte:global:Basket:ship_city;
</mvt:if>
&mvte:global:Basket:ship_state;
&mvte:global:Basket:ship_zip;<br /> &mvte:global:Basket:ship_cntry;

					<mvt:if expr="g.Basket:ship_res">
						<br />
						Residential Address
					</mvt:if>
				<mvt:else>
				 
				</mvt:if>
			</div>
		</div>
	</div>
</div>
<div id="bill-to">
	<h2 class="fields-heading">
		Bill To:
	</h2>
	<div id="bill-to-fields">
		<div class="form_row">
			<label>Name:</label>
			<mvt:if expr="g.Basket:bill_fname OR g.Basket:bill_lname">
			&mvte:global:Basket:bill_fname; &mvte:global:Basket:bill_lname;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Email Address:</label>
			<mvt:if expr="g.Basket:bill_email">
			&mvte:global:Basket:bill_email;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Phone Number:</label>
			<mvt:if expr="g.Basket:bill_phone">
			&mvte:global:Basket:bill_phone;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Fax Number:</label>
			<mvt:if expr="g.Basket:bill_fax">
			&mvte:global:Basket:bill_fax;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Company:</label>
			<mvt:if expr="g.Basket:bill_comp">
			&mvte:global:Basket:bill_comp;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Address:</label>
			<div>
				<mvt:if expr="g.Basket:bill_addr1 OR g.Basket:bill_addr2 OR g.Basket:bill_city OR g.Basket:bill_state OR g.Basket:bill_zip OR g.Basket:bill_cntry">
				&mvte:global:Basket:bill_addr1;<br />
<mvt:if expr="g.Basket:bill_addr2">&mvte:global:Basket:bill_addr2;<br /></mvt:if>
<mvt:if expr="( NOT ISNULL g.Basket:bill_city ) AND ( NOT ISNULL g.Basket:bill_state )">
	&mvte:global:Basket:bill_city;,
<mvt:else>
	&mvte:global:Basket:bill_city;
</mvt:if>
&mvte:global:Basket:bill_state;
&mvte:global:Basket:bill_zip;
<br /> &mvte:global:Basket:bill_cntry;
				<mvt:else>
				 
				</mvt:if>
			</div>
		</div>
	</div>
</div>
	<div class="clear"></div>

CSSUI: Edit Page: ACAD: Customer Fields: Mode: Checkout: Display-Only

Original File
New File
<div id="ship-to">
	<h2 class="fields-heading">
		Ship To:
	</h2>
	<div id="ship-to-fields">
		<div class="form_row">
			<label>Name:</label>
			<mvt:if expr="g.Basket:ship_fname OR g.Basket:ship_lname">
			&mvte:global:Basket:ship_fname; &mvte:global:Basket:ship_lname;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Email Address:</label>
			<mvt:if expr="g.Basket:ship_email">
			&mvte:global:Basket:ship_email;
			<mvt:else>
			 
			</mvt:if>
		</div>
	
		<div class="form_row">
			<label>Phone Number:</label>
			<mvt:if expr="g.Basket:ship_phone">
			&mvte:global:Basket:ship_phone;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Fax Number:</label>
			<mvt:if expr="g.Basket:ship_fax">
			&mvte:global:Basket:ship_fax;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Company:</label>
			<mvt:if expr="g.Basket:ship_comp">
			&mvte:global:Basket:ship_comp;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Address:</label>
			<div>
				<mvt:if expr="g.Basket:ship_addr1 OR g.Basket:ship_addr2 OR g.Basket:ship_city OR g.Basket:ship_state OR g.Basket:ship_zip OR g.Basket:ship_cntry">
				&mvte:global:Basket:ship_addr1;<br />
<mvt:if expr="g.Basket:ship_addr2">&mvte:global:Basket:ship_addr2;<br /></mvt:if>
<mvt:if expr="( NOT ISNULL g.Basket:ship_city ) AND ( NOT ISNULL g.Basket:ship_state )">
	&mvte:global:Basket:ship_city;,
<mvt:else>
	&mvte:global:Basket:ship_city;
</mvt:if>
&mvte:global:Basket:ship_state;
&mvte:global:Basket:ship_zip;<br /> &mvte:global:Basket:ship_cntry;
				<mvt:else>
				 
				</mvt:if>
			</div>
		</div>
	</div>
</div>
<div id="bill-to">
	<h2 class="fields-heading">
		Bill To:
	</h2>
	<div id="bill-to-fields">
		<div class="form_row">
			<label>Name:</label>
			<mvt:if expr="g.Basket:bill_fname OR g.Basket:bill_lname">
			&mvte:global:Basket:bill_fname; &mvte:global:Basket:bill_lname;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Email Address:</label>
			<mvt:if expr="g.Basket:bill_email">
			&mvte:global:Basket:bill_email;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Phone Number:</label>
			<mvt:if expr="g.Basket:bill_phone">
			&mvte:global:Basket:bill_phone;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Fax Number:</label>
			<mvt:if expr="g.Basket:bill_fax">
			&mvte:global:Basket:bill_fax;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Company:</label>
			<mvt:if expr="g.Basket:bill_comp">
			&mvte:global:Basket:bill_comp;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Address:</label>
			<div>
				<mvt:if expr="g.Basket:bill_addr1 OR g.Basket:bill_addr2 OR g.Basket:bill_city OR g.Basket:bill_state OR g.Basket:bill_zip OR g.Basket:bill_cntry">
				&mvte:global:Basket:bill_addr1;<br />
<mvt:if expr="g.Basket:bill_addr2">&mvte:global:Basket:bill_addr2;<br /></mvt:if>
<mvt:if expr="( NOT ISNULL g.Basket:bill_city ) AND ( NOT ISNULL g.Basket:bill_state )">
	&mvte:global:Basket:bill_city;,
<mvt:else>
	&mvte:global:Basket:bill_city;
</mvt:if>
&mvte:global:Basket:bill_state;
&mvte:global:Basket:bill_zip;
<br /> &mvte:global:Basket:bill_cntry;
				<mvt:else>
				 
				</mvt:if>
			</div>
		</div>
	</div>
</div>
	<div class="clear"></div>
<div id="ship-to">
	<h2 class="fields-heading">
		Ship To:
	</h2>
	<div id="ship-to-fields">
		<div class="form_row">
			<label>Name:</label>
			<mvt:if expr="g.Basket:ship_fname OR g.Basket:ship_lname">
			&mvte:global:Basket:ship_fname; &mvte:global:Basket:ship_lname;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Email Address:</label>
			<mvt:if expr="g.Basket:ship_email">
			&mvte:global:Basket:ship_email;
			<mvt:else>
			 
			</mvt:if>
		</div>
	
		<div class="form_row">
			<label>Phone Number:</label>
			<mvt:if expr="g.Basket:ship_phone">
			&mvte:global:Basket:ship_phone;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Fax Number:</label>
			<mvt:if expr="g.Basket:ship_fax">
			&mvte:global:Basket:ship_fax;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Company:</label>
			<mvt:if expr="g.Basket:ship_comp">
			&mvte:global:Basket:ship_comp;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Address:</label>
			<div>
				<mvt:if expr="g.Basket:ship_addr1 OR g.Basket:ship_addr2 OR g.Basket:ship_city OR g.Basket:ship_state OR g.Basket:ship_zip OR g.Basket:ship_cntry OR g.Basket:ship_res">
				&mvte:global:Basket:ship_addr1;<br />
<mvt:if expr="g.Basket:ship_addr2">&mvte:global:Basket:ship_addr2;<br /></mvt:if>
<mvt:if expr="( NOT ISNULL g.Basket:ship_city ) AND ( NOT ISNULL g.Basket:ship_state )">
	&mvte:global:Basket:ship_city;,
<mvt:else>
	&mvte:global:Basket:ship_city;
</mvt:if>
&mvte:global:Basket:ship_state;
&mvte:global:Basket:ship_zip;<br /> &mvte:global:Basket:ship_cntry;

					<mvt:if expr="g.Basket:ship_res">
						<br />
						Residential Address
					</mvt:if>
				<mvt:else>
				 
				</mvt:if>
			</div>
		</div>
	</div>
</div>
<div id="bill-to">
	<h2 class="fields-heading">
		Bill To:
	</h2>
	<div id="bill-to-fields">
		<div class="form_row">
			<label>Name:</label>
			<mvt:if expr="g.Basket:bill_fname OR g.Basket:bill_lname">
			&mvte:global:Basket:bill_fname; &mvte:global:Basket:bill_lname;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Email Address:</label>
			<mvt:if expr="g.Basket:bill_email">
			&mvte:global:Basket:bill_email;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Phone Number:</label>
			<mvt:if expr="g.Basket:bill_phone">
			&mvte:global:Basket:bill_phone;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Fax Number:</label>
			<mvt:if expr="g.Basket:bill_fax">
			&mvte:global:Basket:bill_fax;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Company:</label>
			<mvt:if expr="g.Basket:bill_comp">
			&mvte:global:Basket:bill_comp;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Address:</label>
			<div>
				<mvt:if expr="g.Basket:bill_addr1 OR g.Basket:bill_addr2 OR g.Basket:bill_city OR g.Basket:bill_state OR g.Basket:bill_zip OR g.Basket:bill_cntry">
				&mvte:global:Basket:bill_addr1;<br />
<mvt:if expr="g.Basket:bill_addr2">&mvte:global:Basket:bill_addr2;<br /></mvt:if>
<mvt:if expr="( NOT ISNULL g.Basket:bill_city ) AND ( NOT ISNULL g.Basket:bill_state )">
	&mvte:global:Basket:bill_city;,
<mvt:else>
	&mvte:global:Basket:bill_city;
</mvt:if>
&mvte:global:Basket:bill_state;
&mvte:global:Basket:bill_zip;
<br /> &mvte:global:Basket:bill_cntry;
				<mvt:else>
				 
				</mvt:if>
			</div>
		</div>
	</div>
</div>
	<div class="clear"></div>

CSSUI: Edit Page: ACED: Customer Fields: Mode: Checkout: Display-Only

Original File
New File
<div id="ship-to">
	<h2 class="fields-heading">
		Ship To:
	</h2>
	<div id="ship-to-fields">
		<div class="form_row">
			<label>Name:</label>
			<mvt:if expr="g.Basket:ship_fname OR g.Basket:ship_lname">
			&mvte:global:Basket:ship_fname; &mvte:global:Basket:ship_lname;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Email Address:</label>
			<mvt:if expr="g.Basket:ship_email">
			&mvte:global:Basket:ship_email;
			<mvt:else>
			 
			</mvt:if>
		</div>
	
		<div class="form_row">
			<label>Phone Number:</label>
			<mvt:if expr="g.Basket:ship_phone">
			&mvte:global:Basket:ship_phone;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Fax Number:</label>
			<mvt:if expr="g.Basket:ship_fax">
			&mvte:global:Basket:ship_fax;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Company:</label>
			<mvt:if expr="g.Basket:ship_comp">
			&mvte:global:Basket:ship_comp;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Address:</label>
			<div>
				<mvt:if expr="g.Basket:ship_addr1 OR g.Basket:ship_addr2 OR g.Basket:ship_city OR g.Basket:ship_state OR g.Basket:ship_zip OR g.Basket:ship_cntry">
				&mvte:global:Basket:ship_addr1;<br />
<mvt:if expr="g.Basket:ship_addr2">&mvte:global:Basket:ship_addr2;<br /></mvt:if>
<mvt:if expr="( NOT ISNULL g.Basket:ship_city ) AND ( NOT ISNULL g.Basket:ship_state )">
	&mvte:global:Basket:ship_city;,
<mvt:else>
	&mvte:global:Basket:ship_city;
</mvt:if>
&mvte:global:Basket:ship_state;
&mvte:global:Basket:ship_zip;<br /> &mvte:global:Basket:ship_cntry;
				<mvt:else>
				 
				</mvt:if>
			</div>
		</div>
	</div>
</div>
<div id="bill-to">
	<h2 class="fields-heading">
		Bill To:
	</h2>
	<div id="bill-to-fields">
		<div class="form_row">
			<label>Name:</label>
			<mvt:if expr="g.Basket:bill_fname OR g.Basket:bill_lname">
			&mvte:global:Basket:bill_fname; &mvte:global:Basket:bill_lname;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Email Address:</label>
			<mvt:if expr="g.Basket:bill_email">
			&mvte:global:Basket:bill_email;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Phone Number:</label>
			<mvt:if expr="g.Basket:bill_phone">
			&mvte:global:Basket:bill_phone;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Fax Number:</label>
			<mvt:if expr="g.Basket:bill_fax">
			&mvte:global:Basket:bill_fax;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Company:</label>
			<mvt:if expr="g.Basket:bill_comp">
			&mvte:global:Basket:bill_comp;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Address:</label>
			<div>
				<mvt:if expr="g.Basket:bill_addr1 OR g.Basket:bill_addr2 OR g.Basket:bill_city OR g.Basket:bill_state OR g.Basket:bill_zip OR g.Basket:bill_cntry">
				&mvte:global:Basket:bill_addr1;<br />
<mvt:if expr="g.Basket:bill_addr2">&mvte:global:Basket:bill_addr2;<br /></mvt:if>
<mvt:if expr="( NOT ISNULL g.Basket:bill_city ) AND ( NOT ISNULL g.Basket:bill_state )">
	&mvte:global:Basket:bill_city;,
<mvt:else>
	&mvte:global:Basket:bill_city;
</mvt:if>
&mvte:global:Basket:bill_state;
&mvte:global:Basket:bill_zip;
<br /> &mvte:global:Basket:bill_cntry;
				<mvt:else>
				 
				</mvt:if>
			</div>
		</div>
	</div>
</div>
	<div class="clear"></div>
<div id="ship-to">
	<h2 class="fields-heading">
		Ship To:
	</h2>
	<div id="ship-to-fields">
		<div class="form_row">
			<label>Name:</label>
			<mvt:if expr="g.Basket:ship_fname OR g.Basket:ship_lname">
			&mvte:global:Basket:ship_fname; &mvte:global:Basket:ship_lname;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Email Address:</label>
			<mvt:if expr="g.Basket:ship_email">
			&mvte:global:Basket:ship_email;
			<mvt:else>
			 
			</mvt:if>
		</div>
	
		<div class="form_row">
			<label>Phone Number:</label>
			<mvt:if expr="g.Basket:ship_phone">
			&mvte:global:Basket:ship_phone;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Fax Number:</label>
			<mvt:if expr="g.Basket:ship_fax">
			&mvte:global:Basket:ship_fax;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Company:</label>
			<mvt:if expr="g.Basket:ship_comp">
			&mvte:global:Basket:ship_comp;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Address:</label>
			<div>
				<mvt:if expr="g.Basket:ship_addr1 OR g.Basket:ship_addr2 OR g.Basket:ship_city OR g.Basket:ship_state OR g.Basket:ship_zip OR g.Basket:ship_cntry OR g.Basket:ship_res">
				&mvte:global:Basket:ship_addr1;<br />
<mvt:if expr="g.Basket:ship_addr2">&mvte:global:Basket:ship_addr2;<br /></mvt:if>
<mvt:if expr="( NOT ISNULL g.Basket:ship_city ) AND ( NOT ISNULL g.Basket:ship_state )">
	&mvte:global:Basket:ship_city;,
<mvt:else>
	&mvte:global:Basket:ship_city;
</mvt:if>
&mvte:global:Basket:ship_state;
&mvte:global:Basket:ship_zip;<br /> &mvte:global:Basket:ship_cntry;

					<mvt:if expr="g.Basket:ship_res">
						<br />
						Residential Address
					</mvt:if>
				<mvt:else>
				 
				</mvt:if>
			</div>
		</div>
	</div>
</div>
<div id="bill-to">
	<h2 class="fields-heading">
		Bill To:
	</h2>
	<div id="bill-to-fields">
		<div class="form_row">
			<label>Name:</label>
			<mvt:if expr="g.Basket:bill_fname OR g.Basket:bill_lname">
			&mvte:global:Basket:bill_fname; &mvte:global:Basket:bill_lname;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Email Address:</label>
			<mvt:if expr="g.Basket:bill_email">
			&mvte:global:Basket:bill_email;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Phone Number:</label>
			<mvt:if expr="g.Basket:bill_phone">
			&mvte:global:Basket:bill_phone;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Fax Number:</label>
			<mvt:if expr="g.Basket:bill_fax">
			&mvte:global:Basket:bill_fax;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Company:</label>
			<mvt:if expr="g.Basket:bill_comp">
			&mvte:global:Basket:bill_comp;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Address:</label>
			<div>
				<mvt:if expr="g.Basket:bill_addr1 OR g.Basket:bill_addr2 OR g.Basket:bill_city OR g.Basket:bill_state OR g.Basket:bill_zip OR g.Basket:bill_cntry">
				&mvte:global:Basket:bill_addr1;<br />
<mvt:if expr="g.Basket:bill_addr2">&mvte:global:Basket:bill_addr2;<br /></mvt:if>
<mvt:if expr="( NOT ISNULL g.Basket:bill_city ) AND ( NOT ISNULL g.Basket:bill_state )">
	&mvte:global:Basket:bill_city;,
<mvt:else>
	&mvte:global:Basket:bill_city;
</mvt:if>
&mvte:global:Basket:bill_state;
&mvte:global:Basket:bill_zip;
<br /> &mvte:global:Basket:bill_cntry;
				<mvt:else>
				 
				</mvt:if>
			</div>
		</div>
	</div>
</div>
	<div class="clear"></div>

CSSUI: Edit Page: OCST: Customer Fields: Mode: Checkout: Display Only

Original File
New File
<div id="ship-to">
	<h2 class="fields-heading">
		Ship To:
	</h2>
	<div id="ship-to-fields">
		<div class="form_row">
			<label>Name:</label>
			<mvt:if expr="g.Basket:ship_fname OR g.Basket:ship_lname">
			&mvte:global:Basket:ship_fname; &mvte:global:Basket:ship_lname;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Email Address:</label>
			<mvt:if expr="g.Basket:ship_email">
			&mvte:global:Basket:ship_email;
			<mvt:else>
			 
			</mvt:if>
		</div>
	
		<div class="form_row">
			<label>Phone Number:</label>
			<mvt:if expr="g.Basket:ship_phone">
			&mvte:global:Basket:ship_phone;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Fax Number:</label>
			<mvt:if expr="g.Basket:ship_fax">
			&mvte:global:Basket:ship_fax;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Company:</label>
			<mvt:if expr="g.Basket:ship_comp">
			&mvte:global:Basket:ship_comp;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Address:</label>
			<div>
				<mvt:if expr="g.Basket:ship_addr1 OR g.Basket:ship_addr2 OR g.Basket:ship_city OR g.Basket:ship_state OR g.Basket:ship_zip OR g.Basket:ship_cntry">
				&mvte:global:Basket:ship_addr1;<br />
<mvt:if expr="g.Basket:ship_addr2">&mvte:global:Basket:ship_addr2;<br /></mvt:if>
<mvt:if expr="( NOT ISNULL g.Basket:ship_city ) AND ( NOT ISNULL g.Basket:ship_state )">
	&mvte:global:Basket:ship_city;,
<mvt:else>
	&mvte:global:Basket:ship_city;
</mvt:if>
&mvte:global:Basket:ship_state;
&mvte:global:Basket:ship_zip;<br /> &mvte:global:Basket:ship_cntry;
				<mvt:else>
				 
				</mvt:if>
			</div>
		</div>
	</div>
</div>
<div id="bill-to">
	<h2 class="fields-heading">
		Bill To:
	</h2>
	<div id="bill-to-fields">
		<div class="form_row">
			<label>Name:</label>
			<mvt:if expr="g.Basket:bill_fname OR g.Basket:bill_lname">
			&mvte:global:Basket:bill_fname; &mvte:global:Basket:bill_lname;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Email Address:</label>
			<mvt:if expr="g.Basket:bill_email">
			&mvte:global:Basket:bill_email;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Phone Number:</label>
			<mvt:if expr="g.Basket:bill_phone">
			&mvte:global:Basket:bill_phone;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Fax Number:</label>
			<mvt:if expr="g.Basket:bill_fax">
			&mvte:global:Basket:bill_fax;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Company:</label>
			<mvt:if expr="g.Basket:bill_comp">
			&mvte:global:Basket:bill_comp;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Address:</label>
			<div>
				<mvt:if expr="g.Basket:bill_addr1 OR g.Basket:bill_addr2 OR g.Basket:bill_city OR g.Basket:bill_state OR g.Basket:bill_zip OR g.Basket:bill_cntry">
				&mvte:global:Basket:bill_addr1;<br />
<mvt:if expr="g.Basket:bill_addr2">&mvte:global:Basket:bill_addr2;<br /></mvt:if>
<mvt:if expr="( NOT ISNULL g.Basket:bill_city ) AND ( NOT ISNULL g.Basket:bill_state )">
	&mvte:global:Basket:bill_city;,
<mvt:else>
	&mvte:global:Basket:bill_city;
</mvt:if>
&mvte:global:Basket:bill_state;
&mvte:global:Basket:bill_zip;
<br /> &mvte:global:Basket:bill_cntry;
				<mvt:else>
				 
				</mvt:if>
			</div>
		</div>
	</div>
</div>
	<div class="clear"></div>
<div id="ship-to">
	<h2 class="fields-heading">
		Ship To:
	</h2>
	<div id="ship-to-fields">
		<div class="form_row">
			<label>Name:</label>
			<mvt:if expr="g.Basket:ship_fname OR g.Basket:ship_lname">
			&mvte:global:Basket:ship_fname; &mvte:global:Basket:ship_lname;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Email Address:</label>
			<mvt:if expr="g.Basket:ship_email">
			&mvte:global:Basket:ship_email;
			<mvt:else>
			 
			</mvt:if>
		</div>
	
		<div class="form_row">
			<label>Phone Number:</label>
			<mvt:if expr="g.Basket:ship_phone">
			&mvte:global:Basket:ship_phone;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Fax Number:</label>
			<mvt:if expr="g.Basket:ship_fax">
			&mvte:global:Basket:ship_fax;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Company:</label>
			<mvt:if expr="g.Basket:ship_comp">
			&mvte:global:Basket:ship_comp;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Address:</label>
			<div>
				<mvt:if expr="g.Basket:ship_addr1 OR g.Basket:ship_addr2 OR g.Basket:ship_city OR g.Basket:ship_state OR g.Basket:ship_zip OR g.Basket:ship_cntry OR g.Basket:ship_res">
				&mvte:global:Basket:ship_addr1;<br />
<mvt:if expr="g.Basket:ship_addr2">&mvte:global:Basket:ship_addr2;<br /></mvt:if>
<mvt:if expr="( NOT ISNULL g.Basket:ship_city ) AND ( NOT ISNULL g.Basket:ship_state )">
	&mvte:global:Basket:ship_city;,
<mvt:else>
	&mvte:global:Basket:ship_city;
</mvt:if>
&mvte:global:Basket:ship_state;
&mvte:global:Basket:ship_zip;<br /> &mvte:global:Basket:ship_cntry;

					<mvt:if expr="g.Basket:ship_res">
						<br />
						Residential Address
					</mvt:if>
				<mvt:else>
				 
				</mvt:if>
			</div>
		</div>
	</div>
</div>
<div id="bill-to">
	<h2 class="fields-heading">
		Bill To:
	</h2>
	<div id="bill-to-fields">
		<div class="form_row">
			<label>Name:</label>
			<mvt:if expr="g.Basket:bill_fname OR g.Basket:bill_lname">
			&mvte:global:Basket:bill_fname; &mvte:global:Basket:bill_lname;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Email Address:</label>
			<mvt:if expr="g.Basket:bill_email">
			&mvte:global:Basket:bill_email;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Phone Number:</label>
			<mvt:if expr="g.Basket:bill_phone">
			&mvte:global:Basket:bill_phone;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Fax Number:</label>
			<mvt:if expr="g.Basket:bill_fax">
			&mvte:global:Basket:bill_fax;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Company:</label>
			<mvt:if expr="g.Basket:bill_comp">
			&mvte:global:Basket:bill_comp;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Address:</label>
			<div>
				<mvt:if expr="g.Basket:bill_addr1 OR g.Basket:bill_addr2 OR g.Basket:bill_city OR g.Basket:bill_state OR g.Basket:bill_zip OR g.Basket:bill_cntry">
				&mvte:global:Basket:bill_addr1;<br />
<mvt:if expr="g.Basket:bill_addr2">&mvte:global:Basket:bill_addr2;<br /></mvt:if>
<mvt:if expr="( NOT ISNULL g.Basket:bill_city ) AND ( NOT ISNULL g.Basket:bill_state )">
	&mvte:global:Basket:bill_city;,
<mvt:else>
	&mvte:global:Basket:bill_city;
</mvt:if>
&mvte:global:Basket:bill_state;
&mvte:global:Basket:bill_zip;
<br /> &mvte:global:Basket:bill_cntry;
				<mvt:else>
				 
				</mvt:if>
			</div>
		</div>
	</div>
</div>
	<div class="clear"></div>

CSSUI: Edit Page: OCST: Customer Fields: Mode: Checkout: Display Only

Original File
New File
<div id="ship-to">
	<h2 class="fields-heading">
		Ship To:
	</h2>
	<div id="ship-to-fields">
		<div class="form_row">
			<label>Name:</label>
			<mvt:if expr="g.Basket:ship_fname OR g.Basket:ship_lname">
			&mvte:global:Basket:ship_fname; &mvte:global:Basket:ship_lname;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Email Address:</label>
			<mvt:if expr="g.Basket:ship_email">
			&mvte:global:Basket:ship_email;
			<mvt:else>
			 
			</mvt:if>
		</div>
	
		<div class="form_row">
			<label>Phone Number:</label>
			<mvt:if expr="g.Basket:ship_phone">
			&mvte:global:Basket:ship_phone;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Fax Number:</label>
			<mvt:if expr="g.Basket:ship_fax">
			&mvte:global:Basket:ship_fax;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Company:</label>
			<mvt:if expr="g.Basket:ship_comp">
			&mvte:global:Basket:ship_comp;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Address:</label>
			<div>
				<mvt:if expr="g.Basket:ship_addr1 OR g.Basket:ship_addr2 OR g.Basket:ship_city OR g.Basket:ship_state OR g.Basket:ship_zip OR g.Basket:ship_cntry">
				&mvte:global:Basket:ship_addr1;<br />
<mvt:if expr="g.Basket:ship_addr2">&mvte:global:Basket:ship_addr2;<br /></mvt:if>
<mvt:if expr="( NOT ISNULL g.Basket:ship_city ) AND ( NOT ISNULL g.Basket:ship_state )">
	&mvte:global:Basket:ship_city;,
<mvt:else>
	&mvte:global:Basket:ship_city;
</mvt:if>
&mvte:global:Basket:ship_state;
&mvte:global:Basket:ship_zip;<br /> &mvte:global:Basket:ship_cntry;
				<mvt:else>
				 
				</mvt:if>
			</div>
		</div>
	</div>
</div>
<div id="bill-to">
	<h2 class="fields-heading">
		Bill To:
	</h2>
	<div id="bill-to-fields">
		<div class="form_row">
			<label>Name:</label>
			<mvt:if expr="g.Basket:bill_fname OR g.Basket:bill_lname">
			&mvte:global:Basket:bill_fname; &mvte:global:Basket:bill_lname;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Email Address:</label>
			<mvt:if expr="g.Basket:bill_email">
			&mvte:global:Basket:bill_email;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Phone Number:</label>
			<mvt:if expr="g.Basket:bill_phone">
			&mvte:global:Basket:bill_phone;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Fax Number:</label>
			<mvt:if expr="g.Basket:bill_fax">
			&mvte:global:Basket:bill_fax;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Company:</label>
			<mvt:if expr="g.Basket:bill_comp">
			&mvte:global:Basket:bill_comp;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Address:</label>
			<div>
				<mvt:if expr="g.Basket:bill_addr1 OR g.Basket:bill_addr2 OR g.Basket:bill_city OR g.Basket:bill_state OR g.Basket:bill_zip OR g.Basket:bill_cntry">
				&mvte:global:Basket:bill_addr1;<br />
<mvt:if expr="g.Basket:bill_addr2">&mvte:global:Basket:bill_addr2;<br /></mvt:if>
<mvt:if expr="( NOT ISNULL g.Basket:bill_city ) AND ( NOT ISNULL g.Basket:bill_state )">
	&mvte:global:Basket:bill_city;,
<mvt:else>
	&mvte:global:Basket:bill_city;
</mvt:if>
&mvte:global:Basket:bill_state;
&mvte:global:Basket:bill_zip;
<br /> &mvte:global:Basket:bill_cntry;
				<mvt:else>
				 
				</mvt:if>
			</div>
		</div>
	</div>
</div>
	<div class="clear"></div>
<div id="ship-to">
	<h2 class="fields-heading">
		Ship To:
	</h2>
	<div id="ship-to-fields">
		<div class="form_row">
			<label>Name:</label>
			<mvt:if expr="g.Basket:ship_fname OR g.Basket:ship_lname">
			&mvte:global:Basket:ship_fname; &mvte:global:Basket:ship_lname;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Email Address:</label>
			<mvt:if expr="g.Basket:ship_email">
			&mvte:global:Basket:ship_email;
			<mvt:else>
			 
			</mvt:if>
		</div>
	
		<div class="form_row">
			<label>Phone Number:</label>
			<mvt:if expr="g.Basket:ship_phone">
			&mvte:global:Basket:ship_phone;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Fax Number:</label>
			<mvt:if expr="g.Basket:ship_fax">
			&mvte:global:Basket:ship_fax;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Company:</label>
			<mvt:if expr="g.Basket:ship_comp">
			&mvte:global:Basket:ship_comp;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Address:</label>
			<div>
				<mvt:if expr="g.Basket:ship_addr1 OR g.Basket:ship_addr2 OR g.Basket:ship_city OR g.Basket:ship_state OR g.Basket:ship_zip OR g.Basket:ship_cntry OR g.Basket:ship_res">
				&mvte:global:Basket:ship_addr1;<br />
<mvt:if expr="g.Basket:ship_addr2">&mvte:global:Basket:ship_addr2;<br /></mvt:if>
<mvt:if expr="( NOT ISNULL g.Basket:ship_city ) AND ( NOT ISNULL g.Basket:ship_state )">
	&mvte:global:Basket:ship_city;,
<mvt:else>
	&mvte:global:Basket:ship_city;
</mvt:if>
&mvte:global:Basket:ship_state;
&mvte:global:Basket:ship_zip;<br /> &mvte:global:Basket:ship_cntry;

					<mvt:if expr="g.Basket:ship_res">
						<br />
						Residential Address
					</mvt:if>
				<mvt:else>
				 
				</mvt:if>
			</div>
		</div>
	</div>
</div>
<div id="bill-to">
	<h2 class="fields-heading">
		Bill To:
	</h2>
	<div id="bill-to-fields">
		<div class="form_row">
			<label>Name:</label>
			<mvt:if expr="g.Basket:bill_fname OR g.Basket:bill_lname">
			&mvte:global:Basket:bill_fname; &mvte:global:Basket:bill_lname;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Email Address:</label>
			<mvt:if expr="g.Basket:bill_email">
			&mvte:global:Basket:bill_email;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Phone Number:</label>
			<mvt:if expr="g.Basket:bill_phone">
			&mvte:global:Basket:bill_phone;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Fax Number:</label>
			<mvt:if expr="g.Basket:bill_fax">
			&mvte:global:Basket:bill_fax;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Company:</label>
			<mvt:if expr="g.Basket:bill_comp">
			&mvte:global:Basket:bill_comp;
			<mvt:else>
			 
			</mvt:if>
		</div>
		<div class="form_row">
			<label>Address:</label>
			<div>
				<mvt:if expr="g.Basket:bill_addr1 OR g.Basket:bill_addr2 OR g.Basket:bill_city OR g.Basket:bill_state OR g.Basket:bill_zip OR g.Basket:bill_cntry">
				&mvte:global:Basket:bill_addr1;<br />
<mvt:if expr="g.Basket:bill_addr2">&mvte:global:Basket:bill_addr2;<br /></mvt:if>
<mvt:if expr="( NOT ISNULL g.Basket:bill_city ) AND ( NOT ISNULL g.Basket:bill_state )">
	&mvte:global:Basket:bill_city;,
<mvt:else>
	&mvte:global:Basket:bill_city;
</mvt:if>
&mvte:global:Basket:bill_state;
&mvte:global:Basket:bill_zip;
<br /> &mvte:global:Basket:bill_cntry;
				<mvt:else>
				 
				</mvt:if>
			</div>
		</div>
	</div>
</div>
	<div class="clear"></div>

CSSUI: Edit Page: PLST: Product List Layout: Advanced Mode

Original File
New File
<div class="expanded"><div id="filter-items-container"><mvt:if expr="l.settings:all_products:products_on_page_count GT 1">
		<div class="sorting">
		<form method="get" action="&mvte:global:sessionurl;">
			<input type="hidden" name="Screen" value="&mvte:global:Screen;" />
			<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
			<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
			<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
			<input type="hidden" name="Search" value="&mvte:global:Search;" /> 
			<input type="hidden" name="Per_Page" value="&mvte:global:Per_Page;" />
			<label for="Sort_By">Sort By:</label>
			<select name="Sort_By" id="Sort_By" onchange="this.form.submit();">
				<mvt:if expr="ISNULL g.Sort_By">
					<option value="disp_order" selected="selected">Default</option>
				<mvt:else>
					<option value="disp_order">Default</option>
				</mvt:if>
				<mvt:if expr="g.Sort_By EQ 'bestsellers'">
					<option value="bestsellers" selected="selected">Best Selling</option>
				<mvt:else>
					<option value="bestsellers">Best Selling</option>
				</mvt:if>
				<mvt:if expr="g.Sort_By EQ 'price_asc'">
					<option value="price_asc" selected="selected">Lowest Price</option>
				<mvt:else>
					<option value="price_asc">Lowest Price</option>
				</mvt:if>
				<mvt:if expr="g.Sort_By EQ 'price_desc'">
					<option value="price_desc" selected="selected">Highest Price</option>
				<mvt:else>
					<option value="price_desc">Highest Price</option>
				</mvt:if>
				<mvt:if expr="g.Sort_By EQ 'newest'">
					<option value="newest" selected="selected">Newest Items</option>
				<mvt:else>
					<option value="newest">Newest Items</option>
				</mvt:if>
			</select>
			<noscript><input type="submit" value="go"></noscript>
		</form>
		</div></mvt:if><mvt:if expr="l.settings:all_products:products_on_page_count GT 1">
		<div class="per-page">
		<form method="get" action="&mvte:global:sessionurl;">
			<input type="hidden" name="Screen" value="&mvte:global:Screen;" />
			<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
			<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
			<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
			<input type="hidden" name="Search" value="&mvte:global:Search;" /> 
			<input type="hidden" name="Sort_By" value="&mvte:global:Sort_By;" />
			<label for="Per_Page">View:</label>
			<select name="Per_Page" id="Per_Page" onchange="this.form.submit();">
				<mvt:if expr="g.Per_Page EQ 10">
					<option value="10" selected="selected">10</option>
				<mvt:else>
					<option value="10">10</option>
				</mvt:if>
				<mvt:if expr="g.Per_Page EQ 20">
					<option value="20" selected="selected">20</option>
				<mvt:else>
					<option value="20">20</option>
				</mvt:if>
				<mvt:if expr="g.Per_Page EQ 40">
					<option value="40" selected="selected">40</option>
				<mvt:else>
					<option value="40">40</option>
				</mvt:if>
				<mvt:if expr="g.Per_Page EQ -1">
					<option value="-1" selected="selected">All</option>
				<mvt:else>
					<option value="-1">All</option>
				</mvt:if>
			</select>
			<noscript><input type="submit" value="go"></noscript>
		</form>
		</div></mvt:if>
	<mvt:if expr="l.settings:all_products:page_links:last_page GT 1">
		<div class="page-links">
			<span class="page-links-title">Page(s):</span>
			<span class="page-links-container">
				<mvt:if expr="l.settings:all_products:page_links:current_page NE 1">
					<a href="&mvte:all_products:page_links:prev_link;" class="page-links-previous"><</a>
				<mvt:else>
					<span class="page-links-previous page-links-deactivated"><</span>
				</mvt:if>
				<mvt:if expr="l.settings:all_products:page_links:current_page NE l.settings:all_products:page_links:last_page">
					<a href="&mvte:all_products:page_links:next_link;" class="page-links-next">></a>
				<mvt:else>
					<span class="page-links-next page-links-deactivated">></span>
				</mvt:if>
				<span class="page-disp">
					<mvt:if expr="NOT l.settings:all_products:page_links:contains_first">
						<a href="&mvte:all_products:page_links:first_link;" class="page-links-inactive">1</a>...
					</mvt:if>
					<mvt:foreach iterator="pages" array="all_products:page_links:pages">
						<mvt:if expr="l.settings:all_products:page_links:current_page EQ l.settings:pages:page_num">
							<span class="page-links-active">&mvte:pages:page_num;</span>
						<mvt:else>
							<a href="&mvte:pages:link;" class="page-links-inactive">&mvte:pages:page_num;</a>
						</mvt:if>
					</mvt:foreach>
					<mvt:if expr="NOT l.settings:all_products:page_links:contains_last">
						...<a href="&mvte:all_products:page_links:last_link;" class="page-links-inactive">&mvte:all_products:page_links:last_page;</a>
					</mvt:if>
				</span>
			</span>
		</div>
		
	</mvt:if>
	</div><div class="clear"></div>
	<mvt:foreach iterator="product" array="all_products:products">
	<div class="product-item" style="width:50%">
		<div class="padding">
			<div class="product-details">
				<div class="product-thumbnail">
					<mvt:if expr="NOT ISNULL l.settings:product:thumbnail"><a href="&mvte:product:link;"><img src="&mvte:product:thumbnail;" alt="&mvte:product:name;" /><mvt:else><a class="thumbnail-not-available" href="&mvte:product:link;" title="&mvte:product:name;"></mvt:if></a>
				</div>
				<div class="product-name"><a href="&mvte:product:link;">&mvt:product:name;</a></div>
				<div class="product-code">Code: <span class="bold">&mvt:product:code;</span></div>
				<div class="product-price">
					Price: <span class="bold">&mvt:product:formatted_base_price;</span>
				</div>
				<mvt:if expr="l.settings:product:inv_active">&mvt:product:inv_long;<br></mvt:if>
				<div class="product-quantity">Quantity in Basket:
					<mvt:if expr="l.settings:product:quantity EQ 0">
					<span class="italic">none</span>
					<mvt:else>
					<span class="italic">&mvt:product:quantity;</span>
					</mvt:if>
				</div>
			</div>
			<mvt:if expr="l.settings:product:inv_level NE 'out'">
			<div class="purchase-buttons">
				<form method="post" action="&mvte:global:sessionurl;Screen=BASK">
				<input type="hidden" name="Old_Screen" value="&mvte:global:Screen;" />
				<input type="hidden" name="Old_Search" value="&mvte:global:Search;" />
				<input type="hidden" name="Action" value="ADPR" />
				<input type="hidden" name="Quantity" value="1" />
				<input type="hidden" name="Attributes" value="Yes" />
				<input type="hidden" name="Store_Code" value="&mvte:store:code;" />
				<input type="hidden" name="Product_Code" value="&mvte:product:code;" />
				<input type="hidden" name="Current_Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Offset" value="&mvte:global:AllOffset;" />
				<input type="hidden" name="AllOffset" value="&mvte:global:AllOffset;" />
				<input type="hidden" name="CatListingOffset" value="&mvte:global:CatListingOffset;" />
				<input type="hidden" name="RelatedOffset" value="&mvte:global:RelatedOffset;" />
				<input type="hidden" name="SearchOffset" value="&mvte:global:SearchOffset;" />
				<mvt:item name="buttons" param="AddToBasketE" />
				</form>
				<form method="post" action="&mvte:global:secure_sessionurl;Screen=OINF">
				<input type="hidden" name="Old_Screen" value="&mvte:global:Screen;" />
				<input type="hidden" name="Old_Search" value="&mvte:global:Search;" />
				<input type="hidden" name="Action" value="ADPR" />
				<input type="hidden" name="Quantity" value="1" />
				<input type="hidden" name="Attributes" value="Yes" />
				<input type="hidden" name="Store_Code" value="&mvte:store:code;" />
				<input type="hidden" name="Product_Code" value="&mvte:product:code;" />
				<input type="hidden" name="Current_Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Offset" value="&mvte:global:AllOffset;" />
				<input type="hidden" name="AllOffset" value="&mvte:global:AllOffset;" />
				<input type="hidden" name="CatListingOffset" value="&mvte:global:CatListingOffset;" />
				<input type="hidden" name="RelatedOffset" value="&mvte:global:RelatedOffset;" />
				<input type="hidden" name="SearchOffset" value="&mvte:global:SearchOffset;" />
				<mvt:item name="buttons" param="BuyNowE" />
				</form>
			</div>
			</mvt:if>
		</div>
	</div>
	</mvt:foreach>
	<div class="clear"></div>
	<mvt:if expr="NOT l.settings:all_products:page_disp_count GT 0">
		<mvt:if expr="g.AllOffset OR g.AllNextOffset">
		<div class="next-previous">
			<mvt:if expr="g.AllOffset GT 0">
			<div class="previous-button">
				<form method="post" action="&mvte:global:sessionurl;">
				<input type="hidden" name="Screen" value="&mvte:global:Screen;" />
				<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Search" value="&mvte:global:Search;" />
				<input type="hidden" name="Per_Page" value="&mvte:global:Per_Page;" />
				<input type="hidden" name="Sort_By" value="&mvte:global:Sort_By;" />
				<input type="hidden" name="Offset" value = "&mvte:global:AllPrevOffset;" />
			<input type="hidden" name="AllOffset" value = "&mvte:global:AllPrevOffset;" />
			<input type="hidden" name="CatListingOffset" value = "&mvte:global:CatListingOffset;" />
			<input type="hidden" name="RelatedOffset" value = "&mvte:global:RelatedOffset;" />
			<input type="hidden" name="SearchOffset" value = "&mvte:global:SearchOffset;" />
				<mvt:item name="buttons" param="Previous" />
				</form>
			</div>
			</mvt:if>
		
			<mvt:if expr="g.AllNextOffset GT 0">
			<div class="next-button">
				<form method="post" action="&mvte:global:sessionurl;">
				<input type="hidden" name="Screen" value="&mvte:global:Screen;" />
				<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Search" value="&mvte:global:Search;" />
				<input type="hidden" name="Per_Page" value="&mvte:global:Per_Page;" />
				<input type="hidden" name="Sort_By" value="&mvte:global:Sort_By;" />
				<input type="hidden" name="Offset" value = "&mvte:global:AllNextOffset;" />
			<input type="hidden" name="AllOffset" value = "&mvte:global:AllNextOffset;" />
			<input type="hidden" name="CatListingOffset" value = "&mvte:global:CatListingOffset;" />
			<input type="hidden" name="RelatedOffset" value = "&mvte:global:RelatedOffset;" />
			<input type="hidden" name="SearchOffset" value = "&mvte:global:SearchOffset;" />
				<mvt:item name="buttons" param="Next" />
				</form>
			</div>
			</mvt:if>
		</div>
		</mvt:if>
	</mvt:if>
</div>
<div class="expanded"><div id="filter-items-container"><mvt:if expr="l.settings:all_products:products_on_page_count GT 1">
		<div class="sorting">
		<form method="get" action="&mvte:urls:_self:auto;">
			<input type="hidden" name="Screen" value="&mvte:global:Screen;" />
			<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
			<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
			<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
			<input type="hidden" name="Search" value="&mvte:global:Search;" /> 
			<input type="hidden" name="Per_Page" value="&mvte:global:Per_Page;" />
			<label for="Sort_By">Sort By:</label>
			<select name="Sort_By" id="Sort_By" onchange="this.form.submit();">
				<mvt:if expr="ISNULL g.Sort_By">
					<option value="disp_order" selected="selected">Default</option>
				<mvt:else>
					<option value="disp_order">Default</option>
				</mvt:if>
				<mvt:if expr="g.Sort_By EQ 'bestsellers'">
					<option value="bestsellers" selected="selected">Best Selling</option>
				<mvt:else>
					<option value="bestsellers">Best Selling</option>
				</mvt:if>
				<mvt:if expr="g.Sort_By EQ 'price_asc'">
					<option value="price_asc" selected="selected">Lowest Price</option>
				<mvt:else>
					<option value="price_asc">Lowest Price</option>
				</mvt:if>
				<mvt:if expr="g.Sort_By EQ 'price_desc'">
					<option value="price_desc" selected="selected">Highest Price</option>
				<mvt:else>
					<option value="price_desc">Highest Price</option>
				</mvt:if>
				<mvt:if expr="g.Sort_By EQ 'newest'">
					<option value="newest" selected="selected">Newest Items</option>
				<mvt:else>
					<option value="newest">Newest Items</option>
				</mvt:if>
			</select>
			<noscript><input type="submit" value="go"></noscript>
		</form>
		</div></mvt:if><mvt:if expr="l.settings:all_products:products_on_page_count GT 1">
		<div class="per-page">
		<form method="get" action="&mvte:urls:_self:auto;">
			<input type="hidden" name="Screen" value="&mvte:global:Screen;" />
			<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
			<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
			<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
			<input type="hidden" name="Search" value="&mvte:global:Search;" /> 
			<input type="hidden" name="Sort_By" value="&mvte:global:Sort_By;" />
			<label for="Per_Page">View:</label>
			<select name="Per_Page" id="Per_Page" onchange="this.form.submit();">
				<mvt:if expr="g.Per_Page EQ 10">
					<option value="10" selected="selected">10</option>
				<mvt:else>
					<option value="10">10</option>
				</mvt:if>
				<mvt:if expr="g.Per_Page EQ 20">
					<option value="20" selected="selected">20</option>
				<mvt:else>
					<option value="20">20</option>
				</mvt:if>
				<mvt:if expr="g.Per_Page EQ 40">
					<option value="40" selected="selected">40</option>
				<mvt:else>
					<option value="40">40</option>
				</mvt:if>
				<mvt:if expr="g.Per_Page EQ -1">
					<option value="-1" selected="selected">All</option>
				<mvt:else>
					<option value="-1">All</option>
				</mvt:if>
			</select>
			<noscript><input type="submit" value="go"></noscript>
		</form>
		</div></mvt:if>
	<mvt:if expr="l.settings:all_products:page_links:last_page GT 1">
		<div class="page-links">
			<span class="page-links-title">Page(s):</span>
			<span class="page-links-container">
				<mvt:if expr="l.settings:all_products:page_links:current_page NE 1">
					<a href="&mvte:urls:_self:auto_sep;&mvte:all_products:page_links:prev_link_params;" class="page-links-previous"><</a>
				<mvt:else>
					<span class="page-links-previous page-links-deactivated"><</span>
				</mvt:if>
				<mvt:if expr="l.settings:all_products:page_links:current_page NE l.settings:all_products:page_links:last_page">
					<a href="&mvte:urls:_self:auto_sep;&mvte:all_products:page_links:next_link_params;" class="page-links-next">></a>
				<mvt:else>
					<span class="page-links-next page-links-deactivated">></span>
				</mvt:if>
				<span class="page-disp">
					<mvt:if expr="NOT l.settings:all_products:page_links:contains_first">
						<a href="&mvte:urls:_self:auto_sep;&mvte:all_products:page_links:first_link_params;" class="page-links-inactive">1</a>...
					</mvt:if>
					<mvt:foreach iterator="pages" array="all_products:page_links:pages">
						<mvt:if expr="l.settings:all_products:page_links:current_page EQ l.settings:pages:page_num">
							<span class="page-links-active">&mvte:pages:page_num;</span>
						<mvt:else>
							<a href="&mvte:urls:_self:auto_sep;&mvte:pages:link_params;" class="page-links-inactive">&mvte:pages:page_num;</a>
						</mvt:if>
					</mvt:foreach>
					<mvt:if expr="NOT l.settings:all_products:page_links:contains_last">
						...<a href="&mvte:urls:_self:auto_sep;&mvte:all_products:page_links:last_link_params;" class="page-links-inactive">&mvte:all_products:page_links:last_page;</a>
					</mvt:if>
				</span>
			</span>
		</div>
		
	</mvt:if>
	</div><div class="clear"></div>
	<mvt:foreach iterator="product" array="all_products:products">
	<div class="product-item" style="width:50%">
		<div class="padding">
			<div class="product-details">
				<div class="product-thumbnail">
					<mvt:if expr="NOT ISNULL l.settings:product:thumbnail"><a href="&mvte:product:link;"><img src="&mvte:product:thumbnail;" alt="&mvte:product:name;" /><mvt:else><a class="thumbnail-not-available" href="&mvte:product:link;" title="&mvte:product:name;"></mvt:if></a>
				</div>
				<div class="product-name"><a href="&mvte:product:link;">&mvt:product:name;</a></div>
				<div class="product-code">Code: <span class="bold">&mvt:product:code;</span></div>
				<div class="product-price">
					Price: <span class="bold">&mvt:product:formatted_base_price;</span>
				</div>
				<mvt:if expr="l.settings:product:inv_active">&mvt:product:inv_long;<br></mvt:if>
				<div class="product-quantity">Quantity in Basket:
					<mvt:if expr="l.settings:product:quantity EQ 0">
					<span class="italic">none</span>
					<mvt:else>
					<span class="italic">&mvt:product:quantity;</span>
					</mvt:if>
				</div>
			</div>
			<mvt:if expr="l.settings:product:inv_level NE 'out'">
			<div class="purchase-buttons">
				<form method="post" action="&mvte:urls:BASK:rr;">
				<input type="hidden" name="Old_Screen" value="&mvte:global:Screen;" />
				<input type="hidden" name="Old_Search" value="&mvte:global:Search;" />
				<input type="hidden" name="Action" value="ADPR" />
				<input type="hidden" name="Quantity" value="1" />
				<input type="hidden" name="Attributes" value="Yes" />
				<input type="hidden" name="Product_Code" value="&mvte:product:code;" />
				<input type="hidden" name="Current_Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Offset" value="&mvte:global:AllOffset;" />
				<input type="hidden" name="AllOffset" value="&mvte:global:AllOffset;" />
				<input type="hidden" name="CatListingOffset" value="&mvte:global:CatListingOffset;" />
				<input type="hidden" name="RelatedOffset" value="&mvte:global:RelatedOffset;" />
				<input type="hidden" name="SearchOffset" value="&mvte:global:SearchOffset;" />
				<mvt:item name="buttons" param="AddToBasketE" />
				</form>
				<form method="post" action="&mvte:urls:OINF:secure;">
				<input type="hidden" name="Old_Screen" value="&mvte:global:Screen;" />
				<input type="hidden" name="Old_Search" value="&mvte:global:Search;" />
				<input type="hidden" name="Action" value="ADPR" />
				<input type="hidden" name="Quantity" value="1" />
				<input type="hidden" name="Attributes" value="Yes" />
				<input type="hidden" name="Product_Code" value="&mvte:product:code;" />
				<input type="hidden" name="Current_Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Offset" value="&mvte:global:AllOffset;" />
				<input type="hidden" name="AllOffset" value="&mvte:global:AllOffset;" />
				<input type="hidden" name="CatListingOffset" value="&mvte:global:CatListingOffset;" />
				<input type="hidden" name="RelatedOffset" value="&mvte:global:RelatedOffset;" />
				<input type="hidden" name="SearchOffset" value="&mvte:global:SearchOffset;" />
				<mvt:item name="buttons" param="BuyNowE" />
				</form>
			</div>
			</mvt:if>
		</div>
	</div>
	</mvt:foreach>
	<div class="clear"></div>
	<mvt:if expr="NOT l.settings:all_products:page_disp_count GT 0">
		<mvt:if expr="g.AllOffset OR g.AllNextOffset">
		<div class="next-previous">
			<mvt:if expr="g.AllOffset GT 0">
			<div class="previous-button">
				<form method="post" action="&mvte:urls:_self:auto;">
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Search" value="&mvte:global:Search;" />
				<input type="hidden" name="Per_Page" value="&mvte:global:Per_Page;" />
				<input type="hidden" name="Sort_By" value="&mvte:global:Sort_By;" />
				<input type="hidden" name="Offset" value = "&mvte:global:AllPrevOffset;" />
				<input type="hidden" name="AllOffset" value = "&mvte:global:AllPrevOffset;" />
				<input type="hidden" name="CatListingOffset" value = "&mvte:global:CatListingOffset;" />
				<input type="hidden" name="RelatedOffset" value = "&mvte:global:RelatedOffset;" />
				<input type="hidden" name="SearchOffset" value = "&mvte:global:SearchOffset;" />
				<mvt:item name="buttons" param="Previous" />
				</form>
			</div>
			</mvt:if>
		
			<mvt:if expr="g.AllNextOffset GT 0">
			<div class="next-button">
				<form method="post" action="&mvte:urls:_self:auto;">
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Search" value="&mvte:global:Search;" />
				<input type="hidden" name="Per_Page" value="&mvte:global:Per_Page;" />
				<input type="hidden" name="Sort_By" value="&mvte:global:Sort_By;" />
				<input type="hidden" name="Offset" value = "&mvte:global:AllNextOffset;" />
				<input type="hidden" name="AllOffset" value = "&mvte:global:AllNextOffset;" />
				<input type="hidden" name="CatListingOffset" value = "&mvte:global:CatListingOffset;" />
				<input type="hidden" name="RelatedOffset" value = "&mvte:global:RelatedOffset;" />
				<input type="hidden" name="SearchOffset" value = "&mvte:global:SearchOffset;" />
				<mvt:item name="buttons" param="Next" />
				</form>
			</div>
			</mvt:if>
		</div>
		</mvt:if>
	</mvt:if>
</div>

CSSUI: Edit Page: CTGY: Category Product List Layout: Advanced Mode

Original File
New File
<div class="expanded"><div id="filter-items-container"><mvt:if expr="l.settings:category_listing:products_on_page_count GT 1">
		<div class="sorting">
		<form method="get" action="&mvte:global:sessionurl;">
			<input type="hidden" name="Screen" value="&mvte:global:Screen;" />
			<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
			<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
			<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
			<input type="hidden" name="Search" value="&mvte:global:Search;" /> 
			<input type="hidden" name="Per_Page" value="&mvte:global:Per_Page;" />
			<label for="Sort_By">Sort By:</label>
			<select name="Sort_By" id="Sort_By" onchange="this.form.submit();">
				<mvt:if expr="ISNULL g.Sort_By">
					<option value="disp_order" selected="selected">Default</option>
				<mvt:else>
					<option value="disp_order">Default</option>
				</mvt:if>
				<mvt:if expr="g.Sort_By EQ 'bestsellers'">
					<option value="bestsellers" selected="selected">Best Selling</option>
				<mvt:else>
					<option value="bestsellers">Best Selling</option>
				</mvt:if>
				<mvt:if expr="g.Sort_By EQ 'price_asc'">
					<option value="price_asc" selected="selected">Lowest Price</option>
				<mvt:else>
					<option value="price_asc">Lowest Price</option>
				</mvt:if>
				<mvt:if expr="g.Sort_By EQ 'price_desc'">
					<option value="price_desc" selected="selected">Highest Price</option>
				<mvt:else>
					<option value="price_desc">Highest Price</option>
				</mvt:if>
				<mvt:if expr="g.Sort_By EQ 'newest'">
					<option value="newest" selected="selected">Newest Items</option>
				<mvt:else>
					<option value="newest">Newest Items</option>
				</mvt:if>
			</select>
			<noscript><input type="submit" value="go"></noscript>
		</form>
		</div></mvt:if><mvt:if expr="l.settings:category_listing:products_on_page_count GT 1">
		<div class="per-page">
		<form method="get" action="&mvte:global:sessionurl;">
			<input type="hidden" name="Screen" value="&mvte:global:Screen;" />
			<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
			<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
			<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
			<input type="hidden" name="Search" value="&mvte:global:Search;" /> 
			<input type="hidden" name="Sort_By" value="&mvte:global:Sort_By;" />
			<label for="Per_Page">View:</label>
			<select name="Per_Page" id="Per_Page" onchange="this.form.submit();">
				<mvt:if expr="g.Per_Page EQ 10">
					<option value="10" selected="selected">10</option>
				<mvt:else>
					<option value="10">10</option>
				</mvt:if>
				<mvt:if expr="g.Per_Page EQ 20">
					<option value="20" selected="selected">20</option>
				<mvt:else>
					<option value="20">20</option>
				</mvt:if>
				<mvt:if expr="g.Per_Page EQ 40">
					<option value="40" selected="selected">40</option>
				<mvt:else>
					<option value="40">40</option>
				</mvt:if>
				<mvt:if expr="g.Per_Page EQ -1">
					<option value="-1" selected="selected">All</option>
				<mvt:else>
					<option value="-1">All</option>
				</mvt:if>
			</select>
			<noscript><input type="submit" value="go"></noscript>
		</form>
		</div></mvt:if>
	<mvt:if expr="l.settings:category_listing:page_links:last_page GT 1">
		<div class="page-links">
			<span class="page-links-title">Page(s):</span>
			<span class="page-links-container">
				<mvt:if expr="l.settings:category_listing:page_links:current_page NE 1">
					<a href="&mvte:category_listing:page_links:prev_link;" class="page-links-previous"><</a>
				<mvt:else>
					<span class="page-links-previous page-links-deactivated"><</span>
				</mvt:if>
				<mvt:if expr="l.settings:category_listing:page_links:current_page NE l.settings:category_listing:page_links:last_page">
					<a href="&mvte:category_listing:page_links:next_link;" class="page-links-next">></a>
				<mvt:else>
					<span class="page-links-next page-links-deactivated">></span>
				</mvt:if>
				<span class="page-disp">
					<mvt:if expr="NOT l.settings:category_listing:page_links:contains_first">
						<a href="&mvte:category_listing:page_links:first_link;" class="page-links-inactive">1</a>...
					</mvt:if>
					<mvt:foreach iterator="pages" array="category_listing:page_links:pages">
						<mvt:if expr="l.settings:category_listing:page_links:current_page EQ l.settings:pages:page_num">
							<span class="page-links-active">&mvte:pages:page_num;</span>
						<mvt:else>
							<a href="&mvte:pages:link;" class="page-links-inactive">&mvte:pages:page_num;</a>
						</mvt:if>
					</mvt:foreach>
					<mvt:if expr="NOT l.settings:category_listing:page_links:contains_last">
						...<a href="&mvte:category_listing:page_links:last_link;" class="page-links-inactive">&mvte:category_listing:page_links:last_page;</a>
					</mvt:if>
				</span>
			</span>
		</div>
		
	</mvt:if>
	</div><div class="clear"></div>
	<mvt:foreach iterator="product" array="category_listing:products">
	<div class="product-item" style="width:50%">
		<div class="padding">
			<div class="product-details">
				<div class="product-thumbnail">
					<mvt:if expr="NOT ISNULL l.settings:product:thumbnail"><a href="&mvte:product:link;"><img src="&mvte:product:thumbnail;" alt="&mvte:product:name;" /><mvt:else><a class="thumbnail-not-available" href="&mvte:product:link;" title="&mvte:product:name;"></mvt:if></a>
				</div>
				<div class="product-name"><a href="&mvte:product:link;">&mvt:product:name;</a></div>
				<div class="product-code">Code: <span class="bold">&mvt:product:code;</span></div>
				<div class="product-price">
					Price: <span class="bold">&mvt:product:formatted_base_price;</span>
				</div>
				<mvt:if expr="l.settings:product:inv_active">&mvt:product:inv_long;<br></mvt:if>
				<div class="product-quantity">Quantity in Basket:
					<mvt:if expr="l.settings:product:quantity EQ 0">
					<span class="italic">none</span>
					<mvt:else>
					<span class="italic">&mvt:product:quantity;</span>
					</mvt:if>
				</div>
			</div>
			<mvt:if expr="l.settings:product:inv_level NE 'out'">
			<div class="purchase-buttons">
				<form method="post" action="&mvte:global:sessionurl;Screen=BASK">
				<input type="hidden" name="Old_Screen" value="&mvte:global:Screen;" />
				<input type="hidden" name="Old_Search" value="&mvte:global:Search;" />
				<input type="hidden" name="Action" value="ADPR" />
				<input type="hidden" name="Quantity" value="1" />
				<input type="hidden" name="Attributes" value="Yes" />
				<input type="hidden" name="Store_Code" value="&mvte:store:code;" />
				<input type="hidden" name="Product_Code" value="&mvte:product:code;" />
				<input type="hidden" name="Current_Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Offset" value="&mvte:global:CatListingOffset;" />
				<input type="hidden" name="AllOffset" value="&mvte:global:AllOffset;" />
				<input type="hidden" name="CatListingOffset" value="&mvte:global:CatListingOffset;" />
				<input type="hidden" name="RelatedOffset" value="&mvte:global:RelatedOffset;" />
				<input type="hidden" name="SearchOffset" value="&mvte:global:SearchOffset;" />
				<mvt:item name="buttons" param="AddToBasketE" />
				</form>
				<form method="post" action="&mvte:global:secure_sessionurl;Screen=OINF">
				<input type="hidden" name="Old_Screen" value="&mvte:global:Screen;" />
				<input type="hidden" name="Old_Search" value="&mvte:global:Search;" />
				<input type="hidden" name="Action" value="ADPR" />
				<input type="hidden" name="Quantity" value="1" />
				<input type="hidden" name="Attributes" value="Yes" />
				<input type="hidden" name="Store_Code" value="&mvte:store:code;" />
				<input type="hidden" name="Product_Code" value="&mvte:product:code;" />
				<input type="hidden" name="Current_Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Offset" value="&mvte:global:CatListingOffset;" />
				<input type="hidden" name="AllOffset" value="&mvte:global:AllOffset;" />
				<input type="hidden" name="CatListingOffset" value="&mvte:global:CatListingOffset;" />
				<input type="hidden" name="RelatedOffset" value="&mvte:global:RelatedOffset;" />
				<input type="hidden" name="SearchOffset" value="&mvte:global:SearchOffset;" />
				<mvt:item name="buttons" param="BuyNowE" />
				</form>
			</div>
			</mvt:if>
		</div>
	</div>
	</mvt:foreach>
	<div class="clear"></div>
	<mvt:if expr="NOT l.settings:category_listing:page_disp_count GT 0">
		<mvt:if expr="g.CatListingOffset OR g.CatListingNextOffset">
		<div class="next-previous">
			<mvt:if expr="g.CatListingOffset GT 0">
			<div class="previous-button">
				<form method="post" action="&mvte:global:sessionurl;">
				<input type="hidden" name="Screen" value="&mvte:global:Screen;" />
				<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Search" value="&mvte:global:Search;" />
				<input type="hidden" name="Per_Page" value="&mvte:global:Per_Page;" />
				<input type="hidden" name="Sort_By" value="&mvte:global:Sort_By;" />
				<input type="hidden" name="Offset" value = "&mvte:global:CatListingPrevOffset;" />
			<input type="hidden" name="AllOffset" value = "&mvte:global:AllOffset;" />
			<input type="hidden" name="CatListingOffset" value = "&mvte:global:CatListingPrevOffset;" />
			<input type="hidden" name="RelatedOffset" value = "&mvte:global:RelatedOffset;" />
			<input type="hidden" name="SearchOffset" value = "&mvte:global:SearchOffset;" />
				<mvt:item name="buttons" param="Previous" />
				</form>
			</div>
			</mvt:if>
		
			<mvt:if expr="g.CatListingNextOffset GT 0">
			<div class="next-button">
				<form method="post" action="&mvte:global:sessionurl;">
				<input type="hidden" name="Screen" value="&mvte:global:Screen;" />
				<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Search" value="&mvte:global:Search;" />
				<input type="hidden" name="Per_Page" value="&mvte:global:Per_Page;" />
				<input type="hidden" name="Sort_By" value="&mvte:global:Sort_By;" />
				<input type="hidden" name="Offset" value = "&mvte:global:CatListingNextOffset;" />
			<input type="hidden" name="AllOffset" value = "&mvte:global:AllOffset;" />
			<input type="hidden" name="CatListingOffset" value = "&mvte:global:CatListingNextOffset;" />
			<input type="hidden" name="RelatedOffset" value = "&mvte:global:RelatedOffset;" />
			<input type="hidden" name="SearchOffset" value = "&mvte:global:SearchOffset;" />
				<mvt:item name="buttons" param="Next" />
				</form>
			</div>
			</mvt:if>
		</div>
		</mvt:if>
	</mvt:if>
</div>
<div class="expanded"><div id="filter-items-container"><mvt:if expr="l.settings:category_listing:products_on_page_count GT 1">
		<div class="sorting">
		<form method="get" action="&mvte:urls:_self:auto;">
			<input type="hidden" name="Screen" value="&mvte:global:Screen;" />
			<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
			<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
			<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
			<input type="hidden" name="Search" value="&mvte:global:Search;" /> 
			<input type="hidden" name="Per_Page" value="&mvte:global:Per_Page;" />
			<label for="Sort_By">Sort By:</label>
			<select name="Sort_By" id="Sort_By" onchange="this.form.submit();">
				<mvt:if expr="ISNULL g.Sort_By">
					<option value="disp_order" selected="selected">Default</option>
				<mvt:else>
					<option value="disp_order">Default</option>
				</mvt:if>
				<mvt:if expr="g.Sort_By EQ 'bestsellers'">
					<option value="bestsellers" selected="selected">Best Selling</option>
				<mvt:else>
					<option value="bestsellers">Best Selling</option>
				</mvt:if>
				<mvt:if expr="g.Sort_By EQ 'price_asc'">
					<option value="price_asc" selected="selected">Lowest Price</option>
				<mvt:else>
					<option value="price_asc">Lowest Price</option>
				</mvt:if>
				<mvt:if expr="g.Sort_By EQ 'price_desc'">
					<option value="price_desc" selected="selected">Highest Price</option>
				<mvt:else>
					<option value="price_desc">Highest Price</option>
				</mvt:if>
				<mvt:if expr="g.Sort_By EQ 'newest'">
					<option value="newest" selected="selected">Newest Items</option>
				<mvt:else>
					<option value="newest">Newest Items</option>
				</mvt:if>
			</select>
			<noscript><input type="submit" value="go"></noscript>
		</form>
		</div></mvt:if><mvt:if expr="l.settings:category_listing:products_on_page_count GT 1">
		<div class="per-page">
		<form method="get" action="&mvte:urls:_self:auto;">
			<input type="hidden" name="Screen" value="&mvte:global:Screen;" />
			<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
			<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
			<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
			<input type="hidden" name="Search" value="&mvte:global:Search;" /> 
			<input type="hidden" name="Sort_By" value="&mvte:global:Sort_By;" />
			<label for="Per_Page">View:</label>
			<select name="Per_Page" id="Per_Page" onchange="this.form.submit();">
				<mvt:if expr="g.Per_Page EQ 10">
					<option value="10" selected="selected">10</option>
				<mvt:else>
					<option value="10">10</option>
				</mvt:if>
				<mvt:if expr="g.Per_Page EQ 20">
					<option value="20" selected="selected">20</option>
				<mvt:else>
					<option value="20">20</option>
				</mvt:if>
				<mvt:if expr="g.Per_Page EQ 40">
					<option value="40" selected="selected">40</option>
				<mvt:else>
					<option value="40">40</option>
				</mvt:if>
				<mvt:if expr="g.Per_Page EQ -1">
					<option value="-1" selected="selected">All</option>
				<mvt:else>
					<option value="-1">All</option>
				</mvt:if>
			</select>
			<noscript><input type="submit" value="go"></noscript>
		</form>
		</div></mvt:if>
	<mvt:if expr="l.settings:category_listing:page_links:last_page GT 1">
		<div class="page-links">
			<span class="page-links-title">Page(s):</span>
			<span class="page-links-container">
				<mvt:if expr="l.settings:category_listing:page_links:current_page NE 1">
					<a href="&mvte:urls:_self:auto_sep;&mvte:category_listing:page_links:prev_link_params;" class="page-links-previous"><</a>
				<mvt:else>
					<span class="page-links-previous page-links-deactivated"><</span>
				</mvt:if>
				<mvt:if expr="l.settings:category_listing:page_links:current_page NE l.settings:category_listing:page_links:last_page">
					<a href="&mvte:urls:_self:auto_sep;&mvte:category_listing:page_links:next_link_params;" class="page-links-next">></a>
				<mvt:else>
					<span class="page-links-next page-links-deactivated">></span>
				</mvt:if>
				<span class="page-disp">
					<mvt:if expr="NOT l.settings:category_listing:page_links:contains_first">
						<a href="&mvte:urls:_self:auto_sep;&mvte:category_listing:page_links:first_link_params;" class="page-links-inactive">1</a>...
					</mvt:if>
					<mvt:foreach iterator="pages" array="category_listing:page_links:pages">
						<mvt:if expr="l.settings:category_listing:page_links:current_page EQ l.settings:pages:page_num">
							<span class="page-links-active">&mvte:pages:page_num;</span>
						<mvt:else>
							<a href="&mvte:urls:_self:auto_sep;&mvte:pages:link_params;" class="page-links-inactive">&mvte:pages:page_num;</a>
						</mvt:if>
					</mvt:foreach>
					<mvt:if expr="NOT l.settings:category_listing:page_links:contains_last">
						...<a href="&mvte:urls:_self:auto_sep;&mvte:category_listing:page_links:last_link_params;" class="page-links-inactive">&mvte:category_listing:page_links:last_page;</a>
					</mvt:if>
				</span>
			</span>
		</div>
		
	</mvt:if>
	</div><div class="clear"></div>
	<mvt:foreach iterator="product" array="category_listing:products">
	<div class="product-item" style="width:50%">
		<div class="padding">
			<div class="product-details">
				<div class="product-thumbnail">
					<mvt:if expr="NOT ISNULL l.settings:product:thumbnail"><a href="&mvte:product:link;"><img src="&mvte:product:thumbnail;" alt="&mvte:product:name;" /><mvt:else><a class="thumbnail-not-available" href="&mvte:product:link;" title="&mvte:product:name;"></mvt:if></a>
				</div>
				<div class="product-name"><a href="&mvte:product:link;">&mvt:product:name;</a></div>
				<div class="product-code">Code: <span class="bold">&mvt:product:code;</span></div>
				<div class="product-price">
					Price: <span class="bold">&mvt:product:formatted_base_price;</span>
				</div>
				<mvt:if expr="l.settings:product:inv_active">&mvt:product:inv_long;<br></mvt:if>
				<div class="product-quantity">Quantity in Basket:
					<mvt:if expr="l.settings:product:quantity EQ 0">
					<span class="italic">none</span>
					<mvt:else>
					<span class="italic">&mvt:product:quantity;</span>
					</mvt:if>
				</div>
			</div>
			<mvt:if expr="l.settings:product:inv_level NE 'out'">
			<div class="purchase-buttons">
				<form method="post" action="&mvte:urls:BASK:rr;">
				<input type="hidden" name="Old_Screen" value="&mvte:global:Screen;" />
				<input type="hidden" name="Old_Search" value="&mvte:global:Search;" />
				<input type="hidden" name="Action" value="ADPR" />
				<input type="hidden" name="Quantity" value="1" />
				<input type="hidden" name="Attributes" value="Yes" />
				<input type="hidden" name="Product_Code" value="&mvte:product:code;" />
				<input type="hidden" name="Current_Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Offset" value="&mvte:global:CatListingOffset;" />
				<input type="hidden" name="AllOffset" value="&mvte:global:AllOffset;" />
				<input type="hidden" name="CatListingOffset" value="&mvte:global:CatListingOffset;" />
				<input type="hidden" name="RelatedOffset" value="&mvte:global:RelatedOffset;" />
				<input type="hidden" name="SearchOffset" value="&mvte:global:SearchOffset;" />
				<mvt:item name="buttons" param="AddToBasketE" />
				</form>
				<form method="post" action="&mvte:urls:OINF:secure;">
				<input type="hidden" name="Old_Screen" value="&mvte:global:Screen;" />
				<input type="hidden" name="Old_Search" value="&mvte:global:Search;" />
				<input type="hidden" name="Action" value="ADPR" />
				<input type="hidden" name="Quantity" value="1" />
				<input type="hidden" name="Attributes" value="Yes" />
				<input type="hidden" name="Product_Code" value="&mvte:product:code;" />
				<input type="hidden" name="Current_Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Offset" value="&mvte:global:CatListingOffset;" />
				<input type="hidden" name="AllOffset" value="&mvte:global:AllOffset;" />
				<input type="hidden" name="CatListingOffset" value="&mvte:global:CatListingOffset;" />
				<input type="hidden" name="RelatedOffset" value="&mvte:global:RelatedOffset;" />
				<input type="hidden" name="SearchOffset" value="&mvte:global:SearchOffset;" />
				<mvt:item name="buttons" param="BuyNowE" />
				</form>
			</div>
			</mvt:if>
		</div>
	</div>
	</mvt:foreach>
	<div class="clear"></div>
	<mvt:if expr="NOT l.settings:category_listing:page_disp_count GT 0">
		<mvt:if expr="g.CatListingOffset OR g.CatListingNextOffset">
		<div class="next-previous">
			<mvt:if expr="g.CatListingOffset GT 0">
			<div class="previous-button">
				<form method="post" action="&mvte:urls:_self:auto;">
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Search" value="&mvte:global:Search;" />
				<input type="hidden" name="Per_Page" value="&mvte:global:Per_Page;" />
				<input type="hidden" name="Sort_By" value="&mvte:global:Sort_By;" />
				<input type="hidden" name="Offset" value = "&mvte:global:CatListingPrevOffset;" />
				<input type="hidden" name="AllOffset" value = "&mvte:global:AllOffset;" />
				<input type="hidden" name="CatListingOffset" value = "&mvte:global:CatListingPrevOffset;" />
				<input type="hidden" name="RelatedOffset" value = "&mvte:global:RelatedOffset;" />
				<input type="hidden" name="SearchOffset" value = "&mvte:global:SearchOffset;" />
				<mvt:item name="buttons" param="Previous" />
				</form>
			</div>
			</mvt:if>
		
			<mvt:if expr="g.CatListingNextOffset GT 0">
			<div class="next-button">
				<form method="post" action="&mvte:urls:_self:auto;">
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Search" value="&mvte:global:Search;" />
				<input type="hidden" name="Per_Page" value="&mvte:global:Per_Page;" />
				<input type="hidden" name="Sort_By" value="&mvte:global:Sort_By;" />
				<input type="hidden" name="Offset" value = "&mvte:global:CatListingNextOffset;" />
				<input type="hidden" name="AllOffset" value = "&mvte:global:AllOffset;" />
				<input type="hidden" name="CatListingOffset" value = "&mvte:global:CatListingNextOffset;" />
				<input type="hidden" name="RelatedOffset" value = "&mvte:global:RelatedOffset;" />
				<input type="hidden" name="SearchOffset" value = "&mvte:global:SearchOffset;" />
				<mvt:item name="buttons" param="Next" />
				</form>
			</div>
			</mvt:if>
		</div>
		</mvt:if>
	</mvt:if>
</div>

CSSUI: Edit Page: PROD: Related Product List Layout: Advanced Mode

Original File
New File
<div class="expanded"><div id="filter-items-container"><mvt:if expr="l.settings:related_products:products_on_page_count GT 1">
		<div class="sorting">
		<form method="get" action="&mvte:global:sessionurl;">
			<input type="hidden" name="Screen" value="&mvte:global:Screen;" />
			<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
			<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
			<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
			<input type="hidden" name="Search" value="&mvte:global:Search;" /> 
			<input type="hidden" name="Per_Page" value="&mvte:global:Per_Page;" />
			<label for="Sort_By">Sort By:</label>
			<select name="Sort_By" id="Sort_By" onchange="this.form.submit();">
				<mvt:if expr="ISNULL g.Sort_By">
					<option value="disp_order" selected="selected">Default</option>
				<mvt:else>
					<option value="disp_order">Default</option>
				</mvt:if>
				<mvt:if expr="g.Sort_By EQ 'bestsellers'">
					<option value="bestsellers" selected="selected">Best Selling</option>
				<mvt:else>
					<option value="bestsellers">Best Selling</option>
				</mvt:if>
				<mvt:if expr="g.Sort_By EQ 'price_asc'">
					<option value="price_asc" selected="selected">Lowest Price</option>
				<mvt:else>
					<option value="price_asc">Lowest Price</option>
				</mvt:if>
				<mvt:if expr="g.Sort_By EQ 'price_desc'">
					<option value="price_desc" selected="selected">Highest Price</option>
				<mvt:else>
					<option value="price_desc">Highest Price</option>
				</mvt:if>
				<mvt:if expr="g.Sort_By EQ 'newest'">
					<option value="newest" selected="selected">Newest Items</option>
				<mvt:else>
					<option value="newest">Newest Items</option>
				</mvt:if>
			</select>
			<noscript><input type="submit" value="go"></noscript>
		</form>
		</div></mvt:if><mvt:if expr="l.settings:related_products:products_on_page_count GT 1">
		<div class="per-page">
		<form method="get" action="&mvte:global:sessionurl;">
			<input type="hidden" name="Screen" value="&mvte:global:Screen;" />
			<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
			<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
			<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
			<input type="hidden" name="Search" value="&mvte:global:Search;" /> 
			<input type="hidden" name="Sort_By" value="&mvte:global:Sort_By;" />
			<label for="Per_Page">View:</label>
			<select name="Per_Page" id="Per_Page" onchange="this.form.submit();">
				<mvt:if expr="g.Per_Page EQ 10">
					<option value="10" selected="selected">10</option>
				<mvt:else>
					<option value="10">10</option>
				</mvt:if>
				<mvt:if expr="g.Per_Page EQ 20">
					<option value="20" selected="selected">20</option>
				<mvt:else>
					<option value="20">20</option>
				</mvt:if>
				<mvt:if expr="g.Per_Page EQ 40">
					<option value="40" selected="selected">40</option>
				<mvt:else>
					<option value="40">40</option>
				</mvt:if>
				<mvt:if expr="g.Per_Page EQ -1">
					<option value="-1" selected="selected">All</option>
				<mvt:else>
					<option value="-1">All</option>
				</mvt:if>
			</select>
			<noscript><input type="submit" value="go"></noscript>
		</form>
		</div></mvt:if>
	<mvt:if expr="l.settings:related_products:page_links:last_page GT 1">
		<div class="page-links">
			<span class="page-links-title">Page(s):</span>
			<span class="page-links-container">
				<mvt:if expr="l.settings:related_products:page_links:current_page NE 1">
					<a href="&mvte:related_products:page_links:prev_link;" class="page-links-previous"><</a>
				<mvt:else>
					<span class="page-links-previous page-links-deactivated"><</span>
				</mvt:if>
				<mvt:if expr="l.settings:related_products:page_links:current_page NE l.settings:related_products:page_links:last_page">
					<a href="&mvte:related_products:page_links:next_link;" class="page-links-next">></a>
				<mvt:else>
					<span class="page-links-next page-links-deactivated">></span>
				</mvt:if>
				<span class="page-disp">
					<mvt:if expr="NOT l.settings:related_products:page_links:contains_first">
						<a href="&mvte:related_products:page_links:first_link;" class="page-links-inactive">1</a>...
					</mvt:if>
					<mvt:foreach iterator="pages" array="related_products:page_links:pages">
						<mvt:if expr="l.settings:related_products:page_links:current_page EQ l.settings:pages:page_num">
							<span class="page-links-active">&mvte:pages:page_num;</span>
						<mvt:else>
							<a href="&mvte:pages:link;" class="page-links-inactive">&mvte:pages:page_num;</a>
						</mvt:if>
					</mvt:foreach>
					<mvt:if expr="NOT l.settings:related_products:page_links:contains_last">
						...<a href="&mvte:related_products:page_links:last_link;" class="page-links-inactive">&mvte:related_products:page_links:last_page;</a>
					</mvt:if>
				</span>
			</span>
		</div>
		
	</mvt:if>
	</div><div class="clear"></div>
	<mvt:foreach iterator="product" array="related_products:products">
	<div class="product-item" style="width:50%">
		<div class="padding">
			<div class="product-details">
				<div class="product-thumbnail">
					<mvt:if expr="NOT ISNULL l.settings:product:thumbnail"><a href="&mvte:product:link;"><img src="&mvte:product:thumbnail;" alt="&mvte:product:name;" /><mvt:else><a class="thumbnail-not-available" href="&mvte:product:link;" title="&mvte:product:name;"></mvt:if></a>
				</div>
				<div class="product-name"><a href="&mvte:product:link;">&mvt:product:name;</a></div>
				<div class="product-code">Code: <span class="bold">&mvt:product:code;</span></div>
				<div class="product-price">
					Price: <span class="bold">&mvt:product:formatted_base_price;</span>
				</div>
				<mvt:if expr="l.settings:product:inv_active">&mvt:product:inv_long;<br></mvt:if>
				<div class="product-quantity">Quantity in Basket:
					<mvt:if expr="l.settings:product:quantity EQ 0">
					<span class="italic">none</span>
					<mvt:else>
					<span class="italic">&mvt:product:quantity;</span>
					</mvt:if>
				</div>
			</div>
			<mvt:if expr="l.settings:product:inv_level NE 'out'">
			<div class="purchase-buttons">
				<form method="post" action="&mvte:global:sessionurl;Screen=BASK">
				<input type="hidden" name="Old_Screen" value="&mvte:global:Screen;" />
				<input type="hidden" name="Old_Search" value="&mvte:global:Search;" />
				<input type="hidden" name="Action" value="ADPR" />
				<input type="hidden" name="Quantity" value="1" />
				<input type="hidden" name="Attributes" value="Yes" />
				<input type="hidden" name="Store_Code" value="&mvte:store:code;" />
				<input type="hidden" name="Product_Code" value="&mvte:product:code;" />
				<input type="hidden" name="Current_Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Offset" value="&mvte:global:RelatedOffset;" />
				<input type="hidden" name="AllOffset" value="&mvte:global:AllOffset;" />
				<input type="hidden" name="CatListingOffset" value="&mvte:global:CatListingOffset;" />
				<input type="hidden" name="RelatedOffset" value="&mvte:global:RelatedOffset;" />
				<input type="hidden" name="SearchOffset" value="&mvte:global:SearchOffset;" />
				<mvt:item name="buttons" param="AddToBasketE" />
				</form>
				<form method="post" action="&mvte:global:secure_sessionurl;Screen=OINF">
				<input type="hidden" name="Old_Screen" value="&mvte:global:Screen;" />
				<input type="hidden" name="Old_Search" value="&mvte:global:Search;" />
				<input type="hidden" name="Action" value="ADPR" />
				<input type="hidden" name="Quantity" value="1" />
				<input type="hidden" name="Attributes" value="Yes" />
				<input type="hidden" name="Store_Code" value="&mvte:store:code;" />
				<input type="hidden" name="Product_Code" value="&mvte:product:code;" />
				<input type="hidden" name="Current_Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Offset" value="&mvte:global:RelatedOffset;" />
				<input type="hidden" name="AllOffset" value="&mvte:global:AllOffset;" />
				<input type="hidden" name="CatListingOffset" value="&mvte:global:CatListingOffset;" />
				<input type="hidden" name="RelatedOffset" value="&mvte:global:RelatedOffset;" />
				<input type="hidden" name="SearchOffset" value="&mvte:global:SearchOffset;" />
				<mvt:item name="buttons" param="BuyNowE" />
				</form>
			</div>
			</mvt:if>
		</div>
	</div>
	</mvt:foreach>
	<div class="clear"></div>
	<mvt:if expr="NOT l.settings:related_products:page_disp_count GT 0">
		<mvt:if expr="g.RelatedOffset OR g.RelatedNextOffset">
		<div class="next-previous">
			<mvt:if expr="g.RelatedOffset GT 0">
			<div class="previous-button">
				<form method="post" action="&mvte:global:sessionurl;">
				<input type="hidden" name="Screen" value="&mvte:global:Screen;" />
				<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Search" value="&mvte:global:Search;" />
				<input type="hidden" name="Per_Page" value="&mvte:global:Per_Page;" />
				<input type="hidden" name="Sort_By" value="&mvte:global:Sort_By;" />
				<input type="hidden" name="Offset" value = "&mvte:global:RelatedPrevOffset;" />
			<input type="hidden" name="AllOffset" value = "&mvte:global:AllOffset;" />
			<input type="hidden" name="CatListingOffset" value = "&mvte:global:CatListingOffset;" />
			<input type="hidden" name="RelatedOffset" value = "&mvte:global:RelatedPrevOffset;" />
			<input type="hidden" name="SearchOffset" value = "&mvte:global:SearchOffset;" />
				<mvt:item name="buttons" param="Previous" />
				</form>
			</div>
			</mvt:if>
		
			<mvt:if expr="g.RelatedNextOffset GT 0">
			<div class="next-button">
				<form method="post" action="&mvte:global:sessionurl;">
				<input type="hidden" name="Screen" value="&mvte:global:Screen;" />
				<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Search" value="&mvte:global:Search;" />
				<input type="hidden" name="Per_Page" value="&mvte:global:Per_Page;" />
				<input type="hidden" name="Sort_By" value="&mvte:global:Sort_By;" />
				<input type="hidden" name="Offset" value = "&mvte:global:RelatedNextOffset;" />
			<input type="hidden" name="AllOffset" value = "&mvte:global:AllOffset;" />
			<input type="hidden" name="CatListingOffset" value = "&mvte:global:CatListingOffset;" />
			<input type="hidden" name="RelatedOffset" value = "&mvte:global:RelatedNextOffset;" />
			<input type="hidden" name="SearchOffset" value = "&mvte:global:SearchOffset;" />
				<mvt:item name="buttons" param="Next" />
				</form>
			</div>
			</mvt:if>
		</div>
		</mvt:if>
	</mvt:if>
</div>
<div class="expanded"><div id="filter-items-container"><mvt:if expr="l.settings:related_products:products_on_page_count GT 1">
		<div class="sorting">
		<form method="get" action="&mvte:urls:_self:auto;">
			<input type="hidden" name="Screen" value="&mvte:global:Screen;" />
			<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
			<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
			<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
			<input type="hidden" name="Search" value="&mvte:global:Search;" /> 
			<input type="hidden" name="Per_Page" value="&mvte:global:Per_Page;" />
			<label for="Sort_By">Sort By:</label>
			<select name="Sort_By" id="Sort_By" onchange="this.form.submit();">
				<mvt:if expr="ISNULL g.Sort_By">
					<option value="disp_order" selected="selected">Default</option>
				<mvt:else>
					<option value="disp_order">Default</option>
				</mvt:if>
				<mvt:if expr="g.Sort_By EQ 'bestsellers'">
					<option value="bestsellers" selected="selected">Best Selling</option>
				<mvt:else>
					<option value="bestsellers">Best Selling</option>
				</mvt:if>
				<mvt:if expr="g.Sort_By EQ 'price_asc'">
					<option value="price_asc" selected="selected">Lowest Price</option>
				<mvt:else>
					<option value="price_asc">Lowest Price</option>
				</mvt:if>
				<mvt:if expr="g.Sort_By EQ 'price_desc'">
					<option value="price_desc" selected="selected">Highest Price</option>
				<mvt:else>
					<option value="price_desc">Highest Price</option>
				</mvt:if>
				<mvt:if expr="g.Sort_By EQ 'newest'">
					<option value="newest" selected="selected">Newest Items</option>
				<mvt:else>
					<option value="newest">Newest Items</option>
				</mvt:if>
			</select>
			<noscript><input type="submit" value="go"></noscript>
		</form>
		</div></mvt:if><mvt:if expr="l.settings:related_products:products_on_page_count GT 1">
		<div class="per-page">
		<form method="get" action="&mvte:urls:_self:auto;">
			<input type="hidden" name="Screen" value="&mvte:global:Screen;" />
			<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
			<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
			<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
			<input type="hidden" name="Search" value="&mvte:global:Search;" /> 
			<input type="hidden" name="Sort_By" value="&mvte:global:Sort_By;" />
			<label for="Per_Page">View:</label>
			<select name="Per_Page" id="Per_Page" onchange="this.form.submit();">
				<mvt:if expr="g.Per_Page EQ 10">
					<option value="10" selected="selected">10</option>
				<mvt:else>
					<option value="10">10</option>
				</mvt:if>
				<mvt:if expr="g.Per_Page EQ 20">
					<option value="20" selected="selected">20</option>
				<mvt:else>
					<option value="20">20</option>
				</mvt:if>
				<mvt:if expr="g.Per_Page EQ 40">
					<option value="40" selected="selected">40</option>
				<mvt:else>
					<option value="40">40</option>
				</mvt:if>
				<mvt:if expr="g.Per_Page EQ -1">
					<option value="-1" selected="selected">All</option>
				<mvt:else>
					<option value="-1">All</option>
				</mvt:if>
			</select>
			<noscript><input type="submit" value="go"></noscript>
		</form>
		</div></mvt:if>
	<mvt:if expr="l.settings:related_products:page_links:last_page GT 1">
		<div class="page-links">
			<span class="page-links-title">Page(s):</span>
			<span class="page-links-container">
				<mvt:if expr="l.settings:related_products:page_links:current_page NE 1">
					<a href="&mvte:urls:_self:auto_sep;&mvte:related_products:page_links:prev_link_params;" class="page-links-previous"><</a>
				<mvt:else>
					<span class="page-links-previous page-links-deactivated"><</span>
				</mvt:if>
				<mvt:if expr="l.settings:related_products:page_links:current_page NE l.settings:related_products:page_links:last_page">
					<a href="&mvte:urls:_self:auto_sep;&mvte:related_products:page_links:next_link_params;" class="page-links-next">></a>
				<mvt:else>
					<span class="page-links-next page-links-deactivated">></span>
				</mvt:if>
				<span class="page-disp">
					<mvt:if expr="NOT l.settings:related_products:page_links:contains_first">
						<a href="&mvte:urls:_self:auto_sep;&mvte:related_products:page_links:first_link_params;" class="page-links-inactive">1</a>...
					</mvt:if>
					<mvt:foreach iterator="pages" array="related_products:page_links:pages">
						<mvt:if expr="l.settings:related_products:page_links:current_page EQ l.settings:pages:page_num">
							<span class="page-links-active">&mvte:pages:page_num;</span>
						<mvt:else>
							<a href="&mvte:urls:_self:auto_sep;&mvte:pages:link_params;" class="page-links-inactive">&mvte:pages:page_num;</a>
						</mvt:if>
					</mvt:foreach>
					<mvt:if expr="NOT l.settings:related_products:page_links:contains_last">
						...<a href="&mvte:urls:_self:auto_sep;&mvte:related_products:page_links:last_link_params;" class="page-links-inactive">&mvte:related_products:page_links:last_page;</a>
					</mvt:if>
				</span>
			</span>
		</div>
		
	</mvt:if>
	</div><div class="clear"></div>
	<mvt:foreach iterator="product" array="related_products:products">
	<div class="product-item" style="width:50%">
		<div class="padding">
			<div class="product-details">
				<div class="product-thumbnail">
					<mvt:if expr="NOT ISNULL l.settings:product:thumbnail"><a href="&mvte:product:link;"><img src="&mvte:product:thumbnail;" alt="&mvte:product:name;" /><mvt:else><a class="thumbnail-not-available" href="&mvte:product:link;" title="&mvte:product:name;"></mvt:if></a>
				</div>
				<div class="product-name"><a href="&mvte:product:link;">&mvt:product:name;</a></div>
				<div class="product-code">Code: <span class="bold">&mvt:product:code;</span></div>
				<div class="product-price">
					Price: <span class="bold">&mvt:product:formatted_base_price;</span>
				</div>
				<mvt:if expr="l.settings:product:inv_active">&mvt:product:inv_long;<br></mvt:if>
				<div class="product-quantity">Quantity in Basket:
					<mvt:if expr="l.settings:product:quantity EQ 0">
					<span class="italic">none</span>
					<mvt:else>
					<span class="italic">&mvt:product:quantity;</span>
					</mvt:if>
				</div>
			</div>
			<mvt:if expr="l.settings:product:inv_level NE 'out'">
			<div class="purchase-buttons">
				<form method="post" action="&mvte:urls:BASK:rr;">
				<input type="hidden" name="Old_Screen" value="&mvte:global:Screen;" />
				<input type="hidden" name="Old_Search" value="&mvte:global:Search;" />
				<input type="hidden" name="Action" value="ADPR" />
				<input type="hidden" name="Quantity" value="1" />
				<input type="hidden" name="Attributes" value="Yes" />
				<input type="hidden" name="Product_Code" value="&mvte:product:code;" />
				<input type="hidden" name="Current_Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Offset" value="&mvte:global:RelatedOffset;" />
				<input type="hidden" name="AllOffset" value="&mvte:global:AllOffset;" />
				<input type="hidden" name="CatListingOffset" value="&mvte:global:CatListingOffset;" />
				<input type="hidden" name="RelatedOffset" value="&mvte:global:RelatedOffset;" />
				<input type="hidden" name="SearchOffset" value="&mvte:global:SearchOffset;" />
				<mvt:item name="buttons" param="AddToBasketE" />
				</form>
				<form method="post" action="&mvte:urls:OINF:secure;">
				<input type="hidden" name="Old_Screen" value="&mvte:global:Screen;" />
				<input type="hidden" name="Old_Search" value="&mvte:global:Search;" />
				<input type="hidden" name="Action" value="ADPR" />
				<input type="hidden" name="Quantity" value="1" />
				<input type="hidden" name="Attributes" value="Yes" />
				<input type="hidden" name="Product_Code" value="&mvte:product:code;" />
				<input type="hidden" name="Current_Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Offset" value="&mvte:global:RelatedOffset;" />
				<input type="hidden" name="AllOffset" value="&mvte:global:AllOffset;" />
				<input type="hidden" name="CatListingOffset" value="&mvte:global:CatListingOffset;" />
				<input type="hidden" name="RelatedOffset" value="&mvte:global:RelatedOffset;" />
				<input type="hidden" name="SearchOffset" value="&mvte:global:SearchOffset;" />
				<mvt:item name="buttons" param="BuyNowE" />
				</form>
			</div>
			</mvt:if>
		</div>
	</div>
	</mvt:foreach>
	<div class="clear"></div>
	<mvt:if expr="NOT l.settings:related_products:page_disp_count GT 0">
		<mvt:if expr="g.RelatedOffset OR g.RelatedNextOffset">
		<div class="next-previous">
			<mvt:if expr="g.RelatedOffset GT 0">
			<div class="previous-button">
				<form method="post" action="&mvte:urls:_self:auto;">
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Search" value="&mvte:global:Search;" />
				<input type="hidden" name="Per_Page" value="&mvte:global:Per_Page;" />
				<input type="hidden" name="Sort_By" value="&mvte:global:Sort_By;" />
				<input type="hidden" name="Offset" value = "&mvte:global:RelatedPrevOffset;" />
				<input type="hidden" name="AllOffset" value = "&mvte:global:AllOffset;" />
				<input type="hidden" name="CatListingOffset" value = "&mvte:global:CatListingOffset;" />
				<input type="hidden" name="RelatedOffset" value = "&mvte:global:RelatedPrevOffset;" />
				<input type="hidden" name="SearchOffset" value = "&mvte:global:SearchOffset;" />
				<mvt:item name="buttons" param="Previous" />
				</form>
			</div>
			</mvt:if>
		
			<mvt:if expr="g.RelatedNextOffset GT 0">
			<div class="next-button">
				<form method="post" action="&mvte:urls:_self:auto;">
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Search" value="&mvte:global:Search;" />
				<input type="hidden" name="Per_Page" value="&mvte:global:Per_Page;" />
				<input type="hidden" name="Sort_By" value="&mvte:global:Sort_By;" />
				<input type="hidden" name="Offset" value = "&mvte:global:RelatedNextOffset;" />
				<input type="hidden" name="AllOffset" value = "&mvte:global:AllOffset;" />
				<input type="hidden" name="CatListingOffset" value = "&mvte:global:CatListingOffset;" />
				<input type="hidden" name="RelatedOffset" value = "&mvte:global:RelatedNextOffset;" />
				<input type="hidden" name="SearchOffset" value = "&mvte:global:SearchOffset;" />
				<mvt:item name="buttons" param="Next" />
				</form>
			</div>
			</mvt:if>
		</div>
		</mvt:if>
	</mvt:if>
</div>

CSSUI: Edit Page: SRCH: Search Results Layout: Advanced Mode

Original File
New File
<div class="expanded"><div id="filter-items-container"><mvt:if expr="l.settings:search_results:products_on_page_count GT 1">
		<div class="sorting">
		<form method="get" action="&mvte:global:sessionurl;">
			<input type="hidden" name="Screen" value="&mvte:global:Screen;" />
			<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
			<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
			<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
			<input type="hidden" name="Search" value="&mvte:global:Search;" /> 
			<input type="hidden" name="Per_Page" value="&mvte:global:Per_Page;" />
			<label for="Sort_By">Sort By:</label>
			<select name="Sort_By" id="Sort_By" onchange="this.form.submit();">
				<mvt:if expr="ISNULL g.Sort_By">
					<option value="disp_order" selected="selected">Default</option>
				<mvt:else>
					<option value="disp_order">Default</option>
				</mvt:if>
				<mvt:if expr="g.Sort_By EQ 'bestsellers'">
					<option value="bestsellers" selected="selected">Best Selling</option>
				<mvt:else>
					<option value="bestsellers">Best Selling</option>
				</mvt:if>
				<mvt:if expr="g.Sort_By EQ 'price_asc'">
					<option value="price_asc" selected="selected">Lowest Price</option>
				<mvt:else>
					<option value="price_asc">Lowest Price</option>
				</mvt:if>
				<mvt:if expr="g.Sort_By EQ 'price_desc'">
					<option value="price_desc" selected="selected">Highest Price</option>
				<mvt:else>
					<option value="price_desc">Highest Price</option>
				</mvt:if>
				<mvt:if expr="g.Sort_By EQ 'newest'">
					<option value="newest" selected="selected">Newest Items</option>
				<mvt:else>
					<option value="newest">Newest Items</option>
				</mvt:if>
			</select>
			<noscript><input type="submit" value="go"></noscript>
		</form>
		</div></mvt:if><mvt:if expr="l.settings:search_results:products_on_page_count GT 1">
		<div class="per-page">
		<form method="get" action="&mvte:global:sessionurl;">
			<input type="hidden" name="Screen" value="&mvte:global:Screen;" />
			<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
			<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
			<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
			<input type="hidden" name="Search" value="&mvte:global:Search;" /> 
			<input type="hidden" name="Sort_By" value="&mvte:global:Sort_By;" />
			<label for="Per_Page">View:</label>
			<select name="Per_Page" id="Per_Page" onchange="this.form.submit();">
				<mvt:if expr="g.Per_Page EQ 10">
					<option value="10" selected="selected">10</option>
				<mvt:else>
					<option value="10">10</option>
				</mvt:if>
				<mvt:if expr="g.Per_Page EQ 20">
					<option value="20" selected="selected">20</option>
				<mvt:else>
					<option value="20">20</option>
				</mvt:if>
				<mvt:if expr="g.Per_Page EQ 40">
					<option value="40" selected="selected">40</option>
				<mvt:else>
					<option value="40">40</option>
				</mvt:if>
				<mvt:if expr="g.Per_Page EQ -1">
					<option value="-1" selected="selected">All</option>
				<mvt:else>
					<option value="-1">All</option>
				</mvt:if>
			</select>
			<noscript><input type="submit" value="go"></noscript>
		</form>
		</div></mvt:if>
	<mvt:if expr="l.settings:search_results:page_links:last_page GT 1">
		<div class="page-links">
			<span class="page-links-title">Page(s):</span>
			<span class="page-links-container">
				<mvt:if expr="l.settings:search_results:page_links:current_page NE 1">
					<a href="&mvte:search_results:page_links:prev_link;" class="page-links-previous"><</a>
				<mvt:else>
					<span class="page-links-previous page-links-deactivated"><</span>
				</mvt:if>
				<mvt:if expr="l.settings:search_results:page_links:current_page NE l.settings:search_results:page_links:last_page">
					<a href="&mvte:search_results:page_links:next_link;" class="page-links-next">></a>
				<mvt:else>
					<span class="page-links-next page-links-deactivated">></span>
				</mvt:if>
				<span class="page-disp">
					<mvt:if expr="NOT l.settings:search_results:page_links:contains_first">
						<a href="&mvte:search_results:page_links:first_link;" class="page-links-inactive">1</a>...
					</mvt:if>
					<mvt:foreach iterator="pages" array="search_results:page_links:pages">
						<mvt:if expr="l.settings:search_results:page_links:current_page EQ l.settings:pages:page_num">
							<span class="page-links-active">&mvte:pages:page_num;</span>
						<mvt:else>
							<a href="&mvte:pages:link;" class="page-links-inactive">&mvte:pages:page_num;</a>
						</mvt:if>
					</mvt:foreach>
					<mvt:if expr="NOT l.settings:search_results:page_links:contains_last">
						...<a href="&mvte:search_results:page_links:last_link;" class="page-links-inactive">&mvte:search_results:page_links:last_page;</a>
					</mvt:if>
				</span>
			</span>
		</div>
		
	</mvt:if>
	</div><div class="clear"></div>
	<mvt:foreach iterator="product" array="search_results:products">
	<div class="product-item" style="width:50%">
		<div class="padding">
			<div class="product-details">
				<div class="product-thumbnail">
					<mvt:if expr="NOT ISNULL l.settings:product:thumbnail"><a href="&mvte:product:link;"><img src="&mvte:product:thumbnail;" alt="&mvte:product:name;" /><mvt:else><a class="thumbnail-not-available" href="&mvte:product:link;" title="&mvte:product:name;"></mvt:if></a>
				</div>
				<div class="product-name"><a href="&mvte:product:link;">&mvt:product:name;</a></div>
				<div class="product-code">Code: <span class="bold">&mvt:product:code;</span></div>
				<div class="product-price">
					Price: <span class="bold">&mvt:product:formatted_base_price;</span>
				</div>
				<mvt:if expr="l.settings:product:inv_active">&mvt:product:inv_long;<br></mvt:if>
				<div class="product-quantity">Quantity in Basket:
					<mvt:if expr="l.settings:product:quantity EQ 0">
					<span class="italic">none</span>
					<mvt:else>
					<span class="italic">&mvt:product:quantity;</span>
					</mvt:if>
				</div>
			</div>
			<mvt:if expr="l.settings:product:inv_level NE 'out'">
			<div class="purchase-buttons">
				<form method="post" action="&mvte:global:sessionurl;Screen=BASK">
				<input type="hidden" name="Old_Screen" value="&mvte:global:Screen;" />
				<input type="hidden" name="Old_Search" value="&mvte:global:Search;" />
				<input type="hidden" name="Action" value="ADPR" />
				<input type="hidden" name="Quantity" value="1" />
				<input type="hidden" name="Attributes" value="Yes" />
				<input type="hidden" name="Store_Code" value="&mvte:store:code;" />
				<input type="hidden" name="Product_Code" value="&mvte:product:code;" />
				<input type="hidden" name="Current_Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Offset" value="&mvte:global:SearchOffset;" />
				<input type="hidden" name="AllOffset" value="&mvte:global:AllOffset;" />
				<input type="hidden" name="CatListingOffset" value="&mvte:global:CatListingOffset;" />
				<input type="hidden" name="RelatedOffset" value="&mvte:global:RelatedOffset;" />
				<input type="hidden" name="SearchOffset" value="&mvte:global:SearchOffset;" />
				<mvt:item name="buttons" param="AddToBasketE" />
				</form>
				<form method="post" action="&mvte:global:secure_sessionurl;Screen=OINF">
				<input type="hidden" name="Old_Screen" value="&mvte:global:Screen;" />
				<input type="hidden" name="Old_Search" value="&mvte:global:Search;" />
				<input type="hidden" name="Action" value="ADPR" />
				<input type="hidden" name="Quantity" value="1" />
				<input type="hidden" name="Attributes" value="Yes" />
				<input type="hidden" name="Store_Code" value="&mvte:store:code;" />
				<input type="hidden" name="Product_Code" value="&mvte:product:code;" />
				<input type="hidden" name="Current_Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Offset" value="&mvte:global:SearchOffset;" />
				<input type="hidden" name="AllOffset" value="&mvte:global:AllOffset;" />
				<input type="hidden" name="CatListingOffset" value="&mvte:global:CatListingOffset;" />
				<input type="hidden" name="RelatedOffset" value="&mvte:global:RelatedOffset;" />
				<input type="hidden" name="SearchOffset" value="&mvte:global:SearchOffset;" />
				<mvt:item name="buttons" param="BuyNowE" />
				</form>
			</div>
			</mvt:if>
		</div>
	</div>
	</mvt:foreach>
	<div class="clear"></div>
	<mvt:if expr="NOT l.settings:search_results:page_disp_count GT 0">
		<mvt:if expr="g.SearchOffset OR g.SearchNextOffset">
		<div class="next-previous">
			<mvt:if expr="g.SearchOffset GT 0">
			<div class="previous-button">
				<form method="post" action="&mvte:global:sessionurl;">
				<input type="hidden" name="Screen" value="&mvte:global:Screen;" />
				<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Search" value="&mvte:global:Search;" />
				<input type="hidden" name="Per_Page" value="&mvte:global:Per_Page;" />
				<input type="hidden" name="Sort_By" value="&mvte:global:Sort_By;" />
				<input type="hidden" name="Offset" value = "&mvte:global:SearchPrevOffset;" />
			<input type="hidden" name="AllOffset" value = "&mvte:global:AllOffset;" />
			<input type="hidden" name="CatListingOffset" value = "&mvte:global:CatListingOffset;" />
			<input type="hidden" name="RelatedOffset" value = "&mvte:global:RelatedOffset;" />
			<input type="hidden" name="SearchOffset" value = "&mvte:global:SearchPrevOffset;" />
				<mvt:item name="buttons" param="Previous" />
				</form>
			</div>
			</mvt:if>
		
			<mvt:if expr="g.SearchNextOffset GT 0">
			<div class="next-button">
				<form method="post" action="&mvte:global:sessionurl;">
				<input type="hidden" name="Screen" value="&mvte:global:Screen;" />
				<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Search" value="&mvte:global:Search;" />
				<input type="hidden" name="Per_Page" value="&mvte:global:Per_Page;" />
				<input type="hidden" name="Sort_By" value="&mvte:global:Sort_By;" />
				<input type="hidden" name="Offset" value = "&mvte:global:SearchNextOffset;" />
			<input type="hidden" name="AllOffset" value = "&mvte:global:AllOffset;" />
			<input type="hidden" name="CatListingOffset" value = "&mvte:global:CatListingOffset;" />
			<input type="hidden" name="RelatedOffset" value = "&mvte:global:RelatedOffset;" />
			<input type="hidden" name="SearchOffset" value = "&mvte:global:SearchNextOffset;" />
				<mvt:item name="buttons" param="Next" />
				</form>
			</div>
			</mvt:if>
		</div>
		</mvt:if>
	</mvt:if>
</div>
<div class="expanded"><div id="filter-items-container"><mvt:if expr="l.settings:search_results:products_on_page_count GT 1">
		<div class="sorting">
		<form method="get" action="&mvte:urls:_self:auto;">
			<input type="hidden" name="Screen" value="&mvte:global:Screen;" />
			<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
			<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
			<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
			<input type="hidden" name="Search" value="&mvte:global:Search;" /> 
			<input type="hidden" name="Per_Page" value="&mvte:global:Per_Page;" />
			<label for="Sort_By">Sort By:</label>
			<select name="Sort_By" id="Sort_By" onchange="this.form.submit();">
				<mvt:if expr="ISNULL g.Sort_By">
					<option value="disp_order" selected="selected">Default</option>
				<mvt:else>
					<option value="disp_order">Default</option>
				</mvt:if>
				<mvt:if expr="g.Sort_By EQ 'bestsellers'">
					<option value="bestsellers" selected="selected">Best Selling</option>
				<mvt:else>
					<option value="bestsellers">Best Selling</option>
				</mvt:if>
				<mvt:if expr="g.Sort_By EQ 'price_asc'">
					<option value="price_asc" selected="selected">Lowest Price</option>
				<mvt:else>
					<option value="price_asc">Lowest Price</option>
				</mvt:if>
				<mvt:if expr="g.Sort_By EQ 'price_desc'">
					<option value="price_desc" selected="selected">Highest Price</option>
				<mvt:else>
					<option value="price_desc">Highest Price</option>
				</mvt:if>
				<mvt:if expr="g.Sort_By EQ 'newest'">
					<option value="newest" selected="selected">Newest Items</option>
				<mvt:else>
					<option value="newest">Newest Items</option>
				</mvt:if>
			</select>
			<noscript><input type="submit" value="go"></noscript>
		</form>
		</div></mvt:if><mvt:if expr="l.settings:search_results:products_on_page_count GT 1">
		<div class="per-page">
		<form method="get" action="&mvte:urls:_self:auto;">
			<input type="hidden" name="Screen" value="&mvte:global:Screen;" />
			<input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
			<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
			<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
			<input type="hidden" name="Search" value="&mvte:global:Search;" /> 
			<input type="hidden" name="Sort_By" value="&mvte:global:Sort_By;" />
			<label for="Per_Page">View:</label>
			<select name="Per_Page" id="Per_Page" onchange="this.form.submit();">
				<mvt:if expr="g.Per_Page EQ 10">
					<option value="10" selected="selected">10</option>
				<mvt:else>
					<option value="10">10</option>
				</mvt:if>
				<mvt:if expr="g.Per_Page EQ 20">
					<option value="20" selected="selected">20</option>
				<mvt:else>
					<option value="20">20</option>
				</mvt:if>
				<mvt:if expr="g.Per_Page EQ 40">
					<option value="40" selected="selected">40</option>
				<mvt:else>
					<option value="40">40</option>
				</mvt:if>
				<mvt:if expr="g.Per_Page EQ -1">
					<option value="-1" selected="selected">All</option>
				<mvt:else>
					<option value="-1">All</option>
				</mvt:if>
			</select>
			<noscript><input type="submit" value="go"></noscript>
		</form>
		</div></mvt:if>
	<mvt:if expr="l.settings:search_results:page_links:last_page GT 1">
		<div class="page-links">
			<span class="page-links-title">Page(s):</span>
			<span class="page-links-container">
				<mvt:if expr="l.settings:search_results:page_links:current_page NE 1">
					<a href="&mvte:urls:_self:auto_sep;&mvte:search_results:page_links:prev_link_params;" class="page-links-previous"><</a>
				<mvt:else>
					<span class="page-links-previous page-links-deactivated"><</span>
				</mvt:if>
				<mvt:if expr="l.settings:search_results:page_links:current_page NE l.settings:search_results:page_links:last_page">
					<a href="&mvte:urls:_self:auto_sep;&mvte:search_results:page_links:next_link_params;" class="page-links-next">></a>
				<mvt:else>
					<span class="page-links-next page-links-deactivated">></span>
				</mvt:if>
				<span class="page-disp">
					<mvt:if expr="NOT l.settings:search_results:page_links:contains_first">
						<a href="&mvte:urls:_self:auto_sep;&mvte:search_results:page_links:first_link_params;" class="page-links-inactive">1</a>...
					</mvt:if>
					<mvt:foreach iterator="pages" array="search_results:page_links:pages">
						<mvt:if expr="l.settings:search_results:page_links:current_page EQ l.settings:pages:page_num">
							<span class="page-links-active">&mvte:pages:page_num;</span>
						<mvt:else>
							<a href="&mvte:urls:_self:auto_sep;&mvte:pages:link_params;" class="page-links-inactive">&mvte:pages:page_num;</a>
						</mvt:if>
					</mvt:foreach>
					<mvt:if expr="NOT l.settings:search_results:page_links:contains_last">
						...<a href="&mvte:urls:_self:auto_sep;&mvte:search_results:page_links:last_link_params;" class="page-links-inactive">&mvte:search_results:page_links:last_page;</a>
					</mvt:if>
				</span>
			</span>
		</div>
		
	</mvt:if>
	</div><div class="clear"></div>
	<mvt:foreach iterator="product" array="search_results:products">
	<div class="product-item" style="width:50%">
		<div class="padding">
			<div class="product-details">
				<div class="product-thumbnail">
					<mvt:if expr="NOT ISNULL l.settings:product:thumbnail"><a href="&mvte:product:link;"><img src="&mvte:product:thumbnail;" alt="&mvte:product:name;" /><mvt:else><a class="thumbnail-not-available" href="&mvte:product:link;" title="&mvte:product:name;"></mvt:if></a>
				</div>
				<div class="product-name"><a href="&mvte:product:link;">&mvt:product:name;</a></div>
				<div class="product-code">Code: <span class="bold">&mvt:product:code;</span></div>
				<div class="product-price">
					Price: <span class="bold">&mvt:product:formatted_base_price;</span>
				</div>
				<mvt:if expr="l.settings:product:inv_active">&mvt:product:inv_long;<br></mvt:if>
				<div class="product-quantity">Quantity in Basket:
					<mvt:if expr="l.settings:product:quantity EQ 0">
					<span class="italic">none</span>
					<mvt:else>
					<span class="italic">&mvt:product:quantity;</span>
					</mvt:if>
				</div>
			</div>
			<mvt:if expr="l.settings:product:inv_level NE 'out'">
			<div class="purchase-buttons">
				<form method="post" action="&mvte:urls:BASK:rr;">
				<input type="hidden" name="Old_Screen" value="&mvte:global:Screen;" />
				<input type="hidden" name="Old_Search" value="&mvte:global:Search;" />
				<input type="hidden" name="Action" value="ADPR" />
				<input type="hidden" name="Quantity" value="1" />
				<input type="hidden" name="Attributes" value="Yes" />
				<input type="hidden" name="Product_Code" value="&mvte:product:code;" />
				<input type="hidden" name="Current_Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Offset" value="&mvte:global:SearchOffset;" />
				<input type="hidden" name="AllOffset" value="&mvte:global:AllOffset;" />
				<input type="hidden" name="CatListingOffset" value="&mvte:global:CatListingOffset;" />
				<input type="hidden" name="RelatedOffset" value="&mvte:global:RelatedOffset;" />
				<input type="hidden" name="SearchOffset" value="&mvte:global:SearchOffset;" />
				<mvt:item name="buttons" param="AddToBasketE" />
				</form>
				<form method="post" action="&mvte:urls:OINF:secure;">
				<input type="hidden" name="Old_Screen" value="&mvte:global:Screen;" />
				<input type="hidden" name="Old_Search" value="&mvte:global:Search;" />
				<input type="hidden" name="Action" value="ADPR" />
				<input type="hidden" name="Quantity" value="1" />
				<input type="hidden" name="Attributes" value="Yes" />
				<input type="hidden" name="Product_Code" value="&mvte:product:code;" />
				<input type="hidden" name="Current_Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Offset" value="&mvte:global:SearchOffset;" />
				<input type="hidden" name="AllOffset" value="&mvte:global:AllOffset;" />
				<input type="hidden" name="CatListingOffset" value="&mvte:global:CatListingOffset;" />
				<input type="hidden" name="RelatedOffset" value="&mvte:global:RelatedOffset;" />
				<input type="hidden" name="SearchOffset" value="&mvte:global:SearchOffset;" />
				<mvt:item name="buttons" param="BuyNowE" />
				</form>
			</div>
			</mvt:if>
		</div>
	</div>
	</mvt:foreach>
	<div class="clear"></div>
	<mvt:if expr="NOT l.settings:search_results:page_disp_count GT 0">
		<mvt:if expr="g.SearchOffset OR g.SearchNextOffset">
		<div class="next-previous">
			<mvt:if expr="g.SearchOffset GT 0">
			<div class="previous-button">
				<form method="post" action="&mvte:urls:_self:auto;">
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Search" value="&mvte:global:Search;" />
				<input type="hidden" name="Per_Page" value="&mvte:global:Per_Page;" />
				<input type="hidden" name="Sort_By" value="&mvte:global:Sort_By;" />
				<input type="hidden" name="Offset" value = "&mvte:global:SearchPrevOffset;" />
				<input type="hidden" name="AllOffset" value = "&mvte:global:AllOffset;" />
				<input type="hidden" name="CatListingOffset" value = "&mvte:global:CatListingOffset;" />
				<input type="hidden" name="RelatedOffset" value = "&mvte:global:RelatedOffset;" />
				<input type="hidden" name="SearchOffset" value = "&mvte:global:SearchPrevOffset;" />
				<mvt:item name="buttons" param="Previous" />
				</form>
			</div>
			</mvt:if>
		
			<mvt:if expr="g.SearchNextOffset GT 0">
			<div class="next-button">
				<form method="post" action="&mvte:urls:_self:auto;">
				<input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
				<input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
				<input type="hidden" name="Search" value="&mvte:global:Search;" />
				<input type="hidden" name="Per_Page" value="&mvte:global:Per_Page;" />
				<input type="hidden" name="Sort_By" value="&mvte:global:Sort_By;" />
				<input type="hidden" name="Offset" value = "&mvte:global:SearchNextOffset;" />
				<input type="hidden" name="AllOffset" value = "&mvte:global:AllOffset;" />
				<input type="hidden" name="CatListingOffset" value = "&mvte:global:CatListingOffset;" />
				<input type="hidden" name="RelatedOffset" value = "&mvte:global:RelatedOffset;" />
				<input type="hidden" name="SearchOffset" value = "&mvte:global:SearchNextOffset;" />
				<mvt:item name="buttons" param="Next" />
				</form>
			</div>
			</mvt:if>
		</div>
		</mvt:if>
	</mvt:if>
</div>