Version Notes
Magento Classic Free Theme
Download this release
Release Info
Developer | TemplatesMaster |
Extension | magento_classic_theme_free |
Version | 1.8.1 |
Comparing to | |
See all releases |
Code changes from version 1.7.0.3.1 to 1.8.1
- app/design/frontend/default/f002/layout/catalog.xml +1 -1
- app/design/frontend/default/f002/layout/checkout.xml +67 -12
- app/design/frontend/default/f002/layout/newsletter.xml +2 -2
- app/design/frontend/default/f002/layout/page.xml +7 -5
- app/design/frontend/default/f002/layout/tag.xml +2 -2
- app/design/frontend/default/f002/template/callouts/left_col.phtml +1 -1
- app/design/frontend/default/f002/template/callouts/right_col.phtml +1 -1
- app/design/frontend/default/f002/template/catalog/navigation/top.phtml +13 -13
- app/design/frontend/default/f002/template/catalog/product/new.phtml +6 -6
- app/design/frontend/default/f002/template/catalog/product/view.phtml +6 -5
- app/design/frontend/default/f002/template/catalogsearch/form.mini.phtml +2 -2
- app/design/frontend/default/f002/template/page/1column.phtml +3 -2
- app/design/frontend/default/f002/template/page/2columns-left.phtml +4 -3
- app/design/frontend/default/f002/template/page/2columns-right.phtml +4 -3
- app/design/frontend/default/f002/template/page/3columns.phtml +5 -4
- app/design/frontend/default/f002/template/page/html/footer.phtml +1 -1
- app/design/frontend/default/f002/template/page/html/header.phtml +4 -4
- app/design/frontend/default/f002/template/page/html/topmenu.phtml +1 -1
- package.xml +5 -5
- skin/frontend/default/f002/css/styles-ie.css +3 -3
- skin/frontend/default/f002/css/styles.css +21 -10
- skin/frontend/default/f002_green/css/styles-ie.css +3 -3
- skin/frontend/default/f002_green/css/styles.css +21 -10
- skin/frontend/default/f002_grey/css/styles-ie.css +3 -3
- skin/frontend/default/f002_grey/css/styles.css +21 -10
- skin/frontend/default/f002_orange/css/styles-ie.css +3 -3
- skin/frontend/default/f002_orange/css/styles.css +21 -10
- skin/frontend/default/f002_pink/css/styles-ie.css +3 -3
- skin/frontend/default/f002_pink/css/styles.css +21 -10
- skin/frontend/default/f002_red/css/styles-ie.css +3 -3
- skin/frontend/default/f002_red/css/styles.css +21 -10
- skin/frontend/default/f002_sea_green/css/styles-ie.css +3 -3
- skin/frontend/default/f002_sea_green/css/styles.css +21 -10
- skin/frontend/default/f002_silver/css/styles-ie.css +3 -3
- skin/frontend/default/f002_silver/css/styles.css +21 -10
- skin/frontend/default/f002_violet/css/styles-ie.css +3 -3
- skin/frontend/default/f002_violet/css/styles.css +21 -10
- skin/frontend/default/f002_yellow/css/styles-ie.css +3 -3
- skin/frontend/default/f002_yellow/css/styles.css +21 -10
app/design/frontend/default/f002/layout/catalog.xml
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category design
|
23 |
* @package base_default
|
24 |
-
* @copyright Copyright (c)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
|
21 |
*
|
22 |
* @category design
|
23 |
* @package base_default
|
24 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
|
app/design/frontend/default/f002/layout/checkout.xml
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category design
|
23 |
* @package base_default
|
24 |
-
* @copyright Copyright (c)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
|
@@ -318,7 +318,12 @@ One page checkout main layout
|
|
318 |
<block type="page/html_wrapper" name="checkout.progress.wrapper" translate="label">
|
319 |
<label>Checkout Progress Wrapper</label>
|
320 |
<action method="setElementId"><value>checkout-progress-wrapper</value></action>
|
321 |
-
<block type="checkout/onepage_progress" name="checkout.progress" before="-" template="checkout/onepage/progress.phtml"
|
|
|
|
|
|
|
|
|
|
|
322 |
</block>
|
323 |
</reference>
|
324 |
<reference name="content">
|
@@ -336,7 +341,7 @@ One page checkout main layout
|
|
336 |
<block type="checkout/onepage_shipping_method_additional" name="checkout.onepage.shipping_method.additional" as="additional" template="checkout/onepage/shipping_method/additional.phtml"/>
|
337 |
</block>
|
338 |
<block type="checkout/onepage_payment" name="checkout.onepage.payment" as="payment" template="checkout/onepage/payment.phtml">
|
339 |
-
<block type="checkout/onepage_payment_methods" name="checkout.payment.methods" as="methods" template="checkout/onepage/payment/
|
340 |
<action method="setMethodFormTemplate"><method>purchaseorder</method><template>payment/form/purchaseorder.phtml</template></action>
|
341 |
</block>
|
342 |
</block>
|
@@ -345,9 +350,9 @@ One page checkout main layout
|
|
345 |
</reference>
|
346 |
</checkout_onepage_index>
|
347 |
|
348 |
-
<!--
|
349 |
-
One page checkout progress block
|
350 |
-
-->
|
351 |
|
352 |
<checkout_onepage_progress>
|
353 |
<!-- Mage_Checkout -->
|
@@ -355,15 +360,65 @@ One page checkout progress block
|
|
355 |
<remove name="left"/>
|
356 |
|
357 |
<block type="checkout/onepage_progress" name="root" output="toHtml" template="checkout/onepage/progress.phtml">
|
358 |
-
<
|
359 |
-
|
360 |
-
|
|
|
|
|
361 |
</block>
|
362 |
</checkout_onepage_progress>
|
363 |
|
364 |
-
<!--
|
365 |
-
|
366 |
-
-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
367 |
<checkout_onepage_paymentmethod>
|
368 |
<remove name="right"/>
|
369 |
<remove name="left"/>
|
21 |
*
|
22 |
* @category design
|
23 |
* @package base_default
|
24 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
|
318 |
<block type="page/html_wrapper" name="checkout.progress.wrapper" translate="label">
|
319 |
<label>Checkout Progress Wrapper</label>
|
320 |
<action method="setElementId"><value>checkout-progress-wrapper</value></action>
|
321 |
+
<block type="checkout/onepage_progress" name="checkout.progress" before="-" template="checkout/onepage/progress.phtml">
|
322 |
+
<block type="checkout/onepage_progress" name="billing.progress" template="checkout/onepage/progress/billing.phtml"></block>
|
323 |
+
<block type="checkout/onepage_progress" name="shipping.progress" template="checkout/onepage/progress/shipping.phtml"></block>
|
324 |
+
<block type="checkout/onepage_progress" name="shippingmethod.progress" template="checkout/onepage/progress/shipping_method.phtml"></block>
|
325 |
+
<block type="checkout/onepage_progress" name="payment.progress" template="checkout/onepage/progress/payment.phtml"></block>
|
326 |
+
</block>
|
327 |
</block>
|
328 |
</reference>
|
329 |
<reference name="content">
|
341 |
<block type="checkout/onepage_shipping_method_additional" name="checkout.onepage.shipping_method.additional" as="additional" template="checkout/onepage/shipping_method/additional.phtml"/>
|
342 |
</block>
|
343 |
<block type="checkout/onepage_payment" name="checkout.onepage.payment" as="payment" template="checkout/onepage/payment.phtml">
|
344 |
+
<block type="checkout/onepage_payment_methods" name="checkout.payment.methods" as="methods" template="checkout/onepage/payment/info.phtml">
|
345 |
<action method="setMethodFormTemplate"><method>purchaseorder</method><template>payment/form/purchaseorder.phtml</template></action>
|
346 |
</block>
|
347 |
</block>
|
350 |
</reference>
|
351 |
</checkout_onepage_index>
|
352 |
|
353 |
+
<!--
|
354 |
+
One page checkout progress block
|
355 |
+
-->
|
356 |
|
357 |
<checkout_onepage_progress>
|
358 |
<!-- Mage_Checkout -->
|
360 |
<remove name="left"/>
|
361 |
|
362 |
<block type="checkout/onepage_progress" name="root" output="toHtml" template="checkout/onepage/progress.phtml">
|
363 |
+
<action method="setInfoTemplate"><method></method><template></template></action>
|
364 |
+
<block type="checkout/onepage_progress" name="billing.progress" template="checkout/onepage/progress/billing.phtml"></block>
|
365 |
+
<block type="checkout/onepage_progress" name="shipping.progress" template="checkout/onepage/progress/shipping.phtml"></block>
|
366 |
+
<block type="checkout/onepage_progress" name="shippingmethod.progress" template="checkout/onepage/progress/shipping_method.phtml"></block>
|
367 |
+
<block type="checkout/onepage_progress" name="payment.progress" template="checkout/onepage/progress/payment.phtml"></block>
|
368 |
</block>
|
369 |
</checkout_onepage_progress>
|
370 |
|
371 |
+
<!-- Individual blocks for Progress steps begins -->
|
372 |
+
<checkout_onepage_progress_billing>
|
373 |
+
<!-- Mage_Checkout -->
|
374 |
+
<remove name="right"/>
|
375 |
+
<remove name="left"/>
|
376 |
+
|
377 |
+
<block type="checkout/onepage_progress" name="root" output="toHtml" template="checkout/onepage/progress/billing.phtml">
|
378 |
+
<action method="setInfoTemplate"><method></method><template></template></action>
|
379 |
+
</block>
|
380 |
+
</checkout_onepage_progress_billing>
|
381 |
+
|
382 |
+
|
383 |
+
<checkout_onepage_progress_shipping>
|
384 |
+
<!-- Mage_Checkout -->
|
385 |
+
<remove name="right"/>
|
386 |
+
<remove name="left"/>
|
387 |
+
|
388 |
+
<block type="checkout/onepage_progress" name="root" output="toHtml" template="checkout/onepage/progress/shipping.phtml">
|
389 |
+
<action method="setInfoTemplate"><method></method><template></template></action>
|
390 |
+
</block>
|
391 |
+
</checkout_onepage_progress_shipping>
|
392 |
+
|
393 |
+
|
394 |
+
<checkout_onepage_progress_shipping_method>
|
395 |
+
<!-- Mage_Checkout -->
|
396 |
+
<remove name="right"/>
|
397 |
+
<remove name="left"/>
|
398 |
+
|
399 |
+
<block type="checkout/onepage_progress" name="root" output="toHtml" template="checkout/onepage/progress/shipping_method.phtml">
|
400 |
+
<action method="setInfoTemplate"><method></method><template></template></action>
|
401 |
+
</block>
|
402 |
+
</checkout_onepage_progress_shipping_method>
|
403 |
+
|
404 |
+
<checkout_onepage_progress_payment>
|
405 |
+
<!-- Mage_Checkout -->
|
406 |
+
<remove name="right"/>
|
407 |
+
<remove name="left"/>
|
408 |
+
|
409 |
+
<block type="checkout/onepage_progress" name="root" output="toHtml" template="checkout/onepage/progress/payment.phtml">
|
410 |
+
<block type="checkout/onepage_payment_info" name="payment_info">
|
411 |
+
<action method="setInfoTemplate"><method></method><template></template></action>
|
412 |
+
</block>
|
413 |
+
<action method="setInfoTemplate"><method></method><template></template></action>
|
414 |
+
</block>
|
415 |
+
</checkout_onepage_progress_payment>
|
416 |
+
|
417 |
+
<!-- end individual progress blocks -->
|
418 |
+
|
419 |
+
<!--
|
420 |
+
One page checkout payment methods block
|
421 |
+
-->
|
422 |
<checkout_onepage_paymentmethod>
|
423 |
<remove name="right"/>
|
424 |
<remove name="left"/>
|
app/design/frontend/default/f002/layout/newsletter.xml
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category design
|
23 |
* @package base_default
|
24 |
-
* @copyright Copyright (c)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
|
@@ -66,4 +66,4 @@ Customer account pages, rendered for all tabs in dashboard
|
|
66 |
</reference>
|
67 |
</newsletter_manage_index>
|
68 |
|
69 |
-
</layout>
|
21 |
*
|
22 |
* @category design
|
23 |
* @package base_default
|
24 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
|
66 |
</reference>
|
67 |
</newsletter_manage_index>
|
68 |
|
69 |
+
</layout>
|
app/design/frontend/default/f002/layout/page.xml
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category design
|
23 |
* @package base_default
|
24 |
-
* @copyright Copyright (c)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
-->
|
@@ -51,7 +51,7 @@ Default layout, loads most of the pages
|
|
51 |
|
52 |
<block type="page/js_cookie" name="js_cookies" template="page/js/cookie.phtml"/>
|
53 |
|
54 |
-
<action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
|
55 |
<action method="addCss"><stylesheet>css/custom.css</stylesheet></action>
|
56 |
<action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 8</if></action>
|
57 |
<action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
|
@@ -78,6 +78,7 @@ Default layout, loads most of the pages
|
|
78 |
<label>Page Header</label>
|
79 |
<action method="setElementClass"><value>top-container</value></action>
|
80 |
</block>
|
|
|
81 |
</block>
|
82 |
|
83 |
<block type="page/html_breadcrumbs" name="breadcrumbs" as="breadcrumbs"/>
|
@@ -91,7 +92,7 @@ Default layout, loads most of the pages
|
|
91 |
|
92 |
<block type="core/text_list" name="content" as="content" translate="label">
|
93 |
<label>Main Content Area</label>
|
94 |
-
</block>
|
95 |
<block type="core/text_list" name="top_slider" as="top_slider"/>
|
96 |
|
97 |
<block type="core/text_list" name="right" as="right" translate="label">
|
@@ -109,6 +110,7 @@ Default layout, loads most of the pages
|
|
109 |
|
110 |
<block type="core/text_list" name="before_body_end" as="before_body_end" translate="label">
|
111 |
<label>Page Bottom</label>
|
|
|
112 |
</block>
|
113 |
</block>
|
114 |
|
@@ -127,7 +129,7 @@ Default layout, loads most of the pages
|
|
127 |
<action method="addJs"><script>prototype/validation.js</script></action>
|
128 |
<action method="addJs"><script>varien/js.js</script></action>
|
129 |
|
130 |
-
<action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
|
131 |
<action method="addCss"><stylesheet>css/custom.css</stylesheet></action>
|
132 |
<action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 8</if></action>
|
133 |
<action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
|
@@ -190,4 +192,4 @@ Default layout, loads most of the pages
|
|
190 |
<action method="setIsHandle"><applied>1</applied></action>
|
191 |
</reference>
|
192 |
</page_three_columns>
|
193 |
-
</layout>
|
21 |
*
|
22 |
* @category design
|
23 |
* @package base_default
|
24 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
-->
|
51 |
|
52 |
<block type="page/js_cookie" name="js_cookies" template="page/js/cookie.phtml"/>
|
53 |
|
54 |
+
<action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
|
55 |
<action method="addCss"><stylesheet>css/custom.css</stylesheet></action>
|
56 |
<action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 8</if></action>
|
57 |
<action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
|
78 |
<label>Page Header</label>
|
79 |
<action method="setElementClass"><value>top-container</value></action>
|
80 |
</block>
|
81 |
+
<block type="page/html_welcome" name="welcome" as="welcome"/>
|
82 |
</block>
|
83 |
|
84 |
<block type="page/html_breadcrumbs" name="breadcrumbs" as="breadcrumbs"/>
|
92 |
|
93 |
<block type="core/text_list" name="content" as="content" translate="label">
|
94 |
<label>Main Content Area</label>
|
95 |
+
</block>
|
96 |
<block type="core/text_list" name="top_slider" as="top_slider"/>
|
97 |
|
98 |
<block type="core/text_list" name="right" as="right" translate="label">
|
110 |
|
111 |
<block type="core/text_list" name="before_body_end" as="before_body_end" translate="label">
|
112 |
<label>Page Bottom</label>
|
113 |
+
<block type="page/html_cookieNotice" name="global_cookie_notice" as ="global_cookie_notice" template="page/html/cookienotice.phtml" before="-" />
|
114 |
</block>
|
115 |
</block>
|
116 |
|
129 |
<action method="addJs"><script>prototype/validation.js</script></action>
|
130 |
<action method="addJs"><script>varien/js.js</script></action>
|
131 |
|
132 |
+
<action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
|
133 |
<action method="addCss"><stylesheet>css/custom.css</stylesheet></action>
|
134 |
<action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 8</if></action>
|
135 |
<action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
|
192 |
<action method="setIsHandle"><applied>1</applied></action>
|
193 |
</reference>
|
194 |
</page_three_columns>
|
195 |
+
</layout>
|
app/design/frontend/default/f002/layout/tag.xml
CHANGED
@@ -21,7 +21,7 @@
|
|
21 |
*
|
22 |
* @category design
|
23 |
* @package base_default
|
24 |
-
* @copyright Copyright (c)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
|
@@ -131,4 +131,4 @@ All tags page
|
|
131 |
</reference>
|
132 |
</tag_customer_view>
|
133 |
|
134 |
-
</layout>
|
21 |
*
|
22 |
* @category design
|
23 |
* @package base_default
|
24 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
25 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
*/
|
27 |
|
131 |
</reference>
|
132 |
</tag_customer_view>
|
133 |
|
134 |
+
</layout>
|
app/design/frontend/default/f002/template/callouts/left_col.phtml
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category design
|
22 |
* @package base_default
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
20 |
*
|
21 |
* @category design
|
22 |
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
app/design/frontend/default/f002/template/callouts/right_col.phtml
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category design
|
22 |
* @package base_default
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
20 |
*
|
21 |
* @category design
|
22 |
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
app/design/frontend/default/f002/template/catalog/navigation/top.phtml
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category design
|
22 |
* @package base_default
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
@@ -30,26 +30,26 @@
|
|
30 |
*
|
31 |
* @see Mage_Catalog_Block_Navigation
|
32 |
*/
|
33 |
-
?>
|
34 |
<?php
|
35 |
/**
|
36 |
* $this->renderCategoriesMenuHtml() supports optional arguments:
|
37 |
* int Level number for list item class to start from
|
38 |
* string Extra class of outermost list items
|
39 |
* string If specified wraps children list in div with this class
|
40 |
-
*/
|
41 |
-
?>
|
42 |
<?php $_menu = $this->renderCategoriesMenuHtml(0,'level-top') ?>
|
43 |
-
<div class="nav-container">
|
44 |
-
<ul id="nav">
|
45 |
-
<li><a href="<?php echo $this->getUrl() ?>"><?php echo $this->__('Home') ?></a></li>
|
46 |
<li><a href="<?php echo $this->getUrl('') ?>"><?php echo $this->__('Products') ?></a>
|
47 |
-
<?php if($_menu): ?>
|
48 |
-
<ul>
|
49 |
-
<?php echo $_menu ?>
|
50 |
</ul>
|
51 |
-
<?php endif ?>
|
52 |
-
</li>
|
53 |
-
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('menu')->toHtml(); ?>
|
54 |
</ul>
|
55 |
</div>
|
20 |
*
|
21 |
* @category design
|
22 |
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
30 |
*
|
31 |
* @see Mage_Catalog_Block_Navigation
|
32 |
*/
|
33 |
+
?>
|
34 |
<?php
|
35 |
/**
|
36 |
* $this->renderCategoriesMenuHtml() supports optional arguments:
|
37 |
* int Level number for list item class to start from
|
38 |
* string Extra class of outermost list items
|
39 |
* string If specified wraps children list in div with this class
|
40 |
+
*/
|
41 |
+
?>
|
42 |
<?php $_menu = $this->renderCategoriesMenuHtml(0,'level-top') ?>
|
43 |
+
<div class="nav-container">
|
44 |
+
<ul id="nav">
|
45 |
+
<li><a href="<?php echo $this->getUrl() ?>"><?php echo $this->__('Home') ?></a></li>
|
46 |
<li><a href="<?php echo $this->getUrl('') ?>"><?php echo $this->__('Products') ?></a>
|
47 |
+
<?php if($_menu): ?>
|
48 |
+
<ul>
|
49 |
+
<?php echo $_menu ?>
|
50 |
</ul>
|
51 |
+
<?php endif ?>
|
52 |
+
</li>
|
53 |
+
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('menu')->toHtml(); ?>
|
54 |
</ul>
|
55 |
</div>
|
app/design/frontend/default/f002/template/catalog/product/new.phtml
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category design
|
22 |
* @package base_default
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
@@ -33,11 +33,11 @@
|
|
33 |
<?php endif ?>
|
34 |
<li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
|
35 |
<p class="product-image">
|
36 |
-
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->
|
37 |
-
<img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(100, 100); ?>" width="100" height="100" alt="<?php echo $this->
|
38 |
</a>
|
39 |
</p>
|
40 |
-
<h5 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->
|
41 |
<?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
|
42 |
<?php echo $this->getPriceHtml($_product, true, '-new') ?>
|
43 |
<div class="actions">
|
@@ -50,7 +50,7 @@
|
|
50 |
</li>
|
51 |
<?php if ($i%$_columnCount==0 || $i==count($_products)): ?>
|
52 |
</ul>
|
53 |
-
<?php endif ?>
|
54 |
-
<?php endforeach; ?>
|
55 |
<script type="text/javascript">decorateGeneric($$('ul.products-grid'), ['odd','even','first','last'])</script>
|
56 |
<?php endif; ?>
|
20 |
*
|
21 |
* @category design
|
22 |
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
33 |
<?php endif ?>
|
34 |
<li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
|
35 |
<p class="product-image">
|
36 |
+
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->escapeHtml($this->getImageLabel($_product, 'small_image')) ?>">
|
37 |
+
<img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(100, 100); ?>" width="100" height="100" alt="<?php echo $this->escapeHtml($this->getImageLabel($_product, 'small_image')) ?>" title="<?php echo $this->escapeHtml($this->getImageLabel($_product, 'small_image')) ?>" />
|
38 |
</a>
|
39 |
</p>
|
40 |
+
<h5 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->escapeHtml($_product->getName()) ?>"><?php echo $this->escapeHtml($_product->getName()) ?></a></h5>
|
41 |
<?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
|
42 |
<?php echo $this->getPriceHtml($_product, true, '-new') ?>
|
43 |
<div class="actions">
|
50 |
</li>
|
51 |
<?php if ($i%$_columnCount==0 || $i==count($_products)): ?>
|
52 |
</ul>
|
53 |
+
<?php endif ?>
|
54 |
+
<?php endforeach; ?>
|
55 |
<script type="text/javascript">decorateGeneric($$('ul.products-grid'), ['odd','even','first','last'])</script>
|
56 |
<?php endif; ?>
|
app/design/frontend/default/f002/template/catalog/product/view.phtml
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category design
|
22 |
* @package base_default
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
|
@@ -33,9 +33,9 @@
|
|
33 |
?>
|
34 |
<?php $_helper = $this->helper('catalog/output'); ?>
|
35 |
<?php $_product = $this->getProduct(); ?>
|
36 |
-
<div class="page-title">
|
37 |
-
<h3><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></h3>
|
38 |
-
</div>
|
39 |
<script type="text/javascript">
|
40 |
var optionsPrice = new Product.OptionsPrice(<?php echo $this->getJsonConfig() ?>);
|
41 |
</script>
|
@@ -43,6 +43,7 @@
|
|
43 |
<div class="product-view">
|
44 |
<div class="product-essential">
|
45 |
<form action="<?php echo $this->getSubmitUrl($_product) ?>" method="post" id="product_addtocart_form"<?php if($_product->getOptions()): ?> enctype="multipart/form-data"<?php endif; ?>>
|
|
|
46 |
<div class="no-display">
|
47 |
<input type="hidden" name="product" value="<?php echo $_product->getId() ?>" />
|
48 |
<input type="hidden" name="related_product" id="related-products-field" value="" />
|
@@ -169,4 +170,4 @@
|
|
169 |
<?php echo $this->getChildHtml('upsell_products') ?>
|
170 |
<?php echo $this->getChildHtml('product_additional_data') ?>
|
171 |
</div>
|
172 |
-
</div>
|
20 |
*
|
21 |
* @category design
|
22 |
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
|
33 |
?>
|
34 |
<?php $_helper = $this->helper('catalog/output'); ?>
|
35 |
<?php $_product = $this->getProduct(); ?>
|
36 |
+
<div class="page-title">
|
37 |
+
<h3><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></h3>
|
38 |
+
</div>
|
39 |
<script type="text/javascript">
|
40 |
var optionsPrice = new Product.OptionsPrice(<?php echo $this->getJsonConfig() ?>);
|
41 |
</script>
|
43 |
<div class="product-view">
|
44 |
<div class="product-essential">
|
45 |
<form action="<?php echo $this->getSubmitUrl($_product) ?>" method="post" id="product_addtocart_form"<?php if($_product->getOptions()): ?> enctype="multipart/form-data"<?php endif; ?>>
|
46 |
+
<?php echo $this->getBlockHtml('formkey') ?>
|
47 |
<div class="no-display">
|
48 |
<input type="hidden" name="product" value="<?php echo $_product->getId() ?>" />
|
49 |
<input type="hidden" name="related_product" id="related-products-field" value="" />
|
170 |
<?php echo $this->getChildHtml('upsell_products') ?>
|
171 |
<?php echo $this->getChildHtml('product_additional_data') ?>
|
172 |
</div>
|
173 |
+
</div>
|
app/design/frontend/default/f002/template/catalogsearch/form.mini.phtml
CHANGED
@@ -20,14 +20,14 @@
|
|
20 |
*
|
21 |
* @category design
|
22 |
* @package base_default
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
/* @var $this Mage_Core_Block_Template */
|
27 |
/* @var $catalogSearchHelper Mage_Catalogsearch_Helper_Data */
|
28 |
$catalogSearchHelper = $this->helper('catalogsearch');
|
29 |
?>
|
30 |
-
<form id="search_mini_form" action="<?php echo $
|
31 |
<div class="form-search">
|
32 |
<label for="search"><?php echo $this->__('Search:') ?></label>
|
33 |
<input id="search" type="text" name="<?php echo $catalogSearchHelper->getQueryParamName() ?>" value="<?php echo $catalogSearchHelper->getEscapedQueryText() ?>" class="input-text" maxlength="<?php echo $catalogSearchHelper->getMaxQueryLength();?>" />
|
20 |
*
|
21 |
* @category design
|
22 |
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
/* @var $this Mage_Core_Block_Template */
|
27 |
/* @var $catalogSearchHelper Mage_Catalogsearch_Helper_Data */
|
28 |
$catalogSearchHelper = $this->helper('catalogsearch');
|
29 |
?>
|
30 |
+
<form id="search_mini_form" action="<?php echo $catalogSearchHelper->getResultUrl() ?>" method="get">
|
31 |
<div class="form-search">
|
32 |
<label for="search"><?php echo $this->__('Search:') ?></label>
|
33 |
<input id="search" type="text" name="<?php echo $catalogSearchHelper->getQueryParamName() ?>" value="<?php echo $catalogSearchHelper->getEscapedQueryText() ?>" class="input-text" maxlength="<?php echo $catalogSearchHelper->getMaxQueryLength();?>" />
|
app/design/frontend/default/f002/template/page/1column.phtml
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category design
|
22 |
* @package base_default
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
@@ -41,7 +41,7 @@
|
|
41 |
<div class="page">
|
42 |
<?php echo $this->getChildHtml('header') ?>
|
43 |
<div class="main-container col1-layout">
|
44 |
-
<?php echo $this->getChildHtml('breadcrumbs') ?>
|
45 |
<div class="main">
|
46 |
<div class="col-main">
|
47 |
<?php echo $this->getChildHtml('global_messages') ?>
|
@@ -50,6 +50,7 @@
|
|
50 |
</div>
|
51 |
</div>
|
52 |
<?php echo $this->getChildHtml('footer') ?>
|
|
|
53 |
<?php echo $this->getChildHtml('before_body_end') ?>
|
54 |
</div>
|
55 |
</div>
|
20 |
*
|
21 |
* @category design
|
22 |
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
41 |
<div class="page">
|
42 |
<?php echo $this->getChildHtml('header') ?>
|
43 |
<div class="main-container col1-layout">
|
44 |
+
<?php echo $this->getChildHtml('breadcrumbs') ?>
|
45 |
<div class="main">
|
46 |
<div class="col-main">
|
47 |
<?php echo $this->getChildHtml('global_messages') ?>
|
50 |
</div>
|
51 |
</div>
|
52 |
<?php echo $this->getChildHtml('footer') ?>
|
53 |
+
<?php echo $this->getChildHtml('global_cookie_notice') ?>
|
54 |
<?php echo $this->getChildHtml('before_body_end') ?>
|
55 |
</div>
|
56 |
</div>
|
app/design/frontend/default/f002/template/page/2columns-left.phtml
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category design
|
22 |
* @package base_default
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
@@ -41,7 +41,7 @@
|
|
41 |
<div class="page">
|
42 |
<?php echo $this->getChildHtml('header') ?>
|
43 |
<div class="main-container col2-left-layout">
|
44 |
-
<?php echo $this->getChildHtml('breadcrumbs') ?>
|
45 |
<div class="main">
|
46 |
<div class="col-main">
|
47 |
<?php echo $this->getChildHtml('global_messages') ?>
|
@@ -51,9 +51,10 @@
|
|
51 |
</div>
|
52 |
</div>
|
53 |
<?php echo $this->getChildHtml('footer') ?>
|
|
|
54 |
<?php echo $this->getChildHtml('before_body_end') ?>
|
55 |
</div>
|
56 |
</div>
|
57 |
<?php echo $this->getAbsoluteFooter() ?>
|
58 |
</body>
|
59 |
-
</html>
|
20 |
*
|
21 |
* @category design
|
22 |
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
41 |
<div class="page">
|
42 |
<?php echo $this->getChildHtml('header') ?>
|
43 |
<div class="main-container col2-left-layout">
|
44 |
+
<?php echo $this->getChildHtml('breadcrumbs') ?>
|
45 |
<div class="main">
|
46 |
<div class="col-main">
|
47 |
<?php echo $this->getChildHtml('global_messages') ?>
|
51 |
</div>
|
52 |
</div>
|
53 |
<?php echo $this->getChildHtml('footer') ?>
|
54 |
+
<?php echo $this->getChildHtml('global_cookie_notice') ?>
|
55 |
<?php echo $this->getChildHtml('before_body_end') ?>
|
56 |
</div>
|
57 |
</div>
|
58 |
<?php echo $this->getAbsoluteFooter() ?>
|
59 |
</body>
|
60 |
+
</html>
|
app/design/frontend/default/f002/template/page/2columns-right.phtml
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category design
|
22 |
* @package base_default
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
@@ -41,7 +41,7 @@
|
|
41 |
<div class="page">
|
42 |
<?php echo $this->getChildHtml('header') ?>
|
43 |
<div class="main-container col2-right-layout">
|
44 |
-
<?php echo $this->getChildHtml('breadcrumbs') ?>
|
45 |
<div class="main">
|
46 |
<div class="col-main">
|
47 |
<?php echo $this->getChildHtml('global_messages') ?>
|
@@ -51,9 +51,10 @@
|
|
51 |
</div>
|
52 |
</div>
|
53 |
<?php echo $this->getChildHtml('footer') ?>
|
|
|
54 |
<?php echo $this->getChildHtml('before_body_end') ?>
|
55 |
</div>
|
56 |
</div>
|
57 |
<?php echo $this->getAbsoluteFooter() ?>
|
58 |
</body>
|
59 |
-
</html>
|
20 |
*
|
21 |
* @category design
|
22 |
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
41 |
<div class="page">
|
42 |
<?php echo $this->getChildHtml('header') ?>
|
43 |
<div class="main-container col2-right-layout">
|
44 |
+
<?php echo $this->getChildHtml('breadcrumbs') ?>
|
45 |
<div class="main">
|
46 |
<div class="col-main">
|
47 |
<?php echo $this->getChildHtml('global_messages') ?>
|
51 |
</div>
|
52 |
</div>
|
53 |
<?php echo $this->getChildHtml('footer') ?>
|
54 |
+
<?php echo $this->getChildHtml('global_cookie_notice') ?>
|
55 |
<?php echo $this->getChildHtml('before_body_end') ?>
|
56 |
</div>
|
57 |
</div>
|
58 |
<?php echo $this->getAbsoluteFooter() ?>
|
59 |
</body>
|
60 |
+
</html>
|
app/design/frontend/default/f002/template/page/3columns.phtml
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category design
|
22 |
* @package base_default
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
@@ -40,9 +40,9 @@
|
|
40 |
<?php echo $this->getChildHtml('global_notices') ?>
|
41 |
<div class="page">
|
42 |
<?php echo $this->getChildHtml('header') ?>
|
43 |
-
<div class="main-container col3-layout">
|
44 |
<?php echo $this->getChildHtml('top_slider') ?>
|
45 |
-
<?php echo $this->getChildHtml('breadcrumbs') ?>
|
46 |
<div class="main">
|
47 |
<div class="col-wrapper">
|
48 |
<div class="col-main">
|
@@ -55,9 +55,10 @@
|
|
55 |
</div>
|
56 |
</div>
|
57 |
<?php echo $this->getChildHtml('footer') ?>
|
|
|
58 |
<?php echo $this->getChildHtml('before_body_end') ?>
|
59 |
</div>
|
60 |
</div>
|
61 |
<?php echo $this->getAbsoluteFooter() ?>
|
62 |
</body>
|
63 |
-
</html>
|
20 |
*
|
21 |
* @category design
|
22 |
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
40 |
<?php echo $this->getChildHtml('global_notices') ?>
|
41 |
<div class="page">
|
42 |
<?php echo $this->getChildHtml('header') ?>
|
43 |
+
<div class="main-container col3-layout">
|
44 |
<?php echo $this->getChildHtml('top_slider') ?>
|
45 |
+
<?php echo $this->getChildHtml('breadcrumbs') ?>
|
46 |
<div class="main">
|
47 |
<div class="col-wrapper">
|
48 |
<div class="col-main">
|
55 |
</div>
|
56 |
</div>
|
57 |
<?php echo $this->getChildHtml('footer') ?>
|
58 |
+
<?php echo $this->getChildHtml('global_cookie_notice') ?>
|
59 |
<?php echo $this->getChildHtml('before_body_end') ?>
|
60 |
</div>
|
61 |
</div>
|
62 |
<?php echo $this->getAbsoluteFooter() ?>
|
63 |
</body>
|
64 |
+
</html>
|
app/design/frontend/default/f002/template/page/html/footer.phtml
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category design
|
22 |
* @package base_default
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
20 |
*
|
21 |
* @category design
|
22 |
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
app/design/frontend/default/f002/template/page/html/header.phtml
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category design
|
22 |
* @package base_default
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
/**
|
@@ -28,11 +28,11 @@
|
|
28 |
*/
|
29 |
?>
|
30 |
<div class="header">
|
31 |
-
<div class="header-container">
|
32 |
<div class="header-top">
|
33 |
<div class="header-topbar">
|
34 |
<div class="quick-access">
|
35 |
-
<p class="welcome-msg"><?php echo $this->
|
36 |
<div class="shop-access"><?php echo $this->getChildHtml('topLinks') ?></div>
|
37 |
</div>
|
38 |
<?php echo $this->getChildHtml('headerCart') ?>
|
@@ -50,6 +50,6 @@
|
|
50 |
<?php echo $this->getChildHtml('topMenu') ?>
|
51 |
</div>
|
52 |
<?php // echo $this->getChildHtml('topContainer'); ?>
|
53 |
-
</div>
|
54 |
</div>
|
55 |
</div>
|
20 |
*
|
21 |
* @category design
|
22 |
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
/**
|
28 |
*/
|
29 |
?>
|
30 |
<div class="header">
|
31 |
+
<div class="header-container">
|
32 |
<div class="header-top">
|
33 |
<div class="header-topbar">
|
34 |
<div class="quick-access">
|
35 |
+
<p class="welcome-msg"><?php echo $this->getChildHtml('welcome') ?> <?php echo $this->getAdditionalHtml() ?></p>
|
36 |
<div class="shop-access"><?php echo $this->getChildHtml('topLinks') ?></div>
|
37 |
</div>
|
38 |
<?php echo $this->getChildHtml('headerCart') ?>
|
50 |
<?php echo $this->getChildHtml('topMenu') ?>
|
51 |
</div>
|
52 |
<?php // echo $this->getChildHtml('topContainer'); ?>
|
53 |
+
</div>
|
54 |
</div>
|
55 |
</div>
|
app/design/frontend/default/f002/template/page/html/topmenu.phtml
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
*
|
21 |
* @category design
|
22 |
* @package base_default
|
23 |
-
* @copyright Copyright (c)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
20 |
*
|
21 |
* @category design
|
22 |
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
24 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
*/
|
26 |
?>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>magento_classic_theme_free</name>
|
4 |
-
<version>1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://creativecommons.org/licenses/by/3.0/">Creative Commons License </license>
|
7 |
<channel>community</channel>
|
@@ -9,7 +9,7 @@
|
|
9 |
<summary>Magento Classic Free Theme</summary>
|
10 |
<description>We are proud to introduce first free professional Magento theme. More info and updates at our Magento theme blog.
|
11 |

