red_flowers_free_template - Version 0.0.1

Version Notes

Free magento template

This template in new 1.4.1.1 format, required minimum version Magento CE 1.4.1.1.

Download this release

Release Info

Developer Magento Core Team
Extension red_flowers_free_template
Version 0.0.1
Comparing to
See all releases


Version 0.0.1

Files changed (188) hide show
  1. app/design/frontend/magentocenter/redroses/etc/widget.xml +166 -0
  2. app/design/frontend/magentocenter/redroses/layout/catalog.xml +431 -0
  3. app/design/frontend/magentocenter/redroses/layout/cms.xml +93 -0
  4. app/design/frontend/magentocenter/redroses/layout/page.xml +182 -0
  5. app/design/frontend/magentocenter/redroses/template/catalog/product/compare/list.phtml +139 -0
  6. app/design/frontend/magentocenter/redroses/template/catalog/product/compare/sidebar.phtml +56 -0
  7. app/design/frontend/magentocenter/redroses/template/catalog/product/gallery.phtml +63 -0
  8. app/design/frontend/magentocenter/redroses/template/catalog/product/list.phtml +127 -0
  9. app/design/frontend/magentocenter/redroses/template/catalog/product/list/related.phtml +94 -0
  10. app/design/frontend/magentocenter/redroses/template/catalog/product/list/toolbar.phtml +96 -0
  11. app/design/frontend/magentocenter/redroses/template/catalog/product/list/upsell.phtml +52 -0
  12. app/design/frontend/magentocenter/redroses/template/catalog/product/new.phtml +59 -0
  13. app/design/frontend/magentocenter/redroses/template/catalog/product/price.phtml +414 -0
  14. app/design/frontend/magentocenter/redroses/template/catalog/product/view.phtml +128 -0
  15. app/design/frontend/magentocenter/redroses/template/catalog/product/view/additional.phtml +29 -0
  16. app/design/frontend/magentocenter/redroses/template/catalog/product/view/addto.phtml +36 -0
  17. app/design/frontend/magentocenter/redroses/template/catalog/product/view/addtocart.phtml +39 -0
  18. app/design/frontend/magentocenter/redroses/template/catalog/product/view/attributes.phtml +52 -0
  19. app/design/frontend/magentocenter/redroses/template/catalog/product/view/description.phtml +39 -0
  20. app/design/frontend/magentocenter/redroses/template/catalog/product/view/media.phtml +78 -0
  21. app/design/frontend/magentocenter/redroses/template/catalog/product/view/options.phtml +180 -0
  22. app/design/frontend/magentocenter/redroses/template/catalog/product/view/options/js.phtml +89 -0
  23. app/design/frontend/magentocenter/redroses/template/catalog/product/view/options/type/date.phtml +92 -0
  24. app/design/frontend/magentocenter/redroses/template/catalog/product/view/options/type/default.phtml +30 -0
  25. app/design/frontend/magentocenter/redroses/template/catalog/product/view/options/type/file.phtml +41 -0
  26. app/design/frontend/magentocenter/redroses/template/catalog/product/view/options/type/select.phtml +37 -0
  27. app/design/frontend/magentocenter/redroses/template/catalog/product/view/options/type/text.phtml +39 -0
  28. app/design/frontend/magentocenter/redroses/template/catalog/product/view/options/wrapper.phtml +33 -0
  29. app/design/frontend/magentocenter/redroses/template/catalog/product/view/options/wrapper/bottom.phtml +29 -0
  30. app/design/frontend/magentocenter/redroses/template/catalog/product/view/price.phtml +34 -0
  31. app/design/frontend/magentocenter/redroses/template/catalog/product/view/price_clone.phtml +28 -0
  32. app/design/frontend/magentocenter/redroses/template/catalog/product/view/tierprices.phtml +181 -0
  33. app/design/frontend/magentocenter/redroses/template/catalog/product/view/type/configurable.phtml +40 -0
  34. app/design/frontend/magentocenter/redroses/template/catalog/product/view/type/grouped.phtml +83 -0
  35. app/design/frontend/magentocenter/redroses/template/catalog/product/view/type/options/configurable.phtml +46 -0
  36. app/design/frontend/magentocenter/redroses/template/catalog/product/view/type/simple.phtml +41 -0
  37. app/design/frontend/magentocenter/redroses/template/catalog/product/view/type/virtual.phtml +41 -0
  38. app/design/frontend/magentocenter/redroses/template/catalog/product/widget/link/link_block.phtml +27 -0
  39. app/design/frontend/magentocenter/redroses/template/catalog/product/widget/link/link_inline.phtml +27 -0
  40. app/design/frontend/magentocenter/redroses/template/catalog/product/widget/new/column/new_default_list.phtml +55 -0
  41. app/design/frontend/magentocenter/redroses/template/catalog/product/widget/new/column/new_images_list.phtml +46 -0
  42. app/design/frontend/magentocenter/redroses/template/catalog/product/widget/new/column/new_names_list.phtml +46 -0
  43. app/design/frontend/magentocenter/redroses/template/catalog/product/widget/new/content/new_grid.phtml +65 -0
  44. app/design/frontend/magentocenter/redroses/template/catalog/product/widget/new/content/new_list.phtml +62 -0
  45. app/design/frontend/magentocenter/redroses/template/page/1column.phtml +58 -0
  46. app/design/frontend/magentocenter/redroses/template/page/2columns-left.phtml +59 -0
  47. app/design/frontend/magentocenter/redroses/template/page/2columns-right.phtml +59 -0
  48. app/design/frontend/magentocenter/redroses/template/page/3columns.phtml +62 -0
  49. app/design/frontend/magentocenter/redroses/template/page/empty.phtml +46 -0
  50. app/design/frontend/magentocenter/redroses/template/page/html/breadcrumbs.phtml +46 -0
  51. app/design/frontend/magentocenter/redroses/template/page/html/footer.phtml +46 -0
  52. app/design/frontend/magentocenter/redroses/template/page/html/head.phtml +45 -0
  53. app/design/frontend/magentocenter/redroses/template/page/html/header.phtml +46 -0
  54. app/design/frontend/magentocenter/redroses/template/page/html/notices.phtml +44 -0
  55. app/design/frontend/magentocenter/redroses/template/page/html/pager.phtml +124 -0
  56. app/design/frontend/magentocenter/redroses/template/page/html/top.links.phtml +39 -0
  57. app/design/frontend/magentocenter/redroses/template/page/html/wrapper.phtml +50 -0
  58. app/design/frontend/magentocenter/redroses/template/page/popup.phtml +45 -0
  59. app/design/frontend/magentocenter/redroses/template/page/print.phtml +52 -0
  60. app/design/frontend/magentocenter/redroses/template/page/redirect.phtml +36 -0
  61. package.xml +22 -0
  62. skin/frontend/magentocenter/redroses/css/print.css +40 -0
  63. skin/frontend/magentocenter/redroses/css/styles-ie.css +144 -0
  64. skin/frontend/magentocenter/redroses/css/styles.css +1704 -0
  65. skin/frontend/magentocenter/redroses/favicon.ico +0 -0
  66. skin/frontend/magentocenter/redroses/images/artistic_background_10.gif +0 -0
  67. skin/frontend/magentocenter/redroses/images/best_selling_tr_even_bg.gif +0 -0
  68. skin/frontend/magentocenter/redroses/images/best_selling_tr_odd_bg.gif +0 -0
  69. skin/frontend/magentocenter/redroses/images/bkg_account_box.gif +0 -0
  70. skin/frontend/magentocenter/redroses/images/bkg_block-actions.gif +0 -0
  71. skin/frontend/magentocenter/redroses/images/bkg_block-currency.gif +0 -0
  72. skin/frontend/magentocenter/redroses/images/bkg_block-layered-dd.gif +0 -0
  73. skin/frontend/magentocenter/redroses/images/bkg_block-layered-dt.gif +0 -0
  74. skin/frontend/magentocenter/redroses/images/bkg_block-layered-label.gif +0 -0
  75. skin/frontend/magentocenter/redroses/images/bkg_block-layered-li.gif +0 -0
  76. skin/frontend/magentocenter/redroses/images/bkg_block-layered-title.gif +0 -0
  77. skin/frontend/magentocenter/redroses/images/bkg_block-layered1.gif +0 -0
  78. skin/frontend/magentocenter/redroses/images/bkg_block-title-account.gif +0 -0
  79. skin/frontend/magentocenter/redroses/images/bkg_block-title.gif +0 -0
  80. skin/frontend/magentocenter/redroses/images/bkg_body.gif +0 -0
  81. skin/frontend/magentocenter/redroses/images/bkg_buttons-set1.gif +0 -0
  82. skin/frontend/magentocenter/redroses/images/bkg_checkout.gif +0 -0
  83. skin/frontend/magentocenter/redroses/images/bkg_collapse-gm.gif +0 -0
  84. skin/frontend/magentocenter/redroses/images/bkg_collapse.gif +0 -0
  85. skin/frontend/magentocenter/redroses/images/bkg_divider1.gif +0 -0
  86. skin/frontend/magentocenter/redroses/images/bkg_form-search.gif +0 -0
  87. skin/frontend/magentocenter/redroses/images/bkg_grand-total.gif +0 -0
  88. skin/frontend/magentocenter/redroses/images/bkg_grid.gif +0 -0
  89. skin/frontend/magentocenter/redroses/images/bkg_login-box.gif +0 -0
  90. skin/frontend/magentocenter/redroses/images/bkg_main2.gif +0 -0
  91. skin/frontend/magentocenter/redroses/images/bkg_nav1.gif +0 -0
  92. skin/frontend/magentocenter/redroses/images/bkg_opc-title-off.gif +0 -0
  93. skin/frontend/magentocenter/redroses/images/bkg_pipe1.gif +0 -0
  94. skin/frontend/magentocenter/redroses/images/bkg_pipe2.gif +0 -0
  95. skin/frontend/magentocenter/redroses/images/bkg_pipe3.gif +0 -0
  96. skin/frontend/magentocenter/redroses/images/bkg_product-view.gif +0 -0
  97. skin/frontend/magentocenter/redroses/images/bkg_product_collateral.gif +0 -0
  98. skin/frontend/magentocenter/redroses/images/bkg_rating.gif +0 -0
  99. skin/frontend/magentocenter/redroses/images/bkg_sp-methods.gif +0 -0
  100. skin/frontend/magentocenter/redroses/images/bkg_tfoot.gif +0 -0
  101. skin/frontend/magentocenter/redroses/images/bkg_th-v.gif +0 -0
  102. skin/frontend/magentocenter/redroses/images/bkg_th.gif +0 -0
  103. skin/frontend/magentocenter/redroses/images/bkg_toolbar.gif +0 -0
  104. skin/frontend/magentocenter/redroses/images/btn_checkout.gif +0 -0
  105. skin/frontend/magentocenter/redroses/images/btn_gm-close.gif +0 -0
  106. skin/frontend/magentocenter/redroses/images/btn_google_checkout.gif +0 -0
  107. skin/frontend/magentocenter/redroses/images/btn_paypal_checkout.gif +0 -0
  108. skin/frontend/magentocenter/redroses/images/btn_place_order.gif +0 -0
  109. skin/frontend/magentocenter/redroses/images/btn_proceed_to_checkout.gif +0 -0
  110. skin/frontend/magentocenter/redroses/images/btn_proceed_to_checkout_dis.gif +0 -0
  111. skin/frontend/magentocenter/redroses/images/btn_remove.gif +0 -0
  112. skin/frontend/magentocenter/redroses/images/btn_remove2.gif +0 -0
  113. skin/frontend/magentocenter/redroses/images/btn_search.gif +0 -0
  114. skin/frontend/magentocenter/redroses/images/btn_trash.gif +0 -0
  115. skin/frontend/magentocenter/redroses/images/btn_window_close.gif +0 -0
  116. skin/frontend/magentocenter/redroses/images/calendar.gif +0 -0
  117. skin/frontend/magentocenter/redroses/images/catalog/product/placeholder/image.jpg +0 -0
  118. skin/frontend/magentocenter/redroses/images/catalog/product/placeholder/small_image.jpg +0 -0
  119. skin/frontend/magentocenter/redroses/images/catalog/product/placeholder/thumbnail.jpg +0 -0
  120. skin/frontend/magentocenter/redroses/images/cvv.gif +0 -0
  121. skin/frontend/magentocenter/redroses/images/cvv.jpg +0 -0
  122. skin/frontend/magentocenter/redroses/images/error_button_16.png +0 -0
  123. skin/frontend/magentocenter/redroses/images/fam_book_open.png +0 -0
  124. skin/frontend/magentocenter/redroses/images/free_shipping_callout.jpg +0 -0
  125. skin/frontend/magentocenter/redroses/images/golden_offer.png +0 -0
  126. skin/frontend/magentocenter/redroses/images/grid-cal.gif +0 -0
  127. skin/frontend/magentocenter/redroses/images/heart_32.png +0 -0
  128. skin/frontend/magentocenter/redroses/images/i_arrow-top.gif +0 -0
  129. skin/frontend/magentocenter/redroses/images/i_asc_arrow.gif +0 -0
  130. skin/frontend/magentocenter/redroses/images/i_availability_only.gif +0 -0
  131. skin/frontend/magentocenter/redroses/images/i_availability_only_arrow.gif +0 -0
  132. skin/frontend/magentocenter/redroses/images/i_block-cart.gif +0 -0
  133. skin/frontend/magentocenter/redroses/images/i_block-currency.gif +0 -0
  134. skin/frontend/magentocenter/redroses/images/i_block-list.gif +0 -0
  135. skin/frontend/magentocenter/redroses/images/i_block-poll.gif +0 -0
  136. skin/frontend/magentocenter/redroses/images/i_block-related.gif +0 -0
  137. skin/frontend/magentocenter/redroses/images/i_block-subscribe.gif +0 -0
  138. skin/frontend/magentocenter/redroses/images/i_block-tags.gif +0 -0
  139. skin/frontend/magentocenter/redroses/images/i_block-viewed.gif +0 -0
  140. skin/frontend/magentocenter/redroses/images/i_block-wishlist.gif +0 -0
  141. skin/frontend/magentocenter/redroses/images/i_desc_arrow.gif +0 -0
  142. skin/frontend/magentocenter/redroses/images/i_discount.gif +0 -0
  143. skin/frontend/magentocenter/redroses/images/i_folder-table.gif +0 -0
  144. skin/frontend/magentocenter/redroses/images/i_ma-info.gif +0 -0
  145. skin/frontend/magentocenter/redroses/images/i_ma-reviews.gif +0 -0
  146. skin/frontend/magentocenter/redroses/images/i_ma-tags.gif +0 -0
  147. skin/frontend/magentocenter/redroses/images/i_msg-error.gif +0 -0
  148. skin/frontend/magentocenter/redroses/images/i_msg-note.gif +0 -0
  149. skin/frontend/magentocenter/redroses/images/i_msg-success.gif +0 -0
  150. skin/frontend/magentocenter/redroses/images/i_notice.gif +0 -0
  151. skin/frontend/magentocenter/redroses/images/i_page1.gif +0 -0
  152. skin/frontend/magentocenter/redroses/images/i_page2.gif +0 -0
  153. skin/frontend/magentocenter/redroses/images/i_pager-next.gif +0 -0
  154. skin/frontend/magentocenter/redroses/images/i_pager-prev.gif +0 -0
  155. skin/frontend/magentocenter/redroses/images/i_print.gif +0 -0
  156. skin/frontend/magentocenter/redroses/images/i_rss-big.png +0 -0
  157. skin/frontend/magentocenter/redroses/images/i_rss.gif +0 -0
  158. skin/frontend/magentocenter/redroses/images/i_search_criteria.gif +0 -0
  159. skin/frontend/magentocenter/redroses/images/i_shipping.gif +0 -0
  160. skin/frontend/magentocenter/redroses/images/i_tag_add.gif +0 -0
  161. skin/frontend/magentocenter/redroses/images/i_tier.gif +0 -0
  162. skin/frontend/magentocenter/redroses/images/i_type_grid.gif +0 -0
  163. skin/frontend/magentocenter/redroses/images/i_type_list.gif +0 -0
  164. skin/frontend/magentocenter/redroses/images/info.png +0 -0
  165. skin/frontend/magentocenter/redroses/images/logo.gif +0 -0
  166. skin/frontend/magentocenter/redroses/images/logo_email.gif +0 -0
  167. skin/frontend/magentocenter/redroses/images/logo_print.gif +0 -0
  168. skin/frontend/magentocenter/redroses/images/lovely_roses.jpg +0 -0
  169. skin/frontend/magentocenter/redroses/images/lovely_roses_hq-wide.jpg +0 -0
  170. skin/frontend/magentocenter/redroses/images/magnifier_handle.gif +0 -0
  171. skin/frontend/magentocenter/redroses/images/media/about_us_img.jpg +0 -0
  172. skin/frontend/magentocenter/redroses/images/media/col_left_callout.jpg +0 -0
  173. skin/frontend/magentocenter/redroses/images/media/col_left_callout_.jpg +0 -0
  174. skin/frontend/magentocenter/redroses/images/media/col_right_callout.jpg +0 -0
  175. skin/frontend/magentocenter/redroses/images/np_cart_thumb.gif +0 -0
  176. skin/frontend/magentocenter/redroses/images/np_more_img.gif +0 -0
  177. skin/frontend/magentocenter/redroses/images/np_product_main.gif +0 -0
  178. skin/frontend/magentocenter/redroses/images/np_thumb.gif +0 -0
  179. skin/frontend/magentocenter/redroses/images/np_thumb2.gif +0 -0
  180. skin/frontend/magentocenter/redroses/images/opc-ajax-loader.gif +0 -0
  181. skin/frontend/magentocenter/redroses/images/product_zoom_overlay_magnif.gif +0 -0
  182. skin/frontend/magentocenter/redroses/images/slider_bg.gif +0 -0
  183. skin/frontend/magentocenter/redroses/images/slider_btn_zoom_in.gif +0 -0
  184. skin/frontend/magentocenter/redroses/images/slider_btn_zoom_out.gif +0 -0
  185. skin/frontend/magentocenter/redroses/images/spacer.gif +0 -0
  186. skin/frontend/magentocenter/redroses/images/star_32.png +0 -0
  187. skin/frontend/magentocenter/redroses/images/validation_advice_bg.gif +0 -0
  188. skin/frontend/magentocenter/redroses/images/warning_32.png +0 -0
