pagayo_pt002 - Version 0.1.1

Version Notes

Theme has been tested on Magento 1.5.x, 1.6.x, 1.7.x

Download this release

Release Info

Developer Pagayo
Extension pagayo_pt002
Version 0.1.1
Comparing to
See all releases


Version 0.1.1

Files changed (104) hide show
  1. app/code/local/Pagayo/Main/Helper/Data.php +6 -0
  2. app/code/local/Pagayo/Main/etc/adminhtml.xml +16 -0
  3. app/code/local/Pagayo/Main/etc/config.xml +47 -0
  4. app/code/local/Pagayo/Main/etc/system.xml +35 -0
  5. app/code/local/Pagayo/Pt002/etc/adminhtml.xml +16 -0
  6. app/code/local/Pagayo/Pt002/etc/config.xml +46 -0
  7. app/code/local/Pagayo/Pt002/etc/system.xml +44 -0
  8. app/code/local/Pagayo/Pt002/sql/pt002_setup/mysql4-install-0.1.1.php +219 -0
  9. app/design/adminhtml/default/default/layout/pagayo_main.xml +10 -0
  10. app/design/frontend/default/pagayo-theme-002/layout/newsletter.xml +56 -0
  11. app/design/frontend/default/pagayo-theme-002/layout/page.xml +191 -0
  12. app/design/frontend/default/pagayo-theme-002/template/callouts/left_col.phtml +1 -0
  13. app/design/frontend/default/pagayo-theme-002/template/callouts/right_col.phtml +1 -0
  14. app/design/frontend/default/pagayo-theme-002/template/catalog/product/list.phtml +141 -0
  15. app/design/frontend/default/pagayo-theme-002/template/catalog/product/list/upsell.phtml +52 -0
  16. app/design/frontend/default/pagayo-theme-002/template/catalog/product/view.phtml +167 -0
  17. app/design/frontend/default/pagayo-theme-002/template/catalog/product/view/addto.phtml +50 -0
  18. app/design/frontend/default/pagayo-theme-002/template/catalog/product/view/media.phtml +78 -0
  19. app/design/frontend/default/pagayo-theme-002/template/catalogsearch/term.phtml +39 -0
  20. app/design/frontend/default/pagayo-theme-002/template/newsletter/subscribe.phtml +54 -0
  21. app/design/frontend/default/pagayo-theme-002/template/pagayo/home.phtml +19 -0
  22. app/design/frontend/default/pagayo-theme-002/template/page/1column.phtml +60 -0
  23. app/design/frontend/default/pagayo-theme-002/template/page/2columns-left.phtml +61 -0
  24. app/design/frontend/default/pagayo-theme-002/template/page/2columns-right.phtml +61 -0
  25. app/design/frontend/default/pagayo-theme-002/template/page/3columns.phtml +64 -0
  26. app/design/frontend/default/pagayo-theme-002/template/page/html/breadcrumbs.phtml +52 -0
  27. app/design/frontend/default/pagayo-theme-002/template/page/html/footer.phtml +96 -0
  28. app/design/frontend/default/pagayo-theme-002/template/page/html/header.phtml +78 -0
  29. app/design/frontend/default/pagayo-theme-002/template/paypal/partner/logo.phtml +0 -0
  30. app/design/frontend/default/pagayo-theme-002/template/reports/product_viewed.phtml +47 -0
  31. app/etc/modules/Pagayo_Main.xml +9 -0
  32. app/etc/modules/Pagayo_Pt002.xml +9 -0
  33. media/wysiwyg/pagayo/pt002/icon-payment-amex.png +0 -0
  34. media/wysiwyg/pagayo/pt002/icon-payment-mastercard.png +0 -0
  35. media/wysiwyg/pagayo/pt002/icon-payment-moneybookers.png +0 -0
  36. media/wysiwyg/pagayo/pt002/icon-payment-paypal.png +0 -0
  37. media/wysiwyg/pagayo/pt002/icon-payment-visa.png +0 -0
  38. media/wysiwyg/pagayo/pt002/icon-social-facebook.png +0 -0
  39. media/wysiwyg/pagayo/pt002/icon-social-googleplus.png +0 -0
  40. media/wysiwyg/pagayo/pt002/icon-social-pinterest.png +0 -0
  41. media/wysiwyg/pagayo/pt002/icon-social-twitter.png +0 -0
  42. media/wysiwyg/pagayo/pt002/icon-social-vimeo.png +0 -0
  43. media/wysiwyg/pagayo/pt002/icon-social-youtube.png +0 -0
  44. media/wysiwyg/pagayo/pt002/pt002-banner-left.png +0 -0
  45. media/wysiwyg/pagayo/pt002/pt002-banner-right.png +0 -0
  46. media/wysiwyg/pagayo/pt002/pt002-home-box1.jpg +0 -0
  47. media/wysiwyg/pagayo/pt002/pt002-home-box2.jpg +0 -0
  48. media/wysiwyg/pagayo/pt002/pt002-home-box3.jpg +0 -0
  49. media/wysiwyg/pagayo/pt002/pt002-home-box4.jpg +0 -0
  50. package.xml +18 -0
  51. skin/adminhtml/default/default/pagayo_main/css/window.css +20 -0
  52. skin/adminhtml/default/default/pagayo_main/images/button-store.png +0 -0
  53. skin/frontend/default/pagayo-theme-002/css/print.css +39 -0
  54. skin/frontend/default/pagayo-theme-002/css/styles-ie.css +137 -0
  55. skin/frontend/default/pagayo-theme-002/css/styles.css +5217 -0
  56. skin/frontend/default/pagayo-theme-002/favicon.ico +0 -0
  57. skin/frontend/default/pagayo-theme-002/images/anext.png +0 -0
  58. skin/frontend/default/pagayo-theme-002/images/aprev.png +0 -0
  59. skin/frontend/default/pagayo-theme-002/images/bg-main.png +0 -0
  60. skin/frontend/default/pagayo-theme-002/images/bkg_button.gif +0 -0
  61. skin/frontend/default/pagayo-theme-002/images/bkg_collapse.gif +0 -0
  62. skin/frontend/default/pagayo-theme-002/images/bkg_parent.gif +0 -0
  63. skin/frontend/default/pagayo-theme-002/images/bkg_rating.gif +0 -0
  64. skin/frontend/default/pagayo-theme-002/images/btn_edit.gif +0 -0
  65. skin/frontend/default/pagayo-theme-002/images/btn_remove.gif +0 -0
  66. skin/frontend/default/pagayo-theme-002/images/btn_trash.gif +0 -0
  67. skin/frontend/default/pagayo-theme-002/images/btn_window_close.gif +0 -0
  68. skin/frontend/default/pagayo-theme-002/images/catalog/product/placeholder/image.jpg +0 -0
  69. skin/frontend/default/pagayo-theme-002/images/catalog/product/placeholder/small_image.jpg +0 -0
  70. skin/frontend/default/pagayo-theme-002/images/catalog/product/placeholder/thumbnail.jpg +0 -0
  71. skin/frontend/default/pagayo-theme-002/images/cvv.gif +0 -0
  72. skin/frontend/default/pagayo-theme-002/images/fam_book_open.png +0 -0
  73. skin/frontend/default/pagayo-theme-002/images/griditem-bottom.gif +0 -0
  74. skin/frontend/default/pagayo-theme-002/images/i_asc_arrow.gif +0 -0
  75. skin/frontend/default/pagayo-theme-002/images/i_availability_only_arrow.gif +0 -0
  76. skin/frontend/default/pagayo-theme-002/images/i_desc_arrow.gif +0 -0
  77. skin/frontend/default/pagayo-theme-002/images/i_msg-error.gif +0 -0
  78. skin/frontend/default/pagayo-theme-002/images/i_msg-note.gif +0 -0
  79. skin/frontend/default/pagayo-theme-002/images/i_msg-success.gif +0 -0
  80. skin/frontend/default/pagayo-theme-002/images/i_notice.gif +0 -0
  81. skin/frontend/default/pagayo-theme-002/images/i_pager-next.gif +0 -0
  82. skin/frontend/default/pagayo-theme-002/images/i_pager-prev.gif +0 -0
  83. skin/frontend/default/pagayo-theme-002/images/i_print.gif +0 -0
  84. skin/frontend/default/pagayo-theme-002/images/i_rss-big.png +0 -0
  85. skin/frontend/default/pagayo-theme-002/images/i_rss.gif +0 -0
  86. skin/frontend/default/pagayo-theme-002/images/label-sale.png +0 -0
  87. skin/frontend/default/pagayo-theme-002/images/logo.gif +0 -0
  88. skin/frontend/default/pagayo-theme-002/images/logo_email.gif +0 -0
  89. skin/frontend/default/pagayo-theme-002/images/logo_print.gif +0 -0
  90. skin/frontend/default/pagayo-theme-002/images/magnifier_handle.gif +0 -0
  91. skin/frontend/default/pagayo-theme-002/images/main-bg.png +0 -0
  92. skin/frontend/default/pagayo-theme-002/images/opc-ajax-loader.gif +0 -0
  93. skin/frontend/default/pagayo-theme-002/images/pagentopic.png +0 -0
  94. skin/frontend/default/pagayo-theme-002/images/pager_arrow_left.gif +0 -0
  95. skin/frontend/default/pagayo-theme-002/images/pager_arrow_right.gif +0 -0
  96. skin/frontend/default/pagayo-theme-002/images/search-icon-bg.png +0 -0
  97. skin/frontend/default/pagayo-theme-002/images/shadow-footer.png +0 -0
  98. skin/frontend/default/pagayo-theme-002/images/shadow-main.png +0 -0
  99. skin/frontend/default/pagayo-theme-002/images/slider_bg.gif +0 -0
  100. skin/frontend/default/pagayo-theme-002/images/slider_btn_zoom_in.gif +0 -0
  101. skin/frontend/default/pagayo-theme-002/images/slider_btn_zoom_out.gif +0 -0
  102. skin/frontend/default/pagayo-theme-002/images/spacer.gif +0 -0
  103. skin/frontend/default/pagayo-theme-002/images/validation_advice_bg.gif +0 -0
  104. skin/frontend/default/pagayo-theme-002/js/glider.js +178 -0