|
12 |
-
* Magento 1.
|
13 |
* CSS3 Powered!
|
14 |
* Easy color changes
|
15 |
* Easy to upgrade, easy to customise
|
@@ -17,9 +17,9 @@
|
|
17 |
* Free updates included</description>
|
18 |
<notes>Magento Classic Free Theme</notes>
|
19 |
<authors><author><name>TemplatesMaster</name><user>TemplatesMaster</user><email>support@templates-master.com</email></author></authors>
|
20 |
-
<date>
|
21 |
-
<time>
|
22 |
-
<contents><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="f002"><dir><dir name="css"><file name="custom.css" hash="eb48eeea1523cc025370d92f6527f5a8"/><file name="styles-ie.css" hash="19e73a384c5e35e39557235e7e21a91f"/><file name="styles.css" hash="2dc302c53846c9f7163ff0275f487808"/></dir><dir name="images"><file name="account_nav_on_bg.gif" hash="ad485137604a18b984df7742e1095f7f"/><file name="anext.gif" hash="74dc5b64ac39457381e5c848890bd610"/><file name="aplay.gif" hash="5885536825fc9d80edf15925b3c0fffe"/><file name="aprev.gif" hash="b93972d5789ae32996d2a5c672d2548b"/><file name="astop.gif" hash="35c9a2cffb7c7de05706caafa0e8b46d"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="blue_pipe.gif" hash="ec7d979128f080a8ba9a96c50492101f"/><file name="box-content-bg.gif" hash="f5344140a3a9ad4267687b8ec40c5751"/><file name="box-header-bg.gif" hash="e1e109e8f6bfc2f2ccef04769553c60c"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="cart-toggle.gif" hash="9298f0e16854c63b4caf8ba1e5918a55"/><file name="content-bg.gif" hash="82305a331b1135c5d19f10753376b849"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="footer-bg.gif" hash="82bf882dcd7f46b6f0835e41a006e9bc"/><file name="gradient-blue.gif" hash="e1e462165458d74b3ee2d3bc9dfc2b3b"/><file name="gradient-gray.gif" hash="7e9e178c812f874ae9204eacc980e132"/><file name="gray-pipe.gif" hash="c3217a74da1b1e57dcdf48a0b73a4eb6"/><file name="grid.gif" hash="16b43ba34d6665e91b104b084b299f74"/><file name="grid.png" hash="8ac3b1bea5765f490538c9a9b6429294"/><file name="h_separator.gif" hash="517e50e00baf219edd50a7cd5eda7a89"/><file name="header-bg.gif" hash="28cec9ba53792ad75b9959aeaae69c55"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="icon-cart.gif" hash="738eb5bb393ed6842e3f99ab78a3d7f7"/><file name="icon-zoom.gif" hash="6dbe63495b9ce6936e7a589c20d72a34"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="logo.gif" hash="34a45af9f33f00b6564f0675ac3b8276"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="media"><file name="col_left_callout-1.jpg" hash="4e0be0ae83843c4f8abc9f33715e22cf"/><file name="col_left_callout-2.jpg" hash="aa353fb15d34615f28c4da9363b7f196"/></dir><file name="narrow_by_li_by.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="narrow_by_set.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="nav-item-bg.gif" hash="9a42cafa1d4c15c0a731003325b23e6f"/><file name="navigation-bg.gif" hash="efa2bc5607c5db78310586fd1a5ae313"/><file name="navigation-div.gif" hash="3f95ca13f1d1c446434a0a65cbe63369"/><file name="note_msg_icon.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="payments.gif" hash="7db8b7d9800fdfbbbe5b9c3f8eeeb79c"/><file name="pipe-blue.gif" hash="ec7d979128f080a8ba9a96c50492101f"/><file name="pipe-gray.gif" hash="0d85757f7ac118d5fd721e4ff6c09085"/><file name="place_order_bg.gif" hash="0e6bdf6280452a101c1924ce68669a2e"/><file name="place_order_container_bg.gif" hash="8eebd513ac0d9c02cc566cff649799ce"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="search_btn.gif" hash="5872f36846222a3315f5d0f666dd6687"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="slider1.jpg" hash="55a8ad759d0b0728f5170e7004342715"/><file name="slider2.jpg" hash="b2586ffefa12895e12f47687d8934970"/><file name="slider3.jpg" hash="7eeadfb4345460f010dd3a99ee8ed7b7"/><file name="slider4.jpg" hash="9a74e57abea85318f7c395f58cafbf07"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="trans.png" hash="ca23069433bf4e4e96eb436ae035800c"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name="white_pipe.gif" hash="e60a61a6985774108f370a433b09f175"/></dir><dir name="js"><file name="dropdown.js" hash="436b1bd77db6fdb1c206b874cf46dc45"/><file name="glider.js" hash="ff0c6d92699db1f3474d96510865a6e3"/><file name="slider.js" hash="38f9efc936498664bd09bfaf6dbd8b34"/></dir></dir></dir><dir name="f002_green"><dir><dir name="css"><file name="custom.css" hash="aecb4b1e68616cef830ace502dca72f7"/><file name="styles-ie.css" hash="19e73a384c5e35e39557235e7e21a91f"/><file name="styles.css" hash="2dc302c53846c9f7163ff0275f487808"/></dir><dir name="images"><file name="account_nav_on_bg.gif" hash="ad485137604a18b984df7742e1095f7f"/><file name="anext.gif" hash="74dc5b64ac39457381e5c848890bd610"/><file name="aplay.gif" hash="5885536825fc9d80edf15925b3c0fffe"/><file name="aprev.gif" hash="b93972d5789ae32996d2a5c672d2548b"/><file name="astop.gif" hash="35c9a2cffb7c7de05706caafa0e8b46d"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="blue_pipe.gif" hash="ec7d979128f080a8ba9a96c50492101f"/><file name="box-content-bg.gif" hash="f5344140a3a9ad4267687b8ec40c5751"/><file name="box-header-bg.gif" hash="e1e109e8f6bfc2f2ccef04769553c60c"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="callout-1.jpg" hash="867ac7e087d7a0f342452386079d6718"/><file name="callout-2.jpg" hash="d4b15d5515ee6e5fbfcb94a8e14631da"/><file name="cart-toggle.gif" hash="402bda22c7819f67968419bd7ca87393"/><file name="content-bg.gif" hash="ab06501f3e03ace6b38f538016d749fd"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="footer-bg.gif" hash="82bf882dcd7f46b6f0835e41a006e9bc"/><file name="gradient-blue.gif" hash="e1e462165458d74b3ee2d3bc9dfc2b3b"/><file name="gradient-gray.gif" hash="7e9e178c812f874ae9204eacc980e132"/><file name="gray-pipe.gif" hash="c3217a74da1b1e57dcdf48a0b73a4eb6"/><file name="grid.gif" hash="16b43ba34d6665e91b104b084b299f74"/><file name="grid.png" hash="8ac3b1bea5765f490538c9a9b6429294"/><file name="h_separator.gif" hash="517e50e00baf219edd50a7cd5eda7a89"/><file name="header-bg.gif" hash="64acaec65ae60574b58f1ade55baec29"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="icon-cart.gif" hash="738eb5bb393ed6842e3f99ab78a3d7f7"/><file name="icon-zoom.gif" hash="06cc37f1183f2eb0df108732900fc0db"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="logo.gif" hash="d808ba113a2cdcc9de9e816cca4a57e4"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="media"><file name="col_left_callout-1.jpg" hash="867ac7e087d7a0f342452386079d6718"/><file name="col_left_callout-2.jpg" hash="d4b15d5515ee6e5fbfcb94a8e14631da"/></dir><file name="narrow_by_li_by.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="narrow_by_set.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="nav-item-bg.gif" hash="b7e4f30aa305978bee33c54ec21c5952"/><file name="navigation-bg.gif" hash="efa2bc5607c5db78310586fd1a5ae313"/><file name="navigation-div.gif" hash="3f95ca13f1d1c446434a0a65cbe63369"/><file name="note_msg_icon.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="payments.gif" hash="7db8b7d9800fdfbbbe5b9c3f8eeeb79c"/><file name="pipe-blue.gif" hash="e24f957eed646398c2e38ee2a0148ed8"/><file name="pipe-gray.gif" hash="0d85757f7ac118d5fd721e4ff6c09085"/><file name="place_order_bg.gif" hash="0e6bdf6280452a101c1924ce68669a2e"/><file name="place_order_container_bg.gif" hash="8eebd513ac0d9c02cc566cff649799ce"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="search_btn.gif" hash="1f80fa2ac5db05ed6622e5ae40644a6d"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="slider1.jpg" hash="55a8ad759d0b0728f5170e7004342715"/><file name="slider2.jpg" hash="b2586ffefa12895e12f47687d8934970"/><file name="slider3.jpg" hash="7eeadfb4345460f010dd3a99ee8ed7b7"/><file name="slider4.jpg" hash="9a74e57abea85318f7c395f58cafbf07"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="trans.png" hash="ca23069433bf4e4e96eb436ae035800c"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name="white_pipe.gif" hash="e60a61a6985774108f370a433b09f175"/></dir><dir name="js"><file name="dropdown.js" hash="436b1bd77db6fdb1c206b874cf46dc45"/><file name="glider.js" hash="ff0c6d92699db1f3474d96510865a6e3"/><file name="slider.js" hash="38f9efc936498664bd09bfaf6dbd8b34"/></dir></dir></dir><dir name="f002_grey"><dir><dir name="css"><file name="custom.css" hash="a5b73b39ba7421b8b583bdebdcd86d5d"/><file name="styles-ie.css" hash="19e73a384c5e35e39557235e7e21a91f"/><file name="styles.css" hash="2dc302c53846c9f7163ff0275f487808"/></dir><dir name="images"><file name="account_nav_on_bg.gif" hash="ad485137604a18b984df7742e1095f7f"/><file name="anext.gif" hash="74dc5b64ac39457381e5c848890bd610"/><file name="aplay.gif" hash="5885536825fc9d80edf15925b3c0fffe"/><file name="aprev.gif" hash="b93972d5789ae32996d2a5c672d2548b"/><file name="astop.gif" hash="35c9a2cffb7c7de05706caafa0e8b46d"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="blue_pipe.gif" hash="f4bad85ef1a74ae1aa8b88525763d814"/><file name="box-content-bg.gif" hash="f5344140a3a9ad4267687b8ec40c5751"/><file name="box-header-bg.gif" hash="e1e109e8f6bfc2f2ccef04769553c60c"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="callout-1.jpg" hash="6b421950d2d89fbb16996c113284be4c"/><file name="callout-2.jpg" hash="9632fd9aefa442bfae0e7ff594c9529f"/><file name="cart-toggle.gif" hash="9880b35d3cd2508fb6911074f5093fe0"/><file name="content-bg.gif" hash="6a1ee984b0a77d66519b3c53e67e0bbc"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="footer-bg.gif" hash="82bf882dcd7f46b6f0835e41a006e9bc"/><file name="gradient-blue.gif" hash="e1e462165458d74b3ee2d3bc9dfc2b3b"/><file name="gradient-gray.gif" hash="7e9e178c812f874ae9204eacc980e132"/><file name="gray-pipe.gif" hash="c3217a74da1b1e57dcdf48a0b73a4eb6"/><file name="grid.gif" hash="16b43ba34d6665e91b104b084b299f74"/><file name="grid.png" hash="8ac3b1bea5765f490538c9a9b6429294"/><file name="h_separator.gif" hash="517e50e00baf219edd50a7cd5eda7a89"/><file name="header-bg.gif" hash="2e6d38a7ca18b1f9031e7f51ce0ddedf"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="icon-cart.gif" hash="3662c5983e98885ccddf06d2683c9011"/><file name="icon-zoom.gif" hash="c03975193a4a716adb822988e20bd54b"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="logo.gif" hash="db2362c7c9e95065e490cde2022413a9"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="media"><file name="col_left_callout-1.jpg" hash="6b421950d2d89fbb16996c113284be4c"/><file name="col_left_callout-2.jpg" hash="9632fd9aefa442bfae0e7ff594c9529f"/></dir><file name="narrow_by_li_by.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="narrow_by_set.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="nav-item-bg.gif" hash="61e8c43463991342f31a340dc588ef1b"/><file name="navigation-bg.gif" hash="efa2bc5607c5db78310586fd1a5ae313"/><file name="navigation-div.gif" hash="3f95ca13f1d1c446434a0a65cbe63369"/><file name="note_msg_icon.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="payments.gif" hash="7db8b7d9800fdfbbbe5b9c3f8eeeb79c"/><file name="pipe-blue.gif" hash="f4bad85ef1a74ae1aa8b88525763d814"/><file name="pipe-gray.gif" hash="0d85757f7ac118d5fd721e4ff6c09085"/><file name="place_order_bg.gif" hash="0e6bdf6280452a101c1924ce68669a2e"/><file name="place_order_container_bg.gif" hash="8eebd513ac0d9c02cc566cff649799ce"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="search_btn.gif" hash="485c26d71ba73a1f00cf5d85ba247466"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="slider1.jpg" hash="55a8ad759d0b0728f5170e7004342715"/><file name="slider2.jpg" hash="b2586ffefa12895e12f47687d8934970"/><file name="slider3.jpg" hash="7eeadfb4345460f010dd3a99ee8ed7b7"/><file name="slider4.jpg" hash="9a74e57abea85318f7c395f58cafbf07"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="trans.png" hash="ca23069433bf4e4e96eb436ae035800c"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name="white_pipe.gif" hash="e60a61a6985774108f370a433b09f175"/></dir><dir name="js"><file name="dropdown.js" hash="436b1bd77db6fdb1c206b874cf46dc45"/><file name="glider.js" hash="ff0c6d92699db1f3474d96510865a6e3"/><file name="slider.js" hash="38f9efc936498664bd09bfaf6dbd8b34"/></dir></dir></dir><dir name="f002_orange"><dir><dir name="css"><file name="custom.css" hash="83bf7df6235adc397a02bed763500acc"/><file name="styles-ie.css" hash="19e73a384c5e35e39557235e7e21a91f"/><file name="styles.css" hash="2dc302c53846c9f7163ff0275f487808"/></dir><dir name="images"><file name="account_nav_on_bg.gif" hash="ad485137604a18b984df7742e1095f7f"/><file name="anext.gif" hash="74dc5b64ac39457381e5c848890bd610"/><file name="aplay.gif" hash="5885536825fc9d80edf15925b3c0fffe"/><file name="aprev.gif" hash="b93972d5789ae32996d2a5c672d2548b"/><file name="astop.gif" hash="35c9a2cffb7c7de05706caafa0e8b46d"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="blue_pipe.gif" hash="23520e6f6b361e866c692cb08bfa7b5b"/><file name="box-content-bg.gif" hash="f5344140a3a9ad4267687b8ec40c5751"/><file name="box-header-bg.gif" hash="e1e109e8f6bfc2f2ccef04769553c60c"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="callout-1.jpg" hash="197ea03d8b98aa12cdcc820d466bc6af"/><file name="callout-2.jpg" hash="5f4964c75b1f275ddb03697995611148"/><file name="cart-toggle.gif" hash="402bda22c7819f67968419bd7ca87393"/><file name="content-bg.gif" hash="d21f8f720c29c457be008fdd8d1fbbcf"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="footer-bg.gif" hash="82bf882dcd7f46b6f0835e41a006e9bc"/><file name="gradient-blue.gif" hash="e1e462165458d74b3ee2d3bc9dfc2b3b"/><file name="gradient-gray.gif" hash="7e9e178c812f874ae9204eacc980e132"/><file name="gray-pipe.gif" hash="c3217a74da1b1e57dcdf48a0b73a4eb6"/><file name="grid.gif" hash="16b43ba34d6665e91b104b084b299f74"/><file name="grid.png" hash="8ac3b1bea5765f490538c9a9b6429294"/><file name="h_separator.gif" hash="517e50e00baf219edd50a7cd5eda7a89"/><file name="header-bg.gif" hash="40276560c7a351d9225f673f9c11d7f2"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="icon-cart.gif" hash="738eb5bb393ed6842e3f99ab78a3d7f7"/><file name="icon-zoom.gif" hash="3ee8fd6c68a166f332b482d66e641125"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="logo.gif" hash="8991904139705a3cb8c70bfa59183fa5"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="media"><file name="col_left_callout-1.jpg" hash="197ea03d8b98aa12cdcc820d466bc6af"/><file name="col_left_callout-2.jpg" hash="5f4964c75b1f275ddb03697995611148"/></dir><file name="narrow_by_li_by.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="narrow_by_set.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="nav-item-bg.gif" hash="faf197d9e5d1fa6059a9d7ac0c05ca0b"/><file name="navigation-bg.gif" hash="efa2bc5607c5db78310586fd1a5ae313"/><file name="navigation-div.gif" hash="3f95ca13f1d1c446434a0a65cbe63369"/><file name="note_msg_icon.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="payments.gif" hash="7db8b7d9800fdfbbbe5b9c3f8eeeb79c"/><file name="pipe-blue.gif" hash="e24f957eed646398c2e38ee2a0148ed8"/><file name="pipe-gray.gif" hash="0d85757f7ac118d5fd721e4ff6c09085"/><file name="place_order_bg.gif" hash="0e6bdf6280452a101c1924ce68669a2e"/><file name="place_order_container_bg.gif" hash="8eebd513ac0d9c02cc566cff649799ce"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="search_btn.gif" hash="3541e9ab6f04513e6a405403634d67a7"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="slider1.jpg" hash="55a8ad759d0b0728f5170e7004342715"/><file name="slider2.jpg" hash="b2586ffefa12895e12f47687d8934970"/><file name="slider3.jpg" hash="7eeadfb4345460f010dd3a99ee8ed7b7"/><file name="slider4.jpg" hash="9a74e57abea85318f7c395f58cafbf07"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="trans.png" hash="ca23069433bf4e4e96eb436ae035800c"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name="white_pipe.gif" hash="e60a61a6985774108f370a433b09f175"/></dir><dir name="js"><file name="dropdown.js" hash="436b1bd77db6fdb1c206b874cf46dc45"/><file name="glider.js" hash="ff0c6d92699db1f3474d96510865a6e3"/><file name="slider.js" hash="38f9efc936498664bd09bfaf6dbd8b34"/></dir></dir></dir><dir name="f002_pink"><dir><dir name="css"><file name="custom.css" hash="0818a33019a4e6f5588249ab5fd83ba1"/><file name="styles-ie.css" hash="19e73a384c5e35e39557235e7e21a91f"/><file name="styles.css" hash="2dc302c53846c9f7163ff0275f487808"/></dir><dir name="images"><file name="account_nav_on_bg.gif" hash="ad485137604a18b984df7742e1095f7f"/><file name="anext.gif" hash="74dc5b64ac39457381e5c848890bd610"/><file name="aplay.gif" hash="5885536825fc9d80edf15925b3c0fffe"/><file name="aprev.gif" hash="b93972d5789ae32996d2a5c672d2548b"/><file name="astop.gif" hash="35c9a2cffb7c7de05706caafa0e8b46d"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="blue_pipe.gif" hash="e9c860def535a27166cc62c866cc3d1e"/><file name="box-content-bg.gif" hash="f5344140a3a9ad4267687b8ec40c5751"/><file name="box-header-bg.gif" hash="e1e109e8f6bfc2f2ccef04769553c60c"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="callout-1.jpg" hash="7811c20ee99c3ddac45858b5ead370c0"/><file name="callout-2.jpg" hash="917bf5c11bc7c193f63c3dae3eddc67f"/><file name="cart-toggle.gif" hash="402bda22c7819f67968419bd7ca87393"/><file name="content-bg.gif" hash="15537279a7071ba17053a127721c6382"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="footer-bg.gif" hash="82bf882dcd7f46b6f0835e41a006e9bc"/><file name="gradient-blue.gif" hash="e1e462165458d74b3ee2d3bc9dfc2b3b"/><file name="gradient-gray.gif" hash="7e9e178c812f874ae9204eacc980e132"/><file name="gray-pipe.gif" hash="c3217a74da1b1e57dcdf48a0b73a4eb6"/><file name="grid.gif" hash="16b43ba34d6665e91b104b084b299f74"/><file name="grid.png" hash="8ac3b1bea5765f490538c9a9b6429294"/><file name="h_separator.gif" hash="517e50e00baf219edd50a7cd5eda7a89"/><file name="header-bg.gif" hash="654b03f24a81894230318c2e5fbe0cf0"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="icon-cart.gif" hash="738eb5bb393ed6842e3f99ab78a3d7f7"/><file name="icon-zoom.gif" hash="0aebb5ef53d8964e81668dd0f61edc3f"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="logo.gif" hash="7420ace7c078f71ceda41c0c1d8c6ebe"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="media"><file name="col_left_callout-1.jpg" hash="7811c20ee99c3ddac45858b5ead370c0"/><file name="col_left_callout-2.jpg" hash="917bf5c11bc7c193f63c3dae3eddc67f"/></dir><file name="narrow_by_li_by.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="narrow_by_set.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="nav-item-bg.gif" hash="08ec13c4296dc23b963c3388fc5697ed"/><file name="navigation-bg.gif" hash="efa2bc5607c5db78310586fd1a5ae313"/><file name="navigation-div.gif" hash="3f95ca13f1d1c446434a0a65cbe63369"/><file name="note_msg_icon.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="payments.gif" hash="7db8b7d9800fdfbbbe5b9c3f8eeeb79c"/><file name="pipe-blue.gif" hash="e24f957eed646398c2e38ee2a0148ed8"/><file name="pipe-gray.gif" hash="0d85757f7ac118d5fd721e4ff6c09085"/><file name="place_order_bg.gif" hash="0e6bdf6280452a101c1924ce68669a2e"/><file name="place_order_container_bg.gif" hash="8eebd513ac0d9c02cc566cff649799ce"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="search_btn.gif" hash="f4fa305384bbcc2d5e384ad632c54a53"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="slider1.jpg" hash="55a8ad759d0b0728f5170e7004342715"/><file name="slider2.jpg" hash="b2586ffefa12895e12f47687d8934970"/><file name="slider3.jpg" hash="7eeadfb4345460f010dd3a99ee8ed7b7"/><file name="slider4.jpg" hash="9a74e57abea85318f7c395f58cafbf07"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="trans.png" hash="ca23069433bf4e4e96eb436ae035800c"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name="white_pipe.gif" hash="e60a61a6985774108f370a433b09f175"/></dir><dir name="js"><file name="dropdown.js" hash="436b1bd77db6fdb1c206b874cf46dc45"/><file name="glider.js" hash="ff0c6d92699db1f3474d96510865a6e3"/><file name="slider.js" hash="38f9efc936498664bd09bfaf6dbd8b34"/></dir></dir></dir><dir name="f002_red"><dir><dir name="css"><file name="custom.css" hash="7993ac34b61467a71f90e462c557c5c6"/><file name="styles-ie.css" hash="19e73a384c5e35e39557235e7e21a91f"/><file name="styles.css" hash="2dc302c53846c9f7163ff0275f487808"/></dir><dir name="images"><file name="account_nav_on_bg.gif" hash="ad485137604a18b984df7742e1095f7f"/><file name="anext.gif" hash="74dc5b64ac39457381e5c848890bd610"/><file name="aplay.gif" hash="5885536825fc9d80edf15925b3c0fffe"/><file name="aprev.gif" hash="b93972d5789ae32996d2a5c672d2548b"/><file name="astop.gif" hash="35c9a2cffb7c7de05706caafa0e8b46d"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="blue_pipe.gif" hash="e0ee80e47b8bb39cec4851f3d1ffad6e"/><file name="box-content-bg.gif" hash="f5344140a3a9ad4267687b8ec40c5751"/><file name="box-header-bg.gif" hash="e1e109e8f6bfc2f2ccef04769553c60c"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="callout-1.jpg" hash="769a91f919f30e1fbc424b4b777bc80a"/><file name="callout-2.jpg" hash="c8d6b1e2d5b609c6181fc3a4834012eb"/><file name="cart-toggle.gif" hash="402bda22c7819f67968419bd7ca87393"/><file name="content-bg.gif" hash="dffb2b208be12f431cc38f44c000684d"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="footer-bg.gif" hash="82bf882dcd7f46b6f0835e41a006e9bc"/><file name="gradient-blue.gif" hash="e1e462165458d74b3ee2d3bc9dfc2b3b"/><file name="gradient-gray.gif" hash="7e9e178c812f874ae9204eacc980e132"/><file name="gray-pipe.gif" hash="c3217a74da1b1e57dcdf48a0b73a4eb6"/><file name="grid.gif" hash="16b43ba34d6665e91b104b084b299f74"/><file name="grid.png" hash="8ac3b1bea5765f490538c9a9b6429294"/><file name="h_separator.gif" hash="517e50e00baf219edd50a7cd5eda7a89"/><file name="header-bg.gif" hash="8fd395c75daf70e0dcbe71aac4bf4a7e"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="icon-cart.gif" hash="738eb5bb393ed6842e3f99ab78a3d7f7"/><file name="icon-zoom.gif" hash="75c6d3bcd6c936b1572ba93972e736e9"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="logo.gif" hash="934c35a01c77d6c392bc1cfd3d8efbbe"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="media"><file name="col_left_callout-1.jpg" hash="769a91f919f30e1fbc424b4b777bc80a"/><file name="col_left_callout-2.jpg" hash="c8d6b1e2d5b609c6181fc3a4834012eb"/></dir><file name="narrow_by_li_by.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="narrow_by_set.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="nav-item-bg.gif" hash="96999ffcc08e11af5bca4aa7f58e23c7"/><file name="navigation-bg.gif" hash="efa2bc5607c5db78310586fd1a5ae313"/><file name="navigation-div.gif" hash="3f95ca13f1d1c446434a0a65cbe63369"/><file name="note_msg_icon.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="payments.gif" hash="7db8b7d9800fdfbbbe5b9c3f8eeeb79c"/><file name="pipe-blue.gif" hash="e24f957eed646398c2e38ee2a0148ed8"/><file name="pipe-gray.gif" hash="0d85757f7ac118d5fd721e4ff6c09085"/><file name="place_order_bg.gif" hash="0e6bdf6280452a101c1924ce68669a2e"/><file name="place_order_container_bg.gif" hash="8eebd513ac0d9c02cc566cff649799ce"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="search_btn.gif" hash="1f622bf0fdd4f1ce551c43372019683a"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="slider1.jpg" hash="55a8ad759d0b0728f5170e7004342715"/><file name="slider2.jpg" hash="b2586ffefa12895e12f47687d8934970"/><file name="slider3.jpg" hash="7eeadfb4345460f010dd3a99ee8ed7b7"/><file name="slider4.jpg" hash="9a74e57abea85318f7c395f58cafbf07"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="trans.png" hash="ca23069433bf4e4e96eb436ae035800c"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name="white_pipe.gif" hash="e60a61a6985774108f370a433b09f175"/></dir><dir name="js"><file name="dropdown.js" hash="436b1bd77db6fdb1c206b874cf46dc45"/><file name="glider.js" hash="ff0c6d92699db1f3474d96510865a6e3"/><file name="slider.js" hash="38f9efc936498664bd09bfaf6dbd8b34"/></dir></dir></dir><dir name="f002_sea_green"><dir><dir name="css"><file name="custom.css" hash="4b2e0c845d96eadf387b3052c04d46cf"/><file name="styles-ie.css" hash="19e73a384c5e35e39557235e7e21a91f"/><file name="styles.css" hash="2dc302c53846c9f7163ff0275f487808"/></dir><dir name="images"><file name="account_nav_on_bg.gif" hash="ad485137604a18b984df7742e1095f7f"/><file name="anext.gif" hash="74dc5b64ac39457381e5c848890bd610"/><file name="aplay.gif" hash="5885536825fc9d80edf15925b3c0fffe"/><file name="aprev.gif" hash="b93972d5789ae32996d2a5c672d2548b"/><file name="astop.gif" hash="35c9a2cffb7c7de05706caafa0e8b46d"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="blue_pipe.gif" hash="d8fc3eac58e7371a5fb213d570fa1931"/><file name="box-content-bg.gif" hash="f5344140a3a9ad4267687b8ec40c5751"/><file name="box-header-bg.gif" hash="e1e109e8f6bfc2f2ccef04769553c60c"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="callout-1.jpg" hash="67849dfcc0fbcde92d19456bf9d97749"/><file name="callout-2.jpg" hash="6027f7a4145af6d4e7ca8a7601c573c4"/><file name="cart-toggle.gif" hash="402bda22c7819f67968419bd7ca87393"/><file name="content-bg.gif" hash="1838e52b6986f42acb3b44a1aed65c39"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="footer-bg.gif" hash="82bf882dcd7f46b6f0835e41a006e9bc"/><file name="gradient-blue.gif" hash="e1e462165458d74b3ee2d3bc9dfc2b3b"/><file name="gradient-gray.gif" hash="7e9e178c812f874ae9204eacc980e132"/><file name="gray-pipe.gif" hash="c3217a74da1b1e57dcdf48a0b73a4eb6"/><file name="grid.gif" hash="16b43ba34d6665e91b104b084b299f74"/><file name="grid.png" hash="8ac3b1bea5765f490538c9a9b6429294"/><file name="h_separator.gif" hash="517e50e00baf219edd50a7cd5eda7a89"/><file name="header-bg.gif" hash="e4cf4a3df40b4b48b7d9c546bd47af83"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="icon-cart.gif" hash="738eb5bb393ed6842e3f99ab78a3d7f7"/><file name="icon-zoom.gif" hash="33e8743e2ecc0f40e14bf30e33bff816"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="logo.gif" hash="52fd8c02fcfe78601e2efd7c4ec5f7d5"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="media"><file name="col_left_callout-1.jpg" hash="67849dfcc0fbcde92d19456bf9d97749"/><file name="col_left_callout-2.jpg" hash="6027f7a4145af6d4e7ca8a7601c573c4"/></dir><file name="narrow_by_li_by.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="narrow_by_set.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="nav-item-bg.gif" hash="fa7feb9f2b99dac2d78fbd21dd27dd77"/><file name="navigation-bg.gif" hash="efa2bc5607c5db78310586fd1a5ae313"/><file name="navigation-div.gif" hash="3f95ca13f1d1c446434a0a65cbe63369"/><file name="note_msg_icon.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="payments.gif" hash="7db8b7d9800fdfbbbe5b9c3f8eeeb79c"/><file name="pipe-blue.gif" hash="e24f957eed646398c2e38ee2a0148ed8"/><file name="pipe-gray.gif" hash="0d85757f7ac118d5fd721e4ff6c09085"/><file name="place_order_bg.gif" hash="0e6bdf6280452a101c1924ce68669a2e"/><file name="place_order_container_bg.gif" hash="8eebd513ac0d9c02cc566cff649799ce"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="search_btn.gif" hash="786b97e4f853e9e98b55c268a903cb5a"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="slider1.jpg" hash="55a8ad759d0b0728f5170e7004342715"/><file name="slider2.jpg" hash="b2586ffefa12895e12f47687d8934970"/><file name="slider3.jpg" hash="7eeadfb4345460f010dd3a99ee8ed7b7"/><file name="slider4.jpg" hash="9a74e57abea85318f7c395f58cafbf07"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="trans.png" hash="ca23069433bf4e4e96eb436ae035800c"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name="white_pipe.gif" hash="e60a61a6985774108f370a433b09f175"/></dir><dir name="js"><file name="dropdown.js" hash="436b1bd77db6fdb1c206b874cf46dc45"/><file name="glider.js" hash="ff0c6d92699db1f3474d96510865a6e3"/><file name="slider.js" hash="38f9efc936498664bd09bfaf6dbd8b34"/></dir></dir></dir><dir name="f002_silver"><dir><dir name="css"><file name="custom.css" hash="c1664ce7157ef3711ac83ed929f1ea83"/><file name="styles-ie.css" hash="19e73a384c5e35e39557235e7e21a91f"/><file name="styles.css" hash="2dc302c53846c9f7163ff0275f487808"/></dir><dir name="images"><file name="account_nav_on_bg.gif" hash="ad485137604a18b984df7742e1095f7f"/><file name="anext.gif" hash="74dc5b64ac39457381e5c848890bd610"/><file name="aplay.gif" hash="5885536825fc9d80edf15925b3c0fffe"/><file name="aprev.gif" hash="b93972d5789ae32996d2a5c672d2548b"/><file name="astop.gif" hash="35c9a2cffb7c7de05706caafa0e8b46d"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="blue_pipe.gif" hash="f4bad85ef1a74ae1aa8b88525763d814"/><file name="box-content-bg.gif" hash="f5344140a3a9ad4267687b8ec40c5751"/><file name="box-header-bg.gif" hash="e1e109e8f6bfc2f2ccef04769553c60c"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="callout-1.jpg" hash="6b421950d2d89fbb16996c113284be4c"/><file name="callout-2.jpg" hash="9632fd9aefa442bfae0e7ff594c9529f"/><file name="cart-toggle.gif" hash="9880b35d3cd2508fb6911074f5093fe0"/><file name="content-bg.gif" hash="61e541f4ce85fdad95827f17fd1ac823"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="footer-bg.gif" hash="72082f1de23061c1b100f9a05d48f54c"/><file name="gradient-blue.gif" hash="e1e462165458d74b3ee2d3bc9dfc2b3b"/><file name="gradient-gray.gif" hash="7e9e178c812f874ae9204eacc980e132"/><file name="gray-pipe.gif" hash="c3217a74da1b1e57dcdf48a0b73a4eb6"/><file name="grid.gif" hash="16b43ba34d6665e91b104b084b299f74"/><file name="grid.png" hash="8ac3b1bea5765f490538c9a9b6429294"/><file name="h_separator.gif" hash="517e50e00baf219edd50a7cd5eda7a89"/><file name="header-bg.gif" hash="2502e6033c91ef0daf8398e5ced52099"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="icon-cart.gif" hash="3662c5983e98885ccddf06d2683c9011"/><file name="icon-zoom.gif" hash="6f579a6cfe226defa31a6018f5be9110"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="logo.gif" hash="1df7d51be3761106692fe500fa4d1b7d"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="media"><file name="col_left_callout-1.jpg" hash="6b421950d2d89fbb16996c113284be4c"/><file name="col_left_callout-2.jpg" hash="9632fd9aefa442bfae0e7ff594c9529f"/></dir><file name="narrow_by_li_by.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="narrow_by_set.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="nav-item-bg.gif" hash="d11dfc4090c516dc83b95bd140cde94c"/><file name="navigation-bg.gif" hash="efa2bc5607c5db78310586fd1a5ae313"/><file name="navigation-div.gif" hash="3f95ca13f1d1c446434a0a65cbe63369"/><file name="note_msg_icon.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="payments.gif" hash="318ad3accd55fe23dccc6e1bac259f63"/><file name="pipe-blue.gif" hash="f4bad85ef1a74ae1aa8b88525763d814"/><file name="pipe-gray.gif" hash="9a83ae6d241f89f98ff0ea92659f3a25"/><file name="place_order_bg.gif" hash="0e6bdf6280452a101c1924ce68669a2e"/><file name="place_order_container_bg.gif" hash="8eebd513ac0d9c02cc566cff649799ce"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="search_btn.gif" hash="306df7dff378e81cdff60745a8171fe1"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="slider1.jpg" hash="55a8ad759d0b0728f5170e7004342715"/><file name="slider2.jpg" hash="b2586ffefa12895e12f47687d8934970"/><file name="slider3.jpg" hash="7eeadfb4345460f010dd3a99ee8ed7b7"/><file name="slider4.jpg" hash="9a74e57abea85318f7c395f58cafbf07"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="trans.png" hash="ca23069433bf4e4e96eb436ae035800c"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name="white_pipe.gif" hash="e60a61a6985774108f370a433b09f175"/></dir><dir name="js"><file name="dropdown.js" hash="436b1bd77db6fdb1c206b874cf46dc45"/><file name="glider.js" hash="ff0c6d92699db1f3474d96510865a6e3"/><file name="slider.js" hash="38f9efc936498664bd09bfaf6dbd8b34"/></dir></dir></dir><dir name="f002_violet"><dir><dir name="css"><file name="custom.css" hash="73cf0b709e850bef3ea116de04607117"/><file name="styles-ie.css" hash="19e73a384c5e35e39557235e7e21a91f"/><file name="styles.css" hash="2dc302c53846c9f7163ff0275f487808"/></dir><dir name="images"><file name="account_nav_on_bg.gif" hash="ad485137604a18b984df7742e1095f7f"/><file name="anext.gif" hash="74dc5b64ac39457381e5c848890bd610"/><file name="aplay.gif" hash="5885536825fc9d80edf15925b3c0fffe"/><file name="aprev.gif" hash="b93972d5789ae32996d2a5c672d2548b"/><file name="astop.gif" hash="35c9a2cffb7c7de05706caafa0e8b46d"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="blue_pipe.gif" hash="c941dfbb96f976780ffc3c27d24a566d"/><file name="box-content-bg.gif" hash="f5344140a3a9ad4267687b8ec40c5751"/><file name="box-header-bg.gif" hash="e1e109e8f6bfc2f2ccef04769553c60c"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="callout-1.jpg" hash="e84ad310d728d1ae9ccd3ac7fb0bc56d"/><file name="callout-2.jpg" hash="044d19033aaf4a047c3c1ef5b1bbe07b"/><file name="cart-toggle.gif" hash="402bda22c7819f67968419bd7ca87393"/><file name="content-bg.gif" hash="546656bc4314c77a6515f9ab0dc263aa"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="footer-bg.gif" hash="82bf882dcd7f46b6f0835e41a006e9bc"/><file name="gradient-blue.gif" hash="e1e462165458d74b3ee2d3bc9dfc2b3b"/><file name="gradient-gray.gif" hash="7e9e178c812f874ae9204eacc980e132"/><file name="gray-pipe.gif" hash="c3217a74da1b1e57dcdf48a0b73a4eb6"/><file name="grid.gif" hash="16b43ba34d6665e91b104b084b299f74"/><file name="grid.png" hash="8ac3b1bea5765f490538c9a9b6429294"/><file name="h_separator.gif" hash="517e50e00baf219edd50a7cd5eda7a89"/><file name="header-bg.gif" hash="cb911b0ecba9dcf17bcab192866e1413"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="icon-cart.gif" hash="738eb5bb393ed6842e3f99ab78a3d7f7"/><file name="icon-zoom.gif" hash="8a1aa205a96aa94478eb484b83840b72"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="logo.gif" hash="ef893f0e4f9229dfa15ffdc989d05061"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="media"><file name="col_left_callout-1.jpg" hash="e84ad310d728d1ae9ccd3ac7fb0bc56d"/><file name="col_left_callout-2.jpg" hash="044d19033aaf4a047c3c1ef5b1bbe07b"/></dir><file name="narrow_by_li_by.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="narrow_by_set.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="nav-item-bg.gif" hash="4abe827dfcdd1847b5e94eb2983508b4"/><file name="navigation-bg.gif" hash="efa2bc5607c5db78310586fd1a5ae313"/><file name="navigation-div.gif" hash="3f95ca13f1d1c446434a0a65cbe63369"/><file name="note_msg_icon.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="payments.gif" hash="7db8b7d9800fdfbbbe5b9c3f8eeeb79c"/><file name="pipe-blue.gif" hash="c941dfbb96f976780ffc3c27d24a566d"/><file name="pipe-gray.gif" hash="0d85757f7ac118d5fd721e4ff6c09085"/><file name="place_order_bg.gif" hash="0e6bdf6280452a101c1924ce68669a2e"/><file name="place_order_container_bg.gif" hash="8eebd513ac0d9c02cc566cff649799ce"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="search_btn.gif" hash="e7a4924ea87b5c8bfd4dd5cc8eebcb7e"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="slider1.jpg" hash="55a8ad759d0b0728f5170e7004342715"/><file name="slider2.jpg" hash="b2586ffefa12895e12f47687d8934970"/><file name="slider3.jpg" hash="7eeadfb4345460f010dd3a99ee8ed7b7"/><file name="slider4.jpg" hash="9a74e57abea85318f7c395f58cafbf07"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="trans.png" hash="ca23069433bf4e4e96eb436ae035800c"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name="white_pipe.gif" hash="e60a61a6985774108f370a433b09f175"/></dir><dir name="js"><file name="dropdown.js" hash="436b1bd77db6fdb1c206b874cf46dc45"/><file name="glider.js" hash="ff0c6d92699db1f3474d96510865a6e3"/><file name="slider.js" hash="38f9efc936498664bd09bfaf6dbd8b34"/></dir></dir></dir><dir name="f002_yellow"><dir><dir name="css"><file name="custom.css" hash="388d27c49c81748f93432a6a5641afca"/><file name="styles-ie.css" hash="19e73a384c5e35e39557235e7e21a91f"/><file name="styles.css" hash="2dc302c53846c9f7163ff0275f487808"/></dir><dir name="images"><file name="account_nav_on_bg.gif" hash="ad485137604a18b984df7742e1095f7f"/><file name="anext.gif" hash="74dc5b64ac39457381e5c848890bd610"/><file name="aplay.gif" hash="5885536825fc9d80edf15925b3c0fffe"/><file name="aprev.gif" hash="b93972d5789ae32996d2a5c672d2548b"/><file name="astop.gif" hash="35c9a2cffb7c7de05706caafa0e8b46d"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="blue_pipe.gif" hash="8340611c27fd11044649ae3af9dbba66"/><file name="box-content-bg.gif" hash="f5344140a3a9ad4267687b8ec40c5751"/><file name="box-header-bg.gif" hash="e1e109e8f6bfc2f2ccef04769553c60c"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="callout-1.jpg" hash="7568d6a28f1bb5112487b27aed74c4bc"/><file name="callout-2.jpg" hash="c620d9864b6322901d832ef501a8d361"/><file name="cart-toggle.gif" hash="402bda22c7819f67968419bd7ca87393"/><file name="content-bg.gif" hash="e8e713e803cd7926358c2151ce646165"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="footer-bg.gif" hash="82bf882dcd7f46b6f0835e41a006e9bc"/><file name="gradient-blue.gif" hash="e1e462165458d74b3ee2d3bc9dfc2b3b"/><file name="gradient-gray.gif" hash="7e9e178c812f874ae9204eacc980e132"/><file name="gray-pipe.gif" hash="c3217a74da1b1e57dcdf48a0b73a4eb6"/><file name="grid.gif" hash="16b43ba34d6665e91b104b084b299f74"/><file name="grid.png" hash="8ac3b1bea5765f490538c9a9b6429294"/><file name="h_separator.gif" hash="517e50e00baf219edd50a7cd5eda7a89"/><file name="header-bg.gif" hash="73b2dbaeb86238c9941e69eea947fcd9"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="icon-cart.gif" hash="738eb5bb393ed6842e3f99ab78a3d7f7"/><file name="icon-zoom.gif" hash="9b1c52b4650797586a9f2b768fc33a76"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="logo.gif" hash="8cb7f692c7dc7b7298fd0965e65c401a"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="media"><file name="col_left_callout-1.jpg" hash="7568d6a28f1bb5112487b27aed74c4bc"/><file name="col_left_callout-2.jpg" hash="c620d9864b6322901d832ef501a8d361"/></dir><file name="narrow_by_li_by.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="narrow_by_set.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="nav-item-bg.gif" hash="6824e3ddbed45f2c52925ccfa46c8dc7"/><file name="navigation-bg.gif" hash="efa2bc5607c5db78310586fd1a5ae313"/><file name="navigation-div.gif" hash="3f95ca13f1d1c446434a0a65cbe63369"/><file name="note_msg_icon.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="payments.gif" hash="7db8b7d9800fdfbbbe5b9c3f8eeeb79c"/><file name="pipe-blue.gif" hash="8340611c27fd11044649ae3af9dbba66"/><file name="pipe-gray.gif" hash="0d85757f7ac118d5fd721e4ff6c09085"/><file name="place_order_bg.gif" hash="0e6bdf6280452a101c1924ce68669a2e"/><file name="place_order_container_bg.gif" hash="8eebd513ac0d9c02cc566cff649799ce"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="search_btn.gif" hash="d26292a88c5b653cfd24a1a352218ad7"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="slider1.jpg" hash="55a8ad759d0b0728f5170e7004342715"/><file name="slider2.jpg" hash="b2586ffefa12895e12f47687d8934970"/><file name="slider3.jpg" hash="7eeadfb4345460f010dd3a99ee8ed7b7"/><file name="slider4.jpg" hash="9a74e57abea85318f7c395f58cafbf07"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="trans.png" hash="ca23069433bf4e4e96eb436ae035800c"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name="white_pipe.gif" hash="e60a61a6985774108f370a433b09f175"/></dir><dir name="js"><file name="dropdown.js" hash="436b1bd77db6fdb1c206b874cf46dc45"/><file name="glider.js" hash="ff0c6d92699db1f3474d96510865a6e3"/><file name="slider.js" hash="38f9efc936498664bd09bfaf6dbd8b34"/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="f002"><dir><dir name="layout"><file name="catalog.xml" hash="653f23a46ce7f8d5544cd9e60f0055f1"/><file name="checkout.xml" hash="386ed9a73f6f11da4d3240441873b962"/><file name="newsletter.xml" hash="8ae0e13d2304a51b800ea39144668f86"/><file name="page.xml" hash="a00a9d5cae2100abdc850ba32b5ee282"/><file name="tag.xml" hash="fab7720c164f0e32ab388a6431770374"/></dir><dir name="locale"><dir name="en_US"><file name="translate.csv" hash="0e23b6d3bf659eaaae8504b2935d3925"/></dir></dir><dir name="template"><dir name="callouts"><file name="left_col.phtml" hash="f974c8220076309cc3bf640aee3f40ae"/><file name="right_col.phtml" hash="f974c8220076309cc3bf640aee3f40ae"/></dir><dir name="catalog"><dir name="navigation"><file name="sidebar.phtml" hash="9f49ad7f1477ad60103acfc961081319"/><file name="top.phtml" hash="0539dde06d43f6634d493efb5db29853"/></dir><dir name="product"><file name="new.phtml" hash="e4f779f2bc801569297d402f47070b44"/><file name="view.phtml" hash="ed9f67fff48da6836d4ca4f617513044"/></dir></dir><dir name="catalogsearch"><file name="form.mini.phtml" hash="08cd11a95ea54247cefb1764781eaf88"/></dir><dir name="checkout"><dir name="cart"><file name="header.cart.phtml" hash="d4cd95229a877620518153d818274d04"/></dir></dir><dir name="page"><file name="1column.phtml" hash="24d7f18eac39d4bddf8e6ebbb5c3c28a"/><file name="2columns-left.phtml" hash="9029064274c693d6dbed7a393d9bb898"/><file name="2columns-right.phtml" hash="b66d456c5160c56f2aa54d18324628c2"/><file name="3columns.phtml" hash="11b27f730dc37f003c43fd98aff2ac28"/><dir name="html"><file name="footer.phtml" hash="506d7014b4d7f0c56e4a5a145f994e32"/><file name="header.phtml" hash="f2c74aa5756dc713b9ba907dca7144da"/><file name="topmenu.phtml" hash="90b175a4e829d63c04fb8cc37463a1fc"/></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="TM_Templatef002.xml" hash="ca791a704bc3439f362b281accd2266e"/></dir></target><target name="magelocal"><dir name="TM"><dir name="Templatef002"><dir name="etc"><file name="config.xml" hash="9933efe427b389f89a62aca19555abe0"/></dir></dir></dir></target></contents>
|
23 |
<compatible/>
|
24 |
<dependencies><required><php><min>5.2.0</min><max>7.0.0</max></php></required></dependencies>
|
25 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>magento_classic_theme_free</name>
|
4 |
+
<version>1.8.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://creativecommons.org/licenses/by/3.0/">Creative Commons License </license>
|
7 |
<channel>community</channel>
|
9 |
<summary>Magento Classic Free Theme</summary>
|
10 |
<description>We are proud to introduce first free professional Magento theme. More info and updates at our Magento theme blog.
|
11 |

