magento_classic_theme_free - Version 1.7.0.2.1

Version Notes

Magento Classic Free Theme

Download this release

Release Info

Developer TemplatesMaster
Extension magento_classic_theme_free
Version 1.7.0.2.1
Comparing to
See all releases


Code changes from version 1.7.0.2 to 1.7.0.2.1

Files changed (43) hide show
  1. app/code/local/TM/Templatef002/etc/config.xml +19 -19
  2. app/design/frontend/default/f002/layout/page.xml +3 -3
  3. app/design/frontend/default/f002/template/catalog/navigation/top.phtml +12 -12
  4. app/design/frontend/default/f002/template/catalog/product/new.phtml +2 -2
  5. app/design/frontend/default/f002/template/catalog/product/view.phtml +3 -3
  6. app/design/frontend/default/f002/template/checkout/cart/header.cart.phtml +43 -43
  7. app/design/frontend/default/f002/template/page/1column.phtml +1 -1
  8. app/design/frontend/default/f002/template/page/2columns-left.phtml +1 -1
  9. app/design/frontend/default/f002/template/page/2columns-right.phtml +1 -1
  10. app/design/frontend/default/f002/template/page/3columns.phtml +2 -2
  11. app/design/frontend/default/f002/template/page/html/footer.phtml +1 -1
  12. app/design/frontend/default/f002/template/page/html/header.phtml +3 -2
  13. package.xml +5 -5
  14. skin/frontend/default/f002/css/custom.css +111 -108
  15. skin/frontend/default/f002/css/styles-ie.css +2 -2
  16. skin/frontend/default/f002/js/slider.js +89 -89
  17. skin/frontend/default/f002_green/css/custom.css +111 -108
  18. skin/frontend/default/f002_green/css/styles-ie.css +2 -2
  19. skin/frontend/default/f002_green/js/slider.js +89 -89
  20. skin/frontend/default/f002_grey/css/custom.css +111 -108
  21. skin/frontend/default/f002_grey/css/styles-ie.css +2 -2
  22. skin/frontend/default/f002_grey/js/slider.js +89 -89
  23. skin/frontend/default/f002_orange/css/custom.css +111 -108
  24. skin/frontend/default/f002_orange/css/styles-ie.css +2 -2
  25. skin/frontend/default/f002_orange/js/slider.js +89 -89
  26. skin/frontend/default/f002_pink/css/custom.css +111 -108
  27. skin/frontend/default/f002_pink/css/styles-ie.css +2 -2
  28. skin/frontend/default/f002_pink/js/slider.js +89 -89
  29. skin/frontend/default/f002_red/css/custom.css +111 -108
  30. skin/frontend/default/f002_red/css/styles-ie.css +2 -2
  31. skin/frontend/default/f002_red/js/slider.js +89 -89
  32. skin/frontend/default/f002_sea_green/css/custom.css +111 -108
  33. skin/frontend/default/f002_sea_green/css/styles-ie.css +2 -2
  34. skin/frontend/default/f002_sea_green/js/slider.js +89 -89
  35. skin/frontend/default/f002_silver/css/custom.css +111 -108
  36. skin/frontend/default/f002_silver/css/styles-ie.css +2 -2
  37. skin/frontend/default/f002_silver/js/slider.js +89 -89
  38. skin/frontend/default/f002_violet/css/custom.css +111 -108
  39. skin/frontend/default/f002_violet/css/styles-ie.css +2 -2
  40. skin/frontend/default/f002_violet/js/slider.js +89 -89
  41. skin/frontend/default/f002_yellow/css/custom.css +111 -108
  42. skin/frontend/default/f002_yellow/css/styles-ie.css +2 -2
  43. skin/frontend/default/f002_yellow/js/slider.js +89 -89
app/code/local/TM/Templatef002/etc/config.xml CHANGED
@@ -1,20 +1,20 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <config>
3
- <modules>
4
- <TM_Templatef002>
5
- <version>1.7.0.0</version>
6
- </TM_Templatef002>
7
- </modules>
8
- <global>
9
- <resources>
10
- <templatef002_setup>
11
- <setup>
12
- <module>TM_Templatef002</module>
13
- </setup>
14
- <connection>
15
- <use>core_setup</use>
16
- </connection>
17
- </templatef002_setup>
18
- </resources>
19
- </global>
20
  </config>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <config>
3
+ <modules>
4
+ <TM_Templatef002>
5
+ <version>1.7.0.0</version>
6
+ </TM_Templatef002>
7
+ </modules>
8
+ <global>
9
+ <resources>
10
+ <templatef002_setup>
11
+ <setup>
12
+ <module>TM_Templatef002</module>
13
+ </setup>
14
+ <connection>
15
+ <use>core_setup</use>
16
+ </connection>
17
+ </templatef002_setup>
18
+ </resources>
19
+ </global>
20
  </config>
app/design/frontend/default/f002/layout/page.xml CHANGED
@@ -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>
@@ -91,7 +91,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">
@@ -127,7 +127,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>
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>
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">
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>
app/design/frontend/default/f002/template/catalog/navigation/top.phtml CHANGED
@@ -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>
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
@@ -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; ?>
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
@@ -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>
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>
app/design/frontend/default/f002/template/checkout/cart/header.cart.phtml CHANGED
@@ -1,44 +1,44 @@
1
- <script src="<?php echo $this->getSkinUrl('js/dropdown.js') ?>" type="text/javascript"></script>
2
- <?php $_cartQty = $this->getSummaryCount() ?>
3
- <div class="box header-cart" id="header-cart">
4
- <div class="head" onclick="dropdown('cart-content', 'header-cart')">
5
- <h4 id="header-cart-top" >
6
- <?php if ($_cartQty>0): ?>
7
- <?php if ($_cartQty==1): ?>
8
- <?php echo $this->__('There is <strong>1 item</strong> in your cart') ?>
9
- <?php else: ?>
10
- <?php echo $this->__('There are <strong>%s items</strong> in your cart', $_cartQty) ?>
11
- <?php endif ?>
12
- <?php else: ?>
13
- <?php echo $this->__('Your <a href="%s">Shopping cart</a> is empty.', $this->getUrl('checkout/cart')) ?>
14
- <?php endif ?>
15
- </h4>
16
- </div>
17
-
18
- <div class="content" id="cart-content" style="display: none;">
19
- <?php $_items = $this->getItems() ?>
20
- <?php if(count($_items)): ?>
21
- <h6><?php echo $this->__('Cart Subtotal:') ?> <?php echo Mage::helper('checkout')->formatPrice($this->getSubtotal()) ?></h6>
22
- <?php if ($_subtotalInclTax = $this->getSubtotalInclTax()): ?>
23
- <br/>(<b><?php echo Mage::helper('checkout')->formatPrice($_subtotalInclTax) ?></b> <?php echo Mage::helper('tax')->getIncExcText(true) ?>)
24
- <?php endif; ?>
25
- <ol>
26
- <?php foreach($_items as $_item): ?>
27
- <?php echo $this->getItemHtml($_item) ?>
28
- <?php endforeach; ?>
29
- </ol>
30
- <script type="text/javascript">decorateList('cart-sidebar', 'non-recursive')</script>
31
- <?php endif ?>
32
-
33
- <?php if($_cartQty && $this->isPossibleOnepageCheckout()): ?>
34
- <div class="actions" id="center-buttons">
35
- <a class="form-button-header" type="button" onclick="setLocation('<?php echo $this->getCheckoutUrl() ?>')">
36
- <span><?php echo $this->__('Checkout') ?></span>
37
- </a>
38
- <a class="form-button-alt-header" type="button" onclick="setLocation('<?php echo $this->getUrl('checkout/cart') ?>')">
39
- <span><?php echo $this->__('View cart') ?></span>
40
- </a>
41
- </div>
42
- <?php endif ?>
43
- </div>
44
  </div>
1
+ <script src="<?php echo $this->getSkinUrl('js/dropdown.js') ?>" type="text/javascript"></script>
2
+ <?php $_cartQty = $this->getSummaryCount() ?>
3
+ <div class="box header-cart" id="header-cart">
4
+ <div class="head" onclick="dropdown('cart-content', 'header-cart')">
5
+ <h4 id="header-cart-top" >
6
+ <?php if ($_cartQty>0): ?>
7
+ <?php if ($_cartQty==1): ?>
8
+ <?php echo $this->__('There is <strong>1 item</strong> in your cart') ?>
9
+ <?php else: ?>
10
+ <?php echo $this->__('There are <strong>%s items</strong> in your cart', $_cartQty) ?>
11
+ <?php endif ?>
12
+ <?php else: ?>
13
+ <?php echo $this->__('Your <a href="%s">Shopping cart</a> is empty.', $this->getUrl('checkout/cart')) ?>
14
+ <?php endif ?>
15
+ </h4>
16
+ </div>
17
+
18
+ <div class="content" id="cart-content" style="display: none;">
19
+ <?php $_items = $this->getItems() ?>
20
+ <?php if(count($_items)): ?>
21
+ <h6><?php echo $this->__('Cart Subtotal:') ?> <?php echo Mage::helper('checkout')->formatPrice($this->getSubtotal()) ?></h6>
22
+ <?php if ($_subtotalInclTax = $this->getSubtotalInclTax()): ?>
23
+ <br/>(<b><?php echo Mage::helper('checkout')->formatPrice($_subtotalInclTax) ?></b> <?php echo Mage::helper('tax')->getIncExcText(true) ?>)
24
+ <?php endif; ?>
25
+ <ol>
26
+ <?php foreach($_items as $_item): ?>
27
+ <?php echo $this->getItemHtml($_item) ?>
28
+ <?php endforeach; ?>
29
+ </ol>
30
+ <script type="text/javascript">decorateList('cart-sidebar', 'non-recursive')</script>
31
+ <?php endif ?>
32
+
33
+ <?php if($_cartQty && $this->isPossibleOnepageCheckout()): ?>
34
+ <div class="actions" id="center-buttons">
35
+ <a class="form-button-header" type="button" onclick="setLocation('<?php echo $this->getCheckoutUrl() ?>')">
36
+ <span><?php echo $this->__('Checkout') ?></span>
37
+ </a>
38
+ <a class="form-button-alt-header" type="button" onclick="setLocation('<?php echo $this->getUrl('checkout/cart') ?>')">
39
+ <span><?php echo $this->__('View cart') ?></span>
40
+ </a>
41
+ </div>
42
+ <?php endif ?>
43
+ </div>
44
  </div>
app/design/frontend/default/f002/template/page/1column.phtml CHANGED
@@ -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') ?>
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') ?>
app/design/frontend/default/f002/template/page/2columns-left.phtml CHANGED
@@ -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') ?>
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') ?>
app/design/frontend/default/f002/template/page/2columns-right.phtml CHANGED
@@ -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') ?>
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') ?>
app/design/frontend/default/f002/template/page/3columns.phtml CHANGED
@@ -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">
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">
app/design/frontend/default/f002/template/page/html/footer.phtml CHANGED
@@ -29,7 +29,7 @@
29
  <div class="footerl">
30
  <p class="legality">
31
  <?php echo $this->getCopyright() ?>
32
- <!-- This theme is avalable udner Creative Commons License http://creativecommons.org/licenses/by/3.0/ Removing links to is similarly prohibited. --><a href="http://templates-master.com" title="Magento Templates">Magento Templates</a> by <a href="http://templates-master.com" title="Magento Themes">Templates Master</a><!-- Removing links to is similarly prohibited. -->
33
  </p>
34
  <div class="box mini-newsletter">
35
  <h4><?php echo $this->__('Newsletter Sign-up') ?></h4>
29
  <div class="footerl">
30
  <p class="legality">
31
  <?php echo $this->getCopyright() ?>
32
+ <!-- This theme is avalable udner Creative Commons License http://creativecommons.org/licenses/by/3.0/ Removing links to is similarly prohibited. -->Magento Template by <a href="http://templates-master.com" title="Templates master" rel="nofollow">templates-master.com</a><!-- Removing links to is similarly prohibited. -->
33
  </p>
34
  <div class="box mini-newsletter">
35
  <h4><?php echo $this->__('Newsletter Sign-up') ?></h4>
app/design/frontend/default/f002/template/page/html/header.phtml CHANGED
@@ -28,7 +28,7 @@
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">
@@ -49,6 +49,7 @@
49
 
50
  <?php echo $this->getChildHtml('topMenu') ?>
51
  </div>
52
- </div>
 
53
  </div>
54
  </div>
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">
49
 
50
  <?php echo $this->getChildHtml('topMenu') ?>
51
  </div>
52
+ <?php // echo $this->getChildHtml('topContainer'); ?>
53
+ </div>
54
  </div>
55
  </div>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>magento_classic_theme_free</name>
4
- <version>1.7.0.2</version>
5
  <stability>stable</stability>
6
  <license uri="http://creativecommons.org/licenses/by/3.0/">Creative Commons License </license>
7
  <channel>community</channel>
@@ -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>2012-08-13</date>
21
- <time>15:05:00</time>
22
- <contents><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="f002"><dir><dir name="css"><file name="custom.css" hash="e2f0eb69591d73661d522f252afa05f4"/><file name="styles-ie.css" hash="a9dc389ac498dd7ef3587500d8ea3c84"/><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="71b62a37d742ff182cbb4709b4e9c930"/></dir></dir></dir><dir name="f002_green"><dir><dir name="css"><file name="custom.css" hash="dea5c24143153d64c030db4b2dbc1ea1"/><file name="styles-ie.css" hash="a9dc389ac498dd7ef3587500d8ea3c84"/><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="71b62a37d742ff182cbb4709b4e9c930"/></dir></dir></dir><dir name="f002_grey"><dir><dir name="css"><file name="custom.css" hash="d0de41f3594e53a99707f262e37fb178"/><file name="styles-ie.css" hash="a9dc389ac498dd7ef3587500d8ea3c84"/><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="71b62a37d742ff182cbb4709b4e9c930"/></dir></dir></dir><dir name="f002_orange"><dir><dir name="css"><file name="custom.css" hash="7842726a207de9b3e3d6611731c2697b"/><file name="styles-ie.css" hash="a9dc389ac498dd7ef3587500d8ea3c84"/><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="71b62a37d742ff182cbb4709b4e9c930"/></dir></dir></dir><dir name="f002_pink"><dir><dir name="css"><file name="custom.css" hash="cfde6f8016103437893056222cb92d8f"/><file name="styles-ie.css" hash="a9dc389ac498dd7ef3587500d8ea3c84"/><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="71b62a37d742ff182cbb4709b4e9c930"/></dir></dir></dir><dir name="f002_red"><dir><dir name="css"><file name="custom.css" hash="2594b886543b7cf4fed5c6e8b0dd20d8"/><file name="styles-ie.css" hash="a9dc389ac498dd7ef3587500d8ea3c84"/><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="71b62a37d742ff182cbb4709b4e9c930"/></dir></dir></dir><dir name="f002_sea_green"><dir><dir name="css"><file name="custom.css" hash="6380956412e39ca093622da7701e5f94"/><file name="styles-ie.css" hash="a9dc389ac498dd7ef3587500d8ea3c84"/><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="71b62a37d742ff182cbb4709b4e9c930"/></dir></dir></dir><dir name="f002_silver"><dir><dir name="css"><file name="custom.css" hash="74a511d1585c13c44dd17cbf1209f11d"/><file name="styles-ie.css" hash="a9dc389ac498dd7ef3587500d8ea3c84"/><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="71b62a37d742ff182cbb4709b4e9c930"/></dir></dir></dir><dir name="f002_violet"><dir><dir name="css"><file name="custom.css" hash="9cf3a698730035b26dbd100148e9eb72"/><file name="styles-ie.css" hash="a9dc389ac498dd7ef3587500d8ea3c84"/><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="71b62a37d742ff182cbb4709b4e9c930"/></dir></dir></dir><dir name="f002_yellow"><dir><dir name="css"><file name="custom.css" hash="f2d2cb26fcc50e2d793967c99acb2c8a"/><file name="styles-ie.css" hash="a9dc389ac498dd7ef3587500d8ea3c84"/><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="71b62a37d742ff182cbb4709b4e9c930"/></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="88d2c4cf94b09a77327f9a6f2f6c6782"/><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="3fda520a10f5f7fb3d3f7b22cfe780b8"/></dir><dir name="product"><file name="new.phtml" hash="51f7885e3ba8b5875346f83d06c519af"/><file name="view.phtml" hash="093902ed856d35bd0a2343a771acefac"/></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="7f9c85bacfdf4581fc57ce39118b0941"/></dir></dir><dir name="page"><file name="1column.phtml" hash="ead865e95427bb26892d5995edfa98c1"/><file name="2columns-left.phtml" hash="36fb5be1987ad12fd1704ef21d6470d6"/><file name="2columns-right.phtml" hash="781c4a272b28f091b3660d67fa3354c0"/><file name="3columns.phtml" hash="5a580b3d5c4cdbf84fe3450cccb3aff1"/><dir name="html"><file name="footer.phtml" hash="ca929b89fced9f6bc78bff1388dd997d"/><file name="header.phtml" hash="3c770cb2540f24a5548e288e4742d1e3"/><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="d01ad9e34369c5d9a4b7a4dc7f15b83f"/></dir></dir></dir></target></contents>
23
  <compatible/>
24
- <dependencies><required><php><min>5.2.0</min><max>6.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.7.0.2.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://creativecommons.org/licenses/by/3.0/">Creative Commons License </license>
7
  <channel>community</channel>
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>2013-05-28</date>
21
+ <time>12:06:32</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>5.3.5</max></php></required></dependencies>
25
  </package>