app/design/frontend/magentocenter/redroses/etc/widget.xml ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category design
23
+ * @package base_default
24
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+ -->
28
+ <widgets>
29
+ <new_products>
30
+ <parameters>
31
+ <template>
32
+ <values>
33
+ <list_default translate="label">
34
+ <value>catalog/product/widget/new/column/new_default_list.phtml</value>
35
+ <label>New Products Images and Names Template</label>
36
+ </list_default>
37
+ <list_names translate="label">
38
+ <value>catalog/product/widget/new/column/new_names_list.phtml</value>
39
+ <label>New Products Names Only Template</label>
40
+ </list_names>
41
+ <list_images translate="label">
42
+ <value>catalog/product/widget/new/column/new_images_list.phtml</value>
43
+ <label>New Products Images Only Template</label>
44
+ </list_images>
45
+ </values>
46
+ </template>
47
+ </parameters>
48
+ <supported_blocks>
49
+ <left_column>
50
+ <block_name>left</block_name>
51
+ <template>
52
+ <default>list_default</default>
53
+ <names_only>list_names</names_only>
54
+ <images_only>list_images</images_only>
55
+ </template>
56
+ </left_column>
57
+ <main_content>
58
+ <block_name>content</block_name>
59
+ <template>
60
+ <grid>default</grid>
61
+ <list>list</list>
62
+ </template>
63
+ </main_content>
64
+ <right_column>
65
+ <block_name>right</block_name>
66
+ <template>
67
+ <default>list_default</default>
68
+ <names_only>list_names</names_only>
69
+ <images_only>list_images</images_only>
70
+ </template>
71
+ </right_column>
72
+ </supported_blocks>
73
+ </new_products>
74
+
75
+ <recently_viewed>
76
+ <parameters>
77
+ <template>
78
+ <values>
79
+ <list_default translate="label">
80
+ <value>reports/widget/viewed/column/viewed_default_list.phtml</value>
81
+ <label>Viewed Products Images and Names Template</label>
82
+ </list_default>
83
+ <list_names translate="label">
84
+ <value>reports/widget/viewed/column/viewed_names_list.phtml</value>
85
+ <label>Viewed Products Names Only Template</label>
86
+ </list_names>
87
+ <list_images translate="label">
88
+ <value>reports/widget/viewed/column/viewed_images_list.phtml</value>
89
+ <label>Viewed Products Images Only Template</label>
90
+ </list_images>
91
+ </values>
92
+ </template>
93
+ </parameters>
94
+ <supported_blocks>
95
+ <left_column>
96
+ <block_name>left</block_name>
97
+ <template>
98
+ <default>list_default</default>
99
+ <names_only>list_names</names_only>
100
+ <images_only>list_images</images_only>
101
+ </template>
102
+ </left_column>
103
+ <main_content>
104
+ <block_name>content</block_name>
105
+ <template>
106
+ <grid>default</grid>
107
+ <list>list</list>
108
+ </template>
109
+ </main_content>
110
+ <right_column>
111
+ <block_name>right</block_name>
112
+ <template>
113
+ <default>list_default</default>
114
+ <names_only>list_names</names_only>
115
+ <images_only>list_images</images_only>
116
+ </template>
117
+ </right_column>
118
+ </supported_blocks>
119
+ </recently_viewed>
120
+
121
+ <recently_compared>
122
+ <parameters>
123
+ <template>
124
+ <values>
125
+ <list_default translate="label">
126
+ <value>reports/widget/compared/column/compared_default_list.phtml</value>
127
+ <label>Compared Products Images and Names Template</label>
128
+ </list_default>
129
+ <list_names translate="label">
130
+ <value>reports/widget/compared/column/compared_names_list.phtml</value>
131
+ <label>Compared Product Names Only Template</label>
132
+ </list_names>
133
+ <list_images translate="label">
134
+ <value>reports/widget/compared/column/compared_images_list.phtml</value>
135
+ <label>Compared Product Images Only Template</label>
136
+ </list_images>
137
+ </values>
138
+ </template>
139
+ </parameters>
140
+ <supported_blocks>
141
+ <left_column>
142
+ <block_name>left</block_name>
143
+ <template>
144
+ <default>list_default</default>
145
+ <names_only>list_names</names_only>
146
+ <images_only>list_images</images_only>
147
+ </template>
148
+ </left_column>
149
+ <main_content>
150
+ <block_name>content</block_name>
151
+ <template>
152
+ <grid>default</grid>
153
+ <list>list</list>
154
+ </template>
155
+ </main_content>
156
+ <right_column>
157
+ <block_name>right</block_name>
158
+ <template>
159
+ <default>list_default</default>
160
+ <names_only>list_names</names_only>
161
+ <images_only>list_images</images_only>
162
+ </template>
163
+ </right_column>
164
+ </supported_blocks>
165
+ </recently_compared>
166
+ </widgets>
app/design/frontend/magentocenter/redroses/layout/catalog.xml ADDED
@@ -0,0 +1,431 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category design
23
+ * @package base_default
24
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+
28
+ Supported layout update handles (action):
29
+ - catalog_product_gallery
30
+ - catalog_product_compare_index
31
+
32
+ Supported layout update handles (special):
33
+ - default
34
+ - catalog_category_default
35
+ - catalog_category_layered
36
+ - catalog_product_view
37
+
38
+ -->
39
+ <layout version="0.1.0">
40
+
41
+ <!--
42
+ Default layout, loads most of the pages
43
+ -->
44
+
45
+ <default>
46
+
47
+ <!-- Mage_Catalog -->
48
+ <reference name="top.menu">
49
+ <block type="catalog/navigation" name="catalog.topnav" template="catalog/navigation/top.phtml"/>
50
+ </reference>
51
+ <reference name="left">
52
+ <block type="core/template" name="left.permanent.callout" template="callouts/left_col.phtml">
53
+ <action method="setImgSrc"><src>images/media/col_left_callout.jpg</src></action>
54
+ <action method="setImgAlt" translate="alt" module="catalog"><alt>Our customer service is available 24/7. Call us at (555) 555-0123.</alt></action>
55
+ <action method="setLinkUrl"><url>checkout/cart</url></action>
56
+ </block>
57
+ </reference>
58
+ <reference name="right">
59
+ <block type="catalog/product_compare_sidebar" before="cart_sidebar" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/>
60
+ <block type="core/template" name="right.permanent.callout" template="callouts/right_col.phtml">
61
+ <action method="setImgSrc"><src>images/media/col_right_callout.jpg</src></action>
62
+ <action method="setImgAlt" translate="alt" module="catalog"><alt>Keep your eyes open for our special Back to School items and save A LOT!</alt></action>
63
+ </block>
64
+ </reference>
65
+ <reference name="footer_links">
66
+ <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>
67
+ </reference>
68
+ <block type="catalog/product_price_template" name="catalog_product_price_template" />
69
+ </default>
70
+
71
+
72
+ <!--
73
+ Category default layout
74
+ -->
75
+
76
+ <catalog_category_default translate="label">
77
+ <label>Catalog Category (Non-Anchor)</label>
78
+ <reference name="left">
79
+ <block type="catalog/navigation" name="catalog.leftnav" after="currency" template="catalog/navigation/left.phtml"/>
80
+ </reference>
81
+ <reference name="content">
82
+ <block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
83
+ <block type="catalog/product_list" name="product_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
+ <!-- The following code shows how to set your own pager increments -->
87
+ <!--
88
+ <action method="setDefaultListPerPage"><limit>4</limit></action>
89
+ <action method="setDefaultGridPerPage"><limit>9</limit></action>
90
+ <action method="addPagerLimit"><mode>list</mode><limit>2</limit></action>
91
+ <action method="addPagerLimit"><mode>list</mode><limit>4</limit></action>
92
+ <action method="addPagerLimit"><mode>list</mode><limit>6</limit></action>
93
+ <action method="addPagerLimit"><mode>list</mode><limit>8</limit></action>
94
+ <action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
95
+ -->
96
+ </block>
97
+ <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
98
+ <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
99
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
100
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
101
+ <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
102
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
103
+ </block>
104
+ </block>
105
+ </reference>
106
+ </catalog_category_default>
107
+
108
+ <!--
109
+ Category layered navigation layout
110
+ -->
111
+
112
+ <catalog_category_layered translate="label">
113
+ <label>Catalog Category (Anchor)</label>
114
+ <reference name="left">
115
+ <block type="catalog/layer_view" name="catalog.leftnav" after="currency" template="catalog/layer/view.phtml"/>
116
+ </reference>
117
+ <reference name="content">
118
+ <block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
119
+ <block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
120
+ <!-- <action method="addReviewSummaryTemplate"><type>default</type><template>review/helper/su.phtml</template></action> -->
121
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
122
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
123
+ <!-- The following code shows how to set your own pager increments -->
124
+ <!--
125
+ <action method="setDefaultListPerPage"><limit>4</limit></action>
126
+ <action method="setDefaultGridPerPage"><limit>3</limit></action>
127
+ <action method="addPagerLimit"><mode>list</mode><limit>2</limit></action>
128
+ <action method="addPagerLimit"><mode>list</mode><limit>4</limit></action>
129
+ <action method="addPagerLimit"><mode>list</mode><limit>6</limit></action>
130
+ <action method="addPagerLimit"><mode>list</mode><limit>8</limit></action>
131
+ <action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
132
+ <action method="addPagerLimit"><mode>grid</mode><limit>3</limit></action>
133
+ <action method="addPagerLimit"><mode>grid</mode><limit>6</limit></action>
134
+ <action method="addPagerLimit"><mode>grid</mode><limit>9</limit></action>
135
+ <action method="addPagerLimit" translate="label"><mode>grid</mode><limit>all</limit><label>All</label></action>
136
+ -->
137
+ </block>
138
+ <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
139
+ <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
140
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
141
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
142
+ <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
143
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
144
+ </block>
145
+ </block>
146
+ </reference>
147
+ </catalog_category_layered>
148
+
149
+ <catalog_category_layered_nochildren translate="label">
150
+ <label>Catalog Category (Without Subcategories)</label>
151
+ <remove name="right.reports.product.viewed" />
152
+ <reference name="right">
153
+ <block type="reports/product_viewed" before="right.permanent.callout" name="left.reports.product.viewed" template="reports/product_viewed.phtml" />
154
+ </reference>
155
+ </catalog_category_layered_nochildren>
156
+
157
+ <!--
158
+ Compare products page
159
+ -->
160
+
161
+ <catalog_product_compare_index translate="label">
162
+ <label>Catalog Product Compare List</label>
163
+ <!-- Mage_Catalog -->
164
+ <reference name="root">
165
+ <action method="setTemplate"><template>page/popup.phtml</template></action>
166
+ </reference>
167
+ <reference name="head">
168
+ <action method="addJs"><script>scriptaculous/scriptaculous.js</script></action>
169
+ <action method="addJs"><script>varien/product.js</script></action>
170
+ </reference>
171
+ <reference name="content">
172
+ <block type="catalog/product_compare_list" name="catalog.compare.list" template="catalog/product/compare/list.phtml"/>
173
+ </reference>
174
+ </catalog_product_compare_index>
175
+
176
+ <customer_account_index>
177
+ <reference name="right">
178
+ <action method="unsetChild"><name>catalog.compare.sidebar</name></action>
179
+ </reference>
180
+ </customer_account_index>
181
+
182
+ <!--
183
+ Product view
184
+ -->
185
+
186
+ <catalog_product_view translate="label">
187
+ <label>Catalog Product View (Any)</label>
188
+ <!-- Mage_Catalog -->
189
+ <reference name="root">
190
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
191
+ </reference>
192
+ <reference name="head">
193
+ <action method="addJs"><script>varien/product.js</script></action>
194
+
195
+ <action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>
196
+ <action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
197
+ <action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
198
+ </reference>
199
+ <reference name="content">
200
+ <block type="catalog/product_view" name="product.info" template="catalog/product/view.phtml">
201
+ <!--
202
+ <action method="addReviewSummaryTemplate"><type>default</type><template>review/helper/summary.phtml</template></action>
203
+ <action method="addReviewSummaryTemplate"><type>short</type><template>review/helper/summary_short.phtml</template></action>
204
+ <action method="addReviewSummaryTemplate"><type>...</type><template>...</template></action>
205
+ -->
206
+ <block type="catalog/product_view_media" name="product.info.media" as="media" template="catalog/product/view/media.phtml"/>
207
+ <block type="core/text_list" name="alert.urls" as="alert_urls" translate="label">
208
+ <label>Alert Urls</label>
209
+ </block>
210
+
211
+ <action method="setTierPriceTemplate"><template>catalog/product/view/tierprices.phtml</template></action>
212
+
213
+ <block type="catalog/product_list_upsell" name="product.info.upsell" as="upsell_products" template="catalog/product/list/upsell.phtml">
214
+ <action method="setColumnCount"><columns>4</columns></action>
215
+ <action method="setItemLimit"><type>upsell</type><limit>4</limit></action>
216
+ </block>
217
+
218
+ <block type="catalog/product_view_additional" name="product.info.additional" as="product_additional_data" />
219
+ <block type="catalog/product_view_description" name="product.description" as="description" template="catalog/product/view/description.phtml">
220
+ <action method="addToParentGroup"><group>detailed_info</group></action>
221
+ </block>
222
+ <block type="catalog/product_view_attributes" name="product.attributes" as="additional" template="catalog/product/view/attributes.phtml">
223
+ <action method="addToParentGroup"><group>detailed_info</group></action>
224
+ </block>
225
+ <block type="catalog/product_view" name="product.info.addto" as="addto" template="catalog/product/view/addto.phtml"/>
226
+ <block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml"/>
227
+
228
+ <block type="core/text_list" name="product.info.extrahint" as="extrahint" translate="label">
229
+ <label>Product View Extra Hint</label>
230
+ </block>
231
+
232
+ <block type="catalog/product_view" name="product.info.options.wrapper" as="product_options_wrapper" template="catalog/product/view/options/wrapper.phtml" translate="label">
233
+ <label>Info Column Options Wrapper</label>
234
+ <block type="core/template" name="options_js" template="catalog/product/view/options/js.phtml"/>
235
+ <block type="catalog/product_view_options" name="product.info.options" as="product_options" template="catalog/product/view/options.phtml">
236
+ <action method="addOptionRenderer"><type>text</type><block>catalog/product_view_options_type_text</block><template>catalog/product/view/options/type/text.phtml</template></action>
237
+ <action method="addOptionRenderer"><type>file</type><block>catalog/product_view_options_type_file</block><template>catalog/product/view/options/type/file.phtml</template></action>
238
+ <action method="addOptionRenderer"><type>select</type><block>catalog/product_view_options_type_select</block><template>catalog/product/view/options/type/select.phtml</template></action>
239
+ <action method="addOptionRenderer"><type>date</type><block>catalog/product_view_options_type_date</block><template>catalog/product/view/options/type/date.phtml</template></action>
240
+ </block>
241
+ <block type="core/html_calendar" name="html_calendar" as="html_calendar" template="page/js/calendar.phtml"/>
242
+ </block>
243
+ <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">
244
+ <label>Bottom Block Options Wrapper</label>
245
+ <action method="insert"><block>product.tierprices</block></action>
246
+ <block type="catalog/product_view" name="product.clone_prices" as="prices" template="catalog/product/view/price_clone.phtml"/>
247
+ <action method="append"><block>product.info.addtocart</block></action>
248
+ </block>
249
+
250
+ <block type="core/template_facade" name="product.info.container1" as="container1">
251
+ <action method="setDataByKey"><key>alias_in_layout</key><value>container1</value></action>
252
+ <action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
253
+ <action method="append"><block>product.info.options.wrapper</block></action>
254
+ <action method="append"><block>product.info.options.wrapper.bottom</block></action>
255
+ </block>
256
+ <block type="core/template_facade" name="product.info.container2" as="container2">
257
+ <action method="setDataByKey"><key>alias_in_layout</key><value>container2</value></action>
258
+ <action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
259
+ <action method="append"><block>product.info.options.wrapper</block></action>
260
+ <action method="append"><block>product.info.options.wrapper.bottom</block></action>
261
+ </block>
262
+ <action method="unsetCallChild"><child>container1</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
263
+ <action method="unsetCallChild"><child>container2</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
264
+ </block>
265
+ </reference>
266
+ <reference name="right">
267
+ <block type="catalog/product_list_related" name="catalog.product.related" before="-" template="catalog/product/list/related.phtml"/>
268
+ </reference>
269
+ </catalog_product_view>
270
+
271
+ <!--
272
+ Additional block dependant on product type
273
+ -->
274
+ <PRODUCT_TYPE_simple translate="label" module="catalog">
275
+ <label>Catalog Product View (Simple)</label>
276
+ <reference name="product.info">
277
+ <block type="catalog/product_view_type_simple" name="product.info.simple" as="product_type_data" template="catalog/product/view/type/simple.phtml">
278
+ <block type="core/text_list" name="product.info.simple.extra" as="product_type_data_extra"/>
279
+ </block>
280
+ </reference>
281
+ </PRODUCT_TYPE_simple>
282
+ <PRODUCT_TYPE_configurable translate="label" module="catalog">
283
+ <label>Catalog Product View (Configurable)</label>
284
+ <reference name="product.info">
285
+ <block type="catalog/product_view_type_configurable" name="product.info.configurable" as="product_type_data" template="catalog/product/view/type/configurable.phtml">
286
+ <block type="core/text_list" name="product.info.configurable.extra" as="product_type_data_extra"/>
287
+ </block>
288
+ </reference>
289
+ <reference name="product.info.options.wrapper">
290
+ <block type="catalog/product_view_type_configurable" name="product.info.options.configurable" as="options_configurable" before="-" template="catalog/product/view/type/options/configurable.phtml"/>
291
+ </reference>
292
+ </PRODUCT_TYPE_configurable>
293
+ <PRODUCT_TYPE_grouped translate="label" module="catalog">
294
+ <label>Catalog Product View (Grouped)</label>
295
+ <reference name="product.info">
296
+ <block type="catalog/product_view_type_grouped" name="product.info.grouped" as="product_type_data" template="catalog/product/view/type/grouped.phtml">
297
+ <block type="core/text_list" name="product.info.grouped.extra" as="product_type_data_extra"/>
298
+ </block>
299
+ </reference>
300
+ </PRODUCT_TYPE_grouped>
301
+ <PRODUCT_TYPE_virtual translate="label" module="catalog">
302
+ <label>Catalog Product View (Virtual)</label>
303
+ <reference name="product.info">
304
+ <block type="catalog/product_view_type_virtual" name="product.info.virtual" as="product_type_data" template="catalog/product/view/type/virtual.phtml">
305
+ <block type="core/text_list" name="product.info.virtual.extra" as="product_type_data_extra"/>
306
+ </block>
307
+ </reference>
308
+ </PRODUCT_TYPE_virtual>
309
+
310
+
311
+
312
+ <!--
313
+ Product send to friend
314
+ -->
315
+
316
+ <catalog_product_send translate="label">
317
+ <label>Catalog Product Email to a Friend</label>
318
+ <!-- Mage_Catalog -->
319
+ <reference name="root">
320
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
321
+ </reference>
322
+ <reference name="head">
323
+ <action method="addJs"><script>varien/product.js</script></action>
324
+ </reference>
325
+ <reference name="content">
326
+ <block type="catalog/product_send" name="product.send" template="catalog/product/send.phtml">
327
+ </block>
328
+ </reference>
329
+ </catalog_product_send>
330
+
331
+ <!--
332
+ Product additional images gallery popup
333
+ -->
334
+
335
+ <catalog_product_gallery translate="label">
336
+ <label>Catalog Product Image Gallery Popup</label>
337
+ <!-- Mage_Catalog -->
338
+ <reference name="root">
339
+ <action method="setTemplate"><template>page/popup.phtml</template></action>
340
+ </reference>
341
+ <reference name="content">
342
+ <block type="catalog/product_gallery" name="catalog_product_gallery" template="catalog/product/gallery.phtml"/>
343
+ </reference>
344
+ </catalog_product_gallery>
345
+
346
+ <!--
347
+ SEO Site Map
348
+ -->
349
+
350
+ <catalog_seo_sitemap translate="label">
351
+ <label>Catalog Seo Sitemap (Common)</label>
352
+ <remove name="right"/>
353
+ <remove name="left"/>
354
+
355
+ <reference name="root">
356
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
357
+ </reference>
358
+ <reference name="content">
359
+ <block type="page/template_container" name="seo.sitemap.container" template="catalog/seo/sitemap/container.phtml">
360
+ <block type="page/template_links" name="seo.sitemap.links" as="links" template="page/template/links.phtml"/>
361
+ <block type="page/html_pager" name="seo.sitemap.pager.top" as="pager_top" template="page/html/pager.phtml"/>
362
+ <block type="page/html_pager" name="seo.sitemap.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
363
+ </block>
364
+ </reference>
365
+ </catalog_seo_sitemap>
366
+
367
+ <catalog_seo_sitemap_category translate="label">
368
+ <label>Catalog Seo Sitemap (Category List)</label>
369
+ <update handle="catalog_seo_sitemap" />
370
+ <reference name="seo.sitemap.container">
371
+ <action method="setTitle" translate="title" module="catalog"><title>Categories</title></action>
372
+ <block type="catalog/seo_sitemap_category" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
373
+ <action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
374
+ <action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
375
+ <action method="setItemsTitle" translate="title" module="catalog"><title>categories</title></action>
376
+ </block>
377
+ </reference>
378
+ <reference name="seo.sitemap.links">
379
+ <action method="addLink" translate="label title" module="catalog"><label>Products Sitemap</label><url helper="catalog/map/getProductUrl"/><title>Products Sitemap</title></action>
380
+ </reference>
381
+ </catalog_seo_sitemap_category>
382
+
383
+ <catalog_seo_sitemap_category_tree translate="label">
384
+ <label>Catalog Seo Sitemap (Category Tree)</label>
385
+ <reference name="seo.sitemap.container">
386
+ <remove name="seo.sitemap.pager.top" />
387
+ <remove name="seo.sitemap.pager.bottom" />
388
+ <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.top" as="pager_top" template="page/html/pager.phtml"/>
389
+ <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
390
+ <remove name="seo.sitemap.sitemap" />
391
+ <block type="catalog/seo_sitemap_tree_category" name="seo.sitemap.sitemap_tree" as="sitemap" after="pager_top" template="catalog/seo/tree.phtml">
392
+ <action method="bindPager"><pager>seo.sitemap.tree.pager.top</pager></action>
393
+ <action method="bindPager"><pager>seo.sitemap.tree.pager.bottom</pager></action>
394
+ </block>
395
+ </reference>
396
+ </catalog_seo_sitemap_category_tree>
397
+
398
+ <catalog_seo_sitemap_product translate="label">
399
+ <label>Catalog Seo Sitemap (Product List)</label>
400
+ <update handle="catalog_seo_sitemap" />
401
+ <reference name="seo.sitemap.container">
402
+ <action method="setTitle" translate="title" module="catalog"><title>Products</title></action>
403
+ <block type="catalog/seo_sitemap_product" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
404
+ <action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
405
+ <action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
406
+ <action method="setItemsTitle" translate="title" module="catalog"><title>products</title></action>
407
+ </block>
408
+ </reference>
409
+ <reference name="seo.sitemap.links">
410
+ <action method="addLink" translate="label title" module="catalog"><label>Categories Sitemap</label><url helper="catalog/map/getCategoryUrl"/><title>Categories Sitemap</title></action>
411
+ </reference>
412
+ </catalog_seo_sitemap_product>
413
+
414
+
415
+ <!--
416
+ Catalog search terms block
417
+ -->
418
+
419
+ <catalog_seo_searchterm_popular translate="label">
420
+ <label>Catalog Seo Popular Search Terms</label>
421
+ <remove name="right"/>
422
+ <remove name="left"/>
423
+ <reference name="root">
424
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
425
+ </reference>
426
+ <reference name="content">
427
+ <block type="catalog/seo_searchterm" name="seo.searchterm" template="catalog/seo/searchterm.phtml"/>
428
+ </reference>
429
+ </catalog_seo_searchterm_popular>
430
+
431
+ </layout>
app/design/frontend/magentocenter/redroses/layout/cms.xml ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category design
23
+ * @package base_default
24
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+ -->
28
+ <layout version="0.1.0">
29
+ <!--
30
+ Default layout, loads most of the pages
31
+ -->
32
+
33
+ <default>
34
+ <reference name="footer">
35
+ <block type="cms/block" name="cms_footer_links" before="footer_links">
36
+ <action method="setBlockId"><block_id>footer_links</block_id></action>
37
+ </block>
38
+ <block type="cms/block" name="footer_links_cms1">
39
+ <action method="setBlockId"><block_id>footer_links_cms1</block_id></action>
40
+ </block>
41
+ <block type="cms/block" name="footer_links_cms2">
42
+ <action method="setBlockId"><block_id>footer_links_cms2</block_id></action>
43
+ </block>
44
+ <block type="cms/block" name="footer_links_cms3">
45
+ <action method="setBlockId"><block_id>footer_links_cms3</block_id></action>
46
+ </block>
47
+ </reference>
48
+ </default>
49
+
50
+ <cms_page translate="label">
51
+ <label>CMS Pages (All)</label>
52
+ <reference name="content">
53
+ <block type="core/template" name="page_content_heading" template="cms/content_heading.phtml"/>
54
+ <block type="page/html_wrapper" name="cms.wrapper">
55
+ <action method="setElementClass"><value>std</value></action>
56
+ <block type="cms/page" name="cms_page"/>
57
+ </block>
58
+ </reference>
59
+ </cms_page>
60
+
61
+ <cms_index_index translate="label">
62
+ <label>CMS Home Page</label>
63
+ </cms_index_index>
64
+
65
+ <cms_index_defaultindex>
66
+ <remove name="right"/>
67
+ <remove name="left"/>
68
+
69
+ <reference name="root">
70
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
71
+ </reference>
72
+ <reference name="content">
73
+ <block type="core/template" name="default_home_page" template="cms/default/home.phtml"/>
74
+ </reference>
75
+ </cms_index_defaultindex>
76
+
77
+ <cms_index_noroute translate="label">
78
+ <label>CMS No-Route Page</label>
79
+ </cms_index_noroute>
80
+
81
+ <cms_index_defaultnoroute>
82
+ <remove name="right"/>
83
+ <remove name="left"/>
84
+
85
+ <reference name="root">
86
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
87
+ </reference>
88
+ <reference name="content">
89
+ <block type="core/template" name="default_no_route" template="cms/default/no-route.phtml"/>
90
+ </reference>
91
+ </cms_index_defaultnoroute>
92
+
93
+ </layout>
app/design/frontend/magentocenter/redroses/layout/page.xml ADDED
@@ -0,0 +1,182 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category design
23
+ * @package base_default
24
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+ -->
28
+ <layout version="0.1.0">
29
+ <!--
30
+ Default layout, loads most of the pages
31
+ -->
32
+
33
+ <default translate="label" module="page">
34
+ <label>All Pages</label>
35
+ <block type="page/html" name="root" output="toHtml" template="page/3columns.phtml">
36
+
37
+ <block type="page/html_head" name="head" as="head">
38
+ <action method="addJs"><script>prototype/prototype.js</script></action>
39
+ <action method="addJs" ifconfig="dev/js/deprecation"><script>prototype/deprecation.js</script></action>
40
+ <action method="addJs"><script>lib/ccard.js</script></action>
41
+ <action method="addJs"><script>prototype/validation.js</script></action>
42
+ <action method="addJs"><script>scriptaculous/builder.js</script></action>
43
+ <action method="addJs"><script>scriptaculous/effects.js</script></action>
44
+ <action method="addJs"><script>scriptaculous/dragdrop.js</script></action>
45
+ <action method="addJs"><script>scriptaculous/controls.js</script></action>
46
+ <action method="addJs"><script>scriptaculous/slider.js</script></action>
47
+ <action method="addJs"><script>varien/js.js</script></action>
48
+ <action method="addJs"><script>varien/form.js</script></action>
49
+ <action method="addJs"><script>varien/menu.js</script></action>
50
+ <action method="addJs"><script>mage/translate.js</script></action>
51
+ <action method="addJs"><script>mage/cookies.js</script></action>
52
+
53
+ <action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
54
+ <action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 8</if></action>
55
+ <action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
56
+ <action method="addCss"><stylesheet>css/print.css</stylesheet><params>media="print"</params></action>
57
+
58
+ <action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
59
+ <action method="addItem"><type>skin_js</type><name>js/ie6.js</name><params/><if>lt IE 7</if></action>
60
+ </block>
61
+
62
+ <block type="core/text_list" name="after_body_start" as="after_body_start"/>
63
+
64
+ <block type="page/html_notices" name="global_notices" as="global_notices" template="page/html/notices.phtml" />
65
+
66
+ <block type="page/html_header" name="header" as="header">
67
+ <block type="page/template_links" name="top.links" as="topLinks"/>
68
+ <block type="page/switch" name="store_language" as="store_language" template="page/switch/languages.phtml"/>
69
+ <block type="core/text_list" name="top.menu" as="topMenu"/>
70
+ <block type="page/html_wrapper" name="top.container" as="topContainer" translate="label">
71
+ <label>Page Header</label>
72
+ <action method="setElementClass"><value>top-container</value></action>
73
+ </block>
74
+ </block>
75
+
76
+ <block type="page/html_breadcrumbs" name="breadcrumbs" as="breadcrumbs"/>
77
+
78
+ <block type="core/text_list" name="left" as="left" translate="label">
79
+ <label>Left Column</label>
80
+ </block>
81
+
82
+ <block type="core/messages" name="global_messages" as="global_messages"/>
83
+ <block type="core/messages" name="messages" as="messages"/>
84
+
85
+ <block type="core/text_list" name="content" as="content" translate="label">
86
+ <label>Main Content Area</label>
87
+ </block>
88
+
89
+ <block type="core/text_list" name="right" as="right" translate="label">
90
+ <label>Right Column</label>
91
+ </block>
92
+
93
+ <block type="page/html_footer" name="footer" as="footer" template="page/html/footer.phtml">
94
+ <block type="page/html_wrapper" name="bottom.container" as="bottomContainer" translate="label">
95
+ <label>Page Footer</label>
96
+ <action method="setElementClass"><value>bottom-container</value></action>
97
+ </block>
98
+ <block type="page/switch" name="store_switcher" as="store_switcher" template="page/switch/stores.phtml"/>
99
+ <block type="page/template_links" name="footer_links" as="footer_links" template="page/template/links.phtml"/>
100
+ </block>
101
+
102
+ <block type="core/text_list" name="before_body_end" as="before_body_end"/>
103
+ </block>
104
+
105
+ <block type="core/profiler" output="toHtml" name="core_profiler"/>
106
+ </default>
107
+
108
+ <print translate="label" module="page">
109
+ <label>All Pages (Print Version)</label>
110
+ <!-- Mage_Page -->
111
+ <block type="page/html" name="root" output="toHtml" template="page/print.phtml">
112
+
113
+ <block type="page/html_head" name="head" as="head">
114
+ <action method="addJs"><script>prototype/prototype.js</script></action>
115
+ <action method="addJs"><script>mage/translate.js</script></action>
116
+ <action method="addJs"><script>lib/ccard.js</script></action>
117
+ <action method="addJs"><script>prototype/validation.js</script></action>
118
+ <action method="addJs"><script>varien/js.js</script></action>
119
+
120
+ <action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
121
+ <action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 8</if></action>
122
+ <action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
123
+ <action method="addCss"><stylesheet>css/print.css</stylesheet><params>media="print"</params></action>
124
+
125
+ <action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
126
+ <action method="addItem"><type>skin_js</type><name>js/ie6.js</name><params/><if>lt IE 7</if></action>
127
+
128
+ </block>
129
+
130
+ <block type="core/text_list" name="content" as="content" translate="label">
131
+ <label>Main Content Area</label>
132
+ </block>
133
+
134
+ </block>
135
+ </print>
136
+
137
+ <!-- Custom page layout handles -->
138
+ <page_empty translate="label">
139
+ <label>All Empty Layout Pages</label>
140
+ <reference name="root">
141
+ <action method="setTemplate"><template>page/empty.phtml</template></action>
142
+ <!-- Mark root page block that template is applied -->
143
+ <action method="setIsHandle"><applied>1</applied></action>
144
+ </reference>
145
+ </page_empty>
146
+
147
+ <page_one_column translate="label">
148
+ <label>All One-Column Layout Pages</label>
149
+ <reference name="root">
150
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
151
+ <!-- Mark root page block that template is applied -->
152
+ <action method="setIsHandle"><applied>1</applied></action>
153
+ </reference>
154
+ </page_one_column>
155
+
156
+ <page_two_columns_left translate="label">
157
+ <label>All Two-Column Layout Pages (Left Column)</label>
158
+ <reference name="root">
159
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
160
+ <!-- Mark root page block that template is applied -->
161
+ <action method="setIsHandle"><applied>1</applied></action>
162
+ </reference>
163
+ </page_two_columns_left>
164
+
165
+ <page_two_columns_right translate="label">
166
+ <label>All Two-Column Layout Pages (Right Column)</label>
167
+ <reference name="root">
168
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
169
+ <!-- Mark root page block that template is applied -->
170
+ <action method="setIsHandle"><applied>1</applied></action>
171
+ </reference>
172
+ </page_two_columns_right>
173
+
174
+ <page_three_columns translate="label">
175
+ <label>All Three-Column Layout Pages</label>
176
+ <reference name="root">
177
+ <action method="setTemplate"><template>page/3columns.phtml</template></action>
178
+ <!-- Mark root page block that template is applied -->
179
+ <action method="setIsHandle"><applied>1</applied></action>
180
+ </reference>
181
+ </page_three_columns>
182
+ </layout>
app/design/frontend/magentocenter/redroses/template/catalog/product/compare/list.phtml ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ /* @var $this Mage_Catalog_Block_Product_Compare_List */
27
+ ?>
28
+ <div class="page-title title-buttons">
29
+ <h1><?php echo $this->__('Compare Products') ?></h1>
30
+ <a href="#" onclick="window.print(); return false;" class="link-print"><?php echo $this->__('Print This Page') ?></a>
31
+ </div>
32
+ <?php $_total=$this->getItems()->getSize() ?>
33
+ <?php if($_total): ?>
34
+ <table class="data-table compare-table" id="product_comparison">
35
+ <?php $_i=0 ?>
36
+ <?php foreach($this->getItems() as $_item): ?>
37
+ <?php if($_i++%10==0): ?>
38
+ <col width="1" />
39
+ <?php endif; ?>
40
+ <col width="<?php echo floor(100/$_total); ?>%" />
41
+ <?php endforeach; ?>
42
+ <?php if ($_total>2): ?>
43
+ <thead>
44
+ <tr>
45
+ <?php $_i=0 ?>
46
+ <?php foreach($this->getItems() as $_item): ?>
47
+ <?php if($_i++%10==0): ?>
48
+ <th>&nbsp;</th>
49
+ <?php endif; ?>
50
+ <td class="a-right"><a href="#" class="btn-remove" onclick="setLocation('<?php echo $this->getRemoveUrl($_item) ?>'); window.opener.location.reload();" title="<?php echo $this->__('Remove This Item') ?>"><?php echo $this->__('Remove This Item') ?></a></td>
51
+ <?php endforeach; ?>
52
+ </tr>
53
+ </thead>
54
+ <?php endif ?>
55
+ <tbody>
56
+ <tr class="product-shop-row">
57
+ <?php $_i=0 ?>
58
+ <?php foreach($this->getItems() as $_item): ?>
59
+ <?php if($_i++%10==0): ?>
60
+ <th>&nbsp;</th>
61
+ <?php endif; ?>
62
+ <td>
63
+ <a class="product-image" href="#" onclick="setPLocation('<?php echo $this->getProductUrl($_item) ?>', true)" title="<?php echo $this->stripTags($_item->getName(), null, true) ?>"><img src="<?php echo $this->helper('catalog/image')->init($_item, 'small_image')->resize(125, 125); ?>" width="125" height="125" alt="<?php echo $this->stripTags($_item->getName(), null, true) ?>" /></a>
64
+ <h2 class="product-name"><a href="#" onclick="setPLocation('<?php echo $this->getProductUrl($_item) ?>', true)" title="<?php echo $this->stripTags($_item->getName(), null, true) ?>"><?php echo $this->helper('catalog/output')->productAttribute($_item, $_item->getName(), 'name') ?></a></h2>
65
+ <?php echo $this->getReviewsSummaryHtml($_item, 'short') ?>
66
+ <?php echo $this->getPriceHtml($_item, true, '-compare-list-top') ?>
67
+ <?php if($_item->isSaleable()): ?>
68
+ <p><button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setPLocation('<?php echo $this->getAddToCartUrl($_item) ?>', true)"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button></p>
69
+ <?php else: ?>
70
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
71
+ <?php endif; ?>
72
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
73
+ <ul class="add-to-links">
74
+ <li><a href="#" class="link-wishlist" onclick="setPLocation('<?php echo $this->getAddToWishlistUrl($_item) ?>', true)"><?php echo $this->__('Add to Wishlist') ?></a></li>
75
+ </ul>
76
+ <?php endif; ?>
77
+ </td>
78
+ <?php endforeach; ?>
79
+ </tr>
80
+ </tbody>
81
+ <tbody>
82
+ <?php foreach ($this->getAttributes() as $_attribute): ?>
83
+ <tr>
84
+ <?php $_i=0 ?>
85
+ <?php foreach($this->getItems() as $_item): ?>
86
+ <?php if($_i++%10==0): ?>
87
+ <th><span class="nobr"><?php echo $_attribute->getStoreLabel() ?></span></th>
88
+ <?php endif; ?>
89
+ <td>
90
+ <?php switch ($_attribute->getAttributeCode()) {
91
+ case "price": ?>
92
+ <?php echo $this->getPriceHtml($_item, true, '-compare-list-' . $_attribute->getCode()) ?>
93
+ <?php break;
94
+ case "small_image": ?>
95
+ <img src="<?php echo $this->helper('catalog/image')->init($_item, 'small_image')->resize(125, 125); ?>" width="125" height="125" alt="<?php echo $this->htmlEscape($_item->getName()) ?>" title="<?php echo $this->htmlEscape($_item->getName()) ?>" />
96
+ <?php break;
97
+ case "date":
98
+ echo substr($this->getProductAttributeValue($_item, $_attribute),0,10);
99
+ break;
100
+ default: ?>
101
+ <?php echo $this->helper('catalog/output')->productAttribute($_item, $this->getProductAttributeValue($_item, $_attribute), $_attribute->getCode()) ?>
102
+ <?php break;
103
+ } ?>
104
+ </td>
105
+ <?php endforeach; ?>
106
+ </tr>
107
+ <?php endforeach; ?>
108
+ </tbody>
109
+ <tbody>
110
+ <tr class="add-to-row">
111
+ <?php $_i=0 ?>
112
+ <?php foreach($this->getItems() as $_item): ?>
113
+ <?php if($_i++%10==0): ?>
114
+ <th>&nbsp;</th>
115
+ <?php endif; ?>
116
+ <td>
117
+ <?php echo $this->getPriceHtml($_item, true, '-compare-list-bottom') ?>
118
+ <?php if($_item->isSaleable()): ?>
119
+ <p><button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setPLocation('<?php echo $this->getAddToCartUrl($_item) ?>', true)"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button></p>
120
+ <?php else: ?>
121
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
122
+ <?php endif; ?>
123
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
124
+ <ul class="add-to-links">
125
+ <li><a href="#" class="link-wishlist" onclick="setPLocation('<?php echo $this->getAddToWishlistUrl($_item) ?>', true)"><?php echo $this->__('Add to Wishlist') ?></a></li>
126
+ </ul>
127
+ <?php endif; ?>
128
+ </td>
129
+ <?php endforeach; ?>
130
+ </tr>
131
+ </tbody>
132
+ </table>
133
+ <div class="buttons-set">
134
+ <button type="button" title="<?php echo $this->__('Close Window') ?>" class="button" onclick="window.close();"><span><span><?php echo $this->__('Close Window') ?></span></span></button>
135
+ </div>
136
+ <script type="text/javascript">decorateTable('product_comparison');</script>
137
+ <?php else: ?>
138
+ <script type="text/javascript">window.close();</script>
139
+ <?php endif; ?>
app/design/frontend/magentocenter/redroses/template/catalog/product/compare/sidebar.phtml ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ /* @var $this Mage_Catalog_Block_Product_Compare_Sidebar */
27
+ ?>
28
+ <div class="block block-compare">
29
+ <div class="block-title">
30
+ <strong><span><?php echo $this->__('Compare Products') ?>
31
+ <?php if($this->helper('catalog/product_compare')->getItemCount()>0): ?>
32
+ <small><?php echo $this->__('(%d)', $this->helper('catalog/product_compare')->getItemCount()) ?></small>
33
+ <?php endif; ?>
34
+ </span></strong>
35
+ </div>
36
+ <div class="block-content">
37
+ <?php if($this->helper('catalog/product_compare')->getItemCount()>0): ?>
38
+ <ol id="compare-items">
39
+ <?php foreach($this->helper('catalog/product_compare')->getItemCollection() as $_index=>$_item): ?>
40
+ <li class="item">
41
+ <input type="hidden" class="compare-item-id" value="<?php echo $_item->getId() ?>" />
42
+ <a href="<?php echo $this->helper('catalog/product_compare')->getRemoveUrl($_item) ?>" title="<?php echo $this->__('Remove This Item') ?>" class="btn-remove" onclick="return confirm('<?php echo $this->__('Are you sure you would like to remove this item from the comparison list?') ?>');"><?php echo $this->__('Remove This Item') ?></a>
43
+ <p class="product-name"><a href="<?php echo $this->getProductUrl($_item) ?>"><?php echo $this->helper('catalog/output')->productAttribute($_item, $_item->getName(), 'name') ?></a></p>
44
+ </li>
45
+ <?php endforeach; ?>
46
+ </ol>
47
+ <script type="text/javascript">decorateList('compare-items')</script>
48
+ <div class="actions">
49
+ <a href="<?php echo $this->helper('catalog/product_compare')->getClearListUrl() ?>" onclick="return confirm('<?php echo $this->__('Are you sure you would like to remove all products from your comparison?') ?>');"><?php echo $this->__('Clear All') ?></a>
50
+ <button type="button" title="<?php echo $this->__('Compare') ?>" class="button" onclick="popWin('<?php echo $this->helper('catalog/product_compare')->getListUrl() ?>','compare','top:0,left:0,width=820,height=600,resizable=yes,scrollbars=yes')"><span><span><?php echo $this->__('Compare') ?></span></span></button>
51
+ </div>
52
+ <?php else: ?>
53
+ <p class="empty"><?php echo $this->__('You have no items to compare.') ?></p>
54
+ <?php endif; ?>
55
+ </div>
56
+ </div>
app/design/frontend/magentocenter/redroses/template/catalog/product/gallery.phtml ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2010 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 $_width=$this->getImageWidth() ?>
28
+ <div class="product-image-popup" style="width:<?php echo $_width; ?>px;">
29
+ <p class="a-right"><a href="#" onclick="window.close(); return false;"><?php echo $this->__('Close Window') ?></a></p>
30
+ <?php if($this->getPreviusImageUrl() || $this->getNextImageUrl()): ?>
31
+ <div class="nav">
32
+ <?php if($_prevUrl = $this->getPreviusImageUrl()): ?>
33
+ <a href="<?php echo $_prevUrl ?>">&laquo; <?php echo $this->__('Prev') ?></a>
34
+ <?php endif; ?>
35
+ <?php if($_nextUrl = $this->getNextImageUrl()): ?>
36
+ <a href="<?php echo $_nextUrl ?>"><?php echo $this->__('Next') ?> &raquo;</a>
37
+ <?php endif; ?>
38
+ </div>
39
+ <?php endif; ?>
40
+ <?php if($_imageTitle = $this->htmlEscape($this->getCurrentImage()->getLabel())): ?>
41
+ <h1 class="image-label"><?php echo $_imageTitle ?></h1>
42
+ <?php endif; ?>
43
+ <img src="<?php echo $this->helper('catalog/image')->init($this->getProduct(), 'image', $this->getImageFile()); ?>"<?php if($_width): ?> width="<?php echo $_width ?>"<?php endif; ?> alt="<?php echo $this->htmlEscape($this->getCurrentImage()->getLabel()) ?>" title="<?php echo $this->htmlEscape($this->getCurrentImage()->getLabel()) ?>" id="product-gallery-image" class="image" />
44
+ <?php if($this->getPreviusImageUrl() || $this->getNextImageUrl()): ?>
45
+ <div class="nav">
46
+ <?php if($_prevUrl = $this->getPreviusImageUrl()): ?>
47
+ <a href="<?php echo $_prevUrl ?>">&laquo; <?php echo $this->__('Prev') ?></a>
48
+ <?php endif; ?>
49
+ <?php if($_nextUrl = $this->getNextImageUrl()): ?>
50
+ <a href="<?php echo $_nextUrl ?>"><?php echo $this->__('Next') ?> &raquo;</a>
51
+ <?php endif; ?>
52
+ </div>
53
+ <?php endif; ?>
54
+ <p class="a-right"><a href="#" onclick="window.close(); return false;"><?php echo $this->__('Close Window') ?></a></p>
55
+ </div>
56
+ <script type="text/javascript">
57
+ //<![CDATA[
58
+ Event.observe(window, 'load', function(){
59
+ var demensions = $('product-gallery-image').getDimensions();
60
+ window.resizeTo(demensions.width+90, demensions.height+210);
61
+ });
62
+ //]]>
63
+ </script>
app/design/frontend/magentocenter/redroses/template/catalog/product/list.phtml ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Product list template
30
+ *
31
+ * @see Mage_Catalog_Block_Product_List
32
+ */
33
+ ?>
34
+ <?php
35
+ $_productCollection=$this->getLoadedProductCollection();
36
+ $_helper = $this->helper('catalog/output');
37
+ ?>
38
+ <?php if(!$_productCollection->count()): ?>
39
+ <p class="note-msg"><?php echo $this->__('There are no products matching the selection.') ?></p>
40
+ <?php else: ?>
41
+ <div class="category-products">
42
+ <?php echo $this->getToolbarHtml() ?>
43
+ <?php // List mode ?>
44
+ <?php if($this->getMode()!='grid'): ?>
45
+ <?php $_iterator = 0; ?>
46
+ <ol class="products-list" id="products-list">
47
+ <?php foreach ($_productCollection as $_product): ?>
48
+ <li class="item<?php if( ++$_iterator == sizeof($_productCollection) ): ?> last<?php endif; ?>">
49
+ <?php // Product Image ?>
50
+ <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(135); ?>" width="135" height="135" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
51
+ <?php // Product description ?>
52
+ <div class="product-shop">
53
+ <div class="f-fix">
54
+ <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>
55
+ <?php if($_product->getRatingSummary()): ?>
56
+ <?php echo $this->getReviewsSummaryHtml($_product) ?>
57
+ <?php endif; ?>
58
+ <?php echo $this->getPriceHtml($_product, true) ?>
59
+ <?php if($_product->isSaleable()): ?>
60
+ <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>
61
+ <?php else: ?>
62
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
63
+ <?php endif; ?>
64
+ <div class="desc std">
65
+ <?php echo $_helper->productAttribute($_product, $_product->getShortDescription(), 'short_description') ?>
66
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>" class="link-more"><?php echo $this->__('Learn More') ?></a>
67
+ </div>
68
+ <ul class="add-to-links">
69
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
70
+ <li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
71
+ <?php endif; ?>
72
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
73
+ <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
74
+ <?php endif; ?>
75
+ </ul>
76
+ </div>
77
+ </div>
78
+ </li>
79
+ <?php endforeach; ?>
80
+ </ol>
81
+ <script type="text/javascript">decorateList('products-list', 'none-recursive')</script>
82
+
83
+ <?php else: ?>
84
+
85
+ <?php // Grid Mode ?>
86
+
87
+ <?php $_collectionSize = $_productCollection->count() ?>
88
+ <?php $_columnCount = $this->getColumnCount(); ?>
89
+ <?php $i=0; foreach ($_productCollection as $_product): ?>
90
+ <?php if ($i++%$_columnCount==0): ?>
91
+ <ul class="products-grid">
92
+ <?php endif ?>
93
+ <li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
94
+ <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(135); ?>" width="135" height="135" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
95
+ <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>
96
+ <?php if($_product->getRatingSummary()): ?>
97
+ <?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
98
+ <?php endif; ?>
99
+ <?php echo $this->getPriceHtml($_product, true) ?>
100
+ <div class="actions">
101
+ <?php if($_product->isSaleable()): ?>
102
+ <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>
103
+ <?php else: ?>
104
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
105
+ <?php endif; ?>
106
+ <ul class="add-to-links">
107
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
108
+ <li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
109
+ <?php endif; ?>
110
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
111
+ <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
112
+ <?php endif; ?>
113
+ </ul>
114
+ </div>
115
+ </li>
116
+ <?php if ($i%$_columnCount==0 || $i==$_collectionSize): ?>
117
+ </ul>
118
+ <?php endif ?>
119
+ <?php endforeach ?>
120
+ <script type="text/javascript">decorateGeneric($$('ul.products-grid'), ['odd','even','first','last'])</script>
121
+ <?php endif; ?>
122
+
123
+ <div class="toolbar-bottom">
124
+ <?php echo $this->getToolbarHtml() ?>
125
+ </div>
126
+ </div>
127
+ <?php endif; ?>
app/design/frontend/magentocenter/redroses/template/catalog/product/list/related.phtml ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2010 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($this->getItems()->getSize()): ?>
28
+ <div class="block block-related">
29
+ <div class="block-title">
30
+ <strong><span><?php echo $this->__('Related Products') ?></span></strong>
31
+ </div>
32
+ <div class="block-content">
33
+ <p class="block-subtitle"><?php echo $this->__('Check items to add to the cart or') ?>&nbsp;<a href="#" onclick="selectAllRelated(this); return false;"><?php echo $this->__('select all') ?></a></p>
34
+ <ol class="mini-products-list" id="block-related">
35
+ <?php foreach($this->getItems() as $_item): ?>
36
+ <li class="item">
37
+ <?php if(!$_item->isComposite() && $_item->isSaleable()): ?>
38
+ <?php if (!$_item->getRequiredOptions()): ?>
39
+ <input type="checkbox" class="checkbox related-checkbox" id="related-checkbox<?php echo $_item->getId() ?>" name="related_products[]" value="<?php echo $_item->getId() ?>" />
40
+ <?php endif; ?>
41
+ <?php endif; ?>
42
+ <div class="product">
43
+ <a href="<?php echo $_item->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_item->getName()) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_item, 'thumbnail')->resize(50) ?>" width="50" height="50" alt="<?php echo $this->htmlEscape($_item->getName()) ?>" /></a>
44
+ <div class="product-details">
45
+ <p class="product-name"><a href="<?php echo $_item->getProductUrl() ?>"><?php echo $this->htmlEscape($_item->getName()) ?></a></p>
46
+ <?php echo $this->getPriceHtml($_item, true, '-related') ?>
47
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
48
+ <a href="<?php echo $this->getAddToWishlistUrl($_item) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a>
49
+ <?php endif; ?>
50
+ </div>
51
+ </div>
52
+ </li>
53
+ <?php endforeach ?>
54
+ </ol>
55
+ <script type="text/javascript">decorateList('block-related', 'none-recursive')</script>
56
+ </div>
57
+ <script type="text/javascript">
58
+ //<![CDATA[
59
+ $$('.related-checkbox').each(function(elem){
60
+ Event.observe(elem, 'click', addRelatedToProduct)
61
+ });
62
+
63
+ var relatedProductsCheckFlag = false;
64
+ function selectAllRelated(txt){
65
+ if (relatedProductsCheckFlag == false) {
66
+ $$('.related-checkbox').each(function(elem){
67
+ elem.checked = true;
68
+ });
69
+ relatedProductsCheckFlag = true;
70
+ txt.innerHTML="<?php echo $this->__('unselect all') ?>";
71
+ } else {
72
+ $$('.related-checkbox').each(function(elem){
73
+ elem.checked = false;
74
+ });
75
+ relatedProductsCheckFlag = false;
76
+ txt.innerHTML="<?php echo $this->__('select all') ?>";
77
+ }
78
+ addRelatedToProduct();
79
+ }
80
+
81
+ function addRelatedToProduct(){
82
+ var checkboxes = $$('.related-checkbox');
83
+ var values = [];
84
+ for(var i=0;i<checkboxes.length;i++){
85
+ if(checkboxes[i].checked) values.push(checkboxes[i].value);
86
+ }
87
+ if($('related-products-field')){
88
+ $('related-products-field').value = values.join(',');
89
+ }
90
+ }
91
+ //]]>
92
+ </script>
93
+ </div>
94
+ <?php endif ?>
app/design/frontend/magentocenter/redroses/template/catalog/product/list/toolbar.phtml ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Product list toolbar
30
+ *
31
+ * @see Mage_Catalog_Block_Product_List_Toolbar
32
+ */
33
+ ?>
34
+ <?php if($this->getCollection()->getSize()): ?>
35
+ <div class="toolbar">
36
+ <div class="pager">
37
+ <p class="amount">
38
+ <?php if($this->getLastPageNum()>1): ?>
39
+ <?php echo $this->__('Items %s to %s of %s total', $this->getFirstNum(), $this->getLastNum(), $this->getTotalNum()) ?>
40
+ <?php else: ?>
41
+ <strong><?php echo $this->__('%s Item(s)', $this->getTotalNum()) ?></strong>
42
+ <?php endif; ?>
43
+ </p>
44
+
45
+ <div class="limiter">
46
+ <label><?php echo $this->__('Show') ?></label>
47
+ <select onchange="setLocation(this.value)">
48
+ <?php foreach ($this->getAvailableLimit() as $_key=>$_limit): ?>
49
+ <option value="<?php echo $this->getLimitUrl($_key) ?>"<?php if($this->isLimitCurrent($_key)): ?> selected="selected"<?php endif ?>>
50
+ <?php echo $_limit ?>
51
+ </option>
52
+ <?php endforeach; ?>
53
+ </select> <?php echo $this->__('per page') ?>
54
+ </div>
55
+
56
+ <?php echo $this->getPagerHtml() ?>
57
+
58
+ </div>
59
+
60
+ <?php if( $this->isExpanded() ): ?>
61
+ <div class="sorter">
62
+ <?php if( $this->isEnabledViewSwitcher() ): ?>
63
+ <p class="view-mode">
64
+ <?php $_modes = $this->getModes(); ?>
65
+ <?php if($_modes && count($_modes)>1): ?>
66
+ <label><?php echo $this->__('View as') ?>:</label>
67
+ <?php foreach ($this->getModes() as $_code=>$_label): ?>
68
+ <?php if($this->isModeActive($_code)): ?>
69
+ <strong title="<?php echo $_label ?>" class="<?php echo strtolower($_code); ?>"><?php echo $_label ?></strong>&nbsp;
70
+ <?php else: ?>
71
+ <a href="<?php echo $this->getModeUrl($_code) ?>" title="<?php echo $_label ?>" class="<?php echo strtolower($_code); ?>"><?php echo $_label ?></a>&nbsp;
72
+ <?php endif; ?>
73
+ <?php endforeach; ?>
74
+ <?php endif; ?>
75
+ </p>
76
+ <?php endif; ?>
77
+
78
+ <div class="sort-by">
79
+ <label><?php echo $this->__('Sort By') ?></label>
80
+ <select onchange="setLocation(this.value)">
81
+ <?php foreach($this->getAvailableOrders() as $_key=>$_order): ?>
82
+ <option value="<?php echo $this->getOrderUrl($_key, 'asc') ?>"<?php if($this->isOrderCurrent($_key)): ?> selected="selected"<?php endif; ?>>
83
+ <?php echo $_order ?>
84
+ </option>
85
+ <?php endforeach; ?>
86
+ </select>
87
+ <?php if($this->getCurrentDirection() == 'desc'): ?>
88
+ <a href="<?php echo $this->getOrderUrl(null, 'asc') ?>" title="<?php echo $this->__('Set Ascending Direction') ?>"><img src="<?php echo $this->getSkinUrl('images/i_desc_arrow.gif') ?>" alt="<?php echo $this->__('Set Ascending Direction') ?>" class="v-middle" /></a>
89
+ <?php else: ?>
90
+ <a href="<?php echo $this->getOrderUrl(null, 'desc') ?>" title="<?php echo $this->__('Set Descending Direction') ?>"><img src="<?php echo $this->getSkinUrl('images/i_asc_arrow.gif') ?>" alt="<?php echo $this->__('Set Descending Direction') ?>" class="v-middle" /></a>
91
+ <?php endif; ?>
92
+ </div>
93
+ </div>
94
+ <?php endif; ?>
95
+ </div>
96
+ <?php endif ?>
app/design/frontend/magentocenter/redroses/template/catalog/product/list/upsell.phtml ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php if(count($this->getItemCollection()->getItems())): ?>
28
+ <div class="box-collateral box-up-sell">
29
+ <h2><?php echo $this->__('You may also be interested in the following product(s)') ?></h2>
30
+ <table class="products-grid" id="upsell-product-table">
31
+ <?php // $this->setColumnCount(5); // uncomment this line if you want to have another number of columns. also can be changed in layout ?>
32
+ <?php $this->resetItemsIterator() ?>
33
+ <?php for($_i=0;$_i<$this->getRowCount();$_i++): ?>
34
+ <tr>
35
+ <?php for($_j=0;$_j<$this->getColumnCount();$_j++): ?>
36
+ <?php if($_link=$this->getIterableItem()): ?>
37
+ <td>
38
+ <a href="<?php echo $_link->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_link->getName()) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_link, 'small_image')->resize(125) ?>" width="125" height="125" alt="<?php echo $this->htmlEscape($_link->getName()) ?>" /></a>
39
+ <h3 class="product-name"><a href="<?php echo $_link->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_link->getName()) ?>"><?php echo $this->htmlEscape($_link->getName()) ?></a></h3>
40
+ <?php echo $this->getPriceHtml($_link, true, '-upsell') ?>
41
+ <?php echo $this->getReviewsSummaryHtml($_link) ?>
42
+ </td>
43
+ <?php else: ?>
44
+ <td class="empty">&nbsp;</td>
45
+ <?php endif; ?>
46
+ <?php endfor; ?>
47
+ </tr>
48
+ <?php endfor; ?>
49
+ </table>
50
+ <script type="text/javascript">decorateTable('upsell-product-table')</script>
51
+ </div>
52
+ <?php endif ?>
app/design/frontend/magentocenter/redroses/template/catalog/product/new.phtml ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2010 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
+ <h2 class="subtitle"><?php echo $this->__('New Products') ?></h2>
29
+ <?php $_columnCount = $this->getColumnCount(); ?>
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->htmlEscape($_product->getName()) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(135) ?>" width="135" height="135" alt="<?php echo $this->htmlEscape($_product->getName()) ?>" /></a>
36
+ <h3 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>"><?php echo $this->htmlEscape($_product->getName()) ?></a></h3>
37
+ <?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
38
+ <?php echo $this->getPriceHtml($_product, true, '-new') ?>
39
+ <div class="actions">
40
+ <?php if($_product->isSaleable()): ?>
41
+ <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>
42
+ <?php else: ?>
43
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
44
+ <?php endif; ?>
45
+ <ul class="add-to-links">
46
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
47
+ <li><a href="<?php echo $this->getAddToWishlistUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
48
+ <?php endif; ?>
49
+ <?php if ($_compareUrl = $this->getAddToCompareUrl($_product)): ?>
50
+ <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
51
+ <?php endif; ?>
52
+ </ul>
53
+ </div>
54
+ </li>
55
+ <?php if ($i%$_columnCount==0 || $i==count($_products)): ?>
56
+ </ul>
57
+ <?php endif ?>
58
+ <?php endforeach; ?>
59
+ <?php endif; ?>
app/design/frontend/magentocenter/redroses/template/catalog/product/price.phtml ADDED
@@ -0,0 +1,414 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+
28
+ <?php
29
+ /**
30
+ * Template for displaying product price in different places (products grid, product view page etc)
31
+ *
32
+ * @see Mage_Catalog_Block_Product_Abstract
33
+ */
34
+ ?>
35
+ <?php
36
+ $_coreHelper = $this->helper('core');
37
+ $_weeeHelper = $this->helper('weee');
38
+ $_taxHelper = $this->helper('tax');
39
+ /* @var $_coreHelper Mage_Core_Helper_Data */
40
+ /* @var $_weeeHelper Mage_Weee_Helper_Data */
41
+ /* @var $_taxHelper Mage_Tax_Helper_Data */
42
+
43
+ $_product = $this->getProduct();
44
+ $_id = $_product->getId();
45
+ $_weeeSeparator = '';
46
+ $_simplePricesTax = ($_taxHelper->displayPriceIncludingTax() || $_taxHelper->displayBothPrices());
47
+ $_minimalPriceValue = $_product->getMinimalPrice();
48
+ $_minimalPrice = $_taxHelper->getPrice($_product, $_minimalPriceValue, $_simplePricesTax);
49
+ ?>
50
+
51
+ <?php if (!$_product->isGrouped()): ?>
52
+ <?php $_weeeTaxAmount = $_weeeHelper->getAmountForDisplay($_product); ?>
53
+ <?php if ($_weeeHelper->typeOfDisplay($_product, array(1,2,4))): ?>
54
+ <?php $_weeeTaxAmount = $_weeeHelper->getAmount($_product); ?>
55
+ <?php $_weeeTaxAttributes = $_weeeHelper->getProductWeeeAttributesForDisplay($_product); ?>
56
+ <?php endif; ?>
57
+
58
+ <div class="price-box">
59
+ <?php $_price = $_taxHelper->getPrice($_product, $_product->getPrice()) ?>
60
+ <?php $_regularPrice = $_taxHelper->getPrice($_product, $_product->getPrice(), $_simplePricesTax) ?>
61
+ <?php $_finalPrice = $_taxHelper->getPrice($_product, $_product->getFinalPrice()) ?>
62
+ <?php $_finalPriceInclTax = $_taxHelper->getPrice($_product, $_product->getFinalPrice(), true) ?>
63
+ <?php $_weeeDisplayType = $_weeeHelper->getPriceDisplayType(); ?>
64
+ <?php if ($_finalPrice == $_price): ?>
65
+ <?php if ($_taxHelper->displayBothPrices()): ?>
66
+ <?php if ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 0)): // including ?>
67
+ <span class="price-excluding-tax">
68
+ <span class="label"><?php echo $_taxHelper->__('Excl. Tax:') ?></span>
69
+ <span class="price" id="price-excluding-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
70
+ <?php echo $_coreHelper->currency($_price+$_weeeTaxAmount,true,false) ?>
71
+ </span>
72
+ </span>
73
+ <span class="price-including-tax">
74
+ <span class="label"><?php echo $_taxHelper->__('Incl. Tax:') ?></span>
75
+ <span class="price" id="price-including-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
76
+ <?php echo $_coreHelper->currency($_finalPriceInclTax+$_weeeTaxAmount,true,false) ?>
77
+ </span>
78
+ </span>
79
+ <?php elseif ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 1)): // incl. + weee ?>
80
+ <span class="price-excluding-tax">
81
+ <span class="label"><?php echo $_taxHelper->__('Excl. Tax:') ?></span>
82
+ <span class="price" id="price-excluding-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
83
+ <?php echo $_coreHelper->currency($_price+$_weeeTaxAmount,true,false) ?>
84
+ </span>
85
+ </span>
86
+ <span class="price-including-tax">
87
+ <span class="label"><?php echo $_taxHelper->__('Incl. Tax:') ?></span>
88
+ <span class="price" id="price-including-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
89
+ <?php echo $_coreHelper->currency($_finalPriceInclTax+$_weeeTaxAmount,true,false) ?>
90
+ </span>
91
+ <span class="weee">(
92
+ <?php foreach ($_weeeTaxAttributes as $_weeeTaxAttribute): ?>
93
+ <?php echo $_weeeSeparator; ?>
94
+ <?php echo $_weeeTaxAttribute->getName(); ?>: <?php echo $_coreHelper->currency($_weeeTaxAttribute->getAmount(), true, true); ?>
95
+ <?php $_weeeSeparator = ' + '; ?>
96
+ <?php endforeach; ?>
97
+ )</span>
98
+ </span>
99
+ <?php elseif ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 4)): // incl. + weee ?>
100
+ <span class="price-excluding-tax">
101
+ <span class="label"><?php echo $_taxHelper->__('Excl. Tax:') ?></span>
102
+ <span class="price" id="price-excluding-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
103
+ <?php echo $_coreHelper->currency($_price+$_weeeTaxAmount,true,false) ?>
104
+ </span>
105
+ </span>
106
+ <span class="price-including-tax">
107
+ <span class="label"><?php echo $_taxHelper->__('Incl. Tax:') ?></span>
108
+ <span class="price" id="price-including-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
109
+ <?php echo $_coreHelper->currency($_finalPriceInclTax+$_weeeTaxAmount,true,false) ?>
110
+ </span>
111
+ <span class="weee">(
112
+ <?php foreach ($_weeeTaxAttributes as $_weeeTaxAttribute): ?>
113
+ <?php echo $_weeeSeparator; ?>
114
+ <?php echo $_weeeTaxAttribute->getName(); ?>: <?php echo $_coreHelper->currency($_weeeTaxAttribute->getAmount()+$_weeeTaxAttribute->getTaxAmount(), true, true); ?>
115
+ <?php $_weeeSeparator = ' + '; ?>
116
+ <?php endforeach; ?>
117
+ )</span>
118
+ </span>
119
+ <?php elseif ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 2)): // excl. + weee + final ?>
120
+ <span class="price-excluding-tax">
121
+ <span class="label"><?php echo $_taxHelper->__('Excl. Tax:') ?></span>
122
+ <span class="price" id="price-excluding-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
123
+ <?php echo $_coreHelper->currency($_price,true,false) ?>
124
+ </span>
125
+ </span>
126
+ <?php foreach ($_weeeTaxAttributes as $_weeeTaxAttribute): ?>
127
+ <span class="weee">
128
+ <?php echo $_weeeTaxAttribute->getName(); ?>: <?php echo $_coreHelper->currency($_weeeTaxAttribute->getAmount(), true, true); ?>
129
+ </span>
130
+ <?php endforeach; ?>
131
+ <span class="price-including-tax">
132
+ <span class="label"><?php echo $_taxHelper->__('Incl. Tax:') ?></span>
133
+ <span class="price" id="price-including-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
134
+ <?php echo $_coreHelper->currency($_finalPriceInclTax+$_weeeTaxAmount,true,false) ?>
135
+ </span>
136
+ </span>
137
+ <?php else: ?>
138
+ <span class="price-excluding-tax">
139
+ <span class="label"><?php echo $_taxHelper->__('Excl. Tax:') ?></span>
140
+ <span class="price" id="price-excluding-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
141
+ <?php echo $_coreHelper->currency($_price,true,false) ?>
142
+ </span>
143
+ </span>
144
+ <span class="price-including-tax">
145
+ <span class="label"><?php echo $_taxHelper->__('Incl. Tax:') ?></span>
146
+ <span class="price" id="price-including-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
147
+ <?php echo $_coreHelper->currency($_finalPriceInclTax,true,false) ?>
148
+ </span>
149
+ </span>
150
+ <?php endif; ?>
151
+ <?php else: ?>
152
+ <?php if ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 0)): // including ?>
153
+ <span class="regular-price" id="product-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
154
+ <?php echo $_coreHelper->currency($_price+$_weeeTaxAmount,true,true) ?>
155
+ </span>
156
+ <?php elseif ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 1)): // incl. + weee ?>
157
+ <span class="regular-price" id="product-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
158
+ <?php echo $_coreHelper->currency($_price+$_weeeTaxAmount,true,true) ?>
159
+ </span>
160
+ <span class="weee">(
161
+ <?php foreach ($_weeeTaxAttributes as $_weeeTaxAttribute): ?>
162
+ <?php echo $_weeeSeparator; ?>
163
+ <?php echo $_weeeTaxAttribute->getName(); ?>: <?php echo $_coreHelper->currency($_weeeTaxAttribute->getAmount(), true, true); ?>
164
+ <?php $_weeeSeparator = ' + '; ?>
165
+ <?php endforeach; ?>
166
+ )</span>
167
+ <?php elseif ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 4)): // incl. + weee ?>
168
+ <span class="regular-price" id="product-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
169
+ <?php echo $_coreHelper->currency($_price+$_weeeTaxAmount,true,true) ?>
170
+ </span>
171
+ <span class="weee">(
172
+ <?php foreach ($_weeeTaxAttributes as $_weeeTaxAttribute): ?>
173
+ <?php echo $_weeeSeparator; ?>
174
+ <?php echo $_weeeTaxAttribute->getName(); ?>: <?php echo $_coreHelper->currency($_weeeTaxAttribute->getAmount()+$_weeeTaxAttribute->getTaxAmount(), true, true); ?>
175
+ <?php $_weeeSeparator = ' + '; ?>
176
+ <?php endforeach; ?>
177
+ )</span>
178
+ <?php elseif ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 2)): // excl. + weee + final ?>
179
+ <span class="regular-price"><?php echo $_coreHelper->currency($_price,true,true) ?></span><br />
180
+ <?php foreach ($_weeeTaxAttributes as $_weeeTaxAttribute): ?>
181
+ <span class="weee">
182
+ <?php echo $_weeeTaxAttribute->getName(); ?>: <?php echo $_coreHelper->currency($_weeeTaxAttribute->getAmount(), true, true); ?>
183
+ </span>
184
+ <?php endforeach; ?>
185
+ <span class="regular-price" id="product-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
186
+ <?php echo $_coreHelper->currency($_price+$_weeeTaxAmount,true,true) ?>
187
+ </span>
188
+ <?php else: ?>
189
+ <span class="regular-price" id="product-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
190
+ <?php echo $_coreHelper->currency($_price,true,true) ?>
191
+ </span>
192
+ <?php endif; ?>
193
+ <?php endif; ?>
194
+ <?php else: /* if ($_finalPrice == $_price): */ ?>
195
+ <?php $_originalWeeeTaxAmount = $_weeeHelper->getOriginalAmount($_product); ?>
196
+
197
+ <?php if ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 0)): // including ?>
198
+ <p class="old-price">
199
+ <span class="price-label"><?php echo $this->__('Regular Price:') ?></span>
200
+ <span class="price" id="old-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
201
+ <?php echo $_coreHelper->currency($_regularPrice+$_originalWeeeTaxAmount,true,false) ?>
202
+ </span>
203
+ </p>
204
+
205
+ <?php if ($_taxHelper->displayBothPrices()): ?>
206
+ <p class="special-price">
207
+ <span class="price-label"><?php echo $this->__('Special Price:') ?></span>
208
+ <span class="price-excluding-tax">
209
+ <span class="label"><?php echo $_taxHelper->__('Excl. Tax:') ?></span>
210
+ <span class="price" id="price-excluding-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
211
+ <?php echo $_coreHelper->currency($_finalPrice+$_weeeTaxAmount,true,false) ?>
212
+ </span>
213
+ </span>
214
+ <span class="price-including-tax">
215
+ <span class="label"><?php echo $_taxHelper->__('Incl. Tax:') ?></span>
216
+ <span class="price" id="price-including-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
217
+ <?php echo $_coreHelper->currency($_finalPriceInclTax+$_weeeTaxAmount,true,false) ?>
218
+ </span>
219
+ </span>
220
+ </p>
221
+ <?php else: ?>
222
+ <p class="special-price">
223
+ <span class="price-label"><?php echo $this->__('Special Price:') ?></span>
224
+ <span class="price" id="product-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
225
+ <?php echo $_coreHelper->currency($_finalPrice+$_weeeTaxAmount,true,false) ?>
226
+ </span>
227
+ </p>
228
+ <?php endif; ?>
229
+
230
+ <?php elseif ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 1)): // incl. + weee ?>
231
+ <p class="old-price">
232
+ <span class="price-label"><?php echo $this->__('Regular Price:') ?></span>
233
+ <span class="price" id="old-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
234
+ <?php echo $_coreHelper->currency($_regularPrice+$_originalWeeeTaxAmount,true,false) ?>
235
+ </span>
236
+ </p>
237
+
238
+ <p class="special-price">
239
+ <span class="price-label"><?php echo $this->__('Special Price:') ?></span>
240
+ <span class="price-excluding-tax">
241
+ <span class="label"><?php echo $_taxHelper->__('Excl. Tax:') ?></span>
242
+ <span class="price" id="price-excluding-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
243
+ <?php echo $_coreHelper->currency($_finalPrice+$_weeeTaxAmount,true,false) ?>
244
+ </span>
245
+ </span>
246
+ <span class="weee">(
247
+ <?php foreach ($_weeeTaxAttributes as $_weeeTaxAttribute): ?>
248
+ <?php echo $_weeeSeparator; ?>
249
+ <?php echo $_weeeTaxAttribute->getName(); ?>: <?php echo $_coreHelper->currency($_weeeTaxAttribute->getAmount(), true, true); ?>
250
+ <?php $_weeeSeparator = ' + '; ?>
251
+ <?php endforeach; ?>
252
+ )</span>
253
+ <span class="price-including-tax">
254
+ <span class="label"><?php echo $_taxHelper->__('Incl. Tax:') ?></span>
255
+ <span class="price" id="price-including-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
256
+ <?php echo $_coreHelper->currency($_finalPriceInclTax+$_weeeTaxAmount,true,false) ?>
257
+ </span>
258
+ </span>
259
+ </p>
260
+ <?php elseif ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 4)): // incl. + weee ?>
261
+ <p class="old-price">
262
+ <span class="price-label"><?php echo $this->__('Regular Price:') ?></span>
263
+ <span class="price" id="old-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
264
+ <?php echo $_coreHelper->currency($_regularPrice+$_originalWeeeTaxAmount,true,false) ?>
265
+ </span>
266
+ </p>
267
+
268
+ <p class="special-price">
269
+ <span class="price-label"><?php echo $this->__('Special Price:') ?></span>
270
+ <span class="price-excluding-tax">
271
+ <span class="label"><?php echo $_taxHelper->__('Excl. Tax:') ?></span>
272
+ <span class="price" id="price-excluding-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
273
+ <?php echo $_coreHelper->currency($_finalPrice+$_weeeTaxAmount,true,false) ?>
274
+ </span>
275
+ </span>
276
+ <span class="weee">(
277
+ <?php foreach ($_weeeTaxAttributes as $_weeeTaxAttribute): ?>
278
+ <?php echo $_weeeSeparator; ?>
279
+ <?php echo $_weeeTaxAttribute->getName(); ?>: <?php echo $_coreHelper->currency($_weeeTaxAttribute->getAmount()+$_weeeTaxAttribute->getTaxAmount(), true, true); ?>
280
+ <?php $_weeeSeparator = ' + '; ?>
281
+ <?php endforeach; ?>
282
+ )</span>
283
+ <span class="price-including-tax">
284
+ <span class="label"><?php echo $_taxHelper->__('Incl. Tax:') ?></span>
285
+ <span class="price" id="price-including-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
286
+ <?php echo $_coreHelper->currency($_finalPriceInclTax+$_weeeTaxAmount,true,false) ?>
287
+ </span>
288
+ </span>
289
+ </p>
290
+ <?php elseif ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, 2)): // excl. + weee + final ?>
291
+ <p class="old-price">
292
+ <span class="price-label"><?php echo $this->__('Regular Price:') ?></span>
293
+ <span class="price" id="old-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
294
+ <?php echo $_coreHelper->currency($_regularPrice,true,false) ?>
295
+ </span>
296
+ </p>
297
+
298
+ <p class="special-price">
299
+ <span class="price-label"><?php echo $this->__('Special Price:') ?></span>
300
+ <span class="price-excluding-tax">
301
+ <span class="label"><?php echo $_taxHelper->__('Excl. Tax:') ?></span>
302
+ <span class="price" id="price-excluding-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
303
+ <?php echo $_coreHelper->currency($_finalPrice,true,false) ?>
304
+ </span>
305
+ </span>
306
+ <?php foreach ($_weeeTaxAttributes as $_weeeTaxAttribute): ?>
307
+ <span class="weee">
308
+ <?php echo $_weeeTaxAttribute->getName(); ?>: <?php echo $_coreHelper->currency($_weeeTaxAttribute->getAmount(), true, true); ?>
309
+ </span>
310
+ <?php endforeach; ?>
311
+ <span class="price-including-tax">
312
+ <span class="label"><?php echo $_taxHelper->__('Incl. Tax:') ?></span>
313
+ <span class="price" id="price-including-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
314
+ <?php echo $_coreHelper->currency($_finalPriceInclTax+$_weeeTaxAmount,true,false) ?>
315
+ </span>
316
+ </span>
317
+ </p>
318
+ <?php else: // excl. ?>
319
+ <p class="old-price">
320
+ <span class="price-label"><?php echo $this->__('Regular Price:') ?></span>
321
+ <span class="price" id="old-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
322
+ <?php echo $_coreHelper->currency($_regularPrice,true,false) ?>
323
+ </span>
324
+ </p>
325
+
326
+ <?php if ($_taxHelper->displayBothPrices()): ?>
327
+ <p class="special-price">
328
+ <span class="price-label"><?php echo $this->__('Special Price:') ?></span>
329
+ <span class="price-excluding-tax">
330
+ <span class="label"><?php echo $_taxHelper->__('Excl. Tax:') ?></span>
331
+ <span class="price" id="price-excluding-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
332
+ <?php echo $_coreHelper->currency($_finalPrice,true,false) ?>
333
+ </span>
334
+ </span>
335
+ <span class="price-including-tax">
336
+ <span class="label"><?php echo $_taxHelper->__('Incl. Tax:') ?></span>
337
+ <span class="price" id="price-including-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
338
+ <?php echo $_coreHelper->currency($_finalPriceInclTax,true,false) ?>
339
+ </span>
340
+ </span>
341
+ </p>
342
+ <?php else: ?>
343
+ <p class="special-price">
344
+ <span class="price-label"><?php echo $this->__('Special Price:') ?></span>
345
+ <span class="price" id="product-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
346
+ <?php echo $_coreHelper->currency($_finalPrice,true,false) ?>
347
+ </span>
348
+ </p>
349
+ <?php endif; ?>
350
+ <?php endif; ?>
351
+
352
+ <?php endif; /* if ($_finalPrice == $_price): */ ?>
353
+
354
+ <?php if ($this->getDisplayMinimalPrice() && $_minimalPriceValue && $_minimalPriceValue < $_product->getFinalPrice()): ?>
355
+
356
+ <?php $_minimalPriceDisplayValue = $_minimalPrice; ?>
357
+ <?php if ($_weeeTaxAmount && $_weeeHelper->typeOfDisplay($_product, array(0, 1, 4))): ?>
358
+ <?php $_minimalPriceDisplayValue = $_minimalPrice+$_weeeTaxAmount; ?>
359
+ <?php endif; ?>
360
+
361
+ <?php if ($this->getUseLinkForAsLowAs()):?>
362
+ <a href="<?php echo $_product->getProductUrl(); ?>" class="minimal-price-link">
363
+ <?php else:?>
364
+ <span class="minimal-price-link">
365
+ <?php endif?>
366
+ <span class="label"><?php echo $this->__('As low as:') ?></span>
367
+ <span class="price" id="product-minimal-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
368
+ <?php echo $_coreHelper->currency($_minimalPriceDisplayValue,true,false) ?>
369
+ </span>
370
+ <?php if ($this->getUseLinkForAsLowAs()):?>
371
+ </a>
372
+ <?php else:?>
373
+ </span>
374
+ <?php endif?>
375
+ <?php endif; /* if ($this->getDisplayMinimalPrice() && $_minimalPrice && $_minimalPrice < $_finalPrice): */ ?>
376
+ </div>
377
+
378
+ <?php else: /* if (!$_product->isGrouped()): */ ?>
379
+ <?php
380
+ $_exclTax = $_taxHelper->getPrice($_product, $_minimalPriceValue, $includingTax = null);
381
+ $_inclTax = $_taxHelper->getPrice($_product, $_minimalPriceValue, $includingTax = true);
382
+ ?>
383
+ <?php if ($this->getDisplayMinimalPrice() && $_minimalPriceValue): ?>
384
+ <div class="price-box">
385
+ <p class="minimal-price">
386
+ <span class="price-label"><?php echo $this->__('Starting at:') ?></span>
387
+ <?php if ($_taxHelper->displayBothPrices()): ?>
388
+ <span class="price-excluding-tax">
389
+ <span class="label"><?php echo $_taxHelper->__('Excl. Tax:') ?></span>
390
+ <span class="price" id="price-excluding-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
391
+ <?php echo $_coreHelper->currency($_exclTax, true, false) ?>
392
+ </span>
393
+ </span>
394
+ <span class="price-including-tax">
395
+ <span class="label"><?php echo $_taxHelper->__('Incl. Tax:') ?></span>
396
+ <span class="price" id="price-including-tax-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
397
+ <?php echo $_coreHelper->currency($_inclTax, true, false) ?>
398
+ </span>
399
+ </span>
400
+ <?php else: ?>
401
+ <?php
402
+ $_showPrice = $_inclTax;
403
+ if (!$_taxHelper->displayPriceIncludingTax()) {
404
+ $_showPrice = $_exclTax;
405
+ }
406
+ ?>
407
+ <span class="price" id="product-minimal-price-<?php echo $_id ?><?php echo $this->getIdSuffix() ?>">
408
+ <?php echo $_coreHelper->currency($_showPrice, true, false) ?>
409
+ </span>
410
+ <?php endif; ?>
411
+ </p>
412
+ </div>
413
+ <?php endif; /* if ($this->getDisplayMinimalPrice() && $_minimalPrice): */ ?>
414
+ <?php endif; /* if (!$_product->isGrouped()): */ ?>
app/design/frontend/magentocenter/redroses/template/catalog/product/view.phtml ADDED
@@ -0,0 +1,128 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+
27
+ /**
28
+ * Product view template
29
+ *
30
+ * @see Mage_Catalog_Block_Product_View
31
+ * @see Mage_Review_Block_Product_View
32
+ */
33
+ ?>
34
+ <?php
35
+ $_helper = $this->helper('catalog/output');
36
+ $_product = $this->getProduct();
37
+ ?>
38
+ <script type="text/javascript">
39
+ var optionsPrice = new Product.OptionsPrice(<?php echo $this->getJsonConfig() ?>);
40
+ </script>
41
+ <div id="messages_product_view"><?php echo $this->getMessagesBlock()->getGroupedHtml() ?></div>
42
+ <div class="product-view">
43
+ <div class="product-essential">
44
+ <form action="<?php echo $this->getAddToCartUrl($_product) ?>" method="post" id="product_addtocart_form"<?php if($_product->getOptions()): ?> enctype="multipart/form-data"<?php endif; ?>>
45
+ <div class="no-display">
46
+ <input type="hidden" name="product" value="<?php echo $_product->getId() ?>" />
47
+ <input type="hidden" name="related_product" id="related-products-field" value="" />
48
+ </div>
49
+
50
+ <div class="product-shop">
51
+ <div class="product-name">
52
+ <h1><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></h1>
53
+ </div>
54
+
55
+ <?php if ($this->canEmailToFriend()): ?>
56
+ <p class="email-friend"><a href="<?php echo $this->helper('catalog/product')->getEmailToFriendUrl($_product) ?>"><?php echo $this->__('Email to a Friend') ?></a></p>
57
+ <?php endif; ?>
58
+
59
+ <?php echo $this->getReviewsSummaryHtml($_product, false, true)?>
60
+ <?php echo $this->getChildHtml('alert_urls') ?>
61
+ <?php echo $this->getChildHtml('product_type_data') ?>
62
+ <?php echo $this->getTierPriceHtml() ?>
63
+ <?php echo $this->getChildHtml('extrahint') ?>
64
+
65
+ <?php if (!$this->hasOptions()):?>
66
+ <div class="add-to-box">
67
+ <?php if($_product->isSaleable()): ?>
68
+ <?php echo $this->getChildHtml('addtocart') ?>
69
+ <?php if( $this->helper('wishlist')->isAllow() || $_compareUrl=$this->helper('catalog/product_compare')->getAddUrl($_product)): ?>
70
+ <span class="or"><?php echo $this->__('OR') ?></span>
71
+ <?php endif; ?>
72
+ <?php endif; ?>
73
+ <?php echo $this->getChildHtml('addto') ?>
74
+ </div>
75
+ <?php echo $this->getChildHtml('extra_buttons') ?>
76
+ <?php else:?>
77
+ <?php echo $this->getChildHtml('addto') ?>
78
+ <?php endif; ?>
79
+
80
+ <?php if ($_product->getShortDescription()):?>
81
+ <div class="short-description">
82
+ <h2><?php echo $this->__('Quick Overview') ?></h2>
83
+ <div class="std"><?php echo $_helper->productAttribute($_product, nl2br($_product->getShortDescription()), 'short_description') ?></div>
84
+ </div>
85
+ <?php endif;?>
86
+
87
+ <?php echo $this->getChildHtml('other');?>
88
+
89
+ <?php if ($_product->isSaleable() && $this->hasOptions()):?>
90
+ <?php echo $this->getChildChildHtml('container1', '', true, true) ?>
91
+ <?php endif;?>
92
+
93
+ </div>
94
+
95
+ <div class="product-img-box">
96
+ <?php echo $this->getChildHtml('media') ?>
97
+ </div>
98
+
99
+ <div class="clearer"></div>
100
+ <?php if ($_product->isSaleable() && $this->hasOptions()):?>
101
+ <?php echo $this->getChildChildHtml('container2', '', true, true) ?>
102
+ <?php endif;?>
103
+ </form>
104
+ <script type="text/javascript">
105
+ //<![CDATA[
106
+ var productAddToCartForm = new VarienForm('product_addtocart_form');
107
+ productAddToCartForm.submit = function(){
108
+ if (this.validator.validate()) {
109
+ this.form.submit();
110
+ }
111
+ }.bind(productAddToCartForm);
112
+ //]]>
113
+ </script>
114
+ </div>
115
+
116
+ <div class="product-collateral">
117
+ <?php foreach ($this->getChildGroup('detailed_info', 'getChildHtml') as $alias => $html):?>
118
+ <div class="box-collateral <?php echo "box-{$alias}"?>">
119
+ <?php if ($title = $this->getChildData($alias, 'title')):?>
120
+ <h2><?php echo $this->escapeHtml($title); ?></h2>
121
+ <?php endif;?>
122
+ <?php echo $html; ?>
123
+ </div>
124
+ <?php endforeach;?>
125
+ <?php echo $this->getChildHtml('upsell_products') ?>
126
+ <?php echo $this->getChildHtml('product_additional_data') ?>
127
+ </div>
128
+ </div>
app/design/frontend/magentocenter/redroses/template/catalog/product/view/additional.phtml ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2010 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 foreach ($this->getChildHtmlList() as $_html): ?>
28
+ <?php echo $_html ?>
29
+ <?php endforeach; ?>
app/design/frontend/magentocenter/redroses/template/catalog/product/view/addto.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) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+
28
+ <?php $_product = $this->getProduct() ?>
29
+ <ul class="add-to-links">
30
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
31
+ <li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
32
+ <?php endif; ?>
33
+ <?php if($_compareUrl=$this->helper('catalog/product_compare')->getAddUrl($_product) ): ?>
34
+ <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
35
+ <?php endif; ?>
36
+ </ul>
app/design/frontend/magentocenter/redroses/template/catalog/product/view/addtocart.phtml ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+
28
+ <?php $_product = $this->getProduct() ?>
29
+
30
+ <?php if($_product->isSaleable()): ?>
31
+ <div class="add-to-cart">
32
+ <?php if(!$_product->isGrouped()): ?>
33
+ <label for="qty"><?php echo $this->__('Qty:') ?></label>
34
+ <input type="text" name="qty" id="qty" maxlength="12" value="<?php echo $this->getMinimalQty($_product) ?>" title="<?php echo $this->__('Qty') ?>" class="input-text qty" />
35
+ <?php endif; ?>
36
+ <button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="productAddToCartForm.submit()"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
37
+ <?php echo $this->getChildHtml('', true, true) ?>
38
+ </div>
39
+ <?php endif; ?>
app/design/frontend/magentocenter/redroses/template/catalog/product/view/attributes.phtml ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+
27
+ /**
28
+ * Product additional attributes template
29
+ *
30
+ * @see Mage_Catalog_Block_Product_View_Attributes
31
+ */
32
+ ?>
33
+ <?php
34
+ $_helper = $this->helper('catalog/output');
35
+ $_product = $this->getProduct()
36
+ ?>
37
+ <?php if($_additional = $this->getAdditionalData()): ?>
38
+ <h2><?php echo $this->__('Additional Information') ?></h2>
39
+ <table class="data-table" id="product-attribute-specs-table">
40
+ <col width="25%" />
41
+ <col />
42
+ <tbody>
43
+ <?php foreach ($_additional as $_data): ?>
44
+ <tr>
45
+ <th class="label"><?php echo $this->htmlEscape($this->__($_data['label'])) ?></th>
46
+ <td class="data"><?php echo $_helper->productAttribute($_product, $_data['value'], $_data['code']) ?></td>
47
+ </tr>
48
+ <?php endforeach; ?>
49
+ </tbody>
50
+ </table>
51
+ <script type="text/javascript">decorateTable('product-attribute-specs-table')</script>
52
+ <?php endif;?>
app/design/frontend/magentocenter/redroses/template/catalog/product/view/description.phtml ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+
27
+ /**
28
+ * Product description template
29
+ *
30
+ * @see Mage_Catalog_Block_Product_View_Description
31
+ */
32
+ ?>
33
+ <?php $_description = $this->getProduct()->getDescription(); ?>
34
+ <?php if ($_description): ?>
35
+ <h2><?php echo $this->__('Details') ?></h2>
36
+ <div class="std">
37
+ <?php echo $this->helper('catalog/output')->productAttribute($this->getProduct(), $_description, 'description') ?>
38
+ </div>
39
+ <?php endif; ?>
app/design/frontend/magentocenter/redroses/template/catalog/product/view/media.phtml ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+
27
+ /**
28
+ * Product media data template
29
+ *
30
+ * @see Mage_Catalog_Block_Product_View_Media
31
+ */
32
+ ?>
33
+ <?php
34
+ $_product = $this->getProduct();
35
+ $_helper = $this->helper('catalog/output');
36
+ ?>
37
+ <?php if ($_product->getImage() != 'no_selection' && $_product->getImage()): ?>
38
+ <p class="product-image product-image-zoom">
39
+ <?php
40
+ $_img = '<img id="image" src="'.$this->helper('catalog/image')->init($_product, 'image').'" alt="'.$this->htmlEscape($this->getImageLabel()).'" title="'.$this->htmlEscape($this->getImageLabel()).'" />';
41
+ echo $_helper->productAttribute($_product, $_img, 'image');
42
+ ?>
43
+ </p>
44
+ <p class="zoom-notice" id="track_hint"><?php echo $this->__('Double click on above image to view full picture') ?></p>
45
+ <div class="zoom">
46
+ <img id="zoom_out" src="<?php echo $this->getSkinUrl('images/slider_btn_zoom_out.gif') ?>" alt="<?php echo $this->__('Zoom Out') ?>" title="<?php echo $this->__('Zoom Out') ?>" class="btn-zoom-out" />
47
+ <div id="track">
48
+ <div id="handle"></div>
49
+ </div>
50
+ <img id="zoom_in" src="<?php echo $this->getSkinUrl('images/slider_btn_zoom_in.gif') ?>" alt="<?php echo $this->__('Zoom In') ?>" title="<?php echo $this->__('Zoom In') ?>" class="btn-zoom-in" />
51
+ </div>
52
+ <script type="text/javascript">
53
+ //<![CDATA[
54
+ Event.observe(window, 'load', function() {
55
+ product_zoom = new Product.Zoom('image', 'track', 'handle', 'zoom_in', 'zoom_out', 'track_hint');
56
+ });
57
+ //]]>
58
+ </script>
59
+ <?php else: ?>
60
+ <p class="product-image">
61
+ <?php
62
+ $_img = '<img src="'.$this->helper('catalog/image')->init($_product, 'image')->resize(265).'" alt="'.$this->htmlEscape($this->getImageLabel()).'" title="'.$this->htmlEscape($this->getImageLabel()).'" />';
63
+ echo $_helper->productAttribute($_product, $_img, 'image');
64
+ ?>
65
+ </p>
66
+ <?php endif; ?>
67
+ <?php if (count($this->getGalleryImages()) > 0): ?>
68
+ <div class="more-views">
69
+ <h2><?php echo $this->__('More Views') ?></h2>
70
+ <ul>
71
+ <?php foreach ($this->getGalleryImages() as $_image): ?>
72
+ <li>
73
+ <a href="#" onclick="popWin('<?php echo $this->getGalleryUrl($_image) ?>', 'gallery', 'width=300,height=300,left=0,top=0,location=no,status=yes,scrollbars=yes,resizable=yes'); return false;" title="<?php echo $this->htmlEscape($_image->getLabel()) ?>"><img src="<?php echo $this->helper('catalog/image')->init($this->getProduct(), 'thumbnail', $_image->getFile())->resize(56); ?>" width="56" height="56" alt="<?php echo $this->htmlEscape($_image->getLabel()) ?>" /></a>
74
+ </li>
75
+ <?php endforeach; ?>
76
+ </ul>
77
+ </div>
78
+ <?php endif; ?>
app/design/frontend/magentocenter/redroses/template/catalog/product/view/options.phtml ADDED
@@ -0,0 +1,180 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+
28
+ <?php $_options = Mage::helper('core')->decorateArray($this->getOptions()) ?>
29
+ <?php if (count($_options)):?>
30
+ <script type="text/javascript">
31
+ //<![CDATA[
32
+ var optionFileUpload = {
33
+ productForm : $('product_addtocart_form'),
34
+ formAction : '',
35
+ formElements : {},
36
+ upload : function(element){
37
+ this.formElements = this.productForm.select('input', 'select', 'textarea', 'button');
38
+ this.removeRequire(element.readAttribute('id').sub('option_', ''));
39
+
40
+ template = '<iframe id="upload_target" name="upload_target" style="width:0; height:0; border:0;"><\/iframe>';
41
+
42
+ Element.insert($('option_'+element.readAttribute('id').sub('option_', '')+'_uploaded_file'), {after: template});
43
+
44
+ this.formAction = this.productForm.action;
45
+
46
+ var baseUrl = '<?php echo $this->getUrl('*/product/upload') ?>';
47
+ var urlExt = 'option_id/'+element.readAttribute('id').sub('option_', '');
48
+
49
+ this.productForm.action = parseSidUrl(baseUrl, urlExt);
50
+ this.productForm.target = 'upload_target';
51
+ this.productForm.submit();
52
+ this.productForm.target = '';
53
+ this.productForm.action = this.formAction;
54
+ },
55
+ removeRequire : function(skipElementId){
56
+ for(var i=0; i<this.formElements.length; i++){
57
+ if (this.formElements[i].readAttribute('id') != 'option_'+skipElementId+'_file' && this.formElements[i].type != 'button') {
58
+ this.formElements[i].disabled='disabled';
59
+ }
60
+ }
61
+ },
62
+ addRequire : function(skipElementId){
63
+ for(var i=0; i<this.formElements.length; i++){
64
+ if (this.formElements[i].readAttribute('name') != 'options_'+skipElementId+'_file' && this.formElements[i].type != 'button') {
65
+ this.formElements[i].disabled='';
66
+ }
67
+ }
68
+ },
69
+ uploadCallback : function(data){
70
+ this.addRequire(data.optionId);
71
+ $('upload_target').remove();
72
+
73
+ if (data.error) {
74
+
75
+ } else {
76
+ $('option_'+data.optionId+'_uploaded_file').value = data.fileName;
77
+ $('option_'+data.optionId+'_file').value = '';
78
+ $('option_'+data.optionId+'_file').hide();
79
+ $('option_'+data.optionId+'').hide();
80
+ template = '<div id="option_'+data.optionId+'_file_box"><a href="#"><img src="var/options/'+data.fileName+'" alt=""><\/a><a href="#" onclick="optionFileUpload.removeFile('+data.optionId+')" title="Remove file" \/>Remove file<\/a>';
81
+
82
+ Element.insert($('option_'+data.optionId+'_uploaded_file'), {after: template});
83
+ }
84
+ },
85
+ removeFile : function(optionId)
86
+ {
87
+ $('option_'+optionId+'_uploaded_file').value= '';
88
+ $('option_'+optionId+'_file').show();
89
+ $('option_'+optionId+'').show();
90
+
91
+ $('option_'+optionId+'_file_box').remove();
92
+ }
93
+ }
94
+ var optionTextCounter = {
95
+ count : function(field,cntfield,maxlimit){
96
+ if (field.value.length > maxlimit){
97
+ field.value = field.value.substring(0, maxlimit);
98
+ } else {
99
+ cntfield.innerHTML = maxlimit - field.value.length;
100
+ }
101
+ }
102
+ }
103
+
104
+ Product.Options = Class.create();
105
+ Product.Options.prototype = {
106
+ initialize : function(config){
107
+ this.config = config;
108
+ this.reloadPrice();
109
+ },
110
+ reloadPrice : function(){
111
+ price = new Number();
112
+ config = this.config;
113
+ skipIds = [];
114
+ $$('.product-custom-option').each(function(element){
115
+ var optionId = 0;
116
+ element.name.sub(/[0-9]+/, function(match){
117
+ optionId = match[0];
118
+ });
119
+ if (this.config[optionId]) {
120
+ if (element.type == 'checkbox' || element.type == 'radio') {
121
+ if (element.checked) {
122
+ if (config[optionId][element.getValue()]) {
123
+ price += parseFloat(config[optionId][element.getValue()]);
124
+ }
125
+ }
126
+ } else if(element.hasClassName('datetime-picker') && !skipIds.include(optionId)) {
127
+ dateSelected = true;
128
+ $$('.product-custom-option[id^="options_' + optionId + '"]').each(function(dt){
129
+ if (dt.getValue() == '') {
130
+ dateSelected = false;
131
+ }
132
+ });
133
+ if (dateSelected) {
134
+ price += parseFloat(this.config[optionId]);
135
+ skipIds[optionId] = optionId;
136
+ }
137
+ } else if(element.type == 'select-one' || element.type == 'select-multiple') {
138
+ if (element.options) {
139
+ $A(element.options).each(function(selectOption){
140
+ if (selectOption.selected) {
141
+ if (this.config[optionId][selectOption.value]) {
142
+ price += parseFloat(this.config[optionId][selectOption.value]);
143
+ }
144
+ }
145
+ });
146
+ }
147
+ } else {
148
+ if (element.getValue().strip() != '') {
149
+ price += parseFloat(this.config[optionId]);
150
+ }
151
+ }
152
+ }
153
+ });
154
+ try {
155
+ optionsPrice.changePrice('options', price);
156
+ optionsPrice.reload();
157
+ } catch (e) {
158
+
159
+ }
160
+ }
161
+ }
162
+ function validateOptionsCallback(elmId, result){
163
+ var container = $(elmId).up('ul.options-list');
164
+ if (result == 'failed') {
165
+ container.removeClassName('validation-passed');
166
+ container.addClassName('validation-failed');
167
+ } else {
168
+ container.removeClassName('validation-failed');
169
+ container.addClassName('validation-passed');
170
+ }
171
+ }
172
+ var opConfig = new Product.Options(<?php echo $this->getJsonConfig() ?>);
173
+ //]]>
174
+ </script>
175
+ <dl>
176
+ <?php foreach($_options as $_option): ?>
177
+ <?php echo $this->getOptionHtml($_option) ?>
178
+ <?php endforeach; ?>
179
+ </dl>
180
+ <?php endif; ?>
app/design/frontend/magentocenter/redroses/template/catalog/product/view/options/js.phtml ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2010 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
+ <script type="text/javascript">
28
+ //<![CDATA[
29
+ var DateOption = Class.create({
30
+
31
+ getDaysInMonth: function(month, year)
32
+ {
33
+ var curDate = new Date();
34
+ if (!month) {
35
+ month = curDate.getMonth();
36
+ }
37
+ if (2 == month && !year) { // leap year assumption for unknown year
38
+ return 29;
39
+ }
40
+ if (!year) {
41
+ year = curDate.getFullYear();
42
+ }
43
+ return 32 - new Date(year, month - 1, 32).getDate();
44
+ },
45
+
46
+ reloadMonth: function(event)
47
+ {
48
+ var selectEl = event.findElement();
49
+ var idParts = selectEl.id.split("_");
50
+ if (idParts.length != 3) {
51
+ return false;
52
+ }
53
+ var optionIdPrefix = idParts[0] + "_" + idParts[1];
54
+ var month = parseInt($(optionIdPrefix + "_month").value);
55
+ var year = parseInt($(optionIdPrefix + "_year").value);
56
+ var dayEl = $(optionIdPrefix + "_day");
57
+
58
+ var days = this.getDaysInMonth(month, year);
59
+
60
+ //remove days
61
+ for (var i = dayEl.options.length - 1; i >= 0; i--) {
62
+ if (dayEl.options[i].value > days) {
63
+ dayEl.remove(dayEl.options[i].index);
64
+ }
65
+ }
66
+
67
+ // add days
68
+ var lastDay = parseInt(dayEl.options[dayEl.options.length-1].value);
69
+ for (i = lastDay + 1; i <= days; i++) {
70
+ this.addOption(dayEl, i, i);
71
+ }
72
+ },
73
+
74
+ addOption: function(select, text, value)
75
+ {
76
+ var option = document.createElement('OPTION');
77
+ option.value = value;
78
+ option.text = text;
79
+
80
+ if (select.options.add) {
81
+ select.options.add(option);
82
+ } else {
83
+ select.appendChild(option);
84
+ }
85
+ }
86
+ });
87
+ var dateOption = new DateOption();
88
+ //]]>
89
+ </script>
app/design/frontend/magentocenter/redroses/template/catalog/product/view/options/type/date.phtml ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2010 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 $_option = $this->getOption() ?>
28
+ <?php $_optionId = $_option->getId() ?>
29
+ <dt><label><?php echo $this->htmlEscape($_option->getTitle()) ?><?php if ($_option->getIsRequire()): ?><span class="required">&nbsp;*</span><?php endif; ?></label>
30
+ <?php echo $this->getFormatedPrice() ?></dt>
31
+ <dd<?php if ($_option->decoratedIsLast){?> class="last"<?php }?>>
32
+
33
+ <?php if ($_option->getType() == Mage_Catalog_Model_Product_Option::OPTION_TYPE_DATE_TIME
34
+ || $_option->getType() == Mage_Catalog_Model_Product_Option::OPTION_TYPE_DATE): ?>
35
+
36
+ <?php echo $this->getDateHtml() ?>
37
+
38
+ <?php if (!$this->useCalendar()): ?>
39
+ <script type="text/javascript">
40
+ //<![CDATA[
41
+ Event.observe('options_<?php echo $_optionId ?>_month', 'change', dateOption.reloadMonth.bind(dateOption));
42
+ Event.observe('options_<?php echo $_optionId ?>_year', 'change', dateOption.reloadMonth.bind(dateOption));
43
+ //]]>
44
+ </script>
45
+ <?php endif; ?>
46
+
47
+ <?php endif; ?>
48
+
49
+ <?php if ($_option->getType() == Mage_Catalog_Model_Product_Option::OPTION_TYPE_DATE_TIME
50
+ || $_option->getType() == Mage_Catalog_Model_Product_Option::OPTION_TYPE_TIME): ?>
51
+ <span class="time-picker"><?php echo $this->getTimeHtml() ?></span>
52
+ <?php endif; ?>
53
+
54
+ <input type="hidden" name="validate_datetime_<?php echo $_optionId ?>" class="validate-datetime-<?php echo $_optionId ?>" value="" />
55
+ <script type="text/javascript">
56
+ //<![CDATA[
57
+ <?php if ($_option->getIsRequire()): ?>
58
+ Validation.addAllThese(
59
+ [
60
+ ['validate-datetime-<?php echo $_optionId ?>', '<?php echo $this->jsQuoteEscape( Mage::helper('catalog')->__('This is a required option') )?>', function(v) {
61
+ var dateTimeParts = $$('.datetime-picker[id^="options_<?php echo $_optionId ?>"]');
62
+ for (var i=0; i < dateTimeParts.length; i++) {
63
+ if (dateTimeParts[i].value == "") return false;
64
+ }
65
+ return true;
66
+ }]
67
+ ]
68
+ );
69
+ <?php else: ?>
70
+ Validation.add(
71
+ 'validate-datetime-<?php echo $_optionId ?>',
72
+ '<?php echo $this->jsQuoteEscape( Mage::helper('catalog')->__('Field is not complete') )?>',
73
+ function(v) {
74
+ var dateTimeParts = $$('.datetime-picker[id^="options_<?php echo $_optionId ?>"]');
75
+ var hasWithValue = false, hasWithNoValue = false;
76
+ var pattern = /day_part$/i;
77
+ for (var i=0; i < dateTimeParts.length; i++) {
78
+ if (! pattern.test(dateTimeParts[i].id)) {
79
+ if (dateTimeParts[i].value === "") {
80
+ hasWithValue = true;
81
+ } else {
82
+ hasWithNoValue = true;
83
+ }
84
+ }
85
+ }
86
+ return hasWithValue ^ hasWithNoValue;
87
+ }
88
+ );
89
+ <?php endif; ?>
90
+ //]]>
91
+ </script>
92
+ </dd>
app/design/frontend/magentocenter/redroses/template/catalog/product/view/options/type/default.phtml ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2010 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 $_option = $this->getOption() ?>
28
+ <dt>
29
+ <label><?php echo $this->htmlEscape($_option->getTitle()) ?></label>
30
+ </dt>
app/design/frontend/magentocenter/redroses/template/catalog/product/view/options/type/file.phtml ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2010 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 $_option = $this->getOption() ?>
28
+ <dt><label><?php echo $this->htmlEscape($_option->getTitle()) ?><?php if ($_option->getIsRequire()): ?><span class="required">&nbsp;*</span><?php endif; ?></label>
29
+ <?php echo $this->getFormatedPrice() ?></dt>
30
+ <dd<?php if ($_option->decoratedIsLast){?> class="last"<?php }?>>
31
+ <input type="file" id="option_<?php echo $_option->getId() ?>_file" name="options_<?php echo $_option->getId() ?>_file" class="product-custom-option<?php echo $_option->getIsRequire() ? ' required-entry' : '' ?>" onchange="opConfig.reloadPrice()" />
32
+ <?php if ($_option->getFileExtension()): ?>
33
+ <p class="no-margin"><?php echo Mage::helper('catalog')->__('Allowed file extensions to upload')?>: <strong><?php echo $_option->getFileExtension() ?></strong></p>
34
+ <?php endif; ?>
35
+ <?php if ($_option->getImageSizeX() > 0): ?>
36
+ <p class="no-margin"><?php echo Mage::helper('catalog')->__('Maximum image width')?>: <strong><?php echo $_option->getImageSizeX() ?> <?php echo Mage::helper('catalog')->__('px.')?></strong></p>
37
+ <?php endif; ?>
38
+ <?php if ($_option->getImageSizeY() > 0): ?>
39
+ <p class="no-margin"><?php echo Mage::helper('catalog')->__('Maximum image height')?>: <strong><?php echo $_option->getImageSizeY() ?> <?php echo Mage::helper('catalog')->__('px.')?></strong></p>
40
+ <?php endif; ?>
41
+ </dd>
app/design/frontend/magentocenter/redroses/template/catalog/product/view/options/type/select.phtml ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2010 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 /* @var $this Mage_Catalog_Block_Product_View_Options_Type_Select */ ?>
28
+ <?php $_option = $this->getOption() ?>
29
+ <dt><label><?php echo $this->htmlEscape($_option->getTitle()) ?><?php if ($_option->getIsRequire()): ?><span class="required">&nbsp;*</span><?php endif; ?></label></dt>
30
+ <dd<?php if ($_option->decoratedIsLast){?> class="last"<?php }?>>
31
+ <?php echo $this->getValuesHtml() ?>
32
+ <?php if ($_option->getIsRequire()): ?>
33
+ <?php if ($_option->getType() == Mage_Catalog_Model_Product_Option::OPTION_TYPE_RADIO || $_option->getType() == Mage_Catalog_Model_Product_Option::OPTION_TYPE_CHECKBOX): ?>
34
+ <span id="options-<?php echo $_option->getId() ?>-container"></span>
35
+ <?php endif; ?>
36
+ <?php endif;?>
37
+ </dd>
app/design/frontend/magentocenter/redroses/template/catalog/product/view/options/type/text.phtml ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 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 $_option = $this->getOption() ?>
28
+ <dt><label><?php echo $this->htmlEscape($_option->getTitle()) ?><?php if ($_option->getIsRequire()): ?><span class="required">&nbsp;*</span><?php endif; ?></label>
29
+ <?php echo $this->getFormatedPrice() ?></dt>
30
+ <dd<?php if ($_option->decoratedIsLast){?> class="last"<?php }?>>
31
+ <?php if ($_option->getType() == Mage_Catalog_Model_Product_Option::OPTION_TYPE_FIELD): ?>
32
+ <input type="text" onchange="opConfig.reloadPrice()" id="options_<?php echo $_option->getId() ?>_text" class="input-text<?php echo $_option->getIsRequire() ? ' required-entry' : '' ?> <?php echo $_option->getMaxCharacters() ? ' validate-length maximum-length-'.$_option->getMaxCharacters() : '' ?> product-custom-option" name="options[<?php echo $_option->getId() ?>]" value="" />
33
+ <?php elseif ($_option->getType() == Mage_Catalog_Model_Product_Option::OPTION_TYPE_AREA): ?>
34
+ <textarea id="options_<?php echo $_option->getId() ?>_text" onchange="opConfig.reloadPrice()" class="<?php echo $_option->getIsRequire() ? ' required-entry' : '' ?> <?php echo $_option->getMaxCharacters() ? ' validate-length maximum-length-'.$_option->getMaxCharacters() : '' ?> product-custom-option" name="options[<?php echo $_option->getId() ?>]" rows="5" cols="25"></textarea>
35
+ <?php endif; ?>
36
+ <?php if ($_option->getMaxCharacters()): ?>
37
+ <p class="note"><?php echo Mage::helper('catalog')->__('Maximum number of characters:')?> <strong><?php echo $_option->getMaxCharacters() ?></strong></p>
38
+ <?php endif; ?>
39
+ </dd>
app/design/frontend/magentocenter/redroses/template/catalog/product/view/options/wrapper.phtml ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <div class="product-options" id="product-options-wrapper">
28
+ <?php echo $this->getChildHtml('', true, true);?>
29
+ <?php if ($this->hasRequiredOptions()):?>
30
+ <p class="required"><?php echo $this->__('* Required Fields') ?></p>
31
+ <?php endif;?>
32
+ </div>
33
+ <script type="text/javascript">decorateGeneric($$('#product-options-wrapper dl'), ['last']);</script>
app/design/frontend/magentocenter/redroses/template/catalog/product/view/options/wrapper/bottom.phtml ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <div class="product-options-bottom">
28
+ <?php echo $this->getChildHtml('', true, true);?>
29
+ </div>
app/design/frontend/magentocenter/redroses/template/catalog/product/view/price.phtml ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2010 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="price-box" id="product_price">
32
+ <p class="old-price"><?php echo $this->__('Old Price:') ?> <?php echo $this->getPrice() ?></p>
33
+ <p class="special-price"><?php echo $this->getPrice() ?></p>
34
+ </div>
app/design/frontend/magentocenter/redroses/template/catalog/product/view/price_clone.phtml ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2010 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 $_product = $this->getProduct() ?>
28
+ <?php echo $this->getPriceHtml($_product, false, '_clone') ?>
app/design/frontend/magentocenter/redroses/template/catalog/product/view/tierprices.phtml ADDED
@@ -0,0 +1,181 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+
28
+ <?php
29
+ /**
30
+ * @see Mage_Catalog_Block_Product_View
31
+ */
32
+ $_product = $this->getProduct();
33
+ $_tierPrices = $this->getTierPrices();
34
+ $_finalPriceInclTax = $this->helper('tax')->getPrice($_product, $_product->getFinalPrice(), true);
35
+
36
+ $_weeeTaxAmount = Mage::helper('weee')->getAmountForDisplay($_product);
37
+ if (Mage::helper('weee')->typeOfDisplay($_product, array(1,2,4))) {
38
+ $_weeeTaxAttributes = Mage::helper('weee')->getProductWeeeAttributesForDisplay($_product);
39
+ }
40
+
41
+ ?>
42
+ <?php if (count($_tierPrices) > 0): ?>
43
+ <ul class="<?php echo ($this->getInGrouped() ? 'tier-prices-grouped' : 'tier-prices'); ?>">
44
+ <?php if ($this->getInGrouped()): ?>
45
+ <?php $_tierPrices = $this->getTierPrices($_product); ?>
46
+ <?php endif; ?>
47
+ <?php Mage::helper('weee')->processTierPrices($_product, $_tierPrices); ?>
48
+
49
+ <?php foreach ($_tierPrices as $_price): ?>
50
+ <?php if ($this->helper('tax')->displayBothPrices()): ?>
51
+ <?php if (Mage::helper('weee')->typeOfDisplay($_product, 0)): ?>
52
+ <li><?php echo $this->__('Buy %1$s for %2$s (%3$s incl. tax) each', $_price['price_qty'], $_price['formated_price_incl_weee_only'], $_price['formated_price_incl_weee']) ?>
53
+ <?php elseif(Mage::helper('weee')->typeOfDisplay($_product, 1)): ?>
54
+ <li><?php echo $this->__('Buy %1$s for %2$s', $_price['price_qty'], $_price['formated_price_incl_weee_only']); ?>
55
+ <?php if ($_weeeTaxAttributes): ?>
56
+ (<small>
57
+ <?php echo $this->__('%1$s incl tax.', $_price['formated_price_incl_weee']); ?>
58
+ <?php $separator = ' + '; foreach ($_weeeTaxAttributes as $_attribute): ?>
59
+ <?php echo $separator; ?>
60
+ <?php echo $_attribute->getName(); ?>: <?php echo Mage::helper('core')->currency($_attribute->getAmount()); ?>
61
+ <?php endforeach; ?>
62
+ </small>)
63
+ <?php endif; ?>
64
+ <?php echo $this->__('each') ?>
65
+ <?php elseif(Mage::helper('weee')->typeOfDisplay($_product, 4)): ?>
66
+ <li><?php echo $this->__('Buy %1$s for %2$s', $_price['price_qty'], $_price['formated_price_incl_weee_only']); ?>
67
+ <?php if ($_weeeTaxAttributes): ?>
68
+ (<small>
69
+ <?php echo $this->__('%1$s incl tax.', $_price['formated_price_incl_weee']); ?>
70
+ <?php $separator = ' + '; foreach ($_weeeTaxAttributes as $_attribute): ?>
71
+ <?php echo $separator; ?>
72
+ <?php echo $_attribute->getName(); ?>: <?php echo Mage::helper('core')->currency($_attribute->getAmount()+$_attribute->getTaxAmount()); ?>
73
+ <?php endforeach; ?>
74
+ </small>)
75
+ <?php endif; ?>
76
+ <?php echo $this->__('each') ?>
77
+ <?php elseif(Mage::helper('weee')->typeOfDisplay($_product, 2)): ?>
78
+ <li><?php echo $this->__('Buy %1$s for %2$s', $_price['price_qty'], $_price['formated_price']); ?>
79
+ <?php if ($_weeeTaxAttributes): ?>
80
+ (<small>
81
+ <?php foreach ($_weeeTaxAttributes as $_attribute): ?>
82
+ <?php echo $_attribute->getName(); ?>: <?php echo Mage::helper('core')->currency($_attribute->getAmount()); ?>
83
+ <?php endforeach; ?>
84
+ <?php echo $this->__('Total incl. Tax: %1$s', $_price['formated_price_incl_weee']); ?>
85
+ </small>)
86
+ <?php endif; ?>
87
+ <?php echo $this->__('each') ?>
88
+ <?php else: ?>
89
+ <li><?php echo $this->__('Buy %1$s for %2$s (%3$s incl. tax) each', $_price['price_qty'], $_price['formated_price'], $_price['formated_price_incl_tax']) ?>
90
+ <?php endif; ?>
91
+ <?php else: ?>
92
+ <?php if ($this->helper('tax')->displayPriceIncludingTax()): ?>
93
+ <?php if (Mage::helper('weee')->typeOfDisplay($_product, 0)): ?>
94
+ <li><?php echo $this->__('Buy %1$s for %2$s each', $_price['price_qty'], $_price['formated_price_incl_weee']) ?>
95
+ <?php elseif(Mage::helper('weee')->typeOfDisplay($_product, 1)): ?>
96
+ <li><?php echo $this->__('Buy %1$s for %2$s', $_price['price_qty'], $_price['formated_price_incl_weee']); ?>
97
+ <?php if ($_weeeTaxAttributes): ?>
98
+ (</small>
99
+ <?php $separator = ''; foreach ($_weeeTaxAttributes as $_attribute): ?>
100
+ <?php echo $separator; ?>
101
+ <?php echo $_attribute->getName(); ?>: <?php echo Mage::helper('core')->currency($_attribute->getAmount()); ?>
102
+ <?php $separator = ' + '; endforeach; ?>
103
+ <small>)
104
+ <?php endif; ?>
105
+ <?php echo $this->__('each') ?>
106
+ <?php elseif(Mage::helper('weee')->typeOfDisplay($_product, 4)): ?>
107
+ <li><?php echo $this->__('Buy %1$s for %2$s', $_price['price_qty'], $_price['formated_price_incl_weee']); ?>
108
+ <?php if ($_weeeTaxAttributes): ?>
109
+ (</small>
110
+ <?php $separator = ''; foreach ($_weeeTaxAttributes as $_attribute): ?>
111
+ <?php echo $separator; ?>
112
+ <?php echo $_attribute->getName(); ?>: <?php echo Mage::helper('core')->currency($_attribute->getAmount()+$_attribute->getTaxAmount()); ?>
113
+ <?php $separator = ' + '; endforeach; ?>
114
+ <small>)
115
+ <?php endif; ?>
116
+ <?php echo $this->__('each') ?>
117
+ <?php elseif(Mage::helper('weee')->typeOfDisplay($_product, 2)): ?>
118
+ <li><?php echo $this->__('Buy %1$s for %2$s', $_price['price_qty'], $_price['formated_price_incl_tax']); ?>
119
+ <?php if ($_weeeTaxAttributes): ?>
120
+ (<small>
121
+ <?php foreach ($_weeeTaxAttributes as $_attribute): ?>
122
+ <?php echo $_attribute->getName(); ?>: <?php echo Mage::helper('core')->currency($_attribute->getAmount()); ?>
123
+ <?php endforeach; ?>
124
+ <?php echo $this->__('Total incl. Tax: %1$s', $_price['formated_price_incl_weee']); ?>
125
+ </small>)
126
+ <?php endif; ?>
127
+ <?php echo $this->__('each') ?>
128
+ <?php else: ?>
129
+ <li><?php echo $this->__('Buy %1$s for %2$s each', $_price['price_qty'], $_price['formated_price_incl_tax']) ?>
130
+ <?php endif; ?>
131
+ <?php else: ?>
132
+ <?php if (Mage::helper('weee')->typeOfDisplay($_product, 0)): ?>
133
+ <li><?php echo $this->__('Buy %1$s for %2$s each', $_price['price_qty'], $_price['formated_price_incl_weee_only']) ?>
134
+ <?php elseif(Mage::helper('weee')->typeOfDisplay($_product, 1)): ?>
135
+ <li><?php echo $this->__('Buy %1$s for %2$s', $_price['price_qty'], $_price['formated_price_incl_weee_only']); ?>
136
+ <?php if ($_weeeTaxAttributes): ?>
137
+ (<small>
138
+ <?php $separator = ''; foreach ($_weeeTaxAttributes as $_attribute): ?>
139
+ <?php echo $separator; ?>
140
+ <?php echo $_attribute->getName(); ?>: <?php echo Mage::helper('core')->currency($_attribute->getAmount()); ?>
141
+ <?php $separator = ' + '; endforeach; ?>
142
+ </small>)
143
+ <?php endif; ?>
144
+ <?php echo $this->__('each') ?>
145
+ <?php elseif(Mage::helper('weee')->typeOfDisplay($_product, 4)): ?>
146
+ <li><?php echo $this->__('Buy %1$s for %2$s', $_price['price_qty'], $_price['formated_price_incl_weee_only']); ?>
147
+ <?php if ($_weeeTaxAttributes): ?>
148
+ (<small>
149
+ <?php $separator = ''; foreach ($_weeeTaxAttributes as $_attribute): ?>
150
+ <?php echo $separator; ?>
151
+ <?php echo $_attribute->getName(); ?>: <?php echo Mage::helper('core')->currency($_attribute->getAmount()+$_attribute->getTaxAmount()); ?>
152
+ <?php $separator = ' + '; endforeach; ?>
153
+ </small>)
154
+ <?php endif; ?>
155
+ <?php echo $this->__('each') ?>
156
+ <?php elseif(Mage::helper('weee')->typeOfDisplay($_product, 2)): ?>
157
+ <li><?php echo $this->__('Buy %1$s for %2$s', $_price['price_qty'], $_price['formated_price']); ?>
158
+ <?php if ($_weeeTaxAttributes): ?>
159
+ (<small>
160
+ <?php foreach ($_weeeTaxAttributes as $_attribute): ?>
161
+ <?php echo $_attribute->getName(); ?>: <?php echo Mage::helper('core')->currency($_attribute->getAmount()); ?>
162
+ <?php endforeach; ?>
163
+ <?php echo $this->__('Total incl. Tax: %1$s', $_price['formated_price_incl_weee_only']); ?>
164
+ </small>)
165
+ <?php endif; ?>
166
+ <?php echo $this->__('each') ?>
167
+ <?php else: ?>
168
+ <li><?php echo $this->__('Buy %1$s for %2$s each', $_price['price_qty'], $_price['formated_price']) ?>
169
+ <?php endif; ?>
170
+ <?php endif; ?>
171
+ <?php endif; ?>
172
+ <?php if (!$this->getInGrouped()): ?>
173
+ <?php if(($_product->getPrice() == $_product->getFinalPrice() && $_product->getPrice() > $_price['price'])
174
+ || ($_product->getPrice() != $_product->getFinalPrice() && $_product->getFinalPrice() > $_price['price'])): ?>
175
+ <?php echo $this->__('and') ?>&nbsp;<strong class="benefit"><?php echo $this->__('save')?>&nbsp;<?php echo $_price['savePercent']?>%
176
+ <?php endif ?></strong>
177
+ <?php endif; ?>
178
+ </li>
179
+ <?php endforeach ?>
180
+ </ul>
181
+ <?php endif;?>
app/design/frontend/magentocenter/redroses/template/catalog/product/view/type/configurable.phtml ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2010 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
+ * Super product options
29
+ *
30
+ * @see Mage_Catalog_Block_Product_View_Super_Config
31
+ */
32
+ ?>
33
+ <?php $_product = $this->getProduct() ?>
34
+ <?php if($_product->isSaleable()): ?>
35
+ <p class="availability in-stock"><?php echo $this->__('Availability:') ?> <span><?php echo $this->__('In stock') ?></span></p>
36
+ <?php else: ?>
37
+ <p class="availability out-of-stock"><?php echo $this->__('Availability:') ?> <span><?php echo $this->__('Out of stock') ?></span></p>
38
+ <?php endif; ?>
39
+ <?php echo $this->getChildHtml('product_type_data_extra') ?>
40
+ <?php echo $this->getPriceHtml($_product) ?>
app/design/frontend/magentocenter/redroses/template/catalog/product/view/type/grouped.phtml ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2010 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
+ * Grouped product data template
29
+ *
30
+ * @see Mage_Catalog_Block_Product_View_Media
31
+ * @see Mage_Catalog_Block_Product_View_Type_Grouped
32
+ */
33
+ ?>
34
+ <?php $_product = $this->getProduct() ?>
35
+ <?php $_associatedProducts = $this->getAssociatedProducts() ?>
36
+ <?php if($_product->isSaleable() && count($_associatedProducts)): ?>
37
+ <p class="availability in-stock"><?php echo $this->__('Availability:') ?> <span><?php echo $this->__('In stock') ?></span></p>
38
+ <?php else: ?>
39
+ <p class="availability out-of-stock"><?php echo $this->__('Availability:') ?> <span><?php echo $this->__('Out of stock') ?></span></p>
40
+ <?php endif; ?>
41
+ <?php echo $this->getChildHtml('product_type_data_extra') ?>
42
+ <table class="data-table grouped-items-table" id="super-product-table">
43
+ <col />
44
+ <col />
45
+ <col width="1" />
46
+ <thead>
47
+ <tr>
48
+ <th><?php echo $this->__('Product Name') ?></th>
49
+ <th class="a-right"><?php echo $this->__('Price') ?></th>
50
+ <?php if ($_product->isSaleable()): ?>
51
+ <th class="a-center"><?php echo $this->__('Qty') ?></th>
52
+ <?php endif; ?>
53
+ </tr>
54
+ </thead>
55
+ <tbody>
56
+ <?php if (count($_associatedProducts)): ?>
57
+ <?php foreach ($_associatedProducts as $_item): ?>
58
+ <?php $_finalPriceInclTax = $this->helper('tax')->getPrice($_item, $_item->getFinalPrice(), true) ?>
59
+ <tr>
60
+ <td><?php echo $this->htmlEscape($_item->getName()) ?></td>
61
+ <td class="a-right">
62
+ <?php echo $this->getPriceHtml($_item, true) ?>
63
+ <?php echo $this->getTierPriceHtml($_item) ?>
64
+ </td>
65
+ <?php if ($_product->isSaleable()): ?>
66
+ <td class="a-center">
67
+ <?php if ($_item->isSaleable()) : ?>
68
+ <input type="text" name="super_group[<?php echo $_item->getId() ?>]" maxlength="12" value="<?php echo $_item->getQty()*1 ?>" title="<?php echo $this->__('Qty') ?>" class="input-text qty" />
69
+ <?php else: ?>
70
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
71
+ <?php endif; ?>
72
+ </td>
73
+ <?php endif; ?>
74
+ </tr>
75
+ <?php endforeach; ?>
76
+ <?php else: ?>
77
+ <tr>
78
+ <td colspan="<?php if ($_product->isSaleable()): ?>4<?php else : ?>3<?php endif; ?>"><?php echo $this->__('No options of this product are available.') ?></td>
79
+ </tr>
80
+ <?php endif; ?>
81
+ </tbody>
82
+ </table>
83
+ <script type="text/javascript">decorateTable('super-product-table')</script>
app/design/frontend/magentocenter/redroses/template/catalog/product/view/type/options/configurable.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) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+
28
+ <?php
29
+ $_product = $this->getProduct();
30
+ $_attributes = Mage::helper('core')->decorateArray($this->getAllowAttributes());
31
+ ?>
32
+ <?php if ($_product->isSaleable() && count($_attributes)):?>
33
+ <dl>
34
+ <?php foreach($_attributes as $_attribute): ?>
35
+ <dt><label><?php echo $_attribute->getLabel() ?><span class="required">&nbsp;*</span></label></dt>
36
+ <dd<?php if ($_attribute->decoratedIsLast){?> class="last"<?php }?>>
37
+ <select name="super_attribute[<?php echo $_attribute->getAttributeId() ?>]" id="attribute<?php echo $_attribute->getAttributeId() ?>" class="required-entry super-attribute-select">
38
+ <option><?php echo $this->__('Choose an Option...') ?></option>
39
+ </select>
40
+ </dd>
41
+ <?php endforeach; ?>
42
+ </dl>
43
+ <script type="text/javascript">
44
+ var spConfig = new Product.Config(<?php echo $this->getJsonConfig() ?>);
45
+ </script>
46
+ <?php endif;?>
app/design/frontend/magentocenter/redroses/template/catalog/product/view/type/simple.phtml ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2010 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
+ * Simple product deatle template
29
+ *
30
+ * @see Mage_Catalog_Block_Product_View_Type_Simple
31
+ */
32
+ ?>
33
+ <?php $_product = $this->getProduct() ?>
34
+
35
+ <?php if($_product->isSaleable()): ?>
36
+ <p class="availability in-stock"><?php echo $this->__('Availability:') ?> <span><?php echo $this->__('In stock') ?></span></p>
37
+ <?php else: ?>
38
+ <p class="availability out-of-stock"><?php echo $this->__('Availability:') ?> <span><?php echo $this->__('Out of stock') ?></span></p>
39
+ <?php endif; ?>
40
+ <?php echo $this->getChildHtml('product_type_data_extra') ?>
41
+ <?php echo $this->getPriceHtml($_product) ?>
app/design/frontend/magentocenter/redroses/template/catalog/product/view/type/virtual.phtml ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2010 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
+ * Simple product deatle template
29
+ *
30
+ * @see Mage_Catalog_Block_Product_View_Type_Simple
31
+ */
32
+ ?>
33
+ <?php $_product = $this->getProduct() ?>
34
+
35
+ <?php if($_product->isSaleable()): ?>
36
+ <p class="availability in-stock"><?php echo $this->__('Availability:') ?> <span><?php echo $this->__('In stock') ?></span></p>
37
+ <?php else: ?>
38
+ <p class="availability out-of-stock"><?php echo $this->__('Availability:') ?> <span><?php echo $this->__('Out of stock') ?></span></p>
39
+ <?php endif; ?>
40
+ <?php echo $this->getChildHtml('product_type_data_extra') ?>
41
+ <?php echo $this->getPriceHtml($_product) ?>
app/design/frontend/magentocenter/redroses/template/catalog/product/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) 2010 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-product-link"><a <?php echo $this->getLinkAttributes() ?>><span><?php echo $this->htmlEscape($this->getAnchorText()) ?></span></a></span>
app/design/frontend/magentocenter/redroses/template/catalog/product/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) 2010 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-product-link-inline"><a <?php echo $this->getLinkAttributes() ?>><span><?php echo $this->htmlEscape($this->getAnchorText()) ?></span></a></span>
app/design/frontend/magentocenter/redroses/template/catalog/product/widget/new/column/new_default_list.phtml ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2010 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
+ <div class="widget widget-new-products">
29
+ <div class="block">
30
+ <div class="block-title">
31
+ <strong><span><?php echo $this->__('New Products') ?></span></strong>
32
+ </div>
33
+ <div class="block-content">
34
+ <?php $suffix = $this->getNameInLayout(); ?>
35
+ <ol class="mini-products-list" id="widget-new-products-<?php echo $suffix; ?>">
36
+ <?php foreach ($_products->getItems() as $_product): ?>
37
+ <li class="item">
38
+ <a class="product-image" href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'thumbnail')->resize(50) ?>" width="50" height="50" alt="<?php echo $this->stripTags($_product->getName(), null, true) ?>" /></a>
39
+ <div class="product-details">
40
+ <p class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>)"><?php echo $this->helper('catalog/output')->productAttribute($_product, $_product->getName() , 'name') ?></a></p>
41
+ <?php echo $this->getPriceHtml($_product, true, '-widget-new-'.$suffix) ?>
42
+ <?php if ($_product->getIsSalable()): ?>
43
+ <a href="<?php echo $this->getAddToCartUrl($_product) ?>" class="link-cart"><?php echo $this->__('Add to Cart') ?></a>
44
+ <?php else: ?>
45
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
46
+ <?php endif; ?>
47
+ </div>
48
+ </li>
49
+ <?php endforeach; ?>
50
+ </ol>
51
+ <script type="text/javascript">decorateList('widget-new-products-<?php echo $suffix; ?>', 'none-recursive')</script>
52
+ </div>
53
+ </div>
54
+ </div>
55
+ <?php endif; ?>
app/design/frontend/magentocenter/redroses/template/catalog/product/widget/new/column/new_images_list.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) 2010 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
+ <div class="widget widget-new-products">
29
+ <div class="block">
30
+ <div class="block-title">
31
+ <strong><span><?php echo $this->__('New Products') ?></span></strong>
32
+ </div>
33
+ <div class="block-content">
34
+ <?php $suffix = $this->getNameInLayout(); ?>
35
+ <ol class="mini-products-images-list" id="widget-new-products-<?php echo $suffix; ?>">
36
+ <?php foreach ($_products->getItems() as $_product): ?>
37
+ <li class="item">
38
+ <a class="product-image" href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(76) ?>" width="76" height="76" alt="<?php echo $this->stripTags($_product->getName(), null, true) ?>" /></a>
39
+ </li>
40
+ <?php endforeach; ?>
41
+ </ol>
42
+ <script type="text/javascript">decorateList('widget-new-products-<?php echo $suffix; ?>', 'none-recursive')</script>
43
+ </div>
44
+ </div>
45
+ </div>
46
+ <?php endif; ?>
app/design/frontend/magentocenter/redroses/template/catalog/product/widget/new/column/new_names_list.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) 2010 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
+ <div class="widget widget-new-products">
29
+ <div class="block">
30
+ <div class="block-title">
31
+ <strong><span><?php echo $this->__('New Products') ?></span></strong>
32
+ </div>
33
+ <div class="block-content">
34
+ <?php $suffix = $this->getNameInLayout(); ?>
35
+ <ol id="widget-new-products-<?php echo $suffix; ?>">
36
+ <?php foreach ($_products->getItems() as $_product): ?>
37
+ <li class="item">
38
+ <p class="product-name"><a href="<?php echo $_product->getProductUrl() ?>"><?php echo $this->helper('catalog/output')->productAttribute($_product, $_product->getName() , 'name') ?></a></p>
39
+ </li>
40
+ <?php endforeach; ?>
41
+ </ol>
42
+ <script type="text/javascript">decorateList('widget-new-products-<?php echo $suffix; ?>', 'none-recursive')</script>
43
+ </div>
44
+ </div>
45
+ </div>
46
+ <?php endif; ?>
app/design/frontend/magentocenter/redroses/template/catalog/product/widget/new/content/new_grid.phtml ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2010 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
+ <div class="widget widget-new-products">
29
+ <div class="widget-title">
30
+ <h2><?php echo $this->__('New Products') ?></h2>
31
+ </div>
32
+ <div class="widget-products">
33
+ <?php $_columnCount = $this->getColumnCount(); ?>
34
+ <?php $i=0; foreach ($_products->getItems() as $_product): ?>
35
+ <?php if ($i++%$_columnCount==0): ?>
36
+ <ul class="products-grid">
37
+ <?php endif ?>
38
+ <li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
39
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(85) ?>" width="85" height="85" alt="<?php echo $this->stripTags($_product->getName(), null, true) ?>" /></a>
40
+ <h3 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>)"><?php echo $this->helper('catalog/output')->productAttribute($_product, $_product->getName() , 'name') ?></a></h3>
41
+ <?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
42
+ <?php echo $this->getPriceHtml($_product, true, '-widget-new-grid') ?>
43
+ <div class="actions">
44
+ <?php if ($_product->isSaleable()): ?>
45
+ <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>
46
+ <?php else: ?>
47
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
48
+ <?php endif; ?>
49
+ <ul class="add-to-links">
50
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
51
+ <li><a href="<?php echo $this->getAddToWishlistUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
52
+ <?php endif; ?>
53
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
54
+ <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
55
+ <?php endif; ?>
56
+ </ul>
57
+ </div>
58
+ </li>
59
+ <?php if ($i%$_columnCount==0 || $i==count($_products)): ?>
60
+ </ul>
61
+ <?php endif ?>
62
+ <?php endforeach; ?>
63
+ </div>
64
+ </div>
65
+ <?php endif; ?>
app/design/frontend/magentocenter/redroses/template/catalog/product/widget/new/content/new_list.phtml ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2010 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
+ <div class="widget widget-new-products">
29
+ <div class="widget-title">
30
+ <h2><?php echo $this->__('New Products') ?></h2>
31
+ </div>
32
+ <div class="widget-products">
33
+ <ol class="products-list">
34
+ <?php $i=0; foreach ($_products->getItems() as $_product): ?>
35
+ <li class="item<?php echo (++$i == count($_products))?' last':''; ?>">
36
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(85) ?>" width="85" height="85" alt="<?php echo $this->stripTags($_product->getName(), null, true) ?>" /></a>
37
+ <div class="product-shop">
38
+ <div class="f-fix">
39
+ <h3 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>)"><?php echo $this->helper('catalog/output')->productAttribute($_product, $_product->getName() , 'name') ?></a></h3>
40
+ <?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
41
+ <?php echo $this->getPriceHtml($_product, true, '-widget-new-list') ?>
42
+ <?php if ($_product->isSaleable()): ?>
43
+ <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>
44
+ <?php else: ?>
45
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
46
+ <?php endif; ?>
47
+ <ul class="add-to-links">
48
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
49
+ <li><a href="<?php echo $this->getAddToWishlistUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
50
+ <?php endif; ?>
51
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
52
+ <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
53
+ <?php endif; ?>
54
+ </ul>
55
+ </div>
56
+ </div>
57
+ </li>
58
+ <?php endforeach; ?>
59
+ </ol>
60
+ </div>
61
+ </div>
62
+ <?php endif; ?>
app/design/frontend/magentocenter/redroses/template/page/1column.phtml ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Template for Mage_Page_Block_Html
30
+ */
31
+ ?>
32
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
33
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
34
+ <head>
35
+ <?php echo $this->getChildHtml('head') ?>
36
+ </head>
37
+ <body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
38
+ <?php echo $this->getChildHtml('after_body_start') ?>
39
+ <div class="wrapper">
40
+ <?php echo $this->getChildHtml('global_notices') ?>
41
+ <div class="page">
42
+ <?php echo $this->getChildHtml('header') ?>
43
+ <div class="main-container col1-layout">
44
+ <div class="main">
45
+ <?php echo $this->getChildHtml('breadcrumbs') ?>
46
+ <div class="col-main">
47
+ <?php echo $this->getChildHtml('global_messages') ?>
48
+ <?php echo $this->getChildHtml('content') ?>
49
+ </div>
50
+ </div>
51
+ </div>
52
+ <?php echo $this->getChildHtml('footer') ?>
53
+ <?php echo $this->getChildHtml('before_body_end') ?>
54
+ </div>
55
+ </div>
56
+ <?php echo $this->getAbsoluteFooter() ?>
57
+ </body>
58
+ </html>
app/design/frontend/magentocenter/redroses/template/page/2columns-left.phtml ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Template for Mage_Page_Block_Html
30
+ */
31
+ ?>
32
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
33
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
34
+ <head>
35
+ <?php echo $this->getChildHtml('head') ?>
36
+ </head>
37
+ <body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
38
+ <?php echo $this->getChildHtml('after_body_start') ?>
39
+ <div class="wrapper">
40
+ <?php echo $this->getChildHtml('global_notices') ?>
41
+ <div class="page">
42
+ <?php echo $this->getChildHtml('header') ?>
43
+ <div class="main-container col2-left-layout">
44
+ <div class="main">
45
+ <?php echo $this->getChildHtml('breadcrumbs') ?>
46
+ <div class="col-main">
47
+ <?php echo $this->getChildHtml('global_messages') ?>
48
+ <?php echo $this->getChildHtml('content') ?>
49
+ </div>
50
+ <div class="col-left sidebar"><?php echo $this->getChildHtml('left') ?></div>
51
+ </div>
52
+ </div>
53
+ <?php echo $this->getChildHtml('footer') ?>
54
+ <?php echo $this->getChildHtml('before_body_end') ?>
55
+ </div>
56
+ </div>
57
+ <?php echo $this->getAbsoluteFooter() ?>
58
+ </body>
59
+ </html>
app/design/frontend/magentocenter/redroses/template/page/2columns-right.phtml ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Template for Mage_Page_Block_Html
30
+ */
31
+ ?>
32
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
33
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
34
+ <head>
35
+ <?php echo $this->getChildHtml('head') ?>
36
+ </head>
37
+ <body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
38
+ <?php echo $this->getChildHtml('after_body_start') ?>
39
+ <div class="wrapper">
40
+ <?php echo $this->getChildHtml('global_notices') ?>
41
+ <div class="page">
42
+ <?php echo $this->getChildHtml('header') ?>
43
+ <div class="main-container col2-right-layout">
44
+ <div class="main">
45
+ <?php echo $this->getChildHtml('breadcrumbs') ?>
46
+ <div class="col-main">
47
+ <?php echo $this->getChildHtml('global_messages') ?>
48
+ <?php echo $this->getChildHtml('content') ?>
49
+ </div>
50
+ <div class="col-right sidebar"><?php echo $this->getChildHtml('right') ?></div>
51
+ </div>
52
+ </div>
53
+ <?php echo $this->getChildHtml('footer') ?>
54
+ <?php echo $this->getChildHtml('before_body_end') ?>
55
+ </div>
56
+ </div>
57
+ <?php echo $this->getAbsoluteFooter() ?>
58
+ </body>
59
+ </html>
app/design/frontend/magentocenter/redroses/template/page/3columns.phtml ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Template for Mage_Page_Block_Html
30
+ */
31
+ ?>
32
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
33
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
34
+ <head>
35
+ <?php echo $this->getChildHtml('head') ?>
36
+ </head>
37
+ <body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
38
+ <?php echo $this->getChildHtml('after_body_start') ?>
39
+ <div class="wrapper">
40
+ <?php echo $this->getChildHtml('global_notices') ?>
41
+ <div class="page">
42
+ <?php echo $this->getChildHtml('header') ?>
43
+ <div class="main-container col3-layout">
44
+ <div class="main">
45
+ <?php echo $this->getChildHtml('breadcrumbs') ?>
46
+ <div class="col-wrapper">
47
+ <div class="col-main">
48
+ <?php echo $this->getChildHtml('global_messages') ?>
49
+ <?php echo $this->getChildHtml('content') ?>
50
+ </div>
51
+ <div class="col-left sidebar"><?php echo $this->getChildHtml('left') ?></div>
52
+ </div>
53
+ <div class="col-right sidebar"><?php echo $this->getChildHtml('right') ?></div>
54
+ </div>
55
+ </div>
56
+ <?php echo $this->getChildHtml('footer') ?>
57
+ <?php echo $this->getChildHtml('before_body_end') ?>
58
+ </div>
59
+ </div>
60
+ <?php echo $this->getAbsoluteFooter() ?>
61
+ </body>
62
+ </html>
app/design/frontend/magentocenter/redroses/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) 2010 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/magentocenter/redroses/template/page/html/breadcrumbs.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) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php if($crumbs && is_array($crumbs)): ?>
28
+ <div class="breadcrumbs">
29
+ <ul>
30
+ <?php foreach($crumbs as $_crumbName=>$_crumbInfo): ?>
31
+ <li class="<?php echo $_crumbName ?>">
32
+ <?php if($_crumbInfo['link']): ?>
33
+ <a href="<?php echo $_crumbInfo['link'] ?>" title="<?php echo $this->htmlEscape($_crumbInfo['title']) ?>"><?php echo $this->htmlEscape($_crumbInfo['label']) ?></a>
34
+ <?php elseif($_crumbInfo['last']): ?>
35
+ <strong><?php echo $this->htmlEscape($_crumbInfo['label']) ?></strong>
36
+ <?php else: ?>
37
+ <?php echo $this->htmlEscape($_crumbInfo['label']) ?>
38
+ <?php endif; ?>
39
+ <?php if(!$_crumbInfo['last']): ?>
40
+ <span>/ </span>
41
+ <?php endif; ?>
42
+ </li>
43
+ <?php endforeach; ?>
44
+ </ul>
45
+ </div>
46
+ <?php endif; ?>
app/design/frontend/magentocenter/redroses/template/page/html/footer.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) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <div class="footer-container">
28
+ <div class="f-head">
29
+ <?php echo $this->getChildHtml('footer_links') ?>
30
+ </div>
31
+ <div class="footer">
32
+ <div class="f1">
33
+ <?php echo $this->getChildHtml('footer_links_cms1') ?>
34
+ </div>
35
+ <div class="f2">
36
+ <?php echo $this->getChildHtml('footer_links_cms2') ?>
37
+ </div>
38
+ <div class="f3">
39
+ <?php echo $this->getChildHtml('footer_links_cms3') ?>
40
+ </div>
41
+ <div class="copy">
42
+ <a href="http://magentocenter.org" onclick="this.target='_blank'"> template by - <strong>Magentocenter.org</strong></a>
43
+ </div>
44
+
45
+ </div>
46
+ </div>
app/design/frontend/magentocenter/redroses/template/page/html/head.phtml ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2010 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
+ <title><?php echo $this->getTitle() ?></title>
28
+ <meta http-equiv="Content-Type" content="<?php echo $this->getContentType() ?>" />
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->getSkinUrl('favicon.ico') ?>" type="image/x-icon" />
33
+ <link rel="shortcut icon" href="<?php echo $this->getSkinUrl('favicon.ico') ?>" type="image/x-icon" />
34
+ <!--[if lt IE 7]>
35
+ <script type="text/javascript">
36
+ //<![CDATA[
37
+ var BLANK_URL = '<?php echo $this->helper('core/js')->getJsUrl('blank.html') ?>';
38
+ var BLANK_IMG = '<?php echo $this->helper('core/js')->getJsUrl('spacer.gif') ?>';
39
+ //]]>
40
+ </script>
41
+ <![endif]-->
42
+ <?php echo $this->getCssJsHtml() ?>
43
+ <?php echo $this->getChildHtml() ?>
44
+ <?php echo $this->helper('core/js')->getTranslatorScript() ?>
45
+ <?php echo $this->getIncludes() ?>
app/design/frontend/magentocenter/redroses/template/page/html/header.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) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ /**
27
+ * @var Mage_Page_Block_Html_Header $this
28
+ */
29
+ ?>
30
+ <div class="header-container">
31
+ <div class="header">
32
+ <?php if ($this->getIsHomePage()):?>
33
+ <h1 class="logo"><strong><?php echo $this->getLogoAlt() ?></strong><a href="<?php echo $this->getUrl('') ?>" title="<?php echo $this->getLogoAlt() ?>" class="logo"><img src="<?php echo $this->getLogoSrc() ?>" alt="<?php echo $this->getLogoAlt() ?>" /></a></h1>
34
+ <?php else:?>
35
+ <a href="<?php echo $this->getUrl('') ?>" title="<?php echo $this->getLogoAlt() ?>" class="logo"><strong><?php echo $this->getLogoAlt() ?></strong><img src="<?php echo $this->getLogoSrc() ?>" alt="<?php echo $this->getLogoAlt() ?>" /></a>
36
+ <?php endif?>
37
+ <div class="quick-access">
38
+ <?php # echo $this->getChildHtml('topSearch') ?>
39
+ <strong><p class="welcome-msg"><img src="<?php echo $this->getSkinUrl('images/error_button_16.png');?>" alt=""/> &nbsp;<?php echo $this->getWelcome()?></p></strong>
40
+ <?php echo $this->getChildHtml('topLinks') ?>
41
+ <?php echo $this->getChildHtml('store_language') ?>
42
+ </div>
43
+ <?php echo $this->getChildHtml('topContainer'); ?>
44
+ </div>
45
+ </div>
46
+ <?php echo $this->getChildHtml('topMenu') ?>
app/design/frontend/magentocenter/redroses/template/page/html/notices.phtml ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2010 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
+ * @see Mage_Page_Block_Html_Notices
30
+ */
31
+ ?>
32
+ <?php if ($this->displayNoscriptNotice()): ?>
33
+ <noscript>
34
+ <div class="noscript">
35
+ <div class="noscript-inner">
36
+ <p><strong><?php echo $this->__('JavaScript seem to be disabled in your browser.'); ?></strong></p>
37
+ <p><?php echo $this->__('You must have JavaScript enabled in your browser to utilize the functionality of this website.'); ?></p>
38
+ </div>
39
+ </div>
40
+ </noscript>
41
+ <?php endif; ?>
42
+ <?php if ($this->displayDemoNotice()): ?>
43
+ <p class="demo-notice"><?php echo $this->__('This is a demo store. Any orders placed through this store will not be honored or fulfilled.') ?></p>
44
+ <?php endif; ?>
app/design/frontend/magentocenter/redroses/template/page/html/pager.phtml ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2010 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
+ * Pager template
30
+ *
31
+ * @see Mage_Page_Block_Html_Pager
32
+ */
33
+ ?>
34
+ <?php if($this->getCollection()->getSize()): ?>
35
+
36
+ <?php if($this->getUseContainer()): ?>
37
+ <div class="pager">
38
+ <?php endif ?>
39
+
40
+ <?php if($this->getShowAmounts()): ?>
41
+ <p class="amount">
42
+ <?php if($this->getLastPageNum()>1): ?>
43
+ <?php echo $this->__('Items %s to %s of %s total', $this->getFirstNum(), $this->getLastNum(), $this->getTotalNum()) ?>
44
+ <?php else: ?>
45
+ <strong><?php echo $this->__('%s Item(s)', $this->getTotalNum()) ?></strong>
46
+ <?php endif; ?>
47
+ </p>
48
+ <?php endif ?>
49
+
50
+ <?php if($this->getShowPerPage()): ?>
51
+ <div class="limiter">
52
+ <label><?php echo $this->__('Show') ?></label>
53
+ <select onchange="setLocation(this.value)">
54
+ <?php foreach ($this->getAvailableLimit() as $_key=>$_limit): ?>
55
+ <option value="<?php echo $this->getLimitUrl($_key) ?>"<?php if($this->isLimitCurrent($_key)): ?> selected="selected"<?php endif ?>>
56
+ <?php echo $_limit ?>
57
+ </option>
58
+ <?php endforeach; ?>
59
+ </select> <?php echo $this->__('per page') ?>
60
+ </div>
61
+ <?php endif ?>
62
+
63
+ <?php if($this->getLastPageNum()>1): ?>
64
+ <div class="pages">
65
+ <strong><?php echo $this->__('Page:') ?></strong>
66
+ <ol>
67
+ <?php if (!$this->isFirstPage()): ?>
68
+ <li>
69
+ <a class="previous" href="<?php echo $this->getPreviousPageUrl() ?>" title="<?php echo $this->__('Previous') ?>">
70
+ <?php if(!$this->getAnchorTextForPrevious()): ?>
71
+ <img src="<?php echo $this->getSkinUrl('images/i_pager-prev.gif') ?>" alt="<?php echo $this->__('Previous') ?>" class="v-middle" />
72
+ <?php else: ?>
73
+ <?php echo $this->getAnchorTextForPrevious() ?>
74
+ <?php endif;?>
75
+ </a>
76
+ </li>
77
+ <?php endif;?>
78
+
79
+ <?php if ($this->canShowFirst()): ?>
80
+ <li><a class="first" href="<?php echo $this->getFirstPageUrl() ?>">1</a></li>
81
+ <?php endif;?>
82
+
83
+ <?php if ($this->canShowPreviousJump()): ?>
84
+ <li><a class="previous_jump" title="" href="<?php echo $this->getPreviousJumpUrl() ?>">...</a></li>
85
+ <?php endif;?>
86
+
87
+ <?php foreach ($this->getFramePages() as $_page): ?>
88
+ <?php if ($this->isPageCurrent($_page)): ?>
89
+ <li class="current"><?php echo $_page ?></li>
90
+ <?php else: ?>
91
+ <li><a href="<?php echo $this->getPageUrl($_page) ?>"><?php echo $_page ?></a></li>
92
+ <?php endif;?>
93
+ <?php endforeach;?>
94
+
95
+
96
+ <?php if ($this->canShowNextJump()): ?>
97
+ <li><a class="next_jump" title="" href="<?php echo $this->getNextJumpUrl() ?>">...</a></li>
98
+ <?php endif;?>
99
+
100
+ <?php if ($this->canShowLast()): ?>
101
+ <li><a class="last" href="<?php echo $this->getLastPageUrl() ?>"><?php echo $this->getLastPageNum() ?></a></li>
102
+ <?php endif;?>
103
+
104
+ <?php if (!$this->isLastPage()): ?>
105
+ <li>
106
+ <a class="next" href="<?php echo $this->getNextPageUrl() ?>" title="<?php echo $this->__('Next') ?>">
107
+ <?php if(!$this->getAnchorTextForNext()): ?>
108
+ <img src="<?php echo $this->getSkinUrl('images/i_pager-next.gif') ?>" alt="<?php echo $this->__('Next') ?>" class="v-middle" />
109
+ <?php else: ?>
110
+ <?php echo $this->getAnchorTextForNext() ?>
111
+ <?php endif;?>
112
+ </a>
113
+ </li>
114
+ <?php endif;?>
115
+ </ol>
116
+
117
+ </div>
118
+ <?php endif; ?>
119
+
120
+ <?php if($this->getUseContainer()): ?>
121
+ </div>
122
+ <?php endif ?>
123
+
124
+ <?php endif ?>
app/design/frontend/magentocenter/redroses/template/page/html/top.links.phtml ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 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
+ * @deprecated after 1.4.0.1
30
+ */
31
+ ?>
32
+ <?php if($toplinks && is_array($toplinks)): ?>
33
+ <ul class="links">
34
+ <?php echo $this->getChildHtml() ?>
35
+ <?php foreach($toplinks as $_toplink): ?>
36
+ <li<?php if($_toplink['first']||$_toplink['last']): ?> class="<?php if($_toplink['first']): ?>first<?php endif; ?><?php if($_toplink['last']): ?> last<?php endif; ?>"<?php endif; ?> <?php echo $_toplink['liParams'] ?>><?php echo $_toplink['beforeText'] ?><a <?php echo $_toplink['aParams'] ?>><?php echo $_toplink['innerText'] ?></a><?php echo $_toplink['afterText'] ?></li>
37
+ <?php endforeach; ?>
38
+ </ul>
39
+ <?php endif; ?>
app/design/frontend/magentocenter/redroses/template/page/html/wrapper.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) 2010 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
+ * @deprecated after 1.4.0.0-alpha3
30
+ */
31
+
32
+ /**
33
+ * This template is for generic wrapper purposes, including ajax.updater loaded blocks
34
+ *
35
+ * Usage in layout xml files:
36
+ * <block type="core/template" template="page/html/wrapper.phtml">
37
+ * <action method="setId"><id>some-custom-identificator</id></action>
38
+ *
39
+ * <!-- optional -->
40
+ * <action method="setTag"><tag>span</tag></action> <!-- div is used if not specified -->
41
+ * <action method="setParams"><params>class="custom-class"</params></action>
42
+ *
43
+ * <!-- insert wrapped blocks here -->
44
+ * </block>
45
+ */
46
+ ?>
47
+ <?php $_tag = $this->hasTag() ? $this->getTag() : "div" ?>
48
+ <<?php echo $_tag?> id="<?php echo $this->getId()?>" <?php echo $this->getParams()?>>
49
+ <?php echo $this->getChildHtml()?>
50
+ </<?php echo $_tag?>>
app/design/frontend/magentocenter/redroses/template/page/popup.phtml ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2010 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-popup<?php echo $this->getBodyClass()?$this->getBodyClass() : ''?>">
38
+ <div>
39
+ <?php echo $this->getChildHtml('after_body_start') ?>
40
+ <?php echo $this->getChildHtml('content') ?>
41
+ <?php echo $this->getChildHtml('before_body_end') ?>
42
+ </div>
43
+ <?php echo $this->getAbsoluteFooter() ?>
44
+ </body>
45
+ </html>
app/design/frontend/magentocenter/redroses/template/page/print.phtml ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 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-print<?php echo $this->getBodyClass()?$this->getBodyClass():'' ?>">
38
+ <div>
39
+ <div class="print-head">
40
+ <img src="<?php echo $this->getPrintLogoUrl() ? $this->getPrintLogoUrl() : $this->getSkinUrl('images/logo_print.gif') ?>" class="logo" alt="" />
41
+ <?php if ($this->getPrintLogoText()):?>
42
+ <address><?php echo nl2br($this->htmlEscape($this->getPrintLogoText())) ?></address>
43
+ <?php endif;?>
44
+ </div>
45
+ <?php echo $this->getChildHtml('content') ?>
46
+ <div class="buttons-set">
47
+ <button type="button" title="<?php echo $this->__('Close Window') ?>" class="button" onclick="window.close();"><span><span><?php echo $this->__('Close Window') ?></span></span></button>
48
+ </div>
49
+ <?php echo $this->getAbsoluteFooter() ?>
50
+ </div>
51
+ </body>
52
+ </html>
app/design/frontend/magentocenter/redroses/template/page/redirect.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) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <div class="page-title">
28
+ <h1><?php echo $this->__('Redirecting...') ?></h1>
29
+ </div>
30
+ <?php if($this->getMessage()): ?>
31
+ <p><?php echo $this->getMessage() ?></p>
32
+ <?php endif; ?>
33
+ <?php echo $this->getRedirectOutput() ?>
34
+ <?php if(!$this->isHtmlFormRedirect()): ?>
35
+ <p><?php echo $this->__('Click <a href="%s">here</a> if nothing has happened', $this->getTargetURL()) ?></p>
36
+ <?php endif; ?>
package.xml ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <package>
3
+ <name>red_flowers_free_template</name>
4
+ <version>0.0.1</version>
5
+ <stability>stable</stability>
6
+ <license>OSL v3.0</license>
7
+ <channel>community</channel>
8
+ <extends/>
9
+ <summary>red roses free template for flowers store</summary>
10
+ <description>Free magento template
11
+
12
+ This template in new 1.4.1.1 format, required minimum version Magento CE 1.4.1.1.</description>
13
+ <notes>Free magento template
14
+
15
+ This template in new 1.4.1.1 format, required minimum version Magento CE 1.4.1.1.</notes>
16
+ <authors><author><name>MagentoCenter</name><user>auto-converted</user><email>volgodark@gmail.com</email></author></authors>
17
+ <date>2010-08-13</date>
18
+ <time>12:01:52</time>
19
+ <contents><target name="mageskin"><dir name="frontend"><dir name="magentocenter"><dir name="redroses"><dir name="css"><file name="print.css" hash="8fb2acea15ecc5730319fc4b9f45336b"/><file name="styles-ie.css" hash="8a5f913a23854c1d5bb9c4b2c7b9aef9"/><file name="styles.css" hash="5b02a2147c6d78c0e67d5d63b295cb11"/></dir><dir name="images"><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><dir name="media"><file name="about_us_img.jpg" hash="726f36dd75b5a709a1a14acab1660188"/><file name="col_left_callout.jpg" hash="30a529d9d6958540b34c2bfb6a6308f5"/><file name="col_left_callout_.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="col_right_callout.jpg" hash="deeb9e3c961b87c1555fc6d4b3c16c54"/></dir><file name="artistic_background_10.gif" hash="8955f935c32495a20f5b5521e9230f2e"/><file name="best_selling_tr_even_bg.gif" hash="5022d648379090e306f00cd64738b146"/><file name="best_selling_tr_odd_bg.gif" hash="926622704f53796801bb5d097e116c8e"/><file name="bkg_account_box.gif" hash="dd98174b6e3e5605a3f9551a59c66841"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="0ac86ce49365b7c86779500dc9663ad2"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_body.gif" hash="bd60a8500d516923214f7d99e3ee2fa8"/><file name="bkg_buttons-set1.gif" hash="2c641e927bc83156b7004ea37920513c"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_form-search.gif" hash="451b0fefcbadccc345bed908dec9ad8d"/><file name="bkg_grand-total.gif" hash="10f1c3d82d78170706fa3e9c4baa7e04"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_login-box.gif" hash="5538675d7f1c35d96a2b8013948f42a6"/><file name="bkg_main2.gif" hash="6843b77b0b24c1f15f7c640883ab4a10"/><file name="bkg_nav1.gif" hash="4274747a2b5005869feeea9afc76d7eb"/><file name="bkg_opc-title-off.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="bkg_pipe1.gif" hash="784b4481d0f4dc007e67f60fdec20986"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_product-view.gif" hash="7078a7f2827156d5ae0a1cb59da3c418"/><file name="bkg_product_collateral.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="bkg_tfoot.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_th-v.gif" hash="b0d17555dfc6060941e0c067718189df"/><file name="bkg_th.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="bkg_toolbar.gif" hash="fb7ed019476eaa1643af922b59ede4fb"/><file name="btn_checkout.gif" hash="d2060501e14e86c29e28137130e5726e"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="error_button_16.png" hash="61e98d854f17d528891d2644b0bbb169"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="free_shipping_callout.jpg" hash="cbf2e494ef7ca50acf8826321d739559"/><file name="golden_offer.png" hash="3bb952e7220cfa793671cf63fb9e8adb"/><file name="grid-cal.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="heart_32.png" hash="edef9072b32631792cd781f10c745923"/><file name="info.png" hash="6d4326f24828173509cbf32724ec6d5f"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="logo.gif" hash="48b7eb03807fdf80bdfb19b872cf84b8"/><file name="logo_email.gif" hash="8de347192e0524cff7a69e4020182dbd"/><file name="logo_print.gif" hash="8de347192e0524cff7a69e4020182dbd"/><file name="lovely_roses.jpg" hash="e11b90964edbba4203128ca752546639"/><file name="lovely_roses_hq-wide.jpg" hash="ad004e7d8a0961c482a8d1387216003d"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="star_32.png" hash="d6e371a354ceea2b2fb21a8d65b226f8"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name="warning_32.png" hash="22f54c6e945a823bb45007fd0dada428"/></dir><file name="favicon.ico" hash="88733ee53676a47fc354a61c32516e82"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="magentocenter"><dir name="redroses"><dir name="etc"><file name="widget.xml" hash="b70f498da376b9b9b92f118a31b6b0e2"/></dir><dir name="layout"><file name="catalog.xml" hash="f3ec81656573dd90cb31735d9742ebd9"/><file name="cms.xml" hash="dcdb9abb31a3965d1f558c1aedf9b075"/><file name="page.xml" hash="934b8f0b9edea45676b425271f1e2a96"/></dir><dir name="template"><dir name="catalog"><dir name="product"><dir name="compare"><file name="list.phtml" hash="2184882e2e06dec8457455c054d2dfc6"/><file name="sidebar.phtml" hash="234fc18460f8ab154c51d14872f353dd"/></dir><dir name="list"><file name="related.phtml" hash="8627d4ae1b9a6477fc92f2627d2b5b29"/><file name="toolbar.phtml" hash="d398924908abd433442baf77809ee727"/><file name="upsell.phtml" hash="e50408c060a6578b2e67df2a46a157fa"/></dir><dir name="view"><dir name="options"><dir name="type"><file name="date.phtml" hash="dde46b1772bd2a54521dddef191d7a6e"/><file name="default.phtml" hash="075f27dd7636aee98f5041a9586246c8"/><file name="file.phtml" hash="01517bbceba53516807b8b128aeed86a"/><file name="select.phtml" hash="988b3a19f35a91020895e738aa26fbef"/><file name="text.phtml" hash="2f77bdb1b43cbfbc511934df29d03f15"/></dir><dir name="wrapper"><file name="bottom.phtml" hash="57ab510ee102bf9480164a5b042eabfb"/></dir><file name="js.phtml" hash="2422009cfcebe189615e24827cf119a7"/><file name="wrapper.phtml" hash="36c43af32544e878e495ff19b4f4e36d"/></dir><dir name="type"><dir name="options"><file name="configurable.phtml" hash="3ecd8a5c417d6fa60aed059c2838e683"/></dir><file name="configurable.phtml" hash="d44ecf034a10c2005decfbe770762d49"/><file name="grouped.phtml" hash="80258b6f926c3772f337476754cdf907"/><file name="simple.phtml" hash="61b34574f506ab57407fd341b9f49623"/><file name="virtual.phtml" hash="61b34574f506ab57407fd341b9f49623"/></dir><file name="additional.phtml" hash="17f72df0c3884ea701fe27781d6304e5"/><file name="addto.phtml" hash="3e23d7d0e1a9d2b24b041a3660ced5db"/><file name="addtocart.phtml" hash="abb6fb8b51bbcc0a48a031d0afda0d8b"/><file name="attributes.phtml" hash="3d14a1a9793783586311a1abb808d765"/><file name="description.phtml" hash="ea8e40ae398e20085c87762ad46fc95c"/><file name="media.phtml" hash="84bcaf873d97d4aac9d1a37f5cd49d37"/><file name="options.phtml" hash="2b2ff6b93f3fb274c65e9b616867af43"/><file name="price.phtml" hash="e5dd5215fcf26734a1ae385939ce140d"/><file name="price_clone.phtml" hash="6c12eaebb6d1028bfee665d01ca6c3e2"/><file name="tierprices.phtml" hash="1cd063a10ae096cfeaaed62011d19601"/></dir><dir name="widget"><dir name="link"><file name="link_block.phtml" hash="4862084a1233a7d57316700739f9a0ef"/><file name="link_inline.phtml" hash="0835fe96cfdb2e8dd8a9047411d1e35e"/></dir><dir name="new"><dir name="column"><file name="new_default_list.phtml" hash="347d0f3147b73a6ec6b2d35e49d40997"/><file name="new_images_list.phtml" hash="59defb243c10f42f4a1142fc212f70c7"/><file name="new_names_list.phtml" hash="3bafce4c7753b71247752b6b9a50c2d0"/></dir><dir name="content"><file name="new_grid.phtml" hash="42c84890a6c55727595261f390f44d14"/><file name="new_list.phtml" hash="b28970772437c559367391406181a333"/></dir></dir></dir><file name="gallery.phtml" hash="5c8a1d7cda58e3745ff717f00089d6af"/><file name="list.phtml" hash="7086eb68b6bf0a39dee893308cb6a34c"/><file name="new.phtml" hash="91f61c24f6c9e040a12d88e8672bbc41"/><file name="price.phtml" hash="ea37eb4128e0e97bff5a7b44b9ad1429"/><file name="view.phtml" hash="0d49ded3c5a163484565cba5d1b08716"/></dir></dir><dir name="page"><dir name="html"><file name="breadcrumbs.phtml" hash="3419ba4ebe6b77244ac4aa7960dc7bd2"/><file name="footer.phtml" hash="90c8d84f11bc1706ebcb900bd54e2640"/><file name="head.phtml" hash="c8c329d66ee8d54b58e0c48a95a95681"/><file name="header.phtml" hash="bfeb3c0b0de289372a360f013389ea48"/><file name="notices.phtml" hash="c1dd6807ef0bc0740fe457c277746b43"/><file name="pager.phtml" hash="29ddac1c3a0e9407844e00bfdd95ea9c"/><file name="top.links.phtml" hash="81f191bb273970893982c1f50494777a"/><file name="wrapper.phtml" hash="e6810912880abf5a471c521be9048f45"/></dir><file name="1column.phtml" hash="26be16115e5cccb15f006b76ad5129d7"/><file name="2columns-left.phtml" hash="509e6dc4a4216a6fb7276128cc37156a"/><file name="2columns-right.phtml" hash="1992bd6aa0c74035cd5f757f78fb8d9d"/><file name="3columns.phtml" hash="f0dc9c33b1be8947371c552851e326ad"/><file name="empty.phtml" hash="7fa74ca0b0def89eff979f484db0e4f1"/><file name="popup.phtml" hash="b742c9d9ae1252ca6c5025ef019bf888"/><file name="print.phtml" hash="e7f12953e63e0bd303296419e5576fe4"/><file name="redirect.phtml" hash="3fefce1d175c54a654a162ecc9c4c271"/></dir></dir></dir></dir></dir></target></contents>
20
+ <compatible/>
21
+ <dependencies/>
22
+ </package>
skin/frontend/magentocenter/redroses/css/print.css ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Magento
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the Academic Free License (AFL 3.0)
7
+ * that is bundled with this package in the file LICENSE_AFL.txt.
8
+ * It is also available through the world-wide-web at this URL:
9
+ * http://opensource.org/licenses/afl-3.0.php
10
+ * If you did not receive a copy of the license and are unable to
11
+ * obtain it through the world-wide-web, please send an email
12
+ * to license@magentocommerce.com so we can send you a copy immediately.
13
+ *
14
+ * DISCLAIMER
15
+ *
16
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
17
+ * versions in the future. If you wish to customize Magento for your
18
+ * needs please refer to http://www.magentocommerce.com for more information.
19
+ *
20
+ * @category design
21
+ * @package default_default
22
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
23
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
+ */
25
+ * { background:none !important; text-align:left !important; }
26
+ html { margin:0 !important; padding:0 !important; }
27
+ body { background:#fff !important; font-size:9pt !important; padding:0 !important; margin:10px !important; }
28
+ a { color:#2976c9 !important; }
29
+ th,td { color:#2f2f2f !important; border-color:#ccc !important; }
30
+
31
+ .header-container,
32
+ .nav-container,
33
+ .footer-container,
34
+ .pager,
35
+ .toolbar,
36
+ .actions,
37
+ .buttons-set { display:none !important; }
38
+
39
+ .page-print .data-table .cart-tax-total { background-position:100% -54px; }
40
+ .page-print .data-table .cart-tax-info { display:block !important; }
skin/frontend/magentocenter/redroses/css/styles-ie.css ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Magento
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the Academic Free License (AFL 3.0)
7
+ * that is bundled with this package in the file LICENSE_AFL.txt.
8
+ * It is also available through the world-wide-web at this URL:
9
+ * http://opensource.org/licenses/afl-3.0.php
10
+ * If you did not receive a copy of the license and are unable to
11
+ * obtain it through the world-wide-web, please send an email
12
+ * to license@magentocommerce.com so we can send you a copy immediately.
13
+ *
14
+ * DISCLAIMER
15
+ *
16
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
17
+ * versions in the future. If you wish to customize Magento for your
18
+ * needs please refer to http://www.magentocommerce.com for more information.
19
+ *
20
+ * @category design
21
+ * @package default_default
22
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
23
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
+ */
25
+
26
+ /* IE 6 only */
27
+ * html .validation-advice { height:13px; }
28
+ * html .error-msg,
29
+ * html .success-msg,
30
+ * html .note-msg,
31
+ * html .notice-msg { height:24px; }
32
+ * html .main { height:400px; }
33
+ * html .account-login .content { height:240px; }
34
+ .block li.item,
35
+ .block-poll li,
36
+ .opc li.section { vertical-align:top; }
37
+
38
+ /* Doubled Margin Fixes */
39
+ .product-view .product-img-box .more-views li,
40
+ .product-view .box-tags .form-add .input-box,
41
+ .sp-methods select.month { display:inline; }
42
+
43
+ /********** < Navigation styles */
44
+ #nav li,
45
+ #nav li a { zoom:1; }
46
+ #nav li { vertical-align:top; }
47
+ /********** < Navigation styles */
48
+
49
+ select { margin-bottom:1px; }
50
+ input.radio { width:13px; height:13px; }
51
+ input.checkbox { width:13px; height:13px; }
52
+ button.button { height:21px; }
53
+ button.button span { position:relative; }
54
+ button.btn-checkout { height:40px; }
55
+ .form-list label { position:relative; z-index:0; }
56
+ .form-list label.required em { position:absolute; top:0; right:-8px; }
57
+
58
+ table { face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = 0); }
59
+
60
+ .product-view .product-img-box .zoom.disabled { filter:alpha(opacity=30); }
61
+
62
+ .gift-messages-form { position:relative; zoom:1; }
63
+
64
+ .tool-tip .btn-close a { margin:0; }
65
+
66
+ .product-view .box-tags .product-tags li,
67
+ .footer li { padding:0 4px 0 7px; }
68
+
69
+ .product-options dd .time-picker select { margin:0; padding:0; }
70
+
71
+ /* Clearer */
72
+ .clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
73
+
74
+ /* Clears and hasLayout fixes */
75
+ .header-container,
76
+ .header-container .top-container,
77
+ .header,
78
+ .header .quick-access,
79
+ #nav,
80
+ .main,
81
+ .footer,
82
+ .footer-container .bottom-container,
83
+ .col-main,
84
+ .col2-set,
85
+ .col3-set,
86
+ .col3-layout .product-options-bottom .price-box,
87
+ .col4-set,
88
+ .messages li,
89
+ .search-autocomplete li,
90
+ .block,
91
+ .block .block-content,
92
+ .block .actions,
93
+ .block li.item,
94
+ .block-poll li,
95
+ .block-poll .label,
96
+ .block-layered-nav .currently li,
97
+ .block-account .block-content li a,
98
+ .mini-products-list .product-details,
99
+ .page-title,
100
+ .rss-title h1,
101
+ .products-grid,
102
+ .products-list li.item,
103
+ .box-account .box-head,
104
+ .dashboard .box .box-title,
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-view .product-img-box .more-views ul,
115
+ .product-view .box-tags .form-add,
116
+ .product-options .options-list li,
117
+ .product-options-bottom,
118
+ .truncated,
119
+ .truncated .truncated_full_value,
120
+ .product-review,
121
+ .cart,
122
+ .cart-collaterals,
123
+ .cart .crosssell li.item,
124
+ .cart .discount,
125
+ .opc .step-title,
126
+ .opc .step,
127
+ .multiple-checkout,
128
+ .sp-methods,
129
+ .checkout-progress,
130
+ .multiple-checkout .place-order,
131
+ .form-list li,
132
+ .form-list .field,
133
+ .group-select li,
134
+ .buttons-set,
135
+ .page-print .print-head,
136
+ .cart-tax-total,
137
+ .advanced-search-summary,
138
+ .advanced-search-summary p,
139
+ .gift-messages-form .item,
140
+ .send-friend .form-list li p,
141
+ .centinel .authentication { zoom:1; }
142
+
143
+ /* Hover Fix */
144
+ 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/magentocenter/redroses/css/styles.css ADDED
@@ -0,0 +1,1704 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Magento
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the Academic Free License (AFL 3.0)
7
+ * that is bundled with this package in the file LICENSE_AFL.txt.
8
+ * It is also available through the world-wide-web at this URL:
9
+ * http://opensource.org/licenses/afl-3.0.php
10
+ * If you did not receive a copy of the license and are unable to
11
+ * obtain it through the world-wide-web, please send an email
12
+ * to license@magentocommerce.com so we can send you a copy immediately.
13
+ *
14
+ * DISCLAIMER
15
+ *
16
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
17
+ * versions in the future. If you wish to customize Magento for your
18
+ * needs please refer to http://www.magentocommerce.com for more information.
19
+ *
20
+ * @category design
21
+ * @package default_default
22
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
23
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
+ */
25
+
26
+ /* Reset ================================================================================= */
27
+ * { margin:0; padding:0; }
28
+
29
+ body { background:#6f0000 url(../images/bkg_body.gif) 50% 0 repeat-y; font:12px/1.55 Arial, Helvetica, sans-serif; color:#2f2f2f; text-align:center; }
30
+
31
+ img { border:0; vertical-align:top; }
32
+
33
+ a { color:#440000; text-decoration:underline; }
34
+ a:hover { text-decoration:none; }
35
+ :focus { outline:0; }
36
+
37
+ /* Headings */
38
+ h1,h2,h3,
39
+ h4,h5,h6 { margin:0 0 5px; line-height:1.35; color:#c60000; }
40
+ h1 { font-size:20px; font-weight:normal; }
41
+ h2 { font-size:18px; font-weight:normal; }
42
+ h3 { font-size:16px; font-weight:bold; }
43
+ h4 { font-size:14px; font-weight:bold; }
44
+ h5 { font-size:12px; font-weight:bold; }
45
+ h6 { font-size:11px; font-weight:bold; }
46
+
47
+ /* Forms */
48
+ form { display:inline; }
49
+ fieldset { border:0; }
50
+ legend { display:none; }
51
+
52
+ /* Table */
53
+ table { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
54
+ caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }
55
+
56
+ /* Content */
57
+ p { margin:0 0 10px; }
58
+ strong { font-weight:bold; }
59
+ address { font-style:normal; line-height:1.35; }
60
+ cite { font-style:normal; }
61
+ q,
62
+ blockquote { quotes:none; }
63
+ q:before,
64
+ q:after { content:''; }
65
+ small,big { font-size:1em; }
66
+ /*sup { font-size:1em; vertical-align:top; }*/
67
+
68
+ /* Lists */
69
+ ul,ol { list-style:none; }
70
+
71
+ /* Tools */
72
+ .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; }
73
+ .nobr { white-space:nowrap !important; }
74
+ .wrap { white-space:normal !important; }
75
+ .a-left { text-align:left !important; }
76
+ .a-center { text-align:center !important; }
77
+ .a-right { text-align:right !important; }
78
+ .v-top { vertical-align:top; }
79
+ .v-middle { vertical-align:middle; }
80
+ .f-left,
81
+ .left { float:left !important; }
82
+ .f-right,
83
+ .right { float:right !important; }
84
+ .f-none { float:none !important; }
85
+ .f-fix { float:left; width:100%; }
86
+ .no-display { display:none; }
87
+ .no-margin { margin:0 !important; }
88
+ .no-padding { padding:0 !important; }
89
+ .no-bg { background:none !important; }
90
+ /* ======================================================================================= */
91
+
92
+
93
+ /* Layout ================================================================================ */
94
+ .wrapper { min-width:954px; }
95
+ .page {}
96
+ .page-print { background:#fff; padding:25px 30px; text-align:left; }
97
+ .page-empty { background:#fff; padding:20px; text-align:left; }
98
+ .page-popup { background:#fff; padding:25px 30px; text-align:left; }
99
+ .main-container { background:#6f0000 url(../images/artistic_background_10.gif); }
100
+ .main {border-left:1px solid #fff;border-right:1px solid #fff; width:900px; margin:0 auto; min-height:400px; padding:25px 25px 80px; background:#fffffe url(../images/bkg_main2.gif) 0 0 no-repeat; text-align:left; }
101
+
102
+ /* Base Columns */
103
+ .col-left { float:left; width:195px; padding:0 0 1px; }
104
+ .col-main { float:left; width:685px; padding:0 0 1px; }
105
+ .col-right { float:right; width:195px; padding:0 0 1px; }
106
+
107
+ /* 1 Column Layout */
108
+ .col1-layout .col-main { float:none; width:auto; }
109
+
110
+ /* 2 Columns Layout */
111
+ .col2-left-layout .col-main { float:right; }
112
+ .col2-right-layout .col-main {}
113
+
114
+ /* 3 Columns Layout */
115
+ .col3-layout .col-main { width:475px; margin-left:17px; }
116
+ .col3-layout .col-wrapper { float:left; width:687px; }
117
+ .col3-layout .col-wrapper .col-main { float:right; }
118
+
119
+ /* Content Columns */
120
+ .col2-set .col-1 { float:left; width:48.5%; }
121
+ .col2-set .col-2 { float:right; width:48.5%; }
122
+ .col2-set .col-narrow { width:32%; }
123
+ .col2-set .col-wide { width:65%; }
124
+
125
+ .col3-set .col-1 { float:left; width:32%; }
126
+ .col3-set .col-2 { float:left; width:32%; margin-left:2%; }
127
+ .col3-set .col-3 { float:right; width:32%; }
128
+
129
+ .col4-set .col-1 { float:left; width:23.5%; }
130
+ .col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
131
+ .col4-set .col-3 { float:left; width:23.5%; }
132
+ .col4-set .col-4 { float:right; width:23.5%; }
133
+ /* ======================================================================================= */
134
+
135
+
136
+ /* Global Styles ========================================================================= */
137
+ /* Form Elements */
138
+ input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
139
+ input.input-text,select,textarea { background:#fff; border:1px solid #b6b6b6; }
140
+ input.input-text,textarea { padding:2px; }
141
+ select { padding:1px; }
142
+ select option { padding-right:10px; }
143
+ select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
144
+ select.multiselect option:last-child { border-bottom:0; }
145
+ textarea { overflow:auto; }
146
+ input.radio { margin-right:3px; }
147
+ input.checkbox { margin-right:3px; }
148
+ input.qty { width:2.5em !important; }
149
+ button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
150
+ button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
151
+ button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
152
+ button.button span { display:block; height:19px; border:1px solid #b70000; background:#ce0000; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
153
+ button.button span span { border:0; padding:0; }
154
+ button.disabled span { border-color:#bbb !important; background:#bbb !important; }
155
+
156
+ button.btn-checkout span { height:40px; border:0; background:url(../images/btn_checkout.gif) 0 0 no-repeat; padding:0 0 0 9px; font:bold 15px/40px Arial, Helvetica, sans-serif; color:#fff; }
157
+ button.btn-checkout span span { background-position:100% 0; padding:0 25px 0 16px; }
158
+ button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
159
+ button.btn-checkout.no-checkout span span { background-position:100% 100%; }
160
+
161
+ p.control input.checkbox,
162
+ p.control input.radio { margin-right:6px; }
163
+ /* Form Highlight */
164
+ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
165
+ /*.highlight { background:#efefef; }*/
166
+
167
+ /* Form lists */
168
+ /* Grouped fields */
169
+ /*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
170
+ .form-list li { margin:0 0 8px; }
171
+ .form-list label { float:left; color:#666; font-weight:bold; position:relative; z-index:0; }
172
+ .form-list label.required {}
173
+ .form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
174
+ .form-list li.control label { float:none; }
175
+ .form-list li.control input.radio,
176
+ .form-list li.control input.checkbox { margin-right:6px; }
177
+ .form-list li.control .input-box { clear:none; display:inline; width:auto; }
178
+ /*.form-list li.fields { margin-right:-15px; }*/
179
+ .form-list .input-box { display:block; clear:both; width:260px; }
180
+ .form-list .field { float:left; width:275px; }
181
+ .form-list input.input-text { width:254px; }
182
+ .form-list textarea { width:254px; height:10em; }
183
+ .form-list select { width:260px; }
184
+ .form-list li.wide .input-box { width:535px; }
185
+ .form-list li.wide input.input-text { width:529px; }
186
+ .form-list li.wide textarea { width:529px; }
187
+ .form-list li.wide select { width:535px; }
188
+ .form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
189
+ .form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
190
+ .form-list .input-range input.input-text { width:74px; }
191
+ /* Customer */
192
+ .form-list .customer-name-prefix .input-box,
193
+ .form-list .customer-name-suffix .input-box,
194
+ .form-list .customer-name-prefix-suffix .input-box,
195
+ .form-list .customer-name-prefix-middlename .input-box,
196
+ .form-list .customer-name-middlename-suffix .input-box,
197
+ .form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }
198
+
199
+ .form-list .name-prefix { width:65px; }
200
+ .form-list .name-prefix select { width:55px; }
201
+ .form-list .name-prefix input.input-text { width:49px; }
202
+
203
+ .form-list .name-suffix { width:65px; }
204
+ .form-list .name-suffix select { width:55px; }
205
+ .form-list .name-suffix input.input-text { width:49px; }
206
+
207
+ .form-list .name-middlename { width:70px; }
208
+ .form-list .name-middlename input.input-text { width:49px; }
209
+
210
+ .form-list .customer-name-prefix-middlename-suffix .name-firstname,
211
+ .form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
212
+ .form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
213
+ .form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
214
+ .form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
215
+ .form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }
216
+
217
+ .form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
218
+ .form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
219
+ .form-list .customer-name-prefix-suffix .name-firstname input.input-text,
220
+ .form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
221
+
222
+ .form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
223
+ .form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
224
+ .form-list .customer-name-prefix-suffix .name-firstname input.input-text,
225
+ .form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
226
+
227
+ .form-list .customer-name-prefix .name-firstname,
228
+ .form-list .customer-name-middlename .name-firstname { width:210px; }
229
+
230
+ .form-list .customer-name-suffix .name-lastname,
231
+ .form-list .customer-name-middlename .name-firstname,
232
+ .form-list .customer-name-middlename-suffix .name-firstname,
233
+ .form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
234
+
235
+ .form-list .customer-name-prefix .name-firstname input.input-text,
236
+ .form-list .customer-name-suffix .name-lastname input.input-text,
237
+ .form-list .customer-name-middlename .name-firstname input.input-text,
238
+ .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
239
+ .form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
240
+
241
+ .form-list .customer-dob .dob-month,
242
+ .form-list .customer-dob .dob-day,
243
+ .form-list .customer-dob .dob-year { float:left; width:85px; }
244
+ .form-list .customer-dob input.input-text { display:block; width:74px; }
245
+ .form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
246
+ .form-list .customer-dob .dob-day,
247
+ .form-list .customer-dob .dob-month { width:60px; }
248
+ .form-list .customer-dob .dob-day input.input-text,
249
+ .form-list .customer-dob .dob-month input.input-text { width:46px; }
250
+ .form-list .customer-dob .dob-year { width:140px; }
251
+ .form-list .customer-dob .dob-year input.input-text { width:134px; }
252
+
253
+ /* Independent fields */
254
+ /*.form-list li { margin:0 0 8px; }
255
+ .form-list li.fields { margin:0; }
256
+ .form-list .field { display:block; margin:0 0 8px; }
257
+ .form-list li.control {}
258
+ .form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
259
+ .form-list label.required { font-weight:bold; }
260
+ .form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
261
+ .form-list .input-box { float:left; width:260px; }
262
+ .form-list input.input-text,
263
+ .form-list textarea { width:254px; }
264
+ .form-list select { width:260px; }
265
+ .form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
266
+ .form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
267
+ .form-list .input-range input.input-text { width:96px; }*/
268
+ /* Customer */
269
+ /*.form-list .customer-dob .dob-month,
270
+ .form-list .customer-dob .dob-day,
271
+ .form-list .customer-dob .dob-year { float:left; width:85px; }
272
+ .form-list .customer-dob input.input-text { display:block; width:74px; }
273
+ .form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
274
+ .form-list .customer-dob .dob-day,
275
+ .form-list .customer-dob .dob-month { width:60px; }
276
+ .form-list .customer-dob .dob-day input.input-text,
277
+ .form-list .customer-dob .dob-month input.input-text { width:46px; }
278
+ .form-list .customer-dob .dob-year { width:140px; }
279
+ .form-list .customer-dob .dob-year input.input-text { width:134px; }*/
280
+
281
+ .buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
282
+ .buttons-set p.required { margin:0 0 10px; }
283
+ .buttons-set .back-link { float:left; margin:0; }
284
+ .buttons-set button.button { float:right; margin-left:5px; }
285
+
286
+ .buttons-set-order { margin:10px 0 0; }
287
+ .buttons-set-order .please-wait { padding:12px 7px 0 0; }
288
+
289
+ .fieldset { border:1px solid #bbafa0; background:#fbfaf6; padding:22px 25px 12px 33px; margin:28px 0; }
290
+ .fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #f19900; background:#f9f3e3; color:#e76200; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }
291
+
292
+ /* Form Validation */
293
+ .validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
294
+ .validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
295
+ .validation-passed {}
296
+ p.required { font-size:11px; text-align:right; color:#EB340A; }
297
+ /* Expiration date and CVV number validation fix */
298
+ .v-fix { float:left; }
299
+ .v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }
300
+
301
+ /* Global Messages */
302
+ .success { color:#3d6611; font-weight:bold; }
303
+ .error { color:#df280a; font-weight:bold; }
304
+ .notice { color:#e26703; }
305
+
306
+ .messages,
307
+ .messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
308
+ .messages { width:100%; overflow:hidden; }
309
+ .messages li { margin:0 0 10px !important; }
310
+ .messages li li { margin:0 0 3px !important; }
311
+ .error-msg,
312
+ .success-msg,
313
+ .note-msg,
314
+ .notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
315
+ .error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#ce0000; }
316
+ .success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); color:#ce0000; }
317
+ .note-msg,
318
+ .notice-msg { border-color:#fcd344; background-color:#ffecb1; background-image:url(../images/i_msg-note.gif); color:#ce0000; }
319
+
320
+ /* BreadCrumbs */
321
+ .breadcrumbs { font-size:11px; line-height:1.25; margin:0 0 13px; }
322
+ .breadcrumbs li { display:inline; }
323
+ .breadcrumbs li strong { font-weight:bold; }
324
+
325
+ /* Page Heading */
326
+ .page-title { width:100%; overflow:hidden; border-bottom:1px solid #ccc; margin:0 0 25px; }
327
+ .page-title h1,
328
+ .page-title h2 { margin:0; font-size:20px; color:#c60000; }
329
+ .page-title .separator { margin:0 3px; }
330
+ .page-title .link-rss { float:right; margin:7px 0 0; }
331
+ .title-buttons { text-align:right; }
332
+ .title-buttons h1,
333
+ .title-buttons h2,
334
+ .title-buttons h3,
335
+ .title-buttons h4,
336
+ .title-buttons h5,
337
+ .title-buttons h6 { float:left; }
338
+
339
+ .subtitle { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }
340
+
341
+ /* Pager */
342
+ .pager { font-size:11px; /*background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x; */padding:4px 8px; border-top:1px solid #e2e2e2; text-align:center; }
343
+ .pager .amount { float:left; margin:0; }
344
+ .pager .limiter { float:right; }
345
+ .pager .limiter label { vertical-align:middle; }
346
+ .pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
347
+ .pager .pages { margin:0 140px; }
348
+ .pager .pages ol { display:inline; }
349
+ .pager .pages li { display:inline; margin:0 2px; }
350
+ .pager .pages .current {}
351
+
352
+ /* Sorter */
353
+ .sorter { font-size:11px; padding:3px 8px; border-top:1px solid #e2e2e2; }
354
+ .sorter .view-mode { float:left; margin:0; }
355
+ .sorter .sort-by { float:right; padding-right:36px; }
356
+ .sorter .sort-by label { vertical-align:middle; }
357
+ .sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
358
+ .sorter .link-feed {}
359
+
360
+ /* Toolbar */
361
+ .toolbar {}
362
+ .toolbar .pager { padding:3px 8px; border-bottom:1px solid #fff; }
363
+ .toolbar .sorter { border-bottom:1px solid #fff; }
364
+ .toolbar-bottom {}
365
+
366
+ /* Data Table */
367
+ .data-table { width:100%; border:1px solid #bebcb7; }
368
+ .data-table .odd { background:#f8f7f5 }
369
+ .data-table .even { background:#eeeded; }
370
+ /*.data-table tr.odd:hover,
371
+ .data-table tr.even:hover { background:#ebf1f6; }*/
372
+ .data-table td.last,
373
+ .data-table th.last { border-right:0; }
374
+ .data-table tr.last th,
375
+ .data-table tr.last td { border-bottom:0 !important; }
376
+ .data-table th { padding:3px 8px; font-weight:bold; }
377
+ .data-table td { padding:3px 8px; }
378
+
379
+ .data-table thead th { font-weight:bold; border-right:1px solid #c2d3e0; padding:2px 8px; color:#0a263c; white-space:nowrap; vertical-align:middle; }
380
+ .data-table thead th.wrap { white-space:normal; }
381
+ .data-table thead th a,
382
+ .data-table thead th a:hover { color:#fff; }
383
+ .data-table thead th { background:url(../images/bkg_th.gif) repeat-x 0 100% #d9e5ee; }
384
+ .data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }
385
+
386
+ .data-table tfoot { border-bottom:1px solid #d9dde3; }
387
+ .data-table tfoot tr.first td { background:url(../images/bkg_tfoot.gif) 0 0 repeat-x; }
388
+ .data-table tfoot tr { background-color:#dee5e8 !important; }
389
+ .data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
390
+ .data-table tfoot strong { font-size:16px; }
391
+
392
+ .data-table tbody th,
393
+ .data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }
394
+ /* Bundle products tables */
395
+ .data-table tbody.odd tr { background:#f8f7f5 !important; }
396
+ .data-table tbody.even tr { background:#f6f6f6 !important; }
397
+ .data-table tbody.odd tr td,
398
+ .data-table tbody.even tr td { border-bottom:0; }
399
+ .data-table tbody.odd tr.border td,
400
+ .data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }
401
+
402
+ .data-table tbody td .option-label { font-weight:bold; font-style:italic; }
403
+ .data-table tbody td .option-value { padding-left:10px; }
404
+
405
+ /* Generic Info Box */
406
+ .info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
407
+ .info-box h2 { font-weight:bold; font-size:13px; }
408
+
409
+ .info-table th { font-weight:bold; padding:2px 15px 2px 0; }
410
+ .info-table td { padding:2px 0; }
411
+
412
+ /* Shopping cart total summary row expandable to details */
413
+ tr.summary-total { cursor:pointer; }
414
+ tr.summary-total td {}
415
+ tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
416
+ tr.show-details .summary-collapse { background-position:0 -52px; }
417
+ tr.show-details td {}
418
+ tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
419
+ tr.summary-details-first td { border-top:1px solid #d2d8db; }
420
+ tr.summary-details-excluded { font-style:italic; }
421
+
422
+ /* Shopping cart tax info */
423
+ .cart-tax-info { display:block; }
424
+ .cart-tax-info,
425
+ .cart-tax-info .cart-price { padding-right:20px; }
426
+ .cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
427
+ .cart-tax-info .price,
428
+ .cart-tax-total .price { display:inline !important; font-weight:normal !important; }
429
+ .cart-tax-total-expanded { background-position:100% -52px; }
430
+
431
+ /* Class: std - styles for admin-controlled content */
432
+ .std .subtitle { padding:0; }
433
+ .std ol.ol { list-style:decimal outside; padding-left:1.5em; }
434
+ .std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
435
+ .std dl dt { font-weight:bold; }
436
+ .std dl dd { margin:0 0 10px; }
437
+ /*.std ul,
438
+ .std ol,
439
+ .std dl,
440
+ .std p,
441
+ .std address,
442
+ .std blockquote { margin:0 0 1em; padding:0; }
443
+ .std ul { list-style:disc outside; padding-left:1.5em; }
444
+ .std ol { list-style:decimal outside; padding-left:1.5em; }
445
+ .std ul ul { list-style-type:circle; }
446
+ .std ul ul,
447
+ .std ol ol,
448
+ .std ul ol,
449
+ .std ol ul { margin:.5em 0; }
450
+ .std dt { font-weight:bold; }
451
+ .std dd { padding:0 0 0 1.5em; }
452
+ .std blockquote { font-style:italic; padding:0 0 0 1.5em; }
453
+ .std address { font-style:normal; }
454
+ .std b,
455
+ .std strong { font-weight:bold; }
456
+ .std i,
457
+ .std em { font-style:italic; }*/
458
+
459
+ /* Misc */
460
+ .links li { display:inline; }
461
+ .links li.first { padding-left:0 !important; }
462
+ .links li.last { background:none !important; padding-right:0 !important; }
463
+
464
+ .link-cart { color:#dc6809 !important; font-weight:bold; }
465
+ /*.link-wishlist { color:#fff !important; font-weight:bold; }*/
466
+ .link-reorder { font-weight:bold; color:#fff !important; }
467
+ .link-compare { font-weight:bold; }
468
+
469
+ .link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
470
+ .link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
471
+ .btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
472
+ .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; }
473
+
474
+ .separator { margin:0 3px; }
475
+
476
+ .divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }
477
+
478
+ /* Noscript Notice */
479
+ .noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
480
+ .noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
481
+ .noscript p { margin:0; }
482
+
483
+ /* Demo Notice */
484
+ .demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
485
+ /* ======================================================================================= */
486
+
487
+
488
+ /* Header ================================================================================ */
489
+ .logo { float:left; }
490
+ .header-container { border-top:2px solid #990000; border-bottom:1px solid #990000; background: url(../images/lovely_roses_hq-wide.jpg) 50% 0 repeat; }
491
+ .header { width:930px; margin:0 auto; padding:10px; text-align:right; position:relative; z-index:10; }
492
+ .header .logo { float:left; margin:3px 0 10px 12px; text-decoration:none !important; }
493
+ .header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
494
+ .header h1.logo { margin:0; }
495
+ .header .quick-access { float:right; width:600px; padding:28px 10px 0 0; }
496
+ .header .welcome-msg { margin-bottom:10px; color:#ffd141; text-align:right; }
497
+ .header .form-search { position:absolute; top:0; right:29px; width:315px; height:30px; background:url(../images/bkg_form-search.gif) 0 0 no-repeat; padding:1px 0 0 16px; }
498
+ .header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
499
+ .header .form-search input.input-text { float:left; border-color:#5c7989; width:209px; margin-right:4px; }
500
+ .header .form-search button.button { float:left; }
501
+ .header .form-search button.button span { border:0; height:21px; background:url(../images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
502
+ .header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
503
+ .header .form-search .search-autocomplete { z-index:999; left:40px !important; top:22px !important; }
504
+ .header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
505
+ .header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
506
+ .header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
507
+ .header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
508
+ .header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
509
+ .header .form-language { clear:both; padding:5px 0 0; text-align:right; }
510
+ .header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
511
+ .header .form-language select { padding:0; }
512
+ .header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
513
+ .header .links { float:right; margin:0 0 6px; }
514
+ .header .links li { float:left; font-size:11px; background:url(../images/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 8px 0 7px; }
515
+ .header .links a { color:#ebbc58; }
516
+ .header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
517
+ .header-container .top-container a { font-size:11px; color:#ebbc58; }
518
+
519
+ /********** < Navigation */
520
+ .nav-container { background:#6f0000; border-bottom:1px solid #990000; }
521
+ #nav { width:918px; margin:0 auto; padding:0 16px; font-size:13px; }
522
+
523
+ #nav .home {color: #d96708;}
524
+ /* All Levels */ /* Style consistent throughout all nav levels */
525
+ #nav li { position:relative; text-align:left; }
526
+ #nav li.over { z-index:998; }
527
+ #nav a,
528
+ #nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
529
+ #nav span { display:block; cursor:pointer; white-space:nowrap; }
530
+ #nav li ul span {white-space:normal; }
531
+ #nav ul li.parent a { background:url(../images/bkg_nav2.gif) 100% 100% no-repeat; }
532
+ #nav ul li.parent li a { background-image:none; }
533
+
534
+ /* 0 Level */
535
+ #nav li { float:left; }
536
+ #nav li.active a { color:#d96708; }
537
+ #nav a { float:left; padding:5px 12px 6px 8px; color:#ebbc58; font-weight:bold; }
538
+ #nav li.over a,
539
+ #nav a:hover { color:#d92e08;}
540
+
541
+ /* 1st Level */
542
+ #nav ul li,
543
+ #nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(../images/bkg_nav1.gif) 0 100% repeat-x; }
544
+ #nav ul li.last { background:#ecf3f6; padding-bottom:0; }
545
+
546
+ #nav ul a,
547
+ #nav ul a:hover { float:none; padding:0; background:none; }
548
+ #nav ul li a { font-weight:normal !important; }
549
+
550
+ /* 2nd Level */
551
+ #nav ul,
552
+ #nav div { position:absolute; width:15em; top:28px; left:-10000px; border:1px solid #6f0000; }
553
+ #nav div ul { position:static; width:auto; border:none; }
554
+
555
+ /* 3rd+ Level */
556
+ #nav ul ul,
557
+ #nav ul div { top:5px; }
558
+
559
+ #nav ul li a { background:#fff3cf; }
560
+ #nav ul li a:hover { background:#ffe867; }
561
+ #nav ul li a,
562
+ #nav ul li a:hover { color:#6f0000 !important; }
563
+ #nav ul span,
564
+ #nav ul li.last li span { padding:3px 15px 4px 15px; }
565
+
566
+ /* Show menu */
567
+ #nav li ul.shown-sub,
568
+ #nav li div.shown-sub { left:0; z-index:999; }
569
+ #nav li .shown-sub ul.shown-sub,
570
+ #nav li .shown-sub li div.shown-sub { left:100px; }
571
+ /********** Navigation > */
572
+ /* ======================================================================================= */
573
+
574
+
575
+ /* Sidebar =============================================================================== */
576
+ .block { border:1px solid #e9e186; margin:0 0 15px; }
577
+ .block .block-title { background:url(../images/bkg_block-title.gif) 0 0 repeat-x; border-bottom:1px solid #ddd; padding:2px 9px; }
578
+ .block .block-title strong { display:block; font:bold 12px/16px Arial, Helvetica, sans-serif; min-height:16px; padding:1px 0 1px; text-transform:uppercase; color:#e26703; }
579
+ .block .block-title strong span {}
580
+ .block .block-title a { text-decoration:none !important; }
581
+ .block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
582
+ .block .block-content { background:#f8f7f5; }
583
+ .block .block-content li.item { padding:7px 9px; }
584
+ .block .block-content .product-name { color:#406a83; }
585
+ .block .btn-remove { float:right; margin:1px 0 2px 5px; }
586
+ .block .actions { background:#dee5e8 url(../images/bkg_block-actions.gif) 0 0 repeat-x; padding:6px 9px; text-align:right; }
587
+ .block .actions a { float:left; }
588
+ .block .actions button.button { float:right; }
589
+ .block .empty { margin:0; padding:5px 9px; }
590
+
591
+ .block li.odd { background-color:#f4f3f3; }
592
+ .block li.even { background-color:#fafafa; }
593
+
594
+ /* Mini Blocks */
595
+ .block-cart,
596
+ .block-wishlist,
597
+ .block-subscribe,
598
+ .block-compare,
599
+ .block-reorder,
600
+ .block-poll,
601
+ .block-viewed,
602
+ .block-compared,
603
+ .block-related,
604
+ .block-tags,
605
+ .block-login { font-size:11px; line-height:1.25; }
606
+ .block-cart .block-title strong,
607
+ .block-wishlist .block-title strong,
608
+ .block-subscribe .block-title strong,
609
+ .block-compare .block-title strong,
610
+ .block-reorder .block-title strong,
611
+ .block-poll .block-title strong,
612
+ .block-viewed .block-title strong,
613
+ .block-compared .block-title strong,
614
+ .block-related .block-title strong,
615
+ .block-tags .block-title strong,
616
+ .block-login .block-title strong { background-position:0 0; background-repeat:no-repeat; padding-left:21px; }
617
+
618
+ /* Mini Products List */
619
+ .mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
620
+ .mini-products-list .product-details { margin-left:60px; }
621
+
622
+ /* Block: Account */
623
+ .block-account { border-color:#bbb; }
624
+ .block-account .block-title { background:#fc9d36 url(../images/bkg_block-title-account.gif) 0 100% repeat-x; border:0; padding:3px 10px; }
625
+ .block-account .block-title strong { font-size:13px; color:#fff; }
626
+ .block-account .block-content { background:#fbfaf6; padding:7px 10px 7px; }
627
+ .block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:3px 0; color:#5f5d5c; text-decoration:none !important; }
628
+ .block-account .block-content li a:hover { color:#ea7900; }
629
+ .block-account .block-content li.last a { border-bottom:0; }
630
+ .block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0; color:#ea7900; }
631
+ .block-account .block-content li.current.last { border-bottom:0; }
632
+
633
+ /* Block: Currency Switcher */
634
+ .block-currency { border:0; background:url(../images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
635
+ .block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
636
+ .block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(../images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
637
+ .block-currency .block-content { background:none; padding:0; }
638
+ .block-currency .block-content select { width:100%; padding:0; }
639
+ /*#c60000*/
640
+ /* Block: Layered Navigation */
641
+ .block-layered-nav { border:0; }
642
+ .block-layered-nav .block-title { border:0; padding:0; height:24px; background:url(../images/bkg_block-layered-title.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
643
+ .block-layered-nav .block-subtitle { line-height:1.35; background:#ffd141; padding:3px 9px;border-width:1px 0; text-transform:uppercase; color:#c60000; }
644
+ .block-layered-nav .block-content { border:1px solid #e9e186; background:#ffecb1; }
645
+ .block-layered-nav dt { background:url(../images/bkg_block-layered-dt.gif) 9px 11px no-repeat; padding:7px 10px 0 28px; font-weight:bold; text-transform:uppercase; }
646
+ .block-layered-nav dd { padding:0 12px 12px; background:url(../images/bkg_block-layered-dd.gif) 0 100% repeat-x; }
647
+ .block-layered-nav dd.last { background:none; }
648
+ .block-layered-nav .currently li { background:#fff url(../images/bkg_block-layered-li.gif) 0 100% repeat-x; padding:4px 6px 4px 10px; }
649
+ .block-layered-nav .currently .label { font-weight:bold; padding-left:18px; background:url(../images/bkg_block-layered-label.gif) 0 3px no-repeat; text-transform:uppercase; }
650
+ .block-layered-nav .currently .btn-remove { margin:3px 0 0; }
651
+ .block-layered-nav .actions { font-size:11px; padding:4px 9px; background:#cad6e4; border:1px solid #dee5e8; border-width:1px 0; text-align:right; }
652
+ .block-layered-nav .actions a { float:none; }
653
+
654
+ /* Block: Cart */
655
+ .block-cart .block-title { /*border-bottom:0;*/ }
656
+ .block-cart .block-title strong { background-image:url(../images/i_block-cart.gif); }
657
+ .block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
658
+ .block-cart .amount { margin:0; }
659
+ .block-cart .amount a { font-weight:bold; }
660
+ .block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
661
+ .block-cart .subtotal .price { font-weight:bold; }
662
+ .block-cart .actions { border-bottom:1px solid #c2c2c2; }
663
+
664
+ /* Block: Wishlist */
665
+ .block-wishlist .block-title strong { background-image:url(../images/i_block-wishlist.gif); }
666
+ .block-wishlist .actions { text-align:right; }
667
+ .block-wishlist .actions a { float:none; }
668
+
669
+ /* Block: Related */
670
+ .block-related .block-title strong { background-image:url(../images/i_block-related.gif); background-position:0 1px; }
671
+ .block-related input.checkbox { float:left; }
672
+ .block-related .product { margin-left:20px; }
673
+
674
+ /* Block: Compare Products */
675
+ .block-compare .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }
676
+ .block-compare button.button span { border-color:#d92e08; background:#e76603; }
677
+ .page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#406a83; }
678
+ .compare-table { border:0; }
679
+ .compare-table thead tr.first th,
680
+ .compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
681
+ .compare-table .btn-remove { float:right; background-image:url(../images/btn_remove2.gif); width:72px; height:15px; }
682
+ .compare-table tbody th { background:#d9e5ee url(../images/bkg_th-v.gif) 100% 0 repeat-y; }
683
+ .compare-table tbody th,
684
+ .compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
685
+ .compare-table tbody td.last { border-right:1px solid #ccc; }
686
+ .compare-table tbody tr.last th,
687
+ .compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
688
+ .compare-table tr.add-to-row td { background:#fffada; text-align:center; }
689
+ .compare-table tr.first td { text-align:center; }
690
+ .compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
691
+ .compare-table tr.first td .product-name a { color:#203548; }
692
+ .compare-table tr.first td .ratings { width:69px; margin:0 auto; }
693
+ .compare-table tr.first td p,
694
+ .compare-table tr.add-to-row td p { margin:0; }
695
+
696
+ /* Block: Recently Viewed */
697
+ .block-viewed .block-title strong { background-image:url(../images/i_block-viewed.gif); }
698
+
699
+ /* Block: Recently Compared */
700
+ .block-compared .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }
701
+
702
+ /* Block: Poll */
703
+ .block-poll .block-title strong { background-image:url(../images/i_block-poll.gif); }
704
+ .block-poll .block-subtitle { font-size:12px; }
705
+ .block-poll label { color:#777; font-weight:bold; }
706
+ .block-poll input.radio { float:left; margin:1px -18px 0 0; }
707
+ .block-poll .label { display:block; margin-left:18px; }
708
+ .block-poll li { padding:3px 9px; }
709
+ .block-poll .actions { margin:5px 0 0; }
710
+ .block-poll button.button span { border-color:#d92e08; background:#e76603; }
711
+ .block-poll .answer { font-weight:bold; }
712
+ .block-poll .votes { float:right; margin-left:10px; }
713
+
714
+ /* Block: Tags */
715
+ .block-tags .block-title strong { background-image:url(../images/i_block-tags.gif); }
716
+ .block-tags .block-content ul { font-size:12px; padding:10px; }
717
+ .block-tags .block-content li { display:inline; padding-right:4px; }
718
+ .block-tags .block-content a { color:#1b2d3b; }
719
+ .block-tags .actions { text-align:right; }
720
+ .block-tags .actions a { float:none; }
721
+
722
+ /* Block: Subscribe */
723
+ .block-subscribe .block-content { padding:5px 10px; }
724
+ .block-subscribe .block-title strong { background-image:url(../images/i_block-subscribe.gif); }
725
+ .block-subscribe label { font-weight:bold; color:#666; }
726
+ .block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
727
+ .block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
728
+ .block-subscribe .actions button.button { float:none; }
729
+ .block-subscribe .actions button.button span { border-color:#d92e08; background:#e76603; }
730
+
731
+ /* Block: Reorder */
732
+ .block-reorder .block-title strong { background-image:url(../images/i_block-list.gif); }
733
+ .block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
734
+ .block-reorder .product-name { margin-left:20px; }
735
+ .block-reorder .validation-advice { margin:3px 9px 7px; }
736
+
737
+ /* Block: Banner */
738
+ .block-banner { border:0; }
739
+ .block-banner .block-content { padding:0; text-align:center; }
740
+
741
+ /* Block: Login */
742
+ .block-login .block-title strong { background-image:url(../images/i_ma-info.gif); }
743
+ .block-login .block-content { padding:5px 10px; }
744
+ .block-login label { font-weight:bold; color:#666; }
745
+ .block-login input.input-text { display:block; width:167px; margin:3px 0; }
746
+ .block-login .actions { background:none; padding:0; margin:3px 0 0; }
747
+ .block-login .actions button.button span { border-color:#d92e08; background:#e76603; }
748
+
749
+ /* Paypal */
750
+ .sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
751
+ .sidebar .paypal-logo a { float:none; }
752
+ /* ======================================================================================= */
753
+
754
+
755
+ /* Category Page ========================================================================= */
756
+ .category-title { border:0; margin:0 0 7px; }
757
+ .category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
758
+ .category-image img {}
759
+ .category-description { margin:0 0 10px; }
760
+ .category-products {}
761
+
762
+ /* View Type: Grid */
763
+ .products-grid { border-bottom:1px solid #d9ddd3; background:url(../images/bkg_grid.gif) 0 0 repeat; position:relative; }
764
+ .products-grid.last { border-bottom:0; }
765
+ .products-grid li.item { float:left; width:138px; padding:12px 10px 80px; }
766
+ .products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
767
+ .products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
768
+ .products-grid .product-name a { color:#f25b27; }
769
+ .products-grid .price-box { margin:5px 0; }
770
+ .products-grid .availability { line-height:21px; }
771
+ .products-grid .actions { position:absolute; bottom:12px; }
772
+ .col2-left-layout .products-grid,
773
+ .col2-right-layout .products-grid { width:632px; margin:0 auto; }
774
+ .col1-layout .products-grid { width:790px; margin:0 auto; }
775
+
776
+ /* View Type: List */
777
+ .products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 10px; }
778
+ .products-list li.item.last { border-bottom:0; }
779
+ .products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
780
+ .products-list .product-shop { margin-left:150px; }
781
+ .products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
782
+ .products-list .product-name a { color:#f25b27; }
783
+ .products-list .price-box { float:left; margin:3px 13px 5px 0; }
784
+ .products-list .availability { float:left; margin:3px 0 0; }
785
+ .products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
786
+ .products-list .desc .link-more { font-size:11px; }
787
+ .products-list .add-to-links { clear:both; }
788
+ .products-list .add-to-links li { display:inline; }
789
+ .products-list .add-to-links .separator { display:inline; margin:0 2px; }
790
+ /* ======================================================================================= */
791
+
792
+
793
+ /* Product View ========================================================================== */
794
+ /* Rating */
795
+ .no-rating { margin:0; }
796
+
797
+ .ratings { font-size:11px; line-height:1.25; margin:7px 0; }
798
+ .ratings strong { float:left; margin:1px 3px 0 0; }
799
+ .ratings .rating-links { margin:0; }
800
+ .ratings .rating-links .separator { margin:0 2px; }
801
+ .ratings dt {}
802
+ .ratings dd {}
803
+ .rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
804
+ .rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
805
+ .ratings .rating-box { float:left; margin-right:3px; }
806
+ .ratings .amount {}
807
+
808
+ .ratings-table th,
809
+ .ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
810
+ .ratings-table th { font-weight:bold; padding-right:8px; }
811
+
812
+ /* Availability */
813
+ .availability { margin:0; }
814
+ .availability span { font-weight:bold; }
815
+ .availability.in-stock span {}
816
+ .availability.out-of-stock span { color:#d83820; }
817
+
818
+ .availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
819
+ .availability-only span,
820
+ .availability-only a { border-bottom:1px dashed #751d02; color:#000; cursor:help; }
821
+ .availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
822
+ .availability-only .expanded { background-position:100% -15px; }
823
+ .availability-only strong { color:#be2c00; }
824
+
825
+ .availability-only-details { margin:0 0 7px; }
826
+ .availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
827
+ .availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
828
+ .availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }
829
+
830
+ .product-view .product-shop .availability { font-size:11px; }
831
+ .product-view .product-shop .availability span { font-weight:normal; }
832
+
833
+ /* Email to a Friend */
834
+ .email-friend { margin:0; }
835
+
836
+ /* Alerts */
837
+ .alert-price { margin:0; font-size:11px; }
838
+ .alert-stock { margin:0; font-size:11px; }
839
+
840
+ /********** < Product Prices */
841
+ .price { white-space:nowrap !important; }
842
+
843
+ .price-box { margin:5px 0; }
844
+ .price-box .price { font-weight:bold; color:#c76200; }
845
+
846
+ /* Regular price */
847
+ .regular-price { color:#c76200; }
848
+ .regular-price .price { font-weight:bold; font-size:13px; color:#c76200; }
849
+ .block .regular-price,
850
+ .block .regular-price .price { color:#2f2f2f; }
851
+
852
+ /* Old price */
853
+ .old-price { margin:0; }
854
+ .old-price .price-label { white-space:nowrap; color:#999; }
855
+ .old-price .price { font-weight:bold; color:#c76200; text-decoration:line-through; }
856
+
857
+ /* Special price */
858
+ .special-price { margin:0; padding:3px 0; }
859
+ .special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
860
+ .special-price .price { font-size:13px; font-weight:bold; color:#c76200; }
861
+
862
+ /* Minimal price (as low as) */
863
+ .minimal-price { margin:0; }
864
+ .minimal-price .price-label { font-weight:bold; white-space:nowrap; }
865
+
866
+ .minimal-price-link { display:block; }
867
+ .minimal-price-link .label {color:#406a83;}
868
+ .minimal-price-link .price { font-weight:normal; color:#406a83; }
869
+
870
+ /* Excluding tax */
871
+ .price-excluding-tax { display:block; color:#999; }
872
+ .price-excluding-tax .label { white-space:nowrap; color:#999; }
873
+ .price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }
874
+
875
+ /* Including tax */
876
+ .price-including-tax { display:block; color:#999; }
877
+ .price-including-tax .label { white-space:nowrap; color:#999; }
878
+ .price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }
879
+
880
+ /* FPT */
881
+ .weee { display:block; font-size:11px; color:#444; }
882
+ .weee .price { font-size:11px; font-weight:normal; }
883
+
884
+ /* Excl tax (for order tables) */
885
+ .price-excl-tax { display:block; }
886
+ .price-excl-tax .label { display:block; white-space:nowrap; }
887
+ .price-excl-tax .price { display:block; }
888
+
889
+ /* Incl tax (for order tables) */
890
+ .price-incl-tax { display:block; }
891
+ .price-incl-tax .label { display:block; white-space:nowrap; }
892
+ .price-incl-tax .price { display:block; font-weight:bold; }
893
+
894
+ /* Price range */
895
+ .price-from { margin:0; }
896
+ .price-from .price-label { font-weight:bold; white-space:nowrap; }
897
+
898
+ .price-to { margin:0; }
899
+ .price-to .price-label { font-weight:bold; white-space:nowrap; }
900
+
901
+ /* Price notice next to the options */
902
+ .price-notice { padding-left:10px; color:#999; }
903
+ .price-notice .price { font-weight:bold; color:#2f2f2f; }
904
+
905
+ /* Price as configured */
906
+ .price-as-configured { margin:0; }
907
+ .price-as-configured .price-label { font-weight:bold; white-space:nowrap; }
908
+
909
+ .price-box-bundle { padding:0 0 10px 0; }
910
+ .price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
911
+ .price-box-bundle .price { color:#555; }
912
+ /********** Product Prices > */
913
+
914
+ /* Tier Prices */
915
+ .tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
916
+ .tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
917
+ .tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
918
+ .tier-prices .price { font-weight:bold; color:#2f2f2f; }
919
+
920
+ .tier-prices-grouped li { padding:2px 0; color:#e26703; }
921
+ .tier-prices-grouped li .price { font-weight:bold; }
922
+
923
+ /* Add to Links */
924
+ .add-to-links { font-size:11px; margin:5px 0 0; }
925
+ .add-to-links .separator { display:none; }
926
+
927
+ /* Add to Cart */
928
+ .add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
929
+ .add-to-cart .qty { float:left; margin-right:5px; }
930
+ .add-to-cart button.button { float:left; }
931
+ .add-to-cart .paypal-logo { clear:left; margin:0; padding:10px 0 0; text-align:right; }
932
+
933
+ /* Add to Links + Add to Cart */
934
+ .add-to-box { margin:10px 0; }
935
+ .add-to-box .add-to-cart { float:left; }
936
+ .add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
937
+ .add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
938
+ .add-to-box .add-to-links li { display:block !important; }
939
+ .add-to-box .add-to-links li .separator { display:none !important; }
940
+
941
+
942
+ .product-view { border:1px solid #e9e186; }
943
+
944
+ .product-essential { padding:25px; background:#fff url(../images/bkg_product-view.gif) 100% 0 no-repeat; }
945
+ .product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }
946
+
947
+ .product-collateral { background:#faf7ee url(../images/bkg_product_collateral.gif) 0 0 repeat-x; padding:25px; }
948
+ .product-collateral h2 { font-weight:bold; font-size:15px; color:#c60000; border-bottom:1px solid #e5dcc3; padding:0 0 1px; margin:0 0 15px; }
949
+ .product-collateral .box-collateral { margin:0 0 25px; }
950
+
951
+ /* Product Images */
952
+ .product-view .product-img-box { float:left; width:267px; }
953
+ .col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
954
+ .product-view .product-img-box .product-image { margin:0 0 13px; }
955
+ .product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
956
+ .product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
957
+ .product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
958
+ .product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
959
+ .product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
960
+ .product-view .product-img-box .zoom #track { position:relative; height:18px; }
961
+ .product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat; }
962
+ .product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
963
+ .product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
964
+ .product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
965
+ .product-view .product-img-box .more-views ul { margin-left:-9px }
966
+ .product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
967
+ .product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }
968
+
969
+ .product-image-popup { margin:0 auto; }
970
+ .product-image-popup .nav { font-weight:bold; text-align:center; }
971
+ .product-image-popup .image { display:block; margin:10px 0; }
972
+ .product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }
973
+
974
+ /* Product Shop */
975
+ .product-view .product-shop { float:right; width:330px; }
976
+ .col1-layout .product-view .product-shop { float:right; width:545px; }
977
+ .col3-layout .product-view .product-shop { float:none; width:auto; }
978
+ .product-view .product-shop .product-name { margin:0 0 5px; }
979
+ .product-view .product-shop .product-name h1 { margin:0; font:bold 15px/1.35 Arial, Helvetica, sans-serif; }
980
+ .product-view .product-shop .availability { margin:10px 0; }
981
+ .product-view .product-shop .short-description { margin:10px 0; background:url(../images/bkg_divider1.gif) 0 0 repeat-x; padding:10px 0 0; }
982
+ .product-view .product-shop .price-box { margin:10px 0; }
983
+ .product-view .product-shop .add-to-links { margin:0; }
984
+ .product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
985
+ .product-view .product-shop .add-to-links li,
986
+ .product-view .product-shop .add-to-links li .separator { display:inline; }
987
+ .product-view .product-shop .add-to-links a { color:#406a83 !important; font-weight:normal !important; }
988
+
989
+ /* Product Options */
990
+ .product-options { margin:20px 0 0; padding:10px 15px 20px; background-color:#f6f6f6; border:1px solid #e4e4e4; }
991
+ .product-options dt { padding:10px 0 0; font-weight:normal; }
992
+ .product-options dt label { font-weight:bold; color:#2f2f2f; }
993
+ .product-options dt span.required { color:#eb340a; }
994
+ .product-options dt .qty-holder { float:right; margin-right:15px; }
995
+ .product-options dt .qty-holder label { vertical-align:middle; }
996
+ .product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
997
+ .product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
998
+ .product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
999
+ .product-options dd input.input-text { width:98%; }
1000
+ .product-options dd input.datetime-picker { width:150px; }
1001
+ .product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
1002
+ .product-options dd textarea { width:98%; height:8em; }
1003
+ .product-options dd select { width:99%; }
1004
+ .product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
1005
+ .product-options ul.options-list { margin-right:5px; }
1006
+ .product-options ul.options-list li { line-height:1.5; padding:2px 0; }
1007
+ .product-options ul.options-list input.radio { float:left; margin-top:3px; }
1008
+ .product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
1009
+ .product-options ul.options-list .label { display:block; margin-left:18px; }
1010
+ .product-options ul.options-list label { font-weight:normal; }
1011
+ .product-options ul.validation-failed { padding:0 7px; }
1012
+ .product-options p.note { margin:0; font-size:11px; }
1013
+ .product-options p.required { margin-bottom:0; padding:15px 0 0; }
1014
+
1015
+ .product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
1016
+ .product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
1017
+ .product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
1018
+ .product-options-bottom .tier-prices .price,
1019
+ .product-options-bottom .tier-prices .benefit { color:#e26703; }
1020
+ .product-options-bottom .price-box { float:left; margin:0; padding:0; }
1021
+ .col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
1022
+ .product-options-bottom .price-label { float:left; padding-right:5px; }
1023
+ .product-options-bottom .price-tax { float:left; }
1024
+ .product-options-bottom .add-to-cart { float:right; }
1025
+ .product-shop .product-options-bottom { margin:0 0 10px; }
1026
+ .product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
1027
+ .product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
1028
+ .product-shop .product-options-bottom .price-tax { float:none; }
1029
+ .product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
1030
+
1031
+ /* Grouped Product */
1032
+ .product-view .grouped-items-table .price-box { margin:0; padding:0; }
1033
+
1034
+ /* Block: Description */
1035
+ .product-view .box-description {}
1036
+
1037
+ /* Block: Additional */
1038
+ .product-view .box-additional .data-table th,
1039
+ .product-view .box-additional .data-table td { line-height:1.25; }
1040
+
1041
+ /* Block: Upsell */
1042
+ .product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
1043
+ .product-view .box-up-sell .products-grid { width:100%; border:1px solid #e5dcc3; }
1044
+ .product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
1045
+ .product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
1046
+ .product-view .box-up-sell .products-grid td.last { border-right:0; }
1047
+ .product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
1048
+ .product-view .box-up-sell .products-grid .product-image { text-align:center; }
1049
+ .product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
1050
+ .product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
1051
+
1052
+ /* Block: Tags */
1053
+ .product-view .box-tags { margin:0; }
1054
+ .product-view .box-tags h3 { font-size:13px; }
1055
+ .product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
1056
+ .product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
1057
+ .product-view .box-tags .product-tags li.first { padding-left:0; }
1058
+ .product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
1059
+ .product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
1060
+ .product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; background:url(../images/i_tag_add.gif) 0 2px no-repeat; padding:0 0 0 23px; }
1061
+ .product-view .box-tags .form-add input.input-text { width:299px; }
1062
+ .product-view .box-tags .form-add button.button span { border-color:#d92e08; background:#e76603; }
1063
+ .product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }
1064
+
1065
+ /* Block: Reviews */
1066
+ .product-view .box-reviews dl { margin:15px 0; }
1067
+ .product-view .box-reviews dt a,
1068
+ .product-view .box-reviews dt span { font-weight:bold; }
1069
+ .product-view .box-reviews dd { margin:0 0 15px; }
1070
+ .product-view .box-reviews dd small { font-style:italic; }
1071
+ .product-view .box-reviews .form-add { margin:15px 0 0; }
1072
+ .product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
1073
+ .product-view .box-reviews .form-add h3 span { font-weight:bold; }
1074
+ .product-view .box-reviews .form-add h4 { font-size:12px; }
1075
+ .product-view .box-reviews .form-add .data-table td { text-align:center; }
1076
+ .product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
1077
+ .product-view .box-reviews .form-add .form-list .input-box { width:360px; }
1078
+ .product-view .box-reviews .form-add .form-list input.input-text,
1079
+ .product-view .box-reviews .form-add .form-list textarea { width:354px; }
1080
+
1081
+ /* Send a Friend */
1082
+ .send-friend .form-list { width:615px; overflow:hidden; }
1083
+ .send-friend .form-list li { margin-right:-15px; }
1084
+ .send-friend .form-list li p { margin:0 15px 0 0; }
1085
+ .send-friend .form-list .field { width:315px; }
1086
+ .send-friend .form-list .input-box { width:300px; }
1087
+ .send-friend .form-list input.input-text,
1088
+ .send-friend .form-list textarea { width:294px; }
1089
+ .send-friend .form-list li.wide .input-box { width:612px; }
1090
+ .send-friend .form-list li.wide textarea { width:609px; }
1091
+ .send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
1092
+ /* ======================================================================================= */
1093
+
1094
+
1095
+ /* Content Styles ================================================================= */
1096
+ .product-name { margin:0; font-size:1em; font-weight:normal; }
1097
+ .product-name a { color:#406a83; }
1098
+
1099
+ /* Product Tags */
1100
+ .tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
1101
+ .tags-list li { display:inline !important; margin:0 4px 0 0; }
1102
+ .tags-list li a { color:#1b2d3b; }
1103
+
1104
+ /* Advanced Search */
1105
+ .advanced-search .form-list label { width:160px; padding-right:10px; }
1106
+ .advanced-search .form-list .input-box,
1107
+ .advanced-search .form-list .input-range { float:left; clear:none; }
1108
+ .advanced-search-amount { margin:0 0 10px; }
1109
+ .advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
1110
+ .advanced-search-summary ul { float:left; width:49%; }
1111
+ .advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(../images/i_search_criteria.gif) 0 3px no-repeat; }
1112
+ .advanced-search-summary p { clear:both; font-weight:bold; margin:0; }
1113
+
1114
+ /* CMS Home Page */
1115
+ .cms-home .subtitle {}
1116
+ .cms-index-index .subtitle {}
1117
+
1118
+ /* Sitemap */
1119
+ .page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
1120
+ .page-sitemap .links a { text-decoration:none; position:relative; }
1121
+ .page-sitemap .links a:hover { text-decoration:underline; }
1122
+ .page-sitemap .sitemap { margin:12px; }
1123
+ .page-sitemap .sitemap a { color:#1b2d3b; }
1124
+ .page-sitemap .sitemap li { margin:3px 0; }
1125
+ .page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
1126
+ .page-sitemap .sitemap li.level-0 a { color:#406a83; }
1127
+
1128
+ /* RSS */
1129
+ .rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
1130
+ .rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
1131
+ /* ======================================================================================= */
1132
+
1133
+
1134
+ /* Shopping Cart ========================================================================= */
1135
+ .cart .page-title { border-bottom:0; margin:0 0 12px; }
1136
+ .cart .page-title h1 { margin:10px 0 0; }
1137
+
1138
+ /* Checkout Types */
1139
+ .cart .page-title .checkout-types li { margin:0 0 5px; }
1140
+ .cart .title-buttons .checkout-types { float:right; }
1141
+ .cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
1142
+
1143
+ /* Shopping Cart Table */
1144
+ .cart-table th { padding:2px 10px; }
1145
+ .cart-table td { padding:10px; }
1146
+ .cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
1147
+ .cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
1148
+ .cart-table tfoot td { padding:5px 10px; }
1149
+ .cart-table .btn-continue { float:left; }
1150
+ .cart-table .btn-continue span,
1151
+ .cart-table .btn-update span { border-color:#d92e08; background:#e76603; }
1152
+
1153
+ /* Shopping Cart Collateral boxes */
1154
+ .cart .cart-collaterals { padding:25px 0 0; }
1155
+ .cart .cart-collaterals .col2-set { float:left; width:605px; }
1156
+ .cart .cart-collaterals .col2-set .col-2 { width:294px; }
1157
+
1158
+ .cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
1159
+ .cart .crosssell h2 { font-size:13px; font-weight:bold; }
1160
+ .cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
1161
+ .cart .crosssell .product-details { margin-left:90px; }
1162
+ .cart .crosssell .product-name { font-weight:bold; }
1163
+ .cart .crosssell li.item { margin:12px 0; }
1164
+ .cart .crosssell .link-compare { font-weight:normal; }
1165
+
1166
+ /* Discount Codes & Estimate Shipping and Tax Boxes */
1167
+ .cart .discount,
1168
+ .cart .shipping { border:1px solid #d0cbc1; background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; padding:12px 15px; margin:0 0 18px; }
1169
+ .cart .discount h2,
1170
+ .cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font:bold 13px/16px Arial, Helvetica, sans-serif; padding:0 0 0 21px; color:#e26703; text-transform:uppercase; }
1171
+ .cart .discount button span,
1172
+ .cart .shipping button span { border-color:#d92e08; background:#e76603; }
1173
+ .cart .discount .buttons-set,
1174
+ .cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
1175
+ .cart .discount .buttons-set button.button,
1176
+ .cart .shipping .buttons-set button.button { float:none; margin-left:0; }
1177
+
1178
+ .cart .discount h2 { background-image:url(../images/i_discount.gif); }
1179
+ .cart .discount .input-box { margin:8px 0 0; width:260px; }
1180
+ .cart .discount input.input-text { width:254px; }
1181
+
1182
+ .cart .shipping h2 { background-image:url(../images/i_shipping.gif); }
1183
+ .cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(../images/bkg_divider1.gif) 0 0 repeat-x; }
1184
+
1185
+ /* Shopping Cart Totals */
1186
+ .cart .totals { float:right; width:268px; background:#dee5e8; border:1px solid #bebcb7; }
1187
+ .cart .totals table { width:100%; margin:7px 0; }
1188
+ .cart .totals td { padding:1px 15px 1px 7px; }
1189
+ .cart .totals tr.last td {}
1190
+ .cart .totals tfoot th { padding:5px 15px 5px 7px; }
1191
+ .cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
1192
+ .cart .totals tfoot th strong,
1193
+ .cart .totals tfoot td strong { font-size:15px; }
1194
+ .cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
1195
+ .cart .totals .checkout-types li { clear:both; margin:10px 0; }
1196
+
1197
+ /* Options Tool Tip */
1198
+ .item-options dt { font-weight:bold; font-style:italic; }
1199
+ .item-options dd { padding-left:10px; margin:0 0 6px; }
1200
+ .truncated { cursor:help; }
1201
+ .truncated a.dots { cursor:help; }
1202
+ .truncated a.details { cursor:help; }
1203
+ .truncated .truncated_full_value { position:relative; z-index:999; }
1204
+ .truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
1205
+ .truncated .show dl { top:-20px; left:50%; }
1206
+ .col-left .truncated .show dl { left:15px; top:7px; }
1207
+ .col-right .truncated .show dl { left:-240px; top:7px; }
1208
+ /* ======================================================================================= */
1209
+
1210
+
1211
+ /* Checkout ============================================================================== */
1212
+ /********** < Common Checkout Styles */
1213
+ /* Shipping and Payment methods */
1214
+ .sp-methods { margin:0 0 8px; }
1215
+ .sp-methods dt { margin:13px 0 5px; font-weight:bold; }
1216
+ .sp-methods dd {}
1217
+ .sp-methods dd li { margin:5px 0; }
1218
+ .sp-methods label { font-weight:bold; color:#666; }
1219
+ .sp-methods .price { font-weight:bold; }
1220
+ .sp-methods .form-list { padding-left:20px; }
1221
+ .sp-methods .form-list li { margin:0 0 8px; }
1222
+ .sp-methods select.month { width:154px; margin-right:10px; }
1223
+ .sp-methods select.year { width:96px; }
1224
+ .sp-methods input.cvv { width:3em !important; }
1225
+
1226
+ .sp-methods .checkmo-list li { margin:0 0 5px; }
1227
+ .sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
1228
+ .sp-methods .checkmo-list address { float:left; }
1229
+
1230
+ .sp-methods .centinel-logos a { margin-right:3px; }
1231
+ .sp-methods .centinel-logos img { vertical-align:middle; }
1232
+
1233
+ .please-wait { float:right; }
1234
+ .please-wait img { vertical-align:middle; }
1235
+ .cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }
1236
+
1237
+ /* Tooltip */
1238
+ .tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
1239
+ .tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
1240
+ .tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
1241
+ .tool-tip .tool-tip-content { padding:5px; }
1242
+
1243
+ /* Gift Messages */
1244
+ .gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
1245
+ .gift-messages p.control { color:#8e8d8b; }
1246
+ .gift-messages-form { position:relative; }
1247
+ .gift-messages-form label { float:none !important; position:static !important; }
1248
+ .gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
1249
+ .gift-messages-form .whole-order { margin:0 0 25px; }
1250
+ .gift-messages-form .item { margin:0 0 10px; }
1251
+ .gift-messages-form .item .product-img-box { float:left; width:75px; }
1252
+ .gift-messages-form .item .product-image { margin:0 0 7px; }
1253
+ .gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
1254
+ .gift-messages-form .item .details { margin-left:90px; }
1255
+ .gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
1256
+ .gift-messages-form .item .details .form-list .field { width:255px; }
1257
+ .gift-messages-form .item .details .form-list .input-box { width:240px; }
1258
+ .gift-messages-form .item .details .form-list input.input-text { width:234px; }
1259
+ .gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
1260
+ .gift-messages-form .item .details .form-list li.wide textarea { width:494px; }
1261
+
1262
+ .gift-message-link { font-size:11px; background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
1263
+ .gift-message-link.expanded { background-position:100% -40px; }
1264
+ .gift-message-row { background:#f2efe9; }
1265
+ .gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(../images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
1266
+
1267
+ /* Checkout Agreements */
1268
+ .checkout-agreements li { margin:30px 0; }
1269
+ .checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
1270
+ .checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
1271
+ .checkout-agreements .agree input.checkbox { margin-right:6px; }
1272
+ .checkout-agreements .agree label { font-weight:bold; color:#666; }
1273
+
1274
+ .opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
1275
+ .opc .checkout-agreements li { margin:20px 0 0; }
1276
+ .opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
1277
+ .opc .checkout-agreements .agree { padding-left:6px; }
1278
+
1279
+ /* Centinel */
1280
+ .centinel {}
1281
+ .centinel .authentication { border:1px solid #ddd; background:#fff; }
1282
+ .centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }
1283
+
1284
+ .opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }
1285
+
1286
+ /* Generic Info Set */
1287
+ .info-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
1288
+ .info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
1289
+ .info-set h3,
1290
+ .info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
1291
+ .info-set h2 a,
1292
+ .info-set h3 a,
1293
+ .info-set h4 a { font-weight:normal; }
1294
+ .info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#c60000; border-bottom:1px solid #bbafa0; position:relative; }
1295
+ .info-set h3.legend { margin:0 0 10px; color:#0a263c; }
1296
+ .info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
1297
+ .info-set .box { margin:0 0 15px; }
1298
+ .info-set .box h2 { color:#c60000; }
1299
+ .info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#406a83 !important; }
1300
+ .info-set .data-table .product-name a { font-weight:bold !important; }
1301
+ .info-set .data-table .item-options { margin:5px 0 0; }
1302
+ /********** Common Checkout Styles > */
1303
+
1304
+ /* One Page Checkout */
1305
+ .block-progress { border:0; margin:0; }
1306
+ .block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
1307
+ .block-progress .block-title strong { font-size:13px; color:#0a263c; }
1308
+ .block-progress .block-content { background:none; }
1309
+ .block-progress dt { font-size:13px; font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; margin:0 0 6px; padding:2px 8px; color:#999; }
1310
+ .block-progress dd { background:#eee; border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; }
1311
+ .block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
1312
+ .block-progress dd.complete {}
1313
+ .block-progress p { margin:0; }
1314
+
1315
+ .opc .buttons-set { margin-top:0; padding-top:2em; }
1316
+ .opc .buttons-set p.required { margin:0; padding:0 0 10px; }
1317
+ .opc .buttons-set .back-link small { display:none; }
1318
+ .opc .buttons-set .back-link a { background:url(../images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
1319
+ .opc .buttons-set.disabled button.button { display:none; }
1320
+ .opc .buttons-set .please-wait { height:21px; line-height:21px; }
1321
+ .opc .ul { list-style:disc outside; padding-left:18px; }
1322
+
1323
+ .opc { position:relative; }
1324
+ .opc li.section {}
1325
+
1326
+ .opc .step-title { border-width:0 1px; border-style:solid; border-color:#fff #d9dde3 #d9dde3; background:#eee url(../images/bkg_opc-title-off.gif) 0 100% repeat-x; padding:4px 8px 6px; text-align:right; }
1327
+ .opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#999; }
1328
+ .opc .step-title h2 { float:left; margin:0; font:bold 13px/16px Arial, Helvetica, sans-serif; color:#999; }
1329
+ .opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }
1330
+
1331
+ .opc .allow .step-title { background:#d0dce1; border:1px solid #a3aeb3; border-bottom:0; color:#a4b3b9; cursor:pointer; }
1332
+ .opc .allow .step-title .number { background:#dbe6eb; border-color:#dbe6eb; color:#a4b3b9; }
1333
+ .opc .allow .step-title h2 { color:#c60000; }
1334
+ /*.opc .allow .step-title a { display:block; }*/
1335
+
1336
+ .opc .active .step-title { background:#f9f3e3; border:1px solid #bbafa0; padding-bottom:5px; color:#ce0000; cursor:default; }
1337
+ .opc .active .step-title .number { background:#ce0000; border-color:#f19900; color:#fff; }
1338
+ .opc .active .step-title h2 { color:#c60000; }
1339
+ /*.opc .active .step-title a { display:none; }*/
1340
+
1341
+ .opc .step { border:1px solid #bbafa0; border-top:0; background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; padding:15px 30px; position:relative; }
1342
+ .opc .step .tool-tip { right:30px; }
1343
+
1344
+ #opc-login .buttons-set { border-top:0; }
1345
+ #opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
1346
+ #opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }
1347
+
1348
+ #opc-shipping_method .buttons-set { border-top:0; }
1349
+ .opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
1350
+ .opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }
1351
+
1352
+ #opc-review .step { border:0; padding:0; }
1353
+ #opc-review .product-name { font-weight:bold; color:#0a263c; }
1354
+ #opc-review .item-options { margin:5px 0 0; }
1355
+ #opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
1356
+ #opc-review .buttons-set p { margin:0; line-height:40px; }
1357
+ #opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
1358
+
1359
+ /* Multiple Addresses Checkout */
1360
+ .checkout-progress { padding:0 90px; margin:0 0 20px; }
1361
+ .checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
1362
+ .checkout-progress li.active { border-top-color:#e96200; color:#e96200; }
1363
+
1364
+ .multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
1365
+ .multiple-checkout h3,
1366
+ .multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
1367
+ .multiple-checkout h2 a,
1368
+ .multiple-checkout h3 a,
1369
+ .multiple-checkout h4 a { font-weight:normal; }
1370
+ .multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#406a83 !important; }
1371
+ .multiple-checkout .data-table .product-name a { font-weight:bold !important; }
1372
+ .multiple-checkout .data-table .item-options { margin:5px 0 0; }
1373
+
1374
+ .multiple-checkout .gift-messages { margin:15px 0 0; }
1375
+
1376
+ .multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }
1377
+
1378
+ .multiple-checkout .col2-set,
1379
+ .multiple-checkout .col3-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
1380
+ .multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
1381
+ .multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
1382
+ .multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
1383
+ .multiple-checkout .box { margin:0 0 15px; }
1384
+ .multiple-checkout .box h2 { color:#e26703; }
1385
+
1386
+ .multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
1387
+ .multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(../images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
1388
+ .multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(../images/bkg_grand-total.gif) 100% 0 no-repeat; }
1389
+ .multiple-checkout .place-order .grand-total .inner div { display:inline; }
1390
+ .multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
1391
+ .multiple-checkout .place-order .grand-total .price { color:#E26703; }
1392
+ .multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
1393
+ .multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }
1394
+
1395
+ /* Step 1 */
1396
+ .multiple-checkout .title-buttons button.button span { border-color:#d92e08; background:#e76603; }
1397
+ #multiship-addresses-table td { padding:10px; }
1398
+ #multiship-addresses-table tfoot td { padding:5px 10px; }
1399
+ #multiship-addresses-table tfoot button.button span { border-color:#d92e08; background:#e76603; }
1400
+
1401
+ /* Step 2 */
1402
+ .multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
1403
+ .multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
1404
+ .multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
1405
+ .multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
1406
+ .multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
1407
+ .multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
1408
+ .multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
1409
+ .checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
1410
+ .checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(../images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }
1411
+
1412
+ /* Step 3 */
1413
+ .checkout-multishipping-billing .multiple-checkout { position:relative; }
1414
+ /* ======================================================================================= */
1415
+
1416
+
1417
+ /* Account Login/Create Pages ============================================================ */
1418
+ .account-login .content { min-height:240px; padding:14px 21px; background:#faf7ee url(../images/bkg_login-box.gif) 0 0 repeat-x; border:1px solid #bbb6a5; border-bottom:0; }
1419
+ .account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 23px; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; color:#e76200; }
1420
+ .account-login .new-users h2 { background-image:url(../images/i_page1.gif)}
1421
+ .account-login .registered-users h2 { background-image:url(../images/i_page2.gif); }
1422
+ .account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(../images/bkg_buttons-set1.gif) 0 0 repeat-x; }
1423
+
1424
+ .account-create {}
1425
+ /* Account Login/Create Pages ============================================================ */
1426
+
1427
+
1428
+ /* My Account ============================================================================= */
1429
+ .my-account .title-buttons .link-rss { float:none; margin:0; }
1430
+
1431
+ /********** < Dashboard */
1432
+ .dashboard .welcome-msg { margin:0 8em 1.5em 0; }
1433
+ .dashboard .welcome-msg p { margin:0; }
1434
+ .dashboard .col2-set { margin:0 0 15px; }
1435
+
1436
+ /* General Box */
1437
+ .box-account { background:#fff url(../images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; border-color:#ccc #999 #999 #ccc; padding:15px; margin: 0 0 20px; }
1438
+ .box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
1439
+ .box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; padding-left:21px; color:#e65505; }
1440
+
1441
+ .dashboard .box .box-title { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
1442
+ .dashboard .box .box-title h3,
1443
+ .dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }
1444
+
1445
+ /* Block: Recent Orders */
1446
+ .dashboard .box-recent .box-head h2 { background-image:url(../images/i_folder-table.gif); }
1447
+
1448
+ /* Block: Account Information */
1449
+ .dashboard .box-info .box-head h2 { background-image:url(../images/i_ma-info.gif); }
1450
+ .dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }
1451
+
1452
+ /* Block: Reviews */
1453
+ .dashboard .box-reviews .box-head h2 { background-image:url(../images/i_ma-reviews.gif); }
1454
+ .dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
1455
+ .dashboard .box-reviews .details { margin-left:20px; }
1456
+ .dashboard .box-reviews li.item { margin:0 0 7px; }
1457
+ .dashboard .box-reviews li.item.last { margin:0; }
1458
+ .dashboard .box-reviews .ratings { margin:7px 0 0; }
1459
+
1460
+ /* Block: Tags */
1461
+ .dashboard .box-tags .box-head h2 { background-image:url(../images/i_ma-tags.gif); }
1462
+ .dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
1463
+ .dashboard .box-tags .details { margin-left:20px; }
1464
+ .dashboard .box-tags li.item { margin:0 0 7px; }
1465
+ .dashboard .box-tags li.item.last { margin:0; }
1466
+ .dashboard .box-tags .tags strong,
1467
+ .dashboard .box-tags .tags ul,
1468
+ .dashboard .box-tags .tags ul li { display:inline; }
1469
+ /********** Dashboard > */
1470
+
1471
+ /* Address Book */
1472
+ .addresses-list h2 { font-weight:bold; font-size:13px; color:#e26703; text-transform:uppercase; }
1473
+ .addresses-list h3 { font-weight:bold; font-size:13px; }
1474
+ .addresses-list address { margin:0 0 3px; }
1475
+ .addresses-list p { margin:0; }
1476
+ .addresses-list a { font-weight:bold; }
1477
+ .addresses-list .link-remove { color:#646464; }
1478
+ .addresses-list .separator { margin:0 3px; }
1479
+ .addresses-list li.item { background:#fff url(../images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
1480
+ .addresses-list li.empty { background:none; border:0; padding:0; }
1481
+ .addresses-list li.empty p { font-weight:bold; }
1482
+ .addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }
1483
+
1484
+ /* Order View */
1485
+ .order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
1486
+ .order-info dt,
1487
+ .order-info dd,
1488
+ .order-info ul,
1489
+ .order-info li { display:inline; }
1490
+ .order-info .current { font-weight:bold; }
1491
+ .order-info li { margin:0 3px; }
1492
+
1493
+ .order-date { margin:10px 0; }
1494
+
1495
+ .order-info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
1496
+ .order-info-box h2 { font-weight:bold; font-size:13px; }
1497
+ .order-info-box .box-payment p { margin:0 0 3px; }
1498
+ .order-info-box .box-payment th { font-weight:bold; padding-right:7px; }
1499
+
1500
+ .order-items { width:100%; overflow-x:auto; }
1501
+ .order-items h2,
1502
+ .order-items h3 { font-weight:bold; font-size:13px; }
1503
+ .order-items .product-name { font-size:1em !important; font-weight:bold !important; }
1504
+ .order-items .link-print { float:right; color:#406a83; font-weight:normal; }
1505
+ .order-items p .link-print { float:none; }
1506
+
1507
+ .order-gift-message { margin:15px 0; }
1508
+ .gift-message dt strong { color:#666; }
1509
+ .gift-message dd { margin:5px 0 0; font-size:13px; }
1510
+
1511
+ .order-about { margin:15px 0; }
1512
+ .order-about dt { font-weight:bold; }
1513
+ .order-about dd { font-size:13px; margin:0 0 7px; }
1514
+
1515
+ .tracking-table { margin:0 0 15px; }
1516
+ .tracking-table th { font-weight:bold; white-space:nowrap; }
1517
+ .tracking-table th,
1518
+ .tracking-table td { padding:1px 5px 0 0; }
1519
+
1520
+ .tracking-table-popup { width:100%; }
1521
+ .tracking-table-popup th { font-weight:bold; white-space:nowrap; }
1522
+ .tracking-table-popup th,
1523
+ .tracking-table-popup td { padding:1px 8px; }
1524
+
1525
+ /* Order Print Pages */
1526
+ .page-print .print-head { margin:0 0 15px; }
1527
+ .page-print .print-head .logo { float:left; }
1528
+ .page-print .print-head address { float:left; margin-left:15px; }
1529
+ .page-print h1 { font-size:16px; font-weight:bold; }
1530
+ .page-print h2,
1531
+ .page-print h3 { font-size:13px; font-weight:bold; }
1532
+ .page-print h2.h2 { font-size:16px; font-weight:bold; }
1533
+ .page-print .order-date { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
1534
+ .page-print .col2-set { margin:0 0 10px; }
1535
+ /* Price Rewrites */
1536
+ .page-print .gift-message-link { display:none; }
1537
+ .page-print .price-excl-tax,
1538
+ .page-print .price-incl-tax { display:block; white-space:nowrap; }
1539
+ .page-print .cart-price,
1540
+ .page-print .price-excl-tax .label,
1541
+ .page-print .price-incl-tax .label,
1542
+ .page-print .price-excl-tax .price,
1543
+ .page-print .price-incl-tax .price { display:inline; }
1544
+
1545
+ /* My Wishlist */
1546
+ .my-wishlist .data-table td { padding:10px; }
1547
+ .my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
1548
+ .my-wishlist textarea { display:block; width:97%; height:109px; }
1549
+ .my-wishlist .buttons-set { margin-top:2em; }
1550
+ .my-wishlist .buttons-set button.button { float:none; }
1551
+ .my-wishlist .buttons-set .btn-add span,
1552
+ .my-wishlist .buttons-set .btn-share span { border-color:#d92e08; background:#e76603; }
1553
+ #wishlist-table .add-to-links { white-space:nowrap; }
1554
+
1555
+ /* My Tags */
1556
+ .my-tag-edit { float:left; margin:0 0 10px; }
1557
+ .my-tag-edit .btn-remove { float:right; margin:5px 0 0 5px; }
1558
+ #my-tags-table { clear:both; }
1559
+ #my-tags-table td { padding:10px; }
1560
+ #my-tags-table .add-to-links { white-space:nowrap; }
1561
+
1562
+ /* My Reviews */
1563
+ #my-reviews-table td { padding:10px; }
1564
+
1565
+ .product-review .product-img-box { float:left; width:140px; }
1566
+ .product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
1567
+ .product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
1568
+ .product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
1569
+ .product-review .product-details { margin-left:150px; }
1570
+ .product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
1571
+ .product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
1572
+ .product-review .ratings-table { margin:0 0 10px; }
1573
+ .product-review dt { font-weight:bold; }
1574
+ .product-review dd { font-size:13px; margin:5px 0 0; }
1575
+
1576
+ /* Billing Agreements */
1577
+ .billing-agreements .form-list li select { float:left; }
1578
+ .billing-agreements .form-list li button.button { float:left; margin-left:10px; }
1579
+ .billing-agreements .table-caption { font-weight:bold; font-size:13px; }
1580
+ /* ======================================================================================= */
1581
+
1582
+
1583
+ /* Footer ================================================================================ */
1584
+ .footer-container { border-top:1px solid #990000; border-bottom:2px solid #990000;background:#0a263d url(../images/lovely_roses.jpg) 50% 0 repeat; }
1585
+ .f-head { padding: 3px 0 3px 0; color:#ebbc58;font-size:13px; background:#6f0000; border-bottom:1px solid #990000; }
1586
+ .f-head ul { display:inline; }
1587
+ .f-head li { display:inline; padding:0 7px 0 4px; }
1588
+ .f-head li.last { background:none !important; padding-right:0 !important; }
1589
+
1590
+ .f-head li.active a { color:#d92e08; }
1591
+ .f-head a {padding:5px 12px 6px 8px; color:#ebbc58;text-decoration: none; font-weight:bold; }
1592
+ .f-head li.over a,
1593
+ .f-head a:hover { color:#d92e08;}
1594
+
1595
+
1596
+ .footer {color: #fff; text-align: left;width:930px; border-top: 1px; margin:0 auto; padding:10px 10px 0px;}
1597
+ .footer .copy {color: #fff; text-align: center;}
1598
+ .footer .f1 {
1599
+
1600
+ background: url(../images/info.png) no-repeat 10px 10px;
1601
+ float: left;
1602
+ height: 250px;
1603
+ width: 270px;
1604
+ padding: 0px 5px 0 55px;
1605
+
1606
+ }
1607
+ .footer .f2 {
1608
+
1609
+ background: url(../images/heart_32.png) no-repeat 10px 10px;
1610
+ float: left;
1611
+ height: 250px;
1612
+ width: 270px;
1613
+ padding: 0px 5px 0 55px;
1614
+ }
1615
+ .footer .f3{
1616
+ background: url(../images/golden_offer.png) no-repeat 10px 10px;
1617
+ float: left;
1618
+ height: 250px;
1619
+ width: 200px;
1620
+ padding: 0px 5px 0 55px;
1621
+ }
1622
+
1623
+ .footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
1624
+ .footer .store-switcher label { font-weight:bold; vertical-align:middle; }
1625
+ .footer .store-switcher select { padding:0; vertical-align:middle; }
1626
+ .footer a { color:#fff; text-decoration:none; }
1627
+ .footer a:hover { text-decoration:underline; }
1628
+
1629
+ .footer ul {margin: 0 auto; text-align: left;}
1630
+
1631
+ .footer-container .bottom-container { margin:0 0 5px; }
1632
+ /* ======================================================================================= */
1633
+
1634
+ /* Sample Data============================================================================ */
1635
+ .home-callout { margin-bottom:12px; }
1636
+ .home-callout img { display:block }
1637
+ .home-spot { float:left; width:470px; margin-left:20px; }
1638
+ .best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
1639
+ .best-selling table { border-top:1px solid #ccc; }
1640
+ .best-selling tr.odd { background:#eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
1641
+ .best-selling tr.even { background:#fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
1642
+ .best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
1643
+ .best-selling .product-img { float:left; border:2px solid #dcdcdc; }
1644
+ .best-selling .product-description { margin-left:107px; line-height:1.3em; }
1645
+ .best-selling a.product-name,
1646
+ .home-spot .best-selling a.product-name:hover { color:#203548; }
1647
+ /* ======================================================================================= */
1648
+
1649
+
1650
+ /* Clears ================================================================================ */
1651
+ .clearer:after,
1652
+ .header-container:after,
1653
+ .header-container .top-container:after,
1654
+ .header:after,
1655
+ .header .quick-access:after,
1656
+ #nav:after,
1657
+ .main:after,
1658
+ .footer:after,
1659
+ .footer-container .bottom-container:after,
1660
+ .col-main:after,
1661
+ .col2-set:after,
1662
+ .col3-set:after,
1663
+ .col3-layout .product-options-bottom .price-box:after,
1664
+ .col4-set:after,
1665
+ .search-autocomplete li:after,
1666
+ .block .block-content:after,
1667
+ .block .actions:after,
1668
+ .block li.item:after,
1669
+ .block-poll li:after,
1670
+ .block-layered-nav .currently li:after,
1671
+ .page-title:after,
1672
+ .products-grid:after,
1673
+ .products-list li.item:after,
1674
+ .box-account .box-head:after,
1675
+ .dashboard .box .box-title:after,
1676
+ .box-reviews li.item:after,
1677
+ .box-tags li.item:after,
1678
+ .pager:after,
1679
+ .sorter:after,
1680
+ .ratings:after,
1681
+ .add-to-box:after,
1682
+ .add-to-cart:after,
1683
+ .product-essential:after,
1684
+ .product-collateral:after,
1685
+ .product-view .product-img-box .more-views ul:after,
1686
+ .product-view .box-tags .form-add:after,
1687
+ .product-options .options-list li:after,
1688
+ .product-options-bottom:after,
1689
+ .product-review:after,
1690
+ .cart:after,
1691
+ .cart-collaterals:after,
1692
+ .cart .crosssell li.item:after,
1693
+ .opc .step-title:after,
1694
+ .checkout-progress:after,
1695
+ .multiple-checkout .place-order:after,
1696
+ .group-select li:after,
1697
+ .form-list li:after,
1698
+ .form-list .field:after,
1699
+ .buttons-set:after,
1700
+ .page-print .print-head:after,
1701
+ .advanced-search-summary:after,
1702
+ .gift-messages-form .item:after,
1703
+ .send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
1704
+ /* ======================================================================================= */
skin/frontend/magentocenter/redroses/favicon.ico ADDED
Binary file
skin/frontend/magentocenter/redroses/images/artistic_background_10.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/best_selling_tr_even_bg.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/best_selling_tr_odd_bg.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/bkg_account_box.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/bkg_block-actions.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/bkg_block-currency.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/bkg_block-layered-dd.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/bkg_block-layered-dt.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/bkg_block-layered-label.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/bkg_block-layered-li.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/bkg_block-layered-title.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/bkg_block-layered1.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/bkg_block-title-account.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/bkg_block-title.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/bkg_body.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/bkg_buttons-set1.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/bkg_checkout.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/bkg_collapse-gm.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/bkg_collapse.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/bkg_divider1.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/bkg_form-search.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/bkg_grand-total.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/bkg_grid.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/bkg_login-box.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/bkg_main2.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/bkg_nav1.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/bkg_opc-title-off.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/bkg_pipe1.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/bkg_pipe2.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/bkg_pipe3.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/bkg_product-view.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/bkg_product_collateral.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/bkg_rating.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/bkg_sp-methods.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/bkg_tfoot.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/bkg_th-v.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/bkg_th.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/bkg_toolbar.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/btn_checkout.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/btn_gm-close.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/btn_google_checkout.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/btn_paypal_checkout.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/btn_place_order.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/btn_proceed_to_checkout.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/btn_proceed_to_checkout_dis.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/btn_remove.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/btn_remove2.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/btn_search.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/btn_trash.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/btn_window_close.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/calendar.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/catalog/product/placeholder/image.jpg ADDED
Binary file
skin/frontend/magentocenter/redroses/images/catalog/product/placeholder/small_image.jpg ADDED
Binary file
skin/frontend/magentocenter/redroses/images/catalog/product/placeholder/thumbnail.jpg ADDED
Binary file
skin/frontend/magentocenter/redroses/images/cvv.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/cvv.jpg ADDED
Binary file
skin/frontend/magentocenter/redroses/images/error_button_16.png ADDED
Binary file
skin/frontend/magentocenter/redroses/images/fam_book_open.png ADDED
Binary file
skin/frontend/magentocenter/redroses/images/free_shipping_callout.jpg ADDED
Binary file
skin/frontend/magentocenter/redroses/images/golden_offer.png ADDED
Binary file
skin/frontend/magentocenter/redroses/images/grid-cal.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/heart_32.png ADDED
Binary file
skin/frontend/magentocenter/redroses/images/i_arrow-top.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/i_asc_arrow.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/i_availability_only.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/i_availability_only_arrow.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/i_block-cart.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/i_block-currency.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/i_block-list.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/i_block-poll.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/i_block-related.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/i_block-subscribe.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/i_block-tags.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/i_block-viewed.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/i_block-wishlist.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/i_desc_arrow.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/i_discount.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/i_folder-table.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/i_ma-info.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/i_ma-reviews.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/i_ma-tags.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/i_msg-error.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/i_msg-note.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/i_msg-success.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/i_notice.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/i_page1.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/i_page2.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/i_pager-next.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/i_pager-prev.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/i_print.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/i_rss-big.png ADDED
Binary file
skin/frontend/magentocenter/redroses/images/i_rss.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/i_search_criteria.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/i_shipping.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/i_tag_add.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/i_tier.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/i_type_grid.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/i_type_list.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/info.png ADDED
Binary file
skin/frontend/magentocenter/redroses/images/logo.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/logo_email.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/logo_print.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/lovely_roses.jpg ADDED
Binary file
skin/frontend/magentocenter/redroses/images/lovely_roses_hq-wide.jpg ADDED
Binary file
skin/frontend/magentocenter/redroses/images/magnifier_handle.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/media/about_us_img.jpg ADDED
Binary file
skin/frontend/magentocenter/redroses/images/media/col_left_callout.jpg ADDED
Binary file
skin/frontend/magentocenter/redroses/images/media/col_left_callout_.jpg ADDED
Binary file
skin/frontend/magentocenter/redroses/images/media/col_right_callout.jpg ADDED
Binary file
skin/frontend/magentocenter/redroses/images/np_cart_thumb.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/np_more_img.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/np_product_main.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/np_thumb.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/np_thumb2.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/opc-ajax-loader.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/product_zoom_overlay_magnif.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/slider_bg.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/slider_btn_zoom_in.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/slider_btn_zoom_out.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/spacer.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/star_32.png ADDED
Binary file
skin/frontend/magentocenter/redroses/images/validation_advice_bg.gif ADDED
Binary file
skin/frontend/magentocenter/redroses/images/warning_32.png ADDED
Binary file