magpassion_mp_fafree - Version 1.0.0

Version Notes

Second free magento theme by MagPassion

Download this release

Release Info

Developer magpassion
Extension magpassion_mp_fafree
Version 1.0.0
Comparing to
See all releases


Version 1.0.0

Files changed (127) hide show
  1. app/design/frontend/magpassion/.DS_Store +0 -0
  2. app/design/frontend/magpassion/fafree/.DS_Store +0 -0
  3. app/design/frontend/magpassion/fafree/etc/widget.xml +150 -0
  4. app/design/frontend/magpassion/fafree/layout/catalog.xml +396 -0
  5. app/design/frontend/magpassion/fafree/layout/catalogsearch.xml +126 -0
  6. app/design/frontend/magpassion/fafree/layout/checkout.xml +419 -0
  7. app/design/frontend/magpassion/fafree/layout/contacts.xml +32 -0
  8. app/design/frontend/magpassion/fafree/layout/customer.xml +259 -0
  9. app/design/frontend/magpassion/fafree/layout/newsletter.xml +51 -0
  10. app/design/frontend/magpassion/fafree/layout/page.xml +174 -0
  11. app/design/frontend/magpassion/fafree/layout/payment.xml +21 -0
  12. app/design/frontend/magpassion/fafree/layout/persistent.xml +42 -0
  13. app/design/frontend/magpassion/fafree/layout/review.xml +118 -0
  14. app/design/frontend/magpassion/fafree/layout/rss.xml +78 -0
  15. app/design/frontend/magpassion/fafree/layout/sales.xml +480 -0
  16. app/design/frontend/magpassion/fafree/layout/sendfriend.xml +25 -0
  17. app/design/frontend/magpassion/fafree/layout/tag.xml +118 -0
  18. app/design/frontend/magpassion/fafree/layout/wishlist.xml +122 -0
  19. app/design/frontend/magpassion/fafree/locale/en_US/translate.csv +1 -0
  20. app/design/frontend/magpassion/fafree/template/.DS_Store +0 -0
  21. app/design/frontend/magpassion/fafree/template/catalog/.DS_Store +0 -0
  22. app/design/frontend/magpassion/fafree/template/catalog/category/page.phtml +36 -0
  23. app/design/frontend/magpassion/fafree/template/catalog/category/view.phtml +80 -0
  24. app/design/frontend/magpassion/fafree/template/catalog/category/widget/link/link_block.phtml +27 -0
  25. app/design/frontend/magpassion/fafree/template/catalog/category/widget/link/link_inline.phtml +27 -0
  26. app/design/frontend/magpassion/fafree/template/catalog/product/list.phtml +103 -0
  27. app/design/frontend/magpassion/fafree/template/catalog/product/list/upsell.phtml +36 -0
  28. app/design/frontend/magpassion/fafree/template/catalog/product/new.phtml +50 -0
  29. app/design/frontend/magpassion/fafree/template/catalog/product/view.phtml +140 -0
  30. app/design/frontend/magpassion/fafree/template/catalog/product/view/media.phtml +56 -0
  31. app/design/frontend/magpassion/fafree/template/catalog/product/view/tabs.phtml +62 -0
  32. app/design/frontend/magpassion/fafree/template/catalogsearch/form.mini.phtml +27 -0
  33. app/design/frontend/magpassion/fafree/template/checkout/cart.phtml +154 -0
  34. app/design/frontend/magpassion/fafree/template/newsletter/subscribe.phtml +27 -0
  35. app/design/frontend/magpassion/fafree/template/page/.DS_Store +0 -0
  36. app/design/frontend/magpassion/fafree/template/page/1column.phtml +59 -0
  37. app/design/frontend/magpassion/fafree/template/page/2columns-left.phtml +54 -0
  38. app/design/frontend/magpassion/fafree/template/page/2columns-right.phtml +56 -0
  39. app/design/frontend/magpassion/fafree/template/page/3columns.phtml +56 -0
  40. app/design/frontend/magpassion/fafree/template/page/empty.phtml +46 -0
  41. app/design/frontend/magpassion/fafree/template/page/html/footer.phtml +76 -0
  42. app/design/frontend/magpassion/fafree/template/page/html/head.phtml +46 -0
  43. app/design/frontend/magpassion/fafree/template/page/html/header.phtml +73 -0
  44. app/design/frontend/magpassion/fafree/template/sample/home.phtml +19 -0
  45. package.xml +21 -0
  46. skin/frontend/magpassion/.DS_Store +0 -0
  47. skin/frontend/magpassion/fafree/.DS_Store +0 -0
  48. skin/frontend/magpassion/fafree/css/print.css +24 -0
  49. skin/frontend/magpassion/fafree/css/styles-ie.css +151 -0
  50. skin/frontend/magpassion/fafree/css/styles.css +1957 -0
  51. skin/frontend/magpassion/fafree/css/widgets.css +74 -0
  52. skin/frontend/magpassion/fafree/favicon.ico +0 -0
  53. skin/frontend/magpassion/fafree/images/bg.png +0 -0
  54. skin/frontend/magpassion/fafree/images/bkg_add-to.gif +0 -0
  55. skin/frontend/magpassion/fafree/images/bkg_block-layered-title.gif +0 -0
  56. skin/frontend/magpassion/fafree/images/bkg_body.gif +0 -0
  57. skin/frontend/magpassion/fafree/images/bkg_btn-green.gif +0 -0
  58. skin/frontend/magpassion/fafree/images/bkg_btn-small.gif +0 -0
  59. skin/frontend/magpassion/fafree/images/bkg_btn-small.png +0 -0
  60. skin/frontend/magpassion/fafree/images/bkg_btn.gif +0 -0
  61. skin/frontend/magpassion/fafree/images/bkg_btn.png +0 -0
  62. skin/frontend/magpassion/fafree/images/bkg_cart-totals.gif +0 -0
  63. skin/frontend/magpassion/fafree/images/bkg_collapse-gm.gif +0 -0
  64. skin/frontend/magpassion/fafree/images/bkg_collapse.gif +0 -0
  65. skin/frontend/magpassion/fafree/images/bkg_grid.gif +0 -0
  66. skin/frontend/magpassion/fafree/images/bkg_nav_parent.gif +0 -0
  67. skin/frontend/magpassion/fafree/images/bkg_nav_top.gif +0 -0
  68. skin/frontend/magpassion/fafree/images/bkg_pipe1.gif +0 -0
  69. skin/frontend/magpassion/fafree/images/bkg_pipe2.gif +0 -0
  70. skin/frontend/magpassion/fafree/images/bkg_pipe3.gif +0 -0
  71. skin/frontend/magpassion/fafree/images/bkg_rating.gif +0 -0
  72. skin/frontend/magpassion/fafree/images/bkg_subtotal.gif +0 -0
  73. skin/frontend/magpassion/fafree/images/bkg_tabs.gif +0 -0
  74. skin/frontend/magpassion/fafree/images/bkg_toolbar.gif +0 -0
  75. skin/frontend/magpassion/fafree/images/bkg_top-promo.gif +0 -0
  76. skin/frontend/magpassion/fafree/images/btn_checkout.gif +0 -0
  77. skin/frontend/magpassion/fafree/images/btn_edit.gif +0 -0
  78. skin/frontend/magpassion/fafree/images/btn_previous.gif +0 -0
  79. skin/frontend/magpassion/fafree/images/btn_remove.gif +0 -0
  80. skin/frontend/magpassion/fafree/images/btn_trash.gif +0 -0
  81. skin/frontend/magpassion/fafree/images/btn_window_close.gif +0 -0
  82. skin/frontend/magpassion/fafree/images/button_bgr.png +0 -0
  83. skin/frontend/magpassion/fafree/images/calendar.gif +0 -0
  84. skin/frontend/magpassion/fafree/images/catalog/product/placeholder/image.jpg +0 -0
  85. skin/frontend/magpassion/fafree/images/catalog/product/placeholder/small_image.jpg +0 -0
  86. skin/frontend/magpassion/fafree/images/catalog/product/placeholder/thumbnail.jpg +0 -0
  87. skin/frontend/magpassion/fafree/images/cvv.gif +0 -0
  88. skin/frontend/magpassion/fafree/images/fam_book_open.png +0 -0
  89. skin/frontend/magpassion/fafree/images/grid-cal.gif +0 -0
  90. skin/frontend/magpassion/fafree/images/i_asc_arrow.gif +0 -0
  91. skin/frontend/magpassion/fafree/images/i_availability_only.gif +0 -0
  92. skin/frontend/magpassion/fafree/images/i_availability_only_arrow.gif +0 -0
  93. skin/frontend/magpassion/fafree/images/i_desc_arrow.gif +0 -0
  94. skin/frontend/magpassion/fafree/images/i_msg-error.gif +0 -0
  95. skin/frontend/magpassion/fafree/images/i_msg-note.gif +0 -0
  96. skin/frontend/magpassion/fafree/images/i_msg-success.gif +0 -0
  97. skin/frontend/magpassion/fafree/images/i_notice.gif +0 -0
  98. skin/frontend/magpassion/fafree/images/i_pager-next.gif +0 -0
  99. skin/frontend/magpassion/fafree/images/i_pager-prev.gif +0 -0
  100. skin/frontend/magpassion/fafree/images/i_print.gif +0 -0
  101. skin/frontend/magpassion/fafree/images/i_rss-big.png +0 -0
  102. skin/frontend/magpassion/fafree/images/i_rss.gif +0 -0
  103. skin/frontend/magpassion/fafree/images/logo.gif +0 -0
  104. skin/frontend/magpassion/fafree/images/logo.png +0 -0
  105. skin/frontend/magpassion/fafree/images/logo_email.gif +0 -0
  106. skin/frontend/magpassion/fafree/images/logo_print.gif +0 -0
  107. skin/frontend/magpassion/fafree/images/magnifier_handle.gif +0 -0
  108. skin/frontend/magpassion/fafree/images/map_popup_arrow.gif +0 -0
  109. skin/frontend/magpassion/fafree/images/media/callout1.jpg +0 -0
  110. skin/frontend/magpassion/fafree/images/media/footer_callout.png +0 -0
  111. skin/frontend/magpassion/fafree/images/media/fpo_no_crosssell.gif +0 -0
  112. skin/frontend/magpassion/fafree/images/media/home_co_bottom.gif +0 -0
  113. skin/frontend/magpassion/fafree/images/media/home_co_br.gif +0 -0
  114. skin/frontend/magpassion/fafree/images/media/home_co_main.jpg +0 -0
  115. skin/frontend/magpassion/fafree/images/media/home_co_tr.gif +0 -0
  116. skin/frontend/magpassion/fafree/images/media/left_col_callout.jpg +0 -0
  117. skin/frontend/magpassion/fafree/images/opc-ajax-loader.gif +0 -0
  118. skin/frontend/magpassion/fafree/images/pager_arrow_left.gif +0 -0
  119. skin/frontend/magpassion/fafree/images/pager_arrow_right.gif +0 -0
  120. skin/frontend/magpassion/fafree/images/sep_bgr.png +0 -0
  121. skin/frontend/magpassion/fafree/images/slider_bg.gif +0 -0
  122. skin/frontend/magpassion/fafree/images/slider_btn_zoom_in.gif +0 -0
  123. skin/frontend/magpassion/fafree/images/slider_btn_zoom_out.gif +0 -0
  124. skin/frontend/magpassion/fafree/images/spacer.gif +0 -0
  125. skin/frontend/magpassion/fafree/images/validation_advice_bg.gif +0 -0
  126. skin/frontend/magpassion/fafree/images/video.png +0 -0
  127. skin/frontend/magpassion/fafree/images/widgets/i_widget-link.gif +0 -0