app/code/local/Pagayo/Main/Helper/Data.php ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class Pagayo_Main_Helper_Data extends Mage_Core_Helper_Abstract
4
+ {
5
+
6
+ }
app/code/local/Pagayo/Main/etc/adminhtml.xml ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <config>
3
+ <menu>
4
+ <main translate="title" module="main">
5
+ <title>Pagayo</title>
6
+ <sort_order>1000</sort_order>
7
+ <children>
8
+ <ext translate="title" module="main">
9
+ <title>Pagayo Extensions Store</title>
10
+ <sort_order>10</sort_order>
11
+ <action>adminhtml/system_config/edit/section/pagayostore</action>
12
+ </ext>
13
+ </children>
14
+ </main>
15
+ </menu>
16
+ </config>
app/code/local/Pagayo/Main/etc/config.xml ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <config>
3
+
4
+ <modules>
5
+ <Pagayo_Main>
6
+ <version>0.1.0</version>
7
+ </Pagayo_Main>
8
+ </modules>
9
+
10
+ <global>
11
+ <helpers>
12
+ <main>
13
+ <class>Pagayo_Main_Helper</class>
14
+ </main>
15
+ </helpers>
16
+ </global>
17
+
18
+ <adminhtml>
19
+ <layout>
20
+ <updates>
21
+ <pagayoall module="PAGAYO_MAIN">
22
+ <file>pagayo_main.xml</file>
23
+ </pagayoall>
24
+ </updates>
25
+ </layout>
26
+ <acl>
27
+ <resources>
28
+ <admin>
29
+ <children>
30
+ <system>
31
+ <children>
32
+ <config>
33
+ <children>
34
+ <pagayostore>
35
+ <title>Pagayo Extensions Store</title>
36
+ </pagayostore>
37
+ </children>
38
+ </config>
39
+ </children>
40
+ </system>
41
+ </children>
42
+ </admin>
43
+ </resources>
44
+ </acl>
45
+ </adminhtml>
46
+
47
+ </config>
app/code/local/Pagayo/Main/etc/system.xml ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <config>
3
+
4
+ <tabs>
5
+ <pagayo translate="label">
6
+ <label>Pagayo</label>
7
+ <sort_order>300</sort_order>
8
+ </pagayo>
9
+ </tabs>
10
+
11
+ <sections>
12
+ <pagayostore>
13
+ <label>Pagayo Extensions Store</label>
14
+ <tab>pagayo</tab>
15
+ <class>pagayoall-section</class>
16
+ <frontend_type>text</frontend_type>
17
+ <sort_order>10</sort_order>
18
+ <show_in_default>1</show_in_default>
19
+ <show_in_website>1</show_in_website>
20
+ <show_in_store>1</show_in_store>
21
+ <groups>
22
+ <extensions translate="label">
23
+ <label>Pagayo Extensions Store</label>
24
+ <comment><![CDATA[<p><b><a href="http://www.pagayo.com" target="_blank">Pagayo Extensions Store &rarr;</a></b></p><p>On <a href="http://www.pagayo.com" target="_blank">www.pagayo.com</a> you find professional Magento themes and useful extensions.</p>]]></comment>
25
+ <expanded>1</expanded>
26
+ <sort_order>10</sort_order>
27
+ <show_in_default>1</show_in_default>
28
+ <show_in_website>1</show_in_website>
29
+ <show_in_store>1</show_in_store>
30
+ </extensions>
31
+ </groups>
32
+ </pagayostore>
33
+ </sections>
34
+
35
+ </config>
app/code/local/Pagayo/Pt002/etc/adminhtml.xml ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <config>
3
+ <menu>
4
+ <main translate="title" module="main">
5
+ <title>Pagayo</title>
6
+ <sort_order>1000</sort_order>
7
+ <children>
8
+ <pt002 translate="title" module="main">
9
+ <title>Theme Women Fashion</title>
10
+ <sort_order>200</sort_order>
11
+ <action>adminhtml/system_config/edit/section/pagayopt002</action>
12
+ </pt002>
13
+ </children>
14
+ </main>
15
+ </menu>
16
+ </config>
app/code/local/Pagayo/Pt002/etc/config.xml ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <config>
3
+
4
+ <modules>
5
+ <Pagayo_Pt002>
6
+ <version>0.1.1</version>
7
+ </Pagayo_Pt002>
8
+ </modules>
9
+
10
+ <global>
11
+ <resources>
12
+ <pt002_setup>
13
+ <setup>
14
+ <module>Pagayo_Pt002</module>
15
+ <class>Mage_Eav_Model_Entity_Setup</class>
16
+ </setup>
17
+ <connection>
18
+ <use>default_setup</use>
19
+ </connection>
20
+ </pt002_setup>
21
+ </resources>
22
+ </global>
23
+
24
+ <adminhtml>
25
+ <acl>
26
+ <resources>
27
+ <admin>
28
+ <children>
29
+ <system>
30
+ <children>
31
+ <config>
32
+ <children>
33
+ <pagayopt002>
34
+ <title>Theme Women Fashion</title>
35
+ </pagayopt002>
36
+ </children>
37
+ </config>
38
+ </children>
39
+ </system>
40
+ </children>
41
+ </admin>
42
+ </resources>
43
+ </acl>
44
+ </adminhtml>
45
+
46
+ </config>
app/code/local/Pagayo/Pt002/etc/system.xml ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <config>
3
+
4
+ <tabs>
5
+ <pagayo translate="label">
6
+ <label>Pagayo</label>
7
+ <sort_order>300</sort_order>
8
+ </pagayo>
9
+ </tabs>
10
+
11
+ <sections>
12
+ <pagayopt002>
13
+ <label>Theme Women Fashion</label>
14
+ <tab>pagayo</tab>
15
+ <class>pagayo-section</class>
16
+ <frontend_type>text</frontend_type>
17
+ <sort_order>200</sort_order>
18
+ <show_in_default>1</show_in_default>
19
+ <show_in_website>1</show_in_website>
20
+ <show_in_store>1</show_in_store>
21
+ <groups>
22
+ <generalinformation translate="label">
23
+ <label>General Information</label>
24
+ <comment><![CDATA[&#10003; Pagayo Theme Women Fashion successfully installed]]></comment>
25
+ <expanded>1</expanded>
26
+ <sort_order>10</sort_order>
27
+ <show_in_default>1</show_in_default>
28
+ <show_in_website>1</show_in_website>
29
+ <show_in_store>1</show_in_store>
30
+ </generalinformation>
31
+ <manual translate="label">
32
+ <label>Manual</label>
33
+ <comment><![CDATA[<p><b><a href="http://www.pagayo.com/wiki/manuals/" target="_blank">Read manual &rarr;</a></b></p><p>On <a href="http://www.pagayo.com" target="_blank">www.pagayo.com</a> you find all manuals for themes and extensions from Pagayo.</p>]]></comment>
34
+ <expanded>1</expanded>
35
+ <sort_order>20</sort_order>
36
+ <show_in_default>1</show_in_default>
37
+ <show_in_website>1</show_in_website>
38
+ <show_in_store>1</show_in_store>
39
+ </manual>
40
+ </groups>
41
+ </pagayopt002>
42
+ </sections>
43
+
44
+ </config>
app/code/local/Pagayo/Pt002/sql/pt002_setup/mysql4-install-0.1.1.php ADDED
@@ -0,0 +1,219 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * author Pagayo
4
+ * web www.pagayo.com
5
+ * license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
6
+ * Theme pt002
7
+ */
8
+ ?>
9
+ <?php
10
+ $this->startSetup();
11
+ Mage::app()->setCurrentStore(Mage_Core_Model_App::ADMIN_STORE_ID);
12
+
13
+ $staticBlock = array(
14
+ 'title' => 'Follow us',
15
+ 'identifier' => 'pt002-footer-social',
16
+ 'content' => '<ul class="social-icons">
17
+ <li><a href="#" title="facebook"><img src="{{media url="wysiwyg/pagayo/pt002/icon-social-facebook.png"}}" alt="facebook"/></a></li>
18
+ <li><a href="#" title="twitter"><img src="{{media url="wysiwyg/pagayo/pt002/icon-social-twitter.png"}}" alt="twitter"/></a></li>
19
+ <li><a href="#" title="googleplus"><img src="{{media url="wysiwyg/pagayo/pt002/icon-social-googleplus.png"}}" alt="googleplus"/></a></li>
20
+ <li><a href="#" title="youtube"><img src="{{media url="wysiwyg/pagayo/pt002/icon-social-youtube.png"}}" alt="youtube"/></a></li>
21
+ <li><a href="#" title="vimeo"><img src="{{media url="wysiwyg/pagayo/pt002/icon-social-vimeo.png"}}" alt="vimeo"/></a></li>
22
+ <li><a href="#" title="pinterest"><img src="{{media url="wysiwyg/pagayo/pt002/icon-social-pinterest.png"}}" alt="pinterest"/></a></li>
23
+ </ul>',
24
+ 'is_active' => 1,
25
+ 'stores' => array(0)
26
+ );
27
+ Mage::getModel('cms/block')->setData($staticBlock)->save();
28
+
29
+ $staticBlock = array(
30
+ 'title' => 'Customer Service',
31
+ 'identifier' => 'pt002-footer-box1',
32
+ 'content' => '<ul>
33
+ <li><a href="{{store url="customer-service"}}">Customer Service</a></li>
34
+ <li><a href="{{store url="sales/guest/form"}}">Orders and Returns</a></li>
35
+ <li><a href="{{store url="customer-service"}}">Shipping and Delivery</a></li>
36
+ <li><a href="{{store url="catalog/seo_sitemap/category"}}">Sitemap</a></li>
37
+ </ul>',
38
+ 'is_active' => 1,
39
+ 'stores' => array(0)
40
+ );
41
+ Mage::getModel('cms/block')->setData($staticBlock)->save();
42
+
43
+ $staticBlock = array(
44
+ 'title' => 'About Us',
45
+ 'identifier' => 'pt002-footer-box2',
46
+ 'content' => '<ul>
47
+ <li><a href="{{store url="about-magento-demo-store"}}">About Us</a></li>
48
+ <li><a href="{{store url="privacy-policy-cookie-restriction-mode"}}">Privacy Policy</a></li>
49
+ <li><a href="{{store url="contacts"}}">Contact Us</a></li>
50
+ <li><a href="{{store url="customer-service"}}">Shopping Infos</a></li>
51
+ </ul>',
52
+ 'is_active' => 1,
53
+ 'stores' => array(0)
54
+ );
55
+ Mage::getModel('cms/block')->setData($staticBlock)->save();
56
+
57
+ $staticBlock = array(
58
+ 'title' => 'New Products',
59
+ 'identifier' => 'pt002-footer-box3',
60
+ 'content' => '<ul>
61
+ <li><a href="{{store url="#"}}">Textlink</a></li>
62
+ <li><a href="{{store url="#"}}">Textlink</a></li>
63
+ <li><a href="{{store url="#"}}">Textlink</a></li>
64
+ <li><a href="{{store url="#"}}">Textlink</a></li>
65
+ </ul>',
66
+ 'is_active' => 1,
67
+ 'stores' => array(0)
68
+ );
69
+ Mage::getModel('cms/block')->setData($staticBlock)->save();
70
+
71
+ $staticBlock = array(
72
+ 'title' => 'Popular',
73
+ 'identifier' => 'pt002-footer-box4',
74
+ 'content' => '<ul>
75
+ <li><a href="{{store url="#"}}">Textlink</a></li>
76
+ <li><a href="{{store url="#"}}">Textlink</a></li>
77
+ <li><a href="{{store url="#"}}">Textlink</a></li>
78
+ <li><a href="{{store url="#"}}">Textlink</a></li>
79
+ </ul>',
80
+ 'is_active' => 1,
81
+ 'stores' => array(0)
82
+ );
83
+ Mage::getModel('cms/block')->setData($staticBlock)->save();
84
+
85
+ $staticBlock = array(
86
+ 'title' => 'My Account',
87
+ 'identifier' => 'pt002-footer-box5',
88
+ 'content' => '<ul>
89
+ <li><a href="{{store url="customer/account"}}">My Account</a></li>
90
+ <li><a href="{{store url="wishlist"}}">My Wishlist</a></li>
91
+ <li><a href="{{store url="checkout/cart"}}">View Cart</a></li>
92
+ <li><a href="{{store url="checkout"}}">Checkout</a></li>
93
+ </ul>',
94
+ 'is_active' => 1,
95
+ 'stores' => array(0)
96
+ );
97
+ Mage::getModel('cms/block')->setData($staticBlock)->save();
98
+
99
+ $staticBlock = array(
100
+ 'title' => 'Footer Links',
101
+ 'identifier' => 'pt002-footer-links',
102
+ 'content' => '<ul class="links">
103
+ <li class="first"><a href="{{store url="about-magento-demo-store"}}">About Us</a></li>
104
+ <li><a href="{{store url="customer-service"}}">Customer Service</a></li>
105
+ <li><a href="{{store url="contacts"}}">Contact Us</a></li>
106
+ <li><a href="{{store url="catalogsearch/advanced"}}">Advanced Search</a></li>
107
+ <li><a href="{{store url="catalogsearch/term/popular"}}">Search Terms</a></li>
108
+ <li><a href="{{store url="catalog/seo_sitemap/category"}}">Sitemap</a></li>
109
+ <li><a class="link-rss" href="{{store url="rss"}}">RSS</a></li>
110
+ <li><a href="{{store url="sales/guest/form"}}">Orders and Returns</a></li>
111
+ <li class="last privacy"><a href="{{store url="privacy-policy-cookie-restriction-mode"}}">Privacy Policy</a></li>
112
+ </ul>',
113
+ 'is_active' => 1,
114
+ 'stores' => array(0)
115
+ );
116
+ Mage::getModel('cms/block')->setData($staticBlock)->save();
117
+
118
+ $staticBlock = array(
119
+ 'title' => 'Footer Payments',
120
+ 'identifier' => 'pt002-footer-payments',
121
+ 'content' => '<ul class="payment-icons">
122
+ <li><img src="{{media url="wysiwyg/pagayo/pt002/icon-payment-paypal.png"}}" alt="PayPal"/></li>
123
+ <li><img src="{{media url="wysiwyg/pagayo/pt002/icon-payment-visa.png"}}" alt="Visa"/></li>
124
+ <li><img src="{{media url="wysiwyg/pagayo/pt002/icon-payment-mastercard.png"}}" alt="MasterCard"/></li>
125
+ <li><img src="{{media url="wysiwyg/pagayo/pt002/icon-payment-amex.png"}}" alt="Amercian Express"/></li>
126
+ <li><img src="{{media url="wysiwyg/pagayo/pt002/icon-payment-moneybookers.png"}}" alt="Moneybookers"/></li>
127
+ </ul>',
128
+ 'is_active' => 1,
129
+ 'stores' => array(0)
130
+ );
131
+ Mage::getModel('cms/block')->setData($staticBlock)->save();
132
+
133
+ $staticBlock = array(
134
+ 'title' => 'Fast Shipping',
135
+ 'identifier' => 'pt002-header-usp1',
136
+ 'content' => 'and easy returns',
137
+ 'is_active' => 1,
138
+ 'stores' => array(0)
139
+ );
140
+ Mage::getModel('cms/block')->setData($staticBlock)->save();
141
+
142
+ $staticBlock = array(
143
+ 'title' => 'Secure Shopping',
144
+ 'identifier' => 'pt002-header-usp2',
145
+ 'content' => 'with fast checkout',
146
+ 'is_active' => 1,
147
+ 'stores' => array(0)
148
+ );
149
+ Mage::getModel('cms/block')->setData($staticBlock)->save();
150
+
151
+ $staticBlock = array(
152
+ 'title' => 'Call Center',
153
+ 'identifier' => 'pt002-header-usp3',
154
+ 'content' => '0123-456789',
155
+ 'is_active' => 1,
156
+ 'stores' => array(0)
157
+ );
158
+ Mage::getModel('cms/block')->setData($staticBlock)->save();
159
+
160
+ $staticBlock = array(
161
+ 'title' => 'pt002-home-box1',
162
+ 'identifier' => 'pt002-home-box1',
163
+ 'content' => '<a href="{{store url="#"}}"><img src="{{media url="wysiwyg/pagayo/pt002/pt002-home-box1.jpg"}}"/></a>',
164
+ 'is_active' => 1,
165
+ 'stores' => array(0)
166
+ );
167
+ Mage::getModel('cms/block')->setData($staticBlock)->save();
168
+
169
+ $staticBlock = array(
170
+ 'title' => 'pt002-home-box2',
171
+ 'identifier' => 'pt002-home-box2',
172
+ 'content' => '<a href="{{store url="#"}}"><img src="{{media url="wysiwyg/pagayo/pt002/pt002-home-box2.jpg"}}"/></a>',
173
+ 'is_active' => 1,
174
+ 'stores' => array(0)
175
+ );
176
+ Mage::getModel('cms/block')->setData($staticBlock)->save();
177
+
178
+ $staticBlock = array(
179
+ 'title' => 'pt002-home-box3',
180
+ 'identifier' => 'pt002-home-box3',
181
+ 'content' => '<a href="{{store url="#"}}"><img src="{{media url="wysiwyg/pagayo/pt002/pt002-home-box3.jpg"}}"/></a>',
182
+ 'is_active' => 1,
183
+ 'stores' => array(0)
184
+ );
185
+ Mage::getModel('cms/block')->setData($staticBlock)->save();
186
+
187
+ $staticBlock = array(
188
+ 'title' => 'pt002-home-box4',
189
+ 'identifier' => 'pt002-home-box4',
190
+ 'content' => '<a href="{{store url="#"}}"><img src="{{media url="wysiwyg/pagayo/pt002/pt002-home-box4.jpg"}}"/></a>',
191
+ 'is_active' => 1,
192
+ 'stores' => array(0)
193
+ );
194
+ Mage::getModel('cms/block')->setData($staticBlock)->save();
195
+
196
+ $staticBlock = array(
197
+ 'title' => 'pt002-banner-left',
198
+ 'identifier' => 'pt002-banner-left',
199
+ 'content' => '<div class="block block-banner-left">
200
+ <a href="{{store url="#"}}"><img src="{{media url="wysiwyg/pagayo/pt002/pt002-banner-left.png"}}"/></a>
201
+ </div>',
202
+ 'is_active' => 1,
203
+ 'stores' => array(0)
204
+ );
205
+ Mage::getModel('cms/block')->setData($staticBlock)->save();
206
+
207
+ $staticBlock = array(
208
+ 'title' => 'pt002-banner-right',
209
+ 'identifier' => 'pt002-banner-right',
210
+ 'content' => '<div class="block block-banner-right">
211
+ <a href="{{store url="#"}}"><img src="{{media url="wysiwyg/pagayo/pt002/pt002-banner-right.png"}}"/></a>
212
+ </div>',
213
+ 'is_active' => 1,
214
+ 'stores' => array(0)
215
+ );
216
+ Mage::getModel('cms/block')->setData($staticBlock)->save();
217
+
218
+ $this->endSetup();
219
+ ?>
app/design/adminhtml/default/default/layout/pagayo_main.xml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <layout>
3
+ <default>
4
+ <reference name="head">
5
+ <action method="addCss">
6
+ <name>pagayo_main/css/window.css</name>
7
+ </action>
8
+ </reference>
9
+ </default>
10
+ </layout>
app/design/frontend/default/pagayo-theme-002/layout/newsletter.xml ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category design
23
+ * @package base_default
24
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+
28
+ -->
29
+ <layout version="0.1.0">
30
+
31
+
32
+ <!--
33
+ Customer account pages, rendered for all tabs in dashboard
34
+ -->
35
+
36
+ <customer_account>
37
+ <!-- Mage_Newsletter -->
38
+ <reference name="customer_account_navigation">
39
+ <action method="addLink" translate="label" module="newsletter"><name>newsletter</name><path>newsletter/manage/</path><label>Newsletter Subscriptions</label></action>
40
+ </reference>
41
+ </customer_account>
42
+
43
+ <newsletter_manage_index translate="label">
44
+ <label>Customer My Account Newsletter Subscriptions</label>
45
+ <update handle="customer_account"/>
46
+ <reference name="my.account.wrapper">
47
+ <block type="customer/newsletter" name="customer_newsletter">
48
+ <block type="page/html_wrapper" name="customer.newsletter.form.before" as="form_before" translate="label">
49
+ <label>Newsletter Subscription Form Before</label>
50
+ <action method="setMayBeInvisible"><value>1</value></action>
51
+ </block>
52
+ </block>
53
+ </reference>
54
+ </newsletter_manage_index>
55
+
56
+ </layout>
app/design/frontend/default/pagayo-theme-002/layout/page.xml ADDED
@@ -0,0 +1,191 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category design
23
+ * @package base_default
24
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+ -->
28
+ <layout version="0.1.0">
29
+ <!--
30
+ Default layout, loads most of the pages
31
+ -->
32
+
33
+ <default translate="label" module="page">
34
+ <label>All Pages</label>
35
+ <block type="page/html" name="root" output="toHtml" template="page/3columns.phtml">
36
+
37
+ <block type="page/html_head" name="head" as="head">
38
+ <action method="addJs"><script>prototype/prototype.js</script></action>
39
+ <action method="addJs"><script>lib/ccard.js</script></action>
40
+ <action method="addJs"><script>prototype/validation.js</script></action>
41
+ <action method="addJs"><script>scriptaculous/builder.js</script></action>
42
+ <action method="addJs"><script>scriptaculous/effects.js</script></action>
43
+ <action method="addJs"><script>scriptaculous/dragdrop.js</script></action>
44
+ <action method="addJs"><script>scriptaculous/controls.js</script></action>
45
+ <action method="addJs"><script>scriptaculous/slider.js</script></action>
46
+ <action method="addJs"><script>varien/js.js</script></action>
47
+ <action method="addJs"><script>varien/form.js</script></action>
48
+ <action method="addJs"><script>varien/menu.js</script></action>
49
+ <action method="addJs"><script>mage/translate.js</script></action>
50
+ <action method="addJs"><script>mage/cookies.js</script></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="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 8</if></action>
56
+ <action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
57
+ <action method="addCss"><stylesheet>css/print.css</stylesheet><params>media="print"</params></action>
58
+
59
+ <action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
60
+ <action method="addItem"><type>skin_js</type><name>js/ie6.js</name><params/><if>lt IE 7</if></action>
61
+ </block>
62
+
63
+ <block type="core/text_list" name="after_body_start" as="after_body_start" translate="label">
64
+ <label>Page Top</label>
65
+ </block>
66
+
67
+ <block type="page/html_notices" name="global_notices" as="global_notices" template="page/html/notices.phtml" />
68
+
69
+ <block type="page/html_header" name="header" as="header">
70
+ <block type="page/template_links" name="top.links" as="topLinks"/>
71
+ <block type="page/switch" name="store_language" as="store_language" template="page/switch/languages.phtml"/>
72
+ <block type="core/text_list" name="top.menu" as="topMenu" translate="label">
73
+ <label>Navigation Bar</label>
74
+ <block type="page/html_topmenu" name="catalog.topnav" template="page/html/topmenu.phtml"/>
75
+ </block>
76
+ <block type="page/html_wrapper" name="top.container" as="topContainer" translate="label">
77
+ <label>Page Header</label>
78
+ <action method="setElementClass"><value>top-container</value></action>
79
+ </block>
80
+ </block>
81
+
82
+ <block type="page/html_breadcrumbs" name="breadcrumbs" as="breadcrumbs"/>
83
+
84
+ <block type="core/text_list" name="left" as="left" translate="label">
85
+ <label>Left Column</label>
86
+ </block>
87
+
88
+ <block type="core/messages" name="global_messages" as="global_messages"/>
89
+ <block type="core/messages" name="messages" as="messages"/>
90
+
91
+ <block type="core/text_list" name="content" as="content" translate="label">
92
+ <label>Main Content Area</label>
93
+ </block>
94
+
95
+ <block type="core/text_list" name="right" as="right" translate="label">
96
+ <label>Right Column</label>
97
+ </block>
98
+
99
+ <block type="page/html_footer" name="footer" as="footer" template="page/html/footer.phtml">
100
+ <block type="newsletter/subscribe" name="left.newsletter" template="newsletter/subscribe.phtml"/>
101
+ <block type="page/html_wrapper" name="bottom.container" as="bottomContainer" translate="label">
102
+ <label>Page Footer</label>
103
+ <action method="setElementClass"><value>bottom-container</value></action>
104
+ </block>
105
+ <block type="page/switch" name="store_switcher" as="store_switcher" template="page/switch/stores.phtml"/>
106
+ <block type="page/template_links" name="footer_links" as="footer_links" template="page/template/links.phtml"/>
107
+ </block>
108
+
109
+ <block type="core/text_list" name="before_body_end" as="before_body_end" translate="label">
110
+ <label>Page Bottom</label>
111
+ </block>
112
+ </block>
113
+
114
+ <block type="core/profiler" output="toHtml" name="core_profiler"/>
115
+ </default>
116
+
117
+ <print translate="label" module="page">
118
+ <label>All Pages (Print Version)</label>
119
+ <!-- Mage_Page -->
120
+ <block type="page/html" name="root" output="toHtml" template="page/print.phtml">
121
+
122
+ <block type="page/html_head" name="head" as="head">
123
+ <action method="addJs"><script>prototype/prototype.js</script></action>
124
+ <action method="addJs"><script>mage/translate.js</script></action>
125
+ <action method="addJs"><script>lib/ccard.js</script></action>
126
+ <action method="addJs"><script>prototype/validation.js</script></action>
127
+ <action method="addJs"><script>varien/js.js</script></action>
128
+
129
+ <action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
130
+ <action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 8</if></action>
131
+ <action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
132
+ <action method="addCss"><stylesheet>css/print.css</stylesheet><params>media="print"</params></action>
133
+
134
+ <action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
135
+ <action method="addItem"><type>skin_js</type><name>js/ie6.js</name><params/><if>lt IE 7</if></action>
136
+
137
+ </block>
138
+
139
+ <block type="core/text_list" name="content" as="content" translate="label">
140
+ <label>Main Content Area</label>
141
+ </block>
142
+
143
+ </block>
144
+ </print>
145
+
146
+ <!-- Custom page layout handles -->
147
+ <page_empty translate="label">
148
+ <label>All Empty Layout Pages</label>
149
+ <reference name="root">
150
+ <action method="setTemplate"><template>page/empty.phtml</template></action>
151
+ <!-- Mark root page block that template is applied -->
152
+ <action method="setIsHandle"><applied>1</applied></action>
153
+ </reference>
154
+ </page_empty>
155
+
156
+ <page_one_column translate="label">
157
+ <label>All One-Column Layout Pages</label>
158
+ <reference name="root">
159
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
160
+ <!-- Mark root page block that template is applied -->
161
+ <action method="setIsHandle"><applied>1</applied></action>
162
+ </reference>
163
+ </page_one_column>
164
+
165
+ <page_two_columns_left translate="label">
166
+ <label>All Two-Column Layout Pages (Left Column)</label>
167
+ <reference name="root">
168
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
169
+ <!-- Mark root page block that template is applied -->
170
+ <action method="setIsHandle"><applied>1</applied></action>
171
+ </reference>
172
+ </page_two_columns_left>
173
+
174
+ <page_two_columns_right translate="label">
175
+ <label>All Two-Column Layout Pages (Right Column)</label>
176
+ <reference name="root">
177
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
178
+ <!-- Mark root page block that template is applied -->
179
+ <action method="setIsHandle"><applied>1</applied></action>
180
+ </reference>
181
+ </page_two_columns_right>
182
+
183
+ <page_three_columns translate="label">
184
+ <label>All Three-Column Layout Pages</label>
185
+ <reference name="root">
186
+ <action method="setTemplate"><template>page/3columns.phtml</template></action>
187
+ <!-- Mark root page block that template is applied -->
188
+ <action method="setIsHandle"><applied>1</applied></action>
189
+ </reference>
190
+ </page_three_columns>
191
+ </layout>
app/design/frontend/default/pagayo-theme-002/template/callouts/left_col.phtml ADDED
@@ -0,0 +1 @@
 
1
+ <?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('pt002-banner-left')->toHtml() ?>
app/design/frontend/default/pagayo-theme-002/template/callouts/right_col.phtml ADDED
@@ -0,0 +1 @@
 
1
+ <?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('pt002-banner-right')->toHtml() ?>
app/design/frontend/default/pagayo-theme-002/template/catalog/product/list.phtml ADDED
@@ -0,0 +1,141 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Product list template
30
+ *
31
+ * @see Mage_Catalog_Block_Product_List
32
+ */
33
+ ?>
34
+ <?php
35
+ $_productCollection=$this->getLoadedProductCollection();
36
+ $_helper = $this->helper('catalog/output');
37
+ ?>
38
+ <?php if(!$_productCollection->count()): ?>
39
+ <p class="note-msg"><?php echo $this->__('There are no products matching the selection.') ?></p>
40
+ <?php else: ?>
41
+ <div class="category-products">
42
+ <?php echo $this->getToolbarHtml() ?>
43
+ <?php // List mode ?>
44
+ <?php if($this->getMode()!='grid'): ?>
45
+ <?php $_iterator = 0; ?>
46
+ <ol class="products-list" id="products-list">
47
+ <?php foreach ($_productCollection as $_product): ?>
48
+ <li class="item<?php if( ++$_iterator == sizeof($_productCollection) ): ?> last<?php endif; ?>">
49
+ <?php $specialprice = Mage::getModel('catalog/product')->load($_product->getId())->getSpecialPrice();
50
+ if ($specialprice){?>
51
+ <div class="label-sale">
52
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>">
53
+ <img src="<?php echo $this->getSkinUrl('images/') ?>label-sale.png" />
54
+ </a>
55
+ </div>
56
+ <?php } ?>
57
+ <?php // Product Image ?>
58
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(180); ?>" width="180" height="180" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
59
+ <?php // Product description ?>
60
+ <div class="product-shop">
61
+ <div class="f-fix">
62
+ <?php $_productNameStripped = $this->stripTags($_product->getName(), null, true); ?>
63
+ <h2 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped; ?>"><?php echo $_helper->productAttribute($_product, $_product->getName() , 'name'); ?></a></h2>
64
+ <?php if($_product->getRatingSummary()): ?>
65
+ <?php echo $this->getReviewsSummaryHtml($_product) ?>
66
+ <?php endif; ?>
67
+ <?php echo $this->getPriceHtml($_product, true) ?>
68
+ <?php if($_product->isSaleable()): ?>
69
+ <p><button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button></p>
70
+ <?php else: ?>
71
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
72
+ <?php endif; ?>
73
+ <div class="desc std">
74
+ <?php echo $_helper->productAttribute($_product, $_product->getShortDescription(), 'short_description') ?>
75
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped ?>" class="link-learn"><?php echo $this->__('Learn More') ?></a>
76
+ </div>
77
+ <ul class="add-to-links">
78
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
79
+ <li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
80
+ <?php endif; ?>
81
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
82
+ <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
83
+ <?php endif; ?>
84
+ </ul>
85
+ </div>
86
+ </div>
87
+ </li>
88
+ <?php endforeach; ?>
89
+ </ol>
90
+ <script type="text/javascript">decorateList('products-list', 'none-recursive')</script>
91
+
92
+ <?php else: ?>
93
+
94
+ <?php // Grid Mode ?>
95
+
96
+ <?php $_collectionSize = $_productCollection->count() ?>
97
+ <?php $_columnCount = $this->getColumnCount(); ?>
98
+ <?php $i=0; foreach ($_productCollection as $_product): ?>
99
+ <?php if ($i++%$_columnCount==0): ?>
100
+ <ul class="products-grid">
101
+ <?php endif ?>
102
+ <li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
103
+ <?php $specialprice = Mage::getModel('catalog/product')->load($_product->getId())->getSpecialPrice();
104
+ if ($specialprice){?>
105
+ <div class="label-sale">
106
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>">
107
+ <img src="<?php echo $this->getSkinUrl('images/') ?>label-sale.png" />
108
+ </a>
109
+ </div>
110
+ <?php } ?>
111
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(210); ?>" width="210" height="210" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
112
+ <div class="item-review">
113
+ <?php if($_product->getRatingSummary()): ?>
114
+ <?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
115
+ <?php endif; ?>
116
+ </div>
117
+ <div class="item-bottom">
118
+ <h2 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>"><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></a></h2>
119
+ <?php echo $this->getPriceHtml($_product, true) ?>
120
+ <div class="actions">
121
+ <?php if($_product->isSaleable()): ?>
122
+ <button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
123
+ <?php else: ?>
124
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
125
+ <?php endif; ?>
126
+ </div>
127
+ </div>
128
+
129
+ </li>
130
+ <?php if ($i%$_columnCount==0 || $i==$_collectionSize): ?>
131
+ </ul>
132
+ <?php endif ?>
133
+ <?php endforeach ?>
134
+ <script type="text/javascript">decorateGeneric($$('ul.products-grid'), ['odd','even','first','last'])</script>
135
+ <?php endif; ?>
136
+
137
+ <div class="toolbar-bottom">
138
+ <?php echo $this->getToolbarHtml() ?>
139
+ </div>
140
+ </div>
141
+ <?php endif; ?>
app/design/frontend/default/pagayo-theme-002/template/catalog/product/list/upsell.phtml ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php if(count($this->getItemCollection()->getItems())): ?>
28
+ <div class="box-collateral box-up-sell">
29
+ <h2><?php echo $this->__('You may also be interested in the following product(s)') ?></h2>
30
+ <table class="products-grid" id="upsell-product-table">
31
+ <?php // $this->setColumnCount(5); // uncomment this line if you want to have another number of columns. also can be changed in layout ?>
32
+ <?php $this->resetItemsIterator() ?>
33
+ <?php for($_i=0;$_i<$this->getRowCount();$_i++): ?>
34
+ <tr>
35
+ <?php for($_j=0;$_j<$this->getColumnCount();$_j++): ?>
36
+ <?php if($_link=$this->getIterableItem()): ?>
37
+ <td>
38
+ <a href="<?php echo $_link->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_link->getName()) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_link, 'small_image')->resize(210) ?>" width="210" height="210" alt="<?php echo $this->htmlEscape($_link->getName()) ?>" /></a>
39
+ <h3 class="product-name"><a href="<?php echo $_link->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_link->getName()) ?>"><?php echo $this->htmlEscape($_link->getName()) ?></a></h3>
40
+ <?php echo $this->getPriceHtml($_link, true, '-upsell') ?>
41
+ <?php echo $this->getReviewsSummaryHtml($_link) ?>
42
+ </td>
43
+ <?php else: ?>
44
+ <td class="empty">&nbsp;</td>
45
+ <?php endif; ?>
46
+ <?php endfor; ?>
47
+ </tr>
48
+ <?php endfor; ?>
49
+ </table>
50
+ <script type="text/javascript">decorateTable('upsell-product-table')</script>
51
+ </div>
52
+ <?php endif ?>
app/design/frontend/default/pagayo-theme-002/template/catalog/product/view.phtml ADDED
@@ -0,0 +1,167 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+
27
+ /**
28
+ * Product view template
29
+ *
30
+ * @see Mage_Catalog_Block_Product_View
31
+ * @see Mage_Review_Block_Product_View
32
+ */
33
+ ?>
34
+ <?php $_helper = $this->helper('catalog/output'); ?>
35
+ <?php $_product = $this->getProduct(); ?>
36
+ <script type="text/javascript">
37
+ var optionsPrice = new Product.OptionsPrice(<?php echo $this->getJsonConfig() ?>);
38
+ </script>
39
+ <div id="messages_product_view"><?php echo $this->getMessagesBlock()->getGroupedHtml() ?></div>
40
+ <div class="product-view">
41
+ <div class="product-essential">
42
+ <form action="<?php echo $this->getSubmitUrl($_product) ?>" method="post" id="product_addtocart_form"<?php if($_product->getOptions()): ?> enctype="multipart/form-data"<?php endif; ?>>
43
+ <div class="no-display">
44
+ <input type="hidden" name="product" value="<?php echo $_product->getId() ?>" />
45
+ <input type="hidden" name="related_product" id="related-products-field" value="" />
46
+ </div>
47
+
48
+ <div class="product-shop">
49
+ <div class="product-name">
50
+ <h1><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></h1>
51
+ </div>
52
+
53
+ <?php if ($this->canEmailToFriend()): ?>
54
+ <p class="email-friend"><a href="<?php echo $this->helper('catalog/product')->getEmailToFriendUrl($_product) ?>"><?php echo $this->__('Email to a Friend') ?></a></p>
55
+ <?php endif; ?>
56
+
57
+ <?php echo $this->getReviewsSummaryHtml($_product, false, true)?>
58
+ <?php echo $this->getChildHtml('alert_urls') ?>
59
+ <?php echo $this->getChildHtml('product_type_data') ?>
60
+ <?php echo $this->getTierPriceHtml() ?>
61
+ <?php echo $this->getChildHtml('extrahint') ?>
62
+
63
+ <?php if (!$this->hasOptions()):?>
64
+ <div class="add-to-box">
65
+ <?php if($_product->isSaleable()): ?>
66
+ <?php echo $this->getChildHtml('addtocart') ?>
67
+ <?php endif; ?>
68
+ <?php echo $this->getChildHtml('addto') ?>
69
+ </div>
70
+ <?php echo $this->getChildHtml('extra_buttons') ?>
71
+ <?php elseif (!$_product->isSaleable()): ?>
72
+ <div class="add-to-box">
73
+ <?php echo $this->getChildHtml('addto') ?>
74
+ </div>
75
+ <?php endif; ?>
76
+
77
+ <?php if ($_product->getShortDescription()):?>
78
+ <div class="short-description">
79
+ <h2><?php echo $this->__('Quick Overview') ?></h2>
80
+ <div class="std"><?php echo $_helper->productAttribute($_product, nl2br($_product->getShortDescription()), 'short_description') ?></div>
81
+ </div>
82
+ <?php endif;?>
83
+
84
+ <?php echo $this->getChildHtml('other');?>
85
+
86
+ <?php if ($_product->isSaleable() && $this->hasOptions()):?>
87
+ <?php echo $this->getChildChildHtml('container1', '', true, true) ?>
88
+ <?php endif;?>
89
+
90
+ </div>
91
+
92
+ <div class="product-img-box">
93
+ <?php echo $this->getChildHtml('media') ?>
94
+ <?php echo $_product->getVideo() ?>
95
+ </div>
96
+
97
+ <div class="clearer"></div>
98
+ <?php if ($_product->isSaleable() && $this->hasOptions()):?>
99
+ <?php echo $this->getChildChildHtml('container2', '', true, true) ?>
100
+ <?php endif;?>
101
+ </form>
102
+ <script type="text/javascript">
103
+ //<![CDATA[
104
+ var productAddToCartForm = new VarienForm('product_addtocart_form');
105
+ productAddToCartForm.submit = function(button, url) {
106
+ if (this.validator.validate()) {
107
+ var form = this.form;
108
+ var oldUrl = form.action;
109
+
110
+ if (url) {
111
+ form.action = url;
112
+ }
113
+ var e = null;
114
+ try {
115
+ this.form.submit();
116
+ } catch (e) {
117
+ }
118
+ this.form.action = oldUrl;
119
+ if (e) {
120
+ throw e;
121
+ }
122
+
123
+ if (button && button != 'undefined') {
124
+ button.disabled = true;
125
+ }
126
+ }
127
+ }.bind(productAddToCartForm);
128
+
129
+ productAddToCartForm.submitLight = function(button, url){
130
+ if(this.validator) {
131
+ var nv = Validation.methods;
132
+ delete Validation.methods['required-entry'];
133
+ delete Validation.methods['validate-one-required'];
134
+ delete Validation.methods['validate-one-required-by-name'];
135
+ // Remove custom datetime validators
136
+ for (var methodName in Validation.methods) {
137
+ if (methodName.match(/^validate-datetime-.*/i)) {
138
+ delete Validation.methods[methodName];
139
+ }
140
+ }
141
+
142
+ if (this.validator.validate()) {
143
+ if (url) {
144
+ this.form.action = url;
145
+ }
146
+ this.form.submit();
147
+ }
148
+ Object.extend(Validation.methods, nv);
149
+ }
150
+ }.bind(productAddToCartForm);
151
+ //]]>
152
+ </script>
153
+ </div>
154
+
155
+ <div class="product-collateral">
156
+ <?php foreach ($this->getChildGroup('detailed_info', 'getChildHtml') as $alias => $html):?>
157
+ <div class="box-collateral <?php echo "box-{$alias}"?>">
158
+ <?php if ($title = $this->getChildData($alias, 'title')):?>
159
+ <h2><?php echo $this->escapeHtml($title); ?></h2>
160
+ <?php endif;?>
161
+ <?php echo $html; ?>
162
+ </div>
163
+ <?php endforeach;?>
164
+ <?php echo $this->getChildHtml('upsell_products') ?>
165
+ <?php echo $this->getChildHtml('product_additional_data') ?>
166
+ </div>
167
+ </div>
app/design/frontend/default/pagayo-theme-002/template/catalog/product/view/addto.phtml ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+
28
+ <?php $_product = $this->getProduct(); ?>
29
+ <?php $_wishlistSubmitUrl = $this->helper('wishlist')->getAddUrl($_product); ?>
30
+
31
+ <ul class="add-to-links">
32
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
33
+ <li><a href="<?php echo $_wishlistSubmitUrl ?>" onclick="productAddToCartForm.submitLight(this, this.href); return false;" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
34
+ <?php endif; ?>
35
+ <?php
36
+ $_compareUrl = $this->helper('catalog/product_compare')->getAddUrl($_product);
37
+ ?>
38
+ <?php if($_compareUrl) : ?>
39
+ <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
40
+ <?php endif; ?>
41
+ </ul>
42
+
43
+ <!-- AddThis Button BEGIN -->
44
+ <div class="addthis_toolbox addthis_default_style ">
45
+ <a class="addthis_button_facebook_like" fb:like:layout="button_count" fb:like:width="130"></a>
46
+ <a class="addthis_button_tweet"></a>
47
+ <a class="addthis_button_google_plusone" g:plusone:size="medium"></a>
48
+ </div>
49
+ <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-502b70a8773dcbb1"></script>
50
+ <!-- AddThis Button END -->
app/design/frontend/default/pagayo-theme-002/template/catalog/product/view/media.phtml ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+
27
+ /**
28
+ * Product media data template
29
+ *
30
+ * @see Mage_Catalog_Block_Product_View_Media
31
+ */
32
+ ?>
33
+ <?php
34
+ $_product = $this->getProduct();
35
+ $_helper = $this->helper('catalog/output');
36
+ ?>
37
+ <?php if ($_product->getImage() != 'no_selection' && $_product->getImage()): ?>
38
+ <p class="product-image product-image-zoom">
39
+ <?php
40
+ $_img = '<img id="image" src="'.$this->helper('catalog/image')->init($_product, 'image').'" alt="'.$this->htmlEscape($this->getImageLabel()).'" title="'.$this->htmlEscape($this->getImageLabel()).'" />';
41
+ echo $_helper->productAttribute($_product, $_img, 'image');
42
+ ?>
43
+ </p>
44
+ <p class="zoom-notice" id="track_hint"><?php echo $this->__('Double click on above image to view full picture') ?></p>
45
+ <div class="zoom">
46
+ <img id="zoom_out" src="<?php echo $this->getSkinUrl('images/slider_btn_zoom_out.gif') ?>" alt="<?php echo $this->__('Zoom Out') ?>" title="<?php echo $this->__('Zoom Out') ?>" class="btn-zoom-out" />
47
+ <div id="track">
48
+ <div id="handle"></div>
49
+ </div>
50
+ <img id="zoom_in" src="<?php echo $this->getSkinUrl('images/slider_btn_zoom_in.gif') ?>" alt="<?php echo $this->__('Zoom In') ?>" title="<?php echo $this->__('Zoom In') ?>" class="btn-zoom-in" />
51
+ </div>
52
+ <script type="text/javascript">
53
+ //<![CDATA[
54
+ Event.observe(window, 'load', function() {
55
+ product_zoom = new Product.Zoom('image', 'track', 'handle', 'zoom_in', 'zoom_out', 'track_hint');
56
+ });
57
+ //]]>
58
+ </script>
59
+ <?php else: ?>
60
+ <p class="product-image">
61
+ <?php
62
+ $_img = '<img src="'.$this->helper('catalog/image')->init($_product, 'image')->resize(265).'" alt="'.$this->htmlEscape($this->getImageLabel()).'" title="'.$this->htmlEscape($this->getImageLabel()).'" />';
63
+ echo $_helper->productAttribute($_product, $_img, 'image');
64
+ ?>
65
+ </p>
66
+ <?php endif; ?>
67
+ <?php if (count($this->getGalleryImages()) > 0): ?>
68
+ <div class="more-views">
69
+ <h2><?php echo $this->__('More Views') ?></h2>
70
+ <ul>
71
+ <?php foreach ($this->getGalleryImages() as $_image): ?>
72
+ <li>
73
+ <a href="#" onclick="popWin('<?php echo $this->getGalleryUrl($_image) ?>', 'gallery', 'width=300,height=300,left=0,top=0,location=no,status=yes,scrollbars=yes,resizable=yes'); return false;" title="<?php echo $this->htmlEscape($_image->getLabel()) ?>"><img src="<?php echo $this->helper('catalog/image')->init($this->getProduct(), 'thumbnail', $_image->getFile())->resize(102); ?>" width="102" height="102" alt="<?php echo $this->htmlEscape($_image->getLabel()) ?>" /></a>
74
+ </li>
75
+ <?php endforeach; ?>
76
+ </ul>
77
+ </div>
78
+ <?php endif; ?>
app/design/frontend/default/pagayo-theme-002/template/catalogsearch/term.phtml ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <div class="page-title">
28
+ <h1><?php echo $this->__('Popular Search Terms') ?></h1>
29
+ </div>
30
+ <?php if( sizeof($this->getTerms()) > 0 ): ?>
31
+ <ul class="tags-list">
32
+ <?php foreach ($this->getTerms() as $_term): ?>
33
+ <li><a href="<?php echo $this->getSearchUrl($_term) ?>" style="font-size:<?php echo $_term->getRatio()*70+75 ?>%;"><?php echo $this->htmlEscape($_term->getName()) ?></a></li>
34
+ <?php endforeach; ?>
35
+ </ul>
36
+ <?php else: ?>
37
+ <p class="note-msg"><?php echo $this->__('There are no search terms available.'); ?></p>
38
+ <?php endif; ?>
39
+ <img alt="pagentopic" src="<?php echo $this->getSkinUrl('images/') ?>pagentopic.png"/>
app/design/frontend/default/pagayo-theme-002/template/newsletter/subscribe.phtml ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <form action="<?php echo $this->getFormActionUrl() ?>" method="post" id="newsletter-validate-detail">
28
+ <div class="form-newsletter">
29
+ <div class="input-box">
30
+ <input type="text" name="email" value="<?php echo $this->__('Enter email address...') ?>" onblur="addText(this);" onfocus="clearText(this)" id="newsletter" title="<?php echo $this->__('Sign up for our newsletter') ?>" class="input-text required-entry validate-email" />
31
+ </div>
32
+ <div class="actions">
33
+ <button type="submit" title="<?php echo $this->__('Subscribe') ?>" class="button"><span><span><?php echo $this->__('Subscribe') ?></span></span></button>
34
+ </div>
35
+ </form>
36
+ <script type="text/javascript">
37
+ //<![CDATA[
38
+ var newsletterSubscriberFormDetail = new VarienForm('newsletter-validate-detail');
39
+
40
+ function clearText(theField)
41
+ {
42
+ if (theField.defaultValue == theField.value)
43
+ theField.value = '';
44
+ }
45
+
46
+ function addText(theField)
47
+ {
48
+ if (theField.value == '')
49
+ theField.value = theField .defaultValue;
50
+ }
51
+
52
+ //]]>
53
+ </script>
54
+ </div>
app/design/frontend/default/pagayo-theme-002/template/pagayo/home.phtml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <div class="homepage">
2
+
3
+ <div class="homeboxes">
4
+ <div class="home-box1">
5
+ <?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('pt002-home-box1')->toHtml() ?>
6
+ </div>
7
+ <div class="home-box2">
8
+ <?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('pt002-home-box2')->toHtml() ?>
9
+ </div>
10
+ <div class="home-box3">
11
+ <?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('pt002-home-box3')->toHtml() ?>
12
+ </div>
13
+ <div class="home-box4">
14
+ <?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('pt002-home-box4')->toHtml() ?>
15
+ </div>
16
+ <div class="clearer"></div>
17
+ </div>
18
+
19
+ </div>
app/design/frontend/default/pagayo-theme-002/template/page/1column.phtml ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Template for Mage_Page_Block_Html
30
+ */
31
+ ?>
32
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
33
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
34
+ <head>
35
+ <?php echo $this->getChildHtml('head') ?>
36
+ </head>
37
+ <body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
38
+ <?php echo $this->getChildHtml('after_body_start') ?>
39
+ <div class="wrapper">
40
+ <?php echo $this->getChildHtml('global_notices') ?>
41
+ <div class="page">
42
+ <?php echo $this->getChildHtml('header') ?>
43
+ <div class="main-supercontainer">
44
+ <div class="main-container col1-layout">
45
+ <?php echo $this->getChildHtml('breadcrumbs') ?>
46
+ <div class="main">
47
+ <div class="col-main">
48
+ <?php echo $this->getChildHtml('global_messages') ?>
49
+ <?php echo $this->getChildHtml('content') ?>
50
+ </div>
51
+ </div>
52
+ </div>
53
+ </div>
54
+ <?php echo $this->getChildHtml('footer') ?>
55
+ <?php echo $this->getChildHtml('before_body_end') ?>
56
+ </div>
57
+ </div>
58
+ <?php echo $this->getAbsoluteFooter() ?>
59
+ </body>
60
+ </html>
app/design/frontend/default/pagayo-theme-002/template/page/2columns-left.phtml ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Template for Mage_Page_Block_Html
30
+ */
31
+ ?>
32
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
33
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
34
+ <head>
35
+ <?php echo $this->getChildHtml('head') ?>
36
+ </head>
37
+ <body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
38
+ <?php echo $this->getChildHtml('after_body_start') ?>
39
+ <div class="wrapper">
40
+ <?php echo $this->getChildHtml('global_notices') ?>
41
+ <div class="page">
42
+ <?php echo $this->getChildHtml('header') ?>
43
+ <div class="main-supercontainer">
44
+ <div class="main-container col2-left-layout">
45
+ <?php echo $this->getChildHtml('breadcrumbs') ?>
46
+ <div class="main">
47
+ <div class="col-main">
48
+ <?php echo $this->getChildHtml('global_messages') ?>
49
+ <?php echo $this->getChildHtml('content') ?>
50
+ </div>
51
+ <div class="col-left sidebar"><?php echo $this->getChildHtml('left') ?></div>
52
+ </div>
53
+ </div>
54
+ </div>
55
+ <?php echo $this->getChildHtml('footer') ?>
56
+ <?php echo $this->getChildHtml('before_body_end') ?>
57
+ </div>
58
+ </div>
59
+ <?php echo $this->getAbsoluteFooter() ?>
60
+ </body>
61
+ </html>
app/design/frontend/default/pagayo-theme-002/template/page/2columns-right.phtml ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Template for Mage_Page_Block_Html
30
+ */
31
+ ?>
32
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
33
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
34
+ <head>
35
+ <?php echo $this->getChildHtml('head') ?>
36
+ </head>
37
+ <body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
38
+ <?php echo $this->getChildHtml('after_body_start') ?>
39
+ <div class="wrapper">
40
+ <?php echo $this->getChildHtml('global_notices') ?>
41
+ <div class="page">
42
+ <?php echo $this->getChildHtml('header') ?>
43
+ <div class="main-supercontainer">
44
+ <div class="main-container col2-right-layout">
45
+ <?php echo $this->getChildHtml('breadcrumbs') ?>
46
+ <div class="main">
47
+ <div class="col-main">
48
+ <?php echo $this->getChildHtml('global_messages') ?>
49
+ <?php echo $this->getChildHtml('content') ?>
50
+ </div>
51
+ <div class="col-right sidebar"><?php echo $this->getChildHtml('right') ?></div>
52
+ </div>
53
+ </div>
54
+ </div>
55
+ <?php echo $this->getChildHtml('footer') ?>
56
+ <?php echo $this->getChildHtml('before_body_end') ?>
57
+ </div>
58
+ </div>
59
+ <?php echo $this->getAbsoluteFooter() ?>
60
+ </body>
61
+ </html>
app/design/frontend/default/pagayo-theme-002/template/page/3columns.phtml ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Template for Mage_Page_Block_Html
30
+ */
31
+ ?>
32
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
33
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
34
+ <head>
35
+ <?php echo $this->getChildHtml('head') ?>
36
+ </head>
37
+ <body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
38
+ <?php echo $this->getChildHtml('after_body_start') ?>
39
+ <div class="wrapper">
40
+ <?php echo $this->getChildHtml('global_notices') ?>
41
+ <div class="page">
42
+ <?php echo $this->getChildHtml('header') ?>
43
+ <div class="main-supercontainer">
44
+ <div class="main-container col3-layout">
45
+ <?php echo $this->getChildHtml('breadcrumbs') ?>
46
+ <div class="main">
47
+ <div class="col-wrapper">
48
+ <div class="col-main">
49
+ <?php echo $this->getChildHtml('global_messages') ?>
50
+ <?php echo $this->getChildHtml('content') ?>
51
+ </div>
52
+ <div class="col-left sidebar"><?php echo $this->getChildHtml('left') ?></div>
53
+ </div>
54
+ <div class="col-right sidebar"><?php echo $this->getChildHtml('right') ?></div>
55
+ </div>
56
+ </div>
57
+ </div>
58
+ <?php echo $this->getChildHtml('footer') ?>
59
+ <?php echo $this->getChildHtml('before_body_end') ?>
60
+ </div>
61
+ </div>
62
+ <?php echo $this->getAbsoluteFooter() ?>
63
+ </body>
64
+ </html>
app/design/frontend/default/pagayo-theme-002/template/page/html/breadcrumbs.phtml ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php if($crumbs && is_array($crumbs)): ?>
28
+ <div class="breadcrumbs-container">
29
+ <div class="breadcrumbs">
30
+ <div class="headline">
31
+ <?php echo $this->__('You are here') ?>:
32
+ </div>
33
+ <ul>
34
+ <?php foreach($crumbs as $_crumbName=>$_crumbInfo): ?>
35
+ <li class="<?php echo $_crumbName ?>">
36
+ <?php if($_crumbInfo['link']): ?>
37
+ <a href="<?php echo $_crumbInfo['link'] ?>" title="<?php echo $this->htmlEscape($_crumbInfo['title']) ?>"><?php echo $this->htmlEscape($_crumbInfo['label']) ?></a>
38
+ <?php elseif($_crumbInfo['last']): ?>
39
+ <strong><?php echo $this->htmlEscape($_crumbInfo['label']) ?></strong>
40
+ <?php else: ?>
41
+ <?php echo $this->htmlEscape($_crumbInfo['label']) ?>
42
+ <?php endif; ?>
43
+ <?php if(!$_crumbInfo['last']): ?>
44
+ <span> &rarr; </span>
45
+ <?php endif; ?>
46
+ </li>
47
+ <?php endforeach; ?>
48
+ </ul>
49
+ <div class="clearer"></div>
50
+ </div>
51
+ </div>
52
+ <?php endif; ?>
app/design/frontend/default/pagayo-theme-002/template/page/html/footer.phtml ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php //echo $this->getChildHtml() ?>
28
+ <?php $footerbox1 = Mage::getModel('cms/block')->load('pt002-footer-box1'); ?>
29
+ <?php $footerbox2 = Mage::getModel('cms/block')->load('pt002-footer-box2'); ?>
30
+ <?php $footerbox3 = Mage::getModel('cms/block')->load('pt002-footer-box3'); ?>
31
+ <?php $footerbox4 = Mage::getModel('cms/block')->load('pt002-footer-box4'); ?>
32
+ <?php $footerbox5 = Mage::getModel('cms/block')->load('pt002-footer-box5'); ?>
33
+ <?php $footersocial = Mage::getModel('cms/block')->load('pt002-footer-social'); ?>
34
+
35
+ <div class="footer-container">
36
+ <div class="footer">
37
+
38
+ <?php //FOOTER 1 ?>
39
+ <div class="footer1-container">
40
+ <div class="footer1">
41
+ <div class="newsletter">
42
+ <div class="headline"><?php echo $this->__('Newsletter') ?></div>
43
+ <?php echo $this->getChildHtml('left.newsletter') ?>
44
+ </div>
45
+
46
+ <div class="footer-social">
47
+ <div class="headline"><?php echo $footersocial->getTitle(); ?></div>
48
+ <?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('pt002-footer-social')->toHtml() ?>
49
+ </div>
50
+ </div>
51
+ <div class="clearer"></div>
52
+ </div>
53
+
54
+ <?php //FOOTER 2 ?>
55
+ <div class="footer2-container">
56
+ <div class="footer2">
57
+ <div class="box1">
58
+ <div class="headline"><?php echo $footerbox1->getTitle(); ?></div>
59
+ <?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('pt002-footer-box1')->toHtml() ?>
60
+ </div>
61
+ <div class="box2">
62
+ <div class="headline"><?php echo $footerbox2->getTitle(); ?></div>
63
+ <?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('pt002-footer-box2')->toHtml() ?>
64
+ </div>
65
+ <div class="box3">
66
+ <div class="headline"><?php echo $footerbox3->getTitle(); ?></div>
67
+ <?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('pt002-footer-box3')->toHtml() ?>
68
+ </div>
69
+ <div class="box4">
70
+ <div class="headline"><?php echo $footerbox4->getTitle(); ?></div>
71
+ <?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('pt002-footer-box4')->toHtml() ?>
72
+ </div>
73
+ <div class="box5">
74
+ <div class="headline"><?php echo $footerbox5->getTitle(); ?></div>
75
+ <?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('pt002-footer-box5')->toHtml() ?>
76
+ </div>
77
+ <div class="clearer"></div>
78
+ </div>
79
+ </div>
80
+
81
+ <?php //FOOTER 3 ?>
82
+ <div class="footer3-container">
83
+ <div class="footer3">
84
+ <div class="footer-payments">
85
+ <?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('pt002-footer-payments')->toHtml() ?>
86
+ </div>
87
+ <?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('pt002-footer-links')->toHtml() ?>
88
+ <div class="copyright">
89
+ <?php echo $this->getCopyright() ?> | <a href="http://www.pagayo.com" title="Magento Theme by www.pagayo.com" target="_blank">Theme by Pagayo</a>
90
+ </div>
91
+ <div class="clearer"></div>
92
+ </div>
93
+ </div>
94
+
95
+ </div>
96
+ </div>
app/design/frontend/default/pagayo-theme-002/template/page/html/header.phtml ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ /**
27
+ * @var Mage_Page_Block_Html_Header $this
28
+ */
29
+ ?>
30
+ <?php $headerusp1 = Mage::getModel('cms/block')->load('pt002-header-usp1'); ?>
31
+ <?php $headerusp2 = Mage::getModel('cms/block')->load('pt002-header-usp2'); ?>
32
+ <?php $headerusp3 = Mage::getModel('cms/block')->load('pt002-header-usp3'); ?>
33
+ <div class="header-container">
34
+
35
+ <div class="header-top">
36
+ <div class="header">
37
+ <?php if ($this->getIsHomePage()):?>
38
+ <h1 class="logo"><strong><?php echo $this->getLogoAlt() ?></strong><a href="<?php echo $this->getUrl('') ?>" title="<?php echo $this->getLogoAlt() ?>" class="logo"><img src="<?php echo $this->getLogoSrc() ?>" alt="<?php echo $this->getLogoAlt() ?>" /></a></h1>
39
+ <?php else:?>
40
+ <a href="<?php echo $this->getUrl('') ?>" title="<?php echo $this->getLogoAlt() ?>" class="logo"><strong><?php echo $this->getLogoAlt() ?></strong><img src="<?php echo $this->getLogoSrc() ?>" alt="<?php echo $this->getLogoAlt() ?>" /></a>
41
+ <?php endif?>
42
+
43
+ <div class="header-usps">
44
+ <div class="usp1">
45
+ <div class="headline"><?php echo $headerusp1->getTitle(); ?></div>
46
+ <?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('pt002-header-usp1')->toHtml() ?>
47
+ </div>
48
+ <div class="usp2">
49
+ <div class="headline"><?php echo $headerusp2->getTitle(); ?></div>
50
+ <?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('pt002-header-usp2')->toHtml() ?>
51
+ </div>
52
+ <div class="usp3">
53
+ <div class="headline"><?php echo $headerusp3->getTitle(); ?></div>
54
+ <?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('pt002-header-usp3')->toHtml() ?>
55
+ </div>
56
+ </div>
57
+
58
+ <div class="header-right">
59
+ <?php echo $this->getChildHtml('topContainer'); ?>
60
+ <?php echo $this->getChildHtml('store_language') ?>
61
+ <div class="clearer"></div>
62
+ <div class="welcome-msg">
63
+ <?php echo $this->getWelcome() ?> <?php echo $this->getAdditionalHtml() ?>
64
+ </div>
65
+ </div>
66
+ <div class="clearer"></div>
67
+ </div>
68
+ </div>
69
+
70
+ <?php echo $this->getChildHtml('topMenu') ?>
71
+ <div class="quick-access-container">
72
+ <div class="quick-access">
73
+ <?php echo $this->getChildHtml('topSearch') ?>
74
+ <?php echo $this->getChildHtml('topLinks') ?>
75
+ <div class="clearer"></div>
76
+ </div>
77
+ </div>
78
+ </div>
app/design/frontend/default/pagayo-theme-002/template/paypal/partner/logo.phtml ADDED
File without changes
app/design/frontend/default/pagayo-theme-002/template/reports/product_viewed.phtml ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ /* @var $this Mage_Reports_Block_Product_Viewed */
27
+ ?>
28
+ <?php if ($_products = $this->getRecentlyViewedProducts()): ?>
29
+ <div class="block block-list block-viewed">
30
+ <div class="block-title">
31
+ <strong><span><?php echo $this->__('Recently Viewed Products') ?></span></strong>
32
+ </div>
33
+ <div class="block-content">
34
+ <ol class="mini-products-list" id="recently-viewed-items">
35
+ <?php foreach ($_products as $_item): ?>
36
+ <li class="item">
37
+ <a href="<?php echo $this->getProductUrl($_item) ?>"><img class="product-image" src="<?php echo $this->helper('catalog/image')->init($_item, 'small_image')->resize(50, 50) ?>" width="50" height="50" alt="<?php echo $this->htmlEscape($_item->getName()) ?>" /></a>
38
+ <div class="product-details">
39
+ <p class="product-name"><a href="<?php echo $this->getProductUrl($_item) ?>"><?php echo $this->helper('catalog/output')->productAttribute($_item, $_item->getName() , 'name') ?></a></p>
40
+ </div>
41
+ </li>
42
+ <?php endforeach; ?>
43
+ </ol>
44
+ <script type="text/javascript">decorateList('recently-viewed-items');</script>
45
+ </div>
46
+ </div>
47
+ <?php endif; ?>
app/etc/modules/Pagayo_Main.xml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <config>
3
+ <modules>
4
+ <Pagayo_Main>
5
+ <active>true</active>
6
+ <codePool>local</codePool>
7
+ </Pagayo_Main>
8
+ </modules>
9
+ </config>
app/etc/modules/Pagayo_Pt002.xml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <config>
3
+ <modules>
4
+ <Pagayo_Pt002>
5
+ <active>true</active>
6
+ <codePool>local</codePool>
7
+ </Pagayo_Pt002>
8
+ </modules>
9
+ </config>
media/wysiwyg/pagayo/pt002/icon-payment-amex.png ADDED
Binary file
media/wysiwyg/pagayo/pt002/icon-payment-mastercard.png ADDED
Binary file
media/wysiwyg/pagayo/pt002/icon-payment-moneybookers.png ADDED
Binary file
media/wysiwyg/pagayo/pt002/icon-payment-paypal.png ADDED
Binary file
media/wysiwyg/pagayo/pt002/icon-payment-visa.png ADDED
Binary file
media/wysiwyg/pagayo/pt002/icon-social-facebook.png ADDED
Binary file
media/wysiwyg/pagayo/pt002/icon-social-googleplus.png ADDED
Binary file
media/wysiwyg/pagayo/pt002/icon-social-pinterest.png ADDED
Binary file
media/wysiwyg/pagayo/pt002/icon-social-twitter.png ADDED
Binary file
media/wysiwyg/pagayo/pt002/icon-social-vimeo.png ADDED
Binary file
media/wysiwyg/pagayo/pt002/icon-social-youtube.png ADDED
Binary file
media/wysiwyg/pagayo/pt002/pt002-banner-left.png ADDED
Binary file
media/wysiwyg/pagayo/pt002/pt002-banner-right.png ADDED
Binary file
media/wysiwyg/pagayo/pt002/pt002-home-box1.jpg ADDED
Binary file
media/wysiwyg/pagayo/pt002/pt002-home-box2.jpg ADDED
Binary file
media/wysiwyg/pagayo/pt002/pt002-home-box3.jpg ADDED
Binary file
media/wysiwyg/pagayo/pt002/pt002-home-box4.jpg ADDED
Binary file
package.xml ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <package>
3
+ <name>pagayo_pt002</name>
4
+ <version>0.1.1</version>
5
+ <stability>stable</stability>
6
+ <license uri="http://opensource.org/licenses/OSL-3.0">OSL v3.0</license>
7
+ <channel>community</channel>
8
+ <extends/>
9
+ <summary>Free Magento Theme Women Fashion</summary>
10
+ <description>Free Magento Theme Women Fashion by Pagayo</description>
11
+ <notes>Theme has been tested on Magento 1.5.x, 1.6.x, 1.7.x</notes>
12
+ <authors><author><name>Pagayo</name><user>sadmin</user><email>info@pagayo.com</email></author></authors>
13
+ <date>2013-07-02</date>
14
+ <time>11:07:20</time>
15
+ <contents><target name="mageetc"><dir name="modules"><file name="Pagayo_Main.xml" hash="fe2e3179d528033c6662ab542bf87b2a"/><file name="Pagayo_Pt002.xml" hash="7c536f190bf97b0e51ae582a4df074e2"/></dir></target><target name="magelocal"><dir name="Pagayo"><dir name="Pt002"><dir name="etc"><file name="adminhtml.xml" hash="d66875815a3f65d727dfee87ab7b665d"/><file name="config.xml" hash="b74c4dff8dd824dcb1d4c27c5d7b078b"/><file name="system.xml" hash="dbccf6851823e3f6164af15726c84acf"/></dir><dir name="sql"><dir name="pt002_setup"><file name="mysql4-install-0.1.1.php" hash="1fe68891d5376ea72a0de667792654aa"/></dir></dir></dir><dir name="Main"><dir name="Helper"><file name="Data.php" hash="c42822c2841e4c4899d6b0759c78c282"/></dir><dir name="etc"><file name="adminhtml.xml" hash="71acde050ab7f1e431671c9c22409a58"/><file name="config.xml" hash="f7878e1f8e824d9f9fec6a011375b503"/><file name="system.xml" hash="b5176daf1d8f730799797d2f94c18dac"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="pagayo_main.xml" hash="51ca970085d539828e90aa668d027956"/></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="pagayo-theme-002"><dir name="layout"><file name="newsletter.xml" hash="962836814c7fcccdfae6c52343fa9947"/><file name="page.xml" hash="010d852ce05d2c0020fd4480cf52e882"/></dir><dir name="template"><dir name="callouts"><file name="left_col.phtml" hash="51d11a8e7b4e344146c3085dfed10e2e"/><file name="right_col.phtml" hash="47fec891deb22cf9a349a8d0450eb6f9"/></dir><dir name="catalog"><dir name="product"><dir name="list"><file name="upsell.phtml" hash="af03054e2111d4222076a792e7e8e000"/></dir><file name="list.phtml" hash="f6d1c7d6b0ed28f57d99bf0b46767bbe"/><dir name="view"><file name="addto.phtml" hash="d0f838d3d3aa26f822559e4c5f400342"/><file name="media.phtml" hash="3874167185cc1404c6dd4cd5d3f7a076"/></dir><file name="view.phtml" hash="310771a0d7d756dc8d369c3d499ba269"/></dir></dir><dir name="catalogsearch"><file name="term.phtml" hash="7f56d8fc6823e1bf4255c2465282f4b2"/></dir><dir name="newsletter"><file name="subscribe.phtml" hash="db029bd8c75c2d647b2bb61a20800f73"/></dir><dir name="pagayo"><file name="home.phtml" hash="87a04dc58c3f173666e89d0c072222f1"/></dir><dir name="page"><file name="1column.phtml" hash="88baaa8300bdceac251b1218c422c819"/><file name="2columns-left.phtml" hash="100a7148169c0c47b3c1172774655df9"/><file name="2columns-right.phtml" hash="b64813c9e630529ec637908231e10ad2"/><file name="3columns.phtml" hash="879fb407c17089b79a81e686dd614745"/><dir name="html"><file name="breadcrumbs.phtml" hash="bf152f4bf4f7f27fcaa86a15044ce346"/><file name="footer.phtml" hash="f75188120db00d989a35261e715d9029"/><file name="header.phtml" hash="eafd9505365c8cbf3659b3165d364fde"/></dir></dir><dir name="paypal"><dir name="partner"><file name="logo.phtml" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir></dir><dir name="reports"><file name="product_viewed.phtml" hash="9158829ec04c24ff06000718b8ee7bbc"/></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="pagayo_main"><dir name="css"><file name="window.css" hash="14fd49f24aad0fcda2eaf21bd4c2d965"/></dir><dir name="images"><file name="button-store.png" hash="4edec1aa209b945d96d3ab7a1cc0fb86"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="pagayo-theme-002"><dir name="css"><file name="print.css" hash="bd6f74bfc674cf8ee55aa9ed52ee181e"/><file name="styles-ie.css" hash="9a92829c5191362d4a751888d0e1eeff"/><file name="styles.css" hash="79ec57a5c230e8c5c43ac681cf0c9307"/></dir><file name="favicon.ico" hash="88733ee53676a47fc354a61c32516e82"/><dir name="images"><file name="anext.png" hash="bac6563d64521453415eba4e8d3246e9"/><file name="aprev.png" hash="b733e95fd6ad488d67e302ac90893bb9"/><file name="bg-main.png" hash="b8f572a70fe68a21611d75f87fbbd7d5"/><file name="bkg_button.gif" hash="d9a8166e5528755a2fd994a032d4989e"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_parent.gif" hash="6492bab1a41a79e5acc06f84626aa826"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><dir name="catalog"><dir name="product"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="cvv.gif" hash="83cdd38bf110b0f9c52fe84b56f45298"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="griditem-bottom.gif" hash="3d108974cded4ccda4d1b2d0698b6bb4"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><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_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="label-sale.png" hash="85179fa3c5682195e0a716173494b0b2"/><file name="logo.gif" hash="8ef35044e97688aa6d0586c10d6d30f0"/><file name="logo_email.gif" hash="8ef35044e97688aa6d0586c10d6d30f0"/><file name="logo_print.gif" hash="8ef35044e97688aa6d0586c10d6d30f0"/><file name="magnifier_handle.gif" hash="5c54559574c0f60846770c1290622113"/><file name="main-bg.png" hash="7e46b8fb28997b3affacbf56d419fe19"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="pagentopic.png" hash="419df773d6b6d57909a157ed56cedb28"/><file name="pager_arrow_left.gif" hash="1161293532d1c5df4e76946154b713c4"/><file name="pager_arrow_right.gif" hash="93cdfd03cf7c3224cfca9a383110778c"/><file name="search-icon-bg.png" hash="4d04092dcb134fc7b065012b6eabe911"/><file name="shadow-footer.png" hash="639730a24f0926f3d20683909dfe3e5e"/><file name="shadow-main.png" hash="01f3071db398ca3dbee6dd38c79dc79e"/><file name="slider_bg.gif" hash="19858c92de67e205349ae9ce016d744e"/><file name="slider_btn_zoom_in.gif" hash="5f125e43b251a7d7335393db971e48bd"/><file name="slider_btn_zoom_out.gif" hash="dcc373868ac4413e7a67c775325d806e"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/></dir><dir name="js"><file name="glider.js" hash="1c561d6b07e9bd847b87c6dd64c8ce24"/></dir></dir></dir></dir></target><target name="magemedia"><dir name="wysiwyg"><dir name="pagayo"><dir name="pt002"><file name="icon-payment-amex.png" hash="ea3b6dab82d5237f0469e97589988969"/><file name="icon-payment-mastercard.png" hash="4e8ea7ab45c39b5cf2c97e57fab46acf"/><file name="icon-payment-moneybookers.png" hash="b9130df9cfb23cf2747ecfe552650763"/><file name="icon-payment-paypal.png" hash="e058e4d843cc3a0d6a7be501b5e5c642"/><file name="icon-payment-visa.png" hash="520edfaa1025efcd89efa0c7129e7ff7"/><file name="icon-social-facebook.png" hash="e8925e2ba633a343e6effa7b53d35bc1"/><file name="icon-social-googleplus.png" hash="1a948214c060b511465cea531241baf0"/><file name="icon-social-pinterest.png" hash="41e805611485ce554330db6be94fe98d"/><file name="icon-social-twitter.png" hash="daaa220616845d97c7b8826dd47d6f04"/><file name="icon-social-vimeo.png" hash="78681526ab8b650994b595b36892d9c6"/><file name="icon-social-youtube.png" hash="18fd791dca3fc8843621570e75b27841"/><file name="pt002-banner-left.png" hash="93643537befd1137954eb980b5e52e3c"/><file name="pt002-banner-right.png" hash="1e10916adf57b11b9ba1e479ae0a98a8"/><file name="pt002-home-box1.jpg" hash="877965e6ec5580445617be53b05cd779"/><file name="pt002-home-box2.jpg" hash="072551b260ef05a127b41d7425f82040"/><file name="pt002-home-box3.jpg" hash="3215be5c43e16b2837912f631b43eca0"/><file name="pt002-home-box4.jpg" hash="5ba7a75f60de075dbc12aae1db0245ea"/></dir></dir></dir></target></contents>
16
+ <compatible/>
17
+ <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
18
+ </package>
skin/adminhtml/default/default/pagayo_main/css/window.css ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ul.tabs a.pagayoall-section span, ul.tabs a.pagayoall-section:hover span {
2
+ background: transparent url("../images/button-store.png") no-repeat scroll 0 9px;
3
+ height: 0;
4
+ overflow: hidden;
5
+ padding: 35px 0 0;
6
+ }
7
+
8
+ ul.tabs a.pagayoall-section, ul.tabs a.pagayoall-section:hover {
9
+ background: url("../../images/tabs_span_bg.gif") repeat-x scroll 0 100% transparent;
10
+ border-bottom: medium none;
11
+ padding: 0 0.5em 0.28em 1.5em;
12
+ }
13
+
14
+ ul.tabs a.pagayoall-section:hover {
15
+ background-color: #d8e6e6;
16
+ }
17
+
18
+ ul.tabs a.pagayoall-section.active, ul.tabs a.pagayoall-section.active:hover {
19
+ background-color: #FFFFFF;
20
+ }
skin/adminhtml/default/default/pagayo_main/images/button-store.png ADDED
Binary file
skin/frontend/default/pagayo-theme-002/css/print.css ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Magento
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the Academic Free License (AFL 3.0)
7
+ * that is bundled with this package in the file LICENSE_AFL.txt.
8
+ * It is also available through the world-wide-web at this URL:
9
+ * http://opensource.org/licenses/afl-3.0.php
10
+ * If you did not receive a copy of the license and are unable to
11
+ * obtain it through the world-wide-web, please send an email
12
+ * to license@magentocommerce.com so we can send you a copy immediately.
13
+ *
14
+ * DISCLAIMER
15
+ *
16
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
17
+ * versions in the future. If you wish to customize Magento for your
18
+ * needs please refer to http://www.magentocommerce.com for more information.
19
+ *
20
+ * @category design
21
+ * @package default_blank
22
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
23
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
+ */
25
+ * { background:none !important; text-align:left !important; }
26
+ body { background:#fff !important; font-size:9pt !important; margin:15px !important; }
27
+ a { color:#2976c9 !important; }
28
+ th,td { color:#2f2f2f !important; border-color:#ccc !important; }
29
+
30
+ .header-container,
31
+ .nav-container,
32
+ .footer-container,
33
+ .pager,
34
+ .toolbar,
35
+ .actions,
36
+ .buttons-set { display:none !important; }
37
+
38
+ .page-print .data-table .cart-tax-total { background-position:100% -54px; }
39
+ .page-print .data-table .cart-tax-info { display:block !important; }
skin/frontend/default/pagayo-theme-002/css/styles-ie.css ADDED
@@ -0,0 +1,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Magento
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the Academic Free License (AFL 3.0)
7
+ * that is bundled with this package in the file LICENSE_AFL.txt.
8
+ * It is also available through the world-wide-web at this URL:
9
+ * http://opensource.org/licenses/afl-3.0.php
10
+ * If you did not receive a copy of the license and are unable to
11
+ * obtain it through the world-wide-web, please send an email
12
+ * to license@magentocommerce.com so we can send you a copy immediately.
13
+ *
14
+ * DISCLAIMER
15
+ *
16
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
17
+ * versions in the future. If you wish to customize Magento for your
18
+ * needs please refer to http://www.magentocommerce.com for more information.
19
+ *
20
+ * @category design
21
+ * @package default_blank
22
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
23
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
+ */
25
+
26
+ /* IE 6 only */
27
+ * html .validation-advice { height:13px; }
28
+ * html .error-msg,
29
+ * html .success-msg,
30
+ * html .note-msg,
31
+ * html .notice-msg { height:24px; }
32
+ .block li.item,
33
+ .block-poll li,
34
+ .opc li.section { vertical-align:top; }
35
+ * html .window-overlay {}
36
+
37
+ /* Doubled Margin Fixes */
38
+ .product-view .product-img-box .more-views li,
39
+ .product-view .box-tags .form-add .input-box,
40
+ .sp-methods select.month { display:inline; }
41
+
42
+ /********** < Navigation styles */
43
+ #nav li,
44
+ #nav li a { zoom:1; }
45
+ #nav li { vertical-align:top; }
46
+ /********** < Navigation styles */
47
+
48
+ select { margin-bottom:1px; }
49
+ input.radio { width:13px; height:13px; }
50
+ input.checkbox { width:13px; height:13px; }
51
+ button.button { height:21px; }
52
+ button.button span { position:relative; }
53
+ button.btn-checkout {}
54
+ .form-list label { position:relative; z-index:0; }
55
+ .form-list label.required em { position:absolute; top:0; right:-8px; }
56
+
57
+ /*table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = 0); }*/ /* Cellspacing fix for IE6-7 */
58
+
59
+ .tool-tip .btn-close a { margin:0; }
60
+
61
+ .product-view .product-img-box .zoom.disabled { filter:alpha(opacity=30); }
62
+
63
+ /* Clearer */
64
+ .clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
65
+
66
+ /* Clears and hasLayout fixes */
67
+ .header-container,
68
+ .header-container .top-container,
69
+ .header,
70
+ .header .quick-access,
71
+ #nav,
72
+ .main,
73
+ .footer,
74
+ .footer-container .bottom-container,
75
+ .col-main,
76
+ .col2-set,
77
+ .col3-set,
78
+ .col4-set,
79
+ .messages li,
80
+ .search-autocomplete li,
81
+ .block,
82
+ .block .block-content,
83
+ .block .actions,
84
+ .block li.item,
85
+ .block-poll li,
86
+ .block-poll .label,
87
+ .block-layered-nav .currently li,
88
+ .block-account .block-content li a,
89
+ .mini-products-list .product-details,
90
+ .page-title,
91
+ .rss-title h1,
92
+ .products-grid,
93
+ .products-list li.item,
94
+ .box-account .box-head,
95
+ .dashboard .box .box-title,
96
+ .box-reviews li.item,
97
+ .box-tags li.item,
98
+ .pager,
99
+ .sorter,
100
+ .ratings,
101
+ .add-to-box,
102
+ .add-to-cart,
103
+ .product-essential,
104
+ .product-collateral,
105
+ .product-view .product-img-box .more-views ul,
106
+ .product-view .product-shop .short-description,
107
+ .product-view .box-description,
108
+ .product-view .box-tags .form-add,
109
+ .product-options .options-list li,
110
+ .product-options-bottom,
111
+ .truncated,
112
+ .truncated .truncated_full_value,
113
+ .product-review,
114
+ .cart,
115
+ .cart-collaterals,
116
+ .cart .crosssell li.item,
117
+ .cart .discount,
118
+ .opc .step-title,
119
+ .opc .step,
120
+ .multiple-checkout,
121
+ .sp-methods,
122
+ .checkout-progress,
123
+ .multiple-checkout .place-order,
124
+ .form-list li,
125
+ .form-list .field,
126
+ .group-select li,
127
+ .buttons-set,
128
+ .page-print .print-head,
129
+ .cart-tax-total,
130
+ .advanced-search-summary,
131
+ .advanced-search-summary p,
132
+ .gift-messages-form .item,
133
+ .send-friend .form-list li p,
134
+ .centinel .authentication { zoom:1; }
135
+
136
+ /* Hover Fix */
137
+ iframe.hover-fix { position:absolute; left:-1px; top:-1px; z-index:-1; background:transparent; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
skin/frontend/default/pagayo-theme-002/css/styles.css ADDED
@@ -0,0 +1,5217 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ /*
3
+ ################################
4
+ --------------------------------
5
+ Theme by Pagayo
6
+ Pagayo Themes and Extensions
7
+ www.pagayo.com
8
+ --------------------------------
9
+ ################################
10
+ */
11
+
12
+
13
+ /* RESET
14
+ ========================================== */
15
+
16
+ * {
17
+ margin: 0;
18
+ padding: 0;
19
+ }
20
+
21
+ body {
22
+ background: #fff;
23
+ font: 14px/1.35 "Times New Roman", Times, Georgia, serif;
24
+ color: #222;
25
+ text-align: left;
26
+ }
27
+
28
+ img {
29
+ border: 0;
30
+ vertical-align: top;
31
+ }
32
+
33
+ a {
34
+ color: #7e4920;
35
+ text-decoration: none;
36
+ }
37
+
38
+ a:hover {
39
+ color: #7e4920;
40
+ text-decoration: underline;
41
+ }
42
+
43
+ :focus {
44
+ outline: 0;
45
+ }
46
+
47
+ /* Headings
48
+ ------------------------------------- */
49
+
50
+ h1 {
51
+ font-size: 22px;
52
+ font-weight: normal;
53
+ line-height: 1.15;
54
+ margin-bottom: 4px;
55
+ }
56
+
57
+ h2 {
58
+ font-size: 19px;
59
+ font-weight: normal;
60
+ line-height: 1.25;
61
+ margin-bottom: 4px;
62
+ }
63
+
64
+ h3 {
65
+ font-size: 16px;
66
+ font-weight: bold;
67
+ line-height: 1.25;
68
+ margin-bottom: 4px;
69
+ }
70
+
71
+ h4 {
72
+ font-size: 13px;
73
+ font-weight: bold;
74
+ margin-bottom: 4px;
75
+ }
76
+
77
+ h5 {
78
+ font-size: 12px;
79
+ font-weight: bold;
80
+ margin-bottom: 4px;
81
+ }
82
+
83
+ h6 {
84
+ font-size: 11px;
85
+ font-weight: bold;
86
+ margin-bottom: 4px;
87
+ }
88
+
89
+ /* Forms
90
+ ------------------------------------- */
91
+
92
+ form {
93
+ display: inline;
94
+ }
95
+
96
+ fieldset {
97
+ border: 0;
98
+ font: 13px Arial, Helvetica, sans-serif;
99
+ }
100
+
101
+ legend {
102
+ display: none;
103
+ }
104
+
105
+ /* Table
106
+ ------------------------------------- */
107
+
108
+ table {
109
+ border: 0;
110
+ border-collapse: collapse;
111
+ border-spacing: 0;
112
+ empty-cells: show;
113
+ font-size: 100%;
114
+ }
115
+
116
+ caption,th,td {
117
+ vertical-align: top;
118
+ text-align: left;
119
+ font-weight: normal;
120
+ }
121
+
122
+ /* Content
123
+ ------------------------------------- */
124
+
125
+ strong {
126
+ font-weight: bold;
127
+ }
128
+
129
+ address {
130
+ font-style: normal;
131
+ }
132
+
133
+ cite {
134
+ font-style: normal;
135
+ }
136
+
137
+ q,
138
+ blockquote {
139
+ quotes: none;
140
+ }
141
+
142
+ q:before,
143
+ q:after {
144
+ content: '';
145
+ }
146
+
147
+ small,big {
148
+ font-size: 1em;
149
+ }
150
+
151
+ sup {
152
+ font-size: 1em;
153
+ vertical-align: top;
154
+ }
155
+
156
+ /* Lists
157
+ ------------------------------------- */
158
+
159
+ ul,ol {
160
+ list-style: none;
161
+ }
162
+
163
+ /* Tools
164
+ ------------------------------------- */
165
+
166
+ .hidden {
167
+ display: block !important;
168
+ border: 0 !important;
169
+ margin: 0 !important;
170
+ padding: 0 !important;
171
+ font-size: 0 !important;
172
+ line-height: 0 !important;
173
+ width: 0 !important;
174
+ height: 0 !important;
175
+ overflow: hidden !important;
176
+ }
177
+
178
+ .nobr {
179
+ white-space: nowrap !important;
180
+ }
181
+
182
+ .wrap {
183
+ white-space: normal !important;
184
+ }
185
+
186
+ .a-left {
187
+ text-align: left !important;
188
+ }
189
+
190
+ .a-center {
191
+ text-align: center !important;
192
+ }
193
+
194
+ .a-right {
195
+ text-align: right !important;
196
+ }
197
+
198
+ .v-top {
199
+ vertical-align: top;
200
+ }
201
+
202
+ .v-middle {
203
+ vertical-align: middle;
204
+ }
205
+
206
+ .f-left,
207
+ .left {
208
+ float: left !important;
209
+ }
210
+
211
+ .f-right,
212
+ .right {
213
+ float: right !important;
214
+ }
215
+
216
+ .f-none {
217
+ float: none !important;
218
+ }
219
+
220
+ .f-fix {
221
+ float: left;
222
+ }
223
+
224
+ .no-display {
225
+ display: none;
226
+ }
227
+
228
+ .no-margin {
229
+ margin: 0 !important;
230
+ }
231
+
232
+ .no-padding {
233
+ padding: 0 !important;
234
+ }
235
+
236
+ .no-bg {
237
+ background: none !important;
238
+ }
239
+
240
+ /* LAYOUT
241
+ ========================================== */
242
+
243
+ .wrapper {
244
+
245
+ }
246
+
247
+ .page {
248
+ min-width: 1234px;
249
+ text-align: left;
250
+ background-color: #fff;
251
+ margin: 0 auto;
252
+ }
253
+
254
+ .page-print {
255
+ background: #fff;
256
+ padding: 20px;
257
+ text-align: left;
258
+ }
259
+
260
+ .page-empty {
261
+ background: #fff;
262
+ padding: 20px;
263
+ text-align: left;
264
+ }
265
+
266
+ .page-popup {
267
+ padding: 20px;
268
+ text-align: left;
269
+ }
270
+
271
+ .main-supercontainer {
272
+ background: #f8f8f8 url(../images/bg-main.png) repeat center top;
273
+ }
274
+
275
+ .main-container {
276
+ padding-bottom: 20px;
277
+ padding-top: 14px;
278
+ }
279
+
280
+ .main {
281
+ width: 1200px;
282
+ min-height: 260px;
283
+ margin: 0 auto;
284
+ border: 1px solid #ccc;
285
+ padding: 16px;
286
+ background-color: #fff;
287
+ -moz-border-radius: 3px;
288
+ -webkit-border-radius: 3px;
289
+ border-radius: 3px;
290
+ -moz-box-shadow: 0px 0px 6px #bbb;
291
+ -webkit-box-shadow: 0px 0px 6px #bbb;
292
+ box-shadow: 0px 0px 6px #bbb;
293
+ }
294
+
295
+ /* Base Columns
296
+ ------------------------------------- */
297
+
298
+ .col-left {
299
+ float: left;
300
+ width: 220px;
301
+ }
302
+
303
+ .col-main {
304
+ float: left;
305
+ width: 960px;
306
+ }
307
+
308
+ .col-right {
309
+ float: right;
310
+ width: 220px;
311
+ }
312
+
313
+ /* 1 Column Layout
314
+ ------------------------------------- */
315
+
316
+ .col1-layout .col-main {
317
+ float: none;
318
+ width: auto;
319
+ }
320
+
321
+ /* 2 Columns Layout
322
+ ------------------------------------- */
323
+
324
+ .col2-left-layout .col-main {
325
+ float: right;
326
+ }
327
+
328
+ .col2-right-layout .col-main {
329
+
330
+ }
331
+
332
+ /* 3 Columns Layout
333
+ ------------------------------------- */
334
+
335
+ .col3-layout .col-main {
336
+ width: 720px;
337
+ }
338
+
339
+ .col3-layout .col-wrapper {
340
+ float: left;
341
+ width: 960px;
342
+ }
343
+
344
+ .col3-layout .col-wrapper .col-main {
345
+ float: right;
346
+ }
347
+
348
+ /* Content Columns
349
+ ------------------------------------- */
350
+
351
+ .col2-set .col-1 {
352
+ float: left;
353
+ width: 49%;
354
+ }
355
+
356
+ .col2-set .col-2 {
357
+ float: right;
358
+ width: 49%;
359
+ }
360
+
361
+ .col2-set .col-narrow {
362
+ width: 33%;
363
+ }
364
+
365
+ .col2-set .col-wide {
366
+ width: 65%;
367
+ }
368
+
369
+ .col3-set .col-1 {
370
+ float: left;
371
+ width: 32%;
372
+ }
373
+
374
+ .col3-set .col-2 {
375
+ float: left;
376
+ width: 32%;
377
+ margin-left: 2%;
378
+ }
379
+
380
+ .col3-set .col-3 {
381
+ float: right;
382
+ width: 32%;
383
+ }
384
+
385
+ .col4-set .col-1 {
386
+ float: left;
387
+ width: 23.5%;
388
+ }
389
+
390
+ .col4-set .col-2 {
391
+ float: left;
392
+ width: 23.5%;
393
+ margin: 0 2%;
394
+ }
395
+
396
+ .col4-set .col-3 {
397
+ float: left;
398
+ width: 23.5%;
399
+ }
400
+
401
+ .col4-set .col-4 {
402
+ float: right;
403
+ width: 23.5%;
404
+ }
405
+
406
+ /* COMPARE PAGE POPUP
407
+ ========================================== */
408
+
409
+ .page-popup.catalog-product-compare-index {
410
+
411
+ }
412
+
413
+ .page-popup.catalog-product-compare-index .price-box{
414
+ margin-top: 8px;
415
+ margin-bottom: 8px;
416
+ }
417
+
418
+ .page-popup.catalog-product-compare-index .add-to-links{
419
+ margin-top: 8px;
420
+ }
421
+
422
+ /* BUTTONS
423
+ ========================================== */
424
+
425
+ button.button {
426
+ -webkit-border-fit: lines;
427
+ overflow: visible;
428
+ cursor: pointer;
429
+ height: 26px !important;
430
+ width: auto;
431
+ margin: 0;
432
+ padding: 0 6px;
433
+ background-color: #3f3833;
434
+ border: 1px solid #3f3833;
435
+ font: bold 12px/24px Arial, Helvetica, sans-serif;
436
+ text-align: center;
437
+ color: #fff;
438
+ white-space: nowrap;
439
+ -moz-border-radius: 3px;
440
+ -webkit-border-radius: 3px;
441
+ border-radius: 3px;
442
+ }
443
+
444
+ button.button:hover {
445
+ border-color: #3f3833;
446
+ background-color: #70645b;
447
+ color: #fff;
448
+ outline: 0;
449
+ }
450
+
451
+ button.button span {
452
+ white-space: nowrap;
453
+ text-align: center;
454
+ }
455
+
456
+ button.button::-moz-focus-inner {
457
+ padding: 0;
458
+ border: 0;
459
+ }
460
+
461
+ button.disabled {
462
+
463
+ }
464
+
465
+ button.disabled span {
466
+
467
+ }
468
+
469
+ button.btn-checkout span {
470
+
471
+ }
472
+
473
+ button.btn-checkout.no-checkout {
474
+
475
+ }
476
+
477
+ p.control input.checkbox,
478
+ p.control input.radio {
479
+ margin-right: 6px;
480
+ }
481
+
482
+ /* Buttons Set
483
+ ------------------------------------- */
484
+
485
+ .buttons-set {
486
+ clear: both;
487
+ margin: 5px 0 0;
488
+ }
489
+
490
+ .buttons-set .back-link {
491
+ float: left;
492
+ }
493
+
494
+ .buttons-set button.button {
495
+ float: right;
496
+ margin-left: 6px;
497
+ }
498
+
499
+ .buttons-set p.required {
500
+ margin: 0 0 5px;
501
+ }
502
+
503
+ .buttons-set-order {
504
+
505
+ }
506
+
507
+ /* FORM ELEMENTS
508
+ ========================================== */
509
+
510
+ input,select,textarea,button {
511
+ font: 12px Arial, Helvetica, sans-serif;
512
+ vertical-align: middle;
513
+ color: #000;
514
+ }
515
+
516
+ input.input-text,select,textarea {
517
+ background: #fff;
518
+ border: 1px solid #ccc;
519
+ }
520
+
521
+ input.input-text,textarea {
522
+ padding: 4px;
523
+ }
524
+
525
+ select {
526
+ padding: 1px;
527
+ }
528
+
529
+ select option {
530
+ padding-right: 10px;
531
+ }
532
+
533
+ select.multiselect option {
534
+ border-bottom: 1px solid #ddd;
535
+ padding: 2px 5px;
536
+ }
537
+
538
+ select.multiselect option:last-child {
539
+ border-bottom: 0;
540
+ }
541
+
542
+ textarea {
543
+ overflow: auto;
544
+ }
545
+
546
+ input.radio {
547
+ margin-right: 3px;
548
+ }
549
+
550
+ input.checkbox {
551
+ margin-right: 3px;
552
+ }
553
+
554
+ input.qty {
555
+ width: 2.5em !important;
556
+ text-align: center;
557
+ }
558
+
559
+ /*input.input-text:focus,
560
+ select:focus,
561
+ textarea:focus {
562
+ }*/
563
+
564
+ /*.highlight {
565
+ background:#efefef;
566
+ }*/
567
+
568
+ /* Form lists
569
+ ------------------------------------- */
570
+
571
+ /*.form-list {
572
+ width:535px;
573
+ margin:0 auto;
574
+ overflow:hidden;
575
+ }*/
576
+
577
+ .form-list li {
578
+ margin: 0 0 8px;
579
+ }
580
+
581
+ .form-list label {
582
+ float: left;
583
+ color: #111;
584
+ font-weight: bold;
585
+ position: relative;
586
+ z-index: 0;
587
+ }
588
+
589
+ .form-list label.required {
590
+
591
+ }
592
+
593
+ .form-list label.required em {
594
+ float: right;
595
+ font-style: normal;
596
+ color: #eb340a;
597
+ position: absolute;
598
+ top: 0;
599
+ right: -8px;
600
+ }
601
+
602
+ .form-list li.control label {
603
+ float: none;
604
+ }
605
+
606
+ .form-list li.control input.radio,
607
+ .form-list li.control input.checkbox {
608
+ margin-right: 6px;
609
+ }
610
+
611
+ .form-list li.control .input-box {
612
+ clear: none;
613
+ display: inline;
614
+ width: auto;
615
+ }
616
+
617
+ /*.form-list li.fields {
618
+ margin-right:-15px;
619
+ }*/
620
+
621
+ .form-list .input-box {
622
+ display: block;
623
+ clear: both;
624
+ width: 260px;
625
+ }
626
+
627
+ .form-list .field {
628
+ float: left;
629
+ width: 275px;
630
+ }
631
+
632
+ .form-list input.input-text {
633
+ width: 254px;
634
+ }
635
+
636
+ .form-list textarea {
637
+ width: 254px;
638
+ height: 10em;
639
+ }
640
+
641
+ .form-list select {
642
+ width: 260px;
643
+ }
644
+
645
+ .form-list li.wide .input-box {
646
+ width: 535px;
647
+ }
648
+
649
+ .form-list li.wide input.input-text {
650
+ width: 529px;
651
+ }
652
+
653
+ .form-list li.wide textarea {
654
+ width: 529px;
655
+ }
656
+
657
+ .form-list li.wide select {
658
+ width: 535px;
659
+ }
660
+
661
+ .form-list li.additional-row {
662
+ border-top: 1px solid #ccc;
663
+ margin-top: 10px;
664
+ padding-top: 7px;
665
+ }
666
+
667
+ .form-list li.additional-row .btn-remove {
668
+ float: right;
669
+ margin: 5px 0 0;
670
+ }
671
+
672
+ .form-list .input-range input.input-text {
673
+ width: 74px;
674
+ }
675
+
676
+ /* Form lists Customer
677
+ ------------------------------------- */
678
+
679
+ .form-list .customer-name-prefix .input-box,
680
+ .form-list .customer-name-suffix .input-box,
681
+ .form-list .customer-name-prefix-suffix .input-box,
682
+ .form-list .customer-name-prefix-middlename .input-box,
683
+ .form-list .customer-name-middlename-suffix .input-box,
684
+ .form-list .customer-name-prefix-middlename-suffix .input-box {
685
+ width: auto;
686
+ }
687
+
688
+ .form-list .name-prefix {
689
+ width: 65px;
690
+ }
691
+
692
+ .form-list .name-prefix select {
693
+ width: 55px;
694
+ }
695
+
696
+ .form-list .name-prefix input.input-text {
697
+ width: 49px;
698
+ }
699
+
700
+ .form-list .name-suffix {
701
+ width: 65px;
702
+ }
703
+
704
+ .form-list .name-suffix select {
705
+ width: 55px;
706
+ }
707
+
708
+ .form-list .name-suffix input.input-text {
709
+ width: 49px;
710
+ }
711
+
712
+ .form-list .name-middlename {
713
+ width: 70px;
714
+ }
715
+
716
+ .form-list .name-middlename input.input-text {
717
+ width: 49px;
718
+ }
719
+
720
+ .form-list .customer-name-prefix-middlename-suffix .name-firstname,
721
+ .form-list .customer-name-prefix-middlename .name-firstname {
722
+ width: 140px;
723
+ }
724
+
725
+ .form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
726
+ .form-list .customer-name-prefix-middlename .name-firstname input.input-text {
727
+ width: 124px;
728
+ }
729
+
730
+ .form-list .customer-name-prefix-middlename-suffix .name-lastname {
731
+ width: 205px;
732
+ }
733
+
734
+ .form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
735
+ width: 189px;
736
+ }
737
+
738
+ .form-list .customer-name-prefix-suffix .name-firstname {
739
+ width: 210px;
740
+ }
741
+
742
+ .form-list .customer-name-prefix-suffix .name-lastname {
743
+ width: 205px;
744
+ }
745
+
746
+ .form-list .customer-name-prefix-suffix .name-firstname input.input-text,
747
+ .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
748
+ width: 189px;
749
+ }
750
+
751
+ .form-list .customer-name-prefix-suffix .name-firstname {
752
+ width: 210px;
753
+ }
754
+
755
+ .form-list .customer-name-prefix-suffix .name-lastname {
756
+ width: 205px;
757
+ }
758
+
759
+ .form-list .customer-name-prefix-suffix .name-firstname input.input-text,
760
+ .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
761
+ width: 189px;
762
+ }
763
+
764
+ .form-list .customer-name-prefix .name-firstname,
765
+ .form-list .customer-name-middlename .name-firstname {
766
+ width: 210px;
767
+ }
768
+
769
+ .form-list .customer-name-suffix .name-lastname,
770
+ .form-list .customer-name-middlename .name-firstname,
771
+ .form-list .customer-name-middlename-suffix .name-firstname,
772
+ .form-list .customer-name-middlename-suffix .name-lastname {
773
+ width: 205px;
774
+ }
775
+
776
+ .form-list .customer-name-prefix .name-firstname input.input-text,
777
+ .form-list .customer-name-suffix .name-lastname input.input-text,
778
+ .form-list .customer-name-middlename .name-firstname input.input-text,
779
+ .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
780
+ .form-list .customer-name-middlename-suffix .name-lastname input.input-text {
781
+ width: 189px;
782
+ }
783
+
784
+ .form-list .customer-dob .dob-month,
785
+ .form-list .customer-dob .dob-day,
786
+ .form-list .customer-dob .dob-year {
787
+ float: left;
788
+ width: 85px;
789
+ }
790
+
791
+ .form-list .customer-dob input.input-text {
792
+ display: block;
793
+ width: 74px;
794
+ }
795
+
796
+ .form-list .customer-dob label {
797
+ font-size: 10px;
798
+ font-weight: normal;
799
+ color: #888;
800
+ }
801
+
802
+ .form-list .customer-dob .dob-day,
803
+ .form-list .customer-dob .dob-month {
804
+ width: 60px;
805
+ }
806
+
807
+ .form-list .customer-dob .dob-day input.input-text,
808
+ .form-list .customer-dob .dob-month input.input-text {
809
+ width: 46px;
810
+ }
811
+
812
+ .form-list .customer-dob .dob-year {
813
+ width: 140px;
814
+ }
815
+
816
+ .form-list .customer-dob .dob-year input.input-text {
817
+ width: 134px;
818
+ }
819
+
820
+ .fieldset {
821
+ border: 1px solid #ccc;
822
+ background: #f6f6f6;
823
+ padding: 22px 25px 12px 33px;
824
+ margin: 22px 0;
825
+ font: 13px Arial, Helvetica, sans-serif;
826
+ }
827
+
828
+ .fieldset .legend {
829
+ float: left;
830
+ font-weight: bold;
831
+ font-size: 13px;
832
+ background: #ccc;
833
+ margin: -35px 0 0 -10px;
834
+ padding: 5px 10px;
835
+ position: relative;
836
+ border: 1px solid #fff;
837
+ }
838
+
839
+ /* Form Validation */
840
+
841
+ .validation-advice {
842
+ clear: both;
843
+ min-height: 13px;
844
+ margin: 3px 0 0;
845
+ padding-left: 17px;
846
+ font-size: 10px;
847
+ line-height: 13px;
848
+ background: url(../images/validation_advice_bg.gif) 2px 1px no-repeat;
849
+ color: #f00;
850
+ }
851
+
852
+ .validation-failed {
853
+ border: 1px dashed #f00 !important;
854
+ background: #faebe7 !important;
855
+ }
856
+
857
+ .validation-passed {
858
+
859
+ }
860
+
861
+ p.required {
862
+ text-align: right;
863
+ color: #f00;
864
+ }
865
+
866
+ /* Expiration date and CVV number validation fix */
867
+
868
+ .v-fix {
869
+ float: left;
870
+ }
871
+
872
+ .v-fix .validation-advice {
873
+ display: block;
874
+ width: 12em;
875
+ margin-right: -12em;
876
+ position: relative;
877
+ }
878
+
879
+ /* GLOBAL MESSAGES
880
+ ========================================== */
881
+
882
+ .success {
883
+ color: #3d6611;
884
+ font-weight: bold;
885
+ }
886
+
887
+ .error {
888
+ color: #f00;
889
+ font-weight: bold;
890
+ }
891
+
892
+ .notice {
893
+ color: #ccc;
894
+ }
895
+
896
+ .messages,
897
+ .messages ul {
898
+ list-style: none !important;
899
+ margin: 0 !important;
900
+ padding: 0 !important;
901
+ }
902
+
903
+ .messages {
904
+ width: 100%;
905
+ overflow: hidden;
906
+ }
907
+
908
+ .messages li {
909
+ margin: 0 0 10px;
910
+ }
911
+
912
+ .messages li li {
913
+ margin: 0 0 3px;
914
+ }
915
+
916
+ .error-msg,
917
+ .success-msg,
918
+ .note-msg,
919
+ .notice-msg {
920
+ border-style: solid !important;
921
+ border-width: 1px !important;
922
+ background-position: 10px 9px !important;
923
+ background-repeat: no-repeat !important;
924
+ min-height: 24px !important;
925
+ padding: 8px 8px 8px 32px !important;
926
+ font-weight: bold !important;
927
+ }
928
+
929
+ .error-msg {
930
+ border-color: #f16048;
931
+ background-color: #faebe7;
932
+ background-image: url(../images/i_msg-error.gif);
933
+ color: #df280a;
934
+ }
935
+
936
+ .success-msg {
937
+ border-color: #446423;
938
+ background-color: #eff5ea;
939
+ background-image: url(../images/i_msg-success.gif);
940
+ color: #3d6611;
941
+ }
942
+
943
+ .note-msg,
944
+ .notice-msg {
945
+ border-color: #fcd344;
946
+ background-color: #fafaec;
947
+ background-image: url(../images/i_msg-note.gif);
948
+ color: #3d6611;
949
+ }
950
+
951
+ /* BREADCRUMBS
952
+ ========================================== */
953
+
954
+ .breadcrumbs-container {
955
+
956
+ }
957
+
958
+ .breadcrumbs {
959
+ margin: 0 auto 12px;
960
+ width: 1234px;
961
+ font: 13px Arial, Helvetica, sans-serif;
962
+ }
963
+
964
+ .breadcrumbs .headline {
965
+ float: left;
966
+ text-transform: uppercase;
967
+ margin-right: 7px;
968
+ }
969
+
970
+ .breadcrumbs li {
971
+ display: inline;
972
+ }
973
+
974
+ .breadcrumbs a {
975
+ color: #444;
976
+ }
977
+
978
+ .breadcrumbs a:hover {
979
+ color: #000;
980
+ }
981
+
982
+ .breadcrumbs span {
983
+ color: #777;
984
+ }
985
+
986
+ /* PAGE HEADING
987
+ ========================================== */
988
+
989
+ .page-title {
990
+ margin: 0 0 8px;
991
+ }
992
+
993
+ .page-title h1,
994
+ .page-title h2 {
995
+ font-weight: bold;
996
+ }
997
+
998
+ .page-title .separator {
999
+ margin: 0 3px;
1000
+ }
1001
+
1002
+ .page-title .link-rss {
1003
+ float: right;
1004
+ padding: 4px 4px 4px 22px;
1005
+ background: #f6f6f6 url(../images/i_rss.gif) no-repeat 5px center;
1006
+ border: 1px solid #ddd;
1007
+ color: #444;
1008
+ -moz-border-radius: 3px;
1009
+ -webkit-border-radius: 3px;
1010
+ border-radius: 3px;
1011
+ font: 11px Arial, Helvetica, sans-serif;
1012
+ }
1013
+
1014
+ .title-buttons {
1015
+ text-align: right;
1016
+ }
1017
+
1018
+ .title-buttons h1,
1019
+ .title-buttons h2,
1020
+ .title-buttons h3,
1021
+ .title-buttons h4,
1022
+ .title-buttons h5,
1023
+ .title-buttons h6 {
1024
+ float: left;
1025
+ }
1026
+
1027
+ .subtitle,
1028
+ .sub-title {
1029
+ clear: both;
1030
+ }
1031
+
1032
+ /* PAGER
1033
+ ========================================== */
1034
+
1035
+ .pager {
1036
+ padding: 8px;
1037
+ margin: 5px 0 0;
1038
+ text-align: center;
1039
+ border: 1px solid #ddd;
1040
+ color: #555;
1041
+ }
1042
+
1043
+ .pager .amount {
1044
+ float: left;
1045
+ }
1046
+
1047
+ .pager .limiter {
1048
+ float: right;
1049
+ }
1050
+
1051
+ .pager .pages {
1052
+ margin: 0 135px;
1053
+ }
1054
+
1055
+ .pager .pages ol {
1056
+ display: inline;
1057
+ font-size: 14px;
1058
+ font-weight: bold;
1059
+ margin-left: 8px;
1060
+ }
1061
+
1062
+ .pager .pages li {
1063
+ display: inline;
1064
+ }
1065
+
1066
+ .pager .pages a{
1067
+ display: inline-block;
1068
+ padding: 1px 5px;
1069
+ background-color: #3f3833;
1070
+ color: #fff;
1071
+ border: 1px solid #222;
1072
+ -moz-border-radius: 2px;
1073
+ -webkit-border-radius: 2px;
1074
+ border-radius: 2px;
1075
+ }
1076
+
1077
+ .pager .pages a:hover{
1078
+ text-decoration: none;
1079
+ background-color: #666;
1080
+ border: 1px solid #222;
1081
+ }
1082
+
1083
+ .pager .pages img{
1084
+ margin-top: -3px;
1085
+ padding-right: 1px;
1086
+ padding-left: 1px;
1087
+ }
1088
+
1089
+ .pager .pages .current {
1090
+ color: #222;
1091
+ }
1092
+
1093
+ /* SORTER
1094
+ ========================================== */
1095
+
1096
+ .sorter {
1097
+ padding: 8px;
1098
+ background: #eee;
1099
+ background-image: -moz-linear-gradient(top,#eeeeee,#ffffff);
1100
+ background-image: -webkit-gradient(linear,left top,left bottom,from(#eeeeee),to(#ffffff));
1101
+ filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#eeeeee,endColorStr=#ffffff);
1102
+ -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr=#eeeeee, endColorStr=#ffffff)";
1103
+ margin-right: 0;
1104
+ margin-left: 0;
1105
+ margin-bottom: 12px;
1106
+ border: 1px solid #ddd;
1107
+ color: #555;
1108
+ border-top-color: #fff;
1109
+ }
1110
+
1111
+ .sorter .view-mode {
1112
+ float: left;
1113
+ }
1114
+
1115
+ .sorter .view-mode strong{
1116
+ color: #222;
1117
+ }
1118
+
1119
+ .sorter .sort-by {
1120
+ float: right;
1121
+ }
1122
+
1123
+ .sorter .link-feed {
1124
+
1125
+ }
1126
+
1127
+ /* TOOLBAR
1128
+ ========================================== */
1129
+
1130
+ .toolbar {
1131
+ font: 12px Arial, Helvetica, sans-serif;
1132
+ }
1133
+
1134
+ .toolbar .pager {
1135
+
1136
+ }
1137
+
1138
+ .toolbar .sorter {
1139
+
1140
+ }
1141
+
1142
+ .toolbar-bottom {
1143
+
1144
+ }
1145
+
1146
+ /* DATA TABLE
1147
+ ========================================== */
1148
+
1149
+ .data-table {
1150
+ width: 100%;
1151
+ font: 13px Arial, Helvetica, sans-serif;
1152
+ }
1153
+
1154
+ .data-table th {
1155
+ padding: 5px;
1156
+ border: 1px solid #ddd;
1157
+ font-weight: bold;
1158
+ white-space: nowrap;
1159
+ }
1160
+
1161
+ .data-table td {
1162
+ padding: 5px;
1163
+ border: 1px solid #ddd;
1164
+ }
1165
+
1166
+ .data-table thead {
1167
+ background-color: #eee;
1168
+ }
1169
+
1170
+ .data-table tbody {
1171
+
1172
+ }
1173
+
1174
+ .data-table tfoot {
1175
+
1176
+ }
1177
+
1178
+ .data-table tr.first {
1179
+
1180
+ }
1181
+
1182
+ .data-table tr.last {
1183
+
1184
+ }
1185
+
1186
+ .data-table tr.odd {
1187
+
1188
+ }
1189
+
1190
+ .data-table tr.even {
1191
+ background-color: #f6f6f6;
1192
+ }
1193
+
1194
+ .data-table tbody.odd {
1195
+
1196
+ }
1197
+
1198
+ .data-table tbody.odd td {
1199
+ border-width: 0 1px;
1200
+ }
1201
+
1202
+ .data-table tbody.even {
1203
+ background-color: #f6f6f6;
1204
+ }
1205
+
1206
+ .data-table tbody.even td {
1207
+ border-width: 0 1px;
1208
+ }
1209
+
1210
+ .data-table tbody.odd tr.border td,
1211
+ .data-table tbody.even tr.border td {
1212
+ border-bottom-width: 1px;
1213
+ }
1214
+
1215
+ .data-table th .tax-flag {
1216
+ white-space: nowrap;
1217
+ font-weight: normal;
1218
+ }
1219
+
1220
+ .data-table td.label,
1221
+ .data-table th.label {
1222
+ font-weight: bold;
1223
+ background-color: #f6f6f6;
1224
+ }
1225
+
1226
+ .data-table td.value {
1227
+
1228
+ }
1229
+
1230
+ /* CART
1231
+ ========================================== */
1232
+
1233
+ /* Shopping cart total summary row expandable to details
1234
+ ------------------------------------- */
1235
+
1236
+ tr.summary-total {
1237
+ cursor: pointer;
1238
+ }
1239
+
1240
+ tr.summary-total td {
1241
+
1242
+ }
1243
+
1244
+ tr.summary-total .summary-collapse {
1245
+ float: right;
1246
+ text-align: right;
1247
+ padding-left: 20px;
1248
+ background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
1249
+ cursor: pointer;
1250
+ }
1251
+
1252
+ tr.show-details .summary-collapse {
1253
+ background-position: 0 -53px;
1254
+ }
1255
+
1256
+ tr.show-details td {
1257
+
1258
+ }
1259
+
1260
+ tr.summary-details td {
1261
+ font-size: 11px;
1262
+ background-color: #dae1e4;
1263
+ color: #626465;
1264
+ }
1265
+
1266
+ tr.summary-details-first td {
1267
+ border-top: 1px solid #d2d8db;
1268
+ }
1269
+
1270
+ tr.summary-details-excluded {
1271
+ font-style: italic;
1272
+ }
1273
+
1274
+ /* Shopping cart tax info
1275
+ ------------------------------------- */
1276
+
1277
+ .cart-tax-info {
1278
+ display: block;
1279
+ }
1280
+
1281
+ .cart-tax-info,
1282
+ .cart-tax-info .cart-price {
1283
+ padding-right: 20px;
1284
+ }
1285
+
1286
+ .cart-tax-total {
1287
+ display: block;
1288
+ padding-right: 20px;
1289
+ background: url(../images/bkg_collapse.gif) 100% 4px no-repeat;
1290
+ cursor: pointer;
1291
+ }
1292
+
1293
+ .cart-tax-info .price,
1294
+ .cart-tax-total .price {
1295
+ display: inline !important;
1296
+ font-weight: normal !important;
1297
+ }
1298
+
1299
+ .cart-tax-total-expanded {
1300
+ background-position: 100% -53px;
1301
+ }
1302
+
1303
+ /* STD | admin-controlled content
1304
+ ========================================== */
1305
+
1306
+ .std .subtitle {
1307
+ padding: 0;
1308
+ }
1309
+
1310
+ .std ol.ol {
1311
+ list-style: decimal outside;
1312
+ padding-left: 1.5em;
1313
+ }
1314
+
1315
+ .std ul.disc {
1316
+ list-style: disc outside;
1317
+ padding-left: 18px;
1318
+ margin: 0 0 10px;
1319
+ }
1320
+
1321
+ .std dl dt {
1322
+ font-weight: bold;
1323
+ }
1324
+
1325
+ .std dl dd {
1326
+ margin: 0 0 10px;
1327
+ }
1328
+
1329
+ .std ul,
1330
+ .std ol,
1331
+ .std dl,
1332
+ .std p,
1333
+ .std address,
1334
+ .std blockquote {
1335
+ margin: 0 0 1em;
1336
+ padding: 0;
1337
+ }
1338
+
1339
+ .std ul {
1340
+ list-style: disc outside;
1341
+ padding-left: 1.5em;
1342
+ }
1343
+
1344
+ .std ol {
1345
+ list-style: decimal outside;
1346
+ padding-left: 1.5em;
1347
+ }
1348
+
1349
+ .std ul ul {
1350
+ list-style-type: circle;
1351
+ }
1352
+
1353
+ .std ul ul,
1354
+ .std ol ol,
1355
+ .std ul ol,
1356
+ .std ol ul {
1357
+ margin: .5em 0;
1358
+ }
1359
+
1360
+ .std dt {
1361
+ font-weight: bold;
1362
+ }
1363
+
1364
+ .std dd {
1365
+ padding: 0 0 0 1.5em;
1366
+ }
1367
+
1368
+ .std blockquote {
1369
+ font-style: italic;
1370
+ padding: 0 0 0 1.5em;
1371
+ }
1372
+
1373
+ .std address {
1374
+ font-style: normal;
1375
+ }
1376
+
1377
+ .std b,
1378
+ .std strong {
1379
+ font-weight: bold;
1380
+ }
1381
+
1382
+ .std i,
1383
+ .std em {
1384
+ font-style: italic;
1385
+ }
1386
+
1387
+ /* MISC
1388
+ ========================================== */
1389
+
1390
+ .links li {
1391
+ display: inline;
1392
+ margin-left: 5px;
1393
+ border-left: 1px solid #bbb;
1394
+ padding-left: 6px;
1395
+ }
1396
+
1397
+ .links li.first {
1398
+ margin-left: 0;
1399
+ padding-left: 0;
1400
+ border-left: 0;
1401
+ }
1402
+
1403
+ .links li.last {
1404
+ background: none !important;
1405
+ padding-right: 0 !important;
1406
+ }
1407
+
1408
+ a.link-cart{
1409
+ color: #e75600;
1410
+ }
1411
+
1412
+ .link-wishlist {
1413
+ font-weight: bold;
1414
+ }
1415
+
1416
+ .link-reorder {
1417
+ font-weight: bold;
1418
+ }
1419
+
1420
+ .link-compare {
1421
+ font-weight: bold;
1422
+ }
1423
+
1424
+ .link-print {
1425
+ background: url(../images/i_print.gif) 0 2px no-repeat;
1426
+ padding: 2px 0 2px 25px;
1427
+ }
1428
+
1429
+ .link-rss {
1430
+ background: url(../images/i_rss.gif) 0 1px no-repeat;
1431
+ padding-left: 18px;
1432
+ white-space: nowrap;
1433
+ }
1434
+
1435
+ .btn-remove {
1436
+ display: block;
1437
+ width: 11px;
1438
+ height: 11px;
1439
+ font-size: 0;
1440
+ line-height: 0;
1441
+ background: url(../images/btn_remove.gif) 0 0 no-repeat;
1442
+ text-indent: -999em;
1443
+ overflow: hidden;
1444
+ }
1445
+
1446
+ .btn-remove2 {
1447
+ display: block;
1448
+ width: 16px;
1449
+ height: 16px;
1450
+ font-size: 0;
1451
+ line-height: 0;
1452
+ background: url(../images/btn_trash.gif) 0 0 no-repeat;
1453
+ text-indent: -999em;
1454
+ overflow: hidden;
1455
+ }
1456
+
1457
+ .btn-edit {
1458
+ display: block;
1459
+ width: 11px;
1460
+ height: 11px;
1461
+ font-size: 0;
1462
+ line-height: 0;
1463
+ background: url(../images/btn_edit.gif) 0 0 no-repeat;
1464
+ text-indent: -999em;
1465
+ overflow: hidden;
1466
+ }
1467
+
1468
+ .cards-list dt {
1469
+ margin: 5px 0 0;
1470
+ }
1471
+
1472
+ .cards-list .offset {
1473
+ padding: 2px 0 2px 20px;
1474
+ }
1475
+
1476
+ .separator {
1477
+ margin: 0 3px;
1478
+ }
1479
+
1480
+ .divider {
1481
+ clear: both;
1482
+ display: block;
1483
+ font-size: 0;
1484
+ line-height: 0;
1485
+ height: 1px;
1486
+ margin: 10px 0;
1487
+ background: #ddd;
1488
+ text-indent: -999em;
1489
+ overflow: hidden;
1490
+ }
1491
+
1492
+ /* Noscript Notice
1493
+ ------------------------------------- */
1494
+
1495
+ .noscript {
1496
+ border: 1px solid #ddd;
1497
+ border-width: 0 0 1px;
1498
+ background: #ffff90;
1499
+ font-size: 12px;
1500
+ line-height: 1.25;
1501
+ text-align: center;
1502
+ color: #2f2f2f;
1503
+ }
1504
+
1505
+ .noscript .noscript-inner {
1506
+ width: 1000px;
1507
+ margin: 0 auto;
1508
+ padding: 12px 0 12px;
1509
+ background: url(../images/i_notice.gif) 20px 50% no-repeat;
1510
+ }
1511
+
1512
+ .noscript p {
1513
+ margin: 0;
1514
+ }
1515
+
1516
+ /* Demo Notice
1517
+ ------------------------------------- */
1518
+
1519
+ .demo-notice {
1520
+ margin: 0;
1521
+ padding: 6px 10px;
1522
+ background: #d75f07;
1523
+ font-size: 12px;
1524
+ line-height: 1.15;
1525
+ text-align: center;
1526
+ color: #fff;
1527
+ }
1528
+
1529
+ /* Cookie Notice
1530
+ ------------------------------------- */
1531
+
1532
+ .notice-cookie {
1533
+ border-bottom: 1px solid #ccc;
1534
+ background: #ffff90;
1535
+ font-size: 12px;
1536
+ line-height: 1.25;
1537
+ text-align: center;
1538
+ color: #2f2f2f;
1539
+ }
1540
+
1541
+ .notice-cookie .notice-inner {
1542
+ width: 900px;
1543
+ margin: 0 auto;
1544
+ padding: 8px 0 8px 80px;
1545
+ background: url(../images/i_notice.gif) 20px 25px no-repeat;
1546
+ text-align: left;
1547
+ }
1548
+
1549
+ .notice-cookie .notice-inner p {
1550
+ margin: 0 0 6px;
1551
+ border: 1px dashed #aaa;
1552
+ padding: 6px;
1553
+ background-color: #ffffe5;
1554
+ }
1555
+
1556
+ .notice-cookie .notice-inner p a{
1557
+ font-weight: bold;
1558
+ }
1559
+
1560
+ .notice-cookie .notice-inner .actions {
1561
+
1562
+ }
1563
+
1564
+ /* HEADER
1565
+ ========================================== */
1566
+
1567
+ .logo {
1568
+ float: left;
1569
+ }
1570
+
1571
+ .header-container {
1572
+
1573
+ }
1574
+
1575
+ .header-top {
1576
+ padding: 18px 0 24px;
1577
+ }
1578
+
1579
+ .header{
1580
+ width: 1234px;
1581
+ margin: 0 auto;
1582
+ }
1583
+
1584
+ .header .logo {
1585
+ float: left;
1586
+ text-decoration: none !important;
1587
+ }
1588
+
1589
+ .header .logo strong {
1590
+ position: absolute;
1591
+ top: -999em;
1592
+ left: -999em;
1593
+ width: 0;
1594
+ height: 0;
1595
+ font-size: 0;
1596
+ line-height: 0;
1597
+ text-indent: -999em;
1598
+ overflow: hidden;
1599
+ }
1600
+
1601
+ .header h1.logo {
1602
+ margin: 0;
1603
+ padding: 0;
1604
+ }
1605
+
1606
+ .header-usps {
1607
+ float: left;
1608
+ font-size: 15px;
1609
+ color: #777;
1610
+ margin: 0 0 0 100px;
1611
+ }
1612
+
1613
+ .header-usps .headline{
1614
+ font-size: 21px;
1615
+ color: #3f3833;
1616
+ margin-bottom: 1px;
1617
+ font-style: italic;
1618
+ }
1619
+
1620
+ .header-usps .headline a{
1621
+ color: #555;
1622
+ }
1623
+
1624
+ .header-usps .usp1{
1625
+ float: left;
1626
+ width: 220px;
1627
+ }
1628
+
1629
+ .header-usps .usp2{
1630
+ float: left;
1631
+ width: 220px;
1632
+ }
1633
+
1634
+ .header-usps .usp3{
1635
+ float: left;
1636
+ width: 220px;
1637
+ }
1638
+
1639
+ .header .header-right {
1640
+ float: right;
1641
+ }
1642
+
1643
+ .header .welcome-msg {
1644
+ text-align: right;
1645
+ margin-bottom: 4px;
1646
+ color: #555;
1647
+ font-style: italic;
1648
+ }
1649
+
1650
+ .header .welcome-msg a {
1651
+
1652
+ }
1653
+
1654
+ .header-container .form-language {
1655
+ float: right;
1656
+ text-align: right;
1657
+ margin-bottom: 10px;
1658
+ }
1659
+
1660
+ .header-container .form-search label {
1661
+ display: none;
1662
+ }
1663
+
1664
+ .header-container .form-search {
1665
+ float: left;
1666
+ }
1667
+
1668
+ .header-container .form-search input{
1669
+ width: 320px;
1670
+ padding: 8px 8px 8px 38px;
1671
+ font-size: 13px;
1672
+ color: #444;
1673
+ border: 1px solid #bbb;
1674
+ background: #fff url(../images/search-icon-bg.png) no-repeat 12px 6px;
1675
+ -moz-border-radius: 3px;
1676
+ -webkit-border-radius: 3px;
1677
+ border-radius: 3px;
1678
+ }
1679
+
1680
+ .header-container .form-search button{
1681
+ -webkit-border-fit: lines;
1682
+ overflow: visible;
1683
+ margin: 0;
1684
+ width: auto;
1685
+ height: 33px !important;
1686
+ cursor: pointer;
1687
+ font: 12px/33px Arial, Helvetica, sans-serif;
1688
+ text-align: center;
1689
+ color: #fff;
1690
+ white-space: nowrap;
1691
+ padding-left: 12px;
1692
+ padding-right: 12px;
1693
+ text-transform: uppercase;
1694
+ background-color: #70645b;
1695
+ border: 1px solid #3f3833;
1696
+ }
1697
+
1698
+ .header-container .form-search button:hover{
1699
+ background-color: #3f3833;
1700
+ border: 1px solid #3f3833;
1701
+ }
1702
+
1703
+ .header-container .form-search .search-autocomplete {
1704
+ z-index: 999;
1705
+ }
1706
+
1707
+ .header-container .form-search .search-autocomplete ul {
1708
+ border: 1px solid #ddd;
1709
+ background-color: #fff;
1710
+ }
1711
+
1712
+ .header-container .form-search .search-autocomplete li {
1713
+ padding: 3px;
1714
+ border-bottom: 1px solid #ddd;
1715
+ cursor: pointer;
1716
+ }
1717
+
1718
+ .header-container .form-search .search-autocomplete li .amount {
1719
+ float: right;
1720
+ font-weight: bold;
1721
+ }
1722
+
1723
+ .header-container .form-search .search-autocomplete li.selected {
1724
+
1725
+ }
1726
+
1727
+ .header-container .top-container {
1728
+ clear: both;
1729
+ text-align: right;
1730
+ }
1731
+
1732
+ .header-container .quick-access-container {
1733
+ background: #fff;
1734
+ border-bottom: 1px solid #cfcac3;
1735
+ padding: 7px 0;
1736
+ border-top: 2px solid #3f3833;
1737
+ }
1738
+
1739
+ .header-container .quick-access {
1740
+ width: 1234px;
1741
+ margin: 0 auto;
1742
+ }
1743
+
1744
+ .header-container .quick-access .links {
1745
+ float: right;
1746
+ text-align: right;
1747
+ margin-top: 7px;
1748
+ font-size: 14px;
1749
+ }
1750
+
1751
+
1752
+ /* TOP NAVIGATION
1753
+ ========================================== */
1754
+
1755
+ .nav-container {
1756
+ display: block;
1757
+ background: #3f3833;
1758
+ border-bottom: 1px solid #fff;
1759
+ }
1760
+
1761
+ #nav {
1762
+ width: 1234px;
1763
+ margin: 0 auto;
1764
+ font-size: 15px;
1765
+ }
1766
+
1767
+ /* All Levels
1768
+ ------------------------------------- */
1769
+
1770
+ #nav li {
1771
+ text-align: left;
1772
+ position: relative;
1773
+ }
1774
+
1775
+ #nav li.over {
1776
+ z-index: 998;
1777
+ }
1778
+
1779
+ #nav li.parent {
1780
+
1781
+ }
1782
+
1783
+ #nav ul li.parent a {
1784
+ background: url(../images/bkg_parent.gif) no-repeat 95% center;
1785
+ }
1786
+
1787
+ #nav ul li.parent li a {
1788
+ background-image: none;
1789
+ }
1790
+
1791
+ #nav li a {
1792
+ display: block;
1793
+ text-decoration: none;
1794
+ text-transform: uppercase;
1795
+ }
1796
+
1797
+ #nav li a:hover {
1798
+ text-decoration: none;
1799
+ }
1800
+
1801
+ #nav li a span {
1802
+ display: block;
1803
+ white-space: nowrap;
1804
+ cursor: pointer;
1805
+ }
1806
+
1807
+ #nav li ul a span {
1808
+ white-space: normal;
1809
+ }
1810
+
1811
+ /* 1st Level
1812
+ ------------------------------------- */
1813
+
1814
+ #nav li {
1815
+ float: left;
1816
+ }
1817
+
1818
+ #nav li a {
1819
+ float: left;
1820
+ font-weight: bold;
1821
+ color: #fff;
1822
+ padding: 14px 17px;
1823
+ }
1824
+
1825
+ #nav li.level0.nav-1.first a {
1826
+ }
1827
+
1828
+ #nav li a:hover {
1829
+ color: #fff;
1830
+ background-color: #000;
1831
+ }
1832
+
1833
+ #nav li.over a{
1834
+ color: #fff;
1835
+ background-color: #000;
1836
+ }
1837
+
1838
+ #nav li.active a {
1839
+ color: #fff;
1840
+ background-color: #000;
1841
+ }
1842
+
1843
+ /* 2nd Level
1844
+ ------------------------------------- */
1845
+
1846
+ #nav ul,
1847
+ #nav div {
1848
+ position: absolute;
1849
+ width: 260px;
1850
+ top: 47px;
1851
+ left: -10000px;
1852
+ border: 1px solid #999;
1853
+ background: #fff;
1854
+ }
1855
+
1856
+ #nav div ul {
1857
+ position: static;
1858
+ width: auto;
1859
+ border: none;
1860
+ }
1861
+
1862
+ /* 3rd+ Level
1863
+ ------------------------------------- */
1864
+
1865
+ #nav ul ul,
1866
+ #nav ul div {
1867
+ top: 7px;
1868
+ }
1869
+
1870
+ #nav ul li {
1871
+ float: none;
1872
+ border-bottom: 1px solid #ccc;
1873
+ }
1874
+
1875
+ #nav ul li.last {
1876
+ border-bottom: 0;
1877
+ }
1878
+
1879
+ #nav ul li a {
1880
+ float: none;
1881
+ padding: 6px 9px;
1882
+ font-weight: normal;
1883
+ color: #222 !important;
1884
+ background-color: #fff !important;
1885
+ border: none !important;
1886
+ text-transform: none;
1887
+ }
1888
+
1889
+ #nav ul li a:hover {
1890
+ color: #000 !important;
1891
+ background-color: #eee !important;
1892
+ }
1893
+
1894
+ #nav ul li.active > a,
1895
+ #nav ul li.over > a {
1896
+ color: #000 !important;
1897
+ background-color: #eee !important;
1898
+ }
1899
+
1900
+ /* Show menu
1901
+ ------------------------------------- */
1902
+
1903
+ #nav li ul.shown-sub,
1904
+ #nav li div.shown-sub {
1905
+ left: 0;
1906
+ z-index: 999;
1907
+ }
1908
+
1909
+ #nav li .shown-sub ul.shown-sub,
1910
+ #nav li .shown-sub li div.shown-sub {
1911
+ left: 100px;
1912
+ }
1913
+
1914
+ /* SIDEBAR
1915
+ ========================================== */
1916
+
1917
+ .block {
1918
+ margin: 0 0 14px;
1919
+ }
1920
+
1921
+ .block .block-title {
1922
+ padding: 9px 1px 9px 10px;
1923
+ font-size: 15px;
1924
+ border: 1px solid #ccc;
1925
+ border-bottom-style: none;
1926
+ background: #e6e6e6;
1927
+ text-transform: uppercase;
1928
+ -webkit-border-top-left-radius: 3px;
1929
+ -webkit-border-top-right-radius: 3px;
1930
+ -moz-border-radius-topleft: 3px;
1931
+ -moz-border-radius-topright: 3px;
1932
+ border-top-left-radius: 3px;
1933
+ border-top-right-radius: 3px;
1934
+ }
1935
+
1936
+ .block .block-title strong {
1937
+ display: block;
1938
+ line-height: 16px;
1939
+ background-position: left top;
1940
+ background-repeat: no-repeat;
1941
+ font-weight: bold;
1942
+ }
1943
+
1944
+ .block .block-title strong span {
1945
+
1946
+ }
1947
+
1948
+ .block .block-title a {
1949
+ text-decoration: none !important;
1950
+ }
1951
+
1952
+ .block .block-subtitle {
1953
+ color: #555;
1954
+ margin-bottom: 5px;
1955
+ font-size: 14px;
1956
+ font-weight: bold;
1957
+ }
1958
+
1959
+ .block .block-content {
1960
+ border: 1px solid #ccc;
1961
+ padding: 10px;
1962
+ border-top-style: none;
1963
+ }
1964
+
1965
+ .block .block-content li.item.last {
1966
+ border-bottom-style: none;
1967
+ }
1968
+
1969
+ .block .block-content li.item {
1970
+ padding: 5px 0;
1971
+ border-top-style: none;
1972
+ border-bottom: 1px solid #ddd;
1973
+ }
1974
+
1975
+ .block .block-content li.item .price-box{
1976
+ margin-top: 3px;
1977
+ margin-bottom: 3px;
1978
+ }
1979
+
1980
+ .block .block-content li.item .old-price .price-label,
1981
+ .block .block-content li.item .special-price .price-label{
1982
+ display: none;
1983
+ }
1984
+
1985
+ .block .block-content li.item .product-name{
1986
+ margin-bottom: 3px;
1987
+ line-height: 1.2;
1988
+ }
1989
+
1990
+ .block .btn-remove,
1991
+ .block .btn-edit {
1992
+ float: right;
1993
+ }
1994
+
1995
+ .block .actions {
1996
+ text-align: right;
1997
+ border-top: 1px solid #ccc;
1998
+ padding-top: 7px;
1999
+ margin-top: 7px;
2000
+ }
2001
+
2002
+ .block .actions a {
2003
+ float: left;
2004
+ }
2005
+
2006
+ .block .empty {
2007
+
2008
+ }
2009
+
2010
+ .block li.odd {
2011
+
2012
+ }
2013
+
2014
+ .block li.even {
2015
+
2016
+ }
2017
+
2018
+ /* Mini Products List
2019
+ ------------------------------------- */
2020
+
2021
+ .mini-products-list li {
2022
+ padding: 5px 0;
2023
+ }
2024
+
2025
+ .mini-products-list .product-image {
2026
+ float: left;
2027
+ width: 50px;
2028
+ }
2029
+
2030
+ .mini-products-list .product-details {
2031
+ margin-left: 62px;
2032
+ }
2033
+
2034
+ .mini-products-list .product-details h4 {
2035
+ font-size: 1em;
2036
+ font-weight: bold;
2037
+ margin: 0;
2038
+ }
2039
+
2040
+ .block-cart .mini-products-list .product-details .product-name,
2041
+ .block-cart .mini-products-list .product-details .nobr small {
2042
+ word-wrap: break-word;
2043
+ }
2044
+
2045
+ .block-cart .mini-products-list .product-details .nobr {
2046
+ white-space: normal !important;
2047
+ }
2048
+
2049
+ /* Block: Account
2050
+ ------------------------------------- */
2051
+
2052
+ .block-account {
2053
+
2054
+ }
2055
+
2056
+ .block-account li{
2057
+ margin-bottom: 5px;
2058
+ }
2059
+
2060
+ /* Block: Currency Switcher
2061
+ ------------------------------------- */
2062
+
2063
+ .block-currency {
2064
+
2065
+ }
2066
+
2067
+ .block-currency select {
2068
+ width: 100%;
2069
+ border: 1px solid #888;
2070
+ }
2071
+
2072
+ /* Block: Layered Navigation
2073
+ ------------------------------------- */
2074
+
2075
+ .block-layered-nav {
2076
+
2077
+ }
2078
+
2079
+ .block-layered-nav .block-title {
2080
+ background: #3f3833;
2081
+ color: #fff;
2082
+ border-color: #3f3833;
2083
+ }
2084
+
2085
+ .block-layered-nav .price {
2086
+ font-weight: normal;
2087
+ font-style: normal;
2088
+ }
2089
+
2090
+ .block-layered-nav .block-content {
2091
+ }
2092
+
2093
+ .block-layered-nav dt {
2094
+ font-weight: bold;
2095
+ text-transform: uppercase;
2096
+ font-size: 14px;
2097
+ margin-top: 5px;
2098
+ margin-bottom: 5px;
2099
+ }
2100
+
2101
+ .block-layered-nav .actions {
2102
+ margin-bottom: 8px;
2103
+ padding-bottom: 7px;
2104
+ border-bottom: 1px solid #ccc;
2105
+ margin-top: 8px;
2106
+ }
2107
+
2108
+ .block-layered-nav .actions a{
2109
+ text-transform: uppercase;
2110
+ font-weight: bold;
2111
+ color: #f00;
2112
+ }
2113
+
2114
+ .block-layered-nav .currently {
2115
+ background-color: #f2f2f2;
2116
+ padding: 6px 0 6px 6px;
2117
+ }
2118
+
2119
+ .block-layered-nav .currently .block-subtitle{
2120
+
2121
+ }
2122
+
2123
+ .block-layered-nav .currently li{
2124
+ margin-bottom: 3px;
2125
+ }
2126
+
2127
+ .block-layered-nav .currently .label{
2128
+ font-weight: bold;
2129
+ }
2130
+
2131
+ .block-layered-nav .btn-remove {
2132
+ float: left;
2133
+ margin: 2px 3px 0 0;
2134
+ }
2135
+
2136
+ .block-layered-nav dd {
2137
+ margin-bottom: 10px;
2138
+ color: #666;
2139
+ border-bottom: 1px solid #ddd;
2140
+ padding-bottom: 10px;
2141
+ }
2142
+
2143
+ .block-layered-nav dd.last {
2144
+ margin-bottom: 0;
2145
+ padding-bottom: 0;
2146
+ border-bottom-style: none;
2147
+ }
2148
+
2149
+ .block-layered-nav dd li {
2150
+ margin-bottom: 1px;
2151
+ }
2152
+
2153
+ /* Block: Cart
2154
+ ------------------------------------- */
2155
+
2156
+ .block-cart {
2157
+
2158
+ }
2159
+
2160
+ .block-cart .block-title {
2161
+
2162
+ }
2163
+
2164
+ .block-cart .summary {
2165
+
2166
+ }
2167
+
2168
+ .block-cart .btn-remove {
2169
+ margin-left: 2px;
2170
+ }
2171
+
2172
+ .block-cart .amount {
2173
+ margin-bottom: 2px;
2174
+ }
2175
+
2176
+ .block-cart .subtotal {
2177
+ margin-bottom: 4px;
2178
+ }
2179
+
2180
+ .block-cart .subtotal .price{
2181
+ font-weight: bold;
2182
+ font-size: 14px;
2183
+ }
2184
+
2185
+ .block-cart .actions .button{
2186
+ float: left;
2187
+ }
2188
+
2189
+ .block-cart .actions .paypal-logo {
2190
+ float: left;
2191
+ width: 100%;
2192
+ margin: 3px 0 0;
2193
+ text-align: right;
2194
+ }
2195
+
2196
+ .block-cart .actions .paypal-logo .paypal-or {
2197
+ clear: both;
2198
+ display: block;
2199
+ padding: 0 55px 5px 0;
2200
+ }
2201
+
2202
+ .block-cart .block-subtitle{
2203
+ border-top: 1px solid #ddd;
2204
+ border-bottom: 1px solid #ddd;
2205
+ font-size: 13px;
2206
+ font-weight: normal;
2207
+ font-style: normal;
2208
+ padding: 5px;
2209
+ margin-bottom: 4px;
2210
+ margin-top: 8px;
2211
+ background-color: #f6f6f6;
2212
+ }
2213
+
2214
+
2215
+ /* Block: Wishlist
2216
+ ------------------------------------- */
2217
+
2218
+ .block-wishlist {
2219
+
2220
+ }
2221
+
2222
+ /* Block: Related
2223
+ ------------------------------------- */
2224
+
2225
+ .block-related {
2226
+
2227
+ }
2228
+
2229
+ .block-related li {
2230
+ padding: 5px 0;
2231
+ }
2232
+
2233
+ .block-related input.checkbox {
2234
+ float: left;
2235
+ margin-right: -20px;
2236
+ }
2237
+
2238
+ .block-related .product {
2239
+ margin-left: 20px;
2240
+ }
2241
+
2242
+ .block-related .product .product-image {
2243
+ float: left;
2244
+ margin-right: -65px;
2245
+ }
2246
+
2247
+ .block-related .product .product-details {
2248
+ margin-left: 62px;
2249
+ }
2250
+
2251
+ .block-related .product .product-details a.link-wishlist{
2252
+ font-weight: normal;
2253
+ font-style: normal;
2254
+ font-size: 12px;
2255
+ color: #555;
2256
+ }
2257
+
2258
+ /* Block: Compare Products
2259
+ ------------------------------------- */
2260
+
2261
+ .block-compare {
2262
+
2263
+ }
2264
+
2265
+ .block-compare li {
2266
+ padding: 5px 0;
2267
+ }
2268
+
2269
+ /* Block: Recently Viewed
2270
+ ------------------------------------- */
2271
+
2272
+ .block-viewed {
2273
+
2274
+ }
2275
+
2276
+ /* Block: Recently Compared
2277
+ ------------------------------------- */
2278
+
2279
+ .block-compared {
2280
+
2281
+ }
2282
+
2283
+ /* Block: Poll
2284
+ ------------------------------------- */
2285
+
2286
+ .block-poll label {
2287
+
2288
+ }
2289
+
2290
+ .block-poll input.radio {
2291
+ float: left;
2292
+ margin: 1px -18px 0 0;
2293
+ }
2294
+
2295
+ .block-poll .label {
2296
+ display: block;
2297
+ margin-left: 18px;
2298
+ }
2299
+
2300
+ .block-poll li {
2301
+ border-top: 1px solid #ddd;
2302
+ padding-bottom: 4px;
2303
+ padding-top: 4px;
2304
+ }
2305
+
2306
+ .block-poll .actions {
2307
+ margin: 5px 0 0;
2308
+ }
2309
+
2310
+ .block-poll .answer {
2311
+ font-weight: bold;
2312
+ }
2313
+
2314
+ .block-poll .votes {
2315
+ float: right;
2316
+ margin-left: 10px;
2317
+ }
2318
+
2319
+ /* Block: Tags
2320
+ ------------------------------------- */
2321
+
2322
+ .block-tags li {
2323
+ display: inline;
2324
+ line-height: 1.2;
2325
+ font-size: 16px;
2326
+ text-align: center;
2327
+ }
2328
+
2329
+ .block-tags li a{
2330
+ display: inline-block;
2331
+ color: #444;
2332
+ padding: 0 0 2px 3px;
2333
+ text-transform: lowercase;
2334
+ }
2335
+
2336
+ /* Block: Subscribe
2337
+ ------------------------------------- */
2338
+
2339
+ .block-subscribe {
2340
+
2341
+ }
2342
+
2343
+ .block-subscribe .input-box{
2344
+ margin: 6px 0;
2345
+ }
2346
+
2347
+ /* Block: Reorder
2348
+ ------------------------------------- */
2349
+
2350
+ .block-reorder {
2351
+
2352
+ }
2353
+
2354
+ .block-reorder li {
2355
+ padding: 5px 0;
2356
+ }
2357
+
2358
+ .block-reorder input.checkbox {
2359
+ float: left;
2360
+ margin: 3px -20px 0 0;
2361
+ }
2362
+
2363
+ .block-reorder .product-name {
2364
+ margin-left: 20px;
2365
+ }
2366
+
2367
+ /* Block: Banner
2368
+ ------------------------------------- */
2369
+
2370
+ .block-banner {
2371
+
2372
+ }
2373
+
2374
+ .block-banner .block-content {
2375
+
2376
+ }
2377
+
2378
+ /* Block: Login
2379
+ ------------------------------------- */
2380
+
2381
+ .block-login label {
2382
+ font-weight: bold;
2383
+ color: #666;
2384
+ }
2385
+
2386
+ .block-login input.input-text {
2387
+ display: block;
2388
+ width: 167px;
2389
+ margin: 3px 0;
2390
+ }
2391
+
2392
+ /* Paypal
2393
+ ------------------------------------- */
2394
+
2395
+ .sidebar .paypal-logo {
2396
+ display: block;
2397
+ margin: 10px 0;
2398
+ text-align: center;
2399
+ }
2400
+
2401
+ .sidebar .paypal-logo a {
2402
+ float: none;
2403
+ }
2404
+
2405
+ /* CATEGORY PAGE
2406
+ ========================================== */
2407
+
2408
+ .category-title {
2409
+
2410
+ }
2411
+
2412
+ .category-image {
2413
+ width: 100%;
2414
+ overflow: hidden;
2415
+ margin: 0 0 10px;
2416
+ text-align: center;
2417
+ }
2418
+
2419
+ .category-image img {
2420
+
2421
+ }
2422
+
2423
+ .category-description {
2424
+ margin: 0 0 10px;
2425
+ color: #555;
2426
+ }
2427
+
2428
+ .category-products {
2429
+
2430
+ }
2431
+
2432
+ /* Category View Type: GRID
2433
+ ------------------------------------- */
2434
+
2435
+ .products-grid {
2436
+ position: relative;
2437
+ margin-bottom: 12px;
2438
+ }
2439
+
2440
+ .products-grid.last {
2441
+ border-bottom: 0;
2442
+ }
2443
+
2444
+ .products-grid li.item {
2445
+ float: left;
2446
+ width: 230px;
2447
+ border: 1px solid #ddd;
2448
+ margin-right: 11px;
2449
+ -moz-border-radius: 3px;
2450
+ -webkit-border-radius: 3px;
2451
+ border-radius: 3px;
2452
+ }
2453
+
2454
+ .col1-layout .products-grid li.item,
2455
+ .col2-left-layout .products-grid li.item,
2456
+ .col2-right-layout .products-grid li.item{
2457
+ width: 229px;
2458
+ }
2459
+
2460
+ .products-grid li.item:hover {
2461
+ -moz-box-shadow: 0px 0px 11px #aaa;
2462
+ -webkit-box-shadow: 0px 0px 11px #aaa;
2463
+ box-shadow: 0px 0px 11px #aaa;
2464
+ }
2465
+
2466
+ .products-grid li.item.last {
2467
+ margin-right: 0;
2468
+ }
2469
+
2470
+ .products-grid .label-sale {
2471
+ position: absolute;
2472
+ }
2473
+
2474
+ .products-grid .product-image {
2475
+ display: block;
2476
+ width: 210px;
2477
+ height: 210px;
2478
+ padding: 10px 10px 0;
2479
+ }
2480
+
2481
+ .products-grid .item-review {
2482
+ display: none;
2483
+ height: 14px;
2484
+ padding: 6px 0 9px 10px;
2485
+ }
2486
+
2487
+ .products-grid .ratings{
2488
+ display: none;
2489
+ margin: 0;
2490
+ }
2491
+
2492
+ .products-grid .ratings a{
2493
+ color: #666;
2494
+ }
2495
+
2496
+ .products-grid .item-bottom {
2497
+ padding: 10px;
2498
+ background-color: #f4f2ee;
2499
+ border-top: 1px solid #dedcd8;
2500
+ }
2501
+
2502
+ .products-grid .product-name {
2503
+
2504
+ }
2505
+
2506
+ .products-grid .product-name a {
2507
+ display: block;
2508
+ color: #333;
2509
+ height: 46px;
2510
+ font-size: 15px;
2511
+ text-align: center;
2512
+ }
2513
+
2514
+
2515
+ .products-grid .price-box {
2516
+ margin: 5px 0;
2517
+ height: 58px;
2518
+ text-align: center;
2519
+ }
2520
+
2521
+ .products-grid .price-label{
2522
+ color: #555;
2523
+ margin-right: 2px;
2524
+ font-size: 12px;
2525
+ }
2526
+
2527
+ .products-grid .old-price .price-label,
2528
+ .products-grid .special-price .price-label{
2529
+ display: none;
2530
+ }
2531
+
2532
+ .products-grid .price{
2533
+ font-size: 18px;
2534
+ }
2535
+
2536
+ .products-grid .availability {
2537
+ margin: 0;
2538
+ }
2539
+
2540
+ .products-grid .actions {
2541
+ height: 26px;
2542
+ text-align: center;
2543
+ }
2544
+
2545
+ .products-grid .btn-cart,
2546
+ .products-grid .btn-cart:hover {
2547
+ cursor: pointer;
2548
+ border: 1px solid #f56e24;
2549
+ font: bold 11px/25px Arial, Helvetica, sans-serif;
2550
+ color: #fff;
2551
+ height: 25px;
2552
+ background: #f56e24;
2553
+ background-image: -moz-linear-gradient(top,#ff923e,#f56e24);
2554
+ background-image: -webkit-gradient(linear,left top,left bottom,from(#ff923e),to(#f56e24));
2555
+ filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ff923e,endColorStr=#f56e24);
2556
+ -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ff923e, endColorStr=#f56e24)";
2557
+ text-transform: uppercase;
2558
+ padding-right: 12px;
2559
+ padding-left: 12px;
2560
+ }
2561
+
2562
+ .col2-left-layout .products-grid,
2563
+ .col2-right-layout .products-grid {
2564
+
2565
+ }
2566
+
2567
+ .col1-layout .products-grid {
2568
+
2569
+ }
2570
+
2571
+ /* Category View Type: LIST
2572
+ ------------------------------------- */
2573
+
2574
+ .products-list li.item {
2575
+ padding: 18px 0 14px;
2576
+ background: url(../images/griditem-bottom.gif) repeat-x left top;
2577
+
2578
+ }
2579
+
2580
+ .products-list li.item.last {
2581
+ border-bottom: 0;
2582
+ }
2583
+
2584
+ .products-list li .label-sale {
2585
+ position: absolute;
2586
+ margin-top: -18px;
2587
+ }
2588
+
2589
+ .products-list .product-image {
2590
+ float: left;
2591
+ width: 180px;
2592
+ height: 180px;
2593
+ padding-left: 12px;
2594
+ }
2595
+
2596
+ .products-list .product-shop {
2597
+ margin-left: 227px;
2598
+ }
2599
+
2600
+ .products-list .product-name {
2601
+
2602
+ }
2603
+
2604
+ .products-list .product-name a {
2605
+ color: #222;
2606
+ height: 40px;
2607
+ font-size: 18px;
2608
+ }
2609
+
2610
+ .products-list .price-box {
2611
+ margin: 8px 0;
2612
+ }
2613
+
2614
+ .products-list .price-label{
2615
+ color: #555;
2616
+ margin-right: 2px;
2617
+ font-size: 11px;
2618
+ }
2619
+
2620
+ .products-list .price-label{
2621
+ color: #555;
2622
+ margin-right: 2px;
2623
+ font-size: 11px;
2624
+ }
2625
+
2626
+ .products-list .price{
2627
+ font-size: 15px;
2628
+ }
2629
+
2630
+ .products-list .availability {
2631
+ float: left;
2632
+ margin: 3px 0 0;
2633
+ }
2634
+
2635
+ .products-list .desc {
2636
+ clear: both;
2637
+ padding: 8px 0 0;
2638
+ margin: 0 0 12px;
2639
+ line-height: 1.35;
2640
+ }
2641
+
2642
+ .products-list .desc .link-learn {
2643
+ font-weight: bold;
2644
+ }
2645
+
2646
+ .products-list .add-to-links {
2647
+ clear: both;
2648
+ margin-bottom: 0;
2649
+ }
2650
+
2651
+ .products-list .add-to-links li {
2652
+ display: inline;
2653
+ }
2654
+
2655
+ .products-list .add-to-links .separator {
2656
+ display: inline;
2657
+ margin: 0 2px;
2658
+ color: #999;
2659
+ }
2660
+
2661
+ .products-list .add-to-links a {
2662
+ font-weight: normal;
2663
+ font-style: normal;
2664
+ }
2665
+
2666
+ .products-list .btn-cart,
2667
+ .products-list .btn-cart:hover {
2668
+ cursor: pointer;
2669
+ border: 1px solid #f56e24;
2670
+ font: bold 11px/25px Arial, Helvetica, sans-serif;
2671
+ color: #fff;
2672
+ height: 25px;
2673
+ background: #f56e24;
2674
+ background-image: -moz-linear-gradient(top,#ff923e,#f56e24);
2675
+ background-image: -webkit-gradient(linear,left top,left bottom,from(#ff923e),to(#f56e24));
2676
+ filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ff923e,endColorStr=#f56e24);
2677
+ -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ff923e, endColorStr=#f56e24)";
2678
+ text-transform: uppercase;
2679
+ padding-right: 12px;
2680
+ padding-left: 12px;
2681
+ }
2682
+
2683
+ /* PRODUCT VIEW
2684
+ ========================================== */
2685
+
2686
+ /* Rating
2687
+ ------------------------------------- */
2688
+
2689
+ .no-rating {
2690
+ margin: 0;
2691
+ }
2692
+
2693
+ .ratings {
2694
+ margin: 7px 0;
2695
+ font: 11px Arial, Helvetica, sans-serif;
2696
+ }
2697
+
2698
+ .ratings strong {
2699
+ float: left;
2700
+ margin: 1px 3px 0 0;
2701
+ }
2702
+
2703
+ .ratings .rating-links {
2704
+ margin: 0;
2705
+ }
2706
+
2707
+ .ratings .rating-links .separator {
2708
+ margin: 0 2px;
2709
+ }
2710
+
2711
+ .ratings dt {
2712
+
2713
+ }
2714
+
2715
+ .ratings dd {
2716
+
2717
+ }
2718
+
2719
+ .rating-box {
2720
+ width: 69px;
2721
+ height: 13px;
2722
+ font-size: 0;
2723
+ line-height: 0;
2724
+ background: url(../images/bkg_rating.gif) 0 0 repeat-x;
2725
+ text-indent: -999em;
2726
+ overflow: hidden;
2727
+ }
2728
+
2729
+ .rating-box .rating {
2730
+ float: left;
2731
+ height: 13px;
2732
+ background: url(../images/bkg_rating.gif) 0 100% repeat-x;
2733
+ }
2734
+
2735
+ .ratings .rating-box {
2736
+ float: left;
2737
+ margin-right: 3px;
2738
+ }
2739
+
2740
+ .ratings .amount {
2741
+
2742
+ }
2743
+
2744
+ .ratings-table th,
2745
+ .ratings-table td {
2746
+ font-size: 12px;
2747
+ line-height: 1.15;
2748
+ padding: 3px 0;
2749
+ }
2750
+
2751
+ .ratings-table th {
2752
+ font-weight: bold;
2753
+ padding-right: 8px;
2754
+ }
2755
+
2756
+ /* Availability
2757
+ ------------------------------------- */
2758
+
2759
+ .availability {
2760
+ margin: 10px 0;
2761
+ font: bold 13px Arial, Helvetica, sans-serif;
2762
+ }
2763
+
2764
+ .availability span {
2765
+ font-weight: bold;
2766
+ }
2767
+
2768
+ .availability.in-stock span {
2769
+
2770
+ }
2771
+
2772
+ .availability.in-stock span {
2773
+ color: #198504;
2774
+ text-transform: uppercase;
2775
+ }
2776
+
2777
+ .availability.out-of-stock span {
2778
+ color: #d83820;
2779
+ text-transform: uppercase;
2780
+ }
2781
+
2782
+ .availability-only {
2783
+ margin: 0 0 7px;
2784
+ }
2785
+
2786
+ .availability-only a {
2787
+ background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
2788
+ cursor: pointer;
2789
+ padding-right: 15px;
2790
+ }
2791
+
2792
+ .availability-only .expanded {
2793
+ background-position: 100% -15px;
2794
+ }
2795
+
2796
+ .availability-only strong {
2797
+
2798
+ }
2799
+
2800
+ .availability-only-details {
2801
+ margin: 0 0 7px;
2802
+ }
2803
+
2804
+ .availability-only-details th {
2805
+ background: #f2f2f2;
2806
+ font-size: 10px;
2807
+ padding: 0 8px;
2808
+ }
2809
+
2810
+ .availability-only-details td {
2811
+ border-bottom: 1px solid #ddd;
2812
+ font-size: 11px;
2813
+ padding: 2px 8px 1px;
2814
+ }
2815
+
2816
+ .availability-only-details tr.odd td.last {
2817
+
2818
+ }
2819
+
2820
+ /* Email to a Friend
2821
+ ------------------------------------- */
2822
+
2823
+ .email-friend {
2824
+ margin-bottom: 2px;
2825
+ font-weight: bold;
2826
+ }
2827
+
2828
+ /* Alerts
2829
+ ------------------------------------- */
2830
+
2831
+ .alert-price {
2832
+
2833
+ }
2834
+
2835
+ .alert-stock {
2836
+
2837
+ }
2838
+
2839
+ /* PRICES
2840
+ ========================================== */
2841
+
2842
+ .price {
2843
+ white-space: nowrap !important;
2844
+ font-weight: bold;
2845
+ }
2846
+
2847
+ .price-box {
2848
+ font-family: Arial, Helvetica, sans-serif;
2849
+ }
2850
+
2851
+ .price-box .price {
2852
+ }
2853
+
2854
+ /* Regular price
2855
+ ------------------------------------- */
2856
+
2857
+ .regular-price {
2858
+
2859
+ }
2860
+
2861
+ .regular-price .price {
2862
+
2863
+ }
2864
+
2865
+ /* Old price
2866
+ ------------------------------------- */
2867
+
2868
+ .old-price {
2869
+
2870
+ }
2871
+
2872
+ .old-price .price-label {
2873
+ white-space: nowrap;
2874
+ }
2875
+
2876
+ .old-price .price {
2877
+ text-decoration: line-through;
2878
+ }
2879
+
2880
+ /* Special price
2881
+ ------------------------------------- */
2882
+
2883
+ .special-price {
2884
+
2885
+ }
2886
+
2887
+ .special-price .price-label {
2888
+ white-space: nowrap;
2889
+ }
2890
+
2891
+ .special-price .price {
2892
+ color: #e54100;
2893
+ }
2894
+
2895
+ /* Minimal price (as low as)
2896
+ ------------------------------------- */
2897
+
2898
+ .minimal-price {
2899
+
2900
+ }
2901
+
2902
+ .minimal-price .price-label {
2903
+ white-space: nowrap;
2904
+ }
2905
+
2906
+ .minimal-price-link {
2907
+ display: block;
2908
+ }
2909
+
2910
+ .minimal-price-link .label {
2911
+
2912
+ }
2913
+
2914
+ .minimal-price-link .price {
2915
+ color: #e54100;
2916
+ }
2917
+
2918
+ a.minimal-price-link{
2919
+ color: #e54100;
2920
+ }
2921
+
2922
+ a.minimal-price-link:hover{
2923
+ text-decoration: none;
2924
+ cursor: text;
2925
+ }
2926
+
2927
+ a.minimal-price-link .label{
2928
+ color: #555;
2929
+ font-size: 11px;
2930
+ margin-right: 2px;
2931
+ }
2932
+
2933
+ /* Excluding tax
2934
+ ------------------------------------- */
2935
+
2936
+ .price-excluding-tax {
2937
+ display: block;
2938
+ }
2939
+
2940
+ .price-excluding-tax .label {
2941
+ white-space: nowrap;
2942
+ }
2943
+
2944
+ .price-excluding-tax .price {
2945
+ font-weight: normal;
2946
+ }
2947
+
2948
+ /* Including tax
2949
+ ------------------------------------- */
2950
+
2951
+ .price-including-tax {
2952
+ display: block;
2953
+ }
2954
+
2955
+ .price-including-tax .label {
2956
+ white-space: nowrap;
2957
+ }
2958
+
2959
+ .price-including-tax .price {
2960
+ font-weight: bold;
2961
+ }
2962
+
2963
+ /* Configured price
2964
+ ------------------------------------- */
2965
+
2966
+ .configured-price {
2967
+
2968
+ }
2969
+
2970
+ .configured-price .price-label {
2971
+ font-weight: bold;
2972
+ white-space: nowrap;
2973
+ }
2974
+
2975
+ .configured-price .price {
2976
+ font-weight: bold;
2977
+ }
2978
+
2979
+ /* FPT
2980
+ ------------------------------------- */
2981
+
2982
+ .weee {
2983
+ display: block;
2984
+ font-size: 11px;
2985
+ color: #444;
2986
+ }
2987
+
2988
+ .weee .price {
2989
+ font-size: 11px;
2990
+ font-weight: normal;
2991
+ }
2992
+
2993
+ /* Excl tax (for order tables)
2994
+ ------------------------------------- */
2995
+
2996
+ .price-excl-tax {
2997
+ display: block;
2998
+ }
2999
+
3000
+ .price-excl-tax .label {
3001
+ display: block;
3002
+ white-space: nowrap;
3003
+ }
3004
+
3005
+ .price-excl-tax .price {
3006
+ display: block;
3007
+ }
3008
+
3009
+ /* Incl tax (for order tables)
3010
+ ------------------------------------- */
3011
+
3012
+ .price-incl-tax {
3013
+ display: block;
3014
+ }
3015
+
3016
+ .price-incl-tax .label {
3017
+ display: block;
3018
+ white-space: nowrap;
3019
+ }
3020
+
3021
+ .price-incl-tax .price {
3022
+ display: block;
3023
+ font-weight: bold;
3024
+ }
3025
+
3026
+ /* Price range
3027
+ ------------------------------------- */
3028
+
3029
+ .price-from {
3030
+
3031
+ }
3032
+
3033
+ .price-from .price-label {
3034
+ white-space: nowrap;
3035
+ }
3036
+
3037
+ .price-to {
3038
+
3039
+ }
3040
+
3041
+ .price-to .price-label {
3042
+ white-space: nowrap;
3043
+ }
3044
+
3045
+ /* Price notice next to the options
3046
+ ------------------------------------- */
3047
+
3048
+ .price-notice {
3049
+ padding-left: 5px;
3050
+ color: #666;
3051
+ }
3052
+
3053
+ .price-notice .price {
3054
+ font-weight: bold;
3055
+ color: #333;
3056
+ margin-left: 2px;
3057
+ }
3058
+
3059
+ /* Price as configured
3060
+ ------------------------------------- */
3061
+
3062
+ .price-as-configured {
3063
+
3064
+ }
3065
+
3066
+ .price-as-configured .price-label {
3067
+ font-weight: bold;
3068
+ white-space: nowrap;
3069
+ }
3070
+
3071
+ .price-box-bundle {
3072
+
3073
+ }
3074
+
3075
+ /* Tier Prices
3076
+ ------------------------------------- */
3077
+
3078
+ .tier-prices .price {
3079
+ font-weight: bold;
3080
+ }
3081
+
3082
+ .tier-prices .benefit {
3083
+
3084
+ }
3085
+
3086
+ .tier-prices-grouped {
3087
+
3088
+ }
3089
+
3090
+ /* ADD TO LINKS
3091
+ ========================================== */
3092
+
3093
+ .add-to-links .separator {
3094
+ display: none;
3095
+ }
3096
+
3097
+ /* Add to Cart
3098
+ ------------------------------------- */
3099
+
3100
+ .add-to-cart label {
3101
+ display: none;
3102
+ float: left;
3103
+ margin-right: 5px;
3104
+ }
3105
+
3106
+ .add-to-cart .qty {
3107
+ float: left;
3108
+ width: 2.5em !important;
3109
+ text-align: center;
3110
+ padding: 7px 5px;
3111
+ font-size: 16px;
3112
+ margin-right: 4px;
3113
+ }
3114
+
3115
+ .add-to-cart button.button,
3116
+ .add-to-cart button.button:hover {
3117
+ float: left;
3118
+ padding: 0 16px;
3119
+ cursor: pointer;
3120
+ border: 1px solid #f56e24;
3121
+ font: bold 15px/34px Arial, Helvetica, sans-serif;
3122
+ color: #fff;
3123
+ height: 34px !important;
3124
+ text-transform: uppercase;
3125
+ background: #f56e24;
3126
+ background-image: -moz-linear-gradient(top,#ff923e,#f56e24);
3127
+ background-image: -webkit-gradient(linear,left top,left bottom,from(#ff923e),to(#f56e24));
3128
+ filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ff923e,endColorStr=#f56e24);
3129
+ -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ff923e, endColorStr=#f56e24)";
3130
+ }
3131
+
3132
+ .add-to-cart .paypal-logo {
3133
+ clear: left;
3134
+ text-align: right;
3135
+ }
3136
+
3137
+ .add-to-cart .paypal-logo .paypal-or {
3138
+ clear: both;
3139
+ display: block;
3140
+ margin: 5px 60px 5px 0;
3141
+ }
3142
+
3143
+ .product-view .add-to-cart .paypal-logo {
3144
+ margin: 0;
3145
+ }
3146
+
3147
+ /* Add to Links + Add to Cart
3148
+ ------------------------------------- */
3149
+
3150
+ .add-to-box {
3151
+ background: #f6f6f6;
3152
+ padding: 10px;
3153
+ border: 1px solid #ccc;
3154
+ margin: 12px 0;
3155
+ }
3156
+
3157
+ .add-to-box .add-to-cart {
3158
+ margin: 12px 0;
3159
+ }
3160
+
3161
+ .add-to-box .or {
3162
+
3163
+ }
3164
+
3165
+ .add-to-links {
3166
+ margin: 12px 0;
3167
+ }
3168
+
3169
+ .add-to-links li{
3170
+ margin-bottom: 2px;
3171
+ }
3172
+
3173
+ /* PRODUCT IMAGES
3174
+ ========================================== */
3175
+
3176
+ .product-view .product-img-box {
3177
+ float: left;
3178
+ width: 450px;
3179
+ }
3180
+
3181
+ .col3-layout .product-view .product-img-box {
3182
+ float: none;
3183
+ margin: 0 auto;
3184
+ }
3185
+
3186
+ .product-view .product-img-box .product-image {
3187
+ /*border: 1px solid #ddd;*/
3188
+ }
3189
+
3190
+ .product-view .product-img-box .product-image-zoom {
3191
+ position: relative;
3192
+ width: 450px;
3193
+ height: 450px;
3194
+ overflow: hidden;
3195
+ z-index: 9;
3196
+ }
3197
+
3198
+ .product-view .product-img-box .product-image-zoom img {
3199
+ position: absolute;
3200
+ left: 0;
3201
+ top: 0;
3202
+ cursor: move;
3203
+ }
3204
+
3205
+ .product-view .product-img-box .zoom-notice {
3206
+ text-align: center;
3207
+ margin-top: 8px;
3208
+ margin-bottom: 8px;
3209
+ color: #555;
3210
+ font: 12px Arial, Helvetica, sans-serif;
3211
+ }
3212
+
3213
+ .product-view .product-img-box .zoom {
3214
+ position: relative;
3215
+ z-index: 9;
3216
+ height: 18px;
3217
+ margin: 0 auto 14px;
3218
+ padding: 0 28px;
3219
+ background: url(../images/slider_bg.gif) 50% 50% no-repeat;
3220
+ cursor: pointer;
3221
+ }
3222
+
3223
+ .product-view .product-img-box .zoom.disabled {
3224
+ -moz-opacity: .3;
3225
+ -webkit-opacity: .3;
3226
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
3227
+ /*IE8*/ opacity: .3;
3228
+ }
3229
+
3230
+ .product-view .product-img-box .zoom #track {
3231
+ position: relative;
3232
+ height: 18px;
3233
+ }
3234
+
3235
+ .product-view .product-img-box .zoom #handle {
3236
+ position: absolute;
3237
+ left: 0;
3238
+ width: 10px;
3239
+ height: 20px;
3240
+ background: url(../images/magnifier_handle.gif) 0 0 no-repeat;
3241
+ }
3242
+
3243
+ .product-view .product-img-box .zoom .btn-zoom-out {
3244
+ position: absolute;
3245
+ left: 0;
3246
+ top: 0;
3247
+ }
3248
+
3249
+ .product-view .product-img-box .zoom .btn-zoom-in {
3250
+ position: absolute;
3251
+ right: 0;
3252
+ top: 0;
3253
+ }
3254
+
3255
+ .product-view .product-img-box .more-views {
3256
+ margin-bottom: 8px;
3257
+ }
3258
+
3259
+ .product-view .product-img-box .more-views h2 {
3260
+ color: #555;
3261
+ margin-bottom: 5px;
3262
+ font: 12px Arial, Helvetica, sans-serif;
3263
+ }
3264
+
3265
+ .product-view .product-img-box .more-views ul {
3266
+ }
3267
+
3268
+ .product-view .product-img-box .more-views li {
3269
+ float: left;
3270
+ margin: 0 8px 8px 0;
3271
+ /*border: 1px solid #ddd;*/
3272
+ }
3273
+
3274
+ .product-image-popup {
3275
+ margin: 0 auto;
3276
+ }
3277
+
3278
+ .product-image-popup .buttons-set {
3279
+ float: right;
3280
+ clear: none;
3281
+ border: 0;
3282
+ margin: 0;
3283
+ padding: 0;
3284
+ }
3285
+
3286
+ .product-image-popup .nav {
3287
+ margin: 0 100px;
3288
+ text-align: center;
3289
+ }
3290
+
3291
+ .product-image-popup .image {
3292
+ display: block;
3293
+ }
3294
+
3295
+ .product-image-popup .image-label {
3296
+
3297
+ }
3298
+
3299
+ /* PRODUCT SHOP
3300
+ ========================================== */
3301
+
3302
+ .product-view .product-shop {
3303
+ float: right;
3304
+ width: 470px;
3305
+ }
3306
+
3307
+ .col1-layout .product-view .product-shop {
3308
+ float: right;
3309
+ width: 700px;
3310
+ }
3311
+
3312
+ .col3-layout .product-view .product-shop {
3313
+ float: none;
3314
+ width: auto;
3315
+ }
3316
+
3317
+ .product-view .product-shop .ratings {
3318
+ font-size: 12px;
3319
+ margin: 8px 0;
3320
+ }
3321
+
3322
+ .product-view .product-name h1{
3323
+ margin-bottom: 10px;
3324
+ font-size: 24px;
3325
+ font-weight: bold;
3326
+ }
3327
+
3328
+ .product-view .item-options {
3329
+ margin-top: 10px;
3330
+ }
3331
+
3332
+ .product-view .short-description {
3333
+ margin-top: 16px;
3334
+ color: #555;
3335
+ }
3336
+
3337
+ .product-view .short-description h2{
3338
+ font-size: 16px;
3339
+ font-weight: bold;
3340
+ text-transform: uppercase;
3341
+ color: #222;
3342
+ }
3343
+
3344
+ .product-view .product-essential .price-label{
3345
+ margin-right: 4px;
3346
+ color: #555;
3347
+ font-size: 13px;
3348
+ }
3349
+
3350
+ .product-view .product-essential .price-box .price{
3351
+ font-size: 22px;
3352
+ }
3353
+
3354
+ .product-view .product-essential .price-from .price,
3355
+ .product-view .product-essential .price-to .price{
3356
+ font-size: 15px;
3357
+ color: #333;
3358
+ }
3359
+
3360
+ .product-view .product-essential .price-box .regular-price .price{
3361
+
3362
+ }
3363
+
3364
+ .product-view .product-essential .price-box .old-price .price{
3365
+ font-size: 15px;
3366
+ color: #333;
3367
+ }
3368
+
3369
+ .product-view .product-essential .price-box .special-price .price{
3370
+
3371
+ }
3372
+
3373
+ .product-shop .tier-prices{
3374
+ margin-bottom: 3px;
3375
+ margin-top: 3px;
3376
+ }
3377
+
3378
+ /* PRODUCT OPTIONS
3379
+ ========================================== */
3380
+
3381
+ .product-options {
3382
+ padding: 10px;
3383
+ margin: 14px 0 0;
3384
+ border: 1px solid #ccc;
3385
+ background-color: #f6f6f6;
3386
+ font-family: Arial, Helvetica, sans-serif;
3387
+ }
3388
+
3389
+ .product-options dt label {
3390
+ font-weight: bold;
3391
+ font-size: 14px;
3392
+ }
3393
+
3394
+ .product-options dt label em{
3395
+ margin-right: 2px;
3396
+ margin-left: 2px;
3397
+ color: #f00;
3398
+ font-weight: normal;
3399
+ font-style: normal;
3400
+ }
3401
+
3402
+ .product-options dt .qty-holder {
3403
+ float: right;
3404
+ }
3405
+
3406
+ .product-options dt .qty-holder label {
3407
+ vertical-align: middle;
3408
+ }
3409
+
3410
+ .product-options dt .qty-disabled {
3411
+ background: none;
3412
+ border: 0;
3413
+ padding: 3px;
3414
+ color: #000;
3415
+ }
3416
+
3417
+ .product-options dd {
3418
+ margin: 0 0 10px;
3419
+ border-bottom: 1px solid #ccc;
3420
+ padding: 6px 10px 10px;
3421
+ }
3422
+
3423
+ .product-options dl dd.last {
3424
+ border-bottom-style: none;
3425
+ padding-bottom: 0;
3426
+ margin-bottom: 0;
3427
+ }
3428
+
3429
+ .product-options dd input.input-text {
3430
+ width: 100%;
3431
+ margin-bottom: 2px;
3432
+ }
3433
+
3434
+ .product-options dd input.datetime-picker {
3435
+ width: 150px;
3436
+ }
3437
+
3438
+ .product-options dd .time-picker {
3439
+ display: -moz-inline-box;
3440
+ display: inline-block;
3441
+ padding: 2px 0;
3442
+ vertical-align: middle;
3443
+ }
3444
+
3445
+ .product-options dd textarea {
3446
+ width: 98%;
3447
+ height: 8em;
3448
+ }
3449
+
3450
+ .product-options dd select {
3451
+ width: 100%;
3452
+ }
3453
+
3454
+ .product-options dd .qty-holder {
3455
+ display: block;
3456
+ padding: 10px 0 0;
3457
+ }
3458
+
3459
+ .product-options .options-list {
3460
+ margin-top: 2px;
3461
+ }
3462
+
3463
+ .product-options .options-list li {
3464
+ margin-bottom: 4px;
3465
+ }
3466
+
3467
+ .product-options .options-list input.radio {
3468
+ float: left;
3469
+ margin: 3px -18px 0 0;
3470
+ }
3471
+
3472
+ .product-options .options-list input.checkbox {
3473
+ float: left;
3474
+ margin: 3px -20px 0 0;
3475
+ }
3476
+
3477
+ .product-options .options-list .label {
3478
+ display: block;
3479
+ margin-left: 20px;
3480
+ }
3481
+
3482
+ .product-options ul.validation-failed {
3483
+ padding: 0 7px;
3484
+ }
3485
+
3486
+ .product-options p.required {
3487
+ padding: 6px 0 0;
3488
+ font-size: 12px;
3489
+ }
3490
+
3491
+ .product-options-bottom {
3492
+ padding: 10px;
3493
+ border: 1px solid #ccc;
3494
+ border-top: 0;
3495
+ background: #fff;
3496
+ }
3497
+
3498
+ .product-options-bottom .price-box {
3499
+ margin: 0 0 10px;
3500
+ }
3501
+
3502
+ /* GROUPED PRODUCT
3503
+ ========================================== */
3504
+
3505
+ .product-view .grouped-items-table {
3506
+
3507
+ }
3508
+
3509
+ .product-view .grouped-items-table .price-box .price{
3510
+ font-size: 15px;
3511
+ }
3512
+
3513
+ /* PRODUCT ESSENTIAL
3514
+ ========================================== */
3515
+
3516
+ .product-essential {
3517
+
3518
+ }
3519
+
3520
+
3521
+ /* PRODUCT BLOCKS - BOXES
3522
+ ========================================== */
3523
+
3524
+ .product-collateral .box-collateral {
3525
+ margin-top: 22px;
3526
+ }
3527
+
3528
+ .product-collateral .box-collateral h2{
3529
+ background: #f4f2ee;
3530
+ padding: 6px 8px;
3531
+ border: 1px solid #ddd;
3532
+ margin: 12px 0;
3533
+ font-size: 16px;
3534
+ font-weight: bold;
3535
+ text-transform: uppercase;
3536
+ }
3537
+
3538
+ /* Block: Description
3539
+ ------------------------------------- */
3540
+
3541
+ .product-view .box-description {
3542
+
3543
+ }
3544
+
3545
+ /* Block: Additional
3546
+ ------------------------------------- */
3547
+
3548
+ .product-view .box-additional h2{
3549
+ background: none;
3550
+ border: none;
3551
+ padding: 0;
3552
+ }
3553
+
3554
+ /* Block: Upsell
3555
+ ------------------------------------- */
3556
+
3557
+ .product-view .box-up-sell {
3558
+
3559
+ }
3560
+
3561
+ .product-view .box-up-sell .products-grid {
3562
+ margin: 0;
3563
+ border-bottom-style: none;
3564
+ }
3565
+
3566
+ .product-view .box-up-sell .products-grid td {
3567
+ width: 25%;
3568
+ padding-left: 14px;
3569
+ padding-right: 14px;
3570
+ }
3571
+
3572
+ .product-view .box-up-sell .products-grid .product-image {
3573
+ width: 210px;
3574
+ height: 210px;
3575
+ padding: 0 0 10px;
3576
+ }
3577
+
3578
+ .product-view .box-up-sell .products-grid .product-name a {
3579
+ height: auto;
3580
+ margin-bottom: 12px;
3581
+ }
3582
+
3583
+ .product-view .box-up-sell .products-grid .price-box {
3584
+ height: auto;
3585
+ margin-bottom: 8px;
3586
+ }
3587
+
3588
+ .product-view .box-up-sell .rating-links {
3589
+ display: none;
3590
+ }
3591
+
3592
+ /* Block: Tags
3593
+ ------------------------------------- */
3594
+
3595
+ .product-view .box-tags {
3596
+ background-color: #f4f2ee;
3597
+ padding: 12px 8px;
3598
+ border: 1px solid #ddd;
3599
+ }
3600
+
3601
+ .product-view .box-tags h2{
3602
+ background: none;
3603
+ border: none;
3604
+ padding: 0;
3605
+ margin-top: 0;
3606
+ }
3607
+
3608
+ .product-view .box-tags li{
3609
+ display: inline-block;
3610
+ margin-right: 12px;
3611
+ margin-bottom: 8px;
3612
+ }
3613
+
3614
+ .product-view .box-tags .form-add{
3615
+ margin-bottom: 10px;
3616
+ }
3617
+
3618
+ .product-view .box-tags .form-add label {
3619
+ display: none;
3620
+ float: left;
3621
+ font-weight: bold;
3622
+ }
3623
+
3624
+ .product-view .box-tags .form-add .input-box {
3625
+ float: left;
3626
+ margin-right: 5px;
3627
+ }
3628
+
3629
+ .product-view .box-tags .form-add input.input-text {
3630
+ padding: 5px;
3631
+ width: 420px;
3632
+ margin-right: 3px;
3633
+ }
3634
+
3635
+ .product-view .box-tags .form-add p {
3636
+ clear: both;
3637
+ }
3638
+
3639
+ .product-view .box-tags .note {
3640
+ color: #555;
3641
+ }
3642
+
3643
+ /* Block: Reviews
3644
+ ------------------------------------- */
3645
+
3646
+ .product-view .box-reviews {
3647
+
3648
+ }
3649
+
3650
+ .product-view .box-reviews .form-add {
3651
+
3652
+ }
3653
+
3654
+ .product-view .box-reviews .form-add .data-table{
3655
+ margin-top: 16px;
3656
+ margin-bottom: 16px;
3657
+ }
3658
+
3659
+ .product-view .box-reviews .form-add .form-list{
3660
+ background: #f6f6f6;
3661
+ padding: 12px;
3662
+ border: 1px solid #ddd;
3663
+ }
3664
+
3665
+ .product-view .box-reviews .form-add .buttons-set button{
3666
+ float: left;
3667
+ }
3668
+
3669
+ .product-view .box-reviews dt{
3670
+ font-size: 14px;
3671
+ color: #555;
3672
+ }
3673
+
3674
+ .product-view .box-reviews dt a{
3675
+ font-weight: bold;
3676
+ font-size: 18px;
3677
+ margin-right: 5px;
3678
+ }
3679
+
3680
+ .product-view .box-reviews dd{
3681
+ margin-bottom: 12px;
3682
+ padding-bottom: 12px;
3683
+ border-bottom: 1px solid #ccc;
3684
+ }
3685
+
3686
+ .product-view .box-reviews .pager{
3687
+ margin: 12px 0;
3688
+ }
3689
+
3690
+ .product-view .box-reviews .ratings-table{
3691
+ margin-bottom: 10px;
3692
+ margin-top: 10px;
3693
+ }
3694
+
3695
+ /* Send a Friend
3696
+ ------------------------------------- */
3697
+
3698
+ .send-friend {
3699
+
3700
+ }
3701
+
3702
+ /* CONTENT STYLES
3703
+ ========================================== */
3704
+
3705
+ .product-name {
3706
+ font-size: 1em;
3707
+ }
3708
+
3709
+ .product-name a {
3710
+
3711
+ }
3712
+
3713
+ /* PRODUCT TAGS
3714
+ ========================================== */
3715
+
3716
+ .tags-list li {
3717
+ display: inline;
3718
+ }
3719
+
3720
+ /* ADVANCED SEARCH
3721
+ ========================================== */
3722
+
3723
+ .advanced-search {
3724
+
3725
+ }
3726
+
3727
+ .advanced-search-amount {
3728
+
3729
+ }
3730
+
3731
+ .advanced-search-summary {
3732
+
3733
+ }
3734
+
3735
+ /* CMS: Homepage
3736
+ ========================================== */
3737
+
3738
+ .homepage {
3739
+ margin-bottom: 16px;
3740
+ }
3741
+
3742
+ .homepage .home-box1 {
3743
+ float: left;
3744
+ width: 291px;
3745
+ margin-right: 12px;
3746
+ }
3747
+
3748
+ .homepage .home-box2 {
3749
+ float: left;
3750
+ width: 291px;
3751
+ margin-right: 12px;
3752
+ }
3753
+
3754
+ .homepage .home-box3 {
3755
+ float: left;
3756
+ width: 291px;
3757
+ margin-right: 12px;
3758
+ }
3759
+
3760
+ .homepage .home-box4 {
3761
+ float: right;
3762
+ width: 291px;
3763
+ }
3764
+
3765
+ .cms-home .toolbar-bottom{
3766
+ display: none;
3767
+ }
3768
+
3769
+ /* SITEMAP
3770
+ ========================================== */
3771
+
3772
+ .page-sitemap .links {
3773
+ text-align: right;
3774
+ margin: 0 8px -22px 0;
3775
+ }
3776
+
3777
+ .page-sitemap .links a {
3778
+ text-decoration: none;
3779
+ position: relative;
3780
+ }
3781
+
3782
+ .page-sitemap .links a:hover {
3783
+ text-decoration: underline;
3784
+ }
3785
+
3786
+ .page-sitemap .sitemap {
3787
+ margin: 12px;
3788
+ }
3789
+
3790
+ .page-sitemap .sitemap a {
3791
+
3792
+ }
3793
+
3794
+ .page-sitemap .sitemap li {
3795
+ margin: 3px 0;
3796
+ }
3797
+
3798
+ .page-sitemap .sitemap li.level-0 {
3799
+ margin: 10px 0 0;
3800
+ font-weight: bold;
3801
+ }
3802
+
3803
+ .page-sitemap .sitemap li.level-0 a {
3804
+
3805
+ }
3806
+
3807
+ /* RSS
3808
+ ========================================== */
3809
+
3810
+ .rss-title h1 {
3811
+ background: url(../images/i_rss-big.png) 0 4px no-repeat;
3812
+ padding-left: 27px;
3813
+ }
3814
+
3815
+ .rss-table .link-rss {
3816
+ display: block;
3817
+ line-height: 1.35;
3818
+ background-position: 0 2px;
3819
+ }
3820
+
3821
+ /* SHOPPING CART
3822
+ ========================================== */
3823
+
3824
+ .cart {
3825
+
3826
+ }
3827
+
3828
+ /* Checkout Types
3829
+ ------------------------------------- */
3830
+
3831
+ .cart .checkout-types {
3832
+ float: right;
3833
+ text-align: right;
3834
+ }
3835
+
3836
+ .cart .title-buttons .checkout-types li {
3837
+ float: left;
3838
+ margin: 0 0 5px 5px;
3839
+ }
3840
+
3841
+ .cart .checkout-types .paypal-or {
3842
+ margin: 0 8px;
3843
+ line-height: 2.3;
3844
+ }
3845
+
3846
+ .cart .totals .checkout-types .paypal-or {
3847
+ clear: both;
3848
+ display: block;
3849
+ padding: 3px 55px 8px 0;
3850
+ line-height: 1.0;
3851
+ font-size: 11px;
3852
+ }
3853
+
3854
+ .checkout-types button.button,
3855
+ .checkout-types button.button:hover {
3856
+ padding: 0 16px;
3857
+ cursor: pointer;
3858
+ border: 1px solid #f56e24;
3859
+ font: bold 15px/34px Arial, Helvetica, sans-serif;
3860
+ color: #fff;
3861
+ height: 34px !important;
3862
+ text-transform: uppercase;
3863
+ background: #f56e24;
3864
+ background-image: -moz-linear-gradient(top,#ff923e,#f56e24);
3865
+ background-image: -webkit-gradient(linear,left top,left bottom,from(#ff923e),to(#f56e24));
3866
+ filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ff923e,endColorStr=#f56e24);
3867
+ -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ff923e, endColorStr=#f56e24)";
3868
+ }
3869
+
3870
+ /* Shopping Cart Table
3871
+ ------------------------------------- */
3872
+
3873
+ .cart-table .item-msg {
3874
+ font-size: 10px;
3875
+ }
3876
+
3877
+ /* Shopping Cart Collateral boxes
3878
+ ------------------------------------- */
3879
+
3880
+ .cart .cart-collaterals {
3881
+ padding: 25px 0 0;
3882
+ }
3883
+
3884
+ .cart .cart-collaterals .col2-set {
3885
+ float: left;
3886
+ width: 700px;
3887
+ }
3888
+
3889
+ .cart .crosssell {
3890
+ background: #f6f6f6;
3891
+ border: 1px solid #ccc;
3892
+ padding: 10px;
3893
+ }
3894
+
3895
+ .cart .crosssell .old-price .price-label,
3896
+ .cart .crosssell .special-price .price-label {
3897
+ display: none;
3898
+ }
3899
+
3900
+ .cart .crosssell h2 {
3901
+ font-weight: bold;
3902
+ font-size: 15px;
3903
+ }
3904
+
3905
+ .cart .crosssell .product-image {
3906
+ float: left;
3907
+ width: 75px;
3908
+ height: 75px;
3909
+ border: 1px solid #ddd;
3910
+ }
3911
+
3912
+ .cart .crosssell .product-details {
3913
+ margin-left: 90px;
3914
+ }
3915
+
3916
+ .cart .crosssell li.item {
3917
+ margin: 10px 0 0;
3918
+ border-top: 1px solid #ccc;
3919
+ padding-top: 10px;
3920
+ }
3921
+
3922
+ .cart .crosssell .add-to-links{
3923
+ margin: 5px 0 0;
3924
+ }
3925
+
3926
+ .cart .crosssell .add-to-links a{
3927
+ font-weight: normal;
3928
+ font-style: normal;
3929
+ font-size: 12px;
3930
+ }
3931
+
3932
+ .cart .crosssell .price-box{
3933
+ margin-bottom: 6px;
3934
+ }
3935
+
3936
+ /* Discount Codes & Estimate Shipping and Tax Boxes
3937
+ ------------------------------------- */
3938
+
3939
+ .cart .discount,
3940
+ .cart .shipping {
3941
+ margin-bottom: 12px;
3942
+ background: #f6f6f6;
3943
+ border: 1px solid #ccc;
3944
+ padding: 10px;
3945
+ }
3946
+
3947
+ /* Shopping Cart Totals
3948
+ ------------------------------------- */
3949
+
3950
+ .cart .totals {
3951
+ float: right;
3952
+ }
3953
+
3954
+ .cart .totals table {
3955
+ width: 100%;
3956
+ }
3957
+
3958
+ .cart .totals table th,
3959
+ .cart .totals table td {
3960
+ padding: 5px;
3961
+ }
3962
+
3963
+ .cart .totals table th {
3964
+ font-weight: bold;
3965
+ }
3966
+
3967
+ .cart .totals table tfoot th {
3968
+
3969
+ }
3970
+
3971
+ /* Options Tool Tip
3972
+ ------------------------------------- */
3973
+
3974
+ .item-options dt {
3975
+ font-weight: bold;
3976
+ font-style: italic;
3977
+ }
3978
+
3979
+ .item-options dd {
3980
+ padding-left: 10px;
3981
+ }
3982
+
3983
+ .truncated {
3984
+ cursor: help;
3985
+ }
3986
+
3987
+ .truncated a.dots {
3988
+ cursor: help;
3989
+ }
3990
+
3991
+ .truncated a.details {
3992
+ cursor: help;
3993
+ }
3994
+
3995
+ .truncated .truncated_full_value {
3996
+ position: relative;
3997
+ z-index: 999;
3998
+ }
3999
+
4000
+ .truncated .truncated_full_value .item-options {
4001
+ position: absolute;
4002
+ top: -99999em;
4003
+ left: -99999em;
4004
+ z-index: 999;
4005
+ width: 250px;
4006
+ padding: 8px;
4007
+ border: 1px solid #ddd;
4008
+ background-color: #f6f6f6;
4009
+ }
4010
+
4011
+ .truncated .truncated_full_value .item-options > p {
4012
+ font-weight: bold;
4013
+ text-transform: uppercase;
4014
+ }
4015
+
4016
+ .truncated .show .item-options {
4017
+ top: -20px;
4018
+ left: 50%;
4019
+ }
4020
+
4021
+ .col-left .truncated .show .item-options {
4022
+ left: 30px;
4023
+ top: 7px;
4024
+ }
4025
+
4026
+ .col-right .truncated .show .item-options {
4027
+ left: -240px;
4028
+ top: 7px;
4029
+ }
4030
+
4031
+ /* CHECKOUT
4032
+ ========================================== */
4033
+
4034
+ /* Shipping and Payment methods
4035
+ ------------------------------------- */
4036
+
4037
+ .sp-methods dt {
4038
+ font-weight: bold;
4039
+ }
4040
+
4041
+ .sp-methods .price {
4042
+ font-weight: bold;
4043
+ }
4044
+
4045
+ .sp-methods .form-list {
4046
+ padding-left: 20px;
4047
+ }
4048
+
4049
+ .sp-methods select.month {
4050
+ width: 150px;
4051
+ margin-right: 10px;
4052
+ }
4053
+
4054
+ .sp-methods select.year {
4055
+ width: 96px;
4056
+ }
4057
+
4058
+ .sp-methods input.cvv {
4059
+ width: 3em !important;
4060
+ }
4061
+
4062
+ .sp-methods .checkmo-list li {
4063
+ margin: 0 0 5px;
4064
+ }
4065
+
4066
+ .sp-methods .checkmo-list label {
4067
+ width: 135px;
4068
+ padding-right: 10px;
4069
+ text-align: right;
4070
+ }
4071
+
4072
+ .sp-methods .checkmo-list address {
4073
+ float: left;
4074
+ }
4075
+
4076
+ .sp-methods .centinel-logos a {
4077
+ margin-right: 3px;
4078
+ }
4079
+
4080
+ .sp-methods .centinel-logos img {
4081
+ vertical-align: middle;
4082
+ }
4083
+
4084
+ .sp-methods .release-amounts {
4085
+ margin: 0.5em 0 1em;
4086
+ }
4087
+
4088
+ .sp-methods .release-amounts button {
4089
+ float: left;
4090
+ margin: 5px 10px 0 0;
4091
+ }
4092
+
4093
+ .please-wait {
4094
+ float: right;
4095
+ margin-right: 5px;
4096
+ }
4097
+
4098
+ .please-wait img {
4099
+ vertical-align: middle;
4100
+ }
4101
+
4102
+ .cvv-what-is-this {
4103
+ cursor: help;
4104
+ margin-left: 5px;
4105
+ }
4106
+
4107
+ /* Tooltip
4108
+ ------------------------------------- */
4109
+
4110
+ .tool-tip {
4111
+ border: 1px solid #ddd;
4112
+ background-color: #f6f6f6;
4113
+ padding: 5px;
4114
+ position: absolute;
4115
+ z-index: 9999;
4116
+ }
4117
+
4118
+ .tool-tip .btn-close {
4119
+ text-align: right;
4120
+ }
4121
+
4122
+ .tool-tip .btn-close a {
4123
+ display: block;
4124
+ margin: 0 0 0 auto;
4125
+ width: 15px;
4126
+ height: 15px;
4127
+ background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
4128
+ text-align: left;
4129
+ text-indent: -999em;
4130
+ overflow: hidden;
4131
+ }
4132
+
4133
+ .tool-tip .tool-tip-content {
4134
+ padding: 5px;
4135
+ }
4136
+
4137
+ /* Gift Messages
4138
+ ------------------------------------- */
4139
+
4140
+ .gift-messages {
4141
+
4142
+ }
4143
+
4144
+ .gift-messages-form {
4145
+ border: 1px solid #ddd;
4146
+ background-color: #f6f6f6;
4147
+ }
4148
+
4149
+ .gift-messages-form {
4150
+ position: relative;
4151
+ }
4152
+
4153
+ .gift-messages-form label {
4154
+ float: none !important;
4155
+ position: static !important;
4156
+ }
4157
+
4158
+ .gift-messages-form h4 {
4159
+
4160
+ }
4161
+
4162
+ .gift-messages-form .whole-order {
4163
+
4164
+ }
4165
+
4166
+ .gift-messages-form .item {
4167
+ margin: 0 0 10px;
4168
+ }
4169
+
4170
+ .gift-messages-form .item .product-img-box {
4171
+ float: left;
4172
+ width: 75px;
4173
+ }
4174
+
4175
+ .gift-messages-form .item .product-image {
4176
+ margin: 0 0 7px;
4177
+ }
4178
+
4179
+ .gift-messages-form .item .number {
4180
+ margin: 0;
4181
+ font-weight: bold;
4182
+ text-align: center;
4183
+ }
4184
+
4185
+ .gift-messages-form .item .details {
4186
+ margin-left: 90px;
4187
+ }
4188
+
4189
+ .gift-messages-form .item .details .product-name {
4190
+
4191
+ }
4192
+
4193
+ .gift-message-link {
4194
+ display: block;
4195
+ background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
4196
+ padding-left: 20px;
4197
+ }
4198
+
4199
+ .gift-message-link.expanded {
4200
+ background-position: 0 -53px;
4201
+ }
4202
+
4203
+ .gift-message-row {
4204
+
4205
+ }
4206
+
4207
+ .gift-message-row .btn-close {
4208
+ float: right;
4209
+ }
4210
+
4211
+ .gift-message dt strong {
4212
+ font-weight: bold;
4213
+ }
4214
+
4215
+ /* Checkout Agreements
4216
+ ------------------------------------- */
4217
+
4218
+ .checkout-agreements {
4219
+
4220
+ }
4221
+
4222
+ .checkout-agreements li {
4223
+ margin: 10px 0;
4224
+ }
4225
+
4226
+ .checkout-agreements .agreement-content {
4227
+ border: 1px solid #ddd;
4228
+ background-color: #f6f6f6;
4229
+ padding: 5px;
4230
+ height: 10em;
4231
+ overflow: auto;
4232
+ }
4233
+
4234
+ .checkout-agreements .agree {
4235
+ padding: 6px;
4236
+ }
4237
+
4238
+ /* Centinel
4239
+ ------------------------------------- */
4240
+
4241
+ .centinel {
4242
+
4243
+ }
4244
+
4245
+ .centinel .authentication {
4246
+ border: 1px solid #ddd;
4247
+ background: #fff;
4248
+ }
4249
+
4250
+ .centinel .authentication iframe {
4251
+ width: 99%;
4252
+ height: 400px;
4253
+ background: transparent !important;
4254
+ margin: 0 !important;
4255
+ padding: 0 !important;
4256
+ border: 0 !important;
4257
+ }
4258
+
4259
+ /* Generic Info Set
4260
+ ------------------------------------- */
4261
+
4262
+ .info-set {
4263
+
4264
+ }
4265
+
4266
+ /* One Page Checkout
4267
+ ------------------------------------- */
4268
+
4269
+ .block-progress {
4270
+ font: 13px Arial, Helvetica, sans-serif;
4271
+ }
4272
+
4273
+ .block-progress dt {
4274
+ font-weight: bold;
4275
+ margin-bottom: 3px;
4276
+ }
4277
+
4278
+ .block-progress dd {
4279
+ margin-bottom: 8px;
4280
+ border-bottom: 1px solid #ddd;
4281
+ padding-bottom: 8px;
4282
+ }
4283
+
4284
+ .block-progress dt.complete,
4285
+ .block-progress dd.complete {
4286
+
4287
+ }
4288
+
4289
+ .opc {
4290
+ border-bottom: 1px solid #ddd;
4291
+ position: relative;
4292
+ font: 13px Arial, Helvetica, sans-serif;
4293
+ }
4294
+
4295
+ .opc li.section {
4296
+ border: 1px solid #ddd;
4297
+ border-bottom: 0;
4298
+ }
4299
+
4300
+ .opc .buttons-set.disabled button.button {
4301
+ display: none;
4302
+ }
4303
+
4304
+ .opc .buttons-set .please-wait {
4305
+ height: 21px;
4306
+ line-height: 21px;
4307
+ }
4308
+
4309
+ .opc .step-title {
4310
+ background-color: #f6f6f6;
4311
+ padding: 0 5px;
4312
+ text-align: right;
4313
+ }
4314
+
4315
+ .opc .step-title .number {
4316
+ float: left;
4317
+ line-height: 22px;
4318
+ margin-right: 7px;
4319
+ }
4320
+
4321
+ .opc .step-title h2 {
4322
+ float: left;
4323
+ font-weight: bold;
4324
+ font-size: 14px;
4325
+ margin-top: 3px;
4326
+ }
4327
+
4328
+ .opc .step-title a {
4329
+ display: none;
4330
+ float: right;
4331
+ }
4332
+
4333
+ .opc .allow .step-title {
4334
+ cursor: pointer;
4335
+ }
4336
+
4337
+ /*.opc .allow .step-title a {
4338
+ display:block;
4339
+ }*/
4340
+
4341
+ .opc .active {
4342
+
4343
+ }
4344
+
4345
+ .opc .active .step-title {
4346
+ background-color: #ccc;
4347
+ cursor: default;
4348
+ }
4349
+
4350
+ /*.opc .active .step-title a {
4351
+ display:none;
4352
+ }*/
4353
+
4354
+ .opc .step {
4355
+ border-top: 1px solid #ddd;
4356
+ padding: 10px;
4357
+ position: relative;
4358
+ }
4359
+
4360
+ .opc .step .tool-tip {
4361
+ right: 10px;
4362
+ }
4363
+
4364
+ .opc .order-review {
4365
+
4366
+ }
4367
+
4368
+ .opc .order-review .authentication {
4369
+
4370
+ }
4371
+
4372
+ .opc .order-review .warning-message {
4373
+
4374
+ }
4375
+
4376
+ .opc dt {
4377
+ margin-bottom: 4px;
4378
+ }
4379
+
4380
+ /* Multiple Addresses Checkout
4381
+ ------------------------------------- */
4382
+
4383
+ .checkout-progress {
4384
+ padding: 0 50px;
4385
+ margin: 10px 0;
4386
+ }
4387
+
4388
+ .checkout-progress li {
4389
+ float: left;
4390
+ width: 20%;
4391
+ border-top: 5px solid #ccc;
4392
+ text-align: center;
4393
+ color: #ccc;
4394
+ }
4395
+
4396
+ .checkout-progress li.active {
4397
+ border-top-color: #000;
4398
+ color: #000;
4399
+ }
4400
+
4401
+ .multiple-checkout {
4402
+ position: relative;
4403
+ }
4404
+
4405
+ .multiple-checkout .tool-tip {
4406
+ top: 50%;
4407
+ margin-top: -120px;
4408
+ right: 10px;
4409
+ }
4410
+
4411
+ .multiple-checkout .grand-total {
4412
+ font-size: 1.5em;
4413
+ text-align: right;
4414
+ }
4415
+
4416
+ .multiple-checkout .grand-total big {
4417
+
4418
+ }
4419
+
4420
+ .multiple-checkout .grand-total .price {
4421
+
4422
+ }
4423
+
4424
+ /* ACCOUNT: Login/Create Pages
4425
+ ========================================== */
4426
+
4427
+ .account-login {
4428
+ }
4429
+
4430
+ .account-login h1{
4431
+ margin-bottom: 10px;
4432
+ }
4433
+
4434
+ .account-login h2{
4435
+ text-transform: uppercase;
4436
+ font-weight: bold;
4437
+ font-size: 18px;
4438
+ margin-bottom: 9px;
4439
+ }
4440
+
4441
+ .account-login .new-users {
4442
+
4443
+ }
4444
+
4445
+ .account-login .registered-users {
4446
+
4447
+ }
4448
+
4449
+ .account-create {
4450
+
4451
+ }
4452
+
4453
+ /* Captcha
4454
+ ------------------------------------- */
4455
+
4456
+ .captcha-note {
4457
+
4458
+ }
4459
+
4460
+ .captcha-image {
4461
+ float: left;
4462
+ position: relative;
4463
+ }
4464
+
4465
+ .captcha-img {
4466
+ border: 1px solid #ccc;
4467
+ }
4468
+
4469
+ .registered-users .captcha-image {
4470
+
4471
+ }
4472
+
4473
+ #checkout-step-login .captcha-image {
4474
+
4475
+ }
4476
+
4477
+ .captcha-reload {
4478
+ position: absolute;
4479
+ top: 2px;
4480
+ right: 2px;
4481
+ }
4482
+
4483
+ .captcha-reload.refreshing {
4484
+ animation: rotate 1.5s infinite linear;
4485
+ -webkit-animation: rotate 1.5s infinite linear;
4486
+ -moz-animation: rotate 1.5s infinite linear;
4487
+ }
4488
+
4489
+ @-webkit-keyframes rotate {
4490
+ 0% { -webkit-transform: rotate(0);
4491
+ }
4492
+
4493
+ 0% {
4494
+ -webkit-transform: rotate(-360deg);
4495
+ }
4496
+
4497
+ }
4498
+ @-moz-keyframes rotate {
4499
+ 0% { -moz-transform: rotate(0);
4500
+ }
4501
+
4502
+ 0% {
4503
+ -moz-transform: rotate(-360deg);
4504
+ }
4505
+
4506
+ }
4507
+ @keyframes rotate {
4508
+ 0% { transform: rotate(0);
4509
+ }
4510
+
4511
+ 0% {
4512
+ transform: rotate(-360deg);
4513
+ }
4514
+
4515
+ }
4516
+
4517
+ /* REMEMBER ME Popup
4518
+ ========================================== */
4519
+
4520
+ .window-overlay {
4521
+ background: url(../images/window_overlay.png) repeat;
4522
+ background: rgba(0, 0, 0, 0.35);
4523
+ position: absolute;
4524
+ top: 0;
4525
+ left: 0;
4526
+ height: 100%;
4527
+ width: 100%;
4528
+ z-index: 990;
4529
+ }
4530
+
4531
+ .remember-me label {
4532
+
4533
+ }
4534
+
4535
+ .remember-me-popup {
4536
+
4537
+ }
4538
+
4539
+ .remember-me-popup h3 {
4540
+
4541
+ }
4542
+
4543
+ .remember-me-popup .remember-me-popup-head {
4544
+
4545
+ }
4546
+
4547
+ .remember-me-popup .remember-me-popup-head .remember-me-popup-close {
4548
+
4549
+ }
4550
+
4551
+ .remember-me-popup .remember-me-popup-body {
4552
+
4553
+ }
4554
+
4555
+ .remember-me-popup .remember-me-popup-body a {
4556
+
4557
+ }
4558
+
4559
+ /* MY ACCOUNT
4560
+ ========================================== */
4561
+
4562
+ .my-account .title-buttons .link-rss {
4563
+ float: none;
4564
+ margin: 0;
4565
+ }
4566
+
4567
+ /* Dashboard
4568
+ ------------------------------------- */
4569
+
4570
+ .dashboard {
4571
+
4572
+ }
4573
+
4574
+ .dashboard .welcome-msg {
4575
+ border-bottom: 1px solid #ccc;
4576
+ margin-bottom: 12px;
4577
+ padding-bottom: 12px;
4578
+ }
4579
+
4580
+ .dashboard .welcome-msg .hello {
4581
+ font-weight: bold;
4582
+ font-size: 16px;
4583
+ margin-bottom: 5px;
4584
+ }
4585
+
4586
+ /* Block: Recent Orders
4587
+ ------------------------------------- */
4588
+
4589
+ .dashboard .box-recent {
4590
+ margin: 10px 0 20px;
4591
+ }
4592
+
4593
+ /* Block: Account Information
4594
+ ------------------------------------- */
4595
+
4596
+ .dashboard .box-info {
4597
+
4598
+ }
4599
+
4600
+ .dashboard .box-info .box-title{
4601
+ margin-bottom: 6px;
4602
+ }
4603
+
4604
+ .dashboard .col2-set {
4605
+ padding-bottom: 12px;
4606
+ border-bottom: 1px solid #ccc;
4607
+ margin-bottom: 12px;
4608
+ }
4609
+
4610
+ /* Block: Reviews
4611
+ ------------------------------------- */
4612
+
4613
+ .dashboard .box-reviews .number {
4614
+ float: left;
4615
+ font-size: 10px;
4616
+ font-weight: bold;
4617
+ line-height: 1;
4618
+ color: #fff;
4619
+ margin: 3px -20px 0 0;
4620
+ padding: 2px 3px;
4621
+ background: #ddd;
4622
+ }
4623
+
4624
+ .dashboard .box-reviews .details {
4625
+ margin-left: 20px;
4626
+ }
4627
+
4628
+ /* Block: Tags
4629
+ ------------------------------------- */
4630
+
4631
+ .dashboard .box-tags .number {
4632
+ float: left;
4633
+ font-size: 10px;
4634
+ font-weight: bold;
4635
+ line-height: 1;
4636
+ color: #fff;
4637
+ margin: 3px -20px 0 0;
4638
+ padding: 2px 3px;
4639
+ background: #ddd;
4640
+ }
4641
+
4642
+ .dashboard .box-tags .details {
4643
+ margin-left: 20px;
4644
+ }
4645
+
4646
+ /* Address Book
4647
+ ------------------------------------- */
4648
+
4649
+ .addresses-list {
4650
+
4651
+ }
4652
+
4653
+ .addresses-list .item{
4654
+ margin-bottom: 20px;
4655
+ }
4656
+
4657
+ .addresses-list-additional li.item {
4658
+
4659
+ }
4660
+
4661
+ /* Order View
4662
+ ------------------------------------- */
4663
+
4664
+ .order-info {
4665
+ border: 1px solid #ddd;
4666
+ padding: 5px;
4667
+ }
4668
+
4669
+ .order-info dt,
4670
+ .order-info dd,
4671
+ .order-info ul,
4672
+ .order-info li {
4673
+ display: inline;
4674
+ }
4675
+
4676
+ .order-info dt {
4677
+ font-weight: bold;
4678
+ }
4679
+
4680
+ .order-date {
4681
+ margin: 10px 0;
4682
+ }
4683
+
4684
+ .order-info-box {
4685
+
4686
+ }
4687
+
4688
+ .order-info-box .box{
4689
+ margin-bottom: 12px;
4690
+ }
4691
+
4692
+ .order-items {
4693
+ width: 100%;
4694
+ overflow-x: auto;
4695
+ }
4696
+
4697
+ .order-additional {
4698
+ margin: 15px 0;
4699
+ }
4700
+
4701
+ /* Order Gift Message
4702
+ ------------------------------------- */
4703
+
4704
+ .gift-message dt strong {
4705
+ color: #666;
4706
+ }
4707
+
4708
+ .gift-message dd {
4709
+ font-size: 13px;
4710
+ margin: 5px 0 0;
4711
+ }
4712
+
4713
+ /* Order Comments
4714
+ ------------------------------------- */
4715
+
4716
+ .order-about dt {
4717
+ font-weight: bold;
4718
+ }
4719
+
4720
+ .order-about dd {
4721
+ font-size: 13px;
4722
+ margin: 0 0 7px;
4723
+ }
4724
+
4725
+ .tracking-table {
4726
+ margin: 0 0 15px;
4727
+ }
4728
+
4729
+ .tracking-table th {
4730
+ font-weight: bold;
4731
+ white-space: nowrap;
4732
+ }
4733
+
4734
+ .tracking-table-popup {
4735
+ width: 100%;
4736
+ }
4737
+
4738
+ .tracking-table-popup th {
4739
+ font-weight: bold;
4740
+ white-space: nowrap;
4741
+ }
4742
+
4743
+ .tracking-table-popup th,
4744
+ .tracking-table-popup td {
4745
+ padding: 1px 8px;
4746
+ }
4747
+
4748
+ /* Order Print Pages
4749
+ ------------------------------------- */
4750
+
4751
+ .page-print .print-head {
4752
+
4753
+ }
4754
+
4755
+ .page-print .print-head img {
4756
+ float: left;
4757
+ }
4758
+
4759
+ .page-print .print-head address {
4760
+ float: left;
4761
+ margin-left: 15px;
4762
+ }
4763
+
4764
+ /* Price Rewrites
4765
+ ------------------------------------- */
4766
+
4767
+ .page-print .gift-message-link {
4768
+ display: none;
4769
+ }
4770
+
4771
+ .page-print .price-excl-tax,
4772
+ .page-print .price-incl-tax {
4773
+ display: block;
4774
+ white-space: nowrap;
4775
+ }
4776
+
4777
+ .page-print .cart-price,
4778
+ .page-print .price-excl-tax .label,
4779
+ .page-print .price-incl-tax .label,
4780
+ .page-print .price-excl-tax .price,
4781
+ .page-print .price-incl-tax .price {
4782
+ display: inline;
4783
+ }
4784
+
4785
+ /* My Reviews
4786
+ ------------------------------------- */
4787
+
4788
+ .product-review .product-img-box {
4789
+ float: left;
4790
+ width: 140px;
4791
+ }
4792
+
4793
+ .product-review .product-img-box .product-image {
4794
+ display: block;
4795
+ width: 125px;
4796
+ height: 125px;
4797
+ }
4798
+
4799
+ .product-review .product-img-box .label {
4800
+ font-size: 11px;
4801
+ margin: 0 0 3px;
4802
+ }
4803
+
4804
+ .product-review .product-img-box .ratings .rating-box {
4805
+ float: none;
4806
+ display: block;
4807
+ margin: 0 0 3px;
4808
+ }
4809
+
4810
+ .product-review .product-details {
4811
+ margin-left: 150px;
4812
+ }
4813
+
4814
+ .product-review .product-name {
4815
+ font-size: 16px;
4816
+ font-weight: bold;
4817
+ margin: 0 0 10px;
4818
+ }
4819
+
4820
+ .product-review h3 {
4821
+
4822
+ }
4823
+
4824
+ .product-review .ratings-table {
4825
+ margin: 0 0 10px;
4826
+ }
4827
+
4828
+ .product-review dt {
4829
+ font-weight: bold;
4830
+ }
4831
+
4832
+ .product-review dd {
4833
+ font-size: 13px;
4834
+ margin: 5px 0 0;
4835
+ }
4836
+
4837
+ /* Wishlist
4838
+ ------------------------------------- */
4839
+
4840
+ .my-wishlist {
4841
+
4842
+ }
4843
+
4844
+ .my-wishlist textarea{
4845
+ width: 75%;
4846
+ height: 50px;
4847
+ margin-top: 10px;
4848
+ }
4849
+
4850
+ .my-wishlist .qty{
4851
+ margin-top: 5px;
4852
+ margin-bottom: 5px;
4853
+ }
4854
+
4855
+ /* SALES GUEST FORM
4856
+ ========================================== */
4857
+
4858
+ .sales-guest-form .form-alt .input-box{
4859
+ margin-bottom: 8px;
4860
+ }
4861
+
4862
+ .sales-guest-form .form-alt .input-box label{
4863
+ font-weight: bold;
4864
+ }
4865
+
4866
+
4867
+ /* SPLASH PAGES
4868
+ ========================================== */
4869
+
4870
+ .splash-group-simple li{
4871
+ padding-bottom: 3px;
4872
+ padding-top: 3px;
4873
+ }
4874
+
4875
+ .splash-group-grid {
4876
+ }
4877
+
4878
+ .splash-group-grid li{
4879
+ display: inline-block;
4880
+ margin: 12px 0 0 16px;
4881
+ }
4882
+
4883
+ .splash-group-grid .product-image{
4884
+ display: block;
4885
+ border: 1px solid #ddd;
4886
+ padding: 5px;
4887
+ margin-bottom: 4px;
4888
+ }
4889
+
4890
+ /* FOOTER
4891
+ ========================================== */
4892
+
4893
+ /* Footer Basics
4894
+ ------------------------------------- */
4895
+
4896
+ .footer-container {
4897
+
4898
+ }
4899
+
4900
+ .footer {
4901
+
4902
+ }
4903
+
4904
+ .footer1-container {
4905
+ padding: 14px 0 18px;
4906
+ border-top: 1px solid #fff;
4907
+ background: #fff url(../images/shadow-footer.png) repeat-x left top;
4908
+ }
4909
+
4910
+ .footer1 {
4911
+ margin: 0 auto;
4912
+ width: 1200px;
4913
+ }
4914
+
4915
+ .footer2-container {
4916
+ background: #3f3833 url(../images/shadow-footer.png) repeat-x left top;
4917
+ padding: 24px 0;
4918
+ border-top: 1px solid #fff;
4919
+ }
4920
+
4921
+ .footer2-container a{
4922
+ color: #fff;
4923
+ }
4924
+
4925
+ .footer2 {
4926
+ margin: 0 auto;
4927
+ width: 1200px;
4928
+ }
4929
+
4930
+ .footer3-container {
4931
+ padding: 16px 0 22px;
4932
+ }
4933
+
4934
+ .footer3 {
4935
+ margin: 0 auto;
4936
+ width: 1200px;
4937
+ }
4938
+
4939
+ /* Footer 1
4940
+ ------------------------------------- */
4941
+
4942
+ .footer1 .headline{
4943
+ text-transform: uppercase;
4944
+ font-size: 18px;
4945
+ color: #423c36;
4946
+ margin-bottom: 12px;
4947
+ font-weight: bold;
4948
+ }
4949
+
4950
+ .footer1 .newsletter{
4951
+ float: left;
4952
+ width: 480px;
4953
+ }
4954
+
4955
+ .footer1 .newsletter input{
4956
+ float: left;
4957
+ width: 260px;
4958
+ padding: 8px;
4959
+ font-size: 13px;
4960
+ color: #444;
4961
+ border: 1px solid #bbb;
4962
+ margin-right: 3px;
4963
+ background-color: #fff;
4964
+ -moz-border-radius: 3px;
4965
+ -webkit-border-radius: 3px;
4966
+ border-radius: 3px;
4967
+ }
4968
+
4969
+ .footer1 .newsletter button{
4970
+ -webkit-border-fit: lines;
4971
+ overflow: visible;
4972
+ margin: 0;
4973
+ width: auto;
4974
+ height: 33px !important;
4975
+ cursor: pointer;
4976
+ font: 12px/33px Arial, Helvetica, sans-serif;
4977
+ text-align: center;
4978
+ color: #fff;
4979
+ white-space: nowrap;
4980
+ padding-left: 12px;
4981
+ padding-right: 12px;
4982
+ text-transform: uppercase;
4983
+ background-color: #70645b;
4984
+ border: 1px solid #3f3833;
4985
+ }
4986
+
4987
+ .footer1 .newsletter button:hover{
4988
+ background-color: #3f3833;
4989
+ border: 1px solid #3f3833;
4990
+ }
4991
+
4992
+ .footer1 .footer-social{
4993
+ float: right;
4994
+ }
4995
+
4996
+ .footer1 .footer-social .social-icons li{
4997
+ display: inline-block;
4998
+ margin-left: 4px;
4999
+ }
5000
+
5001
+ .footer1 .footer-social .social-icons a img:hover{
5002
+ opacity: 0.7;
5003
+ }
5004
+
5005
+ /* Footer 2
5006
+ ------------------------------------- */
5007
+
5008
+ .footer2{
5009
+ font-size: 14px;
5010
+ }
5011
+
5012
+ .footer2 .box1,
5013
+ .footer2 .box2,
5014
+ .footer2 .box3,
5015
+ .footer2 .box4,
5016
+ .footer2 .box5{
5017
+ float: left;
5018
+ width: 240px;
5019
+ }
5020
+
5021
+ .footer2 .headline{
5022
+ font-size: 20px;
5023
+ color: #fff;
5024
+ margin-bottom: 12px;
5025
+ font-style: italic;
5026
+ }
5027
+
5028
+ .footer2 a{
5029
+ color: #e4d8d0;
5030
+ }
5031
+
5032
+ .footer2 li{
5033
+ margin-bottom: 5px;
5034
+ }
5035
+
5036
+ /* Footer 3
5037
+ ------------------------------------- */
5038
+
5039
+ .footer3 .links {
5040
+ margin-bottom: 3px;
5041
+ }
5042
+
5043
+ .footer3 .copyright {
5044
+ margin-top: 12px;
5045
+ color: #555;
5046
+ }
5047
+
5048
+ .footer3 .copyright a{
5049
+ color: #555;
5050
+ }
5051
+
5052
+ .footer3 .footer-payments{
5053
+ float: right;
5054
+ }
5055
+
5056
+ .footer3 .footer-payments .payment-icons li{
5057
+ display: inline-block;
5058
+ margin-left: 4px;
5059
+ }
5060
+
5061
+ /* SLIDER
5062
+ ========================================== */
5063
+
5064
+ #slider {
5065
+ float: left;
5066
+ height: 410px;
5067
+ position: relative;
5068
+ width: 796px;
5069
+ overflow: hidden;
5070
+ margin-bottom: 12px;
5071
+ }
5072
+
5073
+ #slider p {
5074
+ margin: 0;
5075
+ padding: 0;
5076
+ }
5077
+
5078
+ div.scroller {
5079
+ height: 450px;
5080
+ overflow: hidden;
5081
+ width: 796px;
5082
+ zoom: 1;
5083
+ }
5084
+
5085
+ div.scroller .content {
5086
+ padding: 0;
5087
+ }
5088
+
5089
+ div.slidercontrolwr-left {
5090
+ position: absolute;
5091
+ left: 0px;
5092
+ bottom: 0;
5093
+ }
5094
+
5095
+ div.slidercontrolwr-right {
5096
+ position: absolute;
5097
+ right: 0px;
5098
+ bottom: 0;
5099
+ }
5100
+
5101
+ div.scroller img {
5102
+ border: none;
5103
+ }
5104
+
5105
+ div.scroller div.section {
5106
+ height: 410px;
5107
+ overflow: hidden;
5108
+ float: left;
5109
+ width: 796px;
5110
+ }
5111
+
5112
+ div.scroller div.content {
5113
+ width: 10000px;
5114
+ float: left;
5115
+ }
5116
+
5117
+ .slidercontrol {
5118
+ list-style: none;
5119
+ margin: 0px;
5120
+ padding: 0px;
5121
+ }
5122
+
5123
+ .slidercontrol a {
5124
+ color: #aaa;
5125
+ filter: alpha(opacity=60);
5126
+ float: left;
5127
+ opacity: 0.6;
5128
+ overflow: hidden;
5129
+ text-decoration: none;
5130
+ text-indent: -1000px;
5131
+ width: 30px;
5132
+ height: 410px;
5133
+ padding-right: 0px;
5134
+ padding-left: 0px;
5135
+ background-position: center center;
5136
+ margin-left: -1px;
5137
+ margin-right: -1px;
5138
+ }
5139
+
5140
+ .slidercontrol a:hover {
5141
+ filter: alpha(opacity=100);
5142
+ opacity: 1;
5143
+ }
5144
+
5145
+ .aprev {
5146
+ background: url(../images/aprev.png) no-repeat 0 0;
5147
+ }
5148
+
5149
+ .anext {
5150
+ background: url(../images/anext.png) no-repeat 0 0;
5151
+ }
5152
+
5153
+ /* CLEARS
5154
+ ========================================== */
5155
+
5156
+ .clearer:after,
5157
+ .header-container:after,
5158
+ .header-container .top-container:after,
5159
+ .header:after,
5160
+ .header .quick-access:after,
5161
+ #nav:after,
5162
+ .main:after,
5163
+ .footer:after,
5164
+ .footer-container .bottom-container:after,
5165
+ .col-main:after,
5166
+ .col2-set:after,
5167
+ .col3-set:after,
5168
+ .col4-set:after,
5169
+ .search-autocomplete li:after,
5170
+ .block .block-content:after,
5171
+ .block .actions:after,
5172
+ .block li.item:after,
5173
+ .block-poll li:after,
5174
+ .block-layered-nav .currently li:after,
5175
+ .page-title:after,
5176
+ .products-grid:after,
5177
+ .products-list li.item:after,
5178
+ .box-account .box-head:after,
5179
+ .dashboard .box .box-title:after,
5180
+ .box-reviews li.item:after,
5181
+ .box-tags li.item:after,
5182
+ .pager:after,
5183
+ .sorter:after,
5184
+ .ratings:after,
5185
+ .add-to-box:after,
5186
+ .add-to-cart:after,
5187
+ .product-essential:after,
5188
+ .product-collateral:after,
5189
+ .product-view .product-img-box .more-views ul:after,
5190
+ .product-view .product-shop .short-description:after,
5191
+ .product-view .box-description:after,
5192
+ .product-view .box-tags .form-add:after,
5193
+ .product-options .options-list li:after,
5194
+ .product-options-bottom:after,
5195
+ .product-review:after,
5196
+ .cart:after,
5197
+ .cart-collaterals:after,
5198
+ .cart .crosssell li.item:after,
5199
+ .opc .step-title:after,
5200
+ .checkout-progress:after,
5201
+ .multiple-checkout .place-order:after,
5202
+ .group-select li:after,
5203
+ .form-list li:after,
5204
+ .form-list .field:after,
5205
+ .buttons-set:after,
5206
+ .page-print .print-head:after,
5207
+ .advanced-search-summary:after,
5208
+ .gift-messages-form .item:after,
5209
+ .send-friend .form-list li p:after {
5210
+ display: block;
5211
+ content: ".";
5212
+ clear: both;
5213
+ font-size: 0;
5214
+ line-height: 0;
5215
+ height: 0;
5216
+ overflow: hidden;
5217
+ }
skin/frontend/default/pagayo-theme-002/favicon.ico ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/anext.png ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/aprev.png ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/bg-main.png ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/bkg_button.gif ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/bkg_collapse.gif ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/bkg_parent.gif ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/bkg_rating.gif ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/btn_edit.gif ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/btn_remove.gif ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/btn_trash.gif ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/btn_window_close.gif ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/catalog/product/placeholder/image.jpg ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/catalog/product/placeholder/small_image.jpg ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/catalog/product/placeholder/thumbnail.jpg ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/cvv.gif ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/fam_book_open.png ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/griditem-bottom.gif ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/i_asc_arrow.gif ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/i_availability_only_arrow.gif ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/i_desc_arrow.gif ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/i_msg-error.gif ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/i_msg-note.gif ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/i_msg-success.gif ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/i_notice.gif ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/i_pager-next.gif ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/i_pager-prev.gif ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/i_print.gif ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/i_rss-big.png ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/i_rss.gif ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/label-sale.png ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/logo.gif ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/logo_email.gif ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/logo_print.gif ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/magnifier_handle.gif ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/main-bg.png ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/opc-ajax-loader.gif ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/pagentopic.png ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/pager_arrow_left.gif ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/pager_arrow_right.gif ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/search-icon-bg.png ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/shadow-footer.png ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/shadow-main.png ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/slider_bg.gif ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/slider_btn_zoom_in.gif ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/slider_btn_zoom_out.gif ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/spacer.gif ADDED
Binary file
skin/frontend/default/pagayo-theme-002/images/validation_advice_bg.gif ADDED
Binary file
skin/frontend/default/pagayo-theme-002/js/glider.js ADDED
@@ -0,0 +1,178 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * @author Bruno Bornsztein <bruno@missingmethod.com>
3
+ * @copyright 2007 Curbly LLC
4
+ * @package Glider
5
+ * @license MIT
6
+ * @url http://www.missingmethod.com/projects/glider/
7
+ * @version 0.0.3
8
+ * @dependencies prototype.js 1.5.1+, effects.js
9
+ */
10
+
11
+ /* Thanks to Andrew Dupont for refactoring help and code cleanup - http://andrewdupont.net/ */
12
+
13
+ Glider = Class.create();
14
+ Object.extend(Object.extend(Glider.prototype, Abstract.prototype), {
15
+ initialize: function(wrapper, options){
16
+ this.handStopped = false;
17
+ this.scrolling = false;
18
+ this.wrapper = $(wrapper);
19
+ this.scroller = this.wrapper.down('div.scroller');
20
+ this.sections = this.wrapper.getElementsBySelector('div.section');
21
+ this.options = Object.extend({ duration: 1.0, frequency: 3 }, options || {});
22
+
23
+ this.sections.each( function(section, index) {
24
+ section._index = index;
25
+ });
26
+
27
+ this.events = {
28
+ click: this.click.bind(this),
29
+ mouseover: this.pause.bind(this),
30
+ mouseout: this.resume.bind(this)
31
+ };
32
+
33
+ this.addObservers();
34
+ if(this.options.initialSection)
35
+ this.moveTo(this.options.initialSection, this.scroller, { duration:this.options.duration }); // initialSection should be the id of the section you want to show up on load
36
+ if(this.options.autoGlide)
37
+ this.start();
38
+ },
39
+
40
+ addObservers: function() {
41
+ this.wrapper.observe('mouseover', this.events.mouseover);
42
+ this.wrapper.observe('mouseout', this.events.mouseout);
43
+
44
+ var descriptions = this.wrapper.getElementsBySelector('div.sliderdescription');
45
+ descriptions.invoke('observe', 'mouseover', this.makeActive);
46
+ descriptions.invoke('observe', 'mouseout', this.makeInactive);
47
+
48
+ var controls = this.wrapper.getElementsBySelector('div.controls a');
49
+ controls.invoke('observe', 'click', this.events.click);
50
+ },
51
+
52
+ click: function(event) {
53
+ this.stop();
54
+ var element = Event.findElement(event, 'a');
55
+ if (this.scrolling) this.scrolling.cancel();
56
+
57
+ this.moveTo(element.href.split("#")[1], this.scroller, { duration:this.options.duration });
58
+ Event.stop(event);
59
+ },
60
+
61
+ moveTo: function(element, container, options) {
62
+ this.current = $(element);
63
+
64
+ Position.prepare();
65
+ var containerOffset = Position.cumulativeOffset(container);
66
+ var elementOffset = Position.cumulativeOffset($(element));
67
+
68
+ this.scrolling = new Effect.SmoothScroll(container, {
69
+ duration:options.duration,
70
+ x:(elementOffset[0]-containerOffset[0]),
71
+ y:(elementOffset[1]-containerOffset[1])
72
+ });
73
+ return false;
74
+ },
75
+
76
+ next: function(){
77
+ if (this.current) {
78
+ var currentIndex = this.current._index;
79
+ var nextIndex = (this.sections.length - 1 == currentIndex) ? 0 : currentIndex + 1;
80
+ } else var nextIndex = 1;
81
+
82
+ this.moveTo(this.sections[nextIndex], this.scroller, {
83
+ duration: this.options.duration
84
+ });
85
+ },
86
+
87
+ previous: function(){
88
+ if (this.current) {
89
+ var currentIndex = this.current._index;
90
+ var prevIndex = (currentIndex == 0) ? this.sections.length - 1 :
91
+ currentIndex - 1;
92
+ } else var prevIndex = this.sections.length - 1;
93
+
94
+ this.moveTo(this.sections[prevIndex], this.scroller, {
95
+ duration: this.options.duration
96
+ });
97
+ },
98
+
99
+ makeActive: function(event)
100
+ {
101
+ var element = Event.findElement(event, 'div');
102
+ element.addClassName('active');
103
+ },
104
+
105
+ makeInactive: function(event)
106
+ {
107
+ var element = Event.findElement(event, 'div');
108
+ element.removeClassName('active');
109
+ },
110
+
111
+ stop: function()
112
+ {
113
+ this.handStopped = true;
114
+ clearTimeout(this.timer);
115
+ },
116
+
117
+ start: function()
118
+ {
119
+ this.handStopped = false;
120
+ this.periodicallyUpdate();
121
+ },
122
+
123
+ pause: function()
124
+ {
125
+ if (!this.handStopped) {
126
+ clearTimeout(this.timer);
127
+ this.timer = null;
128
+ }
129
+ },
130
+
131
+ resume: function()
132
+ {
133
+ if (!this.handStopped)
134
+ this.periodicallyUpdate();
135
+ },
136
+
137
+ periodicallyUpdate: function()
138
+ {
139
+ if (this.timer != null) {
140
+ clearTimeout(this.timer);
141
+ this.next();
142
+ }
143
+ this.timer = setTimeout(this.periodicallyUpdate.bind(this), this.options.frequency*1600);
144
+ }
145
+
146
+ });
147
+
148
+ Effect.SmoothScroll = Class.create();
149
+ Object.extend(Object.extend(Effect.SmoothScroll.prototype, Effect.Base.prototype), {
150
+ initialize: function(element) {
151
+ this.element = $(element);
152
+ var options = Object.extend({
153
+ x: 0,
154
+ y: 0,
155
+ mode: 'absolute'
156
+ } , arguments[1] || {} );
157
+ this.start(options);
158
+ },
159
+ setup: function() {
160
+ if (this.options.continuous && !this.element._ext ) {
161
+ this.element.cleanWhitespace();
162
+ this.element._ext=true;
163
+ this.element.appendChild(this.element.firstChild);
164
+ }
165
+
166
+ this.originalLeft=this.element.scrollLeft;
167
+ this.originalTop=this.element.scrollTop;
168
+
169
+ if(this.options.mode == 'absolute') {
170
+ this.options.x -= this.originalLeft;
171
+ this.options.y -= this.originalTop;
172
+ }
173
+ },
174
+ update: function(position) {
175
+ this.element.scrollLeft = this.options.x * position + this.originalLeft;
176
+ this.element.scrollTop = this.options.y * position + this.originalTop;
177
+ }
178
+ });