skin/frontend/default/f002/css/custom.css CHANGED
@@ -1,40 +1,40 @@
1
  body {background:#808080;}
2
- a { color:#555452; text-decoration: none; }
3
- a:hover { color:#555452; text-decoration: underline; }
4
- a img { border:0;}
5
- a:hover img { border:0; text-decoration:none;}
6
- :focus { outline:0; }
7
-
8
- .fieldset .legend, .fieldset { border:0px;}
9
-
10
- .header-container { background: url(../images/header-bg.gif) repeat-x 0 0; }
11
- .header-top {clear:both;margin:0 auto;position:relative;width:930px;z-index:100;}
12
-
13
- .col3-layout .col-wrapper {float:left;width:723px;}
14
- .col3-layout .col-main {margin-left:4px;width:522px;}
15
- .col2-left-layout .col-main {float:right;width:720px;}
16
- .col2-right-layout .col-main {width:720px;}
17
-
18
- .breadcrumbs ul{margin:0 auto 0; padding-bottom:0px; text-align:left; width:930px;}
19
-
20
  .products-grid li.item { width:150px; text-align:center;}
21
  .grid-recent li.item { padding: 12px 10px 40px !important; }
22
- .products-grid li.item .actions { width: 150px; }
23
- .products-grid { line-height:1.35em; }
24
- .products-grid .product-name { margin-bottom:.4em; font-size:1.05em; }
25
  .products-grid .product-name a { color:#007ed3; text-decoration: none; }
26
- .products-grid .product-name a:hover { text-decoration: underline; }
27
- .products-grid .ratings { margin-bottom:.6em; }
28
- .products-grid {border-bottom:1px solid #D9DDE3;}
29
- .link-wishlist {color:#DC6809 !important;font-weight:bold !important;}
30
  .products-grid .link-wishlist a, .products-grid .link-compare a:hover {text-decoration:underline;}
31
 
32
  .products-list .product-name a { color:#007ed3; text-decoration: none; }
33
- .products-list .product-name a:hover { text-decoration: underline; }
34
-
35
- .product-view {border:0px;}
36
- .product-collateral h2{color:#3A83B4;font-size:12px;font-weight:bold;}
37
- .product-essential {padding:10px 25px;}
38
 
39
  #header-cart{position:absolute; z-index:20; width:200px; right:0; top:7px}
40
  #header-cart .btn-remove,
@@ -45,49 +45,49 @@ a:hover img { border:0; text-decoration:none;}
45
  #header-cart .head h4{cursor:pointer; float:none; display:inline; padding-left:15px; background:url(../images/icon-cart.gif) no-repeat 0 50%}
46
  #header-cart .head h4,
47
  #header-cart .head h4 a{color:#ababab; font-size:0.95em; font-weight:normal}
48
-
49
- .header-topbar {height:26px;margin:0 auto;padding-top:5px;position:relative;width:930px;z-index:110;}
50
-
51
- .welcome-msg{float:left; font-size:0.95em}
52
- .quick-access { margin: 0px; text-align: left; float: left; color: #ababab;}
53
- .quick-access p { margin-bottom:4px; }
54
- .quick-access li {display:inline; background:url(../images/blue_pipe.gif) no-repeat 100% 3px; padding-right:10px;padding-left:3px;}
55
- .quick-access li.first { padding-left:10px !important; }
56
- .quick-access li.last { padding-right:0; background:none; }
57
- .shop-access {float: left; }
58
- .shop-access a, .shop-access a:hover {text-decoration: none; color:#007ed3; font-size:11px; }
59
- .shop-access a:hover {color: #FFF;}
60
- .shop-access li.last { padding-right:0; background:none; }
61
-
62
- .form-language { float: left; margin-left: 65px; display: inline; }
63
- .form-language label { color:#1e7ec8; padding-right:5px; font-size:11px; }
64
- .form-language .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; }
65
-
66
- .header .form-search { float: right; padding: 0px; position:absolute; right:0; top: 32px; width: 345px; padding: 1px 0 1px 30px; background: url(../images/icon-zoom.gif) no-repeat 0 0; }
67
- .header .form-search input.input-text { width:300px; border: 1px solid #517b92; padding: 3px; }
68
  #search_mini_form label {display:none;}
69
  .header .form-search .search-autocomplete {
70
  left: 30px !important;
71
  top: 23px !important;
72
- }
73
- .search-autocomplete { z-index:999; }
74
- .search-autocomplete ul { border:1px solid #5c7989; background-color:#efefef; }
75
- .search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
76
- .search-autocomplete li .amount { float:right; font-weight:bold; }
77
- .search-autocomplete li.odd { background-color: #fff; }
78
- .search-autocomplete li.selected { background-color: #dedede; }
79
-
80
- .nav-container { clear: both; padding-bottom: 1px;}
81
- .header-nav-container {clear:both;padding-bottom:1px;}
82
- .nav-container { margin: 0 auto; width: 930px; background: url(../images/navigation-bg.gif) repeat-x 0 0; border: 1px solid #606060; border-width: 1px 1px 0;}
83
-
84
- .main-container{ background: #e9ecee url(../images/content-bg.gif) repeat-x 0 0; padding: 13px 0px 13px 0px; text-align:left; }
85
- .main {padding: 4px; background: #fff; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; margin:0 auto; text-align:left; width:922px;}
86
- .col-main { float:left; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; }
87
-
88
- .page-title, .page-head { border-bottom:1px solid #ccc; margin:0 0 12px;}
89
- .page-title, .page-head { padding: 2px 0; border-bottom: 1px solid #ccc; text-align:right; background: url(../images/box-header-bg.gif) repeat-x 0 100%; }
90
- .page-head h3, .page-title h3, .page-title h1 {margin:0 10px ; text-transform:none !important; text-align:left; line-height: 30px; color:#007ED3; font-size:12px; font-weight:bold;}
91
 
92
  #cart-content{background:#292a34; border:1px solid #727379; border-top:none; padding:0 3px 5px; -moz-border-radius:0 0 8px 8px; -webkit-border-bottom-left-radius:8px; -webkit-border-bottom-right-radius:8px; border-radius:0 0 8px 8px; color:#aaa; position:absolute; top:23px; right:0px; width:200px}
93
  #cart-content .product-image {float:left}
@@ -98,17 +98,17 @@ a:hover img { border:0; text-decoration:none;}
98
  #cart-content a:hover{color:#aaa}
99
  #cart-content .actions a span{cursor:pointer}
100
  #cart-content #center-buttons{padding-top:5px; clear:both; text-align:center}
101
-
102
- .toolbar .sorter, .toolbar .pager{border-top:1px solid #EEEEEE;}
103
-
104
- .side-col .block {margin-bottom:0.5em !important;}
105
- .block { line-height:1.3em; font-size:.95em; }
106
- .block .block-title { margin: 0; padding: 2px 10px 0; background: #fcfdfd url(../images/box-header-bg.gif) repeat-x 0 100%; border: 1px solid #ccc; -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px;}
107
- .block .block-title strong { line-height: 30px; color:#007ED3;}
108
- .block .block-title strong .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
109
- .block strong { font-size:1em;}
110
- .block .block-content { background: #fcfcfc url(../images/box-content-bg.gif) repeat-x 0 0; border: 1px solid #ccc; border-top: none; -moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; padding:5px 5px;}
111
- .block .content ol {background: none;border: none;}
112
 
113
  #slider{height:200px; position:relative; width:930px; margin:0 auto; overflow:hidden; margin-bottom:13px; border:1px solid #ccc}
114
  div.scroller{height:200px; overflow:hidden; width:930px; zoom:1}
@@ -128,20 +128,20 @@ div.sliderdescription:hover,.sliderdescription.active{background-color:#fff !imp
128
  .astop{background:url(../images/astop.gif) no-repeat 3px 3px}
129
  .aplay{background:url(../images/aplay.gif) no-repeat 6px 3px}
130
 
131
- .footer-container { padding-top: 25px; background: url(../images/footer-bg.gif) repeat-x 0 0;}
132
- .footer { width:930px; margin:0 auto;}
133
- .footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
134
- .footer .informational label { color:#4e4e51; font-weight:bold; padding-right:3px; }
135
- .footer .informational { float: right; text-align: right; font-size: 0.9em;}
136
- .footer .informational ul {margin-bottom: 15px;}
137
- .footer .informational li {display:inline;background:url(../images/pipe-gray.gif) no-repeat 100% 50%; padding-right:8px; padding-left:6px;}
138
- .footer .informational li.last { background:none; padding-right:0; }
139
- .footer .informational a, .footer .informational a:hover { color:#4e4e51; }
140
  .footer .informational a { text-decoration:none; }
141
- .footer .informational a:hover { text-decoration: underline; }
142
- .footer .legality {padding:0px 0px;color:#4e4e51; text-align: left;font-size:11px;}
143
  .footer .legality a { color:#4e4e51; text-decoration: none;}
144
- .footer .legality a:hover { text-decoration: underline; }
145
  .footerl .mini-newsletter{float:left; clear:both; width:390px; text-align:left}
146
  .footerl .mini-newsletter .validation-advice { width: 165px; color: #fff; }
147
  .footerl{float:left}
@@ -149,23 +149,23 @@ div.sliderdescription:hover,.sliderdescription.active{background-color:#fff !imp
149
  .footerl form,.footerl .mini-newsletter h4{float:left; line-height:30px; font-size:11px}
150
  .footerl .mini-newsletter input.input-text{float:left}
151
  .footerl .form-button-alt{float:right; margin:3px 0px 0px 6px}
152
-
153
- .cart-collaterals .totals {background:#DEE5E8 none repeat scroll 0 0; }
154
- .cart-collaterals .upsell, .cart-collaterals .discount , .cart-collaterals .crosssell , .cart-collaterals .shipping {border:1px solid #CEC3B6;}
155
- .cart-collaterals h2 {color:#1E7EC8;}
156
- .cart .cart-collaterals {padding:10px 5px;}
157
- .opc li.section {border-top:1px solid #FFFFFF !important;}
158
- .checkout-onepage-index .page-title, .page-head {margin:0 0 1px;}
159
- .block-progress dt {border-bottom:1px dotted #A3AEB3}
160
- .checkout-review-table-wrapper .data-table, .block-progress dd, .opc .step, .opc .step-title, .opc li.section{border: 0px !important;}
161
- .account-login .content {border: 0px;}
162
- .account-login .buttons-set {border: 0px; background: #fff;}
163
-
164
- button.button {margin:1px;}
165
  .button span span {display: block; float:left; background:#aeaeae url(../images/gradient-gray.gif) repeat-x 0 0; border:1px solid #adadad !important; -moz-border-radius:4px; -webkit-border-radius:4px; -opera-border-radius:4px; margin:0px; vertical-align:top; padding:2px 10px !important; color:#4F4F4F;}
166
  .button:hover span span {border-color:#888; color:#333}
167
- button.btn-checkout span {line-height:40px; height: 40px;}
168
- .mini-newsletter input.input-text { display:block; margin:4px 0 0 0; width:167px; }
169
 
170
  h4,h3,.category-head h2{ font-size:12px; font-weight:bold; color:#007ed3}
171
 
@@ -229,4 +229,7 @@ h4,h3,.category-head h2{ font-size:12px; font-weight:bold; color:#007ed3}
229
 
230
  /**********fix**********/
231
  .dashboard .welcome-msg { clear: both; }
232
- .box-account { float: left; margin: 0 0 20px; padding: 15px; width: 635px;}
 
 
 
1
  body {background:#808080;}
2
+ a { color:#555452; text-decoration: none; }
3
+ a:hover { color:#555452; text-decoration: underline; }
4
+ a img { border:0;}
5
+ a:hover img { border:0; text-decoration:none;}
6
+ :focus { outline:0; }
7
+
8
+ .fieldset .legend, .fieldset { border:0px;}
9
+
10
+ .header-container { background: url(../images/header-bg.gif) repeat-x 0 0; }
11
+ .header-top {clear:both;margin:0 auto;position:relative;width:930px;z-index:100;}
12
+
13
+ .col3-layout .col-wrapper {float:left;width:723px;}
14
+ .col3-layout .col-main {margin-left:4px;width:522px;}
15
+ .col2-left-layout .col-main {float:right;width:720px;}
16
+ .col2-right-layout .col-main {width:720px;}
17
+
18
+ .breadcrumbs ul{margin:0 auto 0; padding-bottom:0px; text-align:left; width:930px;}
19
+
20
  .products-grid li.item { width:150px; text-align:center;}
21
  .grid-recent li.item { padding: 12px 10px 40px !important; }
22
+ .products-grid li.item .actions { width: 150px; }
23
+ .products-grid { line-height:1.35em; }
24
+ .products-grid .product-name { margin-bottom:.4em; font-size:1.05em; }
25
  .products-grid .product-name a { color:#007ed3; text-decoration: none; }
26
+ .products-grid .product-name a:hover { text-decoration: underline; }
27
+ .products-grid .ratings { margin-bottom:.6em; }
28
+ .products-grid {border-bottom:1px solid #D9DDE3;}
29
+ .link-wishlist {color:#DC6809 !important;font-weight:bold !important;}
30
  .products-grid .link-wishlist a, .products-grid .link-compare a:hover {text-decoration:underline;}
31
 
32
  .products-list .product-name a { color:#007ed3; text-decoration: none; }
33
+ .products-list .product-name a:hover { text-decoration: underline; }
34
+
35
+ .product-view {border:0px;}
36
+ .product-collateral h2{color:#3A83B4;font-size:12px;font-weight:bold;}
37
+ .product-essential {padding:10px 25px;}
38
 
39
  #header-cart{position:absolute; z-index:20; width:200px; right:0; top:7px}
40
  #header-cart .btn-remove,
45
  #header-cart .head h4{cursor:pointer; float:none; display:inline; padding-left:15px; background:url(../images/icon-cart.gif) no-repeat 0 50%}
46
  #header-cart .head h4,
47
  #header-cart .head h4 a{color:#ababab; font-size:0.95em; font-weight:normal}
48
+
49
+ .header-topbar {height:26px;margin:0 auto;padding-top:5px;position:relative;width:930px;z-index:110;}
50
+
51
+ .welcome-msg{float:left; font-size:0.95em}
52
+ .quick-access { margin: 0px; text-align: left; float: left; color: #ababab;}
53
+ .quick-access p { margin-bottom:4px; }
54
+ .quick-access li {display:inline; background:url(../images/blue_pipe.gif) no-repeat 100% 3px; padding-right:10px;padding-left:3px;}
55
+ .quick-access li.first { padding-left:10px !important; }
56
+ .quick-access li.last { padding-right:0; background:none; }
57
+ .shop-access {float: left; }
58
+ .shop-access a, .shop-access a:hover {text-decoration: none; color:#007ed3; font-size:11px; }
59
+ .shop-access a:hover {color: #FFF;}
60
+ .shop-access li.last { padding-right:0; background:none; }
61
+
62
+ .form-language { float: left; margin-left: 65px; display: inline; }
63
+ .form-language label { color:#1e7ec8; padding-right:5px; font-size:11px; }
64
+ .form-language .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; }
65
+
66
+ .header .form-search { float: right; padding: 0px; position:absolute; right:0; top: 32px; width: 345px; padding: 1px 0 1px 30px; background: url(../images/icon-zoom.gif) no-repeat 0 0; }
67
+ .header .form-search input.input-text { width:300px; border: 1px solid #517b92; padding: 3px; }
68
  #search_mini_form label {display:none;}
69
  .header .form-search .search-autocomplete {
70
  left: 30px !important;
71
  top: 23px !important;
72
+ }
73
+ .search-autocomplete { z-index:999; }
74
+ .search-autocomplete ul { border:1px solid #5c7989; background-color:#efefef; }
75
+ .search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
76
+ .search-autocomplete li .amount { float:right; font-weight:bold; }
77
+ .search-autocomplete li.odd { background-color: #fff; }
78
+ .search-autocomplete li.selected { background-color: #dedede; }
79
+
80
+ .nav-container { clear: both; padding-bottom: 1px;}
81
+ .header-nav-container {clear:both;padding-bottom:1px;}
82
+ .nav-container { margin: 0 auto; width: 930px; background: url(../images/navigation-bg.gif) repeat-x 0 0; border: 1px solid #606060; border-width: 1px 1px 0;}
83
+
84
+ .main-container{ background: #e9ecee url(../images/content-bg.gif) repeat-x 0 0; padding: 13px 0px 13px 0px; text-align:left; }
85
+ .main {padding: 4px; background: #fff; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; margin:0 auto; text-align:left; width:922px;}
86
+ .col-main { float:left; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; }
87
+
88
+ .page-title, .page-head { border-bottom:1px solid #ccc; margin:0 0 12px;}
89
+ .page-title, .page-head { padding: 2px 0; border-bottom: 1px solid #ccc; text-align:right; background: url(../images/box-header-bg.gif) repeat-x 0 100%; }
90
+ .page-head h3, .page-title h3, .page-title h1 {margin:0 10px ; text-transform:none !important; text-align:left; line-height: 30px; color:#007ED3; font-size:12px; font-weight:bold;}
91
 
92
  #cart-content{background:#292a34; border:1px solid #727379; border-top:none; padding:0 3px 5px; -moz-border-radius:0 0 8px 8px; -webkit-border-bottom-left-radius:8px; -webkit-border-bottom-right-radius:8px; border-radius:0 0 8px 8px; color:#aaa; position:absolute; top:23px; right:0px; width:200px}
93
  #cart-content .product-image {float:left}
98
  #cart-content a:hover{color:#aaa}
99
  #cart-content .actions a span{cursor:pointer}
100
  #cart-content #center-buttons{padding-top:5px; clear:both; text-align:center}
101
+
102
+ .toolbar .sorter, .toolbar .pager{border-top:1px solid #EEEEEE;}
103
+
104
+ .side-col .block {margin-bottom:0.5em !important;}
105
+ .block { line-height:1.3em; font-size:.95em; }
106
+ .block .block-title { margin: 0; padding: 2px 10px 0; background: #fcfdfd url(../images/box-header-bg.gif) repeat-x 0 100%; border: 1px solid #ccc; -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px;}
107
+ .block .block-title strong { line-height: 30px; color:#007ED3;}
108
+ .block .block-title strong .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
109
+ .block strong { font-size:1em;}
110
+ .block .block-content { background: #fcfcfc url(../images/box-content-bg.gif) repeat-x 0 0; border: 1px solid #ccc; border-top: none; -moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; padding:5px 5px;}
111
+ .block .content ol {background: none;border: none;}
112
 
113
  #slider{height:200px; position:relative; width:930px; margin:0 auto; overflow:hidden; margin-bottom:13px; border:1px solid #ccc}
114
  div.scroller{height:200px; overflow:hidden; width:930px; zoom:1}
128
  .astop{background:url(../images/astop.gif) no-repeat 3px 3px}
129
  .aplay{background:url(../images/aplay.gif) no-repeat 6px 3px}
130
 
131
+ .footer-container { padding-top: 25px; background: url(../images/footer-bg.gif) repeat-x 0 0;}
132
+ .footer { width:930px; margin:0 auto;}
133
+ .footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
134
+ .footer .informational label { color:#4e4e51; font-weight:bold; padding-right:3px; }
135
+ .footer .informational { float: right; text-align: right; font-size: 0.9em;}
136
+ .footer .informational ul {margin-bottom: 15px;}
137
+ .footer .informational li {display:inline;background:url(../images/pipe-gray.gif) no-repeat 100% 50%; padding-right:8px; padding-left:6px;}
138
+ .footer .informational li.last { background:none; padding-right:0; }
139
+ .footer .informational a, .footer .informational a:hover { color:#4e4e51; }
140
  .footer .informational a { text-decoration:none; }
141
+ .footer .informational a:hover { text-decoration: underline; }
142
+ .footer .legality {padding:0px 0px;color:#4e4e51; text-align: left;font-size:11px;}
143
  .footer .legality a { color:#4e4e51; text-decoration: none;}
144
+ .footer .legality a:hover { text-decoration: underline; }
145
  .footerl .mini-newsletter{float:left; clear:both; width:390px; text-align:left}
146
  .footerl .mini-newsletter .validation-advice { width: 165px; color: #fff; }
147
  .footerl{float:left}
149
  .footerl form,.footerl .mini-newsletter h4{float:left; line-height:30px; font-size:11px}
150
  .footerl .mini-newsletter input.input-text{float:left}
151
  .footerl .form-button-alt{float:right; margin:3px 0px 0px 6px}
152
+
153
+ .cart-collaterals .totals {background:#DEE5E8 none repeat scroll 0 0; }
154
+ .cart-collaterals .upsell, .cart-collaterals .discount , .cart-collaterals .crosssell , .cart-collaterals .shipping {border:1px solid #CEC3B6;}
155
+ .cart-collaterals h2 {color:#1E7EC8;}
156
+ .cart .cart-collaterals {padding:10px 5px;}
157
+ .opc li.section {border-top:1px solid #FFFFFF !important;}
158
+ .checkout-onepage-index .page-title, .page-head {margin:0 0 1px;}
159
+ .block-progress dt {border-bottom:1px dotted #A3AEB3}
160
+ .checkout-review-table-wrapper .data-table, .block-progress dd, .opc .step, .opc .step-title, .opc li.section{border: 0px !important;}
161
+ .account-login .content {border: 0px;}
162
+ .account-login .buttons-set {border: 0px; background: #fff;}
163
+
164
+ button.button {margin:1px;}
165
  .button span span {display: block; float:left; background:#aeaeae url(../images/gradient-gray.gif) repeat-x 0 0; border:1px solid #adadad !important; -moz-border-radius:4px; -webkit-border-radius:4px; -opera-border-radius:4px; margin:0px; vertical-align:top; padding:2px 10px !important; color:#4F4F4F;}
166
  .button:hover span span {border-color:#888; color:#333}
167
+ button.btn-checkout span {line-height:40px; height: 40px;}
168
+ .mini-newsletter input.input-text { display:block; margin:4px 0 0 0; width:167px; }
169
 
170
  h4,h3,.category-head h2{ font-size:12px; font-weight:bold; color:#007ed3}
171
 
229
 
230
  /**********fix**********/
231
  .dashboard .welcome-msg { clear: both; }
232
+ .box-account { float: left; margin: 0 0 20px; padding: 15px; width: 635px;}
233
+
234
+ .catalog-seo-sitemap-product .pager .pages,
235
+ .catalog-seo-sitemap-category .pager .pages { float: none !important; }
skin/frontend/default/f002/css/styles-ie.css CHANGED
@@ -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; }
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/js/slider.js CHANGED
@@ -1,89 +1,89 @@
1
- var Slider = Class.create();
2
- Slider.prototype = {
3
- options: {
4
- shift: 329
5
- },
6
-
7
- initialize: function(container, controlLeft, controlRight){
8
- this.animating = false;
9
- this.containerSize = {
10
- width: $(container).offsetWidth,
11
- height: $(container).offsetHeight
12
- },
13
- this.content = $(container).down();
14
- this.controlLeft = $(controlLeft);
15
- this.controlRight = $(controlRight);
16
-
17
- this.initControls();
18
- },
19
-
20
- initControls: function(){
21
- this.controlLeft.href = this.controlRight.href = 'javascript:void(0)';
22
- Event.observe(this.controlLeft, 'click', this.shiftLeft.bind(this));
23
- Event.observe(this.controlRight, 'click', this.shiftRight.bind(this));
24
- this.updateControls(1, 0);
25
- },
26
-
27
- shiftRight: function(){
28
- if (this.animating)
29
- return;
30
-
31
- var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
32
-
33
- if ((left + this.options.shift) < 0) {
34
- var shift = this.options.shift;
35
- this.updateControls(1, 1);
36
- } else {
37
- var shift = Math.abs(left);
38
- this.updateControls(1, 0);
39
- }
40
- this.moveTo(shift);
41
- },
42
-
43
- shiftLeft: function(){
44
- if (this.animating)
45
- return;
46
-
47
- var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
48
-
49
- var lastItemLeft = this.content.childElements().last().positionedOffset()[0];
50
- var lastItemWidth = this.content.childElements().last().offsetWidth;
51
- var contentWidth = lastItemLeft + lastItemWidth;
52
-
53
- if ((contentWidth + left - this.options.shift) > this.containerSize.width) {
54
- var shift = this.options.shift;
55
- this.updateControls(1, 1);
56
- } else {
57
- var shift = contentWidth + left - this.containerSize.width;
58
- this.updateControls(0, 1);
59
- }
60
- this.moveTo(-shift);
61
- },
62
-
63
- moveTo: function(shift){
64
- var scope = this;
65
-
66
- this.animating = true;
67
-
68
- new Effect.Move(this.content, {
69
- x: shift,
70
- duration: 0.4,
71
- delay: 0,
72
- afterFinish: function(){
73
- scope.animating = false;
74
- }
75
- });
76
- },
77
-
78
- updateControls: function(left, right){
79
- if (!left)
80
- this.controlLeft.addClassName('disabled');
81
- else
82
- this.controlLeft.removeClassName('disabled');
83
-
84
- if (!right)
85
- this.controlRight.addClassName('disabled');
86
- else
87
- this.controlRight.removeClassName('disabled');
88
- }
89
- }
1
+ var Slider = Class.create();
2
+ Slider.prototype = {
3
+ options: {
4
+ shift: 329
5
+ },
6
+
7
+ initialize: function(container, controlLeft, controlRight){
8
+ this.animating = false;
9
+ this.containerSize = {
10
+ width: $(container).offsetWidth,
11
+ height: $(container).offsetHeight
12
+ },
13
+ this.content = $(container).down();
14
+ this.controlLeft = $(controlLeft);
15
+ this.controlRight = $(controlRight);
16
+
17
+ this.initControls();
18
+ },
19
+
20
+ initControls: function(){
21
+ this.controlLeft.href = this.controlRight.href = 'javascript:void(0)';
22
+ Event.observe(this.controlLeft, 'click', this.shiftLeft.bind(this));
23
+ Event.observe(this.controlRight, 'click', this.shiftRight.bind(this));
24
+ this.updateControls(1, 0);
25
+ },
26
+
27
+ shiftRight: function(){
28
+ if (this.animating)
29
+ return;
30
+
31
+ var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
32
+
33
+ if ((left + this.options.shift) < 0) {
34
+ var shift = this.options.shift;
35
+ this.updateControls(1, 1);
36
+ } else {
37
+ var shift = Math.abs(left);
38
+ this.updateControls(1, 0);
39
+ }
40
+ this.moveTo(shift);
41
+ },
42
+
43
+ shiftLeft: function(){
44
+ if (this.animating)
45
+ return;
46
+
47
+ var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
48
+
49
+ var lastItemLeft = this.content.childElements().last().positionedOffset()[0];
50
+ var lastItemWidth = this.content.childElements().last().offsetWidth;
51
+ var contentWidth = lastItemLeft + lastItemWidth;
52
+
53
+ if ((contentWidth + left - this.options.shift) > this.containerSize.width) {
54
+ var shift = this.options.shift;
55
+ this.updateControls(1, 1);
56
+ } else {
57
+ var shift = contentWidth + left - this.containerSize.width;
58
+ this.updateControls(0, 1);
59
+ }
60
+ this.moveTo(-shift);
61
+ },
62
+
63
+ moveTo: function(shift){
64
+ var scope = this;
65
+
66
+ this.animating = true;
67
+
68
+ new Effect.Move(this.content, {
69
+ x: shift,
70
+ duration: 0.4,
71
+ delay: 0,
72
+ afterFinish: function(){
73
+ scope.animating = false;
74
+ }
75
+ });
76
+ },
77
+
78
+ updateControls: function(left, right){
79
+ if (!left)
80
+ this.controlLeft.addClassName('disabled');
81
+ else
82
+ this.controlLeft.removeClassName('disabled');
83
+
84
+ if (!right)
85
+ this.controlRight.addClassName('disabled');
86
+ else
87
+ this.controlRight.removeClassName('disabled');
88
+ }
89
+ }
skin/frontend/default/f002_green/css/custom.css CHANGED
@@ -1,40 +1,40 @@
1
  body {background:#808080;}
2
- a { color:#555452; text-decoration: none; }
3
- a:hover { color:#555452; text-decoration: underline; }
4
- a img { border:0;}
5
- a:hover img { border:0; text-decoration:none;}
6
- :focus { outline:0; }
7
-
8
- .fieldset .legend, .fieldset { border:0px;}
9
-
10
- .header-container { background: url(../images/header-bg.gif) repeat-x 0 0; }
11
- .header-top {clear:both;margin:0 auto;position:relative;width:930px;z-index:100;}
12
-
13
- .col3-layout .col-wrapper {float:left;width:723px;}
14
- .col3-layout .col-main {margin-left:4px;width:522px;}
15
- .col2-left-layout .col-main {float:right;width:720px;}
16
- .col2-right-layout .col-main {width:720px;}
17
-
18
- .breadcrumbs ul{margin:0 auto 0; padding-bottom:0px; text-align:left; width:930px;}
19
-
20
- .products-grid li.item { width:150px; text-align:center;}
21
  .grid-recent li.item { padding: 12px 10px 40px !important; }
22
  .products-grid li.item .actions { width: 150px; }
23
- .products-grid { line-height:1.35em; }
24
- .products-grid .product-name { margin-bottom:.4em; font-size:1.05em; }
25
  .products-grid .product-name a { color:#629b2b; text-decoration: none; }
26
- .products-grid .product-name a:hover { text-decoration: underline; }
27
- .products-grid .ratings { margin-bottom:.6em; }
28
- .products-grid {border-bottom:1px solid #D9DDE3;}
29
- .link-wishlist {color:#DC6809 !important;font-weight:bold !important;}
30
- .products-grid .link-wishlist a, .products-grid .link-compare a:hover {text-decoration:underline;}
31
 
32
  .products-list .product-name a { color:#629b2b; text-decoration: none; }
33
  .products-list .product-name a:hover { text-decoration: underline; }
34
-
35
- .product-view {border:0px;}
36
- .product-collateral h2{color:#3a7600;font-size:12px;font-weight:bold;}
37
- .product-essential {padding:10px 25px;}
38
 
39
  #header-cart{position:absolute; z-index:20; width:200px; right:0; top:7px}
40
  #header-cart .btn-remove,
@@ -45,49 +45,49 @@ a:hover img { border:0; text-decoration:none;}
45
  #header-cart .head h4{cursor:pointer; float:none; display:inline; padding-left:15px; background:url(../images/icon-cart.gif) no-repeat 0 50%}
46
  #header-cart .head h4,
47
  #header-cart .head h4 a{color:#ababab; font-size:0.95em; font-weight:normal}
48
-
49
- .header-topbar {height:26px;margin:0 auto;padding-top:5px;position:relative;width:930px;z-index:110;}
50
-
51
- .welcome-msg{float:left; font-size:0.95em}
52
- .quick-access { margin: 0px; text-align: left; float: left; color: #ababab;}
53
- .quick-access p { margin-bottom:4px; }
54
- .quick-access li {display:inline; background:url(../images/pipe-blue.gif) no-repeat 100% 3px; padding-right:10px;padding-left:3px;}
55
- .quick-access li.first { padding-left:10px !important; }
56
- .quick-access li.last { padding-right:0; background:none; }
57
- .shop-access {float: left; }
58
- .shop-access a, .shop-access a:hover {text-decoration: none; color:#629b2b; font-size:11px; }
59
- .shop-access a:hover {color: #FFF;}
60
- .shop-access li.last { padding-right:0; background:none; }
61
-
62
- .form-language { float: left; margin-left: 65px; display: inline; }
63
- .form-language label { color:#629b2b; padding-right:5px; font-size:11px; }
64
- .form-language .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; }
65
-
66
- .header .form-search { float: right; padding: 0px; position:absolute; right:0; top: 32px; width: 345px; padding: 1px 0 1px 30px; background: url(../images/icon-zoom.gif) no-repeat 0 0; }
67
- .header .form-search input.input-text { width:300px; border: 1px solid #66824a; padding: 3px; }
68
- #search_mini_form label {display:none;}
69
  .header .form-search .search-autocomplete {
70
  left: 30px !important;
71
  top: 23px !important;
72
  }
73
- .search-autocomplete { z-index:999; }
74
- .search-autocomplete ul { border:1px solid #5c7989; background-color:#efefef; }
75
- .search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
76
- .search-autocomplete li .amount { float:right; font-weight:bold; }
77
- .search-autocomplete li.odd { background-color: #fff; }
78
- .search-autocomplete li.selected { background-color: #dedede; }
79
-
80
- .nav-container { clear: both; padding-bottom: 1px;}
81
- .header-nav-container {clear:both;padding-bottom:1px;}
82
- .nav-container { margin: 0 auto; width: 930px; background: url(../images/navigation-bg.gif) repeat-x 0 0; border: 1px solid #606060; border-width: 1px 1px 0;}
83
-
84
- .main-container{ background: #e9ecee url(../images/content-bg.gif) repeat-x 0 0; padding: 13px 0px 13px 0px; text-align:left; }
85
- .main {padding: 4px; background: #fff; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; margin:0 auto; text-align:left; width:922px;}
86
- .col-main { float:left; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; }
87
-
88
- .page-title, .page-head { border-bottom:1px solid #ccc; margin:0 0 12px;}
89
- .page-title, .page-head { padding: 2px 0; border-bottom: 1px solid #ccc; text-align:right; background: url(../images/box-header-bg.gif) repeat-x 0 100%; }
90
- .page-head h3, .page-title h3, .page-title h1 {margin:0 10px ; text-transform:none !important; text-align:left; line-height: 30px; color:#3a7600; font-size:12px; font-weight:bold;}
91
 
92
  #cart-content{background:#292a34; border:1px solid #727379; border-top:none; padding:0 3px 5px; -moz-border-radius:0 0 8px 8px; -webkit-border-bottom-left-radius:8px; -webkit-border-bottom-right-radius:8px; border-radius:0 0 8px 8px; color:#aaa; position:absolute; top:23px; right:0px; width:200px}
93
  #cart-content .product-image {float:left}
@@ -98,17 +98,17 @@ a:hover img { border:0; text-decoration:none;}
98
  #cart-content a:hover{color:#aaa}
99
  #cart-content .actions a span{cursor:pointer}
100
  #cart-content #center-buttons{padding-top:5px; clear:both; text-align:center}
101
-
102
- .toolbar .sorter, .toolbar .pager{border-top:1px solid #EEEEEE;}
103
-
104
- .side-col .block {margin-bottom:0.5em !important;}
105
- .block { line-height:1.3em; font-size:.95em; }
106
- .block .block-title { margin: 0; padding: 2px 10px 0; background: #fcfdfd url(../images/box-header-bg.gif) repeat-x 0 100%; border: 1px solid #ccc; -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px;}
107
- .block .block-title strong { line-height: 30px; color:#3a7600;}
108
- .block .block-title strong .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
109
- .block strong { font-size:1em;}
110
- .block .block-content { background: #fcfcfc url(../images/box-content-bg.gif) repeat-x 0 0; border: 1px solid #ccc; border-top: none; -moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; padding:5px 5px;}
111
- .block .content ol {background: none;border: none;}
112
 
113
  #slider{height:200px; position:relative; width:930px; margin:0 auto; overflow:hidden; margin-bottom:13px; border:1px solid #ccc}
114
  div.scroller{height:200px; overflow:hidden; width:930px; zoom:1}
@@ -128,20 +128,20 @@ div.sliderdescription:hover,.sliderdescription.active{background-color:#fff !imp
128
  .astop{background:url(../images/astop.gif) no-repeat 3px 3px}
129
  .aplay{background:url(../images/aplay.gif) no-repeat 6px 3px}
130
 
131
- .footer-container { padding-top: 25px; background: url(../images/footer-bg.gif) repeat-x 0 0;}
132
- .footer { width:930px; margin:0 auto;}
133
- .footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
134
- .footer .informational label { color:#4e4e51; font-weight:bold; padding-right:3px; }
135
- .footer .informational { float: right; text-align: right; font-size: 0.9em;}
136
- .footer .informational ul {margin-bottom: 15px;}
137
- .footer .informational li {display:inline;background:url(../images/pipe-gray.gif) no-repeat 100% 50%; padding-right:8px; padding-left:6px;}
138
- .footer .informational li.last { background:none; padding-right:0; }
139
- .footer .informational a, .footer .informational a:hover { color:#4e4e51; }
140
  .footer .informational a { text-decoration:none; }
141
- .footer .informational a:hover { text-decoration: underline; }
142
- .footer .legality {padding:0px 0px;color:#4e4e51; text-align: left;font-size:11px;}
143
  .footer .legality a { color:#4e4e51; text-decoration: none;}
144
- .footer .legality a:hover { text-decoration: underline; }
145
  .footerl .mini-newsletter{float:left; clear:both; width:390px; text-align:left}
146
  .footerl .mini-newsletter .validation-advice { width: 165px; color: #fff; }
147
  .footerl{float:left}
@@ -149,23 +149,23 @@ div.sliderdescription:hover,.sliderdescription.active{background-color:#fff !imp
149
  .footerl form,.footerl .mini-newsletter h4{float:left; line-height:30px; font-size:11px}
150
  .footerl .mini-newsletter input.input-text{float:left}
151
  .footerl .form-button-alt{float:right; margin:3px 0px 0px 6px}
152
-
153
- .cart-collaterals .totals {background:#DEE5E8 none repeat scroll 0 0; }
154
- .cart-collaterals .upsell, .cart-collaterals .discount , .cart-collaterals .crosssell , .cart-collaterals .shipping {border:1px solid #CEC3B6;}
155
- .cart-collaterals h2 {color:#629b2b;}
156
- .cart .cart-collaterals {padding:10px 5px;}
157
- .opc li.section {border-top:1px solid #FFFFFF !important;}
158
- .checkout-onepage-index .page-title, .page-head {margin:0 0 1px;}
159
- .block-progress dt {border-bottom:1px dotted #A3AEB3}
160
- .checkout-review-table-wrapper .data-table, .block-progress dd, .opc .step, .opc .step-title, .opc li.section{border: 0px !important;}
161
- .account-login .content {border: 0px;}
162
- .account-login .buttons-set {border: 0px; background: #fff;}
163
-
164
- button.button {margin:1px;}
165
  .button span span {display: block; float:left; background:#aeaeae url(../images/gradient-gray.gif) repeat-x 0 0; border:1px solid #adadad !important; -moz-border-radius:4px; -webkit-border-radius:4px; -opera-border-radius:4px; margin:0px; vertical-align:top; padding:2px 10px !important; color:#4F4F4F;}
166
  .button:hover span span {border-color:#888; color:#333}
167
- button.btn-checkout span {line-height:40px; height: 40px;}
168
- .mini-newsletter input.input-text { display:block; margin:4px 0 0 0; width:167px; }
169
 
170
  h4,h3,.category-head h2{ font-size:12px; font-weight:bold; color:#3a7600}
171
 
@@ -232,4 +232,7 @@ h4,h3,.category-head h2{ font-size:12px; font-weight:bold; color:#3a7600}
232
 
233
  /**********fix**********/
234
  .dashboard .welcome-msg { clear: both; }
235
- .box-account { float: left; margin: 0 0 20px; padding: 15px; width: 635px;}
 
 
 
1
  body {background:#808080;}
2
+ a { color:#555452; text-decoration: none; }
3
+ a:hover { color:#555452; text-decoration: underline; }
4
+ a img { border:0;}
5
+ a:hover img { border:0; text-decoration:none;}
6
+ :focus { outline:0; }
7
+
8
+ .fieldset .legend, .fieldset { border:0px;}
9
+
10
+ .header-container { background: url(../images/header-bg.gif) repeat-x 0 0; }
11
+ .header-top {clear:both;margin:0 auto;position:relative;width:930px;z-index:100;}
12
+
13
+ .col3-layout .col-wrapper {float:left;width:723px;}
14
+ .col3-layout .col-main {margin-left:4px;width:522px;}
15
+ .col2-left-layout .col-main {float:right;width:720px;}
16
+ .col2-right-layout .col-main {width:720px;}
17
+
18
+ .breadcrumbs ul{margin:0 auto 0; padding-bottom:0px; text-align:left; width:930px;}
19
+
20
+ .products-grid li.item { width:150px; text-align:center;}
21
  .grid-recent li.item { padding: 12px 10px 40px !important; }
22
  .products-grid li.item .actions { width: 150px; }
23
+ .products-grid { line-height:1.35em; }
24
+ .products-grid .product-name { margin-bottom:.4em; font-size:1.05em; }
25
  .products-grid .product-name a { color:#629b2b; text-decoration: none; }
26
+ .products-grid .product-name a:hover { text-decoration: underline; }
27
+ .products-grid .ratings { margin-bottom:.6em; }
28
+ .products-grid {border-bottom:1px solid #D9DDE3;}
29
+ .link-wishlist {color:#DC6809 !important;font-weight:bold !important;}
30
+ .products-grid .link-wishlist a, .products-grid .link-compare a:hover {text-decoration:underline;}
31
 
32
  .products-list .product-name a { color:#629b2b; text-decoration: none; }
33
  .products-list .product-name a:hover { text-decoration: underline; }
34
+
35
+ .product-view {border:0px;}
36
+ .product-collateral h2{color:#3a7600;font-size:12px;font-weight:bold;}
37
+ .product-essential {padding:10px 25px;}
38
 
39
  #header-cart{position:absolute; z-index:20; width:200px; right:0; top:7px}
40
  #header-cart .btn-remove,
45
  #header-cart .head h4{cursor:pointer; float:none; display:inline; padding-left:15px; background:url(../images/icon-cart.gif) no-repeat 0 50%}
46
  #header-cart .head h4,
47
  #header-cart .head h4 a{color:#ababab; font-size:0.95em; font-weight:normal}
48
+
49
+ .header-topbar {height:26px;margin:0 auto;padding-top:5px;position:relative;width:930px;z-index:110;}
50
+
51
+ .welcome-msg{float:left; font-size:0.95em}
52
+ .quick-access { margin: 0px; text-align: left; float: left; color: #ababab;}
53
+ .quick-access p { margin-bottom:4px; }
54
+ .quick-access li {display:inline; background:url(../images/pipe-blue.gif) no-repeat 100% 3px; padding-right:10px;padding-left:3px;}
55
+ .quick-access li.first { padding-left:10px !important; }
56
+ .quick-access li.last { padding-right:0; background:none; }
57
+ .shop-access {float: left; }
58
+ .shop-access a, .shop-access a:hover {text-decoration: none; color:#629b2b; font-size:11px; }
59
+ .shop-access a:hover {color: #FFF;}
60
+ .shop-access li.last { padding-right:0; background:none; }
61
+
62
+ .form-language { float: left; margin-left: 65px; display: inline; }
63
+ .form-language label { color:#629b2b; padding-right:5px; font-size:11px; }
64
+ .form-language .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; }
65
+
66
+ .header .form-search { float: right; padding: 0px; position:absolute; right:0; top: 32px; width: 345px; padding: 1px 0 1px 30px; background: url(../images/icon-zoom.gif) no-repeat 0 0; }
67
+ .header .form-search input.input-text { width:300px; border: 1px solid #66824a; padding: 3px; }
68
+ #search_mini_form label {display:none;}
69
  .header .form-search .search-autocomplete {
70
  left: 30px !important;
71
  top: 23px !important;
72
  }
73
+ .search-autocomplete { z-index:999; }
74
+ .search-autocomplete ul { border:1px solid #5c7989; background-color:#efefef; }
75
+ .search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
76
+ .search-autocomplete li .amount { float:right; font-weight:bold; }
77
+ .search-autocomplete li.odd { background-color: #fff; }
78
+ .search-autocomplete li.selected { background-color: #dedede; }
79
+
80
+ .nav-container { clear: both; padding-bottom: 1px;}
81
+ .header-nav-container {clear:both;padding-bottom:1px;}
82
+ .nav-container { margin: 0 auto; width: 930px; background: url(../images/navigation-bg.gif) repeat-x 0 0; border: 1px solid #606060; border-width: 1px 1px 0;}
83
+
84
+ .main-container{ background: #e9ecee url(../images/content-bg.gif) repeat-x 0 0; padding: 13px 0px 13px 0px; text-align:left; }
85
+ .main {padding: 4px; background: #fff; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; margin:0 auto; text-align:left; width:922px;}
86
+ .col-main { float:left; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; }
87
+
88
+ .page-title, .page-head { border-bottom:1px solid #ccc; margin:0 0 12px;}
89
+ .page-title, .page-head { padding: 2px 0; border-bottom: 1px solid #ccc; text-align:right; background: url(../images/box-header-bg.gif) repeat-x 0 100%; }
90
+ .page-head h3, .page-title h3, .page-title h1 {margin:0 10px ; text-transform:none !important; text-align:left; line-height: 30px; color:#3a7600; font-size:12px; font-weight:bold;}
91
 
92
  #cart-content{background:#292a34; border:1px solid #727379; border-top:none; padding:0 3px 5px; -moz-border-radius:0 0 8px 8px; -webkit-border-bottom-left-radius:8px; -webkit-border-bottom-right-radius:8px; border-radius:0 0 8px 8px; color:#aaa; position:absolute; top:23px; right:0px; width:200px}
93
  #cart-content .product-image {float:left}
98
  #cart-content a:hover{color:#aaa}
99
  #cart-content .actions a span{cursor:pointer}
100
  #cart-content #center-buttons{padding-top:5px; clear:both; text-align:center}
101
+
102
+ .toolbar .sorter, .toolbar .pager{border-top:1px solid #EEEEEE;}
103
+
104
+ .side-col .block {margin-bottom:0.5em !important;}
105
+ .block { line-height:1.3em; font-size:.95em; }
106
+ .block .block-title { margin: 0; padding: 2px 10px 0; background: #fcfdfd url(../images/box-header-bg.gif) repeat-x 0 100%; border: 1px solid #ccc; -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px;}
107
+ .block .block-title strong { line-height: 30px; color:#3a7600;}
108
+ .block .block-title strong .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
109
+ .block strong { font-size:1em;}
110
+ .block .block-content { background: #fcfcfc url(../images/box-content-bg.gif) repeat-x 0 0; border: 1px solid #ccc; border-top: none; -moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; padding:5px 5px;}
111
+ .block .content ol {background: none;border: none;}
112
 
113
  #slider{height:200px; position:relative; width:930px; margin:0 auto; overflow:hidden; margin-bottom:13px; border:1px solid #ccc}
114
  div.scroller{height:200px; overflow:hidden; width:930px; zoom:1}
128
  .astop{background:url(../images/astop.gif) no-repeat 3px 3px}
129
  .aplay{background:url(../images/aplay.gif) no-repeat 6px 3px}
130
 
131
+ .footer-container { padding-top: 25px; background: url(../images/footer-bg.gif) repeat-x 0 0;}
132
+ .footer { width:930px; margin:0 auto;}
133
+ .footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
134
+ .footer .informational label { color:#4e4e51; font-weight:bold; padding-right:3px; }
135
+ .footer .informational { float: right; text-align: right; font-size: 0.9em;}
136
+ .footer .informational ul {margin-bottom: 15px;}
137
+ .footer .informational li {display:inline;background:url(../images/pipe-gray.gif) no-repeat 100% 50%; padding-right:8px; padding-left:6px;}
138
+ .footer .informational li.last { background:none; padding-right:0; }
139
+ .footer .informational a, .footer .informational a:hover { color:#4e4e51; }
140
  .footer .informational a { text-decoration:none; }
141
+ .footer .informational a:hover { text-decoration: underline; }
142
+ .footer .legality {padding:0px 0px;color:#4e4e51; text-align: left;font-size:11px;}
143
  .footer .legality a { color:#4e4e51; text-decoration: none;}
144
+ .footer .legality a:hover { text-decoration: underline; }
145
  .footerl .mini-newsletter{float:left; clear:both; width:390px; text-align:left}
146
  .footerl .mini-newsletter .validation-advice { width: 165px; color: #fff; }
147
  .footerl{float:left}
149
  .footerl form,.footerl .mini-newsletter h4{float:left; line-height:30px; font-size:11px}
150
  .footerl .mini-newsletter input.input-text{float:left}
151
  .footerl .form-button-alt{float:right; margin:3px 0px 0px 6px}
152
+
153
+ .cart-collaterals .totals {background:#DEE5E8 none repeat scroll 0 0; }
154
+ .cart-collaterals .upsell, .cart-collaterals .discount , .cart-collaterals .crosssell , .cart-collaterals .shipping {border:1px solid #CEC3B6;}
155
+ .cart-collaterals h2 {color:#629b2b;}
156
+ .cart .cart-collaterals {padding:10px 5px;}
157
+ .opc li.section {border-top:1px solid #FFFFFF !important;}
158
+ .checkout-onepage-index .page-title, .page-head {margin:0 0 1px;}
159
+ .block-progress dt {border-bottom:1px dotted #A3AEB3}
160
+ .checkout-review-table-wrapper .data-table, .block-progress dd, .opc .step, .opc .step-title, .opc li.section{border: 0px !important;}
161
+ .account-login .content {border: 0px;}
162
+ .account-login .buttons-set {border: 0px; background: #fff;}
163
+
164
+ button.button {margin:1px;}
165
  .button span span {display: block; float:left; background:#aeaeae url(../images/gradient-gray.gif) repeat-x 0 0; border:1px solid #adadad !important; -moz-border-radius:4px; -webkit-border-radius:4px; -opera-border-radius:4px; margin:0px; vertical-align:top; padding:2px 10px !important; color:#4F4F4F;}
166
  .button:hover span span {border-color:#888; color:#333}
167
+ button.btn-checkout span {line-height:40px; height: 40px;}
168
+ .mini-newsletter input.input-text { display:block; margin:4px 0 0 0; width:167px; }
169
 
170
  h4,h3,.category-head h2{ font-size:12px; font-weight:bold; color:#3a7600}
171
 
232
 
233
  /**********fix**********/
234
  .dashboard .welcome-msg { clear: both; }
235
+ .box-account { float: left; margin: 0 0 20px; padding: 15px; width: 635px;}
236
+
237
+ .catalog-seo-sitemap-product .pager .pages,
238
+ .catalog-seo-sitemap-category .pager .pages { float: none !important; }
skin/frontend/default/f002_green/css/styles-ie.css CHANGED
@@ -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; }
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/js/slider.js CHANGED
@@ -1,89 +1,89 @@
1
- var Slider = Class.create();
2
- Slider.prototype = {
3
- options: {
4
- shift: 329
5
- },
6
-
7
- initialize: function(container, controlLeft, controlRight){
8
- this.animating = false;
9
- this.containerSize = {
10
- width: $(container).offsetWidth,
11
- height: $(container).offsetHeight
12
- },
13
- this.content = $(container).down();
14
- this.controlLeft = $(controlLeft);
15
- this.controlRight = $(controlRight);
16
-
17
- this.initControls();
18
- },
19
-
20
- initControls: function(){
21
- this.controlLeft.href = this.controlRight.href = 'javascript:void(0)';
22
- Event.observe(this.controlLeft, 'click', this.shiftLeft.bind(this));
23
- Event.observe(this.controlRight, 'click', this.shiftRight.bind(this));
24
- this.updateControls(1, 0);
25
- },
26
-
27
- shiftRight: function(){
28
- if (this.animating)
29
- return;
30
-
31
- var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
32
-
33
- if ((left + this.options.shift) < 0) {
34
- var shift = this.options.shift;
35
- this.updateControls(1, 1);
36
- } else {
37
- var shift = Math.abs(left);
38
- this.updateControls(1, 0);
39
- }
40
- this.moveTo(shift);
41
- },
42
-
43
- shiftLeft: function(){
44
- if (this.animating)
45
- return;
46
-
47
- var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
48
-
49
- var lastItemLeft = this.content.childElements().last().positionedOffset()[0];
50
- var lastItemWidth = this.content.childElements().last().offsetWidth;
51
- var contentWidth = lastItemLeft + lastItemWidth;
52
-
53
- if ((contentWidth + left - this.options.shift) > this.containerSize.width) {
54
- var shift = this.options.shift;
55
- this.updateControls(1, 1);
56
- } else {
57
- var shift = contentWidth + left - this.containerSize.width;
58
- this.updateControls(0, 1);
59
- }
60
- this.moveTo(-shift);
61
- },
62
-
63
- moveTo: function(shift){
64
- var scope = this;
65
-
66
- this.animating = true;
67
-
68
- new Effect.Move(this.content, {
69
- x: shift,
70
- duration: 0.4,
71
- delay: 0,
72
- afterFinish: function(){
73
- scope.animating = false;
74
- }
75
- });
76
- },
77
-
78
- updateControls: function(left, right){
79
- if (!left)
80
- this.controlLeft.addClassName('disabled');
81
- else
82
- this.controlLeft.removeClassName('disabled');
83
-
84
- if (!right)
85
- this.controlRight.addClassName('disabled');
86
- else
87
- this.controlRight.removeClassName('disabled');
88
- }
89
- }
1
+ var Slider = Class.create();
2
+ Slider.prototype = {
3
+ options: {
4
+ shift: 329
5
+ },
6
+
7
+ initialize: function(container, controlLeft, controlRight){
8
+ this.animating = false;
9
+ this.containerSize = {
10
+ width: $(container).offsetWidth,
11
+ height: $(container).offsetHeight
12
+ },
13
+ this.content = $(container).down();
14
+ this.controlLeft = $(controlLeft);
15
+ this.controlRight = $(controlRight);
16
+
17
+ this.initControls();
18
+ },
19
+
20
+ initControls: function(){
21
+ this.controlLeft.href = this.controlRight.href = 'javascript:void(0)';
22
+ Event.observe(this.controlLeft, 'click', this.shiftLeft.bind(this));
23
+ Event.observe(this.controlRight, 'click', this.shiftRight.bind(this));
24
+ this.updateControls(1, 0);
25
+ },
26
+
27
+ shiftRight: function(){
28
+ if (this.animating)
29
+ return;
30
+
31
+ var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
32
+
33
+ if ((left + this.options.shift) < 0) {
34
+ var shift = this.options.shift;
35
+ this.updateControls(1, 1);
36
+ } else {
37
+ var shift = Math.abs(left);
38
+ this.updateControls(1, 0);
39
+ }
40
+ this.moveTo(shift);
41
+ },
42
+
43
+ shiftLeft: function(){
44
+ if (this.animating)
45
+ return;
46
+
47
+ var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
48
+
49
+ var lastItemLeft = this.content.childElements().last().positionedOffset()[0];
50
+ var lastItemWidth = this.content.childElements().last().offsetWidth;
51
+ var contentWidth = lastItemLeft + lastItemWidth;
52
+
53
+ if ((contentWidth + left - this.options.shift) > this.containerSize.width) {
54
+ var shift = this.options.shift;
55
+ this.updateControls(1, 1);
56
+ } else {
57
+ var shift = contentWidth + left - this.containerSize.width;
58
+ this.updateControls(0, 1);
59
+ }
60
+ this.moveTo(-shift);
61
+ },
62
+
63
+ moveTo: function(shift){
64
+ var scope = this;
65
+
66
+ this.animating = true;
67
+
68
+ new Effect.Move(this.content, {
69
+ x: shift,
70
+ duration: 0.4,
71
+ delay: 0,
72
+ afterFinish: function(){
73
+ scope.animating = false;
74
+ }
75
+ });
76
+ },
77
+
78
+ updateControls: function(left, right){
79
+ if (!left)
80
+ this.controlLeft.addClassName('disabled');
81
+ else
82
+ this.controlLeft.removeClassName('disabled');
83
+
84
+ if (!right)
85
+ this.controlRight.addClassName('disabled');
86
+ else
87
+ this.controlRight.removeClassName('disabled');
88
+ }
89
+ }
skin/frontend/default/f002_grey/css/custom.css CHANGED
@@ -1,40 +1,40 @@
1
  body {background:#FFF;}
2
- a { color:#555452; text-decoration: none; }
3
- a:hover { color:#555452; text-decoration: underline; }
4
- a img { border:0;}
5
- a:hover img { border:0; text-decoration:none;}
6
- :focus { outline:0; }
7
-
8
- .fieldset .legend, .fieldset { border:0px;}
9
-
10
- .header-container { background: url(../images/header-bg.gif) repeat-x 0 0; }
11
- .header-top {clear:both;margin:0 auto;position:relative;width:930px;z-index:100;}
12
-
13
- .col3-layout .col-wrapper {float:left;width:723px;}
14
- .col3-layout .col-main {margin-left:4px;width:522px;}
15
- .col2-left-layout .col-main {float:right;width:720px;}
16
- .col2-right-layout .col-main {width:720px;}
17
-
18
- .breadcrumbs ul{margin:0 auto 0; padding-bottom:0px; text-align:left; width:930px;}
19
-
20
- .products-grid li.item { width:150px; text-align:center;}
21
  .grid-recent li.item { padding: 12px 10px 40px !important; }
22
  .products-grid li.item .actions { width: 150px; }
23
- .products-grid { line-height:1.35em; }
24
- .products-grid .product-name { margin-bottom:.4em; font-size:1.05em; }
25
  .products-grid .product-name a { color:#5f5e5e; text-decoration: none; }
26
- .products-grid .product-name a:hover { text-decoration: underline; }
27
- .products-grid .ratings { margin-bottom:.6em; }
28
- .products-grid {border-bottom:1px solid #D9DDE3;}
29
- .link-wishlist {color:#DC6809 !important;font-weight:bold !important;}
30
  .products-grid .link-wishlist a, .products-grid .link-compare a:hover {text-decoration:underline;}
31
 
32
  .products-list .product-name a { color:#5f5e5e; text-decoration: none; }
33
- .products-list .product-name a:hover { text-decoration: underline; }
34
-
35
- .product-view {border:0px;}
36
- .product-collateral h2{color:#5f5e5e;font-size:12px;font-weight:bold;}
37
- .product-essential {padding:10px 25px;}
38
 
39
  #header-cart{position:absolute; z-index:20; width:200px; right:0; top:7px}
40
  #header-cart .btn-remove,
@@ -45,49 +45,49 @@ a:hover img { border:0; text-decoration:none;}
45
  #header-cart .head h4{cursor:pointer; float:none; display:inline; padding-left:15px; background:url(../images/icon-cart.gif) no-repeat 0 50%}
46
  #header-cart .head h4,
47
  #header-cart .head h4 a{color:#ababab; font-size:0.95em; font-weight:normal}
48
-
49
- .header-topbar {height:26px;margin:0 auto;padding-top:5px;position:relative;width:930px;z-index:110;}
50
-
51
- .welcome-msg{float:left; font-size:0.95em}
52
- .quick-access { margin: 0px; text-align: left; float: left; color: #ababab;}
53
- .quick-access p { margin-bottom:4px; }
54
- .quick-access li {display:inline; background:url(../images/blue_pipe.gif) no-repeat 100% 3px; padding-right:10px;padding-left:3px;}
55
- .quick-access li.first { padding-left:10px !important; }
56
- .quick-access li.last { padding-right:0; background:none; }
57
- .shop-access {float: left; }
58
- .shop-access a, .shop-access a:hover {text-decoration: none; color:#dfdfdf; font-size:11px; }
59
- .shop-access a:hover {color: #FFF;}
60
- .shop-access li.last { padding-right:0; background:none; }
61
-
62
- .form-language { float: left; margin-left: 65px; display: inline; }
63
- .form-language label { color:#dfdfdf; padding-right:5px; font-size:11px; }
64
- .form-language .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; }
65
-
66
- .header .form-search { float: right; padding: 0px; position:absolute; right:0; top: 32px; width: 345px; padding: 1px 0 1px 30px; background: url(../images/icon-zoom.gif) no-repeat 0 0; }
67
- .header .form-search input.input-text { width:300px; border: 1px solid #9d9d9d; padding: 3px; }
68
- #search_mini_form label {display:none;}
69
  .header .form-search .search-autocomplete {
70
  left: 30px !important;
71
  top: 23px !important;
72
  }
73
- .search-autocomplete { z-index:999; }
74
- .search-autocomplete ul { border:1px solid #5c7989; background-color:#efefef; }
75
- .search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
76
- .search-autocomplete li .amount { float:right; font-weight:bold; }
77
- .search-autocomplete li.odd { background-color: #fff; }
78
- .search-autocomplete li.selected { background-color: #dedede; }
79
-
80
- .nav-container { clear: both; padding-bottom: 1px;}
81
- .header-nav-container {clear:both;padding-bottom:1px;}
82
- .nav-container { margin: 0 auto; width: 930px; background: url(../images/navigation-bg.gif) repeat-x 0 0; border: 1px solid #606060; border-width: 1px 1px 0;}
83
-
84
- .main-container{ background: #FFF url(../images/content-bg.gif) repeat-x 0 0; padding: 13px 0px 13px 0px; text-align:left; }
85
- .main {padding: 4px; background: #fff; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; margin:0 auto; text-align:left; width:922px;}
86
- .col-main { float:left; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; }
87
-
88
- .page-title, .page-head { border-bottom:1px solid #ccc; margin:0 0 12px;}
89
- .page-title, .page-head { padding: 2px 0; border-bottom: 1px solid #ccc; text-align:right; background: url(../images/box-header-bg.gif) repeat-x 0 100%; }
90
- .page-head h3, .page-title h3, .page-title h1 {margin:0 10px ; text-transform:none !important; text-align:left; line-height: 30px; color:#5f5e5e; font-size:12px; font-weight:bold;}
91
 
92
  #cart-content{background:#2f2f2f; border:1px solid #727379; border-top:none; padding:0 3px 5px; -moz-border-radius:0 0 8px 8px; -webkit-border-bottom-left-radius:8px; -webkit-border-bottom-right-radius:8px; border-radius:0 0 8px 8px; color:#aaa; position:absolute; top:23px; right:0px; width:200px}
93
  #cart-content .product-image {float:left}
@@ -98,17 +98,17 @@ a:hover img { border:0; text-decoration:none;}
98
  #cart-content a:hover{color:#aaa}
99
  #cart-content .actions a span{cursor:pointer}
100
  #cart-content #center-buttons{padding-top:5px; clear:both; text-align:center}
101
-
102
- .toolbar .sorter, .toolbar .pager{border-top:1px solid #EEEEEE;}
103
-
104
- .side-col .block {margin-bottom:0.5em !important;}
105
- .block { line-height:1.3em; font-size:.95em; }
106
- .block .block-title { margin: 0; padding: 2px 10px 0; background: #fcfdfd url(../images/box-header-bg.gif) repeat-x 0 100%; border: 1px solid #ccc; -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px;}
107
- .block .block-title strong { line-height: 30px; color:#5f5e5e;}
108
- .block .block-title strong .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
109
- .block strong { font-size:1em;}
110
- .block .block-content { background: #fcfcfc url(../images/box-content-bg.gif) repeat-x 0 0; border: 1px solid #ccc; border-top: none; -moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; padding:5px 5px;}
111
- .block .content ol {background: none;border: none;}
112
 
113
  #slider{height:200px; position:relative; width:930px; margin:0 auto; overflow:hidden; margin-bottom:13px; border:1px solid #ccc}
114
  div.scroller{height:200px; overflow:hidden; width:930px; zoom:1}
@@ -128,20 +128,20 @@ div.sliderdescription:hover,.sliderdescription.active{background-color:#fff !imp
128
  .astop{background:url(../images/astop.gif) no-repeat 3px 3px}
129
  .aplay{background:url(../images/aplay.gif) no-repeat 6px 3px}
130
 
131
- .footer-container { padding-top: 25px; background: #808080 url(../images/footer-bg.gif) repeat-x 0 0;}
132
- .footer { width:930px; margin:0 auto;}
133
- .footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
134
- .footer .informational label { color:#4e4e51; font-weight:bold; padding-right:3px; }
135
- .footer .informational { float: right; text-align: right; font-size: 0.9em;}
136
- .footer .informational ul {margin-bottom: 15px;}
137
- .footer .informational li {display:inline;background:url(../images/pipe-gray.gif) no-repeat 100% 50%; padding-right:8px; padding-left:6px;}
138
- .footer .informational li.last { background:none; padding-right:0; }
139
- .footer .informational a, .footer .informational a:hover { color:#4e4e51; }
140
  .footer .informational a { text-decoration:none; }
141
- .footer .informational a:hover { text-decoration: underline; }
142
- .footer .legality {padding:0px 0px;color:#4e4e51; text-align: left;font-size:11px;}
143
  .footer .legality a { color:#4e4e51; text-decoration: none;}
144
- .footer .legality a:hover { text-decoration: underline; }
145
  .footerl .mini-newsletter{float:left; clear:both; width:390px; text-align:left}
146
  .footerl .mini-newsletter .validation-advice { width: 165px; color: #fff; }
147
  .footerl{float:left}
@@ -149,23 +149,23 @@ div.sliderdescription:hover,.sliderdescription.active{background-color:#fff !imp
149
  .footerl form,.footerl .mini-newsletter h4{float:left; line-height:30px; font-size:11px}
150
  .footerl .mini-newsletter input.input-text{float:left}
151
  .footerl .form-button-alt{float:right; margin:3px 0px 0px 6px}
152
-
153
- .cart-collaterals .totals {background:#DEE5E8 none repeat scroll 0 0; }
154
- .cart-collaterals .upsell, .cart-collaterals .discount , .cart-collaterals .crosssell , .cart-collaterals .shipping {border:1px solid #CEC3B6;}
155
- .cart-collaterals h2 {color:#5f5e5e;}
156
- .cart .cart-collaterals {padding:10px 5px;}
157
- .opc li.section {border-top:1px solid #FFFFFF !important;}
158
- .checkout-onepage-index .page-title, .page-head {margin:0 0 1px;}
159
- .block-progress dt {border-bottom:1px dotted #A3AEB3}
160
- .checkout-review-table-wrapper .data-table, .block-progress dd, .opc .step, .opc .step-title, .opc li.section{border: 0px !important;}
161
- .account-login .content {border: 0px;}
162
- .account-login .buttons-set {border: 0px; background: #fff;}
163
-
164
- button.button {margin:1px;}
165
  .button span span {display: block; float:left; background:#aeaeae url(../images/gradient-gray.gif) repeat-x 0 0; border:1px solid #adadad !important; -moz-border-radius:4px; -webkit-border-radius:4px; -opera-border-radius:4px; margin:0px; vertical-align:top; padding:2px 10px !important; color:#4F4F4F;}
166
  .button:hover span span {border-color:#888; color:#333}
167
- button.btn-checkout span {line-height:40px; height: 40px;}
168
- .mini-newsletter input.input-text { display:block; margin:4px 0 0 0; width:167px; }
169
 
170
  h4,h3,.category-head h2{ font-size:12px; font-weight:bold; color:#5f5e5e}
171
 
@@ -233,4 +233,7 @@ h4,h3,.category-head h2{ font-size:12px; font-weight:bold; color:#5f5e5e}
233
 
234
  /**********fix**********/
235
  .dashboard .welcome-msg { clear: both; }
236
- .box-account { float: left; margin: 0 0 20px; padding: 15px; width: 635px;}
 
 
 
1
  body {background:#FFF;}
2
+ a { color:#555452; text-decoration: none; }
3
+ a:hover { color:#555452; text-decoration: underline; }
4
+ a img { border:0;}
5
+ a:hover img { border:0; text-decoration:none;}
6
+ :focus { outline:0; }
7
+
8
+ .fieldset .legend, .fieldset { border:0px;}
9
+
10
+ .header-container { background: url(../images/header-bg.gif) repeat-x 0 0; }
11
+ .header-top {clear:both;margin:0 auto;position:relative;width:930px;z-index:100;}
12
+
13
+ .col3-layout .col-wrapper {float:left;width:723px;}
14
+ .col3-layout .col-main {margin-left:4px;width:522px;}
15
+ .col2-left-layout .col-main {float:right;width:720px;}
16
+ .col2-right-layout .col-main {width:720px;}
17
+
18
+ .breadcrumbs ul{margin:0 auto 0; padding-bottom:0px; text-align:left; width:930px;}
19
+
20
+ .products-grid li.item { width:150px; text-align:center;}
21
  .grid-recent li.item { padding: 12px 10px 40px !important; }
22
  .products-grid li.item .actions { width: 150px; }
23
+ .products-grid { line-height:1.35em; }
24
+ .products-grid .product-name { margin-bottom:.4em; font-size:1.05em; }
25
  .products-grid .product-name a { color:#5f5e5e; text-decoration: none; }
26
+ .products-grid .product-name a:hover { text-decoration: underline; }
27
+ .products-grid .ratings { margin-bottom:.6em; }
28
+ .products-grid {border-bottom:1px solid #D9DDE3;}
29
+ .link-wishlist {color:#DC6809 !important;font-weight:bold !important;}
30
  .products-grid .link-wishlist a, .products-grid .link-compare a:hover {text-decoration:underline;}
31
 
32
  .products-list .product-name a { color:#5f5e5e; text-decoration: none; }
33
+ .products-list .product-name a:hover { text-decoration: underline; }
34
+
35
+ .product-view {border:0px;}
36
+ .product-collateral h2{color:#5f5e5e;font-size:12px;font-weight:bold;}
37
+ .product-essential {padding:10px 25px;}
38
 
39
  #header-cart{position:absolute; z-index:20; width:200px; right:0; top:7px}
40
  #header-cart .btn-remove,
45
  #header-cart .head h4{cursor:pointer; float:none; display:inline; padding-left:15px; background:url(../images/icon-cart.gif) no-repeat 0 50%}
46
  #header-cart .head h4,
47
  #header-cart .head h4 a{color:#ababab; font-size:0.95em; font-weight:normal}
48
+
49
+ .header-topbar {height:26px;margin:0 auto;padding-top:5px;position:relative;width:930px;z-index:110;}
50
+
51
+ .welcome-msg{float:left; font-size:0.95em}
52
+ .quick-access { margin: 0px; text-align: left; float: left; color: #ababab;}
53
+ .quick-access p { margin-bottom:4px; }
54
+ .quick-access li {display:inline; background:url(../images/blue_pipe.gif) no-repeat 100% 3px; padding-right:10px;padding-left:3px;}
55
+ .quick-access li.first { padding-left:10px !important; }
56
+ .quick-access li.last { padding-right:0; background:none; }
57
+ .shop-access {float: left; }
58
+ .shop-access a, .shop-access a:hover {text-decoration: none; color:#dfdfdf; font-size:11px; }
59
+ .shop-access a:hover {color: #FFF;}
60
+ .shop-access li.last { padding-right:0; background:none; }
61
+
62
+ .form-language { float: left; margin-left: 65px; display: inline; }
63
+ .form-language label { color:#dfdfdf; padding-right:5px; font-size:11px; }
64
+ .form-language .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; }
65
+
66
+ .header .form-search { float: right; padding: 0px; position:absolute; right:0; top: 32px; width: 345px; padding: 1px 0 1px 30px; background: url(../images/icon-zoom.gif) no-repeat 0 0; }
67
+ .header .form-search input.input-text { width:300px; border: 1px solid #9d9d9d; padding: 3px; }
68
+ #search_mini_form label {display:none;}
69
  .header .form-search .search-autocomplete {
70
  left: 30px !important;
71
  top: 23px !important;
72
  }
73
+ .search-autocomplete { z-index:999; }
74
+ .search-autocomplete ul { border:1px solid #5c7989; background-color:#efefef; }
75
+ .search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
76
+ .search-autocomplete li .amount { float:right; font-weight:bold; }
77
+ .search-autocomplete li.odd { background-color: #fff; }
78
+ .search-autocomplete li.selected { background-color: #dedede; }
79
+
80
+ .nav-container { clear: both; padding-bottom: 1px;}
81
+ .header-nav-container {clear:both;padding-bottom:1px;}
82
+ .nav-container { margin: 0 auto; width: 930px; background: url(../images/navigation-bg.gif) repeat-x 0 0; border: 1px solid #606060; border-width: 1px 1px 0;}
83
+
84
+ .main-container{ background: #FFF url(../images/content-bg.gif) repeat-x 0 0; padding: 13px 0px 13px 0px; text-align:left; }
85
+ .main {padding: 4px; background: #fff; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; margin:0 auto; text-align:left; width:922px;}
86
+ .col-main { float:left; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; }
87
+
88
+ .page-title, .page-head { border-bottom:1px solid #ccc; margin:0 0 12px;}
89
+ .page-title, .page-head { padding: 2px 0; border-bottom: 1px solid #ccc; text-align:right; background: url(../images/box-header-bg.gif) repeat-x 0 100%; }
90
+ .page-head h3, .page-title h3, .page-title h1 {margin:0 10px ; text-transform:none !important; text-align:left; line-height: 30px; color:#5f5e5e; font-size:12px; font-weight:bold;}
91
 
92
  #cart-content{background:#2f2f2f; border:1px solid #727379; border-top:none; padding:0 3px 5px; -moz-border-radius:0 0 8px 8px; -webkit-border-bottom-left-radius:8px; -webkit-border-bottom-right-radius:8px; border-radius:0 0 8px 8px; color:#aaa; position:absolute; top:23px; right:0px; width:200px}
93
  #cart-content .product-image {float:left}
98
  #cart-content a:hover{color:#aaa}
99
  #cart-content .actions a span{cursor:pointer}
100
  #cart-content #center-buttons{padding-top:5px; clear:both; text-align:center}
101
+
102
+ .toolbar .sorter, .toolbar .pager{border-top:1px solid #EEEEEE;}
103
+
104
+ .side-col .block {margin-bottom:0.5em !important;}
105
+ .block { line-height:1.3em; font-size:.95em; }
106
+ .block .block-title { margin: 0; padding: 2px 10px 0; background: #fcfdfd url(../images/box-header-bg.gif) repeat-x 0 100%; border: 1px solid #ccc; -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px;}
107
+ .block .block-title strong { line-height: 30px; color:#5f5e5e;}
108
+ .block .block-title strong .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
109
+ .block strong { font-size:1em;}
110
+ .block .block-content { background: #fcfcfc url(../images/box-content-bg.gif) repeat-x 0 0; border: 1px solid #ccc; border-top: none; -moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; padding:5px 5px;}
111
+ .block .content ol {background: none;border: none;}
112
 
113
  #slider{height:200px; position:relative; width:930px; margin:0 auto; overflow:hidden; margin-bottom:13px; border:1px solid #ccc}
114
  div.scroller{height:200px; overflow:hidden; width:930px; zoom:1}
128
  .astop{background:url(../images/astop.gif) no-repeat 3px 3px}
129
  .aplay{background:url(../images/aplay.gif) no-repeat 6px 3px}
130
 
131
+ .footer-container { padding-top: 25px; background: #808080 url(../images/footer-bg.gif) repeat-x 0 0;}
132
+ .footer { width:930px; margin:0 auto;}
133
+ .footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
134
+ .footer .informational label { color:#4e4e51; font-weight:bold; padding-right:3px; }
135
+ .footer .informational { float: right; text-align: right; font-size: 0.9em;}
136
+ .footer .informational ul {margin-bottom: 15px;}
137
+ .footer .informational li {display:inline;background:url(../images/pipe-gray.gif) no-repeat 100% 50%; padding-right:8px; padding-left:6px;}
138
+ .footer .informational li.last { background:none; padding-right:0; }
139
+ .footer .informational a, .footer .informational a:hover { color:#4e4e51; }
140
  .footer .informational a { text-decoration:none; }
141
+ .footer .informational a:hover { text-decoration: underline; }
142
+ .footer .legality {padding:0px 0px;color:#4e4e51; text-align: left;font-size:11px;}
143
  .footer .legality a { color:#4e4e51; text-decoration: none;}
144
+ .footer .legality a:hover { text-decoration: underline; }
145
  .footerl .mini-newsletter{float:left; clear:both; width:390px; text-align:left}
146
  .footerl .mini-newsletter .validation-advice { width: 165px; color: #fff; }
147
  .footerl{float:left}
149
  .footerl form,.footerl .mini-newsletter h4{float:left; line-height:30px; font-size:11px}
150
  .footerl .mini-newsletter input.input-text{float:left}
151
  .footerl .form-button-alt{float:right; margin:3px 0px 0px 6px}
152
+
153
+ .cart-collaterals .totals {background:#DEE5E8 none repeat scroll 0 0; }
154
+ .cart-collaterals .upsell, .cart-collaterals .discount , .cart-collaterals .crosssell , .cart-collaterals .shipping {border:1px solid #CEC3B6;}
155
+ .cart-collaterals h2 {color:#5f5e5e;}
156
+ .cart .cart-collaterals {padding:10px 5px;}
157
+ .opc li.section {border-top:1px solid #FFFFFF !important;}
158
+ .checkout-onepage-index .page-title, .page-head {margin:0 0 1px;}
159
+ .block-progress dt {border-bottom:1px dotted #A3AEB3}
160
+ .checkout-review-table-wrapper .data-table, .block-progress dd, .opc .step, .opc .step-title, .opc li.section{border: 0px !important;}
161
+ .account-login .content {border: 0px;}
162
+ .account-login .buttons-set {border: 0px; background: #fff;}
163
+
164
+ button.button {margin:1px;}
165
  .button span span {display: block; float:left; background:#aeaeae url(../images/gradient-gray.gif) repeat-x 0 0; border:1px solid #adadad !important; -moz-border-radius:4px; -webkit-border-radius:4px; -opera-border-radius:4px; margin:0px; vertical-align:top; padding:2px 10px !important; color:#4F4F4F;}
166
  .button:hover span span {border-color:#888; color:#333}
167
+ button.btn-checkout span {line-height:40px; height: 40px;}
168
+ .mini-newsletter input.input-text { display:block; margin:4px 0 0 0; width:167px; }
169
 
170
  h4,h3,.category-head h2{ font-size:12px; font-weight:bold; color:#5f5e5e}
171
 
233
 
234
  /**********fix**********/
235
  .dashboard .welcome-msg { clear: both; }
236
+ .box-account { float: left; margin: 0 0 20px; padding: 15px; width: 635px;}
237
+
238
+ .catalog-seo-sitemap-product .pager .pages,
239
+ .catalog-seo-sitemap-category .pager .pages { float: none !important; }
skin/frontend/default/f002_grey/css/styles-ie.css CHANGED
@@ -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; }
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/js/slider.js CHANGED
@@ -1,89 +1,89 @@
1
- var Slider = Class.create();
2
- Slider.prototype = {
3
- options: {
4
- shift: 329
5
- },
6
-
7
- initialize: function(container, controlLeft, controlRight){
8
- this.animating = false;
9
- this.containerSize = {
10
- width: $(container).offsetWidth,
11
- height: $(container).offsetHeight
12
- },
13
- this.content = $(container).down();
14
- this.controlLeft = $(controlLeft);
15
- this.controlRight = $(controlRight);
16
-
17
- this.initControls();
18
- },
19
-
20
- initControls: function(){
21
- this.controlLeft.href = this.controlRight.href = 'javascript:void(0)';
22
- Event.observe(this.controlLeft, 'click', this.shiftLeft.bind(this));
23
- Event.observe(this.controlRight, 'click', this.shiftRight.bind(this));
24
- this.updateControls(1, 0);
25
- },
26
-
27
- shiftRight: function(){
28
- if (this.animating)
29
- return;
30
-
31
- var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
32
-
33
- if ((left + this.options.shift) < 0) {
34
- var shift = this.options.shift;
35
- this.updateControls(1, 1);
36
- } else {
37
- var shift = Math.abs(left);
38
- this.updateControls(1, 0);
39
- }
40
- this.moveTo(shift);
41
- },
42
-
43
- shiftLeft: function(){
44
- if (this.animating)
45
- return;
46
-
47
- var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
48
-
49
- var lastItemLeft = this.content.childElements().last().positionedOffset()[0];
50
- var lastItemWidth = this.content.childElements().last().offsetWidth;
51
- var contentWidth = lastItemLeft + lastItemWidth;
52
-
53
- if ((contentWidth + left - this.options.shift) > this.containerSize.width) {
54
- var shift = this.options.shift;
55
- this.updateControls(1, 1);
56
- } else {
57
- var shift = contentWidth + left - this.containerSize.width;
58
- this.updateControls(0, 1);
59
- }
60
- this.moveTo(-shift);
61
- },
62
-
63
- moveTo: function(shift){
64
- var scope = this;
65
-
66
- this.animating = true;
67
-
68
- new Effect.Move(this.content, {
69
- x: shift,
70
- duration: 0.4,
71
- delay: 0,
72
- afterFinish: function(){
73
- scope.animating = false;
74
- }
75
- });
76
- },
77
-
78
- updateControls: function(left, right){
79
- if (!left)
80
- this.controlLeft.addClassName('disabled');
81
- else
82
- this.controlLeft.removeClassName('disabled');
83
-
84
- if (!right)
85
- this.controlRight.addClassName('disabled');
86
- else
87
- this.controlRight.removeClassName('disabled');
88
- }
89
- }
1
+ var Slider = Class.create();
2
+ Slider.prototype = {
3
+ options: {
4
+ shift: 329
5
+ },
6
+
7
+ initialize: function(container, controlLeft, controlRight){
8
+ this.animating = false;
9
+ this.containerSize = {
10
+ width: $(container).offsetWidth,
11
+ height: $(container).offsetHeight
12
+ },
13
+ this.content = $(container).down();
14
+ this.controlLeft = $(controlLeft);
15
+ this.controlRight = $(controlRight);
16
+
17
+ this.initControls();
18
+ },
19
+
20
+ initControls: function(){
21
+ this.controlLeft.href = this.controlRight.href = 'javascript:void(0)';
22
+ Event.observe(this.controlLeft, 'click', this.shiftLeft.bind(this));
23
+ Event.observe(this.controlRight, 'click', this.shiftRight.bind(this));
24
+ this.updateControls(1, 0);
25
+ },
26
+
27
+ shiftRight: function(){
28
+ if (this.animating)
29
+ return;
30
+
31
+ var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
32
+
33
+ if ((left + this.options.shift) < 0) {
34
+ var shift = this.options.shift;
35
+ this.updateControls(1, 1);
36
+ } else {
37
+ var shift = Math.abs(left);
38
+ this.updateControls(1, 0);
39
+ }
40
+ this.moveTo(shift);
41
+ },
42
+
43
+ shiftLeft: function(){
44
+ if (this.animating)
45
+ return;
46
+
47
+ var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
48
+
49
+ var lastItemLeft = this.content.childElements().last().positionedOffset()[0];
50
+ var lastItemWidth = this.content.childElements().last().offsetWidth;
51
+ var contentWidth = lastItemLeft + lastItemWidth;
52
+
53
+ if ((contentWidth + left - this.options.shift) > this.containerSize.width) {
54
+ var shift = this.options.shift;
55
+ this.updateControls(1, 1);
56
+ } else {
57
+ var shift = contentWidth + left - this.containerSize.width;
58
+ this.updateControls(0, 1);
59
+ }
60
+ this.moveTo(-shift);
61
+ },
62
+
63
+ moveTo: function(shift){
64
+ var scope = this;
65
+
66
+ this.animating = true;
67
+
68
+ new Effect.Move(this.content, {
69
+ x: shift,
70
+ duration: 0.4,
71
+ delay: 0,
72
+ afterFinish: function(){
73
+ scope.animating = false;
74
+ }
75
+ });
76
+ },
77
+
78
+ updateControls: function(left, right){
79
+ if (!left)
80
+ this.controlLeft.addClassName('disabled');
81
+ else
82
+ this.controlLeft.removeClassName('disabled');
83
+
84
+ if (!right)
85
+ this.controlRight.addClassName('disabled');
86
+ else
87
+ this.controlRight.removeClassName('disabled');
88
+ }
89
+ }
skin/frontend/default/f002_orange/css/custom.css CHANGED
@@ -1,40 +1,40 @@
1
  body {background:#808080;}
2
- a { color:#555452; text-decoration: none; }
3
- a:hover { color:#555452; text-decoration: underline; }
4
- a img { border:0;}
5
- a:hover img { border:0; text-decoration:none;}
6
- :focus { outline:0; }
7
-
8
- .fieldset .legend, .fieldset { border:0px;}
9
-
10
- .header-container { background: url(../images/header-bg.gif) repeat-x 0 0; }
11
- .header-top {clear:both;margin:0 auto;position:relative;width:930px;z-index:100;}
12
-
13
- .col3-layout .col-wrapper {float:left;width:723px;}
14
- .col3-layout .col-main {margin-left:4px;width:522px;}
15
- .col2-left-layout .col-main {float:right;width:720px;}
16
- .col2-right-layout .col-main {width:720px;}
17
-
18
- .breadcrumbs ul{margin:0 auto 0; padding-bottom:0px; text-align:left; width:930px;}
19
-
20
- .products-grid li.item { width:150px; text-align:center;}
21
  .grid-recent li.item { padding: 12px 10px 40px !important; }
22
  .products-grid li.item .actions { width: 150px; }
23
- .products-grid { line-height:1.35em; }
24
- .products-grid .product-name { margin-bottom:.4em; font-size:1.05em; }
25
  .products-grid .product-name a { color:#ff7200; text-decoration: none; }
26
- .products-grid .product-name a:hover { text-decoration: underline; }
27
- .products-grid .ratings { margin-bottom:.6em; }
28
- .products-grid {border-bottom:1px solid #D9DDE3;}
29
- .link-wishlist {color:#DC6809 !important;font-weight:bold !important;}
30
  .products-grid .link-wishlist a, .products-grid .link-compare a:hover {text-decoration:underline;}
31
 
32
  .products-list .product-name a { color:#ff7200; text-decoration: none; }
33
- .products-list .product-name a:hover { text-decoration: underline; }
34
-
35
- .product-view {border:0px;}
36
- .product-collateral h2{color:#ff7200;font-size:12px;font-weight:bold;}
37
- .product-essential {padding:10px 25px;}
38
 
39
  #header-cart{position:absolute; z-index:20; width:200px; right:0; top:7px}
40
  #header-cart .btn-remove,
@@ -45,49 +45,49 @@ a:hover img { border:0; text-decoration:none;}
45
  #header-cart .head h4{cursor:pointer; float:none; display:inline; padding-left:15px; background:url(../images/icon-cart.gif) no-repeat 0 50%}
46
  #header-cart .head h4,
47
  #header-cart .head h4 a{color:#ababab; font-size:0.95em; font-weight:normal}
48
-
49
- .header-topbar {height:26px;margin:0 auto;padding-top:5px;position:relative;width:930px;z-index:110;}
50
-
51
- .welcome-msg{float:left; font-size:0.95em}
52
- .quick-access { margin: 0px; text-align: left; float: left; color: #ababab;}
53
- .quick-access p { margin-bottom:4px; }
54
- .quick-access li {display:inline; background:url(../images/blue_pipe.gif) no-repeat 100% 3px; padding-right:10px;padding-left:3px;}
55
- .quick-access li.first { padding-left:10px !important; }
56
- .quick-access li.last { padding-right:0; background:none; }
57
- .shop-access {float: left; }
58
- .shop-access a, .shop-access a:hover {text-decoration: none; color:#ff7200; font-size:11px; }
59
- .shop-access a:hover {color: #FFF;}
60
- .shop-access li.last { padding-right:0; background:none; }
61
-
62
- .form-language { float: left; margin-left: 65px; display: inline; }
63
- .form-language label { color:#ff7200; padding-right:5px; font-size:11px; }
64
- .form-language .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; }
65
-
66
- .header .form-search { float: right; padding: 0px; position:absolute; right:0; top: 32px; width: 345px; padding: 1px 0 1px 30px; background: url(../images/icon-zoom.gif) no-repeat 0 0; }
67
- .header .form-search input.input-text { width:300px; border: 1px solid #b0723f; padding: 3px; }
68
- #search_mini_form label {display:none;}
69
  .header .form-search .search-autocomplete {
70
  left: 30px !important;
71
  top: 23px !important;
72
  }
73
- .search-autocomplete { z-index:999; }
74
- .search-autocomplete ul { border:1px solid #5c7989; background-color:#efefef; }
75
- .search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
76
- .search-autocomplete li .amount { float:right; font-weight:bold; }
77
- .search-autocomplete li.odd { background-color: #fff; }
78
- .search-autocomplete li.selected { background-color: #dedede; }
79
-
80
- .nav-container { clear: both; padding-bottom: 1px;}
81
- .header-nav-container {clear:both;padding-bottom:1px;}
82
- .nav-container { margin: 0 auto; width: 930px; background: url(../images/navigation-bg.gif) repeat-x 0 0; border: 1px solid #606060; border-width: 1px 1px 0;}
83
-
84
- .main-container{ background: #ffe7d2 url(../images/content-bg.gif) repeat-x 0 0; padding: 13px 0px 13px 0px; text-align:left; }
85
- .main {padding: 4px; background: #fff; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; margin:0 auto; text-align:left; width:922px;}
86
- .col-main { float:left; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; }
87
-
88
- .page-title, .page-head { border-bottom:1px solid #ccc; margin:0 0 12px;}
89
- .page-title, .page-head { padding: 2px 0; border-bottom: 1px solid #ccc; text-align:right; background: url(../images/box-header-bg.gif) repeat-x 0 100%; }
90
- .page-head h3, .page-title h3, .page-title h1 {margin:0 10px ; text-transform:none !important; text-align:left; line-height: 30px; color:#ff7200; font-size:12px; font-weight:bold;}
91
 
92
  #cart-content{background:#292a34; border:1px solid #727379; border-top:none; padding:0 3px 5px; -moz-border-radius:0 0 8px 8px; -webkit-border-bottom-left-radius:8px; -webkit-border-bottom-right-radius:8px; border-radius:0 0 8px 8px; color:#aaa; position:absolute; top:23px; right:0px; width:200px}
93
  #cart-content .product-image {float:left}
@@ -98,17 +98,17 @@ a:hover img { border:0; text-decoration:none;}
98
  #cart-content a:hover{color:#aaa}
99
  #cart-content .actions a span{cursor:pointer}
100
  #cart-content #center-buttons{padding-top:5px; clear:both; text-align:center}
101
-
102
- .toolbar .sorter, .toolbar .pager{border-top:1px solid #EEEEEE;}
103
-
104
- .side-col .block {margin-bottom:0.5em !important;}
105
- .block { line-height:1.3em; font-size:.95em; }
106
- .block .block-title { margin: 0; padding: 2px 10px 0; background: #fcfdfd url(../images/box-header-bg.gif) repeat-x 0 100%; border: 1px solid #ccc; -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px;}
107
- .block .block-title strong { line-height: 30px; color:#ff7200;}
108
- .block .block-title strong .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
109
- .block strong { font-size:1em;}
110
- .block .block-content { background: #fcfcfc url(../images/box-content-bg.gif) repeat-x 0 0; border: 1px solid #ccc; border-top: none; -moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; padding:5px 5px;}
111
- .block .content ol {background: none;border: none;}
112
 
113
  #slider{height:200px; position:relative; width:930px; margin:0 auto; overflow:hidden; margin-bottom:13px; border:1px solid #ccc}
114
  div.scroller{height:200px; overflow:hidden; width:930px; zoom:1}
@@ -128,20 +128,20 @@ div.sliderdescription:hover,.sliderdescription.active{background-color:#fff !imp
128
  .astop{background:url(../images/astop.gif) no-repeat 3px 3px}
129
  .aplay{background:url(../images/aplay.gif) no-repeat 6px 3px}
130
 
131
- .footer-container { padding-top: 25px; background: url(../images/footer-bg.gif) repeat-x 0 0;}
132
- .footer { width:930px; margin:0 auto;}
133
- .footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
134
- .footer .informational label { color:#4e4e51; font-weight:bold; padding-right:3px; }
135
- .footer .informational { float: right; text-align: right; font-size: 0.9em;}
136
- .footer .informational ul {margin-bottom: 15px;}
137
- .footer .informational li {display:inline;background:url(../images/pipe-gray.gif) no-repeat 100% 50%; padding-right:8px; padding-left:6px;}
138
- .footer .informational li.last { background:none; padding-right:0; }
139
- .footer .informational a, .footer .informational a:hover { color:#4e4e51; }
140
  .footer .informational a { text-decoration:none; }
141
- .footer .informational a:hover { text-decoration: underline; }
142
- .footer .legality {padding:0px 0px;color:#4e4e51; text-align: left;font-size:11px;}
143
  .footer .legality a { color:#4e4e51; text-decoration: none;}
144
- .footer .legality a:hover { text-decoration: underline; }
145
  .footerl .mini-newsletter{float:left; clear:both; width:390px; text-align:left}
146
  .footerl .mini-newsletter .validation-advice { width: 165px; color: #fff; }
147
  .footerl{float:left}
@@ -149,23 +149,23 @@ div.sliderdescription:hover,.sliderdescription.active{background-color:#fff !imp
149
  .footerl form,.footerl .mini-newsletter h4{float:left; line-height:30px; font-size:11px}
150
  .footerl .mini-newsletter input.input-text{float:left}
151
  .footerl .form-button-alt{float:right; margin:3px 0px 0px 6px}
152
-
153
- .cart-collaterals .totals {background:#DEE5E8 none repeat scroll 0 0; }
154
- .cart-collaterals .upsell, .cart-collaterals .discount , .cart-collaterals .crosssell , .cart-collaterals .shipping {border:1px solid #CEC3B6;}
155
- .cart-collaterals h2 {color:#ff7200;}
156
- .cart .cart-collaterals {padding:10px 5px;}
157
- .opc li.section {border-top:1px solid #FFFFFF !important;}
158
- .checkout-onepage-index .page-title, .page-head {margin:0 0 1px;}
159
- .block-progress dt {border-bottom:1px dotted #A3AEB3}
160
- .checkout-review-table-wrapper .data-table, .block-progress dd, .opc .step, .opc .step-title, .opc li.section{border: 0px !important;}
161
- .account-login .content {border: 0px;}
162
- .account-login .buttons-set {border: 0px; background: #fff;}
163
-
164
- button.button {margin:1px;}
165
  .button span span {display: block; float:left; background:#aeaeae url(../images/gradient-gray.gif) repeat-x 0 0; border:1px solid #adadad !important; -moz-border-radius:4px; -webkit-border-radius:4px; -opera-border-radius:4px; margin:0px; vertical-align:top; padding:2px 10px !important; color:#4F4F4F;}
166
  .button:hover span span {border-color:#888; color:#333}
167
- button.btn-checkout span {line-height:40px; height: 40px;}
168
- .mini-newsletter input.input-text { display:block; margin:4px 0 0 0; width:167px; }
169
 
170
  h4,h3,.category-head h2{ font-size:12px; font-weight:bold; color:#ff7200}
171
 
@@ -232,4 +232,7 @@ h4,h3,.category-head h2{ font-size:12px; font-weight:bold; color:#ff7200}
232
 
233
  /**********fix**********/
234
  .dashboard .welcome-msg { clear: both; }
235
- .box-account { float: left; margin: 0 0 20px; padding: 15px; width: 635px;}
 
 
 
1
  body {background:#808080;}
2
+ a { color:#555452; text-decoration: none; }
3
+ a:hover { color:#555452; text-decoration: underline; }
4
+ a img { border:0;}
5
+ a:hover img { border:0; text-decoration:none;}
6
+ :focus { outline:0; }
7
+
8
+ .fieldset .legend, .fieldset { border:0px;}
9
+
10
+ .header-container { background: url(../images/header-bg.gif) repeat-x 0 0; }
11
+ .header-top {clear:both;margin:0 auto;position:relative;width:930px;z-index:100;}
12
+
13
+ .col3-layout .col-wrapper {float:left;width:723px;}
14
+ .col3-layout .col-main {margin-left:4px;width:522px;}
15
+ .col2-left-layout .col-main {float:right;width:720px;}
16
+ .col2-right-layout .col-main {width:720px;}
17
+
18
+ .breadcrumbs ul{margin:0 auto 0; padding-bottom:0px; text-align:left; width:930px;}
19
+
20
+ .products-grid li.item { width:150px; text-align:center;}
21
  .grid-recent li.item { padding: 12px 10px 40px !important; }
22
  .products-grid li.item .actions { width: 150px; }
23
+ .products-grid { line-height:1.35em; }
24
+ .products-grid .product-name { margin-bottom:.4em; font-size:1.05em; }
25
  .products-grid .product-name a { color:#ff7200; text-decoration: none; }
26
+ .products-grid .product-name a:hover { text-decoration: underline; }
27
+ .products-grid .ratings { margin-bottom:.6em; }
28
+ .products-grid {border-bottom:1px solid #D9DDE3;}
29
+ .link-wishlist {color:#DC6809 !important;font-weight:bold !important;}
30
  .products-grid .link-wishlist a, .products-grid .link-compare a:hover {text-decoration:underline;}
31
 
32
  .products-list .product-name a { color:#ff7200; text-decoration: none; }
33
+ .products-list .product-name a:hover { text-decoration: underline; }
34
+
35
+ .product-view {border:0px;}
36
+ .product-collateral h2{color:#ff7200;font-size:12px;font-weight:bold;}
37
+ .product-essential {padding:10px 25px;}
38
 
39
  #header-cart{position:absolute; z-index:20; width:200px; right:0; top:7px}
40
  #header-cart .btn-remove,
45
  #header-cart .head h4{cursor:pointer; float:none; display:inline; padding-left:15px; background:url(../images/icon-cart.gif) no-repeat 0 50%}
46
  #header-cart .head h4,
47
  #header-cart .head h4 a{color:#ababab; font-size:0.95em; font-weight:normal}
48
+
49
+ .header-topbar {height:26px;margin:0 auto;padding-top:5px;position:relative;width:930px;z-index:110;}
50
+
51
+ .welcome-msg{float:left; font-size:0.95em}
52
+ .quick-access { margin: 0px; text-align: left; float: left; color: #ababab;}
53
+ .quick-access p { margin-bottom:4px; }
54
+ .quick-access li {display:inline; background:url(../images/blue_pipe.gif) no-repeat 100% 3px; padding-right:10px;padding-left:3px;}
55
+ .quick-access li.first { padding-left:10px !important; }
56
+ .quick-access li.last { padding-right:0; background:none; }
57
+ .shop-access {float: left; }
58
+ .shop-access a, .shop-access a:hover {text-decoration: none; color:#ff7200; font-size:11px; }
59
+ .shop-access a:hover {color: #FFF;}
60
+ .shop-access li.last { padding-right:0; background:none; }
61
+
62
+ .form-language { float: left; margin-left: 65px; display: inline; }
63
+ .form-language label { color:#ff7200; padding-right:5px; font-size:11px; }
64
+ .form-language .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; }
65
+
66
+ .header .form-search { float: right; padding: 0px; position:absolute; right:0; top: 32px; width: 345px; padding: 1px 0 1px 30px; background: url(../images/icon-zoom.gif) no-repeat 0 0; }
67
+ .header .form-search input.input-text { width:300px; border: 1px solid #b0723f; padding: 3px; }
68
+ #search_mini_form label {display:none;}
69
  .header .form-search .search-autocomplete {
70
  left: 30px !important;
71
  top: 23px !important;
72
  }
73
+ .search-autocomplete { z-index:999; }
74
+ .search-autocomplete ul { border:1px solid #5c7989; background-color:#efefef; }
75
+ .search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
76
+ .search-autocomplete li .amount { float:right; font-weight:bold; }
77
+ .search-autocomplete li.odd { background-color: #fff; }
78
+ .search-autocomplete li.selected { background-color: #dedede; }
79
+
80
+ .nav-container { clear: both; padding-bottom: 1px;}
81
+ .header-nav-container {clear:both;padding-bottom:1px;}
82
+ .nav-container { margin: 0 auto; width: 930px; background: url(../images/navigation-bg.gif) repeat-x 0 0; border: 1px solid #606060; border-width: 1px 1px 0;}
83
+
84
+ .main-container{ background: #ffe7d2 url(../images/content-bg.gif) repeat-x 0 0; padding: 13px 0px 13px 0px; text-align:left; }
85
+ .main {padding: 4px; background: #fff; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; margin:0 auto; text-align:left; width:922px;}
86
+ .col-main { float:left; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; }
87
+
88
+ .page-title, .page-head { border-bottom:1px solid #ccc; margin:0 0 12px;}
89
+ .page-title, .page-head { padding: 2px 0; border-bottom: 1px solid #ccc; text-align:right; background: url(../images/box-header-bg.gif) repeat-x 0 100%; }
90
+ .page-head h3, .page-title h3, .page-title h1 {margin:0 10px ; text-transform:none !important; text-align:left; line-height: 30px; color:#ff7200; font-size:12px; font-weight:bold;}
91
 
92
  #cart-content{background:#292a34; border:1px solid #727379; border-top:none; padding:0 3px 5px; -moz-border-radius:0 0 8px 8px; -webkit-border-bottom-left-radius:8px; -webkit-border-bottom-right-radius:8px; border-radius:0 0 8px 8px; color:#aaa; position:absolute; top:23px; right:0px; width:200px}
93
  #cart-content .product-image {float:left}
98
  #cart-content a:hover{color:#aaa}
99
  #cart-content .actions a span{cursor:pointer}
100
  #cart-content #center-buttons{padding-top:5px; clear:both; text-align:center}
101
+
102
+ .toolbar .sorter, .toolbar .pager{border-top:1px solid #EEEEEE;}
103
+
104
+ .side-col .block {margin-bottom:0.5em !important;}
105
+ .block { line-height:1.3em; font-size:.95em; }
106
+ .block .block-title { margin: 0; padding: 2px 10px 0; background: #fcfdfd url(../images/box-header-bg.gif) repeat-x 0 100%; border: 1px solid #ccc; -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px;}
107
+ .block .block-title strong { line-height: 30px; color:#ff7200;}
108
+ .block .block-title strong .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
109
+ .block strong { font-size:1em;}
110
+ .block .block-content { background: #fcfcfc url(../images/box-content-bg.gif) repeat-x 0 0; border: 1px solid #ccc; border-top: none; -moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; padding:5px 5px;}
111
+ .block .content ol {background: none;border: none;}
112
 
113
  #slider{height:200px; position:relative; width:930px; margin:0 auto; overflow:hidden; margin-bottom:13px; border:1px solid #ccc}
114
  div.scroller{height:200px; overflow:hidden; width:930px; zoom:1}
128
  .astop{background:url(../images/astop.gif) no-repeat 3px 3px}
129
  .aplay{background:url(../images/aplay.gif) no-repeat 6px 3px}
130
 
131
+ .footer-container { padding-top: 25px; background: url(../images/footer-bg.gif) repeat-x 0 0;}
132
+ .footer { width:930px; margin:0 auto;}
133
+ .footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
134
+ .footer .informational label { color:#4e4e51; font-weight:bold; padding-right:3px; }
135
+ .footer .informational { float: right; text-align: right; font-size: 0.9em;}
136
+ .footer .informational ul {margin-bottom: 15px;}
137
+ .footer .informational li {display:inline;background:url(../images/pipe-gray.gif) no-repeat 100% 50%; padding-right:8px; padding-left:6px;}
138
+ .footer .informational li.last { background:none; padding-right:0; }
139
+ .footer .informational a, .footer .informational a:hover { color:#4e4e51; }
140
  .footer .informational a { text-decoration:none; }
141
+ .footer .informational a:hover { text-decoration: underline; }
142
+ .footer .legality {padding:0px 0px;color:#4e4e51; text-align: left;font-size:11px;}
143
  .footer .legality a { color:#4e4e51; text-decoration: none;}
144
+ .footer .legality a:hover { text-decoration: underline; }
145
  .footerl .mini-newsletter{float:left; clear:both; width:390px; text-align:left}
146
  .footerl .mini-newsletter .validation-advice { width: 165px; color: #fff; }
147
  .footerl{float:left}
149
  .footerl form,.footerl .mini-newsletter h4{float:left; line-height:30px; font-size:11px}
150
  .footerl .mini-newsletter input.input-text{float:left}
151
  .footerl .form-button-alt{float:right; margin:3px 0px 0px 6px}
152
+
153
+ .cart-collaterals .totals {background:#DEE5E8 none repeat scroll 0 0; }
154
+ .cart-collaterals .upsell, .cart-collaterals .discount , .cart-collaterals .crosssell , .cart-collaterals .shipping {border:1px solid #CEC3B6;}
155
+ .cart-collaterals h2 {color:#ff7200;}
156
+ .cart .cart-collaterals {padding:10px 5px;}
157
+ .opc li.section {border-top:1px solid #FFFFFF !important;}
158
+ .checkout-onepage-index .page-title, .page-head {margin:0 0 1px;}
159
+ .block-progress dt {border-bottom:1px dotted #A3AEB3}
160
+ .checkout-review-table-wrapper .data-table, .block-progress dd, .opc .step, .opc .step-title, .opc li.section{border: 0px !important;}
161
+ .account-login .content {border: 0px;}
162
+ .account-login .buttons-set {border: 0px; background: #fff;}
163
+
164
+ button.button {margin:1px;}
165
  .button span span {display: block; float:left; background:#aeaeae url(../images/gradient-gray.gif) repeat-x 0 0; border:1px solid #adadad !important; -moz-border-radius:4px; -webkit-border-radius:4px; -opera-border-radius:4px; margin:0px; vertical-align:top; padding:2px 10px !important; color:#4F4F4F;}
166
  .button:hover span span {border-color:#888; color:#333}
167
+ button.btn-checkout span {line-height:40px; height: 40px;}
168
+ .mini-newsletter input.input-text { display:block; margin:4px 0 0 0; width:167px; }
169
 
170
  h4,h3,.category-head h2{ font-size:12px; font-weight:bold; color:#ff7200}
171
 
232
 
233
  /**********fix**********/
234
  .dashboard .welcome-msg { clear: both; }
235
+ .box-account { float: left; margin: 0 0 20px; padding: 15px; width: 635px;}
236
+
237
+ .catalog-seo-sitemap-product .pager .pages,
238
+ .catalog-seo-sitemap-category .pager .pages { float: none !important; }
skin/frontend/default/f002_orange/css/styles-ie.css CHANGED
@@ -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; }
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/js/slider.js CHANGED
@@ -1,89 +1,89 @@
1
- var Slider = Class.create();
2
- Slider.prototype = {
3
- options: {
4
- shift: 329
5
- },
6
-
7
- initialize: function(container, controlLeft, controlRight){
8
- this.animating = false;
9
- this.containerSize = {
10
- width: $(container).offsetWidth,
11
- height: $(container).offsetHeight
12
- },
13
- this.content = $(container).down();
14
- this.controlLeft = $(controlLeft);
15
- this.controlRight = $(controlRight);
16
-
17
- this.initControls();
18
- },
19
-
20
- initControls: function(){
21
- this.controlLeft.href = this.controlRight.href = 'javascript:void(0)';
22
- Event.observe(this.controlLeft, 'click', this.shiftLeft.bind(this));
23
- Event.observe(this.controlRight, 'click', this.shiftRight.bind(this));
24
- this.updateControls(1, 0);
25
- },
26
-
27
- shiftRight: function(){
28
- if (this.animating)
29
- return;
30
-
31
- var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
32
-
33
- if ((left + this.options.shift) < 0) {
34
- var shift = this.options.shift;
35
- this.updateControls(1, 1);
36
- } else {
37
- var shift = Math.abs(left);
38
- this.updateControls(1, 0);
39
- }
40
- this.moveTo(shift);
41
- },
42
-
43
- shiftLeft: function(){
44
- if (this.animating)
45
- return;
46
-
47
- var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
48
-
49
- var lastItemLeft = this.content.childElements().last().positionedOffset()[0];
50
- var lastItemWidth = this.content.childElements().last().offsetWidth;
51
- var contentWidth = lastItemLeft + lastItemWidth;
52
-
53
- if ((contentWidth + left - this.options.shift) > this.containerSize.width) {
54
- var shift = this.options.shift;
55
- this.updateControls(1, 1);
56
- } else {
57
- var shift = contentWidth + left - this.containerSize.width;
58
- this.updateControls(0, 1);
59
- }
60
- this.moveTo(-shift);
61
- },
62
-
63
- moveTo: function(shift){
64
- var scope = this;
65
-
66
- this.animating = true;
67
-
68
- new Effect.Move(this.content, {
69
- x: shift,
70
- duration: 0.4,
71
- delay: 0,
72
- afterFinish: function(){
73
- scope.animating = false;
74
- }
75
- });
76
- },
77
-
78
- updateControls: function(left, right){
79
- if (!left)
80
- this.controlLeft.addClassName('disabled');
81
- else
82
- this.controlLeft.removeClassName('disabled');
83
-
84
- if (!right)
85
- this.controlRight.addClassName('disabled');
86
- else
87
- this.controlRight.removeClassName('disabled');
88
- }
89
- }
1
+ var Slider = Class.create();
2
+ Slider.prototype = {
3
+ options: {
4
+ shift: 329
5
+ },
6
+
7
+ initialize: function(container, controlLeft, controlRight){
8
+ this.animating = false;
9
+ this.containerSize = {
10
+ width: $(container).offsetWidth,
11
+ height: $(container).offsetHeight
12
+ },
13
+ this.content = $(container).down();
14
+ this.controlLeft = $(controlLeft);
15
+ this.controlRight = $(controlRight);
16
+
17
+ this.initControls();
18
+ },
19
+
20
+ initControls: function(){
21
+ this.controlLeft.href = this.controlRight.href = 'javascript:void(0)';
22
+ Event.observe(this.controlLeft, 'click', this.shiftLeft.bind(this));
23
+ Event.observe(this.controlRight, 'click', this.shiftRight.bind(this));
24
+ this.updateControls(1, 0);
25
+ },
26
+
27
+ shiftRight: function(){
28
+ if (this.animating)
29
+ return;
30
+
31
+ var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
32
+
33
+ if ((left + this.options.shift) < 0) {
34
+ var shift = this.options.shift;
35
+ this.updateControls(1, 1);
36
+ } else {
37
+ var shift = Math.abs(left);
38
+ this.updateControls(1, 0);
39
+ }
40
+ this.moveTo(shift);
41
+ },
42
+
43
+ shiftLeft: function(){
44
+ if (this.animating)
45
+ return;
46
+
47
+ var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
48
+
49
+ var lastItemLeft = this.content.childElements().last().positionedOffset()[0];
50
+ var lastItemWidth = this.content.childElements().last().offsetWidth;
51
+ var contentWidth = lastItemLeft + lastItemWidth;
52
+
53
+ if ((contentWidth + left - this.options.shift) > this.containerSize.width) {
54
+ var shift = this.options.shift;
55
+ this.updateControls(1, 1);
56
+ } else {
57
+ var shift = contentWidth + left - this.containerSize.width;
58
+ this.updateControls(0, 1);
59
+ }
60
+ this.moveTo(-shift);
61
+ },
62
+
63
+ moveTo: function(shift){
64
+ var scope = this;
65
+
66
+ this.animating = true;
67
+
68
+ new Effect.Move(this.content, {
69
+ x: shift,
70
+ duration: 0.4,
71
+ delay: 0,
72
+ afterFinish: function(){
73
+ scope.animating = false;
74
+ }
75
+ });
76
+ },
77
+
78
+ updateControls: function(left, right){
79
+ if (!left)
80
+ this.controlLeft.addClassName('disabled');
81
+ else
82
+ this.controlLeft.removeClassName('disabled');
83
+
84
+ if (!right)
85
+ this.controlRight.addClassName('disabled');
86
+ else
87
+ this.controlRight.removeClassName('disabled');
88
+ }
89
+ }
skin/frontend/default/f002_pink/css/custom.css CHANGED
@@ -1,40 +1,40 @@
1
  body {background:#808080;}
2
- a { color:#555452; text-decoration: none; }
3
- a:hover { color:#555452; text-decoration: underline; }
4
- a img { border:0;}
5
- a:hover img { border:0; text-decoration:none;}
6
- :focus { outline:0; }
7
-
8
- .fieldset .legend, .fieldset { border:0px; color: #ff51a8;}
9
-
10
- .header-container { background: url(../images/header-bg.gif) repeat-x 0 0; }
11
- .header-top {clear:both;margin:0 auto;position:relative;width:930px;z-index:100;}
12
-
13
- .col3-layout .col-wrapper {float:left;width:723px;}
14
- .col3-layout .col-main {margin-left:4px;width:522px;}
15
- .col2-left-layout .col-main {float:right;width:720px;}
16
- .col2-right-layout .col-main {width:720px;}
17
-
18
- .breadcrumbs ul{margin:0 auto 0; padding-bottom:0px; text-align:left; width:930px;}
19
-
20
- .products-grid li.item { width:150px; text-align:center;}
21
  .grid-recent li.item { padding: 12px 10px 40px !important; }
22
  .products-grid li.item .actions { width: 150px; }
23
- .products-grid { line-height:1.35em; }
24
- .products-grid .product-name { margin-bottom:.4em; font-size:1.05em; }
25
  .products-grid .product-name a { color:#ff51a8; text-decoration: none; }
26
- .products-grid .product-name a:hover { text-decoration: underline; }
27
- .products-grid .ratings { margin-bottom:.6em; }
28
- .products-grid {border-bottom:1px solid #D9DDE3;}
29
- .link-wishlist {color:#DC6809 !important;font-weight:bold !important;}
30
  .products-grid .link-wishlist a, .products-grid .link-compare a:hover {text-decoration:underline;}
31
 
32
  .products-list .product-name a { color:#ff51a8; text-decoration: none; }
33
- .products-list .product-name a:hover { text-decoration: underline; }
34
-
35
- .product-view {border:0px;}
36
- .product-collateral h2{color:#ff51a8;font-size:12px;font-weight:bold;}
37
- .product-essential {padding:10px 25px;}
38
 
39
  #header-cart{position:absolute; z-index:20; width:200px; right:0; top:7px}
40
  #header-cart .btn-remove,
@@ -45,49 +45,49 @@ a:hover img { border:0; text-decoration:none;}
45
  #header-cart .head h4{cursor:pointer; float:none; display:inline; padding-left:15px; background:url(../images/icon-cart.gif) no-repeat 0 50%}
46
  #header-cart .head h4,
47
  #header-cart .head h4 a{color:#ababab; font-size:0.95em; font-weight:normal}
48
-
49
- .header-topbar {height:26px;margin:0 auto;padding-top:5px;position:relative;width:930px;z-index:110;}
50
-
51
- .welcome-msg{float:left; font-size:0.95em}
52
- .quick-access { margin: 0px; text-align: left; float: left; color: #ababab;}
53
- .quick-access p { margin-bottom:4px; }
54
- .quick-access li {display:inline; background:url(../images/blue_pipe.gif) no-repeat 100% 3px; padding-right:10px;padding-left:3px;}
55
- .quick-access li.first { padding-left:10px !important; }
56
- .quick-access li.last { padding-right:0; background:none; }
57
- .shop-access {float: left; }
58
- .shop-access a, .shop-access a:hover {text-decoration: none; color:#ff51a8; font-size:11px; }
59
- .shop-access a:hover {color: #FFF;}
60
- .shop-access li.last { padding-right:0; background:none; }
61
-
62
- .form-language { float: left; margin-left: 65px; display: inline; }
63
- .form-language label { color:#ff51a8; padding-right:5px; font-size:11px; }
64
- .form-language .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; }
65
-
66
- .header .form-search { float: right; padding: 0px; position:absolute; right:0; top: 32px; width: 345px; padding: 1px 0 1px 30px; background: url(../images/icon-zoom.gif) no-repeat 0 0; }
67
- .header .form-search input.input-text { width:300px; border: 1px solid #b7608c; padding: 3px; }
68
- #search_mini_form label {display:none;}
69
  .header .form-search .search-autocomplete {
70
  left: 30px !important;
71
  top: 23px !important;
72
  }
73
- .search-autocomplete { z-index:999; }
74
- .search-autocomplete ul { border:1px solid #5c7989; background-color:#efefef; }
75
- .search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
76
- .search-autocomplete li .amount { float:right; font-weight:bold; }
77
- .search-autocomplete li.odd { background-color: #fff; }
78
- .search-autocomplete li.selected { background-color: #dedede; }
79
-
80
- .nav-container { clear: both; padding-bottom: 1px;}
81
- .header-nav-container {clear:both;padding-bottom:1px;}
82
- .nav-container { margin: 0 auto; width: 930px; background: url(../images/navigation-bg.gif) repeat-x 0 0; border: 1px solid #606060; border-width: 1px 1px 0;}
83
-
84
- .main-container{ background: #ffe1f0 url(../images/content-bg.gif) repeat-x 0 0; padding: 13px 0px 13px 0px; text-align:left; }
85
- .main {padding: 4px; background: #fff; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; margin:0 auto; text-align:left; width:922px;}
86
- .col-main { float:left; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; }
87
-
88
- .page-title, .page-head { border-bottom:1px solid #ccc; margin:0 0 12px;}
89
- .page-title, .page-head { padding: 2px 0; border-bottom: 1px solid #ccc; text-align:right; background: url(../images/box-header-bg.gif) repeat-x 0 100%; }
90
- .page-head h3, .page-title h3, .page-title h1 {margin:0 10px ; text-transform:none !important; text-align:left; line-height: 30px; color:#ff51a8; font-size:12px; font-weight:bold;}
91
 
92
  #cart-content{background:#292a34; border:1px solid #727379; border-top:none; padding:0 3px 5px; -moz-border-radius:0 0 8px 8px; -webkit-border-bottom-left-radius:8px; -webkit-border-bottom-right-radius:8px; border-radius:0 0 8px 8px; color:#aaa; position:absolute; top:23px; right:0px; width:200px}
93
  #cart-content .product-image {float:left}
@@ -98,17 +98,17 @@ a:hover img { border:0; text-decoration:none;}
98
  #cart-content a:hover{color:#aaa}
99
  #cart-content .actions a span{cursor:pointer}
100
  #cart-content #center-buttons{padding-top:5px; clear:both; text-align:center}
101
-
102
- .toolbar .sorter, .toolbar .pager{border-top:1px solid #EEEEEE;}
103
-
104
- .side-col .block {margin-bottom:0.5em !important;}
105
- .block { line-height:1.3em; font-size:.95em; }
106
- .block .block-title { margin: 0; padding: 2px 10px 0; background: #fcfdfd url(../images/box-header-bg.gif) repeat-x 0 100%; border: 1px solid #ccc; -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px;}
107
- .block .block-title strong { line-height: 30px; color:#ff51a8;}
108
- .block .block-title strong .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
109
- .block strong { font-size:1em;}
110
- .block .block-content { background: #fcfcfc url(../images/box-content-bg.gif) repeat-x 0 0; border: 1px solid #ccc; border-top: none; -moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; padding:5px 5px;}
111
- .block .content ol {background: none;border: none;}
112
 
113
  #slider{height:200px; position:relative; width:930px; margin:0 auto; overflow:hidden; margin-bottom:13px; border:1px solid #ccc}
114
  div.scroller{height:200px; overflow:hidden; width:930px; zoom:1}
@@ -128,20 +128,20 @@ div.sliderdescription:hover,.sliderdescription.active{background-color:#fff !imp
128
  .astop{background:url(../images/astop.gif) no-repeat 3px 3px}
129
  .aplay{background:url(../images/aplay.gif) no-repeat 6px 3px}
130
 
131
- .footer-container { padding-top: 25px; background: url(../images/footer-bg.gif) repeat-x 0 0;}
132
- .footer { width:930px; margin:0 auto;}
133
- .footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
134
- .footer .informational label { color:#4e4e51; font-weight:bold; padding-right:3px; }
135
- .footer .informational { float: right; text-align: right; font-size: 0.9em;}
136
- .footer .informational ul {margin-bottom: 15px;}
137
- .footer .informational li {display:inline;background:url(../images/pipe-gray.gif) no-repeat 100% 50%; padding-right:8px; padding-left:6px;}
138
- .footer .informational li.last { background:none; padding-right:0; }
139
- .footer .informational a, .footer .informational a:hover { color:#4e4e51; }
140
  .footer .informational a { text-decoration:none; }
141
- .footer .informational a:hover { text-decoration: underline; }
142
- .footer .legality {padding:0px 0px;color:#4e4e51; text-align: left;font-size:11px;}
143
  .footer .legality a { color:#4e4e51; text-decoration: none;}
144
- .footer .legality a:hover { text-decoration: underline; }
145
  .footerl .mini-newsletter{float:left; clear:both; width:390px; text-align:left}
146
  .footerl .mini-newsletter .validation-advice { width: 165px; color: #fff; }
147
  .footerl{float:left}
@@ -149,23 +149,23 @@ div.sliderdescription:hover,.sliderdescription.active{background-color:#fff !imp
149
  .footerl form,.footerl .mini-newsletter h4{float:left; line-height:30px; font-size:11px}
150
  .footerl .mini-newsletter input.input-text{float:left}
151
  .footerl .form-button-alt{float:right; margin:3px 0px 0px 6px}
152
-
153
- .cart-collaterals .totals {background:#DEE5E8 none repeat scroll 0 0; }
154
- .cart-collaterals .upsell, .cart-collaterals .discount , .cart-collaterals .crosssell , .cart-collaterals .shipping {border:1px solid #CEC3B6;}
155
- .cart-collaterals h2 {color:#ff51a8;}
156
- .cart .cart-collaterals {padding:10px 5px;}
157
- .opc li.section {border-top:1px solid #FFFFFF !important;}
158
- .checkout-onepage-index .page-title, .page-head {margin:0 0 1px;}
159
- .block-progress dt {border-bottom:1px dotted #A3AEB3}
160
- .checkout-review-table-wrapper .data-table, .block-progress dd, .opc .step, .opc .step-title, .opc li.section{border: 0px !important;}
161
- .account-login .content {border: 0px;}
162
- .account-login .buttons-set {border: 0px; background: #fff;}
163
-
164
- button.button {margin:1px;}
165
  .button span span {display: block; float:left; background:#aeaeae url(../images/gradient-gray.gif) repeat-x 0 0; border:1px solid #adadad !important; -moz-border-radius:4px; -webkit-border-radius:4px; -opera-border-radius:4px; margin:0px; vertical-align:top; padding:2px 10px !important; color:#4F4F4F;}
166
  .button:hover span span {border-color:#888; color:#333}
167
- button.btn-checkout span {line-height:40px; height: 40px;}
168
- .mini-newsletter input.input-text { display:block; margin:4px 0 0 0; width:167px; }
169
 
170
  h4,h3,.category-head h2{ font-size:12px; font-weight:bold; color:#ff51a8}
171
 
@@ -233,4 +233,7 @@ h4,h3,.category-head h2{ font-size:12px; font-weight:bold; color:#ff51a8}
233
 
234
  /**********fix**********/
235
  .dashboard .welcome-msg { clear: both; }
236
- .box-account { float: left; margin: 0 0 20px; padding: 15px; width: 635px;}
 
 
 
1
  body {background:#808080;}
2
+ a { color:#555452; text-decoration: none; }
3
+ a:hover { color:#555452; text-decoration: underline; }
4
+ a img { border:0;}
5
+ a:hover img { border:0; text-decoration:none;}
6
+ :focus { outline:0; }
7
+
8
+ .fieldset .legend, .fieldset { border:0px; color: #ff51a8;}
9
+
10
+ .header-container { background: url(../images/header-bg.gif) repeat-x 0 0; }
11
+ .header-top {clear:both;margin:0 auto;position:relative;width:930px;z-index:100;}
12
+
13
+ .col3-layout .col-wrapper {float:left;width:723px;}
14
+ .col3-layout .col-main {margin-left:4px;width:522px;}
15
+ .col2-left-layout .col-main {float:right;width:720px;}
16
+ .col2-right-layout .col-main {width:720px;}
17
+
18
+ .breadcrumbs ul{margin:0 auto 0; padding-bottom:0px; text-align:left; width:930px;}
19
+
20
+ .products-grid li.item { width:150px; text-align:center;}
21
  .grid-recent li.item { padding: 12px 10px 40px !important; }
22
  .products-grid li.item .actions { width: 150px; }
23
+ .products-grid { line-height:1.35em; }
24
+ .products-grid .product-name { margin-bottom:.4em; font-size:1.05em; }
25
  .products-grid .product-name a { color:#ff51a8; text-decoration: none; }
26
+ .products-grid .product-name a:hover { text-decoration: underline; }
27
+ .products-grid .ratings { margin-bottom:.6em; }
28
+ .products-grid {border-bottom:1px solid #D9DDE3;}
29
+ .link-wishlist {color:#DC6809 !important;font-weight:bold !important;}
30
  .products-grid .link-wishlist a, .products-grid .link-compare a:hover {text-decoration:underline;}
31
 
32
  .products-list .product-name a { color:#ff51a8; text-decoration: none; }
33
+ .products-list .product-name a:hover { text-decoration: underline; }
34
+
35
+ .product-view {border:0px;}
36
+ .product-collateral h2{color:#ff51a8;font-size:12px;font-weight:bold;}
37
+ .product-essential {padding:10px 25px;}
38
 
39
  #header-cart{position:absolute; z-index:20; width:200px; right:0; top:7px}
40
  #header-cart .btn-remove,
45
  #header-cart .head h4{cursor:pointer; float:none; display:inline; padding-left:15px; background:url(../images/icon-cart.gif) no-repeat 0 50%}
46
  #header-cart .head h4,
47
  #header-cart .head h4 a{color:#ababab; font-size:0.95em; font-weight:normal}
48
+
49
+ .header-topbar {height:26px;margin:0 auto;padding-top:5px;position:relative;width:930px;z-index:110;}
50
+
51
+ .welcome-msg{float:left; font-size:0.95em}
52
+ .quick-access { margin: 0px; text-align: left; float: left; color: #ababab;}
53
+ .quick-access p { margin-bottom:4px; }
54
+ .quick-access li {display:inline; background:url(../images/blue_pipe.gif) no-repeat 100% 3px; padding-right:10px;padding-left:3px;}
55
+ .quick-access li.first { padding-left:10px !important; }
56
+ .quick-access li.last { padding-right:0; background:none; }
57
+ .shop-access {float: left; }
58
+ .shop-access a, .shop-access a:hover {text-decoration: none; color:#ff51a8; font-size:11px; }
59
+ .shop-access a:hover {color: #FFF;}
60
+ .shop-access li.last { padding-right:0; background:none; }
61
+
62
+ .form-language { float: left; margin-left: 65px; display: inline; }
63
+ .form-language label { color:#ff51a8; padding-right:5px; font-size:11px; }
64
+ .form-language .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; }
65
+
66
+ .header .form-search { float: right; padding: 0px; position:absolute; right:0; top: 32px; width: 345px; padding: 1px 0 1px 30px; background: url(../images/icon-zoom.gif) no-repeat 0 0; }
67
+ .header .form-search input.input-text { width:300px; border: 1px solid #b7608c; padding: 3px; }
68
+ #search_mini_form label {display:none;}
69
  .header .form-search .search-autocomplete {
70
  left: 30px !important;
71
  top: 23px !important;
72
  }
73
+ .search-autocomplete { z-index:999; }
74
+ .search-autocomplete ul { border:1px solid #5c7989; background-color:#efefef; }
75
+ .search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
76
+ .search-autocomplete li .amount { float:right; font-weight:bold; }
77
+ .search-autocomplete li.odd { background-color: #fff; }
78
+ .search-autocomplete li.selected { background-color: #dedede; }
79
+
80
+ .nav-container { clear: both; padding-bottom: 1px;}
81
+ .header-nav-container {clear:both;padding-bottom:1px;}
82
+ .nav-container { margin: 0 auto; width: 930px; background: url(../images/navigation-bg.gif) repeat-x 0 0; border: 1px solid #606060; border-width: 1px 1px 0;}
83
+
84
+ .main-container{ background: #ffe1f0 url(../images/content-bg.gif) repeat-x 0 0; padding: 13px 0px 13px 0px; text-align:left; }
85
+ .main {padding: 4px; background: #fff; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; margin:0 auto; text-align:left; width:922px;}
86
+ .col-main { float:left; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; }
87
+
88
+ .page-title, .page-head { border-bottom:1px solid #ccc; margin:0 0 12px;}
89
+ .page-title, .page-head { padding: 2px 0; border-bottom: 1px solid #ccc; text-align:right; background: url(../images/box-header-bg.gif) repeat-x 0 100%; }
90
+ .page-head h3, .page-title h3, .page-title h1 {margin:0 10px ; text-transform:none !important; text-align:left; line-height: 30px; color:#ff51a8; font-size:12px; font-weight:bold;}
91
 
92
  #cart-content{background:#292a34; border:1px solid #727379; border-top:none; padding:0 3px 5px; -moz-border-radius:0 0 8px 8px; -webkit-border-bottom-left-radius:8px; -webkit-border-bottom-right-radius:8px; border-radius:0 0 8px 8px; color:#aaa; position:absolute; top:23px; right:0px; width:200px}
93
  #cart-content .product-image {float:left}
98
  #cart-content a:hover{color:#aaa}
99
  #cart-content .actions a span{cursor:pointer}
100
  #cart-content #center-buttons{padding-top:5px; clear:both; text-align:center}
101
+
102
+ .toolbar .sorter, .toolbar .pager{border-top:1px solid #EEEEEE;}
103
+
104
+ .side-col .block {margin-bottom:0.5em !important;}
105
+ .block { line-height:1.3em; font-size:.95em; }
106
+ .block .block-title { margin: 0; padding: 2px 10px 0; background: #fcfdfd url(../images/box-header-bg.gif) repeat-x 0 100%; border: 1px solid #ccc; -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px;}
107
+ .block .block-title strong { line-height: 30px; color:#ff51a8;}
108
+ .block .block-title strong .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
109
+ .block strong { font-size:1em;}
110
+ .block .block-content { background: #fcfcfc url(../images/box-content-bg.gif) repeat-x 0 0; border: 1px solid #ccc; border-top: none; -moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; padding:5px 5px;}
111
+ .block .content ol {background: none;border: none;}
112
 
113
  #slider{height:200px; position:relative; width:930px; margin:0 auto; overflow:hidden; margin-bottom:13px; border:1px solid #ccc}
114
  div.scroller{height:200px; overflow:hidden; width:930px; zoom:1}
128
  .astop{background:url(../images/astop.gif) no-repeat 3px 3px}
129
  .aplay{background:url(../images/aplay.gif) no-repeat 6px 3px}
130
 
131
+ .footer-container { padding-top: 25px; background: url(../images/footer-bg.gif) repeat-x 0 0;}
132
+ .footer { width:930px; margin:0 auto;}
133
+ .footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
134
+ .footer .informational label { color:#4e4e51; font-weight:bold; padding-right:3px; }
135
+ .footer .informational { float: right; text-align: right; font-size: 0.9em;}
136
+ .footer .informational ul {margin-bottom: 15px;}
137
+ .footer .informational li {display:inline;background:url(../images/pipe-gray.gif) no-repeat 100% 50%; padding-right:8px; padding-left:6px;}
138
+ .footer .informational li.last { background:none; padding-right:0; }
139
+ .footer .informational a, .footer .informational a:hover { color:#4e4e51; }
140
  .footer .informational a { text-decoration:none; }
141
+ .footer .informational a:hover { text-decoration: underline; }
142
+ .footer .legality {padding:0px 0px;color:#4e4e51; text-align: left;font-size:11px;}
143
  .footer .legality a { color:#4e4e51; text-decoration: none;}
144
+ .footer .legality a:hover { text-decoration: underline; }
145
  .footerl .mini-newsletter{float:left; clear:both; width:390px; text-align:left}
146
  .footerl .mini-newsletter .validation-advice { width: 165px; color: #fff; }
147
  .footerl{float:left}
149
  .footerl form,.footerl .mini-newsletter h4{float:left; line-height:30px; font-size:11px}
150
  .footerl .mini-newsletter input.input-text{float:left}
151
  .footerl .form-button-alt{float:right; margin:3px 0px 0px 6px}
152
+
153
+ .cart-collaterals .totals {background:#DEE5E8 none repeat scroll 0 0; }
154
+ .cart-collaterals .upsell, .cart-collaterals .discount , .cart-collaterals .crosssell , .cart-collaterals .shipping {border:1px solid #CEC3B6;}
155
+ .cart-collaterals h2 {color:#ff51a8;}
156
+ .cart .cart-collaterals {padding:10px 5px;}
157
+ .opc li.section {border-top:1px solid #FFFFFF !important;}
158
+ .checkout-onepage-index .page-title, .page-head {margin:0 0 1px;}
159
+ .block-progress dt {border-bottom:1px dotted #A3AEB3}
160
+ .checkout-review-table-wrapper .data-table, .block-progress dd, .opc .step, .opc .step-title, .opc li.section{border: 0px !important;}
161
+ .account-login .content {border: 0px;}
162
+ .account-login .buttons-set {border: 0px; background: #fff;}
163
+
164
+ button.button {margin:1px;}
165
  .button span span {display: block; float:left; background:#aeaeae url(../images/gradient-gray.gif) repeat-x 0 0; border:1px solid #adadad !important; -moz-border-radius:4px; -webkit-border-radius:4px; -opera-border-radius:4px; margin:0px; vertical-align:top; padding:2px 10px !important; color:#4F4F4F;}
166
  .button:hover span span {border-color:#888; color:#333}
167
+ button.btn-checkout span {line-height:40px; height: 40px;}
168
+ .mini-newsletter input.input-text { display:block; margin:4px 0 0 0; width:167px; }
169
 
170
  h4,h3,.category-head h2{ font-size:12px; font-weight:bold; color:#ff51a8}
171
 
233
 
234
  /**********fix**********/
235
  .dashboard .welcome-msg { clear: both; }
236
+ .box-account { float: left; margin: 0 0 20px; padding: 15px; width: 635px;}
237
+
238
+ .catalog-seo-sitemap-product .pager .pages,
239
+ .catalog-seo-sitemap-category .pager .pages { float: none !important; }
skin/frontend/default/f002_pink/css/styles-ie.css CHANGED
@@ -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; }
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/js/slider.js CHANGED
@@ -1,89 +1,89 @@
1
- var Slider = Class.create();
2
- Slider.prototype = {
3
- options: {
4
- shift: 329
5
- },
6
-
7
- initialize: function(container, controlLeft, controlRight){
8
- this.animating = false;
9
- this.containerSize = {
10
- width: $(container).offsetWidth,
11
- height: $(container).offsetHeight
12
- },
13
- this.content = $(container).down();
14
- this.controlLeft = $(controlLeft);
15
- this.controlRight = $(controlRight);
16
-
17
- this.initControls();
18
- },
19
-
20
- initControls: function(){
21
- this.controlLeft.href = this.controlRight.href = 'javascript:void(0)';
22
- Event.observe(this.controlLeft, 'click', this.shiftLeft.bind(this));
23
- Event.observe(this.controlRight, 'click', this.shiftRight.bind(this));
24
- this.updateControls(1, 0);
25
- },
26
-
27
- shiftRight: function(){
28
- if (this.animating)
29
- return;
30
-
31
- var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
32
-
33
- if ((left + this.options.shift) < 0) {
34
- var shift = this.options.shift;
35
- this.updateControls(1, 1);
36
- } else {
37
- var shift = Math.abs(left);
38
- this.updateControls(1, 0);
39
- }
40
- this.moveTo(shift);
41
- },
42
-
43
- shiftLeft: function(){
44
- if (this.animating)
45
- return;
46
-
47
- var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
48
-
49
- var lastItemLeft = this.content.childElements().last().positionedOffset()[0];
50
- var lastItemWidth = this.content.childElements().last().offsetWidth;
51
- var contentWidth = lastItemLeft + lastItemWidth;
52
-
53
- if ((contentWidth + left - this.options.shift) > this.containerSize.width) {
54
- var shift = this.options.shift;
55
- this.updateControls(1, 1);
56
- } else {
57
- var shift = contentWidth + left - this.containerSize.width;
58
- this.updateControls(0, 1);
59
- }
60
- this.moveTo(-shift);
61
- },
62
-
63
- moveTo: function(shift){
64
- var scope = this;
65
-
66
- this.animating = true;
67
-
68
- new Effect.Move(this.content, {
69
- x: shift,
70
- duration: 0.4,
71
- delay: 0,
72
- afterFinish: function(){
73
- scope.animating = false;
74
- }
75
- });
76
- },
77
-
78
- updateControls: function(left, right){
79
- if (!left)
80
- this.controlLeft.addClassName('disabled');
81
- else
82
- this.controlLeft.removeClassName('disabled');
83
-
84
- if (!right)
85
- this.controlRight.addClassName('disabled');
86
- else
87
- this.controlRight.removeClassName('disabled');
88
- }
89
- }
1
+ var Slider = Class.create();
2
+ Slider.prototype = {
3
+ options: {
4
+ shift: 329
5
+ },
6
+
7
+ initialize: function(container, controlLeft, controlRight){
8
+ this.animating = false;
9
+ this.containerSize = {
10
+ width: $(container).offsetWidth,
11
+ height: $(container).offsetHeight
12
+ },
13
+ this.content = $(container).down();
14
+ this.controlLeft = $(controlLeft);
15
+ this.controlRight = $(controlRight);
16
+
17
+ this.initControls();
18
+ },
19
+
20
+ initControls: function(){
21
+ this.controlLeft.href = this.controlRight.href = 'javascript:void(0)';
22
+ Event.observe(this.controlLeft, 'click', this.shiftLeft.bind(this));
23
+ Event.observe(this.controlRight, 'click', this.shiftRight.bind(this));
24
+ this.updateControls(1, 0);
25
+ },
26
+
27
+ shiftRight: function(){
28
+ if (this.animating)
29
+ return;
30
+
31
+ var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
32
+
33
+ if ((left + this.options.shift) < 0) {
34
+ var shift = this.options.shift;
35
+ this.updateControls(1, 1);
36
+ } else {
37
+ var shift = Math.abs(left);
38
+ this.updateControls(1, 0);
39
+ }
40
+ this.moveTo(shift);
41
+ },
42
+
43
+ shiftLeft: function(){
44
+ if (this.animating)
45
+ return;
46
+
47
+ var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
48
+
49
+ var lastItemLeft = this.content.childElements().last().positionedOffset()[0];
50
+ var lastItemWidth = this.content.childElements().last().offsetWidth;
51
+ var contentWidth = lastItemLeft + lastItemWidth;
52
+
53
+ if ((contentWidth + left - this.options.shift) > this.containerSize.width) {
54
+ var shift = this.options.shift;
55
+ this.updateControls(1, 1);
56
+ } else {
57
+ var shift = contentWidth + left - this.containerSize.width;
58
+ this.updateControls(0, 1);
59
+ }
60
+ this.moveTo(-shift);
61
+ },
62
+
63
+ moveTo: function(shift){
64
+ var scope = this;
65
+
66
+ this.animating = true;
67
+
68
+ new Effect.Move(this.content, {
69
+ x: shift,
70
+ duration: 0.4,
71
+ delay: 0,
72
+ afterFinish: function(){
73
+ scope.animating = false;
74
+ }
75
+ });
76
+ },
77
+
78
+ updateControls: function(left, right){
79
+ if (!left)
80
+ this.controlLeft.addClassName('disabled');
81
+ else
82
+ this.controlLeft.removeClassName('disabled');
83
+
84
+ if (!right)
85
+ this.controlRight.addClassName('disabled');
86
+ else
87
+ this.controlRight.removeClassName('disabled');
88
+ }
89
+ }
skin/frontend/default/f002_red/css/custom.css CHANGED
@@ -1,40 +1,40 @@
1
  body {background:#808080;}
2
- a { color:#555452; text-decoration: none; }
3
- a:hover { color:#555452; text-decoration: underline; }
4
- a img { border:0;}
5
- a:hover img { border:0; text-decoration:none;}
6
- :focus { outline:0; }
7
-
8
- .fieldset .legend, .fieldset { border:0px; color: #e10707;}
9
-
10
- .header-container { background: url(../images/header-bg.gif) repeat-x 0 0; }
11
- .header-top {clear:both;margin:0 auto;position:relative;width:930px;z-index:100;}
12
-
13
- .col3-layout .col-wrapper {float:left;width:723px;}
14
- .col3-layout .col-main {margin-left:4px;width:522px;}
15
- .col2-left-layout .col-main {float:right;width:720px;}
16
- .col2-right-layout .col-main {width:720px;}
17
-
18
- .breadcrumbs ul{margin:0 auto 0; padding-bottom:0px; text-align:left; width:930px;}
19
-
20
- .products-grid li.item { width:150px; text-align:center;}
21
  .grid-recent li.item { padding: 12px 10px 40px !important; }
22
  .products-grid li.item .actions { width: 150px; }
23
- .products-grid { line-height:1.35em; }
24
- .products-grid .product-name { margin-bottom:.4em; font-size:1.05em; }
25
  .products-grid .product-name a { color:#e10707; text-decoration: none; }
26
- .products-grid .product-name a:hover { text-decoration: underline; }
27
- .products-grid .ratings { margin-bottom:.6em; }
28
- .products-grid {border-bottom:1px solid #D9DDE3;}
29
- .link-wishlist {color:#DC6809 !important;font-weight:bold !important;}
30
- .products-grid .link-wishlist a, .products-grid .link-compare a:hover {text-decoration:underline;}
31
 
32
  .products-list .product-name a { color:#e10707; text-decoration: none; }
33
  .products-list .product-name a:hover { text-decoration: underline; }
34
-
35
- .product-view {border:0px;}
36
- .product-collateral h2{color:#e10707;font-size:12px;font-weight:bold;}
37
- .product-essential {padding:10px 25px;}
38
 
39
  #header-cart{position:absolute; z-index:20; width:200px; right:0; top:7px}
40
  #header-cart .btn-remove,
@@ -45,49 +45,49 @@ a:hover img { border:0; text-decoration:none;}
45
  #header-cart .head h4{cursor:pointer; float:none; display:inline; padding-left:15px; background:url(../images/icon-cart.gif) no-repeat 0 50%}
46
  #header-cart .head h4,
47
  #header-cart .head h4 a{color:#ababab; font-size:0.95em; font-weight:normal}
48
-
49
- .header-topbar {height:26px;margin:0 auto;padding-top:5px;position:relative;width:930px;z-index:110;}
50
-
51
- .welcome-msg{float:left; font-size:0.95em}
52
- .quick-access { margin: 0px; text-align: left; float: left; color: #ababab;}
53
- .quick-access p { margin-bottom:4px; }
54
- .quick-access li {display:inline; background:url(../images/blue_pipe.gif) no-repeat 100% 3px; padding-right:10px;padding-left:3px;}
55
- .quick-access li.first { padding-left:10px !important; }
56
- .quick-access li.last { padding-right:0; background:none; }
57
- .shop-access {float: left; }
58
- .shop-access a, .shop-access a:hover {text-decoration: none; color:#e10707; font-size:11px; }
59
- .shop-access a:hover {color: #FFF;}
60
- .shop-access li.last { padding-right:0; background:none; }
61
-
62
- .form-language { float: left; margin-left: 65px; display: inline; }
63
- .form-language label { color:#e10707; padding-right:5px; font-size:11px; }
64
- .form-language .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; }
65
-
66
- .header .form-search { float: right; padding: 0px; position:absolute; right:0; top: 32px; width: 345px; padding: 1px 0 1px 30px; background: url(../images/icon-zoom.gif) no-repeat 0 0; }
67
- .header .form-search input.input-text { width:300px; border: 1px solid #ad4a4a; padding: 3px; }
68
- #search_mini_form label {display:none;}
69
  .header .form-search .search-autocomplete {
70
  left: 30px !important;
71
  top: 23px !important;
72
  }
73
- .search-autocomplete { z-index:999; }
74
- .search-autocomplete ul { border:1px solid #5c7989; background-color:#efefef; }
75
- .search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
76
- .search-autocomplete li .amount { float:right; font-weight:bold; }
77
- .search-autocomplete li.odd { background-color: #fff; }
78
- .search-autocomplete li.selected { background-color: #dedede; }
79
-
80
- .nav-container { clear: both; padding-bottom: 1px;}
81
- .header-nav-container {clear:both;padding-bottom:1px;}
82
- .nav-container { margin: 0 auto; width: 930px; background: url(../images/navigation-bg.gif) repeat-x 0 0; border: 1px solid #606060; border-width: 1px 1px 0;}
83
-
84
- .main-container{ background: #efeaea url(../images/content-bg.gif) repeat-x 0 0; padding: 13px 0px 13px 0px; text-align:left; }
85
- .main {padding: 4px; background: #fff; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; margin:0 auto; text-align:left; width:922px;}
86
- .col-main { float:left; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; }
87
-
88
- .page-title, .page-head { border-bottom:1px solid #ccc; margin:0 0 12px;}
89
- .page-title, .page-head { padding: 2px 0; border-bottom: 1px solid #ccc; text-align:right; background: url(../images/box-header-bg.gif) repeat-x 0 100%; }
90
- .page-head h3, .page-title h3, .page-title h1 {margin:0 10px ; text-transform:none !important; text-align:left; line-height: 30px; color:#e10707; font-size:12px; font-weight:bold;}
91
 
92
  #cart-content{background:#292a34; border:1px solid #727379; border-top:none; padding:0 3px 5px; -moz-border-radius:0 0 8px 8px; -webkit-border-bottom-left-radius:8px; -webkit-border-bottom-right-radius:8px; border-radius:0 0 8px 8px; color:#aaa; position:absolute; top:23px; right:0px; width:200px}
93
  #cart-content .product-image {float:left}
@@ -98,17 +98,17 @@ a:hover img { border:0; text-decoration:none;}
98
  #cart-content a:hover{color:#aaa}
99
  #cart-content .actions a span{cursor:pointer}
100
  #cart-content #center-buttons{padding-top:5px; clear:both; text-align:center}
101
-
102
- .toolbar .sorter, .toolbar .pager{border-top:1px solid #EEEEEE;}
103
-
104
- .side-col .block {margin-bottom:0.5em !important;}
105
- .block { line-height:1.3em; font-size:.95em; }
106
- .block .block-title { margin: 0; padding: 2px 10px 0; background: #fcfdfd url(../images/box-header-bg.gif) repeat-x 0 100%; border: 1px solid #ccc; -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px;}
107
- .block .block-title strong { line-height: 30px; color:#e10707;}
108
- .block .block-title strong .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
109
- .block strong { font-size:1em;}
110
- .block .block-content { background: #fcfcfc url(../images/box-content-bg.gif) repeat-x 0 0; border: 1px solid #ccc; border-top: none; -moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; padding:5px 5px;}
111
- .block .content ol {background: none;border: none;}
112
 
113
  #slider{height:200px; position:relative; width:930px; margin:0 auto; overflow:hidden; margin-bottom:13px; border:1px solid #ccc}
114
  div.scroller{height:200px; overflow:hidden; width:930px; zoom:1}
@@ -128,20 +128,20 @@ div.sliderdescription:hover,.sliderdescription.active{background-color:#fff !imp
128
  .astop{background:url(../images/astop.gif) no-repeat 3px 3px}
129
  .aplay{background:url(../images/aplay.gif) no-repeat 6px 3px}
130
 
131
- .footer-container { padding-top: 25px; background: url(../images/footer-bg.gif) repeat-x 0 0;}
132
- .footer { width:930px; margin:0 auto;}
133
- .footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
134
- .footer .informational label { color:#4e4e51; font-weight:bold; padding-right:3px; }
135
- .footer .informational { float: right; text-align: right; font-size: 0.9em;}
136
- .footer .informational ul {margin-bottom: 15px;}
137
- .footer .informational li {display:inline;background:url(../images/pipe-gray.gif) no-repeat 100% 50%; padding-right:8px; padding-left:6px;}
138
- .footer .informational li.last { background:none; padding-right:0; }
139
- .footer .informational a, .footer .informational a:hover { color:#4e4e51; }
140
  .footer .informational a { text-decoration:none; }
141
- .footer .informational a:hover { text-decoration: underline; }
142
- .footer .legality {padding:0px 0px;color:#4e4e51; text-align: left;font-size:11px;}
143
  .footer .legality a { color:#4e4e51; text-decoration: none;}
144
- .footer .legality a:hover { text-decoration: underline; }
145
  .footerl .mini-newsletter{float:left; clear:both; width:390px; text-align:left}
146
  .footerl .mini-newsletter .validation-advice { width: 165px; color: #fff; }
147
  .footerl{float:left}
@@ -149,23 +149,23 @@ div.sliderdescription:hover,.sliderdescription.active{background-color:#fff !imp
149
  .footerl form,.footerl .mini-newsletter h4{float:left; line-height:30px; font-size:11px}
150
  .footerl .mini-newsletter input.input-text{float:left}
151
  .footerl .form-button-alt{float:right; margin:3px 0px 0px 6px}
152
-
153
- .cart-collaterals .totals {background:#DEE5E8 none repeat scroll 0 0; }
154
- .cart-collaterals .upsell, .cart-collaterals .discount , .cart-collaterals .crosssell , .cart-collaterals .shipping {border:1px solid #CEC3B6;}
155
- .cart-collaterals h2 {color:#e10707;}
156
- .cart .cart-collaterals {padding:10px 5px;}
157
- .opc li.section {border-top:1px solid #FFFFFF !important;}
158
- .checkout-onepage-index .page-title, .page-head {margin:0 0 1px;}
159
- .block-progress dt {border-bottom:1px dotted #A3AEB3}
160
- .checkout-review-table-wrapper .data-table, .block-progress dd, .opc .step, .opc .step-title, .opc li.section{border: 0px !important;}
161
- .account-login .content {border: 0px;}
162
- .account-login .buttons-set {border: 0px; background: #fff;}
163
-
164
- button.button {margin:1px;}
165
  .button span span {display: block; float:left; background:#aeaeae url(../images/gradient-gray.gif) repeat-x 0 0; border:1px solid #adadad !important; -moz-border-radius:4px; -webkit-border-radius:4px; -opera-border-radius:4px; margin:0px; vertical-align:top; padding:2px 10px !important; color:#4F4F4F;}
166
  .button:hover span span {border-color:#888; color:#333}
167
- button.btn-checkout span {line-height:40px; height: 40px;}
168
- .mini-newsletter input.input-text { display:block; margin:4px 0 0 0; width:167px; }
169
 
170
  h4,h3,.category-head h2{ font-size:12px; font-weight:bold; color:#e10707}
171
 
@@ -233,4 +233,7 @@ h4,h3,.category-head h2{ font-size:12px; font-weight:bold; color:#e10707}
233
 
234
  /**********fix**********/
235
  .dashboard .welcome-msg { clear: both; }
236
- .box-account { float: left; margin: 0 0 20px; padding: 15px; width: 635px;}
 
 
 
1
  body {background:#808080;}
2
+ a { color:#555452; text-decoration: none; }
3
+ a:hover { color:#555452; text-decoration: underline; }
4
+ a img { border:0;}
5
+ a:hover img { border:0; text-decoration:none;}
6
+ :focus { outline:0; }
7
+
8
+ .fieldset .legend, .fieldset { border:0px; color: #e10707;}
9
+
10
+ .header-container { background: url(../images/header-bg.gif) repeat-x 0 0; }
11
+ .header-top {clear:both;margin:0 auto;position:relative;width:930px;z-index:100;}
12
+
13
+ .col3-layout .col-wrapper {float:left;width:723px;}
14
+ .col3-layout .col-main {margin-left:4px;width:522px;}
15
+ .col2-left-layout .col-main {float:right;width:720px;}
16
+ .col2-right-layout .col-main {width:720px;}
17
+
18
+ .breadcrumbs ul{margin:0 auto 0; padding-bottom:0px; text-align:left; width:930px;}
19
+
20
+ .products-grid li.item { width:150px; text-align:center;}
21
  .grid-recent li.item { padding: 12px 10px 40px !important; }
22
  .products-grid li.item .actions { width: 150px; }
23
+ .products-grid { line-height:1.35em; }
24
+ .products-grid .product-name { margin-bottom:.4em; font-size:1.05em; }
25
  .products-grid .product-name a { color:#e10707; text-decoration: none; }
26
+ .products-grid .product-name a:hover { text-decoration: underline; }
27
+ .products-grid .ratings { margin-bottom:.6em; }
28
+ .products-grid {border-bottom:1px solid #D9DDE3;}
29
+ .link-wishlist {color:#DC6809 !important;font-weight:bold !important;}
30
+ .products-grid .link-wishlist a, .products-grid .link-compare a:hover {text-decoration:underline;}
31
 
32
  .products-list .product-name a { color:#e10707; text-decoration: none; }
33
  .products-list .product-name a:hover { text-decoration: underline; }
34
+
35
+ .product-view {border:0px;}
36
+ .product-collateral h2{color:#e10707;font-size:12px;font-weight:bold;}
37
+ .product-essential {padding:10px 25px;}
38
 
39
  #header-cart{position:absolute; z-index:20; width:200px; right:0; top:7px}
40
  #header-cart .btn-remove,
45
  #header-cart .head h4{cursor:pointer; float:none; display:inline; padding-left:15px; background:url(../images/icon-cart.gif) no-repeat 0 50%}
46
  #header-cart .head h4,
47
  #header-cart .head h4 a{color:#ababab; font-size:0.95em; font-weight:normal}
48
+
49
+ .header-topbar {height:26px;margin:0 auto;padding-top:5px;position:relative;width:930px;z-index:110;}
50
+
51
+ .welcome-msg{float:left; font-size:0.95em}
52
+ .quick-access { margin: 0px; text-align: left; float: left; color: #ababab;}
53
+ .quick-access p { margin-bottom:4px; }
54
+ .quick-access li {display:inline; background:url(../images/blue_pipe.gif) no-repeat 100% 3px; padding-right:10px;padding-left:3px;}
55
+ .quick-access li.first { padding-left:10px !important; }
56
+ .quick-access li.last { padding-right:0; background:none; }
57
+ .shop-access {float: left; }
58
+ .shop-access a, .shop-access a:hover {text-decoration: none; color:#e10707; font-size:11px; }
59
+ .shop-access a:hover {color: #FFF;}
60
+ .shop-access li.last { padding-right:0; background:none; }
61
+
62
+ .form-language { float: left; margin-left: 65px; display: inline; }
63
+ .form-language label { color:#e10707; padding-right:5px; font-size:11px; }
64
+ .form-language .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; }
65
+
66
+ .header .form-search { float: right; padding: 0px; position:absolute; right:0; top: 32px; width: 345px; padding: 1px 0 1px 30px; background: url(../images/icon-zoom.gif) no-repeat 0 0; }
67
+ .header .form-search input.input-text { width:300px; border: 1px solid #ad4a4a; padding: 3px; }
68
+ #search_mini_form label {display:none;}
69
  .header .form-search .search-autocomplete {
70
  left: 30px !important;
71
  top: 23px !important;
72
  }
73
+ .search-autocomplete { z-index:999; }
74
+ .search-autocomplete ul { border:1px solid #5c7989; background-color:#efefef; }
75
+ .search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
76
+ .search-autocomplete li .amount { float:right; font-weight:bold; }
77
+ .search-autocomplete li.odd { background-color: #fff; }
78
+ .search-autocomplete li.selected { background-color: #dedede; }
79
+
80
+ .nav-container { clear: both; padding-bottom: 1px;}
81
+ .header-nav-container {clear:both;padding-bottom:1px;}
82
+ .nav-container { margin: 0 auto; width: 930px; background: url(../images/navigation-bg.gif) repeat-x 0 0; border: 1px solid #606060; border-width: 1px 1px 0;}
83
+
84
+ .main-container{ background: #efeaea url(../images/content-bg.gif) repeat-x 0 0; padding: 13px 0px 13px 0px; text-align:left; }
85
+ .main {padding: 4px; background: #fff; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; margin:0 auto; text-align:left; width:922px;}
86
+ .col-main { float:left; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; }
87
+
88
+ .page-title, .page-head { border-bottom:1px solid #ccc; margin:0 0 12px;}
89
+ .page-title, .page-head { padding: 2px 0; border-bottom: 1px solid #ccc; text-align:right; background: url(../images/box-header-bg.gif) repeat-x 0 100%; }
90
+ .page-head h3, .page-title h3, .page-title h1 {margin:0 10px ; text-transform:none !important; text-align:left; line-height: 30px; color:#e10707; font-size:12px; font-weight:bold;}
91
 
92
  #cart-content{background:#292a34; border:1px solid #727379; border-top:none; padding:0 3px 5px; -moz-border-radius:0 0 8px 8px; -webkit-border-bottom-left-radius:8px; -webkit-border-bottom-right-radius:8px; border-radius:0 0 8px 8px; color:#aaa; position:absolute; top:23px; right:0px; width:200px}
93
  #cart-content .product-image {float:left}
98
  #cart-content a:hover{color:#aaa}
99
  #cart-content .actions a span{cursor:pointer}
100
  #cart-content #center-buttons{padding-top:5px; clear:both; text-align:center}
101
+
102
+ .toolbar .sorter, .toolbar .pager{border-top:1px solid #EEEEEE;}
103
+
104
+ .side-col .block {margin-bottom:0.5em !important;}
105
+ .block { line-height:1.3em; font-size:.95em; }
106
+ .block .block-title { margin: 0; padding: 2px 10px 0; background: #fcfdfd url(../images/box-header-bg.gif) repeat-x 0 100%; border: 1px solid #ccc; -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px;}
107
+ .block .block-title strong { line-height: 30px; color:#e10707;}
108
+ .block .block-title strong .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
109
+ .block strong { font-size:1em;}
110
+ .block .block-content { background: #fcfcfc url(../images/box-content-bg.gif) repeat-x 0 0; border: 1px solid #ccc; border-top: none; -moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; padding:5px 5px;}
111
+ .block .content ol {background: none;border: none;}
112
 
113
  #slider{height:200px; position:relative; width:930px; margin:0 auto; overflow:hidden; margin-bottom:13px; border:1px solid #ccc}
114
  div.scroller{height:200px; overflow:hidden; width:930px; zoom:1}
128
  .astop{background:url(../images/astop.gif) no-repeat 3px 3px}
129
  .aplay{background:url(../images/aplay.gif) no-repeat 6px 3px}
130
 
131
+ .footer-container { padding-top: 25px; background: url(../images/footer-bg.gif) repeat-x 0 0;}
132
+ .footer { width:930px; margin:0 auto;}
133
+ .footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
134
+ .footer .informational label { color:#4e4e51; font-weight:bold; padding-right:3px; }
135
+ .footer .informational { float: right; text-align: right; font-size: 0.9em;}
136
+ .footer .informational ul {margin-bottom: 15px;}
137
+ .footer .informational li {display:inline;background:url(../images/pipe-gray.gif) no-repeat 100% 50%; padding-right:8px; padding-left:6px;}
138
+ .footer .informational li.last { background:none; padding-right:0; }
139
+ .footer .informational a, .footer .informational a:hover { color:#4e4e51; }
140
  .footer .informational a { text-decoration:none; }
141
+ .footer .informational a:hover { text-decoration: underline; }
142
+ .footer .legality {padding:0px 0px;color:#4e4e51; text-align: left;font-size:11px;}
143
  .footer .legality a { color:#4e4e51; text-decoration: none;}
144
+ .footer .legality a:hover { text-decoration: underline; }
145
  .footerl .mini-newsletter{float:left; clear:both; width:390px; text-align:left}
146
  .footerl .mini-newsletter .validation-advice { width: 165px; color: #fff; }
147
  .footerl{float:left}
149
  .footerl form,.footerl .mini-newsletter h4{float:left; line-height:30px; font-size:11px}
150
  .footerl .mini-newsletter input.input-text{float:left}
151
  .footerl .form-button-alt{float:right; margin:3px 0px 0px 6px}
152
+
153
+ .cart-collaterals .totals {background:#DEE5E8 none repeat scroll 0 0; }
154
+ .cart-collaterals .upsell, .cart-collaterals .discount , .cart-collaterals .crosssell , .cart-collaterals .shipping {border:1px solid #CEC3B6;}
155
+ .cart-collaterals h2 {color:#e10707;}
156
+ .cart .cart-collaterals {padding:10px 5px;}
157
+ .opc li.section {border-top:1px solid #FFFFFF !important;}
158
+ .checkout-onepage-index .page-title, .page-head {margin:0 0 1px;}
159
+ .block-progress dt {border-bottom:1px dotted #A3AEB3}
160
+ .checkout-review-table-wrapper .data-table, .block-progress dd, .opc .step, .opc .step-title, .opc li.section{border: 0px !important;}
161
+ .account-login .content {border: 0px;}
162
+ .account-login .buttons-set {border: 0px; background: #fff;}
163
+
164
+ button.button {margin:1px;}
165
  .button span span {display: block; float:left; background:#aeaeae url(../images/gradient-gray.gif) repeat-x 0 0; border:1px solid #adadad !important; -moz-border-radius:4px; -webkit-border-radius:4px; -opera-border-radius:4px; margin:0px; vertical-align:top; padding:2px 10px !important; color:#4F4F4F;}
166
  .button:hover span span {border-color:#888; color:#333}
167
+ button.btn-checkout span {line-height:40px; height: 40px;}
168
+ .mini-newsletter input.input-text { display:block; margin:4px 0 0 0; width:167px; }
169
 
170
  h4,h3,.category-head h2{ font-size:12px; font-weight:bold; color:#e10707}
171
 
233
 
234
  /**********fix**********/
235
  .dashboard .welcome-msg { clear: both; }
236
+ .box-account { float: left; margin: 0 0 20px; padding: 15px; width: 635px;}
237
+
238
+ .catalog-seo-sitemap-product .pager .pages,
239
+ .catalog-seo-sitemap-category .pager .pages { float: none !important; }
skin/frontend/default/f002_red/css/styles-ie.css CHANGED
@@ -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; }
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/js/slider.js CHANGED
@@ -1,89 +1,89 @@
1
- var Slider = Class.create();
2
- Slider.prototype = {
3
- options: {
4
- shift: 329
5
- },
6
-
7
- initialize: function(container, controlLeft, controlRight){
8
- this.animating = false;
9
- this.containerSize = {
10
- width: $(container).offsetWidth,
11
- height: $(container).offsetHeight
12
- },
13
- this.content = $(container).down();
14
- this.controlLeft = $(controlLeft);
15
- this.controlRight = $(controlRight);
16
-
17
- this.initControls();
18
- },
19
-
20
- initControls: function(){
21
- this.controlLeft.href = this.controlRight.href = 'javascript:void(0)';
22
- Event.observe(this.controlLeft, 'click', this.shiftLeft.bind(this));
23
- Event.observe(this.controlRight, 'click', this.shiftRight.bind(this));
24
- this.updateControls(1, 0);
25
- },
26
-
27
- shiftRight: function(){
28
- if (this.animating)
29
- return;
30
-
31
- var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
32
-
33
- if ((left + this.options.shift) < 0) {
34
- var shift = this.options.shift;
35
- this.updateControls(1, 1);
36
- } else {
37
- var shift = Math.abs(left);
38
- this.updateControls(1, 0);
39
- }
40
- this.moveTo(shift);
41
- },
42
-
43
- shiftLeft: function(){
44
- if (this.animating)
45
- return;
46
-
47
- var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
48
-
49
- var lastItemLeft = this.content.childElements().last().positionedOffset()[0];
50
- var lastItemWidth = this.content.childElements().last().offsetWidth;
51
- var contentWidth = lastItemLeft + lastItemWidth;
52
-
53
- if ((contentWidth + left - this.options.shift) > this.containerSize.width) {
54
- var shift = this.options.shift;
55
- this.updateControls(1, 1);
56
- } else {
57
- var shift = contentWidth + left - this.containerSize.width;
58
- this.updateControls(0, 1);
59
- }
60
- this.moveTo(-shift);
61
- },
62
-
63
- moveTo: function(shift){
64
- var scope = this;
65
-
66
- this.animating = true;
67
-
68
- new Effect.Move(this.content, {
69
- x: shift,
70
- duration: 0.4,
71
- delay: 0,
72
- afterFinish: function(){
73
- scope.animating = false;
74
- }
75
- });
76
- },
77
-
78
- updateControls: function(left, right){
79
- if (!left)
80
- this.controlLeft.addClassName('disabled');
81
- else
82
- this.controlLeft.removeClassName('disabled');
83
-
84
- if (!right)
85
- this.controlRight.addClassName('disabled');
86
- else
87
- this.controlRight.removeClassName('disabled');
88
- }
89
- }
1
+ var Slider = Class.create();
2
+ Slider.prototype = {
3
+ options: {
4
+ shift: 329
5
+ },
6
+
7
+ initialize: function(container, controlLeft, controlRight){
8
+ this.animating = false;
9
+ this.containerSize = {
10
+ width: $(container).offsetWidth,
11
+ height: $(container).offsetHeight
12
+ },
13
+ this.content = $(container).down();
14
+ this.controlLeft = $(controlLeft);
15
+ this.controlRight = $(controlRight);
16
+
17
+ this.initControls();
18
+ },
19
+
20
+ initControls: function(){
21
+ this.controlLeft.href = this.controlRight.href = 'javascript:void(0)';
22
+ Event.observe(this.controlLeft, 'click', this.shiftLeft.bind(this));
23
+ Event.observe(this.controlRight, 'click', this.shiftRight.bind(this));
24
+ this.updateControls(1, 0);
25
+ },
26
+
27
+ shiftRight: function(){
28
+ if (this.animating)
29
+ return;
30
+
31
+ var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
32
+
33
+ if ((left + this.options.shift) < 0) {
34
+ var shift = this.options.shift;
35
+ this.updateControls(1, 1);
36
+ } else {
37
+ var shift = Math.abs(left);
38
+ this.updateControls(1, 0);
39
+ }
40
+ this.moveTo(shift);
41
+ },
42
+
43
+ shiftLeft: function(){
44
+ if (this.animating)
45
+ return;
46
+
47
+ var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
48
+
49
+ var lastItemLeft = this.content.childElements().last().positionedOffset()[0];
50
+ var lastItemWidth = this.content.childElements().last().offsetWidth;
51
+ var contentWidth = lastItemLeft + lastItemWidth;
52
+
53
+ if ((contentWidth + left - this.options.shift) > this.containerSize.width) {
54
+ var shift = this.options.shift;
55
+ this.updateControls(1, 1);
56
+ } else {
57
+ var shift = contentWidth + left - this.containerSize.width;
58
+ this.updateControls(0, 1);
59
+ }
60
+ this.moveTo(-shift);
61
+ },
62
+
63
+ moveTo: function(shift){
64
+ var scope = this;
65
+
66
+ this.animating = true;
67
+
68
+ new Effect.Move(this.content, {
69
+ x: shift,
70
+ duration: 0.4,
71
+ delay: 0,
72
+ afterFinish: function(){
73
+ scope.animating = false;
74
+ }
75
+ });
76
+ },
77
+
78
+ updateControls: function(left, right){
79
+ if (!left)
80
+ this.controlLeft.addClassName('disabled');
81
+ else
82
+ this.controlLeft.removeClassName('disabled');
83
+
84
+ if (!right)
85
+ this.controlRight.addClassName('disabled');
86
+ else
87
+ this.controlRight.removeClassName('disabled');
88
+ }
89
+ }
skin/frontend/default/f002_sea_green/css/custom.css CHANGED
@@ -1,40 +1,40 @@
1
  body {background:#808080;}
2
- a { color:#555452; text-decoration: none; }
3
- a:hover { color:#555452; text-decoration: underline; }
4
- a img { border:0;}
5
- a:hover img { border:0; text-decoration:none;}
6
- :focus { outline:0; }
7
-
8
- .fieldset .legend, .fieldset { border:0px; color: #007c8f;}
9
-
10
- .header-container { background: url(../images/header-bg.gif) repeat-x 0 0; }
11
- .header-top {clear:both;margin:0 auto;position:relative;width:930px;z-index:100;}
12
-
13
- .col3-layout .col-wrapper {float:left;width:723px;}
14
- .col3-layout .col-main {margin-left:4px;width:522px;}
15
- .col2-left-layout .col-main {float:right;width:720px;}
16
- .col2-right-layout .col-main {width:720px;}
17
-
18
- .breadcrumbs ul{margin:0 auto 0; padding-bottom:0px; text-align:left; width:930px;}
19
-
20
- .products-grid li.item { width:150px; text-align:center;}
21
  .grid-recent li.item { padding: 12px 10px 40px !important; }
22
  .products-grid li.item .actions { width: 150px; }
23
- .products-grid { line-height:1.35em; }
24
- .products-grid .product-name { margin-bottom:.4em; font-size:1.05em; }
25
  .products-grid .product-name a { color:#007c8f; text-decoration: none; }
26
- .products-grid .product-name a:hover { text-decoration: underline; }
27
- .products-grid .ratings { margin-bottom:.6em; }
28
- .products-grid {border-bottom:1px solid #D9DDE3;}
29
- .link-wishlist {color:#DC6809 !important;font-weight:bold !important;}
30
- .products-grid .link-wishlist a, .products-grid .link-compare a:hover {text-decoration:underline;}
31
 
32
  .products-list .product-name a { color:#007c8f; text-decoration: none; }
33
  .products-list .product-name a:hover { text-decoration: underline; }
34
-
35
- .product-view {border:0px;}
36
- .product-collateral h2{color:#007c8f;font-size:12px;font-weight:bold;}
37
- .product-essential {padding:10px 25px;}
38
 
39
  #header-cart{position:absolute; z-index:20; width:200px; right:0; top:7px}
40
  #header-cart .btn-remove,
@@ -45,49 +45,49 @@ a:hover img { border:0; text-decoration:none;}
45
  #header-cart .head h4{cursor:pointer; float:none; display:inline; padding-left:15px; background:url(../images/icon-cart.gif) no-repeat 0 50%}
46
  #header-cart .head h4,
47
  #header-cart .head h4 a{color:#ababab; font-size:0.95em; font-weight:normal}
48
-
49
- .header-topbar {height:26px;margin:0 auto;padding-top:5px;position:relative;width:930px;z-index:110;}
50
-
51
- .welcome-msg{float:left; font-size:0.95em}
52
- .quick-access { margin: 0px; text-align: left; float: left; color: #ababab;}
53
- .quick-access p { margin-bottom:4px; }
54
- .quick-access li {display:inline; background:url(../images/blue_pipe.gif) no-repeat 100% 3px; padding-right:10px;padding-left:3px;}
55
- .quick-access li.first { padding-left:10px !important; }
56
- .quick-access li.last { padding-right:0; background:none; }
57
- .shop-access {float: left; }
58
- .shop-access a, .shop-access a:hover {text-decoration: none; color:#007c8f; font-size:11px; }
59
- .shop-access a:hover {color: #FFF;}
60
- .shop-access li.last { padding-right:0; background:none; }
61
-
62
- .form-language { float: left; margin-left: 65px; display: inline; }
63
- .form-language label { color:#007c8f; padding-right:5px; font-size:11px; }
64
- .form-language .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; }
65
-
66
- .header .form-search { float: right; padding: 0px; position:absolute; right:0; top: 32px; width: 345px; padding: 1px 0 1px 30px; background: url(../images/icon-zoom.gif) no-repeat 0 0; }
67
- .header .form-search input.input-text { width:300px; border: 1px solid #437e87; padding: 3px; }
68
- #search_mini_form label {display:none;}
69
  .header .form-search .search-autocomplete {
70
  left: 30px !important;
71
  top: 23px !important;
72
  }
73
- .search-autocomplete { z-index:999; }
74
- .search-autocomplete ul { border:1px solid #5c7989; background-color:#efefef; }
75
- .search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
76
- .search-autocomplete li .amount { float:right; font-weight:bold; }
77
- .search-autocomplete li.odd { background-color: #fff; }
78
- .search-autocomplete li.selected { background-color: #dedede; }
79
-
80
- .nav-container { clear: both; padding-bottom: 1px;}
81
- .header-nav-container {clear:both;padding-bottom:1px;}
82
- .nav-container { margin: 0 auto; width: 930px; background: url(../images/navigation-bg.gif) repeat-x 0 0; border: 1px solid #606060; border-width: 1px 1px 0;}
83
-
84
- .main-container{ background: #e8eced url(../images/content-bg.gif) repeat-x 0 0; padding: 13px 0px 13px 0px; text-align:left; }
85
- .main {padding: 4px; background: #fff; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; margin:0 auto; text-align:left; width:922px;}
86
- .col-main { float:left; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; }
87
-
88
- .page-title, .page-head { border-bottom:1px solid #ccc; margin:0 0 12px;}
89
- .page-title, .page-head { padding: 2px 0; border-bottom: 1px solid #ccc; text-align:right; background: url(../images/box-header-bg.gif) repeat-x 0 100%; }
90
- .page-head h3, .page-title h3, .page-title h1 {margin:0 10px ; text-transform:none !important; text-align:left; line-height: 30px; color:#007c8f; font-size:12px; font-weight:bold;}
91
 
92
  #cart-content{background:#292a34; border:1px solid #727379; border-top:none; padding:0 3px 5px; -moz-border-radius:0 0 8px 8px; -webkit-border-bottom-left-radius:8px; -webkit-border-bottom-right-radius:8px; border-radius:0 0 8px 8px; color:#aaa; position:absolute; top:23px; right:0px; width:200px}
93
  #cart-content .product-image {float:left}
@@ -98,17 +98,17 @@ a:hover img { border:0; text-decoration:none;}
98
  #cart-content a:hover{color:#aaa}
99
  #cart-content .actions a span{cursor:pointer}
100
  #cart-content #center-buttons{padding-top:5px; clear:both; text-align:center}
101
-
102
- .toolbar .sorter, .toolbar .pager{border-top:1px solid #EEEEEE;}
103
-
104
- .side-col .block {margin-bottom:0.5em !important;}
105
- .block { line-height:1.3em; font-size:.95em; }
106
- .block .block-title { margin: 0; padding: 2px 10px 0; background: #fcfdfd url(../images/box-header-bg.gif) repeat-x 0 100%; border: 1px solid #ccc; -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px;}
107
- .block .block-title strong { line-height: 30px; color:#007c8f;}
108
- .block .block-title strong .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
109
- .block strong { font-size:1em;}
110
- .block .block-content { background: #fcfcfc url(../images/box-content-bg.gif) repeat-x 0 0; border: 1px solid #ccc; border-top: none; -moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; padding:5px 5px;}
111
- .block .content ol {background: none;border: none;}
112
 
113
  #slider{height:200px; position:relative; width:930px; margin:0 auto; overflow:hidden; margin-bottom:13px; border:1px solid #ccc}
114
  div.scroller{height:200px; overflow:hidden; width:930px; zoom:1}
@@ -128,20 +128,20 @@ div.sliderdescription:hover,.sliderdescription.active{background-color:#fff !imp
128
  .astop{background:url(../images/astop.gif) no-repeat 3px 3px}
129
  .aplay{background:url(../images/aplay.gif) no-repeat 6px 3px}
130
 
131
- .footer-container { padding-top: 25px; background: url(../images/footer-bg.gif) repeat-x 0 0;}
132
- .footer { width:930px; margin:0 auto;}
133
- .footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
134
- .footer .informational label { color:#4e4e51; font-weight:bold; padding-right:3px; }
135
- .footer .informational { float: right; text-align: right; font-size: 0.9em;}
136
- .footer .informational ul {margin-bottom: 15px;}
137
- .footer .informational li {display:inline;background:url(../images/pipe-gray.gif) no-repeat 100% 50%; padding-right:8px; padding-left:6px;}
138
- .footer .informational li.last { background:none; padding-right:0; }
139
- .footer .informational a, .footer .informational a:hover { color:#4e4e51; }
140
  .footer .informational a { text-decoration:none; }
141
- .footer .informational a:hover { text-decoration: underline; }
142
- .footer .legality {padding:0px 0px;color:#4e4e51; text-align: left;font-size:11px;}
143
  .footer .legality a { color:#4e4e51; text-decoration: none;}
144
- .footer .legality a:hover { text-decoration: underline; }
145
  .footerl .mini-newsletter{float:left; clear:both; width:390px; text-align:left}
146
  .footerl .mini-newsletter .validation-advice { width: 165px; color: #fff; }
147
  .footerl{float:left}
@@ -149,23 +149,23 @@ div.sliderdescription:hover,.sliderdescription.active{background-color:#fff !imp
149
  .footerl form,.footerl .mini-newsletter h4{float:left; line-height:30px; font-size:11px}
150
  .footerl .mini-newsletter input.input-text{float:left}
151
  .footerl .form-button-alt{float:right; margin:3px 0px 0px 6px}
152
-
153
- .cart-collaterals .totals {background:#DEE5E8 none repeat scroll 0 0; }
154
- .cart-collaterals .upsell, .cart-collaterals .discount , .cart-collaterals .crosssell , .cart-collaterals .shipping {border:1px solid #CEC3B6;}
155
- .cart-collaterals h2 {color:#007c8f;}
156
- .cart .cart-collaterals {padding:10px 5px;}
157
- .opc li.section {border-top:1px solid #FFFFFF !important;}
158
- .checkout-onepage-index .page-title, .page-head {margin:0 0 1px;}
159
- .block-progress dt {border-bottom:1px dotted #A3AEB3}
160
- .checkout-review-table-wrapper .data-table, .block-progress dd, .opc .step, .opc .step-title, .opc li.section{border: 0px !important;}
161
- .account-login .content {border: 0px;}
162
- .account-login .buttons-set {border: 0px; background: #fff;}
163
-
164
- button.button {margin:1px;}
165
  .button span span {display: block; float:left; background:#aeaeae url(../images/gradient-gray.gif) repeat-x 0 0; border:1px solid #adadad !important; -moz-border-radius:4px; -webkit-border-radius:4px; -opera-border-radius:4px; margin:0px; vertical-align:top; padding:2px 10px !important; color:#4F4F4F;}
166
  .button:hover span span {border-color:#888; color:#333}
167
- button.btn-checkout span {line-height:40px; height: 40px;}
168
- .mini-newsletter input.input-text { display:block; margin:4px 0 0 0; width:167px; }
169
 
170
  h4,h3,.category-head h2{ font-size:12px; font-weight:bold; color:#007c8f}
171
 
@@ -233,4 +233,7 @@ h4,h3,.category-head h2{ font-size:12px; font-weight:bold; color:#007c8f}
233
 
234
  /**********fix**********/
235
  .dashboard .welcome-msg { clear: both; }
236
- .box-account { float: left; margin: 0 0 20px; padding: 15px; width: 635px;}
 
 
 
1
  body {background:#808080;}
2
+ a { color:#555452; text-decoration: none; }
3
+ a:hover { color:#555452; text-decoration: underline; }
4
+ a img { border:0;}
5
+ a:hover img { border:0; text-decoration:none;}
6
+ :focus { outline:0; }
7
+
8
+ .fieldset .legend, .fieldset { border:0px; color: #007c8f;}
9
+
10
+ .header-container { background: url(../images/header-bg.gif) repeat-x 0 0; }
11
+ .header-top {clear:both;margin:0 auto;position:relative;width:930px;z-index:100;}
12
+
13
+ .col3-layout .col-wrapper {float:left;width:723px;}
14
+ .col3-layout .col-main {margin-left:4px;width:522px;}
15
+ .col2-left-layout .col-main {float:right;width:720px;}
16
+ .col2-right-layout .col-main {width:720px;}
17
+
18
+ .breadcrumbs ul{margin:0 auto 0; padding-bottom:0px; text-align:left; width:930px;}
19
+
20
+ .products-grid li.item { width:150px; text-align:center;}
21
  .grid-recent li.item { padding: 12px 10px 40px !important; }
22
  .products-grid li.item .actions { width: 150px; }
23
+ .products-grid { line-height:1.35em; }
24
+ .products-grid .product-name { margin-bottom:.4em; font-size:1.05em; }
25
  .products-grid .product-name a { color:#007c8f; text-decoration: none; }
26
+ .products-grid .product-name a:hover { text-decoration: underline; }
27
+ .products-grid .ratings { margin-bottom:.6em; }
28
+ .products-grid {border-bottom:1px solid #D9DDE3;}
29
+ .link-wishlist {color:#DC6809 !important;font-weight:bold !important;}
30
+ .products-grid .link-wishlist a, .products-grid .link-compare a:hover {text-decoration:underline;}
31
 
32
  .products-list .product-name a { color:#007c8f; text-decoration: none; }
33
  .products-list .product-name a:hover { text-decoration: underline; }
34
+
35
+ .product-view {border:0px;}
36
+ .product-collateral h2{color:#007c8f;font-size:12px;font-weight:bold;}
37
+ .product-essential {padding:10px 25px;}
38
 
39
  #header-cart{position:absolute; z-index:20; width:200px; right:0; top:7px}
40
  #header-cart .btn-remove,
45
  #header-cart .head h4{cursor:pointer; float:none; display:inline; padding-left:15px; background:url(../images/icon-cart.gif) no-repeat 0 50%}
46
  #header-cart .head h4,
47
  #header-cart .head h4 a{color:#ababab; font-size:0.95em; font-weight:normal}
48
+
49
+ .header-topbar {height:26px;margin:0 auto;padding-top:5px;position:relative;width:930px;z-index:110;}
50
+
51
+ .welcome-msg{float:left; font-size:0.95em}
52
+ .quick-access { margin: 0px; text-align: left; float: left; color: #ababab;}
53
+ .quick-access p { margin-bottom:4px; }
54
+ .quick-access li {display:inline; background:url(../images/blue_pipe.gif) no-repeat 100% 3px; padding-right:10px;padding-left:3px;}
55
+ .quick-access li.first { padding-left:10px !important; }
56
+ .quick-access li.last { padding-right:0; background:none; }
57
+ .shop-access {float: left; }
58
+ .shop-access a, .shop-access a:hover {text-decoration: none; color:#007c8f; font-size:11px; }
59
+ .shop-access a:hover {color: #FFF;}
60
+ .shop-access li.last { padding-right:0; background:none; }
61
+
62
+ .form-language { float: left; margin-left: 65px; display: inline; }
63
+ .form-language label { color:#007c8f; padding-right:5px; font-size:11px; }
64
+ .form-language .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; }
65
+
66
+ .header .form-search { float: right; padding: 0px; position:absolute; right:0; top: 32px; width: 345px; padding: 1px 0 1px 30px; background: url(../images/icon-zoom.gif) no-repeat 0 0; }
67
+ .header .form-search input.input-text { width:300px; border: 1px solid #437e87; padding: 3px; }
68
+ #search_mini_form label {display:none;}
69
  .header .form-search .search-autocomplete {
70
  left: 30px !important;
71
  top: 23px !important;
72
  }
73
+ .search-autocomplete { z-index:999; }
74
+ .search-autocomplete ul { border:1px solid #5c7989; background-color:#efefef; }
75
+ .search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
76
+ .search-autocomplete li .amount { float:right; font-weight:bold; }
77
+ .search-autocomplete li.odd { background-color: #fff; }
78
+ .search-autocomplete li.selected { background-color: #dedede; }
79
+
80
+ .nav-container { clear: both; padding-bottom: 1px;}
81
+ .header-nav-container {clear:both;padding-bottom:1px;}
82
+ .nav-container { margin: 0 auto; width: 930px; background: url(../images/navigation-bg.gif) repeat-x 0 0; border: 1px solid #606060; border-width: 1px 1px 0;}
83
+
84
+ .main-container{ background: #e8eced url(../images/content-bg.gif) repeat-x 0 0; padding: 13px 0px 13px 0px; text-align:left; }
85
+ .main {padding: 4px; background: #fff; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; margin:0 auto; text-align:left; width:922px;}
86
+ .col-main { float:left; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; }
87
+
88
+ .page-title, .page-head { border-bottom:1px solid #ccc; margin:0 0 12px;}
89
+ .page-title, .page-head { padding: 2px 0; border-bottom: 1px solid #ccc; text-align:right; background: url(../images/box-header-bg.gif) repeat-x 0 100%; }
90
+ .page-head h3, .page-title h3, .page-title h1 {margin:0 10px ; text-transform:none !important; text-align:left; line-height: 30px; color:#007c8f; font-size:12px; font-weight:bold;}
91
 
92
  #cart-content{background:#292a34; border:1px solid #727379; border-top:none; padding:0 3px 5px; -moz-border-radius:0 0 8px 8px; -webkit-border-bottom-left-radius:8px; -webkit-border-bottom-right-radius:8px; border-radius:0 0 8px 8px; color:#aaa; position:absolute; top:23px; right:0px; width:200px}
93
  #cart-content .product-image {float:left}
98
  #cart-content a:hover{color:#aaa}
99
  #cart-content .actions a span{cursor:pointer}
100
  #cart-content #center-buttons{padding-top:5px; clear:both; text-align:center}
101
+
102
+ .toolbar .sorter, .toolbar .pager{border-top:1px solid #EEEEEE;}
103
+
104
+ .side-col .block {margin-bottom:0.5em !important;}
105
+ .block { line-height:1.3em; font-size:.95em; }
106
+ .block .block-title { margin: 0; padding: 2px 10px 0; background: #fcfdfd url(../images/box-header-bg.gif) repeat-x 0 100%; border: 1px solid #ccc; -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px;}
107
+ .block .block-title strong { line-height: 30px; color:#007c8f;}
108
+ .block .block-title strong .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
109
+ .block strong { font-size:1em;}
110
+ .block .block-content { background: #fcfcfc url(../images/box-content-bg.gif) repeat-x 0 0; border: 1px solid #ccc; border-top: none; -moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; padding:5px 5px;}
111
+ .block .content ol {background: none;border: none;}
112
 
113
  #slider{height:200px; position:relative; width:930px; margin:0 auto; overflow:hidden; margin-bottom:13px; border:1px solid #ccc}
114
  div.scroller{height:200px; overflow:hidden; width:930px; zoom:1}
128
  .astop{background:url(../images/astop.gif) no-repeat 3px 3px}
129
  .aplay{background:url(../images/aplay.gif) no-repeat 6px 3px}
130
 
131
+ .footer-container { padding-top: 25px; background: url(../images/footer-bg.gif) repeat-x 0 0;}
132
+ .footer { width:930px; margin:0 auto;}
133
+ .footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
134
+ .footer .informational label { color:#4e4e51; font-weight:bold; padding-right:3px; }
135
+ .footer .informational { float: right; text-align: right; font-size: 0.9em;}
136
+ .footer .informational ul {margin-bottom: 15px;}
137
+ .footer .informational li {display:inline;background:url(../images/pipe-gray.gif) no-repeat 100% 50%; padding-right:8px; padding-left:6px;}
138
+ .footer .informational li.last { background:none; padding-right:0; }
139
+ .footer .informational a, .footer .informational a:hover { color:#4e4e51; }
140
  .footer .informational a { text-decoration:none; }
141
+ .footer .informational a:hover { text-decoration: underline; }
142
+ .footer .legality {padding:0px 0px;color:#4e4e51; text-align: left;font-size:11px;}
143
  .footer .legality a { color:#4e4e51; text-decoration: none;}
144
+ .footer .legality a:hover { text-decoration: underline; }
145
  .footerl .mini-newsletter{float:left; clear:both; width:390px; text-align:left}
146
  .footerl .mini-newsletter .validation-advice { width: 165px; color: #fff; }
147
  .footerl{float:left}
149
  .footerl form,.footerl .mini-newsletter h4{float:left; line-height:30px; font-size:11px}
150
  .footerl .mini-newsletter input.input-text{float:left}
151
  .footerl .form-button-alt{float:right; margin:3px 0px 0px 6px}
152
+
153
+ .cart-collaterals .totals {background:#DEE5E8 none repeat scroll 0 0; }
154
+ .cart-collaterals .upsell, .cart-collaterals .discount , .cart-collaterals .crosssell , .cart-collaterals .shipping {border:1px solid #CEC3B6;}
155
+ .cart-collaterals h2 {color:#007c8f;}
156
+ .cart .cart-collaterals {padding:10px 5px;}
157
+ .opc li.section {border-top:1px solid #FFFFFF !important;}
158
+ .checkout-onepage-index .page-title, .page-head {margin:0 0 1px;}
159
+ .block-progress dt {border-bottom:1px dotted #A3AEB3}
160
+ .checkout-review-table-wrapper .data-table, .block-progress dd, .opc .step, .opc .step-title, .opc li.section{border: 0px !important;}
161
+ .account-login .content {border: 0px;}
162
+ .account-login .buttons-set {border: 0px; background: #fff;}
163
+
164
+ button.button {margin:1px;}
165
  .button span span {display: block; float:left; background:#aeaeae url(../images/gradient-gray.gif) repeat-x 0 0; border:1px solid #adadad !important; -moz-border-radius:4px; -webkit-border-radius:4px; -opera-border-radius:4px; margin:0px; vertical-align:top; padding:2px 10px !important; color:#4F4F4F;}
166
  .button:hover span span {border-color:#888; color:#333}
167
+ button.btn-checkout span {line-height:40px; height: 40px;}
168
+ .mini-newsletter input.input-text { display:block; margin:4px 0 0 0; width:167px; }
169
 
170
  h4,h3,.category-head h2{ font-size:12px; font-weight:bold; color:#007c8f}
171
 
233
 
234
  /**********fix**********/
235
  .dashboard .welcome-msg { clear: both; }
236
+ .box-account { float: left; margin: 0 0 20px; padding: 15px; width: 635px;}
237
+
238
+ .catalog-seo-sitemap-product .pager .pages,
239
+ .catalog-seo-sitemap-category .pager .pages { float: none !important; }
skin/frontend/default/f002_sea_green/css/styles-ie.css CHANGED
@@ -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; }
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/js/slider.js CHANGED
@@ -1,89 +1,89 @@
1
- var Slider = Class.create();
2
- Slider.prototype = {
3
- options: {
4
- shift: 329
5
- },
6
-
7
- initialize: function(container, controlLeft, controlRight){
8
- this.animating = false;
9
- this.containerSize = {
10
- width: $(container).offsetWidth,
11
- height: $(container).offsetHeight
12
- },
13
- this.content = $(container).down();
14
- this.controlLeft = $(controlLeft);
15
- this.controlRight = $(controlRight);
16
-
17
- this.initControls();
18
- },
19
-
20
- initControls: function(){
21
- this.controlLeft.href = this.controlRight.href = 'javascript:void(0)';
22
- Event.observe(this.controlLeft, 'click', this.shiftLeft.bind(this));
23
- Event.observe(this.controlRight, 'click', this.shiftRight.bind(this));
24
- this.updateControls(1, 0);
25
- },
26
-
27
- shiftRight: function(){
28
- if (this.animating)
29
- return;
30
-
31
- var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
32
-
33
- if ((left + this.options.shift) < 0) {
34
- var shift = this.options.shift;
35
- this.updateControls(1, 1);
36
- } else {
37
- var shift = Math.abs(left);
38
- this.updateControls(1, 0);
39
- }
40
- this.moveTo(shift);
41
- },
42
-
43
- shiftLeft: function(){
44
- if (this.animating)
45
- return;
46
-
47
- var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
48
-
49
- var lastItemLeft = this.content.childElements().last().positionedOffset()[0];
50
- var lastItemWidth = this.content.childElements().last().offsetWidth;
51
- var contentWidth = lastItemLeft + lastItemWidth;
52
-
53
- if ((contentWidth + left - this.options.shift) > this.containerSize.width) {
54
- var shift = this.options.shift;
55
- this.updateControls(1, 1);
56
- } else {
57
- var shift = contentWidth + left - this.containerSize.width;
58
- this.updateControls(0, 1);
59
- }
60
- this.moveTo(-shift);
61
- },
62
-
63
- moveTo: function(shift){
64
- var scope = this;
65
-
66
- this.animating = true;
67
-
68
- new Effect.Move(this.content, {
69
- x: shift,
70
- duration: 0.4,
71
- delay: 0,
72
- afterFinish: function(){
73
- scope.animating = false;
74
- }
75
- });
76
- },
77
-
78
- updateControls: function(left, right){
79
- if (!left)
80
- this.controlLeft.addClassName('disabled');
81
- else
82
- this.controlLeft.removeClassName('disabled');
83
-
84
- if (!right)
85
- this.controlRight.addClassName('disabled');
86
- else
87
- this.controlRight.removeClassName('disabled');
88
- }
89
- }
1
+ var Slider = Class.create();
2
+ Slider.prototype = {
3
+ options: {
4
+ shift: 329
5
+ },
6
+
7
+ initialize: function(container, controlLeft, controlRight){
8
+ this.animating = false;
9
+ this.containerSize = {
10
+ width: $(container).offsetWidth,
11
+ height: $(container).offsetHeight
12
+ },
13
+ this.content = $(container).down();
14
+ this.controlLeft = $(controlLeft);
15
+ this.controlRight = $(controlRight);
16
+
17
+ this.initControls();
18
+ },
19
+
20
+ initControls: function(){
21
+ this.controlLeft.href = this.controlRight.href = 'javascript:void(0)';
22
+ Event.observe(this.controlLeft, 'click', this.shiftLeft.bind(this));
23
+ Event.observe(this.controlRight, 'click', this.shiftRight.bind(this));
24
+ this.updateControls(1, 0);
25
+ },
26
+
27
+ shiftRight: function(){
28
+ if (this.animating)
29
+ return;
30
+
31
+ var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
32
+
33
+ if ((left + this.options.shift) < 0) {
34
+ var shift = this.options.shift;
35
+ this.updateControls(1, 1);
36
+ } else {
37
+ var shift = Math.abs(left);
38
+ this.updateControls(1, 0);
39
+ }
40
+ this.moveTo(shift);
41
+ },
42
+
43
+ shiftLeft: function(){
44
+ if (this.animating)
45
+ return;
46
+
47
+ var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
48
+
49
+ var lastItemLeft = this.content.childElements().last().positionedOffset()[0];
50
+ var lastItemWidth = this.content.childElements().last().offsetWidth;
51
+ var contentWidth = lastItemLeft + lastItemWidth;
52
+
53
+ if ((contentWidth + left - this.options.shift) > this.containerSize.width) {
54
+ var shift = this.options.shift;
55
+ this.updateControls(1, 1);
56
+ } else {
57
+ var shift = contentWidth + left - this.containerSize.width;
58
+ this.updateControls(0, 1);
59
+ }
60
+ this.moveTo(-shift);
61
+ },
62
+
63
+ moveTo: function(shift){
64
+ var scope = this;
65
+
66
+ this.animating = true;
67
+
68
+ new Effect.Move(this.content, {
69
+ x: shift,
70
+ duration: 0.4,
71
+ delay: 0,
72
+ afterFinish: function(){
73
+ scope.animating = false;
74
+ }
75
+ });
76
+ },
77
+
78
+ updateControls: function(left, right){
79
+ if (!left)
80
+ this.controlLeft.addClassName('disabled');
81
+ else
82
+ this.controlLeft.removeClassName('disabled');
83
+
84
+ if (!right)
85
+ this.controlRight.addClassName('disabled');
86
+ else
87
+ this.controlRight.removeClassName('disabled');
88
+ }
89
+ }
skin/frontend/default/f002_silver/css/custom.css CHANGED
@@ -1,40 +1,40 @@
1
  body {background:#FFF;}
2
- a { color:#555452; text-decoration: none; }
3
- a:hover { color:#555452; text-decoration: underline; }
4
- a img { border:0;}
5
- a:hover img { border:0; text-decoration:none;}
6
- :focus { outline:0; }
7
-
8
- .fieldset .legend, .fieldset { border:0px;}
9
-
10
- .header-container { background: url(../images/header-bg.gif) repeat-x 0 0; }
11
- .header-top {clear:both;margin:0 auto;position:relative;width:930px;z-index:100;}
12
-
13
- .col3-layout .col-wrapper {float:left;width:723px;}
14
- .col3-layout .col-main {margin-left:4px;width:522px;}
15
- .col2-left-layout .col-main {float:right;width:720px;}
16
- .col2-right-layout .col-main {width:720px;}
17
-
18
- .breadcrumbs ul{margin:0 auto 0; padding-bottom:0px; text-align:left; width:930px;}
19
-
20
- .products-grid li.item { width:150px; text-align:center;}
21
  .grid-recent li.item { padding: 12px 10px 40px !important; }
22
  .products-grid li.item .actions { width: 150px; }
23
- .products-grid { line-height:1.35em; }
24
- .products-grid .product-name { margin-bottom:.4em; font-size:1.05em; }
25
  .products-grid .product-name a { color:#5f5e5e; text-decoration: none; }
26
- .products-grid .product-name a:hover { text-decoration: underline; }
27
- .products-grid .ratings { margin-bottom:.6em; }
28
- .products-grid {border-bottom:1px solid #D9DDE3;}
29
- .link-wishlist {color:#DC6809 !important;font-weight:bold !important;}
30
- .products-grid .link-wishlist a, .products-grid .link-compare a:hover {text-decoration:underline;}
31
 
32
  .products-list .product-name a { color:#5f5e5e; text-decoration: none; }
33
  .products-list .product-name a:hover { text-decoration: underline; }
34
-
35
- .product-view {border:0px;}
36
- .product-collateral h2{color:#5f5e5e;font-size:12px;font-weight:bold;}
37
- .product-essential {padding:10px 25px;}
38
 
39
  #header-cart{position:absolute; z-index:20; width:200px; right:0; top:7px}
40
  #header-cart .btn-remove,
@@ -45,49 +45,49 @@ a:hover img { border:0; text-decoration:none;}
45
  #header-cart .head h4{cursor:pointer; float:none; display:inline; padding-left:15px; background:url(../images/icon-cart.gif) no-repeat 0 50%}
46
  #header-cart .head h4,
47
  #header-cart .head h4 a{color:#ababab; font-size:0.95em; font-weight:normal}
48
-
49
- .header-topbar {height:26px;margin:0 auto;padding-top:5px;position:relative;width:930px;z-index:110;}
50
-
51
- .welcome-msg{float:left; font-size:0.95em}
52
- .quick-access { margin: 0px; text-align: left; float: left; color: #ababab;}
53
- .quick-access p { margin-bottom:4px; }
54
- .quick-access li {display:inline; background:url(../images/blue_pipe.gif) no-repeat 100% 3px; padding-right:10px;padding-left:3px;}
55
- .quick-access li.first { padding-left:10px !important; }
56
- .quick-access li.last { padding-right:0; background:none; }
57
- .shop-access {float: left; }
58
- .shop-access a, .shop-access a:hover {text-decoration: none; color:#dfdfdf; font-size:11px; }
59
- .shop-access a:hover {color: #FFF;}
60
- .shop-access li.last { padding-right:0; background:none; }
61
-
62
- .form-language { float: left; margin-left: 65px; display: inline; }
63
- .form-language label { color:#dfdfdf; padding-right:5px; font-size:11px; }
64
- .form-language .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; }
65
-
66
- .header .form-search { float: right; padding: 0px; position:absolute; right:0; top: 32px; width: 345px; padding: 1px 0 1px 30px; background: url(../images/icon-zoom.gif) no-repeat 0 0; }
67
- .header .form-search input.input-text { width:300px; border: 1px solid #9d9d9d; padding: 3px; }
68
- #search_mini_form label {display:none;}
69
  .header .form-search .search-autocomplete {
70
  left: 30px !important;
71
  top: 23px !important;
72
  }
73
- .search-autocomplete { z-index:999; }
74
- .search-autocomplete ul { border:1px solid #5c7989; background-color:#efefef; }
75
- .search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
76
- .search-autocomplete li .amount { float:right; font-weight:bold; }
77
- .search-autocomplete li.odd { background-color: #fff; }
78
- .search-autocomplete li.selected { background-color: #dedede; }
79
-
80
- .nav-container { clear: both; padding-bottom: 1px;}
81
- .header-nav-container {clear:both;padding-bottom:1px;}
82
- .nav-container { margin: 0 auto; width: 930px; background: url(../images/navigation-bg.gif) repeat-x 0 0; border: 1px solid #606060; border-width: 1px 1px 0;}
83
-
84
- .main-container{ background: #5b5b5d url(../images/content-bg.gif) repeat-x 0 0; padding: 13px 0px 13px 0px; text-align:left; }
85
- .main {padding: 4px; background: #fff; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; margin:0 auto; text-align:left; width:922px;}
86
- .col-main { float:left; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; }
87
-
88
- .page-title, .page-head { border-bottom:1px solid #ccc; margin:0 0 12px;}
89
- .page-title, .page-head { padding: 2px 0; border-bottom: 1px solid #ccc; text-align:right; background: url(../images/box-header-bg.gif) repeat-x 0 100%; }
90
- .page-head h3, .page-title h3, .page-title h1 {margin:0 10px ; text-transform:none !important; text-align:left; line-height: 30px; color:#5f5e5e; font-size:12px; font-weight:bold;}
91
 
92
  #cart-content{background:#2f2f2f; border:1px solid #727379; border-top:none; padding:0 3px 5px; -moz-border-radius:0 0 8px 8px; -webkit-border-bottom-left-radius:8px; -webkit-border-bottom-right-radius:8px; border-radius:0 0 8px 8px; color:#aaa; position:absolute; top:23px; right:0px; width:200px}
93
  #cart-content .product-image {float:left}
@@ -98,17 +98,17 @@ a:hover img { border:0; text-decoration:none;}
98
  #cart-content a:hover{color:#aaa}
99
  #cart-content .actions a span{cursor:pointer}
100
  #cart-content #center-buttons{padding-top:5px; clear:both; text-align:center}
101
-
102
- .toolbar .sorter, .toolbar .pager{border-top:1px solid #EEEEEE;}
103
-
104
- .side-col .block {margin-bottom:0.5em !important;}
105
- .block { line-height:1.3em; font-size:.95em; }
106
- .block .block-title { margin: 0; padding: 2px 10px 0; background: #fcfdfd url(../images/box-header-bg.gif) repeat-x 0 100%; border: 1px solid #ccc; -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px;}
107
- .block .block-title strong { line-height: 30px; color:#5f5e5e;}
108
- .block .block-title strong .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
109
- .block strong { font-size:1em;}
110
- .block .block-content { background: #fcfcfc url(../images/box-content-bg.gif) repeat-x 0 0; border: 1px solid #ccc; border-top: none; -moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; padding:5px 5px;}
111
- .block .content ol {background: none;border: none;}
112
 
113
  #slider{height:200px; position:relative; width:930px; margin:0 auto; overflow:hidden; margin-bottom:13px; border:1px solid #ccc}
114
  div.scroller{height:200px; overflow:hidden; width:930px; zoom:1}
@@ -128,20 +128,20 @@ div.sliderdescription:hover,.sliderdescription.active{background-color:#fff !imp
128
  .astop{background:url(../images/astop.gif) no-repeat 3px 3px}
129
  .aplay{background:url(../images/aplay.gif) no-repeat 6px 3px}
130
 
131
- .footer-container { padding-top: 25px; background: #868688 url(../images/footer-bg.gif) repeat-x 0 0;}
132
- .footer { width:930px; margin:0 auto;}
133
- .footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
134
- .footer .informational label { color:#4e4e51; font-weight:bold; padding-right:3px; }
135
- .footer .informational { float: right; text-align: right; font-size: 0.9em;}
136
- .footer .informational ul {margin-bottom: 15px;}
137
- .footer .informational li {display:inline;background:url(../images/pipe-gray.gif) no-repeat 100% 50%; padding-right:8px; padding-left:6px;}
138
- .footer .informational li.last { background:none; padding-right:0; }
139
- .footer .informational a, .footer .informational a:hover { color:#4e4e51; }
140
  .footer .informational a { text-decoration:none; }
141
- .footer .informational a:hover { text-decoration: underline; }
142
- .footer .legality {padding:0px 0px;color:#4e4e51; text-align: left;font-size:11px;}
143
  .footer .legality a { color:#4e4e51; text-decoration: none;}
144
- .footer .legality a:hover { text-decoration: underline; }
145
  .footerl .mini-newsletter{float:left; clear:both; width:390px; text-align:left}
146
  .footerl .mini-newsletter .validation-advice { width: 165px; color: #fff; }
147
  .footerl{float:left}
@@ -149,23 +149,23 @@ div.sliderdescription:hover,.sliderdescription.active{background-color:#fff !imp
149
  .footerl form,.footerl .mini-newsletter h4{float:left; line-height:30px; font-size:11px}
150
  .footerl .mini-newsletter input.input-text{float:left}
151
  .footerl .form-button-alt{float:right; margin:3px 0px 0px 6px}
152
-
153
- .cart-collaterals .totals {background:#DEE5E8 none repeat scroll 0 0; }
154
- .cart-collaterals .upsell, .cart-collaterals .discount , .cart-collaterals .crosssell , .cart-collaterals .shipping {border:1px solid #CEC3B6;}
155
- .cart-collaterals h2 {color:#5f5e5e;}
156
- .cart .cart-collaterals {padding:10px 5px;}
157
- .opc li.section {border-top:1px solid #FFFFFF !important;}
158
- .checkout-onepage-index .page-title, .page-head {margin:0 0 1px;}
159
- .block-progress dt {border-bottom:1px dotted #A3AEB3}
160
- .checkout-review-table-wrapper .data-table, .block-progress dd, .opc .step, .opc .step-title, .opc li.section{border: 0px !important;}
161
- .account-login .content {border: 0px;}
162
- .account-login .buttons-set {border: 0px; background: #fff;}
163
-
164
- button.button {margin:1px;}
165
  .button span span {display: block; float:left; background:#aeaeae url(../images/gradient-gray.gif) repeat-x 0 0; border:1px solid #adadad !important; -moz-border-radius:4px; -webkit-border-radius:4px; -opera-border-radius:4px; margin:0px; vertical-align:top; padding:2px 10px !important; color:#4F4F4F;}
166
  .button:hover span span {border-color:#888; color:#333}
167
- button.btn-checkout span {line-height:40px; height: 40px;}
168
- .mini-newsletter input.input-text { display:block; margin:4px 0 0 0; width:167px; }
169
 
170
  h4,h3,.category-head h2{ font-size:12px; font-weight:bold; color:#5f5e5e}
171
 
@@ -234,4 +234,7 @@ h4,h3,.category-head h2{ font-size:12px; font-weight:bold; color:#5f5e5e}
234
 
235
  /**********fix**********/
236
  .dashboard .welcome-msg { clear: both; }
237
- .box-account { float: left; margin: 0 0 20px; padding: 15px; width: 635px;}
 
 
 
1
  body {background:#FFF;}
2
+ a { color:#555452; text-decoration: none; }
3
+ a:hover { color:#555452; text-decoration: underline; }
4
+ a img { border:0;}
5
+ a:hover img { border:0; text-decoration:none;}
6
+ :focus { outline:0; }
7
+
8
+ .fieldset .legend, .fieldset { border:0px;}
9
+
10
+ .header-container { background: url(../images/header-bg.gif) repeat-x 0 0; }
11
+ .header-top {clear:both;margin:0 auto;position:relative;width:930px;z-index:100;}
12
+
13
+ .col3-layout .col-wrapper {float:left;width:723px;}
14
+ .col3-layout .col-main {margin-left:4px;width:522px;}
15
+ .col2-left-layout .col-main {float:right;width:720px;}
16
+ .col2-right-layout .col-main {width:720px;}
17
+
18
+ .breadcrumbs ul{margin:0 auto 0; padding-bottom:0px; text-align:left; width:930px;}
19
+
20
+ .products-grid li.item { width:150px; text-align:center;}
21
  .grid-recent li.item { padding: 12px 10px 40px !important; }
22
  .products-grid li.item .actions { width: 150px; }
23
+ .products-grid { line-height:1.35em; }
24
+ .products-grid .product-name { margin-bottom:.4em; font-size:1.05em; }
25
  .products-grid .product-name a { color:#5f5e5e; text-decoration: none; }
26
+ .products-grid .product-name a:hover { text-decoration: underline; }
27
+ .products-grid .ratings { margin-bottom:.6em; }
28
+ .products-grid {border-bottom:1px solid #D9DDE3;}
29
+ .link-wishlist {color:#DC6809 !important;font-weight:bold !important;}
30
+ .products-grid .link-wishlist a, .products-grid .link-compare a:hover {text-decoration:underline;}
31
 
32
  .products-list .product-name a { color:#5f5e5e; text-decoration: none; }
33
  .products-list .product-name a:hover { text-decoration: underline; }
34
+
35
+ .product-view {border:0px;}
36
+ .product-collateral h2{color:#5f5e5e;font-size:12px;font-weight:bold;}
37
+ .product-essential {padding:10px 25px;}
38
 
39
  #header-cart{position:absolute; z-index:20; width:200px; right:0; top:7px}
40
  #header-cart .btn-remove,
45
  #header-cart .head h4{cursor:pointer; float:none; display:inline; padding-left:15px; background:url(../images/icon-cart.gif) no-repeat 0 50%}
46
  #header-cart .head h4,
47
  #header-cart .head h4 a{color:#ababab; font-size:0.95em; font-weight:normal}
48
+
49
+ .header-topbar {height:26px;margin:0 auto;padding-top:5px;position:relative;width:930px;z-index:110;}
50
+
51
+ .welcome-msg{float:left; font-size:0.95em}
52
+ .quick-access { margin: 0px; text-align: left; float: left; color: #ababab;}
53
+ .quick-access p { margin-bottom:4px; }
54
+ .quick-access li {display:inline; background:url(../images/blue_pipe.gif) no-repeat 100% 3px; padding-right:10px;padding-left:3px;}
55
+ .quick-access li.first { padding-left:10px !important; }
56
+ .quick-access li.last { padding-right:0; background:none; }
57
+ .shop-access {float: left; }
58
+ .shop-access a, .shop-access a:hover {text-decoration: none; color:#dfdfdf; font-size:11px; }
59
+ .shop-access a:hover {color: #FFF;}
60
+ .shop-access li.last { padding-right:0; background:none; }
61
+
62
+ .form-language { float: left; margin-left: 65px; display: inline; }
63
+ .form-language label { color:#dfdfdf; padding-right:5px; font-size:11px; }
64
+ .form-language .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; }
65
+
66
+ .header .form-search { float: right; padding: 0px; position:absolute; right:0; top: 32px; width: 345px; padding: 1px 0 1px 30px; background: url(../images/icon-zoom.gif) no-repeat 0 0; }
67
+ .header .form-search input.input-text { width:300px; border: 1px solid #9d9d9d; padding: 3px; }
68
+ #search_mini_form label {display:none;}
69
  .header .form-search .search-autocomplete {
70
  left: 30px !important;
71
  top: 23px !important;
72
  }
73
+ .search-autocomplete { z-index:999; }
74
+ .search-autocomplete ul { border:1px solid #5c7989; background-color:#efefef; }
75
+ .search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
76
+ .search-autocomplete li .amount { float:right; font-weight:bold; }
77
+ .search-autocomplete li.odd { background-color: #fff; }
78
+ .search-autocomplete li.selected { background-color: #dedede; }
79
+
80
+ .nav-container { clear: both; padding-bottom: 1px;}
81
+ .header-nav-container {clear:both;padding-bottom:1px;}
82
+ .nav-container { margin: 0 auto; width: 930px; background: url(../images/navigation-bg.gif) repeat-x 0 0; border: 1px solid #606060; border-width: 1px 1px 0;}
83
+
84
+ .main-container{ background: #5b5b5d url(../images/content-bg.gif) repeat-x 0 0; padding: 13px 0px 13px 0px; text-align:left; }
85
+ .main {padding: 4px; background: #fff; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; margin:0 auto; text-align:left; width:922px;}
86
+ .col-main { float:left; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; }
87
+
88
+ .page-title, .page-head { border-bottom:1px solid #ccc; margin:0 0 12px;}
89
+ .page-title, .page-head { padding: 2px 0; border-bottom: 1px solid #ccc; text-align:right; background: url(../images/box-header-bg.gif) repeat-x 0 100%; }
90
+ .page-head h3, .page-title h3, .page-title h1 {margin:0 10px ; text-transform:none !important; text-align:left; line-height: 30px; color:#5f5e5e; font-size:12px; font-weight:bold;}
91
 
92
  #cart-content{background:#2f2f2f; border:1px solid #727379; border-top:none; padding:0 3px 5px; -moz-border-radius:0 0 8px 8px; -webkit-border-bottom-left-radius:8px; -webkit-border-bottom-right-radius:8px; border-radius:0 0 8px 8px; color:#aaa; position:absolute; top:23px; right:0px; width:200px}
93
  #cart-content .product-image {float:left}
98
  #cart-content a:hover{color:#aaa}
99
  #cart-content .actions a span{cursor:pointer}
100
  #cart-content #center-buttons{padding-top:5px; clear:both; text-align:center}
101
+
102
+ .toolbar .sorter, .toolbar .pager{border-top:1px solid #EEEEEE;}
103
+
104
+ .side-col .block {margin-bottom:0.5em !important;}
105
+ .block { line-height:1.3em; font-size:.95em; }
106
+ .block .block-title { margin: 0; padding: 2px 10px 0; background: #fcfdfd url(../images/box-header-bg.gif) repeat-x 0 100%; border: 1px solid #ccc; -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px;}
107
+ .block .block-title strong { line-height: 30px; color:#5f5e5e;}
108
+ .block .block-title strong .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
109
+ .block strong { font-size:1em;}
110
+ .block .block-content { background: #fcfcfc url(../images/box-content-bg.gif) repeat-x 0 0; border: 1px solid #ccc; border-top: none; -moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; padding:5px 5px;}
111
+ .block .content ol {background: none;border: none;}
112
 
113
  #slider{height:200px; position:relative; width:930px; margin:0 auto; overflow:hidden; margin-bottom:13px; border:1px solid #ccc}
114
  div.scroller{height:200px; overflow:hidden; width:930px; zoom:1}
128
  .astop{background:url(../images/astop.gif) no-repeat 3px 3px}
129
  .aplay{background:url(../images/aplay.gif) no-repeat 6px 3px}
130
 
131
+ .footer-container { padding-top: 25px; background: #868688 url(../images/footer-bg.gif) repeat-x 0 0;}
132
+ .footer { width:930px; margin:0 auto;}
133
+ .footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
134
+ .footer .informational label { color:#4e4e51; font-weight:bold; padding-right:3px; }
135
+ .footer .informational { float: right; text-align: right; font-size: 0.9em;}
136
+ .footer .informational ul {margin-bottom: 15px;}
137
+ .footer .informational li {display:inline;background:url(../images/pipe-gray.gif) no-repeat 100% 50%; padding-right:8px; padding-left:6px;}
138
+ .footer .informational li.last { background:none; padding-right:0; }
139
+ .footer .informational a, .footer .informational a:hover { color:#4e4e51; }
140
  .footer .informational a { text-decoration:none; }
141
+ .footer .informational a:hover { text-decoration: underline; }
142
+ .footer .legality {padding:0px 0px;color:#4e4e51; text-align: left;font-size:11px;}
143
  .footer .legality a { color:#4e4e51; text-decoration: none;}
144
+ .footer .legality a:hover { text-decoration: underline; }
145
  .footerl .mini-newsletter{float:left; clear:both; width:390px; text-align:left}
146
  .footerl .mini-newsletter .validation-advice { width: 165px; color: #fff; }
147
  .footerl{float:left}
149
  .footerl form,.footerl .mini-newsletter h4{float:left; line-height:30px; font-size:11px}
150
  .footerl .mini-newsletter input.input-text{float:left}
151
  .footerl .form-button-alt{float:right; margin:3px 0px 0px 6px}
152
+
153
+ .cart-collaterals .totals {background:#DEE5E8 none repeat scroll 0 0; }
154
+ .cart-collaterals .upsell, .cart-collaterals .discount , .cart-collaterals .crosssell , .cart-collaterals .shipping {border:1px solid #CEC3B6;}
155
+ .cart-collaterals h2 {color:#5f5e5e;}
156
+ .cart .cart-collaterals {padding:10px 5px;}
157
+ .opc li.section {border-top:1px solid #FFFFFF !important;}
158
+ .checkout-onepage-index .page-title, .page-head {margin:0 0 1px;}
159
+ .block-progress dt {border-bottom:1px dotted #A3AEB3}
160
+ .checkout-review-table-wrapper .data-table, .block-progress dd, .opc .step, .opc .step-title, .opc li.section{border: 0px !important;}
161
+ .account-login .content {border: 0px;}
162
+ .account-login .buttons-set {border: 0px; background: #fff;}
163
+
164
+ button.button {margin:1px;}
165
  .button span span {display: block; float:left; background:#aeaeae url(../images/gradient-gray.gif) repeat-x 0 0; border:1px solid #adadad !important; -moz-border-radius:4px; -webkit-border-radius:4px; -opera-border-radius:4px; margin:0px; vertical-align:top; padding:2px 10px !important; color:#4F4F4F;}
166
  .button:hover span span {border-color:#888; color:#333}
167
+ button.btn-checkout span {line-height:40px; height: 40px;}
168
+ .mini-newsletter input.input-text { display:block; margin:4px 0 0 0; width:167px; }
169
 
170
  h4,h3,.category-head h2{ font-size:12px; font-weight:bold; color:#5f5e5e}
171
 
234
 
235
  /**********fix**********/
236
  .dashboard .welcome-msg { clear: both; }
237
+ .box-account { float: left; margin: 0 0 20px; padding: 15px; width: 635px;}
238
+
239
+ .catalog-seo-sitemap-product .pager .pages,
240
+ .catalog-seo-sitemap-category .pager .pages { float: none !important; }
skin/frontend/default/f002_silver/css/styles-ie.css CHANGED
@@ -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; }
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/js/slider.js CHANGED
@@ -1,89 +1,89 @@
1
- var Slider = Class.create();
2
- Slider.prototype = {
3
- options: {
4
- shift: 329
5
- },
6
-
7
- initialize: function(container, controlLeft, controlRight){
8
- this.animating = false;
9
- this.containerSize = {
10
- width: $(container).offsetWidth,
11
- height: $(container).offsetHeight
12
- },
13
- this.content = $(container).down();
14
- this.controlLeft = $(controlLeft);
15
- this.controlRight = $(controlRight);
16
-
17
- this.initControls();
18
- },
19
-
20
- initControls: function(){
21
- this.controlLeft.href = this.controlRight.href = 'javascript:void(0)';
22
- Event.observe(this.controlLeft, 'click', this.shiftLeft.bind(this));
23
- Event.observe(this.controlRight, 'click', this.shiftRight.bind(this));
24
- this.updateControls(1, 0);
25
- },
26
-
27
- shiftRight: function(){
28
- if (this.animating)
29
- return;
30
-
31
- var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
32
-
33
- if ((left + this.options.shift) < 0) {
34
- var shift = this.options.shift;
35
- this.updateControls(1, 1);
36
- } else {
37
- var shift = Math.abs(left);
38
- this.updateControls(1, 0);
39
- }
40
- this.moveTo(shift);
41
- },
42
-
43
- shiftLeft: function(){
44
- if (this.animating)
45
- return;
46
-
47
- var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
48
-
49
- var lastItemLeft = this.content.childElements().last().positionedOffset()[0];
50
- var lastItemWidth = this.content.childElements().last().offsetWidth;
51
- var contentWidth = lastItemLeft + lastItemWidth;
52
-
53
- if ((contentWidth + left - this.options.shift) > this.containerSize.width) {
54
- var shift = this.options.shift;
55
- this.updateControls(1, 1);
56
- } else {
57
- var shift = contentWidth + left - this.containerSize.width;
58
- this.updateControls(0, 1);
59
- }
60
- this.moveTo(-shift);
61
- },
62
-
63
- moveTo: function(shift){
64
- var scope = this;
65
-
66
- this.animating = true;
67
-
68
- new Effect.Move(this.content, {
69
- x: shift,
70
- duration: 0.4,
71
- delay: 0,
72
- afterFinish: function(){
73
- scope.animating = false;
74
- }
75
- });
76
- },
77
-
78
- updateControls: function(left, right){
79
- if (!left)
80
- this.controlLeft.addClassName('disabled');
81
- else
82
- this.controlLeft.removeClassName('disabled');
83
-
84
- if (!right)
85
- this.controlRight.addClassName('disabled');
86
- else
87
- this.controlRight.removeClassName('disabled');
88
- }
89
- }
1
+ var Slider = Class.create();
2
+ Slider.prototype = {
3
+ options: {
4
+ shift: 329
5
+ },
6
+
7
+ initialize: function(container, controlLeft, controlRight){
8
+ this.animating = false;
9
+ this.containerSize = {
10
+ width: $(container).offsetWidth,
11
+ height: $(container).offsetHeight
12
+ },
13
+ this.content = $(container).down();
14
+ this.controlLeft = $(controlLeft);
15
+ this.controlRight = $(controlRight);
16
+
17
+ this.initControls();
18
+ },
19
+
20
+ initControls: function(){
21
+ this.controlLeft.href = this.controlRight.href = 'javascript:void(0)';
22
+ Event.observe(this.controlLeft, 'click', this.shiftLeft.bind(this));
23
+ Event.observe(this.controlRight, 'click', this.shiftRight.bind(this));
24
+ this.updateControls(1, 0);
25
+ },
26
+
27
+ shiftRight: function(){
28
+ if (this.animating)
29
+ return;
30
+
31
+ var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
32
+
33
+ if ((left + this.options.shift) < 0) {
34
+ var shift = this.options.shift;
35
+ this.updateControls(1, 1);
36
+ } else {
37
+ var shift = Math.abs(left);
38
+ this.updateControls(1, 0);
39
+ }
40
+ this.moveTo(shift);
41
+ },
42
+
43
+ shiftLeft: function(){
44
+ if (this.animating)
45
+ return;
46
+
47
+ var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
48
+
49
+ var lastItemLeft = this.content.childElements().last().positionedOffset()[0];
50
+ var lastItemWidth = this.content.childElements().last().offsetWidth;
51
+ var contentWidth = lastItemLeft + lastItemWidth;
52
+
53
+ if ((contentWidth + left - this.options.shift) > this.containerSize.width) {
54
+ var shift = this.options.shift;
55
+ this.updateControls(1, 1);
56
+ } else {
57
+ var shift = contentWidth + left - this.containerSize.width;
58
+ this.updateControls(0, 1);
59
+ }
60
+ this.moveTo(-shift);
61
+ },
62
+
63
+ moveTo: function(shift){
64
+ var scope = this;
65
+
66
+ this.animating = true;
67
+
68
+ new Effect.Move(this.content, {
69
+ x: shift,
70
+ duration: 0.4,
71
+ delay: 0,
72
+ afterFinish: function(){
73
+ scope.animating = false;
74
+ }
75
+ });
76
+ },
77
+
78
+ updateControls: function(left, right){
79
+ if (!left)
80
+ this.controlLeft.addClassName('disabled');
81
+ else
82
+ this.controlLeft.removeClassName('disabled');
83
+
84
+ if (!right)
85
+ this.controlRight.addClassName('disabled');
86
+ else
87
+ this.controlRight.removeClassName('disabled');
88
+ }
89
+ }
skin/frontend/default/f002_violet/css/custom.css CHANGED
@@ -1,40 +1,40 @@
1
  body {background:#808080;}
2
- a { color:#555452; text-decoration: none; }
3
- a:hover { color:#555452; text-decoration: underline; }
4
- a img { border:0;}
5
- a:hover img { border:0; text-decoration:none;}
6
- :focus { outline:0; }
7
-
8
- .fieldset .legend, .fieldset { border:0px; color: #4e3299;}
9
-
10
- .header-container { background: url(../images/header-bg.gif) repeat-x 0 0; }
11
- .header-top {clear:both;margin:0 auto;position:relative;width:930px;z-index:100;}
12
-
13
- .col3-layout .col-wrapper {float:left;width:723px;}
14
- .col3-layout .col-main {margin-left:4px;width:522px;}
15
- .col2-left-layout .col-main {float:right;width:720px;}
16
- .col2-right-layout .col-main {width:720px;}
17
-
18
- .breadcrumbs ul{margin:0 auto 0; padding-bottom:0px; text-align:left; width:930px;}
19
-
20
- .products-grid li.item { width:150px; text-align:center;}
21
  .grid-recent li.item { padding: 12px 10px 40px !important; }
22
  .products-grid li.item .actions { width: 150px; }
23
- .products-grid { line-height:1.35em; }
24
- .products-grid .product-name { margin-bottom:.4em; font-size:1.05em; }
25
  .products-grid .product-name a { color:#4e3299; text-decoration: none; }
26
- .products-grid .product-name a:hover { text-decoration: underline; }
27
- .products-grid .ratings { margin-bottom:.6em; }
28
- .products-grid {border-bottom:1px solid #D9DDE3;}
29
- .link-wishlist {color:#DC6809 !important;font-weight:bold !important;}
30
- .products-grid .link-wishlist a, .products-grid .link-compare a:hover {text-decoration:underline;}
31
 
32
  .products-list .product-name a { color:#4e3299; text-decoration: none; }
33
  .products-list .product-name a:hover { text-decoration: underline; }
34
-
35
- .product-view {border:0px;}
36
- .product-collateral h2{color:#4e3299;font-size:12px;font-weight:bold;}
37
- .product-essential {padding:10px 25px;}
38
 
39
  #header-cart{position:absolute; z-index:20; width:200px; right:0; top:7px}
40
  #header-cart .btn-remove,
@@ -45,49 +45,49 @@ a:hover img { border:0; text-decoration:none;}
45
  #header-cart .head h4{cursor:pointer; float:none; display:inline; padding-left:15px; background:url(../images/icon-cart.gif) no-repeat 0 50%}
46
  #header-cart .head h4,
47
  #header-cart .head h4 a{color:#ababab; font-size:0.95em; font-weight:normal}
48
-
49
- .header-topbar {height:26px;margin:0 auto;padding-top:5px;position:relative;width:930px;z-index:110;}
50
-
51
- .welcome-msg{float:left; font-size:0.95em}
52
- .quick-access { margin: 0px; text-align: left; float: left; color: #ababab;}
53
- .quick-access p { margin-bottom:4px; }
54
- .quick-access li {display:inline; background:url(../images/blue_pipe.gif) no-repeat 100% 3px; padding-right:10px;padding-left:3px;}
55
- .quick-access li.first { padding-left:10px !important; }
56
- .quick-access li.last { padding-right:0; background:none; }
57
- .shop-access {float: left; }
58
- .shop-access a, .shop-access a:hover {text-decoration: none; color:#735ab8; font-size:11px; }
59
- .shop-access a:hover {color: #FFF;}
60
- .shop-access li.last { padding-right:0; background:none; }
61
-
62
- .form-language { float: left; margin-left: 65px; display: inline; }
63
- .form-language label { color:#735ab8; padding-right:5px; font-size:11px; }
64
- .form-language .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; }
65
-
66
- .header .form-search { float: right; padding: 0px; position:absolute; right:0; top: 32px; width: 345px; padding: 1px 0 1px 30px; background: url(../images/icon-zoom.gif) no-repeat 0 0; }
67
- .header .form-search input.input-text { width:300px; border: 1px solid #6a5d8e; padding: 3px; }
68
- #search_mini_form label {display:none;}
69
  .header .form-search .search-autocomplete {
70
  left: 30px !important;
71
  top: 23px !important;
72
  }
73
- .search-autocomplete { z-index:999; }
74
- .search-autocomplete ul { border:1px solid #5c7989; background-color:#efefef; }
75
- .search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
76
- .search-autocomplete li .amount { float:right; font-weight:bold; }
77
- .search-autocomplete li.odd { background-color: #fff; }
78
- .search-autocomplete li.selected { background-color: #dedede; }
79
-
80
- .nav-container { clear: both; padding-bottom: 1px;}
81
- .header-nav-container {clear:both;padding-bottom:1px;}
82
- .nav-container { margin: 0 auto; width: 930px; background: url(../images/navigation-bg.gif) repeat-x 0 0; border: 1px solid #606060; border-width: 1px 1px 0;}
83
-
84
- .main-container{ background: #ebe9f8 url(../images/content-bg.gif) repeat-x 0 0; padding: 13px 0px 13px 0px; text-align:left; }
85
- .main {padding: 4px; background: #fff; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; margin:0 auto; text-align:left; width:922px;}
86
- .col-main { float:left; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; }
87
-
88
- .page-title, .page-head { border-bottom:1px solid #ccc; margin:0 0 12px;}
89
- .page-title, .page-head { padding: 2px 0; border-bottom: 1px solid #ccc; text-align:right; background: url(../images/box-header-bg.gif) repeat-x 0 100%; }
90
- .page-head h3, .page-title h3, .page-title h1 {margin:0 10px ; text-transform:none !important; text-align:left; line-height: 30px; color:#4e3299; font-size:12px; font-weight:bold;}
91
 
92
  #cart-content{background:#292a34; border:1px solid #727379; border-top:none; padding:0 3px 5px; -moz-border-radius:0 0 8px 8px; -webkit-border-bottom-left-radius:8px; -webkit-border-bottom-right-radius:8px; border-radius:0 0 8px 8px; color:#aaa; position:absolute; top:23px; right:0px; width:200px}
93
  #cart-content .product-image {float:left}
@@ -98,17 +98,17 @@ a:hover img { border:0; text-decoration:none;}
98
  #cart-content a:hover{color:#aaa}
99
  #cart-content .actions a span{cursor:pointer}
100
  #cart-content #center-buttons{padding-top:5px; clear:both; text-align:center}
101
-
102
- .toolbar .sorter, .toolbar .pager{border-top:1px solid #EEEEEE;}
103
-
104
- .side-col .block {margin-bottom:0.5em !important;}
105
- .block { line-height:1.3em; font-size:.95em; }
106
- .block .block-title { margin: 0; padding: 2px 10px 0; background: #fcfdfd url(../images/box-header-bg.gif) repeat-x 0 100%; border: 1px solid #ccc; -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px;}
107
- .block .block-title strong { line-height: 30px; color:#4e3299;}
108
- .block .block-title strong .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
109
- .block strong { font-size:1em;}
110
- .block .block-content { background: #fcfcfc url(../images/box-content-bg.gif) repeat-x 0 0; border: 1px solid #ccc; border-top: none; -moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; padding:5px 5px;}
111
- .block .content ol {background: none;border: none;}
112
 
113
  #slider{height:200px; position:relative; width:930px; margin:0 auto; overflow:hidden; margin-bottom:13px; border:1px solid #ccc}
114
  div.scroller{height:200px; overflow:hidden; width:930px; zoom:1}
@@ -128,20 +128,20 @@ div.sliderdescription:hover,.sliderdescription.active{background-color:#fff !imp
128
  .astop{background:url(../images/astop.gif) no-repeat 3px 3px}
129
  .aplay{background:url(../images/aplay.gif) no-repeat 6px 3px}
130
 
131
- .footer-container { padding-top: 25px; background: url(../images/footer-bg.gif) repeat-x 0 0;}
132
- .footer { width:930px; margin:0 auto;}
133
- .footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
134
- .footer .informational label { color:#4e4e51; font-weight:bold; padding-right:3px; }
135
- .footer .informational { float: right; text-align: right; font-size: 0.9em;}
136
- .footer .informational ul {margin-bottom: 15px;}
137
- .footer .informational li {display:inline;background:url(../images/pipe-gray.gif) no-repeat 100% 50%; padding-right:8px; padding-left:6px;}
138
- .footer .informational li.last { background:none; padding-right:0; }
139
- .footer .informational a, .footer .informational a:hover { color:#4e4e51; }
140
  .footer .informational a { text-decoration:none; }
141
- .footer .informational a:hover { text-decoration: underline; }
142
- .footer .legality {padding:0px 0px;color:#4e4e51; text-align: left;font-size:11px;}
143
  .footer .legality a { color:#4e4e51; text-decoration: none;}
144
- .footer .legality a:hover { text-decoration: underline; }
145
  .footerl .mini-newsletter{float:left; clear:both; width:390px; text-align:left}
146
  .footerl .mini-newsletter .validation-advice { width: 165px; color: #fff; }
147
  .footerl{float:left}
@@ -149,23 +149,23 @@ div.sliderdescription:hover,.sliderdescription.active{background-color:#fff !imp
149
  .footerl form,.footerl .mini-newsletter h4{float:left; line-height:30px; font-size:11px}
150
  .footerl .mini-newsletter input.input-text{float:left}
151
  .footerl .form-button-alt{float:right; margin:3px 0px 0px 6px}
152
-
153
- .cart-collaterals .totals {background:#DEE5E8 none repeat scroll 0 0; }
154
- .cart-collaterals .upsell, .cart-collaterals .discount , .cart-collaterals .crosssell , .cart-collaterals .shipping {border:1px solid #CEC3B6;}
155
- .cart-collaterals h2 {color:#4e3299;}
156
- .cart .cart-collaterals {padding:10px 5px;}
157
- .opc li.section {border-top:1px solid #FFFFFF !important;}
158
- .checkout-onepage-index .page-title, .page-head {margin:0 0 1px;}
159
- .block-progress dt {border-bottom:1px dotted #A3AEB3}
160
- .checkout-review-table-wrapper .data-table, .block-progress dd, .opc .step, .opc .step-title, .opc li.section{border: 0px !important;}
161
- .account-login .content {border: 0px;}
162
- .account-login .buttons-set {border: 0px; background: #fff;}
163
-
164
- button.button {margin:1px;}
165
  .button span span {display: block; float:left; background:#aeaeae url(../images/gradient-gray.gif) repeat-x 0 0; border:1px solid #adadad !important; -moz-border-radius:4px; -webkit-border-radius:4px; -opera-border-radius:4px; margin:0px; vertical-align:top; padding:2px 10px !important; color:#4F4F4F;}
166
  .button:hover span span {border-color:#888; color:#333}
167
- button.btn-checkout span {line-height:40px; height: 40px;}
168
- .mini-newsletter input.input-text { display:block; margin:4px 0 0 0; width:167px; }
169
 
170
  h4,h3,.category-head h2{ font-size:12px; font-weight:bold; color:#4e3299}
171
 
@@ -233,4 +233,7 @@ h4,h3,.category-head h2{ font-size:12px; font-weight:bold; color:#4e3299}
233
 
234
  /**********fix**********/
235
  .dashboard .welcome-msg { clear: both; }
236
- .box-account { float: left; margin: 0 0 20px; padding: 15px; width: 635px;}
 
 
 
1
  body {background:#808080;}
2
+ a { color:#555452; text-decoration: none; }
3
+ a:hover { color:#555452; text-decoration: underline; }
4
+ a img { border:0;}
5
+ a:hover img { border:0; text-decoration:none;}
6
+ :focus { outline:0; }
7
+
8
+ .fieldset .legend, .fieldset { border:0px; color: #4e3299;}
9
+
10
+ .header-container { background: url(../images/header-bg.gif) repeat-x 0 0; }
11
+ .header-top {clear:both;margin:0 auto;position:relative;width:930px;z-index:100;}
12
+
13
+ .col3-layout .col-wrapper {float:left;width:723px;}
14
+ .col3-layout .col-main {margin-left:4px;width:522px;}
15
+ .col2-left-layout .col-main {float:right;width:720px;}
16
+ .col2-right-layout .col-main {width:720px;}
17
+
18
+ .breadcrumbs ul{margin:0 auto 0; padding-bottom:0px; text-align:left; width:930px;}
19
+
20
+ .products-grid li.item { width:150px; text-align:center;}
21
  .grid-recent li.item { padding: 12px 10px 40px !important; }
22
  .products-grid li.item .actions { width: 150px; }
23
+ .products-grid { line-height:1.35em; }
24
+ .products-grid .product-name { margin-bottom:.4em; font-size:1.05em; }
25
  .products-grid .product-name a { color:#4e3299; text-decoration: none; }
26
+ .products-grid .product-name a:hover { text-decoration: underline; }
27
+ .products-grid .ratings { margin-bottom:.6em; }
28
+ .products-grid {border-bottom:1px solid #D9DDE3;}
29
+ .link-wishlist {color:#DC6809 !important;font-weight:bold !important;}
30
+ .products-grid .link-wishlist a, .products-grid .link-compare a:hover {text-decoration:underline;}
31
 
32
  .products-list .product-name a { color:#4e3299; text-decoration: none; }
33
  .products-list .product-name a:hover { text-decoration: underline; }
34
+
35
+ .product-view {border:0px;}
36
+ .product-collateral h2{color:#4e3299;font-size:12px;font-weight:bold;}
37
+ .product-essential {padding:10px 25px;}
38
 
39
  #header-cart{position:absolute; z-index:20; width:200px; right:0; top:7px}
40
  #header-cart .btn-remove,
45
  #header-cart .head h4{cursor:pointer; float:none; display:inline; padding-left:15px; background:url(../images/icon-cart.gif) no-repeat 0 50%}
46
  #header-cart .head h4,
47
  #header-cart .head h4 a{color:#ababab; font-size:0.95em; font-weight:normal}
48
+
49
+ .header-topbar {height:26px;margin:0 auto;padding-top:5px;position:relative;width:930px;z-index:110;}
50
+
51
+ .welcome-msg{float:left; font-size:0.95em}
52
+ .quick-access { margin: 0px; text-align: left; float: left; color: #ababab;}
53
+ .quick-access p { margin-bottom:4px; }
54
+ .quick-access li {display:inline; background:url(../images/blue_pipe.gif) no-repeat 100% 3px; padding-right:10px;padding-left:3px;}
55
+ .quick-access li.first { padding-left:10px !important; }
56
+ .quick-access li.last { padding-right:0; background:none; }
57
+ .shop-access {float: left; }
58
+ .shop-access a, .shop-access a:hover {text-decoration: none; color:#735ab8; font-size:11px; }
59
+ .shop-access a:hover {color: #FFF;}
60
+ .shop-access li.last { padding-right:0; background:none; }
61
+
62
+ .form-language { float: left; margin-left: 65px; display: inline; }
63
+ .form-language label { color:#735ab8; padding-right:5px; font-size:11px; }
64
+ .form-language .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; }
65
+
66
+ .header .form-search { float: right; padding: 0px; position:absolute; right:0; top: 32px; width: 345px; padding: 1px 0 1px 30px; background: url(../images/icon-zoom.gif) no-repeat 0 0; }
67
+ .header .form-search input.input-text { width:300px; border: 1px solid #6a5d8e; padding: 3px; }
68
+ #search_mini_form label {display:none;}
69
  .header .form-search .search-autocomplete {
70
  left: 30px !important;
71
  top: 23px !important;
72
  }
73
+ .search-autocomplete { z-index:999; }
74
+ .search-autocomplete ul { border:1px solid #5c7989; background-color:#efefef; }
75
+ .search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
76
+ .search-autocomplete li .amount { float:right; font-weight:bold; }
77
+ .search-autocomplete li.odd { background-color: #fff; }
78
+ .search-autocomplete li.selected { background-color: #dedede; }
79
+
80
+ .nav-container { clear: both; padding-bottom: 1px;}
81
+ .header-nav-container {clear:both;padding-bottom:1px;}
82
+ .nav-container { margin: 0 auto; width: 930px; background: url(../images/navigation-bg.gif) repeat-x 0 0; border: 1px solid #606060; border-width: 1px 1px 0;}
83
+
84
+ .main-container{ background: #ebe9f8 url(../images/content-bg.gif) repeat-x 0 0; padding: 13px 0px 13px 0px; text-align:left; }
85
+ .main {padding: 4px; background: #fff; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; margin:0 auto; text-align:left; width:922px;}
86
+ .col-main { float:left; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; }
87
+
88
+ .page-title, .page-head { border-bottom:1px solid #ccc; margin:0 0 12px;}
89
+ .page-title, .page-head { padding: 2px 0; border-bottom: 1px solid #ccc; text-align:right; background: url(../images/box-header-bg.gif) repeat-x 0 100%; }
90
+ .page-head h3, .page-title h3, .page-title h1 {margin:0 10px ; text-transform:none !important; text-align:left; line-height: 30px; color:#4e3299; font-size:12px; font-weight:bold;}
91
 
92
  #cart-content{background:#292a34; border:1px solid #727379; border-top:none; padding:0 3px 5px; -moz-border-radius:0 0 8px 8px; -webkit-border-bottom-left-radius:8px; -webkit-border-bottom-right-radius:8px; border-radius:0 0 8px 8px; color:#aaa; position:absolute; top:23px; right:0px; width:200px}
93
  #cart-content .product-image {float:left}
98
  #cart-content a:hover{color:#aaa}
99
  #cart-content .actions a span{cursor:pointer}
100
  #cart-content #center-buttons{padding-top:5px; clear:both; text-align:center}
101
+
102
+ .toolbar .sorter, .toolbar .pager{border-top:1px solid #EEEEEE;}
103
+
104
+ .side-col .block {margin-bottom:0.5em !important;}
105
+ .block { line-height:1.3em; font-size:.95em; }
106
+ .block .block-title { margin: 0; padding: 2px 10px 0; background: #fcfdfd url(../images/box-header-bg.gif) repeat-x 0 100%; border: 1px solid #ccc; -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px;}
107
+ .block .block-title strong { line-height: 30px; color:#4e3299;}
108
+ .block .block-title strong .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
109
+ .block strong { font-size:1em;}
110
+ .block .block-content { background: #fcfcfc url(../images/box-content-bg.gif) repeat-x 0 0; border: 1px solid #ccc; border-top: none; -moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; padding:5px 5px;}
111
+ .block .content ol {background: none;border: none;}
112
 
113
  #slider{height:200px; position:relative; width:930px; margin:0 auto; overflow:hidden; margin-bottom:13px; border:1px solid #ccc}
114
  div.scroller{height:200px; overflow:hidden; width:930px; zoom:1}
128
  .astop{background:url(../images/astop.gif) no-repeat 3px 3px}
129
  .aplay{background:url(../images/aplay.gif) no-repeat 6px 3px}
130
 
131
+ .footer-container { padding-top: 25px; background: url(../images/footer-bg.gif) repeat-x 0 0;}
132
+ .footer { width:930px; margin:0 auto;}
133
+ .footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
134
+ .footer .informational label { color:#4e4e51; font-weight:bold; padding-right:3px; }
135
+ .footer .informational { float: right; text-align: right; font-size: 0.9em;}
136
+ .footer .informational ul {margin-bottom: 15px;}
137
+ .footer .informational li {display:inline;background:url(../images/pipe-gray.gif) no-repeat 100% 50%; padding-right:8px; padding-left:6px;}
138
+ .footer .informational li.last { background:none; padding-right:0; }
139
+ .footer .informational a, .footer .informational a:hover { color:#4e4e51; }
140
  .footer .informational a { text-decoration:none; }
141
+ .footer .informational a:hover { text-decoration: underline; }
142
+ .footer .legality {padding:0px 0px;color:#4e4e51; text-align: left;font-size:11px;}
143
  .footer .legality a { color:#4e4e51; text-decoration: none;}
144
+ .footer .legality a:hover { text-decoration: underline; }
145
  .footerl .mini-newsletter{float:left; clear:both; width:390px; text-align:left}
146
  .footerl .mini-newsletter .validation-advice { width: 165px; color: #fff; }
147
  .footerl{float:left}
149
  .footerl form,.footerl .mini-newsletter h4{float:left; line-height:30px; font-size:11px}
150
  .footerl .mini-newsletter input.input-text{float:left}
151
  .footerl .form-button-alt{float:right; margin:3px 0px 0px 6px}
152
+
153
+ .cart-collaterals .totals {background:#DEE5E8 none repeat scroll 0 0; }
154
+ .cart-collaterals .upsell, .cart-collaterals .discount , .cart-collaterals .crosssell , .cart-collaterals .shipping {border:1px solid #CEC3B6;}
155
+ .cart-collaterals h2 {color:#4e3299;}
156
+ .cart .cart-collaterals {padding:10px 5px;}
157
+ .opc li.section {border-top:1px solid #FFFFFF !important;}
158
+ .checkout-onepage-index .page-title, .page-head {margin:0 0 1px;}
159
+ .block-progress dt {border-bottom:1px dotted #A3AEB3}
160
+ .checkout-review-table-wrapper .data-table, .block-progress dd, .opc .step, .opc .step-title, .opc li.section{border: 0px !important;}
161
+ .account-login .content {border: 0px;}
162
+ .account-login .buttons-set {border: 0px; background: #fff;}
163
+
164
+ button.button {margin:1px;}
165
  .button span span {display: block; float:left; background:#aeaeae url(../images/gradient-gray.gif) repeat-x 0 0; border:1px solid #adadad !important; -moz-border-radius:4px; -webkit-border-radius:4px; -opera-border-radius:4px; margin:0px; vertical-align:top; padding:2px 10px !important; color:#4F4F4F;}
166
  .button:hover span span {border-color:#888; color:#333}
167
+ button.btn-checkout span {line-height:40px; height: 40px;}
168
+ .mini-newsletter input.input-text { display:block; margin:4px 0 0 0; width:167px; }
169
 
170
  h4,h3,.category-head h2{ font-size:12px; font-weight:bold; color:#4e3299}
171
 
233
 
234
  /**********fix**********/
235
  .dashboard .welcome-msg { clear: both; }
236
+ .box-account { float: left; margin: 0 0 20px; padding: 15px; width: 635px;}
237
+
238
+ .catalog-seo-sitemap-product .pager .pages,
239
+ .catalog-seo-sitemap-category .pager .pages { float: none !important; }
skin/frontend/default/f002_violet/css/styles-ie.css CHANGED
@@ -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; }
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/js/slider.js CHANGED
@@ -1,89 +1,89 @@
1
- var Slider = Class.create();
2
- Slider.prototype = {
3
- options: {
4
- shift: 329
5
- },
6
-
7
- initialize: function(container, controlLeft, controlRight){
8
- this.animating = false;
9
- this.containerSize = {
10
- width: $(container).offsetWidth,
11
- height: $(container).offsetHeight
12
- },
13
- this.content = $(container).down();
14
- this.controlLeft = $(controlLeft);
15
- this.controlRight = $(controlRight);
16
-
17
- this.initControls();
18
- },
19
-
20
- initControls: function(){
21
- this.controlLeft.href = this.controlRight.href = 'javascript:void(0)';
22
- Event.observe(this.controlLeft, 'click', this.shiftLeft.bind(this));
23
- Event.observe(this.controlRight, 'click', this.shiftRight.bind(this));
24
- this.updateControls(1, 0);
25
- },
26
-
27
- shiftRight: function(){
28
- if (this.animating)
29
- return;
30
-
31
- var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
32
-
33
- if ((left + this.options.shift) < 0) {
34
- var shift = this.options.shift;
35
- this.updateControls(1, 1);
36
- } else {
37
- var shift = Math.abs(left);
38
- this.updateControls(1, 0);
39
- }
40
- this.moveTo(shift);
41
- },
42
-
43
- shiftLeft: function(){
44
- if (this.animating)
45
- return;
46
-
47
- var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
48
-
49
- var lastItemLeft = this.content.childElements().last().positionedOffset()[0];
50
- var lastItemWidth = this.content.childElements().last().offsetWidth;
51
- var contentWidth = lastItemLeft + lastItemWidth;
52
-
53
- if ((contentWidth + left - this.options.shift) > this.containerSize.width) {
54
- var shift = this.options.shift;
55
- this.updateControls(1, 1);
56
- } else {
57
- var shift = contentWidth + left - this.containerSize.width;
58
- this.updateControls(0, 1);
59
- }
60
- this.moveTo(-shift);
61
- },
62
-
63
- moveTo: function(shift){
64
- var scope = this;
65
-
66
- this.animating = true;
67
-
68
- new Effect.Move(this.content, {
69
- x: shift,
70
- duration: 0.4,
71
- delay: 0,
72
- afterFinish: function(){
73
- scope.animating = false;
74
- }
75
- });
76
- },
77
-
78
- updateControls: function(left, right){
79
- if (!left)
80
- this.controlLeft.addClassName('disabled');
81
- else
82
- this.controlLeft.removeClassName('disabled');
83
-
84
- if (!right)
85
- this.controlRight.addClassName('disabled');
86
- else
87
- this.controlRight.removeClassName('disabled');
88
- }
89
- }
1
+ var Slider = Class.create();
2
+ Slider.prototype = {
3
+ options: {
4
+ shift: 329
5
+ },
6
+
7
+ initialize: function(container, controlLeft, controlRight){
8
+ this.animating = false;
9
+ this.containerSize = {
10
+ width: $(container).offsetWidth,
11
+ height: $(container).offsetHeight
12
+ },
13
+ this.content = $(container).down();
14
+ this.controlLeft = $(controlLeft);
15
+ this.controlRight = $(controlRight);
16
+
17
+ this.initControls();
18
+ },
19
+
20
+ initControls: function(){
21
+ this.controlLeft.href = this.controlRight.href = 'javascript:void(0)';
22
+ Event.observe(this.controlLeft, 'click', this.shiftLeft.bind(this));
23
+ Event.observe(this.controlRight, 'click', this.shiftRight.bind(this));
24
+ this.updateControls(1, 0);
25
+ },
26
+
27
+ shiftRight: function(){
28
+ if (this.animating)
29
+ return;
30
+
31
+ var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
32
+
33
+ if ((left + this.options.shift) < 0) {
34
+ var shift = this.options.shift;
35
+ this.updateControls(1, 1);
36
+ } else {
37
+ var shift = Math.abs(left);
38
+ this.updateControls(1, 0);
39
+ }
40
+ this.moveTo(shift);
41
+ },
42
+
43
+ shiftLeft: function(){
44
+ if (this.animating)
45
+ return;
46
+
47
+ var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
48
+
49
+ var lastItemLeft = this.content.childElements().last().positionedOffset()[0];
50
+ var lastItemWidth = this.content.childElements().last().offsetWidth;
51
+ var contentWidth = lastItemLeft + lastItemWidth;
52
+
53
+ if ((contentWidth + left - this.options.shift) > this.containerSize.width) {
54
+ var shift = this.options.shift;
55
+ this.updateControls(1, 1);
56
+ } else {
57
+ var shift = contentWidth + left - this.containerSize.width;
58
+ this.updateControls(0, 1);
59
+ }
60
+ this.moveTo(-shift);
61
+ },
62
+
63
+ moveTo: function(shift){
64
+ var scope = this;
65
+
66
+ this.animating = true;
67
+
68
+ new Effect.Move(this.content, {
69
+ x: shift,
70
+ duration: 0.4,
71
+ delay: 0,
72
+ afterFinish: function(){
73
+ scope.animating = false;
74
+ }
75
+ });
76
+ },
77
+
78
+ updateControls: function(left, right){
79
+ if (!left)
80
+ this.controlLeft.addClassName('disabled');
81
+ else
82
+ this.controlLeft.removeClassName('disabled');
83
+
84
+ if (!right)
85
+ this.controlRight.addClassName('disabled');
86
+ else
87
+ this.controlRight.removeClassName('disabled');
88
+ }
89
+ }
skin/frontend/default/f002_yellow/css/custom.css CHANGED
@@ -1,40 +1,40 @@
1
  body {background:#808080;}
2
- a { color:#555452; text-decoration: none; }
3
- a:hover { color:#555452; text-decoration: underline; }
4
- a img { border:0;}
5
- a:hover img { border:0; text-decoration:none;}
6
- :focus { outline:0; }
7
-
8
- .fieldset .legend, .fieldset { border:0px; color: #ceac01;}
9
-
10
- .header-container { background: url(../images/header-bg.gif) repeat-x 0 0; }
11
- .header-top {clear:both;margin:0 auto;position:relative;width:930px;z-index:100;}
12
-
13
- .col3-layout .col-wrapper {float:left;width:723px;}
14
- .col3-layout .col-main {margin-left:4px;width:522px;}
15
- .col2-left-layout .col-main {float:right;width:720px;}
16
- .col2-right-layout .col-main {width:720px;}
17
-
18
- .breadcrumbs ul{margin:0 auto 0; padding-bottom:0px; text-align:left; width:930px;}
19
-
20
- .products-grid li.item { width:150px; text-align:center;}
21
  .grid-recent li.item { padding: 12px 10px 40px !important; }
22
  .products-grid li.item .actions { width: 150px; }
23
- .products-grid { line-height:1.35em; }
24
- .products-grid .product-name { margin-bottom:.4em; font-size:1.05em; }
25
  .products-grid .product-name a { color:#ceac01; text-decoration: none; }
26
- .products-grid .product-name a:hover { text-decoration: underline; }
27
- .products-grid .ratings { margin-bottom:.6em; }
28
- .products-grid {border-bottom:1px solid #D9DDE3;}
29
- .link-wishlist {color:#DC6809 !important;font-weight:bold !important;}
30
- .products-grid .link-wishlist a, .products-grid .link-compare a:hover {text-decoration:underline;}
31
 
32
  .products-list .product-name a { color:#ceac01; text-decoration: none; }
33
  .products-list .product-name a:hover { text-decoration: underline; }
34
-
35
- .product-view {border:0px;}
36
- .product-collateral h2{color:#ceac01;font-size:12px;font-weight:bold;}
37
- .product-essential {padding:10px 25px;}
38
 
39
  #header-cart{position:absolute; z-index:20; width:200px; right:0; top:7px}
40
  #header-cart .btn-remove,
@@ -45,49 +45,49 @@ a:hover img { border:0; text-decoration:none;}
45
  #header-cart .head h4{cursor:pointer; float:none; display:inline; padding-left:15px; background:url(../images/icon-cart.gif) no-repeat 0 50%}
46
  #header-cart .head h4,
47
  #header-cart .head h4 a{color:#ababab; font-size:0.95em; font-weight:normal}
48
-
49
- .header-topbar {height:26px;margin:0 auto;padding-top:5px;position:relative;width:930px;z-index:110;}
50
-
51
- .welcome-msg{float:left; font-size:0.95em}
52
- .quick-access { margin: 0px; text-align: left; float: left; color: #ababab;}
53
- .quick-access p { margin-bottom:4px; }
54
- .quick-access li {display:inline; background:url(../images/blue_pipe.gif) no-repeat 100% 3px; padding-right:10px;padding-left:3px;}
55
- .quick-access li.first { padding-left:10px !important; }
56
- .quick-access li.last { padding-right:0; background:none; }
57
- .shop-access {float: left; }
58
- .shop-access a, .shop-access a:hover {text-decoration: none; color:#b09301; font-size:11px; }
59
- .shop-access a:hover {color: #FFF;}
60
- .shop-access li.last { padding-right:0; background:none; }
61
-
62
- .form-language { float: left; margin-left: 65px; display: inline; }
63
- .form-language label { color:#b09301; padding-right:5px; font-size:11px; }
64
- .form-language .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; }
65
-
66
- .header .form-search { float: right; padding: 0px; position:absolute; right:0; top: 32px; width: 345px; padding: 1px 0 1px 30px; background: url(../images/icon-zoom.gif) no-repeat 0 0; }
67
- .header .form-search input.input-text { width:300px; border: 1px solid #a3923f; padding: 3px; }
68
- #search_mini_form label {display:none;}
69
  .header .form-search .search-autocomplete {
70
  left: 30px !important;
71
  top: 23px !important;
72
  }
73
- .search-autocomplete { z-index:999; }
74
- .search-autocomplete ul { border:1px solid #5c7989; background-color:#efefef; }
75
- .search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
76
- .search-autocomplete li .amount { float:right; font-weight:bold; }
77
- .search-autocomplete li.odd { background-color: #fff; }
78
- .search-autocomplete li.selected { background-color: #dedede; }
79
-
80
- .nav-container { clear: both; padding-bottom: 1px;}
81
- .header-nav-container {clear:both;padding-bottom:1px;}
82
- .nav-container { margin: 0 auto; width: 930px; background: url(../images/navigation-bg.gif) repeat-x 0 0; border: 1px solid #606060; border-width: 1px 1px 0;}
83
-
84
- .main-container{ background: #ecebe7 url(../images/content-bg.gif) repeat-x 0 0; padding: 13px 0px 13px 0px; text-align:left; }
85
- .main {padding: 4px; background: #fff; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; margin:0 auto; text-align:left; width:922px;}
86
- .col-main { float:left; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; }
87
-
88
- .page-title, .page-head { border-bottom:1px solid #ccc; margin:0 0 12px;}
89
- .page-title, .page-head { padding: 2px 0; border-bottom: 1px solid #ccc; text-align:right; background: url(../images/box-header-bg.gif) repeat-x 0 100%; }
90
- .page-head h3, .page-title h3, .page-title h1 {margin:0 10px ; text-transform:none !important; text-align:left; line-height: 30px; color:#ceac01; font-size:12px; font-weight:bold;}
91
 
92
  #cart-content{background:#292a34; border:1px solid #727379; border-top:none; padding:0 3px 5px; -moz-border-radius:0 0 8px 8px; -webkit-border-bottom-left-radius:8px; -webkit-border-bottom-right-radius:8px; border-radius:0 0 8px 8px; color:#aaa; position:absolute; top:23px; right:0px; width:200px}
93
  #cart-content .product-image {float:left}
@@ -98,17 +98,17 @@ a:hover img { border:0; text-decoration:none;}
98
  #cart-content a:hover{color:#aaa}
99
  #cart-content .actions a span{cursor:pointer}
100
  #cart-content #center-buttons{padding-top:5px; clear:both; text-align:center}
101
-
102
- .toolbar .sorter, .toolbar .pager{border-top:1px solid #EEEEEE;}
103
-
104
- .side-col .block {margin-bottom:0.5em !important;}
105
- .block { line-height:1.3em; font-size:.95em; }
106
- .block .block-title { margin: 0; padding: 2px 10px 0; background: #fcfdfd url(../images/box-header-bg.gif) repeat-x 0 100%; border: 1px solid #ccc; -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px;}
107
- .block .block-title strong { line-height: 30px; color:#ceac01;}
108
- .block .block-title strong .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
109
- .block strong { font-size:1em;}
110
- .block .block-content { background: #fcfcfc url(../images/box-content-bg.gif) repeat-x 0 0; border: 1px solid #ccc; border-top: none; -moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; padding:5px 5px;}
111
- .block .content ol {background: none;border: none;}
112
 
113
  #slider{height:200px; position:relative; width:930px; margin:0 auto; overflow:hidden; margin-bottom:13px; border:1px solid #ccc}
114
  div.scroller{height:200px; overflow:hidden; width:930px; zoom:1}
@@ -128,20 +128,20 @@ div.sliderdescription:hover,.sliderdescription.active{background-color:#fff !imp
128
  .astop{background:url(../images/astop.gif) no-repeat 3px 3px}
129
  .aplay{background:url(../images/aplay.gif) no-repeat 6px 3px}
130
 
131
- .footer-container { padding-top: 25px; background: url(../images/footer-bg.gif) repeat-x 0 0;}
132
- .footer { width:930px; margin:0 auto;}
133
- .footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
134
- .footer .informational label { color:#4e4e51; font-weight:bold; padding-right:3px; }
135
- .footer .informational { float: right; text-align: right; font-size: 0.9em;}
136
- .footer .informational ul {margin-bottom: 15px;}
137
- .footer .informational li {display:inline;background:url(../images/pipe-gray.gif) no-repeat 100% 50%; padding-right:8px; padding-left:6px;}
138
- .footer .informational li.last { background:none; padding-right:0; }
139
- .footer .informational a, .footer .informational a:hover { color:#4e4e51; }
140
  .footer .informational a { text-decoration:none; }
141
- .footer .informational a:hover { text-decoration: underline; }
142
- .footer .legality {padding:0px 0px;color:#4e4e51; text-align: left;font-size:11px;}
143
  .footer .legality a { color:#4e4e51; text-decoration: none;}
144
- .footer .legality a:hover { text-decoration: underline; }
145
  .footerl .mini-newsletter{float:left; clear:both; width:390px; text-align:left}
146
  .footerl .mini-newsletter .validation-advice { width: 165px; color: #fff; }
147
  .footerl{float:left}
@@ -149,23 +149,23 @@ div.sliderdescription:hover,.sliderdescription.active{background-color:#fff !imp
149
  .footerl form,.footerl .mini-newsletter h4{float:left; line-height:30px; font-size:11px}
150
  .footerl .mini-newsletter input.input-text{float:left}
151
  .footerl .form-button-alt{float:right; margin:3px 0px 0px 6px}
152
-
153
- .cart-collaterals .totals {background:#DEE5E8 none repeat scroll 0 0; }
154
- .cart-collaterals .upsell, .cart-collaterals .discount , .cart-collaterals .crosssell , .cart-collaterals .shipping {border:1px solid #CEC3B6;}
155
- .cart-collaterals h2 {color:#ceac01;}
156
- .cart .cart-collaterals {padding:10px 5px;}
157
- .opc li.section {border-top:1px solid #FFFFFF !important;}
158
- .checkout-onepage-index .page-title, .page-head {margin:0 0 1px;}
159
- .block-progress dt {border-bottom:1px dotted #A3AEB3}
160
- .checkout-review-table-wrapper .data-table, .block-progress dd, .opc .step, .opc .step-title, .opc li.section{border: 0px !important;}
161
- .account-login .content {border: 0px;}
162
- .account-login .buttons-set {border: 0px; background: #fff;}
163
-
164
- button.button {margin:1px;}
165
  .button span span {display: block; float:left; background:#aeaeae url(../images/gradient-gray.gif) repeat-x 0 0; border:1px solid #adadad !important; -moz-border-radius:4px; -webkit-border-radius:4px; -opera-border-radius:4px; margin:0px; vertical-align:top; padding:2px 10px !important; color:#4F4F4F;}
166
  .button:hover span span {border-color:#888; color:#333}
167
- button.btn-checkout span {line-height:40px; height: 40px;}
168
- .mini-newsletter input.input-text { display:block; margin:4px 0 0 0; width:167px; }
169
 
170
  h4,h3,.category-head h2{ font-size:12px; font-weight:bold; color:#ceac01}
171
 
@@ -233,4 +233,7 @@ h4,h3,.category-head h2{ font-size:12px; font-weight:bold; color:#ceac01}
233
 
234
  /**********fix**********/
235
  .dashboard .welcome-msg { clear: both; }
236
- .box-account { float: left; margin: 0 0 20px; padding: 15px; width: 635px;}
 
 
 
1
  body {background:#808080;}
2
+ a { color:#555452; text-decoration: none; }
3
+ a:hover { color:#555452; text-decoration: underline; }
4
+ a img { border:0;}
5
+ a:hover img { border:0; text-decoration:none;}
6
+ :focus { outline:0; }
7
+
8
+ .fieldset .legend, .fieldset { border:0px; color: #ceac01;}
9
+
10
+ .header-container { background: url(../images/header-bg.gif) repeat-x 0 0; }
11
+ .header-top {clear:both;margin:0 auto;position:relative;width:930px;z-index:100;}
12
+
13
+ .col3-layout .col-wrapper {float:left;width:723px;}
14
+ .col3-layout .col-main {margin-left:4px;width:522px;}
15
+ .col2-left-layout .col-main {float:right;width:720px;}
16
+ .col2-right-layout .col-main {width:720px;}
17
+
18
+ .breadcrumbs ul{margin:0 auto 0; padding-bottom:0px; text-align:left; width:930px;}
19
+
20
+ .products-grid li.item { width:150px; text-align:center;}
21
  .grid-recent li.item { padding: 12px 10px 40px !important; }
22
  .products-grid li.item .actions { width: 150px; }
23
+ .products-grid { line-height:1.35em; }
24
+ .products-grid .product-name { margin-bottom:.4em; font-size:1.05em; }
25
  .products-grid .product-name a { color:#ceac01; text-decoration: none; }
26
+ .products-grid .product-name a:hover { text-decoration: underline; }
27
+ .products-grid .ratings { margin-bottom:.6em; }
28
+ .products-grid {border-bottom:1px solid #D9DDE3;}
29
+ .link-wishlist {color:#DC6809 !important;font-weight:bold !important;}
30
+ .products-grid .link-wishlist a, .products-grid .link-compare a:hover {text-decoration:underline;}
31
 
32
  .products-list .product-name a { color:#ceac01; text-decoration: none; }
33
  .products-list .product-name a:hover { text-decoration: underline; }
34
+
35
+ .product-view {border:0px;}
36
+ .product-collateral h2{color:#ceac01;font-size:12px;font-weight:bold;}
37
+ .product-essential {padding:10px 25px;}
38
 
39
  #header-cart{position:absolute; z-index:20; width:200px; right:0; top:7px}
40
  #header-cart .btn-remove,
45
  #header-cart .head h4{cursor:pointer; float:none; display:inline; padding-left:15px; background:url(../images/icon-cart.gif) no-repeat 0 50%}
46
  #header-cart .head h4,
47
  #header-cart .head h4 a{color:#ababab; font-size:0.95em; font-weight:normal}
48
+
49
+ .header-topbar {height:26px;margin:0 auto;padding-top:5px;position:relative;width:930px;z-index:110;}
50
+
51
+ .welcome-msg{float:left; font-size:0.95em}
52
+ .quick-access { margin: 0px; text-align: left; float: left; color: #ababab;}
53
+ .quick-access p { margin-bottom:4px; }
54
+ .quick-access li {display:inline; background:url(../images/blue_pipe.gif) no-repeat 100% 3px; padding-right:10px;padding-left:3px;}
55
+ .quick-access li.first { padding-left:10px !important; }
56
+ .quick-access li.last { padding-right:0; background:none; }
57
+ .shop-access {float: left; }
58
+ .shop-access a, .shop-access a:hover {text-decoration: none; color:#b09301; font-size:11px; }
59
+ .shop-access a:hover {color: #FFF;}
60
+ .shop-access li.last { padding-right:0; background:none; }
61
+
62
+ .form-language { float: left; margin-left: 65px; display: inline; }
63
+ .form-language label { color:#b09301; padding-right:5px; font-size:11px; }
64
+ .form-language .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; }
65
+
66
+ .header .form-search { float: right; padding: 0px; position:absolute; right:0; top: 32px; width: 345px; padding: 1px 0 1px 30px; background: url(../images/icon-zoom.gif) no-repeat 0 0; }
67
+ .header .form-search input.input-text { width:300px; border: 1px solid #a3923f; padding: 3px; }
68
+ #search_mini_form label {display:none;}
69
  .header .form-search .search-autocomplete {
70
  left: 30px !important;
71
  top: 23px !important;
72
  }
73
+ .search-autocomplete { z-index:999; }
74
+ .search-autocomplete ul { border:1px solid #5c7989; background-color:#efefef; }
75
+ .search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
76
+ .search-autocomplete li .amount { float:right; font-weight:bold; }
77
+ .search-autocomplete li.odd { background-color: #fff; }
78
+ .search-autocomplete li.selected { background-color: #dedede; }
79
+
80
+ .nav-container { clear: both; padding-bottom: 1px;}
81
+ .header-nav-container {clear:both;padding-bottom:1px;}
82
+ .nav-container { margin: 0 auto; width: 930px; background: url(../images/navigation-bg.gif) repeat-x 0 0; border: 1px solid #606060; border-width: 1px 1px 0;}
83
+
84
+ .main-container{ background: #ecebe7 url(../images/content-bg.gif) repeat-x 0 0; padding: 13px 0px 13px 0px; text-align:left; }
85
+ .main {padding: 4px; background: #fff; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; margin:0 auto; text-align:left; width:922px;}
86
+ .col-main { float:left; border: 1px solid #ccc; -moz-border-radius: 8px; -webkit-border-radius: 8px; }
87
+
88
+ .page-title, .page-head { border-bottom:1px solid #ccc; margin:0 0 12px;}
89
+ .page-title, .page-head { padding: 2px 0; border-bottom: 1px solid #ccc; text-align:right; background: url(../images/box-header-bg.gif) repeat-x 0 100%; }
90
+ .page-head h3, .page-title h3, .page-title h1 {margin:0 10px ; text-transform:none !important; text-align:left; line-height: 30px; color:#ceac01; font-size:12px; font-weight:bold;}
91
 
92
  #cart-content{background:#292a34; border:1px solid #727379; border-top:none; padding:0 3px 5px; -moz-border-radius:0 0 8px 8px; -webkit-border-bottom-left-radius:8px; -webkit-border-bottom-right-radius:8px; border-radius:0 0 8px 8px; color:#aaa; position:absolute; top:23px; right:0px; width:200px}
93
  #cart-content .product-image {float:left}
98
  #cart-content a:hover{color:#aaa}
99
  #cart-content .actions a span{cursor:pointer}
100
  #cart-content #center-buttons{padding-top:5px; clear:both; text-align:center}
101
+
102
+ .toolbar .sorter, .toolbar .pager{border-top:1px solid #EEEEEE;}
103
+
104
+ .side-col .block {margin-bottom:0.5em !important;}
105
+ .block { line-height:1.3em; font-size:.95em; }
106
+ .block .block-title { margin: 0; padding: 2px 10px 0; background: #fcfdfd url(../images/box-header-bg.gif) repeat-x 0 100%; border: 1px solid #ccc; -moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px; -webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px;}
107
+ .block .block-title strong { line-height: 30px; color:#ceac01;}
108
+ .block .block-title strong .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
109
+ .block strong { font-size:1em;}
110
+ .block .block-content { background: #fcfcfc url(../images/box-content-bg.gif) repeat-x 0 0; border: 1px solid #ccc; border-top: none; -moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; padding:5px 5px;}
111
+ .block .content ol {background: none;border: none;}
112
 
113
  #slider{height:200px; position:relative; width:930px; margin:0 auto; overflow:hidden; margin-bottom:13px; border:1px solid #ccc}
114
  div.scroller{height:200px; overflow:hidden; width:930px; zoom:1}
128
  .astop{background:url(../images/astop.gif) no-repeat 3px 3px}
129
  .aplay{background:url(../images/aplay.gif) no-repeat 6px 3px}
130
 
131
+ .footer-container { padding-top: 25px; background: url(../images/footer-bg.gif) repeat-x 0 0;}
132
+ .footer { width:930px; margin:0 auto;}
133
+ .footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
134
+ .footer .informational label { color:#4e4e51; font-weight:bold; padding-right:3px; }
135
+ .footer .informational { float: right; text-align: right; font-size: 0.9em;}
136
+ .footer .informational ul {margin-bottom: 15px;}
137
+ .footer .informational li {display:inline;background:url(../images/pipe-gray.gif) no-repeat 100% 50%; padding-right:8px; padding-left:6px;}
138
+ .footer .informational li.last { background:none; padding-right:0; }
139
+ .footer .informational a, .footer .informational a:hover { color:#4e4e51; }
140
  .footer .informational a { text-decoration:none; }
141
+ .footer .informational a:hover { text-decoration: underline; }
142
+ .footer .legality {padding:0px 0px;color:#4e4e51; text-align: left;font-size:11px;}
143
  .footer .legality a { color:#4e4e51; text-decoration: none;}
144
+ .footer .legality a:hover { text-decoration: underline; }
145
  .footerl .mini-newsletter{float:left; clear:both; width:390px; text-align:left}
146
  .footerl .mini-newsletter .validation-advice { width: 165px; color: #fff; }
147
  .footerl{float:left}
149
  .footerl form,.footerl .mini-newsletter h4{float:left; line-height:30px; font-size:11px}
150
  .footerl .mini-newsletter input.input-text{float:left}
151
  .footerl .form-button-alt{float:right; margin:3px 0px 0px 6px}
152
+
153
+ .cart-collaterals .totals {background:#DEE5E8 none repeat scroll 0 0; }
154
+ .cart-collaterals .upsell, .cart-collaterals .discount , .cart-collaterals .crosssell , .cart-collaterals .shipping {border:1px solid #CEC3B6;}
155
+ .cart-collaterals h2 {color:#ceac01;}
156
+ .cart .cart-collaterals {padding:10px 5px;}
157
+ .opc li.section {border-top:1px solid #FFFFFF !important;}
158
+ .checkout-onepage-index .page-title, .page-head {margin:0 0 1px;}
159
+ .block-progress dt {border-bottom:1px dotted #A3AEB3}
160
+ .checkout-review-table-wrapper .data-table, .block-progress dd, .opc .step, .opc .step-title, .opc li.section{border: 0px !important;}
161
+ .account-login .content {border: 0px;}
162
+ .account-login .buttons-set {border: 0px; background: #fff;}
163
+
164
+ button.button {margin:1px;}
165
  .button span span {display: block; float:left; background:#aeaeae url(../images/gradient-gray.gif) repeat-x 0 0; border:1px solid #adadad !important; -moz-border-radius:4px; -webkit-border-radius:4px; -opera-border-radius:4px; margin:0px; vertical-align:top; padding:2px 10px !important; color:#4F4F4F;}
166
  .button:hover span span {border-color:#888; color:#333}
167
+ button.btn-checkout span {line-height:40px; height: 40px;}
168
+ .mini-newsletter input.input-text { display:block; margin:4px 0 0 0; width:167px; }
169
 
170
  h4,h3,.category-head h2{ font-size:12px; font-weight:bold; color:#ceac01}
171
 
233
 
234
  /**********fix**********/
235
  .dashboard .welcome-msg { clear: both; }
236
+ .box-account { float: left; margin: 0 0 20px; padding: 15px; width: 635px;}
237
+
238
+ .catalog-seo-sitemap-product .pager .pages,
239
+ .catalog-seo-sitemap-category .pager .pages { float: none !important; }
skin/frontend/default/f002_yellow/css/styles-ie.css CHANGED
@@ -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; }
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/js/slider.js CHANGED
@@ -1,89 +1,89 @@
1
- var Slider = Class.create();
2
- Slider.prototype = {
3
- options: {
4
- shift: 329
5
- },
6
-
7
- initialize: function(container, controlLeft, controlRight){
8
- this.animating = false;
9
- this.containerSize = {
10
- width: $(container).offsetWidth,
11
- height: $(container).offsetHeight
12
- },
13
- this.content = $(container).down();
14
- this.controlLeft = $(controlLeft);
15
- this.controlRight = $(controlRight);
16
-
17
- this.initControls();
18
- },
19
-
20
- initControls: function(){
21
- this.controlLeft.href = this.controlRight.href = 'javascript:void(0)';
22
- Event.observe(this.controlLeft, 'click', this.shiftLeft.bind(this));
23
- Event.observe(this.controlRight, 'click', this.shiftRight.bind(this));
24
- this.updateControls(1, 0);
25
- },
26
-
27
- shiftRight: function(){
28
- if (this.animating)
29
- return;
30
-
31
- var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
32
-
33
- if ((left + this.options.shift) < 0) {
34
- var shift = this.options.shift;
35
- this.updateControls(1, 1);
36
- } else {
37
- var shift = Math.abs(left);
38
- this.updateControls(1, 0);
39
- }
40
- this.moveTo(shift);
41
- },
42
-
43
- shiftLeft: function(){
44
- if (this.animating)
45
- return;
46
-
47
- var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
48
-
49
- var lastItemLeft = this.content.childElements().last().positionedOffset()[0];
50
- var lastItemWidth = this.content.childElements().last().offsetWidth;
51
- var contentWidth = lastItemLeft + lastItemWidth;
52
-
53
- if ((contentWidth + left - this.options.shift) > this.containerSize.width) {
54
- var shift = this.options.shift;
55
- this.updateControls(1, 1);
56
- } else {
57
- var shift = contentWidth + left - this.containerSize.width;
58
- this.updateControls(0, 1);
59
- }
60
- this.moveTo(-shift);
61
- },
62
-
63
- moveTo: function(shift){
64
- var scope = this;
65
-
66
- this.animating = true;
67
-
68
- new Effect.Move(this.content, {
69
- x: shift,
70
- duration: 0.4,
71
- delay: 0,
72
- afterFinish: function(){
73
- scope.animating = false;
74
- }
75
- });
76
- },
77
-
78
- updateControls: function(left, right){
79
- if (!left)
80
- this.controlLeft.addClassName('disabled');
81
- else
82
- this.controlLeft.removeClassName('disabled');
83
-
84
- if (!right)
85
- this.controlRight.addClassName('disabled');
86
- else
87
- this.controlRight.removeClassName('disabled');
88
- }
89
- }
1
+ var Slider = Class.create();
2
+ Slider.prototype = {
3
+ options: {
4
+ shift: 329
5
+ },
6
+
7
+ initialize: function(container, controlLeft, controlRight){
8
+ this.animating = false;
9
+ this.containerSize = {
10
+ width: $(container).offsetWidth,
11
+ height: $(container).offsetHeight
12
+ },
13
+ this.content = $(container).down();
14
+ this.controlLeft = $(controlLeft);
15
+ this.controlRight = $(controlRight);
16
+
17
+ this.initControls();
18
+ },
19
+
20
+ initControls: function(){
21
+ this.controlLeft.href = this.controlRight.href = 'javascript:void(0)';
22
+ Event.observe(this.controlLeft, 'click', this.shiftLeft.bind(this));
23
+ Event.observe(this.controlRight, 'click', this.shiftRight.bind(this));
24
+ this.updateControls(1, 0);
25
+ },
26
+
27
+ shiftRight: function(){
28
+ if (this.animating)
29
+ return;
30
+
31
+ var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
32
+
33
+ if ((left + this.options.shift) < 0) {
34
+ var shift = this.options.shift;
35
+ this.updateControls(1, 1);
36
+ } else {
37
+ var shift = Math.abs(left);
38
+ this.updateControls(1, 0);
39
+ }
40
+ this.moveTo(shift);
41
+ },
42
+
43
+ shiftLeft: function(){
44
+ if (this.animating)
45
+ return;
46
+
47
+ var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
48
+
49
+ var lastItemLeft = this.content.childElements().last().positionedOffset()[0];
50
+ var lastItemWidth = this.content.childElements().last().offsetWidth;
51
+ var contentWidth = lastItemLeft + lastItemWidth;
52
+
53
+ if ((contentWidth + left - this.options.shift) > this.containerSize.width) {
54
+ var shift = this.options.shift;
55
+ this.updateControls(1, 1);
56
+ } else {
57
+ var shift = contentWidth + left - this.containerSize.width;
58
+ this.updateControls(0, 1);
59
+ }
60
+ this.moveTo(-shift);
61
+ },
62
+
63
+ moveTo: function(shift){
64
+ var scope = this;
65
+
66
+ this.animating = true;
67
+
68
+ new Effect.Move(this.content, {
69
+ x: shift,
70
+ duration: 0.4,
71
+ delay: 0,
72
+ afterFinish: function(){
73
+ scope.animating = false;
74
+ }
75
+ });
76
+ },
77
+
78
+ updateControls: function(left, right){
79
+ if (!left)
80
+ this.controlLeft.addClassName('disabled');
81
+ else
82
+ this.controlLeft.removeClassName('disabled');
83
+
84
+ if (!right)
85
+ this.controlRight.addClassName('disabled');
86
+ else
87
+ this.controlRight.removeClassName('disabled');
88
+ }
89
+ }