|
12 |
+
* Magento 1.8.1 compatable
|
13 |
* CSS3 Powered!
|
14 |
* Easy color changes
|
15 |
* Easy to upgrade, easy to customise
|
17 |
* Free updates included</description>
|
18 |
<notes>Magento Classic Free Theme</notes>
|
19 |
<authors><author><name>TemplatesMaster</name><user>TemplatesMaster</user><email>support@templates-master.com</email></author></authors>
|
20 |
+
<date>2014-01-20</date>
|
21 |
+
<time>16:58:14</time>
|
22 |
+
<contents><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="f002"><dir><dir name="css"><file name="custom.css" hash="eb48eeea1523cc025370d92f6527f5a8"/><file name="styles-ie.css" hash="219b74f6377d7a3c40b3615584d221b6"/><file name="styles.css" hash="77b4ca812e85ade348ab2783ac963299"/></dir><dir name="images"><file name="account_nav_on_bg.gif" hash="ad485137604a18b984df7742e1095f7f"/><file name="anext.gif" hash="74dc5b64ac39457381e5c848890bd610"/><file name="aplay.gif" hash="5885536825fc9d80edf15925b3c0fffe"/><file name="aprev.gif" hash="b93972d5789ae32996d2a5c672d2548b"/><file name="astop.gif" hash="35c9a2cffb7c7de05706caafa0e8b46d"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="blue_pipe.gif" hash="ec7d979128f080a8ba9a96c50492101f"/><file name="box-content-bg.gif" hash="f5344140a3a9ad4267687b8ec40c5751"/><file name="box-header-bg.gif" hash="e1e109e8f6bfc2f2ccef04769553c60c"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="cart-toggle.gif" hash="9298f0e16854c63b4caf8ba1e5918a55"/><file name="content-bg.gif" hash="82305a331b1135c5d19f10753376b849"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="footer-bg.gif" hash="82bf882dcd7f46b6f0835e41a006e9bc"/><file name="gradient-blue.gif" hash="e1e462165458d74b3ee2d3bc9dfc2b3b"/><file name="gradient-gray.gif" hash="7e9e178c812f874ae9204eacc980e132"/><file name="gray-pipe.gif" hash="c3217a74da1b1e57dcdf48a0b73a4eb6"/><file name="grid.gif" hash="16b43ba34d6665e91b104b084b299f74"/><file name="grid.png" hash="8ac3b1bea5765f490538c9a9b6429294"/><file name="h_separator.gif" hash="517e50e00baf219edd50a7cd5eda7a89"/><file name="header-bg.gif" hash="28cec9ba53792ad75b9959aeaae69c55"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="icon-cart.gif" hash="738eb5bb393ed6842e3f99ab78a3d7f7"/><file name="icon-zoom.gif" hash="6dbe63495b9ce6936e7a589c20d72a34"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="logo.gif" hash="34a45af9f33f00b6564f0675ac3b8276"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="media"><file name="col_left_callout-1.jpg" hash="4e0be0ae83843c4f8abc9f33715e22cf"/><file name="col_left_callout-2.jpg" hash="aa353fb15d34615f28c4da9363b7f196"/></dir><file name="narrow_by_li_by.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="narrow_by_set.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="nav-item-bg.gif" hash="9a42cafa1d4c15c0a731003325b23e6f"/><file name="navigation-bg.gif" hash="efa2bc5607c5db78310586fd1a5ae313"/><file name="navigation-div.gif" hash="3f95ca13f1d1c446434a0a65cbe63369"/><file name="note_msg_icon.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="payments.gif" hash="7db8b7d9800fdfbbbe5b9c3f8eeeb79c"/><file name="pipe-blue.gif" hash="ec7d979128f080a8ba9a96c50492101f"/><file name="pipe-gray.gif" hash="0d85757f7ac118d5fd721e4ff6c09085"/><file name="place_order_bg.gif" hash="0e6bdf6280452a101c1924ce68669a2e"/><file name="place_order_container_bg.gif" hash="8eebd513ac0d9c02cc566cff649799ce"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="search_btn.gif" hash="5872f36846222a3315f5d0f666dd6687"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="slider1.jpg" hash="55a8ad759d0b0728f5170e7004342715"/><file name="slider2.jpg" hash="b2586ffefa12895e12f47687d8934970"/><file name="slider3.jpg" hash="7eeadfb4345460f010dd3a99ee8ed7b7"/><file name="slider4.jpg" hash="9a74e57abea85318f7c395f58cafbf07"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="trans.png" hash="ca23069433bf4e4e96eb436ae035800c"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name="white_pipe.gif" hash="e60a61a6985774108f370a433b09f175"/></dir><dir name="js"><file name="dropdown.js" hash="436b1bd77db6fdb1c206b874cf46dc45"/><file name="glider.js" hash="ff0c6d92699db1f3474d96510865a6e3"/><file name="slider.js" hash="38f9efc936498664bd09bfaf6dbd8b34"/></dir></dir></dir><dir name="f002_green"><dir><dir name="css"><file name="custom.css" hash="aecb4b1e68616cef830ace502dca72f7"/><file name="styles-ie.css" hash="219b74f6377d7a3c40b3615584d221b6"/><file name="styles.css" hash="77b4ca812e85ade348ab2783ac963299"/></dir><dir name="images"><file name="account_nav_on_bg.gif" hash="ad485137604a18b984df7742e1095f7f"/><file name="anext.gif" hash="74dc5b64ac39457381e5c848890bd610"/><file name="aplay.gif" hash="5885536825fc9d80edf15925b3c0fffe"/><file name="aprev.gif" hash="b93972d5789ae32996d2a5c672d2548b"/><file name="astop.gif" hash="35c9a2cffb7c7de05706caafa0e8b46d"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="blue_pipe.gif" hash="ec7d979128f080a8ba9a96c50492101f"/><file name="box-content-bg.gif" hash="f5344140a3a9ad4267687b8ec40c5751"/><file name="box-header-bg.gif" hash="e1e109e8f6bfc2f2ccef04769553c60c"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="callout-1.jpg" hash="867ac7e087d7a0f342452386079d6718"/><file name="callout-2.jpg" hash="d4b15d5515ee6e5fbfcb94a8e14631da"/><file name="cart-toggle.gif" hash="402bda22c7819f67968419bd7ca87393"/><file name="content-bg.gif" hash="ab06501f3e03ace6b38f538016d749fd"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="footer-bg.gif" hash="82bf882dcd7f46b6f0835e41a006e9bc"/><file name="gradient-blue.gif" hash="e1e462165458d74b3ee2d3bc9dfc2b3b"/><file name="gradient-gray.gif" hash="7e9e178c812f874ae9204eacc980e132"/><file name="gray-pipe.gif" hash="c3217a74da1b1e57dcdf48a0b73a4eb6"/><file name="grid.gif" hash="16b43ba34d6665e91b104b084b299f74"/><file name="grid.png" hash="8ac3b1bea5765f490538c9a9b6429294"/><file name="h_separator.gif" hash="517e50e00baf219edd50a7cd5eda7a89"/><file name="header-bg.gif" hash="64acaec65ae60574b58f1ade55baec29"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="icon-cart.gif" hash="738eb5bb393ed6842e3f99ab78a3d7f7"/><file name="icon-zoom.gif" hash="06cc37f1183f2eb0df108732900fc0db"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="logo.gif" hash="d808ba113a2cdcc9de9e816cca4a57e4"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="media"><file name="col_left_callout-1.jpg" hash="867ac7e087d7a0f342452386079d6718"/><file name="col_left_callout-2.jpg" hash="d4b15d5515ee6e5fbfcb94a8e14631da"/></dir><file name="narrow_by_li_by.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="narrow_by_set.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="nav-item-bg.gif" hash="b7e4f30aa305978bee33c54ec21c5952"/><file name="navigation-bg.gif" hash="efa2bc5607c5db78310586fd1a5ae313"/><file name="navigation-div.gif" hash="3f95ca13f1d1c446434a0a65cbe63369"/><file name="note_msg_icon.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="payments.gif" hash="7db8b7d9800fdfbbbe5b9c3f8eeeb79c"/><file name="pipe-blue.gif" hash="e24f957eed646398c2e38ee2a0148ed8"/><file name="pipe-gray.gif" hash="0d85757f7ac118d5fd721e4ff6c09085"/><file name="place_order_bg.gif" hash="0e6bdf6280452a101c1924ce68669a2e"/><file name="place_order_container_bg.gif" hash="8eebd513ac0d9c02cc566cff649799ce"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="search_btn.gif" hash="1f80fa2ac5db05ed6622e5ae40644a6d"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="slider1.jpg" hash="55a8ad759d0b0728f5170e7004342715"/><file name="slider2.jpg" hash="b2586ffefa12895e12f47687d8934970"/><file name="slider3.jpg" hash="7eeadfb4345460f010dd3a99ee8ed7b7"/><file name="slider4.jpg" hash="9a74e57abea85318f7c395f58cafbf07"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="trans.png" hash="ca23069433bf4e4e96eb436ae035800c"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name="white_pipe.gif" hash="e60a61a6985774108f370a433b09f175"/></dir><dir name="js"><file name="dropdown.js" hash="436b1bd77db6fdb1c206b874cf46dc45"/><file name="glider.js" hash="ff0c6d92699db1f3474d96510865a6e3"/><file name="slider.js" hash="38f9efc936498664bd09bfaf6dbd8b34"/></dir></dir></dir><dir name="f002_grey"><dir><dir name="css"><file name="custom.css" hash="a5b73b39ba7421b8b583bdebdcd86d5d"/><file name="styles-ie.css" hash="219b74f6377d7a3c40b3615584d221b6"/><file name="styles.css" hash="77b4ca812e85ade348ab2783ac963299"/></dir><dir name="images"><file name="account_nav_on_bg.gif" hash="ad485137604a18b984df7742e1095f7f"/><file name="anext.gif" hash="74dc5b64ac39457381e5c848890bd610"/><file name="aplay.gif" hash="5885536825fc9d80edf15925b3c0fffe"/><file name="aprev.gif" hash="b93972d5789ae32996d2a5c672d2548b"/><file name="astop.gif" hash="35c9a2cffb7c7de05706caafa0e8b46d"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="blue_pipe.gif" hash="f4bad85ef1a74ae1aa8b88525763d814"/><file name="box-content-bg.gif" hash="f5344140a3a9ad4267687b8ec40c5751"/><file name="box-header-bg.gif" hash="e1e109e8f6bfc2f2ccef04769553c60c"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="callout-1.jpg" hash="6b421950d2d89fbb16996c113284be4c"/><file name="callout-2.jpg" hash="9632fd9aefa442bfae0e7ff594c9529f"/><file name="cart-toggle.gif" hash="9880b35d3cd2508fb6911074f5093fe0"/><file name="content-bg.gif" hash="6a1ee984b0a77d66519b3c53e67e0bbc"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="footer-bg.gif" hash="82bf882dcd7f46b6f0835e41a006e9bc"/><file name="gradient-blue.gif" hash="e1e462165458d74b3ee2d3bc9dfc2b3b"/><file name="gradient-gray.gif" hash="7e9e178c812f874ae9204eacc980e132"/><file name="gray-pipe.gif" hash="c3217a74da1b1e57dcdf48a0b73a4eb6"/><file name="grid.gif" hash="16b43ba34d6665e91b104b084b299f74"/><file name="grid.png" hash="8ac3b1bea5765f490538c9a9b6429294"/><file name="h_separator.gif" hash="517e50e00baf219edd50a7cd5eda7a89"/><file name="header-bg.gif" hash="2e6d38a7ca18b1f9031e7f51ce0ddedf"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="icon-cart.gif" hash="3662c5983e98885ccddf06d2683c9011"/><file name="icon-zoom.gif" hash="c03975193a4a716adb822988e20bd54b"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="logo.gif" hash="db2362c7c9e95065e490cde2022413a9"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="media"><file name="col_left_callout-1.jpg" hash="6b421950d2d89fbb16996c113284be4c"/><file name="col_left_callout-2.jpg" hash="9632fd9aefa442bfae0e7ff594c9529f"/></dir><file name="narrow_by_li_by.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="narrow_by_set.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="nav-item-bg.gif" hash="61e8c43463991342f31a340dc588ef1b"/><file name="navigation-bg.gif" hash="efa2bc5607c5db78310586fd1a5ae313"/><file name="navigation-div.gif" hash="3f95ca13f1d1c446434a0a65cbe63369"/><file name="note_msg_icon.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="payments.gif" hash="7db8b7d9800fdfbbbe5b9c3f8eeeb79c"/><file name="pipe-blue.gif" hash="f4bad85ef1a74ae1aa8b88525763d814"/><file name="pipe-gray.gif" hash="0d85757f7ac118d5fd721e4ff6c09085"/><file name="place_order_bg.gif" hash="0e6bdf6280452a101c1924ce68669a2e"/><file name="place_order_container_bg.gif" hash="8eebd513ac0d9c02cc566cff649799ce"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="search_btn.gif" hash="485c26d71ba73a1f00cf5d85ba247466"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="slider1.jpg" hash="55a8ad759d0b0728f5170e7004342715"/><file name="slider2.jpg" hash="b2586ffefa12895e12f47687d8934970"/><file name="slider3.jpg" hash="7eeadfb4345460f010dd3a99ee8ed7b7"/><file name="slider4.jpg" hash="9a74e57abea85318f7c395f58cafbf07"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="trans.png" hash="ca23069433bf4e4e96eb436ae035800c"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name="white_pipe.gif" hash="e60a61a6985774108f370a433b09f175"/></dir><dir name="js"><file name="dropdown.js" hash="436b1bd77db6fdb1c206b874cf46dc45"/><file name="glider.js" hash="ff0c6d92699db1f3474d96510865a6e3"/><file name="slider.js" hash="38f9efc936498664bd09bfaf6dbd8b34"/></dir></dir></dir><dir name="f002_orange"><dir><dir name="css"><file name="custom.css" hash="83bf7df6235adc397a02bed763500acc"/><file name="styles-ie.css" hash="219b74f6377d7a3c40b3615584d221b6"/><file name="styles.css" hash="77b4ca812e85ade348ab2783ac963299"/></dir><dir name="images"><file name="account_nav_on_bg.gif" hash="ad485137604a18b984df7742e1095f7f"/><file name="anext.gif" hash="74dc5b64ac39457381e5c848890bd610"/><file name="aplay.gif" hash="5885536825fc9d80edf15925b3c0fffe"/><file name="aprev.gif" hash="b93972d5789ae32996d2a5c672d2548b"/><file name="astop.gif" hash="35c9a2cffb7c7de05706caafa0e8b46d"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="blue_pipe.gif" hash="23520e6f6b361e866c692cb08bfa7b5b"/><file name="box-content-bg.gif" hash="f5344140a3a9ad4267687b8ec40c5751"/><file name="box-header-bg.gif" hash="e1e109e8f6bfc2f2ccef04769553c60c"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="callout-1.jpg" hash="197ea03d8b98aa12cdcc820d466bc6af"/><file name="callout-2.jpg" hash="5f4964c75b1f275ddb03697995611148"/><file name="cart-toggle.gif" hash="402bda22c7819f67968419bd7ca87393"/><file name="content-bg.gif" hash="d21f8f720c29c457be008fdd8d1fbbcf"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="footer-bg.gif" hash="82bf882dcd7f46b6f0835e41a006e9bc"/><file name="gradient-blue.gif" hash="e1e462165458d74b3ee2d3bc9dfc2b3b"/><file name="gradient-gray.gif" hash="7e9e178c812f874ae9204eacc980e132"/><file name="gray-pipe.gif" hash="c3217a74da1b1e57dcdf48a0b73a4eb6"/><file name="grid.gif" hash="16b43ba34d6665e91b104b084b299f74"/><file name="grid.png" hash="8ac3b1bea5765f490538c9a9b6429294"/><file name="h_separator.gif" hash="517e50e00baf219edd50a7cd5eda7a89"/><file name="header-bg.gif" hash="40276560c7a351d9225f673f9c11d7f2"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="icon-cart.gif" hash="738eb5bb393ed6842e3f99ab78a3d7f7"/><file name="icon-zoom.gif" hash="3ee8fd6c68a166f332b482d66e641125"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="logo.gif" hash="8991904139705a3cb8c70bfa59183fa5"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="media"><file name="col_left_callout-1.jpg" hash="197ea03d8b98aa12cdcc820d466bc6af"/><file name="col_left_callout-2.jpg" hash="5f4964c75b1f275ddb03697995611148"/></dir><file name="narrow_by_li_by.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="narrow_by_set.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="nav-item-bg.gif" hash="faf197d9e5d1fa6059a9d7ac0c05ca0b"/><file name="navigation-bg.gif" hash="efa2bc5607c5db78310586fd1a5ae313"/><file name="navigation-div.gif" hash="3f95ca13f1d1c446434a0a65cbe63369"/><file name="note_msg_icon.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="payments.gif" hash="7db8b7d9800fdfbbbe5b9c3f8eeeb79c"/><file name="pipe-blue.gif" hash="e24f957eed646398c2e38ee2a0148ed8"/><file name="pipe-gray.gif" hash="0d85757f7ac118d5fd721e4ff6c09085"/><file name="place_order_bg.gif" hash="0e6bdf6280452a101c1924ce68669a2e"/><file name="place_order_container_bg.gif" hash="8eebd513ac0d9c02cc566cff649799ce"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="search_btn.gif" hash="3541e9ab6f04513e6a405403634d67a7"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="slider1.jpg" hash="55a8ad759d0b0728f5170e7004342715"/><file name="slider2.jpg" hash="b2586ffefa12895e12f47687d8934970"/><file name="slider3.jpg" hash="7eeadfb4345460f010dd3a99ee8ed7b7"/><file name="slider4.jpg" hash="9a74e57abea85318f7c395f58cafbf07"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="trans.png" hash="ca23069433bf4e4e96eb436ae035800c"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name="white_pipe.gif" hash="e60a61a6985774108f370a433b09f175"/></dir><dir name="js"><file name="dropdown.js" hash="436b1bd77db6fdb1c206b874cf46dc45"/><file name="glider.js" hash="ff0c6d92699db1f3474d96510865a6e3"/><file name="slider.js" hash="38f9efc936498664bd09bfaf6dbd8b34"/></dir></dir></dir><dir name="f002_pink"><dir><dir name="css"><file name="custom.css" hash="0818a33019a4e6f5588249ab5fd83ba1"/><file name="styles-ie.css" hash="219b74f6377d7a3c40b3615584d221b6"/><file name="styles.css" hash="77b4ca812e85ade348ab2783ac963299"/></dir><dir name="images"><file name="account_nav_on_bg.gif" hash="ad485137604a18b984df7742e1095f7f"/><file name="anext.gif" hash="74dc5b64ac39457381e5c848890bd610"/><file name="aplay.gif" hash="5885536825fc9d80edf15925b3c0fffe"/><file name="aprev.gif" hash="b93972d5789ae32996d2a5c672d2548b"/><file name="astop.gif" hash="35c9a2cffb7c7de05706caafa0e8b46d"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="blue_pipe.gif" hash="e9c860def535a27166cc62c866cc3d1e"/><file name="box-content-bg.gif" hash="f5344140a3a9ad4267687b8ec40c5751"/><file name="box-header-bg.gif" hash="e1e109e8f6bfc2f2ccef04769553c60c"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="callout-1.jpg" hash="7811c20ee99c3ddac45858b5ead370c0"/><file name="callout-2.jpg" hash="917bf5c11bc7c193f63c3dae3eddc67f"/><file name="cart-toggle.gif" hash="402bda22c7819f67968419bd7ca87393"/><file name="content-bg.gif" hash="15537279a7071ba17053a127721c6382"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="footer-bg.gif" hash="82bf882dcd7f46b6f0835e41a006e9bc"/><file name="gradient-blue.gif" hash="e1e462165458d74b3ee2d3bc9dfc2b3b"/><file name="gradient-gray.gif" hash="7e9e178c812f874ae9204eacc980e132"/><file name="gray-pipe.gif" hash="c3217a74da1b1e57dcdf48a0b73a4eb6"/><file name="grid.gif" hash="16b43ba34d6665e91b104b084b299f74"/><file name="grid.png" hash="8ac3b1bea5765f490538c9a9b6429294"/><file name="h_separator.gif" hash="517e50e00baf219edd50a7cd5eda7a89"/><file name="header-bg.gif" hash="654b03f24a81894230318c2e5fbe0cf0"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="icon-cart.gif" hash="738eb5bb393ed6842e3f99ab78a3d7f7"/><file name="icon-zoom.gif" hash="0aebb5ef53d8964e81668dd0f61edc3f"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="logo.gif" hash="7420ace7c078f71ceda41c0c1d8c6ebe"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="media"><file name="col_left_callout-1.jpg" hash="7811c20ee99c3ddac45858b5ead370c0"/><file name="col_left_callout-2.jpg" hash="917bf5c11bc7c193f63c3dae3eddc67f"/></dir><file name="narrow_by_li_by.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="narrow_by_set.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="nav-item-bg.gif" hash="08ec13c4296dc23b963c3388fc5697ed"/><file name="navigation-bg.gif" hash="efa2bc5607c5db78310586fd1a5ae313"/><file name="navigation-div.gif" hash="3f95ca13f1d1c446434a0a65cbe63369"/><file name="note_msg_icon.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="payments.gif" hash="7db8b7d9800fdfbbbe5b9c3f8eeeb79c"/><file name="pipe-blue.gif" hash="e24f957eed646398c2e38ee2a0148ed8"/><file name="pipe-gray.gif" hash="0d85757f7ac118d5fd721e4ff6c09085"/><file name="place_order_bg.gif" hash="0e6bdf6280452a101c1924ce68669a2e"/><file name="place_order_container_bg.gif" hash="8eebd513ac0d9c02cc566cff649799ce"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="search_btn.gif" hash="f4fa305384bbcc2d5e384ad632c54a53"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="slider1.jpg" hash="55a8ad759d0b0728f5170e7004342715"/><file name="slider2.jpg" hash="b2586ffefa12895e12f47687d8934970"/><file name="slider3.jpg" hash="7eeadfb4345460f010dd3a99ee8ed7b7"/><file name="slider4.jpg" hash="9a74e57abea85318f7c395f58cafbf07"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="trans.png" hash="ca23069433bf4e4e96eb436ae035800c"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name="white_pipe.gif" hash="e60a61a6985774108f370a433b09f175"/></dir><dir name="js"><file name="dropdown.js" hash="436b1bd77db6fdb1c206b874cf46dc45"/><file name="glider.js" hash="ff0c6d92699db1f3474d96510865a6e3"/><file name="slider.js" hash="38f9efc936498664bd09bfaf6dbd8b34"/></dir></dir></dir><dir name="f002_red"><dir><dir name="css"><file name="custom.css" hash="7993ac34b61467a71f90e462c557c5c6"/><file name="styles-ie.css" hash="219b74f6377d7a3c40b3615584d221b6"/><file name="styles.css" hash="77b4ca812e85ade348ab2783ac963299"/></dir><dir name="images"><file name="account_nav_on_bg.gif" hash="ad485137604a18b984df7742e1095f7f"/><file name="anext.gif" hash="74dc5b64ac39457381e5c848890bd610"/><file name="aplay.gif" hash="5885536825fc9d80edf15925b3c0fffe"/><file name="aprev.gif" hash="b93972d5789ae32996d2a5c672d2548b"/><file name="astop.gif" hash="35c9a2cffb7c7de05706caafa0e8b46d"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="blue_pipe.gif" hash="e0ee80e47b8bb39cec4851f3d1ffad6e"/><file name="box-content-bg.gif" hash="f5344140a3a9ad4267687b8ec40c5751"/><file name="box-header-bg.gif" hash="e1e109e8f6bfc2f2ccef04769553c60c"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="callout-1.jpg" hash="769a91f919f30e1fbc424b4b777bc80a"/><file name="callout-2.jpg" hash="c8d6b1e2d5b609c6181fc3a4834012eb"/><file name="cart-toggle.gif" hash="402bda22c7819f67968419bd7ca87393"/><file name="content-bg.gif" hash="dffb2b208be12f431cc38f44c000684d"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="footer-bg.gif" hash="82bf882dcd7f46b6f0835e41a006e9bc"/><file name="gradient-blue.gif" hash="e1e462165458d74b3ee2d3bc9dfc2b3b"/><file name="gradient-gray.gif" hash="7e9e178c812f874ae9204eacc980e132"/><file name="gray-pipe.gif" hash="c3217a74da1b1e57dcdf48a0b73a4eb6"/><file name="grid.gif" hash="16b43ba34d6665e91b104b084b299f74"/><file name="grid.png" hash="8ac3b1bea5765f490538c9a9b6429294"/><file name="h_separator.gif" hash="517e50e00baf219edd50a7cd5eda7a89"/><file name="header-bg.gif" hash="8fd395c75daf70e0dcbe71aac4bf4a7e"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="icon-cart.gif" hash="738eb5bb393ed6842e3f99ab78a3d7f7"/><file name="icon-zoom.gif" hash="75c6d3bcd6c936b1572ba93972e736e9"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="logo.gif" hash="934c35a01c77d6c392bc1cfd3d8efbbe"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="media"><file name="col_left_callout-1.jpg" hash="769a91f919f30e1fbc424b4b777bc80a"/><file name="col_left_callout-2.jpg" hash="c8d6b1e2d5b609c6181fc3a4834012eb"/></dir><file name="narrow_by_li_by.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="narrow_by_set.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="nav-item-bg.gif" hash="96999ffcc08e11af5bca4aa7f58e23c7"/><file name="navigation-bg.gif" hash="efa2bc5607c5db78310586fd1a5ae313"/><file name="navigation-div.gif" hash="3f95ca13f1d1c446434a0a65cbe63369"/><file name="note_msg_icon.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="payments.gif" hash="7db8b7d9800fdfbbbe5b9c3f8eeeb79c"/><file name="pipe-blue.gif" hash="e24f957eed646398c2e38ee2a0148ed8"/><file name="pipe-gray.gif" hash="0d85757f7ac118d5fd721e4ff6c09085"/><file name="place_order_bg.gif" hash="0e6bdf6280452a101c1924ce68669a2e"/><file name="place_order_container_bg.gif" hash="8eebd513ac0d9c02cc566cff649799ce"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="search_btn.gif" hash="1f622bf0fdd4f1ce551c43372019683a"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="slider1.jpg" hash="55a8ad759d0b0728f5170e7004342715"/><file name="slider2.jpg" hash="b2586ffefa12895e12f47687d8934970"/><file name="slider3.jpg" hash="7eeadfb4345460f010dd3a99ee8ed7b7"/><file name="slider4.jpg" hash="9a74e57abea85318f7c395f58cafbf07"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="trans.png" hash="ca23069433bf4e4e96eb436ae035800c"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name="white_pipe.gif" hash="e60a61a6985774108f370a433b09f175"/></dir><dir name="js"><file name="dropdown.js" hash="436b1bd77db6fdb1c206b874cf46dc45"/><file name="glider.js" hash="ff0c6d92699db1f3474d96510865a6e3"/><file name="slider.js" hash="38f9efc936498664bd09bfaf6dbd8b34"/></dir></dir></dir><dir name="f002_sea_green"><dir><dir name="css"><file name="custom.css" hash="4b2e0c845d96eadf387b3052c04d46cf"/><file name="styles-ie.css" hash="219b74f6377d7a3c40b3615584d221b6"/><file name="styles.css" hash="77b4ca812e85ade348ab2783ac963299"/></dir><dir name="images"><file name="account_nav_on_bg.gif" hash="ad485137604a18b984df7742e1095f7f"/><file name="anext.gif" hash="74dc5b64ac39457381e5c848890bd610"/><file name="aplay.gif" hash="5885536825fc9d80edf15925b3c0fffe"/><file name="aprev.gif" hash="b93972d5789ae32996d2a5c672d2548b"/><file name="astop.gif" hash="35c9a2cffb7c7de05706caafa0e8b46d"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="blue_pipe.gif" hash="d8fc3eac58e7371a5fb213d570fa1931"/><file name="box-content-bg.gif" hash="f5344140a3a9ad4267687b8ec40c5751"/><file name="box-header-bg.gif" hash="e1e109e8f6bfc2f2ccef04769553c60c"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="callout-1.jpg" hash="67849dfcc0fbcde92d19456bf9d97749"/><file name="callout-2.jpg" hash="6027f7a4145af6d4e7ca8a7601c573c4"/><file name="cart-toggle.gif" hash="402bda22c7819f67968419bd7ca87393"/><file name="content-bg.gif" hash="1838e52b6986f42acb3b44a1aed65c39"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="footer-bg.gif" hash="82bf882dcd7f46b6f0835e41a006e9bc"/><file name="gradient-blue.gif" hash="e1e462165458d74b3ee2d3bc9dfc2b3b"/><file name="gradient-gray.gif" hash="7e9e178c812f874ae9204eacc980e132"/><file name="gray-pipe.gif" hash="c3217a74da1b1e57dcdf48a0b73a4eb6"/><file name="grid.gif" hash="16b43ba34d6665e91b104b084b299f74"/><file name="grid.png" hash="8ac3b1bea5765f490538c9a9b6429294"/><file name="h_separator.gif" hash="517e50e00baf219edd50a7cd5eda7a89"/><file name="header-bg.gif" hash="e4cf4a3df40b4b48b7d9c546bd47af83"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="icon-cart.gif" hash="738eb5bb393ed6842e3f99ab78a3d7f7"/><file name="icon-zoom.gif" hash="33e8743e2ecc0f40e14bf30e33bff816"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="logo.gif" hash="52fd8c02fcfe78601e2efd7c4ec5f7d5"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="media"><file name="col_left_callout-1.jpg" hash="67849dfcc0fbcde92d19456bf9d97749"/><file name="col_left_callout-2.jpg" hash="6027f7a4145af6d4e7ca8a7601c573c4"/></dir><file name="narrow_by_li_by.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="narrow_by_set.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="nav-item-bg.gif" hash="fa7feb9f2b99dac2d78fbd21dd27dd77"/><file name="navigation-bg.gif" hash="efa2bc5607c5db78310586fd1a5ae313"/><file name="navigation-div.gif" hash="3f95ca13f1d1c446434a0a65cbe63369"/><file name="note_msg_icon.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="payments.gif" hash="7db8b7d9800fdfbbbe5b9c3f8eeeb79c"/><file name="pipe-blue.gif" hash="e24f957eed646398c2e38ee2a0148ed8"/><file name="pipe-gray.gif" hash="0d85757f7ac118d5fd721e4ff6c09085"/><file name="place_order_bg.gif" hash="0e6bdf6280452a101c1924ce68669a2e"/><file name="place_order_container_bg.gif" hash="8eebd513ac0d9c02cc566cff649799ce"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="search_btn.gif" hash="786b97e4f853e9e98b55c268a903cb5a"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="slider1.jpg" hash="55a8ad759d0b0728f5170e7004342715"/><file name="slider2.jpg" hash="b2586ffefa12895e12f47687d8934970"/><file name="slider3.jpg" hash="7eeadfb4345460f010dd3a99ee8ed7b7"/><file name="slider4.jpg" hash="9a74e57abea85318f7c395f58cafbf07"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="trans.png" hash="ca23069433bf4e4e96eb436ae035800c"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name="white_pipe.gif" hash="e60a61a6985774108f370a433b09f175"/></dir><dir name="js"><file name="dropdown.js" hash="436b1bd77db6fdb1c206b874cf46dc45"/><file name="glider.js" hash="ff0c6d92699db1f3474d96510865a6e3"/><file name="slider.js" hash="38f9efc936498664bd09bfaf6dbd8b34"/></dir></dir></dir><dir name="f002_silver"><dir><dir name="css"><file name="custom.css" hash="c1664ce7157ef3711ac83ed929f1ea83"/><file name="styles-ie.css" hash="219b74f6377d7a3c40b3615584d221b6"/><file name="styles.css" hash="77b4ca812e85ade348ab2783ac963299"/></dir><dir name="images"><file name="account_nav_on_bg.gif" hash="ad485137604a18b984df7742e1095f7f"/><file name="anext.gif" hash="74dc5b64ac39457381e5c848890bd610"/><file name="aplay.gif" hash="5885536825fc9d80edf15925b3c0fffe"/><file name="aprev.gif" hash="b93972d5789ae32996d2a5c672d2548b"/><file name="astop.gif" hash="35c9a2cffb7c7de05706caafa0e8b46d"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="blue_pipe.gif" hash="f4bad85ef1a74ae1aa8b88525763d814"/><file name="box-content-bg.gif" hash="f5344140a3a9ad4267687b8ec40c5751"/><file name="box-header-bg.gif" hash="e1e109e8f6bfc2f2ccef04769553c60c"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="callout-1.jpg" hash="6b421950d2d89fbb16996c113284be4c"/><file name="callout-2.jpg" hash="9632fd9aefa442bfae0e7ff594c9529f"/><file name="cart-toggle.gif" hash="9880b35d3cd2508fb6911074f5093fe0"/><file name="content-bg.gif" hash="61e541f4ce85fdad95827f17fd1ac823"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="footer-bg.gif" hash="72082f1de23061c1b100f9a05d48f54c"/><file name="gradient-blue.gif" hash="e1e462165458d74b3ee2d3bc9dfc2b3b"/><file name="gradient-gray.gif" hash="7e9e178c812f874ae9204eacc980e132"/><file name="gray-pipe.gif" hash="c3217a74da1b1e57dcdf48a0b73a4eb6"/><file name="grid.gif" hash="16b43ba34d6665e91b104b084b299f74"/><file name="grid.png" hash="8ac3b1bea5765f490538c9a9b6429294"/><file name="h_separator.gif" hash="517e50e00baf219edd50a7cd5eda7a89"/><file name="header-bg.gif" hash="2502e6033c91ef0daf8398e5ced52099"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="icon-cart.gif" hash="3662c5983e98885ccddf06d2683c9011"/><file name="icon-zoom.gif" hash="6f579a6cfe226defa31a6018f5be9110"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="logo.gif" hash="1df7d51be3761106692fe500fa4d1b7d"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="media"><file name="col_left_callout-1.jpg" hash="6b421950d2d89fbb16996c113284be4c"/><file name="col_left_callout-2.jpg" hash="9632fd9aefa442bfae0e7ff594c9529f"/></dir><file name="narrow_by_li_by.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="narrow_by_set.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="nav-item-bg.gif" hash="d11dfc4090c516dc83b95bd140cde94c"/><file name="navigation-bg.gif" hash="efa2bc5607c5db78310586fd1a5ae313"/><file name="navigation-div.gif" hash="3f95ca13f1d1c446434a0a65cbe63369"/><file name="note_msg_icon.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="payments.gif" hash="318ad3accd55fe23dccc6e1bac259f63"/><file name="pipe-blue.gif" hash="f4bad85ef1a74ae1aa8b88525763d814"/><file name="pipe-gray.gif" hash="9a83ae6d241f89f98ff0ea92659f3a25"/><file name="place_order_bg.gif" hash="0e6bdf6280452a101c1924ce68669a2e"/><file name="place_order_container_bg.gif" hash="8eebd513ac0d9c02cc566cff649799ce"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="search_btn.gif" hash="306df7dff378e81cdff60745a8171fe1"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="slider1.jpg" hash="55a8ad759d0b0728f5170e7004342715"/><file name="slider2.jpg" hash="b2586ffefa12895e12f47687d8934970"/><file name="slider3.jpg" hash="7eeadfb4345460f010dd3a99ee8ed7b7"/><file name="slider4.jpg" hash="9a74e57abea85318f7c395f58cafbf07"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="trans.png" hash="ca23069433bf4e4e96eb436ae035800c"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name="white_pipe.gif" hash="e60a61a6985774108f370a433b09f175"/></dir><dir name="js"><file name="dropdown.js" hash="436b1bd77db6fdb1c206b874cf46dc45"/><file name="glider.js" hash="ff0c6d92699db1f3474d96510865a6e3"/><file name="slider.js" hash="38f9efc936498664bd09bfaf6dbd8b34"/></dir></dir></dir><dir name="f002_violet"><dir><dir name="css"><file name="custom.css" hash="73cf0b709e850bef3ea116de04607117"/><file name="styles-ie.css" hash="219b74f6377d7a3c40b3615584d221b6"/><file name="styles.css" hash="77b4ca812e85ade348ab2783ac963299"/></dir><dir name="images"><file name="account_nav_on_bg.gif" hash="ad485137604a18b984df7742e1095f7f"/><file name="anext.gif" hash="74dc5b64ac39457381e5c848890bd610"/><file name="aplay.gif" hash="5885536825fc9d80edf15925b3c0fffe"/><file name="aprev.gif" hash="b93972d5789ae32996d2a5c672d2548b"/><file name="astop.gif" hash="35c9a2cffb7c7de05706caafa0e8b46d"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="blue_pipe.gif" hash="c941dfbb96f976780ffc3c27d24a566d"/><file name="box-content-bg.gif" hash="f5344140a3a9ad4267687b8ec40c5751"/><file name="box-header-bg.gif" hash="e1e109e8f6bfc2f2ccef04769553c60c"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="callout-1.jpg" hash="e84ad310d728d1ae9ccd3ac7fb0bc56d"/><file name="callout-2.jpg" hash="044d19033aaf4a047c3c1ef5b1bbe07b"/><file name="cart-toggle.gif" hash="402bda22c7819f67968419bd7ca87393"/><file name="content-bg.gif" hash="546656bc4314c77a6515f9ab0dc263aa"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="footer-bg.gif" hash="82bf882dcd7f46b6f0835e41a006e9bc"/><file name="gradient-blue.gif" hash="e1e462165458d74b3ee2d3bc9dfc2b3b"/><file name="gradient-gray.gif" hash="7e9e178c812f874ae9204eacc980e132"/><file name="gray-pipe.gif" hash="c3217a74da1b1e57dcdf48a0b73a4eb6"/><file name="grid.gif" hash="16b43ba34d6665e91b104b084b299f74"/><file name="grid.png" hash="8ac3b1bea5765f490538c9a9b6429294"/><file name="h_separator.gif" hash="517e50e00baf219edd50a7cd5eda7a89"/><file name="header-bg.gif" hash="cb911b0ecba9dcf17bcab192866e1413"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="icon-cart.gif" hash="738eb5bb393ed6842e3f99ab78a3d7f7"/><file name="icon-zoom.gif" hash="8a1aa205a96aa94478eb484b83840b72"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="logo.gif" hash="ef893f0e4f9229dfa15ffdc989d05061"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="media"><file name="col_left_callout-1.jpg" hash="e84ad310d728d1ae9ccd3ac7fb0bc56d"/><file name="col_left_callout-2.jpg" hash="044d19033aaf4a047c3c1ef5b1bbe07b"/></dir><file name="narrow_by_li_by.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="narrow_by_set.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="nav-item-bg.gif" hash="4abe827dfcdd1847b5e94eb2983508b4"/><file name="navigation-bg.gif" hash="efa2bc5607c5db78310586fd1a5ae313"/><file name="navigation-div.gif" hash="3f95ca13f1d1c446434a0a65cbe63369"/><file name="note_msg_icon.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="payments.gif" hash="7db8b7d9800fdfbbbe5b9c3f8eeeb79c"/><file name="pipe-blue.gif" hash="c941dfbb96f976780ffc3c27d24a566d"/><file name="pipe-gray.gif" hash="0d85757f7ac118d5fd721e4ff6c09085"/><file name="place_order_bg.gif" hash="0e6bdf6280452a101c1924ce68669a2e"/><file name="place_order_container_bg.gif" hash="8eebd513ac0d9c02cc566cff649799ce"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="search_btn.gif" hash="e7a4924ea87b5c8bfd4dd5cc8eebcb7e"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="slider1.jpg" hash="55a8ad759d0b0728f5170e7004342715"/><file name="slider2.jpg" hash="b2586ffefa12895e12f47687d8934970"/><file name="slider3.jpg" hash="7eeadfb4345460f010dd3a99ee8ed7b7"/><file name="slider4.jpg" hash="9a74e57abea85318f7c395f58cafbf07"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="trans.png" hash="ca23069433bf4e4e96eb436ae035800c"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name="white_pipe.gif" hash="e60a61a6985774108f370a433b09f175"/></dir><dir name="js"><file name="dropdown.js" hash="436b1bd77db6fdb1c206b874cf46dc45"/><file name="glider.js" hash="ff0c6d92699db1f3474d96510865a6e3"/><file name="slider.js" hash="38f9efc936498664bd09bfaf6dbd8b34"/></dir></dir></dir><dir name="f002_yellow"><dir><dir name="css"><file name="custom.css" hash="388d27c49c81748f93432a6a5641afca"/><file name="styles-ie.css" hash="219b74f6377d7a3c40b3615584d221b6"/><file name="styles.css" hash="77b4ca812e85ade348ab2783ac963299"/></dir><dir name="images"><file name="account_nav_on_bg.gif" hash="ad485137604a18b984df7742e1095f7f"/><file name="anext.gif" hash="74dc5b64ac39457381e5c848890bd610"/><file name="aplay.gif" hash="5885536825fc9d80edf15925b3c0fffe"/><file name="aprev.gif" hash="b93972d5789ae32996d2a5c672d2548b"/><file name="astop.gif" hash="35c9a2cffb7c7de05706caafa0e8b46d"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="blue_pipe.gif" hash="8340611c27fd11044649ae3af9dbba66"/><file name="box-content-bg.gif" hash="f5344140a3a9ad4267687b8ec40c5751"/><file name="box-header-bg.gif" hash="e1e109e8f6bfc2f2ccef04769553c60c"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="callout-1.jpg" hash="7568d6a28f1bb5112487b27aed74c4bc"/><file name="callout-2.jpg" hash="c620d9864b6322901d832ef501a8d361"/><file name="cart-toggle.gif" hash="402bda22c7819f67968419bd7ca87393"/><file name="content-bg.gif" hash="e8e713e803cd7926358c2151ce646165"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="footer-bg.gif" hash="82bf882dcd7f46b6f0835e41a006e9bc"/><file name="gradient-blue.gif" hash="e1e462165458d74b3ee2d3bc9dfc2b3b"/><file name="gradient-gray.gif" hash="7e9e178c812f874ae9204eacc980e132"/><file name="gray-pipe.gif" hash="c3217a74da1b1e57dcdf48a0b73a4eb6"/><file name="grid.gif" hash="16b43ba34d6665e91b104b084b299f74"/><file name="grid.png" hash="8ac3b1bea5765f490538c9a9b6429294"/><file name="h_separator.gif" hash="517e50e00baf219edd50a7cd5eda7a89"/><file name="header-bg.gif" hash="73b2dbaeb86238c9941e69eea947fcd9"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="icon-cart.gif" hash="738eb5bb393ed6842e3f99ab78a3d7f7"/><file name="icon-zoom.gif" hash="9b1c52b4650797586a9f2b768fc33a76"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="logo.gif" hash="8cb7f692c7dc7b7298fd0965e65c401a"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="media"><file name="col_left_callout-1.jpg" hash="7568d6a28f1bb5112487b27aed74c4bc"/><file name="col_left_callout-2.jpg" hash="c620d9864b6322901d832ef501a8d361"/></dir><file name="narrow_by_li_by.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="narrow_by_set.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="nav-item-bg.gif" hash="6824e3ddbed45f2c52925ccfa46c8dc7"/><file name="navigation-bg.gif" hash="efa2bc5607c5db78310586fd1a5ae313"/><file name="navigation-div.gif" hash="3f95ca13f1d1c446434a0a65cbe63369"/><file name="note_msg_icon.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="payments.gif" hash="7db8b7d9800fdfbbbe5b9c3f8eeeb79c"/><file name="pipe-blue.gif" hash="8340611c27fd11044649ae3af9dbba66"/><file name="pipe-gray.gif" hash="0d85757f7ac118d5fd721e4ff6c09085"/><file name="place_order_bg.gif" hash="0e6bdf6280452a101c1924ce68669a2e"/><file name="place_order_container_bg.gif" hash="8eebd513ac0d9c02cc566cff649799ce"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="search_btn.gif" hash="d26292a88c5b653cfd24a1a352218ad7"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="slider1.jpg" hash="55a8ad759d0b0728f5170e7004342715"/><file name="slider2.jpg" hash="b2586ffefa12895e12f47687d8934970"/><file name="slider3.jpg" hash="7eeadfb4345460f010dd3a99ee8ed7b7"/><file name="slider4.jpg" hash="9a74e57abea85318f7c395f58cafbf07"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="trans.png" hash="ca23069433bf4e4e96eb436ae035800c"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name="white_pipe.gif" hash="e60a61a6985774108f370a433b09f175"/></dir><dir name="js"><file name="dropdown.js" hash="436b1bd77db6fdb1c206b874cf46dc45"/><file name="glider.js" hash="ff0c6d92699db1f3474d96510865a6e3"/><file name="slider.js" hash="38f9efc936498664bd09bfaf6dbd8b34"/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="f002"><dir><dir name="layout"><file name="catalog.xml" hash="7133f7a4b608745af6a6d80f2479a010"/><file name="checkout.xml" hash="a6a123301830d2bed5a2038a0677d8fc"/><file name="newsletter.xml" hash="e40853901d842822161ab6bf809b4781"/><file name="page.xml" hash="5f7589ccd390fd212f2bf101dd50f899"/><file name="tag.xml" hash="7de9486fcb3233b44c820765f58f75a5"/></dir><dir name="locale"><dir name="en_US"><file name="translate.csv" hash="0e23b6d3bf659eaaae8504b2935d3925"/></dir></dir><dir name="template"><dir name="callouts"><file name="left_col.phtml" hash="1721cd51f4cc23a8c81c5b7cdef7feb9"/><file name="right_col.phtml" hash="1721cd51f4cc23a8c81c5b7cdef7feb9"/></dir><dir name="catalog"><dir name="navigation"><file name="sidebar.phtml" hash="9f49ad7f1477ad60103acfc961081319"/><file name="top.phtml" hash="46887e1721ae40b972f84f92aa55cbea"/></dir><dir name="product"><file name="new.phtml" hash="325e84e1e8bd746bd5c08a8ed668f84e"/><file name="view.phtml" hash="db5798e68c482e81fba36b37caa1b005"/></dir></dir><dir name="catalogsearch"><file name="form.mini.phtml" hash="583a8ec5c9ca4385dda76182f0500c54"/></dir><dir name="checkout"><dir name="cart"><file name="header.cart.phtml" hash="d4cd95229a877620518153d818274d04"/></dir></dir><dir name="page"><file name="1column.phtml" hash="33a1a10cb7feab1a90640491d9fe8a6d"/><file name="2columns-left.phtml" hash="f596c94bafa1536539825e2b9d88f0c3"/><file name="2columns-right.phtml" hash="31c9d4e4f3e92647a40bc3c2675d1d76"/><file name="3columns.phtml" hash="87eefd8da97011278d30f6a9242bdeca"/><dir name="html"><file name="footer.phtml" hash="4c3be3285eb8d5b2a1161df1a5908073"/><file name="header.phtml" hash="4ce9060483af0dddcf5e15571b839784"/><file name="topmenu.phtml" hash="3905a698d71cdcb9b6f19c3b585c23a8"/></dir></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="TM_Templatef002.xml" hash="ca791a704bc3439f362b281accd2266e"/></dir></target><target name="magelocal"><dir name="TM"><dir name="Templatef002"><dir name="etc"><file name="config.xml" hash="9933efe427b389f89a62aca19555abe0"/></dir></dir></dir></target></contents>
|
23 |
<compatible/>
|
24 |
<dependencies><required><php><min>5.2.0</min><max>7.0.0</max></php></required></dependencies>
|
25 |
</package>
|
skin/frontend/default/f002/css/styles-ie.css
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
@@ -78,8 +78,8 @@ table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff'
|
|
78 |
* html .header-cart { width: 350px; }
|
79 |
* html .icon-cart-infobar { bottom: 5px; }
|
80 |
* html .header-cart .content { bottom: 55px; }
|
81 |
-
* html .highlight-featured { padding: 4px; }
|
82 |
-
* html .col3-layout .col-main {margin-left:2px; width:514px;}
|
83 |
.mini-newsletter input.input-text {margin:6px 6px 0}
|
84 |
* html .mini-search { width: 470px; }
|
85 |
* html .mini-search .input-text { width: 275px; margin-left: 30px; }
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
78 |
* html .header-cart { width: 350px; }
|
79 |
* html .icon-cart-infobar { bottom: 5px; }
|
80 |
* html .header-cart .content { bottom: 55px; }
|
81 |
+
* html .highlight-featured { padding: 4px; }
|
82 |
+
* html .col3-layout .col-main {margin-left:2px; width:514px;}
|
83 |
.mini-newsletter input.input-text {margin:6px 6px 0}
|
84 |
* html .mini-search { width: 470px; }
|
85 |
* html .mini-search .input-text { width: 275px; margin-left: 30px; }
|
skin/frontend/default/f002/css/styles.css
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
@@ -189,11 +189,11 @@ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
|
|
189 |
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
|
190 |
.form-list .input-range input.input-text { width:74px; }
|
191 |
|
192 |
-
.form-list-narrow li { margin-bottom:0; }
|
193 |
.form-list-narrow li .input-box { margin-bottom:6px; }
|
194 |
-
.form-list-narrow li.wide .input-box { width:260px; }
|
195 |
-
.form-list-narrow li.wide input.input-text,
|
196 |
-
.form-list-narrow li.wide textarea { width:254px }
|
197 |
.form-list-narrow li.wide select { width:260px; }
|
198 |
|
199 |
/* Customer */
|
@@ -212,9 +212,6 @@ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
|
|
212 |
.form-list .name-suffix select { width:55px; }
|
213 |
.form-list .name-suffix input.input-text { width:49px; }
|
214 |
|
215 |
-
.form-list .name-middlename { width:70px; }
|
216 |
-
.form-list .name-middlename input.input-text { width:49px; }
|
217 |
-
|
218 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
|
219 |
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
|
220 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
|
@@ -233,16 +230,19 @@ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
|
|
233 |
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
|
234 |
|
235 |
.form-list .customer-name-prefix .name-firstname,
|
236 |
-
.form-list .customer-name-middlename .name-firstname
|
|
|
237 |
|
238 |
.form-list .customer-name-suffix .name-lastname,
|
239 |
.form-list .customer-name-middlename .name-firstname,
|
|
|
240 |
.form-list .customer-name-middlename-suffix .name-firstname,
|
241 |
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
|
242 |
|
243 |
.form-list .customer-name-prefix .name-firstname input.input-text,
|
244 |
.form-list .customer-name-suffix .name-lastname input.input-text,
|
245 |
.form-list .customer-name-middlename .name-firstname input.input-text,
|
|
|
246 |
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
|
247 |
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
|
248 |
|
@@ -495,7 +495,7 @@ tr.summary-details-excluded { font-style:italic; }
|
|
495 |
.global-site-notice .notice-inner .actions { padding-top:10px; }
|
496 |
|
497 |
/* Cookie Notice */
|
498 |
-
.notice-cookie { }
|
499 |
|
500 |
/* Noscript Notice */
|
501 |
.noscript {}
|
@@ -737,6 +737,10 @@ tr.summary-details-excluded { font-style:italic; }
|
|
737 |
.block-poll .answer { font-weight:bold; }
|
738 |
.block-poll .votes { float:right; margin-left:10px; }
|
739 |
|
|
|
|
|
|
|
|
|
740 |
/* Block: Tags */
|
741 |
.block-tags .block-title span { }
|
742 |
.block-tags .block-content ul { margin: 10px; font-size:12px; padding: 0; }
|
@@ -1359,6 +1363,13 @@ tr.summary-details-excluded { font-style:italic; }
|
|
1359 |
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
|
1360 |
.block-progress .cards-list .info-table th { font-weight:normal; }
|
1361 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1362 |
.opc .buttons-set { margin-top:0; padding-top:2em; }
|
1363 |
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
|
1364 |
.opc .buttons-set .back-link small { display:none; }
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
189 |
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
|
190 |
.form-list .input-range input.input-text { width:74px; }
|
191 |
|
192 |
+
.form-list-narrow li { margin-bottom:0; }
|
193 |
.form-list-narrow li .input-box { margin-bottom:6px; }
|
194 |
+
.form-list-narrow li.wide .input-box { width:260px; }
|
195 |
+
.form-list-narrow li.wide input.input-text,
|
196 |
+
.form-list-narrow li.wide textarea { width:254px }
|
197 |
.form-list-narrow li.wide select { width:260px; }
|
198 |
|
199 |
/* Customer */
|
212 |
.form-list .name-suffix select { width:55px; }
|
213 |
.form-list .name-suffix input.input-text { width:49px; }
|
214 |
|
|
|
|
|
|
|
215 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
|
216 |
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
|
217 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
|
230 |
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
|
231 |
|
232 |
.form-list .customer-name-prefix .name-firstname,
|
233 |
+
.form-list .customer-name-middlename .name-firstname,
|
234 |
+
.form-list .customer-name-middlename .name-middlename { width:210px; }
|
235 |
|
236 |
.form-list .customer-name-suffix .name-lastname,
|
237 |
.form-list .customer-name-middlename .name-firstname,
|
238 |
+
.form-list .customer-name-middlename .name-middlename,
|
239 |
.form-list .customer-name-middlename-suffix .name-firstname,
|
240 |
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
|
241 |
|
242 |
.form-list .customer-name-prefix .name-firstname input.input-text,
|
243 |
.form-list .customer-name-suffix .name-lastname input.input-text,
|
244 |
.form-list .customer-name-middlename .name-firstname input.input-text,
|
245 |
+
.form-list .customer-name-middlename .name-middlename input.input-text,
|
246 |
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
|
247 |
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
|
248 |
|
495 |
.global-site-notice .notice-inner .actions { padding-top:10px; }
|
496 |
|
497 |
/* Cookie Notice */
|
498 |
+
.notice-cookie { position:fixed; z-index:9999; width:100%; bottom:0; left:0; margin:0 !important; opacity:0.95; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; /* IE8 */ }
|
499 |
|
500 |
/* Noscript Notice */
|
501 |
.noscript {}
|
737 |
.block-poll .answer { font-weight:bold; }
|
738 |
.block-poll .votes { float:right; margin-left:10px; }
|
739 |
|
740 |
+
/* Block: Orders and Returns */
|
741 |
+
.block-gr-search li { padding:3px 9px; }
|
742 |
+
.block-gr-search button.button span {}
|
743 |
+
|
744 |
/* Block: Tags */
|
745 |
.block-tags .block-title span { }
|
746 |
.block-tags .block-content ul { margin: 10px; font-size:12px; padding: 0; }
|
1363 |
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
|
1364 |
.block-progress .cards-list .info-table th { font-weight:normal; }
|
1365 |
|
1366 |
+
/* show/hide "change" link for progress step depend on complete status
|
1367 |
+
* should be placed in .css file */
|
1368 |
+
.opc-block-progress dt.complete a,
|
1369 |
+
.opc-block-progress dt.complete .separator { display: inline; }
|
1370 |
+
.opc-block-progress dt a,
|
1371 |
+
.opc-block-progress dt .separator { display: none; }
|
1372 |
+
|
1373 |
.opc .buttons-set { margin-top:0; padding-top:2em; }
|
1374 |
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
|
1375 |
.opc .buttons-set .back-link small { display:none; }
|
skin/frontend/default/f002_green/css/styles-ie.css
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
@@ -78,8 +78,8 @@ table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff'
|
|
78 |
* html .header-cart { width: 350px; }
|
79 |
* html .icon-cart-infobar { bottom: 5px; }
|
80 |
* html .header-cart .content { bottom: 55px; }
|
81 |
-
* html .highlight-featured { padding: 4px; }
|
82 |
-
* html .col3-layout .col-main {margin-left:2px; width:514px;}
|
83 |
.mini-newsletter input.input-text {margin:6px 6px 0}
|
84 |
* html .mini-search { width: 470px; }
|
85 |
* html .mini-search .input-text { width: 275px; margin-left: 30px; }
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
78 |
* html .header-cart { width: 350px; }
|
79 |
* html .icon-cart-infobar { bottom: 5px; }
|
80 |
* html .header-cart .content { bottom: 55px; }
|
81 |
+
* html .highlight-featured { padding: 4px; }
|
82 |
+
* html .col3-layout .col-main {margin-left:2px; width:514px;}
|
83 |
.mini-newsletter input.input-text {margin:6px 6px 0}
|
84 |
* html .mini-search { width: 470px; }
|
85 |
* html .mini-search .input-text { width: 275px; margin-left: 30px; }
|
skin/frontend/default/f002_green/css/styles.css
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
@@ -189,11 +189,11 @@ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
|
|
189 |
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
|
190 |
.form-list .input-range input.input-text { width:74px; }
|
191 |
|
192 |
-
.form-list-narrow li { margin-bottom:0; }
|
193 |
.form-list-narrow li .input-box { margin-bottom:6px; }
|
194 |
-
.form-list-narrow li.wide .input-box { width:260px; }
|
195 |
-
.form-list-narrow li.wide input.input-text,
|
196 |
-
.form-list-narrow li.wide textarea { width:254px }
|
197 |
.form-list-narrow li.wide select { width:260px; }
|
198 |
|
199 |
/* Customer */
|
@@ -212,9 +212,6 @@ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
|
|
212 |
.form-list .name-suffix select { width:55px; }
|
213 |
.form-list .name-suffix input.input-text { width:49px; }
|
214 |
|
215 |
-
.form-list .name-middlename { width:70px; }
|
216 |
-
.form-list .name-middlename input.input-text { width:49px; }
|
217 |
-
|
218 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
|
219 |
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
|
220 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
|
@@ -233,16 +230,19 @@ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
|
|
233 |
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
|
234 |
|
235 |
.form-list .customer-name-prefix .name-firstname,
|
236 |
-
.form-list .customer-name-middlename .name-firstname
|
|
|
237 |
|
238 |
.form-list .customer-name-suffix .name-lastname,
|
239 |
.form-list .customer-name-middlename .name-firstname,
|
|
|
240 |
.form-list .customer-name-middlename-suffix .name-firstname,
|
241 |
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
|
242 |
|
243 |
.form-list .customer-name-prefix .name-firstname input.input-text,
|
244 |
.form-list .customer-name-suffix .name-lastname input.input-text,
|
245 |
.form-list .customer-name-middlename .name-firstname input.input-text,
|
|
|
246 |
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
|
247 |
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
|
248 |
|
@@ -495,7 +495,7 @@ tr.summary-details-excluded { font-style:italic; }
|
|
495 |
.global-site-notice .notice-inner .actions { padding-top:10px; }
|
496 |
|
497 |
/* Cookie Notice */
|
498 |
-
.notice-cookie { }
|
499 |
|
500 |
/* Noscript Notice */
|
501 |
.noscript {}
|
@@ -737,6 +737,10 @@ tr.summary-details-excluded { font-style:italic; }
|
|
737 |
.block-poll .answer { font-weight:bold; }
|
738 |
.block-poll .votes { float:right; margin-left:10px; }
|
739 |
|
|
|
|
|
|
|
|
|
740 |
/* Block: Tags */
|
741 |
.block-tags .block-title span { }
|
742 |
.block-tags .block-content ul { margin: 10px; font-size:12px; padding: 0; }
|
@@ -1359,6 +1363,13 @@ tr.summary-details-excluded { font-style:italic; }
|
|
1359 |
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
|
1360 |
.block-progress .cards-list .info-table th { font-weight:normal; }
|
1361 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1362 |
.opc .buttons-set { margin-top:0; padding-top:2em; }
|
1363 |
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
|
1364 |
.opc .buttons-set .back-link small { display:none; }
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
189 |
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
|
190 |
.form-list .input-range input.input-text { width:74px; }
|
191 |
|
192 |
+
.form-list-narrow li { margin-bottom:0; }
|
193 |
.form-list-narrow li .input-box { margin-bottom:6px; }
|
194 |
+
.form-list-narrow li.wide .input-box { width:260px; }
|
195 |
+
.form-list-narrow li.wide input.input-text,
|
196 |
+
.form-list-narrow li.wide textarea { width:254px }
|
197 |
.form-list-narrow li.wide select { width:260px; }
|
198 |
|
199 |
/* Customer */
|
212 |
.form-list .name-suffix select { width:55px; }
|
213 |
.form-list .name-suffix input.input-text { width:49px; }
|
214 |
|
|
|
|
|
|
|
215 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
|
216 |
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
|
217 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
|
230 |
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
|
231 |
|
232 |
.form-list .customer-name-prefix .name-firstname,
|
233 |
+
.form-list .customer-name-middlename .name-firstname,
|
234 |
+
.form-list .customer-name-middlename .name-middlename { width:210px; }
|
235 |
|
236 |
.form-list .customer-name-suffix .name-lastname,
|
237 |
.form-list .customer-name-middlename .name-firstname,
|
238 |
+
.form-list .customer-name-middlename .name-middlename,
|
239 |
.form-list .customer-name-middlename-suffix .name-firstname,
|
240 |
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
|
241 |
|
242 |
.form-list .customer-name-prefix .name-firstname input.input-text,
|
243 |
.form-list .customer-name-suffix .name-lastname input.input-text,
|
244 |
.form-list .customer-name-middlename .name-firstname input.input-text,
|
245 |
+
.form-list .customer-name-middlename .name-middlename input.input-text,
|
246 |
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
|
247 |
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
|
248 |
|
495 |
.global-site-notice .notice-inner .actions { padding-top:10px; }
|
496 |
|
497 |
/* Cookie Notice */
|
498 |
+
.notice-cookie { position:fixed; z-index:9999; width:100%; bottom:0; left:0; margin:0 !important; opacity:0.95; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; /* IE8 */ }
|
499 |
|
500 |
/* Noscript Notice */
|
501 |
.noscript {}
|
737 |
.block-poll .answer { font-weight:bold; }
|
738 |
.block-poll .votes { float:right; margin-left:10px; }
|
739 |
|
740 |
+
/* Block: Orders and Returns */
|
741 |
+
.block-gr-search li { padding:3px 9px; }
|
742 |
+
.block-gr-search button.button span {}
|
743 |
+
|
744 |
/* Block: Tags */
|
745 |
.block-tags .block-title span { }
|
746 |
.block-tags .block-content ul { margin: 10px; font-size:12px; padding: 0; }
|
1363 |
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
|
1364 |
.block-progress .cards-list .info-table th { font-weight:normal; }
|
1365 |
|
1366 |
+
/* show/hide "change" link for progress step depend on complete status
|
1367 |
+
* should be placed in .css file */
|
1368 |
+
.opc-block-progress dt.complete a,
|
1369 |
+
.opc-block-progress dt.complete .separator { display: inline; }
|
1370 |
+
.opc-block-progress dt a,
|
1371 |
+
.opc-block-progress dt .separator { display: none; }
|
1372 |
+
|
1373 |
.opc .buttons-set { margin-top:0; padding-top:2em; }
|
1374 |
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
|
1375 |
.opc .buttons-set .back-link small { display:none; }
|
skin/frontend/default/f002_grey/css/styles-ie.css
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
@@ -78,8 +78,8 @@ table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff'
|
|
78 |
* html .header-cart { width: 350px; }
|
79 |
* html .icon-cart-infobar { bottom: 5px; }
|
80 |
* html .header-cart .content { bottom: 55px; }
|
81 |
-
* html .highlight-featured { padding: 4px; }
|
82 |
-
* html .col3-layout .col-main {margin-left:2px; width:514px;}
|
83 |
.mini-newsletter input.input-text {margin:6px 6px 0}
|
84 |
* html .mini-search { width: 470px; }
|
85 |
* html .mini-search .input-text { width: 275px; margin-left: 30px; }
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
78 |
* html .header-cart { width: 350px; }
|
79 |
* html .icon-cart-infobar { bottom: 5px; }
|
80 |
* html .header-cart .content { bottom: 55px; }
|
81 |
+
* html .highlight-featured { padding: 4px; }
|
82 |
+
* html .col3-layout .col-main {margin-left:2px; width:514px;}
|
83 |
.mini-newsletter input.input-text {margin:6px 6px 0}
|
84 |
* html .mini-search { width: 470px; }
|
85 |
* html .mini-search .input-text { width: 275px; margin-left: 30px; }
|
skin/frontend/default/f002_grey/css/styles.css
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
@@ -189,11 +189,11 @@ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
|
|
189 |
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
|
190 |
.form-list .input-range input.input-text { width:74px; }
|
191 |
|
192 |
-
.form-list-narrow li { margin-bottom:0; }
|
193 |
.form-list-narrow li .input-box { margin-bottom:6px; }
|
194 |
-
.form-list-narrow li.wide .input-box { width:260px; }
|
195 |
-
.form-list-narrow li.wide input.input-text,
|
196 |
-
.form-list-narrow li.wide textarea { width:254px }
|
197 |
.form-list-narrow li.wide select { width:260px; }
|
198 |
|
199 |
/* Customer */
|
@@ -212,9 +212,6 @@ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
|
|
212 |
.form-list .name-suffix select { width:55px; }
|
213 |
.form-list .name-suffix input.input-text { width:49px; }
|
214 |
|
215 |
-
.form-list .name-middlename { width:70px; }
|
216 |
-
.form-list .name-middlename input.input-text { width:49px; }
|
217 |
-
|
218 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
|
219 |
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
|
220 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
|
@@ -233,16 +230,19 @@ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
|
|
233 |
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
|
234 |
|
235 |
.form-list .customer-name-prefix .name-firstname,
|
236 |
-
.form-list .customer-name-middlename .name-firstname
|
|
|
237 |
|
238 |
.form-list .customer-name-suffix .name-lastname,
|
239 |
.form-list .customer-name-middlename .name-firstname,
|
|
|
240 |
.form-list .customer-name-middlename-suffix .name-firstname,
|
241 |
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
|
242 |
|
243 |
.form-list .customer-name-prefix .name-firstname input.input-text,
|
244 |
.form-list .customer-name-suffix .name-lastname input.input-text,
|
245 |
.form-list .customer-name-middlename .name-firstname input.input-text,
|
|
|
246 |
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
|
247 |
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
|
248 |
|
@@ -495,7 +495,7 @@ tr.summary-details-excluded { font-style:italic; }
|
|
495 |
.global-site-notice .notice-inner .actions { padding-top:10px; }
|
496 |
|
497 |
/* Cookie Notice */
|
498 |
-
.notice-cookie { }
|
499 |
|
500 |
/* Noscript Notice */
|
501 |
.noscript {}
|
@@ -737,6 +737,10 @@ tr.summary-details-excluded { font-style:italic; }
|
|
737 |
.block-poll .answer { font-weight:bold; }
|
738 |
.block-poll .votes { float:right; margin-left:10px; }
|
739 |
|
|
|
|
|
|
|
|
|
740 |
/* Block: Tags */
|
741 |
.block-tags .block-title span { }
|
742 |
.block-tags .block-content ul { margin: 10px; font-size:12px; padding: 0; }
|
@@ -1359,6 +1363,13 @@ tr.summary-details-excluded { font-style:italic; }
|
|
1359 |
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
|
1360 |
.block-progress .cards-list .info-table th { font-weight:normal; }
|
1361 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1362 |
.opc .buttons-set { margin-top:0; padding-top:2em; }
|
1363 |
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
|
1364 |
.opc .buttons-set .back-link small { display:none; }
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
189 |
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
|
190 |
.form-list .input-range input.input-text { width:74px; }
|
191 |
|
192 |
+
.form-list-narrow li { margin-bottom:0; }
|
193 |
.form-list-narrow li .input-box { margin-bottom:6px; }
|
194 |
+
.form-list-narrow li.wide .input-box { width:260px; }
|
195 |
+
.form-list-narrow li.wide input.input-text,
|
196 |
+
.form-list-narrow li.wide textarea { width:254px }
|
197 |
.form-list-narrow li.wide select { width:260px; }
|
198 |
|
199 |
/* Customer */
|
212 |
.form-list .name-suffix select { width:55px; }
|
213 |
.form-list .name-suffix input.input-text { width:49px; }
|
214 |
|
|
|
|
|
|
|
215 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
|
216 |
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
|
217 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
|
230 |
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
|
231 |
|
232 |
.form-list .customer-name-prefix .name-firstname,
|
233 |
+
.form-list .customer-name-middlename .name-firstname,
|
234 |
+
.form-list .customer-name-middlename .name-middlename { width:210px; }
|
235 |
|
236 |
.form-list .customer-name-suffix .name-lastname,
|
237 |
.form-list .customer-name-middlename .name-firstname,
|
238 |
+
.form-list .customer-name-middlename .name-middlename,
|
239 |
.form-list .customer-name-middlename-suffix .name-firstname,
|
240 |
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
|
241 |
|
242 |
.form-list .customer-name-prefix .name-firstname input.input-text,
|
243 |
.form-list .customer-name-suffix .name-lastname input.input-text,
|
244 |
.form-list .customer-name-middlename .name-firstname input.input-text,
|
245 |
+
.form-list .customer-name-middlename .name-middlename input.input-text,
|
246 |
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
|
247 |
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
|
248 |
|
495 |
.global-site-notice .notice-inner .actions { padding-top:10px; }
|
496 |
|
497 |
/* Cookie Notice */
|
498 |
+
.notice-cookie { position:fixed; z-index:9999; width:100%; bottom:0; left:0; margin:0 !important; opacity:0.95; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; /* IE8 */ }
|
499 |
|
500 |
/* Noscript Notice */
|
501 |
.noscript {}
|
737 |
.block-poll .answer { font-weight:bold; }
|
738 |
.block-poll .votes { float:right; margin-left:10px; }
|
739 |
|
740 |
+
/* Block: Orders and Returns */
|
741 |
+
.block-gr-search li { padding:3px 9px; }
|
742 |
+
.block-gr-search button.button span {}
|
743 |
+
|
744 |
/* Block: Tags */
|
745 |
.block-tags .block-title span { }
|
746 |
.block-tags .block-content ul { margin: 10px; font-size:12px; padding: 0; }
|
1363 |
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
|
1364 |
.block-progress .cards-list .info-table th { font-weight:normal; }
|
1365 |
|
1366 |
+
/* show/hide "change" link for progress step depend on complete status
|
1367 |
+
* should be placed in .css file */
|
1368 |
+
.opc-block-progress dt.complete a,
|
1369 |
+
.opc-block-progress dt.complete .separator { display: inline; }
|
1370 |
+
.opc-block-progress dt a,
|
1371 |
+
.opc-block-progress dt .separator { display: none; }
|
1372 |
+
|
1373 |
.opc .buttons-set { margin-top:0; padding-top:2em; }
|
1374 |
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
|
1375 |
.opc .buttons-set .back-link small { display:none; }
|
skin/frontend/default/f002_orange/css/styles-ie.css
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
@@ -78,8 +78,8 @@ table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff'
|
|
78 |
* html .header-cart { width: 350px; }
|
79 |
* html .icon-cart-infobar { bottom: 5px; }
|
80 |
* html .header-cart .content { bottom: 55px; }
|
81 |
-
* html .highlight-featured { padding: 4px; }
|
82 |
-
* html .col3-layout .col-main {margin-left:2px; width:514px;}
|
83 |
.mini-newsletter input.input-text {margin:6px 6px 0}
|
84 |
* html .mini-search { width: 470px; }
|
85 |
* html .mini-search .input-text { width: 275px; margin-left: 30px; }
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
78 |
* html .header-cart { width: 350px; }
|
79 |
* html .icon-cart-infobar { bottom: 5px; }
|
80 |
* html .header-cart .content { bottom: 55px; }
|
81 |
+
* html .highlight-featured { padding: 4px; }
|
82 |
+
* html .col3-layout .col-main {margin-left:2px; width:514px;}
|
83 |
.mini-newsletter input.input-text {margin:6px 6px 0}
|
84 |
* html .mini-search { width: 470px; }
|
85 |
* html .mini-search .input-text { width: 275px; margin-left: 30px; }
|
skin/frontend/default/f002_orange/css/styles.css
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
@@ -189,11 +189,11 @@ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
|
|
189 |
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
|
190 |
.form-list .input-range input.input-text { width:74px; }
|
191 |
|
192 |
-
.form-list-narrow li { margin-bottom:0; }
|
193 |
.form-list-narrow li .input-box { margin-bottom:6px; }
|
194 |
-
.form-list-narrow li.wide .input-box { width:260px; }
|
195 |
-
.form-list-narrow li.wide input.input-text,
|
196 |
-
.form-list-narrow li.wide textarea { width:254px }
|
197 |
.form-list-narrow li.wide select { width:260px; }
|
198 |
|
199 |
/* Customer */
|
@@ -212,9 +212,6 @@ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
|
|
212 |
.form-list .name-suffix select { width:55px; }
|
213 |
.form-list .name-suffix input.input-text { width:49px; }
|
214 |
|
215 |
-
.form-list .name-middlename { width:70px; }
|
216 |
-
.form-list .name-middlename input.input-text { width:49px; }
|
217 |
-
|
218 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
|
219 |
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
|
220 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
|
@@ -233,16 +230,19 @@ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
|
|
233 |
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
|
234 |
|
235 |
.form-list .customer-name-prefix .name-firstname,
|
236 |
-
.form-list .customer-name-middlename .name-firstname
|
|
|
237 |
|
238 |
.form-list .customer-name-suffix .name-lastname,
|
239 |
.form-list .customer-name-middlename .name-firstname,
|
|
|
240 |
.form-list .customer-name-middlename-suffix .name-firstname,
|
241 |
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
|
242 |
|
243 |
.form-list .customer-name-prefix .name-firstname input.input-text,
|
244 |
.form-list .customer-name-suffix .name-lastname input.input-text,
|
245 |
.form-list .customer-name-middlename .name-firstname input.input-text,
|
|
|
246 |
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
|
247 |
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
|
248 |
|
@@ -495,7 +495,7 @@ tr.summary-details-excluded { font-style:italic; }
|
|
495 |
.global-site-notice .notice-inner .actions { padding-top:10px; }
|
496 |
|
497 |
/* Cookie Notice */
|
498 |
-
.notice-cookie { }
|
499 |
|
500 |
/* Noscript Notice */
|
501 |
.noscript {}
|
@@ -737,6 +737,10 @@ tr.summary-details-excluded { font-style:italic; }
|
|
737 |
.block-poll .answer { font-weight:bold; }
|
738 |
.block-poll .votes { float:right; margin-left:10px; }
|
739 |
|
|
|
|
|
|
|
|
|
740 |
/* Block: Tags */
|
741 |
.block-tags .block-title span { }
|
742 |
.block-tags .block-content ul { margin: 10px; font-size:12px; padding: 0; }
|
@@ -1359,6 +1363,13 @@ tr.summary-details-excluded { font-style:italic; }
|
|
1359 |
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
|
1360 |
.block-progress .cards-list .info-table th { font-weight:normal; }
|
1361 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1362 |
.opc .buttons-set { margin-top:0; padding-top:2em; }
|
1363 |
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
|
1364 |
.opc .buttons-set .back-link small { display:none; }
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
189 |
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
|
190 |
.form-list .input-range input.input-text { width:74px; }
|
191 |
|
192 |
+
.form-list-narrow li { margin-bottom:0; }
|
193 |
.form-list-narrow li .input-box { margin-bottom:6px; }
|
194 |
+
.form-list-narrow li.wide .input-box { width:260px; }
|
195 |
+
.form-list-narrow li.wide input.input-text,
|
196 |
+
.form-list-narrow li.wide textarea { width:254px }
|
197 |
.form-list-narrow li.wide select { width:260px; }
|
198 |
|
199 |
/* Customer */
|
212 |
.form-list .name-suffix select { width:55px; }
|
213 |
.form-list .name-suffix input.input-text { width:49px; }
|
214 |
|
|
|
|
|
|
|
215 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
|
216 |
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
|
217 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
|
230 |
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
|
231 |
|
232 |
.form-list .customer-name-prefix .name-firstname,
|
233 |
+
.form-list .customer-name-middlename .name-firstname,
|
234 |
+
.form-list .customer-name-middlename .name-middlename { width:210px; }
|
235 |
|
236 |
.form-list .customer-name-suffix .name-lastname,
|
237 |
.form-list .customer-name-middlename .name-firstname,
|
238 |
+
.form-list .customer-name-middlename .name-middlename,
|
239 |
.form-list .customer-name-middlename-suffix .name-firstname,
|
240 |
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
|
241 |
|
242 |
.form-list .customer-name-prefix .name-firstname input.input-text,
|
243 |
.form-list .customer-name-suffix .name-lastname input.input-text,
|
244 |
.form-list .customer-name-middlename .name-firstname input.input-text,
|
245 |
+
.form-list .customer-name-middlename .name-middlename input.input-text,
|
246 |
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
|
247 |
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
|
248 |
|
495 |
.global-site-notice .notice-inner .actions { padding-top:10px; }
|
496 |
|
497 |
/* Cookie Notice */
|
498 |
+
.notice-cookie { position:fixed; z-index:9999; width:100%; bottom:0; left:0; margin:0 !important; opacity:0.95; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; /* IE8 */ }
|
499 |
|
500 |
/* Noscript Notice */
|
501 |
.noscript {}
|
737 |
.block-poll .answer { font-weight:bold; }
|
738 |
.block-poll .votes { float:right; margin-left:10px; }
|
739 |
|
740 |
+
/* Block: Orders and Returns */
|
741 |
+
.block-gr-search li { padding:3px 9px; }
|
742 |
+
.block-gr-search button.button span {}
|
743 |
+
|
744 |
/* Block: Tags */
|
745 |
.block-tags .block-title span { }
|
746 |
.block-tags .block-content ul { margin: 10px; font-size:12px; padding: 0; }
|
1363 |
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
|
1364 |
.block-progress .cards-list .info-table th { font-weight:normal; }
|
1365 |
|
1366 |
+
/* show/hide "change" link for progress step depend on complete status
|
1367 |
+
* should be placed in .css file */
|
1368 |
+
.opc-block-progress dt.complete a,
|
1369 |
+
.opc-block-progress dt.complete .separator { display: inline; }
|
1370 |
+
.opc-block-progress dt a,
|
1371 |
+
.opc-block-progress dt .separator { display: none; }
|
1372 |
+
|
1373 |
.opc .buttons-set { margin-top:0; padding-top:2em; }
|
1374 |
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
|
1375 |
.opc .buttons-set .back-link small { display:none; }
|
skin/frontend/default/f002_pink/css/styles-ie.css
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
@@ -78,8 +78,8 @@ table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff'
|
|
78 |
* html .header-cart { width: 350px; }
|
79 |
* html .icon-cart-infobar { bottom: 5px; }
|
80 |
* html .header-cart .content { bottom: 55px; }
|
81 |
-
* html .highlight-featured { padding: 4px; }
|
82 |
-
* html .col3-layout .col-main {margin-left:2px; width:514px;}
|
83 |
.mini-newsletter input.input-text {margin:6px 6px 0}
|
84 |
* html .mini-search { width: 470px; }
|
85 |
* html .mini-search .input-text { width: 275px; margin-left: 30px; }
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
78 |
* html .header-cart { width: 350px; }
|
79 |
* html .icon-cart-infobar { bottom: 5px; }
|
80 |
* html .header-cart .content { bottom: 55px; }
|
81 |
+
* html .highlight-featured { padding: 4px; }
|
82 |
+
* html .col3-layout .col-main {margin-left:2px; width:514px;}
|
83 |
.mini-newsletter input.input-text {margin:6px 6px 0}
|
84 |
* html .mini-search { width: 470px; }
|
85 |
* html .mini-search .input-text { width: 275px; margin-left: 30px; }
|
skin/frontend/default/f002_pink/css/styles.css
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
@@ -189,11 +189,11 @@ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
|
|
189 |
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
|
190 |
.form-list .input-range input.input-text { width:74px; }
|
191 |
|
192 |
-
.form-list-narrow li { margin-bottom:0; }
|
193 |
.form-list-narrow li .input-box { margin-bottom:6px; }
|
194 |
-
.form-list-narrow li.wide .input-box { width:260px; }
|
195 |
-
.form-list-narrow li.wide input.input-text,
|
196 |
-
.form-list-narrow li.wide textarea { width:254px }
|
197 |
.form-list-narrow li.wide select { width:260px; }
|
198 |
|
199 |
/* Customer */
|
@@ -212,9 +212,6 @@ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
|
|
212 |
.form-list .name-suffix select { width:55px; }
|
213 |
.form-list .name-suffix input.input-text { width:49px; }
|
214 |
|
215 |
-
.form-list .name-middlename { width:70px; }
|
216 |
-
.form-list .name-middlename input.input-text { width:49px; }
|
217 |
-
|
218 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
|
219 |
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
|
220 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
|
@@ -233,16 +230,19 @@ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
|
|
233 |
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
|
234 |
|
235 |
.form-list .customer-name-prefix .name-firstname,
|
236 |
-
.form-list .customer-name-middlename .name-firstname
|
|
|
237 |
|
238 |
.form-list .customer-name-suffix .name-lastname,
|
239 |
.form-list .customer-name-middlename .name-firstname,
|
|
|
240 |
.form-list .customer-name-middlename-suffix .name-firstname,
|
241 |
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
|
242 |
|
243 |
.form-list .customer-name-prefix .name-firstname input.input-text,
|
244 |
.form-list .customer-name-suffix .name-lastname input.input-text,
|
245 |
.form-list .customer-name-middlename .name-firstname input.input-text,
|
|
|
246 |
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
|
247 |
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
|
248 |
|
@@ -495,7 +495,7 @@ tr.summary-details-excluded { font-style:italic; }
|
|
495 |
.global-site-notice .notice-inner .actions { padding-top:10px; }
|
496 |
|
497 |
/* Cookie Notice */
|
498 |
-
.notice-cookie { }
|
499 |
|
500 |
/* Noscript Notice */
|
501 |
.noscript {}
|
@@ -737,6 +737,10 @@ tr.summary-details-excluded { font-style:italic; }
|
|
737 |
.block-poll .answer { font-weight:bold; }
|
738 |
.block-poll .votes { float:right; margin-left:10px; }
|
739 |
|
|
|
|
|
|
|
|
|
740 |
/* Block: Tags */
|
741 |
.block-tags .block-title span { }
|
742 |
.block-tags .block-content ul { margin: 10px; font-size:12px; padding: 0; }
|
@@ -1359,6 +1363,13 @@ tr.summary-details-excluded { font-style:italic; }
|
|
1359 |
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
|
1360 |
.block-progress .cards-list .info-table th { font-weight:normal; }
|
1361 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1362 |
.opc .buttons-set { margin-top:0; padding-top:2em; }
|
1363 |
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
|
1364 |
.opc .buttons-set .back-link small { display:none; }
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
189 |
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
|
190 |
.form-list .input-range input.input-text { width:74px; }
|
191 |
|
192 |
+
.form-list-narrow li { margin-bottom:0; }
|
193 |
.form-list-narrow li .input-box { margin-bottom:6px; }
|
194 |
+
.form-list-narrow li.wide .input-box { width:260px; }
|
195 |
+
.form-list-narrow li.wide input.input-text,
|
196 |
+
.form-list-narrow li.wide textarea { width:254px }
|
197 |
.form-list-narrow li.wide select { width:260px; }
|
198 |
|
199 |
/* Customer */
|
212 |
.form-list .name-suffix select { width:55px; }
|
213 |
.form-list .name-suffix input.input-text { width:49px; }
|
214 |
|
|
|
|
|
|
|
215 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
|
216 |
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
|
217 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
|
230 |
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
|
231 |
|
232 |
.form-list .customer-name-prefix .name-firstname,
|
233 |
+
.form-list .customer-name-middlename .name-firstname,
|
234 |
+
.form-list .customer-name-middlename .name-middlename { width:210px; }
|
235 |
|
236 |
.form-list .customer-name-suffix .name-lastname,
|
237 |
.form-list .customer-name-middlename .name-firstname,
|
238 |
+
.form-list .customer-name-middlename .name-middlename,
|
239 |
.form-list .customer-name-middlename-suffix .name-firstname,
|
240 |
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
|
241 |
|
242 |
.form-list .customer-name-prefix .name-firstname input.input-text,
|
243 |
.form-list .customer-name-suffix .name-lastname input.input-text,
|
244 |
.form-list .customer-name-middlename .name-firstname input.input-text,
|
245 |
+
.form-list .customer-name-middlename .name-middlename input.input-text,
|
246 |
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
|
247 |
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
|
248 |
|
495 |
.global-site-notice .notice-inner .actions { padding-top:10px; }
|
496 |
|
497 |
/* Cookie Notice */
|
498 |
+
.notice-cookie { position:fixed; z-index:9999; width:100%; bottom:0; left:0; margin:0 !important; opacity:0.95; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; /* IE8 */ }
|
499 |
|
500 |
/* Noscript Notice */
|
501 |
.noscript {}
|
737 |
.block-poll .answer { font-weight:bold; }
|
738 |
.block-poll .votes { float:right; margin-left:10px; }
|
739 |
|
740 |
+
/* Block: Orders and Returns */
|
741 |
+
.block-gr-search li { padding:3px 9px; }
|
742 |
+
.block-gr-search button.button span {}
|
743 |
+
|
744 |
/* Block: Tags */
|
745 |
.block-tags .block-title span { }
|
746 |
.block-tags .block-content ul { margin: 10px; font-size:12px; padding: 0; }
|
1363 |
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
|
1364 |
.block-progress .cards-list .info-table th { font-weight:normal; }
|
1365 |
|
1366 |
+
/* show/hide "change" link for progress step depend on complete status
|
1367 |
+
* should be placed in .css file */
|
1368 |
+
.opc-block-progress dt.complete a,
|
1369 |
+
.opc-block-progress dt.complete .separator { display: inline; }
|
1370 |
+
.opc-block-progress dt a,
|
1371 |
+
.opc-block-progress dt .separator { display: none; }
|
1372 |
+
|
1373 |
.opc .buttons-set { margin-top:0; padding-top:2em; }
|
1374 |
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
|
1375 |
.opc .buttons-set .back-link small { display:none; }
|
skin/frontend/default/f002_red/css/styles-ie.css
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
@@ -78,8 +78,8 @@ table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff'
|
|
78 |
* html .header-cart { width: 350px; }
|
79 |
* html .icon-cart-infobar { bottom: 5px; }
|
80 |
* html .header-cart .content { bottom: 55px; }
|
81 |
-
* html .highlight-featured { padding: 4px; }
|
82 |
-
* html .col3-layout .col-main {margin-left:2px; width:514px;}
|
83 |
.mini-newsletter input.input-text {margin:6px 6px 0}
|
84 |
* html .mini-search { width: 470px; }
|
85 |
* html .mini-search .input-text { width: 275px; margin-left: 30px; }
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
78 |
* html .header-cart { width: 350px; }
|
79 |
* html .icon-cart-infobar { bottom: 5px; }
|
80 |
* html .header-cart .content { bottom: 55px; }
|
81 |
+
* html .highlight-featured { padding: 4px; }
|
82 |
+
* html .col3-layout .col-main {margin-left:2px; width:514px;}
|
83 |
.mini-newsletter input.input-text {margin:6px 6px 0}
|
84 |
* html .mini-search { width: 470px; }
|
85 |
* html .mini-search .input-text { width: 275px; margin-left: 30px; }
|
skin/frontend/default/f002_red/css/styles.css
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
@@ -189,11 +189,11 @@ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
|
|
189 |
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
|
190 |
.form-list .input-range input.input-text { width:74px; }
|
191 |
|
192 |
-
.form-list-narrow li { margin-bottom:0; }
|
193 |
.form-list-narrow li .input-box { margin-bottom:6px; }
|
194 |
-
.form-list-narrow li.wide .input-box { width:260px; }
|
195 |
-
.form-list-narrow li.wide input.input-text,
|
196 |
-
.form-list-narrow li.wide textarea { width:254px }
|
197 |
.form-list-narrow li.wide select { width:260px; }
|
198 |
|
199 |
/* Customer */
|
@@ -212,9 +212,6 @@ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
|
|
212 |
.form-list .name-suffix select { width:55px; }
|
213 |
.form-list .name-suffix input.input-text { width:49px; }
|
214 |
|
215 |
-
.form-list .name-middlename { width:70px; }
|
216 |
-
.form-list .name-middlename input.input-text { width:49px; }
|
217 |
-
|
218 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
|
219 |
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
|
220 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
|
@@ -233,16 +230,19 @@ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
|
|
233 |
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
|
234 |
|
235 |
.form-list .customer-name-prefix .name-firstname,
|
236 |
-
.form-list .customer-name-middlename .name-firstname
|
|
|
237 |
|
238 |
.form-list .customer-name-suffix .name-lastname,
|
239 |
.form-list .customer-name-middlename .name-firstname,
|
|
|
240 |
.form-list .customer-name-middlename-suffix .name-firstname,
|
241 |
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
|
242 |
|
243 |
.form-list .customer-name-prefix .name-firstname input.input-text,
|
244 |
.form-list .customer-name-suffix .name-lastname input.input-text,
|
245 |
.form-list .customer-name-middlename .name-firstname input.input-text,
|
|
|
246 |
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
|
247 |
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
|
248 |
|
@@ -495,7 +495,7 @@ tr.summary-details-excluded { font-style:italic; }
|
|
495 |
.global-site-notice .notice-inner .actions { padding-top:10px; }
|
496 |
|
497 |
/* Cookie Notice */
|
498 |
-
.notice-cookie { }
|
499 |
|
500 |
/* Noscript Notice */
|
501 |
.noscript {}
|
@@ -737,6 +737,10 @@ tr.summary-details-excluded { font-style:italic; }
|
|
737 |
.block-poll .answer { font-weight:bold; }
|
738 |
.block-poll .votes { float:right; margin-left:10px; }
|
739 |
|
|
|
|
|
|
|
|
|
740 |
/* Block: Tags */
|
741 |
.block-tags .block-title span { }
|
742 |
.block-tags .block-content ul { margin: 10px; font-size:12px; padding: 0; }
|
@@ -1359,6 +1363,13 @@ tr.summary-details-excluded { font-style:italic; }
|
|
1359 |
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
|
1360 |
.block-progress .cards-list .info-table th { font-weight:normal; }
|
1361 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1362 |
.opc .buttons-set { margin-top:0; padding-top:2em; }
|
1363 |
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
|
1364 |
.opc .buttons-set .back-link small { display:none; }
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
189 |
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
|
190 |
.form-list .input-range input.input-text { width:74px; }
|
191 |
|
192 |
+
.form-list-narrow li { margin-bottom:0; }
|
193 |
.form-list-narrow li .input-box { margin-bottom:6px; }
|
194 |
+
.form-list-narrow li.wide .input-box { width:260px; }
|
195 |
+
.form-list-narrow li.wide input.input-text,
|
196 |
+
.form-list-narrow li.wide textarea { width:254px }
|
197 |
.form-list-narrow li.wide select { width:260px; }
|
198 |
|
199 |
/* Customer */
|
212 |
.form-list .name-suffix select { width:55px; }
|
213 |
.form-list .name-suffix input.input-text { width:49px; }
|
214 |
|
|
|
|
|
|
|
215 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
|
216 |
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
|
217 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
|
230 |
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
|
231 |
|
232 |
.form-list .customer-name-prefix .name-firstname,
|
233 |
+
.form-list .customer-name-middlename .name-firstname,
|
234 |
+
.form-list .customer-name-middlename .name-middlename { width:210px; }
|
235 |
|
236 |
.form-list .customer-name-suffix .name-lastname,
|
237 |
.form-list .customer-name-middlename .name-firstname,
|
238 |
+
.form-list .customer-name-middlename .name-middlename,
|
239 |
.form-list .customer-name-middlename-suffix .name-firstname,
|
240 |
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
|
241 |
|
242 |
.form-list .customer-name-prefix .name-firstname input.input-text,
|
243 |
.form-list .customer-name-suffix .name-lastname input.input-text,
|
244 |
.form-list .customer-name-middlename .name-firstname input.input-text,
|
245 |
+
.form-list .customer-name-middlename .name-middlename input.input-text,
|
246 |
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
|
247 |
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
|
248 |
|
495 |
.global-site-notice .notice-inner .actions { padding-top:10px; }
|
496 |
|
497 |
/* Cookie Notice */
|
498 |
+
.notice-cookie { position:fixed; z-index:9999; width:100%; bottom:0; left:0; margin:0 !important; opacity:0.95; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; /* IE8 */ }
|
499 |
|
500 |
/* Noscript Notice */
|
501 |
.noscript {}
|
737 |
.block-poll .answer { font-weight:bold; }
|
738 |
.block-poll .votes { float:right; margin-left:10px; }
|
739 |
|
740 |
+
/* Block: Orders and Returns */
|
741 |
+
.block-gr-search li { padding:3px 9px; }
|
742 |
+
.block-gr-search button.button span {}
|
743 |
+
|
744 |
/* Block: Tags */
|
745 |
.block-tags .block-title span { }
|
746 |
.block-tags .block-content ul { margin: 10px; font-size:12px; padding: 0; }
|
1363 |
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
|
1364 |
.block-progress .cards-list .info-table th { font-weight:normal; }
|
1365 |
|
1366 |
+
/* show/hide "change" link for progress step depend on complete status
|
1367 |
+
* should be placed in .css file */
|
1368 |
+
.opc-block-progress dt.complete a,
|
1369 |
+
.opc-block-progress dt.complete .separator { display: inline; }
|
1370 |
+
.opc-block-progress dt a,
|
1371 |
+
.opc-block-progress dt .separator { display: none; }
|
1372 |
+
|
1373 |
.opc .buttons-set { margin-top:0; padding-top:2em; }
|
1374 |
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
|
1375 |
.opc .buttons-set .back-link small { display:none; }
|
skin/frontend/default/f002_sea_green/css/styles-ie.css
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
@@ -78,8 +78,8 @@ table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff'
|
|
78 |
* html .header-cart { width: 350px; }
|
79 |
* html .icon-cart-infobar { bottom: 5px; }
|
80 |
* html .header-cart .content { bottom: 55px; }
|
81 |
-
* html .highlight-featured { padding: 4px; }
|
82 |
-
* html .col3-layout .col-main {margin-left:2px; width:514px;}
|
83 |
.mini-newsletter input.input-text {margin:6px 6px 0}
|
84 |
* html .mini-search { width: 470px; }
|
85 |
* html .mini-search .input-text { width: 275px; margin-left: 30px; }
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
78 |
* html .header-cart { width: 350px; }
|
79 |
* html .icon-cart-infobar { bottom: 5px; }
|
80 |
* html .header-cart .content { bottom: 55px; }
|
81 |
+
* html .highlight-featured { padding: 4px; }
|
82 |
+
* html .col3-layout .col-main {margin-left:2px; width:514px;}
|
83 |
.mini-newsletter input.input-text {margin:6px 6px 0}
|
84 |
* html .mini-search { width: 470px; }
|
85 |
* html .mini-search .input-text { width: 275px; margin-left: 30px; }
|
skin/frontend/default/f002_sea_green/css/styles.css
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
@@ -189,11 +189,11 @@ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
|
|
189 |
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
|
190 |
.form-list .input-range input.input-text { width:74px; }
|
191 |
|
192 |
-
.form-list-narrow li { margin-bottom:0; }
|
193 |
.form-list-narrow li .input-box { margin-bottom:6px; }
|
194 |
-
.form-list-narrow li.wide .input-box { width:260px; }
|
195 |
-
.form-list-narrow li.wide input.input-text,
|
196 |
-
.form-list-narrow li.wide textarea { width:254px }
|
197 |
.form-list-narrow li.wide select { width:260px; }
|
198 |
|
199 |
/* Customer */
|
@@ -212,9 +212,6 @@ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
|
|
212 |
.form-list .name-suffix select { width:55px; }
|
213 |
.form-list .name-suffix input.input-text { width:49px; }
|
214 |
|
215 |
-
.form-list .name-middlename { width:70px; }
|
216 |
-
.form-list .name-middlename input.input-text { width:49px; }
|
217 |
-
|
218 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
|
219 |
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
|
220 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
|
@@ -233,16 +230,19 @@ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
|
|
233 |
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
|
234 |
|
235 |
.form-list .customer-name-prefix .name-firstname,
|
236 |
-
.form-list .customer-name-middlename .name-firstname
|
|
|
237 |
|
238 |
.form-list .customer-name-suffix .name-lastname,
|
239 |
.form-list .customer-name-middlename .name-firstname,
|
|
|
240 |
.form-list .customer-name-middlename-suffix .name-firstname,
|
241 |
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
|
242 |
|
243 |
.form-list .customer-name-prefix .name-firstname input.input-text,
|
244 |
.form-list .customer-name-suffix .name-lastname input.input-text,
|
245 |
.form-list .customer-name-middlename .name-firstname input.input-text,
|
|
|
246 |
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
|
247 |
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
|
248 |
|
@@ -495,7 +495,7 @@ tr.summary-details-excluded { font-style:italic; }
|
|
495 |
.global-site-notice .notice-inner .actions { padding-top:10px; }
|
496 |
|
497 |
/* Cookie Notice */
|
498 |
-
.notice-cookie { }
|
499 |
|
500 |
/* Noscript Notice */
|
501 |
.noscript {}
|
@@ -737,6 +737,10 @@ tr.summary-details-excluded { font-style:italic; }
|
|
737 |
.block-poll .answer { font-weight:bold; }
|
738 |
.block-poll .votes { float:right; margin-left:10px; }
|
739 |
|
|
|
|
|
|
|
|
|
740 |
/* Block: Tags */
|
741 |
.block-tags .block-title span { }
|
742 |
.block-tags .block-content ul { margin: 10px; font-size:12px; padding: 0; }
|
@@ -1359,6 +1363,13 @@ tr.summary-details-excluded { font-style:italic; }
|
|
1359 |
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
|
1360 |
.block-progress .cards-list .info-table th { font-weight:normal; }
|
1361 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1362 |
.opc .buttons-set { margin-top:0; padding-top:2em; }
|
1363 |
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
|
1364 |
.opc .buttons-set .back-link small { display:none; }
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
189 |
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
|
190 |
.form-list .input-range input.input-text { width:74px; }
|
191 |
|
192 |
+
.form-list-narrow li { margin-bottom:0; }
|
193 |
.form-list-narrow li .input-box { margin-bottom:6px; }
|
194 |
+
.form-list-narrow li.wide .input-box { width:260px; }
|
195 |
+
.form-list-narrow li.wide input.input-text,
|
196 |
+
.form-list-narrow li.wide textarea { width:254px }
|
197 |
.form-list-narrow li.wide select { width:260px; }
|
198 |
|
199 |
/* Customer */
|
212 |
.form-list .name-suffix select { width:55px; }
|
213 |
.form-list .name-suffix input.input-text { width:49px; }
|
214 |
|
|
|
|
|
|
|
215 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
|
216 |
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
|
217 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
|
230 |
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
|
231 |
|
232 |
.form-list .customer-name-prefix .name-firstname,
|
233 |
+
.form-list .customer-name-middlename .name-firstname,
|
234 |
+
.form-list .customer-name-middlename .name-middlename { width:210px; }
|
235 |
|
236 |
.form-list .customer-name-suffix .name-lastname,
|
237 |
.form-list .customer-name-middlename .name-firstname,
|
238 |
+
.form-list .customer-name-middlename .name-middlename,
|
239 |
.form-list .customer-name-middlename-suffix .name-firstname,
|
240 |
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
|
241 |
|
242 |
.form-list .customer-name-prefix .name-firstname input.input-text,
|
243 |
.form-list .customer-name-suffix .name-lastname input.input-text,
|
244 |
.form-list .customer-name-middlename .name-firstname input.input-text,
|
245 |
+
.form-list .customer-name-middlename .name-middlename input.input-text,
|
246 |
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
|
247 |
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
|
248 |
|
495 |
.global-site-notice .notice-inner .actions { padding-top:10px; }
|
496 |
|
497 |
/* Cookie Notice */
|
498 |
+
.notice-cookie { position:fixed; z-index:9999; width:100%; bottom:0; left:0; margin:0 !important; opacity:0.95; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; /* IE8 */ }
|
499 |
|
500 |
/* Noscript Notice */
|
501 |
.noscript {}
|
737 |
.block-poll .answer { font-weight:bold; }
|
738 |
.block-poll .votes { float:right; margin-left:10px; }
|
739 |
|
740 |
+
/* Block: Orders and Returns */
|
741 |
+
.block-gr-search li { padding:3px 9px; }
|
742 |
+
.block-gr-search button.button span {}
|
743 |
+
|
744 |
/* Block: Tags */
|
745 |
.block-tags .block-title span { }
|
746 |
.block-tags .block-content ul { margin: 10px; font-size:12px; padding: 0; }
|
1363 |
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
|
1364 |
.block-progress .cards-list .info-table th { font-weight:normal; }
|
1365 |
|
1366 |
+
/* show/hide "change" link for progress step depend on complete status
|
1367 |
+
* should be placed in .css file */
|
1368 |
+
.opc-block-progress dt.complete a,
|
1369 |
+
.opc-block-progress dt.complete .separator { display: inline; }
|
1370 |
+
.opc-block-progress dt a,
|
1371 |
+
.opc-block-progress dt .separator { display: none; }
|
1372 |
+
|
1373 |
.opc .buttons-set { margin-top:0; padding-top:2em; }
|
1374 |
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
|
1375 |
.opc .buttons-set .back-link small { display:none; }
|
skin/frontend/default/f002_silver/css/styles-ie.css
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
@@ -78,8 +78,8 @@ table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff'
|
|
78 |
* html .header-cart { width: 350px; }
|
79 |
* html .icon-cart-infobar { bottom: 5px; }
|
80 |
* html .header-cart .content { bottom: 55px; }
|
81 |
-
* html .highlight-featured { padding: 4px; }
|
82 |
-
* html .col3-layout .col-main {margin-left:2px; width:514px;}
|
83 |
.mini-newsletter input.input-text {margin:6px 6px 0}
|
84 |
* html .mini-search { width: 470px; }
|
85 |
* html .mini-search .input-text { width: 275px; margin-left: 30px; }
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
78 |
* html .header-cart { width: 350px; }
|
79 |
* html .icon-cart-infobar { bottom: 5px; }
|
80 |
* html .header-cart .content { bottom: 55px; }
|
81 |
+
* html .highlight-featured { padding: 4px; }
|
82 |
+
* html .col3-layout .col-main {margin-left:2px; width:514px;}
|
83 |
.mini-newsletter input.input-text {margin:6px 6px 0}
|
84 |
* html .mini-search { width: 470px; }
|
85 |
* html .mini-search .input-text { width: 275px; margin-left: 30px; }
|
skin/frontend/default/f002_silver/css/styles.css
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
@@ -189,11 +189,11 @@ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
|
|
189 |
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
|
190 |
.form-list .input-range input.input-text { width:74px; }
|
191 |
|
192 |
-
.form-list-narrow li { margin-bottom:0; }
|
193 |
.form-list-narrow li .input-box { margin-bottom:6px; }
|
194 |
-
.form-list-narrow li.wide .input-box { width:260px; }
|
195 |
-
.form-list-narrow li.wide input.input-text,
|
196 |
-
.form-list-narrow li.wide textarea { width:254px }
|
197 |
.form-list-narrow li.wide select { width:260px; }
|
198 |
|
199 |
/* Customer */
|
@@ -212,9 +212,6 @@ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
|
|
212 |
.form-list .name-suffix select { width:55px; }
|
213 |
.form-list .name-suffix input.input-text { width:49px; }
|
214 |
|
215 |
-
.form-list .name-middlename { width:70px; }
|
216 |
-
.form-list .name-middlename input.input-text { width:49px; }
|
217 |
-
|
218 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
|
219 |
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
|
220 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
|
@@ -233,16 +230,19 @@ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
|
|
233 |
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
|
234 |
|
235 |
.form-list .customer-name-prefix .name-firstname,
|
236 |
-
.form-list .customer-name-middlename .name-firstname
|
|
|
237 |
|
238 |
.form-list .customer-name-suffix .name-lastname,
|
239 |
.form-list .customer-name-middlename .name-firstname,
|
|
|
240 |
.form-list .customer-name-middlename-suffix .name-firstname,
|
241 |
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
|
242 |
|
243 |
.form-list .customer-name-prefix .name-firstname input.input-text,
|
244 |
.form-list .customer-name-suffix .name-lastname input.input-text,
|
245 |
.form-list .customer-name-middlename .name-firstname input.input-text,
|
|
|
246 |
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
|
247 |
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
|
248 |
|
@@ -495,7 +495,7 @@ tr.summary-details-excluded { font-style:italic; }
|
|
495 |
.global-site-notice .notice-inner .actions { padding-top:10px; }
|
496 |
|
497 |
/* Cookie Notice */
|
498 |
-
.notice-cookie { }
|
499 |
|
500 |
/* Noscript Notice */
|
501 |
.noscript {}
|
@@ -737,6 +737,10 @@ tr.summary-details-excluded { font-style:italic; }
|
|
737 |
.block-poll .answer { font-weight:bold; }
|
738 |
.block-poll .votes { float:right; margin-left:10px; }
|
739 |
|
|
|
|
|
|
|
|
|
740 |
/* Block: Tags */
|
741 |
.block-tags .block-title span { }
|
742 |
.block-tags .block-content ul { margin: 10px; font-size:12px; padding: 0; }
|
@@ -1359,6 +1363,13 @@ tr.summary-details-excluded { font-style:italic; }
|
|
1359 |
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
|
1360 |
.block-progress .cards-list .info-table th { font-weight:normal; }
|
1361 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1362 |
.opc .buttons-set { margin-top:0; padding-top:2em; }
|
1363 |
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
|
1364 |
.opc .buttons-set .back-link small { display:none; }
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
189 |
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
|
190 |
.form-list .input-range input.input-text { width:74px; }
|
191 |
|
192 |
+
.form-list-narrow li { margin-bottom:0; }
|
193 |
.form-list-narrow li .input-box { margin-bottom:6px; }
|
194 |
+
.form-list-narrow li.wide .input-box { width:260px; }
|
195 |
+
.form-list-narrow li.wide input.input-text,
|
196 |
+
.form-list-narrow li.wide textarea { width:254px }
|
197 |
.form-list-narrow li.wide select { width:260px; }
|
198 |
|
199 |
/* Customer */
|
212 |
.form-list .name-suffix select { width:55px; }
|
213 |
.form-list .name-suffix input.input-text { width:49px; }
|
214 |
|
|
|
|
|
|
|
215 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
|
216 |
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
|
217 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
|
230 |
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
|
231 |
|
232 |
.form-list .customer-name-prefix .name-firstname,
|
233 |
+
.form-list .customer-name-middlename .name-firstname,
|
234 |
+
.form-list .customer-name-middlename .name-middlename { width:210px; }
|
235 |
|
236 |
.form-list .customer-name-suffix .name-lastname,
|
237 |
.form-list .customer-name-middlename .name-firstname,
|
238 |
+
.form-list .customer-name-middlename .name-middlename,
|
239 |
.form-list .customer-name-middlename-suffix .name-firstname,
|
240 |
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
|
241 |
|
242 |
.form-list .customer-name-prefix .name-firstname input.input-text,
|
243 |
.form-list .customer-name-suffix .name-lastname input.input-text,
|
244 |
.form-list .customer-name-middlename .name-firstname input.input-text,
|
245 |
+
.form-list .customer-name-middlename .name-middlename input.input-text,
|
246 |
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
|
247 |
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
|
248 |
|
495 |
.global-site-notice .notice-inner .actions { padding-top:10px; }
|
496 |
|
497 |
/* Cookie Notice */
|
498 |
+
.notice-cookie { position:fixed; z-index:9999; width:100%; bottom:0; left:0; margin:0 !important; opacity:0.95; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; /* IE8 */ }
|
499 |
|
500 |
/* Noscript Notice */
|
501 |
.noscript {}
|
737 |
.block-poll .answer { font-weight:bold; }
|
738 |
.block-poll .votes { float:right; margin-left:10px; }
|
739 |
|
740 |
+
/* Block: Orders and Returns */
|
741 |
+
.block-gr-search li { padding:3px 9px; }
|
742 |
+
.block-gr-search button.button span {}
|
743 |
+
|
744 |
/* Block: Tags */
|
745 |
.block-tags .block-title span { }
|
746 |
.block-tags .block-content ul { margin: 10px; font-size:12px; padding: 0; }
|
1363 |
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
|
1364 |
.block-progress .cards-list .info-table th { font-weight:normal; }
|
1365 |
|
1366 |
+
/* show/hide "change" link for progress step depend on complete status
|
1367 |
+
* should be placed in .css file */
|
1368 |
+
.opc-block-progress dt.complete a,
|
1369 |
+
.opc-block-progress dt.complete .separator { display: inline; }
|
1370 |
+
.opc-block-progress dt a,
|
1371 |
+
.opc-block-progress dt .separator { display: none; }
|
1372 |
+
|
1373 |
.opc .buttons-set { margin-top:0; padding-top:2em; }
|
1374 |
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
|
1375 |
.opc .buttons-set .back-link small { display:none; }
|
skin/frontend/default/f002_violet/css/styles-ie.css
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
@@ -78,8 +78,8 @@ table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff'
|
|
78 |
* html .header-cart { width: 350px; }
|
79 |
* html .icon-cart-infobar { bottom: 5px; }
|
80 |
* html .header-cart .content { bottom: 55px; }
|
81 |
-
* html .highlight-featured { padding: 4px; }
|
82 |
-
* html .col3-layout .col-main {margin-left:2px; width:514px;}
|
83 |
.mini-newsletter input.input-text {margin:6px 6px 0}
|
84 |
* html .mini-search { width: 470px; }
|
85 |
* html .mini-search .input-text { width: 275px; margin-left: 30px; }
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
78 |
* html .header-cart { width: 350px; }
|
79 |
* html .icon-cart-infobar { bottom: 5px; }
|
80 |
* html .header-cart .content { bottom: 55px; }
|
81 |
+
* html .highlight-featured { padding: 4px; }
|
82 |
+
* html .col3-layout .col-main {margin-left:2px; width:514px;}
|
83 |
.mini-newsletter input.input-text {margin:6px 6px 0}
|
84 |
* html .mini-search { width: 470px; }
|
85 |
* html .mini-search .input-text { width: 275px; margin-left: 30px; }
|
skin/frontend/default/f002_violet/css/styles.css
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
@@ -189,11 +189,11 @@ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
|
|
189 |
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
|
190 |
.form-list .input-range input.input-text { width:74px; }
|
191 |
|
192 |
-
.form-list-narrow li { margin-bottom:0; }
|
193 |
.form-list-narrow li .input-box { margin-bottom:6px; }
|
194 |
-
.form-list-narrow li.wide .input-box { width:260px; }
|
195 |
-
.form-list-narrow li.wide input.input-text,
|
196 |
-
.form-list-narrow li.wide textarea { width:254px }
|
197 |
.form-list-narrow li.wide select { width:260px; }
|
198 |
|
199 |
/* Customer */
|
@@ -212,9 +212,6 @@ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
|
|
212 |
.form-list .name-suffix select { width:55px; }
|
213 |
.form-list .name-suffix input.input-text { width:49px; }
|
214 |
|
215 |
-
.form-list .name-middlename { width:70px; }
|
216 |
-
.form-list .name-middlename input.input-text { width:49px; }
|
217 |
-
|
218 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
|
219 |
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
|
220 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
|
@@ -233,16 +230,19 @@ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
|
|
233 |
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
|
234 |
|
235 |
.form-list .customer-name-prefix .name-firstname,
|
236 |
-
.form-list .customer-name-middlename .name-firstname
|
|
|
237 |
|
238 |
.form-list .customer-name-suffix .name-lastname,
|
239 |
.form-list .customer-name-middlename .name-firstname,
|
|
|
240 |
.form-list .customer-name-middlename-suffix .name-firstname,
|
241 |
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
|
242 |
|
243 |
.form-list .customer-name-prefix .name-firstname input.input-text,
|
244 |
.form-list .customer-name-suffix .name-lastname input.input-text,
|
245 |
.form-list .customer-name-middlename .name-firstname input.input-text,
|
|
|
246 |
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
|
247 |
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
|
248 |
|
@@ -495,7 +495,7 @@ tr.summary-details-excluded { font-style:italic; }
|
|
495 |
.global-site-notice .notice-inner .actions { padding-top:10px; }
|
496 |
|
497 |
/* Cookie Notice */
|
498 |
-
.notice-cookie { }
|
499 |
|
500 |
/* Noscript Notice */
|
501 |
.noscript {}
|
@@ -737,6 +737,10 @@ tr.summary-details-excluded { font-style:italic; }
|
|
737 |
.block-poll .answer { font-weight:bold; }
|
738 |
.block-poll .votes { float:right; margin-left:10px; }
|
739 |
|
|
|
|
|
|
|
|
|
740 |
/* Block: Tags */
|
741 |
.block-tags .block-title span { }
|
742 |
.block-tags .block-content ul { margin: 10px; font-size:12px; padding: 0; }
|
@@ -1359,6 +1363,13 @@ tr.summary-details-excluded { font-style:italic; }
|
|
1359 |
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
|
1360 |
.block-progress .cards-list .info-table th { font-weight:normal; }
|
1361 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1362 |
.opc .buttons-set { margin-top:0; padding-top:2em; }
|
1363 |
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
|
1364 |
.opc .buttons-set .back-link small { display:none; }
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
189 |
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
|
190 |
.form-list .input-range input.input-text { width:74px; }
|
191 |
|
192 |
+
.form-list-narrow li { margin-bottom:0; }
|
193 |
.form-list-narrow li .input-box { margin-bottom:6px; }
|
194 |
+
.form-list-narrow li.wide .input-box { width:260px; }
|
195 |
+
.form-list-narrow li.wide input.input-text,
|
196 |
+
.form-list-narrow li.wide textarea { width:254px }
|
197 |
.form-list-narrow li.wide select { width:260px; }
|
198 |
|
199 |
/* Customer */
|
212 |
.form-list .name-suffix select { width:55px; }
|
213 |
.form-list .name-suffix input.input-text { width:49px; }
|
214 |
|
|
|
|
|
|
|
215 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
|
216 |
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
|
217 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
|
230 |
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
|
231 |
|
232 |
.form-list .customer-name-prefix .name-firstname,
|
233 |
+
.form-list .customer-name-middlename .name-firstname,
|
234 |
+
.form-list .customer-name-middlename .name-middlename { width:210px; }
|
235 |
|
236 |
.form-list .customer-name-suffix .name-lastname,
|
237 |
.form-list .customer-name-middlename .name-firstname,
|
238 |
+
.form-list .customer-name-middlename .name-middlename,
|
239 |
.form-list .customer-name-middlename-suffix .name-firstname,
|
240 |
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
|
241 |
|
242 |
.form-list .customer-name-prefix .name-firstname input.input-text,
|
243 |
.form-list .customer-name-suffix .name-lastname input.input-text,
|
244 |
.form-list .customer-name-middlename .name-firstname input.input-text,
|
245 |
+
.form-list .customer-name-middlename .name-middlename input.input-text,
|
246 |
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
|
247 |
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
|
248 |
|
495 |
.global-site-notice .notice-inner .actions { padding-top:10px; }
|
496 |
|
497 |
/* Cookie Notice */
|
498 |
+
.notice-cookie { position:fixed; z-index:9999; width:100%; bottom:0; left:0; margin:0 !important; opacity:0.95; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; /* IE8 */ }
|
499 |
|
500 |
/* Noscript Notice */
|
501 |
.noscript {}
|
737 |
.block-poll .answer { font-weight:bold; }
|
738 |
.block-poll .votes { float:right; margin-left:10px; }
|
739 |
|
740 |
+
/* Block: Orders and Returns */
|
741 |
+
.block-gr-search li { padding:3px 9px; }
|
742 |
+
.block-gr-search button.button span {}
|
743 |
+
|
744 |
/* Block: Tags */
|
745 |
.block-tags .block-title span { }
|
746 |
.block-tags .block-content ul { margin: 10px; font-size:12px; padding: 0; }
|
1363 |
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
|
1364 |
.block-progress .cards-list .info-table th { font-weight:normal; }
|
1365 |
|
1366 |
+
/* show/hide "change" link for progress step depend on complete status
|
1367 |
+
* should be placed in .css file */
|
1368 |
+
.opc-block-progress dt.complete a,
|
1369 |
+
.opc-block-progress dt.complete .separator { display: inline; }
|
1370 |
+
.opc-block-progress dt a,
|
1371 |
+
.opc-block-progress dt .separator { display: none; }
|
1372 |
+
|
1373 |
.opc .buttons-set { margin-top:0; padding-top:2em; }
|
1374 |
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
|
1375 |
.opc .buttons-set .back-link small { display:none; }
|
skin/frontend/default/f002_yellow/css/styles-ie.css
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
@@ -78,8 +78,8 @@ table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff'
|
|
78 |
* html .header-cart { width: 350px; }
|
79 |
* html .icon-cart-infobar { bottom: 5px; }
|
80 |
* html .header-cart .content { bottom: 55px; }
|
81 |
-
* html .highlight-featured { padding: 4px; }
|
82 |
-
* html .col3-layout .col-main {margin-left:2px; width:514px;}
|
83 |
.mini-newsletter input.input-text {margin:6px 6px 0}
|
84 |
* html .mini-search { width: 470px; }
|
85 |
* html .mini-search .input-text { width: 275px; margin-left: 30px; }
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
78 |
* html .header-cart { width: 350px; }
|
79 |
* html .icon-cart-infobar { bottom: 5px; }
|
80 |
* html .header-cart .content { bottom: 55px; }
|
81 |
+
* html .highlight-featured { padding: 4px; }
|
82 |
+
* html .col3-layout .col-main {margin-left:2px; width:514px;}
|
83 |
.mini-newsletter input.input-text {margin:6px 6px 0}
|
84 |
* html .mini-search { width: 470px; }
|
85 |
* html .mini-search .input-text { width: 275px; margin-left: 30px; }
|
skin/frontend/default/f002_yellow/css/styles.css
CHANGED
@@ -19,7 +19,7 @@
|
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
-
* @copyright Copyright (c)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
@@ -189,11 +189,11 @@ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
|
|
189 |
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
|
190 |
.form-list .input-range input.input-text { width:74px; }
|
191 |
|
192 |
-
.form-list-narrow li { margin-bottom:0; }
|
193 |
.form-list-narrow li .input-box { margin-bottom:6px; }
|
194 |
-
.form-list-narrow li.wide .input-box { width:260px; }
|
195 |
-
.form-list-narrow li.wide input.input-text,
|
196 |
-
.form-list-narrow li.wide textarea { width:254px }
|
197 |
.form-list-narrow li.wide select { width:260px; }
|
198 |
|
199 |
/* Customer */
|
@@ -212,9 +212,6 @@ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
|
|
212 |
.form-list .name-suffix select { width:55px; }
|
213 |
.form-list .name-suffix input.input-text { width:49px; }
|
214 |
|
215 |
-
.form-list .name-middlename { width:70px; }
|
216 |
-
.form-list .name-middlename input.input-text { width:49px; }
|
217 |
-
|
218 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
|
219 |
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
|
220 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
|
@@ -233,16 +230,19 @@ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
|
|
233 |
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
|
234 |
|
235 |
.form-list .customer-name-prefix .name-firstname,
|
236 |
-
.form-list .customer-name-middlename .name-firstname
|
|
|
237 |
|
238 |
.form-list .customer-name-suffix .name-lastname,
|
239 |
.form-list .customer-name-middlename .name-firstname,
|
|
|
240 |
.form-list .customer-name-middlename-suffix .name-firstname,
|
241 |
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
|
242 |
|
243 |
.form-list .customer-name-prefix .name-firstname input.input-text,
|
244 |
.form-list .customer-name-suffix .name-lastname input.input-text,
|
245 |
.form-list .customer-name-middlename .name-firstname input.input-text,
|
|
|
246 |
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
|
247 |
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
|
248 |
|
@@ -495,7 +495,7 @@ tr.summary-details-excluded { font-style:italic; }
|
|
495 |
.global-site-notice .notice-inner .actions { padding-top:10px; }
|
496 |
|
497 |
/* Cookie Notice */
|
498 |
-
.notice-cookie { }
|
499 |
|
500 |
/* Noscript Notice */
|
501 |
.noscript {}
|
@@ -737,6 +737,10 @@ tr.summary-details-excluded { font-style:italic; }
|
|
737 |
.block-poll .answer { font-weight:bold; }
|
738 |
.block-poll .votes { float:right; margin-left:10px; }
|
739 |
|
|
|
|
|
|
|
|
|
740 |
/* Block: Tags */
|
741 |
.block-tags .block-title span { }
|
742 |
.block-tags .block-content ul { margin: 10px; font-size:12px; padding: 0; }
|
@@ -1359,6 +1363,13 @@ tr.summary-details-excluded { font-style:italic; }
|
|
1359 |
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
|
1360 |
.block-progress .cards-list .info-table th { font-weight:normal; }
|
1361 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1362 |
.opc .buttons-set { margin-top:0; padding-top:2em; }
|
1363 |
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
|
1364 |
.opc .buttons-set .back-link small { display:none; }
|
19 |
*
|
20 |
* @category design
|
21 |
* @package default_default
|
22 |
+
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
|
23 |
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
*/
|
25 |
|
189 |
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
|
190 |
.form-list .input-range input.input-text { width:74px; }
|
191 |
|
192 |
+
.form-list-narrow li { margin-bottom:0; }
|
193 |
.form-list-narrow li .input-box { margin-bottom:6px; }
|
194 |
+
.form-list-narrow li.wide .input-box { width:260px; }
|
195 |
+
.form-list-narrow li.wide input.input-text,
|
196 |
+
.form-list-narrow li.wide textarea { width:254px }
|
197 |
.form-list-narrow li.wide select { width:260px; }
|
198 |
|
199 |
/* Customer */
|
212 |
.form-list .name-suffix select { width:55px; }
|
213 |
.form-list .name-suffix input.input-text { width:49px; }
|
214 |
|
|
|
|
|
|
|
215 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
|
216 |
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
|
217 |
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
|
230 |
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
|
231 |
|
232 |
.form-list .customer-name-prefix .name-firstname,
|
233 |
+
.form-list .customer-name-middlename .name-firstname,
|
234 |
+
.form-list .customer-name-middlename .name-middlename { width:210px; }
|
235 |
|
236 |
.form-list .customer-name-suffix .name-lastname,
|
237 |
.form-list .customer-name-middlename .name-firstname,
|
238 |
+
.form-list .customer-name-middlename .name-middlename,
|
239 |
.form-list .customer-name-middlename-suffix .name-firstname,
|
240 |
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
|
241 |
|
242 |
.form-list .customer-name-prefix .name-firstname input.input-text,
|
243 |
.form-list .customer-name-suffix .name-lastname input.input-text,
|
244 |
.form-list .customer-name-middlename .name-firstname input.input-text,
|
245 |
+
.form-list .customer-name-middlename .name-middlename input.input-text,
|
246 |
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
|
247 |
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
|
248 |
|
495 |
.global-site-notice .notice-inner .actions { padding-top:10px; }
|
496 |
|
497 |
/* Cookie Notice */
|
498 |
+
.notice-cookie { position:fixed; z-index:9999; width:100%; bottom:0; left:0; margin:0 !important; opacity:0.95; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; /* IE8 */ }
|
499 |
|
500 |
/* Noscript Notice */
|
501 |
.noscript {}
|
737 |
.block-poll .answer { font-weight:bold; }
|
738 |
.block-poll .votes { float:right; margin-left:10px; }
|
739 |
|
740 |
+
/* Block: Orders and Returns */
|
741 |
+
.block-gr-search li { padding:3px 9px; }
|
742 |
+
.block-gr-search button.button span {}
|
743 |
+
|
744 |
/* Block: Tags */
|
745 |
.block-tags .block-title span { }
|
746 |
.block-tags .block-content ul { margin: 10px; font-size:12px; padding: 0; }
|
1363 |
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
|
1364 |
.block-progress .cards-list .info-table th { font-weight:normal; }
|
1365 |
|
1366 |
+
/* show/hide "change" link for progress step depend on complete status
|
1367 |
+
* should be placed in .css file */
|
1368 |
+
.opc-block-progress dt.complete a,
|
1369 |
+
.opc-block-progress dt.complete .separator { display: inline; }
|
1370 |
+
.opc-block-progress dt a,
|
1371 |
+
.opc-block-progress dt .separator { display: none; }
|
1372 |
+
|
1373 |
.opc .buttons-set { margin-top:0; padding-top:2em; }
|
1374 |
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
|
1375 |
.opc .buttons-set .back-link small { display:none; }
|