app/design/frontend/magpassion/.DS_Store ADDED
Binary file
app/design/frontend/magpassion/fafree/.DS_Store ADDED
Binary file
app/design/frontend/magpassion/fafree/etc/widget.xml ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * @category MagPassion Theme
5
+ * @package MagPassion_Sample
6
+ * @author MagPassion
7
+ * @email magentopassion@gmail.com
8
+ * @copyright Copyright (c) 2013 MagentoPassion. (http://www.magentopassion.com)
9
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
10
+ */
11
+ -->
12
+ <widgets>
13
+ <new_products>
14
+ <parameters>
15
+ <template>
16
+ <values>
17
+ <list_default translate="label">
18
+ <value>catalog/product/widget/new/column/new_default_list.phtml</value>
19
+ <label>New Products Images and Names Template</label>
20
+ </list_default>
21
+ <list_names translate="label">
22
+ <value>catalog/product/widget/new/column/new_names_list.phtml</value>
23
+ <label>New Products Names Only Template</label>
24
+ </list_names>
25
+ <list_images translate="label">
26
+ <value>catalog/product/widget/new/column/new_images_list.phtml</value>
27
+ <label>New Products Images Only Template</label>
28
+ </list_images>
29
+ </values>
30
+ </template>
31
+ </parameters>
32
+ <supported_blocks>
33
+ <left_column>
34
+ <block_name>left</block_name>
35
+ <template>
36
+ <default>list_default</default>
37
+ <names_only>list_names</names_only>
38
+ <images_only>list_images</images_only>
39
+ </template>
40
+ </left_column>
41
+ <main_content>
42
+ <block_name>content</block_name>
43
+ <template>
44
+ <grid>default</grid>
45
+ <list>list</list>
46
+ </template>
47
+ </main_content>
48
+ <right_column>
49
+ <block_name>right</block_name>
50
+ <template>
51
+ <default>list_default</default>
52
+ <names_only>list_names</names_only>
53
+ <images_only>list_images</images_only>
54
+ </template>
55
+ </right_column>
56
+ </supported_blocks>
57
+ </new_products>
58
+
59
+ <recently_viewed>
60
+ <parameters>
61
+ <template>
62
+ <values>
63
+ <list_default translate="label">
64
+ <value>reports/widget/viewed/column/viewed_default_list.phtml</value>
65
+ <label>Viewed Products Images and Names Template</label>
66
+ </list_default>
67
+ <list_names translate="label">
68
+ <value>reports/widget/viewed/column/viewed_names_list.phtml</value>
69
+ <label>Viewed Products Names Only Template</label>
70
+ </list_names>
71
+ <list_images translate="label">
72
+ <value>reports/widget/viewed/column/viewed_images_list.phtml</value>
73
+ <label>Viewed Products Images Only Template</label>
74
+ </list_images>
75
+ </values>
76
+ </template>
77
+ </parameters>
78
+ <supported_blocks>
79
+ <left_column>
80
+ <block_name>left</block_name>
81
+ <template>
82
+ <default>list_default</default>
83
+ <names_only>list_names</names_only>
84
+ <images_only>list_images</images_only>
85
+ </template>
86
+ </left_column>
87
+ <main_content>
88
+ <block_name>content</block_name>
89
+ <template>
90
+ <grid>default</grid>
91
+ <list>list</list>
92
+ </template>
93
+ </main_content>
94
+ <right_column>
95
+ <block_name>right</block_name>
96
+ <template>
97
+ <default>list_default</default>
98
+ <names_only>list_names</names_only>
99
+ <images_only>list_images</images_only>
100
+ </template>
101
+ </right_column>
102
+ </supported_blocks>
103
+ </recently_viewed>
104
+
105
+ <recently_compared>
106
+ <parameters>
107
+ <template>
108
+ <values>
109
+ <list_default translate="label">
110
+ <value>reports/widget/compared/column/compared_default_list.phtml</value>
111
+ <label>Compared Products Images and Names Template</label>
112
+ </list_default>
113
+ <list_names translate="label">
114
+ <value>reports/widget/compared/column/compared_names_list.phtml</value>
115
+ <label>Compared Product Names Only Template</label>
116
+ </list_names>
117
+ <list_images translate="label">
118
+ <value>reports/widget/compared/column/compared_images_list.phtml</value>
119
+ <label>Compared Product Images Only Template</label>
120
+ </list_images>
121
+ </values>
122
+ </template>
123
+ </parameters>
124
+ <supported_blocks>
125
+ <left_column>
126
+ <block_name>left</block_name>
127
+ <template>
128
+ <default>list_default</default>
129
+ <names_only>list_names</names_only>
130
+ <images_only>list_images</images_only>
131
+ </template>
132
+ </left_column>
133
+ <main_content>
134
+ <block_name>content</block_name>
135
+ <template>
136
+ <grid>default</grid>
137
+ <list>list</list>
138
+ </template>
139
+ </main_content>
140
+ <right_column>
141
+ <block_name>right</block_name>
142
+ <template>
143
+ <default>list_default</default>
144
+ <names_only>list_names</names_only>
145
+ <images_only>list_images</images_only>
146
+ </template>
147
+ </right_column>
148
+ </supported_blocks>
149
+ </recently_compared>
150
+ </widgets>
app/design/frontend/magpassion/fafree/layout/catalog.xml ADDED
@@ -0,0 +1,396 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * @category MagPassion Theme
5
+ * @package MagPassion_Sample
6
+ * @author MagPassion
7
+ * @email magentopassion@gmail.com
8
+ * @copyright Copyright (c) 2013 MagentoPassion. (http://www.magentopassion.com)
9
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
10
+ */
11
+ -->
12
+ <layout version="0.1.0">
13
+
14
+ <!--
15
+ Default layout, loads most of the pages
16
+ -->
17
+
18
+ <default>
19
+
20
+ <!-- Mage_Catalog -->
21
+ <reference name="left">
22
+ <!--block type="core/template" name="left.permanent.callout" template="callouts/left_col.phtml">
23
+ <action method="setImgSrc"><src>images/media/left_col_callout.jpg</src></action>
24
+ <action method="setImgAlt" translate="alt" module="catalog"><alt>Our customer service is available 24/7. Call us at (555) 555-0123.</alt></action>
25
+ <action method="setLinkUrl"><url>checkout/cart</url></action>
26
+ </block-->
27
+ <block type="catalog/product_compare_sidebar" before="cart_sidebar" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/>
28
+ </reference>
29
+ <reference name="footer_links">
30
+ <action method="addLink" translate="label title" module="catalog" ifconfig="catalog/seo/site_map"><label>Site Map</label><url helper="catalog/map/getCategoryUrl" /><title>Site Map</title></action>
31
+ </reference>
32
+ <block type="catalog/product_price_template" name="catalog_product_price_template" />
33
+ </default>
34
+
35
+
36
+ <!--
37
+ Category default layout
38
+ -->
39
+
40
+ <catalog_category_default translate="label">
41
+ <label>Catalog Category (Non-Anchor)</label>
42
+ <reference name="root">
43
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
44
+ </reference>
45
+ <reference name="left">
46
+ <block type="catalog/navigation" name="catalog.leftnav" after="currency" template="catalog/navigation/left.phtml"/>
47
+ </reference>
48
+ <reference name="content">
49
+ <block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
50
+ <block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
51
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
52
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
53
+ <!-- The following code shows how to set your own pager increments -->
54
+ <!--
55
+ <action method="setDefaultListPerPage"><limit>10</limit></action>
56
+ <action method="setDefaultGridPerPage"><limit>8</limit></action>
57
+ <action method="addPagerLimit"><mode>list</mode><limit>10</limit></action>
58
+ <action method="addPagerLimit"><mode>list</mode><limit>20</limit></action>
59
+ <action method="addPagerLimit"><mode>list</mode><limit>30</limit></action>
60
+ <action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
61
+ <action method="addPagerLimit"><mode>grid</mode><limit>8</limit></action>
62
+ <action method="addPagerLimit"><mode>grid</mode><limit>16</limit></action>
63
+ <action method="addPagerLimit"><mode>grid</mode><limit>24</limit></action>
64
+ <action method="addPagerLimit" translate="label"><mode>grid</mode><limit>all</limit><label>All</label></action>
65
+ -->
66
+ </block>
67
+ <!--action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
68
+ <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
69
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
70
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
71
+ <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action-->
72
+ <action method="setColumnCount"><count>4</count></action>
73
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
74
+ </block>
75
+ </block>
76
+ </reference>
77
+ </catalog_category_default>
78
+
79
+ <!--
80
+ Category layered navigation layout
81
+ -->
82
+
83
+ <catalog_category_layered translate="label">
84
+ <label>Catalog Category (Anchor)</label>
85
+ <reference name="root">
86
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
87
+ </reference>
88
+ <reference name="left">
89
+ <block type="catalog/layer_view" name="catalog.leftnav" after="currency" template="catalog/layer/view.phtml"/>
90
+ </reference>
91
+ <reference name="content">
92
+ <block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
93
+ <block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
94
+ <!-- <action method="addReviewSummaryTemplate"><type>default</type><template>review/helper/su.phtml</template></action> -->
95
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
96
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
97
+ <!-- The following code shows how to set your own pager increments -->
98
+ <!--
99
+ <action method="setDefaultListPerPage"><limit>10</limit></action>
100
+ <action method="setDefaultGridPerPage"><limit>8</limit></action>
101
+ <action method="addPagerLimit"><mode>list</mode><limit>10</limit></action>
102
+ <action method="addPagerLimit"><mode>list</mode><limit>20</limit></action>
103
+ <action method="addPagerLimit"><mode>list</mode><limit>30</limit></action>
104
+ <action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
105
+ <action method="addPagerLimit"><mode>grid</mode><limit>8</limit></action>
106
+ <action method="addPagerLimit"><mode>grid</mode><limit>16</limit></action>
107
+ <action method="addPagerLimit"><mode>grid</mode><limit>24</limit></action>
108
+ <action method="addPagerLimit" translate="label"><mode>grid</mode><limit>all</limit><label>All</label></action>
109
+ -->
110
+ </block>
111
+ <!--action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
112
+ <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
113
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
114
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
115
+ <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action-->
116
+ <action method="setColumnCount"><count>4</count></action>
117
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
118
+ </block>
119
+ </block>
120
+ </reference>
121
+ </catalog_category_layered>
122
+
123
+ <catalog_category_layered_nochildren translate="label">
124
+ <label>Catalog Category (Without Subcategories)</label>
125
+ <remove name="right.reports.product.viewed"/>
126
+ <reference name="left">
127
+ <!--block type="reports/product_viewed" name="left.reports.product.viewed" template="reports/product_viewed.phtml"/-->
128
+ </reference>
129
+ </catalog_category_layered_nochildren>
130
+
131
+ <!--
132
+ Compare products page
133
+ -->
134
+
135
+ <catalog_product_compare_index translate="label">
136
+ <label>Catalog Product Compare List</label>
137
+ <!-- Mage_Catalog -->
138
+ <reference name="root">
139
+ <action method="setTemplate"><template>page/popup.phtml</template></action>
140
+ </reference>
141
+ <reference name="head">
142
+ <action method="addJs"><script>scriptaculous/scriptaculous.js</script></action>
143
+ <action method="addJs"><script>varien/product.js</script></action>
144
+ </reference>
145
+ <reference name="content">
146
+ <block type="catalog/product_compare_list" name="catalog.compare.list" template="catalog/product/compare/list.phtml"/>
147
+ </reference>
148
+ </catalog_product_compare_index>
149
+
150
+ <!--
151
+ Product view
152
+ -->
153
+
154
+ <catalog_product_view translate="label">
155
+ <label>Catalog Product View (Any)</label>
156
+ <!-- Mage_Catalog -->
157
+ <reference name="root">
158
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
159
+ </reference>
160
+ <reference name="head">
161
+ <action method="addJs"><script>varien/product.js</script></action>
162
+ <action method="addJs"><script>varien/configurable.js</script></action>
163
+
164
+ <action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>
165
+ <action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
166
+ <action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
167
+ </reference>
168
+ <reference name="content">
169
+ <block type="catalog/product_view" name="product.info" template="catalog/product/view.phtml">
170
+ <!--
171
+ <action method="addReviewSummaryTemplate"><type>default</type><template>review/helper/summary.phtml</template></action>
172
+ <action method="addReviewSummaryTemplate"><type>short</type><template>review/helper/summary_short.phtml</template></action>
173
+ <action method="addReviewSummaryTemplate"><type>...</type><template>...</template></action>
174
+ -->
175
+ <block type="catalog/product_view_media" name="product.info.media" as="media" template="catalog/product/view/media.phtml"/>
176
+ <block type="core/text_list" name="alert.urls" as="alert_urls" translate="label">
177
+ <label>Alert Urls</label>
178
+ </block>
179
+
180
+ <action method="setTierPriceTemplate"><template>catalog/product/view/tierprices.phtml</template></action>
181
+
182
+ <block type="catalog/product_view_tabs" name="product.info.tabs" as="info_tabs" template="catalog/product/view/tabs.phtml" >
183
+ <action method="addTab" translate="title" module="catalog"><alias>description</alias><title>Product Description</title><block>catalog/product_view_description</block><template>catalog/product/view/description.phtml</template></action>
184
+ <action method="addTab" translate="title" module="catalog"><alias>upsell_products</alias><title>We Also Recommend</title><block>catalog/product_list_upsell</block><template>catalog/product/list/upsell.phtml</template></action>
185
+ <action method="addTab" translate="title" module="catalog"><alias>additional</alias><title>Additional Information</title><block>catalog/product_view_attributes</block><template>catalog/product/view/attributes.phtml</template></action>
186
+ </block>
187
+
188
+ <block type="catalog/product_view_additional" name="product.info.additional" as="product_additional_data" />
189
+ <block type="catalog/product_view" name="product.info.addto" as="addto" template="catalog/product/view/addto.phtml"/>
190
+ <block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml"/>
191
+
192
+ <block type="core/text_list" name="product.info.extrahint" as="extrahint" translate="label">
193
+ <label>Product View Extra Hint</label>
194
+ </block>
195
+
196
+ <block type="catalog/product_view" name="product.info.options.wrapper" as="product_options_wrapper" template="catalog/product/view/options/wrapper.phtml" translate="label">
197
+ <label>Info Column Options Wrapper</label>
198
+ <block type="core/template" name="options_js" template="catalog/product/view/options/js.phtml"/>
199
+ <block type="catalog/product_view_options" name="product.info.options" as="product_options" template="catalog/product/view/options.phtml">
200
+ <action method="addOptionRenderer"><type>text</type><block>catalog/product_view_options_type_text</block><template>catalog/product/view/options/type/text.phtml</template></action>
201
+ <action method="addOptionRenderer"><type>file</type><block>catalog/product_view_options_type_file</block><template>catalog/product/view/options/type/file.phtml</template></action>
202
+ <action method="addOptionRenderer"><type>select</type><block>catalog/product_view_options_type_select</block><template>catalog/product/view/options/type/select.phtml</template></action>
203
+ <action method="addOptionRenderer"><type>date</type><block>catalog/product_view_options_type_date</block><template>catalog/product/view/options/type/date.phtml</template></action>
204
+ </block>
205
+ <block type="core/html_calendar" name="html_calendar" as="html_calendar" template="page/js/calendar.phtml"/>
206
+ </block>
207
+ <block type="catalog/product_view" name="product.info.options.wrapper.bottom" as="product_options_wrapper_bottom" template="catalog/product/view/options/wrapper/bottom.phtml" translate="label">
208
+ <label>Bottom Block Options Wrapper</label>
209
+ <action method="insert"><block>product.tierprices</block></action>
210
+ <block type="catalog/product_view" name="product.clone_prices" as="prices" template="catalog/product/view/price_clone.phtml"/>
211
+ <action method="append"><block>product.info.addtocart</block></action>
212
+ <action method="append"><block>product.info.addto</block></action>
213
+ </block>
214
+
215
+ <block type="core/template_facade" name="product.info.container1" as="container1">
216
+ <action method="setDataByKey"><key>alias_in_layout</key><value>container1</value></action>
217
+ <action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
218
+ <action method="append"><block>product.info.options.wrapper</block></action>
219
+ <action method="append"><block>product.info.options.wrapper.bottom</block></action>
220
+ </block>
221
+ <block type="core/template_facade" name="product.info.container2" as="container2">
222
+ <action method="setDataByKey"><key>alias_in_layout</key><value>container2</value></action>
223
+ <action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
224
+ <action method="append"><block>product.info.options.wrapper</block></action>
225
+ <action method="append"><block>product.info.options.wrapper.bottom</block></action>
226
+ </block>
227
+ <action method="unsetCallChild"><child>container1</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
228
+ <action method="unsetCallChild"><child>container2</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
229
+ </block>
230
+ </reference>
231
+ <reference name="upsell_products">
232
+ <action method="setColumnCount"><columns>5</columns></action>
233
+ <action method="setItemLimit"><type>upsell</type><limit>5</limit></action>
234
+ </reference>
235
+ <reference name="left">
236
+ <block type="catalog/product_list_related" name="catalog.product.related" before="-" template="catalog/product/list/related.phtml"/>
237
+ </reference>
238
+ </catalog_product_view>
239
+
240
+ <!--
241
+ Additional block dependant on product type
242
+ -->
243
+ <PRODUCT_TYPE_simple translate="label" module="catalog">
244
+ <label>Catalog Product View (Simple)</label>
245
+ <reference name="product.info">
246
+ <block type="catalog/product_view_type_simple" name="product.info.simple" as="product_type_data" template="catalog/product/view/type/default.phtml">
247
+ <block type="core/text_list" name="product.info.simple.extra" as="product_type_data_extra" translate="label">
248
+ <label>Product Extra Info</label>
249
+ </block>
250
+ </block>
251
+ </reference>
252
+ </PRODUCT_TYPE_simple>
253
+ <PRODUCT_TYPE_configurable translate="label" module="catalog">
254
+ <label>Catalog Product View (Configurable)</label>
255
+ <reference name="product.info">
256
+ <block type="catalog/product_view_type_configurable" name="product.info.configurable" as="product_type_data" template="catalog/product/view/type/default.phtml">
257
+ <block type="core/text_list" name="product.info.configurable.extra" as="product_type_data_extra" translate="label">
258
+ <label>Product Extra Info</label>
259
+ </block>
260
+ </block>
261
+ </reference>
262
+ <reference name="product.info.options.wrapper">
263
+ <block type="catalog/product_view_type_configurable" name="product.info.options.configurable" as="options_configurable" before="-" template="catalog/product/view/type/options/configurable.phtml"/>
264
+ </reference>
265
+ </PRODUCT_TYPE_configurable>
266
+ <PRODUCT_TYPE_grouped translate="label" module="catalog">
267
+ <label>Catalog Product View (Grouped)</label>
268
+ <reference name="product.info">
269
+ <block type="catalog/product_view_type_grouped" name="product.info.grouped" as="product_type_data" template="catalog/product/view/type/grouped.phtml">
270
+ <block type="core/text_list" name="product.info.grouped.extra" as="product_type_data_extra" translate="label">
271
+ <label>Product Extra Info</label>
272
+ </block>
273
+ </block>
274
+ </reference>
275
+ </PRODUCT_TYPE_grouped>
276
+ <PRODUCT_TYPE_virtual translate="label" module="catalog">
277
+ <label>Catalog Product View (Virtual)</label>
278
+ <reference name="product.info">
279
+ <block type="catalog/product_view_type_virtual" name="product.info.virtual" as="product_type_data" template="catalog/product/view/type/default.phtml">
280
+ <block type="core/text_list" name="product.info.virtual.extra" as="product_type_data_extra" translate="label">
281
+ <label>Product Extra Info</label>
282
+ </block>
283
+ </block>
284
+ </reference>
285
+ </PRODUCT_TYPE_virtual>
286
+
287
+
288
+
289
+ <!--
290
+ Product send to friend
291
+ -->
292
+
293
+ <catalog_product_send translate="label">
294
+ <label>Catalog Product Email to a Friend</label>
295
+ <!-- Mage_Catalog -->
296
+ <reference name="root">
297
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
298
+ </reference>
299
+ <reference name="head">
300
+ <action method="addJs"><script>varien/product.js</script></action>
301
+ </reference>
302
+ <reference name="content">
303
+ <block type="catalog/product_send" name="product.send" template="catalog/product/send.phtml">
304
+ </block>
305
+ </reference>
306
+ </catalog_product_send>
307
+
308
+ <!--
309
+ Product additional images gallery popup
310
+ -->
311
+
312
+ <catalog_product_gallery translate="label">
313
+ <label>Catalog Product Image Gallery Popup</label>
314
+ <!-- Mage_Catalog -->
315
+ <reference name="root">
316
+ <action method="setTemplate"><template>page/popup.phtml</template></action>
317
+ </reference>
318
+ <reference name="content">
319
+ <block type="catalog/product_gallery" name="catalog_product_gallery" template="catalog/product/gallery.phtml"/>
320
+ </reference>
321
+ </catalog_product_gallery>
322
+
323
+ <!--
324
+ SEO Site Map
325
+ -->
326
+
327
+ <catalog_seo_sitemap translate="label">
328
+ <label>Catalog Seo Sitemap (Common)</label>
329
+ <remove name="right"/>
330
+ <remove name="left"/>
331
+
332
+ <reference name="root">
333
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
334
+ </reference>
335
+ <reference name="content">
336
+ <block type="page/template_container" name="seo.sitemap.container" template="catalog/seo/sitemap/container.phtml">
337
+ <block type="page/template_links" name="seo.sitemap.links" as="links" template="page/template/links.phtml"/>
338
+ <block type="page/html_pager" name="seo.sitemap.pager.top" as="pager_top" template="page/html/pager.phtml"/>
339
+ <block type="page/html_pager" name="seo.sitemap.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
340
+ </block>
341
+ </reference>
342
+ </catalog_seo_sitemap>
343
+
344
+ <catalog_seo_sitemap_category translate="label">
345
+ <label>Catalog Seo Sitemap (Category List)</label>
346
+ <reference name="head">
347
+ <action method="setTitle" translate="title" module="catalog"><title>Site Map</title></action>
348
+ </reference>
349
+ <update handle="catalog_seo_sitemap" />
350
+ <reference name="seo.sitemap.container">
351
+ <action method="setTitle" translate="title" module="catalog"><title>Categories</title></action>
352
+ <block type="catalog/seo_sitemap_category" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
353
+ <action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
354
+ <action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
355
+ <action method="setItemsTitle" translate="title" module="catalog"><title>categories</title></action>
356
+ </block>
357
+ </reference>
358
+ <reference name="seo.sitemap.links">
359
+ <action method="addLink" translate="label title" module="catalog"><label>Products Sitemap</label><url helper="catalog/map/getProductUrl"/><title>Products Sitemap</title></action>
360
+ </reference>
361
+ </catalog_seo_sitemap_category>
362
+
363
+ <catalog_seo_sitemap_category_tree translate="label">
364
+ <label>Catalog Seo Sitemap (Category Tree)</label>
365
+ <reference name="seo.sitemap.container">
366
+ <remove name="seo.sitemap.pager.top" />
367
+ <remove name="seo.sitemap.pager.bottom" />
368
+ <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.top" as="pager_top" template="page/html/pager.phtml"/>
369
+ <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
370
+ <remove name="seo.sitemap.sitemap" />
371
+ <block type="catalog/seo_sitemap_tree_category" name="seo.sitemap.sitemap_tree" as="sitemap" after="pager_top" template="catalog/seo/tree.phtml">
372
+ <action method="bindPager"><pager>seo.sitemap.tree.pager.top</pager></action>
373
+ <action method="bindPager"><pager>seo.sitemap.tree.pager.bottom</pager></action>
374
+ </block>
375
+ </reference>
376
+ </catalog_seo_sitemap_category_tree>
377
+
378
+ <catalog_seo_sitemap_product translate="label">
379
+ <label>Catalog Seo Sitemap (Product List)</label>
380
+ <reference name="head">
381
+ <action method="setTitle" translate="title" module="catalog"><title>Site Map</title></action>
382
+ </reference>
383
+ <update handle="catalog_seo_sitemap" />
384
+ <reference name="seo.sitemap.container">
385
+ <action method="setTitle" translate="title" module="catalog"><title>Products</title></action>
386
+ <block type="catalog/seo_sitemap_product" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
387
+ <action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
388
+ <action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
389
+ <action method="setItemsTitle" translate="title" module="catalog"><title>products</title></action>
390
+ </block>
391
+ </reference>
392
+ <reference name="seo.sitemap.links">
393
+ <action method="addLink" translate="label title" module="catalog"><label>Categories Sitemap</label><url helper="catalog/map/getCategoryUrl"/><title>Categories Sitemap</title></action>
394
+ </reference>
395
+ </catalog_seo_sitemap_product>
396
+ </layout>
app/design/frontend/magpassion/fafree/layout/catalogsearch.xml ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * @category MagPassion Theme
5
+ * @package MagPassion_Sample
6
+ * @author MagPassion
7
+ * @email magentopassion@gmail.com
8
+ * @copyright Copyright (c) 2013 MagentoPassion. (http://www.magentopassion.com)
9
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
10
+ */
11
+ -->
12
+ <layout version="0.1.0">
13
+
14
+ <default>
15
+ <reference name="top.bar">
16
+ <block type="core/template" name="top.search" as="topSearch" template="catalogsearch/form.mini.phtml"/>
17
+ </reference>
18
+ <reference name="footer_links">
19
+ <action method="addLink" translate="label title" module="catalogsearch" ifconfig="catalog/seo/search_terms">
20
+ <label>Search Terms</label>
21
+ <url helper="catalogsearch/getSearchTermUrl" />
22
+ <title>Search Terms</title>
23
+ </action>
24
+ <action method="addLink" translate="label title" module="catalogsearch">
25
+ <label>Advanced Search</label>
26
+ <url helper="catalogsearch/getAdvancedSearchUrl" />
27
+ <title>Advanced Search</title>
28
+ </action>
29
+ </reference>
30
+ </default>
31
+
32
+ <catalogsearch_result_index translate="label">
33
+ <label>Quick Search Form</label>
34
+ <update handle="page_two_columns_left" />
35
+ <reference name="root">
36
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
37
+ </reference>
38
+ <reference name="left">
39
+ <block type="catalogsearch/layer" name="catalogsearch.leftnav" after="currency" template="catalog/layer/view.phtml"/>
40
+ </reference>
41
+ <reference name="content">
42
+ <block type="catalogsearch/result" name="search.result" template="catalogsearch/result.phtml">
43
+ <block type="catalog/product_list" name="search_result_list" template="catalog/product/list.phtml">
44
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
45
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
46
+ </block>
47
+ <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
48
+ <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
49
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
50
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
51
+ <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
52
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
53
+ </block>
54
+ <action method="setListOrders"/>
55
+ <action method="setListModes"/>
56
+ <action method="setListCollection"/>
57
+ </block>
58
+ </reference>
59
+ </catalogsearch_result_index>
60
+
61
+ <catalogsearch_advanced_index translate="label">
62
+ <label>Advanced Search Form</label>
63
+ <!-- Mage_Catalogsearch -->
64
+ <reference name="root">
65
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
66
+ </reference>
67
+ <reference name="head">
68
+ <action method="setTitle" translate="title" module="catalogsearch"><title>Advanced Search</title></action>
69
+ <action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>
70
+ <action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
71
+ <action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
72
+ </reference>
73
+ <reference name="content">
74
+ <block type="catalogsearch/advanced_form" name="catalogsearch_advanced_form" template="catalogsearch/advanced/form.phtml"/>
75
+ <block type="core/html_calendar" name="html_calendar" as="html_calendar" template="page/js/calendar.phtml"/>
76
+ </reference>
77
+ </catalogsearch_advanced_index>
78
+
79
+ <!--
80
+ Advanced search results
81
+ -->
82
+
83
+ <catalogsearch_advanced_result translate="label">
84
+ <label>Advanced Search Result</label>
85
+ <update handle="page_two_columns_left" />
86
+ <!-- Mage_Catalogsearch -->
87
+ <reference name="root">
88
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
89
+ </reference>
90
+ <reference name="content">
91
+ <block type="catalogsearch/advanced_result" name="catalogsearch_advanced_result" template="catalogsearch/advanced/result.phtml">
92
+ <block type="catalog/product_list" name="search_result_list" template="catalog/product/list.phtml">
93
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
94
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
95
+ </block>
96
+ <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
97
+ <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
98
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
99
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
100
+ <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
101
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
102
+ </block>
103
+ <action method="setListOrders"/>
104
+ <action method="setListModes"/>
105
+ <action method="setListCollection"/>
106
+ </block>
107
+ </reference>
108
+ </catalogsearch_advanced_result>
109
+
110
+ <catalogsearch_term_popular translate="label">
111
+ <label>Popular Search Terms</label>
112
+ <remove name="right"/>
113
+ <remove name="left"/>
114
+
115
+ <reference name="head">
116
+ <action method="setTitle" translate="title" module="catalogsearch"><title>Search Terms</title></action>
117
+ </reference>
118
+ <reference name="root">
119
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
120
+ </reference>
121
+ <reference name="content">
122
+ <block type="catalogsearch/term" name="seo.searchterm" template="catalogsearch/term.phtml"/>
123
+ </reference>
124
+ </catalogsearch_term_popular>
125
+
126
+ </layout>
app/design/frontend/magpassion/fafree/layout/checkout.xml ADDED
@@ -0,0 +1,419 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * @category MagPassion Theme
5
+ * @package MagPassion_Sample
6
+ * @author MagPassion
7
+ * @email magentopassion@gmail.com
8
+ * @copyright Copyright (c) 2013 MagentoPassion. (http://www.magentopassion.com)
9
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
10
+ */
11
+ -->
12
+ <layout version="0.1.0">
13
+
14
+ <!--
15
+ Default layout, loads most of the pages
16
+ -->
17
+
18
+ <default>
19
+ <!-- Mage_Checkout -->
20
+ <reference name="top.links">
21
+ <block type="checkout/links" name="checkout_cart_link">
22
+ <action method="addCartLink"></action>
23
+ <action method="addCheckoutLink"></action>
24
+ </block>
25
+ </reference>
26
+ <reference name="left">
27
+ <block type="checkout/cart_sidebar" name="cart_sidebar" template="checkout/cart/sidebar.phtml" before="-">
28
+ <action method="addItemRender"><type>simple</type><block>checkout/cart_item_renderer</block><template>checkout/cart/sidebar/default.phtml</template></action>
29
+ <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/cart/sidebar/default.phtml</template></action>
30
+ <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/cart/sidebar/default.phtml</template></action>
31
+ <block type="core/text_list" name="cart_sidebar.extra_actions" as="extra_actions" translate="label" module="checkout">
32
+ <label>Shopping Cart Sidebar Extra Actions</label>
33
+ </block>
34
+ </block>
35
+ </reference>
36
+ <reference name="head">
37
+ <block type="core/template" name="optional_zip_countries" as="optional_zip_countries" template="directory/js/optional_zip_countries.phtml" />
38
+ </reference>
39
+
40
+ </default>
41
+
42
+ <checkout_cart_index translate="label">
43
+ <label>Shopping Cart</label>
44
+ <remove name="right"/>
45
+ <remove name="left"/>
46
+ <!-- Mage_Checkout -->
47
+ <reference name="root">
48
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
49
+ </reference>
50
+ <reference name="content">
51
+ <block type="checkout/cart" name="checkout.cart">
52
+ <action method="setCartTemplate"><value>checkout/cart.phtml</value></action>
53
+ <action method="setEmptyTemplate"><value>checkout/cart/noItems.phtml</value></action>
54
+ <action method="chooseTemplate"/>
55
+ <action method="addItemRender"><type>simple</type><block>checkout/cart_item_renderer</block><template>checkout/cart/item/default.phtml</template></action>
56
+ <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/cart/item/default.phtml</template></action>
57
+ <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/cart/item/default.phtml</template></action>
58
+
59
+ <block type="core/text_list" name="checkout.cart.top_methods" as="top_methods" translate="label">
60
+ <label>Payment Methods Before Checkout Button</label>
61
+ <block type="checkout/onepage_link" name="checkout.cart.methods.onepage" template="checkout/onepage/link.phtml"/>
62
+ </block>
63
+
64
+ <block type="page/html_wrapper" name="checkout.cart.form.before" as="form_before" translate="label">
65
+ <label>Shopping Cart Form Before</label>
66
+ </block>
67
+
68
+ <block type="core/text_list" name="checkout.cart.methods" as="methods" translate="label">
69
+ <label>Payment Methods After Checkout Button</label>
70
+ <block type="checkout/onepage_link" name="checkout.cart.methods.onepage" template="checkout/onepage/link.phtml"/>
71
+ <block type="checkout/multishipping_link" name="checkout.cart.methods.multishipping" template="checkout/multishipping/link.phtml"/>
72
+ </block>
73
+
74
+ <block type="checkout/cart_coupon" name="checkout.cart.coupon" as="coupon" template="checkout/cart/coupon.phtml"/>
75
+ <block type="checkout/cart_shipping" name="checkout.cart.shipping" as="shipping" template="checkout/cart/shipping.phtml"/>
76
+ <block type="checkout/cart_crosssell" name="checkout.cart.crosssell" as="crosssell" template="checkout/cart/crosssell.phtml"/>
77
+
78
+ <block type="checkout/cart_totals" name="checkout.cart.totals" as="totals" template="checkout/cart/totals.phtml"/>
79
+ </block>
80
+ </reference>
81
+ <block type="core/text_list" name="additional.product.info" translate="label">
82
+ <label>Additional Product Info</label>
83
+ </block>
84
+ </checkout_cart_index>
85
+
86
+ <checkout_cart_configure translate="label">
87
+ <label>Configure Cart Item</label>
88
+ <update handle="catalog_product_view"/>
89
+ </checkout_cart_configure>
90
+
91
+ <!--
92
+ Multi address shipping checkout main layout,
93
+ will be rendered on all checkout pages
94
+ -->
95
+
96
+ <checkout_multishipping translate="label">
97
+ <label>Multishipping Checkout</label>
98
+ <!-- Mage_Checkout -->
99
+ <remove name="right"/>
100
+ <remove name="left"/>
101
+
102
+ <reference name="root">
103
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
104
+ </reference>
105
+ <reference name="content">
106
+ <block type="checkout/multishipping_state" name="checkout_state" template="checkout/multishipping/state.phtml"/>
107
+ </reference>
108
+ </checkout_multishipping>
109
+
110
+ <checkout_multishipping_login>
111
+ <update handle="customer_account_login"/>
112
+ </checkout_multishipping_login>
113
+
114
+ <checkout_multishipping_register>
115
+ <update handle="customer_account_create"/>
116
+ </checkout_multishipping_register>
117
+
118
+ <!--
119
+ Multi address shipping checkout selection of address per item page
120
+ -->
121
+
122
+ <checkout_multishipping_address_select translate="label">
123
+ <label>Multishipping Checkout Shipping Address Selection</label>
124
+ <update handle="checkout_multishipping"/>
125
+ <!-- Mage_Checkout -->
126
+ <reference name="content">
127
+ <block type="checkout/multishipping_address_select" name="checkout_address_select" template="checkout/multishipping/address/select.phtml"/>
128
+ </reference>
129
+ </checkout_multishipping_address_select>
130
+
131
+ <checkout_multishipping_address_selectbilling translate="label">
132
+ <label>Multishipping Checkout Billing Address Selection</label>
133
+ <update handle="checkout_multishipping"/>
134
+ <!-- Mage_Checkout -->
135
+ <reference name="content">
136
+ <block type="checkout/multishipping_address_select" name="checkout_address_select" template="checkout/multishipping/address/select.phtml"/>
137
+ </reference>
138
+ </checkout_multishipping_address_selectbilling>
139
+
140
+
141
+ <checkout_multishipping_address_newshipping translate="label">
142
+ <label>Multishipping Checkout Shipping Address Creation</label>
143
+ <update handle="checkout_multishipping"/>
144
+ <update handle="checkout_multishipping_customer_address"/>
145
+ </checkout_multishipping_address_newshipping>
146
+
147
+ <checkout_multishipping_address_newbilling translate="label">
148
+ <label>Multishipping Checkout Billing Address Creation</label>
149
+ <update handle="checkout_multishipping"/>
150
+ <update handle="checkout_multishipping_customer_address"/>
151
+ </checkout_multishipping_address_newbilling>
152
+
153
+ <checkout_multishipping_address_editshipping translate="label">
154
+ <label>Multishipping Checkout Shipping Address Edit Form</label>
155
+ <update handle="checkout_multishipping"/>
156
+ <update handle="checkout_multishipping_customer_address"/>
157
+ </checkout_multishipping_address_editshipping>
158
+
159
+ <checkout_multishipping_address_editaddress>
160
+ <update handle="checkout_multishipping"/>
161
+ <update handle="checkout_multishipping_customer_address"/>
162
+ </checkout_multishipping_address_editaddress>
163
+
164
+ <checkout_multishipping_address_editbilling translate="label">
165
+ <label>Multishipping Checkout Billing Address Edit Form</label>
166
+ <update handle="checkout_multishipping"/>
167
+ <update handle="checkout_multishipping_customer_address"/>
168
+ </checkout_multishipping_address_editbilling>
169
+
170
+ <checkout_multishipping_customer_address translate="label">
171
+ <label>Multishipping Checkout Customer Address Edit Form</label>
172
+ <reference name="content">
173
+ <block type="customer/address_edit" name="customer_address_edit" template="customer/address/edit.phtml"/>
174
+ </reference>
175
+ </checkout_multishipping_customer_address>
176
+
177
+ <!--
178
+ Multi address shipping checkout address page
179
+ -->
180
+
181
+ <checkout_multishipping_addresses translate="label">
182
+ <label>Multishipping Checkout Address (Any) Form</label>
183
+ <update handle="checkout_multishipping"/>
184
+ <!-- Mage_Checkout -->
185
+ <reference name="content">
186
+ <block type="checkout/multishipping_addresses" name="checkout_addresses" template="checkout/multishipping/addresses.phtml">
187
+ <action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
188
+ <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/multishipping/item/default.phtml</template></action>
189
+ <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/multishipping/item/default.phtml</template></action>
190
+ </block>
191
+ </reference>
192
+ </checkout_multishipping_addresses>
193
+
194
+ <!--
195
+ Multi address shipping checkout shipping information
196
+ -->
197
+
198
+ <checkout_multishipping_shipping translate="label">
199
+ <label>Multishipping Checkout Shipping Information Step</label>
200
+ <update handle="checkout_multishipping"/>
201
+ <!-- Mage_Checkout -->
202
+ <reference name="content">
203
+ <block type="checkout/multishipping_shipping" name="checkout_shipping" template="checkout/multishipping/shipping.phtml">
204
+ <action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
205
+ <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/multishipping/item/default.phtml</template></action>
206
+ <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/multishipping/item/default.phtml</template></action>
207
+
208
+ <block type="checkout/multishipping_billing_items" name="checkout_billing_items" template="checkout/multishipping/billing/items.phtml">
209
+ <action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
210
+ <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/multishipping/item/default.phtml</template></action>
211
+ <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/multishipping/item/default.phtml</template></action>
212
+ </block>
213
+ </block>
214
+ </reference>
215
+ </checkout_multishipping_shipping>
216
+
217
+ <!--
218
+ Multi address shipping checkout billing information
219
+ -->
220
+
221
+ <checkout_multishipping_billing translate="label">
222
+ <label>Multishipping Checkout Billing Information Step</label>
223
+ <update handle="checkout_multishipping"/>
224
+ <!-- Mage_Checkout -->
225
+ <reference name="content">
226
+ <block type="checkout/multishipping_billing" name="checkout_billing" template="checkout/multishipping/billing.phtml">
227
+ <action method="setMethodFormTemplate"><method>purchaseorder</method><template>payment/form/purchaseorder.phtml</template></action>
228
+
229
+ <!--<block type="checkout/multishipping_billing_items" name="checkout_billing_items" template="checkout/multishipping/billing/items.phtml">
230
+ <action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
231
+ <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/multishipping/item/default.phtml</template></action>
232
+ <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/multishipping/item/default.phtml</template></action>
233
+ </block>-->
234
+
235
+ </block>
236
+ </reference>
237
+ </checkout_multishipping_billing>
238
+
239
+ <!--
240
+ Multi address shipping checkout overview
241
+ -->
242
+
243
+ <checkout_multishipping_overview translate="label">
244
+ <label>Multishipping Checkout Overview</label>
245
+ <update handle="checkout_multishipping"/>
246
+ <!-- Mage_Checkout -->
247
+ <reference name="content">
248
+ <block type="checkout/multishipping_overview" name="checkout_overview" template="checkout/multishipping/overview.phtml">
249
+ <action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
250
+ <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/multishipping/item/default.phtml</template></action>
251
+ <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/multishipping/item/default.phtml</template></action>
252
+ <action method="addRowItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/multishipping/overview/item.phtml</template></action>
253
+ <action method="addRowItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/multishipping/overview/item.phtml</template></action>
254
+ <block type="checkout/multishipping_payment_info" name="payment_info">
255
+ <action method="setInfoTemplate"><method></method><template></template></action>
256
+ </block>
257
+ <block type="checkout/agreements" name="checkout.multishipping.agreements" as="agreements" template="checkout/multishipping/agreements.phtml"/>
258
+ <block type="checkout/cart_totals" name="totals" />
259
+ <block type="core/text_list" name="checkout.multishipping.overview.items.after" as="items_after" translate="label">
260
+ <label>Overview Items After</label>
261
+ </block>
262
+ </block>
263
+ </reference>
264
+ </checkout_multishipping_overview>
265
+
266
+ <!--
267
+ Multi address shipping checkout success
268
+ -->
269
+
270
+ <checkout_multishipping_success translate="label">
271
+ <label>Multishipping Checkout Success</label>
272
+ <update handle="checkout_multishipping"/>
273
+ <!-- Mage_Checkout -->
274
+ <reference name="content">
275
+ <block type="checkout/multishipping_success" name="checkout_success" template="checkout/multishipping/success.phtml"/>
276
+ </reference>
277
+ </checkout_multishipping_success>
278
+
279
+ <!--
280
+ One page checkout main layout
281
+ -->
282
+
283
+ <checkout_onepage_index translate="label">
284
+ <label>One Page Checkout</label>
285
+ <!-- Mage_Checkout -->
286
+ <remove name="right"/>
287
+
288
+ <reference name="root">
289
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
290
+ </reference>
291
+ <reference name="left">
292
+ <action method="unsetChildren"></action>
293
+ <block type="page/html_wrapper" name="checkout.progress.wrapper" translate="label">
294
+ <label>Checkout Progress Wrapper</label>
295
+ <action method="setElementId"><value>checkout-progress-wrapper</value></action>
296
+ <block type="checkout/onepage_progress" name="checkout.progress" before="-" template="checkout/onepage/progress.phtml"/>
297
+ </block>
298
+ </reference>
299
+ <reference name="content">
300
+ <block type="checkout/onepage" name="checkout.onepage" template="checkout/onepage.phtml">
301
+ <block type="checkout/onepage_login" name="checkout.onepage.login" as="login" template="checkout/onepage/login.phtml">
302
+ <block type="page/html_wrapper" name="checkout.onepage.login.before" as="login_before" translate="label">
303
+ <label>Login/Registration Before</label>
304
+ <action method="setMayBeInvisible"><value>1</value></action>
305
+ </block>
306
+ </block>
307
+ <block type="checkout/onepage_billing" name="checkout.onepage.billing" as="billing" template="checkout/onepage/billing.phtml"/>
308
+ <block type="checkout/onepage_shipping" name="checkout.onepage.shipping" as="shipping" template="checkout/onepage/shipping.phtml"/>
309
+ <block type="checkout/onepage_shipping_method" name="checkout.onepage.shipping_method" as="shipping_method" template="checkout/onepage/shipping_method.phtml">
310
+ <block type="checkout/onepage_shipping_method_available" name="checkout.onepage.shipping_method.available" as="available" template="checkout/onepage/shipping_method/available.phtml"/>
311
+ <block type="checkout/onepage_shipping_method_additional" name="checkout.onepage.shipping_method.additional" as="additional" template="checkout/onepage/shipping_method/additional.phtml"/>
312
+ </block>
313
+ <block type="checkout/onepage_payment" name="checkout.onepage.payment" as="payment" template="checkout/onepage/payment.phtml">
314
+ <block type="checkout/onepage_payment_methods" name="checkout.payment.methods" as="methods" template="checkout/onepage/payment/info.phtml">
315
+ <action method="setMethodFormTemplate"><method>purchaseorder</method><template>payment/form/purchaseorder.phtml</template></action>
316
+ </block>
317
+ </block>
318
+ <block type="checkout/onepage_review" name="checkout.onepage.review" as="review" template="checkout/onepage/review.phtml"/>
319
+ </block>
320
+ </reference>
321
+ </checkout_onepage_index>
322
+
323
+ <!--
324
+ One page checkout progress block
325
+ -->
326
+
327
+ <checkout_onepage_progress>
328
+ <!-- Mage_Checkout -->
329
+ <remove name="right"/>
330
+ <remove name="left"/>
331
+
332
+ <block type="checkout/onepage_progress" name="root" output="toHtml" template="checkout/onepage/progress.phtml">
333
+ <block type="checkout/onepage_payment_info" name="payment_info">
334
+ <action method="setInfoTemplate"><method></method><template></template></action>
335
+ </block>
336
+ </block>
337
+ </checkout_onepage_progress>
338
+
339
+ <!--
340
+ One page checkout payment methods block
341
+ -->
342
+ <checkout_onepage_paymentmethod>
343
+ <remove name="right"/>
344
+ <remove name="left"/>
345
+
346
+ <block type="checkout/onepage_payment_methods" name="root" output="toHtml" template="checkout/onepage/payment/methods.phtml">
347
+ <action method="setMethodFormTemplate"><method>purchaseorder</method><template>payment/form/purchaseorder.phtml</template></action>
348
+ </block>
349
+ </checkout_onepage_paymentmethod>
350
+
351
+
352
+ <!--
353
+ One page checkout shipping methods block
354
+ -->
355
+
356
+ <checkout_onepage_shippingmethod>
357
+ <!-- Mage_Checkout -->
358
+ <remove name="right"/>
359
+ <remove name="left"/>
360
+
361
+ <block type="checkout/onepage_shipping_method_available" name="root" output="toHtml" template="checkout/onepage/shipping_method/available.phtml"/>
362
+ </checkout_onepage_shippingmethod>
363
+
364
+ <checkout_onepage_additional>
365
+ <!-- Mage_Checkout -->
366
+ <remove name="right"/>
367
+ <remove name="left"/>
368
+
369
+ <block type="checkout/onepage_shipping_method_additional" name="root" output="toHtml" template="checkout/onepage/shipping_method/additional.phtml">
370
+ <action method="setDontDisplayContainer"><param>1</param></action>
371
+ </block>
372
+ </checkout_onepage_additional>
373
+
374
+ <!--
375
+ One page checkout order review block
376
+ -->
377
+
378
+ <checkout_onepage_review translate="label">
379
+ <label>One Page Checkout Overview</label>
380
+ <!-- Mage_Checkout -->
381
+ <remove name="right"/>
382
+ <remove name="left"/>
383
+
384
+ <block type="checkout/onepage_review_info" name="root" output="toHtml" template="checkout/onepage/review/info.phtml">
385
+ <action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/onepage/review/item.phtml</template></action>
386
+ <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/onepage/review/item.phtml</template></action>
387
+ <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/onepage/review/item.phtml</template></action>
388
+ <block type="checkout/cart_totals" name="checkout.onepage.review.info.totals" as="totals" template="checkout/onepage/review/totals.phtml"/>
389
+ <block type="core/text_list" name="checkout.onepage.review.info.items.before" as="items_before" translate="label">
390
+ <label>Items Before</label>
391
+ </block>
392
+ <block type="core/text_list" name="checkout.onepage.review.info.items.after" as="items_after" translate="label">
393
+ <label>Items After</label>
394
+ </block>
395
+ <block type="checkout/agreements" name="checkout.onepage.agreements" as="agreements" template="checkout/onepage/agreements.phtml"/>
396
+ <block type="core/template" name="checkout.onepage.review.button" as="button" template="checkout/onepage/review/button.phtml"/>
397
+ </block>
398
+ </checkout_onepage_review>
399
+
400
+ <checkout_onepage_success translate="label">
401
+ <label>One Page Checkout Success</label>
402
+ <reference name="root">
403
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
404
+ </reference>
405
+ <reference name="content">
406
+ <block type="checkout/onepage_success" name="checkout.success" template="checkout/success.phtml"/>
407
+ </reference>
408
+ </checkout_onepage_success>
409
+ <checkout_onepage_failure translate="label">
410
+ <label>One Page Checkout Failure</label>
411
+ <reference name="root">
412
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
413
+ </reference>
414
+ <reference name="content">
415
+ <block type="checkout/onepage_failure" name="checkout.failure" template="checkout/onepage/failure.phtml"/>
416
+ </reference>
417
+ </checkout_onepage_failure>
418
+ <block type="core/list" name="additional.product.info"/>
419
+ </layout>
app/design/frontend/magpassion/fafree/layout/contacts.xml ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * @category MagPassion Theme
5
+ * @package MagPassion_Sample
6
+ * @author MagPassion
7
+ * @email magentopassion@gmail.com
8
+ * @copyright Copyright (c) 2013 MagentoPassion. (http://www.magentopassion.com)
9
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
10
+ */
11
+ -->
12
+ <layout version="0.1.0">
13
+ <default>
14
+ <reference name="footer_links">
15
+ <action method="addLink" translate="label title" module="contacts" ifconfig="contacts/contacts/enabled"><label>Contact Us</label><url>contacts</url><title>Contact Us</title><prepare>true</prepare></action>
16
+ </reference>
17
+ </default>
18
+
19
+ <contacts_index_index translate="label">
20
+ <label>Contact Us Form</label>
21
+ <reference name="head">
22
+ <action method="setTitle" translate="title" module="contacts"><title>Contact Us</title></action>
23
+ </reference>
24
+ <reference name="root">
25
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
26
+ <action method="setHeaderTitle" translate="title" module="contacts"><title>Contact Us</title></action>
27
+ </reference>
28
+ <reference name="content">
29
+ <block type="core/template" name="contactForm" template="contacts/form.phtml"/>
30
+ </reference>
31
+ </contacts_index_index>
32
+ </layout>
app/design/frontend/magpassion/fafree/layout/customer.xml ADDED
@@ -0,0 +1,259 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * @category MagPassion Theme
5
+ * @package MagPassion_Sample
6
+ * @author MagPassion
7
+ * @email magentopassion@gmail.com
8
+ * @copyright Copyright (c) 2013 MagentoPassion. (http://www.magentopassion.com)
9
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
10
+ */
11
+ -->
12
+ <layout version="0.1.0">
13
+
14
+ <!--
15
+ Default layout, loads most of the pages
16
+ -->
17
+
18
+ <default>
19
+ <!-- Mage_Customer -->
20
+ <reference name="top.links">
21
+ <!--action method="addLink" translate="label title" module="customer"><label>My Account</label><url helper="customer/getAccountUrl"/><title>My Account</title><prepare/><urlParams/><position>10</position></action-->
22
+ </reference>
23
+ </default>
24
+
25
+ <!--
26
+ Load this update on every page when customer is logged in
27
+ -->
28
+
29
+ <customer_logged_in>
30
+ <reference name="top.links">
31
+ <action method="addLink" translate="label title" module="customer"><label>My Account</label><url helper="customer/getAccountUrl"/><title>My Account</title><prepare/><urlParams/><position>10</position></action>
32
+ <action method="addLink" translate="label title" module="customer"><label>Log Out</label><url helper="customer/getLogoutUrl"/><title>Log Out</title><prepare/><urlParams/><position>100</position></action>
33
+ </reference>
34
+ </customer_logged_in>
35
+
36
+ <!--
37
+ Load this update on every page when customer is logged out
38
+ -->
39
+
40
+ <customer_logged_out>
41
+ <!---<reference name="right">
42
+ <block type="customer/form_login" name="customer_form_mini_login" before="-" template="customer/form/mini.login.phtml"/>
43
+ </reference>-->
44
+ <reference name="top.links">
45
+ <action method="addLink" translate="label title" module="customer"><label>Log In</label><url helper="customer/getLoginUrl"/><title>Log In</title><prepare/><urlParams/><position>100</position></action>
46
+ </reference>
47
+ <remove name="reorder"></remove>
48
+ </customer_logged_out>
49
+
50
+ <!--
51
+ Layout for customer login page
52
+ -->
53
+
54
+ <customer_account_login translate="label">
55
+ <label>Customer Account Login Form</label>
56
+ <!-- Mage_Customer -->
57
+ <remove name="right"/>
58
+ <remove name="left"/>
59
+
60
+ <reference name="root">
61
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
62
+ </reference>
63
+ <reference name="content">
64
+ <block type="customer/form_login" name="customer_form_login" template="customer/form/login.phtml" />
65
+ </reference>
66
+ </customer_account_login>
67
+
68
+ <!--
69
+ Layout for customer log out page
70
+ -->
71
+
72
+ <customer_account_logoutsuccess translate="label">
73
+ <label>Customer Account Logout Success</label>
74
+ <!-- Mage_Customer -->
75
+ <remove name="right"/>
76
+ <remove name="left"/>
77
+
78
+ <reference name="root">
79
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
80
+ </reference>
81
+ <reference name="content">
82
+ <block type="core/template" name="customer_logout" template="customer/logout.phtml"/>
83
+ </reference>
84
+ </customer_account_logoutsuccess>
85
+
86
+ <!--
87
+ New customer registration
88
+ -->
89
+
90
+ <customer_account_create translate="label">
91
+ <label>Customer Account Registration Form</label>
92
+ <!-- Mage_Customer -->
93
+ <remove name="right"/>
94
+ <remove name="left"/>
95
+
96
+ <reference name="head">
97
+ <block type="core/template" name="optional_zip_countries" as="optional_zip_countries" template="directory/js/optional_zip_countries.phtml" />
98
+ </reference>
99
+ <reference name="root">
100
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
101
+ </reference>
102
+ <reference name="content">
103
+ <block type="customer/form_register" name="customer_form_register" template="customer/form/register.phtml">
104
+ <block type="page/html_wrapper" name="customer.form.register.fields.before" as="form_fields_before" translate="label">
105
+ <label>Form Fields Before</label>
106
+ </block>
107
+ </block>
108
+ </reference>
109
+ </customer_account_create>
110
+
111
+ <customer_account_forgotpassword translate="label">
112
+ <label>Customer Forgot Password Form</label>
113
+ <remove name="right"/>
114
+ <remove name="left"/>
115
+
116
+ <reference name="head">
117
+ <action method="setTitle" translate="title" module="customer"><title>Forgot Your Password</title></action>
118
+ </reference>
119
+ <reference name="root">
120
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
121
+ <action method="setHeaderTitle" translate="title" module="customer"><title>Password forgotten</title></action>
122
+ </reference>
123
+ <reference name="content">
124
+ <!--<block type="core/template" name="forgotPassword" template="customer/form/forgotpassword.phtml"/>-->
125
+ <block type="customer/account_forgotpassword" name="forgotPassword" template="customer/form/forgotpassword.phtml" />
126
+ </reference>
127
+ </customer_account_forgotpassword>
128
+
129
+ <customer_account_resetpassword translate="label">
130
+ <label>Reset a Password</label>
131
+ <remove name="right"/>
132
+ <remove name="left"/>
133
+
134
+ <reference name="head">
135
+ <action method="setTitle" translate="title" module="customer">
136
+ <title>Reset a Password</title>
137
+ </action>
138
+ </reference>
139
+ <reference name="root">
140
+ <action method="setTemplate">
141
+ <template>page/1column.phtml</template>
142
+ </action>
143
+ <action method="setHeaderTitle" translate="title" module="customer">
144
+ <title>Reset a Password</title>
145
+ </action>
146
+ </reference>
147
+ <reference name="content">
148
+ <block type="customer/account_resetpassword" name="resetPassword" template="customer/form/resetforgottenpassword.phtml"/>
149
+ </reference>
150
+ </customer_account_resetpassword>
151
+
152
+ <customer_account_confirmation>
153
+ <remove name="right"/>
154
+ <remove name="left"/>
155
+
156
+ <reference name="root">
157
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
158
+ <action method="setHeaderTitle" translate="title" module="customer"><title>Send confirmation link</title></action>
159
+ </reference>
160
+ <reference name="content">
161
+ <block type="core/template" name="accountConfirmation" template="customer/form/confirmation.phtml"/>
162
+ </reference>
163
+ </customer_account_confirmation>
164
+
165
+ <customer_account_edit translate="label">
166
+ <label>Customer Account Edit Form</label>
167
+ <update handle="customer_account"/>
168
+ <reference name="root">
169
+ <action method="setHeaderTitle" translate="title" module="customer"><title>Edit Account Info</title></action>
170
+ </reference>
171
+ <reference name="my.account.wrapper">
172
+ <block type="customer/form_edit" name="customer_edit" template="customer/form/edit.phtml"/>
173
+ </reference>
174
+ </customer_account_edit>
175
+
176
+ <!--
177
+ Customer account pages, rendered for all tabs in dashboard
178
+ -->
179
+
180
+ <customer_account translate="label">
181
+ <label>Customer My Account (All Pages)</label>
182
+ <!-- Mage_Customer -->
183
+ <reference name="root">
184
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
185
+ </reference>
186
+
187
+ <reference name="content">
188
+ <block type="page/html_wrapper" name="my.account.wrapper" translate="label">
189
+ <label>My Account Wrapper</label>
190
+ <action method="setElementClass"><value>my-account</value></action>
191
+ </block>
192
+ </reference>
193
+
194
+ <reference name="left">
195
+ <block type="customer/account_navigation" name="customer_account_navigation" before="-" template="customer/account/navigation.phtml">
196
+ <action method="addLink" translate="label" module="customer"><name>account</name><path>customer/account/</path><label>Account Dashboard</label></action>
197
+ <action method="addLink" translate="label" module="customer"><name>account_edit</name><path>customer/account/edit/</path><label>Account Information</label></action>
198
+ <action method="addLink" translate="label" module="customer"><name>address_book</name><path>customer/address/</path><label>Address Book</label></action>
199
+ </block>
200
+ <remove name="tags_popular"/>
201
+
202
+ </reference>
203
+ </customer_account>
204
+
205
+ <!--
206
+ Customer account home dashboard layout
207
+ -->
208
+
209
+ <customer_account_index translate="label">
210
+ <label>Customer My Account Dashboard</label>
211
+ <update handle="customer_account"/>
212
+ <!-- Mage_Customer -->
213
+ <reference name="root">
214
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
215
+ </reference>
216
+ <reference name="my.account.wrapper">
217
+ <block type="customer/account_dashboard" name="customer_account_dashboard" template="customer/account/dashboard.phtml">
218
+ <block type="customer/account_dashboard_hello" name="customer_account_dashboard_hello" as="hello" template="customer/account/dashboard/hello.phtml"/>
219
+ <block type="core/template" name="customer_account_dashboard_top" as="top" />
220
+ <block type="customer/account_dashboard_info" name="customer_account_dashboard_info" as="info" template="customer/account/dashboard/info.phtml"/>
221
+ <block type="customer/account_dashboard_newsletter" name="customer_account_dashboard_newsletter" as="newsletter" template="customer/account/dashboard/newsletter.phtml"/>
222
+ <block type="customer/account_dashboard_address" name="customer_account_dashboard_address" as="address" template="customer/account/dashboard/address.phtml"/>
223
+ <block type="core/template" name="customer_account_dashboard_info1" as="info1" />
224
+ <block type="core/template" name="customer_account_dashboard_info2" as="info2" />
225
+ </block>
226
+ </reference>
227
+
228
+ </customer_account_index>
229
+
230
+ <!--
231
+ Customer account address book
232
+ -->
233
+
234
+ <customer_address_index translate="label">
235
+ <label>Customer My Account Address Book</label>
236
+ <!-- Mage_Customer -->
237
+ <update handle="customer_account"/>
238
+ <reference name="my.account.wrapper">
239
+ <block type="customer/address_book" name="address_book" before="-" template="customer/address/book.phtml"/>
240
+ </reference>
241
+ </customer_address_index>
242
+
243
+ <!--
244
+ Customer account address edit page
245
+ -->
246
+
247
+ <customer_address_form translate="label">
248
+ <label>Customer My Account Address Edit Form</label>
249
+ <!-- Mage_Customer -->
250
+ <update handle="customer_account"/>
251
+ <reference name="head">
252
+ <block type="core/template" name="optional_zip_countries" as="optional_zip_countries" template="directory/js/optional_zip_countries.phtml" />
253
+ </reference>
254
+ <reference name="my.account.wrapper">
255
+ <block type="customer/address_edit" name="customer_address_edit" template="customer/address/edit.phtml"/>
256
+ </reference>
257
+ </customer_address_form>
258
+
259
+ </layout>
app/design/frontend/magpassion/fafree/layout/newsletter.xml ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * @category MagPassion Theme
5
+ * @package MagPassion_Sample
6
+ * @author MagPassion
7
+ * @email magentopassion@gmail.com
8
+ * @copyright Copyright (c) 2013 MagentoPassion. (http://www.magentopassion.com)
9
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
10
+ */
11
+ -->
12
+ <layout version="0.1.0">
13
+
14
+ <!--
15
+ Default layout, loads most of the pages
16
+ -->
17
+
18
+ <default>
19
+
20
+ <!-- Mage_Newsletter -->
21
+ <!--reference name="mp_newletter">
22
+ <block type="newsletter/subscribe" name="newsletter" as="newsletter" template="newsletter/subscribe.phtml"/>
23
+ </reference-->
24
+
25
+ </default>
26
+
27
+ <!--
28
+ Customer account pages, rendered for all tabs in dashboard
29
+ -->
30
+
31
+ <customer_account>
32
+ <!-- Mage_Newsletter -->
33
+ <reference name="customer_account_navigation">
34
+ <action method="addLink" translate="label" module="newsletter"><name>newsletter</name><path>newsletter/manage/</path><label>Newsletter Subscriptions</label></action>
35
+ </reference>
36
+ </customer_account>
37
+
38
+ <newsletter_manage_index translate="label">
39
+ <label>Customer My Account Newsletter Subscriptions</label>
40
+ <update handle="customer_account"/>
41
+ <reference name="my.account.wrapper">
42
+ <block type="customer/newsletter" name="customer_newsletter">
43
+ <block type="page/html_wrapper" name="customer.newsletter.form.before" as="form_before" translate="label">
44
+ <label>Newsletter Subscription Form Before</label>
45
+ <action method="setMayBeInvisible"><value>1</value></action>
46
+ </block>
47
+ </block>
48
+ </reference>
49
+ </newsletter_manage_index>
50
+
51
+ </layout>
app/design/frontend/magpassion/fafree/layout/page.xml ADDED
@@ -0,0 +1,174 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+
3
+ <layout version="0.1.0">
4
+ <!--
5
+ Default layout, loads most of the pages
6
+ -->
7
+
8
+ <default translate="label" module="page">
9
+ <label>All Pages</label>
10
+ <block type="page/html" name="root" output="toHtml" template="page/2columns-left.phtml">
11
+
12
+ <block type="page/html_head" name="head" as="head">
13
+ <action method="addJs"><script>prototype/prototype.js</script></action>
14
+ <action method="addJs"><script>lib/ccard.js</script></action>
15
+ <action method="addJs"><script>prototype/validation.js</script></action>
16
+ <action method="addJs"><script>scriptaculous/builder.js</script></action>
17
+ <action method="addJs"><script>scriptaculous/effects.js</script></action>
18
+ <action method="addJs"><script>scriptaculous/dragdrop.js</script></action>
19
+ <action method="addJs"><script>scriptaculous/controls.js</script></action>
20
+ <action method="addJs"><script>scriptaculous/slider.js</script></action>
21
+ <action method="addJs"><script>varien/js.js</script></action>
22
+ <action method="addJs"><script>varien/form.js</script></action>
23
+ <action method="addJs"><script>varien/menu.js</script></action>
24
+ <action method="addJs"><script>mage/translate.js</script></action>
25
+ <action method="addJs"><script>mage/cookies.js</script></action>
26
+
27
+ <action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
28
+ <action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 8</if></action>
29
+ <action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
30
+ <action method="addCss"><stylesheet>css/print.css</stylesheet><params>media="print"</params></action>
31
+
32
+ <action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
33
+ <action method="addItem"><type>skin_js</type><name>js/ie6.js</name><params/><if>lt IE 7</if></action>
34
+ </block>
35
+
36
+ <block type="core/text_list" name="after_body_start" as="after_body_start" translate="label">
37
+ <label>Page Top</label>
38
+ </block>
39
+
40
+ <block type="page/html_notices" name="global_notices" as="global_notices" template="page/html/notices.phtml" />
41
+
42
+ <block type="page/html_header" name="header" as="header">
43
+ <block type="core/text_list" name="top.menu" as="topMenu" translate="label">
44
+ <label>Navigation Bar</label>
45
+ <block type="page/html_topmenu" name="catalog.topnav" template="page/html/topmenu.phtml" />
46
+ </block>
47
+ <block type="page/switch" name="store_language" as="store_language" template="page/switch/languages.phtml"/>
48
+ <block type="page/template_links" name="top.links" as="topLinks"/>
49
+ <block type="page/html_wrapper" name="top.bar" as="topBar" translate="label">
50
+ <label>Breadcrumbs</label>
51
+ <action method="setElementClass"><value>top-bar</value></action>
52
+ <!--block type="page/html_breadcrumbs" name="breadcrumbs" as="breadcrumbs"/-->
53
+ </block>
54
+ <block type="page/html_wrapper" name="top.container" as="topContainer" translate="label">
55
+ <label>Page Header</label>
56
+ <action method="setElementClass"><value>top-container</value></action>
57
+ </block>
58
+ <block type="page/html_welcome" name="welcome" as="welcome"/>
59
+ </block>
60
+
61
+ <block type="core/text_list" name="left" as="left" translate="label">
62
+ <label>Left Column</label>
63
+ </block>
64
+
65
+ <block type="core/messages" name="global_messages" as="global_messages"/>
66
+ <block type="core/messages" name="messages" as="messages"/>
67
+
68
+ <block type="core/text_list" name="content" as="content" translate="label">
69
+ <label>Main Content Area</label>
70
+ </block>
71
+ <block type="core/text_list" name="mp_newletter" as="mp_newletter" translate="label">
72
+ <label>MagPassion Newletter</label>
73
+ </block>
74
+ <block type="core/text_list" name="right" as="right" translate="label">
75
+ <label>Right Column</label>
76
+ </block>
77
+
78
+ <block type="page/html_footer" name="footer" as="footer" template="page/html/footer.phtml">
79
+ <block type="page/html_wrapper" name="bottom.container" as="bottomContainer" translate="label">
80
+ <label>Page Footer</label>
81
+ <action method="setElementClass"><value>bottom-container</value></action>
82
+ </block>
83
+ <block type="page/template_links" name="footer_links" as="footer_links" template="page/template/links.phtml"/>
84
+ <block type="page/switch" name="store_switcher" as="store_switcher" template="page/switch/stores.phtml"/>
85
+ </block>
86
+
87
+ <block type="core/text_list" name="before_body_end" as="before_body_end" translate="label">
88
+ <label>Page Bottom</label>
89
+ </block>
90
+ </block>
91
+
92
+ <block type="core/profiler" output="toHtml" name="core_profiler"/>
93
+ </default>
94
+
95
+ <print translate="label" module="page">
96
+ <label>All Pages (Print Version)</label>
97
+ <!-- Mage_Page -->
98
+ <block type="page/html" name="root" output="toHtml" template="page/print.phtml">
99
+
100
+ <block type="page/html_head" name="head" as="head">
101
+ <action method="addJs"><script>prototype/prototype.js</script></action>
102
+ <action method="addJs"><script>mage/translate.js</script></action>
103
+ <action method="addJs"><script>lib/ccard.js</script></action>
104
+ <action method="addJs"><script>prototype/validation.js</script></action>
105
+ <action method="addJs"><script>varien/js.js</script></action>
106
+
107
+ <action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
108
+ <action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 8</if></action>
109
+ <action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
110
+ <action method="addCss"><stylesheet>css/print.css</stylesheet><params>media="print"</params></action>
111
+
112
+ <action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
113
+ <action method="addItem"><type>skin_js</type><name>js/ie6.js</name><params/><if>lt IE 7</if></action>
114
+
115
+ </block>
116
+
117
+ <block type="core/text_list" name="content" as="content" translate="label">
118
+ <label>Main Content Area</label>
119
+ </block>
120
+
121
+ </block>
122
+ </print>
123
+
124
+ <!-- Custom page layout handles -->
125
+ <page_empty translate="label">
126
+ <label>All Empty Layout Pages</label>
127
+ <reference name="root">
128
+ <action method="setTemplate"><template>page/empty.phtml</template></action>
129
+ <!-- Mark root page block that template is applied -->
130
+ <action method="setIsHandle"><applied>1</applied></action>
131
+ <action method="setLayoutCode"><name>empty</name></action>
132
+ </reference>
133
+ </page_empty>
134
+
135
+ <page_one_column translate="label">
136
+ <label>All One-Column Layout Pages</label>
137
+ <reference name="root">
138
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
139
+ <!-- Mark root page block that template is applied -->
140
+ <action method="setIsHandle"><applied>1</applied></action>
141
+ <action method="setLayoutCode"><name>one_column</name></action>
142
+ </reference>
143
+ </page_one_column>
144
+
145
+ <page_two_columns_left translate="label">
146
+ <label>All Two-Column Layout Pages (Left Column)</label>
147
+ <reference name="root">
148
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
149
+ <!-- Mark root page block that template is applied -->
150
+ <action method="setIsHandle"><applied>1</applied></action>
151
+ <action method="setLayoutCode"><name>two_columns_left</name></action>
152
+ </reference>
153
+ </page_two_columns_left>
154
+
155
+ <page_two_columns_right translate="label">
156
+ <label>All Two-Column Layout Pages (Right Column)</label>
157
+ <reference name="root">
158
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
159
+ <!-- Mark root page block that template is applied -->
160
+ <action method="setIsHandle"><applied>1</applied></action>
161
+ <action method="setLayoutCode"><name>two_columns_right</name></action>
162
+ </reference>
163
+ </page_two_columns_right>
164
+
165
+ <page_three_columns translate="label">
166
+ <label>All Three-Column Layout Pages</label>
167
+ <reference name="root">
168
+ <action method="setTemplate"><template>page/3columns.phtml</template></action>
169
+ <!-- Mark root page block that template is applied -->
170
+ <action method="setIsHandle"><applied>1</applied></action>
171
+ <action method="setLayoutCode"><name>three_columns</name></action>
172
+ </reference>
173
+ </page_three_columns>
174
+ </layout>
app/design/frontend/magpassion/fafree/layout/payment.xml ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * @category MagPassion Theme
5
+ * @package MagPassion_Sample
6
+ * @author MagPassion
7
+ * @email magentopassion@gmail.com
8
+ * @copyright Copyright (c) 2013 MagentoPassion. (http://www.magentopassion.com)
9
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
10
+ */
11
+ -->
12
+ <layout version="0.1.0">
13
+ <catalog_product_view>
14
+ <reference name="product.info.tabs">
15
+ <action method="addTab" translate="title" module="payment"><alias>product.info.additional.recurring.schedule</alias><title>Recurring Profile</title><block>payment/catalog_product_view_profile</block><template>payment/catalog/product/view/profile/schedule.phtml</template></action>
16
+ </reference>
17
+ <reference name="product.info.options.wrapper">
18
+ <block type="payment/catalog_product_view_profile" name="product.info.options.recurring" as="recurring_options" template="payment/catalog/product/view/profile/options.phtml"/>
19
+ </reference>
20
+ </catalog_product_view>
21
+ </layout>
app/design/frontend/magpassion/fafree/layout/persistent.xml ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * @category MagPassion Theme
5
+ * @package MagPassion_Sample
6
+ * @author MagPassion
7
+ * @email magentopassion@gmail.com
8
+ * @copyright Copyright (c) 2013 MagentoPassion. (http://www.magentopassion.com)
9
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
10
+ */
11
+ -->
12
+ <layout version="0.1.0">
13
+ <customer_logged_out_psc_handle>
14
+ <reference name="top.links">
15
+ <action method="addLink" translate="label title" module="persistent"><label helper="persistent/getPersistentName"/><url helper="persistent/getUnsetCookieUrl"/><title helper="persistent/getPersistentName"/><prepare/><urlParams/><position>9</position></action>
16
+ </reference>
17
+ </customer_logged_out_psc_handle>
18
+
19
+ <customer_account_login>
20
+ <reference name="customer_form_login">
21
+ <action method="setTemplate"><template>persistent/customer/form/login.phtml</template></action>
22
+ <block type="persistent/form_remember" name="persistent.remember.me" template="persistent/remember_me.phtml" />
23
+ <block type="core/template" name="persistent.remember.me.tooltip" template="persistent/remember_me_tooltip.phtml" />
24
+ </reference>
25
+ </customer_account_login>
26
+
27
+ <customer_account_create>
28
+ <reference name="customer_form_register">
29
+ <action method="setTemplate"><template>persistent/customer/form/register.phtml</template></action>
30
+ <block type="persistent/form_remember" name="persistent.remember.me" template="persistent/remember_me.phtml" />
31
+ <block type="core/template" name="persistent.remember.me.tooltip" template="persistent/remember_me_tooltip.phtml" />
32
+ </reference>
33
+ </customer_account_create>
34
+
35
+ <checkout_onepage_index>
36
+ <reference name="checkout.onepage.login">
37
+ <action method="setTemplate"><template>persistent/checkout/onepage/login.phtml</template></action>
38
+ <block type="persistent/form_remember" name="persistent.remember.me" template="persistent/remember_me.phtml" />
39
+ <block type="core/template" name="persistent.remember.me.tooltip" template="persistent/remember_me_tooltip.phtml" />
40
+ </reference>
41
+ </checkout_onepage_index>
42
+ </layout>
app/design/frontend/magpassion/fafree/layout/review.xml ADDED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * @category MagPassion Theme
5
+ * @package MagPassion_Sample
6
+ * @author MagPassion
7
+ * @email magentopassion@gmail.com
8
+ * @copyright Copyright (c) 2013 MagentoPassion. (http://www.magentopassion.com)
9
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
10
+ */
11
+ -->
12
+ <layout version="0.1.0">
13
+
14
+ <customer_account>
15
+ <!-- Mage_Review -->
16
+ <reference name="customer_account_navigation">
17
+ <action method="addLink" translate="label" module="review"><name>reviews</name><path>review/customer</path><label>My Product Reviews</label></action>
18
+ </reference>
19
+
20
+ </customer_account>
21
+
22
+ <!--
23
+ Customer account home dashboard layout
24
+ -->
25
+
26
+ <customer_account_index>
27
+
28
+ <!-- Mage_Review -->
29
+ <reference name="customer_account_dashboard">
30
+ <action method="unsetChild"><name>customer_account_dashboard_info1</name></action>
31
+ <block type="review/customer_recent" name="customer_account_dashboard_info1" as="info1" template="review/customer/recent.phtml"/>
32
+ </reference>
33
+
34
+ </customer_account_index>
35
+
36
+
37
+ <!--
38
+ Product reviews page (?)
39
+ -->
40
+
41
+ <reviews>
42
+ <!-- Mage_Review -->
43
+ <reference name="root">
44
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
45
+ </reference>
46
+ </reviews>
47
+
48
+ <!--
49
+ Product reviews page
50
+ -->
51
+
52
+ <review_product_list translate="label">
53
+ <label>Catalog Product Reviews List</label>
54
+ <reference name="root">
55
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
56
+ </reference>
57
+ <reference name="head">
58
+ <action method="addJs"><script>varien/product.js</script></action>
59
+ <action method="addJs"><script>varien/configurable.js</script></action>
60
+ </reference>
61
+ <reference name="content">
62
+ <block type="review/product_view" name="product.info" template="catalog/product/view.phtml">
63
+ <block type="catalog/product_view_media" name="product.info.media" as="media" template="catalog/product/view/media.phtml">
64
+ <action method="disableGallery"/>
65
+ </block>
66
+ <block type="catalog/product_view" name="product.info.addto" as="addto" template="catalog/product/view/addto.phtml"/>
67
+ <block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml">
68
+ <!-- workaround: a better place for this code is in paypal.xml -->
69
+ <block type="page/html_wrapper" name="review.product.info.addtocart.paypal.wrapper" translate="label" module="paypal">
70
+ <label>PayPal Express Checkout Shortcut Wrapper</label>
71
+ <block type="paypal/express_shortcut" name="review.product.info.addtocart.paypal" template="paypal/express/shortcut.phtml">
72
+ <action method="setIsInCatalogProduct"><value>1</value></action>
73
+ </block>
74
+ </block>
75
+ </block>
76
+ <block type="catalog/product_view" name="product.tierprices" as="tierprices" template="catalog/product/view/tierprices.phtml"/>
77
+ <block type="core/template" name="product.info.other" as="other" template="review/product/view/other.phtml"/>
78
+ <block type="page/html_pager" name="product_review_list.toolbar" />
79
+ <block type="core/template" name="product_review_list.count" template="review/product/view/count.phtml" />
80
+ <block type="review/product_view_list" name="product.info.product_additional_data" as="product_additional_data" template="review/product/view/list.phtml">
81
+ <block type="review/form" name="product.review.form" as="review_form">
82
+ <block type="page/html_wrapper" name="product.review.form.fields.before" as="form_fields_before" translate="label">
83
+ <label>Review Form Fields Before</label>
84
+ <action method="setMayBeInvisible"><value>1</value></action>
85
+ </block>
86
+ </block>
87
+ </block>
88
+ </block>
89
+ </reference>
90
+ </review_product_list>
91
+
92
+ <review_product_view translate="label">
93
+ <label>Catalog Product Review View</label>
94
+ <reference name="root">
95
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
96
+ </reference>
97
+ <reference name="content">
98
+ <block type="review/view" name="review_view"/>
99
+ </reference>
100
+ </review_product_view>
101
+
102
+ <review_customer_index translate="label">
103
+ <label>Customer My Account Product Reviews</label>
104
+ <update handle="customer_account"/>
105
+ <reference name="my.account.wrapper">
106
+ <block type="review/customer_list" name="review_customer_list" template="review/customer/list.phtml"/>
107
+ </reference>
108
+ </review_customer_index>
109
+
110
+ <review_customer_view translate="label">
111
+ <label>Customer My Account Review Details</label>
112
+ <update handle="customer_account"/>
113
+ <reference name="my.account.wrapper">
114
+ <block type="review/customer_view" name="customers_review"/>
115
+ </reference>
116
+ </review_customer_view>
117
+
118
+ </layout>
app/design/frontend/magpassion/fafree/layout/rss.xml ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * @category MagPassion Theme
5
+ * @package MagPassion_Sample
6
+ * @author MagPassion
7
+ * @email magentopassion@gmail.com
8
+ * @copyright Copyright (c) 2013 MagentoPassion. (http://www.magentopassion.com)
9
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
10
+ */
11
+ -->
12
+ <layout version="0.1.0">
13
+ <default>
14
+ <reference name="footer_links">
15
+ <action method="addLink" translate="label title" module="rss" ifconfig="rss/config/active"><label>RSS</label><url>rss</url><title>RSS</title><prepare>true</prepare><urlParams/><position/><li/><a>class="link-rss"</a></action>
16
+ </reference>
17
+ <block type="rss/list" name="head_rss" ifconfig="rss/config/active" />
18
+ </default>
19
+ <!--
20
+ Default layout, loads most of the pages
21
+ -->
22
+ <rss_index_index translate="label">
23
+ <label>RSS Feeds List</label>
24
+ <reference name="root">
25
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
26
+ </reference>
27
+ <reference name="content">
28
+ <block type="rss/list" name="rss.list" template="rss/list.phtml"/>
29
+ </reference>
30
+ </rss_index_index>
31
+
32
+ <rss_index_nofeed>
33
+ <block type="core/template" name="root" output="toHtml" template="rss/nofeed.phtml"/>
34
+ </rss_index_nofeed>
35
+
36
+ <rss_index_wishlist>
37
+ <block type="rss/wishlist" name="rss.wishlist" output="toHtml"/>
38
+ </rss_index_wishlist>
39
+ <!--
40
+ Catalog layout
41
+ -->
42
+ <rss_catalog_new>
43
+ <block type="rss/catalog_new" output="toHtml" name="rss.catalog.new"/>
44
+ </rss_catalog_new>
45
+
46
+ <rss_catalog_special>
47
+ <block type="rss/catalog_special" output="toHtml" name="rss.catalog.special"/>
48
+ </rss_catalog_special>
49
+
50
+ <rss_catalog_salesrule>
51
+ <block type="rss/catalog_salesrule" output="toHtml" name="rss.catalog.salesrule"/>
52
+ </rss_catalog_salesrule>
53
+
54
+ <rss_catalog_tag>
55
+ <block type="rss/catalog_tag" output="toHtml" name="rss.catalog.tag" />
56
+ </rss_catalog_tag>
57
+
58
+ <rss_catalog_notifystock>
59
+ <block type="rss/catalog_notifyStock" output="toHtml" name="rss.catalog.notifystock" />
60
+ </rss_catalog_notifystock>
61
+
62
+ <rss_catalog_review>
63
+ <block type="rss/catalog_review" output="toHtml" name="rss.catalog.review" />
64
+ </rss_catalog_review>
65
+
66
+ <rss_catalog_category>
67
+ <block type="rss/catalog_category" output="toHtml" name="rss.catalog.category" />
68
+ </rss_catalog_category>
69
+ <!--
70
+ Order layout
71
+ -->
72
+ <rss_order_new>
73
+ <block type="rss/order_new" output="toHtml" name="rss.order.new"/>
74
+ </rss_order_new>
75
+ <rss_order_status>
76
+ <block type="rss/order_status" output="toHtml" name="rss.order.status"/>
77
+ </rss_order_status>
78
+ </layout>
app/design/frontend/magpassion/fafree/layout/sales.xml ADDED
@@ -0,0 +1,480 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * @category MagPassion Theme
5
+ * @package MagPassion_Sample
6
+ * @author MagPassion
7
+ * @email magentopassion@gmail.com
8
+ * @copyright Copyright (c) 2013 MagentoPassion. (http://www.magentopassion.com)
9
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
10
+ */
11
+ -->
12
+ <layout version="0.1.0">
13
+
14
+ <!--
15
+ Customer account pages, rendered for all tabs in dashboard
16
+ -->
17
+
18
+
19
+ <customer_logged_in>
20
+ <reference name="left">
21
+ <block type="sales/reorder_sidebar" name="sale.reorder.sidebar" as="reorder" template="sales/reorder/sidebar.phtml"/>
22
+ </reference>
23
+ </customer_logged_in>
24
+ <checkout_onepage_index>
25
+ <remove name="sale.reorder.sidebar"/>
26
+ </checkout_onepage_index>
27
+ <checkout_onepage_reorder>
28
+ <reference name="right">
29
+ <action method="unsetChild"><name>reorder</name></action>
30
+ </reference>
31
+ </checkout_onepage_reorder>
32
+
33
+ <customer_account>
34
+ <!-- Mage_Sales -->
35
+ <reference name="customer_account_navigation">
36
+ <action method="addLink" translate="label" module="sales"><name>orders</name><path>sales/order/history/</path><label>My Orders</label></action>
37
+ </reference>
38
+
39
+ </customer_account>
40
+
41
+ <!--
42
+ Customer account home dashboard layout
43
+ -->
44
+
45
+ <customer_account_index>
46
+ <!-- Mage_Sales -->
47
+ <reference name="customer_account_dashboard">
48
+ <action method="unsetChild"><name>top</name></action>
49
+ <block type="sales/order_recent" name="customer_account_dashboard_top" as="top" template="sales/order/recent.phtml"/>
50
+ </reference>
51
+
52
+ </customer_account_index>
53
+
54
+ <sales_order_history translate="label">
55
+ <label>Customer My Account Order History</label>
56
+ <update handle="customer_account"/>
57
+ <reference name="my.account.wrapper">
58
+ <block type="sales/order_history" name="sales.order.history">
59
+ <block type="core/text_list" name="sales.order.history.info" as="info" translate="label">
60
+ <label>Order History Info</label>
61
+ </block>
62
+ </block>
63
+ <block type="customer/account_dashboard" name="customer.account.link.back" template="customer/account/link/back.phtml"/>
64
+ </reference>
65
+ </sales_order_history>
66
+
67
+
68
+ <sales_order_view translate="label">
69
+ <label>Customer My Account Order View</label>
70
+ <update handle="customer_account"/>
71
+ <reference name="my.account.wrapper">
72
+ <block type="sales/order_info" as="info" name="sales.order.info">
73
+ <block type="sales/order_info_buttons" as="buttons" name="sales.order.info.buttons" />
74
+ </block>
75
+ <block type="sales/order_view" name="sales.order.view">
76
+ <block type="sales/order_items" name="order_items" template="sales/order/items.phtml">
77
+ <action method="addItemRender"><type>default</type><block>sales/order_item_renderer_default</block><template>sales/order/items/renderer/default.phtml</template></action>
78
+ <action method="addItemRender"><type>grouped</type><block>sales/order_item_renderer_grouped</block><template>sales/order/items/renderer/default.phtml</template></action>
79
+ <block type="sales/order_totals" name="order_totals" template="sales/order/totals.phtml">
80
+ <action method="setLabelProperties"><value>colspan="4" class="a-right"</value></action>
81
+ <action method="setValueProperties"><value>class="last a-right"</value></action>
82
+ <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml" />
83
+ </block>
84
+ </block>
85
+ </block>
86
+ </reference>
87
+ <reference name="sales.order.info">
88
+ <action method="addLink" translate="label" module="sales"><name>view</name><path></path><label>Order Information</label></action>
89
+ <action method="addLink" translate="label" module="sales"><name>invoice</name><path>*/*/invoice</path><label>Invoices</label></action>
90
+ <action method="addLink" translate="label" module="sales"><name>shipment</name><path>*/*/shipment</path><label>Shipments</label></action>
91
+ <action method="addLink" translate="label" module="sales"><name>creditmemo</name><path>*/*/creditmemo</path><label>Refunds</label></action>
92
+ </reference>
93
+ </sales_order_view>
94
+
95
+ <sales_order_invoice translate="label">
96
+ <label>Customer My Account Order Invoice View</label>
97
+ <update handle="customer_account"/>
98
+ <reference name="my.account.wrapper">
99
+ <block type="sales/order_info" as="info" name="sales.order.info">
100
+ <block type="sales/order_info_buttons" as="buttons" name="sales.order.info.buttons" />
101
+ </block>
102
+ <block type="sales/order_invoice" name="sales.order.invoice">
103
+ <block type="sales/order_invoice_items" name="invoice_items" template="sales/order/invoice/items.phtml">
104
+ <action method="addItemRender"><type>default</type><block>sales/order_item_renderer_default</block><template>sales/order/invoice/items/renderer/default.phtml</template></action>
105
+ <action method="addItemRender"><type>grouped</type><block>sales/order_item_renderer_grouped</block><template>sales/order/invoice/items/renderer/default.phtml</template></action>
106
+ <block type="sales/order_invoice_totals" name="invoice_totals" template="sales/order/totals.phtml">
107
+ <action method="setLabelProperties"><value>colspan="4" class="a-right"</value></action>
108
+ <action method="setValueProperties"><value>class="last a-right"</value></action>
109
+ <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml" />
110
+ </block>
111
+ <block type="sales/order_comments" name="invoice_comments" template="sales/order/comments.phtml" />
112
+ </block>
113
+ </block>
114
+ </reference>
115
+ <reference name="sales.order.info">
116
+ <action method="addLink" translate="label" module="sales"><name>view</name><path>*/*/view</path><label>Order Information</label></action>
117
+ <action method="addLink" translate="label" module="sales"><name>invoice</name><path></path><label>Invoices</label></action>
118
+ <action method="addLink" translate="label" module="sales"><name>shipment</name><path>*/*/shipment</path><label>Shipments</label></action>
119
+ <action method="addLink" translate="label" module="sales"><name>creditmemo</name><path>*/*/creditmemo</path><label>Refunds</label></action>
120
+ </reference>
121
+ </sales_order_invoice>
122
+
123
+ <sales_order_shipment translate="label">
124
+ <label>Customer My Account Order Shipment View</label>
125
+ <update handle="customer_account"/>
126
+ <reference name="my.account.wrapper">
127
+ <block type="sales/order_info" as="info" name="sales.order.info">
128
+ <block type="sales/order_info_buttons" as="buttons" name="sales.order.info.buttons" />
129
+ </block>
130
+ <block type="sales/order_shipment" name="sales.order.shipment">
131
+ <block type="sales/order_shipment_items" name="shipment_items" template="sales/order/shipment/items.phtml">
132
+ <action method="addItemRender"><type>default</type><block>sales/order_item_renderer_default</block><template>sales/order/shipment/items/renderer/default.phtml</template></action>
133
+ <block type="sales/order_comments" name="shipment_comments" template="sales/order/comments.phtml" />
134
+ </block>
135
+ </block>
136
+ </reference>
137
+ <reference name="sales.order.info">
138
+ <action method="addLink" translate="label" module="sales"><name>view</name><path>*/*/view</path><label>Order Information</label></action>
139
+ <action method="addLink" translate="label" module="sales"><name>invoice</name><path>*/*/invoice</path><label>Invoices</label></action>
140
+ <action method="addLink" translate="label" module="sales"><name>shipment</name><path></path><label>Shipments</label></action>
141
+ <action method="addLink" translate="label" module="sales"><name>creditmemo</name><path>*/*/creditmemo</path><label>Refunds</label></action>
142
+ </reference>
143
+ </sales_order_shipment>
144
+
145
+ <sales_order_creditmemo translate="label">
146
+ <label>Customer My Account Order Creditmemo View</label>
147
+ <update handle="customer_account"/>
148
+ <reference name="my.account.wrapper">
149
+ <block type="sales/order_info" as="info" name="sales.order.info">
150
+ <block type="sales/order_info_buttons" as="buttons" name="sales.order.info.buttons" />
151
+ </block>
152
+ <block type="sales/order_creditmemo" name="sales.order.creditmemo">
153
+ <block type="sales/order_creditmemo_items" name="creditmemo_items" template="sales/order/creditmemo/items.phtml">
154
+ <action method="addItemRender"><type>default</type><block>sales/order_item_renderer_default</block><template>sales/order/creditmemo/items/renderer/default.phtml</template></action>
155
+ <action method="addItemRender"><type>grouped</type><block>sales/order_item_renderer_grouped</block><template>sales/order/creditmemo/items/renderer/default.phtml</template></action>
156
+ <block type="sales/order_creditmemo_totals" name="creditmemo_totals" template="sales/order/totals.phtml">
157
+ <action method="setLabelProperties"><value>colspan="6" class="a-right"</value></action>
158
+ <action method="setValueProperties"><value>class="a-right"</value></action>
159
+ <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml"/>
160
+ </block>
161
+ <block type="sales/order_comments" name="creditmemo_comments" template="sales/order/comments.phtml" />
162
+ </block>
163
+ </block>
164
+ </reference>
165
+ <reference name="sales.order.info">
166
+ <action method="addLink" translate="label" module="sales"><name>view</name><path>*/*/view</path><label>Order Information</label></action>
167
+ <action method="addLink" translate="label" module="sales"><name>invoice</name><path>*/*/invoice</path><label>Invoices</label></action>
168
+ <action method="addLink" translate="label" module="sales"><name>shipment</name><path>*/*/shipment</path><label>Shipments</label></action>
169
+ <action method="addLink" translate="label" module="sales"><name>creditmemo</name><path></path><label>Refunds</label></action>
170
+ </reference>
171
+ </sales_order_creditmemo>
172
+
173
+ <sales_order_reorder>
174
+ <update handle="customer_account"/>
175
+ <reference name="content">
176
+ <block type="sales/order_view" name="sales.order.view"/>
177
+ </reference>
178
+ </sales_order_reorder>
179
+
180
+ <sales_order_print translate="label">
181
+ <label>Sales Order Print View</label>
182
+ <reference name="content">
183
+ <block type="sales/order_print" name="sales.order.print" template="sales/order/print.phtml">
184
+ <action method="addItemRender"><type>default</type><block>sales/order_item_renderer_default</block><template>sales/order/items/renderer/default.phtml</template></action>
185
+ <action method="addItemRender"><type>grouped</type><block>sales/order_item_renderer_grouped</block><template>sales/order/items/renderer/default.phtml</template></action>
186
+ <block type="sales/order_totals" name="order_totals" template="sales/order/totals.phtml">
187
+ <action method="setLabelProperties"><value>colspan="4" class="a-right"</value></action>
188
+ <action method="setValueProperties"><value>class="last a-right"</value></action>
189
+ <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml">
190
+ <action method="setIsPlaneMode"><value>1</value></action>
191
+ </block>
192
+ </block>
193
+ </block>
194
+ </reference>
195
+ </sales_order_print>
196
+
197
+ <sales_order_printinvoice translate="label">
198
+ <label>Sales Invoice Print View</label>
199
+ <reference name="content">
200
+ <block type="sales/order_print_invoice" name="sales.order.print.invoice" template="sales/order/print/invoice.phtml">
201
+ <action method="addItemRender"><type>default</type><block>sales/order_item_renderer_default</block><template>sales/order/invoice/items/renderer/default.phtml</template></action>
202
+ <action method="addItemRender"><type>grouped</type><block>sales/order_item_renderer_grouped</block><template>sales/order/invoice/items/renderer/default.phtml</template></action>
203
+ <block type="sales/order_invoice_totals" name="invoice_totals" template="sales/order/totals.phtml">
204
+ <action method="setLabelProperties"><value>colspan="4" class="a-right"</value></action>
205
+ <action method="setValueProperties"><value>class="last a-right"</value></action>
206
+ <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml" />
207
+ </block>
208
+ </block>
209
+ </reference>
210
+ </sales_order_printinvoice>
211
+
212
+ <sales_order_printshipment translate="label">
213
+ <label>Sales Shipment Print View</label>
214
+ <reference name="content">
215
+ <block type="sales/order_print_shipment" name="sales.order.print.shipment" template="sales/order/print/shipment.phtml">
216
+ <action method="addItemRender"><type>default</type><block>sales/order_item_renderer_default</block><template>sales/order/shipment/items/renderer/default.phtml</template></action>
217
+ </block>
218
+ </reference>
219
+ </sales_order_printshipment>
220
+
221
+ <sales_order_printcreditmemo>
222
+ <reference name="content">
223
+ <block type="sales/order_print_creditmemo" name="sales.order.print.creditmemo" template="sales/order/print/creditmemo.phtml">
224
+ <action method="addItemRender"><type>default</type><block>sales/order_item_renderer_default</block><template>sales/order/creditmemo/items/renderer/default.phtml</template></action>
225
+ <action method="addItemRender"><type>grouped</type><block>sales/order_item_renderer_grouped</block><template>sales/order/creditmemo/items/renderer/default.phtml</template></action>
226
+ <block type="sales/order_creditmemo_totals" name="creditmemo_totals" template="sales/order/totals.phtml">
227
+ <action method="setLabelProperties"><value>colspan="6" class="a-right"</value></action>
228
+ <action method="setValueProperties"><value>class="a-right"</value></action>
229
+ <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml"/>
230
+ </block>
231
+ </block>
232
+ </reference>
233
+ </sales_order_printcreditmemo>
234
+
235
+ <!--
236
+ Email layouts section
237
+ -->
238
+ <sales_email_order_items>
239
+ <block type="sales/order_email_items" name="items" template="email/order/items.phtml">
240
+ <action method="addItemRender"><type>default</type><block>sales/order_email_items_order_default</block><template>email/order/items/order/default.phtml</template></action>
241
+ <action method="addItemRender"><type>grouped</type><block>sales/order_email_items_order_grouped</block><template>email/order/items/order/default.phtml</template></action>
242
+ <block type="sales/order_totals" name="order_totals" template="sales/order/totals.phtml">
243
+ <action method="setLabelProperties"><value>colspan="3" align="right" style="padding:3px 9px"</value></action>
244
+ <action method="setValueProperties"><value>align="right" style="padding:3px 9px"</value></action>
245
+ <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml">
246
+ <action method="setIsPlaneMode"><value>1</value></action>
247
+ </block>
248
+ </block>
249
+ </block>
250
+ </sales_email_order_items>
251
+
252
+ <sales_email_order_invoice_items>
253
+ <block type="sales/order_email_invoice_items" name="items" template="email/order/invoice/items.phtml">
254
+ <action method="addItemRender"><type>default</type><block>sales/order_email_items_default</block><template>email/order/items/invoice/default.phtml</template></action>
255
+ <action method="addItemRender"><type>grouped</type><block>sales/order_email_items_order_grouped</block><template>email/order/items/invoice/default.phtml</template></action>
256
+ <block type="sales/order_invoice_totals" name="invoice_totals" template="sales/order/totals.phtml">
257
+ <action method="setLabelProperties"><value>colspan="3" align="right" style="padding:3px 9px"</value></action>
258
+ <action method="setValueProperties"><value>align="right" style="padding:3px 9px"</value></action>
259
+ <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml"/>
260
+ </block>
261
+ </block>
262
+ </sales_email_order_invoice_items>
263
+
264
+ <sales_email_order_shipment_items>
265
+ <block type="sales/order_email_shipment_items" name="items" template="email/order/shipment/items.phtml">
266
+ <action method="addItemRender"><type>default</type><block>sales/order_email_items_default</block><template>email/order/items/shipment/default.phtml</template></action>
267
+ </block>
268
+ </sales_email_order_shipment_items>
269
+
270
+ <sales_email_order_creditmemo_items>
271
+ <block type="sales/order_email_creditmemo_items" name="items" template="email/order/creditmemo/items.phtml">
272
+ <action method="addItemRender"><type>default</type><block>sales/order_email_items_default</block><template>email/order/items/creditmemo/default.phtml</template></action>
273
+ <action method="addItemRender"><type>grouped</type><block>sales/order_email_items_order_grouped</block><template>email/order/items/creditmemo/default.phtml</template></action>
274
+ <block type="sales/order_creditmemo_totals" name="creditmemo_totals" template="sales/order/totals.phtml">
275
+ <action method="setLabelProperties"><value>colspan="3" align="right" style="padding:3px 9px"</value></action>
276
+ <action method="setValueProperties"><value>align="right" style="padding:3px 9px"</value></action>
277
+ <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml"/>
278
+ </block>
279
+ </block>
280
+ </sales_email_order_creditmemo_items>
281
+
282
+ <!--
283
+ Guest
284
+ -->
285
+
286
+ <sales_guest_form translate="label">
287
+ <label>Returns</label>
288
+ <reference name="root">
289
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
290
+ </reference>
291
+ <reference name="content">
292
+ <block type="sales/widget_guest_form" name="guest.form" template="sales/guest/form.phtml"/>
293
+ </reference>
294
+ </sales_guest_form>
295
+
296
+
297
+ <sales_guest_view translate="label">
298
+ <label>Customer My Account Order View</label>
299
+ <reference name="root">
300
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
301
+ </reference>
302
+ <reference name="content">
303
+ <block type="sales/order_info" as="info" name="sales.order.info">
304
+ <block type="sales/order_info_buttons" as="buttons" name="sales.order.info.buttons" />
305
+ </block>
306
+ <block type="sales/order_view" name="sales.order.view">
307
+ <block type="sales/order_items" name="order_items" template="sales/order/items.phtml">
308
+ <action method="addItemRender"><type>default</type><block>sales/order_item_renderer_default</block><template>sales/order/items/renderer/default.phtml</template></action>
309
+ <action method="addItemRender"><type>grouped</type><block>sales/order_item_renderer_grouped</block><template>sales/order/items/renderer/default.phtml</template></action>
310
+ <block type="sales/order_totals" name="order_totals" template="sales/order/totals.phtml">
311
+ <action method="setLabelProperties"><value>colspan="4" class="a-right"</value></action>
312
+ <action method="setValueProperties"><value>class="last a-right"</value></action>
313
+ <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml" />
314
+ </block>
315
+ </block>
316
+ </block>
317
+ </reference>
318
+ <reference name="sales.order.info">
319
+ <action method="addLink" translate="label" module="sales"><name>view</name><path></path><label>Order Information</label></action>
320
+ <action method="addLink" translate="label" module="sales"><name>invoice</name><path>*/*/invoice</path><label>Invoices</label></action>
321
+ <action method="addLink" translate="label" module="sales"><name>shipment</name><path>*/*/shipment</path><label>Shipments</label></action>
322
+ <action method="addLink" translate="label" module="sales"><name>creditmemo</name><path>*/*/creditmemo</path><label>Refunds</label></action>
323
+ </reference>
324
+ </sales_guest_view>
325
+
326
+ <sales_guest_invoice translate="label">
327
+ <label>Customer My Account Order Invoice View</label>
328
+ <reference name="root">
329
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
330
+ </reference>
331
+ <reference name="content">
332
+ <block type="sales/order_info" as="info" name="sales.order.info">
333
+ <block type="sales/order_info_buttons" as="buttons" name="sales.order.info.buttons" />
334
+ </block>
335
+ <block type="sales/order_invoice" name="sales.order.invoice">
336
+ <block type="sales/order_invoice_items" name="invoice_items" template="sales/order/invoice/items.phtml">
337
+ <action method="addItemRender"><type>default</type><block>sales/order_item_renderer_default</block><template>sales/order/invoice/items/renderer/default.phtml</template></action>
338
+ <action method="addItemRender"><type>grouped</type><block>sales/order_item_renderer_grouped</block><template>sales/order/invoice/items/renderer/default.phtml</template></action>
339
+ <block type="sales/order_invoice_totals" name="invoice_totals" template="sales/order/totals.phtml">
340
+ <action method="setLabelProperties"><value>colspan="4" class="a-right"</value></action>
341
+ <action method="setValueProperties"><value>class="last a-right"</value></action>
342
+ <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml" />
343
+ </block>
344
+ <block type="sales/order_comments" name="invoice_comments" template="sales/order/comments.phtml" />
345
+ </block>
346
+ </block>
347
+ </reference>
348
+ <reference name="sales.order.info">
349
+ <action method="addLink" translate="label" module="sales"><name>view</name><path>*/*/view</path><label>Order Information</label></action>
350
+ <action method="addLink" translate="label" module="sales"><name>invoice</name><path></path><label>Invoices</label></action>
351
+ <action method="addLink" translate="label" module="sales"><name>shipment</name><path>*/*/shipment</path><label>Shipments</label></action>
352
+ <action method="addLink" translate="label" module="sales"><name>creditmemo</name><path>*/*/creditmemo</path><label>Refunds</label></action>
353
+ </reference>
354
+ </sales_guest_invoice>
355
+
356
+ <sales_guest_shipment translate="label">
357
+ <label>Customer My Account Order Shipment View</label>
358
+ <reference name="root">
359
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
360
+ </reference>
361
+ <reference name="content">
362
+ <block type="sales/order_info" as="info" name="sales.order.info">
363
+ <block type="sales/order_info_buttons" as="buttons" name="sales.order.info.buttons" />
364
+ </block>
365
+ <block type="sales/order_shipment" name="sales.order.shipment">
366
+ <block type="sales/order_shipment_items" name="shipment_items" template="sales/order/shipment/items.phtml">
367
+ <action method="addItemRender"><type>default</type><block>sales/order_item_renderer_default</block><template>sales/order/shipment/items/renderer/default.phtml</template></action>
368
+ <block type="sales/order_comments" name="shipment_comments" template="sales/order/comments.phtml" />
369
+ </block>
370
+ </block>
371
+ </reference>
372
+ <reference name="sales.order.info">
373
+ <action method="addLink" translate="label" module="sales"><name>view</name><path>*/*/view</path><label>Order Information</label></action>
374
+ <action method="addLink" translate="label" module="sales"><name>invoice</name><path>*/*/invoice</path><label>Invoices</label></action>
375
+ <action method="addLink" translate="label" module="sales"><name>shipment</name><path></path><label>Shipments</label></action>
376
+ <action method="addLink" translate="label" module="sales"><name>creditmemo</name><path>*/*/creditmemo</path><label>Refunds</label></action>
377
+ </reference>
378
+ </sales_guest_shipment>
379
+
380
+ <sales_guest_creditmemo translate="label">
381
+ <label>Customer My Account Order Creditmemo View</label>
382
+ <reference name="root">
383
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
384
+ </reference>
385
+ <reference name="content">
386
+ <block type="sales/order_info" as="info" name="sales.order.info">
387
+ <block type="sales/order_info_buttons" as="buttons" name="sales.order.info.buttons" />
388
+ </block>
389
+ <block type="sales/order_creditmemo" name="sales.order.creditmemo">
390
+ <block type="sales/order_creditmemo_items" name="creditmemo_items" template="sales/order/creditmemo/items.phtml">
391
+ <action method="addItemRender"><type>default</type><block>sales/order_item_renderer_default</block><template>sales/order/creditmemo/items/renderer/default.phtml</template></action>
392
+ <action method="addItemRender"><type>grouped</type><block>sales/order_item_renderer_grouped</block><template>sales/order/creditmemo/items/renderer/default.phtml</template></action>
393
+ <block type="sales/order_creditmemo_totals" name="creditmemo_totals" template="sales/order/totals.phtml">
394
+ <action method="setLabelProperties"><value>colspan="6" class="a-right"</value></action>
395
+ <action method="setValueProperties"><value>class="a-right"</value></action>
396
+ <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml"/>
397
+ </block>
398
+ <block type="sales/order_comments" name="creditmemo_comments" template="sales/order/comments.phtml" />
399
+ </block>
400
+ </block>
401
+ </reference>
402
+ <reference name="sales.order.info">
403
+ <action method="addLink" translate="label" module="sales"><name>view</name><path>*/*/view</path><label>Order Information</label></action>
404
+ <action method="addLink" translate="label" module="sales"><name>invoice</name><path>*/*/invoice</path><label>Invoices</label></action>
405
+ <action method="addLink" translate="label" module="sales"><name>shipment</name><path>*/*/shipment</path><label>Shipments</label></action>
406
+ <action method="addLink" translate="label" module="sales"><name>creditmemo</name><path></path><label>Refunds</label></action>
407
+ </reference>
408
+ </sales_guest_creditmemo>
409
+
410
+ <sales_guest_reorder>
411
+ <reference name="root">
412
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
413
+ </reference>
414
+ <reference name="content">
415
+ <block type="sales/order_view" name="sales.order.view"/>
416
+ </reference>
417
+ </sales_guest_reorder>
418
+
419
+ <sales_guest_print translate="label">
420
+ <label>Sales Order Print View</label>
421
+ <reference name="content">
422
+ <block type="sales/order_print" name="sales.order.print" template="sales/order/print.phtml">
423
+ <action method="addItemRender"><type>default</type><block>sales/order_item_renderer_default</block><template>sales/order/items/renderer/default.phtml</template></action>
424
+ <action method="addItemRender"><type>grouped</type><block>sales/order_item_renderer_grouped</block><template>sales/order/items/renderer/default.phtml</template></action>
425
+ <block type="sales/order_totals" name="order_totals" template="sales/order/totals.phtml">
426
+ <action method="setLabelProperties"><value>colspan="4" class="a-right"</value></action>
427
+ <action method="setValueProperties"><value>class="last a-right"</value></action>
428
+ <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml">
429
+ <action method="setIsPlaneMode"><value>1</value></action>
430
+ </block>
431
+ </block>
432
+ </block>
433
+ </reference>
434
+ </sales_guest_print>
435
+
436
+ <sales_guest_printinvoice translate="label">
437
+ <label>Sales Invoice Print View</label>
438
+ <reference name="content">
439
+ <block type="sales/order_print_invoice" name="sales.order.print.invoice" template="sales/order/print/invoice.phtml">
440
+ <action method="addItemRender"><type>default</type><block>sales/order_item_renderer_default</block><template>sales/order/invoice/items/renderer/default.phtml</template></action>
441
+ <action method="addItemRender"><type>grouped</type><block>sales/order_item_renderer_grouped</block><template>sales/order/invoice/items/renderer/default.phtml</template></action>
442
+ <block type="sales/order_invoice_totals" name="invoice_totals" template="sales/order/totals.phtml">
443
+ <action method="setLabelProperties"><value>colspan="4" class="a-right"</value></action>
444
+ <action method="setValueProperties"><value>class="last a-right"</value></action>
445
+ <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml" />
446
+ </block>
447
+ </block>
448
+ </reference>
449
+ </sales_guest_printinvoice>
450
+
451
+ <sales_guest_printshipment translate="label">
452
+ <label>Sales Shipment Print View</label>
453
+ <reference name="content">
454
+ <block type="sales/order_print_shipment" name="sales.order.print.shipment" template="sales/order/print/shipment.phtml">
455
+ <action method="addItemRender"><type>default</type><block>sales/order_item_renderer_default</block><template>sales/order/shipment/items/renderer/default.phtml</template></action>
456
+ </block>
457
+ </reference>
458
+ </sales_guest_printshipment>
459
+
460
+ <sales_guest_printcreditmemo>
461
+ <reference name="content">
462
+ <block type="sales/order_print_creditmemo" name="sales.order.print.creditmemo" template="sales/order/print/creditmemo.phtml">
463
+ <action method="addItemRender"><type>default</type><block>sales/order_item_renderer_default</block><template>sales/order/creditmemo/items/renderer/default.phtml</template></action>
464
+ <action method="addItemRender"><type>grouped</type><block>sales/order_item_renderer_grouped</block><template>sales/order/creditmemo/items/renderer/default.phtml</template></action>
465
+ <block type="sales/order_creditmemo_totals" name="creditmemo_totals" template="sales/order/totals.phtml">
466
+ <action method="setLabelProperties"><value>colspan="6" class="a-right"</value></action>
467
+ <action method="setValueProperties"><value>class="a-right"</value></action>
468
+ <block type="tax/sales_order_tax" name="tax" template="tax/order/tax.phtml"/>
469
+ </block>
470
+ </block>
471
+ </reference>
472
+ </sales_guest_printcreditmemo>
473
+
474
+ <default>
475
+ <!--reference name="footer_links">
476
+ <block type="sales/guest_links" name="return_link"/>
477
+ <action method="addLinkBlock"><blockName>return_link</blockName></action>
478
+ </reference-->
479
+ </default>
480
+ </layout>
app/design/frontend/magpassion/fafree/layout/sendfriend.xml ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * @category MagPassion Theme
5
+ * @package MagPassion_Sample
6
+ * @author MagPassion
7
+ * @email magentopassion@gmail.com
8
+ * @copyright Copyright (c) 2013 MagentoPassion. (http://www.magentopassion.com)
9
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
10
+ */
11
+ -->
12
+ <layout version="0.1.0">
13
+ <sendfriend_product_send translate="label">
14
+ <label>Catalog Product Email to a Friend</label>
15
+ <reference name="root">
16
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
17
+ </reference>
18
+ <reference name="head">
19
+ <action method="addJs"><script>varien/product.js</script></action>
20
+ </reference>
21
+ <reference name="content">
22
+ <block type="sendfriend/send" name="sendfriend.send" template="sendfriend/send.phtml" />
23
+ </reference>
24
+ </sendfriend_product_send>
25
+ </layout>
app/design/frontend/magpassion/fafree/layout/tag.xml ADDED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * @category MagPassion Theme
5
+ * @package MagPassion_Sample
6
+ * @author MagPassion
7
+ * @email magentopassion@gmail.com
8
+ * @copyright Copyright (c) 2013 MagentoPassion. (http://www.magentopassion.com)
9
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
10
+ */
11
+ -->
12
+ <layout version="0.1.0">
13
+
14
+ <!--
15
+ Default layout, loads most of the pages
16
+ -->
17
+
18
+ <default>
19
+ <!-- Mage_Tag -->
20
+ <reference name="left">
21
+ <block type="tag/popular" name="tags_popular" template="tag/popular.phtml"/>
22
+ </reference>
23
+
24
+ </default>
25
+
26
+ <!--
27
+ Customer account pages, rendered for all tabs in dashboard
28
+ -->
29
+
30
+ <customer_account>
31
+ <!-- Mage_Tag -->
32
+ <reference name="customer_account_navigation">
33
+ <action method="addLink" translate="label" module="tag"><name>tags</name><path>tag/customer/</path><label>My Tags</label></action>
34
+ </reference>
35
+ </customer_account>
36
+
37
+ <!--
38
+ Customer account home dashboard layout
39
+ -->
40
+
41
+ <customer_account_index>
42
+ <!-- Mage_Tag -->
43
+ <reference name="customer_account_dashboard">
44
+ <action method="unsetChild"><name>customer_account_dashboard_info2</name></action>
45
+ <block type="tag/customer_recent" name="customer_account_dashboard_info2" as="info2" template="tag/customer/recent.phtml"/>
46
+ </reference>
47
+ </customer_account_index>
48
+
49
+ <catalog_product_view translate="label">
50
+ <label>Catalog Product View</label>
51
+ <!-- Mage_Tag -->
52
+ <reference name="product.info.tabs">
53
+ <action method="addTab" translate="title" module="tag"><alias>product.tags</alias><title>Product Tags</title><block>tag/product_list</block><template>tag/list.phtml</template></action>
54
+ </reference>
55
+ <reference name="product.tags">
56
+ <block type="page/html_wrapper" name="product.tag.list.list.before" as="list_before" translate="label">
57
+ <label>Tags List Before</label>
58
+ <action method="setMayBeInvisible"><value>1</value></action>
59
+ </block>
60
+ </reference>
61
+ </catalog_product_view>
62
+
63
+ <!--
64
+ All tags page
65
+ -->
66
+
67
+ <tag_list_index translate="label">
68
+ <label>Tags List (All Available)</label>
69
+ <!-- Mage_Tag -->
70
+ <reference name="root">
71
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
72
+ </reference>
73
+ <reference name="content">
74
+ <block type="tag/all" name="tags_all" template="tag/cloud.phtml"/>
75
+ </reference>
76
+ </tag_list_index>
77
+
78
+ <tag_product_list translate="label">
79
+ <label>Tagged Products List</label>
80
+ <!-- Mage_Tag -->
81
+ <reference name="content">
82
+ <block type="tag/product_result" name="tag_products" template="catalogsearch/result.phtml">
83
+ <block type="catalog/product_list" name="search_result_list" template="catalog/product/list.phtml">
84
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
85
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
86
+ </block>
87
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
88
+ </block>
89
+ <action method="setListOrders"/>
90
+ <action method="setListModes"/>
91
+ <action method="setListCollection"/>
92
+ </block>
93
+ </reference>
94
+ </tag_product_list>
95
+
96
+ <tag_customer_index translate="label">
97
+ <label>Customer My Account My Tags List</label>
98
+ <update handle="customer_account"/>
99
+ <reference name="root">
100
+ <action method="setHeaderTitle" translate="title" module="customer"><title>My Account</title></action>
101
+ </reference>
102
+ <reference name="my.account.wrapper">
103
+ <block type="tag/customer_tags" name="customer_tags" template="tag/customer/tags.phtml"/>
104
+ </reference>
105
+ </tag_customer_index>
106
+
107
+ <tag_customer_view translate="label">
108
+ <label>Customer My Account Tag View</label>
109
+ <update handle="customer_account"/>
110
+ <reference name="root">
111
+ <action method="setHeaderTitle" translate="title" module="customer"><title>My Account</title></action>
112
+ </reference>
113
+ <reference name="my.account.wrapper">
114
+ <block type="tag/customer_view" name="customer_view" template="tag/customer/view.phtml"/>
115
+ </reference>
116
+ </tag_customer_view>
117
+
118
+ </layout>
app/design/frontend/magpassion/fafree/layout/wishlist.xml ADDED
@@ -0,0 +1,122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * @category MagPassion Theme
5
+ * @package MagPassion_Sample
6
+ * @author MagPassion
7
+ * @email magentopassion@gmail.com
8
+ * @copyright Copyright (c) 2013 MagentoPassion. (http://www.magentopassion.com)
9
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
10
+ */
11
+ -->
12
+ <layout version="0.1.0">
13
+
14
+ <!--
15
+ Default layout, loads most of the pages
16
+ -->
17
+
18
+ <default>
19
+ <reference name="top.links">
20
+ <block type="wishlist/links" name="wishlist_link" />
21
+ <action method="addLinkBlock"><blockName>wishlist_link</blockName></action>
22
+ </reference>
23
+
24
+ <!-- Mage_Wishlist -->
25
+ <reference name="left">
26
+ <block type="wishlist/customer_sidebar" name="wishlist_sidebar" as="wishlist" after="cart_sidebar" template="wishlist/sidebar.phtml" />
27
+ </reference>
28
+ </default>
29
+
30
+ <!--
31
+ Customer account pages, rendered for all tabs in dashboard
32
+ -->
33
+
34
+ <customer_account>
35
+ <!-- Mage_Wishlist -->
36
+ <reference name="customer_account_navigation">
37
+ <action method="addLink" translate="label" module="wishlist" ifconfig="wishlist/general/active"><name>wishlist</name><path>wishlist/</path><label>My Wishlist</label></action>
38
+ </reference>
39
+ </customer_account>
40
+
41
+ <!--
42
+ Customer account home dashboard layout
43
+ -->
44
+
45
+ <customer_account_index>
46
+ <reference name="right">
47
+ <action method="unsetChild"><name>wishlist</name></action>
48
+ </reference>
49
+ </customer_account_index>
50
+
51
+ <!--
52
+ Wishlist pages
53
+ -->
54
+
55
+ <wishlist_index_index translate="label">
56
+ <label>Customer My Account My Wishlist</label>
57
+ <!-- Mage_Wishlist -->
58
+ <update handle="customer_account" />
59
+ <reference name="my.account.wrapper">
60
+ <block type="wishlist/customer_wishlist" name="customer.wishlist" template="wishlist/view.phtml">
61
+ <action method="setTitle" translate="title">
62
+ <title>My Wishlist</title>
63
+ </action>
64
+ <block type="wishlist/customer_wishlist_items" name="customer.wishlist.items" as="items" template="wishlist/item/list.phtml">
65
+ <block type="wishlist/customer_wishlist_item_column_image" name="customer.wishlist.item.image" template="wishlist/item/column/image.phtml" />
66
+ <block type="wishlist/customer_wishlist_item_column_comment" name="customer.wishlist.item.info" template="wishlist/item/column/info.phtml">
67
+ <action method="setTitle" translate="title">
68
+ <title>Product Details and Comment</title>
69
+ </action>
70
+ </block>
71
+ <block type="wishlist/customer_wishlist_item_column_cart" name="customer.wishlist.item.cart" template="wishlist/item/column/cart.phtml">
72
+ <action method="setTitle" translate="title">
73
+ <title>Add to Cart</title>
74
+ </action>
75
+ <block type="wishlist/customer_wishlist_item_options" name="customer.wishlist.item.options" />
76
+ </block>
77
+ <block type="wishlist/customer_wishlist_item_column_remove" name="customer.wishlist.item.remove" template="wishlist/item/column/remove.phtml" />
78
+ </block>
79
+ <block type="core/text_list" name="customer.wishlist.buttons" as="control_buttons">
80
+ <block type="wishlist/customer_wishlist_button" name="customer.wishlist.button.share" template="wishlist/button/share.phtml" />
81
+ <block type="wishlist/customer_wishlist_button" name="customer.wishlist.button.toCart" template="wishlist/button/tocart.phtml" />
82
+ <block type="wishlist/customer_wishlist_button" name="customer.wishlist.button.update" template="wishlist/button/update.phtml" />
83
+ </block>
84
+ </block>
85
+ </reference>
86
+ <reference name="right">
87
+ <action method="unsetChild"><name>wishlist_customer_sidebar</name></action>
88
+ </reference>
89
+ </wishlist_index_index>
90
+
91
+ <wishlist_index_share translate="label">
92
+ <label>Customer My Account Wishlist Sharing Form</label>
93
+ <!-- Mage_Wishlist -->
94
+ <update handle="customer_account" />
95
+ <reference name="my.account.wrapper">
96
+ <block type="wishlist/customer_sharing" name="wishlist.sharing" template="wishlist/sharing.phtml" />
97
+ </reference>
98
+ <reference name="right">
99
+ <action method="unsetChild"><name>wishlist_customer_sidebar</name></action>
100
+ </reference>
101
+ </wishlist_index_share>
102
+
103
+ <wishlist_index_configure translate="label">
104
+ <label>Configure Wishlist Item</label>
105
+ <update handle="catalog_product_view" />
106
+ <reference name="product.info">
107
+ <block type="wishlist/item_configure" name="product.info.addto" as="addto" template="wishlist/item/configure/addto.phtml" />
108
+ </reference>
109
+ <reference name="product.info.options.wrapper.bottom">
110
+ <action method="unsetChild"><name>product.info.addto</name></action>
111
+ <action method="append"><block>product.info.addto</block></action>
112
+ </reference>
113
+ </wishlist_index_configure>
114
+
115
+ <wishlist_shared_index translate="label">
116
+ <label>Customer Shared Wishlist View</label>
117
+ <!-- Mage_Wishlist -->
118
+ <reference name="content">
119
+ <block type="wishlist/share_wishlist" name="customer.wishlist" template="wishlist/shared.phtml" />
120
+ </reference>
121
+ </wishlist_shared_index>
122
+ </layout>
app/design/frontend/magpassion/fafree/locale/en_US/translate.csv ADDED
@@ -0,0 +1 @@
 
1
+ "Keep your eyes open for our special Back to School items and save A LOT!","Keep your eyes open for our special Back to School items and save A LOT!"
app/design/frontend/magpassion/fafree/template/.DS_Store ADDED
Binary file
app/design/frontend/magpassion/fafree/template/catalog/.DS_Store ADDED
Binary file
app/design/frontend/magpassion/fafree/template/catalog/category/page.phtml ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2013 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+
27
+ /**
28
+ * @deprecated after 1.4.0.0-alpha3
29
+ */
30
+ ?>
31
+ <div class="page-title">
32
+ <h1><?php echo $this->getTitle() ?></h1>
33
+ </div>
34
+ <div>
35
+ <?php echo $this->getContent() ?>
36
+ </div>
app/design/frontend/magpassion/fafree/template/catalog/category/view.phtml ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2013 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Category view template
30
+ *
31
+ * @see Mage_Catalog_Block_Category_View
32
+ */
33
+ ?>
34
+ <?php
35
+ $_helper = $this->helper('catalog/output');
36
+ $_category = $this->getCurrentCategory();
37
+ $_imgHtml = '';
38
+ if ($_imgUrl = $_category->getImageUrl()) {
39
+ $_imgHtml = '<p class="category-image"><img width="510" height="300" src="'.$_imgUrl.'" alt="'.$this->escapeHtml($_category->getName()).'" title="'.$this->escapeHtml($_category->getName()).'" /></p>';
40
+ $_imgHtml = $_helper->categoryAttribute($_category, $_imgHtml, 'image');
41
+ }
42
+ ?>
43
+
44
+
45
+ <div class="home_featured clearer">
46
+ <div class="mp_inner clearer">
47
+ <div class="mp_homeinfo">
48
+
49
+ <h3><?php echo $_helper->categoryAttribute($_category, $_category->getName(), 'name') ?></h3>
50
+
51
+ <?php if($_description=$this->getCurrentCategory()->getDescription()): ?>
52
+ <div class="block-content">
53
+ <?php echo $_helper->categoryAttribute($_category, $_description, 'description') ?>
54
+ </div>
55
+ <?php endif; ?>
56
+
57
+
58
+ </div>
59
+ <div class="mp_video">
60
+ <?php
61
+ if($this->getCmsBlockHtml()){
62
+ echo $this->getCmsBlockHtml();
63
+ }
64
+ else {
65
+ if($_imgUrl) echo $_imgHtml;
66
+ }
67
+ ?>
68
+ </div>
69
+ </div>
70
+ </div>
71
+
72
+
73
+
74
+
75
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
76
+
77
+
78
+
79
+ <?php echo $this->getProductListHtml() ?>
80
+
app/design/frontend/magpassion/fafree/template/catalog/category/widget/link/link_block.phtml ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2013 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <span class="widget widget-category-link"><a <?php echo $this->getLinkAttributes() ?>><span><?php echo $this->escapeHtml($this->getAnchorText()) ?></span></a></span>
app/design/frontend/magpassion/fafree/template/catalog/category/widget/link/link_inline.phtml ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2013 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <span class="widget widget-category-link-inline"><a <?php echo $this->getLinkAttributes() ?>><span><?php echo $this->escapeHtml($this->getAnchorText()) ?></span></a></span>
app/design/frontend/magpassion/fafree/template/catalog/product/list.phtml ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category MagPassion Theme
4
+ * @package MagPassion_Sample
5
+ * @author MagPassion
6
+ * @email magentopassion@gmail.com
7
+ * @copyright Copyright (c) 2013 MagentoPassion. (http://www.magentopassion.com)
8
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
9
+ */
10
+ ?>
11
+ <?php
12
+ /**
13
+ * Product list template
14
+ *
15
+ * @see Mage_Catalog_Block_Product_List
16
+ */
17
+ ?>
18
+ <?php
19
+ $_productCollection=$this->getLoadedProductCollection();
20
+ $_helper = $this->helper('catalog/output');
21
+ ?>
22
+ <?php if(!$_productCollection->count()): ?>
23
+ <p class="note-msg"><?php echo $this->__('There are no products matching the selection.') ?></p>
24
+ <?php else: ?>
25
+ <div class="category-products">
26
+ <?php //echo $this->getToolbarHtml() ?>
27
+ <?php // List mode ?>
28
+ <?php if($this->getMode()!='grid'): ?>
29
+ <?php $_iterator = 0; ?>
30
+ <ol class="products-list" id="products-list">
31
+ <?php foreach ($_productCollection as $_product): ?>
32
+ <li class="item<?php if( ++$_iterator == sizeof($_productCollection) ): ?> last<?php endif; ?>">
33
+ <?php // Product Image ?>
34
+ <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(170); ?>" width="170" height="170" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
35
+ <?php // Product description ?>
36
+ <div class="product-shop">
37
+ <div class="f-fix">
38
+ <?php $_productNameStripped = $this->stripTags($_product->getName(), null, true); ?>
39
+ <h2 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped; ?>"><?php echo $_helper->productAttribute($_product, $_product->getName() , 'name'); ?></a></h2>
40
+ <?php if($_product->getRatingSummary()): ?>
41
+ <?php echo $this->getReviewsSummaryHtml($_product) ?>
42
+ <?php endif; ?>
43
+ <?php echo $this->getPriceHtml($_product, true) ?>
44
+ <?php if($_product->isSaleable()): ?>
45
+ <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>
46
+ <?php else: ?>
47
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
48
+ <?php endif; ?>
49
+ <div class="desc std">
50
+ <?php echo $_helper->productAttribute($_product, $_product->getShortDescription(), 'short_description') ?>
51
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped ?>" class="link-learn"><?php echo $this->__('Learn More') ?></a>
52
+ </div>
53
+ <ul class="add-to-links">
54
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
55
+ <li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
56
+ <?php endif; ?>
57
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
58
+ <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
59
+ <?php endif; ?>
60
+ </ul>
61
+ </div>
62
+ </div>
63
+ </li>
64
+ <?php endforeach; ?>
65
+ </ol>
66
+ <script type="text/javascript">decorateList('products-list', 'none-recursive')</script>
67
+
68
+ <?php else: ?>
69
+
70
+ <?php // Grid Mode ?>
71
+
72
+ <?php $_collectionSize = $_productCollection->count() ?>
73
+ <?php $_columnCount = $this->getColumnCount(); ?>
74
+ <?php $i=0; foreach ($_productCollection as $_product): ?>
75
+ <?php if ($i++%$_columnCount==0): ?>
76
+ <ul class="products-grid">
77
+ <?php endif ?>
78
+ <li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
79
+ <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(200,300); ?>" width="200" height="300" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
80
+ <div class="clearer">
81
+ <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>
82
+ </div>
83
+ <div class="mp_desc clearer">
84
+ <?php echo $_product->getShortDescription(); ?>
85
+ </div>
86
+ <?php if($_product->getRatingSummary()): ?>
87
+ <?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
88
+ <?php endif; ?>
89
+ <?php echo $this->getPriceHtml($_product, true) ?>
90
+
91
+ </li>
92
+ <?php if ($i%$_columnCount==0 || $i==$_collectionSize): ?>
93
+ </ul>
94
+ <?php endif ?>
95
+ <?php endforeach ?>
96
+ <script type="text/javascript">decorateGeneric($$('ul.products-grid'), ['odd','even','first','last'])</script>
97
+ <?php endif; ?>
98
+
99
+ <div class="toolbar-bottom">
100
+ <?php echo $this->getToolbarHtml() ?>
101
+ </div>
102
+ </div>
103
+ <?php endif; ?>
app/design/frontend/magpassion/fafree/template/catalog/product/list/upsell.phtml ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category MagPassion Theme
4
+ * @package MagPassion_Sample
5
+ * @author MagPassion
6
+ * @email magentopassion@gmail.com
7
+ * @copyright Copyright (c) 2013 MagentoPassion. (http://www.magentopassion.com)
8
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
9
+ */
10
+ ?>
11
+ <?php if(count($this->getItemCollection()->getItems())): ?>
12
+ <div class="box-collateral box-up-sell">
13
+ <h2><?php echo $this->__('You may also be interested in the following product(s)') ?></h2>
14
+ <table class="mini-products-grid" id="upsell-product-table">
15
+ <?php // $this->setColumnCount(5); // uncomment this line if you want to have another number of columns. also can be changed in layout ?>
16
+ <?php $this->resetItemsIterator() ?>
17
+ <?php for($_i=0;$_i<$this->getRowCount();$_i++): ?>
18
+ <tr>
19
+ <?php for($_j=0;$_j<$this->getColumnCount();$_j++): ?>
20
+ <?php if($_link=$this->getIterableItem()): ?>
21
+ <td>
22
+ <a href="<?php echo $_link->getProductUrl() ?>" title="<?php echo $this->escapeHtml($_link->getName()) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_link, 'small_image')->resize(125) ?>" width="125" height="125" alt="<?php echo $this->escapeHtml($_link->getName()) ?>" /></a>
23
+ <h3 class="product-name"><a href="<?php echo $_link->getProductUrl() ?>" title="<?php echo $this->escapeHtml($_link->getName()) ?>"><?php echo $this->escapeHtml($_link->getName()) ?></a></h3>
24
+ <?php echo $this->getPriceHtml($_link, true, '-upsell') ?>
25
+ <?php echo $this->getReviewsSummaryHtml($_link) ?>
26
+ </td>
27
+ <?php else: ?>
28
+ <td class="empty">&nbsp;</td>
29
+ <?php endif; ?>
30
+ <?php endfor; ?>
31
+ </tr>
32
+ <?php endfor; ?>
33
+ </table>
34
+ <script type="text/javascript">decorateTable('upsell-product-table')</script>
35
+ </div>
36
+ <?php endif ?>
app/design/frontend/magpassion/fafree/template/catalog/product/new.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) 2013 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php if (($_products = $this->getProductCollection()) && $_products->getSize()): ?>
28
+
29
+ <?php $_columnCount = 4; ?>
30
+ <?php $i=0; foreach ($_products->getItems() as $_product): ?>
31
+ <?php if ($i++%$_columnCount==0): ?>
32
+ <ul class="products-grid">
33
+ <?php endif ?>
34
+ <li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
35
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->escapeHtml($_product->getName()) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(200,300) ?>" width="200" height="300" alt="<?php echo $this->escapeHtml($_product->getName()) ?>" /></a>
36
+ <div class="clearer">
37
+ <h3 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->escapeHtml($_product->getName()) ?>"><?php echo $this->escapeHtml($_product->getName()) ?></a></h3>
38
+ </div>
39
+ <div class="mp_desc clearer">
40
+ <?php echo $_product->getShortDescription(); ?>
41
+ </div>
42
+ <?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
43
+ <?php echo $this->getPriceHtml($_product, true, '-new') ?>
44
+
45
+ </li>
46
+ <?php if ($i%$_columnCount==0 || $i==count($_products)): ?>
47
+ </ul>
48
+ <?php endif ?>
49
+ <?php endforeach; ?>
50
+ <?php endif; ?>
app/design/frontend/magpassion/fafree/template/catalog/product/view.phtml ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category MagPassion Theme
4
+ * @package MagPassion_Sample
5
+ * @author MagPassion
6
+ * @email magentopassion@gmail.com
7
+ * @copyright Copyright (c) 2013 MagentoPassion. (http://www.magentopassion.com)
8
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
9
+ */
10
+
11
+ /**
12
+ * Product view template
13
+ *
14
+ * @see Mage_Catalog_Block_Product_View
15
+ * @see Mage_Review_Block_Product_View
16
+ */
17
+ ?>
18
+ <?php $_helper = $this->helper('catalog/output'); ?>
19
+ <?php $_product = $this->getProduct(); ?>
20
+ <script type="text/javascript">
21
+ var optionsPrice = new Product.OptionsPrice(<?php echo $this->getJsonConfig() ?>);
22
+ </script>
23
+ <div id="messages_product_view"><?php echo $this->getMessagesBlock()->getGroupedHtml() ?></div>
24
+ <div class="product-view">
25
+ <div class="product-essential">
26
+ <form action="<?php echo $this->getSubmitUrl($_product) ?>" method="post" id="product_addtocart_form"<?php if($_product->getOptions()): ?> enctype="multipart/form-data"<?php endif; ?>>
27
+ <?php echo $this->getBlockHtml('formkey') ?>
28
+ <div class="no-display">
29
+ <input type="hidden" name="product" value="<?php echo $_product->getId() ?>" />
30
+ <input type="hidden" name="related_product" id="related-products-field" value="" />
31
+ </div>
32
+
33
+ <div class="product-shop">
34
+ <div class="product-name">
35
+ <h1><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></h1>
36
+ </div>
37
+
38
+ <?php if ($this->canEmailToFriend()): ?>
39
+ <p class="email-friend"><a href="<?php echo $this->helper('catalog/product')->getEmailToFriendUrl($_product) ?>"><?php echo $this->__('Email to a Friend') ?></a></p>
40
+ <?php endif; ?>
41
+
42
+ <?php echo $this->getReviewsSummaryHtml($_product, false, true)?>
43
+ <?php echo $this->getChildHtml('alert_urls') ?>
44
+ <?php echo $this->getChildHtml('product_type_data') ?>
45
+ <?php echo $this->getTierPriceHtml() ?>
46
+ <?php echo $this->getChildHtml('extrahint') ?>
47
+
48
+ <?php if (!$this->hasOptions()):?>
49
+ <div class="add-to-box">
50
+ <?php if($_product->isSaleable()): ?>
51
+ <?php echo $this->getChildHtml('addtocart') ?>
52
+ <?php if( $this->helper('wishlist')->isAllow() || $_compareUrl=$this->helper('catalog/product_compare')->getAddUrl($_product)): ?>
53
+ <span class="or"><?php echo $this->__('OR') ?></span>
54
+ <?php endif; ?>
55
+ <?php endif; ?>
56
+ <?php echo $this->getChildHtml('addto') ?>
57
+ </div>
58
+ <?php endif; ?>
59
+
60
+ <?php if ($_product->getShortDescription()):?>
61
+ <div class="short-description">
62
+ <h2><?php echo $this->__('Quick Overview') ?></h2>
63
+ <div class="std"><?php echo $_helper->productAttribute($_product, nl2br($_product->getShortDescription()), 'short_description') ?></div>
64
+ </div>
65
+ <?php endif;?>
66
+
67
+ <?php echo $this->getChildHtml('other');?>
68
+ <?php if ($_product->isSaleable() && $this->hasOptions()):?>
69
+ <?php echo $this->getChildChildHtml('container1', '', true, true) ?>
70
+ <?php endif;?>
71
+
72
+ </div>
73
+
74
+ <div class="product-img-box">
75
+ <?php echo $this->getChildHtml('media') ?>
76
+ </div>
77
+
78
+ <div class="clearer"></div>
79
+ <?php if ($_product->isSaleable() && $this->hasOptions()):?>
80
+ <?php echo $this->getChildChildHtml('container2', '', true, true) ?>
81
+ <?php endif;?>
82
+ </form>
83
+ <script type="text/javascript">
84
+ //<![CDATA[
85
+ var productAddToCartForm = new VarienForm('product_addtocart_form');
86
+ productAddToCartForm.submit = function(button, url) {
87
+ if (this.validator.validate()) {
88
+ var form = this.form;
89
+ var oldUrl = form.action;
90
+
91
+ if (url) {
92
+ form.action = url;
93
+ }
94
+ var e = null;
95
+ try {
96
+ this.form.submit();
97
+ } catch (e) {
98
+ }
99
+ this.form.action = oldUrl;
100
+ if (e) {
101
+ throw e;
102
+ }
103
+
104
+ if (button && button != 'undefined') {
105
+ button.disabled = true;
106
+ }
107
+ }
108
+ }.bind(productAddToCartForm);
109
+
110
+ productAddToCartForm.submitLight = function(button, url){
111
+ if(this.validator) {
112
+ var nv = Validation.methods;
113
+ delete Validation.methods['required-entry'];
114
+ delete Validation.methods['validate-one-required'];
115
+ delete Validation.methods['validate-one-required-by-name'];
116
+ // Remove custom datetime validators
117
+ for (var methodName in Validation.methods) {
118
+ if (methodName.match(/^validate-datetime-.*/i)) {
119
+ delete Validation.methods[methodName];
120
+ }
121
+ }
122
+
123
+ if (this.validator.validate()) {
124
+ if (url) {
125
+ this.form.action = url;
126
+ }
127
+ this.form.submit();
128
+ }
129
+ Object.extend(Validation.methods, nv);
130
+ }
131
+ }.bind(productAddToCartForm);
132
+ //]]>
133
+ </script>
134
+ </div>
135
+
136
+ <div class="product-collateral">
137
+ <?php echo $this->getChildHtml('info_tabs') ?>
138
+ <?php echo $this->getChildHtml('product_additional_data') ?>
139
+ </div>
140
+ </div>
app/design/frontend/magpassion/fafree/template/catalog/product/view/media.phtml ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category MagPassion Theme
4
+ * @package MagPassion_Sample
5
+ * @author MagPassion
6
+ * @email magentopassion@gmail.com
7
+ * @copyright Copyright (c) 2013 MagentoPassion. (http://www.magentopassion.com)
8
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
9
+ */
10
+ ?>
11
+ <?php
12
+ $_product = $this->getProduct();
13
+ $_helper = $this->helper('catalog/output');
14
+ ?>
15
+ <?php if ($_product->getImage() != 'no_selection' && $_product->getImage()): ?>
16
+ <p class="product-image product-image-zoom">
17
+ <?php
18
+ $_img = '<img id="image" width="200" height="300" src="'.$this->helper('catalog/image')->init($_product, 'image').'" alt="'.$this->escapeHtml($this->getImageLabel()).'" title="'.$this->escapeHtml($this->getImageLabel()).'" />';
19
+ echo $_helper->productAttribute($_product, $_img, 'image');
20
+ ?>
21
+ </p>
22
+ <p class="zoom-notice" id="track_hint"><?php echo $this->__('Double click on above image to view full picture') ?></p>
23
+ <div class="zoom">
24
+ <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" />
25
+ <div id="track">
26
+ <div id="handle"></div>
27
+ </div>
28
+ <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" />
29
+ </div>
30
+ <script type="text/javascript">
31
+ //<![CDATA[
32
+ Event.observe(window, 'load', function() {
33
+ product_zoom = new Product.Zoom('image', 'track', 'handle', 'zoom_in', 'zoom_out', 'track_hint');
34
+ });
35
+ //]]>
36
+ </script>
37
+ <?php else: ?>
38
+ <p class="product-image">
39
+ <?php
40
+ $_img = '<img src="'.$this->helper('catalog/image')->init($_product, 'image')->resize(200,300).'" alt="'.$this->escapeHtml($this->getImageLabel()).'" title="'.$this->escapeHtml($this->getImageLabel()).'" />';
41
+ echo $_helper->productAttribute($_product, $_img, 'image');
42
+ ?>
43
+ </p>
44
+ <?php endif; ?>
45
+ <?php if (count($this->getGalleryImages()) > 0): ?>
46
+ <div class="more-views">
47
+ <h2><?php echo $this->__('More Views') ?></h2>
48
+ <ul>
49
+ <?php foreach ($this->getGalleryImages() as $_image): ?>
50
+ <li>
51
+ <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->escapeHtml($_image->getLabel()) ?>"><img src="<?php echo $this->helper('catalog/image')->init($this->getProduct(), 'thumbnail', $_image->getFile())->resize(66); ?>" width="66" height="66" alt="<?php echo $this->escapeHtml($_image->getLabel()) ?>" /></a>
52
+ </li>
53
+ <?php endforeach; ?>
54
+ </ul>
55
+ </div>
56
+ <?php endif; ?>
app/design/frontend/magpassion/fafree/template/catalog/product/view/tabs.phtml ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category MagPassion Theme
4
+ * @package MagPassion_Sample
5
+ * @author MagPassion
6
+ * @email magentopassion@gmail.com
7
+ * @copyright Copyright (c) 2013 MagentoPassion. (http://www.magentopassion.com)
8
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
9
+ */
10
+
11
+ /**
12
+ * Product view template
13
+ *
14
+ * @see Mage_Catalog_Block_Product_View
15
+ */
16
+ ?>
17
+ <ul class="product-tabs">
18
+ <?php foreach ($this->getTabs() as $_index => $_tab): ?>
19
+ <?php if($this->getChildHtml($_tab['alias'])): ?>
20
+ <li id="product_tabs_<?php echo $_tab['alias'] ?>" class="<?php echo !$_index?' active first':(($_index==count($this->getTabs())-1)?' last':'')?>"><a href="#"><?php echo $_tab['title']?></a></li>
21
+ <?php endif; ?>
22
+ <?php endforeach; ?>
23
+ </ul>
24
+ <?php foreach ($this->getTabs() as $_index => $_tab): ?>
25
+ <?php if($this->getChildHtml($_tab['alias'])): ?>
26
+ <div class="product-tabs-content" id="product_tabs_<?php echo $_tab['alias'] ?>_contents"><?php echo $this->getChildHtml($_tab['alias']) ?></div>
27
+ <?php endif; ?>
28
+ <?php endforeach; ?>
29
+ <script type="text/javascript">
30
+ //<![CDATA[
31
+ Varien.Tabs = Class.create();
32
+ Varien.Tabs.prototype = {
33
+ initialize: function(selector) {
34
+ var self=this;
35
+ $$(selector+' a').each(this.initTab.bind(this));
36
+ },
37
+
38
+ initTab: function(el) {
39
+ el.href = 'javascript:void(0)';
40
+ if ($(el.parentNode).hasClassName('active')) {
41
+ this.showContent(el);
42
+ }
43
+ el.observe('click', this.showContent.bind(this, el));
44
+ },
45
+
46
+ showContent: function(a) {
47
+ var li = $(a.parentNode), ul = $(li.parentNode);
48
+ ul.select('li', 'ol').each(function(el){
49
+ var contents = $(el.id+'_contents');
50
+ if (el==li) {
51
+ el.addClassName('active');
52
+ contents.show();
53
+ } else {
54
+ el.removeClassName('active');
55
+ contents.hide();
56
+ }
57
+ });
58
+ }
59
+ }
60
+ new Varien.Tabs('.product-tabs');
61
+ //]]>
62
+ </script>
app/design/frontend/magpassion/fafree/template/catalogsearch/form.mini.phtml ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category MagPassion Theme
4
+ * @package MagPassion_Sample
5
+ * @author MagPassion
6
+ * @email magentopassion@gmail.com
7
+ * @copyright Copyright (c) 2013 MagentoPassion. (http://www.magentopassion.com)
8
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
9
+ */
10
+ /* @var $this Mage_Core_Block_Template */
11
+ /* @var $catalogSearchHelper Mage_Catalogsearch_Helper_Data */
12
+ $catalogSearchHelper = $this->helper('catalogsearch');
13
+ ?>
14
+ <form id="search_mini_form" action="<?php echo $catalogSearchHelper->getResultUrl() ?>" method="get">
15
+ <div class="form-search">
16
+ <label for="search"><?php echo $this->__('Search') ?></label>
17
+ <input id="search" type="text" name="<?php echo $catalogSearchHelper->getQueryParamName() ?>" value="<?php echo $catalogSearchHelper->getEscapedQueryText() ?>" class="input-text" maxlength="<?php echo $catalogSearchHelper->getMaxQueryLength();?>" />
18
+ <button type="submit" title="<?php echo $this->__('Go') ?>" class="button"><span><span><?php echo $this->__('Go') ?></span></span></button>
19
+ <div id="search_autocomplete" class="search-autocomplete"></div>
20
+ <script type="text/javascript">
21
+ //<![CDATA[
22
+ var searchForm = new Varien.searchForm('search_mini_form', 'search', '<?php echo $this->__('Search entire store here...') ?>');
23
+ searchForm.initAutocomplete('<?php echo $catalogSearchHelper->getSuggestUrl() ?>', 'search_autocomplete');
24
+ //]]>
25
+ </script>
26
+ </div>
27
+ </form>
app/design/frontend/magpassion/fafree/template/checkout/cart.phtml ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category MagPassion Theme
4
+ * @package MagPassion_Sample
5
+ * @author MagPassion
6
+ * @email magentopassion@gmail.com
7
+ * @copyright Copyright (c) 2013 MagentoPassion. (http://www.magentopassion.com)
8
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
9
+ */
10
+ ?>
11
+ <?php
12
+ /**
13
+ * Shopping cart template
14
+ *
15
+ * @see Mage_Checkout_Block_Cart
16
+ */
17
+ ?>
18
+ <div class="cart">
19
+ <div class="page-title title-buttons">
20
+ <h1><?php echo $this->__('Shopping Cart') ?></h1>
21
+ <?php if(!$this->hasError()): ?>
22
+ <ul class="checkout-types">
23
+ <?php foreach ($this->getMethods('top_methods') as $method): ?>
24
+ <?php if ($methodHtml = $this->getMethodHtml($method)): ?>
25
+ <li><?php echo $methodHtml; ?></li>
26
+ <?php endif; ?>
27
+ <?php endforeach; ?>
28
+ </ul>
29
+ <?php endif; ?>
30
+ </div>
31
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
32
+ <?php echo $this->getChildHtml('form_before') ?>
33
+ <form action="<?php echo $this->getUrl('checkout/cart/updatePost') ?>" method="post">
34
+ <fieldset>
35
+ <table id="shopping-cart-table" class="data-table cart-table">
36
+ <col width="1" />
37
+ <col />
38
+ <col width="1" />
39
+ <?php if ($this->helper('wishlist')->isAllowInCart()) : ?>
40
+ <col width="1" />
41
+ <?php endif ?>
42
+ <?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
43
+ <col width="1" />
44
+ <?php endif; ?>
45
+ <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
46
+ <col width="1" />
47
+ <?php endif; ?>
48
+ <col width="1" />
49
+ <?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
50
+ <col width="1" />
51
+ <?php endif; ?>
52
+ <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
53
+ <col width="1" />
54
+ <?php endif; ?>
55
+ <col width="1" />
56
+
57
+ <?php $mergedCells = ($this->helper('tax')->displayCartBothPrices() ? 2 : 1); ?>
58
+ <thead>
59
+ <tr>
60
+ <th rowspan="<?php echo $mergedCells; ?>">&nbsp;</th>
61
+ <th rowspan="<?php echo $mergedCells; ?>"><span class="nobr"><?php echo $this->__('Product Name') ?></span></th>
62
+ <th rowspan="<?php echo $mergedCells; ?>"></th>
63
+ <?php if ($this->helper('wishlist')->isAllowInCart()) : ?>
64
+ <th rowspan="<?php echo $mergedCells; ?>" class="a-center"><span class="nobr"><?php echo $this->__('Move to Wishlist') ?></span></th>
65
+ <?php endif ?>
66
+ <th class="a-center" colspan="<?php echo $mergedCells; ?>"><span class="nobr"><?php echo $this->__('Unit Price') ?></span></th>
67
+ <th rowspan="<?php echo $mergedCells; ?>" class="a-center"><?php echo $this->__('Qty') ?></th>
68
+ <th class="a-center" colspan="<?php echo $mergedCells; ?>"><?php echo $this->__('Subtotal') ?></th>
69
+ <th rowspan="<?php echo $mergedCells; ?>" class="a-center">&nbsp;</th>
70
+ </tr>
71
+ <?php if ($this->helper('tax')->displayCartBothPrices()): ?>
72
+ <tr>
73
+ <th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
74
+ <th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
75
+ <th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
76
+ <th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
77
+ </tr>
78
+ <?php endif; ?>
79
+ </thead>
80
+ <tfoot>
81
+ <tr>
82
+ <td colspan="50" class="a-right">
83
+ <?php if($this->getContinueShoppingUrl()): ?>
84
+ <button type="button" title="<?php echo $this->__('Continue Shopping') ?>" class="button btn-continue" onclick="setLocation('<?php echo $this->getContinueShoppingUrl() ?>')"><span><span><?php echo $this->__('Continue Shopping') ?></span></span></button>
85
+ <?php endif; ?>
86
+ <button type="submit" name="update_cart_action" value="update_qty" title="<?php echo $this->__('Update Shopping Cart'); ?>" class="button btn-update"><span><span><?php echo $this->__('Update Shopping Cart'); ?></span></span></button>
87
+ <button type="submit" name="update_cart_action" value="empty_cart" title="<?php echo $this->__('Clear Shopping Cart'); ?>" class="button btn-empty" id="empty_cart_button"><span><span><?php echo $this->__('Clear Shopping Cart'); ?></span></span></button>
88
+ <!--[if lt IE 8]>
89
+ <input type="hidden" id="update_cart_action_container" />
90
+ <script type="text/javascript">
91
+ //<![CDATA[
92
+ Event.observe(window, 'load', function()
93
+ {
94
+ // Internet Explorer (lt 8) does not support value attribute in button elements
95
+ $emptyCartButton = $('empty_cart_button');
96
+ $cartActionContainer = $('update_cart_action_container');
97
+ if ($emptyCartButton && $cartActionContainer) {
98
+ Event.observe($emptyCartButton, 'click', function()
99
+ {
100
+ $emptyCartButton.setAttribute('name', 'update_cart_action_temp');
101
+ $cartActionContainer.setAttribute('name', 'update_cart_action');
102
+ $cartActionContainer.setValue('empty_cart');
103
+ });
104
+ }
105
+
106
+ });
107
+ //]]>
108
+ </script>
109
+ <![endif]-->
110
+ </td>
111
+ </tr>
112
+ </tfoot>
113
+ <tbody>
114
+ <?php foreach($this->getItems() as $_item): ?>
115
+ <?php echo $this->getItemHtml($_item) ?>
116
+ <?php endforeach ?>
117
+ </tbody>
118
+ </table>
119
+ <script type="text/javascript">decorateTable('shopping-cart-table')</script>
120
+ </fieldset>
121
+ </form>
122
+ <div class="cart-collaterals">
123
+ <div class="col2-set">
124
+ <div class="col-1">
125
+ <?php if($_crosssell = $this->getChildHtml('crosssell')): ?>
126
+ <?php echo $_crosssell; ?>
127
+ <?php else: ?>
128
+ <div class="no-crosssell">
129
+ <img src="<?php echo $this->getSkinUrl('images/media/callout1.jpg') ?>" alt="" />
130
+ <img src="<?php echo $this->getSkinUrl('images/media/fpo_no_crosssell.gif') ?>" alt="" />
131
+ </div>
132
+ <?php endif; ?>
133
+ </div>
134
+ <div class="col-2">
135
+ <?php /* Extensions placeholder */ ?>
136
+ <?php echo $this->getChildHtml('checkout.cart.extra') ?>
137
+ <?php echo $this->getChildHtml('coupon') ?>
138
+ <?php if (!$this->getIsVirtual()): echo $this->getChildHtml('shipping'); endif; ?>
139
+ <div class="totals">
140
+ <?php echo $this->getChildHtml('totals'); ?>
141
+ <?php if(!$this->hasError()): ?>
142
+ <ul class="checkout-types">
143
+ <?php foreach ($this->getMethods('methods') as $method): ?>
144
+ <?php if ($methodHtml = $this->getMethodHtml($method)): ?>
145
+ <li><?php echo $methodHtml; ?></li>
146
+ <?php endif; ?>
147
+ <?php endforeach; ?>
148
+ </ul>
149
+ <?php endif; ?>
150
+ </div>
151
+ </div>
152
+ </div>
153
+ </div>
154
+ </div>
app/design/frontend/magpassion/fafree/template/newsletter/subscribe.phtml ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category MagPassion Theme
4
+ * @package MagPassion_Sample
5
+ * @author MagPassion
6
+ * @email magentopassion@gmail.com
7
+ * @copyright Copyright (c) 2013 MagentoPassion. (http://www.magentopassion.com)
8
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
9
+ */
10
+ ?>
11
+ <form action="<?php echo $this->getFormActionUrl() ?>" method="post" id="newsletter-validate-detail">
12
+ <div class="form-subscribe clearer">
13
+ <div class="form-subscribe-header">
14
+ <label for="newsletter"><?php echo $this->__('Newsletter Sign-up now:') ?></label>
15
+ </div>
16
+ <div class="input-box">
17
+ <input type="text" name="email" id="newsletter" title="<?php echo $this->__('Sign up for our newsletter') ?>" class="input-text required-entry validate-email" />
18
+ </div>
19
+ <button type="submit" title="<?php echo $this->__('Submit') ?>" class="button"><span><span><?php echo $this->__('Submit') ?></span></span></button>
20
+ </div>
21
+ </form>
22
+ <script type="text/javascript">
23
+ //<![CDATA[
24
+ var newsletterSubscriberFormDetail = new VarienForm('newsletter-validate-detail');
25
+ new Varien.searchForm('newsletter-validate-detail', 'newsletter', '<?php echo $this->helper('newsletter')->__('Enter your email address') ?>');
26
+ //]]>
27
+ </script>
app/design/frontend/magpassion/fafree/template/page/.DS_Store ADDED
Binary file
app/design/frontend/magpassion/fafree/template/page/1column.phtml ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category MagPassion Theme
4
+ * @package MagPassion_Sample
5
+ * @author MagPassion
6
+ * @email magentopassion@gmail.com
7
+ * @copyright Copyright (c) 2013 MagentoPassion. (http://www.magentopassion.com)
8
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
9
+ */
10
+ ?>
11
+ <?php
12
+ /**
13
+ * Template for Mage_Page_Block_Html
14
+ */
15
+ ?>
16
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
17
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
18
+ <head>
19
+ <?php echo $this->getChildHtml('head') ?>
20
+ </head>
21
+ <body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
22
+ <?php echo $this->getChildHtml('after_body_start') ?>
23
+ <div class="wrapper">
24
+ <?php echo $this->getChildHtml('global_notices') ?>
25
+ <div class="mp_header">
26
+
27
+ <?php echo $this->getChildHtml('header') ?>
28
+
29
+ </div>
30
+ <div class="mp_body">
31
+ <div class="mp_inner">
32
+
33
+ <div class="main-container col1-layout">
34
+ <div class="main">
35
+ <?php echo $this->getChildHtml('breadcrumbs') ?>
36
+ <div class="col-main">
37
+ <?php echo $this->getChildHtml('global_messages') ?>
38
+ <?php if($this->getChildHtml('mp_newletter')):?>
39
+ <div class="mp_newletter clearer">
40
+ <?php echo $this->getChildHtml('mp_newletter') ?>
41
+ </div>
42
+ <?php endif;?>
43
+ <?php echo $this->getChildHtml('content') ?>
44
+ </div>
45
+ </div>
46
+ </div>
47
+ </div>
48
+ </div>
49
+
50
+ <div class="mp_footer">
51
+ <div class="mp_inner">
52
+ <?php echo $this->getChildHtml('footer') ?>
53
+ <?php echo $this->getChildHtml('before_body_end') ?>
54
+ </div>
55
+ </div>
56
+ </div>
57
+ <?php echo $this->getAbsoluteFooter() ?>
58
+ </body>
59
+ </html>
app/design/frontend/magpassion/fafree/template/page/2columns-left.phtml ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category MagPassion Theme
4
+ * @package MagPassion_Sample
5
+ * @author MagPassion
6
+ * @email magentopassion@gmail.com
7
+ * @copyright Copyright (c) 2013 MagentoPassion. (http://www.magentopassion.com)
8
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
9
+ */
10
+ ?>
11
+ <?php
12
+ /**
13
+ * Template for Mage_Page_Block_Html
14
+ */
15
+ ?>
16
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
17
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
18
+ <head>
19
+ <?php echo $this->getChildHtml('head') ?>
20
+ </head>
21
+ <body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
22
+ <?php echo $this->getChildHtml('after_body_start') ?>
23
+ <div class="wrapper">
24
+ <?php echo $this->getChildHtml('global_notices') ?>
25
+ <div class="mp_header">
26
+
27
+ <?php echo $this->getChildHtml('header') ?>
28
+
29
+ </div>
30
+ <div class="mp_body">
31
+ <div class="mp_inner">
32
+ <div class="main-container col2-left-layout">
33
+ <div class="main">
34
+ <?php echo $this->getChildHtml('breadcrumbs') ?>
35
+ <div class="col-main">
36
+ <?php echo $this->getChildHtml('global_messages') ?>
37
+ <?php echo $this->getChildHtml('content') ?>
38
+ </div>
39
+ <div class="col-left sidebar"><?php echo $this->getChildHtml('left') ?></div>
40
+ </div>
41
+ </div>
42
+
43
+ </div>
44
+ </div>
45
+ <div class="mp_footer">
46
+ <div class="mp_inner">
47
+ <?php echo $this->getChildHtml('footer') ?>
48
+ <?php echo $this->getChildHtml('before_body_end') ?>
49
+ </div>
50
+ </div>
51
+ </div>
52
+ <?php echo $this->getAbsoluteFooter() ?>
53
+ </body>
54
+ </html>
app/design/frontend/magpassion/fafree/template/page/2columns-right.phtml ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category MagPassion Theme
4
+ * @package MagPassion_Sample
5
+ * @author MagPassion
6
+ * @email magentopassion@gmail.com
7
+ * @copyright Copyright (c) 2013 MagentoPassion. (http://www.magentopassion.com)
8
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
9
+ */
10
+ ?>
11
+ <?php
12
+ /**
13
+ * Template for Mage_Page_Block_Html
14
+ */
15
+ ?>
16
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
17
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
18
+ <head>
19
+ <?php echo $this->getChildHtml('head') ?>
20
+ </head>
21
+ <body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
22
+ <?php echo $this->getChildHtml('after_body_start') ?>
23
+ <div class="wrapper">
24
+ <?php echo $this->getChildHtml('global_notices') ?>
25
+
26
+ <div class="mp_header">
27
+
28
+ <?php echo $this->getChildHtml('header') ?>
29
+
30
+ </div>
31
+
32
+ <div class="mp_body">
33
+ <div class="mp_inner">
34
+
35
+ <div class="main-container col2-right-layout">
36
+ <div class="main">
37
+ <?php echo $this->getChildHtml('breadcrumbs') ?>
38
+ <div class="col-main">
39
+ <?php echo $this->getChildHtml('global_messages') ?>
40
+ <?php echo $this->getChildHtml('content') ?>
41
+ </div>
42
+ <div class="col-right sidebar"><?php echo $this->getChildHtml('right') ?></div>
43
+ </div>
44
+ </div>
45
+ </div>
46
+ </div>
47
+ <div class="mp_footer">
48
+ <div class="mp_inner">
49
+ <?php echo $this->getChildHtml('footer') ?>
50
+ <?php echo $this->getChildHtml('before_body_end') ?>
51
+ </div>
52
+ </div>
53
+ </div>
54
+ <?php echo $this->getAbsoluteFooter() ?>
55
+ </body>
56
+ </html>
app/design/frontend/magpassion/fafree/template/page/3columns.phtml ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category MagPassion Theme
4
+ * @package MagPassion_Sample
5
+ * @author MagPassion
6
+ * @email magentopassion@gmail.com
7
+ * @copyright Copyright (c) 2013 MagentoPassion. (http://www.magentopassion.com)
8
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
9
+ */
10
+ ?>
11
+ <?php
12
+ /**
13
+ * Template for Mage_Page_Block_Html
14
+ */
15
+ ?>
16
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
17
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
18
+ <head>
19
+ <?php echo $this->getChildHtml('head') ?>
20
+ </head>
21
+ <body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
22
+ <?php echo $this->getChildHtml('after_body_start') ?>
23
+ <div class="wrapper">
24
+ <?php echo $this->getChildHtml('global_notices') ?>
25
+ <div class="mp_header">
26
+
27
+ <?php echo $this->getChildHtml('header') ?>
28
+
29
+ </div>
30
+
31
+ <div class="mp_body">
32
+ <div class="mp_inner">
33
+ <div class="main-container col3-layout">
34
+ <div class="main">
35
+ <?php echo $this->getChildHtml('breadcrumbs') ?>
36
+ <div class="col-wrapper">
37
+ <div class="col-main">
38
+ <?php echo $this->getChildHtml('global_messages') ?>
39
+ <?php echo $this->getChildHtml('content') ?>
40
+ </div>
41
+ <div class="col-left sidebar"><?php echo $this->getChildHtml('left') ?></div>
42
+ </div>
43
+ <div class="col-right sidebar"><?php echo $this->getChildHtml('right') ?></div>
44
+ </div>
45
+ </div>
46
+ </div>
47
+ <div class="mp_footer">
48
+ <div class="mp_inner">
49
+ <?php echo $this->getChildHtml('footer') ?>
50
+ <?php echo $this->getChildHtml('before_body_end') ?>
51
+ </div>
52
+ </div>
53
+ </div>
54
+ <?php echo $this->getAbsoluteFooter() ?>
55
+ </body>
56
+ </html>
app/design/frontend/magpassion/fafree/template/page/empty.phtml ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2013 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
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 class="page-empty <?php echo $this->getBodyClass()?$this->getBodyClass():'' ?>">
38
+ <div>
39
+ <?php echo $this->getChildHtml('after_body_start') ?>
40
+ <?php echo $this->getChildHtml('global_messages') ?>
41
+ <?php echo $this->getChildHtml('content') ?>
42
+ <?php echo $this->getChildHtml('before_body_end') ?>
43
+ <?php echo $this->getAbsoluteFooter() ?>
44
+ </div>
45
+ </body>
46
+ </html>
app/design/frontend/magpassion/fafree/template/page/html/footer.phtml ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category MagPassion Theme
4
+ * @package MagPassion_Sample
5
+ * @author MagPassion
6
+ * @email magentopassion@gmail.com
7
+ * @copyright Copyright (c) 2013 MagentoPassion. (http://www.magentopassion.com)
8
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
9
+ */
10
+ ?>
11
+ <?php
12
+ $mp_fspot1 = Mage::getModel('cms/block')->setStoreId(Mage::app()->getStore()->getId())->load('footer_spot1');
13
+ $mp_fspot2 = Mage::getModel('cms/block')->setStoreId(Mage::app()->getStore()->getId())->load('footer_spot2');
14
+ $mp_fspot3 = Mage::getModel('cms/block')->setStoreId(Mage::app()->getStore()->getId())->load('footer_spot3');
15
+
16
+ $helper = Mage::helper('cms');
17
+ $processor = $helper->getPageTemplateProcessor();
18
+ //echo $processor->filter($block->getContent());
19
+
20
+ ?>
21
+ <div class="mp_footerspot clearer">
22
+ <div class="spot1">
23
+ <?php if($mp_fspot1->getContent()):?>
24
+ <div class="clearer">
25
+ <h3><?php echo $mp_fspot1->getTitle(); ?></h3>
26
+ </div>
27
+ <div class="block-content">
28
+ <?php echo $processor->filter($mp_fspot1->getContent()); ?>
29
+ </div>
30
+ <?php else: ?>
31
+ please create static block with id = "footer_spot1".
32
+ <?php endif;?>
33
+ </div>
34
+ <div class="spot2">
35
+ <?php if($mp_fspot2->getContent()):?>
36
+ <div class="clearer">
37
+ <h3><?php echo $mp_fspot2->getTitle(); ?></h3>
38
+ </div>
39
+ <div class="block-content clearer">
40
+ <?php echo $processor->filter($mp_fspot2->getContent()); ?>
41
+ </div>
42
+ <?php else: ?>
43
+ please create static block with id = "footer_spot2".
44
+ <?php endif;?>
45
+ </div>
46
+ <div class="spot3">
47
+ <?php if($mp_fspot3->getContent()):?>
48
+ <div class="clearer">
49
+ <h3><?php echo $mp_fspot3->getTitle(); ?></h3>
50
+ </div>
51
+ <div class="block-content">
52
+ <?php echo $processor->filter($mp_fspot3->getContent()); ?>
53
+ </div>
54
+ <?php else: ?>
55
+ please create static block with id = "footer_spot3".
56
+ <?php endif;?>
57
+ </div>
58
+ </div>
59
+ <div class="footer-container clearer">
60
+
61
+ <div class="footer">
62
+ <?php echo $this->getChildHtml('bottomContainer') ?>
63
+
64
+ <div class="f-left">
65
+ <?php //echo $this->getChildHtml('cms_footer_links') ?>
66
+
67
+
68
+
69
+ <address><?php echo $this->getCopyright() ?></address>
70
+ <!--Do not remove this if you use product under our free license --><span style="text-transform: none;font-size: 10px;">Power by Magento Open Source. Design by <a href="http://www.magpassion.com" title="Magento Themes, Extensions, Modules, Services | MagPassion">MagPassion</a></span>
71
+ </div>
72
+ <div class="f-right">
73
+ <?php echo $this->getChildHtml('footer_links') ?>
74
+ </div>
75
+ </div>
76
+ </div>
app/design/frontend/magpassion/fafree/template/page/html/head.phtml ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2013 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <meta http-equiv="Content-Type" content="<?php echo $this->getContentType() ?>" />
28
+ <title><?php echo $this->getTitle() ?></title>
29
+ <meta name="description" content="<?php echo htmlspecialchars($this->getDescription()) ?>" />
30
+ <meta name="keywords" content="<?php echo htmlspecialchars($this->getKeywords()) ?>" />
31
+ <meta name="robots" content="<?php echo htmlspecialchars($this->getRobots()) ?>" />
32
+ <link rel="icon" href="<?php echo $this->getFaviconFile(); ?>" type="image/x-icon" />
33
+ <link rel="shortcut icon" href="<?php echo $this->getFaviconFile(); ?>" type="image/x-icon" />
34
+ <link href='http://fonts.googleapis.com/css?family=News+Cycle:400,700' rel='stylesheet' type='text/css'>
35
+ <!--[if lt IE 7]>
36
+ <script type="text/javascript">
37
+ //<![CDATA[
38
+ var BLANK_URL = '<?php echo $this->helper('core/js')->getJsUrl('blank.html') ?>';
39
+ var BLANK_IMG = '<?php echo $this->helper('core/js')->getJsUrl('spacer.gif') ?>';
40
+ //]]>
41
+ </script>
42
+ <![endif]-->
43
+ <?php echo $this->getCssJsHtml() ?>
44
+ <?php echo $this->getChildHtml() ?>
45
+ <?php echo $this->helper('core/js')->getTranslatorScript() ?>
46
+ <?php echo $this->getIncludes() ?>
app/design/frontend/magpassion/fafree/template/page/html/header.phtml ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category MagPassion Theme
4
+ * @package MP_Fafree
5
+ * @author MagPassion
6
+ * @email magentopassion@gmail.com
7
+ * @copyright Copyright (c) 2013 MagentoPassion. (http://www.magpassion.com)
8
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
9
+ */
10
+ /**
11
+ * @var Mage_Page_Block_Html_Header $this
12
+ */
13
+ ?>
14
+ <div class="mp_toplink">
15
+ <div class="mp_inner">
16
+ <div class="quick-access">
17
+ <?php echo $this->getChildHtml('store_language') ?>
18
+ <?php echo $this->getChildHtml('topBar') ?>
19
+ <p class="welcome-msg"><?php echo $this->getChildHtml('welcome') ?></p>
20
+ <?php echo $this->getChildHtml('topLinks') ?>
21
+ </div>
22
+ </div>
23
+ </div>
24
+ <div class="mp_inner clearer" style="margin-top: 53px;">
25
+ <div class="mp_logo">
26
+ <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>
27
+ </div>
28
+ <?php echo $this->getChildHtml('topContainer'); ?>
29
+ <div class="mp_nav">
30
+ <?php echo $this->getChildHtml('topMenu') ?>
31
+ </div>
32
+ </div>
33
+
34
+ <div class="mp_topbar mp_inner">
35
+
36
+ </div>
37
+
38
+ <?php if ($this->getIsHomePage()):?>
39
+ <?php
40
+ $mp_homeinfo = Mage::getModel('cms/block')->setStoreId(Mage::app()->getStore()->getId())->load('home_info');
41
+ $mp_video = Mage::getModel('cms/block')->setStoreId(Mage::app()->getStore()->getId())->load('home_video');
42
+
43
+
44
+ $helper = Mage::helper('cms');
45
+ $processor = $helper->getPageTemplateProcessor();
46
+ //echo $processor->filter($block->getContent());
47
+
48
+ ?>
49
+
50
+ <div class="home_featured clearer">
51
+ <div class="mp_inner clearer">
52
+ <div class="mp_homeinfo">
53
+ <?php if($mp_homeinfo->getContent()):?>
54
+ <h3><?php echo $mp_homeinfo->getTitle(); ?></h3>
55
+ <div class="block-content">
56
+ <?php echo $processor->filter($mp_homeinfo->getContent()); ?>
57
+ </div>
58
+ <?php else: ?>
59
+ please create static block with id = "home_info".
60
+ <?php endif;?>
61
+ </div>
62
+ <div class="mp_video">
63
+ <?php if($mp_video->getContent()):?>
64
+
65
+ <?php echo $processor->filter($mp_video->getContent()); ?>
66
+
67
+ <?php else: ?>
68
+ please create static block with id = "home_video".
69
+ <?php endif;?>
70
+ </div>
71
+ </div>
72
+ </div>
73
+ <?php endif;?>
app/design/frontend/magpassion/fafree/template/sample/home.phtml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category MagPassion Theme
4
+ * @package MagPassion_Sample
5
+ * @author MagPassion
6
+ * @email magentopassion@gmail.com
7
+ * @copyright Copyright (c) 2013 MagentoPassion. (http://www.magentopassion.com)
8
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
9
+ */
10
+ ?>
11
+ <div style=" float:left; width:653px;">
12
+ <img src="<?php echo $this->getSkinUrl('images/media/home_co_main.jpg');?>" alt="" />
13
+ </div>
14
+ <div style="float:right; width:280px;">
15
+ <div style="margin:0 0 10px;" ><img src="<?php echo $this->getSkinUrl('images/media/home_co_tr.gif');?>" alt="" /></div>
16
+ <div><img src="<?php echo $this->getSkinUrl('images/media/home_co_br.gif');?>" alt="" /></div>
17
+ </div>
18
+ <div class="clearer"></div>
19
+ <div style="margin:10px 0 0;"><img src="<?php echo $this->getSkinUrl('images/media/home_co_bottom.gif');?>" alt="" /></div>
package.xml ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <package>
3
+ <name>magpassion_mp_fafree</name>
4
+ <version>1.0.0</version>
5
+ <stability>stable</stability>
6
+ <license uri="http://opensource.org/licenses/osl-3.0.php">OSL 3.0</license>
7
+ <channel>community</channel>
8
+ <extends/>
9
+ <summary>free magento fashion theme mp_fafree is one of free magento themes by MagPassion</summary>
10
+ <description>This free magento theme was designed with chic neutral color, and you could use it for all type store.&#xD;
11
+ 100% Free Magento Theme for all under our free license. &#xD;
12
+ Packaged with Magento Extensions Standard for easy to install via Magento Connect Manager. &#xD;
13
+ You must keep our bottom credit link under free license or purchase remove it with $15. </description>
14
+ <notes>Second free magento theme by MagPassion</notes>
15
+ <authors><author><name>MagPassion</name><user>magpassion</user><email>magentopassion@gmail.com</email></author></authors>
16
+ <date>2013-11-27</date>
17
+ <time>11:27:58</time>
18
+ <contents><target name="magedesign"><dir name="frontend"><dir name="magpassion"><dir name="fafree"><dir name="etc"><file name="widget.xml" hash="701789ef021cd30991564629677c6a69"/></dir><dir name="layout"><file name="catalog.xml" hash="665e17043952b8605f66382f171326da"/><file name="catalogsearch.xml" hash="1d5602488a0011b4781d654cc67a0ebe"/><file name="checkout.xml" hash="6acbd21805f773c850004e7f1855e83f"/><file name="contacts.xml" hash="53c6bedb4cbbab8454dd060a9dff85f0"/><file name="customer.xml" hash="7ea97d2fb284b92f6ea3f6630693d895"/><file name="newsletter.xml" hash="81dfe6c864a8963c0960bc5f8f560f4e"/><file name="page.xml" hash="3502e82348fe8d5c92d5ce477893b8ac"/><file name="payment.xml" hash="bf21c1193287ba15cf09855da81cdd58"/><file name="persistent.xml" hash="0e476bc13b2f2e941f94fc1dfea861bd"/><file name="review.xml" hash="47e50febc93137003bf7f862db858445"/><file name="rss.xml" hash="e6b2b24932e8afbd96964b696062645f"/><file name="sales.xml" hash="21e1618f832b90ddb20d7deb2ad8cc7a"/><file name="sendfriend.xml" hash="6e16a294830c7353eeb698abaa56fa99"/><file name="tag.xml" hash="9c612ea61acb90704d56877d69cbc97d"/><file name="wishlist.xml" hash="287c54165accaf6e22abb6bdc3deaa30"/></dir><dir name="locale"><dir name="en_US"><file name="translate.csv" hash="793e1ff86039f24caff6fad87a094fa1"/></dir></dir><dir name="template"><dir name="catalog"><dir name="category"><file name="page.phtml" hash="514593d873876e3225a4b1ae3643abff"/><file name="view.phtml" hash="effe197efb35fe7e99bb0361e16a935d"/><dir name="widget"><dir name="link"><file name="link_block.phtml" hash="e5ebf3a71e72ad751a5415d75e89ece4"/><file name="link_inline.phtml" hash="16609d7a742e10e72da22449f92054bf"/></dir></dir></dir><dir name="product"><dir name="list"><file name="upsell.phtml" hash="1fd416dabafb762e0f669a136146e132"/></dir><file name="list.phtml" hash="e4a472b4df808fba0f82ce1aabe3d104"/><file name="new.phtml" hash="4c756a9fcf1b9360877fe3c878f1ca7c"/><dir name="view"><file name="media.phtml" hash="07046a88d37ad656304739dfb8a9f599"/><file name="tabs.phtml" hash="df18102976c852fc3af574e2903fe30b"/></dir><file name="view.phtml" hash="9845a257dd573fe540e16aba46e89f45"/></dir><file name=".DS_Store" hash="ec29ac775e1230e9f5a92e697fd7e3db"/></dir><dir name="catalogsearch"><file name="form.mini.phtml" hash="b5c180c739f9dbdb1340605f70a3d2c5"/></dir><dir name="checkout"><file name="cart.phtml" hash="c246c405de0511c0c962381046bf07c0"/></dir><dir name="newsletter"><file name="subscribe.phtml" hash="ef86130470573e5e294a0aa52d7b4d64"/></dir><dir name="page"><file name="1column.phtml" hash="c72af981d58ddd6133c7c26e49caf1a8"/><file name="2columns-left.phtml" hash="1236069c14bea23a398961fda33d68f7"/><file name="2columns-right.phtml" hash="872d0f0ae827b2e4af11de3d3df0a461"/><file name="3columns.phtml" hash="d59d8b8cbd013215b8f579bf902a5eff"/><file name="empty.phtml" hash="11d6841d6dfa2ad0c366fb11c26068af"/><dir name="html"><file name="footer.phtml" hash="4e934e6b5c420c0ed81742c8c9eda2bb"/><file name="head.phtml" hash="1d43c0785cc2fc7f7ce11e8df0edd5e7"/><file name="header.phtml" hash="e1a2d83268215807567a4611af2dc2c3"/></dir><file name=".DS_Store" hash="736e39ab5a63fe4a560899440d58e8f8"/></dir><dir name="sample"><file name="home.phtml" hash="4089f1e90f9bf977b879688539554464"/></dir><file name=".DS_Store" hash="e5142ffdd7479e61b832b002b9d90959"/></dir><file name=".DS_Store" hash="e1193146470c18a77c7464825791208b"/></dir><file name=".DS_Store" hash="43e8e0e79da9e0eb71b68e2d03302eeb"/></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="magpassion"><dir name="fafree"><dir name="css"><file name="print.css" hash="b595892d900a49620765192a968ec927"/><file name="styles-ie.css" hash="386d8531c1e119176d20e2c15e5b2e1f"/><file name="styles.css" hash="b01dd6270bbc20d0241055e1205711b0"/><file name="widgets.css" hash="3575abb4b2c878998cfbe4680de9dbfd"/></dir><file name="favicon.ico" hash="88733ee53676a47fc354a61c32516e82"/><dir name="images"><file name="bg.png" hash="34b68cacaaf1e18b3d5a312f2c8dfbfe"/><file name="bkg_add-to.gif" hash="30ad4986308f5012175006648ec002c4"/><file name="bkg_block-layered-title.gif" hash="5ba30a503859e0c74703e9451dc66ca5"/><file name="bkg_body.gif" hash="f721950262bb5c60227ee74bb435fa79"/><file name="bkg_btn-green.gif" hash="732c08dcbb45ecc07305a6fcc8a8e1a2"/><file name="bkg_btn-small.gif" hash="63a4d1b7cf6cf9f8c2ba557c21b3d6ec"/><file name="bkg_btn-small.png" hash="395fbc85113004f09b8e497c766f0b26"/><file name="bkg_btn.gif" hash="1b9a2115bfd66afd1d47b9872de1f9e8"/><file name="bkg_btn.png" hash="df9af47f282450892546effa54e7da59"/><file name="bkg_cart-totals.gif" hash="1fbacde3b2afd6562f35d0bc21ea41c5"/><file name="bkg_collapse-gm.gif" hash="37c585c23bbfbb3ef8f51191513d435b"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_nav_parent.gif" hash="0208ae272e474b99bf1f8743b525c342"/><file name="bkg_nav_top.gif" hash="e208d78164da001372d050b4933d021c"/><file name="bkg_pipe1.gif" hash="bca445209e5b0c9390c526ff6fb9bfcf"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_rating.gif" hash="d2ea21ea9824962892adf2e9d78f03ba"/><file name="bkg_subtotal.gif" hash="fa2f26527c87fc6b00be8b5e594e52f4"/><file name="bkg_tabs.gif" hash="3929ea638ee939e2280b909d291dd706"/><file name="bkg_toolbar.gif" hash="b51ad5ce6fc7c93c7be429822b7d0f54"/><file name="bkg_top-promo.gif" hash="9e11a17ae228afd7073f5082daa68094"/><file name="btn_checkout.gif" hash="79b6d671dc425b20d024255e76187f70"/><file name="btn_edit.gif" hash="a723d24e578ae946d29c46585d91f066"/><file name="btn_previous.gif" hash="2134c0c1f262054e782265b74672f64e"/><file name="btn_remove.gif" hash="e106b9cea6e73407f5311ebf024ebbbb"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="e106b9cea6e73407f5311ebf024ebbbb"/><file name="button_bgr.png" hash="d0a1fbd78fbed5988463d4ad4fdae70a"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><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="grid-cal.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="i_asc_arrow.gif" hash="54fa7a2610dca6402a8159a0de658894"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_desc_arrow.gif" hash="2ffa641590dbc5017952f77135d96185"/><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="b565ec86dceddf2c89397a31a6fc9bc8"/><file name="i_pager-prev.gif" hash="ba5d000eb30be2f5b9d8f1aa85cdf478"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="logo.gif" hash="47bc079d9b3933c419739b580e4d0f39"/><file name="logo.png" hash="397b03082436d4936872934a70dd8d50"/><file name="logo_email.gif" hash="47bc079d9b3933c419739b580e4d0f39"/><file name="logo_print.gif" hash="47bc079d9b3933c419739b580e4d0f39"/><file name="magnifier_handle.gif" hash="2ee40683870a2bef5c5b34d30c84d6d8"/><file name="map_popup_arrow.gif" hash="447cca32b28856fa8382a53d478ea3dc"/><dir name="media"><file name="callout1.jpg" hash="0f274fb85b3f1b153072f8478ced414e"/><file name="footer_callout.png" hash="9dc69b9d5517457e08dfce85424e6e16"/><file name="fpo_no_crosssell.gif" hash="7aa2defb505f4d1353fadaac00812501"/><file name="home_co_bottom.gif" hash="52eb6bdfa8926e7a2d0e381b1604e868"/><file name="home_co_br.gif" hash="8ae386c3822b77287a6339068f53953b"/><file name="home_co_main.jpg" hash="c74e1e5276d3c09c6089ce157bda0b24"/><file name="home_co_tr.gif" hash="4fec17962d091640046cab9aa9f4b42e"/><file name="left_col_callout.jpg" hash="e19cc46c3c2b3777484d2847da8564d8"/></dir><file name="opc-ajax-loader.gif" hash="2d5cf231c4f520b5c2b4de5536ecb82d"/><file name="pager_arrow_left.gif" hash="ba5d000eb30be2f5b9d8f1aa85cdf478"/><file name="pager_arrow_right.gif" hash="b565ec86dceddf2c89397a31a6fc9bc8"/><file name="sep_bgr.png" hash="71d9f066090085890099f7d1e62b0ff4"/><file name="slider_bg.gif" hash="a1b9c405b99162b803ea0026371c38c3"/><file name="slider_btn_zoom_in.gif" hash="e1fb26133b6b00cf548ecb0225867c8e"/><file name="slider_btn_zoom_out.gif" hash="17567db9d985e26ab13cbed6e81abb44"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="validation_advice_bg.gif" hash="992b643e08dd71f20de7f94f29e647ba"/><file name="video.png" hash="b3f6532c7b5a7ee7097e4763fe087d3a"/><dir name="widgets"><file name="i_widget-link.gif" hash="1bf753578171f147f0203e7b13bdd0c4"/></dir></dir><file name=".DS_Store" hash="114a8bb7151582b0ed6c7e10cc61ee20"/></dir><file name=".DS_Store" hash="20092fd2cdf53b7ebbdd3b8f1a08d2dd"/></dir></dir></target></contents>
19
+ <compatible/>
20
+ <dependencies><required><php><min>5.2.17</min><max>5.6.0</max></php></required></dependencies>
21
+ </package>
skin/frontend/magpassion/.DS_Store ADDED
Binary file
skin/frontend/magpassion/fafree/.DS_Store ADDED
Binary file
skin/frontend/magpassion/fafree/css/print.css ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * @category MagPassion Theme
3
+ * @package MagPassion_Sample
4
+ * @author MagPassion
5
+ * @email magentopassion@gmail.com
6
+ * @copyright Copyright (c) 2013 MagentoPassion. (http://www.magentopassion.com)
7
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
8
+ */
9
+ * { background:none !important; text-align:left !important; }
10
+ html { margin:0 !important; padding:0 !important; }
11
+ body { background:#fff !important; font-size:9pt !important; padding:0 !important; margin:10px !important; }
12
+ a { color:#2976c9 !important; }
13
+ th,td { color:#2f2f2f !important; border-color:#ccc !important; }
14
+
15
+ .header-container,
16
+ .nav-container,
17
+ .footer-container,
18
+ .pager,
19
+ .toolbar,
20
+ .actions,
21
+ .buttons-set { display:none !important; }
22
+
23
+ .page-print .data-table .cart-tax-total { background-position:100% -54px; }
24
+ .page-print .data-table .cart-tax-info { display:block !important; }
skin/frontend/magpassion/fafree/css/styles-ie.css ADDED
@@ -0,0 +1,151 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * @category MagPassion Theme
3
+ * @package MagPassion_Sample
4
+ * @author MagPassion
5
+ * @email magentopassion@gmail.com
6
+ * @copyright Copyright (c) 2013 MagentoPassion. (http://www.magentopassion.com)
7
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
8
+ */
9
+
10
+ /* IE 6 only */
11
+ * html .validation-advice { height:13px; }
12
+ * html .main { height:350px; }
13
+ * html .account-login .content { height:200px; }
14
+ .block li.item,
15
+ .block-poll li,
16
+ .opc li.section { vertical-align:top; }
17
+
18
+ * html button.button span { background-image:url(../images/bkg_btn.gif); }
19
+ * html .form-search button.button span,
20
+ * html .block button.button span,
21
+ * html .product-view .box-tags .form-add button.button span,
22
+ * html .footer .form-subscribe button.button span { background-image:url(../images/bkg_btn-small.gif); }
23
+ * html .window-overlay { background:#ccc; filter:alpha(opacity=50); }
24
+
25
+ /* Doubled Margin Fixes */
26
+ .product-view .product-img-box .more-views li,
27
+ .product-view .box-tags .form-add .input-box,
28
+ .sp-methods select.month,
29
+ .footer .form-subscribe .input-box { display:inline; }
30
+
31
+ /********** < Navigation styles */
32
+ #nav li,
33
+ #nav li a { zoom:1; }
34
+ #nav li { vertical-align:top; }
35
+ /********** < Navigation styles */
36
+
37
+ select { margin-bottom:1px; }
38
+ input.radio { width:13px; height:13px; }
39
+ input.checkbox { width:13px; height:13px; }
40
+ button.button { height:28px; }
41
+ button.button span { position:relative; }
42
+ button.btn-checkout { height:28px; }
43
+ .form-list label { position:relative; z-index:0; }
44
+ .form-list label.required em { position:absolute; top:0; right:-8px; }
45
+ .form-list .input-box input.input-text { float:left; }
46
+
47
+ .form-search button.button,
48
+ .block button.button,
49
+ .product-view .box-tags .form-add button.button,
50
+ .footer .form-subscribe button.button { height:23px; }
51
+
52
+ .cart .discount .buttons-set button.button,
53
+ .cart .shipping .buttons-set button.button { height:19px; }
54
+
55
+ table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = 0); }
56
+
57
+ .product-view .product-img-box .zoom.disabled { filter:alpha(opacity=30); }
58
+
59
+ .gift-messages-form { position:relative; zoom:1; }
60
+
61
+ .tool-tip .btn-close a { margin:0; }
62
+
63
+ .product-view .box-tags .product-tags li { padding:0 4px 0 7px; }
64
+ .footer li { padding-right:2px; margin-right:6px; }
65
+
66
+ .product-options dd .time-picker select { margin:0; padding:0; position:relative; top:-1px; }
67
+
68
+ /* Clearer */
69
+ .clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
70
+
71
+ /* Clears and hasLayout fixes */
72
+ .header-container,
73
+ .header-container .top-container,
74
+ .header,
75
+ .top-bar,
76
+ .quick-access,
77
+ .form-search,
78
+ #nav,
79
+ .main,
80
+ .footer,
81
+ .footer .form-subscribe,
82
+ .footer-container .bottom-container,
83
+ .col-main,
84
+ .col2-set,
85
+ .col3-set,
86
+ .col4-set,
87
+ .messages li,
88
+ .search-autocomplete li,
89
+ .block,
90
+ .block .block-content,
91
+ .block .actions,
92
+ .block li.item,
93
+ .block-poll li,
94
+ .block-poll .label,
95
+ .block-layered-nav .currently li,
96
+ .block-account .block-content li a,
97
+ .mini-products-list .product-details,
98
+ .page-title,
99
+ .rss-title h1,
100
+ .products-grid,
101
+ .products-list li.item,
102
+ .box-account .box-head,
103
+ .dashboard .box .box-title,
104
+ .order-info ul,
105
+ .box-reviews li.item,
106
+ .box-tags li.item,
107
+ .pager,
108
+ .sorter,
109
+ .ratings,
110
+ .add-to-box,
111
+ .add-to-cart,
112
+ .product-essential,
113
+ .product-collateral,
114
+ .product-tabs,
115
+ .product-view .product-img-box .more-views ul,
116
+ .product-view .box-tags .form-add,
117
+ .product-view .product-shop .short-description,
118
+ .product-view .box-description,
119
+ .product-options .options-list li,
120
+ .product-options,
121
+ .product-options-bottom,
122
+ .truncated,
123
+ .truncated .truncated_full_value,
124
+ .product-review,
125
+ .cart,
126
+ .cart-collaterals,
127
+ .cart .crosssell li.item,
128
+ .cart .discount,
129
+ .cart .discount .discount-form,
130
+ .cart .shipping .shipping-form,
131
+ .opc .step-title,
132
+ .opc .step,
133
+ .multiple-checkout,
134
+ .sp-methods,
135
+ .checkout-progress,
136
+ .multiple-checkout .place-order,
137
+ .form-list li,
138
+ .form-list .field,
139
+ .form-list .input-box,
140
+ .group-select li,
141
+ .buttons-set,
142
+ .page-print .print-head,
143
+ .cart-tax-total,
144
+ .advanced-search-summary,
145
+ .advanced-search-summary p,
146
+ .gift-messages-form .item,
147
+ .send-friend .form-list li p,
148
+ .centinel .authentication { zoom:1; }
149
+
150
+ /* Hover Fix */
151
+ 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/magpassion/fafree/css/styles.css ADDED
@@ -0,0 +1,1957 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * @category MagPassion Theme
3
+ * @package MP_Fafree
4
+ * @author MagPassion
5
+ * @email magentopassion@gmail.com
6
+ * @copyright Copyright (c) 2013 MagentoPassion. (http://www.magpassion.com)
7
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
8
+ */
9
+
10
+
11
+ /* Reset ================================================================================= */
12
+ * { margin:0; padding:0; }
13
+
14
+ body {
15
+ background:#f2f2f2 url(../images/bg.png) 0 0 repeat; font:12px/1.55 arial, helvetica, sans-serif; color:#848484; text-align:center;
16
+
17
+ }
18
+
19
+ img { border:0; vertical-align:top; }
20
+
21
+ a { color:#5597b2; text-decoration:none; }
22
+ a:hover { text-decoration:underline; }
23
+ :focus { outline:0; }
24
+
25
+ /* Headings */
26
+ h1 { font-size:2em; font-weight:normal; line-height:1.15; }
27
+ h2 { font-size:1.5em; line-height:1.25; margin-bottom:.45em; }
28
+ h3 { font-size:1.35em; line-height:1.25; margin-bottom:.45em; }
29
+ h4 { font-size:1.05em; line-height:1.35; margin-bottom:.45em; }
30
+ h5 { font-size:1.05em; line-height:1.35; margin-bottom:.45em; }
31
+ h6 { font-size:1em; line-height:1.35; margin-bottom:1em; }
32
+ h1,h2,h3,h4,h5,h6 {
33
+ font-family: 'News Cycle', sans-serif;
34
+ text-shadow:1px 2px #fff;
35
+ }
36
+ /* Forms */
37
+ form { display:inline; }
38
+ fieldset { border:0; }
39
+ legend { display:none; }
40
+
41
+ /* Table */
42
+ table { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
43
+ caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }
44
+
45
+ /* Content */
46
+ p { margin:0 0 1em; }
47
+ strong { font-weight:bold; }
48
+ address { font-style:normal; line-height:1.35; }
49
+ cite { font-style:normal; }
50
+ q,
51
+ blockquote { quotes:none; }
52
+ q:before,
53
+ q:after { content:''; }
54
+ small { font-size:1em; }
55
+ big { font-size:1.15em; }
56
+ /*sup { font-size:1em; vertical-align:top; }*/
57
+
58
+ /* Lists */
59
+ ul,ol { list-style:none; }
60
+
61
+ /* Tools */
62
+ .hidden { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
63
+ .nobr { white-space:nowrap !important; }
64
+ .wrap { white-space:normal !important; }
65
+ .a-left { text-align:left !important; }
66
+ .a-center { text-align:center !important; }
67
+ .a-right { text-align:right !important; }
68
+ .v-top { vertical-align:top; }
69
+ .v-middle { vertical-align:middle; }
70
+ .f-left,
71
+ .left { float:left !important; }
72
+ .f-right,
73
+ .right { float:right !important; }
74
+ .f-none { float:none !important; }
75
+ .f-fix { float:left; width:100%; }
76
+ .no-display { display:none; }
77
+ .no-margin { margin:0 !important; }
78
+ .no-padding { padding:0 !important; }
79
+ .no-bg { background:none !important; }
80
+ /* ======================================================================================= */
81
+
82
+
83
+ /* Layout ================================================================================ */
84
+ .wrapper {}
85
+ .page { width:960px; margin:15px auto 0; text-align:left; }
86
+
87
+ /* Magpassion column define================================================================================ */
88
+ .mp_inner {
89
+ width:960px; margin:15px auto 0; text-align:left;
90
+ }
91
+
92
+ .page-print { background:#fff; padding:25px 30px; text-align:left; }
93
+ .page-empty { background:#fff; padding:20px; text-align:left; }
94
+ .page-popup { background:#fff; padding:25px 30px; text-align:left; }
95
+ .main-container {}
96
+ .main { padding:16px 16px 50px; min-height:350px; }
97
+
98
+ /* Base Columns */
99
+ .col-left { float:left; width:220px; padding:0 0 1px; }
100
+ .col-main { float:left; width:686px; padding:0 0 1px; }
101
+ .col-right { float:right; width:220px; padding:0 0 1px; }
102
+
103
+ /* 1 Column Layout */
104
+ .col1-layout .main { padding:16px 0 40px; }
105
+ .col1-layout .col-main { float:none; width:auto; }
106
+
107
+ /* 2 Columns Layout */
108
+ .col2-left-layout .col-main { float:right; }
109
+ .col2-right-layout .col-main {}
110
+
111
+ /* 3 Columns Layout */
112
+ .col3-layout .col-main { width:452px; }
113
+ .col3-layout .col-wrapper { float:left; width:689px; }
114
+ .col3-layout .col-wrapper .col-main { float:right; }
115
+
116
+ /* Content Columns */
117
+ .col2-set .col-1 { float:left; width:48.5%; }
118
+ .col2-set .col-2 { float:right; width:48.5%; }
119
+ .col2-set .col-narrow { width:32%; }
120
+ .col2-set .col-wide { width:65%; }
121
+
122
+ .col3-set .col-1 { float:left; width:32%; }
123
+ .col3-set .col-2 { float:left; width:32%; margin-left:2%; }
124
+ .col3-set .col-3 { float:right; width:32%; }
125
+
126
+ .col4-set .col-1 { float:left; width:23.5%; }
127
+ .col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
128
+ .col4-set .col-3 { float:left; width:23.5%; }
129
+ .col4-set .col-4 { float:right; width:23.5%; }
130
+ /* ======================================================================================= */
131
+
132
+
133
+ /* Global Styles ========================================================================= */
134
+ /* Form Elements */
135
+ input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
136
+ input.input-text,select,textarea { background:#fff; border:1px solid #b6b6b6; }
137
+ input.input-text,textarea { padding:2px; }
138
+ select { padding:1px; }
139
+ select option { padding-right:10px; }
140
+ select.multiselect option { border-bottom:1px solid #b6b6b6; padding:1px 5px; }
141
+ select.multiselect option:last-child { border-bottom:0; }
142
+ textarea { overflow:auto; }
143
+ input.radio { margin-right:3px; }
144
+ input.checkbox { margin-right:3px; }
145
+ input.qty { width:2.5em !important; }
146
+ button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
147
+ button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
148
+ button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
149
+ button.button span { float:left; height:28px; background:transparent url(../images/bkg_btn.png) 0 0 no-repeat; padding:0 0 0 6px; font:bold 11px/25px Tahoma, Verdana, Arial, sans-serif; text-transform:uppercase; text-align:center; white-space:nowrap; color:#555; }
150
+ button.button span span { background-position:100% 0; padding:0 15px 0 9px; }
151
+ button.disabled span { color:#bbb !important; }
152
+
153
+ /*button.btn-cart span {}*/
154
+ button.btn-checkout span { height:28px; border:0; background-image:url(../images/btn_checkout.gif); padding:0 0 0 6px; font:bold 12px/26px Arial, Helvetica, sans-serif; color:#fff; }
155
+ button.btn-checkout span span { padding:0 40px 0 34px; }
156
+ button.btn-checkout.no-checkout span { background-position:0 100%; color:#cfcfcf; }
157
+ button.btn-checkout.no-checkout span span { background-position:100% 100%; }
158
+
159
+ p.control input.checkbox,
160
+ p.control input.radio { margin-right:6px; }
161
+ /* Form Highlight */
162
+ /*input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }*/
163
+ /*.highlight { background:#efefef; }*/
164
+
165
+ /* Form lists */
166
+ /* Grouped fields */
167
+ /*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
168
+ .form-list li { margin:0 0 6px; }
169
+ .form-list label { float:left; color:#555; font-weight:bold; position:relative; z-index:0; }
170
+ .form-list label.required {}
171
+ .form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-7px; }
172
+ .form-list li.control label { float:none; }
173
+ .form-list li.control input.radio,
174
+ .form-list li.control input.checkbox { margin-top:-1px; margin-right:4px; }
175
+ .form-list li.control .input-box { clear:none; display:inline; width:auto; }
176
+ /*.form-list li.fields { margin-right:-15px; }*/
177
+ .form-list .input-box { display:block; clear:both; width:260px; }
178
+ .form-list .field { float:left; width:275px; }
179
+ .form-list input.input-text { width:254px; }
180
+ .form-list textarea { width:254px; height:10em; }
181
+ .form-list select { width:260px; }
182
+ .form-list li.wide .input-box { width:535px; }
183
+ .form-list li.wide input.input-text { width:529px; }
184
+ .form-list li.wide textarea { width:529px; }
185
+ .form-list li.wide select { width:535px; }
186
+ .form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
187
+ .form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
188
+ .form-list .input-range input.input-text { width:74px; }
189
+
190
+ .form-list-narrow li { margin-bottom:0; }
191
+ .form-list-narrow li .input-box { margin-bottom:6px; }
192
+ .form-list-narrow li.wide .input-box { width:260px; }
193
+ .form-list-narrow li.wide input.input-text,
194
+ .form-list-narrow li.wide textarea { width:254px }
195
+ .form-list-narrow li.wide select { width:260px; }
196
+
197
+ /* Customer */
198
+ .form-list .customer-name-prefix .input-box,
199
+ .form-list .customer-name-suffix .input-box,
200
+ .form-list .customer-name-prefix-suffix .input-box,
201
+ .form-list .customer-name-prefix-middlename .input-box,
202
+ .form-list .customer-name-middlename-suffix .input-box,
203
+ .form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }
204
+
205
+ .form-list .name-prefix { width:65px; }
206
+ .form-list .name-prefix select { width:55px; }
207
+ .form-list .name-prefix input.input-text { width:49px; }
208
+
209
+ .form-list .name-suffix { width:65px; }
210
+ .form-list .name-suffix select { width:55px; }
211
+ .form-list .name-suffix input.input-text { width:49px; }
212
+
213
+ .form-list .name-middlename { width:70px; }
214
+ .form-list .name-middlename input.input-text { width:49px; }
215
+
216
+ .form-list .customer-name-prefix-middlename-suffix .name-firstname,
217
+ .form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
218
+ .form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
219
+ .form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
220
+ .form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
221
+ .form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }
222
+
223
+ .form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
224
+ .form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
225
+ .form-list .customer-name-prefix-suffix .name-firstname input.input-text,
226
+ .form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
227
+
228
+ .form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
229
+ .form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
230
+ .form-list .customer-name-prefix-suffix .name-firstname input.input-text,
231
+ .form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
232
+
233
+ .form-list .customer-name-prefix .name-firstname,
234
+ .form-list .customer-name-middlename .name-firstname { width:210px; }
235
+
236
+ .form-list .customer-name-suffix .name-lastname,
237
+ .form-list .customer-name-middlename .name-firstname,
238
+ .form-list .customer-name-middlename-suffix .name-firstname,
239
+ .form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
240
+
241
+ .form-list .customer-name-prefix .name-firstname input.input-text,
242
+ .form-list .customer-name-suffix .name-lastname input.input-text,
243
+ .form-list .customer-name-middlename .name-firstname input.input-text,
244
+ .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
245
+ .form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
246
+
247
+ .form-list .customer-dob .dob-month,
248
+ .form-list .customer-dob .dob-day,
249
+ .form-list .customer-dob .dob-year { float:left; width:85px; }
250
+ .form-list .customer-dob input.input-text { display:block; width:74px; }
251
+ .form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
252
+ .form-list .customer-dob .dob-day,
253
+ .form-list .customer-dob .dob-month { width:60px; }
254
+ .form-list .customer-dob .dob-day input.input-text,
255
+ .form-list .customer-dob .dob-month input.input-text { width:46px; }
256
+ .form-list .customer-dob .dob-year { width:140px; }
257
+ .form-list .customer-dob .dob-year input.input-text { width:134px; }
258
+
259
+ .buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
260
+ .buttons-set p.required { margin:0 0 10px; }
261
+ .buttons-set .back-link { float:left; margin:0; }
262
+ .buttons-set button.button { float:right; margin-left:5px; }
263
+
264
+ .buttons-set-order { margin:10px 0 0; }
265
+ .buttons-set-order .please-wait { padding:5px 7px 0 0; }
266
+
267
+ .fieldset { margin:0 10px 25px; }
268
+ .fieldset .legend { margin:0 -10px 12px; background:#f1f1f1; padding:2px 10px; font-size:13px; line-height:1.25; }
269
+
270
+ /* Form Validation */
271
+ .validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:13px; font-size:11px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 3px no-repeat; color:#eb340a; }
272
+ .validation-failed { border:1px solid #eb340a !important; background:#faebe7 !important; }
273
+ .validation-passed {}
274
+ p.required { font-size:11px; text-align:right; color:#EB340A; }
275
+ /* Expiration date and CVV number validation fix */
276
+ .v-fix { float:left; }
277
+ .v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }
278
+
279
+ /* Global Messages */
280
+ .success { color:#3d6611; font-weight:bold; }
281
+ .error { color:#df280a; font-weight:bold; }
282
+ .notice { color:#e26703; }
283
+
284
+ .messages,
285
+ .messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
286
+ .messages { width:100%; overflow:hidden; }
287
+ .messages li { margin:0 0 10px !important; }
288
+ .messages li li { margin:0 0 3px !important; }
289
+ .error-msg,
290
+ .success-msg,
291
+ .note-msg,
292
+ .notice-msg { border-style:solid !important; border-width:1px !important; padding:4px 12px !important; font-size:11px !important; font-weight:bold !important; }
293
+ .error-msg { border-color:#f16048; background-color:#faebe7; color:#df280a; }
294
+ .success-msg { border-color:#446423; background-color:#eff5ea; color:#3d6611; }
295
+ .note-msg,
296
+ .notice-msg { border-color:#fcd344; background-color:#fafaec; color:#3d6611; }
297
+
298
+ /* BreadCrumbs */
299
+ .breadcrumbs a { color:#7f7f7f; }
300
+ .breadcrumbs li { display:inline; }
301
+ .breadcrumbs li strong { font-weight:bold; }
302
+
303
+ /* Page Heading */
304
+ .page-title { width:100%; overflow:hidden; margin:0 0 16px; }
305
+ .page-title h1,
306
+ .page-title h2 { font-size:23px; font-weight:normal; }
307
+ .page-title .separator { margin:0 3px; }
308
+ .page-title .link-rss { float:right; margin:7px 0 0; }
309
+ .title-buttons { text-align:right; }
310
+ .title-buttons h1,
311
+ .title-buttons h2,
312
+ .title-buttons h3,
313
+ .title-buttons h4,
314
+ .title-buttons h5,
315
+ .title-buttons h6 { float:left; }
316
+
317
+ .subtitle,
318
+ .sub-title { clear:both; padding:12px 0 0; font-size:16px; font-weight:bold; margin:0 0 6px; }
319
+
320
+ /* Pager */
321
+ .pager {
322
+ font-size:11px;
323
+ padding:4px 8px;
324
+ text-align:center;
325
+ background:url(../images/sep_bgr.png) repeat-x bottom left;
326
+ }
327
+ .pager .amount { float:left; margin:0; }
328
+ .pager .limiter { float:right; }
329
+ .pager .limiter label { vertical-align:middle; }
330
+ .pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
331
+ .pager .pages { margin:0 140px; }
332
+ .pager .pages ol { display:inline; }
333
+ .pager .pages li { display:inline; margin:0 2px; }
334
+ .pager .pages .current {}
335
+
336
+ /* Sorter */
337
+ .sorter { font-size:11px; padding:3px 8px; }
338
+ .sorter .view-mode { float:left; margin:0; }
339
+ .sorter .sort-by { float:right; padding-right:36px; }
340
+ .sorter .sort-by label { vertical-align:middle; }
341
+ .sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
342
+ .sorter .link-feed {}
343
+
344
+ /* Toolbar */
345
+ .toolbar {}
346
+ .toolbar .pager { padding:3px 8px; }
347
+ .toolbar .sorter {}
348
+ .toolbar-bottom {}
349
+
350
+ /* Data Table */
351
+ .data-table { width:100%; }
352
+ .data-table tr.odd {background: url(../images/sep_bgr.png) repeat-x bottom left;}
353
+ .data-table tr.even {background: url(../images/sep_bgr.png) repeat-x bottom left;}
354
+ .data-table tr.last th,
355
+ .data-table tr.last td { border-bottom:0 !important; }
356
+ .data-table th { padding:2px 8px; font-size:10px; text-transform:uppercase; white-space:nowrap; }
357
+ .data-table th.wrap { white-space:normal; }
358
+ .data-table th a { color:#fff; }
359
+ .data-table td { padding:3px 8px; }
360
+
361
+ .data-table thead,
362
+ .data-table thead tr { background:#e9e9e9; }
363
+
364
+ .data-table tfoot { border-bottom:1px solid #d9dde3; }
365
+ .data-table tfoot tr {}
366
+ .data-table tbody th { padding:3px 8px; font-size:11px; font-weight:bold; text-transform:none; white-space:normal; }
367
+ .data-table tbody th,
368
+ .data-table tbody td { border-bottom:1px solid #d9dde3; }
369
+ .data-table tfoot strong { font-size:14px; }
370
+ /* Bundle products tables */
371
+ .data-table tbody.odd tr { background:#fff; }
372
+ .data-table tbody.even tr { background:#fcfcfc; }
373
+ .data-table tbody.odd tr td,
374
+ .data-table tbody.even tr td { border-bottom:0; }
375
+ .data-table tbody.odd tr.border td,
376
+ .data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }
377
+
378
+ .data-table tbody td .option-label { font-weight:bold; font-style:italic; }
379
+ .data-table tbody td .option-value { padding-left:10px; }
380
+
381
+ /* Generic Info Box */
382
+ .info-box { margin:0 0 15px; }
383
+ .info-box h2 { font-size:13px; font-weight:bold; border-bottom:1px solid #ddd; margin:0 0 8px; }
384
+
385
+ .info-table th { font-weight:bold; padding:2px 15px 2px 0; }
386
+ .info-table td { padding:2px 0; }
387
+
388
+ /* Shopping cart total summary row expandable to details */
389
+ tr.summary-total { cursor:pointer; }
390
+ tr.summary-total td {}
391
+ tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
392
+ tr.show-details .summary-collapse { background-position:0 -53px; }
393
+ tr.show-details td {}
394
+ tr.summary-details td { background-color:#dae1e4; color:#626465; }
395
+ tr.summary-details-first td { border-top:1px solid #d2d8db; }
396
+ tr.summary-details-excluded { font-style:italic; }
397
+
398
+ /* Shopping cart tax info */
399
+ .cart-tax-info { display:block; }
400
+ .cart-tax-info,
401
+ .cart-tax-info .cart-price { padding-right:20px; }
402
+ .cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
403
+ .cart-tax-info .price,
404
+ .cart-tax-total .price { display:inline !important; font-weight:normal !important; }
405
+ .cart-tax-total-expanded { background-position:100% -53px; }
406
+
407
+ /* Class: std - styles for admin-controlled content */
408
+ .std .subtitle { padding:0; }
409
+ .std ol.ol { list-style:decimal outside; padding-left:1.5em; }
410
+ .std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
411
+ .std dl dt { font-weight:bold; }
412
+ .std dl dd { margin:0 0 10px; }
413
+ .std ul,
414
+ .std ol,
415
+ .std dl,
416
+ .std p,
417
+ .std address,
418
+ .std blockquote { margin:0 0 1em; padding:0; }
419
+ .std ul { list-style:disc outside; padding-left:1.5em; }
420
+ .std ol { list-style:decimal outside; padding-left:1.5em; }
421
+ .std ul ul { list-style-type:circle; }
422
+ .std ul ul,
423
+ .std ol ol,
424
+ .std ul ol,
425
+ .std ol ul { margin:.5em 0; }
426
+ .std ul.products-grid {
427
+ list-style: none;
428
+ width: 960px;
429
+ margin-left: 0;
430
+ }
431
+ .std ul.products-grid li {
432
+ width: 200px;
433
+ margin-right: 50px;
434
+ float: left;
435
+ }
436
+ .std ul.products-grid li.last {
437
+ margin-right: 0;
438
+ float: right;
439
+ }
440
+ .std dt { font-weight:bold; }
441
+ .std dd { padding:0 0 0 1.5em; }
442
+ .std blockquote { font-style:italic; padding:0 0 0 1.5em; }
443
+ .std address { font-style:normal; }
444
+ .std b,
445
+ .std strong { font-weight:bold; }
446
+ .std i,
447
+ .std em { font-style:italic; }
448
+
449
+ /* Misc */
450
+ .links li { display:inline; }
451
+ .links li.first { padding-left:0 !important; }
452
+ .links li.last { background:none !important; padding-right:0 !important; }
453
+
454
+ .link-cart { font-weight:bold; color:#d62502; }
455
+ .link-wishlist { color:#444; }
456
+ .link-reorder {}
457
+ .link-compare {}
458
+ .link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:3px 0 3px 25px;*/ }
459
+ .link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
460
+ .btn-remove { display:block; width:12px; height:12px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
461
+ .btn-previous { display:block; width:12px; height:12px; font-size:0; line-height:0; background:url(../images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
462
+ .btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
463
+ .btn-edit { display:block; width:12px; height:12px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
464
+
465
+ .cards-list dt { margin:5px 0 0; }
466
+ .cards-list .offset { padding:2px 0 2px 20px; }
467
+
468
+ .separator { margin:0 3px; }
469
+
470
+ .divider { clear:both; display:block; font-size:0; line-height:0; height:1px; background:#ccc; margin:10px 0; text-indent:-999em; overflow:hidden; }
471
+
472
+ /* Global site notices */
473
+ .global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
474
+ .global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
475
+ .global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
476
+ .global-site-notice .notice-inner .actions { padding-top:10px; }
477
+
478
+ /* Cookie Notice */
479
+ .notice-cookie { }
480
+
481
+ /* Noscript Notice */
482
+ .noscript {}
483
+
484
+ /* Demo Notice */
485
+ .demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
486
+ .demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
487
+ .demo-notice .notice-inner p { padding:0; border:0; }
488
+
489
+ /* ======================================================================================= */
490
+
491
+
492
+ /* Header ================================================================================ */
493
+ .logo { float:left; }
494
+ .header-container {}
495
+ .mp_toplink {
496
+ background: #444444;
497
+ position: fixed;
498
+ top: 0;
499
+ width: 100%;
500
+ z-index: 9999;
501
+ }
502
+ .mp_toplink .mp_inner {margin-top: 0;}
503
+
504
+ .header { margin:0 0 12px; }
505
+ .header .logo { float:left; text-decoration:none !important; }
506
+ .header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
507
+
508
+ .mp_logo {float: left;}
509
+ .mp_nav {float: right;}
510
+ .quick-access { background:#444; color:#fff; padding:7px 13px; text-align:right; }
511
+ .quick-access .welcome-msg { display:inline; margin:0; color:#fff; }
512
+ .quick-access .welcome-msg a { color:#ddd; }
513
+ .quick-access .form-language { float:left; }
514
+ .quick-access .form-language label { font-weight:bold; padding-right:5px; color:#fff; vertical-align:middle; }
515
+ .quick-access .form-language select { padding:0; }
516
+ .quick-access .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
517
+ .quick-access .links { padding-left:8px; }
518
+ .quick-access .links,
519
+ .quick-access .links li { display:inline; }
520
+ .quick-access .links li { padding:0 4px 0 1px; }
521
+ .quick-access .links a { color:#ddd; }
522
+ .quick-access .links a { padding:0 7px 0 0; background:url(../images/bkg_pipe1.gif) no-repeat 100% 50%; }
523
+ .quick-access .links li.last a { padding:0; background:none; }
524
+
525
+ .top-bar {float: left;margin-left: 10px; }
526
+
527
+ .form-search { float:right; }
528
+ .form-search label { float:left; font-size:12px; font-weight:bold; padding:0 5px 0 0; }
529
+ .form-search input.input-text { float:left; width:212px; margin-right:5px; }
530
+ .form-search button.button { float:left; }
531
+ .form-search button.button span { height:23px; background-image:url(../images/bkg_btn-small.png); line-height:21px; }
532
+ .form-search .search-autocomplete { z-index:999; }
533
+ .form-search .search-autocomplete ul { border:1px solid #999; background-color:#f9f5f0; }
534
+ .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
535
+ .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
536
+ .form-search .search-autocomplete li.odd { background-color:#f6f6f6; }
537
+ .form-search .search-autocomplete li.selected { background-color:#ecf9ea; }
538
+
539
+ .header-container .top-container { padding:5px 12px; background:#fff; border:1px solid #bbb; border-width:0 1px 1px; text-align:right; }
540
+
541
+ /********** < Navigation */
542
+ .nav-container {}
543
+ #nav { float:left; margin:15px 0 0 15px; font-size:12px; }
544
+
545
+ /* All Levels */ /* Style consistent throughout all nav levels */
546
+ #nav li { position:relative;text-transform:uppercase; text-align:left; }
547
+ #nav li.over { z-index:998; }
548
+ #nav a,
549
+ #nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
550
+ #nav span { display:block; cursor:pointer; white-space:nowrap; }
551
+ #nav li ul span {white-space:normal; }
552
+
553
+ /* 0 Level */
554
+ #nav li { float:left; margin:1px 8px 11px 1px; padding:3px 8px; }
555
+ #nav li.active a { color:#444; }
556
+ #nav a { float:left; background:url(../images/bkg_nav_top.gif) no-repeat 100% 50%; padding-right:11px; color:#444; font-weight:bold; }
557
+ #nav li.over a,
558
+ #nav a:hover { color:#444; }
559
+ #nav li.over,
560
+ #nav li.active { margin:0 7px 10px 0; border:1px solid #bbb; background:#ececec; }
561
+
562
+ /* 1st Level */
563
+ #nav ul li,
564
+ #nav ul li.active,
565
+ #nav ul li.over { float:none; border:none; background:none; margin:0; padding:0; padding-bottom:1px; text-transform:none; }
566
+ #nav ul li.parent { background:url(../images/bkg_nav_parent.gif) no-repeat 100% 50%; }
567
+ #nav ul li.last { padding-bottom:0; }
568
+ #nav ul li.active { margin:0; border:0; background:none; }
569
+ #nav ul a,
570
+ #nav ul a:hover { float:none; padding:0; background:none; }
571
+ #nav ul li a { font-weight:normal !important; }
572
+
573
+ /* 2nd Level */
574
+ #nav ul,
575
+ #nav div { position:absolute; width:15em; top:22px; left:-10000px; border:1px solid #bbb; border-bottom:2px solid #999; padding:3px 8px; background:#fcfcfc; font-size:11px; }
576
+ #nav div ul { position:static; width:auto; border:none; padding:0; }
577
+
578
+ /* 3rd+ Level */
579
+ #nav ul ul,
580
+ #nav ul div { top:5px; }
581
+
582
+ #nav ul li a { padding:3px 0; color:#444 !important; }
583
+ #nav ul li a:hover { padding:3px 0; color:#5a7f00 !important; }
584
+
585
+ /* Show menu */
586
+ #nav li ul.shown-sub,
587
+ #nav li div.shown-sub { left:-1px; z-index:999; }
588
+ #nav li .shown-sub ul.shown-sub,
589
+ #nav li .shown-sub li div.shown-sub { left:100px; }
590
+ /********** Navigation > */
591
+ /* ======================================================================================= */
592
+
593
+ /* MP HOME FEATURED */
594
+ .home_featured .mp_inner {
595
+
596
+ }
597
+ .mp_homeinfo {
598
+ float: left;
599
+ width: 390px;
600
+ }
601
+ .mp_homeinfo .block-content {text-align: justify;}
602
+ .mp_homeinfo h3 {
603
+ font-size:30px;
604
+ color: #202429;
605
+ padding-right: 20px;
606
+ background:url(../images/sep_bgr.png) repeat-x bottom left;
607
+ text-transform: uppercase;
608
+ padding-bottom: 12px;
609
+ margin-bottom: 10px;
610
+ font-family: 'News Cycle', sans-serif;
611
+ text-shadow:1px 2px #fff;
612
+ }
613
+ .mp_video {
614
+ float: right;
615
+ background:url(../images/video.png) no-repeat top left;
616
+ width:510px;
617
+ height:300px;
618
+ padding-left: 51px;
619
+ padding-right: 49px;
620
+ padding-bottom: 41px;
621
+ padding-top: 11px;
622
+ margin-right: -41px;
623
+
624
+ }
625
+ /* END MP HOME FEATURED */
626
+
627
+ /* MP NEWLETTER */
628
+ .mp_newletter {
629
+ background:url(../images/sep_bgr.png) repeat-x top left;
630
+ padding-top: 2px;
631
+ }
632
+ .mp_newletter .form-subscribe {
633
+ background:url(../images/sep_bgr.png) repeat-x bottom left;
634
+ padding-bottom: 2px;
635
+ }
636
+ .mp_newletter .form-subscribe-header {
637
+ float: left;
638
+ text-shadow: 1px 1px #ffffff;
639
+ font-weight: normal;
640
+ font-size: 36px;
641
+ color: #9f9f9f;
642
+ text-transform: uppercase;
643
+ height: 110px;
644
+ line-height: 110px;
645
+ font-family: 'News Cycle', sans-serif;
646
+ }
647
+ .mp_newletter .input-box {
648
+ float: left;
649
+ margin:35px 20px;
650
+ }
651
+ .mp_newletter .input-box .input-text {
652
+ font-size: 15px;
653
+ padding: 10px 20px;
654
+ }
655
+ .mp_newletter .button {
656
+ float: left;
657
+ margin: 35px 0;
658
+ }
659
+ .mp_newletter .button span {
660
+ height: 40px;
661
+ line-height: 40px;
662
+ margin: 0;
663
+ background: none;
664
+ }
665
+ .mp_newletter .button span span {
666
+ background: url(../images/button_bgr.png) repeat-x top left;
667
+ margin: 0;
668
+ padding: 0 24px;
669
+ border-radius: 13px;
670
+ border: 1px solid #008ed5;
671
+ text-transform: none;
672
+ color: #fff;
673
+ font-weight: normal;
674
+ font-size: 15px;
675
+ }
676
+ /* END MP NEWLETTER */
677
+
678
+ /* Sidebar =============================================================================== */
679
+ .block { border:1px solid #ddd; margin:0 0 20px; line-height:1.35; }
680
+ .block .block-title { border-bottom:1px solid #ddd; background:#e7e7e7; padding:2px 10px; }
681
+ .block .block-title strong { display:block; font:bold 12px/1.5 Arial, Helvetica, sans-serif; text-transform:uppercase; color:#444; }
682
+ .block .block-title strong span {}
683
+ .block .block-title a { text-decoration:none !important; }
684
+ .block .block-subtitle { font-size:10px; margin:0 0 10px; padding:0 0 2px; border-bottom:1px solid #ddd; text-transform:uppercase; }
685
+ .block .block-content { background:#f6f6f6; padding:12px 10px; }
686
+ .block .block-content li.item { border-bottom:1px solid #ddd; padding-bottom:5px; margin-bottom:5px; }
687
+ .block .block-content li.item.last { border-bottom:0; padding-bottom:0; margin-bottom:0; }
688
+ .block .block-content .product-name { color:#5597b2; }
689
+ .block .btn-remove,
690
+ .block .btn-edit { float:right; margin:1px 0 2px 5px; }
691
+ .block .actions { border-top:1px solid #ddd; padding:5px 0 0; margin:5px 0 0; text-align:right; }
692
+ .block .actions a { float:left; }
693
+ .block .actions button.button { float:right; }
694
+ .block .empty { margin:0; }
695
+ .block .price-box { margin:5px 0; }
696
+ .block button.button span { height:23px; background-image:url(../images/bkg_btn-small.png); line-height:20px; }
697
+
698
+ /*.block li.odd { background-color:#f4f3f3; }
699
+ .block li.even { background-color:#fafafa; }*/
700
+
701
+ /* Mini Products List */
702
+ .mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
703
+ .mini-products-list .product-details { margin-left:60px; }
704
+ .block-cart .mini-products-list .product-details .product-name,
705
+ .block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
706
+ .block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }
707
+
708
+ /* Block: Account */
709
+ .block-account .block-title { border:0; background:#666; }
710
+ .block-account .block-title strong { color:#fff; }
711
+ .block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:3px 0; color:#5f5d5c; text-decoration:none !important; }
712
+ .block-account .block-content li a:hover { color:#444; }
713
+ .block-account .block-content li.last a { border-bottom:0; }
714
+ .block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0; }
715
+ .block-account .block-content li.current.last { border-bottom:0; }
716
+
717
+ /* Block: Currency Switcher */
718
+ .block-currency { background:#f4f4f4; }
719
+ .block-currency .block-title { border:0; background:none; padding:7px 10px 2px; text-transform:none; }
720
+ .block-currency .block-title strong { text-transform:none; }
721
+ .block-currency .block-content { padding:0 10px 12px; }
722
+ .block-currency .block-content select { width:100%; padding:0; }
723
+
724
+ /* Block: Layered Navigation */
725
+ .block-layered-nav { border:0; }
726
+ .block-layered-nav .block-title { border:0; padding:0; margin:0 0 6px; height:13px; background:url(../images/bkg_block-layered-title.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
727
+ .block-layered-nav .block-content { padding:0; }
728
+ .block-layered-nav .block-subtitle { margin:0; background:#679100; font-size:12px; font-weight:bold; padding:2px 10px; color:#fff; }
729
+ .block-layered-nav dt { font-weight:bold; border-top:1px solid #fff; padding:8px 10px 0 10px; font-size:12px; }
730
+ .block-layered-nav dd { padding:0 10px 8px 10px; border-bottom:1px solid #ddd; }
731
+ .block-layered-nav dd li { line-height:1.35; margin:0 0 3px; }
732
+ .block-layered-nav dd a { color:#444; }
733
+ .block-layered-nav .currently ol { padding:6px 0 0; }
734
+ .block-layered-nav .currently li { padding:2px 36px 2px 10px; position:relative; z-index:1; }
735
+ .block-layered-nav .currently .label { font-weight:bold; display:inline-block; vertical-align:top; }
736
+ .block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
737
+ .block-layered-nav .currently .btn-previous,
738
+ .block-layered-nav .currently .btn-remove { position:absolute; right:8px; top:3px; margin:0; }
739
+ .block-layered-nav .currently .btn-previous { right:22px; }
740
+ .block-layered-nav .actions { padding:5px 10px; margin:0; }
741
+ .block-layered-nav .actions a { float:none; }
742
+
743
+ /* Block: Cart */
744
+ .block-cart .block-title { background:#679100; }
745
+ .block-cart .block-title strong { color:#fff; }
746
+ .block-cart .summary { background:#e5eed6; padding:8px; margin:-12px -10px 8px; text-align:center; position:relative; z-index:1; }
747
+ .block-cart .amount { margin:0; }
748
+ .block-cart .amount a { font-weight:bold; }
749
+ .block-cart .subtotal { background:url(../images/bkg_subtotal.gif) no-repeat 50% 0; margin:5px 0 0; line-height:23px; }
750
+ .block-cart .subtotal .price { font-weight:bold; }
751
+ .block-cart .actions { display:none !important; }
752
+ .block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
753
+
754
+ /* Block: Wishlist */
755
+ .block-wishlist .actions { text-align:right; }
756
+ .block-wishlist .actions a { float:none; }
757
+
758
+ /* Block: Related */
759
+ .block-related .block-subtitle { font-size:11px; font-weight:bold; border:0; padding:0; margin:0 0 8px; text-transform:none; }
760
+ .block-related input.checkbox { float:right; }
761
+ .block-related .product { margin-right:20px; }
762
+
763
+ /* Block: Compare Products */
764
+ .page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:3px 0 3px 25px; }
765
+ .compare-table { border:0; }
766
+ .compare-table thead,
767
+ .compare-table thead tr.first { background:#fff; }
768
+ .compare-table thead tr.first th,
769
+ .compare-table thead tr.first td { border:0; background:none; padding:0 0 4px; font-size:0; line-height:0; }
770
+ .compare-table .btn-remove { float:right; background-image:url(../images/btn_remove.gif); width:12px; height:12px; }
771
+ .compare-table tbody th { background:#e9e9e9; }
772
+ .compare-table tbody th,
773
+ .compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
774
+ .compare-table tbody td.last { border-right:1px solid #ccc; }
775
+ .compare-table tbody tr.last th,
776
+ .compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
777
+ .compare-table tr.add-to-row td { background:#fffada; text-align:center; }
778
+ .compare-table tr.first td { text-align:center; }
779
+ .compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
780
+ .compare-table tr.first td .product-name a { color:#203548; }
781
+ .compare-table tr.first td .ratings { width:69px; margin:0 auto; }
782
+ .compare-table tr.first td p,
783
+ .compare-table tr.add-to-row td p { margin:0; }
784
+ .compare-table .add-to-links li { background:none; padding:0; }
785
+
786
+ /* Block: Recently Viewed */
787
+ .block-viewed {}
788
+
789
+ /* Block: Recently Compared */
790
+ .block-compared {}
791
+
792
+ /* Block: Poll */
793
+ .block-poll .block-subtitle { font-size:12px; }
794
+ .block-poll label { color:#777; font-weight:bold; }
795
+ .block-poll input.radio { float:left; margin:1px -18px 0 0; }
796
+ .block-poll .label { display:block; margin-left:18px; }
797
+ .block-poll li { padding:3px 9px; }
798
+ .block-poll .actions { margin:5px 0 0; }
799
+ .block-poll .answer { font-weight:bold; }
800
+ .block-poll .votes { float:right; margin-left:10px; }
801
+
802
+ /* Block: Tags */
803
+ .block-tags .block-content .tags-list { border:0; background:none; padding:0; }
804
+ .block-tags .block-content li a { color:#444; }
805
+ .block-tags .actions { text-align:right; }
806
+ .block-tags .actions a { float:none; }
807
+
808
+ /* Block: Reorder */
809
+ .block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
810
+ .block-reorder .product-name { margin-left:20px; }
811
+ .block-reorder .validation-advice { margin:3px 9px 7px; }
812
+
813
+ /* Block: Banner */
814
+ .block-banner { border:0; }
815
+ .block-banner .block-content { padding:0; background:none; text-align:center; }
816
+
817
+ /* Block: Login */
818
+ .block-login .block-content { padding:5px 10px; }
819
+ .block-login label { font-weight:bold; color:#555; }
820
+ .block-login input.input-text { display:block; width:167px; margin:3px 0; }
821
+ .block-login .actions { background:none; padding:0; margin:3px 0 0; }
822
+
823
+ /* Paypal */
824
+ .sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
825
+ .sidebar .paypal-logo a { float:none; }
826
+ /* ======================================================================================= */
827
+
828
+
829
+ /* Category Page ========================================================================= */
830
+ .category-title { margin:0 0 7px; }
831
+ .category-title h1 { padding:3px 0; color:#5597b2; font-size:1.6em; font-weight:bold; line-height:1.25; }
832
+ .category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
833
+ .category-image img {}
834
+ .category-description { margin:0 0 10px; }
835
+ .category-products {}
836
+
837
+ /* View Type: Grid */
838
+ .products-grid { position:relative; }
839
+ .products-grid.last { border-bottom:0; }
840
+ .products-grid li.item {
841
+ float:left; width:200px; padding:0 0 50px;
842
+ margin-right: 50px;
843
+ }
844
+ .products-grid li.item.last {
845
+ float: right;
846
+ margin-right: 0;
847
+ }
848
+ .products-grid .product-image {
849
+
850
+ display:block; width:200px; height:300px;
851
+ margin:50px 0 10px;
852
+ box-shadow: 0px 0px 25px #888888;
853
+ border-radius: 5px;
854
+ }
855
+ .products-grid .product-image img {
856
+ border-radius: 5px;
857
+ }
858
+ .products-grid.first .product-image { border-top:0; }
859
+ .products-grid li.last .product-image { border-right:0; }
860
+ .products-grid .product-name {
861
+ font-size:18px; margin:0 0 6px;
862
+ font-weight: normal;
863
+ margin-bottom:20px;
864
+ height: 30px;
865
+ overflow: hidden;
866
+ background: url(../images/sep_bgr.png) repeat-x bottom left;
867
+ padding-bottom:5px;
868
+ float: left;
869
+
870
+ }
871
+ .products-grid .product-name a {
872
+ color:#4c4c4c; text-decoration:none;
873
+ padding-right: 15px;
874
+
875
+
876
+
877
+ }
878
+ .products-grid .product-name a:hover { text-decoration:none; }
879
+ .products-grid .mp_desc {height: 40px;overflow: hidden;}
880
+ .products-grid .price-box { margin:5px 0; }
881
+ .products-grid .availability { line-height:21px; }
882
+ .products-grid .actions { position:absolute; bottom:20px; }
883
+ .col2-left-layout .products-grid,
884
+ .col2-right-layout .products-grid { width:684px; margin:0 auto; }
885
+ .col1-layout .products-grid, .page-empty .products-grid { width:960px; margin:0 auto; }
886
+
887
+ /* View Type: List */
888
+ .products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 10px; }
889
+ .products-list li.item.last { border-bottom:0; }
890
+ .products-list .product-shop { margin-left:185px; }
891
+ .products-list .product-image { float:left; width:170px; height:170px; margin:0 0 10px; }
892
+ .products-list .product-name { font-size:12px; margin:0 0 6px; }
893
+ .products-list .product-name a { color:#444; text-decoration:underline; }
894
+ .products-list .product-name a:hover { text-decoration:none; }
895
+ .products-list .price-box { float:left; margin:4px 13px 0 0; }
896
+ .products-list .availability { float:left; margin:3px 0 0; }
897
+ .products-list .desc { clear:both; padding:6px 0 0; margin:0 0 13px; line-height:1.35; }
898
+ .products-list .add-to-links { clear:both; }
899
+ /* ======================================================================================= */
900
+
901
+
902
+ /* Product View ========================================================================== */
903
+ /* Rating */
904
+ .no-rating { margin:0; }
905
+
906
+ .ratings { line-height:1.25; margin:7px 0; }
907
+ .ratings strong { float:left; margin:0 3px 0 0; }
908
+ .ratings .rating-links { margin:0; }
909
+ .ratings .rating-links .separator { margin:0 2px; }
910
+ .ratings dt {}
911
+ .ratings dd {}
912
+ .rating-box { width:50px; height:10px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
913
+ .rating-box .rating { float:left; height:10px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
914
+ .ratings .rating-box { float:left; margin:2px 3px 0 0; }
915
+ .ratings .amount {}
916
+
917
+ .ratings-table th,
918
+ .ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
919
+ .ratings-table th { font-weight:bold; padding-right:8px; }
920
+ .ratings-table td { padding:4px 0 0; }
921
+
922
+ /* Availability */
923
+ .availability { margin:0; }
924
+ .availability span { font-weight:bold; }
925
+ .availability.in-stock span {}
926
+ .availability.out-of-stock span { color:#d83820; }
927
+
928
+ .availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
929
+ .availability-only span,
930
+ .availability-only a { border-bottom:1px dashed #751d02; color:#000; }
931
+ .availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
932
+ .availability-only .expanded { background-position:100% -15px; }
933
+ .availability-only strong { color:#be2c00; }
934
+
935
+ .availability-only-details { margin:0 0 7px; }
936
+ .availability-only-details th { background:#e9e9e9; font-size:10px; padding:0 8px; }
937
+ .availability-only-details td { border-bottom:1px solid #d9dde3; font-size:11px; padding:2px 8px 1px; }
938
+ .availability-only-details tr.odd { background:#fff; }
939
+ .availability-only-details tr.even { background:#fcfcfc; }
940
+ .availability-only-details tr.odd td.last { color:#5597B2; font-weight:bold; }
941
+ .availability-only-details tr.last td { border-bottom:none; }
942
+
943
+ .product-view .product-shop .availability { font-size:11px; }
944
+ .product-view .product-shop .availability span { font-weight:normal; }
945
+
946
+ /* Email to a Friend */
947
+ .email-friend { margin:0; }
948
+
949
+ /* Alerts */
950
+ .alert-price { margin:0; font-size:11px; }
951
+ .alert-stock { margin:0; font-size:11px; }
952
+
953
+ /********** < Product Prices */
954
+ .price { white-space:nowrap !important; }
955
+
956
+ .price-box { margin:5px 0 10px; }
957
+ .price-box .price { font-size:13px; font-weight:bold; color:#5597B2; }
958
+
959
+ /* Regular price */
960
+ .regular-price { color:#5597B2; }
961
+ .regular-price .price { font-size:13px; font-weight:bold; color:#5597B2; }
962
+
963
+ /* Old price */
964
+ .old-price { margin:0; }
965
+ .old-price .price-label { font-size:12px; font-weight:bold; white-space:nowrap; }
966
+ .old-price .price { font-weight:bold; font-size:13px; color:#5597B2; text-decoration:line-through; }
967
+
968
+ /* Special price */
969
+ .special-price { margin:0; }
970
+ .special-price .price-label { font-size:11px; font-weight:bold; text-transform:uppercase; white-space:nowrap; color:#000; }
971
+ .special-price .price { font-size:13px; font-weight:bold; }
972
+
973
+ /* Minimal price (as low as) */
974
+ .minimal-price { margin:0; }
975
+ .minimal-price .price-label { font-size:12px; font-weight:bold; white-space:nowrap; }
976
+
977
+ .minimal-price-link { display:block; font-size:12px; text-decoration:underline; color:#444; }
978
+ .minimal-price-link .label {color:#444;}
979
+ .minimal-price-link .price { font-weight:normal; color:#444; }
980
+
981
+ /* Including tax */
982
+ .price-including-tax { display:block; color:#888; }
983
+ .price-including-tax .label { font-size:10px; text-transform:uppercase; white-space:nowrap; color:#888; }
984
+ .price-including-tax .price { font-size:13px; font-weight:bold; color:#5597B2; }
985
+
986
+ /* Excluding tax */
987
+ .price-excluding-tax { display:block; color:#888; }
988
+ .price-excluding-tax .label { font-size:10px; text-transform:uppercase; white-space:nowrap; color:#888; }
989
+ .price-excluding-tax .price { font-size:12px; font-weight:normal; color:#5597B2; }
990
+
991
+ /* Configured price */
992
+ .configured-price { margin:0; }
993
+ .configured-price .price-label { font-weight:bold; white-space:nowrap; }
994
+ .configured-price .price { font-size:13px; font-weight:bold; }
995
+
996
+ /* Incl tax (for order tables) */
997
+ .price-incl-tax { display:block; }
998
+ .price-incl-tax .label { display:block; white-space:nowrap; }
999
+ .price-incl-tax .price { display:block; font-weight:bold; }
1000
+
1001
+ /* Excl tax (for order tables) */
1002
+ .price-excl-tax { display:block; }
1003
+ .price-excl-tax .label { display:block; white-space:nowrap; }
1004
+ .price-excl-tax .price { display:block; font-weight:normal; }
1005
+
1006
+ /* FPT */
1007
+ .weee { display:block; font-size:11px; color:#444; }
1008
+ .weee .price { font-size:11px; font-weight:normal; }
1009
+
1010
+ /* Price range */
1011
+ .price-from { margin:0; }
1012
+ .price-from .price-label { font-size:12px; font-weight:bold; white-space:nowrap; }
1013
+
1014
+ .price-to { margin:0; }
1015
+ .price-to .price-label { font-size:12px; font-weight:bold; white-space:nowrap; }
1016
+
1017
+ /* Price notice next to the options */
1018
+ .price-notice { padding-left:7px; }
1019
+ .price-notice .price { font-weight:bold; }
1020
+
1021
+ /* Price as configured */
1022
+ .price-as-configured { margin:0; }
1023
+ .price-as-configured .price-label { font-weight:bold; white-space:nowrap; text-transform:uppercase; }
1024
+
1025
+ .price-box-bundle { padding:0 0 10px 0; }
1026
+ .price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
1027
+ .price-box-bundle .price { color:#222; }
1028
+ /********** Product Prices > */
1029
+
1030
+ /* Tier Prices */
1031
+ .product-pricing, .tier-prices { margin:10px 0; padding:10px; background:url(../images/sep_bgr.png) repeat-x bottom left;font-style:italic }
1032
+ .tier-prices .benefit { font-style:italic; font-weight:bold; }
1033
+ .tier-prices .price { font-weight:bold;; }
1034
+
1035
+ .tier-prices-grouped li .price { font-weight:bold; }
1036
+
1037
+ /* Add to Links */
1038
+ .add-to-links { margin:3px 0 0; }
1039
+ .add-to-links li { background:url(../images/bkg_add-to.gif) 2px 50% no-repeat; line-height:1.25; padding-left:12px; }
1040
+ .add-to-links li a { color:#444; }
1041
+ .add-to-links .separator { display:none; }
1042
+
1043
+ /* Add to Cart */
1044
+ .add-to-cart label { float:left; margin-right:5px; font-weight:bold; line-height:20px; color:#555; }
1045
+ .add-to-cart .qty { float:left; margin-right:5px; }
1046
+ .add-to-cart button.button { float:left; margin:-3px 0 0; }
1047
+ .add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
1048
+ .add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
1049
+
1050
+ /* Add to Links + Add to Cart */
1051
+ .add-to-box { margin:10px 0; }
1052
+ .add-to-box .add-to-cart { margin:10px 0; border:1px solid #eee; background-color:#f8f8f8; padding:10px; text-align:right; }
1053
+ .add-to-box .add-to-cart .paypal-logo { float:left; }
1054
+ .add-to-box .or { display:none !important; }
1055
+ .add-to-box .add-to-links { margin:10px 0; text-align:right; }
1056
+ .add-to-box .add-to-links li .separator { display:none !important; }
1057
+
1058
+
1059
+ .product-view {}
1060
+
1061
+ .product-essential { padding:0 0 25px; }
1062
+ .product-essential h2 { font:bold 12px/1.25 Arial, Helvetica, sans-serif; }
1063
+
1064
+ .product-collateral {}
1065
+ .product-collateral h2 { font-size:19px; font-weight:normal; line-height:1.15; }
1066
+ .product-collateral .box-collateral {}
1067
+
1068
+ /* Product Images */
1069
+ .product-view .product-img-box { float:left; width:202px; }
1070
+ .col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
1071
+ .product-view .product-img-box .product-image {
1072
+ margin:0 0 10px; border:1px solid #cacaca;
1073
+ box-shadow: 0 0 25px #888888;
1074
+ }
1075
+ .product-view .product-img-box .product-image-zoom { position:relative; width:300px; height:300px; overflow:hidden; z-index:9; }
1076
+ .product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
1077
+ .product-view .product-img-box .zoom-notice { margin:0 0 10px; text-align:center; }
1078
+ .product-view .product-img-box .zoom { position:relative; z-index:9; height:24px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
1079
+ .product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
1080
+ .product-view .product-img-box .zoom #track { position:relative; height:18px; }
1081
+ .product-view .product-img-box .zoom #handle { position:absolute; left:0; top:3px; width:9px; height:18px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat; }
1082
+ .product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:10px; top:7px; }
1083
+ .product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:10px; top:7px; }
1084
+ .product-view .product-img-box .more-views h2 { font-size:10px; font-weight:normal; padding:0 0 2px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
1085
+ .product-view .product-img-box .more-views ul { margin-left:-10px }
1086
+ .product-view .product-img-box .more-views li { float:left; margin:0 0 8px 10px; }
1087
+ .product-view .product-img-box .more-views li a { float:left; width:66px; height:66px; border:1px solid #ddd; overflow:hidden; }
1088
+
1089
+ .product-image-popup { margin:0 auto; }
1090
+ .product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
1091
+ .product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
1092
+ .product-image-popup .image { display:block; margin:10px 0; }
1093
+ .product-image-popup .image-label { font-size:12px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }
1094
+
1095
+ /* Product Shop */
1096
+ .product-view .product-shop { float:right; width:363px; }
1097
+ .col1-layout .product-view .product-shop { float:right; width:716px; }
1098
+ .col3-layout .product-view .product-shop { float:none; width:auto; }
1099
+ .product-view .product-shop .product-name { margin:0 0 5px; }
1100
+ .product-view .product-shop .product-name h1 { font:bold 13px/1.25 Arial, Helvetica, sans-serif; }
1101
+ .product-view .product-shop .availability { margin:10px 0; }
1102
+ .product-view .product-shop .short-description { margin:10px 0; }
1103
+ .product-view .product-shop .price-box { margin:10px 0; }
1104
+ .product-view .product-shop .add-to-links { margin:0; }
1105
+ .product-view .product-shop .add-to-links { text-align:right; }
1106
+ .product-view .product-shop .add-to-links li { display:inline; margin-left:12px; }
1107
+ .product-view .product-shop .add-to-links li .separator { display:none !important; }
1108
+ .product-view .product-shop .product-options-bottom .paypal-logo { float:left; }
1109
+
1110
+ /* Product Options */
1111
+ .product-options { margin:20px 0 0; padding:0 15px 10px; background-color:#f4f9ea; border:1px solid #ddd; position:relative; }
1112
+ .product-options dt { padding:10px 0 0; font-weight:normal; }
1113
+ .product-options dt label { font-weight:bold; }
1114
+ .product-options dt label.required em { color:#eb340a; margin-left:5px; }
1115
+ .product-options dd .qty-holder { display:block; padding:10px 0 0; }
1116
+ .product-options dd .qty-holder label { vertical-align:middle; }
1117
+ .product-options dd .qty-disabled { background:none; border:0; padding:3px; color:#444; }
1118
+ .product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #ddd; }
1119
+ .product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
1120
+ .product-options dd input.input-text { width:98%; }
1121
+ .product-options dd input.datetime-picker { width:150px; }
1122
+ .product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
1123
+ .product-options dd textarea { width:98%; height:8em; }
1124
+ .product-options dd select { width:99%; }
1125
+ .product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
1126
+ .product-options ul.options-list { margin-right:5px; }
1127
+ .product-options ul.options-list li { padding:2px 0; }
1128
+ .product-options ul.options-list input.radio { float:left; margin-top:3px; }
1129
+ .product-options ul.options-list input.checkbox { float:left; margin-top:2px; }
1130
+ .product-options ul.options-list .label { display:block; margin-left:18px; }
1131
+ .product-options ul.options-list label { font-weight:normal; }
1132
+ .product-options ul.validation-failed { padding:0 7px; }
1133
+ .product-options p.required { position:absolute; right:15px; top:10px; }
1134
+
1135
+ .product-options-bottom { background-color:#f6f6f6; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
1136
+ .product-options-bottom .product-pricing, .product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
1137
+ .product-options-bottom .price-box { float:left; margin:0; }
1138
+ .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
1139
+ .product-options-bottom .price-label { padding-right:5px; }
1140
+ .product-options-bottom .price-tax { float:left; }
1141
+ .product-options-bottom .add-to-cart { float:right; margin:0; padding:0; border:0; background:0; }
1142
+ .product-options-bottom .add-to-links { float:right; display:inline; }
1143
+
1144
+ .product-shop .product-options-bottom .price-box { float:none; margin:0; }
1145
+ .product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
1146
+ .product-shop .product-options-bottom .price-tax { float:none; }
1147
+ .product-shop .product-options-bottom .add-to-cart { clear:both; float:none; padding:12px 0 0; text-align:left; }
1148
+
1149
+ /* Grouped Product */
1150
+ .product-view .grouped-items-table .price-box { margin:0; padding:0; }
1151
+
1152
+ /* Product Tabs */
1153
+ .product-tabs { margin-bottom:15px; border-bottom:1px solid #666; background:#f2f2f2 url(../images/bkg_tabs.gif) 0 100% repeat-x; }
1154
+ .product-tabs li { float:left; border-right:1px solid #a4a4a4; border-left:1px solid #fff; font-size:1.1em; line-height:1em; }
1155
+ .product-tabs li.first { border-left:0; }
1156
+ .product-tabs li.last { border-right:0; }
1157
+ .product-tabs a { display:block; padding:6px 15px; color:#444; }
1158
+ .product-tabs a:hover { background-color:#ddd; text-decoration:none; color:#444; }
1159
+ .product-tabs li.active a,
1160
+ .product-tabs li.active a:hover { background-color:#666; font-weight:bold; color:#fff; }
1161
+ .product-tabs-content h2 { display:none; font-size:12px; font-weight:bold; }
1162
+
1163
+ /* Mini Products Grid */
1164
+ .mini-products-grid { width:100%; }
1165
+ .mini-products-grid td { width:20%; padding:0 8px 8px 0; }
1166
+ .mini-products-grid .product-image { display:block; border:1px solid #cacaca; margin:0 0 10px; }
1167
+ .mini-products-grid .product-name { width:115px; margin:0 0 6px; overflow:hidden; }
1168
+ .mini-products-grid .product-name a { color:#444; text-decoration:underline; }
1169
+ .mini-products-grid .product-name a:hover { text-decoration:none; }
1170
+ .mini-products-grid td.empty {}
1171
+ .mini-products-grid td.last { padding-right:0; }
1172
+ .mini-products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
1173
+
1174
+ /* Block: Description */
1175
+ .product-view .box-description {}
1176
+
1177
+ /* Block: Additional */
1178
+ .product-view .box-additional .data-table th,
1179
+ .product-view .box-additional .data-table td { line-height:1.25; }
1180
+
1181
+ /* Block: Upsell */
1182
+ .product-view .box-up-sell h2 { margin:0 0 8px; }
1183
+ #product_tabs_upsell_products_contents h2 { display:block; }
1184
+
1185
+ /* Block: Tags */
1186
+ .product-view .box-tags { margin:0; }
1187
+ .product-view .box-tags h3 { font-size:12px; }
1188
+ .product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
1189
+ .product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
1190
+ .product-view .box-tags .product-tags li.first { padding-left:0; }
1191
+ .product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
1192
+ .product-view .box-tags .form-add label { display:block; font-size:12px; font-weight:bold; margin:0 0 3px; }
1193
+ .product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; }
1194
+ .product-view .box-tags .form-add input.input-text { width:299px; }
1195
+ .product-view .box-tags .form-add button.button span { height:23px; background-image:url(../images/bkg_btn-small.png); line-height:20px; }
1196
+ .product-view .box-tags .note { margin:2px 0 0; font-size:10px; }
1197
+
1198
+ /* Block: Reviews */
1199
+ .product-view .box-reviews dl { margin:15px 0; }
1200
+ .product-view .box-reviews dt a,
1201
+ .product-view .box-reviews dt span { font-weight:bold; }
1202
+ .product-view .box-reviews dd { margin:0 0 15px; }
1203
+ .product-view .box-reviews dd small { font-style:italic; }
1204
+ .product-view .box-reviews .form-add { margin:15px 0 0; }
1205
+ .product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
1206
+ .product-view .box-reviews .form-add h3 span { font-weight:bold; }
1207
+ .product-view .box-reviews .form-add h4 { font-size:12px; }
1208
+ .product-view .box-reviews .form-add .data-table td { text-align:center; }
1209
+ .product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
1210
+ .product-view .box-reviews .form-add .form-list .input-box { width:460px; }
1211
+ .product-view .box-reviews .form-add .form-list input.input-text,
1212
+ .product-view .box-reviews .form-add .form-list textarea { width:454px; }
1213
+
1214
+ /* Send a Friend */
1215
+ .send-friend .form-list { width:535px; overflow:hidden; }
1216
+ .send-friend .form-list li { margin-right:-15px; }
1217
+ .send-friend .form-list li p { margin:0 15px 0 0; }
1218
+ .send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:25px; }
1219
+ /* ======================================================================================= */
1220
+
1221
+
1222
+ /* Content Styles ================================================================= */
1223
+ .product-name { margin:0; font-size:1em; font-weight:normal; line-height:1.55; }
1224
+ /*.product-name a { color:#444; }*/
1225
+
1226
+ /* Product Tags */
1227
+ .tags-list { display:block; font-size:13px; border:1px solid #ddd; background:#f6f6f6; padding:10px; }
1228
+ .tags-list li { display:inline !important; margin:0 4px 0 0; }
1229
+ .tags-list li a { color:#1b2d3b; }
1230
+
1231
+ /* Advanced Search */
1232
+ .advanced-search .form-list label { width:160px; padding-right:10px; }
1233
+ .advanced-search .form-list .input-box,
1234
+ .advanced-search .form-list .input-range { float:left; clear:none; }
1235
+ .advanced-search-amount { margin:0 0 10px; }
1236
+ .advanced-search-summary { margin:10px 0; border:1px solid #ddd; background:#ecf9ea; padding:10px; }
1237
+ .advanced-search-summary ul { float:left; width:49%; }
1238
+ .advanced-search-summary strong { color:#E17C24; }
1239
+ .advanced-search-summary li { margin:2px 0; }
1240
+ .advanced-search-summary p { clear:both; font-weight:bold; margin:0; }
1241
+
1242
+ /* CMS Home Page */
1243
+ .cms-home .main { }
1244
+ .cms-home .subtitle {}
1245
+ .cms-index-index .subtitle {}
1246
+
1247
+ /* Sitemap */
1248
+ .page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
1249
+ .page-sitemap .links a { text-decoration:none; position:relative; }
1250
+ .page-sitemap .links a:hover { text-decoration:underline; }
1251
+ .page-sitemap .sitemap { margin:12px; }
1252
+ .page-sitemap .sitemap a { color:#444; }
1253
+ .page-sitemap .sitemap li { margin:3px 0; }
1254
+ .page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
1255
+ .page-sitemap .sitemap li.level-0 a { color:#5597b2; }
1256
+
1257
+ /* RSS */
1258
+ .rss-title h1 { background:url(../images/i_rss-big.png) 0 3px no-repeat; padding-left:27px; }
1259
+ .rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
1260
+ /* ======================================================================================= */
1261
+
1262
+
1263
+ /* Shopping Cart ========================================================================= */
1264
+ .cart .page-title {}
1265
+
1266
+ /* Checkout Types */
1267
+ .cart .page-title .checkout-types { display:none !important; }
1268
+ .cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
1269
+ .cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }
1270
+
1271
+ /* Shopping Cart Table */
1272
+ .cart-table th { padding:2px 10px; }
1273
+ .cart-table td { padding:10px; }
1274
+ .cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#444; }
1275
+ .cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
1276
+ .cart-table tfoot td { padding:5px 10px; }
1277
+ .cart-table .btn-continue { float:left; }
1278
+ .cart-table .btn-continue span { background:none; padding:0; font:normal 11px/25px Arial, Helvetica, sans-serif; color:#5597b2; text-transform:none; text-decoration:underline; }
1279
+ .cart-table .btn-continue:hover span { text-decoration:none; }
1280
+ .cart-table .btn-update,
1281
+ .cart-table .btn-empty { float:right; }
1282
+ .cart-table .btn-update { margin-left:7px; }
1283
+
1284
+ /* Shopping Cart Collateral boxes */
1285
+ .cart .cart-collaterals { padding:25px 0 0; }
1286
+ .cart .cart-collaterals .col2-set .col-1 { width:222px; }
1287
+ .cart .cart-collaterals .col2-set .col-2 { width:715px; }
1288
+
1289
+ .cart .crosssell { border:1px solid #ddd; background:#f7f7f7; padding:10px; }
1290
+ .cart .crosssell h2 { font-size:12px; font-weight:bold; }
1291
+ .cart .crosssell .product-image { float:left; width:75px; height:75px; }
1292
+ .cart .crosssell .product-details { margin-left:85px; }
1293
+ .cart .crosssell .product-name { font-weight:bold; }
1294
+ .cart .crosssell li.item { margin:0 0 8px; padding-bottom:5px; border-bottom:1px solid #ddd; }
1295
+ .cart .crosssell li.last { border-bottom:0; padding-bottom:0; margin:0; }
1296
+ .cart .crosssell .link-compare { font-weight:normal; }
1297
+ .cart .no-crosssell { width:100%; overflow:hidden; }
1298
+ .cart .no-crosssell img { display:block; margin:0 0 10px; }
1299
+
1300
+ /* Discount Codes & Estimate Shipping and Tax Boxes */
1301
+ .cart .discount,
1302
+ .cart .shipping { padding:10px 0; margin:0 12px; }
1303
+ .cart .discount h2,
1304
+ .cart .shipping h2 { float:left; width:225px; font:normal 14px/16px Arial, Helvetica, sans-serif; color:#d54c01; }
1305
+ .cart .discount .discount-form,
1306
+ .cart .shipping .shipping-form { margin-left:240px; }
1307
+ .cart .discount .buttons-set,
1308
+ .cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
1309
+ .cart .discount .buttons-set button.button,
1310
+ .cart .shipping .buttons-set button.button { float:none; margin:0; }
1311
+ .cart .discount .buttons-set button.button span,
1312
+ .cart .shipping .buttons-set button.button span { height:19px; background-image:url(../images/bkg_btn-green.gif); padding:0 0 0 9px; font-size:10px; line-height:18px; color:#fff; }
1313
+ .cart .discount .buttons-set button.button span span,
1314
+ .cart .shipping .buttons-set button.button span span { padding:0 19px 0 10px; }
1315
+
1316
+ .cart .discount { border-bottom:1px solid #c0d2af ; }
1317
+ .cart .discount label { font-weight:bold; color:#555; }
1318
+ .cart .discount .input-box { width:270px; }
1319
+ .cart .discount input.input-text { width:264px; }
1320
+
1321
+ .cart .shipping p { margin:0 0 3px; }
1322
+ .cart .shipping .sp-methods { margin:10px 0 0; padding:6px 0 0; border-top:1px solid #c0d2af; }
1323
+ .cart .shipping .form-list .input-box { width:270px; }
1324
+ .cart .shipping .form-list input.input-text { width:264px; }
1325
+ .cart .shipping .form-list select { width:270px; }
1326
+
1327
+ /* Shopping Cart Totals */
1328
+ .cart .totals {
1329
+ padding:12px 0;
1330
+ background:url(../images/sep_bgr.png) repeat-x top left;
1331
+ }
1332
+ .cart .totals table { float:right; width:400px; margin:0 0 8px; }
1333
+ .cart .totals td { padding:0 0 0 15px; }
1334
+ .cart .totals tr.last td {}
1335
+ .cart .totals tfoot td {}
1336
+ .cart .totals tfoot th strong,
1337
+ .cart .totals tfoot td strong { font-size:14px; font-weight:bold; color:#e02f00; }
1338
+ .cart .totals .checkout-types { font-size:13px; padding:4px 0; text-align:right; }
1339
+ .cart .totals .checkout-types li { clear:both; margin:0 0 5px; }
1340
+
1341
+ /* Options Tool Tip */
1342
+ .item-options dt { font-weight:bold; font-style:italic; }
1343
+ .item-options dd { padding-left:10px; }
1344
+ .truncated { cursor:help; }
1345
+ .truncated a.dots { cursor:help; text-decoration:none !important; }
1346
+ .truncated a.details { cursor:help; text-decoration:none !important; display:inline-block; border-bottom:1px dotted #5597b2; }
1347
+ .truncated .truncated_full_value { position:relative; z-index:999; }
1348
+ .truncated .truncated_full_value .item-options { position:absolute; top:-99999em; z-index:999; width:250px; padding:8px; border:2px solid #ddd; border-bottom-color:#666; background-color:#f6f6f6; }
1349
+ .truncated .truncated_full_value .item-options dt { margin-top:0; }
1350
+ .truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
1351
+ .truncated .show .item-options { top:-20px; left:50%; }
1352
+ .col-left .truncated .show .item-options { left:30px; top:10px; }
1353
+ .col-right .truncated .show .item-options { left:-240px; top:10px; }
1354
+ /* ======================================================================================= */
1355
+
1356
+
1357
+ /* Checkout ============================================================================== */
1358
+ /********** < Common Checkout Styles */
1359
+ /* Shipping and Payment methods */
1360
+ .sp-methods { margin:0 0 8px; }
1361
+ .sp-methods dt { margin:13px 0 5px; font-weight:bold; }
1362
+ .sp-methods dd {}
1363
+ .sp-methods dd li { margin:5px 0; }
1364
+ .sp-methods label { font-weight:bold; color:#555; }
1365
+ .sp-methods .price { font-weight:bold; }
1366
+ .sp-methods .form-list { padding-left:20px; }
1367
+ .sp-methods .form-list li { margin:0 0 8px; }
1368
+ .sp-methods select.month { width:154px; margin-right:10px; }
1369
+ .sp-methods select.year { width:96px; }
1370
+ .sp-methods input.cvv { width:3em !important; }
1371
+
1372
+ .sp-methods .checkmo-list li { margin:0 0 5px; }
1373
+ .sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
1374
+ .sp-methods .checkmo-list address { float:left; }
1375
+
1376
+ .sp-methods .centinel-logos a { margin-right:3px; }
1377
+ .sp-methods .centinel-logos img { vertical-align:middle; }
1378
+
1379
+ .sp-methods .release-amounts { margin:1.5em 0 2em; }
1380
+ .sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }
1381
+
1382
+ .please-wait { float:right; }
1383
+ .please-wait img { vertical-align:middle; }
1384
+ .cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }
1385
+
1386
+ /* Tooltip */
1387
+ .tool-tip { border:2px solid #ddd; border-bottom-color:#666; background:#f6f6f6; padding:15px 20px; position:absolute; z-index:9999; }
1388
+ .tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
1389
+ .tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:12px; height:12px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
1390
+ .tool-tip .tool-tip-content { padding:5px; }
1391
+
1392
+ /* Gift Messages */
1393
+ .gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
1394
+ .gift-messages p.control { color:#8e8d8b; }
1395
+ .gift-messages-form { position:relative; }
1396
+ .gift-messages-form label { float:none !important; position:static !important; }
1397
+ .gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
1398
+ .gift-messages-form .whole-order { margin:0 0 25px; }
1399
+ .gift-messages-form .item { margin:0 0 10px; }
1400
+ .gift-messages-form .item .product-img-box { float:left; width:75px; }
1401
+ .gift-messages-form .item .product-image { margin:0 0 7px; }
1402
+ .gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
1403
+ .gift-messages-form .item .details { margin-left:90px; }
1404
+ .gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
1405
+ .gift-messages-form .item .details .form-list .field { width:255px; }
1406
+ .gift-messages-form .item .details .form-list .input-box { width:240px; }
1407
+ .gift-messages-form .item .details .form-list input.input-text { width:234px; }
1408
+ .gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
1409
+ .gift-messages-form .item .details .form-list li.wide textarea { width:494px; }
1410
+
1411
+ .gift-message-link { font-size:11px; background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
1412
+ .gift-message-link.expanded { background-position:100% -40px; }
1413
+ .gift-message-row { background:#f2efe9; }
1414
+ .gift-message-row .btn-close { float:right; width:12px; height:12px; background:url(../images/btn_remove.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
1415
+
1416
+ /* Checkout Agreements */
1417
+ .checkout-agreements li { margin:30px 0; }
1418
+ .checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background:#fbfbfb; border:1px solid #e4e4e4; }
1419
+ .checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
1420
+ .checkout-agreements .agree input.checkbox { margin-right:6px; }
1421
+ .checkout-agreements .agree label { font-weight:bold; color:#555; }
1422
+
1423
+ .opc .checkout-agreements { padding:5px 30px; }
1424
+ .opc .checkout-agreements li { margin:20px 0 0; }
1425
+ .opc .checkout-agreements .agreement-content { background:#fff; padding:5px; }
1426
+ .opc .checkout-agreements .agree { padding-left:6px; }
1427
+
1428
+ /* Centinel */
1429
+ .centinel {}
1430
+ .centinel .authentication { border:1px solid #ddd; background:#fff; }
1431
+ .centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }
1432
+
1433
+ .opc .centinel { padding:10px 30px; }
1434
+
1435
+ /* Generic Info Set */
1436
+ .info-set { background:#fbfbfb; border:1px solid #ddd; margin:0 0 25px; padding:20px; }
1437
+ .info-set h2 { font-size:12px; font-weight:bold; margin:0 0 10px; }
1438
+ .info-set h3,
1439
+ .info-set h4 { font-size:12px; font-weight:bold; }
1440
+ .info-set h2 a,
1441
+ .info-set h3 a,
1442
+ .info-set h4 a { font-weight:normal; }
1443
+ .info-set h2.legend { margin:-20px -20px 15px; padding:3px 10px; background:#777; border-bottom:1px solid #777; position:relative; color:#fff; }
1444
+ .info-set h2.legend a { color:#fff; }
1445
+ .info-set h3.legend { margin:0 0 10px; }
1446
+ .info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
1447
+ .info-set .box { margin:0 0 15px; }
1448
+ .info-set .box h2 { color:#e26703; }
1449
+ .info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#5597b2 !important; }
1450
+ .info-set .data-table .product-name a { font-weight:bold !important; }
1451
+ .info-set .data-table .item-options { margin:5px 0 0; }
1452
+ /********** Common Checkout Styles > */
1453
+
1454
+ /* One Page Checkout */
1455
+ .block-progress { border:0; margin:0; }
1456
+ .block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
1457
+ .block-progress .block-title strong { font-size:12px; }
1458
+ .block-progress .block-content { background:none; padding:0; }
1459
+ .block-progress dt { font-size:10px; line-height:1.35; background:#eee; border:1px solid #ddd; margin:0 0 6px; padding:2px 8px; color:#555; text-transform:uppercase; }
1460
+ .block-progress dd { border-top:0; padding:2px 10px; margin:0 0 6px; }
1461
+ .block-progress dt.complete {}
1462
+ .block-progress dt.complete a { text-transform:none; }
1463
+ .block-progress dd.complete {}
1464
+ .block-progress p { margin:0; }
1465
+ .block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:11px; font-weight:bold; margin:5px 0; padding:0; text-transform:none; }
1466
+ .block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
1467
+ .block-progress .cards-list .info-table th { font-weight:normal; }
1468
+
1469
+ .opc .buttons-set { margin-top:0; padding-top:2em; }
1470
+ .opc .buttons-set p.required { margin:0; padding:0 0 10px; }
1471
+ .opc .buttons-set.disabled button.button { display:none; }
1472
+ .opc .buttons-set .please-wait { height:28px; line-height:28px; }
1473
+ .opc .ul { list-style:disc outside; padding-left:18px; }
1474
+
1475
+ .opc { position:relative; }
1476
+ .opc li.section {}
1477
+
1478
+ .opc .step-title { border:1px solid #ddd; border-top-color:#fff; background:#eee; padding:4px 8px 6px; text-align:right; }
1479
+ .opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 3px; margin:0 5px 0 0; font:normal 11px/12px arial, helvetica, sans-serif; color:#444; }
1480
+ .opc .step-title h2 { float:left; margin:0; font:bold 12px/14px Arial, Helvetica, sans-serif; color:#999; }
1481
+ .opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }
1482
+
1483
+ .opc .allow .step-title {
1484
+ background:#999; border-color:#999; border-top-color:#fff; color:#fff; cursor:pointer;
1485
+
1486
+ }
1487
+ .opc .allow .step-title .number {}
1488
+ .opc .allow .step-title h2 { color:#fff; text-shadow: none;}
1489
+ .opc .allow .step-title a { display:block; font-size:10px; color:#fff; text-transform:uppercase; }
1490
+
1491
+ .opc .active .step-title { border-color:#e46b00; border-top-color:#fff; padding-bottom:5px; color:#fff; cursor:default; }
1492
+ .opc .active .step-title .number {}
1493
+ .opc .active .step-title h2 { color:#fff; text-shadow: none;}
1494
+ .opc .active .step-title a { display:none; }
1495
+
1496
+ .opc .step { border:1px solid #ddd; border-top:0; background:#fbfbfb; padding:15px 30px; position:relative; }
1497
+ .opc .step .tool-tip { right:30px; }
1498
+
1499
+ #opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
1500
+ #opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }
1501
+
1502
+ #opc-shipping_method .buttons-set { border-top:0; }
1503
+ .opc .gift-messages-form { margin:0 -30px; background:#f4f4f4; border:1px solid #ddd; border-width:1px 0; padding:22px 24px 22px 30px; }
1504
+ .opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }
1505
+
1506
+ #opc-review .step { padding:0; }
1507
+ #opc-review .product-name { font-weight:bold; }
1508
+ #opc-review .item-options { margin:5px 0 0; }
1509
+ #opc-review .buttons-set { border:0; padding:15px 30px; }
1510
+ #opc-review .buttons-set p { margin:0; line-height:28px; }
1511
+ #opc-review .buttons-set .please-wait { height:28px; line-height:28px; }
1512
+ #opc-review .authentication { margin:0 auto; width:570px; }
1513
+ #opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }
1514
+
1515
+ /* Multiple Addresses Checkout */
1516
+ .checkout-progress { padding:0 90px; margin:0 0 20px; }
1517
+ .checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:6px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#888; }
1518
+ .checkout-progress li.active { border-top-color:#e96200; color:#e96200; }
1519
+
1520
+ .multiple-checkout h2 { font-size:12px; font-weight:bold; margin:0 0 10px; }
1521
+ .multiple-checkout h3,
1522
+ .multiple-checkout h4 { font-size:12px; font-weight:bold; }
1523
+ .multiple-checkout h2 a,
1524
+ .multiple-checkout h3 a,
1525
+ .multiple-checkout h4 a { font-weight:normal; }
1526
+ .multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#5597b2 !important; }
1527
+ .multiple-checkout .data-table .product-name a { font-weight:bold !important; }
1528
+ .multiple-checkout .data-table .item-options { margin:5px 0 0; }
1529
+
1530
+ .multiple-checkout .gift-messages { margin:15px 0 0; }
1531
+
1532
+ .multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }
1533
+
1534
+ .multiple-checkout .col2-set,
1535
+ .multiple-checkout .col3-set { background:#fbfbfb; border:1px solid #ddd; margin:0 0 25px; padding:20px; }
1536
+ .multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:3px 10px; background:#777; border-bottom:1px solid #777; position:relative; color:#fff; }
1537
+ .multiple-checkout .col2-set h3.legend { margin:0 0 10px; }
1538
+ .multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
1539
+ .multiple-checkout .box { margin:0 0 15px; }
1540
+
1541
+ .multiple-checkout .place-order .please-wait { float:right; padding:5px 10px 0 0; }
1542
+ .multiple-checkout .place-order .grand-total { float:right; }
1543
+ .multiple-checkout .place-order .grand-total .inner {}
1544
+ .multiple-checkout .place-order .grand-total big { float:left; margin-right:12px; font-size:1.5em; font-weight:bold; line-height:28px; color:#e26703; }
1545
+ .multiple-checkout .place-order .grand-total div { float:left; }
1546
+
1547
+ /* Step 1 */
1548
+ #multiship-addresses-table td { padding:10px; }
1549
+ #multiship-addresses-table tfoot td { padding:5px 10px; }
1550
+
1551
+ /* Step 2 */
1552
+ .multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
1553
+ .multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
1554
+ .multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
1555
+ .multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
1556
+ .multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
1557
+ .multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
1558
+ .multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
1559
+ .checkout-multishipping-shipping .box-sp-methods { border:1px solid #ddd; background:#eee; padding:13px; position:relative; }
1560
+ .checkout-multishipping-shipping .box-sp-methods .pointer { display:none; }
1561
+
1562
+ /* Step 3 */
1563
+ .checkout-multishipping-billing .multiple-checkout { position:relative; }
1564
+ /* ======================================================================================= */
1565
+
1566
+
1567
+ /* Account Login/Create Pages ============================================================ */
1568
+ .account-login .content { min-height:200px; padding:0 10px; }
1569
+ .account-login .content h2 { margin:0 -10px 12px; background:#f1f1f1; padding:2px 10px; font-size:13px; line-height:1.25; }
1570
+ .account-login .buttons-set {}
1571
+
1572
+ .account-create {}
1573
+ /* Account Login/Create Pages ============================================================ */
1574
+
1575
+ /* Captcha */
1576
+ .captcha-note { clear:left; padding-top:5px; }
1577
+ .captcha-image { float:left; display:inline; margin:0; position:relative; width:258px; }
1578
+ .captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
1579
+ .registered-users .captcha-image { margin:0; }
1580
+ .captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px; }
1581
+ .captcha-reload.refreshing { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }
1582
+
1583
+ @-webkit-keyframes rotate {
1584
+ 0% { -webkit-transform:rotate(0); }
1585
+ 0% { -webkit-transform:rotate(-360deg); }
1586
+ }
1587
+ @-moz-keyframes rotate {
1588
+ 0% { -moz-transform:rotate(0); }
1589
+ 0% { -moz-transform:rotate(-360deg); }
1590
+ }
1591
+ @keyframes rotate {
1592
+ 0% { transform:rotate(0); }
1593
+ 0% { transform:rotate(-360deg); }
1594
+ }
1595
+
1596
+ /* Remember Me Popup ===================================================================== */
1597
+ .window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }
1598
+
1599
+ .remember-me label { float:none; margin:0 6px; }
1600
+ .remember-me-popup { background:#fff; border:1px solid #888; border-bottom-color:#777; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #999; -webkit-box-shadow:0 0 6px #999; box-shadow:0 0 6px #999; z-index:1000; }
1601
+ .remember-me-popup h3 { background:#dedede; border-bottom:1px solid #ccc; color:#444; font-size:14px; margin:0; padding:7px 10px 5px; }
1602
+ .remember-me-popup .remember-me-popup-head { position:relative; }
1603
+ .remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:9px; right:7px; height:15px; width:15px; text-indent:-9999em; }
1604
+ .remember-me-popup .remember-me-popup-body { border-top:1px solid #e6e6e6; padding:10px; }
1605
+ .remember-me-popup .remember-me-popup-body a,
1606
+ .remember-me-popup .remember-me-popup-body a span { display:inline-block; height:28px; background:transparent url(../images/bkg_btn.png) 0 0 no-repeat; padding:0 0 0 6px; font:bold 11px/25px Tahoma, Verdana, Arial, sans-serif; text-transform:uppercase; text-align:center; white-space:nowrap; color:#555; }
1607
+ .remember-me-popup .remember-me-popup-body a span { background-position:100% 0; padding:0 15px 0 9px; }
1608
+ /* Remember Me Popup ===================================================================== */
1609
+
1610
+
1611
+ /* My Account ============================================================================= */
1612
+ .my-account .title-buttons .link-rss { float:none; margin:0; }
1613
+
1614
+ /********** < Dashboard */
1615
+ .dashboard .welcome-msg { margin:0 8em 1.5em 0; }
1616
+ .dashboard .welcome-msg p { margin:0; }
1617
+ .dashboard .col2-set { margin:0 0 15px; }
1618
+
1619
+ /* General Box */
1620
+ .box-account { margin:0 0 15px; }
1621
+ .box-account .box-head { margin:0 0 5px; text-align:right; }
1622
+ .box-account .box-head h2 { float:left; margin:0; font-size:14px; font-weight:bold; color:#5597b2; }
1623
+ .box-account .box-head a { font-size:10px; text-transform:uppercase; }
1624
+
1625
+ .dashboard .box .box-title { background:#f1f1f1; padding:2px 10px; margin:0 0 12px; text-align:right; }
1626
+ .dashboard .box .box-title h3,
1627
+ .dashboard .box .box-title h4 { float:left; margin:0; font-size:12px; font-weight:bold; line-height:1.35; }
1628
+ .dashboard .box .box-title a { font-size:10px; text-transform:uppercase; }
1629
+ .dashboard .box .box-content { padding:0 10px; }
1630
+
1631
+ /* Block: Recent Orders */
1632
+ .dashboard .box-recent {}
1633
+
1634
+ /* Block: Account Information */
1635
+ .dashboard .box-info {}
1636
+ .dashboard .box-info h4 { font-size:11px; font-weight:bold; }
1637
+
1638
+ /* Block: Reviews */
1639
+ .dashboard .box-reviews .box-head { background:#f1f1f1; padding:2px 10px; margin:0 0 12px; }
1640
+ .dashboard .box-reviews .box-head h2 { font-size:12px; font-weight:bold; line-height:1.35; color:#444; }
1641
+ .dashboard .box-reviews .number { display:none; float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
1642
+ .dashboard .box-reviews .details { padding:0 10px; }
1643
+ .dashboard .box-reviews li.item { margin:0 0 7px; }
1644
+ .dashboard .box-reviews li.item.last { margin:0; }
1645
+ .dashboard .box-reviews .ratings { margin:7px 0 0; }
1646
+
1647
+ /* Block: Tags */
1648
+ .dashboard .box-tags .box-head { background:#f1f1f1; padding:2px 10px; margin:0 0 12px; }
1649
+ .dashboard .box-tags .box-head h2 { font-size:12px; font-weight:bold; line-height:1.35; color:#444; }
1650
+ .dashboard .box-tags .number { display:none; float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
1651
+ .dashboard .box-tags .details { padding:0 10px; }
1652
+ .dashboard .box-tags li.item { margin:0 0 7px; }
1653
+ .dashboard .box-tags li.item.last { margin:0; }
1654
+ .dashboard .box-tags .tags strong,
1655
+ .dashboard .box-tags .tags ul,
1656
+ .dashboard .box-tags .tags ul li { display:inline; }
1657
+ /********** Dashboard > */
1658
+
1659
+ /* Address Book */
1660
+ .addresses-list h2 { background:#f1f1f1; padding:2px 10px; margin:0 0 12px; font-size:13px; font-weight:bold; line-height:1.25; }
1661
+ .addresses-list h3 { font-weight:bold; font-size:12px; }
1662
+ .addresses-list address { margin:0 0 3px; }
1663
+ .addresses-list p { margin:0; }
1664
+ .addresses-list a { font-weight:bold; }
1665
+ .addresses-list .link-remove {}
1666
+ .addresses-list .separator { margin:0 3px; }
1667
+ .addresses-list li.item { padding:0 10px; margin:0 0 12px; }
1668
+ .addresses-list li.empty {}
1669
+ .addresses-list li.empty p { font-weight:bold; }
1670
+ .addresses-list .addresses-additional li.item {}
1671
+
1672
+ /* Order View */
1673
+ .order-info dt { display:none; }
1674
+ .order-info ul { margin-bottom:15px; border-bottom:1px solid #666; background:#f2f2f2 url(../images/bkg_tabs.gif) 0 100% repeat-x; }
1675
+ .order-info li{ float:left; border-right:1px solid #a4a4a4; border-left:1px solid #fff; font-size:1.1em; line-height:1em; }
1676
+ .order-info li.first { border-left:0; }
1677
+ .order-info li.last { border-right:0; }
1678
+ .order-info li a { display:block; padding:6px 15px; color:#444; }
1679
+ .order-info li a:hover { background-color:#ddd; text-decoration:none; color:#444; }
1680
+ .order-info li.current { background-color:#666; font-weight:bold; padding:6px 15px; color:#fff; }
1681
+
1682
+ .order-date { margin:10px 0; }
1683
+
1684
+ .order-info-box { margin:0 0 15px; }
1685
+ .order-info-box h2 { font-size:13px; font-weight:bold; border-bottom:1px solid #ddd; margin:0 0 8px; }
1686
+ .order-info-box .box-payment p { margin:0 0 3px; }
1687
+ .order-info-box .box-payment th { font-weight:bold; padding-right:7px; }
1688
+
1689
+ .order-items { width:100%; overflow-x:auto; }
1690
+ .order-items h2,
1691
+ .order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 .45em; }
1692
+ .order-items h3 { font-size:12px; }
1693
+ .order-items .product-name { font-weight:bold !important; }
1694
+ .order-items .link-print { font-size:10px; text-transform:uppercase; }
1695
+ .order-items .order-links { text-align:right; }
1696
+ .order-items .order-links .link-print { font-weight:bold; font-size:11px; text-transform:none; }
1697
+
1698
+ .order-additional { margin:15px 0; }
1699
+ /* Order Gift Message */
1700
+ .gift-message dt strong { color:#555; }
1701
+ .gift-message dd { font-size:13px; margin:5px 0 0; }
1702
+ /* Order Comments */
1703
+ .order-about dt { font-weight:bold; }
1704
+ .order-about dd { font-size:13px; margin:0 0 7px; }
1705
+
1706
+ .tracking-table { margin:0 0 15px; }
1707
+ .tracking-table th { font-weight:bold; white-space:nowrap; }
1708
+
1709
+ .tracking-table-popup { width:100%; }
1710
+ .tracking-table-popup th { font-weight:bold; white-space:nowrap; }
1711
+ .tracking-table-popup th,
1712
+ .tracking-table-popup td { padding:1px 8px; }
1713
+
1714
+ /* Order Print Pages */
1715
+ .page-print .print-head { margin:0 0 15px; }
1716
+ .page-print .print-head .logo { float:left; }
1717
+ .page-print .print-head address { float:left; margin-left:15px; }
1718
+ .page-print h1 { font-size:15px; font-weight:bold; }
1719
+ .page-print h2,
1720
+ .page-print h3 { font-size:12px; font-weight:bold; }
1721
+ .page-print h2.h2 { font-size:15px; font-weight:bold; text-align:right; }
1722
+ .page-print .order-date { border-bottom:1px solid #ccc; padding:0 0 10px; margin:0 0 10px; }
1723
+ .page-print .col2-set { margin:0 0 10px; }
1724
+ /* Price Rewrites */
1725
+ .page-print .gift-message-link { display:none; }
1726
+ .page-print .price-excl-tax,
1727
+ .page-print .price-incl-tax { display:block; white-space:nowrap; }
1728
+ .page-print .cart-price,
1729
+ .page-print .price-excl-tax .label,
1730
+ .page-print .price-incl-tax .label,
1731
+ .page-print .price-excl-tax .price,
1732
+ .page-print .price-incl-tax .price { display:inline; }
1733
+
1734
+ /* My Wishlist */
1735
+ .my-wishlist .data-table td { padding:10px; }
1736
+ .my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
1737
+ .my-wishlist textarea { display:block; width:97%; height:109px; }
1738
+ .my-wishlist .buttons-set { border:0; padding:0; margin:0 0 -3em; }
1739
+ .my-wishlist .buttons-set button.button { float:none; }
1740
+ .my-wishlist .buttons-set .btn-add span,
1741
+ .my-wishlist .buttons-set .btn-share span {}
1742
+ #wishlist-table .add-to-links { white-space:nowrap; }
1743
+
1744
+ /* My Tags */
1745
+ .my-tag-edit { float:left; margin:0 0 10px; }
1746
+ .my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
1747
+ #my-tags-table { clear:both; }
1748
+ #my-tags-table td { padding:10px; }
1749
+ #my-tags-table .add-to-links { white-space:nowrap; }
1750
+
1751
+ /* My Reviews */
1752
+ #my-reviews-table td { padding:10px; }
1753
+ #my-reviews-table .rating-box { margin:3px 0 0; }
1754
+
1755
+ .product-review .product-img-box { float:left; width:140px; }
1756
+ .product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
1757
+ .product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
1758
+ .product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
1759
+ .product-review .product-details { margin-left:150px; }
1760
+ .product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
1761
+ .product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
1762
+ .product-review .ratings-table { margin:0 0 10px; }
1763
+ .product-review dt { font-weight:bold; }
1764
+ .product-review dd { font-size:13px; margin:5px 0 0; }
1765
+
1766
+ /* Billing Agreements */
1767
+ .billing-agreements .info-box{ margin:15px 0; }
1768
+ .billing-agreements .info-box p { margin:0 0 5px; }
1769
+ .billing-agreements .form-list li select { float:left; margin:3px 10px 0 0; }
1770
+ .billing-agreements .table-caption { font-weight:bold; font-size:13px; }
1771
+ /* ======================================================================================= */
1772
+
1773
+
1774
+ /* MAP Popup============================================================================== */
1775
+ .cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; padding:40px 0 10px; text-align:right; text-transform:uppercase;}
1776
+ .map-cart-sidebar-total { background:#f6f6f6; color:red; display:block; font-size:10px; line-height:14px; font-weight:bold; padding:5px; text-shadow:0 1px 0 #fff; box-shadow:0 0 3px #ccc; border-radius:5px; }
1777
+
1778
+ .map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
1779
+ .map-popup-heading { background:#efefef ; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
1780
+ .map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
1781
+ .map-popup-arrow { background:url(../images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
1782
+ .map-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:9px; right:10px; height:15px; width:15px; text-indent:-9999em; }
1783
+ .map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
1784
+ .map-popup-checkout { display:inline; float:right; text-align:right; }
1785
+ .map-popup-checkout span { display:block; padding-right:30px; }
1786
+ .map-popup-checkout .paypal-logo { margin:0 0 5px; }
1787
+ .map-popup-price .price-box,
1788
+ .map-popup-price .price-box .special-price { margin:0; padding:0; }
1789
+ .map-popup-price { margin:5px 0 0; }
1790
+ .map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
1791
+ .map-popup-only-text { border-top:1px solid #ddd; }
1792
+ /* ======================================================================================= */
1793
+
1794
+
1795
+ /* Footer ================================================================================ */
1796
+ .mp_footer .mp_inner {
1797
+
1798
+
1799
+ }
1800
+ .footer-container {
1801
+ padding-top: 5px;
1802
+ background: url(../images/sep_bgr.png) repeat-x top left;
1803
+ }
1804
+ .mp_footerspot {
1805
+ margin: 20px 0;
1806
+ background: url(../images/sep_bgr.png) repeat-x top left;
1807
+ }
1808
+ .mp_footerspot .spot1 {
1809
+ float:left;
1810
+ width: 290px;
1811
+ margin-right: 50px;
1812
+ }
1813
+ .mp_footerspot .spot2 {
1814
+ float: left;
1815
+ width: 290px;
1816
+ }
1817
+ .mp_footerspot .spot3 {
1818
+ float: right;
1819
+ width: 280px;
1820
+ }
1821
+ .mp_footerspot h3 {
1822
+ color: #4c4c4c;
1823
+ margin-top: 40px;
1824
+ margin-bottom: 30px;
1825
+ padding-bottom: 7px;
1826
+ background: url(../images/sep_bgr.png) repeat-x bottom left;
1827
+ text-transform: uppercase;
1828
+ float:left;
1829
+ padding-right: 25px;
1830
+ }
1831
+ .spot1 ul li {
1832
+ background: url(../images/sep_bgr.png) repeat-x bottom left;
1833
+ padding: 20px 0;
1834
+ text-align: justify;
1835
+ }
1836
+ .spot1 ul li.last {background: none;}
1837
+ .mp_footerspot .spot2 li, .mp_footerspot .spot3 li {
1838
+ padding: 20px 0;
1839
+ }
1840
+ .mp_footerspot .spot2 img {
1841
+ border: 1px solid #ffffff;
1842
+ box-shadow: 0 0 8px #888888;
1843
+ margin: 0 10px 10px 0;
1844
+ }
1845
+ .mp_footerspot .spot3 img {
1846
+ border: 1px solid #c1c1c1;
1847
+ box-shadow: 0 0 15px #888888;
1848
+ }
1849
+ .mp_footerspot .spot2 p {text-align: justify;}
1850
+ .footer { margin:15px 0 10px;text-shadow:2px 2px #dddddd; }
1851
+ .footer a { color:#9f9f9f;text-transform: uppercase; }
1852
+
1853
+ .footer .f-left { width:400px; height: 16px;line-height: 16px; }
1854
+ .footer .f-right { width:549px;text-align: right; height: 16px;line-height: 16px;}
1855
+
1856
+ .footer ul { display:inline; text-align: right;margin: 0;}
1857
+ .footer li { display:inline; padding:0 5px 0; }
1858
+ .footer .links li.last { background:none !important; padding-right:0 !important; }
1859
+ .footer .bugs { margin:0; color:#666; }
1860
+ .footer .bugs a { font-weight:bold; color:#444; }
1861
+ .footer address { color:#9f9f9f; text-transform: uppercase;}
1862
+ .footer address a { color:#9f9f9f; }
1863
+
1864
+ .footer .form-subscribe { margin:8px 0; }
1865
+ .footer .form-subscribe label,
1866
+ .footer .form-subscribe .input-box,
1867
+ .footer .form-subscribe button.button { float:left; }
1868
+ .footer .form-subscribe label { padding-top:2px; font-weight:bold; color:#555; }
1869
+ .footer .form-subscribe .input-box { width:186px; margin:0 5px; }
1870
+ .footer .form-subscribe input.input-text { width:180px; }
1871
+ .footer .form-subscribe button.button span { height:23px; background-image:url(../images/bkg_btn-small.png); line-height:20px; }
1872
+
1873
+ .footer .footer-callout { display:block; margin:-10px 0 10px; position:relative; }
1874
+ .footer .store-switcher { color:#555; text-align:right; }
1875
+ .footer .store-switcher label { font-weight:bold; vertical-align:middle; }
1876
+ .footer .store-switcher select { padding:0; vertical-align:middle; }
1877
+
1878
+ .footer-container .bottom-container { margin:0 0 8px; text-align:right; }
1879
+ /* ======================================================================================= */
1880
+
1881
+ /* Sample Data============================================================================ */
1882
+ .home-callout { margin-bottom:12px; }
1883
+ .home-callout img { display:block }
1884
+ /*.home-spot { float:left; width:470px; margin-left:20px; }*/
1885
+ .best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
1886
+ .best-selling table { border-top:1px solid #ccc; }
1887
+ .best-selling tr.odd { background:#eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
1888
+ .best-selling tr.even { background:#fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
1889
+ .best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
1890
+ .best-selling .product-img { float:left; border:2px solid #dcdcdc; }
1891
+ .best-selling .product-description { margin-left:107px; line-height:1.3em; }
1892
+ .best-selling a.product-name,
1893
+ .home-spot .best-selling a.product-name:hover { color:#203548; }
1894
+ /* ======================================================================================= */
1895
+
1896
+
1897
+ /* Clears ================================================================================ */
1898
+ .clearer:after,
1899
+ .header-container:after,
1900
+ .header-container .top-container:after,
1901
+ .header:after,
1902
+ .top-bar:after,
1903
+ .quick-access:after,
1904
+ .form-search:after,
1905
+ #nav:after,
1906
+ .main:after,
1907
+ .footer:after,
1908
+ .footer .form-subscribe:after,
1909
+ .footer-container .bottom-container:after,
1910
+ .col-main:after,
1911
+ .col2-set:after,
1912
+ .col3-set:after,
1913
+ .col4-set:after,
1914
+ .search-autocomplete li:after,
1915
+ .block .block-content:after,
1916
+ .block .actions:after,
1917
+ .block li.item:after,
1918
+ .block-poll li:after,
1919
+ .block-layered-nav .currently li:after,
1920
+ .page-title:after,
1921
+ .products-grid:after,
1922
+ .products-list li.item:after,
1923
+ .box-account .box-head:after,
1924
+ .dashboard .box .box-title:after,
1925
+ .order-info ul:after,
1926
+ .box-reviews li.item:after,
1927
+ .box-tags li.item:after,
1928
+ .pager:after,
1929
+ .sorter:after,
1930
+ .ratings:after,
1931
+ .add-to-box:after,
1932
+ .add-to-cart:after,
1933
+ .product-essential:after,
1934
+ .product-collateral:after,
1935
+ .product-tabs:after,
1936
+ .product-view .product-img-box .more-views ul:after,
1937
+ .product-view .box-tags .form-add:after,
1938
+ .product-view .product-shop .short-description:after,
1939
+ .product-view .box-description:after,
1940
+ .product-options .options-list li:after,
1941
+ .product-options-bottom:after,
1942
+ .product-review:after,
1943
+ .cart:after,
1944
+ .cart-collaterals:after,
1945
+ .cart .crosssell li.item:after,
1946
+ .opc .step-title:after,
1947
+ .checkout-progress:after,
1948
+ .multiple-checkout .place-order:after,
1949
+ .group-select li:after,
1950
+ .form-list li:after,
1951
+ .form-list .field:after,
1952
+ .buttons-set:after,
1953
+ .page-print .print-head:after,
1954
+ .advanced-search-summary:after,
1955
+ .gift-messages-form .item:after,
1956
+ .send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
1957
+ /* ======================================================================================= */
skin/frontend/magpassion/fafree/css/widgets.css ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * @category MagPassion Theme
3
+ * @package MagPassion_Sample
4
+ * @author MagPassion
5
+ * @email magentopassion@gmail.com
6
+ * @copyright Copyright (c) 2013 MagentoPassion. (http://www.magentopassion.com)
7
+ * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
8
+ */
9
+
10
+ /* Widgets =============================================================================== */
11
+ .widget { display:inline; }
12
+ .widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
13
+ .widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }
14
+
15
+ .widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
16
+ .widget .mini-products-images-list li.item { float:left; width:77px; height:77px; border:0 !important; padding:5px 9px !important; }
17
+
18
+ /* Widget: Catalog New Proructs List */
19
+ .widget-new-products { display:block; }
20
+ .col-main .widget-new-products { margin:7px 0; }
21
+ .widget-new-products .products-grid .product-image,
22
+ .widget-new-products .products-list .product-image { width:85px; height:85px; }
23
+ .widget-new-products .products-list .product-shop { margin-left:100px; }
24
+
25
+ /* Widget: Recently Viewed Proructs */
26
+ .widget-viewed { display:block; }
27
+ .col-main .widget-viewed { margin:7px 0; }
28
+ .widget-viewed .products-grid .product-image,
29
+ .widget-viewed .products-list .product-image { width:85px; height:85px; }
30
+ .widget-viewed .products-list .product-shop { margin-left:100px; }
31
+
32
+ /* Widget: Recently Compared Proructs */
33
+ .widget-compared { display:block;}
34
+ .col-main .widget-compared { margin:7px 0; }
35
+ .widget-compared .products-grid .product-image,
36
+ .widget-compared .products-list .product-image { width:85px; height:85px; }
37
+ .widget-compared .products-list .product-shop { margin-left:100px; }
38
+
39
+ /* Widget: CMS Static Block */
40
+ .widget-static-block {}
41
+ .sidebar .widget-static-block { display:block; margin:0 0 15px; }
42
+
43
+ /* Widgets: Links Common Styles */
44
+ .top-container .widget a { padding:0 0 0 7px; }
45
+
46
+ .bottom-container .widget a { padding:0 3px; }
47
+
48
+ /* Widget: Catalog Product Link */
49
+ .widget-product-link-inline { display:inline; }
50
+
51
+ .col-main .widget-product-link { display:block; font-size:12px; text-align:right; margin:7px 0; }
52
+ .col-main .widget-product-link a { background:url(../images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding-right:15px; }
53
+
54
+ .sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
55
+ .sidebar .widget-product-link a { background:url(../images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding:0 15px 0 0; }
56
+
57
+ /* Widget: Catalog Category Link */
58
+ .widget-category-link-inline { display:inline; }
59
+
60
+ .col-main .widget-category-link { display:block; font-size:12px; text-align:right; margin:7px 0; }
61
+ .col-main .widget-category-link a { background:url(../images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding-right:15px; }
62
+
63
+ .sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
64
+ .sidebar .widget-category-link a { background:url(../images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding:0 15px 0 0; }
65
+
66
+ /* Widget: CMS Page Link */
67
+ .widget-cms-link-inline { display:inline; }
68
+
69
+ .col-main .widget-cms-link { display:block; font-size:12px; text-align:right; margin:7px 0; }
70
+ .col-main .widget-cms-link a { background:url(../images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding-right:15px; }
71
+
72
+ .sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
73
+ .sidebar .widget-cms-link a { background:url(../images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding:0 15px 0 0; }
74
+ /* ======================================================================================= */
skin/frontend/magpassion/fafree/favicon.ico ADDED
Binary file
skin/frontend/magpassion/fafree/images/bg.png ADDED
Binary file
skin/frontend/magpassion/fafree/images/bkg_add-to.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/bkg_block-layered-title.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/bkg_body.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/bkg_btn-green.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/bkg_btn-small.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/bkg_btn-small.png ADDED
Binary file
skin/frontend/magpassion/fafree/images/bkg_btn.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/bkg_btn.png ADDED
Binary file
skin/frontend/magpassion/fafree/images/bkg_cart-totals.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/bkg_collapse-gm.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/bkg_collapse.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/bkg_grid.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/bkg_nav_parent.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/bkg_nav_top.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/bkg_pipe1.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/bkg_pipe2.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/bkg_pipe3.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/bkg_rating.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/bkg_subtotal.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/bkg_tabs.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/bkg_toolbar.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/bkg_top-promo.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/btn_checkout.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/btn_edit.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/btn_previous.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/btn_remove.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/btn_trash.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/btn_window_close.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/button_bgr.png ADDED
Binary file
skin/frontend/magpassion/fafree/images/calendar.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/catalog/product/placeholder/image.jpg ADDED
Binary file
skin/frontend/magpassion/fafree/images/catalog/product/placeholder/small_image.jpg ADDED
Binary file
skin/frontend/magpassion/fafree/images/catalog/product/placeholder/thumbnail.jpg ADDED
Binary file
skin/frontend/magpassion/fafree/images/cvv.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/fam_book_open.png ADDED
Binary file
skin/frontend/magpassion/fafree/images/grid-cal.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/i_asc_arrow.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/i_availability_only.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/i_availability_only_arrow.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/i_desc_arrow.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/i_msg-error.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/i_msg-note.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/i_msg-success.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/i_notice.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/i_pager-next.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/i_pager-prev.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/i_print.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/i_rss-big.png ADDED
Binary file
skin/frontend/magpassion/fafree/images/i_rss.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/logo.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/logo.png ADDED
Binary file
skin/frontend/magpassion/fafree/images/logo_email.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/logo_print.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/magnifier_handle.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/map_popup_arrow.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/media/callout1.jpg ADDED
Binary file
skin/frontend/magpassion/fafree/images/media/footer_callout.png ADDED
Binary file
skin/frontend/magpassion/fafree/images/media/fpo_no_crosssell.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/media/home_co_bottom.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/media/home_co_br.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/media/home_co_main.jpg ADDED
Binary file
skin/frontend/magpassion/fafree/images/media/home_co_tr.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/media/left_col_callout.jpg ADDED
Binary file
skin/frontend/magpassion/fafree/images/opc-ajax-loader.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/pager_arrow_left.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/pager_arrow_right.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/sep_bgr.png ADDED
Binary file
skin/frontend/magpassion/fafree/images/slider_bg.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/slider_btn_zoom_in.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/slider_btn_zoom_out.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/spacer.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/validation_advice_bg.gif ADDED
Binary file
skin/frontend/magpassion/fafree/images/video.png ADDED
Binary file
skin/frontend/magpassion/fafree/images/widgets/i_widget-link.gif ADDED
Binary file