Mobile_Store - Version 1.3.0

Version Notes

Version 1.3.0

Download this release

Release Info

Developer GoMage
Extension Mobile_Store
Version 1.3.0
Comparing to
See all releases


Version 1.3.0

Files changed (278) hide show
  1. app/design/frontend/default/mobile_store_black/layout/catalog.xml +420 -0
  2. app/design/frontend/default/mobile_store_black/layout/page.xml +189 -0
  3. app/design/frontend/default/mobile_store_black/layout/paypal.xml +198 -0
  4. app/design/frontend/default/mobile_store_black/layout/review.xml +134 -0
  5. app/design/frontend/default/mobile_store_black/layout/tag.xml +122 -0
  6. app/design/frontend/default/mobile_store_black/template/catalog/category/view.phtml +71 -0
  7. app/design/frontend/default/mobile_store_black/template/catalog/product/list.phtml +151 -0
  8. app/design/frontend/default/mobile_store_black/template/catalog/product/list/upsell.phtml +53 -0
  9. app/design/frontend/default/mobile_store_black/template/catalog/product/new.phtml +85 -0
  10. app/design/frontend/default/mobile_store_black/template/catalog/product/view.phtml +172 -0
  11. app/design/frontend/default/mobile_store_black/template/catalog/product/view/media.phtml +80 -0
  12. app/design/frontend/default/mobile_store_black/template/catalog/product/view/tabs.phtml +78 -0
  13. app/design/frontend/default/mobile_store_black/template/catalog/seo/sitemap/container.phtml +38 -0
  14. app/design/frontend/default/mobile_store_black/template/catalog/seo/tree.phtml +43 -0
  15. app/design/frontend/default/mobile_store_black/template/catalogsearch/advanced/form.phtml +97 -0
  16. app/design/frontend/default/mobile_store_black/template/catalogsearch/form.mini.phtml +45 -0
  17. app/design/frontend/default/mobile_store_black/template/checkout/cart.phtml +165 -0
  18. app/design/frontend/default/mobile_store_black/template/checkout/cart/coupon.phtml +59 -0
  19. app/design/frontend/default/mobile_store_black/template/checkout/cart/crosssell.phtml +59 -0
  20. app/design/frontend/default/mobile_store_black/template/checkout/cart/item/default.phtml +278 -0
  21. app/design/frontend/default/mobile_store_black/template/checkout/cart/shipping.phtml +143 -0
  22. app/design/frontend/default/mobile_store_black/template/checkout/cart/sidebar.phtml +80 -0
  23. app/design/frontend/default/mobile_store_black/template/contacts/form.phtml +74 -0
  24. app/design/frontend/default/mobile_store_black/template/customer/address/edit.phtml +166 -0
  25. app/design/frontend/default/mobile_store_black/template/customer/form/address.phtml +143 -0
  26. app/design/frontend/default/mobile_store_black/template/customer/form/edit.phtml +116 -0
  27. app/design/frontend/default/mobile_store_black/template/customer/form/forgotpassword.phtml +58 -0
  28. app/design/frontend/default/mobile_store_black/template/customer/form/login.phtml +90 -0
  29. app/design/frontend/default/mobile_store_black/template/customer/form/register.phtml +190 -0
  30. app/design/frontend/default/mobile_store_black/template/newsletter/subscribe.phtml +46 -0
  31. app/design/frontend/default/mobile_store_black/template/page/1column.phtml +58 -0
  32. app/design/frontend/default/mobile_store_black/template/page/2columns-left.phtml +59 -0
  33. app/design/frontend/default/mobile_store_black/template/page/2columns-right.phtml +59 -0
  34. app/design/frontend/default/mobile_store_black/template/page/3columns.phtml +62 -0
  35. app/design/frontend/default/mobile_store_black/template/page/html/breadcrumbs.phtml +46 -0
  36. app/design/frontend/default/mobile_store_black/template/page/html/footer.phtml +39 -0
  37. app/design/frontend/default/mobile_store_black/template/page/html/header.phtml +44 -0
  38. app/design/frontend/default/mobile_store_black/template/page/html/topmenu.phtml +42 -0
  39. app/design/frontend/default/mobile_store_black/template/reports/home_product_compared.phtml +84 -0
  40. app/design/frontend/default/mobile_store_black/template/reports/home_product_viewed.phtml +89 -0
  41. app/design/frontend/default/mobile_store_black/template/review/product/view/list.phtml +57 -0
  42. app/design/frontend/default/mobile_store_black/template/sales/order/view.phtml +92 -0
  43. app/design/frontend/default/mobile_store_black/template/wishlist/sharing.phtml +84 -0
  44. app/design/frontend/default/mobile_store_blue/layout/catalog.xml +420 -0
  45. app/design/frontend/default/mobile_store_blue/layout/page.xml +189 -0
  46. app/design/frontend/default/mobile_store_blue/layout/paypal.xml +198 -0
  47. app/design/frontend/default/mobile_store_blue/layout/review.xml +134 -0
  48. app/design/frontend/default/mobile_store_blue/layout/tag.xml +122 -0
  49. app/design/frontend/default/mobile_store_blue/template/catalog/category/view.phtml +71 -0
  50. app/design/frontend/default/mobile_store_blue/template/catalog/product/list.phtml +151 -0
  51. app/design/frontend/default/mobile_store_blue/template/catalog/product/list/upsell.phtml +53 -0
  52. app/design/frontend/default/mobile_store_blue/template/catalog/product/new.phtml +85 -0
  53. app/design/frontend/default/mobile_store_blue/template/catalog/product/view.phtml +172 -0
  54. app/design/frontend/default/mobile_store_blue/template/catalog/product/view/media.phtml +80 -0
  55. app/design/frontend/default/mobile_store_blue/template/catalog/product/view/tabs.phtml +78 -0
  56. app/design/frontend/default/mobile_store_blue/template/catalog/seo/sitemap/container.phtml +38 -0
  57. app/design/frontend/default/mobile_store_blue/template/catalog/seo/tree.phtml +43 -0
  58. app/design/frontend/default/mobile_store_blue/template/catalogsearch/advanced/form.phtml +97 -0
  59. app/design/frontend/default/mobile_store_blue/template/catalogsearch/form.mini.phtml +45 -0
  60. app/design/frontend/default/mobile_store_blue/template/checkout/cart.phtml +165 -0
  61. app/design/frontend/default/mobile_store_blue/template/checkout/cart/coupon.phtml +59 -0
  62. app/design/frontend/default/mobile_store_blue/template/checkout/cart/crosssell.phtml +59 -0
  63. app/design/frontend/default/mobile_store_blue/template/checkout/cart/item/default.phtml +278 -0
  64. app/design/frontend/default/mobile_store_blue/template/checkout/cart/shipping.phtml +143 -0
  65. app/design/frontend/default/mobile_store_blue/template/checkout/cart/sidebar.phtml +80 -0
  66. app/design/frontend/default/mobile_store_blue/template/contacts/form.phtml +74 -0
  67. app/design/frontend/default/mobile_store_blue/template/customer/address/edit.phtml +166 -0
  68. app/design/frontend/default/mobile_store_blue/template/customer/form/address.phtml +143 -0
  69. app/design/frontend/default/mobile_store_blue/template/customer/form/edit.phtml +116 -0
  70. app/design/frontend/default/mobile_store_blue/template/customer/form/forgotpassword.phtml +58 -0
  71. app/design/frontend/default/mobile_store_blue/template/customer/form/login.phtml +90 -0
  72. app/design/frontend/default/mobile_store_blue/template/customer/form/register.phtml +190 -0
  73. app/design/frontend/default/mobile_store_blue/template/newsletter/subscribe.phtml +46 -0
  74. app/design/frontend/default/mobile_store_blue/template/page/1column.phtml +58 -0
  75. app/design/frontend/default/mobile_store_blue/template/page/2columns-left.phtml +59 -0
  76. app/design/frontend/default/mobile_store_blue/template/page/2columns-right.phtml +59 -0
  77. app/design/frontend/default/mobile_store_blue/template/page/3columns.phtml +62 -0
  78. app/design/frontend/default/mobile_store_blue/template/page/html/breadcrumbs.phtml +46 -0
  79. app/design/frontend/default/mobile_store_blue/template/page/html/footer.phtml +39 -0
  80. app/design/frontend/default/mobile_store_blue/template/page/html/header.phtml +44 -0
  81. app/design/frontend/default/mobile_store_blue/template/page/html/topmenu.phtml +42 -0
  82. app/design/frontend/default/mobile_store_blue/template/reports/home_product_compared.phtml +84 -0
  83. app/design/frontend/default/mobile_store_blue/template/reports/home_product_viewed.phtml +89 -0
  84. app/design/frontend/default/mobile_store_blue/template/review/product/view/list.phtml +57 -0
  85. app/design/frontend/default/mobile_store_blue/template/sales/order/view.phtml +92 -0
  86. app/design/frontend/default/mobile_store_blue/template/wishlist/sharing.phtml +84 -0
  87. app/design/frontend/default/mobile_store_green/layout/catalog.xml +420 -0
  88. app/design/frontend/default/mobile_store_green/layout/page.xml +189 -0
  89. app/design/frontend/default/mobile_store_green/layout/paypal.xml +198 -0
  90. app/design/frontend/default/mobile_store_green/layout/review.xml +134 -0
  91. app/design/frontend/default/mobile_store_green/layout/tag.xml +122 -0
  92. app/design/frontend/default/mobile_store_green/template/catalog/category/view.phtml +71 -0
  93. app/design/frontend/default/mobile_store_green/template/catalog/product/list.phtml +151 -0
  94. app/design/frontend/default/mobile_store_green/template/catalog/product/list/upsell.phtml +53 -0
  95. app/design/frontend/default/mobile_store_green/template/catalog/product/new.phtml +85 -0
  96. app/design/frontend/default/mobile_store_green/template/catalog/product/view.phtml +172 -0
  97. app/design/frontend/default/mobile_store_green/template/catalog/product/view/media.phtml +80 -0
  98. app/design/frontend/default/mobile_store_green/template/catalog/product/view/tabs.phtml +78 -0
  99. app/design/frontend/default/mobile_store_green/template/catalog/seo/sitemap/container.phtml +38 -0
  100. app/design/frontend/default/mobile_store_green/template/catalog/seo/tree.phtml +43 -0
  101. app/design/frontend/default/mobile_store_green/template/catalogsearch/advanced/form.phtml +97 -0
  102. app/design/frontend/default/mobile_store_green/template/catalogsearch/form.mini.phtml +45 -0
  103. app/design/frontend/default/mobile_store_green/template/checkout/cart.phtml +165 -0
  104. app/design/frontend/default/mobile_store_green/template/checkout/cart/coupon.phtml +59 -0
  105. app/design/frontend/default/mobile_store_green/template/checkout/cart/crosssell.phtml +59 -0
  106. app/design/frontend/default/mobile_store_green/template/checkout/cart/item/default.phtml +278 -0
  107. app/design/frontend/default/mobile_store_green/template/checkout/cart/shipping.phtml +143 -0
  108. app/design/frontend/default/mobile_store_green/template/checkout/cart/sidebar.phtml +80 -0
  109. app/design/frontend/default/mobile_store_green/template/contacts/form.phtml +74 -0
  110. app/design/frontend/default/mobile_store_green/template/customer/address/edit.phtml +166 -0
  111. app/design/frontend/default/mobile_store_green/template/customer/form/address.phtml +143 -0
  112. app/design/frontend/default/mobile_store_green/template/customer/form/edit.phtml +116 -0
  113. app/design/frontend/default/mobile_store_green/template/customer/form/forgotpassword.phtml +58 -0
  114. app/design/frontend/default/mobile_store_green/template/customer/form/login.phtml +90 -0
  115. app/design/frontend/default/mobile_store_green/template/customer/form/register.phtml +190 -0
  116. app/design/frontend/default/mobile_store_green/template/newsletter/subscribe.phtml +46 -0
  117. app/design/frontend/default/mobile_store_green/template/page/1column.phtml +58 -0
  118. app/design/frontend/default/mobile_store_green/template/page/2columns-left.phtml +59 -0
  119. app/design/frontend/default/mobile_store_green/template/page/2columns-right.phtml +59 -0
  120. app/design/frontend/default/mobile_store_green/template/page/3columns.phtml +62 -0
  121. app/design/frontend/default/mobile_store_green/template/page/html/breadcrumbs.phtml +46 -0
  122. app/design/frontend/default/mobile_store_green/template/page/html/footer.phtml +39 -0
  123. app/design/frontend/default/mobile_store_green/template/page/html/header.phtml +44 -0
  124. app/design/frontend/default/mobile_store_green/template/page/html/topmenu.phtml +42 -0
  125. app/design/frontend/default/mobile_store_green/template/reports/home_product_compared.phtml +84 -0
  126. app/design/frontend/default/mobile_store_green/template/reports/home_product_viewed.phtml +89 -0
  127. app/design/frontend/default/mobile_store_green/template/review/product/view/list.phtml +57 -0
  128. app/design/frontend/default/mobile_store_green/template/sales/order/view.phtml +92 -0
  129. app/design/frontend/default/mobile_store_green/template/wishlist/sharing.phtml +84 -0
  130. package.xml +18 -0
  131. skin/frontend/default/mobile_store_black/css/print.css +40 -0
  132. skin/frontend/default/mobile_store_black/css/styles-ie.css +147 -0
  133. skin/frontend/default/mobile_store_black/css/styles.css +2474 -0
  134. skin/frontend/default/mobile_store_black/images/bkg_checkout.gif +0 -0
  135. skin/frontend/default/mobile_store_black/images/bkg_collapse-gm.gif +0 -0
  136. skin/frontend/default/mobile_store_black/images/bkg_collapse.gif +0 -0
  137. skin/frontend/default/mobile_store_black/images/bkg_divider1.gif +0 -0
  138. skin/frontend/default/mobile_store_black/images/bkg_pipe1.gif +0 -0
  139. skin/frontend/default/mobile_store_black/images/bkg_pipe2.gif +0 -0
  140. skin/frontend/default/mobile_store_black/images/bkg_pipe3.gif +0 -0
  141. skin/frontend/default/mobile_store_black/images/bkg_rating.gif +0 -0
  142. skin/frontend/default/mobile_store_black/images/bkg_sp-methods.gif +0 -0
  143. skin/frontend/default/mobile_store_black/images/btn_edit.gif +0 -0
  144. skin/frontend/default/mobile_store_black/images/btn_gm-close.gif +0 -0
  145. skin/frontend/default/mobile_store_black/images/btn_google_checkout.gif +0 -0
  146. skin/frontend/default/mobile_store_black/images/btn_paypal_checkout.gif +0 -0
  147. skin/frontend/default/mobile_store_black/images/btn_previous.gif +0 -0
  148. skin/frontend/default/mobile_store_black/images/btn_remove.gif +0 -0
  149. skin/frontend/default/mobile_store_black/images/btn_remove2.gif +0 -0
  150. skin/frontend/default/mobile_store_black/images/btn_trash.gif +0 -0
  151. skin/frontend/default/mobile_store_black/images/btn_window_close.gif +0 -0
  152. skin/frontend/default/mobile_store_black/images/calendar.gif +0 -0
  153. skin/frontend/default/mobile_store_black/images/catalog/product/placeholder/image.jpg +0 -0
  154. skin/frontend/default/mobile_store_black/images/catalog/product/placeholder/small_image.jpg +0 -0
  155. skin/frontend/default/mobile_store_black/images/catalog/product/placeholder/thumbnail.jpg +0 -0
  156. skin/frontend/default/mobile_store_black/images/cvv.gif +0 -0
  157. skin/frontend/default/mobile_store_black/images/cvv.jpg +0 -0
  158. skin/frontend/default/mobile_store_black/images/fam_book_open.png +0 -0
  159. skin/frontend/default/mobile_store_black/images/grid-cal.gif +0 -0
  160. skin/frontend/default/mobile_store_black/images/i_arrow-top.gif +0 -0
  161. skin/frontend/default/mobile_store_black/images/i_asc_arrow.gif +0 -0
  162. skin/frontend/default/mobile_store_black/images/i_availability_only.gif +0 -0
  163. skin/frontend/default/mobile_store_black/images/i_availability_only_arrow.gif +0 -0
  164. skin/frontend/default/mobile_store_black/images/i_block-cart.gif +0 -0
  165. skin/frontend/default/mobile_store_black/images/i_block-currency.gif +0 -0
  166. skin/frontend/default/mobile_store_black/images/i_block-list.gif +0 -0
  167. skin/frontend/default/mobile_store_black/images/i_block-poll.gif +0 -0
  168. skin/frontend/default/mobile_store_black/images/i_block-related.gif +0 -0
  169. skin/frontend/default/mobile_store_black/images/i_block-subscribe.gif +0 -0
  170. skin/frontend/default/mobile_store_black/images/i_block-tags.gif +0 -0
  171. skin/frontend/default/mobile_store_black/images/i_block-viewed.gif +0 -0
  172. skin/frontend/default/mobile_store_black/images/i_block-wishlist.gif +0 -0
  173. skin/frontend/default/mobile_store_black/images/i_desc_arrow.gif +0 -0
  174. skin/frontend/default/mobile_store_black/images/i_discount.gif +0 -0
  175. skin/frontend/default/mobile_store_black/images/i_folder-table.gif +0 -0
  176. skin/frontend/default/mobile_store_black/images/i_ma-info.gif +0 -0
  177. skin/frontend/default/mobile_store_black/images/i_ma-reviews.gif +0 -0
  178. skin/frontend/default/mobile_store_black/images/i_ma-tags.gif +0 -0
  179. skin/frontend/default/mobile_store_black/images/i_msg-error.gif +0 -0
  180. skin/frontend/default/mobile_store_black/images/i_msg-note.gif +0 -0
  181. skin/frontend/default/mobile_store_black/images/i_msg-success.gif +0 -0
  182. skin/frontend/default/mobile_store_black/images/i_notice.gif +0 -0
  183. skin/frontend/default/mobile_store_black/images/i_page1.gif +0 -0
  184. skin/frontend/default/mobile_store_black/images/i_page2.gif +0 -0
  185. skin/frontend/default/mobile_store_black/images/i_pager-next.gif +0 -0
  186. skin/frontend/default/mobile_store_black/images/i_pager-prev.gif +0 -0
  187. skin/frontend/default/mobile_store_black/images/i_print.gif +0 -0
  188. skin/frontend/default/mobile_store_black/images/i_rss-big.png +0 -0
  189. skin/frontend/default/mobile_store_black/images/i_rss.gif +0 -0
  190. skin/frontend/default/mobile_store_black/images/i_search_criteria.gif +0 -0
  191. skin/frontend/default/mobile_store_black/images/i_shipping.gif +0 -0
  192. skin/frontend/default/mobile_store_black/images/i_tag_add.gif +0 -0
  193. skin/frontend/default/mobile_store_black/images/i_tier.gif +0 -0
  194. skin/frontend/default/mobile_store_black/images/i_type_grid.gif +0 -0
  195. skin/frontend/default/mobile_store_black/images/i_type_list.gif +0 -0
  196. skin/frontend/default/mobile_store_black/images/logo.gif +0 -0
  197. skin/frontend/default/mobile_store_black/images/logo_email.gif +0 -0
  198. skin/frontend/default/mobile_store_black/images/logo_print.gif +0 -0
  199. skin/frontend/default/mobile_store_black/images/magnifier_handle.gif +0 -0
  200. skin/frontend/default/mobile_store_black/images/map_popup_arrow.gif +0 -0
  201. skin/frontend/default/mobile_store_black/images/new/account_pager.gif +0 -0
  202. skin/frontend/default/mobile_store_black/images/new/bkg_pipe1.gif +0 -0
  203. skin/frontend/default/mobile_store_black/images/new/bkg_rating.gif +0 -0
  204. skin/frontend/default/mobile_store_black/images/new/block_cart_bg.gif +0 -0
  205. skin/frontend/default/mobile_store_black/images/new/block_content_bg.gif +0 -0
  206. skin/frontend/default/mobile_store_black/images/new/block_content_bg_left.gif +0 -0
  207. skin/frontend/default/mobile_store_black/images/new/block_head_blue_left.gif +0 -0
  208. skin/frontend/default/mobile_store_black/images/new/block_head_blue_right.gif +0 -0
  209. skin/frontend/default/mobile_store_black/images/new/block_head_grey_left.gif +0 -0
  210. skin/frontend/default/mobile_store_black/images/new/block_head_grey_right.gif +0 -0
  211. skin/frontend/default/mobile_store_black/images/new/bread_arrow.gif +0 -0
  212. skin/frontend/default/mobile_store_black/images/new/btn_checkout.gif +0 -0
  213. skin/frontend/default/mobile_store_black/images/new/btn_search.gif +0 -0
  214. skin/frontend/default/mobile_store_black/images/new/btn_trash.gif +0 -0
  215. skin/frontend/default/mobile_store_black/images/new/button_blue.gif +0 -0
  216. skin/frontend/default/mobile_store_black/images/new/button_grey.gif +0 -0
  217. skin/frontend/default/mobile_store_black/images/new/cart_crossell_bg.gif +0 -0
  218. skin/frontend/default/mobile_store_black/images/new/cart_total_bg.gif +0 -0
  219. skin/frontend/default/mobile_store_black/images/new/footer_block_arrw.gif +0 -0
  220. skin/frontend/default/mobile_store_black/images/new/footer_block_bg.gif +0 -0
  221. skin/frontend/default/mobile_store_black/images/new/header_bg.gif +0 -0
  222. skin/frontend/default/mobile_store_black/images/new/home_link.gif +0 -0
  223. skin/frontend/default/mobile_store_black/images/new/i_asc_arrow.gif +0 -0
  224. skin/frontend/default/mobile_store_black/images/new/i_desc_arrow.gif +0 -0
  225. skin/frontend/default/mobile_store_black/images/new/i_msg-error.gif +0 -0
  226. skin/frontend/default/mobile_store_black/images/new/i_msg-success.gif +0 -0
  227. skin/frontend/default/mobile_store_black/images/new/i_msg.gif +0 -0
  228. skin/frontend/default/mobile_store_black/images/new/input_text_bg.gif +0 -0
  229. skin/frontend/default/mobile_store_black/images/new/login_bg.gif +0 -0
  230. skin/frontend/default/mobile_store_black/images/new/nav_bg.png +0 -0
  231. skin/frontend/default/mobile_store_black/images/new/nav_li_active.gif +0 -0
  232. skin/frontend/default/mobile_store_black/images/new/nav_li_active.png +0 -0
  233. skin/frontend/default/mobile_store_black/images/new/nav_li_bg.gif +0 -0
  234. skin/frontend/default/mobile_store_black/images/new/new_prod_arr.jpg +0 -0
  235. skin/frontend/default/mobile_store_black/images/new/new_prod_border.gif +0 -0
  236. skin/frontend/default/mobile_store_black/images/new/prod_ess_bg.gif +0 -0
  237. skin/frontend/default/mobile_store_black/images/new/prod_grid_bg.gif +0 -0
  238. skin/frontend/default/mobile_store_black/images/new/prod_grid_bg2.gif +0 -0
  239. skin/frontend/default/mobile_store_black/images/new/prod_list_add_tc.gif +0 -0
  240. skin/frontend/default/mobile_store_black/images/new/prod_list_bg.png +0 -0
  241. skin/frontend/default/mobile_store_black/images/new/prod_list_det.gif +0 -0
  242. skin/frontend/default/mobile_store_black/images/new/prod_list_img_bg.png +0 -0
  243. skin/frontend/default/mobile_store_black/images/new/prod_page_img_bg.gif +0 -0
  244. skin/frontend/default/mobile_store_black/images/new/quiq_bg.gif +0 -0
  245. skin/frontend/default/mobile_store_black/images/new/search_input_bg.gif +0 -0
  246. skin/frontend/default/mobile_store_black/images/new/sitemap_pager_bg.gif +0 -0
  247. skin/frontend/default/mobile_store_black/images/new/tab_bg.gif +0 -0
  248. skin/frontend/default/mobile_store_black/images/new/tab_bg_active.gif +0 -0
  249. skin/frontend/default/mobile_store_black/images/new/tab_bg_new.gif +0 -0
  250. skin/frontend/default/mobile_store_black/images/new/tool_bar_corners.gif +0 -0
  251. skin/frontend/default/mobile_store_black/images/new/validation_advice_bg.gif +0 -0
  252. skin/frontend/default/mobile_store_black/images/np_cart_thumb.gif +0 -0
  253. skin/frontend/default/mobile_store_black/images/np_more_img.gif +0 -0
  254. skin/frontend/default/mobile_store_black/images/np_product_main.gif +0 -0
  255. skin/frontend/default/mobile_store_black/images/np_thumb.gif +0 -0
  256. skin/frontend/default/mobile_store_black/images/np_thumb2.gif +0 -0
  257. skin/frontend/default/mobile_store_black/images/opc-ajax-loader.gif +0 -0
  258. skin/frontend/default/mobile_store_black/images/pager_arrow_left.gif +0 -0
  259. skin/frontend/default/mobile_store_black/images/pager_arrow_right.gif +0 -0
  260. skin/frontend/default/mobile_store_black/images/prod_list_bg.png +0 -0
  261. skin/frontend/default/mobile_store_black/images/product_zoom_overlay_magnif.gif +0 -0
  262. skin/frontend/default/mobile_store_black/images/slider_bg.gif +0 -0
  263. skin/frontend/default/mobile_store_black/images/slider_btn_zoom_in.gif +0 -0
  264. skin/frontend/default/mobile_store_black/images/slider_btn_zoom_out.gif +0 -0
  265. skin/frontend/default/mobile_store_black/images/spacer.gif +0 -0
  266. skin/frontend/default/mobile_store_black/images/xmlconnect/catalog/category/placeholder/image.jpg +0 -0
  267. skin/frontend/default/mobile_store_black/images/xmlconnect/catalog/category/placeholder/small_image.jpg +0 -0
  268. skin/frontend/default/mobile_store_black/images/xmlconnect/catalog/category/placeholder/thumbnail.jpg +0 -0
  269. skin/frontend/default/mobile_store_black/images/xmlconnect/tab_account.png +0 -0
  270. skin/frontend/default/mobile_store_black/images/xmlconnect/tab_cart.png +0 -0
  271. skin/frontend/default/mobile_store_black/images/xmlconnect/tab_home.png +0 -0
  272. skin/frontend/default/mobile_store_black/images/xmlconnect/tab_more.png +0 -0
  273. skin/frontend/default/mobile_store_black/images/xmlconnect/tab_page.png +0 -0
  274. skin/frontend/default/mobile_store_black/images/xmlconnect/tab_search.png +0 -0
  275. skin/frontend/default/mobile_store_black/images/xmlconnect/tab_shop.png +0 -0
  276. skin/frontend/default/mobile_store_blue/css/print.css +40 -0
  277. skin/frontend/default/mobile_store_blue/css/styles-ie.css +146 -0
  278. skin/frontend/default/mobile_store_blue/css/styles.css +1536 -0
app/design/frontend/default/mobile_store_black/layout/catalog.xml ADDED
@@ -0,0 +1,420 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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="left">
49
+ <block type="core/template" name="left.permanent.callout" template="callouts/left_col.phtml">
50
+ <action method="setImgSrc"><src>images/media/col_left_callout.jpg</src></action>
51
+ <action method="setImgAlt" translate="alt" module="catalog"><alt>Our customer service is available 24/7. Call us at (555) 555-0123.</alt></action>
52
+ <action method="setLinkUrl"><url>checkout/cart</url></action>
53
+ </block>
54
+ </reference>
55
+ <reference name="right">
56
+ <block type="catalog/product_compare_sidebar" before="cart_sidebar" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/>
57
+ <block type="core/template" name="right.permanent.callout" template="callouts/right_col.phtml">
58
+ <action method="setImgSrc"><src>images/media/col_right_callout.jpg</src></action>
59
+ <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>
60
+ </block>
61
+ </reference>-->
62
+ <reference name="footer_links">
63
+ <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>
64
+ </reference>
65
+ <block type="catalog/product_price_template" name="catalog_product_price_template" />
66
+ </default>
67
+
68
+
69
+ <!--
70
+ Category default layout
71
+ -->
72
+
73
+ <catalog_category_default translate="label">
74
+ <label>Catalog Category (Non-Anchor)</label>
75
+ <reference name="left">
76
+ <block type="catalog/navigation" name="catalog.leftnav" after="currency" template="catalog/navigation/left.phtml"/>
77
+ </reference>
78
+ <reference name="content">
79
+ <block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
80
+ <block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
81
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
82
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
83
+ <!-- The following code shows how to set your own pager increments -->
84
+ <!--
85
+ <action method="setDefaultListPerPage"><limit>4</limit></action>
86
+ <action method="setDefaultGridPerPage"><limit>9</limit></action>
87
+ <action method="addPagerLimit"><mode>list</mode><limit>2</limit></action>
88
+ <action method="addPagerLimit"><mode>list</mode><limit>4</limit></action>
89
+ <action method="addPagerLimit"><mode>list</mode><limit>6</limit></action>
90
+ <action method="addPagerLimit"><mode>list</mode><limit>8</limit></action>
91
+ <action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
92
+ -->
93
+ </block>
94
+ <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
95
+ <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
96
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
97
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
98
+ <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
99
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
100
+ </block>
101
+ </block>
102
+ </reference>
103
+ </catalog_category_default>
104
+
105
+ <!--
106
+ Category layered navigation layout
107
+ -->
108
+
109
+ <catalog_category_layered translate="label">
110
+ <label>Catalog Category (Anchor)</label>
111
+ <reference name="left">
112
+ <block type="catalog/layer_view" name="catalog.leftnav" after="currency" template="catalog/layer/view.phtml"/>
113
+ </reference>
114
+ <reference name="content">
115
+ <block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
116
+ <block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
117
+ <!-- <action method="addReviewSummaryTemplate"><type>default</type><template>review/helper/su.phtml</template></action> -->
118
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
119
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
120
+ <!-- The following code shows how to set your own pager increments -->
121
+ <!--
122
+ <action method="setDefaultListPerPage"><limit>4</limit></action>
123
+ <action method="setDefaultGridPerPage"><limit>3</limit></action>
124
+ <action method="addPagerLimit"><mode>list</mode><limit>2</limit></action>
125
+ <action method="addPagerLimit"><mode>list</mode><limit>4</limit></action>
126
+ <action method="addPagerLimit"><mode>list</mode><limit>6</limit></action>
127
+ <action method="addPagerLimit"><mode>list</mode><limit>8</limit></action>
128
+ <action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
129
+ <action method="addPagerLimit"><mode>grid</mode><limit>3</limit></action>
130
+ <action method="addPagerLimit"><mode>grid</mode><limit>6</limit></action>
131
+ <action method="addPagerLimit"><mode>grid</mode><limit>9</limit></action>
132
+ <action method="addPagerLimit" translate="label"><mode>grid</mode><limit>all</limit><label>All</label></action>
133
+ -->
134
+ </block>
135
+ <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
136
+ <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
137
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
138
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
139
+ <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
140
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
141
+ </block>
142
+ </block>
143
+ </reference>
144
+ </catalog_category_layered>
145
+
146
+ <!--
147
+ Compare products page
148
+ -->
149
+
150
+ <catalog_product_compare_index translate="label">
151
+ <label>Catalog Product Compare List</label>
152
+ <!-- Mage_Catalog -->
153
+ <reference name="root">
154
+ <action method="setTemplate"><template>page/popup.phtml</template></action>
155
+ </reference>
156
+ <reference name="head">
157
+ <action method="addJs"><script>scriptaculous/scriptaculous.js</script></action>
158
+ <action method="addJs"><script>varien/product.js</script></action>
159
+ </reference>
160
+ <reference name="content">
161
+ <block type="catalog/product_compare_list" name="catalog.compare.list" template="catalog/product/compare/list.phtml"/>
162
+ </reference>
163
+ </catalog_product_compare_index>
164
+
165
+ <customer_account_index>
166
+ <reference name="right">
167
+ <action method="unsetChild"><name>catalog.compare.sidebar</name></action>
168
+ </reference>
169
+ </customer_account_index>
170
+
171
+ <!--
172
+ Product view
173
+ -->
174
+
175
+ <catalog_product_view translate="label">
176
+ <label>Catalog Product View (Any)</label>
177
+ <!-- Mage_Catalog -->
178
+ <reference name="root">
179
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
180
+ </reference>
181
+ <reference name="head">
182
+ <action method="addJs"><script>varien/product.js</script></action>
183
+ <action method="addJs"><script>varien/configurable.js</script></action>
184
+
185
+ <action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>
186
+ <action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
187
+ <action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
188
+ </reference>
189
+ <reference name="content">
190
+ <block type="catalog/product_view" name="product.info" template="catalog/product/view.phtml">
191
+ <!--
192
+ <action method="addReviewSummaryTemplate"><type>default</type><template>review/helper/summary.phtml</template></action>
193
+ <action method="addReviewSummaryTemplate"><type>short</type><template>review/helper/summary_short.phtml</template></action>
194
+ <action method="addReviewSummaryTemplate"><type>...</type><template>...</template></action>
195
+ -->
196
+ <block type="catalog/product_view_media" name="product.info.media" as="media" template="catalog/product/view/media.phtml"/>
197
+ <block type="core/text_list" name="alert.urls" as="alert_urls" translate="label">
198
+ <label>Alert Urls</label>
199
+ </block>
200
+
201
+ <action method="setTierPriceTemplate"><template>catalog/product/view/tierprices.phtml</template></action>
202
+
203
+ <block type="catalog/product_view_tabs" name="product.info.tabs" as="info_tabs" template="catalog/product/view/tabs.phtml" >
204
+ <action method="addTab" translate="title" module="catalog"><alias>description</alias><title>Product Description</title><block>catalog/product_view_description</block><template>catalog/product/view/description.phtml</template></action>
205
+ <action method="addTab" translate="title" module="catalog"><alias>upsell_products</alias><title>We also Recommend</title><block>catalog/product_list_upsell</block><template>catalog/product/list/upsell.phtml</template></action>
206
+ <action method="addTab" translate="title" module="catalog"><alias>additional</alias><title>Additional Information</title><block>catalog/product_view_attributes</block><template>catalog/product/view/attributes.phtml</template></action>
207
+ <action method="addTab" translate="title" module="tag"><alias>product_tag_list</alias><title>Product Tags</title><block>tag/product_list</block><template>tag/list.phtml</template></action>
208
+ </block>
209
+
210
+ <block type="catalog/product_list_upsell" name="product.info.upsell" as="upsell_products" template="catalog/product/list/upsell.phtml">
211
+ <action method="setColumnCount"><columns>4</columns></action>
212
+ <action method="setItemLimit"><type>upsell</type><limit>4</limit></action>
213
+ </block>
214
+
215
+ <block type="catalog/product_view_additional" name="product.info.additional" as="product_additional_data" />
216
+
217
+
218
+ <block type="catalog/product_view" name="product.info.addto" as="addto" template="catalog/product/view/addto.phtml"/>
219
+ <block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml"/>
220
+
221
+ <block type="core/text_list" name="product.info.extrahint" as="extrahint" translate="label">
222
+ <label>Product View Extra Hint</label>
223
+ </block>
224
+
225
+ <block type="catalog/product_view" name="product.info.options.wrapper" as="product_options_wrapper" template="catalog/product/view/options/wrapper.phtml" translate="label">
226
+ <label>Info Column Options Wrapper</label>
227
+ <block type="core/template" name="options_js" template="catalog/product/view/options/js.phtml"/>
228
+ <block type="catalog/product_view_options" name="product.info.options" as="product_options" template="catalog/product/view/options.phtml">
229
+ <action method="addOptionRenderer"><type>text</type><block>catalog/product_view_options_type_text</block><template>catalog/product/view/options/type/text.phtml</template></action>
230
+ <action method="addOptionRenderer"><type>file</type><block>catalog/product_view_options_type_file</block><template>catalog/product/view/options/type/file.phtml</template></action>
231
+ <action method="addOptionRenderer"><type>select</type><block>catalog/product_view_options_type_select</block><template>catalog/product/view/options/type/select.phtml</template></action>
232
+ <action method="addOptionRenderer"><type>date</type><block>catalog/product_view_options_type_date</block><template>catalog/product/view/options/type/date.phtml</template></action>
233
+ </block>
234
+ <block type="core/html_calendar" name="html_calendar" as="html_calendar" template="page/js/calendar.phtml"/>
235
+ </block>
236
+ <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">
237
+ <label>Bottom Block Options Wrapper</label>
238
+ <action method="insert"><block>product.tierprices</block></action>
239
+ <block type="catalog/product_view" name="product.clone_prices" as="prices" template="catalog/product/view/price_clone.phtml"/>
240
+ <action method="append"><block>product.info.addtocart</block></action>
241
+ <action method="append"><block>product.info.addto</block></action>
242
+ </block>
243
+
244
+ <block type="core/template_facade" name="product.info.container1" as="container1">
245
+ <action method="setDataByKey"><key>alias_in_layout</key><value>container1</value></action>
246
+ <action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
247
+ <action method="append"><block>product.info.options.wrapper</block></action>
248
+ <action method="append"><block>product.info.options.wrapper.bottom</block></action>
249
+ </block>
250
+ <block type="core/template_facade" name="product.info.container2" as="container2">
251
+ <action method="setDataByKey"><key>alias_in_layout</key><value>container2</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
+ <action method="unsetCallChild"><child>container1</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
257
+ <action method="unsetCallChild"><child>container2</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
258
+ </block>
259
+ </reference>
260
+ <reference name="right">
261
+ <block type="catalog/product_list_related" name="catalog.product.related" before="-" template="catalog/product/list/related.phtml"/>
262
+ </reference>
263
+ </catalog_product_view>
264
+
265
+ <!--
266
+ Additional block dependant on product type
267
+ -->
268
+ <PRODUCT_TYPE_simple translate="label" module="catalog">
269
+ <label>Catalog Product View (Simple)</label>
270
+ <reference name="product.info">
271
+ <block type="catalog/product_view_type_simple" name="product.info.simple" as="product_type_data" template="catalog/product/view/type/default.phtml">
272
+ <block type="core/text_list" name="product.info.simple.extra" as="product_type_data_extra" translate="label">
273
+ <label>Product Extra Info</label>
274
+ </block>
275
+ </block>
276
+ </reference>
277
+ </PRODUCT_TYPE_simple>
278
+ <PRODUCT_TYPE_configurable translate="label" module="catalog">
279
+ <label>Catalog Product View (Configurable)</label>
280
+ <reference name="product.info">
281
+ <block type="catalog/product_view_type_configurable" name="product.info.configurable" as="product_type_data" template="catalog/product/view/type/default.phtml">
282
+ <block type="core/text_list" name="product.info.configurable.extra" as="product_type_data_extra" translate="label">
283
+ <label>Product Extra Info</label>
284
+ </block>
285
+ </block>
286
+ </reference>
287
+ <reference name="product.info.options.wrapper">
288
+ <block type="catalog/product_view_type_configurable" name="product.info.options.configurable" as="options_configurable" before="-" template="catalog/product/view/type/options/configurable.phtml"/>
289
+ </reference>
290
+ </PRODUCT_TYPE_configurable>
291
+ <PRODUCT_TYPE_grouped translate="label" module="catalog">
292
+ <label>Catalog Product View (Grouped)</label>
293
+ <reference name="product.info">
294
+ <block type="catalog/product_view_type_grouped" name="product.info.grouped" as="product_type_data" template="catalog/product/view/type/grouped.phtml">
295
+ <block type="core/text_list" name="product.info.grouped.extra" as="product_type_data_extra" translate="label">
296
+ <label>Product Extra Info</label>
297
+ </block>
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/default.phtml">
305
+ <block type="core/text_list" name="product.info.virtual.extra" as="product_type_data_extra" translate="label">
306
+ <label>Product Extra Info</label>
307
+ </block>
308
+ </block>
309
+ </reference>
310
+ </PRODUCT_TYPE_virtual>
311
+
312
+
313
+ <!--
314
+ Product send to friend
315
+ -->
316
+
317
+ <catalog_product_send translate="label">
318
+ <label>Catalog Product Email to a Friend</label>
319
+ <!-- Mage_Catalog -->
320
+ <reference name="root">
321
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
322
+ </reference>
323
+ <reference name="head">
324
+ <action method="addJs"><script>varien/product.js</script></action>
325
+ </reference>
326
+ <reference name="content">
327
+ <block type="catalog/product_send" name="product.send" template="catalog/product/send.phtml">
328
+ </block>
329
+ </reference>
330
+ </catalog_product_send>
331
+
332
+ <!--
333
+ Product additional images gallery popup
334
+ -->
335
+
336
+ <catalog_product_gallery translate="label">
337
+ <label>Catalog Product Image Gallery Popup</label>
338
+ <!-- Mage_Catalog -->
339
+ <reference name="root">
340
+ <action method="setTemplate"><template>page/popup.phtml</template></action>
341
+ </reference>
342
+ <reference name="content">
343
+ <block type="catalog/product_gallery" name="catalog_product_gallery" template="catalog/product/gallery.phtml"/>
344
+ </reference>
345
+ </catalog_product_gallery>
346
+
347
+ <!--
348
+ SEO Site Map
349
+ -->
350
+
351
+ <catalog_seo_sitemap translate="label">
352
+ <label>Catalog Seo Sitemap (Common)</label>
353
+ <remove name="left"/>
354
+
355
+ <reference name="root">
356
+ <action method="setTemplate"><template>page/2columns-right.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
+ <reference name="head">
370
+ <action method="setTitle" translate="title" module="catalog"><title>Site Map</title></action>
371
+ </reference>
372
+ <update handle="catalog_seo_sitemap" />
373
+ <reference name="seo.sitemap.container">
374
+ <action method="setTitle" translate="title" module="catalog"><title>Categories</title></action>
375
+ <block type="catalog/seo_sitemap_category" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
376
+ <action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
377
+ <action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
378
+ <action method="setItemsTitle" translate="title" module="catalog"><title>categories</title></action>
379
+ </block>
380
+ </reference>
381
+ <reference name="seo.sitemap.links">
382
+ <action method="addLink" translate="label title" module="catalog"><label>Products Sitemap</label><url helper="catalog/map/getProductUrl"/><title>Products Sitemap</title></action>
383
+ </reference>
384
+ </catalog_seo_sitemap_category>
385
+
386
+ <catalog_seo_sitemap_category_tree translate="label">
387
+ <label>Catalog Seo Sitemap (Category Tree)</label>
388
+ <reference name="seo.sitemap.container">
389
+ <remove name="seo.sitemap.pager.top" />
390
+ <remove name="seo.sitemap.pager.bottom" />
391
+ <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.top" as="pager_top" template="page/html/pager.phtml"/>
392
+ <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
393
+ <remove name="seo.sitemap.sitemap" />
394
+ <block type="catalog/seo_sitemap_tree_category" name="seo.sitemap.sitemap_tree" as="sitemap" after="pager_top" template="catalog/seo/tree.phtml">
395
+ <action method="bindPager"><pager>seo.sitemap.tree.pager.top</pager></action>
396
+ <action method="bindPager"><pager>seo.sitemap.tree.pager.bottom</pager></action>
397
+ </block>
398
+ </reference>
399
+ </catalog_seo_sitemap_category_tree>
400
+
401
+ <catalog_seo_sitemap_product translate="label">
402
+ <label>Catalog Seo Sitemap (Product List)</label>
403
+ <reference name="head">
404
+ <action method="setTitle" translate="title" module="catalog"><title>Site Map</title></action>
405
+ </reference>
406
+ <update handle="catalog_seo_sitemap" />
407
+ <reference name="seo.sitemap.container">
408
+ <action method="setTitle" translate="title" module="catalog"><title>Products</title></action>
409
+ <block type="catalog/seo_sitemap_product" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
410
+ <action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
411
+ <action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
412
+ <action method="setItemsTitle" translate="title" module="catalog"><title>products</title></action>
413
+ </block>
414
+ </reference>
415
+ <reference name="seo.sitemap.links">
416
+ <action method="addLink" translate="label title" module="catalog"><label>Categories Sitemap</label><url helper="catalog/map/getCategoryUrl"/><title>Categories Sitemap</title></action>
417
+ </reference>
418
+ </catalog_seo_sitemap_product>
419
+
420
+ </layout>
app/design/frontend/default/mobile_store_black/layout/page.xml ADDED
@@ -0,0 +1,189 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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"><script>lib/ccard.js</script></action>
40
+ <action method="addJs"><script>prototype/validation.js</script></action>
41
+ <action method="addJs"><script>scriptaculous/builder.js</script></action>
42
+ <action method="addJs"><script>scriptaculous/effects.js</script></action>
43
+ <action method="addJs"><script>scriptaculous/dragdrop.js</script></action>
44
+ <action method="addJs"><script>scriptaculous/controls.js</script></action>
45
+ <action method="addJs"><script>scriptaculous/slider.js</script></action>
46
+ <action method="addJs"><script>varien/js.js</script></action>
47
+ <action method="addJs"><script>varien/form.js</script></action>
48
+ <action method="addJs"><script>varien/menu.js</script></action>
49
+ <action method="addJs"><script>mage/translate.js</script></action>
50
+ <action method="addJs"><script>mage/cookies.js</script></action>
51
+
52
+ <block type="page/js_cookie" name="js_cookies" template="page/js/cookie.phtml"/>
53
+
54
+ <action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
55
+ <action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 8</if></action>
56
+ <action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
57
+ <action method="addCss"><stylesheet>css/print.css</stylesheet><params>media="print"</params></action>
58
+
59
+ <action method="addItem"><type>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" translate="label">
63
+ <label>Page Top</label>
64
+ </block>
65
+
66
+ <block type="page/html_notices" name="global_notices" as="global_notices" template="page/html/notices.phtml" />
67
+
68
+ <block type="page/html_header" name="header" as="header">
69
+ <block type="page/template_links" name="top.links" as="topLinks"/>
70
+ <block type="page/switch" name="store_language" as="store_language" template="page/switch/languages.phtml"/>
71
+ <block type="core/text_list" name="top.menu" as="topMenu" translate="label">
72
+ <label>Navigation Bar</label>
73
+ <block type="page/html_topmenu" name="catalog.topnav" template="page/html/topmenu.phtml"/>
74
+ </block>
75
+ <block type="page/html_wrapper" name="top.container" as="topContainer" translate="label">
76
+ <label>Page Header</label>
77
+ <action method="setElementClass"><value>top-container</value></action>
78
+ </block>
79
+ </block>
80
+
81
+ <block type="page/html_breadcrumbs" name="breadcrumbs" as="breadcrumbs"/>
82
+
83
+ <block type="core/text_list" name="left" as="left" translate="label">
84
+ <label>Left Column</label>
85
+ </block>
86
+
87
+ <block type="core/messages" name="global_messages" as="global_messages"/>
88
+ <block type="core/messages" name="messages" as="messages"/>
89
+
90
+ <block type="core/text_list" name="content" as="content" translate="label">
91
+ <label>Main Content Area</label>
92
+ </block>
93
+
94
+ <block type="core/text_list" name="right" as="right" translate="label">
95
+ <label>Right Column</label>
96
+ </block>
97
+
98
+ <block type="page/html_footer" name="footer" as="footer" template="page/html/footer.phtml">
99
+ <block type="page/html_wrapper" name="bottom.container" as="bottomContainer" translate="label">
100
+ <label>Page Footer</label>
101
+ <action method="setElementClass"><value>bottom-container</value></action>
102
+ </block>
103
+ <block type="page/switch" name="store_switcher" as="store_switcher" template="page/switch/stores.phtml"/>
104
+ <block type="page/template_links" name="footer_links" as="footer_links" template="page/template/links.phtml"/>
105
+ </block>
106
+
107
+ <block type="core/text_list" name="before_body_end" as="before_body_end" translate="label">
108
+ <label>Page Bottom</label>
109
+ </block>
110
+ </block>
111
+
112
+ <block type="core/profiler" output="toHtml" name="core_profiler"/>
113
+ </default>
114
+
115
+ <print translate="label" module="page">
116
+ <label>All Pages (Print Version)</label>
117
+ <!-- Mage_Page -->
118
+ <block type="page/html" name="root" output="toHtml" template="page/print.phtml">
119
+
120
+ <block type="page/html_head" name="head" as="head">
121
+ <action method="addJs"><script>prototype/prototype.js</script></action>
122
+ <action method="addJs"><script>mage/translate.js</script></action>
123
+ <action method="addJs"><script>lib/ccard.js</script></action>
124
+ <action method="addJs"><script>prototype/validation.js</script></action>
125
+ <action method="addJs"><script>varien/js.js</script></action>
126
+
127
+ <action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
128
+ <action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 8</if></action>
129
+ <action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
130
+ <action method="addCss"><stylesheet>css/print.css</stylesheet><params>media="print"</params></action>
131
+
132
+ <action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
133
+ <action method="addItem"><type>skin_js</type><name>js/ie6.js</name><params/><if>lt IE 7</if></action>
134
+
135
+ </block>
136
+
137
+ <block type="core/text_list" name="content" as="content" translate="label">
138
+ <label>Main Content Area</label>
139
+ </block>
140
+
141
+ </block>
142
+ </print>
143
+
144
+ <!-- Custom page layout handles -->
145
+ <page_empty translate="label">
146
+ <label>All Empty Layout Pages</label>
147
+ <reference name="root">
148
+ <action method="setTemplate"><template>page/empty.phtml</template></action>
149
+ <!-- Mark root page block that template is applied -->
150
+ <action method="setIsHandle"><applied>1</applied></action>
151
+ </reference>
152
+ </page_empty>
153
+
154
+ <page_one_column translate="label">
155
+ <label>All One-Column Layout Pages</label>
156
+ <reference name="root">
157
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
158
+ <!-- Mark root page block that template is applied -->
159
+ <action method="setIsHandle"><applied>1</applied></action>
160
+ </reference>
161
+ </page_one_column>
162
+
163
+ <page_two_columns_left translate="label">
164
+ <label>All Two-Column Layout Pages (Left Column)</label>
165
+ <reference name="root">
166
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
167
+ <!-- Mark root page block that template is applied -->
168
+ <action method="setIsHandle"><applied>1</applied></action>
169
+ </reference>
170
+ </page_two_columns_left>
171
+
172
+ <page_two_columns_right translate="label">
173
+ <label>All Two-Column Layout Pages (Right Column)</label>
174
+ <reference name="root">
175
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
176
+ <!-- Mark root page block that template is applied -->
177
+ <action method="setIsHandle"><applied>1</applied></action>
178
+ </reference>
179
+ </page_two_columns_right>
180
+
181
+ <page_three_columns translate="label">
182
+ <label>All Three-Column Layout Pages</label>
183
+ <reference name="root">
184
+ <action method="setTemplate"><template>page/3columns.phtml</template></action>
185
+ <!-- Mark root page block that template is applied -->
186
+ <action method="setIsHandle"><applied>1</applied></action>
187
+ </reference>
188
+ </page_three_columns>
189
+ </layout>
app/design/frontend/default/mobile_store_black/layout/paypal.xml ADDED
@@ -0,0 +1,198 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ -->
29
+ <layout version="0.1.0">
30
+ <checkout_cart_index>
31
+ <reference name="checkout.cart.top_methods">
32
+ <block type="paypal/express_shortcut" name="checkout.cart.methods.paypal_express.top" before="-" template="paypal/express/shortcut.phtml">
33
+ <action method="setIsQuoteAllowed"><value>1</value></action>
34
+ </block>
35
+ </reference>
36
+
37
+ <reference name="checkout.cart.methods">
38
+ <block type="paypal/express_shortcut" name="checkout.cart.methods.paypal_express.bottom" before="-" template="paypal/express/shortcut.phtml">
39
+ <action method="setIsQuoteAllowed"><value>1</value></action>
40
+ </block>
41
+ </reference>
42
+ <update handle="SHORTCUT_popup" />
43
+ </checkout_cart_index>
44
+
45
+ <paypal_express_review translate="label">
46
+ <label>PayPal Express Order Review Form</label>
47
+ <remove name="right"/>
48
+ <remove name="left"/>
49
+
50
+ <reference name="root">
51
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
52
+ </reference>
53
+ <reference name="content">
54
+ <block type="paypal/express_review" name="paypal.express.review" template="paypal/express/review.phtml">
55
+ <block type="paypal/express_review_details" name="paypal.express.review.details" as="details" template="paypal/express/review/details.phtml">
56
+ <action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/onepage/review/item.phtml</template></action>
57
+ <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/onepage/review/item.phtml</template></action>
58
+ <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/onepage/review/item.phtml</template></action>
59
+ <block type="checkout/cart_totals" name="paypal.express.review.details.totals" as="totals" template="checkout/onepage/review/totals.phtml"/>
60
+ </block>
61
+ <block type="checkout/agreements" name="paypal.express.review.details.agreements" as="agreements" template="checkout/onepage/agreements.phtml"/>
62
+ </block>
63
+ </reference>
64
+ <reference name="head">
65
+ <action method="addItem"><type>skin_js</type><name>js/checkout/review.js</name></action>
66
+ </reference>
67
+ </paypal_express_review>
68
+
69
+ <paypal_express_review_details>
70
+ <block type="paypal/express_review_details" name="root" output="toHtml" template="paypal/express/review/details.phtml">
71
+ <action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/onepage/review/item.phtml</template></action>
72
+ <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/onepage/review/item.phtml</template></action>
73
+ <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/onepage/review/item.phtml</template></action>
74
+ <block type="checkout/cart_totals" name="paypal.express.review.details.totals" as="totals" template="checkout/onepage/review/totals.phtml"/>
75
+ </block>
76
+ </paypal_express_review_details>
77
+
78
+ <!--
79
+ Available logo types can be assigned with action="setLogoType":
80
+ - wePrefer_150x60
81
+ - wePrefer_150x40
82
+ - nowAccepting_150x60
83
+ - nowAccepting_150x40
84
+ - paymentsBy_150x60
85
+ - paymentsBy_150x40
86
+ - shopNowUsing_150x60
87
+ - shopNowUsing_150x40
88
+ -->
89
+ <catalog_product_view>
90
+ <reference name="product.info.addtocart">
91
+ <block type="page/html_wrapper" name="product.info.addtocart.paypal.wrapper" translate="label">
92
+
93
+
94
+ <label>PayPal Express Checkout Shortcut Wrapper</label>
95
+ <block type="paypal/express_shortcut" name="product.info.addtocart.paypal" template="paypal/express/shortcut.phtml">
96
+ <action method="setIsInCatalogProduct"><value>1</value></action>
97
+ </block>
98
+ </block>
99
+ </reference>
100
+ <update handle="SHORTCUT_popup" />
101
+ <!--<reference name="right">
102
+ <block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml">-->
103
+ <!--action method="setLogoType"><value>wePrefer_150x60</value></action-->
104
+ <!--</block>
105
+ </reference>-->
106
+ </catalog_product_view>
107
+
108
+ <!--<catalog_category_default>
109
+ <update handle="SHORTCUT_popup" />
110
+ <reference name="right">
111
+ <block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml"/>
112
+ </reference>
113
+ </catalog_category_default>
114
+
115
+ <catalog_category_layered>
116
+ <update handle="SHORTCUT_popup" />
117
+ <reference name="right">
118
+ <block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml"/>
119
+ </reference>
120
+ </catalog_category_layered>
121
+
122
+ <catalog_product_compare_index>
123
+ <update handle="SHORTCUT_popup" />
124
+ </catalog_product_compare_index>
125
+
126
+ <catalogsearch_result_index>
127
+ <update handle="SHORTCUT_popup" />
128
+ </catalogsearch_result_index>
129
+
130
+ <catalogsearch_advanced_result>
131
+ <update handle="SHORTCUT_popup" />
132
+ </catalogsearch_advanced_result>
133
+
134
+ <tag_product_list>
135
+ <update handle="SHORTCUT_popup" />
136
+ </tag_product_list>
137
+ <tag_customer_view>
138
+ <update handle="SHORTCUT_popup" />
139
+ </tag_customer_view>
140
+
141
+ <wishlist_index_index>
142
+ <update handle="SHORTCUT_popup" />
143
+ </wishlist_index_index>
144
+ <review_product_list>
145
+ <update handle="SHORTCUT_popup" />
146
+ </review_product_list>
147
+
148
+ <checkout_onepage_success>
149
+ <update handle="SHORTCUT_popup" />
150
+ </checkout_onepage_success>
151
+ <checkout_onepage_failure>
152
+ <update handle="SHORTCUT_popup" />
153
+ </checkout_onepage_failure>
154
+
155
+ <cms_index_index>
156
+ <reference name="right">
157
+ <block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml"/>
158
+ </reference>
159
+ </cms_index_index>-->
160
+
161
+ <default>
162
+ <reference name="topCart.extra_actions">
163
+ <block type="paypal/express_shortcut" name="paypal.partner.top_cart.shortcut" template="paypal/express/shortcut.phtml"/>
164
+ </reference>
165
+ <reference name="cart_sidebar.extra_actions">
166
+ <block type="paypal/express_shortcut" name="paypal.partner.cart_sidebar.shortcut" template="paypal/express/shortcut.phtml"/>
167
+ </reference>
168
+ </default>
169
+
170
+ <checkout_onepage_review>
171
+ <reference name="checkout.onepage.review.info.items.after">
172
+ <block type="paypal/iframe" name="paypal.iframe" />
173
+ </reference>
174
+ <reference name="checkout.onepage.review.button">
175
+ <action method="setTemplate"><template helper="paypal/hss/getReviewButtonTemplate"><name>paypal/hss/review/button.phtml</name><block>checkout.onepage.review.button</block></template></action>
176
+ </reference>
177
+ </checkout_onepage_review>
178
+
179
+ <paypal_payflow_link_iframe>
180
+ <block type="paypal/payflow_link_iframe" name="payflow.link.iframe" template="paypal/payflowlink/form.phtml" />
181
+ <block type="paypal/payflow_link_info" name="payflow.link.info" template="paypal/payflowlink/info.phtml" />
182
+ </paypal_payflow_link_iframe>
183
+
184
+ <paypal_hosted_pro_iframe>
185
+ <block type="paypal/hosted_pro_iframe" name="hosted.pro.iframe" template="paypal/hss/form.phtml"/>
186
+ </paypal_hosted_pro_iframe>
187
+
188
+ <SHORTCUT_popup>
189
+ <reference name="product.tooltip">
190
+ <block type="page/html_wrapper" name="product.info.addtocart.paypal.wrapper" translate="label">
191
+ <block type="paypal/express_shortcut" name="product.info.addtocart.paypal" template="paypal/express/shortcut.phtml">
192
+ <action method="setIsInCatalogProduct"><value>1</value></action>
193
+ <action method="setShowOrPosition"><value>after</value></action>
194
+ </block>
195
+ </block>
196
+ </reference>
197
+ </SHORTCUT_popup>
198
+ </layout>
app/design/frontend/default/mobile_store_black/layout/review.xml ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ -->
29
+ <layout version="0.1.0">
30
+
31
+ <customer_account>
32
+ <!-- Mage_Review -->
33
+ <reference name="customer_account_navigation">
34
+ <action method="addLink" translate="label" module="review"><name>reviews</name><path>review/customer</path><label>My Product Reviews</label></action>
35
+ </reference>
36
+
37
+ </customer_account>
38
+
39
+ <!--
40
+ Customer account home dashboard layout
41
+ -->
42
+
43
+ <customer_account_index>
44
+
45
+ <!-- Mage_Review -->
46
+ <reference name="customer_account_dashboard">
47
+ <block type="review/customer_recent" name="customer_account_dashboard_info1" as="info1" template="review/customer/recent.phtml"/>
48
+ </reference>
49
+
50
+ </customer_account_index>
51
+
52
+
53
+ <!--
54
+ Product reviews page (?)
55
+ -->
56
+
57
+ <reviews>
58
+ <!-- Mage_Review -->
59
+ <reference name="root">
60
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
61
+ </reference>
62
+ </reviews>
63
+
64
+ <!--
65
+ Product reviews page
66
+ -->
67
+
68
+ <review_product_list translate="label">
69
+ <label>Catalog Product Reviews List</label>
70
+ <reference name="root">
71
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
72
+ </reference>
73
+ <reference name="head">
74
+ <action method="addJs"><script>varien/product.js</script></action>
75
+ <action method="addJs"><script>varien/configurable.js</script></action>
76
+ </reference>
77
+ <reference name="content">
78
+ <block type="review/product_view" name="product.info" template="catalog/product/view.phtml">
79
+ <block type="catalog/product_view_media" name="product.info.media" as="media" template="catalog/product/view/media.phtml">
80
+ <action method="disableGallery"/>
81
+ </block>
82
+ <block type="catalog/product_view" name="product.info.addto" as="addto" template="catalog/product/view/addto.phtml"/>
83
+ <block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml">
84
+ <!-- workaround: a better place for this code is in paypal.xml -->
85
+ <block type="page/html_wrapper" name="review.product.info.addtocart.paypal.wrapper" translate="label" module="paypal">
86
+ <label>PayPal Express Checkout Shortcut Wrapper</label>
87
+ <block type="paypal/express_shortcut" name="review.product.info.addtocart.paypal" template="paypal/express/shortcut.phtml">
88
+ <action method="setIsInCatalogProduct"><value>1</value></action>
89
+ </block>
90
+ </block>
91
+ </block>
92
+ <block type="catalog/product_view" name="product.tierprices" as="tierprices" template="catalog/product/view/tierprices.phtml"/>
93
+ <block type="core/template" name="product.info.other" as="other" template="review/product/view/other.phtml"/>
94
+ <block type="page/html_pager" name="product_review_list.toolbar" />
95
+ <block type="core/template" name="product_review_list.count" template="review/product/view/count.phtml" />
96
+ <block type="review/product_view_list" name="product.info.product_additional_data" as="product_additional_data" template="review/product/view/list.phtml">
97
+ <block type="review/form" name="product.review.form" as="review_form">
98
+ <block type="page/html_wrapper" name="product.review.form.fields.before" as="form_fields_before" translate="label">
99
+ <label>Review Form Fields Before</label>
100
+ <action method="setMayBeInvisible"><value>1</value></action>
101
+ </block>
102
+ </block>
103
+ </block>
104
+ </block>
105
+ </reference>
106
+ </review_product_list>
107
+
108
+ <review_product_view translate="label">
109
+ <label>Catalog Product Review View</label>
110
+ <reference name="root">
111
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
112
+ </reference>
113
+ <reference name="content">
114
+ <block type="review/view" name="review_view"/>
115
+ </reference>
116
+ </review_product_view>
117
+
118
+ <review_customer_index translate="label">
119
+ <label>Customer My Account Product Reviews</label>
120
+ <update handle="customer_account"/>
121
+ <reference name="my.account.wrapper">
122
+ <block type="review/customer_list" name="review_customer_list" template="review/customer/list.phtml"/>
123
+ </reference>
124
+ </review_customer_index>
125
+
126
+ <review_customer_view translate="label">
127
+ <label>Customer My Account Review Details</label>
128
+ <update handle="customer_account"/>
129
+ <reference name="my.account.wrapper">
130
+ <block type="review/customer_view" name="customers_review"/>
131
+ </reference>
132
+ </review_customer_view>
133
+
134
+ </layout>
app/design/frontend/default/mobile_store_black/layout/tag.xml ADDED
@@ -0,0 +1,122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ -->
29
+ <layout version="0.1.0">
30
+
31
+ <!--
32
+ Default layout, loads most of the pages
33
+ -->
34
+
35
+ <default>
36
+ <!-- Mage_Tag -->
37
+ <reference name="left">
38
+ <block type="tag/popular" name="tags_popular" template="tag/popular.phtml"/>
39
+ </reference>
40
+
41
+ </default>
42
+
43
+ <!--
44
+ Customer account pages, rendered for all tabs in dashboard
45
+ -->
46
+
47
+ <customer_account>
48
+ <!-- Mage_Tag -->
49
+ <reference name="customer_account_navigation">
50
+ <action method="addLink" translate="label" module="tag"><name>tags</name><path>tag/customer/</path><label>My Tags</label></action>
51
+ </reference>
52
+ </customer_account>
53
+
54
+ <!--
55
+ Customer account home dashboard layout
56
+ -->
57
+
58
+ <customer_account_index>
59
+ <!-- Mage_Tag -->
60
+ <reference name="customer_account_dashboard">
61
+ <action method="unsetChild"><name>customer_account_dashboard_info2</name></action>
62
+ <block type="tag/customer_recent" name="customer_account_dashboard_info2" as="info2" template="tag/customer/recent.phtml"/>
63
+ </reference>
64
+ </customer_account_index>
65
+
66
+
67
+ <!--
68
+ All tags page
69
+ -->
70
+
71
+ <tag_list_index translate="label">
72
+ <label>Tags List (All Available)</label>
73
+ <!-- Mage_Tag -->
74
+ <reference name="root">
75
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
76
+ </reference>
77
+ <reference name="content">
78
+ <block type="tag/all" name="tags_all" template="tag/cloud.phtml"/>
79
+ </reference>
80
+ </tag_list_index>
81
+
82
+ <tag_product_list translate="label">
83
+ <label>Tagged Products List</label>
84
+ <!-- Mage_Tag -->
85
+ <reference name="content">
86
+ <block type="tag/product_result" name="tag_products" template="catalogsearch/result.phtml">
87
+ <block type="catalog/product_list" name="search_result_list" template="catalog/product/list.phtml">
88
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
89
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
90
+ </block>
91
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
92
+ </block>
93
+ <action method="setListOrders"/>
94
+ <action method="setListModes"/>
95
+ <action method="setListCollection"/>
96
+ </block>
97
+ </reference>
98
+ </tag_product_list>
99
+
100
+ <tag_customer_index translate="label">
101
+ <label>Customer My Account My Tags List</label>
102
+ <update handle="customer_account"/>
103
+ <reference name="root">
104
+ <action method="setHeaderTitle" translate="title" module="customer"><title>My Account</title></action>
105
+ </reference>
106
+ <reference name="my.account.wrapper">
107
+ <block type="tag/customer_tags" name="customer_tags" template="tag/customer/tags.phtml"/>
108
+ </reference>
109
+ </tag_customer_index>
110
+
111
+ <tag_customer_view translate="label">
112
+ <label>Customer My Account Tag View</label>
113
+ <update handle="customer_account"/>
114
+ <reference name="root">
115
+ <action method="setHeaderTitle" translate="title" module="customer"><title>My Account</title></action>
116
+ </reference>
117
+ <reference name="my.account.wrapper">
118
+ <block type="tag/customer_view" name="customer_view" template="tag/customer/view.phtml"/>
119
+ </reference>
120
+ </tag_customer_view>
121
+
122
+ </layout>
app/design/frontend/default/mobile_store_black/template/catalog/category/view.phtml ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ * Category view template
30
+ *
31
+ * @see Mage_Catalog_Block_Category_View
32
+ */
33
+ ?>
34
+ <?php
35
+ $_helper = $this->helper('catalog/output');
36
+ $_category = $this->getCurrentCategory();
37
+ $_imgHtml = '';
38
+ if ($_imgUrl = $_category->getImageUrl()) {
39
+ $_imgHtml = '<p class="category-image"><img src="'.$_imgUrl.'" alt="'.$this->htmlEscape($_category->getName()).'" title="'.$this->htmlEscape($_category->getName()).'" /></p>';
40
+ $_imgHtml = $_helper->categoryAttribute($_category, $_imgHtml, 'image');
41
+ }
42
+ ?>
43
+ <div class="page-title category-title">
44
+ <?php if($this->IsRssCatalogEnable() && $this->IsTopCategory()): ?>
45
+ <a href="<?php echo $this->getRssLink() ?>" class="link-rss"><?php echo $this->__('Subscribe to RSS Feed') ?></a>
46
+ <?php endif; ?>
47
+ <h1><?php echo $_helper->categoryAttribute($_category, $_category->getName(), 'name') ?></h1>
48
+ </div>
49
+
50
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
51
+
52
+ <?php if($_imgUrl): ?>
53
+ <?php echo $_imgHtml ?>
54
+ <?php endif; ?>
55
+
56
+ <?php if($_description=$this->getCurrentCategory()->getDescription()): ?>
57
+ <div class="category-description std">
58
+ <?php echo $_helper->categoryAttribute($_category, $_description, 'description') ?>
59
+ </div>
60
+ <?php endif; ?>
61
+
62
+ <?php if($this->isContentMode()): ?>
63
+ <?php echo $this->getCmsBlockHtml() ?>
64
+
65
+ <?php elseif($this->isMixedMode()): ?>
66
+ <div class="cat_desc"><?php echo $this->getCmsBlockHtml() ?></div>
67
+ <?php echo $this->getProductListHtml() ?>
68
+
69
+ <?php else: ?>
70
+ <?php echo $this->getProductListHtml() ?>
71
+ <?php endif; ?>
app/design/frontend/default/mobile_store_black/template/catalog/product/list.phtml ADDED
@@ -0,0 +1,151 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ <div class="products-list-item">
50
+ <?php // Product Image ?>
51
+ <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(131); ?>" width="131" height="131" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
52
+ <?php // Product description ?>
53
+ <div class="product-shop">
54
+ <div class="f-fix">
55
+ <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>
56
+ <?php if($_product->getRatingSummary()): ?>
57
+ <?php echo $this->getReviewsSummaryHtml($_product) ?>
58
+ <?php endif; ?>
59
+ <div class="desc std">
60
+ <?php //echo $_helper->productAttribute($_product, $_product->getShortDescription(), 'short_description') ?>
61
+ <?php echo substr(nl2br($_helper->productAttribute($_product, $_product->getShortDescription(), 'short_description')),0,120) ?>
62
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>" class="link-more"><?php echo $this->__('learn more') ?></a>
63
+ </div>
64
+ <?php echo $this->getPriceHtml($_product, true) ?>
65
+ <?php if($_product->isSaleable()): ?>
66
+ <p class="prod_list_actions clearfix"><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>
67
+ <button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-det" onclick="setLocation('<?php echo $_product->getProductUrl() ?>')"><span><span><?php echo $this->__('Details') ?></span></span></button>
68
+ </p>
69
+ <?php else: ?>
70
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
71
+ <?php endif; ?>
72
+ <ul class="add-to-links">
73
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
74
+ <li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
75
+ <?php endif; ?>
76
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
77
+ <li><span class="separator"><img class="v-middle" src="<?php echo $this->getSkinUrl('images/new/bkg_pipe1.gif');?>" alt="" /></span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
78
+ <?php endif; ?>
79
+ </ul>
80
+ </div>
81
+ </div>
82
+ </div>
83
+ </li>
84
+ <?php endforeach; ?>
85
+ </ol>
86
+ <script type="text/javascript">decorateList('products-list', 'none-recursive')</script>
87
+
88
+ <?php else: ?>
89
+
90
+ <?php // Grid Mode ?>
91
+
92
+ <?php $_collectionSize = $_productCollection->count() ?>
93
+ <?php
94
+ $r_template = $this->getLayout()->getBlock('root')->getTemplate();
95
+ switch ($r_template)
96
+ {
97
+ case "page/2columns-right.phtml":
98
+ case "page/2columns-left.phtml":
99
+ $_columnCount = 3;
100
+ break;
101
+ case "page/3columns.phtml":
102
+ $_columnCount = 2;
103
+ break;
104
+ default:
105
+ $_columnCount = 4;
106
+ }
107
+ ?>
108
+ <table>
109
+ <?php $i=0; foreach ($_productCollection as $_product): ?>
110
+ <?php if ($i++%$_columnCount==0): ?>
111
+ <tr class="products-grid">
112
+ <?php endif ?>
113
+ <td class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
114
+ <div class="product_grid_item">
115
+ <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>
116
+ <?php if($_product->getRatingSummary()): ?>
117
+ <?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
118
+ <?php endif; ?>
119
+ <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>
120
+ <?php echo $this->getPriceHtml($_product, true) ?>
121
+ <div class="actions">
122
+ <?php if($_product->isSaleable()): ?>
123
+ <p class="prod_grid_actions clearfix"><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>
124
+ <button type="button" title="<?php echo $this->__('Details') ?>" class="button btn-det" onclick="setLocation('<?php echo $_product->getProductUrl() ?>')"><span><span><?php echo $this->__('Details') ?></span></span></button>
125
+ </p>
126
+ <?php else: ?>
127
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
128
+ <?php endif; ?>
129
+ <ul class="add-to-links">
130
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
131
+ <li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
132
+ <?php endif; ?>
133
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
134
+ <li><span class="separator"><img class="v-middle" src="<?php echo $this->getSkinUrl('images/new/bkg_pipe1.gif');?>" alt="" /></span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
135
+ <?php endif; ?>
136
+ </ul>
137
+ </div>
138
+ </div>
139
+ </td>
140
+ <?php if ($i%$_columnCount==0 || $i==$_collectionSize): ?>
141
+ </tr>
142
+ <tr class="grid_spacer"><td colspan="<?php echo $_columnCount; ?>" style="height:22px;">&nbsp;<script type="text/javascript">decorateGeneric($$('ul.products-grid'), ['odd','even','first','last'])</script></td></tr>
143
+ <?php endif ?>
144
+ <?php endforeach ?>
145
+ <?php endif; ?>
146
+ </table>
147
+ <div class="toolbar-bottom">
148
+ <?php echo $this->getToolbarHtml() ?>
149
+ </div>
150
+ </div>
151
+ <?php endif; ?>
app/design/frontend/default/mobile_store_black/template/catalog/product/list/upsell.phtml ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ <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>
39
+ <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>
40
+ <?php echo $this->getPriceHtml($_link, true, '-upsell') ?>
41
+ <?php //echo $this->getReviewsSummaryHtml($_link) ?>
42
+ </td>
43
+ <!--<td class="td_spacer">&nbsp;</td>-->
44
+ <?php else: ?>
45
+ <!--<td class="empty">&nbsp;</td>-->
46
+ <?php endif; ?>
47
+ <?php endfor; ?>
48
+ </tr>
49
+ <?php endfor; ?>
50
+ </table>
51
+ <script type="text/javascript">decorateTable('upsell-product-table')</script>
52
+ </div>
53
+ <?php endif ?>
app/design/frontend/default/mobile_store_black/template/catalog/product/new.phtml ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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="home_new_products">
29
+ <div class="page-title" style="margin-bottom:15px;">
30
+ <h2><?php echo $this->__('New Products') ?></h2>
31
+ </div>
32
+ <table>
33
+ <?php $_columnCount = $this->getColumnCount(); ?>
34
+ <?php
35
+ $r_template = $this->getLayout()->getBlock('root')->getTemplate();
36
+ switch ($r_template)
37
+ {
38
+ case "page/2columns-right.phtml":
39
+ case "page/2columns-left.phtml":
40
+ $_columnCount = 3;
41
+ break;
42
+ case "page/3columns.phtml":
43
+ $_columnCount = 2;
44
+ break;
45
+ default:
46
+ $_columnCount = 4;
47
+ }
48
+ ?>
49
+ <?php $i=0; foreach ($_products->getItems() as $_product): ?>
50
+ <?php if ($i++%$_columnCount==0): ?>
51
+ <tr class="products-grid">
52
+ <?php endif ?>
53
+ <td class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
54
+ <div class="product_grid_item">
55
+ <h2 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>"><?php echo $this->htmlEscape($_product->getName()) ?></a></h2>
56
+ <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>
57
+ <!--<?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>-->
58
+ <?php echo $this->getPriceHtml($_product, true, '-new') ?>
59
+ <div class="actions">
60
+ <?php if($_product->isSaleable()): ?>
61
+ <p class="prod_grid_actions clearfix"><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>
62
+ <button type="button" title="<?php echo $this->__('Details') ?>" class="button btn-det" onclick="setLocation('<?php echo $_product->getProductUrl() ?>')"><span><span><?php echo $this->__('Details') ?></span></span></button>
63
+ </p>
64
+ <?php else: ?>
65
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
66
+ <?php endif; ?>
67
+ <!--<ul class="add-to-links">
68
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
69
+ <li><a href="<?php echo $this->getAddToWishlistUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
70
+ <?php endif; ?>
71
+ <?php if ($_compareUrl = $this->getAddToCompareUrl($_product)): ?>
72
+ <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
73
+ <?php endif; ?>
74
+ </ul>-->
75
+ </div>
76
+ </div>
77
+ </td>
78
+ <?php if ($i%$_columnCount==0 || $i==count($_products)): ?>
79
+ </tr>
80
+ <tr class="grid_spacer"><td colspan="<?php echo $_columnCount; ?>" style="height:22px;">&nbsp;</td></tr>
81
+ <?php endif ?>
82
+ <?php endforeach; ?>
83
+ </table>
84
+ </div>
85
+ <?php endif; ?>
app/design/frontend/default/mobile_store_black/template/catalog/product/view.phtml ADDED
@@ -0,0 +1,172 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 $_helper = $this->helper('catalog/output'); ?>
35
+ <?php $_product = $this->getProduct(); ?>
36
+
37
+ <script type="text/javascript">
38
+ var optionsPrice = new Product.OptionsPrice(<?php echo $this->getJsonConfig() ?>);
39
+ </script>
40
+ <div id="messages_product_view"><?php echo $this->getMessagesBlock()->getGroupedHtml() ?></div>
41
+ <div class="product-view">
42
+ <div class="product-essential">
43
+ <form action="<?php echo $this->getSubmitUrl($_product) ?>" method="post" id="product_addtocart_form"<?php if($_product->getOptions()): ?> enctype="multipart/form-data"<?php endif; ?>>
44
+ <div class="no-display">
45
+ <input type="hidden" name="product" value="<?php echo $_product->getId() ?>" />
46
+ <input type="hidden" name="related_product" id="related-products-field" value="" />
47
+ </div>
48
+
49
+ <div class="product-shop">
50
+ <div class="product-name">
51
+ <h1><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></h1>
52
+ </div>
53
+
54
+ <?php echo $this->getReviewsSummaryHtml($_product, false, true)?>
55
+
56
+ <?php if ($this->canEmailToFriend()): ?>
57
+ <p class="email-friend"><a href="<?php echo $this->helper('catalog/product')->getEmailToFriendUrl($_product) ?>"><?php echo $this->__('Email to a Friend') ?></a></p>
58
+ <?php endif; ?>
59
+ <?php echo $this->getChildHtml('alert_urls') ?>
60
+ <?php echo $this->getChildHtml('product_type_data') ?>
61
+ <?php echo $this->getTierPriceHtml() ?>
62
+ <?php echo $this->getChildHtml('extrahint') ?>
63
+
64
+ <?php if (!$this->hasOptions()):?>
65
+ <div class="add-to-box">
66
+ <?php if($_product->isSaleable()): ?>
67
+ <?php echo $this->getChildHtml('addtocart') ?>
68
+ <?php if( $this->helper('wishlist')->isAllow() || $_compareUrl=$this->helper('catalog/product_compare')->getAddUrl($_product)): ?>
69
+ <span class="or"><?php echo $this->__('or') ?></span>
70
+ <?php endif; ?>
71
+ <?php endif; ?>
72
+ <?php echo $this->getChildHtml('addto') ?>
73
+ </div>
74
+ <?php echo $this->getChildHtml('extra_buttons') ?>
75
+ <?php elseif (!$_product->isSaleable()): ?>
76
+ <div class="add-to-box">
77
+ <?php echo $this->getChildHtml('addto') ?>
78
+ </div>
79
+ <?php endif; ?>
80
+
81
+ <?php if ($_product->getShortDescription()):?>
82
+ <div class="short-description">
83
+ <h2><?php echo $this->__('Quick Overview') ?></h2>
84
+ <div class="std"><?php echo $_helper->productAttribute($_product, nl2br($_product->getShortDescription()), 'short_description') ?></div>
85
+ </div>
86
+ <?php endif;?>
87
+
88
+ <?php echo $this->getChildHtml('other');?>
89
+
90
+ <?php if ($_product->isSaleable() && $this->hasOptions()):?>
91
+ <?php echo $this->getChildChildHtml('container1', '', true, true) ?>
92
+ <?php endif;?>
93
+
94
+ </div>
95
+
96
+ <div class="product-img-box">
97
+ <?php echo $this->getChildHtml('media') ?>
98
+ </div>
99
+
100
+ <div class="clearer"></div>
101
+ <?php if ($_product->isSaleable() && $this->hasOptions()):?>
102
+ <?php echo $this->getChildChildHtml('container2', '', true, true) ?>
103
+ <?php endif;?>
104
+ </form>
105
+ <script type="text/javascript">
106
+ //<![CDATA[
107
+ var productAddToCartForm = new VarienForm('product_addtocart_form');
108
+ productAddToCartForm.submit = function(button, url) {
109
+ if (this.validator.validate()) {
110
+ var form = this.form;
111
+ var oldUrl = form.action;
112
+
113
+ if (url) {
114
+ form.action = url;
115
+ }
116
+ var e = null;
117
+ try {
118
+ this.form.submit();
119
+ } catch (e) {
120
+ }
121
+ this.form.action = oldUrl;
122
+ if (e) {
123
+ throw e;
124
+ }
125
+
126
+ if (button && button != 'undefined') {
127
+ button.disabled = true;
128
+ }
129
+ }
130
+ }.bind(productAddToCartForm);
131
+
132
+ productAddToCartForm.submitLight = function(button, url){
133
+ if(this.validator) {
134
+ var nv = Validation.methods;
135
+ delete Validation.methods['required-entry'];
136
+ delete Validation.methods['validate-one-required'];
137
+ delete Validation.methods['validate-one-required-by-name'];
138
+ // Remove custom datetime validators
139
+ for (var methodName in Validation.methods) {
140
+ if (methodName.match(/^validate-datetime-.*/i)) {
141
+ delete Validation.methods[methodName];
142
+ }
143
+ }
144
+
145
+ if (this.validator.validate()) {
146
+ if (url) {
147
+ this.form.action = url;
148
+ }
149
+ this.form.submit();
150
+ }
151
+ Object.extend(Validation.methods, nv);
152
+ }
153
+ }.bind(productAddToCartForm);
154
+ //]]>
155
+ </script>
156
+ </div>
157
+
158
+ <div class="product-collateral">
159
+ <?php foreach ($this->getChildGroup('detailed_info', 'getChildHtml') as $alias => $html):?>
160
+ <div class="box-collateral <?php echo "box-{$alias}"?>">
161
+ <?php if ($title = $this->getChildData($alias, 'title')):?>
162
+ <h2><?php echo $this->escapeHtml($title); ?></h2>
163
+ <?php endif;?>
164
+ <?php echo $html; ?>
165
+ </div>
166
+ <?php endforeach;?>
167
+
168
+ <?php echo $this->getChildHtml('product_additional_data') ?>
169
+
170
+ </div>
171
+ <?php echo $this->getChildHtml('info_tabs') ?>
172
+ </div>
app/design/frontend/default/mobile_store_black/template/catalog/product/view/media.phtml ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 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
+ <div class="product-image-zoom-wrap">
39
+ <p class="product-image product-image-zoom">
40
+ <?php
41
+ $_img = '<img id="image" src="'.$this->helper('catalog/image')->init($_product, 'image').'" alt="'.$this->htmlEscape($this->getImageLabel()).'" title="'.$this->htmlEscape($this->getImageLabel()).'" />';
42
+ echo $_helper->productAttribute($_product, $_img, 'image');
43
+ ?>
44
+ </p>
45
+ </div>
46
+ <p class="zoom-notice" id="track_hint"><?php echo $this->__('Double click on above image to view full picture') ?></p>
47
+ <div class="zoom">
48
+ <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" />
49
+ <div id="track">
50
+ <div id="handle"></div>
51
+ </div>
52
+ <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" />
53
+ </div>
54
+ <script type="text/javascript">
55
+ //<![CDATA[
56
+ Event.observe(window, 'load', function() {
57
+ product_zoom = new Product.Zoom('image', 'track', 'handle', 'zoom_in', 'zoom_out', 'track_hint');
58
+ });
59
+ //]]>
60
+ </script>
61
+ <?php else: ?>
62
+ <p class="product-image">
63
+ <?php
64
+ $_img = '<img src="'.$this->helper('catalog/image')->init($_product, 'image')->resize(239).'" alt="'.$this->htmlEscape($this->getImageLabel()).'" title="'.$this->htmlEscape($this->getImageLabel()).'" />';
65
+ echo $_helper->productAttribute($_product, $_img, 'image');
66
+ ?>
67
+ </p>
68
+ <?php endif; ?>
69
+ <?php if (count($this->getGalleryImages()) > 0): ?>
70
+ <div class="more-views">
71
+ <h2><?php echo $this->__('More Views') ?></h2>
72
+ <ul>
73
+ <?php foreach ($this->getGalleryImages() as $_image): ?>
74
+ <li>
75
+ <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>
76
+ </li>
77
+ <?php endforeach; ?>
78
+ </ul>
79
+ </div>
80
+ <?php endif; ?>
app/design/frontend/default/mobile_store_black/template/catalog/product/view/tabs.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 default_modern
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
+ */
32
+ ?>
33
+ <ul class="product-tabs">
34
+ <?php foreach ($this->getTabs() as $_index => $_tab): ?>
35
+ <?php if($this->getChildHtml($_tab['alias'])): ?>
36
+ <li id="product_tabs_<?php echo $_tab['alias'] ?>" class="<?php echo !$_index?' active first':(($_index==count($this->getTabs())-1)?' last':'')?>"><a href="#"><?php echo $_tab['title']?></a></li>
37
+ <?php endif; ?>
38
+ <?php endforeach; ?>
39
+ </ul>
40
+ <?php foreach ($this->getTabs() as $_index => $_tab): ?>
41
+ <?php if($this->getChildHtml($_tab['alias'])): ?>
42
+ <div class="product-tabs-content" id="product_tabs_<?php echo $_tab['alias'] ?>_contents"><?php echo $this->getChildHtml($_tab['alias']) ?></div>
43
+ <?php endif; ?>
44
+ <?php endforeach; ?>
45
+ <script type="text/javascript">
46
+ //<![CDATA[
47
+ Varien.Tabs = Class.create();
48
+ Varien.Tabs.prototype = {
49
+ initialize: function(selector) {
50
+ var self=this;
51
+ $$(selector+' a').each(this.initTab.bind(this));
52
+ },
53
+
54
+ initTab: function(el) {
55
+ el.href = 'javascript:void(0)';
56
+ if ($(el.parentNode).hasClassName('active')) {
57
+ this.showContent(el);
58
+ }
59
+ el.observe('click', this.showContent.bind(this, el));
60
+ },
61
+
62
+ showContent: function(a) {
63
+ var li = $(a.parentNode), ul = $(li.parentNode);
64
+ ul.select('li', 'ol').each(function(el){
65
+ var contents = $(el.id+'_contents');
66
+ if (el==li) {
67
+ el.addClassName('active');
68
+ contents.show();
69
+ } else {
70
+ el.removeClassName('active');
71
+ contents.hide();
72
+ }
73
+ });
74
+ }
75
+ }
76
+ new Varien.Tabs('.product-tabs');
77
+ //]]>
78
+ </script>
app/design/frontend/default/mobile_store_black/template/catalog/seo/sitemap/container.phtml ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-sitemap">
28
+ <div class="page-title">
29
+ <h1><?php echo $this->getTitle() ?></h1>
30
+ </div>
31
+ <div id="sitemap_top_links">
32
+ <?php echo $this->getChildHtml('links') ?>
33
+ </div>
34
+ <?php echo $this->getChildHtml('pager_top') ?>
35
+ <?php echo $this->getChildHtml('sitemap') ?>
36
+ <div class="link_bottom"><?php echo $this->getChildHtml('links') ?></div>
37
+ <?php echo $this->getChildHtml('pager_bottom') ?>
38
+ </div>
app/design/frontend/default/mobile_store_black/template/catalog/seo/tree.phtml ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_Catalog_Block_Seo_Sitemap_
30
+ */
31
+ ?>
32
+ <?php $_items = $this->getCollection(); ?>
33
+ <?php if($_items->getSize()): ?>
34
+ <ul class="sitemap">
35
+ <?php foreach ($_items as $_item): ?>
36
+ <li class="level-<?php echo $this->getLevel($_item) ?>" <?php echo $this->getLevel($_item)?'style="padding-left:' . $this->getLevel($_item, 1) . '2px;"':'' ?>><a href="<?php echo $this->getItemUrl($_item) ?>"><?php echo $_item->name ?></a></li>
37
+ <?php endforeach; ?>
38
+ </ul>
39
+ <?php else: ?>
40
+ <p class="note-msg">
41
+ <?php echo $this->__('There are no %s available.', $this->getItemsTitle()); ?>
42
+ </p>
43
+ <?php endif ?>
app/design/frontend/default/mobile_store_black/template/catalogsearch/advanced/form.phtml ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Catalog advanced search form
30
+ *
31
+ * @see Mage_CatalogSearch_Block_Advanced_Form
32
+ */
33
+ ?>
34
+ <?php $maxQueryLength= $this->helper('catalogsearch')->getMaxQueryLength();?>
35
+ <div class="page-title">
36
+ <h1><?php echo $this->__('Catalog Advanced Search') ?></h1>
37
+ </div>
38
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
39
+ <form action="<?php echo $this->getSearchPostUrl() ?>" method="get" id="form-validate">
40
+ <div class="fieldset advanced-search">
41
+ <h2 class="legend"><?php echo $this->__('Search Settings') ?></h2>
42
+ <ul class="form-list" id="advanced-search-list">
43
+ <?php foreach ($this->getSearchableAttributes() as $_attribute): ?>
44
+ <?php $_code = $_attribute->getAttributeCode() ?>
45
+ <li>
46
+ <label for="<?php echo $_code ?>"><?php echo $this->getAttributeLabel($_attribute) ?></label>
47
+ <?php switch($this->getAttributeInputType($_attribute)):
48
+ case 'number': ?>
49
+ <div class="input-range">
50
+ <input type="text" name="<?php echo $_code ?>[from]" value="<?php echo $this->escapeHtml($this->getAttributeValue($_attribute, 'from')) ?>" id="<?php echo $_code ?>" title="<?php echo $this->escapeHtml($this->getAttributeLabel($_attribute)) ?>" class="input-text validate-number" maxlength="<?php echo $maxQueryLength;?>" />
51
+ <span class="separator">-</span>
52
+ <input type="text" name="<?php echo $_code ?>[to]" value="<?php echo $this->escapeHtml($this->getAttributeValue($_attribute, 'to')) ?>" id="<?php echo $_code ?>_to" title="<?php echo $this->escapeHtml($this->getAttributeLabel($_attribute)) ?>" class="input-text validate-number" maxlength="<?php echo $maxQueryLength;?>" />
53
+ </div>
54
+ <?php break;
55
+ case 'price': ?>
56
+ <div class="input-range">
57
+ <input name="<?php echo $_code ?>[from]" value="<?php echo $this->escapeHtml($this->getAttributeValue($_attribute, 'from')) ?>" id="<?php echo $_code ?>" title="<?php echo $this->escapeHtml($this->getAttributeLabel($_attribute)) ?>" class="input-text validate-number" type="text" maxlength="<?php echo $maxQueryLength;?>" />
58
+ <span class="separator">-</span>
59
+ <input name="<?php echo $_code ?>[to]" value="<?php echo $this->escapeHtml($this->getAttributeValue($_attribute, 'to')) ?>" id="<?php echo $_code ?>_to" title="<?php echo $this->escapeHtml($this->getAttributeLabel($_attribute)) ?>" class="input-text validate-number" type="text" maxlength="<?php echo $maxQueryLength;?>" />
60
+ <small>(<?php echo $this->getCurrency($_attribute); ?>)</small>
61
+ </div>
62
+ <?php break;
63
+ case 'select': ?>
64
+ <div class="input-box">
65
+ <?php echo $this->getAttributeSelectElement($_attribute) ?>
66
+ </div>
67
+ <?php break;
68
+ case 'yesno': ?>
69
+ <?php echo $this->getAttributeYesNoElement($_attribute) ?>
70
+ <?php break;
71
+ case 'date': ?>
72
+ <div class="input-range">
73
+ <?php echo $this->getDateInput($_attribute, 'from') ?>
74
+ <span class="separator">-</span>
75
+ <?php echo $this->getDateInput($_attribute, 'to') ?>
76
+ </div>
77
+ <?php break;
78
+ default: ?>
79
+ <div class="input-box">
80
+ <input type="text" name="<?php echo $_code ?>" id="<?php echo $_code ?>" value="<?php echo $this->escapeHtml($this->getAttributeValue($_attribute)) ?>" title="<?php echo $this->escapeHtml($this->getAttributeLabel($_attribute)) ?>" class="input-text <?php echo $this->getAttributeValidationClass($_attribute) ?>" maxlength="<?php echo $maxQueryLength;?>" />
81
+ </div>
82
+ <?php endswitch; ?>
83
+ </li>
84
+ <?php endforeach; ?>
85
+ </ul>
86
+ <script type="text/javascript">decorateList('advanced-search-list')</script>
87
+ <div class="buttons-set">
88
+ <button type="submit" title="<?php echo $this->__('Search') ?>" class="button"><span><span><?php echo $this->__('Search') ?></span></span></button>
89
+ </div>
90
+ </div>
91
+
92
+ </form>
93
+ <script type="text/javascript">
94
+ //<![CDATA[
95
+ var dataForm = new VarienForm('form-validate', true);
96
+ //]]>
97
+ </script>
app/design/frontend/default/mobile_store_black/template/catalogsearch/form.mini.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
+ /* @var $this Mage_Core_Block_Template */
27
+ /* @var $catalogSearchHelper Mage_Catalogsearch_Helper_Data */
28
+ $catalogSearchHelper = $this->helper('catalogsearch');
29
+ ?>
30
+ <form id="search_mini_form" action="<?php echo $this->helper('catalogsearch')->getResultUrl() ?>" method="get">
31
+ <div class="form-search">
32
+ <label for="search"><?php echo $this->__('Search:') ?></label>
33
+ <div class="search_input_cont">
34
+ <input id="search" type="text" name="<?php echo $this->helper('catalogsearch')->getQueryParamName() ?>" value="<?php echo $this->helper('catalogsearch')->getEscapedQueryText() ?>" class="input-text" />
35
+ </div>
36
+ <button type="submit" title="<?php echo $this->__('Search') ?>" class="button"><span><span><?php echo $this->__('Search') ?></span></span></button>
37
+ <div id="search_autocomplete" class="search-autocomplete"></div>
38
+ <script type="text/javascript">
39
+ //<![CDATA[
40
+ var searchForm = new Varien.searchForm('search_mini_form', 'search', '<?php echo $this->__('Search entire store here') ?>');
41
+ searchForm.initAutocomplete('<?php echo $this->helper('catalogsearch')->getSuggestUrl() ?>', 'search_autocomplete');
42
+ //]]>
43
+ </script>
44
+ </div>
45
+ </form>
app/design/frontend/default/mobile_store_black/template/checkout/cart.phtml ADDED
@@ -0,0 +1,165 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ * Shopping cart template
30
+ *
31
+ * @see Mage_Checkout_Block_Cart
32
+ */
33
+ ?>
34
+ <div class="cart">
35
+ <div class="page-title title-buttons">
36
+ <h1><?php echo $this->__('Shopping Cart') ?></h1>
37
+ <?php if(!$this->hasError()): ?>
38
+ <ul class="checkout-types">
39
+ <?php foreach ($this->getMethods('top_methods') as $method): ?>
40
+ <?php if ($methodHtml = $this->getMethodHtml($method)): ?>
41
+ <li><?php echo $methodHtml; ?></li>
42
+ <?php endif; ?>
43
+ <?php endforeach; ?>
44
+ </ul>
45
+ <?php endif; ?>
46
+ </div>
47
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
48
+ <?php echo $this->getChildHtml('form_before') ?>
49
+ <form action="<?php echo $this->getUrl('checkout/cart/updatePost') ?>" method="post">
50
+ <fieldset>
51
+ <table id="shopping-cart-table" class="data-table cart-table">
52
+ <col width="1" />
53
+ <col />
54
+ <col width="1" />
55
+ <?php if ($this->helper('wishlist')->isAllowInCart()) : ?>
56
+ <col width="1" />
57
+ <?php endif ?>
58
+ <?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
59
+ <col width="1" />
60
+ <?php endif; ?>
61
+ <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
62
+ <col width="1" />
63
+ <?php endif; ?>
64
+ <col width="1" />
65
+ <?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
66
+ <col width="1" />
67
+ <?php endif; ?>
68
+ <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
69
+ <col width="1" />
70
+ <?php endif; ?>
71
+ <col width="1" />
72
+
73
+ <?php $mergedCells = ($this->helper('tax')->displayCartBothPrices() ? 2 : 1); ?>
74
+ <thead>
75
+ <tr>
76
+
77
+ <th rowspan="<?php echo $mergedCells; ?>">&nbsp;</th>
78
+ <th rowspan="<?php echo $mergedCells; ?>"><span class="nobr"><?php echo $this->__('Product Name') ?></span></th>
79
+ <th rowspan="<?php echo $mergedCells; ?>"></th>
80
+ <?php if ($this->helper('wishlist')->isAllowInCart()) : ?>
81
+ <th rowspan="<?php echo $mergedCells; ?>" class="a-center"><span class="nobr"><?php echo $this->__('Move to Wishlist') ?></span></th>
82
+ <?php endif ?>
83
+ <th class="a-center" colspan="<?php echo $mergedCells; ?>"><span class="nobr"><?php echo $this->__('Unit Price') ?></span></th>
84
+ <th rowspan="<?php echo $mergedCells; ?>" class="a-center"><?php echo $this->__('Qty') ?></th>
85
+ <th class="a-center" colspan="<?php echo $mergedCells; ?>"><?php echo $this->__('Subtotal') ?></th>
86
+ <th rowspan="<?php echo $mergedCells; ?>" class="a-center">&nbsp;</th>
87
+ </tr>
88
+ <?php if ($this->helper('tax')->displayCartBothPrices()): ?>
89
+ <tr>
90
+ <th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
91
+ <th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
92
+ <th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
93
+ <th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
94
+ </tr>
95
+ <?php endif; ?>
96
+ </thead>
97
+ <tfoot>
98
+ <tr>
99
+ <td colspan="50" class="a-right">
100
+ <?php if($this->getContinueShoppingUrl()): ?>
101
+ <button type="button" title="<?php echo $this->__('Continue Shopping') ?>" class="button btn-continue" onclick="setLocation('<?php echo $this->getContinueShoppingUrl() ?>')"><span><span><?php echo $this->__('Continue Shopping') ?></span></span></button>
102
+ <?php endif; ?>
103
+ <button type="submit" name="update_cart_action" value="update_qty" title="<?php echo $this->__('Update Shopping Cart'); ?>" class="button btn-update"><span><span><?php echo $this->__('Update Shopping Cart'); ?></span></span></button>
104
+ <button type="submit" name="update_cart_action" value="empty_cart" title="<?php echo $this->__('Clear Shopping Cart'); ?>" class="button btn-empty" id="empty_cart_button"><span><span><?php echo $this->__('Clear Shopping Cart'); ?></span></span></button>
105
+ <!--[if lt IE 8]>
106
+ <input type="hidden" id="update_cart_action_container" />
107
+ <script type="text/javascript">
108
+ //<![CDATA[
109
+ Event.observe(window, 'load', function()
110
+ {
111
+ // Internet Explorer (lt 8) does not support value attribute in button elements
112
+ $emptyCartButton = $('empty_cart_button');
113
+ $cartActionContainer = $('update_cart_action_container');
114
+ if ($emptyCartButton && $cartActionContainer) {
115
+ Event.observe($emptyCartButton, 'click', function()
116
+ {
117
+ $emptyCartButton.setAttribute('name', 'update_cart_action_temp');
118
+ $cartActionContainer.setAttribute('name', 'update_cart_action');
119
+ $cartActionContainer.setValue('empty_cart');
120
+ });
121
+ }
122
+
123
+ });
124
+ //]]>
125
+ </script>
126
+ <![endif]-->
127
+ </td>
128
+ </tr>
129
+ </tfoot>
130
+ <tbody>
131
+ <?php foreach($this->getItems() as $_item): ?>
132
+ <?php echo $this->getItemHtml($_item) ?>
133
+ <?php endforeach ?>
134
+ </tbody>
135
+ </table>
136
+ <script type="text/javascript">decorateTable('shopping-cart-table')</script>
137
+ </fieldset>
138
+ </form>
139
+ <div class="cart-collaterals">
140
+ <div class="col2-set">
141
+ <div class="col-1">
142
+ <?php echo $this->getChildHtml('crosssell') ?>
143
+ </div>
144
+ <div class="col-2">
145
+ <?php echo $this->getChildHtml('checkout.cart.extra') ?>
146
+ <?php echo $this->getChildHtml('coupon') ?>
147
+ <?php if (!$this->getIsVirtual()): echo $this->getChildHtml('shipping'); endif; ?>
148
+ </div>
149
+ </div>
150
+ <div class="totals">
151
+ <div class="totals_in">
152
+ <?php echo $this->getChildHtml('totals'); ?>
153
+ <?php if(!$this->hasError()): ?>
154
+ <ul class="checkout-types">
155
+ <?php foreach ($this->getMethods('methods') as $method): ?>
156
+ <?php if ($methodHtml = $this->getMethodHtml($method)): ?>
157
+ <li><?php echo $methodHtml; ?></li>
158
+ <?php endif; ?>
159
+ <?php endforeach; ?>
160
+ </ul>
161
+ <?php endif; ?>
162
+ </div>
163
+ </div>
164
+ </div>
165
+ </div>
app/design/frontend/default/mobile_store_black/template/checkout/cart/coupon.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
+ <form id="discount-coupon-form" action="<?php echo $this->getUrl('checkout/cart/couponPost') ?>" method="post">
28
+ <div class="discount">
29
+ <h2><strong><?php echo $this->__('Discount Codes') ?></strong></h2>
30
+ <div class="discount-form">
31
+ <label for="coupon_code"><?php echo $this->__('Enter your coupon code if you have one.') ?></label>
32
+ <input type="hidden" name="remove" id="remove-coupone" value="0" />
33
+ <div class="input-box">
34
+ <input class="input-text" id="coupon_code" name="coupon_code" value="<?php echo $this->htmlEscape($this->getCouponCode()) ?>" />
35
+ </div>
36
+ <div class="buttons-set">
37
+ <button type="button" title="<?php echo $this->__('Apply Coupon') ?>" class="button" onclick="discountForm.submit(false)" value="<?php echo $this->__('Apply Coupon') ?>"><span><span><?php echo $this->__('Apply Coupon') ?></span></span></button>
38
+ <?php if(strlen($this->getCouponCode())): ?>
39
+ &nbsp; <button type="button" title="<?php echo $this->__('Cancel Coupon') ?>" class="button" onclick="discountForm.submit(true)" value="<?php echo $this->__('Cancel Coupon') ?>"><span><span><?php echo $this->__('Cancel Coupon') ?></span></span></button>
40
+ <?php endif;?>
41
+ </div>
42
+ </div>
43
+ </div>
44
+ </form>
45
+ <script type="text/javascript">
46
+ //<![CDATA[
47
+ var discountForm = new VarienForm('discount-coupon-form');
48
+ discountForm.submit = function (isRemove) {
49
+ if (isRemove) {
50
+ $('coupon_code').removeClassName('required-entry');
51
+ $('remove-coupone').value = "1";
52
+ } else {
53
+ $('coupon_code').addClassName('required-entry');
54
+ $('remove-coupone').value = "0";
55
+ }
56
+ return VarienForm.prototype.submit.bind(discountForm)();
57
+ }
58
+ //]]>
59
+ </script>
app/design/frontend/default/mobile_store_black/template/checkout/cart/crosssell.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
+ * Cart cross sell items template
30
+ *
31
+ * @see Mage_Checkout_Block_Cart_Crosssell
32
+ */
33
+ ?>
34
+ <?php if($this->getItemCount()): ?>
35
+ <div class="crosssell">
36
+ <h2><strong><?php echo $this->__('You may be interested in the following items:') ?></strong></h2>
37
+ <ul id="crosssell-products-list">
38
+ <?php foreach ($this->getItems() as $_item): ?>
39
+ <li class="item clearfix">
40
+ <a class="product-image" href="<?php echo $_item->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_item->getName()) ?>"><img src="<?php echo $this->helper('catalog/image')->init($_item, 'thumbnail')->resize(102); ?>" width="102" height="102" alt="<?php echo $this->htmlEscape($_item->getName()) ?>" /></a>
41
+ <div class="product-details">
42
+ <h3 class="product-name"><a href="<?php echo $_item->getProductUrl() ?>"><?php echo $this->htmlEscape($_item->getName()) ?></a></h3>
43
+ <?php echo $this->getPriceHtml($_item, true) ?>
44
+ <button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_item) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
45
+ <ul class="add-to-links">
46
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
47
+ <li><a href="<?php echo $this->getAddToWishlistUrl($_item) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
48
+ <?php endif; ?>
49
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_item)): ?>
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 endforeach; ?>
56
+ </ul>
57
+ <script type="text/javascript">decorateList('crosssell-products-list', 'none-recursive')</script>
58
+ </div>
59
+ <?php endif; ?>
app/design/frontend/default/mobile_store_black/template/checkout/cart/item/default.phtml ADDED
@@ -0,0 +1,278 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2011 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
+ $_item = $this->getItem();
29
+ $isVisibleProduct = $_item->getProduct()->isVisibleInSiteVisibility();
30
+ $canApplyMsrp = Mage::helper('catalog')->canApplyMsrp($_item->getProduct(), Mage_Catalog_Model_Product_Attribute_Source_Msrp_Type::TYPE_BEFORE_ORDER_CONFIRM);
31
+ ?>
32
+ <tr>
33
+ <td class="product_image_td"><?php if ($this->hasProductUrl()):?><a href="<?php echo $this->getProductUrl() ?>" title="<?php echo $this->htmlEscape($this->getProductName()) ?>" class="product-image"><?php endif;?><img src="<?php echo $this->getProductThumbnail()->resize(95); ?>" width="95" height="95" alt="<?php echo $this->htmlEscape($this->getProductName()) ?>" /><?php if ($this->hasProductUrl()):?></a><?php endif;?></td>
34
+ <td class="prodcut_name_td" style="vertical-align:middle;">
35
+ <h2 class="product-name">
36
+ <?php if ($this->hasProductUrl()):?>
37
+ <a href="<?php echo $this->getProductUrl() ?>"><?php echo $this->htmlEscape($this->getProductName()) ?></a>
38
+ <?php else: ?>
39
+ <?php echo $this->htmlEscape($this->getProductName()) ?>
40
+ <?php endif; ?>
41
+ </h2>
42
+ <?php if ($_options = $this->getOptionList()):?>
43
+ <dl class="item-options">
44
+ <?php foreach ($_options as $_option) : ?>
45
+ <?php $_formatedOptionValue = $this->getFormatedOptionValue($_option) ?>
46
+ <dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
47
+ <dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>><?php echo $_formatedOptionValue['value'] ?>
48
+ <?php if (isset($_formatedOptionValue['full_view'])): ?>
49
+ <div class="truncated_full_value">
50
+ <dl class="item-options">
51
+ <dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
52
+ <dd><?php echo $_formatedOptionValue['full_view'] ?></dd>
53
+ </dl>
54
+ </div>
55
+ <?php endif; ?>
56
+ </dd>
57
+ <?php endforeach; ?>
58
+ </dl>
59
+ <?php endif;?>
60
+ <?php if ($messages = $this->getMessages()): ?>
61
+ <?php foreach ($messages as $message): ?>
62
+ <p class="item-msg <?php echo $message['type'] ?>">* <?php echo $this->escapeHtml($message['text']) ?></p>
63
+ <?php endforeach; ?>
64
+ <?php endif; ?>
65
+ <?php $addInfoBlock = $this->getProductAdditionalInformationBlock(); ?>
66
+ <?php if ($addInfoBlock): ?>
67
+ <?php echo $addInfoBlock->setItem($_item)->toHtml() ?>
68
+ <?php endif;?>
69
+ </td>
70
+ <td class="new-center">
71
+ <?php if ($isVisibleProduct): ?>
72
+ <a href="<?php echo $this->getConfigureUrl() ?>" title="<?php echo $this->__('Edit item parameters') ?>"><?php echo $this->__('Edit') ?></a>
73
+ <?php endif ?>
74
+ </td>
75
+ <?php if ($this->helper('wishlist')->isAllowInCart()) : ?>
76
+ <td class="new-center">
77
+ <?php if ($isVisibleProduct): ?>
78
+ <input type="checkbox" value="1" name="cart[<?php echo $_item->getId() ?>][wishlist]" title="<?php echo $this->__('Move to Wishlist') ?>" class="checkbox" />
79
+ <?php endif ?>
80
+ </td>
81
+ <?php endif ?>
82
+
83
+ <?php if ($canApplyMsrp): ?>
84
+ <td class="a-right"<?php if ($this->helper('tax')->displayCartBothPrices()): ?> colspan="2"<?php endif; ?>>
85
+ <span class="cart-price">
86
+ <span class="cart-msrp-unit"><?php echo $this->__('See price before order confirmation.'); ?></span>
87
+ <?php $helpLinkId = 'cart-msrp-help-' . $_item->getId(); ?>
88
+ <a id="<?php echo $helpLinkId ?>" href="#" class="map-help-link"><?php echo $this->__("What's this?"); ?></a>
89
+ <script type="text/javascript">
90
+ Catalog.Map.addHelpLink($('<?php echo $helpLinkId ?>'), "<?php echo $this->__("What's this?") ?>");
91
+ </script>
92
+ </span>
93
+ </td>
94
+ <?php else: ?>
95
+
96
+ <?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
97
+ <td class="a-right">
98
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
99
+ <span class="cart-tax-total" onclick="taxToggle('eunit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
100
+ <?php else: ?>
101
+ <span class="cart-price">
102
+ <?php endif; ?>
103
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
104
+ <?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?>
105
+ <?php else: ?>
106
+ <?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()) ?>
107
+ <?php endif; ?>
108
+
109
+ </span>
110
+
111
+
112
+ <?php if (Mage::helper('weee')->getApplied($_item)): ?>
113
+
114
+ <div class="cart-tax-info" id="eunit-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
115
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
116
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
117
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount'],true,true); ?></span>
118
+ <?php endforeach; ?>
119
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
120
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
121
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span>
122
+ <?php endforeach; ?>
123
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
124
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
125
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span>
126
+ <?php endforeach; ?>
127
+ <?php endif; ?>
128
+ </div>
129
+
130
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
131
+ <div class="cart-tax-total" onclick="taxToggle('eunit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
132
+ <span class="weee"><?php echo Mage::helper('weee')->__('Total'); ?>: <?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?></span>
133
+ </div>
134
+ <?php endif; ?>
135
+ <?php endif; ?>
136
+ </td>
137
+ <?php endif; ?>
138
+ <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
139
+ <td class="new-center">
140
+ <?php $_incl = $this->helper('checkout')->getPriceInclTax($_item); ?>
141
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
142
+ <span class="cart-tax-total" onclick="taxToggle('unit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
143
+ <?php else: ?>
144
+ <span class="cart-price">
145
+ <?php endif; ?>
146
+
147
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
148
+ <?php echo $this->helper('checkout')->formatPrice($_incl+$_item->getWeeeTaxAppliedAmount()); ?>
149
+ <?php else: ?>
150
+ <?php echo $this->helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxDisposition()) ?>
151
+ <?php endif; ?>
152
+
153
+ </span>
154
+ <?php if (Mage::helper('weee')->getApplied($_item)): ?>
155
+
156
+ <div class="cart-tax-info" id="unit-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
157
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
158
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
159
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount'],true,true); ?></span>
160
+ <?php endforeach; ?>
161
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
162
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
163
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span>
164
+ <?php endforeach; ?>
165
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
166
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
167
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span>
168
+ <?php endforeach; ?>
169
+ <?php endif; ?>
170
+ </div>
171
+
172
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
173
+ <div class="cart-tax-total" onclick="taxToggle('unit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
174
+ <span class="weee"><?php echo Mage::helper('weee')->__('Total incl. tax'); ?>: <?php echo $this->helper('checkout')->formatPrice($_incl+$_item->getWeeeTaxAppliedAmount()); ?></span>
175
+ </div>
176
+ <?php endif; ?>
177
+ <?php endif; ?>
178
+ </td>
179
+ <?php endif; ?>
180
+ <?php endif; ?>
181
+ <td class="new-center">
182
+ <input name="cart[<?php echo $_item->getId() ?>][qty]" value="<?php echo $this->getQty() ?>" size="4" title="<?php echo $this->__('Qty') ?>" class="input-text qty" maxlength="12" />
183
+ </td>
184
+ <?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
185
+ <td class="new-center">
186
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
187
+ <span class="cart-tax-total" onclick="taxToggle('esubtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
188
+ <?php else: ?>
189
+ <span class="cart-price">
190
+ <?php endif; ?>
191
+
192
+ <?php if ($canApplyMsrp): ?>
193
+ <span class="cart-msrp-subtotal">--</span>
194
+ <?php else: ?>
195
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
196
+ <?php echo $this->helper('checkout')->formatPrice($_item->getRowTotal()+$_item->getWeeeTaxAppliedRowAmount()+$_item->getWeeeTaxRowDisposition()); ?>
197
+ <?php else: ?>
198
+ <?php echo $this->helper('checkout')->formatPrice($_item->getRowTotal()) ?>
199
+ <?php endif; ?>
200
+ <?php endif; ?>
201
+
202
+ </span>
203
+ <?php if (Mage::helper('weee')->getApplied($_item)): ?>
204
+
205
+ <div class="cart-tax-info" id="esubtotal-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
206
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
207
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
208
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount'],true,true); ?></span>
209
+ <?php endforeach; ?>
210
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
211
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
212
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></span>
213
+ <?php endforeach; ?>
214
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
215
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
216
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></span>
217
+ <?php endforeach; ?>
218
+ <?php endif; ?>
219
+ </div>
220
+
221
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
222
+ <div class="cart-tax-total" onclick="taxToggle('esubtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
223
+ <span class="weee"><?php echo Mage::helper('weee')->__('Total'); ?>: <?php echo $this->helper('checkout')->formatPrice($_item->getRowTotal()+$_item->getWeeeTaxAppliedRowAmount()+$_item->getWeeeTaxRowDisposition()); ?></span>
224
+ </div>
225
+ <?php endif; ?>
226
+ <?php endif; ?>
227
+ </td>
228
+ <?php endif; ?>
229
+ <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
230
+ <td class="new-center">
231
+ <?php $_incl = $this->helper('checkout')->getSubtotalInclTax($_item); ?>
232
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
233
+ <span class="cart-tax-total" onclick="taxToggle('subtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
234
+ <?php else: ?>
235
+ <span class="cart-price">
236
+ <?php endif; ?>
237
+
238
+ <?php if ($canApplyMsrp): ?>
239
+ <span class="cart-msrp-subtotal">--</span>
240
+ <?php else: ?>
241
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
242
+ <?php echo $this->helper('checkout')->formatPrice($_incl+$_item->getWeeeTaxAppliedRowAmount()); ?>
243
+ <?php else: ?>
244
+ <?php echo $this->helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxRowDisposition()) ?>
245
+ <?php endif; ?>
246
+ <?php endif; ?>
247
+
248
+ </span>
249
+
250
+
251
+ <?php if (Mage::helper('weee')->getApplied($_item)): ?>
252
+
253
+ <div class="cart-tax-info" id="subtotal-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
254
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
255
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
256
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount'],true,true); ?></span>
257
+ <?php endforeach; ?>
258
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
259
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
260
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></span>
261
+ <?php endforeach; ?>
262
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
263
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
264
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></span>
265
+ <?php endforeach; ?>
266
+ <?php endif; ?>
267
+ </div>
268
+
269
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
270
+ <div class="cart-tax-total" onclick="taxToggle('subtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
271
+ <span class="weee"><?php echo Mage::helper('weee')->__('Total incl. tax'); ?>: <?php echo $this->helper('checkout')->formatPrice($_incl+$_item->getWeeeTaxAppliedRowAmount()); ?></span>
272
+ </div>
273
+ <?php endif; ?>
274
+ <?php endif; ?>
275
+ </td>
276
+ <?php endif; ?>
277
+ <td class="new-center"><a href="<?php echo $this->getDeleteUrl()?>" title="<?php echo $this->__('Remove item')?>" class="btn-remove btn-remove2"><?php echo $this->__('Remove item')?></a></td>
278
+ </tr>
app/design/frontend/default/mobile_store_black/template/checkout/cart/shipping.phtml ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_Checkout_Block_Cart_Shipping
30
+ */
31
+ ?>
32
+ <div class="shipping">
33
+ <h2><strong><?php echo $this->__('Estimate Shipping and Tax') ?></strong></h2>
34
+ <div class="shipping-form">
35
+ <form action="<?php echo $this->getUrl('checkout/cart/estimatePost') ?>" method="post" id="shipping-zip-form">
36
+ <p><?php echo $this->__('Enter your destination to get a shipping estimate.') ?></p>
37
+ <ul class="form-list">
38
+ <li>
39
+ <label for="country" class="required"><em>*</em><?php echo $this->__('Country') ?></label>
40
+ <div class="input-box">
41
+ <?php echo Mage::getBlockSingleton('directory/data')->getCountryHtmlSelect($this->getEstimateCountryId()) ?>
42
+ </div>
43
+ </li>
44
+ <?php //if($this->getStateActive()): ?>
45
+ <li>
46
+ <label for="region_id"<?php if ($this->isStateProvinceRequired()) echo ' class="required"' ?>><?php if ($this->isStateProvinceRequired()) echo '<em>*</em>' ?><?php echo $this->__('State/Province') ?></label>
47
+ <div class="input-box">
48
+ <select id="region_id" name="region_id" title="<?php echo $this->__('State/Province') ?>" style="display:none;"<?php echo ($this->isStateProvinceRequired() ? ' class="validate-select"' : '') ?>>
49
+ <option value=""><?php echo $this->__('Please select region, state or province') ?></option>
50
+ </select>
51
+ <script type="text/javascript">
52
+ //<![CDATA[
53
+ $('region_id').setAttribute('defaultValue', "<?php echo $this->getEstimateRegionId() ?>");
54
+ //]]>
55
+ </script>
56
+ <input type="text" id="region" name="region" value="<?php echo $this->htmlEscape($this->getEstimateRegion()) ?>" title="<?php echo $this->__('State/Province') ?>" class="input-text" style="display:none;" />
57
+ </div>
58
+ </li>
59
+ <?php //endif; ?>
60
+ <?php if($this->getCityActive()): ?>
61
+ <li>
62
+ <label for="city"<?php if ($this->isCityRequired()) echo ' class="required"' ?>><?php if ($this->isCityRequired()) echo '<em>*</em>' ?><?php echo $this->__('City') ?></label>
63
+ <div class="input-box">
64
+ <input class="input-text<?php if ($this->isCityRequired()):?> required-entry<?php endif;?>" id="city" type="text" name="estimate_city" value="<?php echo $this->htmlEscape($this->getEstimateCity()) ?>" />
65
+ </div>
66
+ </li>
67
+ <?php endif; ?>
68
+ <li>
69
+ <label for="postcode"<?php if ($this->isZipCodeRequired()) echo ' class="required"' ?>><?php if ($this->isZipCodeRequired()) echo '<em>*</em>' ?><?php echo $this->__('Zip/Postal Code') ?></label>
70
+ <div class="input-box">
71
+ <input class="input-text validate-postcode<?php if ($this->isZipCodeRequired()):?> required-entry<?php endif;?>" type="text" id="postcode" name="estimate_postcode" value="<?php echo $this->htmlEscape($this->getEstimatePostcode()) ?>" />
72
+ </div>
73
+ </li>
74
+ </ul>
75
+ <div class="buttons-set">
76
+ <button type="button" title="<?php echo $this->__('Get a Quote') ?>" onclick="coShippingMethodForm.submit()" class="button"><span><span><?php echo $this->__('Get a Quote') ?></span></span></button>
77
+ </div>
78
+ </form>
79
+ <script type="text/javascript">
80
+ //<![CDATA[
81
+ new RegionUpdater('country', 'region', 'region_id', <?php echo $this->helper('directory')->getRegionJson() ?>);
82
+ //]]>
83
+ </script>
84
+
85
+ <?php if (($_shippingRateGroups = $this->getEstimateRates())): ?>
86
+ <form id="co-shipping-method-form" action="<?php echo $this->getUrl('checkout/cart/estimateUpdatePost') ?>">
87
+ <dl class="sp-methods">
88
+ <?php foreach ($_shippingRateGroups as $code => $_rates): ?>
89
+ <dt><?php echo $this->getCarrierName($code) ?></dt>
90
+ <dd>
91
+ <ul>
92
+ <?php foreach ($_rates as $_rate): ?>
93
+ <li<?php if ($_rate->getErrorMessage()) echo ' class="error-msg"';?>>
94
+ <?php if ($_rate->getErrorMessage()): ?>
95
+ <?php echo $_rate->getErrorMessage() ?>
96
+ <?php else: ?>
97
+ <input name="estimate_method" type="radio" value="<?php echo $this->htmlEscape($_rate->getCode()) ?>" id="s_method_<?php echo $_rate->getCode() ?>"<?php if($_rate->getCode()===$this->getAddressShippingMethod()) echo ' checked="checked"' ?> class="radio" />
98
+ <label for="s_method_<?php echo $_rate->getCode() ?>"><?php echo $_rate->getMethodTitle() ?>
99
+ <?php $_excl = $this->getShippingPrice($_rate->getPrice(), $this->helper('tax')->displayShippingPriceIncludingTax()); ?>
100
+ <?php $_incl = $this->getShippingPrice($_rate->getPrice(), true); ?>
101
+ <?php echo $_excl; ?>
102
+ <?php if ($this->helper('tax')->displayShippingBothPrices() && $_incl != $_excl): ?>
103
+ (<?php echo $this->__('Incl. Tax'); ?> <?php echo $_incl; ?>)
104
+ <?php endif; ?>
105
+ </label>
106
+ <?php endif ?>
107
+ </li>
108
+ <?php endforeach; ?>
109
+ </ul>
110
+ </dd>
111
+ <?php endforeach; ?>
112
+ </dl>
113
+ <div class="buttons-set">
114
+ <button type="submit" title="<?php echo $this->__('Update Total') ?>" class="button" name="do" value="<?php echo $this->__('Update Total') ?>"><span><span><?php echo $this->__('Update Total') ?></span></span></button>
115
+ </div>
116
+ </form>
117
+ <?php endif; ?>
118
+ <script type="text/javascript">
119
+ //<![CDATA[
120
+ var coShippingMethodForm = new VarienForm('shipping-zip-form');
121
+ var countriesWithOptionalZip = <?php echo $this->helper('directory')->getCountriesWithOptionalZip(true) ?>;
122
+
123
+ coShippingMethodForm.submit = function () {
124
+ var country = $F('country');
125
+ var optionalZip = false;
126
+
127
+ for (i=0; i < countriesWithOptionalZip.length; i++) {
128
+ if (countriesWithOptionalZip[i] == country) {
129
+ optionalZip = true;
130
+ }
131
+ }
132
+ if (optionalZip) {
133
+ $('postcode').removeClassName('required-entry');
134
+ }
135
+ else {
136
+ $('postcode').addClassName('required-entry');
137
+ }
138
+ return VarienForm.prototype.submit.bind(coShippingMethodForm)();
139
+ }
140
+ //]]>
141
+ </script>
142
+ </div>
143
+ </div>
app/design/frontend/default/mobile_store_black/template/checkout/cart/sidebar.phtml ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 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
+ * Shoping cart sidebar
29
+ *
30
+ * @see Mage_Checkout_Block_Cart_Sidebar
31
+ */
32
+
33
+ ?>
34
+ <?php if ($this->getIsNeedToDisplaySideBar()):?>
35
+ <div class="block block-cart">
36
+ <?php $_cartQty = $this->getSummaryCount() ?>
37
+ <div class="block-title">
38
+ <strong><span><?php echo $this->__('My Shopping Cart') ?></span></strong>
39
+ </div>
40
+ <div class="block-content">
41
+ <?php if ($_cartQty>0): ?>
42
+ <div class="summary">
43
+ <?php if ($_cartQty==1): ?>
44
+ <p class="amount"><?php echo $this->__('There is <a href="%s">1 item</a> in your cart.', $this->getUrl('checkout/cart')) ?></p>
45
+ <?php else: ?>
46
+ <p class="amount"><?php echo $this->__('There are <a href="%s">%s items</a> in your cart.', $this->getUrl('checkout/cart'), $_cartQty) ?></p>
47
+ <?php endif ?>
48
+ <p class="subtotal">
49
+ <?php if ($this->canApplyMsrp()): ?>
50
+ <span class="map-cart-sidebar-total"><?php echo $this->__('ORDER TOTAL WILL BE DISPLAYED BEFORE YOU SUBMIT THE ORDER'); ?></span>
51
+ <?php else: ?>
52
+ <span class="label"><?php echo $this->__('Cart Subtotal:') ?></span> <?php echo Mage::helper('checkout')->formatPrice($this->getSubtotal()) ?>
53
+ <?php if ($_subtotalInclTax = $this->getSubtotalInclTax()): ?>
54
+ <br />(<?php echo Mage::helper('checkout')->formatPrice($_subtotalInclTax) ?> <?php echo Mage::helper('tax')->getIncExcText(true) ?>)
55
+ <?php endif; ?>
56
+ <?php endif; ?>
57
+ </p>
58
+ </div>
59
+ <?php endif ?>
60
+ <?php if($_cartQty && $this->isPossibleOnepageCheckout()): ?>
61
+ <div class="actions">
62
+ <?php echo $this->getChildHtml('extra_actions') ?>
63
+ <button type="button" title="<?php echo $this->__('Checkout') ?>" class="button" onclick="setLocation('<?php echo $this->getCheckoutUrl() ?>')"><span><span><?php echo $this->__('Checkout') ?></span></span></button>
64
+ </div>
65
+ <?php endif ?>
66
+ <?php $_items = $this->getRecentItems() ?>
67
+ <?php if(count($_items)): ?>
68
+ <p class="block-subtitle"><?php echo $this->__('Recently added item(s)') ?></p>
69
+ <ol id="cart-sidebar" class="mini-products-list">
70
+ <?php foreach($_items as $_item): ?>
71
+ <?php echo $this->getItemHtml($_item) ?>
72
+ <?php endforeach; ?>
73
+ </ol>
74
+ <script type="text/javascript">decorateList('cart-sidebar', 'none-recursive')</script>
75
+ <?php else: ?>
76
+ <p class="empty"><?php echo $this->__('You have no items in your shopping cart.') ?></p>
77
+ <?php endif ?>
78
+ </div>
79
+ </div>
80
+ <?php endif;?>
app/design/frontend/default/mobile_store_black/template/contacts/form.phtml ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 id="messages_product_view"><?php echo $this->getMessagesBlock()->getGroupedHtml() ?></div>
28
+ <div class="page-title">
29
+ <h1><?php echo Mage::helper('contacts')->__('Contact Us') ?></h1>
30
+ </div>
31
+ <form action="<?php echo $this->getFormAction(); ?>" id="contactForm" method="post">
32
+ <div class="fieldset">
33
+ <h2 class="legend"><?php echo Mage::helper('contacts')->__('Contact Information') ?></h2>
34
+ <ul class="form-list">
35
+ <li class="fields">
36
+ <div class="field">
37
+ <label for="name" class="required"><em>*</em><?php echo Mage::helper('contacts')->__('Name') ?></label>
38
+ <div class="input-box">
39
+ <input name="name" id="name" title="<?php echo Mage::helper('contacts')->__('Name') ?>" value="<?php echo $this->htmlEscape($this->helper('contacts')->getUserName()) ?>" class="input-text required-entry" type="text" />
40
+ </div>
41
+ </div>
42
+ <div class="field">
43
+ <label for="email" class="required"><em>*</em><?php echo Mage::helper('contacts')->__('Email') ?></label>
44
+ <div class="input-box">
45
+ <input name="email" id="email" title="<?php echo Mage::helper('contacts')->__('Email') ?>" value="<?php echo $this->htmlEscape($this->helper('contacts')->getUserEmail()) ?>" class="input-text required-entry validate-email" type="text" />
46
+ </div>
47
+ </div>
48
+ </li>
49
+ <li>
50
+ <label for="telephone"><?php echo Mage::helper('contacts')->__('Telephone') ?></label>
51
+ <div class="input-box">
52
+ <input name="telephone" id="telephone" title="<?php echo Mage::helper('contacts')->__('Telephone') ?>" value="" class="input-text" type="text" />
53
+ </div>
54
+ </li>
55
+ <li class="wide">
56
+ <label for="comment" class="required"><em>*</em><?php echo Mage::helper('contacts')->__('Comment') ?></label>
57
+ <div class="input-box">
58
+ <textarea name="comment" id="comment" title="<?php echo Mage::helper('contacts')->__('Comment') ?>" class="required-entry input-text" cols="5" rows="3"></textarea>
59
+ </div>
60
+ </li>
61
+ </ul>
62
+ <div class="buttons-set">
63
+ <p class="required reqnew"><span><?php echo $this->__('* ') ?></span><?php echo $this->__('Required Fields') ?></p>
64
+ <input type="text" name="hideit" id="hideit" value="" style="display:none !important;" />
65
+ <button type="submit" title="<?php echo Mage::helper('contacts')->__('Submit') ?>" class="button"><span><span><?php echo Mage::helper('contacts')->__('Submit') ?></span></span></button>
66
+ </div>
67
+ </div>
68
+
69
+ </form>
70
+ <script type="text/javascript">
71
+ //<![CDATA[
72
+ var contactForm = new VarienForm('contactForm', true);
73
+ //]]>
74
+ </script>
app/design/frontend/default/mobile_store_black/template/customer/address/edit.phtml ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Edit customer address template
30
+ *
31
+ * @see Mage_Customer_Block_Address_Edit
32
+ */
33
+ ?>
34
+ <?php if($this->getTitle()): ?>
35
+ <div class="page-title">
36
+ <h1><?php echo $this->getTitle() ?></h1>
37
+ </div>
38
+ <?php endif; ?>
39
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
40
+ <form action="<?php echo $this->getSaveUrl() ?>" method="post" id="form-validate" class="new_adress">
41
+ <div class="fieldset">
42
+ <?php echo $this->getBlockHtml('formkey')?>
43
+ <input type="hidden" name="success_url" value="<?php echo $this->getSuccessUrl() ?>" />
44
+ <input type="hidden" name="error_url" value="<?php echo $this->getErrorUrl() ?>" />
45
+ <h2 class="legend"><?php echo $this->__('Contact Information') ?></h2>
46
+ <ul class="form-list">
47
+ <li class="fields">
48
+ <?php echo $this->getNameBlockHtml() ?>
49
+ </li>
50
+ <li class="wide">
51
+ <label for="company"><?php echo $this->__('Company') ?></label>
52
+ <div class="input-box">
53
+ <input type="text" name="company" id="company" title="<?php echo $this->__('Company') ?>" value="<?php echo $this->escapeHtml($this->getAddress()->getCompany()) ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('company') ?>" />
54
+ </div>
55
+ </li>
56
+ <li class="fields">
57
+ <div class="field">
58
+ <label for="telephone" class="required"><em>*</em><?php echo $this->__('Telephone') ?></label>
59
+ <div class="input-box">
60
+ <input type="text" name="telephone" value="<?php echo $this->escapeHtml($this->getAddress()->getTelephone()) ?>" title="<?php echo $this->__('Telephone') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('telephone') ?>" id="telephone" />
61
+ </div>
62
+ </div>
63
+ <div class="field">
64
+ <label for="fax"><?php echo $this->__('Fax') ?></label>
65
+ <div class="input-box">
66
+ <input type="text" name="fax" id="fax" title="<?php echo $this->__('Fax') ?>" value="<?php echo $this->escapeHtml($this->getAddress()->getFax()) ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('fax') ?>" />
67
+ </div>
68
+ </div>
69
+ </li>
70
+ </ul>
71
+ </div>
72
+ <div class="fieldset">
73
+ <h2 class="legend"><?php echo $this->__('Address') ?></h2>
74
+ <ul class="form-list">
75
+ <?php $_streetValidationClass = $this->helper('customer/address')->getAttributeValidationClass('street'); ?>
76
+ <li class="wide">
77
+ <label for="street_1" class="required"><em>*</em><?php echo $this->__('Street Address') ?></label>
78
+ <div class="input-box">
79
+ <input type="text" name="street[]" value="<?php echo $this->escapeHtml($this->getAddress()->getStreet(1)) ?>" title="<?php echo $this->__('Street Address') ?>" id="street_1" class="input-text <?php echo $_streetValidationClass ?>" />
80
+ </div>
81
+ </li>
82
+ <?php $_streetValidationClass = trim(str_replace('required-entry', '', $_streetValidationClass)); ?>
83
+ <?php for ($_i = 2, $_n = $this->helper('customer/address')->getStreetLines(); $_i <= $_n; $_i++): ?>
84
+ <li class="wide">
85
+ <div class="input-box">
86
+ <input type="text" name="street[]" value="<?php echo $this->escapeHtml($this->getAddress()->getStreet($_i)) ?>" title="<?php echo $this->__('Street Address %s', $_i) ?>" id="street_<?php echo $_i ?>" class="input-text <?php echo $_streetValidationClass ?>" />
87
+ </div>
88
+ </li>
89
+ <?php endfor; ?>
90
+ <?php if ($this->helper('customer/address')->isVatAttributeVisible()) : ?>
91
+ <li class="wide">
92
+ <label for="vat_id"><?php echo $this->__('VAT Number') ?></label>
93
+ <div class="input-box">
94
+ <input type="text" name="vat_id" value="<?php echo $this->escapeHtml($this->getAddress()->getVatId()) ?>" title="<?php echo $this->__('VAT Number') ?>" id="vat_id" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('vat_id') ?>" />
95
+ </div>
96
+ </li>
97
+ <?php endif; ?>
98
+ <li class="fields">
99
+ <div class="field">
100
+ <label for="city" class="required"><em>*</em><?php echo $this->__('City') ?></label>
101
+ <div class="input-box">
102
+ <input type="text" name="city" value="<?php echo $this->escapeHtml($this->getAddress()->getCity()) ?>" title="<?php echo $this->__('City') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('city') ?>" id="city" />
103
+ </div>
104
+ </div>
105
+ <div class="field">
106
+ <label for="region_id" class="required"><em>*</em><?php echo $this->__('State/Province') ?></label>
107
+ <div class="input-box">
108
+ <select id="region_id" name="region_id" title="<?php echo $this->__('State/Province') ?>" class="validate-select" style="display:none;">
109
+ <option value=""><?php echo $this->__('Please select region, state or province') ?></option>
110
+ </select>
111
+ <script type="text/javascript">
112
+ //<![CDATA[
113
+ $('region_id').setAttribute('defaultValue', "<?php echo $this->getAddress()->getRegionId() ?>");
114
+ //]]>
115
+ </script>
116
+ <input type="text" id="region" name="region" value="<?php echo $this->escapeHtml($this->getAddress()->getRegion()) ?>" title="<?php echo $this->__('State/Province') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('region') ?>" />
117
+ </div>
118
+ </div>
119
+ </li>
120
+ <li class="fields">
121
+ <div class="field">
122
+ <label for="zip" class="required"><em>*</em><?php echo $this->__('Zip/Postal Code') ?></label>
123
+ <div class="input-box">
124
+ <input type="text" name="postcode" value="<?php echo $this->escapeHtml($this->getAddress()->getPostcode()) ?>" title="<?php echo $this->__('Zip/Postal Code') ?>" id="zip" class="input-text validate-zip-international <?php echo $this->helper('customer/address')->getAttributeValidationClass('postcode') ?>" />
125
+ </div>
126
+ </div>
127
+ <div class="field">
128
+ <label for="country" class="required"><em>*</em><?php echo $this->__('Country') ?></label>
129
+ <div class="input-box">
130
+ <?php echo $this->getCountryHtmlSelect() ?>
131
+ </div>
132
+ </div>
133
+ </li>
134
+ <li<?php if($this->canSetAsDefaultBilling()) echo ' class="control"' ?>>
135
+ <?php if($this->isDefaultBilling()): ?>
136
+ <strong><?php echo $this->__('Default Billing Address') ?></strong>
137
+ <?php elseif($this->canSetAsDefaultBilling()): ?>
138
+ <input type="checkbox" id="primary_billing" name="default_billing" value="1" title="<?php echo $this->__('Use as My Default Billing Address') ?>" class="checkbox" /><label for="primary_billing"><?php echo $this->__('Use as my default billing address') ?></label>
139
+ <?php else: ?>
140
+ <input type="hidden" name="default_billing" value="1" />
141
+ <?php endif; ?>
142
+ </li>
143
+ <li<?php if($this->canSetAsDefaultShipping()) echo ' class="control"' ?>>
144
+ <?php if($this->isDefaultShipping()): ?>
145
+ <strong><?php echo $this->__('Default Shipping Address') ?></strong>
146
+ <?php elseif($this->canSetAsDefaultShipping()): ?>
147
+ <input type="checkbox" id="primary_shipping" name="default_shipping" value="1" title="<?php echo $this->__('Use as My Default Shipping Address') ?>" class="checkbox" /><label for="primary_shipping"><?php echo $this->__('Use as my default shipping address') ?></label>
148
+ <?php else: ?>
149
+ <input type="hidden" name="default_shipping" value="1" />
150
+ <?php endif; ?>
151
+ </li>
152
+ </ul>
153
+ <div class="buttons-set">
154
+ <p class="required"><?php echo $this->__('* Required Fields') ?></p>
155
+ <p class="back-link"><a href="<?php echo $this->escapeUrl($this->getBackUrl()) ?>"><small>&laquo; </small><?php echo $this->__('Back') ?></a></p>
156
+ <button type="submit" title="<?php echo $this->__('Save Address') ?>" class="button"><span><span><?php echo $this->__('Save Address') ?></span></span></button>
157
+ </div>
158
+ </div>
159
+
160
+ </form>
161
+ <script type="text/javascript">
162
+ //<![CDATA[
163
+ var dataForm = new VarienForm('form-validate', true);
164
+ new RegionUpdater('country', 'region', 'region_id', <?php echo $this->helper('directory')->getRegionJson() ?>, undefined, 'zip');
165
+ //]]>
166
+ </script>
app/design/frontend/default/mobile_store_black/template/customer/form/address.phtml ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <script type="text/javascript">countryRegions = <?php echo $this->helper('directory')->getRegionJson() ?></script>
28
+
29
+ <div class="page-title">
30
+ <h1><?php if($data->getAddressId()): ?><?php echo $this->__('Edit Address Entry') ?><?php else: ?><?php echo $this->__('New Address Entry') ?><?php endif ?></h1>
31
+ </div>
32
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
33
+ <form action="<?php echo $action ?>" method="post" id="form-validate">
34
+ <div class="fieldset">
35
+ <input type="hidden" name="address_id" value="<?php echo $data->getAddressId() ?>" />
36
+ <input type="hidden" name="customer_id" id="address_id" value="<?php echo $data->getCustomerId() ?>" />
37
+ <h2 class="legend"><?php echo $this->__('Personal Information') ?></h2>
38
+ <ul class="form-list">
39
+ <li class="fields">
40
+ <?php echo $this->getLayout()->createBlock('customer/widget_name')->setObject($data)->toHtml() ?>
41
+ </li>
42
+ <li>
43
+ <label for="company"><?php echo $this->__('Company') ?></label>
44
+ <div class="input-box">
45
+ <input type="text" name="company" id="company" title="<?php echo $this->__('Company') ?>" value="<?php echo $this->escapeHtml($data->getCompany()) ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('company') ?>" />
46
+ </div>
47
+ </li>
48
+ </ul>
49
+ </div>
50
+ <div class="fieldset">
51
+ <h2 class="legend"><?php echo $this->__('Address') ?></h2>
52
+ <ul class="form-list">
53
+ <?php $_streetValidationClass = $this->helper('customer/address')->getAttributeValidationClass('street'); ?>
54
+ <li class="wide">
55
+ <label for="street_1" class="required"><em>*</em><?php echo $this->__('Street Address') ?></label>
56
+ <div class="input-box">
57
+ <input type="text" name="street[]" value="<?php echo $this->escapeHtml($data->getStreet(1)) ?>" title="<?php echo $this->__('Street Address') ?>" id="street_1" class="input-text <?php echo $_streetValidationClass ?>" />
58
+ </div>
59
+ </li>
60
+ <?php $_streetValidationClass = trim(str_replace('required-entry', '', $_streetValidationClass)); ?>
61
+ <?php for ($_i = 2, $_n = $this->helper('customer/address')->getStreetLines(); $_i <= $_n; $_i++): ?>
62
+ <li class="wide">
63
+ <div class="input-box">
64
+ <input type="text" name="street[]" value="<?php echo $this->escapeHtml($data->getStreet($_i)) ?>" title="<?php echo $this->__('Street Address %s', $_i) ?>" id="street_<?php echo $_i ?>" class="input-text <?php echo $_streetValidationClass ?>" />
65
+ </div>
66
+ </li>
67
+ <?php endfor; ?>
68
+ <li class="fields">
69
+ <div class="field">
70
+ <label for="city" class="required"><em>*</em><?php echo $this->__('City') ?></label>
71
+ <div class="input-box">
72
+ <input type="text" name="city" value="<?php echo $this->escapeHtml($data->getCity()) ?>" title="<?php echo $this->__('City') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('city') ?>" id="city" />
73
+ </div>
74
+ </div>
75
+ <div class="field">
76
+ <label for="region_id" class="required"><em>*</em><?php echo $this->__('State/Province') ?></label>
77
+ <div class="input-box">
78
+ <select id="region_id" name="region_id" title="<?php echo $this->__('State/Province') ?>" class="validate-select" style="display:none;">
79
+ <option value=""><?php echo $this->__('Please select region, state or province') ?></option>
80
+ </select>
81
+ <script type="text/javascript">
82
+ //<![CDATA[
83
+ $('region_id').setAttribute('defaultValue', "<?php echo $this->getAddress()->getRegionId() ?>");
84
+ //]]>
85
+ </script>
86
+ <input type="text" id="region" name="region" value="<?php echo $this->escapeHtml($this->getAddress()->getRegion()) ?>" title="<?php echo $this->__('State/Province') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('region') ?>" style="display:none;" />
87
+ </div>
88
+ </div>
89
+ </li>
90
+ <li class="fields">
91
+ <div class="field">
92
+ <label for="zip" class="required"><em>*</em><?php echo $this->__('Zip/Postal Code') ?></label>
93
+ <div class="input-box">
94
+ <input type="text" name="postcode" value="<?php echo $this->escapeHtml($data->getPostcode()) ?>" title="<?php echo $this->__('Zip/Postal Code') ?>" id="zip" class="input-text validate-zip-international <?php echo $this->helper('customer/address')->getAttributeValidationClass('postcode') ?>" />
95
+ </div>
96
+ </div>
97
+ <div class="field">
98
+ <label for="country" class="required"><em>*</em><?php echo $this->__('Country') ?></label>
99
+ <div class="input-box">
100
+ <select name="country_id" id="country" title="<?php echo $this->__('Country') ?>" class="validate-select">
101
+ <?php echo $countries->toHtmlOptions($data->getCountryId()) ?>
102
+ </select>
103
+ </div>
104
+ </div>
105
+ </li>
106
+ <li class="fields">
107
+ <div class="field">
108
+ <label for="telephone" class="required"><em>*</em><?php echo $this->__('Telephone') ?></label>
109
+ <div class="input-box">
110
+ <input type="text" name="telephone" value="<?php echo $this->escapeHtml($data->getTelephone()) ?>" title="<?php echo $this->__('Telephone') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('telephone') ?>" id="telephone" />
111
+ </div>
112
+ </div>
113
+ <div class="field">
114
+ <label for="fax"><?php echo $this->__('Fax') ?></label>
115
+ <div class="input-box">
116
+ <input type="text" name="fax" value="<?php echo $this->escapeHtml($data->getFax()) ?>" title="<?php echo $this->__('Fax') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('fax') ?>" id="fax" />
117
+ </div>
118
+ </div>
119
+ </li>
120
+ <?php foreach ($primaryTypes as $code=>$type): ?>
121
+ <li<?php if (!$address->isPrimary($type['address_type_id'])) echo ' class="control"' ?>>
122
+ <?php if ($address->isPrimary($type['address_type_id'])): ?>
123
+ <strong><?php echo $this->__("This is My Default %s Address", ucfirst($type['name'])) ?></strong>
124
+ <?php else: ?>
125
+ <input type="checkbox" id="primary_<?php echo $code ?>" name="primary_types[]" value="<?php echo $type['address_type_id'] ?>" class="checkbox" /><label for="primary_<?php echo $code ?>"><?php echo $this->__("Use as My Default %s Address", ucfirst($type['name'])) ?></label>
126
+ <?php endif ?>
127
+ </li>
128
+ <?php endforeach ?>
129
+ </ul>
130
+ <div class="buttons-set">
131
+ <p class="required"><?php echo $this->__('* Required Fields') ?></p>
132
+ <p class="back-link"><a href="<?php echo $this->getUrl('customer/address/') ?>"><small>&laquo; </small><?php echo $this->__('Back') ?></a></p>
133
+ <button type="submit" class="button" title="<?php echo $this->__('Save Address') ?>"><span><span><?php echo $this->__('Save Address') ?></span></span></button>
134
+ </div>
135
+ </div>
136
+ </form>
137
+ <script type="text/javascript">
138
+ //<![CDATA[
139
+ var dataForm = new VarienForm('form-validate', true);
140
+ //dataForm.setElementsRelation('country', 'state', '<?php echo $this->getUrl('directory/json/childRegion') ?>');
141
+ new RegionUpdater('country', 'region', 'region_id', countryRegions, undefined, 'zip');
142
+ //]]>
143
+ </script>
app/design/frontend/default/mobile_store_black/template/customer/form/edit.phtml ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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->__('Edit Account Information') ?></h1>
29
+ </div>
30
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
31
+ <form action="<?php echo $this->getUrl('customer/account/editPost') ?>" method="post" id="form-validate" class="account_info">
32
+ <div class="fieldset">
33
+ <?php echo $this->getBlockHtml('formkey')?>
34
+ <h2 class="legend"><?php echo $this->__('Account Information') ?></h2>
35
+ <ul class="form-list">
36
+ <li class="fields">
37
+ <?php echo $this->getLayout()->createBlock('customer/widget_name')->setObject($this->getCustomer())->toHtml() ?>
38
+ </li>
39
+ <li>
40
+ <label for="email" class="required"><em>*</em><?php echo $this->__('Email Address') ?></label>
41
+ <div class="input-box">
42
+ <input type="text" name="email" id="email" value="<?php echo $this->htmlEscape($this->getCustomer()->getEmail()) ?>" title="<?php echo $this->__('Email Address') ?>" class="input-text required-entry validate-email" />
43
+ </div>
44
+ </li>
45
+ <?php $_dob = $this->getLayout()->createBlock('customer/widget_dob') ?>
46
+ <?php if ($_dob->isEnabled()): ?>
47
+ <li><?php echo $_dob->setDate($this->getCustomer()->getDob())->toHtml() ?></li>
48
+ <?php endif ?>
49
+ <?php $_taxvat = $this->getLayout()->createBlock('customer/widget_taxvat') ?>
50
+ <?php if ($_taxvat->isEnabled()): ?>
51
+ <li><?php echo $_taxvat->setTaxvat($this->getCustomer()->getTaxvat())->toHtml() ?></li>
52
+ <?php endif ?>
53
+ <?php $_gender = $this->getLayout()->createBlock('customer/widget_gender') ?>
54
+ <?php if ($_gender->isEnabled()): ?>
55
+ <li><?php echo $_gender->setGender($this->getCustomer()->getGender())->toHtml() ?></li>
56
+ <?php endif ?>
57
+ <li class="control">
58
+ <input type="checkbox" name="change_password" id="change_password" value="1" onclick="setPasswordForm(this.checked)" title="<?php echo $this->__('Change Password') ?>"<?php if($this->getCustomer()->getChangePassword()==1): ?> checked="checked"<?php endif; ?> class="checkbox" /><label for="change_password"><?php echo $this->__('Change Password') ?></label>
59
+ </li>
60
+ </ul>
61
+ <div class="buttons-set">
62
+ <p class="required reqnew"><span><?php echo $this->__('* ') ?></span><?php echo $this->__('Required Fields') ?></p>
63
+ <p class="back-link"><a href="<?php echo $this->escapeUrl($this->getBackUrl()) ?>"><small>&laquo; </small><?php echo $this->__('Back') ?></a></p>
64
+ <button type="submit" title="<?php echo $this->__('Save') ?>" class="button"><span><span><?php echo $this->__('Save') ?></span></span></button>
65
+ </div>
66
+ </div>
67
+ <div class="fieldset" style="display:none;">
68
+ <h2 class="legend"><?php echo $this->__('Change Password') ?></h2>
69
+ <ul class="form-list">
70
+ <li>
71
+ <label for="current_password" class="required"><em>*</em><?php echo $this->__('Current Password') ?></label>
72
+ <div class="input-box">
73
+ <input type="password" title="<?php echo $this->__('Current Password') ?>" class="input-text" name="current_password" id="current_password" />
74
+ </div>
75
+ </li>
76
+ <li class="fields">
77
+ <div class="field">
78
+ <label for="password" class="required"><em>*</em><?php echo $this->__('New Password') ?></label>
79
+ <div class="input-box">
80
+ <input type="password" title="<?php echo $this->__('New Password') ?>" class="input-text validate-password" name="password" id="password" />
81
+ </div>
82
+ </div>
83
+ <div class="field">
84
+ <label for="confirmation" class="required"><em>*</em><?php echo $this->__('Confirm New Password') ?></label>
85
+ <div class="input-box">
86
+ <input type="password" title="<?php echo $this->__('Confirm New Password') ?>" class="input-text validate-cpassword" name="confirmation" id="confirmation" />
87
+ </div>
88
+ </div>
89
+ </li>
90
+ </ul>
91
+
92
+ </div>
93
+
94
+ </form>
95
+ <script type="text/javascript">
96
+ //<![CDATA[
97
+ var dataForm = new VarienForm('form-validate', true);
98
+ function setPasswordForm(arg){
99
+ if(arg){
100
+ $('current_password').up(3).show();
101
+ $('current_password').addClassName('required-entry');
102
+ $('password').addClassName('required-entry');
103
+ $('confirmation').addClassName('required-entry');
104
+
105
+ }else{
106
+ $('current_password').up(3).hide();
107
+ $('current_password').removeClassName('required-entry');
108
+ $('password').removeClassName('required-entry');
109
+ $('confirmation').removeClassName('required-entry');
110
+ }
111
+ }
112
+ <?php if($this->getCustomer()->getChangePassword()): ?>
113
+ setPasswordForm(true);
114
+ <?php endif; ?>
115
+ //]]>
116
+ </script>
app/design/frontend/default/mobile_store_black/template/customer/form/forgotpassword.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
+ <div class="page-title">
28
+ <h1><?php echo $this->__('Forgot Your Password?') ?></h1>
29
+ </div>
30
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
31
+ <div class="forgot_passwd_page">
32
+ <form action="<?php echo $this->getUrl('*/*/forgotpasswordpost') ?>" method="post" id="form-validate">
33
+ <div class="fieldset">
34
+ <h2 class="legend"><?php echo $this->__('Retrieve your password here') ?></h2>
35
+ <p><?php echo $this->__('Please enter your email address below. You will receive a link to reset your password.') ?></p>
36
+ <ul class="form-list">
37
+ <li>
38
+ <label for="email_address" class="required"><em>*</em><?php echo $this->__('Email Address') ?></label>
39
+ <div class="input-box">
40
+ <input type="text" name="email" alt="email" id="email_address" class="input-text required-entry validate-email" value="<?php echo $this->htmlEscape($this->getEmailValue()) ?>" />
41
+ </div>
42
+ </li>
43
+ <?php echo $this->getChildHtml('form.additional.info'); ?>
44
+ </ul>
45
+ <div class="buttons-set">
46
+ <p class="required reqnew"><span><?php echo $this->__('* ') ?></span><?php echo $this->__('Required Fields') ?></p>
47
+ <p class="back-link"><a href="<?php echo $this->helper('customer')->getLoginUrl() ?>"><small>&laquo; </small><?php echo $this->__('Back to Login') ?></a></p>
48
+ <button type="submit" title="<?php echo $this->__('Submit') ?>" class="button"><span><span><?php echo $this->__('Submit') ?></span></span></button>
49
+ </div>
50
+ </div>
51
+
52
+ </form>
53
+ </div>
54
+ <script type="text/javascript">
55
+ //<![CDATA[
56
+ var dataForm = new VarienForm('form-validate', true);
57
+ //]]>
58
+ </script>
app/design/frontend/default/mobile_store_black/template/customer/form/login.phtml ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ * Customer login form template
30
+ *
31
+ * @see Mage_Customer_Block_Form_Login
32
+ */
33
+ ?>
34
+ <div class="account-login">
35
+ <div class="page-title">
36
+ <h1><?php echo $this->__('Login or Create an Account') ?></h1>
37
+ </div>
38
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
39
+ <?php echo $this->getChildHtml('customer.form.login.extra')?>
40
+ <form action="<?php echo $this->getPostActionUrl() ?>" method="post" id="login-form">
41
+ <div class="col2-set">
42
+ <div class="col-1 new-users">
43
+ <div class="content">
44
+ <h2><?php echo $this->__('New Customers') ?></h2>
45
+ <p><?php echo $this->__('By creating an account with our store, you will be able to move through the checkout process faster, store multiple shipping addresses, view and track your orders in your account and more.') ?></p>
46
+ </div>
47
+ </div>
48
+ <div class="col-2 registered-users">
49
+ <div class="content">
50
+ <h2><?php echo $this->__('Registered Customers') ?></h2>
51
+ <p><?php echo $this->__('If you have an account with us, please log in.') ?></p>
52
+ <ul class="form-list">
53
+ <li>
54
+ <label for="email" class="required"><em>*</em><?php echo $this->__('Email Address') ?></label>
55
+ <div class="input-box">
56
+ <input type="text" name="login[username]" value="<?php echo $this->htmlEscape($this->getUsername()) ?>" id="email" class="input-text required-entry validate-email" title="<?php echo $this->__('Email Address') ?>" />
57
+ </div>
58
+ </li>
59
+ <li>
60
+ <label for="pass" class="required"><em>*</em><?php echo $this->__('Password') ?></label>
61
+ <div class="input-box">
62
+ <input type="password" name="login[password]" class="input-text required-entry validate-password" id="pass" title="<?php echo $this->__('Password') ?>" />
63
+ </div>
64
+ </li>
65
+ <?php echo $this->getChildHtml('form.additional.info'); ?>
66
+ </ul>
67
+ <p class="required reqnew"><span><?php echo $this->__('* ') ?></span><?php echo $this->__('Required Fields') ?></p>
68
+ </div>
69
+ </div>
70
+ </div>
71
+ <div class="col2-set">
72
+ <div class="col-1 new-users">
73
+ <div class="buttons-set">
74
+ <button type="button" title="<?php echo $this->__('Create an Account') ?>" class="button" onclick="window.location='<?php echo $this->getCreateAccountUrl() ?>';"><span><span><?php echo $this->__('Create an Account') ?></span></span></button>
75
+ </div>
76
+ </div>
77
+ <div class="col-2 registered-users">
78
+ <div class="buttons-set">
79
+ <a href="<?php echo $this->getForgotPasswordUrl() ?>" class="f-left"><?php echo $this->__('Forgot Your Password?') ?></a>
80
+ <button type="submit" class="button" title="<?php echo $this->__('Login') ?>" name="send" id="send2"><span><span><?php echo $this->__('Login') ?></span></span></button>
81
+ </div>
82
+ </div>
83
+ </div>
84
+ </form>
85
+ <script type="text/javascript">
86
+ //<![CDATA[
87
+ var dataForm = new VarienForm('login-form', true);
88
+ //]]>
89
+ </script>
90
+ </div>
app/design/frontend/default/mobile_store_black/template/customer/form/register.phtml ADDED
@@ -0,0 +1,190 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ * Create account form template
30
+ *
31
+ * @see Mage_Customer_Block_Form_Register
32
+ */
33
+ ?>
34
+ <div class="account-create">
35
+ <div class="page-title">
36
+ <h1><?php echo $this->__('Create an Account') ?></h1>
37
+ </div>
38
+ <?php echo $this->getChildHtml('form_fields_before')?>
39
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
40
+ <?php /* Extensions placeholder */ ?>
41
+ <?php echo $this->getChildHtml('customer.form.register.extra')?>
42
+ <form action="<?php echo $this->getPostActionUrl() ?>" method="post" id="form-validate">
43
+ <div class="fieldset">
44
+ <input type="hidden" name="success_url" value="<?php echo $this->getSuccessUrl() ?>" />
45
+ <input type="hidden" name="error_url" value="<?php echo $this->getErrorUrl() ?>" />
46
+ <h2 class="legend"><?php echo $this->__('Personal Information') ?></h2>
47
+ <ul class="form-list">
48
+ <li class="fields">
49
+ <?php echo $this->getLayout()->createBlock('customer/widget_name')->setObject($this->getFormData())->setForceUseCustomerAttributes(true)->toHtml() ?>
50
+ </li>
51
+ <li>
52
+ <label for="email_address" class="required"><em>*</em><?php echo $this->__('Email Address') ?></label>
53
+ <div class="input-box">
54
+ <input type="text" name="email" id="email_address" value="<?php echo $this->escapeHtml($this->getFormData()->getEmail()) ?>" title="<?php echo $this->__('Email Address') ?>" class="input-text validate-email required-entry" />
55
+ </div>
56
+ </li>
57
+ <?php if ($this->isNewsletterEnabled()): ?>
58
+ <li class="control">
59
+ <div class="input-box">
60
+ <input type="checkbox" name="is_subscribed" title="<?php echo $this->__('Sign Up for Newsletter') ?>" value="1" id="is_subscribed"<?php if($this->getFormData()->getIsSubscribed()): ?> checked="checked"<?php endif; ?> class="checkbox" />
61
+ </div>
62
+ <label for="is_subscribed"><?php echo $this->__('Sign Up for Newsletter') ?></label>
63
+ <?php /* Extensions placeholder */ ?>
64
+ <?php echo $this->getChildHtml('customer.form.register.newsletter')?>
65
+ </li>
66
+ <?php endif ?>
67
+ <?php $_dob = $this->getLayout()->createBlock('customer/widget_dob') ?>
68
+ <?php if ($_dob->isEnabled()): ?>
69
+ <li><?php echo $_dob->setDate($this->getFormData()->getDob())->toHtml() ?></li>
70
+ <?php endif ?>
71
+ <?php $_taxvat = $this->getLayout()->createBlock('customer/widget_taxvat') ?>
72
+ <?php if ($_taxvat->isEnabled()): ?>
73
+ <li><?php echo $_taxvat->setTaxvat($this->getFormData()->getTaxvat())->toHtml() ?></li>
74
+ <?php endif ?>
75
+ <?php $_gender = $this->getLayout()->createBlock('customer/widget_gender') ?>
76
+ <?php if ($_gender->isEnabled()): ?>
77
+ <li><?php echo $_gender->setGender($this->getFormData()->getGender())->toHtml() ?></li>
78
+ <?php endif ?>
79
+ </ul>
80
+ </div>
81
+ <?php if($this->getShowAddressFields()): ?>
82
+ <div class="fieldset">
83
+ <input type="hidden" name="create_address" value="1" />
84
+ <h2 class="legend"><?php echo $this->__('Address Information') ?></h2>
85
+ <ul class="form-list">
86
+ <li class="fields">
87
+ <div class="field">
88
+ <label for="company"><?php echo $this->__('Company') ?></label>
89
+ <div class="input-box">
90
+ <input type="text" name="company" id="company" value="<?php echo $this->escapeHtml($this->getFormData()->getCompany()) ?>" title="<?php echo $this->__('Company') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('company') ?>" />
91
+ </div>
92
+ </div>
93
+ <div class="field">
94
+ <label for="telephone" class="required"><em>*</em><?php echo $this->__('Telephone') ?></label>
95
+ <div class="input-box">
96
+ <input type="text" name="telephone" id="telephone" value="<?php echo $this->escapeHtml($this->getFormData()->getTelephone()) ?>" title="<?php echo $this->__('Telephone') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('telephone') ?>" />
97
+ </div>
98
+ </div>
99
+ </li>
100
+ <?php $_streetValidationClass = $this->helper('customer/address')->getAttributeValidationClass('street'); ?>
101
+ <li class="wide">
102
+ <label for="street_1" class="required"><em>*</em><?php echo $this->__('Street Address') ?></label>
103
+ <div class="input-box">
104
+ <input type="text" name="street[]" value="<?php echo $this->escapeHtml($this->getFormData()->getStreet(1)) ?>" title="<?php echo $this->__('Street Address') ?>" id="street_1" class="input-text <?php echo $_streetValidationClass ?>" />
105
+ </div>
106
+ </li>
107
+ <?php $_streetValidationClass = trim(str_replace('required-entry', '', $_streetValidationClass)); ?>
108
+ <?php for ($_i = 2, $_n = $this->helper('customer/address')->getStreetLines(); $_i <= $_n; $_i++): ?>
109
+ <li class="wide">
110
+ <div class="input-box">
111
+ <input type="text" name="street[]" value="<?php echo $this->escapeHtml($this->getFormData()->getStreet($_i)) ?>" title="<?php echo $this->__('Street Address %s', $_i) ?>" id="street_<?php echo $_i ?>" class="input-text <?php echo $_streetValidationClass ?>" />
112
+ </div>
113
+ </li>
114
+ <?php endfor; ?>
115
+ <li class="fields">
116
+ <div class="field">
117
+ <label for="city" class="required"><em>*</em><?php echo $this->__('City') ?></label>
118
+ <div class="input-box">
119
+ <input type="text" name="city" value="<?php echo $this->escapeHtml($this->getFormData()->getCity()) ?>" title="<?php echo $this->__('City') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('city') ?>" id="city" />
120
+ </div>
121
+ </div>
122
+ <div class="field">
123
+ <label for="region_id" class="required"><em>*</em><?php echo $this->__('State/Province') ?></label>
124
+ <div class="input-box">
125
+ <select id="region_id" name="region_id" title="<?php echo $this->__('State/Province') ?>" class="validate-select" style="display:none;">
126
+ <option value=""><?php echo $this->__('Please select region, state or province') ?></option>
127
+ </select>
128
+ <script type="text/javascript">
129
+ //<![CDATA[
130
+ $('region_id').setAttribute('defaultValue', "<?php echo $this->getFormData()->getRegionId() ?>");
131
+ //]]>
132
+ </script>
133
+ <input type="text" id="region" name="region" value="<?php echo $this->escapeHtml($this->getRegion()) ?>" title="<?php echo $this->__('State/Province') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('region') ?>" style="display:none;" />
134
+ </div>
135
+ </div>
136
+ </li>
137
+ <li class="fields">
138
+ <div class="field">
139
+ <label for="zip" class="required"><em>*</em><?php echo $this->__('Zip/Postal Code') ?></label>
140
+ <div class="input-box">
141
+ <input type="text" name="postcode" value="<?php echo $this->escapeHtml($this->getFormData()->getPostcode()) ?>" title="<?php echo $this->__('Zip/Postal Code') ?>" id="zip" class="input-text validate-zip-international <?php echo $this->helper('customer/address')->getAttributeValidationClass('postcode') ?>" />
142
+ </div>
143
+ </div>
144
+ <div class="field">
145
+ <label for="country" class="required"><em>*</em><?php echo $this->__('Country') ?></label>
146
+ <div class="input-box">
147
+ <?php echo $this->getCountryHtmlSelect() ?>
148
+ </div>
149
+ </div>
150
+ </li>
151
+ </ul>
152
+ <input type="hidden" name="default_billing" value="1" />
153
+ <input type="hidden" name="default_shipping" value="1" />
154
+ </div>
155
+ <?php endif; ?>
156
+ <div class="fieldset">
157
+ <h2 class="legend"><?php echo $this->__('Login Information') ?></h2>
158
+ <ul class="form-list">
159
+ <li class="fields">
160
+ <div class="field">
161
+ <label for="password" class="required"><em>*</em><?php echo $this->__('Password') ?></label>
162
+ <div class="input-box">
163
+ <input type="password" name="password" id="password" title="<?php echo $this->__('Password') ?>" class="input-text required-entry validate-password" />
164
+ </div>
165
+ </div>
166
+ <div class="field">
167
+ <label for="confirmation" class="required"><em>*</em><?php echo $this->__('Confirm Password') ?></label>
168
+ <div class="input-box">
169
+ <input type="password" name="confirmation" title="<?php echo $this->__('Confirm Password') ?>" id="confirmation" class="input-text required-entry validate-cpassword" />
170
+ </div>
171
+ </div>
172
+ </li>
173
+ </ul>
174
+ <div class="buttons-set">
175
+ <p class="required reqnew"><span><?php echo $this->__('* ') ?></span><?php echo $this->__('Required Fields') ?></p>
176
+ <p class="back-link"><a href="<?php echo $this->escapeUrl($this->getBackUrl()) ?>" class="back-link"><small>&laquo; </small><?php echo $this->__('Back') ?></a></p>
177
+ <button type="submit" title="<?php echo $this->__('Submit') ?>" class="button"><span><span><?php echo $this->__('Submit') ?></span></span></button>
178
+ </div>
179
+ </div>
180
+
181
+ </form>
182
+ <script type="text/javascript">
183
+ //<![CDATA[
184
+ var dataForm = new VarienForm('form-validate', true);
185
+ <?php if($this->getShowAddressFields()): ?>
186
+ new RegionUpdater('country', 'region', 'region_id', <?php echo $this->helper('directory')->getRegionJson() ?>, undefined, 'zip');
187
+ <?php endif; ?>
188
+ //]]>
189
+ </script>
190
+ </div>
app/design/frontend/default/mobile_store_black/template/newsletter/subscribe.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="block block-subscribe">
28
+ <div class="block-title">
29
+ <strong><span><?php echo $this->__('Newsletter') ?></span></strong>
30
+ </div>
31
+ <form action="<?php echo $this->getFormActionUrl() ?>" method="post" id="newsletter-validate-detail">
32
+ <div class="block-content">
33
+ <label for="newsletter"><?php echo $this->__('Sign up for our newsletter:') ?></label>
34
+ <div class="input-box">
35
+ <input type="text" name="email" id="newsletter" title="<?php echo $this->__('Sign up for our newsletter') ?>" class="input-text required-entry validate-email" />
36
+ </div>
37
+ <button type="submit" title="<?php echo $this->__('Subscribe') ?>" class="button"><span><span><?php echo $this->__('Go') ?></span></span></button>
38
+
39
+ </div>
40
+ </form>
41
+ <script type="text/javascript">
42
+ //<![CDATA[
43
+ var newsletterSubscriberFormDetail = new VarienForm('newsletter-validate-detail');
44
+ //]]>
45
+ </script>
46
+ </div>
app/design/frontend/default/mobile_store_black/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/default/mobile_store_black/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/default/mobile_store_black/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/default/mobile_store_black/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/default/mobile_store_black/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><img style="vertical-align:top; margin-top:6px;" src="<?php echo $this->getSkinUrl('images/new/bread_arrow.gif');?>" alt="" /> </span>
41
+ <?php endif; ?>
42
+ </li>
43
+ <?php endforeach; ?>
44
+ </ul>
45
+ </div>
46
+ <?php endif; ?>
app/design/frontend/default/mobile_store_black/template/page/html/footer.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
+ <div class="footer_block_container">
29
+ <?php
30
+ echo $this->getLayout()->createBlock("cms/block")->setBlockId('cms_gomage_mobile_store_footer')->toHtml();
31
+ ?>
32
+ </div>
33
+
34
+ <div class="footer-container">
35
+ <div class="footer">
36
+ <?php echo $this->getChildHtml() ?>
37
+ <address><?php echo $this->getCopyright() ?></address>
38
+ </div>
39
+ </div>
app/design/frontend/default/mobile_store_black/template/page/html/header.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
+ * @var Mage_Page_Block_Html_Header $this
28
+ */
29
+ ?>
30
+ <div class="header-container">
31
+ <div class="header clearfix">
32
+ <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>
33
+ <div class="quick-access">
34
+ <p class="welcome-msg"><?php echo $this->getWelcome() ?> <?php echo $this->getAdditionalHtml() ?></p>
35
+ <?php echo $this->getChildHtml('store_language') ?>
36
+ <div class="search_toplinks clearfix">
37
+ <?php echo $this->getChildHtml('topLinks') ?>
38
+ <?php echo $this->getChildHtml('topSearch') ?>
39
+ </div>
40
+ </div>
41
+ <?php echo $this->getChildHtml('topContainer'); ?>
42
+ </div>
43
+ </div>
44
+ <?php echo $this->getChildHtml('topMenu') ?>
app/design/frontend/default/mobile_store_black/template/page/html/topmenu.phtml ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Top menu for store
30
+ *
31
+ * @see Mage_Page_Block_Html_Topmenu
32
+ */
33
+ ?>
34
+ <?php $_menu = $this->getHtml('level-top') ?>
35
+ <?php if($_menu): ?>
36
+ <div class="nav-container">
37
+ <ul id="nav">
38
+ <li class="home <?php if (Mage::helper('core/url')->getCurrentUrl() === Mage::helper('core/url')->getHomeUrl()):?> active<?php endif;?>"><a class="home" href="<?php echo $this->getUrl('')?>" title="">&nbsp;</a></li>
39
+ <?php echo $_menu ?>
40
+ </ul>
41
+ </div>
42
+ <?php endif ?>
app/design/frontend/default/mobile_store_black/template/reports/home_product_compared.phtml ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_Reports_Block_Product_Compared */
27
+ ?>
28
+ <?php if ($_products = $this->getRecentlyComparedProducts()): ?>
29
+ <div class="page-title" style="margin-bottom:15px;">
30
+ <h2><?php echo $this->__('Your Recently Compared') ?></h2>
31
+ </div>
32
+ <table>
33
+ <?php $_columnCount = $this->getColumnCount(); ?>
34
+ <?php
35
+ $r_template = $this->getLayout()->getBlock('root')->getTemplate();
36
+ switch ($r_template)
37
+ {
38
+ case "page/2columns-right.phtml":
39
+ case "page/2columns-left.phtml":
40
+ $_columnCount = 3;
41
+ break;
42
+ case "page/3columns.phtml":
43
+ $_columnCount = 2;
44
+ break;
45
+ default:
46
+ $_columnCount = 4;
47
+ }
48
+ ?>
49
+ <?php $i=0; foreach ($_products as $_product): ?>
50
+ <?php if ($i++%$_columnCount==0): ?>
51
+ <tr class="products-grid">
52
+ <?php endif ?>
53
+ <td class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
54
+ <div class="product_grid_item">
55
+ <h2 class="product-name"><a href="<?php echo $this->getProductUrl($_product) ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>"><?php echo $this->helper('catalog/output')->productAttribute($_product, $_product->getName() , 'name') ?></a></h2>
56
+ <?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
57
+ <a href="<?php echo $this->getProductUrl($_product) ?>" 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(135) ?>" width="135" height="135" alt="<?php echo $this->stripTags($_product->getName(), null, true) ?>" /></a>
58
+ <?php echo $this->getPriceHtml($_product, true, '-home-compared') ?>
59
+ <div class="actions">
60
+ <?php if($_product->isSaleable()): ?>
61
+ <p class="prod_grid_actions clearfix"><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>
62
+ <button type="button" title="<?php echo $this->__('Details') ?>" class="button btn-det" onclick="setLocation('<?php echo $_product->getProductUrl() ?>')"><span><span><?php echo $this->__('Details') ?></span></span></button>
63
+ </p>
64
+ <?php else: ?>
65
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
66
+ <?php endif; ?>
67
+ <ul class="add-to-links">
68
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
69
+ <li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
70
+ <?php endif; ?>
71
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
72
+ <li><span class="separator"><img class="v-middle" src="<?php echo $this->getSkinUrl('images/new/bkg_pipe1.gif');?>" alt="" /></span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
73
+ <?php endif; ?>
74
+ </ul>
75
+ </div>
76
+ </div>
77
+ </td>
78
+ <?php if ($i%$_columnCount==0 || $i==count($_products)): ?>
79
+ </tr>
80
+ <tr class="grid_spacer"><td colspan="<?php echo $_columnCount; ?>" style="height:22px;">&nbsp;</td></tr>
81
+ <?php endif ?>
82
+ <?php endforeach; ?>
83
+ </table>
84
+ <?php endif; ?>
app/design/frontend/default/mobile_store_black/template/reports/home_product_viewed.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
+ /* @var $this Mage_Reports_Block_Product_Viewed */
27
+ ?>
28
+ <?php
29
+ /**
30
+ * @see Mage_Reports_Block_Product_Viewed
31
+ */
32
+ ?>
33
+ <?php if ($_products = $this->getRecentlyViewedProducts()): ?>
34
+ <div class="page-title" style="margin-bottom:15px;">
35
+ <h2><?php echo $this->__('Your Recently Viewed') ?></h2>
36
+ </div>
37
+ <table>
38
+ <?php $_columnCount = $this->getColumnCount(); ?>
39
+ <?php
40
+ $r_template = $this->getLayout()->getBlock('root')->getTemplate();
41
+ switch ($r_template)
42
+ {
43
+ case "page/2columns-right.phtml":
44
+ case "page/2columns-left.phtml":
45
+ $_columnCount = 3;
46
+ break;
47
+ case "page/3columns.phtml":
48
+ $_columnCount = 2;
49
+ break;
50
+ default:
51
+ $_columnCount = 4;
52
+ }
53
+ ?>
54
+ <?php $i=0; foreach ($_products as $_product): ?>
55
+ <?php if ($i++%$_columnCount==0): ?>
56
+ <tr class="products-grid">
57
+ <?php endif ?>
58
+ <td class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
59
+ <div class="product_grid_item">
60
+ <h2 class="product-name"><a href="<?php echo $this->getProductUrl($_product) ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>"><?php echo $this->helper('catalog/output')->productAttribute($_product, $_product->getName() , 'name') ?></a></h2>
61
+ <?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
62
+ <a href="<?php echo $this->getProductUrl($_product) ?>" 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(135) ?>" width="135" height="135" alt="<?php echo $this->stripTags($_product->getName(), null, true) ?>" /></a>
63
+ <?php echo $this->getPriceHtml($_product, true, '-home-viewed') ?>
64
+ <div class="actions">
65
+ <?php if($_product->isSaleable()): ?>
66
+ <p class="prod_grid_actions clearfix"><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>
67
+ <button type="button" title="<?php echo $this->__('Details') ?>" class="button btn-det" onclick="setLocation('<?php echo $_product->getProductUrl() ?>')"><span><span><?php echo $this->__('Details') ?></span></span></button>
68
+ </p>
69
+ <?php else: ?>
70
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
71
+ <?php endif; ?>
72
+ <ul class="add-to-links">
73
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
74
+ <li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
75
+ <?php endif; ?>
76
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
77
+ <li><span class="separator"><img class="v-middle" src="<?php echo $this->getSkinUrl('images/new/bkg_pipe1.gif');?>" alt="" /></span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
78
+ <?php endif; ?>
79
+ </ul>
80
+ </div>
81
+ </div>
82
+ </td>
83
+ <?php if ($i%$_columnCount==0 || $i==count($_products)): ?>
84
+ </tr>
85
+ <tr class="grid_spacer"><td colspan="<?php echo $_columnCount; ?>" style="height:22px;">&nbsp;</td></tr>
86
+ <?php endif; ?>
87
+ <?php endforeach; ?>
88
+ </table>
89
+ <?php endif; ?>
app/design/frontend/default/mobile_store_black/template/review/product/view/list.phtml ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php $_items = $this->getReviewsCollection()->getItems();?>
2
+ <?php
3
+ $toolbar = $this->getLayout()->createBlock('page/html_pager', 'product_review_list.toolbar')->setCollection($this->getReviewsCollection())->_toHtml();
4
+ ?>
5
+ <?php if (count($_items)):?>
6
+ <div class="reviews" id="customer-reviews">
7
+ <h3><?php echo $this->__('Customer Reviews') ?></h3>
8
+ <?php //echo $this->getChildHtml('toolbar'); ?>
9
+ <?php
10
+ echo $toolbar;
11
+ ?>
12
+ <dl>
13
+ <?php foreach ($_items as $_review):?>
14
+ <dt>
15
+ <span class="title-review"><?php echo $this->htmlEscape($_review->getTitle()) ?></span> <span class="author-review"><?php echo $this->__('Review by <span>%s</span>', $this->htmlEscape($_review->getNickname())) ?></span>
16
+
17
+ </dt>
18
+ <dd>
19
+ <table class="data-table">
20
+ <col width="8%" />
21
+ <col />
22
+ <tbody>
23
+ <?php foreach ($_review->getRatingVotes() as $_vote): ?>
24
+ <tr>
25
+ <th class="label"><?php echo $_vote->getRatingCode() ?></th>
26
+ <td class="value">
27
+ <div class="rating-box">
28
+ <div class="rating" style="width:<?php echo $_vote->getPercent() ?>%;"></div>
29
+ </div>
30
+ </td>
31
+ </tr>
32
+ <?php endforeach; ?>
33
+ </tbody>
34
+ </table>
35
+ <?php
36
+ $style_review = '';
37
+ if(strlen($_review->getDetail()) > 500){
38
+ $style_review = 'style="height:150px;overflow:auto;"';
39
+ }
40
+ ?>
41
+ <div class="wrapper-review">
42
+ <div class="wrapper2-review">
43
+ <div <?php echo $style_review;?> class="content-review">
44
+ <?php echo nl2br($this->htmlEscape($_review->getDetail())); ?>
45
+ <span class="date"><?php echo $this->__('(Posted on %s)', $this->formatDate($_review->getCreatedAt()), 'long') ?></span>
46
+ </div>
47
+ </div>
48
+ </div>
49
+ </dd>
50
+ <?php endforeach; ?>
51
+ </dl>
52
+ <?php //echo $this->getChildHtml('toolbar') ?>
53
+ <?php
54
+ echo $toolbar;
55
+ ?>
56
+ </div>
57
+ <?php endif;?>
app/design/frontend/default/mobile_store_black/template/sales/order/view.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) 2011 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="order-items order-details">
28
+ <?php if ($this->helper('giftmessage/message')->getIsMessagesAvailable('items', $this->getOrder())): ?>
29
+ <script type="text/javascript">
30
+ //<![CDATA[
31
+ function giftMessageToogle(giftMessageIdentifier)
32
+ {
33
+ var link = $('order-item-gift-message-link-'+giftMessageIdentifier);
34
+ var container = $('order-item-gift-message-'+giftMessageIdentifier);
35
+ var row = $('order-item-row-'+giftMessageIdentifier);
36
+ if(link.expanded) {
37
+ link.expanded = false;
38
+ link.removeClassName('expanded');
39
+ if(container.hasClassName('last')) {
40
+ row.addClassName('last');
41
+ }
42
+ container.hide();
43
+ } else {
44
+ link.expanded = true;
45
+ link.addClassName('expanded');
46
+ if(container.hasClassName('last')) {
47
+ row.removeClassName('last');
48
+ }
49
+ container.show();
50
+ }
51
+
52
+ return false;
53
+ }
54
+ //]]>
55
+ </script>
56
+ <?php endif; ?>
57
+ <?php $_order = $this->getOrder() ?>
58
+ <h2 class="table-caption"><?php echo $this->__('Items Ordered') ?>
59
+ <?php if ($_order->getTracksCollection()->count()) : ?>
60
+ <span class="separator">|</span> <a href="#" onclick="popWin('<?php echo $this->helper('shipping')->getTrackingPopupUrlBySalesModel($_order) ?>','trackorder','top=0,left=0,width=800,height=600,resizable=yes,scrollbars=yes'); return false;" title="<?php echo $this->__('Track your order') ?>"><?php echo $this->__('Track your order') ?></a>
61
+ <?php endif; ?>
62
+ </h2>
63
+
64
+ <?php echo $this->getChildHtml('order_items') ?>
65
+
66
+ <?php if($this->helper('giftmessage/message')->getIsMessagesAvailable('order', $_order) && $_order->getGiftMessageId()): ?>
67
+ <div class="order-additional order-gift-message">
68
+ <h2 class="sub-title"><?php echo $this->__('Gift Message for This Order') ?></h2>
69
+ <?php $_giftMessage=$this->helper('giftmessage/message')->getGiftMessageForEntity($_order); ?>
70
+ <dl class="gift-message">
71
+ <dt><strong><?php echo $this->__('From:') ?></strong> <?php echo $this->htmlEscape($_giftMessage->getSender()) ?></dt>
72
+ <dt><strong><?php echo $this->__('To:') ?></strong> <?php echo $this->htmlEscape($_giftMessage->getRecipient()) ?></dt>
73
+ <dd><?php echo $this->helper('giftmessage/message')->getEscapedGiftMessage($_order) ?></dd>
74
+ </dl>
75
+ </div>
76
+ <?php endif; ?>
77
+ <?php $_history = $this->getOrder()->getVisibleStatusHistory() ?>
78
+ <?php if (count($_history)): ?>
79
+ <div class="order-additional order-comments">
80
+ <h2 class="sub-title"><?php echo $this->__('About Your Order') ?></h2>
81
+ <dl class="order-about">
82
+ <?php foreach ($_history as $_historyItem): ?>
83
+ <dt><?php echo $this->formatDate($_historyItem->getCreatedAtStoreDate(), 'medium', true) ?></dt>
84
+ <dd><?php echo $this->escapeHtml($_historyItem->getComment()) ?></dd>
85
+ <?php endforeach; ?>
86
+ </dl>
87
+ </div>
88
+ <?php endif; ?>
89
+ </div>
90
+ <div class="buttons-set">
91
+ <p class="back-link"><a href="<?php echo $this->getBackUrl() ?>"><small>&laquo; </small><?php echo $this->getBackTitle() ?></a></p>
92
+ </div>
app/design/frontend/default/mobile_store_black/template/wishlist/sharing.phtml ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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->__('Share Your Wishlist') ?></h1>
29
+ </div>
30
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
31
+ <form action="<?php echo $this->getSendUrl() ?>" id="form-validate" method="post" class="whish_share">
32
+ <div class="fieldset">
33
+ <?php echo $this->getBlockHtml('formkey')?>
34
+ <h2 class="legend"><?php echo $this->__('Sharing Information') ?></h2>
35
+ <ul class="form-list">
36
+ <li class="wide">
37
+ <label for="email_address" class="required"><em>*</em><?php echo $this->__('Email addresses, separated by commas') ?></label>
38
+ <div class="input-box">
39
+ <textarea name="emails" cols="60" rows="5" id="email_address" class="validate-emails required-entry"><?php echo $this->getEnteredData('emails') ?></textarea>
40
+ </div>
41
+ </li>
42
+ <li class="wide">
43
+ <label for="message"><?php echo $this->__('Message') ?></label>
44
+ <div class="input-box">
45
+ <textarea id="message" name="message" cols="60" rows="5"><?php echo $this->getEnteredData('message') ?></textarea>
46
+ </div>
47
+ </li>
48
+ <?php if($this->helper('wishlist')->isRssAllow()): ?>
49
+ <li class="control">
50
+ <input type="checkbox" name="rss_url" id="rss_url" value="1" title="<?php echo $this->__('Check this checkbox if you want to add a link to an rss feed to your wishlist.') ?>" class="checkbox" /><label for="rss_url"><?php echo $this->__('Check this checkbox if you want to add a link to an rss feed to your wishlist.') ?></label>
51
+ </li>
52
+ <?php endif; ?>
53
+ </ul>
54
+ <div class="buttons-set">
55
+ <p class="required reqnew"><span><?php echo $this->__('* ') ?></span><?php echo $this->__('Required Fields') ?></p>
56
+ <p class="back-link"><a href="<?php echo $this->getBackUrl(); ?>"><small>&laquo; </small><?php echo $this->__('Back')?></a></p>
57
+ <button type="submit" title="<?php echo $this->__('Share Wishlist') ?>" class="button"><span><span><?php echo $this->__('Share Wishlist') ?></span></span></button>
58
+ </div>
59
+ </div>
60
+
61
+ </form>
62
+ <script type="text/javascript">
63
+ //<![CDATA[
64
+ Validation.addAllThese([
65
+ ['validate-emails', '<?php echo $this->__('Please enter a valid email addresses, separated by commas. For example johndoe@domain.com, johnsmith@domain.com.') ?>', function (v) {
66
+ if(Validation.get('IsEmpty').test(v)) {
67
+ return true;
68
+ }
69
+
70
+ var valid_regexp = /^[a-z0-9\._-]{1,30}@([a-z0-9_-]{1,30}\.){1,5}[a-z]{2,4}$/i;
71
+ var emails = v.split(',');
72
+
73
+ for (var i=0; i<emails.length; i++) {
74
+ if(!valid_regexp.test(emails[i].strip())) {
75
+ return false;
76
+ }
77
+ }
78
+
79
+ return true;
80
+ }]
81
+ ]);
82
+ var dataForm = new VarienForm('form-validate', true);
83
+ //]]>
84
+ </script>
app/design/frontend/default/mobile_store_blue/layout/catalog.xml ADDED
@@ -0,0 +1,420 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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="left">
49
+ <block type="core/template" name="left.permanent.callout" template="callouts/left_col.phtml">
50
+ <action method="setImgSrc"><src>images/media/col_left_callout.jpg</src></action>
51
+ <action method="setImgAlt" translate="alt" module="catalog"><alt>Our customer service is available 24/7. Call us at (555) 555-0123.</alt></action>
52
+ <action method="setLinkUrl"><url>checkout/cart</url></action>
53
+ </block>
54
+ </reference>
55
+ <reference name="right">
56
+ <block type="catalog/product_compare_sidebar" before="cart_sidebar" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/>
57
+ <block type="core/template" name="right.permanent.callout" template="callouts/right_col.phtml">
58
+ <action method="setImgSrc"><src>images/media/col_right_callout.jpg</src></action>
59
+ <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>
60
+ </block>
61
+ </reference>-->
62
+ <reference name="footer_links">
63
+ <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>
64
+ </reference>
65
+ <block type="catalog/product_price_template" name="catalog_product_price_template" />
66
+ </default>
67
+
68
+
69
+ <!--
70
+ Category default layout
71
+ -->
72
+
73
+ <catalog_category_default translate="label">
74
+ <label>Catalog Category (Non-Anchor)</label>
75
+ <reference name="left">
76
+ <block type="catalog/navigation" name="catalog.leftnav" after="currency" template="catalog/navigation/left.phtml"/>
77
+ </reference>
78
+ <reference name="content">
79
+ <block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
80
+ <block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
81
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
82
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
83
+ <!-- The following code shows how to set your own pager increments -->
84
+ <!--
85
+ <action method="setDefaultListPerPage"><limit>4</limit></action>
86
+ <action method="setDefaultGridPerPage"><limit>9</limit></action>
87
+ <action method="addPagerLimit"><mode>list</mode><limit>2</limit></action>
88
+ <action method="addPagerLimit"><mode>list</mode><limit>4</limit></action>
89
+ <action method="addPagerLimit"><mode>list</mode><limit>6</limit></action>
90
+ <action method="addPagerLimit"><mode>list</mode><limit>8</limit></action>
91
+ <action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
92
+ -->
93
+ </block>
94
+ <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
95
+ <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
96
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
97
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
98
+ <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
99
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
100
+ </block>
101
+ </block>
102
+ </reference>
103
+ </catalog_category_default>
104
+
105
+ <!--
106
+ Category layered navigation layout
107
+ -->
108
+
109
+ <catalog_category_layered translate="label">
110
+ <label>Catalog Category (Anchor)</label>
111
+ <reference name="left">
112
+ <block type="catalog/layer_view" name="catalog.leftnav" after="currency" template="catalog/layer/view.phtml"/>
113
+ </reference>
114
+ <reference name="content">
115
+ <block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
116
+ <block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
117
+ <!-- <action method="addReviewSummaryTemplate"><type>default</type><template>review/helper/su.phtml</template></action> -->
118
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
119
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
120
+ <!-- The following code shows how to set your own pager increments -->
121
+ <!--
122
+ <action method="setDefaultListPerPage"><limit>4</limit></action>
123
+ <action method="setDefaultGridPerPage"><limit>3</limit></action>
124
+ <action method="addPagerLimit"><mode>list</mode><limit>2</limit></action>
125
+ <action method="addPagerLimit"><mode>list</mode><limit>4</limit></action>
126
+ <action method="addPagerLimit"><mode>list</mode><limit>6</limit></action>
127
+ <action method="addPagerLimit"><mode>list</mode><limit>8</limit></action>
128
+ <action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
129
+ <action method="addPagerLimit"><mode>grid</mode><limit>3</limit></action>
130
+ <action method="addPagerLimit"><mode>grid</mode><limit>6</limit></action>
131
+ <action method="addPagerLimit"><mode>grid</mode><limit>9</limit></action>
132
+ <action method="addPagerLimit" translate="label"><mode>grid</mode><limit>all</limit><label>All</label></action>
133
+ -->
134
+ </block>
135
+ <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
136
+ <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
137
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
138
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
139
+ <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
140
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
141
+ </block>
142
+ </block>
143
+ </reference>
144
+ </catalog_category_layered>
145
+
146
+ <!--
147
+ Compare products page
148
+ -->
149
+
150
+ <catalog_product_compare_index translate="label">
151
+ <label>Catalog Product Compare List</label>
152
+ <!-- Mage_Catalog -->
153
+ <reference name="root">
154
+ <action method="setTemplate"><template>page/popup.phtml</template></action>
155
+ </reference>
156
+ <reference name="head">
157
+ <action method="addJs"><script>scriptaculous/scriptaculous.js</script></action>
158
+ <action method="addJs"><script>varien/product.js</script></action>
159
+ </reference>
160
+ <reference name="content">
161
+ <block type="catalog/product_compare_list" name="catalog.compare.list" template="catalog/product/compare/list.phtml"/>
162
+ </reference>
163
+ </catalog_product_compare_index>
164
+
165
+ <customer_account_index>
166
+ <reference name="right">
167
+ <action method="unsetChild"><name>catalog.compare.sidebar</name></action>
168
+ </reference>
169
+ </customer_account_index>
170
+
171
+ <!--
172
+ Product view
173
+ -->
174
+
175
+ <catalog_product_view translate="label">
176
+ <label>Catalog Product View (Any)</label>
177
+ <!-- Mage_Catalog -->
178
+ <reference name="root">
179
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
180
+ </reference>
181
+ <reference name="head">
182
+ <action method="addJs"><script>varien/product.js</script></action>
183
+ <action method="addJs"><script>varien/configurable.js</script></action>
184
+
185
+ <action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>
186
+ <action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
187
+ <action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
188
+ </reference>
189
+ <reference name="content">
190
+ <block type="catalog/product_view" name="product.info" template="catalog/product/view.phtml">
191
+ <!--
192
+ <action method="addReviewSummaryTemplate"><type>default</type><template>review/helper/summary.phtml</template></action>
193
+ <action method="addReviewSummaryTemplate"><type>short</type><template>review/helper/summary_short.phtml</template></action>
194
+ <action method="addReviewSummaryTemplate"><type>...</type><template>...</template></action>
195
+ -->
196
+ <block type="catalog/product_view_media" name="product.info.media" as="media" template="catalog/product/view/media.phtml"/>
197
+ <block type="core/text_list" name="alert.urls" as="alert_urls" translate="label">
198
+ <label>Alert Urls</label>
199
+ </block>
200
+
201
+ <action method="setTierPriceTemplate"><template>catalog/product/view/tierprices.phtml</template></action>
202
+
203
+ <block type="catalog/product_view_tabs" name="product.info.tabs" as="info_tabs" template="catalog/product/view/tabs.phtml" >
204
+ <action method="addTab" translate="title" module="catalog"><alias>description</alias><title>Product Description</title><block>catalog/product_view_description</block><template>catalog/product/view/description.phtml</template></action>
205
+ <action method="addTab" translate="title" module="catalog"><alias>upsell_products</alias><title>We also Recommend</title><block>catalog/product_list_upsell</block><template>catalog/product/list/upsell.phtml</template></action>
206
+ <action method="addTab" translate="title" module="catalog"><alias>additional</alias><title>Additional Information</title><block>catalog/product_view_attributes</block><template>catalog/product/view/attributes.phtml</template></action>
207
+ <action method="addTab" translate="title" module="tag"><alias>product_tag_list</alias><title>Product Tags</title><block>tag/product_list</block><template>tag/list.phtml</template></action>
208
+ </block>
209
+
210
+ <block type="catalog/product_list_upsell" name="product.info.upsell" as="upsell_products" template="catalog/product/list/upsell.phtml">
211
+ <action method="setColumnCount"><columns>4</columns></action>
212
+ <action method="setItemLimit"><type>upsell</type><limit>4</limit></action>
213
+ </block>
214
+
215
+ <block type="catalog/product_view_additional" name="product.info.additional" as="product_additional_data" />
216
+
217
+
218
+ <block type="catalog/product_view" name="product.info.addto" as="addto" template="catalog/product/view/addto.phtml"/>
219
+ <block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml"/>
220
+
221
+ <block type="core/text_list" name="product.info.extrahint" as="extrahint" translate="label">
222
+ <label>Product View Extra Hint</label>
223
+ </block>
224
+
225
+ <block type="catalog/product_view" name="product.info.options.wrapper" as="product_options_wrapper" template="catalog/product/view/options/wrapper.phtml" translate="label">
226
+ <label>Info Column Options Wrapper</label>
227
+ <block type="core/template" name="options_js" template="catalog/product/view/options/js.phtml"/>
228
+ <block type="catalog/product_view_options" name="product.info.options" as="product_options" template="catalog/product/view/options.phtml">
229
+ <action method="addOptionRenderer"><type>text</type><block>catalog/product_view_options_type_text</block><template>catalog/product/view/options/type/text.phtml</template></action>
230
+ <action method="addOptionRenderer"><type>file</type><block>catalog/product_view_options_type_file</block><template>catalog/product/view/options/type/file.phtml</template></action>
231
+ <action method="addOptionRenderer"><type>select</type><block>catalog/product_view_options_type_select</block><template>catalog/product/view/options/type/select.phtml</template></action>
232
+ <action method="addOptionRenderer"><type>date</type><block>catalog/product_view_options_type_date</block><template>catalog/product/view/options/type/date.phtml</template></action>
233
+ </block>
234
+ <block type="core/html_calendar" name="html_calendar" as="html_calendar" template="page/js/calendar.phtml"/>
235
+ </block>
236
+ <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">
237
+ <label>Bottom Block Options Wrapper</label>
238
+ <action method="insert"><block>product.tierprices</block></action>
239
+ <block type="catalog/product_view" name="product.clone_prices" as="prices" template="catalog/product/view/price_clone.phtml"/>
240
+ <action method="append"><block>product.info.addtocart</block></action>
241
+ <action method="append"><block>product.info.addto</block></action>
242
+ </block>
243
+
244
+ <block type="core/template_facade" name="product.info.container1" as="container1">
245
+ <action method="setDataByKey"><key>alias_in_layout</key><value>container1</value></action>
246
+ <action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
247
+ <action method="append"><block>product.info.options.wrapper</block></action>
248
+ <action method="append"><block>product.info.options.wrapper.bottom</block></action>
249
+ </block>
250
+ <block type="core/template_facade" name="product.info.container2" as="container2">
251
+ <action method="setDataByKey"><key>alias_in_layout</key><value>container2</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
+ <action method="unsetCallChild"><child>container1</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
257
+ <action method="unsetCallChild"><child>container2</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
258
+ </block>
259
+ </reference>
260
+ <reference name="right">
261
+ <block type="catalog/product_list_related" name="catalog.product.related" before="-" template="catalog/product/list/related.phtml"/>
262
+ </reference>
263
+ </catalog_product_view>
264
+
265
+ <!--
266
+ Additional block dependant on product type
267
+ -->
268
+ <PRODUCT_TYPE_simple translate="label" module="catalog">
269
+ <label>Catalog Product View (Simple)</label>
270
+ <reference name="product.info">
271
+ <block type="catalog/product_view_type_simple" name="product.info.simple" as="product_type_data" template="catalog/product/view/type/default.phtml">
272
+ <block type="core/text_list" name="product.info.simple.extra" as="product_type_data_extra" translate="label">
273
+ <label>Product Extra Info</label>
274
+ </block>
275
+ </block>
276
+ </reference>
277
+ </PRODUCT_TYPE_simple>
278
+ <PRODUCT_TYPE_configurable translate="label" module="catalog">
279
+ <label>Catalog Product View (Configurable)</label>
280
+ <reference name="product.info">
281
+ <block type="catalog/product_view_type_configurable" name="product.info.configurable" as="product_type_data" template="catalog/product/view/type/default.phtml">
282
+ <block type="core/text_list" name="product.info.configurable.extra" as="product_type_data_extra" translate="label">
283
+ <label>Product Extra Info</label>
284
+ </block>
285
+ </block>
286
+ </reference>
287
+ <reference name="product.info.options.wrapper">
288
+ <block type="catalog/product_view_type_configurable" name="product.info.options.configurable" as="options_configurable" before="-" template="catalog/product/view/type/options/configurable.phtml"/>
289
+ </reference>
290
+ </PRODUCT_TYPE_configurable>
291
+ <PRODUCT_TYPE_grouped translate="label" module="catalog">
292
+ <label>Catalog Product View (Grouped)</label>
293
+ <reference name="product.info">
294
+ <block type="catalog/product_view_type_grouped" name="product.info.grouped" as="product_type_data" template="catalog/product/view/type/grouped.phtml">
295
+ <block type="core/text_list" name="product.info.grouped.extra" as="product_type_data_extra" translate="label">
296
+ <label>Product Extra Info</label>
297
+ </block>
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/default.phtml">
305
+ <block type="core/text_list" name="product.info.virtual.extra" as="product_type_data_extra" translate="label">
306
+ <label>Product Extra Info</label>
307
+ </block>
308
+ </block>
309
+ </reference>
310
+ </PRODUCT_TYPE_virtual>
311
+
312
+
313
+ <!--
314
+ Product send to friend
315
+ -->
316
+
317
+ <catalog_product_send translate="label">
318
+ <label>Catalog Product Email to a Friend</label>
319
+ <!-- Mage_Catalog -->
320
+ <reference name="root">
321
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
322
+ </reference>
323
+ <reference name="head">
324
+ <action method="addJs"><script>varien/product.js</script></action>
325
+ </reference>
326
+ <reference name="content">
327
+ <block type="catalog/product_send" name="product.send" template="catalog/product/send.phtml">
328
+ </block>
329
+ </reference>
330
+ </catalog_product_send>
331
+
332
+ <!--
333
+ Product additional images gallery popup
334
+ -->
335
+
336
+ <catalog_product_gallery translate="label">
337
+ <label>Catalog Product Image Gallery Popup</label>
338
+ <!-- Mage_Catalog -->
339
+ <reference name="root">
340
+ <action method="setTemplate"><template>page/popup.phtml</template></action>
341
+ </reference>
342
+ <reference name="content">
343
+ <block type="catalog/product_gallery" name="catalog_product_gallery" template="catalog/product/gallery.phtml"/>
344
+ </reference>
345
+ </catalog_product_gallery>
346
+
347
+ <!--
348
+ SEO Site Map
349
+ -->
350
+
351
+ <catalog_seo_sitemap translate="label">
352
+ <label>Catalog Seo Sitemap (Common)</label>
353
+ <remove name="left"/>
354
+
355
+ <reference name="root">
356
+ <action method="setTemplate"><template>page/2columns-right.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
+ <reference name="head">
370
+ <action method="setTitle" translate="title" module="catalog"><title>Site Map</title></action>
371
+ </reference>
372
+ <update handle="catalog_seo_sitemap" />
373
+ <reference name="seo.sitemap.container">
374
+ <action method="setTitle" translate="title" module="catalog"><title>Categories</title></action>
375
+ <block type="catalog/seo_sitemap_category" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
376
+ <action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
377
+ <action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
378
+ <action method="setItemsTitle" translate="title" module="catalog"><title>categories</title></action>
379
+ </block>
380
+ </reference>
381
+ <reference name="seo.sitemap.links">
382
+ <action method="addLink" translate="label title" module="catalog"><label>Products Sitemap</label><url helper="catalog/map/getProductUrl"/><title>Products Sitemap</title></action>
383
+ </reference>
384
+ </catalog_seo_sitemap_category>
385
+
386
+ <catalog_seo_sitemap_category_tree translate="label">
387
+ <label>Catalog Seo Sitemap (Category Tree)</label>
388
+ <reference name="seo.sitemap.container">
389
+ <remove name="seo.sitemap.pager.top" />
390
+ <remove name="seo.sitemap.pager.bottom" />
391
+ <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.top" as="pager_top" template="page/html/pager.phtml"/>
392
+ <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
393
+ <remove name="seo.sitemap.sitemap" />
394
+ <block type="catalog/seo_sitemap_tree_category" name="seo.sitemap.sitemap_tree" as="sitemap" after="pager_top" template="catalog/seo/tree.phtml">
395
+ <action method="bindPager"><pager>seo.sitemap.tree.pager.top</pager></action>
396
+ <action method="bindPager"><pager>seo.sitemap.tree.pager.bottom</pager></action>
397
+ </block>
398
+ </reference>
399
+ </catalog_seo_sitemap_category_tree>
400
+
401
+ <catalog_seo_sitemap_product translate="label">
402
+ <label>Catalog Seo Sitemap (Product List)</label>
403
+ <reference name="head">
404
+ <action method="setTitle" translate="title" module="catalog"><title>Site Map</title></action>
405
+ </reference>
406
+ <update handle="catalog_seo_sitemap" />
407
+ <reference name="seo.sitemap.container">
408
+ <action method="setTitle" translate="title" module="catalog"><title>Products</title></action>
409
+ <block type="catalog/seo_sitemap_product" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
410
+ <action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
411
+ <action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
412
+ <action method="setItemsTitle" translate="title" module="catalog"><title>products</title></action>
413
+ </block>
414
+ </reference>
415
+ <reference name="seo.sitemap.links">
416
+ <action method="addLink" translate="label title" module="catalog"><label>Categories Sitemap</label><url helper="catalog/map/getCategoryUrl"/><title>Categories Sitemap</title></action>
417
+ </reference>
418
+ </catalog_seo_sitemap_product>
419
+
420
+ </layout>
app/design/frontend/default/mobile_store_blue/layout/page.xml ADDED
@@ -0,0 +1,189 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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"><script>lib/ccard.js</script></action>
40
+ <action method="addJs"><script>prototype/validation.js</script></action>
41
+ <action method="addJs"><script>scriptaculous/builder.js</script></action>
42
+ <action method="addJs"><script>scriptaculous/effects.js</script></action>
43
+ <action method="addJs"><script>scriptaculous/dragdrop.js</script></action>
44
+ <action method="addJs"><script>scriptaculous/controls.js</script></action>
45
+ <action method="addJs"><script>scriptaculous/slider.js</script></action>
46
+ <action method="addJs"><script>varien/js.js</script></action>
47
+ <action method="addJs"><script>varien/form.js</script></action>
48
+ <action method="addJs"><script>varien/menu.js</script></action>
49
+ <action method="addJs"><script>mage/translate.js</script></action>
50
+ <action method="addJs"><script>mage/cookies.js</script></action>
51
+
52
+ <block type="page/js_cookie" name="js_cookies" template="page/js/cookie.phtml"/>
53
+
54
+ <action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
55
+ <action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 8</if></action>
56
+ <action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
57
+ <action method="addCss"><stylesheet>css/print.css</stylesheet><params>media="print"</params></action>
58
+
59
+ <action method="addItem"><type>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" translate="label">
63
+ <label>Page Top</label>
64
+ </block>
65
+
66
+ <block type="page/html_notices" name="global_notices" as="global_notices" template="page/html/notices.phtml" />
67
+
68
+ <block type="page/html_header" name="header" as="header">
69
+ <block type="page/template_links" name="top.links" as="topLinks"/>
70
+ <block type="page/switch" name="store_language" as="store_language" template="page/switch/languages.phtml"/>
71
+ <block type="core/text_list" name="top.menu" as="topMenu" translate="label">
72
+ <label>Navigation Bar</label>
73
+ <block type="page/html_topmenu" name="catalog.topnav" template="page/html/topmenu.phtml"/>
74
+ </block>
75
+ <block type="page/html_wrapper" name="top.container" as="topContainer" translate="label">
76
+ <label>Page Header</label>
77
+ <action method="setElementClass"><value>top-container</value></action>
78
+ </block>
79
+ </block>
80
+
81
+ <block type="page/html_breadcrumbs" name="breadcrumbs" as="breadcrumbs"/>
82
+
83
+ <block type="core/text_list" name="left" as="left" translate="label">
84
+ <label>Left Column</label>
85
+ </block>
86
+
87
+ <block type="core/messages" name="global_messages" as="global_messages"/>
88
+ <block type="core/messages" name="messages" as="messages"/>
89
+
90
+ <block type="core/text_list" name="content" as="content" translate="label">
91
+ <label>Main Content Area</label>
92
+ </block>
93
+
94
+ <block type="core/text_list" name="right" as="right" translate="label">
95
+ <label>Right Column</label>
96
+ </block>
97
+
98
+ <block type="page/html_footer" name="footer" as="footer" template="page/html/footer.phtml">
99
+ <block type="page/html_wrapper" name="bottom.container" as="bottomContainer" translate="label">
100
+ <label>Page Footer</label>
101
+ <action method="setElementClass"><value>bottom-container</value></action>
102
+ </block>
103
+ <block type="page/switch" name="store_switcher" as="store_switcher" template="page/switch/stores.phtml"/>
104
+ <block type="page/template_links" name="footer_links" as="footer_links" template="page/template/links.phtml"/>
105
+ </block>
106
+
107
+ <block type="core/text_list" name="before_body_end" as="before_body_end" translate="label">
108
+ <label>Page Bottom</label>
109
+ </block>
110
+ </block>
111
+
112
+ <block type="core/profiler" output="toHtml" name="core_profiler"/>
113
+ </default>
114
+
115
+ <print translate="label" module="page">
116
+ <label>All Pages (Print Version)</label>
117
+ <!-- Mage_Page -->
118
+ <block type="page/html" name="root" output="toHtml" template="page/print.phtml">
119
+
120
+ <block type="page/html_head" name="head" as="head">
121
+ <action method="addJs"><script>prototype/prototype.js</script></action>
122
+ <action method="addJs"><script>mage/translate.js</script></action>
123
+ <action method="addJs"><script>lib/ccard.js</script></action>
124
+ <action method="addJs"><script>prototype/validation.js</script></action>
125
+ <action method="addJs"><script>varien/js.js</script></action>
126
+
127
+ <action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
128
+ <action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 8</if></action>
129
+ <action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
130
+ <action method="addCss"><stylesheet>css/print.css</stylesheet><params>media="print"</params></action>
131
+
132
+ <action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
133
+ <action method="addItem"><type>skin_js</type><name>js/ie6.js</name><params/><if>lt IE 7</if></action>
134
+
135
+ </block>
136
+
137
+ <block type="core/text_list" name="content" as="content" translate="label">
138
+ <label>Main Content Area</label>
139
+ </block>
140
+
141
+ </block>
142
+ </print>
143
+
144
+ <!-- Custom page layout handles -->
145
+ <page_empty translate="label">
146
+ <label>All Empty Layout Pages</label>
147
+ <reference name="root">
148
+ <action method="setTemplate"><template>page/empty.phtml</template></action>
149
+ <!-- Mark root page block that template is applied -->
150
+ <action method="setIsHandle"><applied>1</applied></action>
151
+ </reference>
152
+ </page_empty>
153
+
154
+ <page_one_column translate="label">
155
+ <label>All One-Column Layout Pages</label>
156
+ <reference name="root">
157
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
158
+ <!-- Mark root page block that template is applied -->
159
+ <action method="setIsHandle"><applied>1</applied></action>
160
+ </reference>
161
+ </page_one_column>
162
+
163
+ <page_two_columns_left translate="label">
164
+ <label>All Two-Column Layout Pages (Left Column)</label>
165
+ <reference name="root">
166
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
167
+ <!-- Mark root page block that template is applied -->
168
+ <action method="setIsHandle"><applied>1</applied></action>
169
+ </reference>
170
+ </page_two_columns_left>
171
+
172
+ <page_two_columns_right translate="label">
173
+ <label>All Two-Column Layout Pages (Right Column)</label>
174
+ <reference name="root">
175
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
176
+ <!-- Mark root page block that template is applied -->
177
+ <action method="setIsHandle"><applied>1</applied></action>
178
+ </reference>
179
+ </page_two_columns_right>
180
+
181
+ <page_three_columns translate="label">
182
+ <label>All Three-Column Layout Pages</label>
183
+ <reference name="root">
184
+ <action method="setTemplate"><template>page/3columns.phtml</template></action>
185
+ <!-- Mark root page block that template is applied -->
186
+ <action method="setIsHandle"><applied>1</applied></action>
187
+ </reference>
188
+ </page_three_columns>
189
+ </layout>
app/design/frontend/default/mobile_store_blue/layout/paypal.xml ADDED
@@ -0,0 +1,198 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ -->
29
+ <layout version="0.1.0">
30
+ <checkout_cart_index>
31
+ <reference name="checkout.cart.top_methods">
32
+ <block type="paypal/express_shortcut" name="checkout.cart.methods.paypal_express.top" before="-" template="paypal/express/shortcut.phtml">
33
+ <action method="setIsQuoteAllowed"><value>1</value></action>
34
+ </block>
35
+ </reference>
36
+
37
+ <reference name="checkout.cart.methods">
38
+ <block type="paypal/express_shortcut" name="checkout.cart.methods.paypal_express.bottom" before="-" template="paypal/express/shortcut.phtml">
39
+ <action method="setIsQuoteAllowed"><value>1</value></action>
40
+ </block>
41
+ </reference>
42
+ <update handle="SHORTCUT_popup" />
43
+ </checkout_cart_index>
44
+
45
+ <paypal_express_review translate="label">
46
+ <label>PayPal Express Order Review Form</label>
47
+ <remove name="right"/>
48
+ <remove name="left"/>
49
+
50
+ <reference name="root">
51
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
52
+ </reference>
53
+ <reference name="content">
54
+ <block type="paypal/express_review" name="paypal.express.review" template="paypal/express/review.phtml">
55
+ <block type="paypal/express_review_details" name="paypal.express.review.details" as="details" template="paypal/express/review/details.phtml">
56
+ <action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/onepage/review/item.phtml</template></action>
57
+ <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/onepage/review/item.phtml</template></action>
58
+ <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/onepage/review/item.phtml</template></action>
59
+ <block type="checkout/cart_totals" name="paypal.express.review.details.totals" as="totals" template="checkout/onepage/review/totals.phtml"/>
60
+ </block>
61
+ <block type="checkout/agreements" name="paypal.express.review.details.agreements" as="agreements" template="checkout/onepage/agreements.phtml"/>
62
+ </block>
63
+ </reference>
64
+ <reference name="head">
65
+ <action method="addItem"><type>skin_js</type><name>js/checkout/review.js</name></action>
66
+ </reference>
67
+ </paypal_express_review>
68
+
69
+ <paypal_express_review_details>
70
+ <block type="paypal/express_review_details" name="root" output="toHtml" template="paypal/express/review/details.phtml">
71
+ <action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/onepage/review/item.phtml</template></action>
72
+ <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/onepage/review/item.phtml</template></action>
73
+ <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/onepage/review/item.phtml</template></action>
74
+ <block type="checkout/cart_totals" name="paypal.express.review.details.totals" as="totals" template="checkout/onepage/review/totals.phtml"/>
75
+ </block>
76
+ </paypal_express_review_details>
77
+
78
+ <!--
79
+ Available logo types can be assigned with action="setLogoType":
80
+ - wePrefer_150x60
81
+ - wePrefer_150x40
82
+ - nowAccepting_150x60
83
+ - nowAccepting_150x40
84
+ - paymentsBy_150x60
85
+ - paymentsBy_150x40
86
+ - shopNowUsing_150x60
87
+ - shopNowUsing_150x40
88
+ -->
89
+ <catalog_product_view>
90
+ <reference name="product.info.addtocart">
91
+ <block type="page/html_wrapper" name="product.info.addtocart.paypal.wrapper" translate="label">
92
+
93
+
94
+ <label>PayPal Express Checkout Shortcut Wrapper</label>
95
+ <block type="paypal/express_shortcut" name="product.info.addtocart.paypal" template="paypal/express/shortcut.phtml">
96
+ <action method="setIsInCatalogProduct"><value>1</value></action>
97
+ </block>
98
+ </block>
99
+ </reference>
100
+ <update handle="SHORTCUT_popup" />
101
+ <!--<reference name="right">
102
+ <block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml">-->
103
+ <!--action method="setLogoType"><value>wePrefer_150x60</value></action-->
104
+ <!--</block>
105
+ </reference>-->
106
+ </catalog_product_view>
107
+
108
+ <!--<catalog_category_default>
109
+ <update handle="SHORTCUT_popup" />
110
+ <reference name="right">
111
+ <block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml"/>
112
+ </reference>
113
+ </catalog_category_default>
114
+
115
+ <catalog_category_layered>
116
+ <update handle="SHORTCUT_popup" />
117
+ <reference name="right">
118
+ <block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml"/>
119
+ </reference>
120
+ </catalog_category_layered>
121
+
122
+ <catalog_product_compare_index>
123
+ <update handle="SHORTCUT_popup" />
124
+ </catalog_product_compare_index>
125
+
126
+ <catalogsearch_result_index>
127
+ <update handle="SHORTCUT_popup" />
128
+ </catalogsearch_result_index>
129
+
130
+ <catalogsearch_advanced_result>
131
+ <update handle="SHORTCUT_popup" />
132
+ </catalogsearch_advanced_result>
133
+
134
+ <tag_product_list>
135
+ <update handle="SHORTCUT_popup" />
136
+ </tag_product_list>
137
+ <tag_customer_view>
138
+ <update handle="SHORTCUT_popup" />
139
+ </tag_customer_view>
140
+
141
+ <wishlist_index_index>
142
+ <update handle="SHORTCUT_popup" />
143
+ </wishlist_index_index>
144
+ <review_product_list>
145
+ <update handle="SHORTCUT_popup" />
146
+ </review_product_list>
147
+
148
+ <checkout_onepage_success>
149
+ <update handle="SHORTCUT_popup" />
150
+ </checkout_onepage_success>
151
+ <checkout_onepage_failure>
152
+ <update handle="SHORTCUT_popup" />
153
+ </checkout_onepage_failure>
154
+
155
+ <cms_index_index>
156
+ <reference name="right">
157
+ <block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml"/>
158
+ </reference>
159
+ </cms_index_index>-->
160
+
161
+ <default>
162
+ <reference name="topCart.extra_actions">
163
+ <block type="paypal/express_shortcut" name="paypal.partner.top_cart.shortcut" template="paypal/express/shortcut.phtml"/>
164
+ </reference>
165
+ <reference name="cart_sidebar.extra_actions">
166
+ <block type="paypal/express_shortcut" name="paypal.partner.cart_sidebar.shortcut" template="paypal/express/shortcut.phtml"/>
167
+ </reference>
168
+ </default>
169
+
170
+ <checkout_onepage_review>
171
+ <reference name="checkout.onepage.review.info.items.after">
172
+ <block type="paypal/iframe" name="paypal.iframe" />
173
+ </reference>
174
+ <reference name="checkout.onepage.review.button">
175
+ <action method="setTemplate"><template helper="paypal/hss/getReviewButtonTemplate"><name>paypal/hss/review/button.phtml</name><block>checkout.onepage.review.button</block></template></action>
176
+ </reference>
177
+ </checkout_onepage_review>
178
+
179
+ <paypal_payflow_link_iframe>
180
+ <block type="paypal/payflow_link_iframe" name="payflow.link.iframe" template="paypal/payflowlink/form.phtml" />
181
+ <block type="paypal/payflow_link_info" name="payflow.link.info" template="paypal/payflowlink/info.phtml" />
182
+ </paypal_payflow_link_iframe>
183
+
184
+ <paypal_hosted_pro_iframe>
185
+ <block type="paypal/hosted_pro_iframe" name="hosted.pro.iframe" template="paypal/hss/form.phtml"/>
186
+ </paypal_hosted_pro_iframe>
187
+
188
+ <SHORTCUT_popup>
189
+ <reference name="product.tooltip">
190
+ <block type="page/html_wrapper" name="product.info.addtocart.paypal.wrapper" translate="label">
191
+ <block type="paypal/express_shortcut" name="product.info.addtocart.paypal" template="paypal/express/shortcut.phtml">
192
+ <action method="setIsInCatalogProduct"><value>1</value></action>
193
+ <action method="setShowOrPosition"><value>after</value></action>
194
+ </block>
195
+ </block>
196
+ </reference>
197
+ </SHORTCUT_popup>
198
+ </layout>
app/design/frontend/default/mobile_store_blue/layout/review.xml ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ -->
29
+ <layout version="0.1.0">
30
+
31
+ <customer_account>
32
+ <!-- Mage_Review -->
33
+ <reference name="customer_account_navigation">
34
+ <action method="addLink" translate="label" module="review"><name>reviews</name><path>review/customer</path><label>My Product Reviews</label></action>
35
+ </reference>
36
+
37
+ </customer_account>
38
+
39
+ <!--
40
+ Customer account home dashboard layout
41
+ -->
42
+
43
+ <customer_account_index>
44
+
45
+ <!-- Mage_Review -->
46
+ <reference name="customer_account_dashboard">
47
+ <block type="review/customer_recent" name="customer_account_dashboard_info1" as="info1" template="review/customer/recent.phtml"/>
48
+ </reference>
49
+
50
+ </customer_account_index>
51
+
52
+
53
+ <!--
54
+ Product reviews page (?)
55
+ -->
56
+
57
+ <reviews>
58
+ <!-- Mage_Review -->
59
+ <reference name="root">
60
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
61
+ </reference>
62
+ </reviews>
63
+
64
+ <!--
65
+ Product reviews page
66
+ -->
67
+
68
+ <review_product_list translate="label">
69
+ <label>Catalog Product Reviews List</label>
70
+ <reference name="root">
71
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
72
+ </reference>
73
+ <reference name="head">
74
+ <action method="addJs"><script>varien/product.js</script></action>
75
+ <action method="addJs"><script>varien/configurable.js</script></action>
76
+ </reference>
77
+ <reference name="content">
78
+ <block type="review/product_view" name="product.info" template="catalog/product/view.phtml">
79
+ <block type="catalog/product_view_media" name="product.info.media" as="media" template="catalog/product/view/media.phtml">
80
+ <action method="disableGallery"/>
81
+ </block>
82
+ <block type="catalog/product_view" name="product.info.addto" as="addto" template="catalog/product/view/addto.phtml"/>
83
+ <block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml">
84
+ <!-- workaround: a better place for this code is in paypal.xml -->
85
+ <block type="page/html_wrapper" name="review.product.info.addtocart.paypal.wrapper" translate="label" module="paypal">
86
+ <label>PayPal Express Checkout Shortcut Wrapper</label>
87
+ <block type="paypal/express_shortcut" name="review.product.info.addtocart.paypal" template="paypal/express/shortcut.phtml">
88
+ <action method="setIsInCatalogProduct"><value>1</value></action>
89
+ </block>
90
+ </block>
91
+ </block>
92
+ <block type="catalog/product_view" name="product.tierprices" as="tierprices" template="catalog/product/view/tierprices.phtml"/>
93
+ <block type="core/template" name="product.info.other" as="other" template="review/product/view/other.phtml"/>
94
+ <block type="page/html_pager" name="product_review_list.toolbar" />
95
+ <block type="core/template" name="product_review_list.count" template="review/product/view/count.phtml" />
96
+ <block type="review/product_view_list" name="product.info.product_additional_data" as="product_additional_data" template="review/product/view/list.phtml">
97
+ <block type="review/form" name="product.review.form" as="review_form">
98
+ <block type="page/html_wrapper" name="product.review.form.fields.before" as="form_fields_before" translate="label">
99
+ <label>Review Form Fields Before</label>
100
+ <action method="setMayBeInvisible"><value>1</value></action>
101
+ </block>
102
+ </block>
103
+ </block>
104
+ </block>
105
+ </reference>
106
+ </review_product_list>
107
+
108
+ <review_product_view translate="label">
109
+ <label>Catalog Product Review View</label>
110
+ <reference name="root">
111
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
112
+ </reference>
113
+ <reference name="content">
114
+ <block type="review/view" name="review_view"/>
115
+ </reference>
116
+ </review_product_view>
117
+
118
+ <review_customer_index translate="label">
119
+ <label>Customer My Account Product Reviews</label>
120
+ <update handle="customer_account"/>
121
+ <reference name="my.account.wrapper">
122
+ <block type="review/customer_list" name="review_customer_list" template="review/customer/list.phtml"/>
123
+ </reference>
124
+ </review_customer_index>
125
+
126
+ <review_customer_view translate="label">
127
+ <label>Customer My Account Review Details</label>
128
+ <update handle="customer_account"/>
129
+ <reference name="my.account.wrapper">
130
+ <block type="review/customer_view" name="customers_review"/>
131
+ </reference>
132
+ </review_customer_view>
133
+
134
+ </layout>
app/design/frontend/default/mobile_store_blue/layout/tag.xml ADDED
@@ -0,0 +1,122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ -->
29
+ <layout version="0.1.0">
30
+
31
+ <!--
32
+ Default layout, loads most of the pages
33
+ -->
34
+
35
+ <default>
36
+ <!-- Mage_Tag -->
37
+ <reference name="left">
38
+ <block type="tag/popular" name="tags_popular" template="tag/popular.phtml"/>
39
+ </reference>
40
+
41
+ </default>
42
+
43
+ <!--
44
+ Customer account pages, rendered for all tabs in dashboard
45
+ -->
46
+
47
+ <customer_account>
48
+ <!-- Mage_Tag -->
49
+ <reference name="customer_account_navigation">
50
+ <action method="addLink" translate="label" module="tag"><name>tags</name><path>tag/customer/</path><label>My Tags</label></action>
51
+ </reference>
52
+ </customer_account>
53
+
54
+ <!--
55
+ Customer account home dashboard layout
56
+ -->
57
+
58
+ <customer_account_index>
59
+ <!-- Mage_Tag -->
60
+ <reference name="customer_account_dashboard">
61
+ <action method="unsetChild"><name>customer_account_dashboard_info2</name></action>
62
+ <block type="tag/customer_recent" name="customer_account_dashboard_info2" as="info2" template="tag/customer/recent.phtml"/>
63
+ </reference>
64
+ </customer_account_index>
65
+
66
+
67
+ <!--
68
+ All tags page
69
+ -->
70
+
71
+ <tag_list_index translate="label">
72
+ <label>Tags List (All Available)</label>
73
+ <!-- Mage_Tag -->
74
+ <reference name="root">
75
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
76
+ </reference>
77
+ <reference name="content">
78
+ <block type="tag/all" name="tags_all" template="tag/cloud.phtml"/>
79
+ </reference>
80
+ </tag_list_index>
81
+
82
+ <tag_product_list translate="label">
83
+ <label>Tagged Products List</label>
84
+ <!-- Mage_Tag -->
85
+ <reference name="content">
86
+ <block type="tag/product_result" name="tag_products" template="catalogsearch/result.phtml">
87
+ <block type="catalog/product_list" name="search_result_list" template="catalog/product/list.phtml">
88
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
89
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
90
+ </block>
91
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
92
+ </block>
93
+ <action method="setListOrders"/>
94
+ <action method="setListModes"/>
95
+ <action method="setListCollection"/>
96
+ </block>
97
+ </reference>
98
+ </tag_product_list>
99
+
100
+ <tag_customer_index translate="label">
101
+ <label>Customer My Account My Tags List</label>
102
+ <update handle="customer_account"/>
103
+ <reference name="root">
104
+ <action method="setHeaderTitle" translate="title" module="customer"><title>My Account</title></action>
105
+ </reference>
106
+ <reference name="my.account.wrapper">
107
+ <block type="tag/customer_tags" name="customer_tags" template="tag/customer/tags.phtml"/>
108
+ </reference>
109
+ </tag_customer_index>
110
+
111
+ <tag_customer_view translate="label">
112
+ <label>Customer My Account Tag View</label>
113
+ <update handle="customer_account"/>
114
+ <reference name="root">
115
+ <action method="setHeaderTitle" translate="title" module="customer"><title>My Account</title></action>
116
+ </reference>
117
+ <reference name="my.account.wrapper">
118
+ <block type="tag/customer_view" name="customer_view" template="tag/customer/view.phtml"/>
119
+ </reference>
120
+ </tag_customer_view>
121
+
122
+ </layout>
app/design/frontend/default/mobile_store_blue/template/catalog/category/view.phtml ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ * Category view template
30
+ *
31
+ * @see Mage_Catalog_Block_Category_View
32
+ */
33
+ ?>
34
+ <?php
35
+ $_helper = $this->helper('catalog/output');
36
+ $_category = $this->getCurrentCategory();
37
+ $_imgHtml = '';
38
+ if ($_imgUrl = $_category->getImageUrl()) {
39
+ $_imgHtml = '<p class="category-image"><img src="'.$_imgUrl.'" alt="'.$this->htmlEscape($_category->getName()).'" title="'.$this->htmlEscape($_category->getName()).'" /></p>';
40
+ $_imgHtml = $_helper->categoryAttribute($_category, $_imgHtml, 'image');
41
+ }
42
+ ?>
43
+ <div class="page-title category-title">
44
+ <?php if($this->IsRssCatalogEnable() && $this->IsTopCategory()): ?>
45
+ <a href="<?php echo $this->getRssLink() ?>" class="link-rss"><?php echo $this->__('Subscribe to RSS Feed') ?></a>
46
+ <?php endif; ?>
47
+ <h1><?php echo $_helper->categoryAttribute($_category, $_category->getName(), 'name') ?></h1>
48
+ </div>
49
+
50
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
51
+
52
+ <?php if($_imgUrl): ?>
53
+ <?php echo $_imgHtml ?>
54
+ <?php endif; ?>
55
+
56
+ <?php if($_description=$this->getCurrentCategory()->getDescription()): ?>
57
+ <div class="category-description std">
58
+ <?php echo $_helper->categoryAttribute($_category, $_description, 'description') ?>
59
+ </div>
60
+ <?php endif; ?>
61
+
62
+ <?php if($this->isContentMode()): ?>
63
+ <?php echo $this->getCmsBlockHtml() ?>
64
+
65
+ <?php elseif($this->isMixedMode()): ?>
66
+ <div class="cat_desc"><?php echo $this->getCmsBlockHtml() ?></div>
67
+ <?php echo $this->getProductListHtml() ?>
68
+
69
+ <?php else: ?>
70
+ <?php echo $this->getProductListHtml() ?>
71
+ <?php endif; ?>
app/design/frontend/default/mobile_store_blue/template/catalog/product/list.phtml ADDED
@@ -0,0 +1,151 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ <div class="products-list-item">
50
+ <?php // Product Image ?>
51
+ <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(131); ?>" width="131" height="131" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
52
+ <?php // Product description ?>
53
+ <div class="product-shop">
54
+ <div class="f-fix">
55
+ <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>
56
+ <?php if($_product->getRatingSummary()): ?>
57
+ <?php echo $this->getReviewsSummaryHtml($_product) ?>
58
+ <?php endif; ?>
59
+ <div class="desc std">
60
+ <?php //echo $_helper->productAttribute($_product, $_product->getShortDescription(), 'short_description') ?>
61
+ <?php echo substr(nl2br($_helper->productAttribute($_product, $_product->getShortDescription(), 'short_description')),0,120) ?>
62
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>" class="link-more"><?php echo $this->__('learn more') ?></a>
63
+ </div>
64
+ <?php echo $this->getPriceHtml($_product, true) ?>
65
+ <?php if($_product->isSaleable()): ?>
66
+ <p class="prod_list_actions clearfix"><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>
67
+ <button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-det" onclick="setLocation('<?php echo $_product->getProductUrl() ?>')"><span><span><?php echo $this->__('Details') ?></span></span></button>
68
+ </p>
69
+ <?php else: ?>
70
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
71
+ <?php endif; ?>
72
+ <ul class="add-to-links">
73
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
74
+ <li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
75
+ <?php endif; ?>
76
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
77
+ <li><span class="separator"><img class="v-middle" src="<?php echo $this->getSkinUrl('images/new/bkg_pipe1.gif');?>" alt="" /></span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
78
+ <?php endif; ?>
79
+ </ul>
80
+ </div>
81
+ </div>
82
+ </div>
83
+ </li>
84
+ <?php endforeach; ?>
85
+ </ol>
86
+ <script type="text/javascript">decorateList('products-list', 'none-recursive')</script>
87
+
88
+ <?php else: ?>
89
+
90
+ <?php // Grid Mode ?>
91
+
92
+ <?php $_collectionSize = $_productCollection->count() ?>
93
+ <?php
94
+ $r_template = $this->getLayout()->getBlock('root')->getTemplate();
95
+ switch ($r_template)
96
+ {
97
+ case "page/2columns-right.phtml":
98
+ case "page/2columns-left.phtml":
99
+ $_columnCount = 3;
100
+ break;
101
+ case "page/3columns.phtml":
102
+ $_columnCount = 2;
103
+ break;
104
+ default:
105
+ $_columnCount = 4;
106
+ }
107
+ ?>
108
+ <table>
109
+ <?php $i=0; foreach ($_productCollection as $_product): ?>
110
+ <?php if ($i++%$_columnCount==0): ?>
111
+ <tr class="products-grid">
112
+ <?php endif ?>
113
+ <td class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
114
+ <div class="product_grid_item">
115
+ <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>
116
+ <?php if($_product->getRatingSummary()): ?>
117
+ <?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
118
+ <?php endif; ?>
119
+ <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>
120
+ <?php echo $this->getPriceHtml($_product, true) ?>
121
+ <div class="actions">
122
+ <?php if($_product->isSaleable()): ?>
123
+ <p class="prod_grid_actions clearfix"><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>
124
+ <button type="button" title="<?php echo $this->__('Details') ?>" class="button btn-det" onclick="setLocation('<?php echo $_product->getProductUrl() ?>')"><span><span><?php echo $this->__('Details') ?></span></span></button>
125
+ </p>
126
+ <?php else: ?>
127
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
128
+ <?php endif; ?>
129
+ <ul class="add-to-links">
130
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
131
+ <li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
132
+ <?php endif; ?>
133
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
134
+ <li><span class="separator"><img class="v-middle" src="<?php echo $this->getSkinUrl('images/new/bkg_pipe1.gif');?>" alt="" /></span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
135
+ <?php endif; ?>
136
+ </ul>
137
+ </div>
138
+ </div>
139
+ </td>
140
+ <?php if ($i%$_columnCount==0 || $i==$_collectionSize): ?>
141
+ </tr>
142
+ <tr class="grid_spacer"><td colspan="<?php echo $_columnCount; ?>" style="height:22px;">&nbsp;<script type="text/javascript">decorateGeneric($$('ul.products-grid'), ['odd','even','first','last'])</script></td></tr>
143
+ <?php endif ?>
144
+ <?php endforeach ?>
145
+ <?php endif; ?>
146
+ </table>
147
+ <div class="toolbar-bottom">
148
+ <?php echo $this->getToolbarHtml() ?>
149
+ </div>
150
+ </div>
151
+ <?php endif; ?>
app/design/frontend/default/mobile_store_blue/template/catalog/product/list/upsell.phtml ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ <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>
39
+ <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>
40
+ <?php echo $this->getPriceHtml($_link, true, '-upsell') ?>
41
+ <?php //echo $this->getReviewsSummaryHtml($_link) ?>
42
+ </td>
43
+ <!--<td class="td_spacer">&nbsp;</td>-->
44
+ <?php else: ?>
45
+ <!--<td class="empty">&nbsp;</td>-->
46
+ <?php endif; ?>
47
+ <?php endfor; ?>
48
+ </tr>
49
+ <?php endfor; ?>
50
+ </table>
51
+ <script type="text/javascript">decorateTable('upsell-product-table')</script>
52
+ </div>
53
+ <?php endif ?>
app/design/frontend/default/mobile_store_blue/template/catalog/product/new.phtml ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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="home_new_products">
29
+ <div class="page-title" style="margin-bottom:15px;">
30
+ <h2><?php echo $this->__('New Products') ?></h2>
31
+ </div>
32
+ <table>
33
+ <?php $_columnCount = $this->getColumnCount(); ?>
34
+ <?php
35
+ $r_template = $this->getLayout()->getBlock('root')->getTemplate();
36
+ switch ($r_template)
37
+ {
38
+ case "page/2columns-right.phtml":
39
+ case "page/2columns-left.phtml":
40
+ $_columnCount = 3;
41
+ break;
42
+ case "page/3columns.phtml":
43
+ $_columnCount = 2;
44
+ break;
45
+ default:
46
+ $_columnCount = 4;
47
+ }
48
+ ?>
49
+ <?php $i=0; foreach ($_products->getItems() as $_product): ?>
50
+ <?php if ($i++%$_columnCount==0): ?>
51
+ <tr class="products-grid">
52
+ <?php endif ?>
53
+ <td class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
54
+ <div class="product_grid_item">
55
+ <h2 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>"><?php echo $this->htmlEscape($_product->getName()) ?></a></h2>
56
+ <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>
57
+ <!--<?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>-->
58
+ <?php echo $this->getPriceHtml($_product, true, '-new') ?>
59
+ <div class="actions">
60
+ <?php if($_product->isSaleable()): ?>
61
+ <p class="prod_grid_actions clearfix"><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>
62
+ <button type="button" title="<?php echo $this->__('Details') ?>" class="button btn-det" onclick="setLocation('<?php echo $_product->getProductUrl() ?>')"><span><span><?php echo $this->__('Details') ?></span></span></button>
63
+ </p>
64
+ <?php else: ?>
65
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
66
+ <?php endif; ?>
67
+ <!--<ul class="add-to-links">
68
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
69
+ <li><a href="<?php echo $this->getAddToWishlistUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
70
+ <?php endif; ?>
71
+ <?php if ($_compareUrl = $this->getAddToCompareUrl($_product)): ?>
72
+ <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
73
+ <?php endif; ?>
74
+ </ul>-->
75
+ </div>
76
+ </div>
77
+ </td>
78
+ <?php if ($i%$_columnCount==0 || $i==count($_products)): ?>
79
+ </tr>
80
+ <tr class="grid_spacer"><td colspan="<?php echo $_columnCount; ?>" style="height:22px;">&nbsp;</td></tr>
81
+ <?php endif ?>
82
+ <?php endforeach; ?>
83
+ </table>
84
+ </div>
85
+ <?php endif; ?>
app/design/frontend/default/mobile_store_blue/template/catalog/product/view.phtml ADDED
@@ -0,0 +1,172 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 $_helper = $this->helper('catalog/output'); ?>
35
+ <?php $_product = $this->getProduct(); ?>
36
+
37
+ <script type="text/javascript">
38
+ var optionsPrice = new Product.OptionsPrice(<?php echo $this->getJsonConfig() ?>);
39
+ </script>
40
+ <div id="messages_product_view"><?php echo $this->getMessagesBlock()->getGroupedHtml() ?></div>
41
+ <div class="product-view">
42
+ <div class="product-essential">
43
+ <form action="<?php echo $this->getSubmitUrl($_product) ?>" method="post" id="product_addtocart_form"<?php if($_product->getOptions()): ?> enctype="multipart/form-data"<?php endif; ?>>
44
+ <div class="no-display">
45
+ <input type="hidden" name="product" value="<?php echo $_product->getId() ?>" />
46
+ <input type="hidden" name="related_product" id="related-products-field" value="" />
47
+ </div>
48
+
49
+ <div class="product-shop">
50
+ <div class="product-name">
51
+ <h1><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></h1>
52
+ </div>
53
+
54
+ <?php echo $this->getReviewsSummaryHtml($_product, false, true)?>
55
+
56
+ <?php if ($this->canEmailToFriend()): ?>
57
+ <p class="email-friend"><a href="<?php echo $this->helper('catalog/product')->getEmailToFriendUrl($_product) ?>"><?php echo $this->__('Email to a Friend') ?></a></p>
58
+ <?php endif; ?>
59
+ <?php echo $this->getChildHtml('alert_urls') ?>
60
+ <?php echo $this->getChildHtml('product_type_data') ?>
61
+ <?php echo $this->getTierPriceHtml() ?>
62
+ <?php echo $this->getChildHtml('extrahint') ?>
63
+
64
+ <?php if (!$this->hasOptions()):?>
65
+ <div class="add-to-box">
66
+ <?php if($_product->isSaleable()): ?>
67
+ <?php echo $this->getChildHtml('addtocart') ?>
68
+ <?php if( $this->helper('wishlist')->isAllow() || $_compareUrl=$this->helper('catalog/product_compare')->getAddUrl($_product)): ?>
69
+ <span class="or"><?php echo $this->__('or') ?></span>
70
+ <?php endif; ?>
71
+ <?php endif; ?>
72
+ <?php echo $this->getChildHtml('addto') ?>
73
+ </div>
74
+ <?php echo $this->getChildHtml('extra_buttons') ?>
75
+ <?php elseif (!$_product->isSaleable()): ?>
76
+ <div class="add-to-box">
77
+ <?php echo $this->getChildHtml('addto') ?>
78
+ </div>
79
+ <?php endif; ?>
80
+
81
+ <?php if ($_product->getShortDescription()):?>
82
+ <div class="short-description">
83
+ <h2><?php echo $this->__('Quick Overview') ?></h2>
84
+ <div class="std"><?php echo $_helper->productAttribute($_product, nl2br($_product->getShortDescription()), 'short_description') ?></div>
85
+ </div>
86
+ <?php endif;?>
87
+
88
+ <?php echo $this->getChildHtml('other');?>
89
+
90
+ <?php if ($_product->isSaleable() && $this->hasOptions()):?>
91
+ <?php echo $this->getChildChildHtml('container1', '', true, true) ?>
92
+ <?php endif;?>
93
+
94
+ </div>
95
+
96
+ <div class="product-img-box">
97
+ <?php echo $this->getChildHtml('media') ?>
98
+ </div>
99
+
100
+ <div class="clearer"></div>
101
+ <?php if ($_product->isSaleable() && $this->hasOptions()):?>
102
+ <?php echo $this->getChildChildHtml('container2', '', true, true) ?>
103
+ <?php endif;?>
104
+ </form>
105
+ <script type="text/javascript">
106
+ //<![CDATA[
107
+ var productAddToCartForm = new VarienForm('product_addtocart_form');
108
+ productAddToCartForm.submit = function(button, url) {
109
+ if (this.validator.validate()) {
110
+ var form = this.form;
111
+ var oldUrl = form.action;
112
+
113
+ if (url) {
114
+ form.action = url;
115
+ }
116
+ var e = null;
117
+ try {
118
+ this.form.submit();
119
+ } catch (e) {
120
+ }
121
+ this.form.action = oldUrl;
122
+ if (e) {
123
+ throw e;
124
+ }
125
+
126
+ if (button && button != 'undefined') {
127
+ button.disabled = true;
128
+ }
129
+ }
130
+ }.bind(productAddToCartForm);
131
+
132
+ productAddToCartForm.submitLight = function(button, url){
133
+ if(this.validator) {
134
+ var nv = Validation.methods;
135
+ delete Validation.methods['required-entry'];
136
+ delete Validation.methods['validate-one-required'];
137
+ delete Validation.methods['validate-one-required-by-name'];
138
+ // Remove custom datetime validators
139
+ for (var methodName in Validation.methods) {
140
+ if (methodName.match(/^validate-datetime-.*/i)) {
141
+ delete Validation.methods[methodName];
142
+ }
143
+ }
144
+
145
+ if (this.validator.validate()) {
146
+ if (url) {
147
+ this.form.action = url;
148
+ }
149
+ this.form.submit();
150
+ }
151
+ Object.extend(Validation.methods, nv);
152
+ }
153
+ }.bind(productAddToCartForm);
154
+ //]]>
155
+ </script>
156
+ </div>
157
+
158
+ <div class="product-collateral">
159
+ <?php foreach ($this->getChildGroup('detailed_info', 'getChildHtml') as $alias => $html):?>
160
+ <div class="box-collateral <?php echo "box-{$alias}"?>">
161
+ <?php if ($title = $this->getChildData($alias, 'title')):?>
162
+ <h2><?php echo $this->escapeHtml($title); ?></h2>
163
+ <?php endif;?>
164
+ <?php echo $html; ?>
165
+ </div>
166
+ <?php endforeach;?>
167
+
168
+ <?php echo $this->getChildHtml('product_additional_data') ?>
169
+
170
+ </div>
171
+ <?php echo $this->getChildHtml('info_tabs') ?>
172
+ </div>
app/design/frontend/default/mobile_store_blue/template/catalog/product/view/media.phtml ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 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
+ <div class="product-image-zoom-wrap">
39
+ <p class="product-image product-image-zoom">
40
+ <?php
41
+ $_img = '<img id="image" src="'.$this->helper('catalog/image')->init($_product, 'image').'" alt="'.$this->htmlEscape($this->getImageLabel()).'" title="'.$this->htmlEscape($this->getImageLabel()).'" />';
42
+ echo $_helper->productAttribute($_product, $_img, 'image');
43
+ ?>
44
+ </p>
45
+ </div>
46
+ <p class="zoom-notice" id="track_hint"><?php echo $this->__('Double click on above image to view full picture') ?></p>
47
+ <div class="zoom">
48
+ <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" />
49
+ <div id="track">
50
+ <div id="handle"></div>
51
+ </div>
52
+ <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" />
53
+ </div>
54
+ <script type="text/javascript">
55
+ //<![CDATA[
56
+ Event.observe(window, 'load', function() {
57
+ product_zoom = new Product.Zoom('image', 'track', 'handle', 'zoom_in', 'zoom_out', 'track_hint');
58
+ });
59
+ //]]>
60
+ </script>
61
+ <?php else: ?>
62
+ <p class="product-image">
63
+ <?php
64
+ $_img = '<img src="'.$this->helper('catalog/image')->init($_product, 'image')->resize(239).'" alt="'.$this->htmlEscape($this->getImageLabel()).'" title="'.$this->htmlEscape($this->getImageLabel()).'" />';
65
+ echo $_helper->productAttribute($_product, $_img, 'image');
66
+ ?>
67
+ </p>
68
+ <?php endif; ?>
69
+ <?php if (count($this->getGalleryImages()) > 0): ?>
70
+ <div class="more-views">
71
+ <h2><?php echo $this->__('More Views') ?></h2>
72
+ <ul>
73
+ <?php foreach ($this->getGalleryImages() as $_image): ?>
74
+ <li>
75
+ <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>
76
+ </li>
77
+ <?php endforeach; ?>
78
+ </ul>
79
+ </div>
80
+ <?php endif; ?>
app/design/frontend/default/mobile_store_blue/template/catalog/product/view/tabs.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 default_modern
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
+ */
32
+ ?>
33
+ <ul class="product-tabs">
34
+ <?php foreach ($this->getTabs() as $_index => $_tab): ?>
35
+ <?php if($this->getChildHtml($_tab['alias'])): ?>
36
+ <li id="product_tabs_<?php echo $_tab['alias'] ?>" class="<?php echo !$_index?' active first':(($_index==count($this->getTabs())-1)?' last':'')?>"><a href="#"><?php echo $_tab['title']?></a></li>
37
+ <?php endif; ?>
38
+ <?php endforeach; ?>
39
+ </ul>
40
+ <?php foreach ($this->getTabs() as $_index => $_tab): ?>
41
+ <?php if($this->getChildHtml($_tab['alias'])): ?>
42
+ <div class="product-tabs-content" id="product_tabs_<?php echo $_tab['alias'] ?>_contents"><?php echo $this->getChildHtml($_tab['alias']) ?></div>
43
+ <?php endif; ?>
44
+ <?php endforeach; ?>
45
+ <script type="text/javascript">
46
+ //<![CDATA[
47
+ Varien.Tabs = Class.create();
48
+ Varien.Tabs.prototype = {
49
+ initialize: function(selector) {
50
+ var self=this;
51
+ $$(selector+' a').each(this.initTab.bind(this));
52
+ },
53
+
54
+ initTab: function(el) {
55
+ el.href = 'javascript:void(0)';
56
+ if ($(el.parentNode).hasClassName('active')) {
57
+ this.showContent(el);
58
+ }
59
+ el.observe('click', this.showContent.bind(this, el));
60
+ },
61
+
62
+ showContent: function(a) {
63
+ var li = $(a.parentNode), ul = $(li.parentNode);
64
+ ul.select('li', 'ol').each(function(el){
65
+ var contents = $(el.id+'_contents');
66
+ if (el==li) {
67
+ el.addClassName('active');
68
+ contents.show();
69
+ } else {
70
+ el.removeClassName('active');
71
+ contents.hide();
72
+ }
73
+ });
74
+ }
75
+ }
76
+ new Varien.Tabs('.product-tabs');
77
+ //]]>
78
+ </script>
app/design/frontend/default/mobile_store_blue/template/catalog/seo/sitemap/container.phtml ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-sitemap">
28
+ <div class="page-title">
29
+ <h1><?php echo $this->getTitle() ?></h1>
30
+ </div>
31
+ <div id="sitemap_top_links">
32
+ <?php echo $this->getChildHtml('links') ?>
33
+ </div>
34
+ <?php echo $this->getChildHtml('pager_top') ?>
35
+ <?php echo $this->getChildHtml('sitemap') ?>
36
+ <div class="link_bottom"><?php echo $this->getChildHtml('links') ?></div>
37
+ <?php echo $this->getChildHtml('pager_bottom') ?>
38
+ </div>
app/design/frontend/default/mobile_store_blue/template/catalog/seo/tree.phtml ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_Catalog_Block_Seo_Sitemap_
30
+ */
31
+ ?>
32
+ <?php $_items = $this->getCollection(); ?>
33
+ <?php if($_items->getSize()): ?>
34
+ <ul class="sitemap">
35
+ <?php foreach ($_items as $_item): ?>
36
+ <li class="level-<?php echo $this->getLevel($_item) ?>" <?php echo $this->getLevel($_item)?'style="padding-left:' . $this->getLevel($_item, 1) . '2px;"':'' ?>><a href="<?php echo $this->getItemUrl($_item) ?>"><?php echo $_item->name ?></a></li>
37
+ <?php endforeach; ?>
38
+ </ul>
39
+ <?php else: ?>
40
+ <p class="note-msg">
41
+ <?php echo $this->__('There are no %s available.', $this->getItemsTitle()); ?>
42
+ </p>
43
+ <?php endif ?>
app/design/frontend/default/mobile_store_blue/template/catalogsearch/advanced/form.phtml ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Catalog advanced search form
30
+ *
31
+ * @see Mage_CatalogSearch_Block_Advanced_Form
32
+ */
33
+ ?>
34
+ <?php $maxQueryLength= $this->helper('catalogsearch')->getMaxQueryLength();?>
35
+ <div class="page-title">
36
+ <h1><?php echo $this->__('Catalog Advanced Search') ?></h1>
37
+ </div>
38
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
39
+ <form action="<?php echo $this->getSearchPostUrl() ?>" method="get" id="form-validate">
40
+ <div class="fieldset advanced-search">
41
+ <h2 class="legend"><?php echo $this->__('Search Settings') ?></h2>
42
+ <ul class="form-list" id="advanced-search-list">
43
+ <?php foreach ($this->getSearchableAttributes() as $_attribute): ?>
44
+ <?php $_code = $_attribute->getAttributeCode() ?>
45
+ <li>
46
+ <label for="<?php echo $_code ?>"><?php echo $this->getAttributeLabel($_attribute) ?></label>
47
+ <?php switch($this->getAttributeInputType($_attribute)):
48
+ case 'number': ?>
49
+ <div class="input-range">
50
+ <input type="text" name="<?php echo $_code ?>[from]" value="<?php echo $this->escapeHtml($this->getAttributeValue($_attribute, 'from')) ?>" id="<?php echo $_code ?>" title="<?php echo $this->escapeHtml($this->getAttributeLabel($_attribute)) ?>" class="input-text validate-number" maxlength="<?php echo $maxQueryLength;?>" />
51
+ <span class="separator">-</span>
52
+ <input type="text" name="<?php echo $_code ?>[to]" value="<?php echo $this->escapeHtml($this->getAttributeValue($_attribute, 'to')) ?>" id="<?php echo $_code ?>_to" title="<?php echo $this->escapeHtml($this->getAttributeLabel($_attribute)) ?>" class="input-text validate-number" maxlength="<?php echo $maxQueryLength;?>" />
53
+ </div>
54
+ <?php break;
55
+ case 'price': ?>
56
+ <div class="input-range">
57
+ <input name="<?php echo $_code ?>[from]" value="<?php echo $this->escapeHtml($this->getAttributeValue($_attribute, 'from')) ?>" id="<?php echo $_code ?>" title="<?php echo $this->escapeHtml($this->getAttributeLabel($_attribute)) ?>" class="input-text validate-number" type="text" maxlength="<?php echo $maxQueryLength;?>" />
58
+ <span class="separator">-</span>
59
+ <input name="<?php echo $_code ?>[to]" value="<?php echo $this->escapeHtml($this->getAttributeValue($_attribute, 'to')) ?>" id="<?php echo $_code ?>_to" title="<?php echo $this->escapeHtml($this->getAttributeLabel($_attribute)) ?>" class="input-text validate-number" type="text" maxlength="<?php echo $maxQueryLength;?>" />
60
+ <small>(<?php echo $this->getCurrency($_attribute); ?>)</small>
61
+ </div>
62
+ <?php break;
63
+ case 'select': ?>
64
+ <div class="input-box">
65
+ <?php echo $this->getAttributeSelectElement($_attribute) ?>
66
+ </div>
67
+ <?php break;
68
+ case 'yesno': ?>
69
+ <?php echo $this->getAttributeYesNoElement($_attribute) ?>
70
+ <?php break;
71
+ case 'date': ?>
72
+ <div class="input-range">
73
+ <?php echo $this->getDateInput($_attribute, 'from') ?>
74
+ <span class="separator">-</span>
75
+ <?php echo $this->getDateInput($_attribute, 'to') ?>
76
+ </div>
77
+ <?php break;
78
+ default: ?>
79
+ <div class="input-box">
80
+ <input type="text" name="<?php echo $_code ?>" id="<?php echo $_code ?>" value="<?php echo $this->escapeHtml($this->getAttributeValue($_attribute)) ?>" title="<?php echo $this->escapeHtml($this->getAttributeLabel($_attribute)) ?>" class="input-text <?php echo $this->getAttributeValidationClass($_attribute) ?>" maxlength="<?php echo $maxQueryLength;?>" />
81
+ </div>
82
+ <?php endswitch; ?>
83
+ </li>
84
+ <?php endforeach; ?>
85
+ </ul>
86
+ <script type="text/javascript">decorateList('advanced-search-list')</script>
87
+ <div class="buttons-set">
88
+ <button type="submit" title="<?php echo $this->__('Search') ?>" class="button"><span><span><?php echo $this->__('Search') ?></span></span></button>
89
+ </div>
90
+ </div>
91
+
92
+ </form>
93
+ <script type="text/javascript">
94
+ //<![CDATA[
95
+ var dataForm = new VarienForm('form-validate', true);
96
+ //]]>
97
+ </script>
app/design/frontend/default/mobile_store_blue/template/catalogsearch/form.mini.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
+ /* @var $this Mage_Core_Block_Template */
27
+ /* @var $catalogSearchHelper Mage_Catalogsearch_Helper_Data */
28
+ $catalogSearchHelper = $this->helper('catalogsearch');
29
+ ?>
30
+ <form id="search_mini_form" action="<?php echo $this->helper('catalogsearch')->getResultUrl() ?>" method="get">
31
+ <div class="form-search">
32
+ <label for="search"><?php echo $this->__('Search:') ?></label>
33
+ <div class="search_input_cont">
34
+ <input id="search" type="text" name="<?php echo $this->helper('catalogsearch')->getQueryParamName() ?>" value="<?php echo $this->helper('catalogsearch')->getEscapedQueryText() ?>" class="input-text" />
35
+ </div>
36
+ <button type="submit" title="<?php echo $this->__('Search') ?>" class="button"><span><span><?php echo $this->__('Search') ?></span></span></button>
37
+ <div id="search_autocomplete" class="search-autocomplete"></div>
38
+ <script type="text/javascript">
39
+ //<![CDATA[
40
+ var searchForm = new Varien.searchForm('search_mini_form', 'search', '<?php echo $this->__('Search entire store here') ?>');
41
+ searchForm.initAutocomplete('<?php echo $this->helper('catalogsearch')->getSuggestUrl() ?>', 'search_autocomplete');
42
+ //]]>
43
+ </script>
44
+ </div>
45
+ </form>
app/design/frontend/default/mobile_store_blue/template/checkout/cart.phtml ADDED
@@ -0,0 +1,165 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ * Shopping cart template
30
+ *
31
+ * @see Mage_Checkout_Block_Cart
32
+ */
33
+ ?>
34
+ <div class="cart">
35
+ <div class="page-title title-buttons">
36
+ <h1><?php echo $this->__('Shopping Cart') ?></h1>
37
+ <?php if(!$this->hasError()): ?>
38
+ <ul class="checkout-types">
39
+ <?php foreach ($this->getMethods('top_methods') as $method): ?>
40
+ <?php if ($methodHtml = $this->getMethodHtml($method)): ?>
41
+ <li><?php echo $methodHtml; ?></li>
42
+ <?php endif; ?>
43
+ <?php endforeach; ?>
44
+ </ul>
45
+ <?php endif; ?>
46
+ </div>
47
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
48
+ <?php echo $this->getChildHtml('form_before') ?>
49
+ <form action="<?php echo $this->getUrl('checkout/cart/updatePost') ?>" method="post">
50
+ <fieldset>
51
+ <table id="shopping-cart-table" class="data-table cart-table">
52
+ <col width="1" />
53
+ <col />
54
+ <col width="1" />
55
+ <?php if ($this->helper('wishlist')->isAllowInCart()) : ?>
56
+ <col width="1" />
57
+ <?php endif ?>
58
+ <?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
59
+ <col width="1" />
60
+ <?php endif; ?>
61
+ <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
62
+ <col width="1" />
63
+ <?php endif; ?>
64
+ <col width="1" />
65
+ <?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
66
+ <col width="1" />
67
+ <?php endif; ?>
68
+ <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
69
+ <col width="1" />
70
+ <?php endif; ?>
71
+ <col width="1" />
72
+
73
+ <?php $mergedCells = ($this->helper('tax')->displayCartBothPrices() ? 2 : 1); ?>
74
+ <thead>
75
+ <tr>
76
+
77
+ <th rowspan="<?php echo $mergedCells; ?>">&nbsp;</th>
78
+ <th rowspan="<?php echo $mergedCells; ?>"><span class="nobr"><?php echo $this->__('Product Name') ?></span></th>
79
+ <th rowspan="<?php echo $mergedCells; ?>"></th>
80
+ <?php if ($this->helper('wishlist')->isAllowInCart()) : ?>
81
+ <th rowspan="<?php echo $mergedCells; ?>" class="a-center"><span class="nobr"><?php echo $this->__('Move to Wishlist') ?></span></th>
82
+ <?php endif ?>
83
+ <th class="a-center" colspan="<?php echo $mergedCells; ?>"><span class="nobr"><?php echo $this->__('Unit Price') ?></span></th>
84
+ <th rowspan="<?php echo $mergedCells; ?>" class="a-center"><?php echo $this->__('Qty') ?></th>
85
+ <th class="a-center" colspan="<?php echo $mergedCells; ?>"><?php echo $this->__('Subtotal') ?></th>
86
+ <th rowspan="<?php echo $mergedCells; ?>" class="a-center">&nbsp;</th>
87
+ </tr>
88
+ <?php if ($this->helper('tax')->displayCartBothPrices()): ?>
89
+ <tr>
90
+ <th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
91
+ <th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
92
+ <th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
93
+ <th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
94
+ </tr>
95
+ <?php endif; ?>
96
+ </thead>
97
+ <tfoot>
98
+ <tr>
99
+ <td colspan="50" class="a-right">
100
+ <?php if($this->getContinueShoppingUrl()): ?>
101
+ <button type="button" title="<?php echo $this->__('Continue Shopping') ?>" class="button btn-continue" onclick="setLocation('<?php echo $this->getContinueShoppingUrl() ?>')"><span><span><?php echo $this->__('Continue Shopping') ?></span></span></button>
102
+ <?php endif; ?>
103
+ <button type="submit" name="update_cart_action" value="update_qty" title="<?php echo $this->__('Update Shopping Cart'); ?>" class="button btn-update"><span><span><?php echo $this->__('Update Shopping Cart'); ?></span></span></button>
104
+ <button type="submit" name="update_cart_action" value="empty_cart" title="<?php echo $this->__('Clear Shopping Cart'); ?>" class="button btn-empty" id="empty_cart_button"><span><span><?php echo $this->__('Clear Shopping Cart'); ?></span></span></button>
105
+ <!--[if lt IE 8]>
106
+ <input type="hidden" id="update_cart_action_container" />
107
+ <script type="text/javascript">
108
+ //<![CDATA[
109
+ Event.observe(window, 'load', function()
110
+ {
111
+ // Internet Explorer (lt 8) does not support value attribute in button elements
112
+ $emptyCartButton = $('empty_cart_button');
113
+ $cartActionContainer = $('update_cart_action_container');
114
+ if ($emptyCartButton && $cartActionContainer) {
115
+ Event.observe($emptyCartButton, 'click', function()
116
+ {
117
+ $emptyCartButton.setAttribute('name', 'update_cart_action_temp');
118
+ $cartActionContainer.setAttribute('name', 'update_cart_action');
119
+ $cartActionContainer.setValue('empty_cart');
120
+ });
121
+ }
122
+
123
+ });
124
+ //]]>
125
+ </script>
126
+ <![endif]-->
127
+ </td>
128
+ </tr>
129
+ </tfoot>
130
+ <tbody>
131
+ <?php foreach($this->getItems() as $_item): ?>
132
+ <?php echo $this->getItemHtml($_item) ?>
133
+ <?php endforeach ?>
134
+ </tbody>
135
+ </table>
136
+ <script type="text/javascript">decorateTable('shopping-cart-table')</script>
137
+ </fieldset>
138
+ </form>
139
+ <div class="cart-collaterals">
140
+ <div class="col2-set">
141
+ <div class="col-1">
142
+ <?php echo $this->getChildHtml('crosssell') ?>
143
+ </div>
144
+ <div class="col-2">
145
+ <?php echo $this->getChildHtml('checkout.cart.extra') ?>
146
+ <?php echo $this->getChildHtml('coupon') ?>
147
+ <?php if (!$this->getIsVirtual()): echo $this->getChildHtml('shipping'); endif; ?>
148
+ </div>
149
+ </div>
150
+ <div class="totals">
151
+ <div class="totals_in">
152
+ <?php echo $this->getChildHtml('totals'); ?>
153
+ <?php if(!$this->hasError()): ?>
154
+ <ul class="checkout-types">
155
+ <?php foreach ($this->getMethods('methods') as $method): ?>
156
+ <?php if ($methodHtml = $this->getMethodHtml($method)): ?>
157
+ <li><?php echo $methodHtml; ?></li>
158
+ <?php endif; ?>
159
+ <?php endforeach; ?>
160
+ </ul>
161
+ <?php endif; ?>
162
+ </div>
163
+ </div>
164
+ </div>
165
+ </div>
app/design/frontend/default/mobile_store_blue/template/checkout/cart/coupon.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
+ <form id="discount-coupon-form" action="<?php echo $this->getUrl('checkout/cart/couponPost') ?>" method="post">
28
+ <div class="discount">
29
+ <h2><strong><?php echo $this->__('Discount Codes') ?></strong></h2>
30
+ <div class="discount-form">
31
+ <label for="coupon_code"><?php echo $this->__('Enter your coupon code if you have one.') ?></label>
32
+ <input type="hidden" name="remove" id="remove-coupone" value="0" />
33
+ <div class="input-box">
34
+ <input class="input-text" id="coupon_code" name="coupon_code" value="<?php echo $this->htmlEscape($this->getCouponCode()) ?>" />
35
+ </div>
36
+ <div class="buttons-set">
37
+ <button type="button" title="<?php echo $this->__('Apply Coupon') ?>" class="button" onclick="discountForm.submit(false)" value="<?php echo $this->__('Apply Coupon') ?>"><span><span><?php echo $this->__('Apply Coupon') ?></span></span></button>
38
+ <?php if(strlen($this->getCouponCode())): ?>
39
+ &nbsp; <button type="button" title="<?php echo $this->__('Cancel Coupon') ?>" class="button" onclick="discountForm.submit(true)" value="<?php echo $this->__('Cancel Coupon') ?>"><span><span><?php echo $this->__('Cancel Coupon') ?></span></span></button>
40
+ <?php endif;?>
41
+ </div>
42
+ </div>
43
+ </div>
44
+ </form>
45
+ <script type="text/javascript">
46
+ //<![CDATA[
47
+ var discountForm = new VarienForm('discount-coupon-form');
48
+ discountForm.submit = function (isRemove) {
49
+ if (isRemove) {
50
+ $('coupon_code').removeClassName('required-entry');
51
+ $('remove-coupone').value = "1";
52
+ } else {
53
+ $('coupon_code').addClassName('required-entry');
54
+ $('remove-coupone').value = "0";
55
+ }
56
+ return VarienForm.prototype.submit.bind(discountForm)();
57
+ }
58
+ //]]>
59
+ </script>
app/design/frontend/default/mobile_store_blue/template/checkout/cart/crosssell.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
+ * Cart cross sell items template
30
+ *
31
+ * @see Mage_Checkout_Block_Cart_Crosssell
32
+ */
33
+ ?>
34
+ <?php if($this->getItemCount()): ?>
35
+ <div class="crosssell">
36
+ <h2><strong><?php echo $this->__('You may be interested in the following items:') ?></strong></h2>
37
+ <ul id="crosssell-products-list">
38
+ <?php foreach ($this->getItems() as $_item): ?>
39
+ <li class="item clearfix">
40
+ <a class="product-image" href="<?php echo $_item->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_item->getName()) ?>"><img src="<?php echo $this->helper('catalog/image')->init($_item, 'thumbnail')->resize(102); ?>" width="102" height="102" alt="<?php echo $this->htmlEscape($_item->getName()) ?>" /></a>
41
+ <div class="product-details">
42
+ <h3 class="product-name"><a href="<?php echo $_item->getProductUrl() ?>"><?php echo $this->htmlEscape($_item->getName()) ?></a></h3>
43
+ <?php echo $this->getPriceHtml($_item, true) ?>
44
+ <button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_item) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
45
+ <ul class="add-to-links">
46
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
47
+ <li><a href="<?php echo $this->getAddToWishlistUrl($_item) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
48
+ <?php endif; ?>
49
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_item)): ?>
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 endforeach; ?>
56
+ </ul>
57
+ <script type="text/javascript">decorateList('crosssell-products-list', 'none-recursive')</script>
58
+ </div>
59
+ <?php endif; ?>
app/design/frontend/default/mobile_store_blue/template/checkout/cart/item/default.phtml ADDED
@@ -0,0 +1,278 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2011 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
+ $_item = $this->getItem();
29
+ $isVisibleProduct = $_item->getProduct()->isVisibleInSiteVisibility();
30
+ $canApplyMsrp = Mage::helper('catalog')->canApplyMsrp($_item->getProduct(), Mage_Catalog_Model_Product_Attribute_Source_Msrp_Type::TYPE_BEFORE_ORDER_CONFIRM);
31
+ ?>
32
+ <tr>
33
+ <td class="product_image_td"><?php if ($this->hasProductUrl()):?><a href="<?php echo $this->getProductUrl() ?>" title="<?php echo $this->htmlEscape($this->getProductName()) ?>" class="product-image"><?php endif;?><img src="<?php echo $this->getProductThumbnail()->resize(95); ?>" width="95" height="95" alt="<?php echo $this->htmlEscape($this->getProductName()) ?>" /><?php if ($this->hasProductUrl()):?></a><?php endif;?></td>
34
+ <td class="prodcut_name_td" style="vertical-align:middle;">
35
+ <h2 class="product-name">
36
+ <?php if ($this->hasProductUrl()):?>
37
+ <a href="<?php echo $this->getProductUrl() ?>"><?php echo $this->htmlEscape($this->getProductName()) ?></a>
38
+ <?php else: ?>
39
+ <?php echo $this->htmlEscape($this->getProductName()) ?>
40
+ <?php endif; ?>
41
+ </h2>
42
+ <?php if ($_options = $this->getOptionList()):?>
43
+ <dl class="item-options">
44
+ <?php foreach ($_options as $_option) : ?>
45
+ <?php $_formatedOptionValue = $this->getFormatedOptionValue($_option) ?>
46
+ <dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
47
+ <dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>><?php echo $_formatedOptionValue['value'] ?>
48
+ <?php if (isset($_formatedOptionValue['full_view'])): ?>
49
+ <div class="truncated_full_value">
50
+ <dl class="item-options">
51
+ <dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
52
+ <dd><?php echo $_formatedOptionValue['full_view'] ?></dd>
53
+ </dl>
54
+ </div>
55
+ <?php endif; ?>
56
+ </dd>
57
+ <?php endforeach; ?>
58
+ </dl>
59
+ <?php endif;?>
60
+ <?php if ($messages = $this->getMessages()): ?>
61
+ <?php foreach ($messages as $message): ?>
62
+ <p class="item-msg <?php echo $message['type'] ?>">* <?php echo $this->escapeHtml($message['text']) ?></p>
63
+ <?php endforeach; ?>
64
+ <?php endif; ?>
65
+ <?php $addInfoBlock = $this->getProductAdditionalInformationBlock(); ?>
66
+ <?php if ($addInfoBlock): ?>
67
+ <?php echo $addInfoBlock->setItem($_item)->toHtml() ?>
68
+ <?php endif;?>
69
+ </td>
70
+ <td class="new-center">
71
+ <?php if ($isVisibleProduct): ?>
72
+ <a href="<?php echo $this->getConfigureUrl() ?>" title="<?php echo $this->__('Edit item parameters') ?>"><?php echo $this->__('Edit') ?></a>
73
+ <?php endif ?>
74
+ </td>
75
+ <?php if ($this->helper('wishlist')->isAllowInCart()) : ?>
76
+ <td class="new-center">
77
+ <?php if ($isVisibleProduct): ?>
78
+ <input type="checkbox" value="1" name="cart[<?php echo $_item->getId() ?>][wishlist]" title="<?php echo $this->__('Move to Wishlist') ?>" class="checkbox" />
79
+ <?php endif ?>
80
+ </td>
81
+ <?php endif ?>
82
+
83
+ <?php if ($canApplyMsrp): ?>
84
+ <td class="a-right"<?php if ($this->helper('tax')->displayCartBothPrices()): ?> colspan="2"<?php endif; ?>>
85
+ <span class="cart-price">
86
+ <span class="cart-msrp-unit"><?php echo $this->__('See price before order confirmation.'); ?></span>
87
+ <?php $helpLinkId = 'cart-msrp-help-' . $_item->getId(); ?>
88
+ <a id="<?php echo $helpLinkId ?>" href="#" class="map-help-link"><?php echo $this->__("What's this?"); ?></a>
89
+ <script type="text/javascript">
90
+ Catalog.Map.addHelpLink($('<?php echo $helpLinkId ?>'), "<?php echo $this->__("What's this?") ?>");
91
+ </script>
92
+ </span>
93
+ </td>
94
+ <?php else: ?>
95
+
96
+ <?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
97
+ <td class="a-right">
98
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
99
+ <span class="cart-tax-total" onclick="taxToggle('eunit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
100
+ <?php else: ?>
101
+ <span class="cart-price">
102
+ <?php endif; ?>
103
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
104
+ <?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?>
105
+ <?php else: ?>
106
+ <?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()) ?>
107
+ <?php endif; ?>
108
+
109
+ </span>
110
+
111
+
112
+ <?php if (Mage::helper('weee')->getApplied($_item)): ?>
113
+
114
+ <div class="cart-tax-info" id="eunit-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
115
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
116
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
117
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount'],true,true); ?></span>
118
+ <?php endforeach; ?>
119
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
120
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
121
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span>
122
+ <?php endforeach; ?>
123
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
124
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
125
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span>
126
+ <?php endforeach; ?>
127
+ <?php endif; ?>
128
+ </div>
129
+
130
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
131
+ <div class="cart-tax-total" onclick="taxToggle('eunit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
132
+ <span class="weee"><?php echo Mage::helper('weee')->__('Total'); ?>: <?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?></span>
133
+ </div>
134
+ <?php endif; ?>
135
+ <?php endif; ?>
136
+ </td>
137
+ <?php endif; ?>
138
+ <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
139
+ <td class="new-center">
140
+ <?php $_incl = $this->helper('checkout')->getPriceInclTax($_item); ?>
141
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
142
+ <span class="cart-tax-total" onclick="taxToggle('unit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
143
+ <?php else: ?>
144
+ <span class="cart-price">
145
+ <?php endif; ?>
146
+
147
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
148
+ <?php echo $this->helper('checkout')->formatPrice($_incl+$_item->getWeeeTaxAppliedAmount()); ?>
149
+ <?php else: ?>
150
+ <?php echo $this->helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxDisposition()) ?>
151
+ <?php endif; ?>
152
+
153
+ </span>
154
+ <?php if (Mage::helper('weee')->getApplied($_item)): ?>
155
+
156
+ <div class="cart-tax-info" id="unit-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
157
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
158
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
159
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount'],true,true); ?></span>
160
+ <?php endforeach; ?>
161
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
162
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
163
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span>
164
+ <?php endforeach; ?>
165
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
166
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
167
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span>
168
+ <?php endforeach; ?>
169
+ <?php endif; ?>
170
+ </div>
171
+
172
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
173
+ <div class="cart-tax-total" onclick="taxToggle('unit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
174
+ <span class="weee"><?php echo Mage::helper('weee')->__('Total incl. tax'); ?>: <?php echo $this->helper('checkout')->formatPrice($_incl+$_item->getWeeeTaxAppliedAmount()); ?></span>
175
+ </div>
176
+ <?php endif; ?>
177
+ <?php endif; ?>
178
+ </td>
179
+ <?php endif; ?>
180
+ <?php endif; ?>
181
+ <td class="new-center">
182
+ <input name="cart[<?php echo $_item->getId() ?>][qty]" value="<?php echo $this->getQty() ?>" size="4" title="<?php echo $this->__('Qty') ?>" class="input-text qty" maxlength="12" />
183
+ </td>
184
+ <?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
185
+ <td class="new-center">
186
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
187
+ <span class="cart-tax-total" onclick="taxToggle('esubtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
188
+ <?php else: ?>
189
+ <span class="cart-price">
190
+ <?php endif; ?>
191
+
192
+ <?php if ($canApplyMsrp): ?>
193
+ <span class="cart-msrp-subtotal">--</span>
194
+ <?php else: ?>
195
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
196
+ <?php echo $this->helper('checkout')->formatPrice($_item->getRowTotal()+$_item->getWeeeTaxAppliedRowAmount()+$_item->getWeeeTaxRowDisposition()); ?>
197
+ <?php else: ?>
198
+ <?php echo $this->helper('checkout')->formatPrice($_item->getRowTotal()) ?>
199
+ <?php endif; ?>
200
+ <?php endif; ?>
201
+
202
+ </span>
203
+ <?php if (Mage::helper('weee')->getApplied($_item)): ?>
204
+
205
+ <div class="cart-tax-info" id="esubtotal-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
206
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
207
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
208
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount'],true,true); ?></span>
209
+ <?php endforeach; ?>
210
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
211
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
212
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></span>
213
+ <?php endforeach; ?>
214
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
215
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
216
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></span>
217
+ <?php endforeach; ?>
218
+ <?php endif; ?>
219
+ </div>
220
+
221
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
222
+ <div class="cart-tax-total" onclick="taxToggle('esubtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
223
+ <span class="weee"><?php echo Mage::helper('weee')->__('Total'); ?>: <?php echo $this->helper('checkout')->formatPrice($_item->getRowTotal()+$_item->getWeeeTaxAppliedRowAmount()+$_item->getWeeeTaxRowDisposition()); ?></span>
224
+ </div>
225
+ <?php endif; ?>
226
+ <?php endif; ?>
227
+ </td>
228
+ <?php endif; ?>
229
+ <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
230
+ <td class="new-center">
231
+ <?php $_incl = $this->helper('checkout')->getSubtotalInclTax($_item); ?>
232
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
233
+ <span class="cart-tax-total" onclick="taxToggle('subtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
234
+ <?php else: ?>
235
+ <span class="cart-price">
236
+ <?php endif; ?>
237
+
238
+ <?php if ($canApplyMsrp): ?>
239
+ <span class="cart-msrp-subtotal">--</span>
240
+ <?php else: ?>
241
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
242
+ <?php echo $this->helper('checkout')->formatPrice($_incl+$_item->getWeeeTaxAppliedRowAmount()); ?>
243
+ <?php else: ?>
244
+ <?php echo $this->helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxRowDisposition()) ?>
245
+ <?php endif; ?>
246
+ <?php endif; ?>
247
+
248
+ </span>
249
+
250
+
251
+ <?php if (Mage::helper('weee')->getApplied($_item)): ?>
252
+
253
+ <div class="cart-tax-info" id="subtotal-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
254
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
255
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
256
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount'],true,true); ?></span>
257
+ <?php endforeach; ?>
258
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
259
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
260
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></span>
261
+ <?php endforeach; ?>
262
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
263
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
264
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></span>
265
+ <?php endforeach; ?>
266
+ <?php endif; ?>
267
+ </div>
268
+
269
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
270
+ <div class="cart-tax-total" onclick="taxToggle('subtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
271
+ <span class="weee"><?php echo Mage::helper('weee')->__('Total incl. tax'); ?>: <?php echo $this->helper('checkout')->formatPrice($_incl+$_item->getWeeeTaxAppliedRowAmount()); ?></span>
272
+ </div>
273
+ <?php endif; ?>
274
+ <?php endif; ?>
275
+ </td>
276
+ <?php endif; ?>
277
+ <td class="new-center"><a href="<?php echo $this->getDeleteUrl()?>" title="<?php echo $this->__('Remove item')?>" class="btn-remove btn-remove2"><?php echo $this->__('Remove item')?></a></td>
278
+ </tr>
app/design/frontend/default/mobile_store_blue/template/checkout/cart/shipping.phtml ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_Checkout_Block_Cart_Shipping
30
+ */
31
+ ?>
32
+ <div class="shipping">
33
+ <h2><strong><?php echo $this->__('Estimate Shipping and Tax') ?></strong></h2>
34
+ <div class="shipping-form">
35
+ <form action="<?php echo $this->getUrl('checkout/cart/estimatePost') ?>" method="post" id="shipping-zip-form">
36
+ <p><?php echo $this->__('Enter your destination to get a shipping estimate.') ?></p>
37
+ <ul class="form-list">
38
+ <li>
39
+ <label for="country" class="required"><em>*</em><?php echo $this->__('Country') ?></label>
40
+ <div class="input-box">
41
+ <?php echo Mage::getBlockSingleton('directory/data')->getCountryHtmlSelect($this->getEstimateCountryId()) ?>
42
+ </div>
43
+ </li>
44
+ <?php //if($this->getStateActive()): ?>
45
+ <li>
46
+ <label for="region_id"<?php if ($this->isStateProvinceRequired()) echo ' class="required"' ?>><?php if ($this->isStateProvinceRequired()) echo '<em>*</em>' ?><?php echo $this->__('State/Province') ?></label>
47
+ <div class="input-box">
48
+ <select id="region_id" name="region_id" title="<?php echo $this->__('State/Province') ?>" style="display:none;"<?php echo ($this->isStateProvinceRequired() ? ' class="validate-select"' : '') ?>>
49
+ <option value=""><?php echo $this->__('Please select region, state or province') ?></option>
50
+ </select>
51
+ <script type="text/javascript">
52
+ //<![CDATA[
53
+ $('region_id').setAttribute('defaultValue', "<?php echo $this->getEstimateRegionId() ?>");
54
+ //]]>
55
+ </script>
56
+ <input type="text" id="region" name="region" value="<?php echo $this->htmlEscape($this->getEstimateRegion()) ?>" title="<?php echo $this->__('State/Province') ?>" class="input-text" style="display:none;" />
57
+ </div>
58
+ </li>
59
+ <?php //endif; ?>
60
+ <?php if($this->getCityActive()): ?>
61
+ <li>
62
+ <label for="city"<?php if ($this->isCityRequired()) echo ' class="required"' ?>><?php if ($this->isCityRequired()) echo '<em>*</em>' ?><?php echo $this->__('City') ?></label>
63
+ <div class="input-box">
64
+ <input class="input-text<?php if ($this->isCityRequired()):?> required-entry<?php endif;?>" id="city" type="text" name="estimate_city" value="<?php echo $this->htmlEscape($this->getEstimateCity()) ?>" />
65
+ </div>
66
+ </li>
67
+ <?php endif; ?>
68
+ <li>
69
+ <label for="postcode"<?php if ($this->isZipCodeRequired()) echo ' class="required"' ?>><?php if ($this->isZipCodeRequired()) echo '<em>*</em>' ?><?php echo $this->__('Zip/Postal Code') ?></label>
70
+ <div class="input-box">
71
+ <input class="input-text validate-postcode<?php if ($this->isZipCodeRequired()):?> required-entry<?php endif;?>" type="text" id="postcode" name="estimate_postcode" value="<?php echo $this->htmlEscape($this->getEstimatePostcode()) ?>" />
72
+ </div>
73
+ </li>
74
+ </ul>
75
+ <div class="buttons-set">
76
+ <button type="button" title="<?php echo $this->__('Get a Quote') ?>" onclick="coShippingMethodForm.submit()" class="button"><span><span><?php echo $this->__('Get a Quote') ?></span></span></button>
77
+ </div>
78
+ </form>
79
+ <script type="text/javascript">
80
+ //<![CDATA[
81
+ new RegionUpdater('country', 'region', 'region_id', <?php echo $this->helper('directory')->getRegionJson() ?>);
82
+ //]]>
83
+ </script>
84
+
85
+ <?php if (($_shippingRateGroups = $this->getEstimateRates())): ?>
86
+ <form id="co-shipping-method-form" action="<?php echo $this->getUrl('checkout/cart/estimateUpdatePost') ?>">
87
+ <dl class="sp-methods">
88
+ <?php foreach ($_shippingRateGroups as $code => $_rates): ?>
89
+ <dt><?php echo $this->getCarrierName($code) ?></dt>
90
+ <dd>
91
+ <ul>
92
+ <?php foreach ($_rates as $_rate): ?>
93
+ <li<?php if ($_rate->getErrorMessage()) echo ' class="error-msg"';?>>
94
+ <?php if ($_rate->getErrorMessage()): ?>
95
+ <?php echo $_rate->getErrorMessage() ?>
96
+ <?php else: ?>
97
+ <input name="estimate_method" type="radio" value="<?php echo $this->htmlEscape($_rate->getCode()) ?>" id="s_method_<?php echo $_rate->getCode() ?>"<?php if($_rate->getCode()===$this->getAddressShippingMethod()) echo ' checked="checked"' ?> class="radio" />
98
+ <label for="s_method_<?php echo $_rate->getCode() ?>"><?php echo $_rate->getMethodTitle() ?>
99
+ <?php $_excl = $this->getShippingPrice($_rate->getPrice(), $this->helper('tax')->displayShippingPriceIncludingTax()); ?>
100
+ <?php $_incl = $this->getShippingPrice($_rate->getPrice(), true); ?>
101
+ <?php echo $_excl; ?>
102
+ <?php if ($this->helper('tax')->displayShippingBothPrices() && $_incl != $_excl): ?>
103
+ (<?php echo $this->__('Incl. Tax'); ?> <?php echo $_incl; ?>)
104
+ <?php endif; ?>
105
+ </label>
106
+ <?php endif ?>
107
+ </li>
108
+ <?php endforeach; ?>
109
+ </ul>
110
+ </dd>
111
+ <?php endforeach; ?>
112
+ </dl>
113
+ <div class="buttons-set">
114
+ <button type="submit" title="<?php echo $this->__('Update Total') ?>" class="button" name="do" value="<?php echo $this->__('Update Total') ?>"><span><span><?php echo $this->__('Update Total') ?></span></span></button>
115
+ </div>
116
+ </form>
117
+ <?php endif; ?>
118
+ <script type="text/javascript">
119
+ //<![CDATA[
120
+ var coShippingMethodForm = new VarienForm('shipping-zip-form');
121
+ var countriesWithOptionalZip = <?php echo $this->helper('directory')->getCountriesWithOptionalZip(true) ?>;
122
+
123
+ coShippingMethodForm.submit = function () {
124
+ var country = $F('country');
125
+ var optionalZip = false;
126
+
127
+ for (i=0; i < countriesWithOptionalZip.length; i++) {
128
+ if (countriesWithOptionalZip[i] == country) {
129
+ optionalZip = true;
130
+ }
131
+ }
132
+ if (optionalZip) {
133
+ $('postcode').removeClassName('required-entry');
134
+ }
135
+ else {
136
+ $('postcode').addClassName('required-entry');
137
+ }
138
+ return VarienForm.prototype.submit.bind(coShippingMethodForm)();
139
+ }
140
+ //]]>
141
+ </script>
142
+ </div>
143
+ </div>
app/design/frontend/default/mobile_store_blue/template/checkout/cart/sidebar.phtml ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 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
+ * Shoping cart sidebar
29
+ *
30
+ * @see Mage_Checkout_Block_Cart_Sidebar
31
+ */
32
+
33
+ ?>
34
+ <?php if ($this->getIsNeedToDisplaySideBar()):?>
35
+ <div class="block block-cart">
36
+ <?php $_cartQty = $this->getSummaryCount() ?>
37
+ <div class="block-title">
38
+ <strong><span><?php echo $this->__('My Shopping Cart') ?></span></strong>
39
+ </div>
40
+ <div class="block-content">
41
+ <?php if ($_cartQty>0): ?>
42
+ <div class="summary">
43
+ <?php if ($_cartQty==1): ?>
44
+ <p class="amount"><?php echo $this->__('There is <a href="%s">1 item</a> in your cart.', $this->getUrl('checkout/cart')) ?></p>
45
+ <?php else: ?>
46
+ <p class="amount"><?php echo $this->__('There are <a href="%s">%s items</a> in your cart.', $this->getUrl('checkout/cart'), $_cartQty) ?></p>
47
+ <?php endif ?>
48
+ <p class="subtotal">
49
+ <?php if ($this->canApplyMsrp()): ?>
50
+ <span class="map-cart-sidebar-total"><?php echo $this->__('ORDER TOTAL WILL BE DISPLAYED BEFORE YOU SUBMIT THE ORDER'); ?></span>
51
+ <?php else: ?>
52
+ <span class="label"><?php echo $this->__('Cart Subtotal:') ?></span> <?php echo Mage::helper('checkout')->formatPrice($this->getSubtotal()) ?>
53
+ <?php if ($_subtotalInclTax = $this->getSubtotalInclTax()): ?>
54
+ <br />(<?php echo Mage::helper('checkout')->formatPrice($_subtotalInclTax) ?> <?php echo Mage::helper('tax')->getIncExcText(true) ?>)
55
+ <?php endif; ?>
56
+ <?php endif; ?>
57
+ </p>
58
+ </div>
59
+ <?php endif ?>
60
+ <?php if($_cartQty && $this->isPossibleOnepageCheckout()): ?>
61
+ <div class="actions">
62
+ <?php echo $this->getChildHtml('extra_actions') ?>
63
+ <button type="button" title="<?php echo $this->__('Checkout') ?>" class="button" onclick="setLocation('<?php echo $this->getCheckoutUrl() ?>')"><span><span><?php echo $this->__('Checkout') ?></span></span></button>
64
+ </div>
65
+ <?php endif ?>
66
+ <?php $_items = $this->getRecentItems() ?>
67
+ <?php if(count($_items)): ?>
68
+ <p class="block-subtitle"><?php echo $this->__('Recently added item(s)') ?></p>
69
+ <ol id="cart-sidebar" class="mini-products-list">
70
+ <?php foreach($_items as $_item): ?>
71
+ <?php echo $this->getItemHtml($_item) ?>
72
+ <?php endforeach; ?>
73
+ </ol>
74
+ <script type="text/javascript">decorateList('cart-sidebar', 'none-recursive')</script>
75
+ <?php else: ?>
76
+ <p class="empty"><?php echo $this->__('You have no items in your shopping cart.') ?></p>
77
+ <?php endif ?>
78
+ </div>
79
+ </div>
80
+ <?php endif;?>
app/design/frontend/default/mobile_store_blue/template/contacts/form.phtml ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 id="messages_product_view"><?php echo $this->getMessagesBlock()->getGroupedHtml() ?></div>
28
+ <div class="page-title">
29
+ <h1><?php echo Mage::helper('contacts')->__('Contact Us') ?></h1>
30
+ </div>
31
+ <form action="<?php echo $this->getFormAction(); ?>" id="contactForm" method="post">
32
+ <div class="fieldset">
33
+ <h2 class="legend"><?php echo Mage::helper('contacts')->__('Contact Information') ?></h2>
34
+ <ul class="form-list">
35
+ <li class="fields">
36
+ <div class="field">
37
+ <label for="name" class="required"><em>*</em><?php echo Mage::helper('contacts')->__('Name') ?></label>
38
+ <div class="input-box">
39
+ <input name="name" id="name" title="<?php echo Mage::helper('contacts')->__('Name') ?>" value="<?php echo $this->htmlEscape($this->helper('contacts')->getUserName()) ?>" class="input-text required-entry" type="text" />
40
+ </div>
41
+ </div>
42
+ <div class="field">
43
+ <label for="email" class="required"><em>*</em><?php echo Mage::helper('contacts')->__('Email') ?></label>
44
+ <div class="input-box">
45
+ <input name="email" id="email" title="<?php echo Mage::helper('contacts')->__('Email') ?>" value="<?php echo $this->htmlEscape($this->helper('contacts')->getUserEmail()) ?>" class="input-text required-entry validate-email" type="text" />
46
+ </div>
47
+ </div>
48
+ </li>
49
+ <li>
50
+ <label for="telephone"><?php echo Mage::helper('contacts')->__('Telephone') ?></label>
51
+ <div class="input-box">
52
+ <input name="telephone" id="telephone" title="<?php echo Mage::helper('contacts')->__('Telephone') ?>" value="" class="input-text" type="text" />
53
+ </div>
54
+ </li>
55
+ <li class="wide">
56
+ <label for="comment" class="required"><em>*</em><?php echo Mage::helper('contacts')->__('Comment') ?></label>
57
+ <div class="input-box">
58
+ <textarea name="comment" id="comment" title="<?php echo Mage::helper('contacts')->__('Comment') ?>" class="required-entry input-text" cols="5" rows="3"></textarea>
59
+ </div>
60
+ </li>
61
+ </ul>
62
+ <div class="buttons-set">
63
+ <p class="required reqnew"><span><?php echo $this->__('* ') ?></span><?php echo $this->__('Required Fields') ?></p>
64
+ <input type="text" name="hideit" id="hideit" value="" style="display:none !important;" />
65
+ <button type="submit" title="<?php echo Mage::helper('contacts')->__('Submit') ?>" class="button"><span><span><?php echo Mage::helper('contacts')->__('Submit') ?></span></span></button>
66
+ </div>
67
+ </div>
68
+
69
+ </form>
70
+ <script type="text/javascript">
71
+ //<![CDATA[
72
+ var contactForm = new VarienForm('contactForm', true);
73
+ //]]>
74
+ </script>
app/design/frontend/default/mobile_store_blue/template/customer/address/edit.phtml ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Edit customer address template
30
+ *
31
+ * @see Mage_Customer_Block_Address_Edit
32
+ */
33
+ ?>
34
+ <?php if($this->getTitle()): ?>
35
+ <div class="page-title">
36
+ <h1><?php echo $this->getTitle() ?></h1>
37
+ </div>
38
+ <?php endif; ?>
39
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
40
+ <form action="<?php echo $this->getSaveUrl() ?>" method="post" id="form-validate" class="new_adress">
41
+ <div class="fieldset">
42
+ <?php echo $this->getBlockHtml('formkey')?>
43
+ <input type="hidden" name="success_url" value="<?php echo $this->getSuccessUrl() ?>" />
44
+ <input type="hidden" name="error_url" value="<?php echo $this->getErrorUrl() ?>" />
45
+ <h2 class="legend"><?php echo $this->__('Contact Information') ?></h2>
46
+ <ul class="form-list">
47
+ <li class="fields">
48
+ <?php echo $this->getNameBlockHtml() ?>
49
+ </li>
50
+ <li class="wide">
51
+ <label for="company"><?php echo $this->__('Company') ?></label>
52
+ <div class="input-box">
53
+ <input type="text" name="company" id="company" title="<?php echo $this->__('Company') ?>" value="<?php echo $this->escapeHtml($this->getAddress()->getCompany()) ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('company') ?>" />
54
+ </div>
55
+ </li>
56
+ <li class="fields">
57
+ <div class="field">
58
+ <label for="telephone" class="required"><em>*</em><?php echo $this->__('Telephone') ?></label>
59
+ <div class="input-box">
60
+ <input type="text" name="telephone" value="<?php echo $this->escapeHtml($this->getAddress()->getTelephone()) ?>" title="<?php echo $this->__('Telephone') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('telephone') ?>" id="telephone" />
61
+ </div>
62
+ </div>
63
+ <div class="field">
64
+ <label for="fax"><?php echo $this->__('Fax') ?></label>
65
+ <div class="input-box">
66
+ <input type="text" name="fax" id="fax" title="<?php echo $this->__('Fax') ?>" value="<?php echo $this->escapeHtml($this->getAddress()->getFax()) ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('fax') ?>" />
67
+ </div>
68
+ </div>
69
+ </li>
70
+ </ul>
71
+ </div>
72
+ <div class="fieldset">
73
+ <h2 class="legend"><?php echo $this->__('Address') ?></h2>
74
+ <ul class="form-list">
75
+ <?php $_streetValidationClass = $this->helper('customer/address')->getAttributeValidationClass('street'); ?>
76
+ <li class="wide">
77
+ <label for="street_1" class="required"><em>*</em><?php echo $this->__('Street Address') ?></label>
78
+ <div class="input-box">
79
+ <input type="text" name="street[]" value="<?php echo $this->escapeHtml($this->getAddress()->getStreet(1)) ?>" title="<?php echo $this->__('Street Address') ?>" id="street_1" class="input-text <?php echo $_streetValidationClass ?>" />
80
+ </div>
81
+ </li>
82
+ <?php $_streetValidationClass = trim(str_replace('required-entry', '', $_streetValidationClass)); ?>
83
+ <?php for ($_i = 2, $_n = $this->helper('customer/address')->getStreetLines(); $_i <= $_n; $_i++): ?>
84
+ <li class="wide">
85
+ <div class="input-box">
86
+ <input type="text" name="street[]" value="<?php echo $this->escapeHtml($this->getAddress()->getStreet($_i)) ?>" title="<?php echo $this->__('Street Address %s', $_i) ?>" id="street_<?php echo $_i ?>" class="input-text <?php echo $_streetValidationClass ?>" />
87
+ </div>
88
+ </li>
89
+ <?php endfor; ?>
90
+ <?php if ($this->helper('customer/address')->isVatAttributeVisible()) : ?>
91
+ <li class="wide">
92
+ <label for="vat_id"><?php echo $this->__('VAT Number') ?></label>
93
+ <div class="input-box">
94
+ <input type="text" name="vat_id" value="<?php echo $this->escapeHtml($this->getAddress()->getVatId()) ?>" title="<?php echo $this->__('VAT Number') ?>" id="vat_id" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('vat_id') ?>" />
95
+ </div>
96
+ </li>
97
+ <?php endif; ?>
98
+ <li class="fields">
99
+ <div class="field">
100
+ <label for="city" class="required"><em>*</em><?php echo $this->__('City') ?></label>
101
+ <div class="input-box">
102
+ <input type="text" name="city" value="<?php echo $this->escapeHtml($this->getAddress()->getCity()) ?>" title="<?php echo $this->__('City') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('city') ?>" id="city" />
103
+ </div>
104
+ </div>
105
+ <div class="field">
106
+ <label for="region_id" class="required"><em>*</em><?php echo $this->__('State/Province') ?></label>
107
+ <div class="input-box">
108
+ <select id="region_id" name="region_id" title="<?php echo $this->__('State/Province') ?>" class="validate-select" style="display:none;">
109
+ <option value=""><?php echo $this->__('Please select region, state or province') ?></option>
110
+ </select>
111
+ <script type="text/javascript">
112
+ //<![CDATA[
113
+ $('region_id').setAttribute('defaultValue', "<?php echo $this->getAddress()->getRegionId() ?>");
114
+ //]]>
115
+ </script>
116
+ <input type="text" id="region" name="region" value="<?php echo $this->escapeHtml($this->getAddress()->getRegion()) ?>" title="<?php echo $this->__('State/Province') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('region') ?>" />
117
+ </div>
118
+ </div>
119
+ </li>
120
+ <li class="fields">
121
+ <div class="field">
122
+ <label for="zip" class="required"><em>*</em><?php echo $this->__('Zip/Postal Code') ?></label>
123
+ <div class="input-box">
124
+ <input type="text" name="postcode" value="<?php echo $this->escapeHtml($this->getAddress()->getPostcode()) ?>" title="<?php echo $this->__('Zip/Postal Code') ?>" id="zip" class="input-text validate-zip-international <?php echo $this->helper('customer/address')->getAttributeValidationClass('postcode') ?>" />
125
+ </div>
126
+ </div>
127
+ <div class="field">
128
+ <label for="country" class="required"><em>*</em><?php echo $this->__('Country') ?></label>
129
+ <div class="input-box">
130
+ <?php echo $this->getCountryHtmlSelect() ?>
131
+ </div>
132
+ </div>
133
+ </li>
134
+ <li<?php if($this->canSetAsDefaultBilling()) echo ' class="control"' ?>>
135
+ <?php if($this->isDefaultBilling()): ?>
136
+ <strong><?php echo $this->__('Default Billing Address') ?></strong>
137
+ <?php elseif($this->canSetAsDefaultBilling()): ?>
138
+ <input type="checkbox" id="primary_billing" name="default_billing" value="1" title="<?php echo $this->__('Use as My Default Billing Address') ?>" class="checkbox" /><label for="primary_billing"><?php echo $this->__('Use as my default billing address') ?></label>
139
+ <?php else: ?>
140
+ <input type="hidden" name="default_billing" value="1" />
141
+ <?php endif; ?>
142
+ </li>
143
+ <li<?php if($this->canSetAsDefaultShipping()) echo ' class="control"' ?>>
144
+ <?php if($this->isDefaultShipping()): ?>
145
+ <strong><?php echo $this->__('Default Shipping Address') ?></strong>
146
+ <?php elseif($this->canSetAsDefaultShipping()): ?>
147
+ <input type="checkbox" id="primary_shipping" name="default_shipping" value="1" title="<?php echo $this->__('Use as My Default Shipping Address') ?>" class="checkbox" /><label for="primary_shipping"><?php echo $this->__('Use as my default shipping address') ?></label>
148
+ <?php else: ?>
149
+ <input type="hidden" name="default_shipping" value="1" />
150
+ <?php endif; ?>
151
+ </li>
152
+ </ul>
153
+ <div class="buttons-set">
154
+ <p class="required"><?php echo $this->__('* Required Fields') ?></p>
155
+ <p class="back-link"><a href="<?php echo $this->escapeUrl($this->getBackUrl()) ?>"><small>&laquo; </small><?php echo $this->__('Back') ?></a></p>
156
+ <button type="submit" title="<?php echo $this->__('Save Address') ?>" class="button"><span><span><?php echo $this->__('Save Address') ?></span></span></button>
157
+ </div>
158
+ </div>
159
+
160
+ </form>
161
+ <script type="text/javascript">
162
+ //<![CDATA[
163
+ var dataForm = new VarienForm('form-validate', true);
164
+ new RegionUpdater('country', 'region', 'region_id', <?php echo $this->helper('directory')->getRegionJson() ?>, undefined, 'zip');
165
+ //]]>
166
+ </script>
app/design/frontend/default/mobile_store_blue/template/customer/form/address.phtml ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <script type="text/javascript">countryRegions = <?php echo $this->helper('directory')->getRegionJson() ?></script>
28
+
29
+ <div class="page-title">
30
+ <h1><?php if($data->getAddressId()): ?><?php echo $this->__('Edit Address Entry') ?><?php else: ?><?php echo $this->__('New Address Entry') ?><?php endif ?></h1>
31
+ </div>
32
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
33
+ <form action="<?php echo $action ?>" method="post" id="form-validate">
34
+ <div class="fieldset">
35
+ <input type="hidden" name="address_id" value="<?php echo $data->getAddressId() ?>" />
36
+ <input type="hidden" name="customer_id" id="address_id" value="<?php echo $data->getCustomerId() ?>" />
37
+ <h2 class="legend"><?php echo $this->__('Personal Information') ?></h2>
38
+ <ul class="form-list">
39
+ <li class="fields">
40
+ <?php echo $this->getLayout()->createBlock('customer/widget_name')->setObject($data)->toHtml() ?>
41
+ </li>
42
+ <li>
43
+ <label for="company"><?php echo $this->__('Company') ?></label>
44
+ <div class="input-box">
45
+ <input type="text" name="company" id="company" title="<?php echo $this->__('Company') ?>" value="<?php echo $this->escapeHtml($data->getCompany()) ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('company') ?>" />
46
+ </div>
47
+ </li>
48
+ </ul>
49
+ </div>
50
+ <div class="fieldset">
51
+ <h2 class="legend"><?php echo $this->__('Address') ?></h2>
52
+ <ul class="form-list">
53
+ <?php $_streetValidationClass = $this->helper('customer/address')->getAttributeValidationClass('street'); ?>
54
+ <li class="wide">
55
+ <label for="street_1" class="required"><em>*</em><?php echo $this->__('Street Address') ?></label>
56
+ <div class="input-box">
57
+ <input type="text" name="street[]" value="<?php echo $this->escapeHtml($data->getStreet(1)) ?>" title="<?php echo $this->__('Street Address') ?>" id="street_1" class="input-text <?php echo $_streetValidationClass ?>" />
58
+ </div>
59
+ </li>
60
+ <?php $_streetValidationClass = trim(str_replace('required-entry', '', $_streetValidationClass)); ?>
61
+ <?php for ($_i = 2, $_n = $this->helper('customer/address')->getStreetLines(); $_i <= $_n; $_i++): ?>
62
+ <li class="wide">
63
+ <div class="input-box">
64
+ <input type="text" name="street[]" value="<?php echo $this->escapeHtml($data->getStreet($_i)) ?>" title="<?php echo $this->__('Street Address %s', $_i) ?>" id="street_<?php echo $_i ?>" class="input-text <?php echo $_streetValidationClass ?>" />
65
+ </div>
66
+ </li>
67
+ <?php endfor; ?>
68
+ <li class="fields">
69
+ <div class="field">
70
+ <label for="city" class="required"><em>*</em><?php echo $this->__('City') ?></label>
71
+ <div class="input-box">
72
+ <input type="text" name="city" value="<?php echo $this->escapeHtml($data->getCity()) ?>" title="<?php echo $this->__('City') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('city') ?>" id="city" />
73
+ </div>
74
+ </div>
75
+ <div class="field">
76
+ <label for="region_id" class="required"><em>*</em><?php echo $this->__('State/Province') ?></label>
77
+ <div class="input-box">
78
+ <select id="region_id" name="region_id" title="<?php echo $this->__('State/Province') ?>" class="validate-select" style="display:none;">
79
+ <option value=""><?php echo $this->__('Please select region, state or province') ?></option>
80
+ </select>
81
+ <script type="text/javascript">
82
+ //<![CDATA[
83
+ $('region_id').setAttribute('defaultValue', "<?php echo $this->getAddress()->getRegionId() ?>");
84
+ //]]>
85
+ </script>
86
+ <input type="text" id="region" name="region" value="<?php echo $this->escapeHtml($this->getAddress()->getRegion()) ?>" title="<?php echo $this->__('State/Province') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('region') ?>" style="display:none;" />
87
+ </div>
88
+ </div>
89
+ </li>
90
+ <li class="fields">
91
+ <div class="field">
92
+ <label for="zip" class="required"><em>*</em><?php echo $this->__('Zip/Postal Code') ?></label>
93
+ <div class="input-box">
94
+ <input type="text" name="postcode" value="<?php echo $this->escapeHtml($data->getPostcode()) ?>" title="<?php echo $this->__('Zip/Postal Code') ?>" id="zip" class="input-text validate-zip-international <?php echo $this->helper('customer/address')->getAttributeValidationClass('postcode') ?>" />
95
+ </div>
96
+ </div>
97
+ <div class="field">
98
+ <label for="country" class="required"><em>*</em><?php echo $this->__('Country') ?></label>
99
+ <div class="input-box">
100
+ <select name="country_id" id="country" title="<?php echo $this->__('Country') ?>" class="validate-select">
101
+ <?php echo $countries->toHtmlOptions($data->getCountryId()) ?>
102
+ </select>
103
+ </div>
104
+ </div>
105
+ </li>
106
+ <li class="fields">
107
+ <div class="field">
108
+ <label for="telephone" class="required"><em>*</em><?php echo $this->__('Telephone') ?></label>
109
+ <div class="input-box">
110
+ <input type="text" name="telephone" value="<?php echo $this->escapeHtml($data->getTelephone()) ?>" title="<?php echo $this->__('Telephone') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('telephone') ?>" id="telephone" />
111
+ </div>
112
+ </div>
113
+ <div class="field">
114
+ <label for="fax"><?php echo $this->__('Fax') ?></label>
115
+ <div class="input-box">
116
+ <input type="text" name="fax" value="<?php echo $this->escapeHtml($data->getFax()) ?>" title="<?php echo $this->__('Fax') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('fax') ?>" id="fax" />
117
+ </div>
118
+ </div>
119
+ </li>
120
+ <?php foreach ($primaryTypes as $code=>$type): ?>
121
+ <li<?php if (!$address->isPrimary($type['address_type_id'])) echo ' class="control"' ?>>
122
+ <?php if ($address->isPrimary($type['address_type_id'])): ?>
123
+ <strong><?php echo $this->__("This is My Default %s Address", ucfirst($type['name'])) ?></strong>
124
+ <?php else: ?>
125
+ <input type="checkbox" id="primary_<?php echo $code ?>" name="primary_types[]" value="<?php echo $type['address_type_id'] ?>" class="checkbox" /><label for="primary_<?php echo $code ?>"><?php echo $this->__("Use as My Default %s Address", ucfirst($type['name'])) ?></label>
126
+ <?php endif ?>
127
+ </li>
128
+ <?php endforeach ?>
129
+ </ul>
130
+ <div class="buttons-set">
131
+ <p class="required"><?php echo $this->__('* Required Fields') ?></p>
132
+ <p class="back-link"><a href="<?php echo $this->getUrl('customer/address/') ?>"><small>&laquo; </small><?php echo $this->__('Back') ?></a></p>
133
+ <button type="submit" class="button" title="<?php echo $this->__('Save Address') ?>"><span><span><?php echo $this->__('Save Address') ?></span></span></button>
134
+ </div>
135
+ </div>
136
+ </form>
137
+ <script type="text/javascript">
138
+ //<![CDATA[
139
+ var dataForm = new VarienForm('form-validate', true);
140
+ //dataForm.setElementsRelation('country', 'state', '<?php echo $this->getUrl('directory/json/childRegion') ?>');
141
+ new RegionUpdater('country', 'region', 'region_id', countryRegions, undefined, 'zip');
142
+ //]]>
143
+ </script>
app/design/frontend/default/mobile_store_blue/template/customer/form/edit.phtml ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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->__('Edit Account Information') ?></h1>
29
+ </div>
30
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
31
+ <form action="<?php echo $this->getUrl('customer/account/editPost') ?>" method="post" id="form-validate" class="account_info">
32
+ <div class="fieldset">
33
+ <?php echo $this->getBlockHtml('formkey')?>
34
+ <h2 class="legend"><?php echo $this->__('Account Information') ?></h2>
35
+ <ul class="form-list">
36
+ <li class="fields">
37
+ <?php echo $this->getLayout()->createBlock('customer/widget_name')->setObject($this->getCustomer())->toHtml() ?>
38
+ </li>
39
+ <li>
40
+ <label for="email" class="required"><em>*</em><?php echo $this->__('Email Address') ?></label>
41
+ <div class="input-box">
42
+ <input type="text" name="email" id="email" value="<?php echo $this->htmlEscape($this->getCustomer()->getEmail()) ?>" title="<?php echo $this->__('Email Address') ?>" class="input-text required-entry validate-email" />
43
+ </div>
44
+ </li>
45
+ <?php $_dob = $this->getLayout()->createBlock('customer/widget_dob') ?>
46
+ <?php if ($_dob->isEnabled()): ?>
47
+ <li><?php echo $_dob->setDate($this->getCustomer()->getDob())->toHtml() ?></li>
48
+ <?php endif ?>
49
+ <?php $_taxvat = $this->getLayout()->createBlock('customer/widget_taxvat') ?>
50
+ <?php if ($_taxvat->isEnabled()): ?>
51
+ <li><?php echo $_taxvat->setTaxvat($this->getCustomer()->getTaxvat())->toHtml() ?></li>
52
+ <?php endif ?>
53
+ <?php $_gender = $this->getLayout()->createBlock('customer/widget_gender') ?>
54
+ <?php if ($_gender->isEnabled()): ?>
55
+ <li><?php echo $_gender->setGender($this->getCustomer()->getGender())->toHtml() ?></li>
56
+ <?php endif ?>
57
+ <li class="control">
58
+ <input type="checkbox" name="change_password" id="change_password" value="1" onclick="setPasswordForm(this.checked)" title="<?php echo $this->__('Change Password') ?>"<?php if($this->getCustomer()->getChangePassword()==1): ?> checked="checked"<?php endif; ?> class="checkbox" /><label for="change_password"><?php echo $this->__('Change Password') ?></label>
59
+ </li>
60
+ </ul>
61
+ <div class="buttons-set">
62
+ <p class="required reqnew"><span><?php echo $this->__('* ') ?></span><?php echo $this->__('Required Fields') ?></p>
63
+ <p class="back-link"><a href="<?php echo $this->escapeUrl($this->getBackUrl()) ?>"><small>&laquo; </small><?php echo $this->__('Back') ?></a></p>
64
+ <button type="submit" title="<?php echo $this->__('Save') ?>" class="button"><span><span><?php echo $this->__('Save') ?></span></span></button>
65
+ </div>
66
+ </div>
67
+ <div class="fieldset" style="display:none;">
68
+ <h2 class="legend"><?php echo $this->__('Change Password') ?></h2>
69
+ <ul class="form-list">
70
+ <li>
71
+ <label for="current_password" class="required"><em>*</em><?php echo $this->__('Current Password') ?></label>
72
+ <div class="input-box">
73
+ <input type="password" title="<?php echo $this->__('Current Password') ?>" class="input-text" name="current_password" id="current_password" />
74
+ </div>
75
+ </li>
76
+ <li class="fields">
77
+ <div class="field">
78
+ <label for="password" class="required"><em>*</em><?php echo $this->__('New Password') ?></label>
79
+ <div class="input-box">
80
+ <input type="password" title="<?php echo $this->__('New Password') ?>" class="input-text validate-password" name="password" id="password" />
81
+ </div>
82
+ </div>
83
+ <div class="field">
84
+ <label for="confirmation" class="required"><em>*</em><?php echo $this->__('Confirm New Password') ?></label>
85
+ <div class="input-box">
86
+ <input type="password" title="<?php echo $this->__('Confirm New Password') ?>" class="input-text validate-cpassword" name="confirmation" id="confirmation" />
87
+ </div>
88
+ </div>
89
+ </li>
90
+ </ul>
91
+
92
+ </div>
93
+
94
+ </form>
95
+ <script type="text/javascript">
96
+ //<![CDATA[
97
+ var dataForm = new VarienForm('form-validate', true);
98
+ function setPasswordForm(arg){
99
+ if(arg){
100
+ $('current_password').up(3).show();
101
+ $('current_password').addClassName('required-entry');
102
+ $('password').addClassName('required-entry');
103
+ $('confirmation').addClassName('required-entry');
104
+
105
+ }else{
106
+ $('current_password').up(3).hide();
107
+ $('current_password').removeClassName('required-entry');
108
+ $('password').removeClassName('required-entry');
109
+ $('confirmation').removeClassName('required-entry');
110
+ }
111
+ }
112
+ <?php if($this->getCustomer()->getChangePassword()): ?>
113
+ setPasswordForm(true);
114
+ <?php endif; ?>
115
+ //]]>
116
+ </script>
app/design/frontend/default/mobile_store_blue/template/customer/form/forgotpassword.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
+ <div class="page-title">
28
+ <h1><?php echo $this->__('Forgot Your Password?') ?></h1>
29
+ </div>
30
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
31
+ <div class="forgot_passwd_page">
32
+ <form action="<?php echo $this->getUrl('*/*/forgotpasswordpost') ?>" method="post" id="form-validate">
33
+ <div class="fieldset">
34
+ <h2 class="legend"><?php echo $this->__('Retrieve your password here') ?></h2>
35
+ <p><?php echo $this->__('Please enter your email address below. You will receive a link to reset your password.') ?></p>
36
+ <ul class="form-list">
37
+ <li>
38
+ <label for="email_address" class="required"><em>*</em><?php echo $this->__('Email Address') ?></label>
39
+ <div class="input-box">
40
+ <input type="text" name="email" alt="email" id="email_address" class="input-text required-entry validate-email" value="<?php echo $this->htmlEscape($this->getEmailValue()) ?>" />
41
+ </div>
42
+ </li>
43
+ <?php echo $this->getChildHtml('form.additional.info'); ?>
44
+ </ul>
45
+ <div class="buttons-set">
46
+ <p class="required reqnew"><span><?php echo $this->__('* ') ?></span><?php echo $this->__('Required Fields') ?></p>
47
+ <p class="back-link"><a href="<?php echo $this->helper('customer')->getLoginUrl() ?>"><small>&laquo; </small><?php echo $this->__('Back to Login') ?></a></p>
48
+ <button type="submit" title="<?php echo $this->__('Submit') ?>" class="button"><span><span><?php echo $this->__('Submit') ?></span></span></button>
49
+ </div>
50
+ </div>
51
+
52
+ </form>
53
+ </div>
54
+ <script type="text/javascript">
55
+ //<![CDATA[
56
+ var dataForm = new VarienForm('form-validate', true);
57
+ //]]>
58
+ </script>
app/design/frontend/default/mobile_store_blue/template/customer/form/login.phtml ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ * Customer login form template
30
+ *
31
+ * @see Mage_Customer_Block_Form_Login
32
+ */
33
+ ?>
34
+ <div class="account-login">
35
+ <div class="page-title">
36
+ <h1><?php echo $this->__('Login or Create an Account') ?></h1>
37
+ </div>
38
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
39
+ <?php echo $this->getChildHtml('customer.form.login.extra')?>
40
+ <form action="<?php echo $this->getPostActionUrl() ?>" method="post" id="login-form">
41
+ <div class="col2-set">
42
+ <div class="col-1 new-users">
43
+ <div class="content">
44
+ <h2><?php echo $this->__('New Customers') ?></h2>
45
+ <p><?php echo $this->__('By creating an account with our store, you will be able to move through the checkout process faster, store multiple shipping addresses, view and track your orders in your account and more.') ?></p>
46
+ </div>
47
+ </div>
48
+ <div class="col-2 registered-users">
49
+ <div class="content">
50
+ <h2><?php echo $this->__('Registered Customers') ?></h2>
51
+ <p><?php echo $this->__('If you have an account with us, please log in.') ?></p>
52
+ <ul class="form-list">
53
+ <li>
54
+ <label for="email" class="required"><em>*</em><?php echo $this->__('Email Address') ?></label>
55
+ <div class="input-box">
56
+ <input type="text" name="login[username]" value="<?php echo $this->htmlEscape($this->getUsername()) ?>" id="email" class="input-text required-entry validate-email" title="<?php echo $this->__('Email Address') ?>" />
57
+ </div>
58
+ </li>
59
+ <li>
60
+ <label for="pass" class="required"><em>*</em><?php echo $this->__('Password') ?></label>
61
+ <div class="input-box">
62
+ <input type="password" name="login[password]" class="input-text required-entry validate-password" id="pass" title="<?php echo $this->__('Password') ?>" />
63
+ </div>
64
+ </li>
65
+ <?php echo $this->getChildHtml('form.additional.info'); ?>
66
+ </ul>
67
+ <p class="required reqnew"><span><?php echo $this->__('* ') ?></span><?php echo $this->__('Required Fields') ?></p>
68
+ </div>
69
+ </div>
70
+ </div>
71
+ <div class="col2-set">
72
+ <div class="col-1 new-users">
73
+ <div class="buttons-set">
74
+ <button type="button" title="<?php echo $this->__('Create an Account') ?>" class="button" onclick="window.location='<?php echo $this->getCreateAccountUrl() ?>';"><span><span><?php echo $this->__('Create an Account') ?></span></span></button>
75
+ </div>
76
+ </div>
77
+ <div class="col-2 registered-users">
78
+ <div class="buttons-set">
79
+ <a href="<?php echo $this->getForgotPasswordUrl() ?>" class="f-left"><?php echo $this->__('Forgot Your Password?') ?></a>
80
+ <button type="submit" class="button" title="<?php echo $this->__('Login') ?>" name="send" id="send2"><span><span><?php echo $this->__('Login') ?></span></span></button>
81
+ </div>
82
+ </div>
83
+ </div>
84
+ </form>
85
+ <script type="text/javascript">
86
+ //<![CDATA[
87
+ var dataForm = new VarienForm('login-form', true);
88
+ //]]>
89
+ </script>
90
+ </div>
app/design/frontend/default/mobile_store_blue/template/customer/form/register.phtml ADDED
@@ -0,0 +1,190 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ * Create account form template
30
+ *
31
+ * @see Mage_Customer_Block_Form_Register
32
+ */
33
+ ?>
34
+ <div class="account-create">
35
+ <div class="page-title">
36
+ <h1><?php echo $this->__('Create an Account') ?></h1>
37
+ </div>
38
+ <?php echo $this->getChildHtml('form_fields_before')?>
39
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
40
+ <?php /* Extensions placeholder */ ?>
41
+ <?php echo $this->getChildHtml('customer.form.register.extra')?>
42
+ <form action="<?php echo $this->getPostActionUrl() ?>" method="post" id="form-validate">
43
+ <div class="fieldset">
44
+ <input type="hidden" name="success_url" value="<?php echo $this->getSuccessUrl() ?>" />
45
+ <input type="hidden" name="error_url" value="<?php echo $this->getErrorUrl() ?>" />
46
+ <h2 class="legend"><?php echo $this->__('Personal Information') ?></h2>
47
+ <ul class="form-list">
48
+ <li class="fields">
49
+ <?php echo $this->getLayout()->createBlock('customer/widget_name')->setObject($this->getFormData())->setForceUseCustomerAttributes(true)->toHtml() ?>
50
+ </li>
51
+ <li>
52
+ <label for="email_address" class="required"><em>*</em><?php echo $this->__('Email Address') ?></label>
53
+ <div class="input-box">
54
+ <input type="text" name="email" id="email_address" value="<?php echo $this->escapeHtml($this->getFormData()->getEmail()) ?>" title="<?php echo $this->__('Email Address') ?>" class="input-text validate-email required-entry" />
55
+ </div>
56
+ </li>
57
+ <?php if ($this->isNewsletterEnabled()): ?>
58
+ <li class="control">
59
+ <div class="input-box">
60
+ <input type="checkbox" name="is_subscribed" title="<?php echo $this->__('Sign Up for Newsletter') ?>" value="1" id="is_subscribed"<?php if($this->getFormData()->getIsSubscribed()): ?> checked="checked"<?php endif; ?> class="checkbox" />
61
+ </div>
62
+ <label for="is_subscribed"><?php echo $this->__('Sign Up for Newsletter') ?></label>
63
+ <?php /* Extensions placeholder */ ?>
64
+ <?php echo $this->getChildHtml('customer.form.register.newsletter')?>
65
+ </li>
66
+ <?php endif ?>
67
+ <?php $_dob = $this->getLayout()->createBlock('customer/widget_dob') ?>
68
+ <?php if ($_dob->isEnabled()): ?>
69
+ <li><?php echo $_dob->setDate($this->getFormData()->getDob())->toHtml() ?></li>
70
+ <?php endif ?>
71
+ <?php $_taxvat = $this->getLayout()->createBlock('customer/widget_taxvat') ?>
72
+ <?php if ($_taxvat->isEnabled()): ?>
73
+ <li><?php echo $_taxvat->setTaxvat($this->getFormData()->getTaxvat())->toHtml() ?></li>
74
+ <?php endif ?>
75
+ <?php $_gender = $this->getLayout()->createBlock('customer/widget_gender') ?>
76
+ <?php if ($_gender->isEnabled()): ?>
77
+ <li><?php echo $_gender->setGender($this->getFormData()->getGender())->toHtml() ?></li>
78
+ <?php endif ?>
79
+ </ul>
80
+ </div>
81
+ <?php if($this->getShowAddressFields()): ?>
82
+ <div class="fieldset">
83
+ <input type="hidden" name="create_address" value="1" />
84
+ <h2 class="legend"><?php echo $this->__('Address Information') ?></h2>
85
+ <ul class="form-list">
86
+ <li class="fields">
87
+ <div class="field">
88
+ <label for="company"><?php echo $this->__('Company') ?></label>
89
+ <div class="input-box">
90
+ <input type="text" name="company" id="company" value="<?php echo $this->escapeHtml($this->getFormData()->getCompany()) ?>" title="<?php echo $this->__('Company') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('company') ?>" />
91
+ </div>
92
+ </div>
93
+ <div class="field">
94
+ <label for="telephone" class="required"><em>*</em><?php echo $this->__('Telephone') ?></label>
95
+ <div class="input-box">
96
+ <input type="text" name="telephone" id="telephone" value="<?php echo $this->escapeHtml($this->getFormData()->getTelephone()) ?>" title="<?php echo $this->__('Telephone') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('telephone') ?>" />
97
+ </div>
98
+ </div>
99
+ </li>
100
+ <?php $_streetValidationClass = $this->helper('customer/address')->getAttributeValidationClass('street'); ?>
101
+ <li class="wide">
102
+ <label for="street_1" class="required"><em>*</em><?php echo $this->__('Street Address') ?></label>
103
+ <div class="input-box">
104
+ <input type="text" name="street[]" value="<?php echo $this->escapeHtml($this->getFormData()->getStreet(1)) ?>" title="<?php echo $this->__('Street Address') ?>" id="street_1" class="input-text <?php echo $_streetValidationClass ?>" />
105
+ </div>
106
+ </li>
107
+ <?php $_streetValidationClass = trim(str_replace('required-entry', '', $_streetValidationClass)); ?>
108
+ <?php for ($_i = 2, $_n = $this->helper('customer/address')->getStreetLines(); $_i <= $_n; $_i++): ?>
109
+ <li class="wide">
110
+ <div class="input-box">
111
+ <input type="text" name="street[]" value="<?php echo $this->escapeHtml($this->getFormData()->getStreet($_i)) ?>" title="<?php echo $this->__('Street Address %s', $_i) ?>" id="street_<?php echo $_i ?>" class="input-text <?php echo $_streetValidationClass ?>" />
112
+ </div>
113
+ </li>
114
+ <?php endfor; ?>
115
+ <li class="fields">
116
+ <div class="field">
117
+ <label for="city" class="required"><em>*</em><?php echo $this->__('City') ?></label>
118
+ <div class="input-box">
119
+ <input type="text" name="city" value="<?php echo $this->escapeHtml($this->getFormData()->getCity()) ?>" title="<?php echo $this->__('City') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('city') ?>" id="city" />
120
+ </div>
121
+ </div>
122
+ <div class="field">
123
+ <label for="region_id" class="required"><em>*</em><?php echo $this->__('State/Province') ?></label>
124
+ <div class="input-box">
125
+ <select id="region_id" name="region_id" title="<?php echo $this->__('State/Province') ?>" class="validate-select" style="display:none;">
126
+ <option value=""><?php echo $this->__('Please select region, state or province') ?></option>
127
+ </select>
128
+ <script type="text/javascript">
129
+ //<![CDATA[
130
+ $('region_id').setAttribute('defaultValue', "<?php echo $this->getFormData()->getRegionId() ?>");
131
+ //]]>
132
+ </script>
133
+ <input type="text" id="region" name="region" value="<?php echo $this->escapeHtml($this->getRegion()) ?>" title="<?php echo $this->__('State/Province') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('region') ?>" style="display:none;" />
134
+ </div>
135
+ </div>
136
+ </li>
137
+ <li class="fields">
138
+ <div class="field">
139
+ <label for="zip" class="required"><em>*</em><?php echo $this->__('Zip/Postal Code') ?></label>
140
+ <div class="input-box">
141
+ <input type="text" name="postcode" value="<?php echo $this->escapeHtml($this->getFormData()->getPostcode()) ?>" title="<?php echo $this->__('Zip/Postal Code') ?>" id="zip" class="input-text validate-zip-international <?php echo $this->helper('customer/address')->getAttributeValidationClass('postcode') ?>" />
142
+ </div>
143
+ </div>
144
+ <div class="field">
145
+ <label for="country" class="required"><em>*</em><?php echo $this->__('Country') ?></label>
146
+ <div class="input-box">
147
+ <?php echo $this->getCountryHtmlSelect() ?>
148
+ </div>
149
+ </div>
150
+ </li>
151
+ </ul>
152
+ <input type="hidden" name="default_billing" value="1" />
153
+ <input type="hidden" name="default_shipping" value="1" />
154
+ </div>
155
+ <?php endif; ?>
156
+ <div class="fieldset">
157
+ <h2 class="legend"><?php echo $this->__('Login Information') ?></h2>
158
+ <ul class="form-list">
159
+ <li class="fields">
160
+ <div class="field">
161
+ <label for="password" class="required"><em>*</em><?php echo $this->__('Password') ?></label>
162
+ <div class="input-box">
163
+ <input type="password" name="password" id="password" title="<?php echo $this->__('Password') ?>" class="input-text required-entry validate-password" />
164
+ </div>
165
+ </div>
166
+ <div class="field">
167
+ <label for="confirmation" class="required"><em>*</em><?php echo $this->__('Confirm Password') ?></label>
168
+ <div class="input-box">
169
+ <input type="password" name="confirmation" title="<?php echo $this->__('Confirm Password') ?>" id="confirmation" class="input-text required-entry validate-cpassword" />
170
+ </div>
171
+ </div>
172
+ </li>
173
+ </ul>
174
+ <div class="buttons-set">
175
+ <p class="required reqnew"><span><?php echo $this->__('* ') ?></span><?php echo $this->__('Required Fields') ?></p>
176
+ <p class="back-link"><a href="<?php echo $this->escapeUrl($this->getBackUrl()) ?>" class="back-link"><small>&laquo; </small><?php echo $this->__('Back') ?></a></p>
177
+ <button type="submit" title="<?php echo $this->__('Submit') ?>" class="button"><span><span><?php echo $this->__('Submit') ?></span></span></button>
178
+ </div>
179
+ </div>
180
+
181
+ </form>
182
+ <script type="text/javascript">
183
+ //<![CDATA[
184
+ var dataForm = new VarienForm('form-validate', true);
185
+ <?php if($this->getShowAddressFields()): ?>
186
+ new RegionUpdater('country', 'region', 'region_id', <?php echo $this->helper('directory')->getRegionJson() ?>, undefined, 'zip');
187
+ <?php endif; ?>
188
+ //]]>
189
+ </script>
190
+ </div>
app/design/frontend/default/mobile_store_blue/template/newsletter/subscribe.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="block block-subscribe">
28
+ <div class="block-title">
29
+ <strong><span><?php echo $this->__('Newsletter') ?></span></strong>
30
+ </div>
31
+ <form action="<?php echo $this->getFormActionUrl() ?>" method="post" id="newsletter-validate-detail">
32
+ <div class="block-content">
33
+ <label for="newsletter"><?php echo $this->__('Sign up for our newsletter:') ?></label>
34
+ <div class="input-box">
35
+ <input type="text" name="email" id="newsletter" title="<?php echo $this->__('Sign up for our newsletter') ?>" class="input-text required-entry validate-email" />
36
+ </div>
37
+ <button type="submit" title="<?php echo $this->__('Subscribe') ?>" class="button"><span><span><?php echo $this->__('Go') ?></span></span></button>
38
+
39
+ </div>
40
+ </form>
41
+ <script type="text/javascript">
42
+ //<![CDATA[
43
+ var newsletterSubscriberFormDetail = new VarienForm('newsletter-validate-detail');
44
+ //]]>
45
+ </script>
46
+ </div>
app/design/frontend/default/mobile_store_blue/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/default/mobile_store_blue/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/default/mobile_store_blue/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/default/mobile_store_blue/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/default/mobile_store_blue/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><img style="vertical-align:top; margin-top:6px;" src="<?php echo $this->getSkinUrl('images/new/bread_arrow.gif');?>" alt="" /> </span>
41
+ <?php endif; ?>
42
+ </li>
43
+ <?php endforeach; ?>
44
+ </ul>
45
+ </div>
46
+ <?php endif; ?>
app/design/frontend/default/mobile_store_blue/template/page/html/footer.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
+ <div class="footer_block_container">
29
+ <?php
30
+ echo $this->getLayout()->createBlock("cms/block")->setBlockId('cms_gomage_mobile_store_footer')->toHtml();
31
+ ?>
32
+ </div>
33
+
34
+ <div class="footer-container">
35
+ <div class="footer">
36
+ <?php echo $this->getChildHtml() ?>
37
+ <address><?php echo $this->getCopyright() ?></address>
38
+ </div>
39
+ </div>
app/design/frontend/default/mobile_store_blue/template/page/html/header.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
+ * @var Mage_Page_Block_Html_Header $this
28
+ */
29
+ ?>
30
+ <div class="header-container">
31
+ <div class="header clearfix">
32
+ <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>
33
+ <div class="quick-access">
34
+ <p class="welcome-msg"><?php echo $this->getWelcome() ?> <?php echo $this->getAdditionalHtml() ?></p>
35
+ <?php echo $this->getChildHtml('store_language') ?>
36
+ <div class="search_toplinks clearfix">
37
+ <?php echo $this->getChildHtml('topLinks') ?>
38
+ <?php echo $this->getChildHtml('topSearch') ?>
39
+ </div>
40
+ </div>
41
+ <?php echo $this->getChildHtml('topContainer'); ?>
42
+ </div>
43
+ </div>
44
+ <?php echo $this->getChildHtml('topMenu') ?>
app/design/frontend/default/mobile_store_blue/template/page/html/topmenu.phtml ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Top menu for store
30
+ *
31
+ * @see Mage_Page_Block_Html_Topmenu
32
+ */
33
+ ?>
34
+ <?php $_menu = $this->getHtml('level-top') ?>
35
+ <?php if($_menu): ?>
36
+ <div class="nav-container">
37
+ <ul id="nav">
38
+ <li class="home <?php if (Mage::helper('core/url')->getCurrentUrl() === Mage::helper('core/url')->getHomeUrl()):?> active<?php endif;?>"><a class="home" href="<?php echo $this->getUrl('')?>" title="">&nbsp;</a></li>
39
+ <?php echo $_menu ?>
40
+ </ul>
41
+ </div>
42
+ <?php endif ?>
app/design/frontend/default/mobile_store_blue/template/reports/home_product_compared.phtml ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_Reports_Block_Product_Compared */
27
+ ?>
28
+ <?php if ($_products = $this->getRecentlyComparedProducts()): ?>
29
+ <div class="page-title" style="margin-bottom:15px;">
30
+ <h2><?php echo $this->__('Your Recently Compared') ?></h2>
31
+ </div>
32
+ <table>
33
+ <?php $_columnCount = $this->getColumnCount(); ?>
34
+ <?php
35
+ $r_template = $this->getLayout()->getBlock('root')->getTemplate();
36
+ switch ($r_template)
37
+ {
38
+ case "page/2columns-right.phtml":
39
+ case "page/2columns-left.phtml":
40
+ $_columnCount = 3;
41
+ break;
42
+ case "page/3columns.phtml":
43
+ $_columnCount = 2;
44
+ break;
45
+ default:
46
+ $_columnCount = 4;
47
+ }
48
+ ?>
49
+ <?php $i=0; foreach ($_products as $_product): ?>
50
+ <?php if ($i++%$_columnCount==0): ?>
51
+ <tr class="products-grid">
52
+ <?php endif ?>
53
+ <td class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
54
+ <div class="product_grid_item">
55
+ <h2 class="product-name"><a href="<?php echo $this->getProductUrl($_product) ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>"><?php echo $this->helper('catalog/output')->productAttribute($_product, $_product->getName() , 'name') ?></a></h2>
56
+ <?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
57
+ <a href="<?php echo $this->getProductUrl($_product) ?>" 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(135) ?>" width="135" height="135" alt="<?php echo $this->stripTags($_product->getName(), null, true) ?>" /></a>
58
+ <?php echo $this->getPriceHtml($_product, true, '-home-compared') ?>
59
+ <div class="actions">
60
+ <?php if($_product->isSaleable()): ?>
61
+ <p class="prod_grid_actions clearfix"><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>
62
+ <button type="button" title="<?php echo $this->__('Details') ?>" class="button btn-det" onclick="setLocation('<?php echo $_product->getProductUrl() ?>')"><span><span><?php echo $this->__('Details') ?></span></span></button>
63
+ </p>
64
+ <?php else: ?>
65
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
66
+ <?php endif; ?>
67
+ <ul class="add-to-links">
68
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
69
+ <li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
70
+ <?php endif; ?>
71
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
72
+ <li><span class="separator"><img class="v-middle" src="<?php echo $this->getSkinUrl('images/new/bkg_pipe1.gif');?>" alt="" /></span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
73
+ <?php endif; ?>
74
+ </ul>
75
+ </div>
76
+ </div>
77
+ </td>
78
+ <?php if ($i%$_columnCount==0 || $i==count($_products)): ?>
79
+ </tr>
80
+ <tr class="grid_spacer"><td colspan="<?php echo $_columnCount; ?>" style="height:22px;">&nbsp;</td></tr>
81
+ <?php endif ?>
82
+ <?php endforeach; ?>
83
+ </table>
84
+ <?php endif; ?>
app/design/frontend/default/mobile_store_blue/template/reports/home_product_viewed.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
+ /* @var $this Mage_Reports_Block_Product_Viewed */
27
+ ?>
28
+ <?php
29
+ /**
30
+ * @see Mage_Reports_Block_Product_Viewed
31
+ */
32
+ ?>
33
+ <?php if ($_products = $this->getRecentlyViewedProducts()): ?>
34
+ <div class="page-title" style="margin-bottom:15px;">
35
+ <h2><?php echo $this->__('Your Recently Viewed') ?></h2>
36
+ </div>
37
+ <table>
38
+ <?php $_columnCount = $this->getColumnCount(); ?>
39
+ <?php
40
+ $r_template = $this->getLayout()->getBlock('root')->getTemplate();
41
+ switch ($r_template)
42
+ {
43
+ case "page/2columns-right.phtml":
44
+ case "page/2columns-left.phtml":
45
+ $_columnCount = 3;
46
+ break;
47
+ case "page/3columns.phtml":
48
+ $_columnCount = 2;
49
+ break;
50
+ default:
51
+ $_columnCount = 4;
52
+ }
53
+ ?>
54
+ <?php $i=0; foreach ($_products as $_product): ?>
55
+ <?php if ($i++%$_columnCount==0): ?>
56
+ <tr class="products-grid">
57
+ <?php endif ?>
58
+ <td class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
59
+ <div class="product_grid_item">
60
+ <h2 class="product-name"><a href="<?php echo $this->getProductUrl($_product) ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>"><?php echo $this->helper('catalog/output')->productAttribute($_product, $_product->getName() , 'name') ?></a></h2>
61
+ <?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
62
+ <a href="<?php echo $this->getProductUrl($_product) ?>" 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(135) ?>" width="135" height="135" alt="<?php echo $this->stripTags($_product->getName(), null, true) ?>" /></a>
63
+ <?php echo $this->getPriceHtml($_product, true, '-home-viewed') ?>
64
+ <div class="actions">
65
+ <?php if($_product->isSaleable()): ?>
66
+ <p class="prod_grid_actions clearfix"><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>
67
+ <button type="button" title="<?php echo $this->__('Details') ?>" class="button btn-det" onclick="setLocation('<?php echo $_product->getProductUrl() ?>')"><span><span><?php echo $this->__('Details') ?></span></span></button>
68
+ </p>
69
+ <?php else: ?>
70
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
71
+ <?php endif; ?>
72
+ <ul class="add-to-links">
73
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
74
+ <li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
75
+ <?php endif; ?>
76
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
77
+ <li><span class="separator"><img class="v-middle" src="<?php echo $this->getSkinUrl('images/new/bkg_pipe1.gif');?>" alt="" /></span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
78
+ <?php endif; ?>
79
+ </ul>
80
+ </div>
81
+ </div>
82
+ </td>
83
+ <?php if ($i%$_columnCount==0 || $i==count($_products)): ?>
84
+ </tr>
85
+ <tr class="grid_spacer"><td colspan="<?php echo $_columnCount; ?>" style="height:22px;">&nbsp;</td></tr>
86
+ <?php endif; ?>
87
+ <?php endforeach; ?>
88
+ </table>
89
+ <?php endif; ?>
app/design/frontend/default/mobile_store_blue/template/review/product/view/list.phtml ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php $_items = $this->getReviewsCollection()->getItems();?>
2
+ <?php
3
+ $toolbar = $this->getLayout()->createBlock('page/html_pager', 'product_review_list.toolbar')->setCollection($this->getReviewsCollection())->_toHtml();
4
+ ?>
5
+ <?php if (count($_items)):?>
6
+ <div class="reviews" id="customer-reviews">
7
+ <h3><?php echo $this->__('Customer Reviews') ?></h3>
8
+ <?php //echo $this->getChildHtml('toolbar'); ?>
9
+ <?php
10
+ echo $toolbar;
11
+ ?>
12
+ <dl>
13
+ <?php foreach ($_items as $_review):?>
14
+ <dt>
15
+ <span class="title-review"><?php echo $this->htmlEscape($_review->getTitle()) ?></span> <span class="author-review"><?php echo $this->__('Review by <span>%s</span>', $this->htmlEscape($_review->getNickname())) ?></span>
16
+
17
+ </dt>
18
+ <dd>
19
+ <table class="data-table">
20
+ <col width="8%" />
21
+ <col />
22
+ <tbody>
23
+ <?php foreach ($_review->getRatingVotes() as $_vote): ?>
24
+ <tr>
25
+ <th class="label"><?php echo $_vote->getRatingCode() ?></th>
26
+ <td class="value">
27
+ <div class="rating-box">
28
+ <div class="rating" style="width:<?php echo $_vote->getPercent() ?>%;"></div>
29
+ </div>
30
+ </td>
31
+ </tr>
32
+ <?php endforeach; ?>
33
+ </tbody>
34
+ </table>
35
+ <?php
36
+ $style_review = '';
37
+ if(strlen($_review->getDetail()) > 500){
38
+ $style_review = 'style="height:150px;overflow:auto;"';
39
+ }
40
+ ?>
41
+ <div class="wrapper-review">
42
+ <div class="wrapper2-review">
43
+ <div <?php echo $style_review;?> class="content-review">
44
+ <?php echo nl2br($this->htmlEscape($_review->getDetail())); ?>
45
+ <span class="date"><?php echo $this->__('(Posted on %s)', $this->formatDate($_review->getCreatedAt()), 'long') ?></span>
46
+ </div>
47
+ </div>
48
+ </div>
49
+ </dd>
50
+ <?php endforeach; ?>
51
+ </dl>
52
+ <?php //echo $this->getChildHtml('toolbar') ?>
53
+ <?php
54
+ echo $toolbar;
55
+ ?>
56
+ </div>
57
+ <?php endif;?>
app/design/frontend/default/mobile_store_blue/template/sales/order/view.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) 2011 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="order-items order-details">
28
+ <?php if ($this->helper('giftmessage/message')->getIsMessagesAvailable('items', $this->getOrder())): ?>
29
+ <script type="text/javascript">
30
+ //<![CDATA[
31
+ function giftMessageToogle(giftMessageIdentifier)
32
+ {
33
+ var link = $('order-item-gift-message-link-'+giftMessageIdentifier);
34
+ var container = $('order-item-gift-message-'+giftMessageIdentifier);
35
+ var row = $('order-item-row-'+giftMessageIdentifier);
36
+ if(link.expanded) {
37
+ link.expanded = false;
38
+ link.removeClassName('expanded');
39
+ if(container.hasClassName('last')) {
40
+ row.addClassName('last');
41
+ }
42
+ container.hide();
43
+ } else {
44
+ link.expanded = true;
45
+ link.addClassName('expanded');
46
+ if(container.hasClassName('last')) {
47
+ row.removeClassName('last');
48
+ }
49
+ container.show();
50
+ }
51
+
52
+ return false;
53
+ }
54
+ //]]>
55
+ </script>
56
+ <?php endif; ?>
57
+ <?php $_order = $this->getOrder() ?>
58
+ <h2 class="table-caption"><?php echo $this->__('Items Ordered') ?>
59
+ <?php if ($_order->getTracksCollection()->count()) : ?>
60
+ <span class="separator">|</span> <a href="#" onclick="popWin('<?php echo $this->helper('shipping')->getTrackingPopupUrlBySalesModel($_order) ?>','trackorder','top=0,left=0,width=800,height=600,resizable=yes,scrollbars=yes'); return false;" title="<?php echo $this->__('Track your order') ?>"><?php echo $this->__('Track your order') ?></a>
61
+ <?php endif; ?>
62
+ </h2>
63
+
64
+ <?php echo $this->getChildHtml('order_items') ?>
65
+
66
+ <?php if($this->helper('giftmessage/message')->getIsMessagesAvailable('order', $_order) && $_order->getGiftMessageId()): ?>
67
+ <div class="order-additional order-gift-message">
68
+ <h2 class="sub-title"><?php echo $this->__('Gift Message for This Order') ?></h2>
69
+ <?php $_giftMessage=$this->helper('giftmessage/message')->getGiftMessageForEntity($_order); ?>
70
+ <dl class="gift-message">
71
+ <dt><strong><?php echo $this->__('From:') ?></strong> <?php echo $this->htmlEscape($_giftMessage->getSender()) ?></dt>
72
+ <dt><strong><?php echo $this->__('To:') ?></strong> <?php echo $this->htmlEscape($_giftMessage->getRecipient()) ?></dt>
73
+ <dd><?php echo $this->helper('giftmessage/message')->getEscapedGiftMessage($_order) ?></dd>
74
+ </dl>
75
+ </div>
76
+ <?php endif; ?>
77
+ <?php $_history = $this->getOrder()->getVisibleStatusHistory() ?>
78
+ <?php if (count($_history)): ?>
79
+ <div class="order-additional order-comments">
80
+ <h2 class="sub-title"><?php echo $this->__('About Your Order') ?></h2>
81
+ <dl class="order-about">
82
+ <?php foreach ($_history as $_historyItem): ?>
83
+ <dt><?php echo $this->formatDate($_historyItem->getCreatedAtStoreDate(), 'medium', true) ?></dt>
84
+ <dd><?php echo $this->escapeHtml($_historyItem->getComment()) ?></dd>
85
+ <?php endforeach; ?>
86
+ </dl>
87
+ </div>
88
+ <?php endif; ?>
89
+ </div>
90
+ <div class="buttons-set">
91
+ <p class="back-link"><a href="<?php echo $this->getBackUrl() ?>"><small>&laquo; </small><?php echo $this->getBackTitle() ?></a></p>
92
+ </div>
app/design/frontend/default/mobile_store_blue/template/wishlist/sharing.phtml ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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->__('Share Your Wishlist') ?></h1>
29
+ </div>
30
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
31
+ <form action="<?php echo $this->getSendUrl() ?>" id="form-validate" method="post" class="whish_share">
32
+ <div class="fieldset">
33
+ <?php echo $this->getBlockHtml('formkey')?>
34
+ <h2 class="legend"><?php echo $this->__('Sharing Information') ?></h2>
35
+ <ul class="form-list">
36
+ <li class="wide">
37
+ <label for="email_address" class="required"><em>*</em><?php echo $this->__('Email addresses, separated by commas') ?></label>
38
+ <div class="input-box">
39
+ <textarea name="emails" cols="60" rows="5" id="email_address" class="validate-emails required-entry"><?php echo $this->getEnteredData('emails') ?></textarea>
40
+ </div>
41
+ </li>
42
+ <li class="wide">
43
+ <label for="message"><?php echo $this->__('Message') ?></label>
44
+ <div class="input-box">
45
+ <textarea id="message" name="message" cols="60" rows="5"><?php echo $this->getEnteredData('message') ?></textarea>
46
+ </div>
47
+ </li>
48
+ <?php if($this->helper('wishlist')->isRssAllow()): ?>
49
+ <li class="control">
50
+ <input type="checkbox" name="rss_url" id="rss_url" value="1" title="<?php echo $this->__('Check this checkbox if you want to add a link to an rss feed to your wishlist.') ?>" class="checkbox" /><label for="rss_url"><?php echo $this->__('Check this checkbox if you want to add a link to an rss feed to your wishlist.') ?></label>
51
+ </li>
52
+ <?php endif; ?>
53
+ </ul>
54
+ <div class="buttons-set">
55
+ <p class="required reqnew"><span><?php echo $this->__('* ') ?></span><?php echo $this->__('Required Fields') ?></p>
56
+ <p class="back-link"><a href="<?php echo $this->getBackUrl(); ?>"><small>&laquo; </small><?php echo $this->__('Back')?></a></p>
57
+ <button type="submit" title="<?php echo $this->__('Share Wishlist') ?>" class="button"><span><span><?php echo $this->__('Share Wishlist') ?></span></span></button>
58
+ </div>
59
+ </div>
60
+
61
+ </form>
62
+ <script type="text/javascript">
63
+ //<![CDATA[
64
+ Validation.addAllThese([
65
+ ['validate-emails', '<?php echo $this->__('Please enter a valid email addresses, separated by commas. For example johndoe@domain.com, johnsmith@domain.com.') ?>', function (v) {
66
+ if(Validation.get('IsEmpty').test(v)) {
67
+ return true;
68
+ }
69
+
70
+ var valid_regexp = /^[a-z0-9\._-]{1,30}@([a-z0-9_-]{1,30}\.){1,5}[a-z]{2,4}$/i;
71
+ var emails = v.split(',');
72
+
73
+ for (var i=0; i<emails.length; i++) {
74
+ if(!valid_regexp.test(emails[i].strip())) {
75
+ return false;
76
+ }
77
+ }
78
+
79
+ return true;
80
+ }]
81
+ ]);
82
+ var dataForm = new VarienForm('form-validate', true);
83
+ //]]>
84
+ </script>
app/design/frontend/default/mobile_store_green/layout/catalog.xml ADDED
@@ -0,0 +1,420 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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="left">
49
+ <block type="core/template" name="left.permanent.callout" template="callouts/left_col.phtml">
50
+ <action method="setImgSrc"><src>images/media/col_left_callout.jpg</src></action>
51
+ <action method="setImgAlt" translate="alt" module="catalog"><alt>Our customer service is available 24/7. Call us at (555) 555-0123.</alt></action>
52
+ <action method="setLinkUrl"><url>checkout/cart</url></action>
53
+ </block>
54
+ </reference>
55
+ <reference name="right">
56
+ <block type="catalog/product_compare_sidebar" before="cart_sidebar" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/>
57
+ <block type="core/template" name="right.permanent.callout" template="callouts/right_col.phtml">
58
+ <action method="setImgSrc"><src>images/media/col_right_callout.jpg</src></action>
59
+ <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>
60
+ </block>
61
+ </reference>-->
62
+ <reference name="footer_links">
63
+ <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>
64
+ </reference>
65
+ <block type="catalog/product_price_template" name="catalog_product_price_template" />
66
+ </default>
67
+
68
+
69
+ <!--
70
+ Category default layout
71
+ -->
72
+
73
+ <catalog_category_default translate="label">
74
+ <label>Catalog Category (Non-Anchor)</label>
75
+ <reference name="left">
76
+ <block type="catalog/navigation" name="catalog.leftnav" after="currency" template="catalog/navigation/left.phtml"/>
77
+ </reference>
78
+ <reference name="content">
79
+ <block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
80
+ <block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
81
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
82
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
83
+ <!-- The following code shows how to set your own pager increments -->
84
+ <!--
85
+ <action method="setDefaultListPerPage"><limit>4</limit></action>
86
+ <action method="setDefaultGridPerPage"><limit>9</limit></action>
87
+ <action method="addPagerLimit"><mode>list</mode><limit>2</limit></action>
88
+ <action method="addPagerLimit"><mode>list</mode><limit>4</limit></action>
89
+ <action method="addPagerLimit"><mode>list</mode><limit>6</limit></action>
90
+ <action method="addPagerLimit"><mode>list</mode><limit>8</limit></action>
91
+ <action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
92
+ -->
93
+ </block>
94
+ <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
95
+ <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
96
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
97
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
98
+ <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
99
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
100
+ </block>
101
+ </block>
102
+ </reference>
103
+ </catalog_category_default>
104
+
105
+ <!--
106
+ Category layered navigation layout
107
+ -->
108
+
109
+ <catalog_category_layered translate="label">
110
+ <label>Catalog Category (Anchor)</label>
111
+ <reference name="left">
112
+ <block type="catalog/layer_view" name="catalog.leftnav" after="currency" template="catalog/layer/view.phtml"/>
113
+ </reference>
114
+ <reference name="content">
115
+ <block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
116
+ <block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
117
+ <!-- <action method="addReviewSummaryTemplate"><type>default</type><template>review/helper/su.phtml</template></action> -->
118
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
119
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
120
+ <!-- The following code shows how to set your own pager increments -->
121
+ <!--
122
+ <action method="setDefaultListPerPage"><limit>4</limit></action>
123
+ <action method="setDefaultGridPerPage"><limit>3</limit></action>
124
+ <action method="addPagerLimit"><mode>list</mode><limit>2</limit></action>
125
+ <action method="addPagerLimit"><mode>list</mode><limit>4</limit></action>
126
+ <action method="addPagerLimit"><mode>list</mode><limit>6</limit></action>
127
+ <action method="addPagerLimit"><mode>list</mode><limit>8</limit></action>
128
+ <action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
129
+ <action method="addPagerLimit"><mode>grid</mode><limit>3</limit></action>
130
+ <action method="addPagerLimit"><mode>grid</mode><limit>6</limit></action>
131
+ <action method="addPagerLimit"><mode>grid</mode><limit>9</limit></action>
132
+ <action method="addPagerLimit" translate="label"><mode>grid</mode><limit>all</limit><label>All</label></action>
133
+ -->
134
+ </block>
135
+ <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
136
+ <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
137
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
138
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
139
+ <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
140
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
141
+ </block>
142
+ </block>
143
+ </reference>
144
+ </catalog_category_layered>
145
+
146
+ <!--
147
+ Compare products page
148
+ -->
149
+
150
+ <catalog_product_compare_index translate="label">
151
+ <label>Catalog Product Compare List</label>
152
+ <!-- Mage_Catalog -->
153
+ <reference name="root">
154
+ <action method="setTemplate"><template>page/popup.phtml</template></action>
155
+ </reference>
156
+ <reference name="head">
157
+ <action method="addJs"><script>scriptaculous/scriptaculous.js</script></action>
158
+ <action method="addJs"><script>varien/product.js</script></action>
159
+ </reference>
160
+ <reference name="content">
161
+ <block type="catalog/product_compare_list" name="catalog.compare.list" template="catalog/product/compare/list.phtml"/>
162
+ </reference>
163
+ </catalog_product_compare_index>
164
+
165
+ <customer_account_index>
166
+ <reference name="right">
167
+ <action method="unsetChild"><name>catalog.compare.sidebar</name></action>
168
+ </reference>
169
+ </customer_account_index>
170
+
171
+ <!--
172
+ Product view
173
+ -->
174
+
175
+ <catalog_product_view translate="label">
176
+ <label>Catalog Product View (Any)</label>
177
+ <!-- Mage_Catalog -->
178
+ <reference name="root">
179
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
180
+ </reference>
181
+ <reference name="head">
182
+ <action method="addJs"><script>varien/product.js</script></action>
183
+ <action method="addJs"><script>varien/configurable.js</script></action>
184
+
185
+ <action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>
186
+ <action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
187
+ <action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
188
+ </reference>
189
+ <reference name="content">
190
+ <block type="catalog/product_view" name="product.info" template="catalog/product/view.phtml">
191
+ <!--
192
+ <action method="addReviewSummaryTemplate"><type>default</type><template>review/helper/summary.phtml</template></action>
193
+ <action method="addReviewSummaryTemplate"><type>short</type><template>review/helper/summary_short.phtml</template></action>
194
+ <action method="addReviewSummaryTemplate"><type>...</type><template>...</template></action>
195
+ -->
196
+ <block type="catalog/product_view_media" name="product.info.media" as="media" template="catalog/product/view/media.phtml"/>
197
+ <block type="core/text_list" name="alert.urls" as="alert_urls" translate="label">
198
+ <label>Alert Urls</label>
199
+ </block>
200
+
201
+ <action method="setTierPriceTemplate"><template>catalog/product/view/tierprices.phtml</template></action>
202
+
203
+ <block type="catalog/product_view_tabs" name="product.info.tabs" as="info_tabs" template="catalog/product/view/tabs.phtml" >
204
+ <action method="addTab" translate="title" module="catalog"><alias>description</alias><title>Product Description</title><block>catalog/product_view_description</block><template>catalog/product/view/description.phtml</template></action>
205
+ <action method="addTab" translate="title" module="catalog"><alias>upsell_products</alias><title>We also Recommend</title><block>catalog/product_list_upsell</block><template>catalog/product/list/upsell.phtml</template></action>
206
+ <action method="addTab" translate="title" module="catalog"><alias>additional</alias><title>Additional Information</title><block>catalog/product_view_attributes</block><template>catalog/product/view/attributes.phtml</template></action>
207
+ <action method="addTab" translate="title" module="tag"><alias>product_tag_list</alias><title>Product Tags</title><block>tag/product_list</block><template>tag/list.phtml</template></action>
208
+ </block>
209
+
210
+ <block type="catalog/product_list_upsell" name="product.info.upsell" as="upsell_products" template="catalog/product/list/upsell.phtml">
211
+ <action method="setColumnCount"><columns>4</columns></action>
212
+ <action method="setItemLimit"><type>upsell</type><limit>4</limit></action>
213
+ </block>
214
+
215
+ <block type="catalog/product_view_additional" name="product.info.additional" as="product_additional_data" />
216
+
217
+
218
+ <block type="catalog/product_view" name="product.info.addto" as="addto" template="catalog/product/view/addto.phtml"/>
219
+ <block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml"/>
220
+
221
+ <block type="core/text_list" name="product.info.extrahint" as="extrahint" translate="label">
222
+ <label>Product View Extra Hint</label>
223
+ </block>
224
+
225
+ <block type="catalog/product_view" name="product.info.options.wrapper" as="product_options_wrapper" template="catalog/product/view/options/wrapper.phtml" translate="label">
226
+ <label>Info Column Options Wrapper</label>
227
+ <block type="core/template" name="options_js" template="catalog/product/view/options/js.phtml"/>
228
+ <block type="catalog/product_view_options" name="product.info.options" as="product_options" template="catalog/product/view/options.phtml">
229
+ <action method="addOptionRenderer"><type>text</type><block>catalog/product_view_options_type_text</block><template>catalog/product/view/options/type/text.phtml</template></action>
230
+ <action method="addOptionRenderer"><type>file</type><block>catalog/product_view_options_type_file</block><template>catalog/product/view/options/type/file.phtml</template></action>
231
+ <action method="addOptionRenderer"><type>select</type><block>catalog/product_view_options_type_select</block><template>catalog/product/view/options/type/select.phtml</template></action>
232
+ <action method="addOptionRenderer"><type>date</type><block>catalog/product_view_options_type_date</block><template>catalog/product/view/options/type/date.phtml</template></action>
233
+ </block>
234
+ <block type="core/html_calendar" name="html_calendar" as="html_calendar" template="page/js/calendar.phtml"/>
235
+ </block>
236
+ <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">
237
+ <label>Bottom Block Options Wrapper</label>
238
+ <action method="insert"><block>product.tierprices</block></action>
239
+ <block type="catalog/product_view" name="product.clone_prices" as="prices" template="catalog/product/view/price_clone.phtml"/>
240
+ <action method="append"><block>product.info.addtocart</block></action>
241
+ <action method="append"><block>product.info.addto</block></action>
242
+ </block>
243
+
244
+ <block type="core/template_facade" name="product.info.container1" as="container1">
245
+ <action method="setDataByKey"><key>alias_in_layout</key><value>container1</value></action>
246
+ <action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
247
+ <action method="append"><block>product.info.options.wrapper</block></action>
248
+ <action method="append"><block>product.info.options.wrapper.bottom</block></action>
249
+ </block>
250
+ <block type="core/template_facade" name="product.info.container2" as="container2">
251
+ <action method="setDataByKey"><key>alias_in_layout</key><value>container2</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
+ <action method="unsetCallChild"><child>container1</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
257
+ <action method="unsetCallChild"><child>container2</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
258
+ </block>
259
+ </reference>
260
+ <reference name="right">
261
+ <block type="catalog/product_list_related" name="catalog.product.related" before="-" template="catalog/product/list/related.phtml"/>
262
+ </reference>
263
+ </catalog_product_view>
264
+
265
+ <!--
266
+ Additional block dependant on product type
267
+ -->
268
+ <PRODUCT_TYPE_simple translate="label" module="catalog">
269
+ <label>Catalog Product View (Simple)</label>
270
+ <reference name="product.info">
271
+ <block type="catalog/product_view_type_simple" name="product.info.simple" as="product_type_data" template="catalog/product/view/type/default.phtml">
272
+ <block type="core/text_list" name="product.info.simple.extra" as="product_type_data_extra" translate="label">
273
+ <label>Product Extra Info</label>
274
+ </block>
275
+ </block>
276
+ </reference>
277
+ </PRODUCT_TYPE_simple>
278
+ <PRODUCT_TYPE_configurable translate="label" module="catalog">
279
+ <label>Catalog Product View (Configurable)</label>
280
+ <reference name="product.info">
281
+ <block type="catalog/product_view_type_configurable" name="product.info.configurable" as="product_type_data" template="catalog/product/view/type/default.phtml">
282
+ <block type="core/text_list" name="product.info.configurable.extra" as="product_type_data_extra" translate="label">
283
+ <label>Product Extra Info</label>
284
+ </block>
285
+ </block>
286
+ </reference>
287
+ <reference name="product.info.options.wrapper">
288
+ <block type="catalog/product_view_type_configurable" name="product.info.options.configurable" as="options_configurable" before="-" template="catalog/product/view/type/options/configurable.phtml"/>
289
+ </reference>
290
+ </PRODUCT_TYPE_configurable>
291
+ <PRODUCT_TYPE_grouped translate="label" module="catalog">
292
+ <label>Catalog Product View (Grouped)</label>
293
+ <reference name="product.info">
294
+ <block type="catalog/product_view_type_grouped" name="product.info.grouped" as="product_type_data" template="catalog/product/view/type/grouped.phtml">
295
+ <block type="core/text_list" name="product.info.grouped.extra" as="product_type_data_extra" translate="label">
296
+ <label>Product Extra Info</label>
297
+ </block>
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/default.phtml">
305
+ <block type="core/text_list" name="product.info.virtual.extra" as="product_type_data_extra" translate="label">
306
+ <label>Product Extra Info</label>
307
+ </block>
308
+ </block>
309
+ </reference>
310
+ </PRODUCT_TYPE_virtual>
311
+
312
+
313
+ <!--
314
+ Product send to friend
315
+ -->
316
+
317
+ <catalog_product_send translate="label">
318
+ <label>Catalog Product Email to a Friend</label>
319
+ <!-- Mage_Catalog -->
320
+ <reference name="root">
321
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
322
+ </reference>
323
+ <reference name="head">
324
+ <action method="addJs"><script>varien/product.js</script></action>
325
+ </reference>
326
+ <reference name="content">
327
+ <block type="catalog/product_send" name="product.send" template="catalog/product/send.phtml">
328
+ </block>
329
+ </reference>
330
+ </catalog_product_send>
331
+
332
+ <!--
333
+ Product additional images gallery popup
334
+ -->
335
+
336
+ <catalog_product_gallery translate="label">
337
+ <label>Catalog Product Image Gallery Popup</label>
338
+ <!-- Mage_Catalog -->
339
+ <reference name="root">
340
+ <action method="setTemplate"><template>page/popup.phtml</template></action>
341
+ </reference>
342
+ <reference name="content">
343
+ <block type="catalog/product_gallery" name="catalog_product_gallery" template="catalog/product/gallery.phtml"/>
344
+ </reference>
345
+ </catalog_product_gallery>
346
+
347
+ <!--
348
+ SEO Site Map
349
+ -->
350
+
351
+ <catalog_seo_sitemap translate="label">
352
+ <label>Catalog Seo Sitemap (Common)</label>
353
+ <remove name="left"/>
354
+
355
+ <reference name="root">
356
+ <action method="setTemplate"><template>page/2columns-right.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
+ <reference name="head">
370
+ <action method="setTitle" translate="title" module="catalog"><title>Site Map</title></action>
371
+ </reference>
372
+ <update handle="catalog_seo_sitemap" />
373
+ <reference name="seo.sitemap.container">
374
+ <action method="setTitle" translate="title" module="catalog"><title>Categories</title></action>
375
+ <block type="catalog/seo_sitemap_category" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
376
+ <action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
377
+ <action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
378
+ <action method="setItemsTitle" translate="title" module="catalog"><title>categories</title></action>
379
+ </block>
380
+ </reference>
381
+ <reference name="seo.sitemap.links">
382
+ <action method="addLink" translate="label title" module="catalog"><label>Products Sitemap</label><url helper="catalog/map/getProductUrl"/><title>Products Sitemap</title></action>
383
+ </reference>
384
+ </catalog_seo_sitemap_category>
385
+
386
+ <catalog_seo_sitemap_category_tree translate="label">
387
+ <label>Catalog Seo Sitemap (Category Tree)</label>
388
+ <reference name="seo.sitemap.container">
389
+ <remove name="seo.sitemap.pager.top" />
390
+ <remove name="seo.sitemap.pager.bottom" />
391
+ <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.top" as="pager_top" template="page/html/pager.phtml"/>
392
+ <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
393
+ <remove name="seo.sitemap.sitemap" />
394
+ <block type="catalog/seo_sitemap_tree_category" name="seo.sitemap.sitemap_tree" as="sitemap" after="pager_top" template="catalog/seo/tree.phtml">
395
+ <action method="bindPager"><pager>seo.sitemap.tree.pager.top</pager></action>
396
+ <action method="bindPager"><pager>seo.sitemap.tree.pager.bottom</pager></action>
397
+ </block>
398
+ </reference>
399
+ </catalog_seo_sitemap_category_tree>
400
+
401
+ <catalog_seo_sitemap_product translate="label">
402
+ <label>Catalog Seo Sitemap (Product List)</label>
403
+ <reference name="head">
404
+ <action method="setTitle" translate="title" module="catalog"><title>Site Map</title></action>
405
+ </reference>
406
+ <update handle="catalog_seo_sitemap" />
407
+ <reference name="seo.sitemap.container">
408
+ <action method="setTitle" translate="title" module="catalog"><title>Products</title></action>
409
+ <block type="catalog/seo_sitemap_product" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
410
+ <action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
411
+ <action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
412
+ <action method="setItemsTitle" translate="title" module="catalog"><title>products</title></action>
413
+ </block>
414
+ </reference>
415
+ <reference name="seo.sitemap.links">
416
+ <action method="addLink" translate="label title" module="catalog"><label>Categories Sitemap</label><url helper="catalog/map/getCategoryUrl"/><title>Categories Sitemap</title></action>
417
+ </reference>
418
+ </catalog_seo_sitemap_product>
419
+
420
+ </layout>
app/design/frontend/default/mobile_store_green/layout/page.xml ADDED
@@ -0,0 +1,189 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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"><script>lib/ccard.js</script></action>
40
+ <action method="addJs"><script>prototype/validation.js</script></action>
41
+ <action method="addJs"><script>scriptaculous/builder.js</script></action>
42
+ <action method="addJs"><script>scriptaculous/effects.js</script></action>
43
+ <action method="addJs"><script>scriptaculous/dragdrop.js</script></action>
44
+ <action method="addJs"><script>scriptaculous/controls.js</script></action>
45
+ <action method="addJs"><script>scriptaculous/slider.js</script></action>
46
+ <action method="addJs"><script>varien/js.js</script></action>
47
+ <action method="addJs"><script>varien/form.js</script></action>
48
+ <action method="addJs"><script>varien/menu.js</script></action>
49
+ <action method="addJs"><script>mage/translate.js</script></action>
50
+ <action method="addJs"><script>mage/cookies.js</script></action>
51
+
52
+ <block type="page/js_cookie" name="js_cookies" template="page/js/cookie.phtml"/>
53
+
54
+ <action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
55
+ <action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 8</if></action>
56
+ <action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
57
+ <action method="addCss"><stylesheet>css/print.css</stylesheet><params>media="print"</params></action>
58
+
59
+ <action method="addItem"><type>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" translate="label">
63
+ <label>Page Top</label>
64
+ </block>
65
+
66
+ <block type="page/html_notices" name="global_notices" as="global_notices" template="page/html/notices.phtml" />
67
+
68
+ <block type="page/html_header" name="header" as="header">
69
+ <block type="page/template_links" name="top.links" as="topLinks"/>
70
+ <block type="page/switch" name="store_language" as="store_language" template="page/switch/languages.phtml"/>
71
+ <block type="core/text_list" name="top.menu" as="topMenu" translate="label">
72
+ <label>Navigation Bar</label>
73
+ <block type="page/html_topmenu" name="catalog.topnav" template="page/html/topmenu.phtml"/>
74
+ </block>
75
+ <block type="page/html_wrapper" name="top.container" as="topContainer" translate="label">
76
+ <label>Page Header</label>
77
+ <action method="setElementClass"><value>top-container</value></action>
78
+ </block>
79
+ </block>
80
+
81
+ <block type="page/html_breadcrumbs" name="breadcrumbs" as="breadcrumbs"/>
82
+
83
+ <block type="core/text_list" name="left" as="left" translate="label">
84
+ <label>Left Column</label>
85
+ </block>
86
+
87
+ <block type="core/messages" name="global_messages" as="global_messages"/>
88
+ <block type="core/messages" name="messages" as="messages"/>
89
+
90
+ <block type="core/text_list" name="content" as="content" translate="label">
91
+ <label>Main Content Area</label>
92
+ </block>
93
+
94
+ <block type="core/text_list" name="right" as="right" translate="label">
95
+ <label>Right Column</label>
96
+ </block>
97
+
98
+ <block type="page/html_footer" name="footer" as="footer" template="page/html/footer.phtml">
99
+ <block type="page/html_wrapper" name="bottom.container" as="bottomContainer" translate="label">
100
+ <label>Page Footer</label>
101
+ <action method="setElementClass"><value>bottom-container</value></action>
102
+ </block>
103
+ <block type="page/switch" name="store_switcher" as="store_switcher" template="page/switch/stores.phtml"/>
104
+ <block type="page/template_links" name="footer_links" as="footer_links" template="page/template/links.phtml"/>
105
+ </block>
106
+
107
+ <block type="core/text_list" name="before_body_end" as="before_body_end" translate="label">
108
+ <label>Page Bottom</label>
109
+ </block>
110
+ </block>
111
+
112
+ <block type="core/profiler" output="toHtml" name="core_profiler"/>
113
+ </default>
114
+
115
+ <print translate="label" module="page">
116
+ <label>All Pages (Print Version)</label>
117
+ <!-- Mage_Page -->
118
+ <block type="page/html" name="root" output="toHtml" template="page/print.phtml">
119
+
120
+ <block type="page/html_head" name="head" as="head">
121
+ <action method="addJs"><script>prototype/prototype.js</script></action>
122
+ <action method="addJs"><script>mage/translate.js</script></action>
123
+ <action method="addJs"><script>lib/ccard.js</script></action>
124
+ <action method="addJs"><script>prototype/validation.js</script></action>
125
+ <action method="addJs"><script>varien/js.js</script></action>
126
+
127
+ <action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
128
+ <action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 8</if></action>
129
+ <action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
130
+ <action method="addCss"><stylesheet>css/print.css</stylesheet><params>media="print"</params></action>
131
+
132
+ <action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
133
+ <action method="addItem"><type>skin_js</type><name>js/ie6.js</name><params/><if>lt IE 7</if></action>
134
+
135
+ </block>
136
+
137
+ <block type="core/text_list" name="content" as="content" translate="label">
138
+ <label>Main Content Area</label>
139
+ </block>
140
+
141
+ </block>
142
+ </print>
143
+
144
+ <!-- Custom page layout handles -->
145
+ <page_empty translate="label">
146
+ <label>All Empty Layout Pages</label>
147
+ <reference name="root">
148
+ <action method="setTemplate"><template>page/empty.phtml</template></action>
149
+ <!-- Mark root page block that template is applied -->
150
+ <action method="setIsHandle"><applied>1</applied></action>
151
+ </reference>
152
+ </page_empty>
153
+
154
+ <page_one_column translate="label">
155
+ <label>All One-Column Layout Pages</label>
156
+ <reference name="root">
157
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
158
+ <!-- Mark root page block that template is applied -->
159
+ <action method="setIsHandle"><applied>1</applied></action>
160
+ </reference>
161
+ </page_one_column>
162
+
163
+ <page_two_columns_left translate="label">
164
+ <label>All Two-Column Layout Pages (Left Column)</label>
165
+ <reference name="root">
166
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
167
+ <!-- Mark root page block that template is applied -->
168
+ <action method="setIsHandle"><applied>1</applied></action>
169
+ </reference>
170
+ </page_two_columns_left>
171
+
172
+ <page_two_columns_right translate="label">
173
+ <label>All Two-Column Layout Pages (Right Column)</label>
174
+ <reference name="root">
175
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
176
+ <!-- Mark root page block that template is applied -->
177
+ <action method="setIsHandle"><applied>1</applied></action>
178
+ </reference>
179
+ </page_two_columns_right>
180
+
181
+ <page_three_columns translate="label">
182
+ <label>All Three-Column Layout Pages</label>
183
+ <reference name="root">
184
+ <action method="setTemplate"><template>page/3columns.phtml</template></action>
185
+ <!-- Mark root page block that template is applied -->
186
+ <action method="setIsHandle"><applied>1</applied></action>
187
+ </reference>
188
+ </page_three_columns>
189
+ </layout>
app/design/frontend/default/mobile_store_green/layout/paypal.xml ADDED
@@ -0,0 +1,198 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ -->
29
+ <layout version="0.1.0">
30
+ <checkout_cart_index>
31
+ <reference name="checkout.cart.top_methods">
32
+ <block type="paypal/express_shortcut" name="checkout.cart.methods.paypal_express.top" before="-" template="paypal/express/shortcut.phtml">
33
+ <action method="setIsQuoteAllowed"><value>1</value></action>
34
+ </block>
35
+ </reference>
36
+
37
+ <reference name="checkout.cart.methods">
38
+ <block type="paypal/express_shortcut" name="checkout.cart.methods.paypal_express.bottom" before="-" template="paypal/express/shortcut.phtml">
39
+ <action method="setIsQuoteAllowed"><value>1</value></action>
40
+ </block>
41
+ </reference>
42
+ <update handle="SHORTCUT_popup" />
43
+ </checkout_cart_index>
44
+
45
+ <paypal_express_review translate="label">
46
+ <label>PayPal Express Order Review Form</label>
47
+ <remove name="right"/>
48
+ <remove name="left"/>
49
+
50
+ <reference name="root">
51
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
52
+ </reference>
53
+ <reference name="content">
54
+ <block type="paypal/express_review" name="paypal.express.review" template="paypal/express/review.phtml">
55
+ <block type="paypal/express_review_details" name="paypal.express.review.details" as="details" template="paypal/express/review/details.phtml">
56
+ <action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/onepage/review/item.phtml</template></action>
57
+ <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/onepage/review/item.phtml</template></action>
58
+ <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/onepage/review/item.phtml</template></action>
59
+ <block type="checkout/cart_totals" name="paypal.express.review.details.totals" as="totals" template="checkout/onepage/review/totals.phtml"/>
60
+ </block>
61
+ <block type="checkout/agreements" name="paypal.express.review.details.agreements" as="agreements" template="checkout/onepage/agreements.phtml"/>
62
+ </block>
63
+ </reference>
64
+ <reference name="head">
65
+ <action method="addItem"><type>skin_js</type><name>js/checkout/review.js</name></action>
66
+ </reference>
67
+ </paypal_express_review>
68
+
69
+ <paypal_express_review_details>
70
+ <block type="paypal/express_review_details" name="root" output="toHtml" template="paypal/express/review/details.phtml">
71
+ <action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/onepage/review/item.phtml</template></action>
72
+ <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/onepage/review/item.phtml</template></action>
73
+ <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/onepage/review/item.phtml</template></action>
74
+ <block type="checkout/cart_totals" name="paypal.express.review.details.totals" as="totals" template="checkout/onepage/review/totals.phtml"/>
75
+ </block>
76
+ </paypal_express_review_details>
77
+
78
+ <!--
79
+ Available logo types can be assigned with action="setLogoType":
80
+ - wePrefer_150x60
81
+ - wePrefer_150x40
82
+ - nowAccepting_150x60
83
+ - nowAccepting_150x40
84
+ - paymentsBy_150x60
85
+ - paymentsBy_150x40
86
+ - shopNowUsing_150x60
87
+ - shopNowUsing_150x40
88
+ -->
89
+ <catalog_product_view>
90
+ <reference name="product.info.addtocart">
91
+ <block type="page/html_wrapper" name="product.info.addtocart.paypal.wrapper" translate="label">
92
+
93
+
94
+ <label>PayPal Express Checkout Shortcut Wrapper</label>
95
+ <block type="paypal/express_shortcut" name="product.info.addtocart.paypal" template="paypal/express/shortcut.phtml">
96
+ <action method="setIsInCatalogProduct"><value>1</value></action>
97
+ </block>
98
+ </block>
99
+ </reference>
100
+ <update handle="SHORTCUT_popup" />
101
+ <!--<reference name="right">
102
+ <block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml">-->
103
+ <!--action method="setLogoType"><value>wePrefer_150x60</value></action-->
104
+ <!--</block>
105
+ </reference>-->
106
+ </catalog_product_view>
107
+
108
+ <!--<catalog_category_default>
109
+ <update handle="SHORTCUT_popup" />
110
+ <reference name="right">
111
+ <block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml"/>
112
+ </reference>
113
+ </catalog_category_default>
114
+
115
+ <catalog_category_layered>
116
+ <update handle="SHORTCUT_popup" />
117
+ <reference name="right">
118
+ <block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml"/>
119
+ </reference>
120
+ </catalog_category_layered>
121
+
122
+ <catalog_product_compare_index>
123
+ <update handle="SHORTCUT_popup" />
124
+ </catalog_product_compare_index>
125
+
126
+ <catalogsearch_result_index>
127
+ <update handle="SHORTCUT_popup" />
128
+ </catalogsearch_result_index>
129
+
130
+ <catalogsearch_advanced_result>
131
+ <update handle="SHORTCUT_popup" />
132
+ </catalogsearch_advanced_result>
133
+
134
+ <tag_product_list>
135
+ <update handle="SHORTCUT_popup" />
136
+ </tag_product_list>
137
+ <tag_customer_view>
138
+ <update handle="SHORTCUT_popup" />
139
+ </tag_customer_view>
140
+
141
+ <wishlist_index_index>
142
+ <update handle="SHORTCUT_popup" />
143
+ </wishlist_index_index>
144
+ <review_product_list>
145
+ <update handle="SHORTCUT_popup" />
146
+ </review_product_list>
147
+
148
+ <checkout_onepage_success>
149
+ <update handle="SHORTCUT_popup" />
150
+ </checkout_onepage_success>
151
+ <checkout_onepage_failure>
152
+ <update handle="SHORTCUT_popup" />
153
+ </checkout_onepage_failure>
154
+
155
+ <cms_index_index>
156
+ <reference name="right">
157
+ <block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml"/>
158
+ </reference>
159
+ </cms_index_index>-->
160
+
161
+ <default>
162
+ <reference name="topCart.extra_actions">
163
+ <block type="paypal/express_shortcut" name="paypal.partner.top_cart.shortcut" template="paypal/express/shortcut.phtml"/>
164
+ </reference>
165
+ <reference name="cart_sidebar.extra_actions">
166
+ <block type="paypal/express_shortcut" name="paypal.partner.cart_sidebar.shortcut" template="paypal/express/shortcut.phtml"/>
167
+ </reference>
168
+ </default>
169
+
170
+ <checkout_onepage_review>
171
+ <reference name="checkout.onepage.review.info.items.after">
172
+ <block type="paypal/iframe" name="paypal.iframe" />
173
+ </reference>
174
+ <reference name="checkout.onepage.review.button">
175
+ <action method="setTemplate"><template helper="paypal/hss/getReviewButtonTemplate"><name>paypal/hss/review/button.phtml</name><block>checkout.onepage.review.button</block></template></action>
176
+ </reference>
177
+ </checkout_onepage_review>
178
+
179
+ <paypal_payflow_link_iframe>
180
+ <block type="paypal/payflow_link_iframe" name="payflow.link.iframe" template="paypal/payflowlink/form.phtml" />
181
+ <block type="paypal/payflow_link_info" name="payflow.link.info" template="paypal/payflowlink/info.phtml" />
182
+ </paypal_payflow_link_iframe>
183
+
184
+ <paypal_hosted_pro_iframe>
185
+ <block type="paypal/hosted_pro_iframe" name="hosted.pro.iframe" template="paypal/hss/form.phtml"/>
186
+ </paypal_hosted_pro_iframe>
187
+
188
+ <SHORTCUT_popup>
189
+ <reference name="product.tooltip">
190
+ <block type="page/html_wrapper" name="product.info.addtocart.paypal.wrapper" translate="label">
191
+ <block type="paypal/express_shortcut" name="product.info.addtocart.paypal" template="paypal/express/shortcut.phtml">
192
+ <action method="setIsInCatalogProduct"><value>1</value></action>
193
+ <action method="setShowOrPosition"><value>after</value></action>
194
+ </block>
195
+ </block>
196
+ </reference>
197
+ </SHORTCUT_popup>
198
+ </layout>
app/design/frontend/default/mobile_store_green/layout/review.xml ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ -->
29
+ <layout version="0.1.0">
30
+
31
+ <customer_account>
32
+ <!-- Mage_Review -->
33
+ <reference name="customer_account_navigation">
34
+ <action method="addLink" translate="label" module="review"><name>reviews</name><path>review/customer</path><label>My Product Reviews</label></action>
35
+ </reference>
36
+
37
+ </customer_account>
38
+
39
+ <!--
40
+ Customer account home dashboard layout
41
+ -->
42
+
43
+ <customer_account_index>
44
+
45
+ <!-- Mage_Review -->
46
+ <reference name="customer_account_dashboard">
47
+ <block type="review/customer_recent" name="customer_account_dashboard_info1" as="info1" template="review/customer/recent.phtml"/>
48
+ </reference>
49
+
50
+ </customer_account_index>
51
+
52
+
53
+ <!--
54
+ Product reviews page (?)
55
+ -->
56
+
57
+ <reviews>
58
+ <!-- Mage_Review -->
59
+ <reference name="root">
60
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
61
+ </reference>
62
+ </reviews>
63
+
64
+ <!--
65
+ Product reviews page
66
+ -->
67
+
68
+ <review_product_list translate="label">
69
+ <label>Catalog Product Reviews List</label>
70
+ <reference name="root">
71
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
72
+ </reference>
73
+ <reference name="head">
74
+ <action method="addJs"><script>varien/product.js</script></action>
75
+ <action method="addJs"><script>varien/configurable.js</script></action>
76
+ </reference>
77
+ <reference name="content">
78
+ <block type="review/product_view" name="product.info" template="catalog/product/view.phtml">
79
+ <block type="catalog/product_view_media" name="product.info.media" as="media" template="catalog/product/view/media.phtml">
80
+ <action method="disableGallery"/>
81
+ </block>
82
+ <block type="catalog/product_view" name="product.info.addto" as="addto" template="catalog/product/view/addto.phtml"/>
83
+ <block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml">
84
+ <!-- workaround: a better place for this code is in paypal.xml -->
85
+ <block type="page/html_wrapper" name="review.product.info.addtocart.paypal.wrapper" translate="label" module="paypal">
86
+ <label>PayPal Express Checkout Shortcut Wrapper</label>
87
+ <block type="paypal/express_shortcut" name="review.product.info.addtocart.paypal" template="paypal/express/shortcut.phtml">
88
+ <action method="setIsInCatalogProduct"><value>1</value></action>
89
+ </block>
90
+ </block>
91
+ </block>
92
+ <block type="catalog/product_view" name="product.tierprices" as="tierprices" template="catalog/product/view/tierprices.phtml"/>
93
+ <block type="core/template" name="product.info.other" as="other" template="review/product/view/other.phtml"/>
94
+ <block type="page/html_pager" name="product_review_list.toolbar" />
95
+ <block type="core/template" name="product_review_list.count" template="review/product/view/count.phtml" />
96
+ <block type="review/product_view_list" name="product.info.product_additional_data" as="product_additional_data" template="review/product/view/list.phtml">
97
+ <block type="review/form" name="product.review.form" as="review_form">
98
+ <block type="page/html_wrapper" name="product.review.form.fields.before" as="form_fields_before" translate="label">
99
+ <label>Review Form Fields Before</label>
100
+ <action method="setMayBeInvisible"><value>1</value></action>
101
+ </block>
102
+ </block>
103
+ </block>
104
+ </block>
105
+ </reference>
106
+ </review_product_list>
107
+
108
+ <review_product_view translate="label">
109
+ <label>Catalog Product Review View</label>
110
+ <reference name="root">
111
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
112
+ </reference>
113
+ <reference name="content">
114
+ <block type="review/view" name="review_view"/>
115
+ </reference>
116
+ </review_product_view>
117
+
118
+ <review_customer_index translate="label">
119
+ <label>Customer My Account Product Reviews</label>
120
+ <update handle="customer_account"/>
121
+ <reference name="my.account.wrapper">
122
+ <block type="review/customer_list" name="review_customer_list" template="review/customer/list.phtml"/>
123
+ </reference>
124
+ </review_customer_index>
125
+
126
+ <review_customer_view translate="label">
127
+ <label>Customer My Account Review Details</label>
128
+ <update handle="customer_account"/>
129
+ <reference name="my.account.wrapper">
130
+ <block type="review/customer_view" name="customers_review"/>
131
+ </reference>
132
+ </review_customer_view>
133
+
134
+ </layout>
app/design/frontend/default/mobile_store_green/layout/tag.xml ADDED
@@ -0,0 +1,122 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ -->
29
+ <layout version="0.1.0">
30
+
31
+ <!--
32
+ Default layout, loads most of the pages
33
+ -->
34
+
35
+ <default>
36
+ <!-- Mage_Tag -->
37
+ <reference name="left">
38
+ <block type="tag/popular" name="tags_popular" template="tag/popular.phtml"/>
39
+ </reference>
40
+
41
+ </default>
42
+
43
+ <!--
44
+ Customer account pages, rendered for all tabs in dashboard
45
+ -->
46
+
47
+ <customer_account>
48
+ <!-- Mage_Tag -->
49
+ <reference name="customer_account_navigation">
50
+ <action method="addLink" translate="label" module="tag"><name>tags</name><path>tag/customer/</path><label>My Tags</label></action>
51
+ </reference>
52
+ </customer_account>
53
+
54
+ <!--
55
+ Customer account home dashboard layout
56
+ -->
57
+
58
+ <customer_account_index>
59
+ <!-- Mage_Tag -->
60
+ <reference name="customer_account_dashboard">
61
+ <action method="unsetChild"><name>customer_account_dashboard_info2</name></action>
62
+ <block type="tag/customer_recent" name="customer_account_dashboard_info2" as="info2" template="tag/customer/recent.phtml"/>
63
+ </reference>
64
+ </customer_account_index>
65
+
66
+
67
+ <!--
68
+ All tags page
69
+ -->
70
+
71
+ <tag_list_index translate="label">
72
+ <label>Tags List (All Available)</label>
73
+ <!-- Mage_Tag -->
74
+ <reference name="root">
75
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
76
+ </reference>
77
+ <reference name="content">
78
+ <block type="tag/all" name="tags_all" template="tag/cloud.phtml"/>
79
+ </reference>
80
+ </tag_list_index>
81
+
82
+ <tag_product_list translate="label">
83
+ <label>Tagged Products List</label>
84
+ <!-- Mage_Tag -->
85
+ <reference name="content">
86
+ <block type="tag/product_result" name="tag_products" template="catalogsearch/result.phtml">
87
+ <block type="catalog/product_list" name="search_result_list" template="catalog/product/list.phtml">
88
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
89
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
90
+ </block>
91
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
92
+ </block>
93
+ <action method="setListOrders"/>
94
+ <action method="setListModes"/>
95
+ <action method="setListCollection"/>
96
+ </block>
97
+ </reference>
98
+ </tag_product_list>
99
+
100
+ <tag_customer_index translate="label">
101
+ <label>Customer My Account My Tags List</label>
102
+ <update handle="customer_account"/>
103
+ <reference name="root">
104
+ <action method="setHeaderTitle" translate="title" module="customer"><title>My Account</title></action>
105
+ </reference>
106
+ <reference name="my.account.wrapper">
107
+ <block type="tag/customer_tags" name="customer_tags" template="tag/customer/tags.phtml"/>
108
+ </reference>
109
+ </tag_customer_index>
110
+
111
+ <tag_customer_view translate="label">
112
+ <label>Customer My Account Tag View</label>
113
+ <update handle="customer_account"/>
114
+ <reference name="root">
115
+ <action method="setHeaderTitle" translate="title" module="customer"><title>My Account</title></action>
116
+ </reference>
117
+ <reference name="my.account.wrapper">
118
+ <block type="tag/customer_view" name="customer_view" template="tag/customer/view.phtml"/>
119
+ </reference>
120
+ </tag_customer_view>
121
+
122
+ </layout>
app/design/frontend/default/mobile_store_green/template/catalog/category/view.phtml ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ * Category view template
30
+ *
31
+ * @see Mage_Catalog_Block_Category_View
32
+ */
33
+ ?>
34
+ <?php
35
+ $_helper = $this->helper('catalog/output');
36
+ $_category = $this->getCurrentCategory();
37
+ $_imgHtml = '';
38
+ if ($_imgUrl = $_category->getImageUrl()) {
39
+ $_imgHtml = '<p class="category-image"><img src="'.$_imgUrl.'" alt="'.$this->htmlEscape($_category->getName()).'" title="'.$this->htmlEscape($_category->getName()).'" /></p>';
40
+ $_imgHtml = $_helper->categoryAttribute($_category, $_imgHtml, 'image');
41
+ }
42
+ ?>
43
+ <div class="page-title category-title">
44
+ <?php if($this->IsRssCatalogEnable() && $this->IsTopCategory()): ?>
45
+ <a href="<?php echo $this->getRssLink() ?>" class="link-rss"><?php echo $this->__('Subscribe to RSS Feed') ?></a>
46
+ <?php endif; ?>
47
+ <h1><?php echo $_helper->categoryAttribute($_category, $_category->getName(), 'name') ?></h1>
48
+ </div>
49
+
50
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
51
+
52
+ <?php if($_imgUrl): ?>
53
+ <?php echo $_imgHtml ?>
54
+ <?php endif; ?>
55
+
56
+ <?php if($_description=$this->getCurrentCategory()->getDescription()): ?>
57
+ <div class="category-description std">
58
+ <?php echo $_helper->categoryAttribute($_category, $_description, 'description') ?>
59
+ </div>
60
+ <?php endif; ?>
61
+
62
+ <?php if($this->isContentMode()): ?>
63
+ <?php echo $this->getCmsBlockHtml() ?>
64
+
65
+ <?php elseif($this->isMixedMode()): ?>
66
+ <div class="cat_desc"><?php echo $this->getCmsBlockHtml() ?></div>
67
+ <?php echo $this->getProductListHtml() ?>
68
+
69
+ <?php else: ?>
70
+ <?php echo $this->getProductListHtml() ?>
71
+ <?php endif; ?>
app/design/frontend/default/mobile_store_green/template/catalog/product/list.phtml ADDED
@@ -0,0 +1,151 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ <div class="products-list-item">
50
+ <?php // Product Image ?>
51
+ <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(131); ?>" width="131" height="131" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
52
+ <?php // Product description ?>
53
+ <div class="product-shop">
54
+ <div class="f-fix">
55
+ <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>
56
+ <?php if($_product->getRatingSummary()): ?>
57
+ <?php echo $this->getReviewsSummaryHtml($_product) ?>
58
+ <?php endif; ?>
59
+ <div class="desc std">
60
+ <?php //echo $_helper->productAttribute($_product, $_product->getShortDescription(), 'short_description') ?>
61
+ <?php echo substr(nl2br($_helper->productAttribute($_product, $_product->getShortDescription(), 'short_description')),0,120) ?>
62
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>" class="link-more"><?php echo $this->__('learn more') ?></a>
63
+ </div>
64
+ <?php echo $this->getPriceHtml($_product, true) ?>
65
+ <?php if($_product->isSaleable()): ?>
66
+ <p class="prod_list_actions clearfix"><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>
67
+ <button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-det" onclick="setLocation('<?php echo $_product->getProductUrl() ?>')"><span><span><?php echo $this->__('Details') ?></span></span></button>
68
+ </p>
69
+ <?php else: ?>
70
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
71
+ <?php endif; ?>
72
+ <ul class="add-to-links">
73
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
74
+ <li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
75
+ <?php endif; ?>
76
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
77
+ <li><span class="separator"><img class="v-middle" src="<?php echo $this->getSkinUrl('images/new/bkg_pipe1.gif');?>" alt="" /></span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
78
+ <?php endif; ?>
79
+ </ul>
80
+ </div>
81
+ </div>
82
+ </div>
83
+ </li>
84
+ <?php endforeach; ?>
85
+ </ol>
86
+ <script type="text/javascript">decorateList('products-list', 'none-recursive')</script>
87
+
88
+ <?php else: ?>
89
+
90
+ <?php // Grid Mode ?>
91
+
92
+ <?php $_collectionSize = $_productCollection->count() ?>
93
+ <?php
94
+ $r_template = $this->getLayout()->getBlock('root')->getTemplate();
95
+ switch ($r_template)
96
+ {
97
+ case "page/2columns-right.phtml":
98
+ case "page/2columns-left.phtml":
99
+ $_columnCount = 3;
100
+ break;
101
+ case "page/3columns.phtml":
102
+ $_columnCount = 2;
103
+ break;
104
+ default:
105
+ $_columnCount = 4;
106
+ }
107
+ ?>
108
+ <table>
109
+ <?php $i=0; foreach ($_productCollection as $_product): ?>
110
+ <?php if ($i++%$_columnCount==0): ?>
111
+ <tr class="products-grid">
112
+ <?php endif ?>
113
+ <td class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
114
+ <div class="product_grid_item">
115
+ <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>
116
+ <?php if($_product->getRatingSummary()): ?>
117
+ <?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
118
+ <?php endif; ?>
119
+ <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>
120
+ <?php echo $this->getPriceHtml($_product, true) ?>
121
+ <div class="actions">
122
+ <?php if($_product->isSaleable()): ?>
123
+ <p class="prod_grid_actions clearfix"><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>
124
+ <button type="button" title="<?php echo $this->__('Details') ?>" class="button btn-det" onclick="setLocation('<?php echo $_product->getProductUrl() ?>')"><span><span><?php echo $this->__('Details') ?></span></span></button>
125
+ </p>
126
+ <?php else: ?>
127
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
128
+ <?php endif; ?>
129
+ <ul class="add-to-links">
130
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
131
+ <li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
132
+ <?php endif; ?>
133
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
134
+ <li><span class="separator"><img class="v-middle" src="<?php echo $this->getSkinUrl('images/new/bkg_pipe1.gif');?>" alt="" /></span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
135
+ <?php endif; ?>
136
+ </ul>
137
+ </div>
138
+ </div>
139
+ </td>
140
+ <?php if ($i%$_columnCount==0 || $i==$_collectionSize): ?>
141
+ </tr>
142
+ <tr class="grid_spacer"><td colspan="<?php echo $_columnCount; ?>" style="height:22px;">&nbsp;<script type="text/javascript">decorateGeneric($$('ul.products-grid'), ['odd','even','first','last'])</script></td></tr>
143
+ <?php endif ?>
144
+ <?php endforeach ?>
145
+ <?php endif; ?>
146
+ </table>
147
+ <div class="toolbar-bottom">
148
+ <?php echo $this->getToolbarHtml() ?>
149
+ </div>
150
+ </div>
151
+ <?php endif; ?>
app/design/frontend/default/mobile_store_green/template/catalog/product/list/upsell.phtml ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ <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>
39
+ <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>
40
+ <?php echo $this->getPriceHtml($_link, true, '-upsell') ?>
41
+ <?php //echo $this->getReviewsSummaryHtml($_link) ?>
42
+ </td>
43
+ <!--<td class="td_spacer">&nbsp;</td>-->
44
+ <?php else: ?>
45
+ <!--<td class="empty">&nbsp;</td>-->
46
+ <?php endif; ?>
47
+ <?php endfor; ?>
48
+ </tr>
49
+ <?php endfor; ?>
50
+ </table>
51
+ <script type="text/javascript">decorateTable('upsell-product-table')</script>
52
+ </div>
53
+ <?php endif ?>
app/design/frontend/default/mobile_store_green/template/catalog/product/new.phtml ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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="home_new_products">
29
+ <div class="page-title" style="margin-bottom:15px;">
30
+ <h2><?php echo $this->__('New Products') ?></h2>
31
+ </div>
32
+ <table>
33
+ <?php $_columnCount = $this->getColumnCount(); ?>
34
+ <?php
35
+ $r_template = $this->getLayout()->getBlock('root')->getTemplate();
36
+ switch ($r_template)
37
+ {
38
+ case "page/2columns-right.phtml":
39
+ case "page/2columns-left.phtml":
40
+ $_columnCount = 3;
41
+ break;
42
+ case "page/3columns.phtml":
43
+ $_columnCount = 2;
44
+ break;
45
+ default:
46
+ $_columnCount = 4;
47
+ }
48
+ ?>
49
+ <?php $i=0; foreach ($_products->getItems() as $_product): ?>
50
+ <?php if ($i++%$_columnCount==0): ?>
51
+ <tr class="products-grid">
52
+ <?php endif ?>
53
+ <td class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
54
+ <div class="product_grid_item">
55
+ <h2 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>"><?php echo $this->htmlEscape($_product->getName()) ?></a></h2>
56
+ <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>
57
+ <!--<?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>-->
58
+ <?php echo $this->getPriceHtml($_product, true, '-new') ?>
59
+ <div class="actions">
60
+ <?php if($_product->isSaleable()): ?>
61
+ <p class="prod_grid_actions clearfix"><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>
62
+ <button type="button" title="<?php echo $this->__('Details') ?>" class="button btn-det" onclick="setLocation('<?php echo $_product->getProductUrl() ?>')"><span><span><?php echo $this->__('Details') ?></span></span></button>
63
+ </p>
64
+ <?php else: ?>
65
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
66
+ <?php endif; ?>
67
+ <!--<ul class="add-to-links">
68
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
69
+ <li><a href="<?php echo $this->getAddToWishlistUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
70
+ <?php endif; ?>
71
+ <?php if ($_compareUrl = $this->getAddToCompareUrl($_product)): ?>
72
+ <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
73
+ <?php endif; ?>
74
+ </ul>-->
75
+ </div>
76
+ </div>
77
+ </td>
78
+ <?php if ($i%$_columnCount==0 || $i==count($_products)): ?>
79
+ </tr>
80
+ <tr class="grid_spacer"><td colspan="<?php echo $_columnCount; ?>" style="height:22px;">&nbsp;</td></tr>
81
+ <?php endif ?>
82
+ <?php endforeach; ?>
83
+ </table>
84
+ </div>
85
+ <?php endif; ?>
app/design/frontend/default/mobile_store_green/template/catalog/product/view.phtml ADDED
@@ -0,0 +1,172 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 $_helper = $this->helper('catalog/output'); ?>
35
+ <?php $_product = $this->getProduct(); ?>
36
+
37
+ <script type="text/javascript">
38
+ var optionsPrice = new Product.OptionsPrice(<?php echo $this->getJsonConfig() ?>);
39
+ </script>
40
+ <div id="messages_product_view"><?php echo $this->getMessagesBlock()->getGroupedHtml() ?></div>
41
+ <div class="product-view">
42
+ <div class="product-essential">
43
+ <form action="<?php echo $this->getSubmitUrl($_product) ?>" method="post" id="product_addtocart_form"<?php if($_product->getOptions()): ?> enctype="multipart/form-data"<?php endif; ?>>
44
+ <div class="no-display">
45
+ <input type="hidden" name="product" value="<?php echo $_product->getId() ?>" />
46
+ <input type="hidden" name="related_product" id="related-products-field" value="" />
47
+ </div>
48
+
49
+ <div class="product-shop">
50
+ <div class="product-name">
51
+ <h1><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></h1>
52
+ </div>
53
+
54
+ <?php echo $this->getReviewsSummaryHtml($_product, false, true)?>
55
+
56
+ <?php if ($this->canEmailToFriend()): ?>
57
+ <p class="email-friend"><a href="<?php echo $this->helper('catalog/product')->getEmailToFriendUrl($_product) ?>"><?php echo $this->__('Email to a Friend') ?></a></p>
58
+ <?php endif; ?>
59
+ <?php echo $this->getChildHtml('alert_urls') ?>
60
+ <?php echo $this->getChildHtml('product_type_data') ?>
61
+ <?php echo $this->getTierPriceHtml() ?>
62
+ <?php echo $this->getChildHtml('extrahint') ?>
63
+
64
+ <?php if (!$this->hasOptions()):?>
65
+ <div class="add-to-box">
66
+ <?php if($_product->isSaleable()): ?>
67
+ <?php echo $this->getChildHtml('addtocart') ?>
68
+ <?php if( $this->helper('wishlist')->isAllow() || $_compareUrl=$this->helper('catalog/product_compare')->getAddUrl($_product)): ?>
69
+ <span class="or"><?php echo $this->__('or') ?></span>
70
+ <?php endif; ?>
71
+ <?php endif; ?>
72
+ <?php echo $this->getChildHtml('addto') ?>
73
+ </div>
74
+ <?php echo $this->getChildHtml('extra_buttons') ?>
75
+ <?php elseif (!$_product->isSaleable()): ?>
76
+ <div class="add-to-box">
77
+ <?php echo $this->getChildHtml('addto') ?>
78
+ </div>
79
+ <?php endif; ?>
80
+
81
+ <?php if ($_product->getShortDescription()):?>
82
+ <div class="short-description">
83
+ <h2><?php echo $this->__('Quick Overview') ?></h2>
84
+ <div class="std"><?php echo $_helper->productAttribute($_product, nl2br($_product->getShortDescription()), 'short_description') ?></div>
85
+ </div>
86
+ <?php endif;?>
87
+
88
+ <?php echo $this->getChildHtml('other');?>
89
+
90
+ <?php if ($_product->isSaleable() && $this->hasOptions()):?>
91
+ <?php echo $this->getChildChildHtml('container1', '', true, true) ?>
92
+ <?php endif;?>
93
+
94
+ </div>
95
+
96
+ <div class="product-img-box">
97
+ <?php echo $this->getChildHtml('media') ?>
98
+ </div>
99
+
100
+ <div class="clearer"></div>
101
+ <?php if ($_product->isSaleable() && $this->hasOptions()):?>
102
+ <?php echo $this->getChildChildHtml('container2', '', true, true) ?>
103
+ <?php endif;?>
104
+ </form>
105
+ <script type="text/javascript">
106
+ //<![CDATA[
107
+ var productAddToCartForm = new VarienForm('product_addtocart_form');
108
+ productAddToCartForm.submit = function(button, url) {
109
+ if (this.validator.validate()) {
110
+ var form = this.form;
111
+ var oldUrl = form.action;
112
+
113
+ if (url) {
114
+ form.action = url;
115
+ }
116
+ var e = null;
117
+ try {
118
+ this.form.submit();
119
+ } catch (e) {
120
+ }
121
+ this.form.action = oldUrl;
122
+ if (e) {
123
+ throw e;
124
+ }
125
+
126
+ if (button && button != 'undefined') {
127
+ button.disabled = true;
128
+ }
129
+ }
130
+ }.bind(productAddToCartForm);
131
+
132
+ productAddToCartForm.submitLight = function(button, url){
133
+ if(this.validator) {
134
+ var nv = Validation.methods;
135
+ delete Validation.methods['required-entry'];
136
+ delete Validation.methods['validate-one-required'];
137
+ delete Validation.methods['validate-one-required-by-name'];
138
+ // Remove custom datetime validators
139
+ for (var methodName in Validation.methods) {
140
+ if (methodName.match(/^validate-datetime-.*/i)) {
141
+ delete Validation.methods[methodName];
142
+ }
143
+ }
144
+
145
+ if (this.validator.validate()) {
146
+ if (url) {
147
+ this.form.action = url;
148
+ }
149
+ this.form.submit();
150
+ }
151
+ Object.extend(Validation.methods, nv);
152
+ }
153
+ }.bind(productAddToCartForm);
154
+ //]]>
155
+ </script>
156
+ </div>
157
+
158
+ <div class="product-collateral">
159
+ <?php foreach ($this->getChildGroup('detailed_info', 'getChildHtml') as $alias => $html):?>
160
+ <div class="box-collateral <?php echo "box-{$alias}"?>">
161
+ <?php if ($title = $this->getChildData($alias, 'title')):?>
162
+ <h2><?php echo $this->escapeHtml($title); ?></h2>
163
+ <?php endif;?>
164
+ <?php echo $html; ?>
165
+ </div>
166
+ <?php endforeach;?>
167
+
168
+ <?php echo $this->getChildHtml('product_additional_data') ?>
169
+
170
+ </div>
171
+ <?php echo $this->getChildHtml('info_tabs') ?>
172
+ </div>
app/design/frontend/default/mobile_store_green/template/catalog/product/view/media.phtml ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 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
+ <div class="product-image-zoom-wrap">
39
+ <p class="product-image product-image-zoom">
40
+ <?php
41
+ $_img = '<img id="image" src="'.$this->helper('catalog/image')->init($_product, 'image').'" alt="'.$this->htmlEscape($this->getImageLabel()).'" title="'.$this->htmlEscape($this->getImageLabel()).'" />';
42
+ echo $_helper->productAttribute($_product, $_img, 'image');
43
+ ?>
44
+ </p>
45
+ </div>
46
+ <p class="zoom-notice" id="track_hint"><?php echo $this->__('Double click on above image to view full picture') ?></p>
47
+ <div class="zoom">
48
+ <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" />
49
+ <div id="track">
50
+ <div id="handle"></div>
51
+ </div>
52
+ <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" />
53
+ </div>
54
+ <script type="text/javascript">
55
+ //<![CDATA[
56
+ Event.observe(window, 'load', function() {
57
+ product_zoom = new Product.Zoom('image', 'track', 'handle', 'zoom_in', 'zoom_out', 'track_hint');
58
+ });
59
+ //]]>
60
+ </script>
61
+ <?php else: ?>
62
+ <p class="product-image">
63
+ <?php
64
+ $_img = '<img src="'.$this->helper('catalog/image')->init($_product, 'image')->resize(239).'" alt="'.$this->htmlEscape($this->getImageLabel()).'" title="'.$this->htmlEscape($this->getImageLabel()).'" />';
65
+ echo $_helper->productAttribute($_product, $_img, 'image');
66
+ ?>
67
+ </p>
68
+ <?php endif; ?>
69
+ <?php if (count($this->getGalleryImages()) > 0): ?>
70
+ <div class="more-views">
71
+ <h2><?php echo $this->__('More Views') ?></h2>
72
+ <ul>
73
+ <?php foreach ($this->getGalleryImages() as $_image): ?>
74
+ <li>
75
+ <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>
76
+ </li>
77
+ <?php endforeach; ?>
78
+ </ul>
79
+ </div>
80
+ <?php endif; ?>
app/design/frontend/default/mobile_store_green/template/catalog/product/view/tabs.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 default_modern
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
+ */
32
+ ?>
33
+ <ul class="product-tabs">
34
+ <?php foreach ($this->getTabs() as $_index => $_tab): ?>
35
+ <?php if($this->getChildHtml($_tab['alias'])): ?>
36
+ <li id="product_tabs_<?php echo $_tab['alias'] ?>" class="<?php echo !$_index?' active first':(($_index==count($this->getTabs())-1)?' last':'')?>"><a href="#"><?php echo $_tab['title']?></a></li>
37
+ <?php endif; ?>
38
+ <?php endforeach; ?>
39
+ </ul>
40
+ <?php foreach ($this->getTabs() as $_index => $_tab): ?>
41
+ <?php if($this->getChildHtml($_tab['alias'])): ?>
42
+ <div class="product-tabs-content" id="product_tabs_<?php echo $_tab['alias'] ?>_contents"><?php echo $this->getChildHtml($_tab['alias']) ?></div>
43
+ <?php endif; ?>
44
+ <?php endforeach; ?>
45
+ <script type="text/javascript">
46
+ //<![CDATA[
47
+ Varien.Tabs = Class.create();
48
+ Varien.Tabs.prototype = {
49
+ initialize: function(selector) {
50
+ var self=this;
51
+ $$(selector+' a').each(this.initTab.bind(this));
52
+ },
53
+
54
+ initTab: function(el) {
55
+ el.href = 'javascript:void(0)';
56
+ if ($(el.parentNode).hasClassName('active')) {
57
+ this.showContent(el);
58
+ }
59
+ el.observe('click', this.showContent.bind(this, el));
60
+ },
61
+
62
+ showContent: function(a) {
63
+ var li = $(a.parentNode), ul = $(li.parentNode);
64
+ ul.select('li', 'ol').each(function(el){
65
+ var contents = $(el.id+'_contents');
66
+ if (el==li) {
67
+ el.addClassName('active');
68
+ contents.show();
69
+ } else {
70
+ el.removeClassName('active');
71
+ contents.hide();
72
+ }
73
+ });
74
+ }
75
+ }
76
+ new Varien.Tabs('.product-tabs');
77
+ //]]>
78
+ </script>
app/design/frontend/default/mobile_store_green/template/catalog/seo/sitemap/container.phtml ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-sitemap">
28
+ <div class="page-title">
29
+ <h1><?php echo $this->getTitle() ?></h1>
30
+ </div>
31
+ <div id="sitemap_top_links">
32
+ <?php echo $this->getChildHtml('links') ?>
33
+ </div>
34
+ <?php echo $this->getChildHtml('pager_top') ?>
35
+ <?php echo $this->getChildHtml('sitemap') ?>
36
+ <div class="link_bottom"><?php echo $this->getChildHtml('links') ?></div>
37
+ <?php echo $this->getChildHtml('pager_bottom') ?>
38
+ </div>
app/design/frontend/default/mobile_store_green/template/catalog/seo/tree.phtml ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_Catalog_Block_Seo_Sitemap_
30
+ */
31
+ ?>
32
+ <?php $_items = $this->getCollection(); ?>
33
+ <?php if($_items->getSize()): ?>
34
+ <ul class="sitemap">
35
+ <?php foreach ($_items as $_item): ?>
36
+ <li class="level-<?php echo $this->getLevel($_item) ?>" <?php echo $this->getLevel($_item)?'style="padding-left:' . $this->getLevel($_item, 1) . '2px;"':'' ?>><a href="<?php echo $this->getItemUrl($_item) ?>"><?php echo $_item->name ?></a></li>
37
+ <?php endforeach; ?>
38
+ </ul>
39
+ <?php else: ?>
40
+ <p class="note-msg">
41
+ <?php echo $this->__('There are no %s available.', $this->getItemsTitle()); ?>
42
+ </p>
43
+ <?php endif ?>
app/design/frontend/default/mobile_store_green/template/catalogsearch/advanced/form.phtml ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Catalog advanced search form
30
+ *
31
+ * @see Mage_CatalogSearch_Block_Advanced_Form
32
+ */
33
+ ?>
34
+ <?php $maxQueryLength= $this->helper('catalogsearch')->getMaxQueryLength();?>
35
+ <div class="page-title">
36
+ <h1><?php echo $this->__('Catalog Advanced Search') ?></h1>
37
+ </div>
38
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
39
+ <form action="<?php echo $this->getSearchPostUrl() ?>" method="get" id="form-validate">
40
+ <div class="fieldset advanced-search">
41
+ <h2 class="legend"><?php echo $this->__('Search Settings') ?></h2>
42
+ <ul class="form-list" id="advanced-search-list">
43
+ <?php foreach ($this->getSearchableAttributes() as $_attribute): ?>
44
+ <?php $_code = $_attribute->getAttributeCode() ?>
45
+ <li>
46
+ <label for="<?php echo $_code ?>"><?php echo $this->getAttributeLabel($_attribute) ?></label>
47
+ <?php switch($this->getAttributeInputType($_attribute)):
48
+ case 'number': ?>
49
+ <div class="input-range">
50
+ <input type="text" name="<?php echo $_code ?>[from]" value="<?php echo $this->escapeHtml($this->getAttributeValue($_attribute, 'from')) ?>" id="<?php echo $_code ?>" title="<?php echo $this->escapeHtml($this->getAttributeLabel($_attribute)) ?>" class="input-text validate-number" maxlength="<?php echo $maxQueryLength;?>" />
51
+ <span class="separator">-</span>
52
+ <input type="text" name="<?php echo $_code ?>[to]" value="<?php echo $this->escapeHtml($this->getAttributeValue($_attribute, 'to')) ?>" id="<?php echo $_code ?>_to" title="<?php echo $this->escapeHtml($this->getAttributeLabel($_attribute)) ?>" class="input-text validate-number" maxlength="<?php echo $maxQueryLength;?>" />
53
+ </div>
54
+ <?php break;
55
+ case 'price': ?>
56
+ <div class="input-range">
57
+ <input name="<?php echo $_code ?>[from]" value="<?php echo $this->escapeHtml($this->getAttributeValue($_attribute, 'from')) ?>" id="<?php echo $_code ?>" title="<?php echo $this->escapeHtml($this->getAttributeLabel($_attribute)) ?>" class="input-text validate-number" type="text" maxlength="<?php echo $maxQueryLength;?>" />
58
+ <span class="separator">-</span>
59
+ <input name="<?php echo $_code ?>[to]" value="<?php echo $this->escapeHtml($this->getAttributeValue($_attribute, 'to')) ?>" id="<?php echo $_code ?>_to" title="<?php echo $this->escapeHtml($this->getAttributeLabel($_attribute)) ?>" class="input-text validate-number" type="text" maxlength="<?php echo $maxQueryLength;?>" />
60
+ <small>(<?php echo $this->getCurrency($_attribute); ?>)</small>
61
+ </div>
62
+ <?php break;
63
+ case 'select': ?>
64
+ <div class="input-box">
65
+ <?php echo $this->getAttributeSelectElement($_attribute) ?>
66
+ </div>
67
+ <?php break;
68
+ case 'yesno': ?>
69
+ <?php echo $this->getAttributeYesNoElement($_attribute) ?>
70
+ <?php break;
71
+ case 'date': ?>
72
+ <div class="input-range">
73
+ <?php echo $this->getDateInput($_attribute, 'from') ?>
74
+ <span class="separator">-</span>
75
+ <?php echo $this->getDateInput($_attribute, 'to') ?>
76
+ </div>
77
+ <?php break;
78
+ default: ?>
79
+ <div class="input-box">
80
+ <input type="text" name="<?php echo $_code ?>" id="<?php echo $_code ?>" value="<?php echo $this->escapeHtml($this->getAttributeValue($_attribute)) ?>" title="<?php echo $this->escapeHtml($this->getAttributeLabel($_attribute)) ?>" class="input-text <?php echo $this->getAttributeValidationClass($_attribute) ?>" maxlength="<?php echo $maxQueryLength;?>" />
81
+ </div>
82
+ <?php endswitch; ?>
83
+ </li>
84
+ <?php endforeach; ?>
85
+ </ul>
86
+ <script type="text/javascript">decorateList('advanced-search-list')</script>
87
+ <div class="buttons-set">
88
+ <button type="submit" title="<?php echo $this->__('Search') ?>" class="button"><span><span><?php echo $this->__('Search') ?></span></span></button>
89
+ </div>
90
+ </div>
91
+
92
+ </form>
93
+ <script type="text/javascript">
94
+ //<![CDATA[
95
+ var dataForm = new VarienForm('form-validate', true);
96
+ //]]>
97
+ </script>
app/design/frontend/default/mobile_store_green/template/catalogsearch/form.mini.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
+ /* @var $this Mage_Core_Block_Template */
27
+ /* @var $catalogSearchHelper Mage_Catalogsearch_Helper_Data */
28
+ $catalogSearchHelper = $this->helper('catalogsearch');
29
+ ?>
30
+ <form id="search_mini_form" action="<?php echo $this->helper('catalogsearch')->getResultUrl() ?>" method="get">
31
+ <div class="form-search">
32
+ <label for="search"><?php echo $this->__('Search:') ?></label>
33
+ <div class="search_input_cont">
34
+ <input id="search" type="text" name="<?php echo $this->helper('catalogsearch')->getQueryParamName() ?>" value="<?php echo $this->helper('catalogsearch')->getEscapedQueryText() ?>" class="input-text" />
35
+ </div>
36
+ <button type="submit" title="<?php echo $this->__('Search') ?>" class="button"><span><span><?php echo $this->__('Search') ?></span></span></button>
37
+ <div id="search_autocomplete" class="search-autocomplete"></div>
38
+ <script type="text/javascript">
39
+ //<![CDATA[
40
+ var searchForm = new Varien.searchForm('search_mini_form', 'search', '<?php echo $this->__('Search entire store here') ?>');
41
+ searchForm.initAutocomplete('<?php echo $this->helper('catalogsearch')->getSuggestUrl() ?>', 'search_autocomplete');
42
+ //]]>
43
+ </script>
44
+ </div>
45
+ </form>
app/design/frontend/default/mobile_store_green/template/checkout/cart.phtml ADDED
@@ -0,0 +1,165 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ * Shopping cart template
30
+ *
31
+ * @see Mage_Checkout_Block_Cart
32
+ */
33
+ ?>
34
+ <div class="cart">
35
+ <div class="page-title title-buttons">
36
+ <h1><?php echo $this->__('Shopping Cart') ?></h1>
37
+ <?php if(!$this->hasError()): ?>
38
+ <ul class="checkout-types">
39
+ <?php foreach ($this->getMethods('top_methods') as $method): ?>
40
+ <?php if ($methodHtml = $this->getMethodHtml($method)): ?>
41
+ <li><?php echo $methodHtml; ?></li>
42
+ <?php endif; ?>
43
+ <?php endforeach; ?>
44
+ </ul>
45
+ <?php endif; ?>
46
+ </div>
47
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
48
+ <?php echo $this->getChildHtml('form_before') ?>
49
+ <form action="<?php echo $this->getUrl('checkout/cart/updatePost') ?>" method="post">
50
+ <fieldset>
51
+ <table id="shopping-cart-table" class="data-table cart-table">
52
+ <col width="1" />
53
+ <col />
54
+ <col width="1" />
55
+ <?php if ($this->helper('wishlist')->isAllowInCart()) : ?>
56
+ <col width="1" />
57
+ <?php endif ?>
58
+ <?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
59
+ <col width="1" />
60
+ <?php endif; ?>
61
+ <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
62
+ <col width="1" />
63
+ <?php endif; ?>
64
+ <col width="1" />
65
+ <?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
66
+ <col width="1" />
67
+ <?php endif; ?>
68
+ <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
69
+ <col width="1" />
70
+ <?php endif; ?>
71
+ <col width="1" />
72
+
73
+ <?php $mergedCells = ($this->helper('tax')->displayCartBothPrices() ? 2 : 1); ?>
74
+ <thead>
75
+ <tr>
76
+
77
+ <th rowspan="<?php echo $mergedCells; ?>">&nbsp;</th>
78
+ <th rowspan="<?php echo $mergedCells; ?>"><span class="nobr"><?php echo $this->__('Product Name') ?></span></th>
79
+ <th rowspan="<?php echo $mergedCells; ?>"></th>
80
+ <?php if ($this->helper('wishlist')->isAllowInCart()) : ?>
81
+ <th rowspan="<?php echo $mergedCells; ?>" class="a-center"><span class="nobr"><?php echo $this->__('Move to Wishlist') ?></span></th>
82
+ <?php endif ?>
83
+ <th class="a-center" colspan="<?php echo $mergedCells; ?>"><span class="nobr"><?php echo $this->__('Unit Price') ?></span></th>
84
+ <th rowspan="<?php echo $mergedCells; ?>" class="a-center"><?php echo $this->__('Qty') ?></th>
85
+ <th class="a-center" colspan="<?php echo $mergedCells; ?>"><?php echo $this->__('Subtotal') ?></th>
86
+ <th rowspan="<?php echo $mergedCells; ?>" class="a-center">&nbsp;</th>
87
+ </tr>
88
+ <?php if ($this->helper('tax')->displayCartBothPrices()): ?>
89
+ <tr>
90
+ <th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
91
+ <th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
92
+ <th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
93
+ <th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
94
+ </tr>
95
+ <?php endif; ?>
96
+ </thead>
97
+ <tfoot>
98
+ <tr>
99
+ <td colspan="50" class="a-right">
100
+ <?php if($this->getContinueShoppingUrl()): ?>
101
+ <button type="button" title="<?php echo $this->__('Continue Shopping') ?>" class="button btn-continue" onclick="setLocation('<?php echo $this->getContinueShoppingUrl() ?>')"><span><span><?php echo $this->__('Continue Shopping') ?></span></span></button>
102
+ <?php endif; ?>
103
+ <button type="submit" name="update_cart_action" value="update_qty" title="<?php echo $this->__('Update Shopping Cart'); ?>" class="button btn-update"><span><span><?php echo $this->__('Update Shopping Cart'); ?></span></span></button>
104
+ <button type="submit" name="update_cart_action" value="empty_cart" title="<?php echo $this->__('Clear Shopping Cart'); ?>" class="button btn-empty" id="empty_cart_button"><span><span><?php echo $this->__('Clear Shopping Cart'); ?></span></span></button>
105
+ <!--[if lt IE 8]>
106
+ <input type="hidden" id="update_cart_action_container" />
107
+ <script type="text/javascript">
108
+ //<![CDATA[
109
+ Event.observe(window, 'load', function()
110
+ {
111
+ // Internet Explorer (lt 8) does not support value attribute in button elements
112
+ $emptyCartButton = $('empty_cart_button');
113
+ $cartActionContainer = $('update_cart_action_container');
114
+ if ($emptyCartButton && $cartActionContainer) {
115
+ Event.observe($emptyCartButton, 'click', function()
116
+ {
117
+ $emptyCartButton.setAttribute('name', 'update_cart_action_temp');
118
+ $cartActionContainer.setAttribute('name', 'update_cart_action');
119
+ $cartActionContainer.setValue('empty_cart');
120
+ });
121
+ }
122
+
123
+ });
124
+ //]]>
125
+ </script>
126
+ <![endif]-->
127
+ </td>
128
+ </tr>
129
+ </tfoot>
130
+ <tbody>
131
+ <?php foreach($this->getItems() as $_item): ?>
132
+ <?php echo $this->getItemHtml($_item) ?>
133
+ <?php endforeach ?>
134
+ </tbody>
135
+ </table>
136
+ <script type="text/javascript">decorateTable('shopping-cart-table')</script>
137
+ </fieldset>
138
+ </form>
139
+ <div class="cart-collaterals">
140
+ <div class="col2-set">
141
+ <div class="col-1">
142
+ <?php echo $this->getChildHtml('crosssell') ?>
143
+ </div>
144
+ <div class="col-2">
145
+ <?php echo $this->getChildHtml('checkout.cart.extra') ?>
146
+ <?php echo $this->getChildHtml('coupon') ?>
147
+ <?php if (!$this->getIsVirtual()): echo $this->getChildHtml('shipping'); endif; ?>
148
+ </div>
149
+ </div>
150
+ <div class="totals">
151
+ <div class="totals_in">
152
+ <?php echo $this->getChildHtml('totals'); ?>
153
+ <?php if(!$this->hasError()): ?>
154
+ <ul class="checkout-types">
155
+ <?php foreach ($this->getMethods('methods') as $method): ?>
156
+ <?php if ($methodHtml = $this->getMethodHtml($method)): ?>
157
+ <li><?php echo $methodHtml; ?></li>
158
+ <?php endif; ?>
159
+ <?php endforeach; ?>
160
+ </ul>
161
+ <?php endif; ?>
162
+ </div>
163
+ </div>
164
+ </div>
165
+ </div>
app/design/frontend/default/mobile_store_green/template/checkout/cart/coupon.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
+ <form id="discount-coupon-form" action="<?php echo $this->getUrl('checkout/cart/couponPost') ?>" method="post">
28
+ <div class="discount">
29
+ <h2><strong><?php echo $this->__('Discount Codes') ?></strong></h2>
30
+ <div class="discount-form">
31
+ <label for="coupon_code"><?php echo $this->__('Enter your coupon code if you have one.') ?></label>
32
+ <input type="hidden" name="remove" id="remove-coupone" value="0" />
33
+ <div class="input-box">
34
+ <input class="input-text" id="coupon_code" name="coupon_code" value="<?php echo $this->htmlEscape($this->getCouponCode()) ?>" />
35
+ </div>
36
+ <div class="buttons-set">
37
+ <button type="button" title="<?php echo $this->__('Apply Coupon') ?>" class="button" onclick="discountForm.submit(false)" value="<?php echo $this->__('Apply Coupon') ?>"><span><span><?php echo $this->__('Apply Coupon') ?></span></span></button>
38
+ <?php if(strlen($this->getCouponCode())): ?>
39
+ &nbsp; <button type="button" title="<?php echo $this->__('Cancel Coupon') ?>" class="button" onclick="discountForm.submit(true)" value="<?php echo $this->__('Cancel Coupon') ?>"><span><span><?php echo $this->__('Cancel Coupon') ?></span></span></button>
40
+ <?php endif;?>
41
+ </div>
42
+ </div>
43
+ </div>
44
+ </form>
45
+ <script type="text/javascript">
46
+ //<![CDATA[
47
+ var discountForm = new VarienForm('discount-coupon-form');
48
+ discountForm.submit = function (isRemove) {
49
+ if (isRemove) {
50
+ $('coupon_code').removeClassName('required-entry');
51
+ $('remove-coupone').value = "1";
52
+ } else {
53
+ $('coupon_code').addClassName('required-entry');
54
+ $('remove-coupone').value = "0";
55
+ }
56
+ return VarienForm.prototype.submit.bind(discountForm)();
57
+ }
58
+ //]]>
59
+ </script>
app/design/frontend/default/mobile_store_green/template/checkout/cart/crosssell.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
+ * Cart cross sell items template
30
+ *
31
+ * @see Mage_Checkout_Block_Cart_Crosssell
32
+ */
33
+ ?>
34
+ <?php if($this->getItemCount()): ?>
35
+ <div class="crosssell">
36
+ <h2><strong><?php echo $this->__('You may be interested in the following items:') ?></strong></h2>
37
+ <ul id="crosssell-products-list">
38
+ <?php foreach ($this->getItems() as $_item): ?>
39
+ <li class="item clearfix">
40
+ <a class="product-image" href="<?php echo $_item->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_item->getName()) ?>"><img src="<?php echo $this->helper('catalog/image')->init($_item, 'thumbnail')->resize(102); ?>" width="102" height="102" alt="<?php echo $this->htmlEscape($_item->getName()) ?>" /></a>
41
+ <div class="product-details">
42
+ <h3 class="product-name"><a href="<?php echo $_item->getProductUrl() ?>"><?php echo $this->htmlEscape($_item->getName()) ?></a></h3>
43
+ <?php echo $this->getPriceHtml($_item, true) ?>
44
+ <button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_item) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
45
+ <ul class="add-to-links">
46
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
47
+ <li><a href="<?php echo $this->getAddToWishlistUrl($_item) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
48
+ <?php endif; ?>
49
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_item)): ?>
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 endforeach; ?>
56
+ </ul>
57
+ <script type="text/javascript">decorateList('crosssell-products-list', 'none-recursive')</script>
58
+ </div>
59
+ <?php endif; ?>
app/design/frontend/default/mobile_store_green/template/checkout/cart/item/default.phtml ADDED
@@ -0,0 +1,278 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2011 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
+ $_item = $this->getItem();
29
+ $isVisibleProduct = $_item->getProduct()->isVisibleInSiteVisibility();
30
+ $canApplyMsrp = Mage::helper('catalog')->canApplyMsrp($_item->getProduct(), Mage_Catalog_Model_Product_Attribute_Source_Msrp_Type::TYPE_BEFORE_ORDER_CONFIRM);
31
+ ?>
32
+ <tr>
33
+ <td class="product_image_td"><?php if ($this->hasProductUrl()):?><a href="<?php echo $this->getProductUrl() ?>" title="<?php echo $this->htmlEscape($this->getProductName()) ?>" class="product-image"><?php endif;?><img src="<?php echo $this->getProductThumbnail()->resize(95); ?>" width="95" height="95" alt="<?php echo $this->htmlEscape($this->getProductName()) ?>" /><?php if ($this->hasProductUrl()):?></a><?php endif;?></td>
34
+ <td class="prodcut_name_td" style="vertical-align:middle;">
35
+ <h2 class="product-name">
36
+ <?php if ($this->hasProductUrl()):?>
37
+ <a href="<?php echo $this->getProductUrl() ?>"><?php echo $this->htmlEscape($this->getProductName()) ?></a>
38
+ <?php else: ?>
39
+ <?php echo $this->htmlEscape($this->getProductName()) ?>
40
+ <?php endif; ?>
41
+ </h2>
42
+ <?php if ($_options = $this->getOptionList()):?>
43
+ <dl class="item-options">
44
+ <?php foreach ($_options as $_option) : ?>
45
+ <?php $_formatedOptionValue = $this->getFormatedOptionValue($_option) ?>
46
+ <dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
47
+ <dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>><?php echo $_formatedOptionValue['value'] ?>
48
+ <?php if (isset($_formatedOptionValue['full_view'])): ?>
49
+ <div class="truncated_full_value">
50
+ <dl class="item-options">
51
+ <dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
52
+ <dd><?php echo $_formatedOptionValue['full_view'] ?></dd>
53
+ </dl>
54
+ </div>
55
+ <?php endif; ?>
56
+ </dd>
57
+ <?php endforeach; ?>
58
+ </dl>
59
+ <?php endif;?>
60
+ <?php if ($messages = $this->getMessages()): ?>
61
+ <?php foreach ($messages as $message): ?>
62
+ <p class="item-msg <?php echo $message['type'] ?>">* <?php echo $this->escapeHtml($message['text']) ?></p>
63
+ <?php endforeach; ?>
64
+ <?php endif; ?>
65
+ <?php $addInfoBlock = $this->getProductAdditionalInformationBlock(); ?>
66
+ <?php if ($addInfoBlock): ?>
67
+ <?php echo $addInfoBlock->setItem($_item)->toHtml() ?>
68
+ <?php endif;?>
69
+ </td>
70
+ <td class="new-center">
71
+ <?php if ($isVisibleProduct): ?>
72
+ <a href="<?php echo $this->getConfigureUrl() ?>" title="<?php echo $this->__('Edit item parameters') ?>"><?php echo $this->__('Edit') ?></a>
73
+ <?php endif ?>
74
+ </td>
75
+ <?php if ($this->helper('wishlist')->isAllowInCart()) : ?>
76
+ <td class="new-center">
77
+ <?php if ($isVisibleProduct): ?>
78
+ <input type="checkbox" value="1" name="cart[<?php echo $_item->getId() ?>][wishlist]" title="<?php echo $this->__('Move to Wishlist') ?>" class="checkbox" />
79
+ <?php endif ?>
80
+ </td>
81
+ <?php endif ?>
82
+
83
+ <?php if ($canApplyMsrp): ?>
84
+ <td class="a-right"<?php if ($this->helper('tax')->displayCartBothPrices()): ?> colspan="2"<?php endif; ?>>
85
+ <span class="cart-price">
86
+ <span class="cart-msrp-unit"><?php echo $this->__('See price before order confirmation.'); ?></span>
87
+ <?php $helpLinkId = 'cart-msrp-help-' . $_item->getId(); ?>
88
+ <a id="<?php echo $helpLinkId ?>" href="#" class="map-help-link"><?php echo $this->__("What's this?"); ?></a>
89
+ <script type="text/javascript">
90
+ Catalog.Map.addHelpLink($('<?php echo $helpLinkId ?>'), "<?php echo $this->__("What's this?") ?>");
91
+ </script>
92
+ </span>
93
+ </td>
94
+ <?php else: ?>
95
+
96
+ <?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
97
+ <td class="a-right">
98
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
99
+ <span class="cart-tax-total" onclick="taxToggle('eunit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
100
+ <?php else: ?>
101
+ <span class="cart-price">
102
+ <?php endif; ?>
103
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
104
+ <?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?>
105
+ <?php else: ?>
106
+ <?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()) ?>
107
+ <?php endif; ?>
108
+
109
+ </span>
110
+
111
+
112
+ <?php if (Mage::helper('weee')->getApplied($_item)): ?>
113
+
114
+ <div class="cart-tax-info" id="eunit-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
115
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
116
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
117
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount'],true,true); ?></span>
118
+ <?php endforeach; ?>
119
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
120
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
121
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span>
122
+ <?php endforeach; ?>
123
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
124
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
125
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span>
126
+ <?php endforeach; ?>
127
+ <?php endif; ?>
128
+ </div>
129
+
130
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
131
+ <div class="cart-tax-total" onclick="taxToggle('eunit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
132
+ <span class="weee"><?php echo Mage::helper('weee')->__('Total'); ?>: <?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?></span>
133
+ </div>
134
+ <?php endif; ?>
135
+ <?php endif; ?>
136
+ </td>
137
+ <?php endif; ?>
138
+ <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
139
+ <td class="new-center">
140
+ <?php $_incl = $this->helper('checkout')->getPriceInclTax($_item); ?>
141
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
142
+ <span class="cart-tax-total" onclick="taxToggle('unit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
143
+ <?php else: ?>
144
+ <span class="cart-price">
145
+ <?php endif; ?>
146
+
147
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
148
+ <?php echo $this->helper('checkout')->formatPrice($_incl+$_item->getWeeeTaxAppliedAmount()); ?>
149
+ <?php else: ?>
150
+ <?php echo $this->helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxDisposition()) ?>
151
+ <?php endif; ?>
152
+
153
+ </span>
154
+ <?php if (Mage::helper('weee')->getApplied($_item)): ?>
155
+
156
+ <div class="cart-tax-info" id="unit-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
157
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
158
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
159
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount'],true,true); ?></span>
160
+ <?php endforeach; ?>
161
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
162
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
163
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span>
164
+ <?php endforeach; ?>
165
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
166
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
167
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span>
168
+ <?php endforeach; ?>
169
+ <?php endif; ?>
170
+ </div>
171
+
172
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
173
+ <div class="cart-tax-total" onclick="taxToggle('unit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
174
+ <span class="weee"><?php echo Mage::helper('weee')->__('Total incl. tax'); ?>: <?php echo $this->helper('checkout')->formatPrice($_incl+$_item->getWeeeTaxAppliedAmount()); ?></span>
175
+ </div>
176
+ <?php endif; ?>
177
+ <?php endif; ?>
178
+ </td>
179
+ <?php endif; ?>
180
+ <?php endif; ?>
181
+ <td class="new-center">
182
+ <input name="cart[<?php echo $_item->getId() ?>][qty]" value="<?php echo $this->getQty() ?>" size="4" title="<?php echo $this->__('Qty') ?>" class="input-text qty" maxlength="12" />
183
+ </td>
184
+ <?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
185
+ <td class="new-center">
186
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
187
+ <span class="cart-tax-total" onclick="taxToggle('esubtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
188
+ <?php else: ?>
189
+ <span class="cart-price">
190
+ <?php endif; ?>
191
+
192
+ <?php if ($canApplyMsrp): ?>
193
+ <span class="cart-msrp-subtotal">--</span>
194
+ <?php else: ?>
195
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
196
+ <?php echo $this->helper('checkout')->formatPrice($_item->getRowTotal()+$_item->getWeeeTaxAppliedRowAmount()+$_item->getWeeeTaxRowDisposition()); ?>
197
+ <?php else: ?>
198
+ <?php echo $this->helper('checkout')->formatPrice($_item->getRowTotal()) ?>
199
+ <?php endif; ?>
200
+ <?php endif; ?>
201
+
202
+ </span>
203
+ <?php if (Mage::helper('weee')->getApplied($_item)): ?>
204
+
205
+ <div class="cart-tax-info" id="esubtotal-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
206
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
207
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
208
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount'],true,true); ?></span>
209
+ <?php endforeach; ?>
210
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
211
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
212
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></span>
213
+ <?php endforeach; ?>
214
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
215
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
216
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></span>
217
+ <?php endforeach; ?>
218
+ <?php endif; ?>
219
+ </div>
220
+
221
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
222
+ <div class="cart-tax-total" onclick="taxToggle('esubtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
223
+ <span class="weee"><?php echo Mage::helper('weee')->__('Total'); ?>: <?php echo $this->helper('checkout')->formatPrice($_item->getRowTotal()+$_item->getWeeeTaxAppliedRowAmount()+$_item->getWeeeTaxRowDisposition()); ?></span>
224
+ </div>
225
+ <?php endif; ?>
226
+ <?php endif; ?>
227
+ </td>
228
+ <?php endif; ?>
229
+ <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
230
+ <td class="new-center">
231
+ <?php $_incl = $this->helper('checkout')->getSubtotalInclTax($_item); ?>
232
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
233
+ <span class="cart-tax-total" onclick="taxToggle('subtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
234
+ <?php else: ?>
235
+ <span class="cart-price">
236
+ <?php endif; ?>
237
+
238
+ <?php if ($canApplyMsrp): ?>
239
+ <span class="cart-msrp-subtotal">--</span>
240
+ <?php else: ?>
241
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
242
+ <?php echo $this->helper('checkout')->formatPrice($_incl+$_item->getWeeeTaxAppliedRowAmount()); ?>
243
+ <?php else: ?>
244
+ <?php echo $this->helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxRowDisposition()) ?>
245
+ <?php endif; ?>
246
+ <?php endif; ?>
247
+
248
+ </span>
249
+
250
+
251
+ <?php if (Mage::helper('weee')->getApplied($_item)): ?>
252
+
253
+ <div class="cart-tax-info" id="subtotal-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
254
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
255
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
256
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount'],true,true); ?></span>
257
+ <?php endforeach; ?>
258
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
259
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
260
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></span>
261
+ <?php endforeach; ?>
262
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
263
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
264
+ <span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></span>
265
+ <?php endforeach; ?>
266
+ <?php endif; ?>
267
+ </div>
268
+
269
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
270
+ <div class="cart-tax-total" onclick="taxToggle('subtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
271
+ <span class="weee"><?php echo Mage::helper('weee')->__('Total incl. tax'); ?>: <?php echo $this->helper('checkout')->formatPrice($_incl+$_item->getWeeeTaxAppliedRowAmount()); ?></span>
272
+ </div>
273
+ <?php endif; ?>
274
+ <?php endif; ?>
275
+ </td>
276
+ <?php endif; ?>
277
+ <td class="new-center"><a href="<?php echo $this->getDeleteUrl()?>" title="<?php echo $this->__('Remove item')?>" class="btn-remove btn-remove2"><?php echo $this->__('Remove item')?></a></td>
278
+ </tr>
app/design/frontend/default/mobile_store_green/template/checkout/cart/shipping.phtml ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_Checkout_Block_Cart_Shipping
30
+ */
31
+ ?>
32
+ <div class="shipping">
33
+ <h2><strong><?php echo $this->__('Estimate Shipping and Tax') ?></strong></h2>
34
+ <div class="shipping-form">
35
+ <form action="<?php echo $this->getUrl('checkout/cart/estimatePost') ?>" method="post" id="shipping-zip-form">
36
+ <p><?php echo $this->__('Enter your destination to get a shipping estimate.') ?></p>
37
+ <ul class="form-list">
38
+ <li>
39
+ <label for="country" class="required"><em>*</em><?php echo $this->__('Country') ?></label>
40
+ <div class="input-box">
41
+ <?php echo Mage::getBlockSingleton('directory/data')->getCountryHtmlSelect($this->getEstimateCountryId()) ?>
42
+ </div>
43
+ </li>
44
+ <?php //if($this->getStateActive()): ?>
45
+ <li>
46
+ <label for="region_id"<?php if ($this->isStateProvinceRequired()) echo ' class="required"' ?>><?php if ($this->isStateProvinceRequired()) echo '<em>*</em>' ?><?php echo $this->__('State/Province') ?></label>
47
+ <div class="input-box">
48
+ <select id="region_id" name="region_id" title="<?php echo $this->__('State/Province') ?>" style="display:none;"<?php echo ($this->isStateProvinceRequired() ? ' class="validate-select"' : '') ?>>
49
+ <option value=""><?php echo $this->__('Please select region, state or province') ?></option>
50
+ </select>
51
+ <script type="text/javascript">
52
+ //<![CDATA[
53
+ $('region_id').setAttribute('defaultValue', "<?php echo $this->getEstimateRegionId() ?>");
54
+ //]]>
55
+ </script>
56
+ <input type="text" id="region" name="region" value="<?php echo $this->htmlEscape($this->getEstimateRegion()) ?>" title="<?php echo $this->__('State/Province') ?>" class="input-text" style="display:none;" />
57
+ </div>
58
+ </li>
59
+ <?php //endif; ?>
60
+ <?php if($this->getCityActive()): ?>
61
+ <li>
62
+ <label for="city"<?php if ($this->isCityRequired()) echo ' class="required"' ?>><?php if ($this->isCityRequired()) echo '<em>*</em>' ?><?php echo $this->__('City') ?></label>
63
+ <div class="input-box">
64
+ <input class="input-text<?php if ($this->isCityRequired()):?> required-entry<?php endif;?>" id="city" type="text" name="estimate_city" value="<?php echo $this->htmlEscape($this->getEstimateCity()) ?>" />
65
+ </div>
66
+ </li>
67
+ <?php endif; ?>
68
+ <li>
69
+ <label for="postcode"<?php if ($this->isZipCodeRequired()) echo ' class="required"' ?>><?php if ($this->isZipCodeRequired()) echo '<em>*</em>' ?><?php echo $this->__('Zip/Postal Code') ?></label>
70
+ <div class="input-box">
71
+ <input class="input-text validate-postcode<?php if ($this->isZipCodeRequired()):?> required-entry<?php endif;?>" type="text" id="postcode" name="estimate_postcode" value="<?php echo $this->htmlEscape($this->getEstimatePostcode()) ?>" />
72
+ </div>
73
+ </li>
74
+ </ul>
75
+ <div class="buttons-set">
76
+ <button type="button" title="<?php echo $this->__('Get a Quote') ?>" onclick="coShippingMethodForm.submit()" class="button"><span><span><?php echo $this->__('Get a Quote') ?></span></span></button>
77
+ </div>
78
+ </form>
79
+ <script type="text/javascript">
80
+ //<![CDATA[
81
+ new RegionUpdater('country', 'region', 'region_id', <?php echo $this->helper('directory')->getRegionJson() ?>);
82
+ //]]>
83
+ </script>
84
+
85
+ <?php if (($_shippingRateGroups = $this->getEstimateRates())): ?>
86
+ <form id="co-shipping-method-form" action="<?php echo $this->getUrl('checkout/cart/estimateUpdatePost') ?>">
87
+ <dl class="sp-methods">
88
+ <?php foreach ($_shippingRateGroups as $code => $_rates): ?>
89
+ <dt><?php echo $this->getCarrierName($code) ?></dt>
90
+ <dd>
91
+ <ul>
92
+ <?php foreach ($_rates as $_rate): ?>
93
+ <li<?php if ($_rate->getErrorMessage()) echo ' class="error-msg"';?>>
94
+ <?php if ($_rate->getErrorMessage()): ?>
95
+ <?php echo $_rate->getErrorMessage() ?>
96
+ <?php else: ?>
97
+ <input name="estimate_method" type="radio" value="<?php echo $this->htmlEscape($_rate->getCode()) ?>" id="s_method_<?php echo $_rate->getCode() ?>"<?php if($_rate->getCode()===$this->getAddressShippingMethod()) echo ' checked="checked"' ?> class="radio" />
98
+ <label for="s_method_<?php echo $_rate->getCode() ?>"><?php echo $_rate->getMethodTitle() ?>
99
+ <?php $_excl = $this->getShippingPrice($_rate->getPrice(), $this->helper('tax')->displayShippingPriceIncludingTax()); ?>
100
+ <?php $_incl = $this->getShippingPrice($_rate->getPrice(), true); ?>
101
+ <?php echo $_excl; ?>
102
+ <?php if ($this->helper('tax')->displayShippingBothPrices() && $_incl != $_excl): ?>
103
+ (<?php echo $this->__('Incl. Tax'); ?> <?php echo $_incl; ?>)
104
+ <?php endif; ?>
105
+ </label>
106
+ <?php endif ?>
107
+ </li>
108
+ <?php endforeach; ?>
109
+ </ul>
110
+ </dd>
111
+ <?php endforeach; ?>
112
+ </dl>
113
+ <div class="buttons-set">
114
+ <button type="submit" title="<?php echo $this->__('Update Total') ?>" class="button" name="do" value="<?php echo $this->__('Update Total') ?>"><span><span><?php echo $this->__('Update Total') ?></span></span></button>
115
+ </div>
116
+ </form>
117
+ <?php endif; ?>
118
+ <script type="text/javascript">
119
+ //<![CDATA[
120
+ var coShippingMethodForm = new VarienForm('shipping-zip-form');
121
+ var countriesWithOptionalZip = <?php echo $this->helper('directory')->getCountriesWithOptionalZip(true) ?>;
122
+
123
+ coShippingMethodForm.submit = function () {
124
+ var country = $F('country');
125
+ var optionalZip = false;
126
+
127
+ for (i=0; i < countriesWithOptionalZip.length; i++) {
128
+ if (countriesWithOptionalZip[i] == country) {
129
+ optionalZip = true;
130
+ }
131
+ }
132
+ if (optionalZip) {
133
+ $('postcode').removeClassName('required-entry');
134
+ }
135
+ else {
136
+ $('postcode').addClassName('required-entry');
137
+ }
138
+ return VarienForm.prototype.submit.bind(coShippingMethodForm)();
139
+ }
140
+ //]]>
141
+ </script>
142
+ </div>
143
+ </div>
app/design/frontend/default/mobile_store_green/template/checkout/cart/sidebar.phtml ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 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
+ * Shoping cart sidebar
29
+ *
30
+ * @see Mage_Checkout_Block_Cart_Sidebar
31
+ */
32
+
33
+ ?>
34
+ <?php if ($this->getIsNeedToDisplaySideBar()):?>
35
+ <div class="block block-cart">
36
+ <?php $_cartQty = $this->getSummaryCount() ?>
37
+ <div class="block-title">
38
+ <strong><span><?php echo $this->__('My Shopping Cart') ?></span></strong>
39
+ </div>
40
+ <div class="block-content">
41
+ <?php if ($_cartQty>0): ?>
42
+ <div class="summary">
43
+ <?php if ($_cartQty==1): ?>
44
+ <p class="amount"><?php echo $this->__('There is <a href="%s">1 item</a> in your cart.', $this->getUrl('checkout/cart')) ?></p>
45
+ <?php else: ?>
46
+ <p class="amount"><?php echo $this->__('There are <a href="%s">%s items</a> in your cart.', $this->getUrl('checkout/cart'), $_cartQty) ?></p>
47
+ <?php endif ?>
48
+ <p class="subtotal">
49
+ <?php if ($this->canApplyMsrp()): ?>
50
+ <span class="map-cart-sidebar-total"><?php echo $this->__('ORDER TOTAL WILL BE DISPLAYED BEFORE YOU SUBMIT THE ORDER'); ?></span>
51
+ <?php else: ?>
52
+ <span class="label"><?php echo $this->__('Cart Subtotal:') ?></span> <?php echo Mage::helper('checkout')->formatPrice($this->getSubtotal()) ?>
53
+ <?php if ($_subtotalInclTax = $this->getSubtotalInclTax()): ?>
54
+ <br />(<?php echo Mage::helper('checkout')->formatPrice($_subtotalInclTax) ?> <?php echo Mage::helper('tax')->getIncExcText(true) ?>)
55
+ <?php endif; ?>
56
+ <?php endif; ?>
57
+ </p>
58
+ </div>
59
+ <?php endif ?>
60
+ <?php if($_cartQty && $this->isPossibleOnepageCheckout()): ?>
61
+ <div class="actions">
62
+ <?php echo $this->getChildHtml('extra_actions') ?>
63
+ <button type="button" title="<?php echo $this->__('Checkout') ?>" class="button" onclick="setLocation('<?php echo $this->getCheckoutUrl() ?>')"><span><span><?php echo $this->__('Checkout') ?></span></span></button>
64
+ </div>
65
+ <?php endif ?>
66
+ <?php $_items = $this->getRecentItems() ?>
67
+ <?php if(count($_items)): ?>
68
+ <p class="block-subtitle"><?php echo $this->__('Recently added item(s)') ?></p>
69
+ <ol id="cart-sidebar" class="mini-products-list">
70
+ <?php foreach($_items as $_item): ?>
71
+ <?php echo $this->getItemHtml($_item) ?>
72
+ <?php endforeach; ?>
73
+ </ol>
74
+ <script type="text/javascript">decorateList('cart-sidebar', 'none-recursive')</script>
75
+ <?php else: ?>
76
+ <p class="empty"><?php echo $this->__('You have no items in your shopping cart.') ?></p>
77
+ <?php endif ?>
78
+ </div>
79
+ </div>
80
+ <?php endif;?>
app/design/frontend/default/mobile_store_green/template/contacts/form.phtml ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 id="messages_product_view"><?php echo $this->getMessagesBlock()->getGroupedHtml() ?></div>
28
+ <div class="page-title">
29
+ <h1><?php echo Mage::helper('contacts')->__('Contact Us') ?></h1>
30
+ </div>
31
+ <form action="<?php echo $this->getFormAction(); ?>" id="contactForm" method="post">
32
+ <div class="fieldset">
33
+ <h2 class="legend"><?php echo Mage::helper('contacts')->__('Contact Information') ?></h2>
34
+ <ul class="form-list">
35
+ <li class="fields">
36
+ <div class="field">
37
+ <label for="name" class="required"><em>*</em><?php echo Mage::helper('contacts')->__('Name') ?></label>
38
+ <div class="input-box">
39
+ <input name="name" id="name" title="<?php echo Mage::helper('contacts')->__('Name') ?>" value="<?php echo $this->htmlEscape($this->helper('contacts')->getUserName()) ?>" class="input-text required-entry" type="text" />
40
+ </div>
41
+ </div>
42
+ <div class="field">
43
+ <label for="email" class="required"><em>*</em><?php echo Mage::helper('contacts')->__('Email') ?></label>
44
+ <div class="input-box">
45
+ <input name="email" id="email" title="<?php echo Mage::helper('contacts')->__('Email') ?>" value="<?php echo $this->htmlEscape($this->helper('contacts')->getUserEmail()) ?>" class="input-text required-entry validate-email" type="text" />
46
+ </div>
47
+ </div>
48
+ </li>
49
+ <li>
50
+ <label for="telephone"><?php echo Mage::helper('contacts')->__('Telephone') ?></label>
51
+ <div class="input-box">
52
+ <input name="telephone" id="telephone" title="<?php echo Mage::helper('contacts')->__('Telephone') ?>" value="" class="input-text" type="text" />
53
+ </div>
54
+ </li>
55
+ <li class="wide">
56
+ <label for="comment" class="required"><em>*</em><?php echo Mage::helper('contacts')->__('Comment') ?></label>
57
+ <div class="input-box">
58
+ <textarea name="comment" id="comment" title="<?php echo Mage::helper('contacts')->__('Comment') ?>" class="required-entry input-text" cols="5" rows="3"></textarea>
59
+ </div>
60
+ </li>
61
+ </ul>
62
+ <div class="buttons-set">
63
+ <p class="required reqnew"><span><?php echo $this->__('* ') ?></span><?php echo $this->__('Required Fields') ?></p>
64
+ <input type="text" name="hideit" id="hideit" value="" style="display:none !important;" />
65
+ <button type="submit" title="<?php echo Mage::helper('contacts')->__('Submit') ?>" class="button"><span><span><?php echo Mage::helper('contacts')->__('Submit') ?></span></span></button>
66
+ </div>
67
+ </div>
68
+
69
+ </form>
70
+ <script type="text/javascript">
71
+ //<![CDATA[
72
+ var contactForm = new VarienForm('contactForm', true);
73
+ //]]>
74
+ </script>
app/design/frontend/default/mobile_store_green/template/customer/address/edit.phtml ADDED
@@ -0,0 +1,166 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Edit customer address template
30
+ *
31
+ * @see Mage_Customer_Block_Address_Edit
32
+ */
33
+ ?>
34
+ <?php if($this->getTitle()): ?>
35
+ <div class="page-title">
36
+ <h1><?php echo $this->getTitle() ?></h1>
37
+ </div>
38
+ <?php endif; ?>
39
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
40
+ <form action="<?php echo $this->getSaveUrl() ?>" method="post" id="form-validate" class="new_adress">
41
+ <div class="fieldset">
42
+ <?php echo $this->getBlockHtml('formkey')?>
43
+ <input type="hidden" name="success_url" value="<?php echo $this->getSuccessUrl() ?>" />
44
+ <input type="hidden" name="error_url" value="<?php echo $this->getErrorUrl() ?>" />
45
+ <h2 class="legend"><?php echo $this->__('Contact Information') ?></h2>
46
+ <ul class="form-list">
47
+ <li class="fields">
48
+ <?php echo $this->getNameBlockHtml() ?>
49
+ </li>
50
+ <li class="wide">
51
+ <label for="company"><?php echo $this->__('Company') ?></label>
52
+ <div class="input-box">
53
+ <input type="text" name="company" id="company" title="<?php echo $this->__('Company') ?>" value="<?php echo $this->escapeHtml($this->getAddress()->getCompany()) ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('company') ?>" />
54
+ </div>
55
+ </li>
56
+ <li class="fields">
57
+ <div class="field">
58
+ <label for="telephone" class="required"><em>*</em><?php echo $this->__('Telephone') ?></label>
59
+ <div class="input-box">
60
+ <input type="text" name="telephone" value="<?php echo $this->escapeHtml($this->getAddress()->getTelephone()) ?>" title="<?php echo $this->__('Telephone') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('telephone') ?>" id="telephone" />
61
+ </div>
62
+ </div>
63
+ <div class="field">
64
+ <label for="fax"><?php echo $this->__('Fax') ?></label>
65
+ <div class="input-box">
66
+ <input type="text" name="fax" id="fax" title="<?php echo $this->__('Fax') ?>" value="<?php echo $this->escapeHtml($this->getAddress()->getFax()) ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('fax') ?>" />
67
+ </div>
68
+ </div>
69
+ </li>
70
+ </ul>
71
+ </div>
72
+ <div class="fieldset">
73
+ <h2 class="legend"><?php echo $this->__('Address') ?></h2>
74
+ <ul class="form-list">
75
+ <?php $_streetValidationClass = $this->helper('customer/address')->getAttributeValidationClass('street'); ?>
76
+ <li class="wide">
77
+ <label for="street_1" class="required"><em>*</em><?php echo $this->__('Street Address') ?></label>
78
+ <div class="input-box">
79
+ <input type="text" name="street[]" value="<?php echo $this->escapeHtml($this->getAddress()->getStreet(1)) ?>" title="<?php echo $this->__('Street Address') ?>" id="street_1" class="input-text <?php echo $_streetValidationClass ?>" />
80
+ </div>
81
+ </li>
82
+ <?php $_streetValidationClass = trim(str_replace('required-entry', '', $_streetValidationClass)); ?>
83
+ <?php for ($_i = 2, $_n = $this->helper('customer/address')->getStreetLines(); $_i <= $_n; $_i++): ?>
84
+ <li class="wide">
85
+ <div class="input-box">
86
+ <input type="text" name="street[]" value="<?php echo $this->escapeHtml($this->getAddress()->getStreet($_i)) ?>" title="<?php echo $this->__('Street Address %s', $_i) ?>" id="street_<?php echo $_i ?>" class="input-text <?php echo $_streetValidationClass ?>" />
87
+ </div>
88
+ </li>
89
+ <?php endfor; ?>
90
+ <?php if ($this->helper('customer/address')->isVatAttributeVisible()) : ?>
91
+ <li class="wide">
92
+ <label for="vat_id"><?php echo $this->__('VAT Number') ?></label>
93
+ <div class="input-box">
94
+ <input type="text" name="vat_id" value="<?php echo $this->escapeHtml($this->getAddress()->getVatId()) ?>" title="<?php echo $this->__('VAT Number') ?>" id="vat_id" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('vat_id') ?>" />
95
+ </div>
96
+ </li>
97
+ <?php endif; ?>
98
+ <li class="fields">
99
+ <div class="field">
100
+ <label for="city" class="required"><em>*</em><?php echo $this->__('City') ?></label>
101
+ <div class="input-box">
102
+ <input type="text" name="city" value="<?php echo $this->escapeHtml($this->getAddress()->getCity()) ?>" title="<?php echo $this->__('City') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('city') ?>" id="city" />
103
+ </div>
104
+ </div>
105
+ <div class="field">
106
+ <label for="region_id" class="required"><em>*</em><?php echo $this->__('State/Province') ?></label>
107
+ <div class="input-box">
108
+ <select id="region_id" name="region_id" title="<?php echo $this->__('State/Province') ?>" class="validate-select" style="display:none;">
109
+ <option value=""><?php echo $this->__('Please select region, state or province') ?></option>
110
+ </select>
111
+ <script type="text/javascript">
112
+ //<![CDATA[
113
+ $('region_id').setAttribute('defaultValue', "<?php echo $this->getAddress()->getRegionId() ?>");
114
+ //]]>
115
+ </script>
116
+ <input type="text" id="region" name="region" value="<?php echo $this->escapeHtml($this->getAddress()->getRegion()) ?>" title="<?php echo $this->__('State/Province') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('region') ?>" />
117
+ </div>
118
+ </div>
119
+ </li>
120
+ <li class="fields">
121
+ <div class="field">
122
+ <label for="zip" class="required"><em>*</em><?php echo $this->__('Zip/Postal Code') ?></label>
123
+ <div class="input-box">
124
+ <input type="text" name="postcode" value="<?php echo $this->escapeHtml($this->getAddress()->getPostcode()) ?>" title="<?php echo $this->__('Zip/Postal Code') ?>" id="zip" class="input-text validate-zip-international <?php echo $this->helper('customer/address')->getAttributeValidationClass('postcode') ?>" />
125
+ </div>
126
+ </div>
127
+ <div class="field">
128
+ <label for="country" class="required"><em>*</em><?php echo $this->__('Country') ?></label>
129
+ <div class="input-box">
130
+ <?php echo $this->getCountryHtmlSelect() ?>
131
+ </div>
132
+ </div>
133
+ </li>
134
+ <li<?php if($this->canSetAsDefaultBilling()) echo ' class="control"' ?>>
135
+ <?php if($this->isDefaultBilling()): ?>
136
+ <strong><?php echo $this->__('Default Billing Address') ?></strong>
137
+ <?php elseif($this->canSetAsDefaultBilling()): ?>
138
+ <input type="checkbox" id="primary_billing" name="default_billing" value="1" title="<?php echo $this->__('Use as My Default Billing Address') ?>" class="checkbox" /><label for="primary_billing"><?php echo $this->__('Use as my default billing address') ?></label>
139
+ <?php else: ?>
140
+ <input type="hidden" name="default_billing" value="1" />
141
+ <?php endif; ?>
142
+ </li>
143
+ <li<?php if($this->canSetAsDefaultShipping()) echo ' class="control"' ?>>
144
+ <?php if($this->isDefaultShipping()): ?>
145
+ <strong><?php echo $this->__('Default Shipping Address') ?></strong>
146
+ <?php elseif($this->canSetAsDefaultShipping()): ?>
147
+ <input type="checkbox" id="primary_shipping" name="default_shipping" value="1" title="<?php echo $this->__('Use as My Default Shipping Address') ?>" class="checkbox" /><label for="primary_shipping"><?php echo $this->__('Use as my default shipping address') ?></label>
148
+ <?php else: ?>
149
+ <input type="hidden" name="default_shipping" value="1" />
150
+ <?php endif; ?>
151
+ </li>
152
+ </ul>
153
+ <div class="buttons-set">
154
+ <p class="required"><?php echo $this->__('* Required Fields') ?></p>
155
+ <p class="back-link"><a href="<?php echo $this->escapeUrl($this->getBackUrl()) ?>"><small>&laquo; </small><?php echo $this->__('Back') ?></a></p>
156
+ <button type="submit" title="<?php echo $this->__('Save Address') ?>" class="button"><span><span><?php echo $this->__('Save Address') ?></span></span></button>
157
+ </div>
158
+ </div>
159
+
160
+ </form>
161
+ <script type="text/javascript">
162
+ //<![CDATA[
163
+ var dataForm = new VarienForm('form-validate', true);
164
+ new RegionUpdater('country', 'region', 'region_id', <?php echo $this->helper('directory')->getRegionJson() ?>, undefined, 'zip');
165
+ //]]>
166
+ </script>
app/design/frontend/default/mobile_store_green/template/customer/form/address.phtml ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <script type="text/javascript">countryRegions = <?php echo $this->helper('directory')->getRegionJson() ?></script>
28
+
29
+ <div class="page-title">
30
+ <h1><?php if($data->getAddressId()): ?><?php echo $this->__('Edit Address Entry') ?><?php else: ?><?php echo $this->__('New Address Entry') ?><?php endif ?></h1>
31
+ </div>
32
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
33
+ <form action="<?php echo $action ?>" method="post" id="form-validate">
34
+ <div class="fieldset">
35
+ <input type="hidden" name="address_id" value="<?php echo $data->getAddressId() ?>" />
36
+ <input type="hidden" name="customer_id" id="address_id" value="<?php echo $data->getCustomerId() ?>" />
37
+ <h2 class="legend"><?php echo $this->__('Personal Information') ?></h2>
38
+ <ul class="form-list">
39
+ <li class="fields">
40
+ <?php echo $this->getLayout()->createBlock('customer/widget_name')->setObject($data)->toHtml() ?>
41
+ </li>
42
+ <li>
43
+ <label for="company"><?php echo $this->__('Company') ?></label>
44
+ <div class="input-box">
45
+ <input type="text" name="company" id="company" title="<?php echo $this->__('Company') ?>" value="<?php echo $this->escapeHtml($data->getCompany()) ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('company') ?>" />
46
+ </div>
47
+ </li>
48
+ </ul>
49
+ </div>
50
+ <div class="fieldset">
51
+ <h2 class="legend"><?php echo $this->__('Address') ?></h2>
52
+ <ul class="form-list">
53
+ <?php $_streetValidationClass = $this->helper('customer/address')->getAttributeValidationClass('street'); ?>
54
+ <li class="wide">
55
+ <label for="street_1" class="required"><em>*</em><?php echo $this->__('Street Address') ?></label>
56
+ <div class="input-box">
57
+ <input type="text" name="street[]" value="<?php echo $this->escapeHtml($data->getStreet(1)) ?>" title="<?php echo $this->__('Street Address') ?>" id="street_1" class="input-text <?php echo $_streetValidationClass ?>" />
58
+ </div>
59
+ </li>
60
+ <?php $_streetValidationClass = trim(str_replace('required-entry', '', $_streetValidationClass)); ?>
61
+ <?php for ($_i = 2, $_n = $this->helper('customer/address')->getStreetLines(); $_i <= $_n; $_i++): ?>
62
+ <li class="wide">
63
+ <div class="input-box">
64
+ <input type="text" name="street[]" value="<?php echo $this->escapeHtml($data->getStreet($_i)) ?>" title="<?php echo $this->__('Street Address %s', $_i) ?>" id="street_<?php echo $_i ?>" class="input-text <?php echo $_streetValidationClass ?>" />
65
+ </div>
66
+ </li>
67
+ <?php endfor; ?>
68
+ <li class="fields">
69
+ <div class="field">
70
+ <label for="city" class="required"><em>*</em><?php echo $this->__('City') ?></label>
71
+ <div class="input-box">
72
+ <input type="text" name="city" value="<?php echo $this->escapeHtml($data->getCity()) ?>" title="<?php echo $this->__('City') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('city') ?>" id="city" />
73
+ </div>
74
+ </div>
75
+ <div class="field">
76
+ <label for="region_id" class="required"><em>*</em><?php echo $this->__('State/Province') ?></label>
77
+ <div class="input-box">
78
+ <select id="region_id" name="region_id" title="<?php echo $this->__('State/Province') ?>" class="validate-select" style="display:none;">
79
+ <option value=""><?php echo $this->__('Please select region, state or province') ?></option>
80
+ </select>
81
+ <script type="text/javascript">
82
+ //<![CDATA[
83
+ $('region_id').setAttribute('defaultValue', "<?php echo $this->getAddress()->getRegionId() ?>");
84
+ //]]>
85
+ </script>
86
+ <input type="text" id="region" name="region" value="<?php echo $this->escapeHtml($this->getAddress()->getRegion()) ?>" title="<?php echo $this->__('State/Province') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('region') ?>" style="display:none;" />
87
+ </div>
88
+ </div>
89
+ </li>
90
+ <li class="fields">
91
+ <div class="field">
92
+ <label for="zip" class="required"><em>*</em><?php echo $this->__('Zip/Postal Code') ?></label>
93
+ <div class="input-box">
94
+ <input type="text" name="postcode" value="<?php echo $this->escapeHtml($data->getPostcode()) ?>" title="<?php echo $this->__('Zip/Postal Code') ?>" id="zip" class="input-text validate-zip-international <?php echo $this->helper('customer/address')->getAttributeValidationClass('postcode') ?>" />
95
+ </div>
96
+ </div>
97
+ <div class="field">
98
+ <label for="country" class="required"><em>*</em><?php echo $this->__('Country') ?></label>
99
+ <div class="input-box">
100
+ <select name="country_id" id="country" title="<?php echo $this->__('Country') ?>" class="validate-select">
101
+ <?php echo $countries->toHtmlOptions($data->getCountryId()) ?>
102
+ </select>
103
+ </div>
104
+ </div>
105
+ </li>
106
+ <li class="fields">
107
+ <div class="field">
108
+ <label for="telephone" class="required"><em>*</em><?php echo $this->__('Telephone') ?></label>
109
+ <div class="input-box">
110
+ <input type="text" name="telephone" value="<?php echo $this->escapeHtml($data->getTelephone()) ?>" title="<?php echo $this->__('Telephone') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('telephone') ?>" id="telephone" />
111
+ </div>
112
+ </div>
113
+ <div class="field">
114
+ <label for="fax"><?php echo $this->__('Fax') ?></label>
115
+ <div class="input-box">
116
+ <input type="text" name="fax" value="<?php echo $this->escapeHtml($data->getFax()) ?>" title="<?php echo $this->__('Fax') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('fax') ?>" id="fax" />
117
+ </div>
118
+ </div>
119
+ </li>
120
+ <?php foreach ($primaryTypes as $code=>$type): ?>
121
+ <li<?php if (!$address->isPrimary($type['address_type_id'])) echo ' class="control"' ?>>
122
+ <?php if ($address->isPrimary($type['address_type_id'])): ?>
123
+ <strong><?php echo $this->__("This is My Default %s Address", ucfirst($type['name'])) ?></strong>
124
+ <?php else: ?>
125
+ <input type="checkbox" id="primary_<?php echo $code ?>" name="primary_types[]" value="<?php echo $type['address_type_id'] ?>" class="checkbox" /><label for="primary_<?php echo $code ?>"><?php echo $this->__("Use as My Default %s Address", ucfirst($type['name'])) ?></label>
126
+ <?php endif ?>
127
+ </li>
128
+ <?php endforeach ?>
129
+ </ul>
130
+ <div class="buttons-set">
131
+ <p class="required"><?php echo $this->__('* Required Fields') ?></p>
132
+ <p class="back-link"><a href="<?php echo $this->getUrl('customer/address/') ?>"><small>&laquo; </small><?php echo $this->__('Back') ?></a></p>
133
+ <button type="submit" class="button" title="<?php echo $this->__('Save Address') ?>"><span><span><?php echo $this->__('Save Address') ?></span></span></button>
134
+ </div>
135
+ </div>
136
+ </form>
137
+ <script type="text/javascript">
138
+ //<![CDATA[
139
+ var dataForm = new VarienForm('form-validate', true);
140
+ //dataForm.setElementsRelation('country', 'state', '<?php echo $this->getUrl('directory/json/childRegion') ?>');
141
+ new RegionUpdater('country', 'region', 'region_id', countryRegions, undefined, 'zip');
142
+ //]]>
143
+ </script>
app/design/frontend/default/mobile_store_green/template/customer/form/edit.phtml ADDED
@@ -0,0 +1,116 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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->__('Edit Account Information') ?></h1>
29
+ </div>
30
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
31
+ <form action="<?php echo $this->getUrl('customer/account/editPost') ?>" method="post" id="form-validate" class="account_info">
32
+ <div class="fieldset">
33
+ <?php echo $this->getBlockHtml('formkey')?>
34
+ <h2 class="legend"><?php echo $this->__('Account Information') ?></h2>
35
+ <ul class="form-list">
36
+ <li class="fields">
37
+ <?php echo $this->getLayout()->createBlock('customer/widget_name')->setObject($this->getCustomer())->toHtml() ?>
38
+ </li>
39
+ <li>
40
+ <label for="email" class="required"><em>*</em><?php echo $this->__('Email Address') ?></label>
41
+ <div class="input-box">
42
+ <input type="text" name="email" id="email" value="<?php echo $this->htmlEscape($this->getCustomer()->getEmail()) ?>" title="<?php echo $this->__('Email Address') ?>" class="input-text required-entry validate-email" />
43
+ </div>
44
+ </li>
45
+ <?php $_dob = $this->getLayout()->createBlock('customer/widget_dob') ?>
46
+ <?php if ($_dob->isEnabled()): ?>
47
+ <li><?php echo $_dob->setDate($this->getCustomer()->getDob())->toHtml() ?></li>
48
+ <?php endif ?>
49
+ <?php $_taxvat = $this->getLayout()->createBlock('customer/widget_taxvat') ?>
50
+ <?php if ($_taxvat->isEnabled()): ?>
51
+ <li><?php echo $_taxvat->setTaxvat($this->getCustomer()->getTaxvat())->toHtml() ?></li>
52
+ <?php endif ?>
53
+ <?php $_gender = $this->getLayout()->createBlock('customer/widget_gender') ?>
54
+ <?php if ($_gender->isEnabled()): ?>
55
+ <li><?php echo $_gender->setGender($this->getCustomer()->getGender())->toHtml() ?></li>
56
+ <?php endif ?>
57
+ <li class="control">
58
+ <input type="checkbox" name="change_password" id="change_password" value="1" onclick="setPasswordForm(this.checked)" title="<?php echo $this->__('Change Password') ?>"<?php if($this->getCustomer()->getChangePassword()==1): ?> checked="checked"<?php endif; ?> class="checkbox" /><label for="change_password"><?php echo $this->__('Change Password') ?></label>
59
+ </li>
60
+ </ul>
61
+ <div class="buttons-set">
62
+ <p class="required reqnew"><span><?php echo $this->__('* ') ?></span><?php echo $this->__('Required Fields') ?></p>
63
+ <p class="back-link"><a href="<?php echo $this->escapeUrl($this->getBackUrl()) ?>"><small>&laquo; </small><?php echo $this->__('Back') ?></a></p>
64
+ <button type="submit" title="<?php echo $this->__('Save') ?>" class="button"><span><span><?php echo $this->__('Save') ?></span></span></button>
65
+ </div>
66
+ </div>
67
+ <div class="fieldset" style="display:none;">
68
+ <h2 class="legend"><?php echo $this->__('Change Password') ?></h2>
69
+ <ul class="form-list">
70
+ <li>
71
+ <label for="current_password" class="required"><em>*</em><?php echo $this->__('Current Password') ?></label>
72
+ <div class="input-box">
73
+ <input type="password" title="<?php echo $this->__('Current Password') ?>" class="input-text" name="current_password" id="current_password" />
74
+ </div>
75
+ </li>
76
+ <li class="fields">
77
+ <div class="field">
78
+ <label for="password" class="required"><em>*</em><?php echo $this->__('New Password') ?></label>
79
+ <div class="input-box">
80
+ <input type="password" title="<?php echo $this->__('New Password') ?>" class="input-text validate-password" name="password" id="password" />
81
+ </div>
82
+ </div>
83
+ <div class="field">
84
+ <label for="confirmation" class="required"><em>*</em><?php echo $this->__('Confirm New Password') ?></label>
85
+ <div class="input-box">
86
+ <input type="password" title="<?php echo $this->__('Confirm New Password') ?>" class="input-text validate-cpassword" name="confirmation" id="confirmation" />
87
+ </div>
88
+ </div>
89
+ </li>
90
+ </ul>
91
+
92
+ </div>
93
+
94
+ </form>
95
+ <script type="text/javascript">
96
+ //<![CDATA[
97
+ var dataForm = new VarienForm('form-validate', true);
98
+ function setPasswordForm(arg){
99
+ if(arg){
100
+ $('current_password').up(3).show();
101
+ $('current_password').addClassName('required-entry');
102
+ $('password').addClassName('required-entry');
103
+ $('confirmation').addClassName('required-entry');
104
+
105
+ }else{
106
+ $('current_password').up(3).hide();
107
+ $('current_password').removeClassName('required-entry');
108
+ $('password').removeClassName('required-entry');
109
+ $('confirmation').removeClassName('required-entry');
110
+ }
111
+ }
112
+ <?php if($this->getCustomer()->getChangePassword()): ?>
113
+ setPasswordForm(true);
114
+ <?php endif; ?>
115
+ //]]>
116
+ </script>
app/design/frontend/default/mobile_store_green/template/customer/form/forgotpassword.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
+ <div class="page-title">
28
+ <h1><?php echo $this->__('Forgot Your Password?') ?></h1>
29
+ </div>
30
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
31
+ <div class="forgot_passwd_page">
32
+ <form action="<?php echo $this->getUrl('*/*/forgotpasswordpost') ?>" method="post" id="form-validate">
33
+ <div class="fieldset">
34
+ <h2 class="legend"><?php echo $this->__('Retrieve your password here') ?></h2>
35
+ <p><?php echo $this->__('Please enter your email address below. You will receive a link to reset your password.') ?></p>
36
+ <ul class="form-list">
37
+ <li>
38
+ <label for="email_address" class="required"><em>*</em><?php echo $this->__('Email Address') ?></label>
39
+ <div class="input-box">
40
+ <input type="text" name="email" alt="email" id="email_address" class="input-text required-entry validate-email" value="<?php echo $this->htmlEscape($this->getEmailValue()) ?>" />
41
+ </div>
42
+ </li>
43
+ <?php echo $this->getChildHtml('form.additional.info'); ?>
44
+ </ul>
45
+ <div class="buttons-set">
46
+ <p class="required reqnew"><span><?php echo $this->__('* ') ?></span><?php echo $this->__('Required Fields') ?></p>
47
+ <p class="back-link"><a href="<?php echo $this->helper('customer')->getLoginUrl() ?>"><small>&laquo; </small><?php echo $this->__('Back to Login') ?></a></p>
48
+ <button type="submit" title="<?php echo $this->__('Submit') ?>" class="button"><span><span><?php echo $this->__('Submit') ?></span></span></button>
49
+ </div>
50
+ </div>
51
+
52
+ </form>
53
+ </div>
54
+ <script type="text/javascript">
55
+ //<![CDATA[
56
+ var dataForm = new VarienForm('form-validate', true);
57
+ //]]>
58
+ </script>
app/design/frontend/default/mobile_store_green/template/customer/form/login.phtml ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ * Customer login form template
30
+ *
31
+ * @see Mage_Customer_Block_Form_Login
32
+ */
33
+ ?>
34
+ <div class="account-login">
35
+ <div class="page-title">
36
+ <h1><?php echo $this->__('Login or Create an Account') ?></h1>
37
+ </div>
38
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
39
+ <?php echo $this->getChildHtml('customer.form.login.extra')?>
40
+ <form action="<?php echo $this->getPostActionUrl() ?>" method="post" id="login-form">
41
+ <div class="col2-set">
42
+ <div class="col-1 new-users">
43
+ <div class="content">
44
+ <h2><?php echo $this->__('New Customers') ?></h2>
45
+ <p><?php echo $this->__('By creating an account with our store, you will be able to move through the checkout process faster, store multiple shipping addresses, view and track your orders in your account and more.') ?></p>
46
+ </div>
47
+ </div>
48
+ <div class="col-2 registered-users">
49
+ <div class="content">
50
+ <h2><?php echo $this->__('Registered Customers') ?></h2>
51
+ <p><?php echo $this->__('If you have an account with us, please log in.') ?></p>
52
+ <ul class="form-list">
53
+ <li>
54
+ <label for="email" class="required"><em>*</em><?php echo $this->__('Email Address') ?></label>
55
+ <div class="input-box">
56
+ <input type="text" name="login[username]" value="<?php echo $this->htmlEscape($this->getUsername()) ?>" id="email" class="input-text required-entry validate-email" title="<?php echo $this->__('Email Address') ?>" />
57
+ </div>
58
+ </li>
59
+ <li>
60
+ <label for="pass" class="required"><em>*</em><?php echo $this->__('Password') ?></label>
61
+ <div class="input-box">
62
+ <input type="password" name="login[password]" class="input-text required-entry validate-password" id="pass" title="<?php echo $this->__('Password') ?>" />
63
+ </div>
64
+ </li>
65
+ <?php echo $this->getChildHtml('form.additional.info'); ?>
66
+ </ul>
67
+ <p class="required reqnew"><span><?php echo $this->__('* ') ?></span><?php echo $this->__('Required Fields') ?></p>
68
+ </div>
69
+ </div>
70
+ </div>
71
+ <div class="col2-set">
72
+ <div class="col-1 new-users">
73
+ <div class="buttons-set">
74
+ <button type="button" title="<?php echo $this->__('Create an Account') ?>" class="button" onclick="window.location='<?php echo $this->getCreateAccountUrl() ?>';"><span><span><?php echo $this->__('Create an Account') ?></span></span></button>
75
+ </div>
76
+ </div>
77
+ <div class="col-2 registered-users">
78
+ <div class="buttons-set">
79
+ <a href="<?php echo $this->getForgotPasswordUrl() ?>" class="f-left"><?php echo $this->__('Forgot Your Password?') ?></a>
80
+ <button type="submit" class="button" title="<?php echo $this->__('Login') ?>" name="send" id="send2"><span><span><?php echo $this->__('Login') ?></span></span></button>
81
+ </div>
82
+ </div>
83
+ </div>
84
+ </form>
85
+ <script type="text/javascript">
86
+ //<![CDATA[
87
+ var dataForm = new VarienForm('login-form', true);
88
+ //]]>
89
+ </script>
90
+ </div>
app/design/frontend/default/mobile_store_green/template/customer/form/register.phtml ADDED
@@ -0,0 +1,190 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ * Create account form template
30
+ *
31
+ * @see Mage_Customer_Block_Form_Register
32
+ */
33
+ ?>
34
+ <div class="account-create">
35
+ <div class="page-title">
36
+ <h1><?php echo $this->__('Create an Account') ?></h1>
37
+ </div>
38
+ <?php echo $this->getChildHtml('form_fields_before')?>
39
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
40
+ <?php /* Extensions placeholder */ ?>
41
+ <?php echo $this->getChildHtml('customer.form.register.extra')?>
42
+ <form action="<?php echo $this->getPostActionUrl() ?>" method="post" id="form-validate">
43
+ <div class="fieldset">
44
+ <input type="hidden" name="success_url" value="<?php echo $this->getSuccessUrl() ?>" />
45
+ <input type="hidden" name="error_url" value="<?php echo $this->getErrorUrl() ?>" />
46
+ <h2 class="legend"><?php echo $this->__('Personal Information') ?></h2>
47
+ <ul class="form-list">
48
+ <li class="fields">
49
+ <?php echo $this->getLayout()->createBlock('customer/widget_name')->setObject($this->getFormData())->setForceUseCustomerAttributes(true)->toHtml() ?>
50
+ </li>
51
+ <li>
52
+ <label for="email_address" class="required"><em>*</em><?php echo $this->__('Email Address') ?></label>
53
+ <div class="input-box">
54
+ <input type="text" name="email" id="email_address" value="<?php echo $this->escapeHtml($this->getFormData()->getEmail()) ?>" title="<?php echo $this->__('Email Address') ?>" class="input-text validate-email required-entry" />
55
+ </div>
56
+ </li>
57
+ <?php if ($this->isNewsletterEnabled()): ?>
58
+ <li class="control">
59
+ <div class="input-box">
60
+ <input type="checkbox" name="is_subscribed" title="<?php echo $this->__('Sign Up for Newsletter') ?>" value="1" id="is_subscribed"<?php if($this->getFormData()->getIsSubscribed()): ?> checked="checked"<?php endif; ?> class="checkbox" />
61
+ </div>
62
+ <label for="is_subscribed"><?php echo $this->__('Sign Up for Newsletter') ?></label>
63
+ <?php /* Extensions placeholder */ ?>
64
+ <?php echo $this->getChildHtml('customer.form.register.newsletter')?>
65
+ </li>
66
+ <?php endif ?>
67
+ <?php $_dob = $this->getLayout()->createBlock('customer/widget_dob') ?>
68
+ <?php if ($_dob->isEnabled()): ?>
69
+ <li><?php echo $_dob->setDate($this->getFormData()->getDob())->toHtml() ?></li>
70
+ <?php endif ?>
71
+ <?php $_taxvat = $this->getLayout()->createBlock('customer/widget_taxvat') ?>
72
+ <?php if ($_taxvat->isEnabled()): ?>
73
+ <li><?php echo $_taxvat->setTaxvat($this->getFormData()->getTaxvat())->toHtml() ?></li>
74
+ <?php endif ?>
75
+ <?php $_gender = $this->getLayout()->createBlock('customer/widget_gender') ?>
76
+ <?php if ($_gender->isEnabled()): ?>
77
+ <li><?php echo $_gender->setGender($this->getFormData()->getGender())->toHtml() ?></li>
78
+ <?php endif ?>
79
+ </ul>
80
+ </div>
81
+ <?php if($this->getShowAddressFields()): ?>
82
+ <div class="fieldset">
83
+ <input type="hidden" name="create_address" value="1" />
84
+ <h2 class="legend"><?php echo $this->__('Address Information') ?></h2>
85
+ <ul class="form-list">
86
+ <li class="fields">
87
+ <div class="field">
88
+ <label for="company"><?php echo $this->__('Company') ?></label>
89
+ <div class="input-box">
90
+ <input type="text" name="company" id="company" value="<?php echo $this->escapeHtml($this->getFormData()->getCompany()) ?>" title="<?php echo $this->__('Company') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('company') ?>" />
91
+ </div>
92
+ </div>
93
+ <div class="field">
94
+ <label for="telephone" class="required"><em>*</em><?php echo $this->__('Telephone') ?></label>
95
+ <div class="input-box">
96
+ <input type="text" name="telephone" id="telephone" value="<?php echo $this->escapeHtml($this->getFormData()->getTelephone()) ?>" title="<?php echo $this->__('Telephone') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('telephone') ?>" />
97
+ </div>
98
+ </div>
99
+ </li>
100
+ <?php $_streetValidationClass = $this->helper('customer/address')->getAttributeValidationClass('street'); ?>
101
+ <li class="wide">
102
+ <label for="street_1" class="required"><em>*</em><?php echo $this->__('Street Address') ?></label>
103
+ <div class="input-box">
104
+ <input type="text" name="street[]" value="<?php echo $this->escapeHtml($this->getFormData()->getStreet(1)) ?>" title="<?php echo $this->__('Street Address') ?>" id="street_1" class="input-text <?php echo $_streetValidationClass ?>" />
105
+ </div>
106
+ </li>
107
+ <?php $_streetValidationClass = trim(str_replace('required-entry', '', $_streetValidationClass)); ?>
108
+ <?php for ($_i = 2, $_n = $this->helper('customer/address')->getStreetLines(); $_i <= $_n; $_i++): ?>
109
+ <li class="wide">
110
+ <div class="input-box">
111
+ <input type="text" name="street[]" value="<?php echo $this->escapeHtml($this->getFormData()->getStreet($_i)) ?>" title="<?php echo $this->__('Street Address %s', $_i) ?>" id="street_<?php echo $_i ?>" class="input-text <?php echo $_streetValidationClass ?>" />
112
+ </div>
113
+ </li>
114
+ <?php endfor; ?>
115
+ <li class="fields">
116
+ <div class="field">
117
+ <label for="city" class="required"><em>*</em><?php echo $this->__('City') ?></label>
118
+ <div class="input-box">
119
+ <input type="text" name="city" value="<?php echo $this->escapeHtml($this->getFormData()->getCity()) ?>" title="<?php echo $this->__('City') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('city') ?>" id="city" />
120
+ </div>
121
+ </div>
122
+ <div class="field">
123
+ <label for="region_id" class="required"><em>*</em><?php echo $this->__('State/Province') ?></label>
124
+ <div class="input-box">
125
+ <select id="region_id" name="region_id" title="<?php echo $this->__('State/Province') ?>" class="validate-select" style="display:none;">
126
+ <option value=""><?php echo $this->__('Please select region, state or province') ?></option>
127
+ </select>
128
+ <script type="text/javascript">
129
+ //<![CDATA[
130
+ $('region_id').setAttribute('defaultValue', "<?php echo $this->getFormData()->getRegionId() ?>");
131
+ //]]>
132
+ </script>
133
+ <input type="text" id="region" name="region" value="<?php echo $this->escapeHtml($this->getRegion()) ?>" title="<?php echo $this->__('State/Province') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('region') ?>" style="display:none;" />
134
+ </div>
135
+ </div>
136
+ </li>
137
+ <li class="fields">
138
+ <div class="field">
139
+ <label for="zip" class="required"><em>*</em><?php echo $this->__('Zip/Postal Code') ?></label>
140
+ <div class="input-box">
141
+ <input type="text" name="postcode" value="<?php echo $this->escapeHtml($this->getFormData()->getPostcode()) ?>" title="<?php echo $this->__('Zip/Postal Code') ?>" id="zip" class="input-text validate-zip-international <?php echo $this->helper('customer/address')->getAttributeValidationClass('postcode') ?>" />
142
+ </div>
143
+ </div>
144
+ <div class="field">
145
+ <label for="country" class="required"><em>*</em><?php echo $this->__('Country') ?></label>
146
+ <div class="input-box">
147
+ <?php echo $this->getCountryHtmlSelect() ?>
148
+ </div>
149
+ </div>
150
+ </li>
151
+ </ul>
152
+ <input type="hidden" name="default_billing" value="1" />
153
+ <input type="hidden" name="default_shipping" value="1" />
154
+ </div>
155
+ <?php endif; ?>
156
+ <div class="fieldset">
157
+ <h2 class="legend"><?php echo $this->__('Login Information') ?></h2>
158
+ <ul class="form-list">
159
+ <li class="fields">
160
+ <div class="field">
161
+ <label for="password" class="required"><em>*</em><?php echo $this->__('Password') ?></label>
162
+ <div class="input-box">
163
+ <input type="password" name="password" id="password" title="<?php echo $this->__('Password') ?>" class="input-text required-entry validate-password" />
164
+ </div>
165
+ </div>
166
+ <div class="field">
167
+ <label for="confirmation" class="required"><em>*</em><?php echo $this->__('Confirm Password') ?></label>
168
+ <div class="input-box">
169
+ <input type="password" name="confirmation" title="<?php echo $this->__('Confirm Password') ?>" id="confirmation" class="input-text required-entry validate-cpassword" />
170
+ </div>
171
+ </div>
172
+ </li>
173
+ </ul>
174
+ <div class="buttons-set">
175
+ <p class="required reqnew"><span><?php echo $this->__('* ') ?></span><?php echo $this->__('Required Fields') ?></p>
176
+ <p class="back-link"><a href="<?php echo $this->escapeUrl($this->getBackUrl()) ?>" class="back-link"><small>&laquo; </small><?php echo $this->__('Back') ?></a></p>
177
+ <button type="submit" title="<?php echo $this->__('Submit') ?>" class="button"><span><span><?php echo $this->__('Submit') ?></span></span></button>
178
+ </div>
179
+ </div>
180
+
181
+ </form>
182
+ <script type="text/javascript">
183
+ //<![CDATA[
184
+ var dataForm = new VarienForm('form-validate', true);
185
+ <?php if($this->getShowAddressFields()): ?>
186
+ new RegionUpdater('country', 'region', 'region_id', <?php echo $this->helper('directory')->getRegionJson() ?>, undefined, 'zip');
187
+ <?php endif; ?>
188
+ //]]>
189
+ </script>
190
+ </div>
app/design/frontend/default/mobile_store_green/template/newsletter/subscribe.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="block block-subscribe">
28
+ <div class="block-title">
29
+ <strong><span><?php echo $this->__('Newsletter') ?></span></strong>
30
+ </div>
31
+ <form action="<?php echo $this->getFormActionUrl() ?>" method="post" id="newsletter-validate-detail">
32
+ <div class="block-content">
33
+ <label for="newsletter"><?php echo $this->__('Sign up for our newsletter:') ?></label>
34
+ <div class="input-box">
35
+ <input type="text" name="email" id="newsletter" title="<?php echo $this->__('Sign up for our newsletter') ?>" class="input-text required-entry validate-email" />
36
+ </div>
37
+ <button type="submit" title="<?php echo $this->__('Subscribe') ?>" class="button"><span><span><?php echo $this->__('Go') ?></span></span></button>
38
+
39
+ </div>
40
+ </form>
41
+ <script type="text/javascript">
42
+ //<![CDATA[
43
+ var newsletterSubscriberFormDetail = new VarienForm('newsletter-validate-detail');
44
+ //]]>
45
+ </script>
46
+ </div>
app/design/frontend/default/mobile_store_green/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/default/mobile_store_green/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/default/mobile_store_green/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/default/mobile_store_green/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/default/mobile_store_green/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><img style="vertical-align:top; margin-top:6px;" src="<?php echo $this->getSkinUrl('images/new/bread_arrow.gif');?>" alt="" /> </span>
41
+ <?php endif; ?>
42
+ </li>
43
+ <?php endforeach; ?>
44
+ </ul>
45
+ </div>
46
+ <?php endif; ?>
app/design/frontend/default/mobile_store_green/template/page/html/footer.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
+ <div class="footer_block_container">
29
+ <?php
30
+ echo $this->getLayout()->createBlock("cms/block")->setBlockId('cms_gomage_mobile_store_footer')->toHtml();
31
+ ?>
32
+ </div>
33
+
34
+ <div class="footer-container">
35
+ <div class="footer">
36
+ <?php echo $this->getChildHtml() ?>
37
+ <address><?php echo $this->getCopyright() ?></address>
38
+ </div>
39
+ </div>
app/design/frontend/default/mobile_store_green/template/page/html/header.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
+ * @var Mage_Page_Block_Html_Header $this
28
+ */
29
+ ?>
30
+ <div class="header-container">
31
+ <div class="header clearfix">
32
+ <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>
33
+ <div class="quick-access">
34
+ <p class="welcome-msg"><?php echo $this->getWelcome() ?> <?php echo $this->getAdditionalHtml() ?></p>
35
+ <?php echo $this->getChildHtml('store_language') ?>
36
+ <div class="search_toplinks clearfix">
37
+ <?php echo $this->getChildHtml('topLinks') ?>
38
+ <?php echo $this->getChildHtml('topSearch') ?>
39
+ </div>
40
+ </div>
41
+ <?php echo $this->getChildHtml('topContainer'); ?>
42
+ </div>
43
+ </div>
44
+ <?php echo $this->getChildHtml('topMenu') ?>
app/design/frontend/default/mobile_store_green/template/page/html/topmenu.phtml ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Top menu for store
30
+ *
31
+ * @see Mage_Page_Block_Html_Topmenu
32
+ */
33
+ ?>
34
+ <?php $_menu = $this->getHtml('level-top') ?>
35
+ <?php if($_menu): ?>
36
+ <div class="nav-container">
37
+ <ul id="nav">
38
+ <li class="home <?php if (Mage::helper('core/url')->getCurrentUrl() === Mage::helper('core/url')->getHomeUrl()):?> active<?php endif;?>"><a class="home" href="<?php echo $this->getUrl('')?>" title="">&nbsp;</a></li>
39
+ <?php echo $_menu ?>
40
+ </ul>
41
+ </div>
42
+ <?php endif ?>
app/design/frontend/default/mobile_store_green/template/reports/home_product_compared.phtml ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_Reports_Block_Product_Compared */
27
+ ?>
28
+ <?php if ($_products = $this->getRecentlyComparedProducts()): ?>
29
+ <div class="page-title" style="margin-bottom:15px;">
30
+ <h2><?php echo $this->__('Your Recently Compared') ?></h2>
31
+ </div>
32
+ <table>
33
+ <?php $_columnCount = $this->getColumnCount(); ?>
34
+ <?php
35
+ $r_template = $this->getLayout()->getBlock('root')->getTemplate();
36
+ switch ($r_template)
37
+ {
38
+ case "page/2columns-right.phtml":
39
+ case "page/2columns-left.phtml":
40
+ $_columnCount = 3;
41
+ break;
42
+ case "page/3columns.phtml":
43
+ $_columnCount = 2;
44
+ break;
45
+ default:
46
+ $_columnCount = 4;
47
+ }
48
+ ?>
49
+ <?php $i=0; foreach ($_products as $_product): ?>
50
+ <?php if ($i++%$_columnCount==0): ?>
51
+ <tr class="products-grid">
52
+ <?php endif ?>
53
+ <td class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
54
+ <div class="product_grid_item">
55
+ <h2 class="product-name"><a href="<?php echo $this->getProductUrl($_product) ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>"><?php echo $this->helper('catalog/output')->productAttribute($_product, $_product->getName() , 'name') ?></a></h2>
56
+ <?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
57
+ <a href="<?php echo $this->getProductUrl($_product) ?>" 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(135) ?>" width="135" height="135" alt="<?php echo $this->stripTags($_product->getName(), null, true) ?>" /></a>
58
+ <?php echo $this->getPriceHtml($_product, true, '-home-compared') ?>
59
+ <div class="actions">
60
+ <?php if($_product->isSaleable()): ?>
61
+ <p class="prod_grid_actions clearfix"><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>
62
+ <button type="button" title="<?php echo $this->__('Details') ?>" class="button btn-det" onclick="setLocation('<?php echo $_product->getProductUrl() ?>')"><span><span><?php echo $this->__('Details') ?></span></span></button>
63
+ </p>
64
+ <?php else: ?>
65
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
66
+ <?php endif; ?>
67
+ <ul class="add-to-links">
68
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
69
+ <li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
70
+ <?php endif; ?>
71
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
72
+ <li><span class="separator"><img class="v-middle" src="<?php echo $this->getSkinUrl('images/new/bkg_pipe1.gif');?>" alt="" /></span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
73
+ <?php endif; ?>
74
+ </ul>
75
+ </div>
76
+ </div>
77
+ </td>
78
+ <?php if ($i%$_columnCount==0 || $i==count($_products)): ?>
79
+ </tr>
80
+ <tr class="grid_spacer"><td colspan="<?php echo $_columnCount; ?>" style="height:22px;">&nbsp;</td></tr>
81
+ <?php endif ?>
82
+ <?php endforeach; ?>
83
+ </table>
84
+ <?php endif; ?>
app/design/frontend/default/mobile_store_green/template/reports/home_product_viewed.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
+ /* @var $this Mage_Reports_Block_Product_Viewed */
27
+ ?>
28
+ <?php
29
+ /**
30
+ * @see Mage_Reports_Block_Product_Viewed
31
+ */
32
+ ?>
33
+ <?php if ($_products = $this->getRecentlyViewedProducts()): ?>
34
+ <div class="page-title" style="margin-bottom:15px;">
35
+ <h2><?php echo $this->__('Your Recently Viewed') ?></h2>
36
+ </div>
37
+ <table>
38
+ <?php $_columnCount = $this->getColumnCount(); ?>
39
+ <?php
40
+ $r_template = $this->getLayout()->getBlock('root')->getTemplate();
41
+ switch ($r_template)
42
+ {
43
+ case "page/2columns-right.phtml":
44
+ case "page/2columns-left.phtml":
45
+ $_columnCount = 3;
46
+ break;
47
+ case "page/3columns.phtml":
48
+ $_columnCount = 2;
49
+ break;
50
+ default:
51
+ $_columnCount = 4;
52
+ }
53
+ ?>
54
+ <?php $i=0; foreach ($_products as $_product): ?>
55
+ <?php if ($i++%$_columnCount==0): ?>
56
+ <tr class="products-grid">
57
+ <?php endif ?>
58
+ <td class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
59
+ <div class="product_grid_item">
60
+ <h2 class="product-name"><a href="<?php echo $this->getProductUrl($_product) ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>"><?php echo $this->helper('catalog/output')->productAttribute($_product, $_product->getName() , 'name') ?></a></h2>
61
+ <?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
62
+ <a href="<?php echo $this->getProductUrl($_product) ?>" 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(135) ?>" width="135" height="135" alt="<?php echo $this->stripTags($_product->getName(), null, true) ?>" /></a>
63
+ <?php echo $this->getPriceHtml($_product, true, '-home-viewed') ?>
64
+ <div class="actions">
65
+ <?php if($_product->isSaleable()): ?>
66
+ <p class="prod_grid_actions clearfix"><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>
67
+ <button type="button" title="<?php echo $this->__('Details') ?>" class="button btn-det" onclick="setLocation('<?php echo $_product->getProductUrl() ?>')"><span><span><?php echo $this->__('Details') ?></span></span></button>
68
+ </p>
69
+ <?php else: ?>
70
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
71
+ <?php endif; ?>
72
+ <ul class="add-to-links">
73
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
74
+ <li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
75
+ <?php endif; ?>
76
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
77
+ <li><span class="separator"><img class="v-middle" src="<?php echo $this->getSkinUrl('images/new/bkg_pipe1.gif');?>" alt="" /></span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
78
+ <?php endif; ?>
79
+ </ul>
80
+ </div>
81
+ </div>
82
+ </td>
83
+ <?php if ($i%$_columnCount==0 || $i==count($_products)): ?>
84
+ </tr>
85
+ <tr class="grid_spacer"><td colspan="<?php echo $_columnCount; ?>" style="height:22px;">&nbsp;</td></tr>
86
+ <?php endif; ?>
87
+ <?php endforeach; ?>
88
+ </table>
89
+ <?php endif; ?>
app/design/frontend/default/mobile_store_green/template/review/product/view/list.phtml ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php $_items = $this->getReviewsCollection()->getItems();?>
2
+ <?php
3
+ $toolbar = $this->getLayout()->createBlock('page/html_pager', 'product_review_list.toolbar')->setCollection($this->getReviewsCollection())->_toHtml();
4
+ ?>
5
+ <?php if (count($_items)):?>
6
+ <div class="reviews" id="customer-reviews">
7
+ <h3><?php echo $this->__('Customer Reviews') ?></h3>
8
+ <?php //echo $this->getChildHtml('toolbar'); ?>
9
+ <?php
10
+ echo $toolbar;
11
+ ?>
12
+ <dl>
13
+ <?php foreach ($_items as $_review):?>
14
+ <dt>
15
+ <span class="title-review"><?php echo $this->htmlEscape($_review->getTitle()) ?></span> <span class="author-review"><?php echo $this->__('Review by <span>%s</span>', $this->htmlEscape($_review->getNickname())) ?></span>
16
+
17
+ </dt>
18
+ <dd>
19
+ <table class="data-table">
20
+ <col width="8%" />
21
+ <col />
22
+ <tbody>
23
+ <?php foreach ($_review->getRatingVotes() as $_vote): ?>
24
+ <tr>
25
+ <th class="label"><?php echo $_vote->getRatingCode() ?></th>
26
+ <td class="value">
27
+ <div class="rating-box">
28
+ <div class="rating" style="width:<?php echo $_vote->getPercent() ?>%;"></div>
29
+ </div>
30
+ </td>
31
+ </tr>
32
+ <?php endforeach; ?>
33
+ </tbody>
34
+ </table>
35
+ <?php
36
+ $style_review = '';
37
+ if(strlen($_review->getDetail()) > 500){
38
+ $style_review = 'style="height:150px;overflow:auto;"';
39
+ }
40
+ ?>
41
+ <div class="wrapper-review">
42
+ <div class="wrapper2-review">
43
+ <div <?php echo $style_review;?> class="content-review">
44
+ <?php echo nl2br($this->htmlEscape($_review->getDetail())); ?>
45
+ <span class="date"><?php echo $this->__('(Posted on %s)', $this->formatDate($_review->getCreatedAt()), 'long') ?></span>
46
+ </div>
47
+ </div>
48
+ </div>
49
+ </dd>
50
+ <?php endforeach; ?>
51
+ </dl>
52
+ <?php //echo $this->getChildHtml('toolbar') ?>
53
+ <?php
54
+ echo $toolbar;
55
+ ?>
56
+ </div>
57
+ <?php endif;?>
app/design/frontend/default/mobile_store_green/template/sales/order/view.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) 2011 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="order-items order-details">
28
+ <?php if ($this->helper('giftmessage/message')->getIsMessagesAvailable('items', $this->getOrder())): ?>
29
+ <script type="text/javascript">
30
+ //<![CDATA[
31
+ function giftMessageToogle(giftMessageIdentifier)
32
+ {
33
+ var link = $('order-item-gift-message-link-'+giftMessageIdentifier);
34
+ var container = $('order-item-gift-message-'+giftMessageIdentifier);
35
+ var row = $('order-item-row-'+giftMessageIdentifier);
36
+ if(link.expanded) {
37
+ link.expanded = false;
38
+ link.removeClassName('expanded');
39
+ if(container.hasClassName('last')) {
40
+ row.addClassName('last');
41
+ }
42
+ container.hide();
43
+ } else {
44
+ link.expanded = true;
45
+ link.addClassName('expanded');
46
+ if(container.hasClassName('last')) {
47
+ row.removeClassName('last');
48
+ }
49
+ container.show();
50
+ }
51
+
52
+ return false;
53
+ }
54
+ //]]>
55
+ </script>
56
+ <?php endif; ?>
57
+ <?php $_order = $this->getOrder() ?>
58
+ <h2 class="table-caption"><?php echo $this->__('Items Ordered') ?>
59
+ <?php if ($_order->getTracksCollection()->count()) : ?>
60
+ <span class="separator">|</span> <a href="#" onclick="popWin('<?php echo $this->helper('shipping')->getTrackingPopupUrlBySalesModel($_order) ?>','trackorder','top=0,left=0,width=800,height=600,resizable=yes,scrollbars=yes'); return false;" title="<?php echo $this->__('Track your order') ?>"><?php echo $this->__('Track your order') ?></a>
61
+ <?php endif; ?>
62
+ </h2>
63
+
64
+ <?php echo $this->getChildHtml('order_items') ?>
65
+
66
+ <?php if($this->helper('giftmessage/message')->getIsMessagesAvailable('order', $_order) && $_order->getGiftMessageId()): ?>
67
+ <div class="order-additional order-gift-message">
68
+ <h2 class="sub-title"><?php echo $this->__('Gift Message for This Order') ?></h2>
69
+ <?php $_giftMessage=$this->helper('giftmessage/message')->getGiftMessageForEntity($_order); ?>
70
+ <dl class="gift-message">
71
+ <dt><strong><?php echo $this->__('From:') ?></strong> <?php echo $this->htmlEscape($_giftMessage->getSender()) ?></dt>
72
+ <dt><strong><?php echo $this->__('To:') ?></strong> <?php echo $this->htmlEscape($_giftMessage->getRecipient()) ?></dt>
73
+ <dd><?php echo $this->helper('giftmessage/message')->getEscapedGiftMessage($_order) ?></dd>
74
+ </dl>
75
+ </div>
76
+ <?php endif; ?>
77
+ <?php $_history = $this->getOrder()->getVisibleStatusHistory() ?>
78
+ <?php if (count($_history)): ?>
79
+ <div class="order-additional order-comments">
80
+ <h2 class="sub-title"><?php echo $this->__('About Your Order') ?></h2>
81
+ <dl class="order-about">
82
+ <?php foreach ($_history as $_historyItem): ?>
83
+ <dt><?php echo $this->formatDate($_historyItem->getCreatedAtStoreDate(), 'medium', true) ?></dt>
84
+ <dd><?php echo $this->escapeHtml($_historyItem->getComment()) ?></dd>
85
+ <?php endforeach; ?>
86
+ </dl>
87
+ </div>
88
+ <?php endif; ?>
89
+ </div>
90
+ <div class="buttons-set">
91
+ <p class="back-link"><a href="<?php echo $this->getBackUrl() ?>"><small>&laquo; </small><?php echo $this->getBackTitle() ?></a></p>
92
+ </div>
app/design/frontend/default/mobile_store_green/template/wishlist/sharing.phtml ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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->__('Share Your Wishlist') ?></h1>
29
+ </div>
30
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
31
+ <form action="<?php echo $this->getSendUrl() ?>" id="form-validate" method="post" class="whish_share">
32
+ <div class="fieldset">
33
+ <?php echo $this->getBlockHtml('formkey')?>
34
+ <h2 class="legend"><?php echo $this->__('Sharing Information') ?></h2>
35
+ <ul class="form-list">
36
+ <li class="wide">
37
+ <label for="email_address" class="required"><em>*</em><?php echo $this->__('Email addresses, separated by commas') ?></label>
38
+ <div class="input-box">
39
+ <textarea name="emails" cols="60" rows="5" id="email_address" class="validate-emails required-entry"><?php echo $this->getEnteredData('emails') ?></textarea>
40
+ </div>
41
+ </li>
42
+ <li class="wide">
43
+ <label for="message"><?php echo $this->__('Message') ?></label>
44
+ <div class="input-box">
45
+ <textarea id="message" name="message" cols="60" rows="5"><?php echo $this->getEnteredData('message') ?></textarea>
46
+ </div>
47
+ </li>
48
+ <?php if($this->helper('wishlist')->isRssAllow()): ?>
49
+ <li class="control">
50
+ <input type="checkbox" name="rss_url" id="rss_url" value="1" title="<?php echo $this->__('Check this checkbox if you want to add a link to an rss feed to your wishlist.') ?>" class="checkbox" /><label for="rss_url"><?php echo $this->__('Check this checkbox if you want to add a link to an rss feed to your wishlist.') ?></label>
51
+ </li>
52
+ <?php endif; ?>
53
+ </ul>
54
+ <div class="buttons-set">
55
+ <p class="required reqnew"><span><?php echo $this->__('* ') ?></span><?php echo $this->__('Required Fields') ?></p>
56
+ <p class="back-link"><a href="<?php echo $this->getBackUrl(); ?>"><small>&laquo; </small><?php echo $this->__('Back')?></a></p>
57
+ <button type="submit" title="<?php echo $this->__('Share Wishlist') ?>" class="button"><span><span><?php echo $this->__('Share Wishlist') ?></span></span></button>
58
+ </div>
59
+ </div>
60
+
61
+ </form>
62
+ <script type="text/javascript">
63
+ //<![CDATA[
64
+ Validation.addAllThese([
65
+ ['validate-emails', '<?php echo $this->__('Please enter a valid email addresses, separated by commas. For example johndoe@domain.com, johnsmith@domain.com.') ?>', function (v) {
66
+ if(Validation.get('IsEmpty').test(v)) {
67
+ return true;
68
+ }
69
+
70
+ var valid_regexp = /^[a-z0-9\._-]{1,30}@([a-z0-9_-]{1,30}\.){1,5}[a-z]{2,4}$/i;
71
+ var emails = v.split(',');
72
+
73
+ for (var i=0; i<emails.length; i++) {
74
+ if(!valid_regexp.test(emails[i].strip())) {
75
+ return false;
76
+ }
77
+ }
78
+
79
+ return true;
80
+ }]
81
+ ]);
82
+ var dataForm = new VarienForm('form-validate', true);
83
+ //]]>
84
+ </script>
package.xml ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <package>
3
+ <name>Mobile_Store</name>
4
+ <version>1.3.0</version>
5
+ <stability>stable</stability>
6
+ <license uri="https://www.gomage.com/license-agreement/">Single domain license</license>
7
+ <channel>community</channel>
8
+ <extends/>
9
+ <summary>This free Magento theme will make your online store stand out. Simple, user friendly and easily customizable it provides your customers with truly enjoyable shopping experience.</summary>
10
+ <description>This free Magento theme will make your online store stand out. Simple, user friendly and easily customizable it provides your customers with truly enjoyable shopping experience.</description>
11
+ <notes>Version 1.3.0</notes>
12
+ <authors><author><name>GoMage</name><user>GoMage</user><email>support@gomage.com</email></author></authors>
13
+ <date>2015-07-07</date>
14
+ <time>10:12:19</time>
15
+ <contents><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="mobile_store_black"><dir name="layout"><file name="catalog.xml" hash="58b892fd5c4fa79b72a48cb15e927aa8"/><file name="page.xml" hash="1ddb4780020d6a08c95d427af8e62485"/><file name="paypal.xml" hash="6f62229621460414495249304d0b1a4c"/><file name="review.xml" hash="2102c9314446e981b620608f9516d600"/><file name="tag.xml" hash="46367981e01230cb9d1b13c68fb499c1"/></dir><dir name="template"><dir name="catalog"><dir name="category"><file name="view.phtml" hash="98dea78bcbac886d4de7e80ebc4ddb4c"/></dir><dir name="product"><dir name="list"><file name="upsell.phtml" hash="756ff2039cfe0d5fb7b2b1d8ea909f17"/></dir><file name="list.phtml" hash="b6cf9db1c54ee0d996146591c94e3349"/><file name="new.phtml" hash="7061062e2846aba53047b85210589d60"/><dir name="view"><file name="media.phtml" hash="500740b804fb5ffaff0b71700675bde7"/><file name="tabs.phtml" hash="20bc3be6516a920481e0cf2b59159f4b"/></dir><file name="view.phtml" hash="93132830756ebebe4089d3ae6720574f"/></dir><dir name="seo"><dir name="sitemap"><file name="container.phtml" hash="8742af06e2a9cb267826adbfec149ed8"/></dir><file name="tree.phtml" hash="d5d29992e43f5e00f4659d3b280811fa"/></dir></dir><dir name="catalogsearch"><dir name="advanced"><file name="form.phtml" hash="bfeae525393a81a7cc727c35a4d20925"/></dir><file name="form.mini.phtml" hash="d1b327e6ac6478f99acfc8689333d2fc"/></dir><dir name="checkout"><dir name="cart"><file name="coupon.phtml" hash="d94f0722d596f388300713d1d6079de7"/><file name="crosssell.phtml" hash="692ab9e3f2278d54537ec57aa5a051af"/><dir name="item"><file name="default.phtml" hash="63ea2736da9ee464de72304dc02a1ed7"/></dir><file name="shipping.phtml" hash="601a47653755209128caf41e60be3178"/><file name="sidebar.phtml" hash="f08c78e1a09430764bb090bac3f8af14"/></dir><file name="cart.phtml" hash="e0b2aca4a18004618d31449849b45b40"/></dir><dir name="contacts"><file name="form.phtml" hash="b8ce4c4e99f094f2489fb2ed23860280"/></dir><dir name="customer"><dir name="address"><file name="edit.phtml" hash="1bb4c3b99394b11283393af49fc8838e"/></dir><dir name="form"><file name="address.phtml" hash="a2e512f8b8db494b5aabe0781d773bc9"/><file name="edit.phtml" hash="7733dec24c627b19a70d77e81c88345a"/><file name="forgotpassword.phtml" hash="4ce941d10c6b53e9ea64cbf2cbc4518b"/><file name="login.phtml" hash="43e52e72cb6951991e11a4cd7ef32d15"/><file name="register.phtml" hash="58026820303a50595287aac0df93edba"/></dir></dir><dir name="newsletter"><file name="subscribe.phtml" hash="651454a70e19d20bce06afc246b32354"/></dir><dir name="page"><file name="1column.phtml" hash="24b105a20e71af94818ac444d1ea892b"/><file name="2columns-left.phtml" hash="d80c1c3cff41b619fa743cfbdc98573f"/><file name="2columns-right.phtml" hash="b1bbcfe182cc2e065e1fdc29c31a9c93"/><file name="3columns.phtml" hash="792fa1a43af4f3da1df9603cf428a1f4"/><dir name="html"><file name="breadcrumbs.phtml" hash="f36a226d6e396d394eadfc61221019fd"/><file name="footer.phtml" hash="5e655fc462c35ef52a462740931346de"/><file name="header.phtml" hash="2edbf3ab6b1b9092786a337b5971ddad"/><file name="topmenu.phtml" hash="e575b8158a11a5702dc24a7c9f4da623"/></dir></dir><dir name="reports"><file name="home_product_compared.phtml" hash="71a07d4202f25c0c342046300b6b8cd8"/><file name="home_product_viewed.phtml" hash="395c144d5a5f9f59f7730772785524c1"/></dir><dir name="review"><dir name="product"><dir name="view"><file name="list.phtml" hash="b259b160e6bb92a350e5daf1c929d1eb"/></dir></dir></dir><dir name="sales"><dir name="order"><file name="view.phtml" hash="7487c1441dc8b5b3b8da3472a2f5347a"/></dir></dir><dir name="wishlist"><file name="sharing.phtml" hash="cf347a5520c86c0bdd22c78e9b200681"/></dir></dir></dir><dir name="mobile_store_blue"><dir name="layout"><file name="catalog.xml" hash="58b892fd5c4fa79b72a48cb15e927aa8"/><file name="page.xml" hash="1ddb4780020d6a08c95d427af8e62485"/><file name="paypal.xml" hash="6f62229621460414495249304d0b1a4c"/><file name="review.xml" hash="2102c9314446e981b620608f9516d600"/><file name="tag.xml" hash="46367981e01230cb9d1b13c68fb499c1"/></dir><dir name="template"><dir name="catalog"><dir name="category"><file name="view.phtml" hash="98dea78bcbac886d4de7e80ebc4ddb4c"/></dir><dir name="product"><dir name="list"><file name="upsell.phtml" hash="756ff2039cfe0d5fb7b2b1d8ea909f17"/></dir><file name="list.phtml" hash="b6cf9db1c54ee0d996146591c94e3349"/><file name="new.phtml" hash="7061062e2846aba53047b85210589d60"/><dir name="view"><file name="media.phtml" hash="500740b804fb5ffaff0b71700675bde7"/><file name="tabs.phtml" hash="20bc3be6516a920481e0cf2b59159f4b"/></dir><file name="view.phtml" hash="93132830756ebebe4089d3ae6720574f"/></dir><dir name="seo"><dir name="sitemap"><file name="container.phtml" hash="8742af06e2a9cb267826adbfec149ed8"/></dir><file name="tree.phtml" hash="d5d29992e43f5e00f4659d3b280811fa"/></dir></dir><dir name="catalogsearch"><dir name="advanced"><file name="form.phtml" hash="bfeae525393a81a7cc727c35a4d20925"/></dir><file name="form.mini.phtml" hash="d1b327e6ac6478f99acfc8689333d2fc"/></dir><dir name="checkout"><dir name="cart"><file name="coupon.phtml" hash="d94f0722d596f388300713d1d6079de7"/><file name="crosssell.phtml" hash="692ab9e3f2278d54537ec57aa5a051af"/><dir name="item"><file name="default.phtml" hash="63ea2736da9ee464de72304dc02a1ed7"/></dir><file name="shipping.phtml" hash="601a47653755209128caf41e60be3178"/><file name="sidebar.phtml" hash="f08c78e1a09430764bb090bac3f8af14"/></dir><file name="cart.phtml" hash="e0b2aca4a18004618d31449849b45b40"/></dir><dir name="contacts"><file name="form.phtml" hash="b8ce4c4e99f094f2489fb2ed23860280"/></dir><dir name="customer"><dir name="address"><file name="edit.phtml" hash="1bb4c3b99394b11283393af49fc8838e"/></dir><dir name="form"><file name="address.phtml" hash="a2e512f8b8db494b5aabe0781d773bc9"/><file name="edit.phtml" hash="7733dec24c627b19a70d77e81c88345a"/><file name="forgotpassword.phtml" hash="4ce941d10c6b53e9ea64cbf2cbc4518b"/><file name="login.phtml" hash="43e52e72cb6951991e11a4cd7ef32d15"/><file name="register.phtml" hash="58026820303a50595287aac0df93edba"/></dir></dir><dir name="newsletter"><file name="subscribe.phtml" hash="651454a70e19d20bce06afc246b32354"/></dir><dir name="page"><file name="1column.phtml" hash="24b105a20e71af94818ac444d1ea892b"/><file name="2columns-left.phtml" hash="d80c1c3cff41b619fa743cfbdc98573f"/><file name="2columns-right.phtml" hash="b1bbcfe182cc2e065e1fdc29c31a9c93"/><file name="3columns.phtml" hash="792fa1a43af4f3da1df9603cf428a1f4"/><dir name="html"><file name="breadcrumbs.phtml" hash="f36a226d6e396d394eadfc61221019fd"/><file name="footer.phtml" hash="5e655fc462c35ef52a462740931346de"/><file name="header.phtml" hash="2edbf3ab6b1b9092786a337b5971ddad"/><file name="topmenu.phtml" hash="e575b8158a11a5702dc24a7c9f4da623"/></dir></dir><dir name="reports"><file name="home_product_compared.phtml" hash="71a07d4202f25c0c342046300b6b8cd8"/><file name="home_product_viewed.phtml" hash="395c144d5a5f9f59f7730772785524c1"/></dir><dir name="review"><dir name="product"><dir name="view"><file name="list.phtml" hash="b259b160e6bb92a350e5daf1c929d1eb"/></dir></dir></dir><dir name="sales"><dir name="order"><file name="view.phtml" hash="7487c1441dc8b5b3b8da3472a2f5347a"/></dir></dir><dir name="wishlist"><file name="sharing.phtml" hash="cf347a5520c86c0bdd22c78e9b200681"/></dir></dir></dir><dir name="mobile_store_green"><dir name="layout"><file name="catalog.xml" hash="58b892fd5c4fa79b72a48cb15e927aa8"/><file name="page.xml" hash="1ddb4780020d6a08c95d427af8e62485"/><file name="paypal.xml" hash="6f62229621460414495249304d0b1a4c"/><file name="review.xml" hash="2102c9314446e981b620608f9516d600"/><file name="tag.xml" hash="46367981e01230cb9d1b13c68fb499c1"/></dir><dir name="template"><dir name="catalog"><dir name="category"><file name="view.phtml" hash="98dea78bcbac886d4de7e80ebc4ddb4c"/></dir><dir name="product"><dir name="list"><file name="upsell.phtml" hash="756ff2039cfe0d5fb7b2b1d8ea909f17"/></dir><file name="list.phtml" hash="b6cf9db1c54ee0d996146591c94e3349"/><file name="new.phtml" hash="7061062e2846aba53047b85210589d60"/><dir name="view"><file name="media.phtml" hash="500740b804fb5ffaff0b71700675bde7"/><file name="tabs.phtml" hash="20bc3be6516a920481e0cf2b59159f4b"/></dir><file name="view.phtml" hash="93132830756ebebe4089d3ae6720574f"/></dir><dir name="seo"><dir name="sitemap"><file name="container.phtml" hash="8742af06e2a9cb267826adbfec149ed8"/></dir><file name="tree.phtml" hash="d5d29992e43f5e00f4659d3b280811fa"/></dir></dir><dir name="catalogsearch"><dir name="advanced"><file name="form.phtml" hash="bfeae525393a81a7cc727c35a4d20925"/></dir><file name="form.mini.phtml" hash="d1b327e6ac6478f99acfc8689333d2fc"/></dir><dir name="checkout"><dir name="cart"><file name="coupon.phtml" hash="d94f0722d596f388300713d1d6079de7"/><file name="crosssell.phtml" hash="692ab9e3f2278d54537ec57aa5a051af"/><dir name="item"><file name="default.phtml" hash="63ea2736da9ee464de72304dc02a1ed7"/></dir><file name="shipping.phtml" hash="601a47653755209128caf41e60be3178"/><file name="sidebar.phtml" hash="f08c78e1a09430764bb090bac3f8af14"/></dir><file name="cart.phtml" hash="e0b2aca4a18004618d31449849b45b40"/></dir><dir name="contacts"><file name="form.phtml" hash="b8ce4c4e99f094f2489fb2ed23860280"/></dir><dir name="customer"><dir name="address"><file name="edit.phtml" hash="1bb4c3b99394b11283393af49fc8838e"/></dir><dir name="form"><file name="address.phtml" hash="a2e512f8b8db494b5aabe0781d773bc9"/><file name="edit.phtml" hash="7733dec24c627b19a70d77e81c88345a"/><file name="forgotpassword.phtml" hash="4ce941d10c6b53e9ea64cbf2cbc4518b"/><file name="login.phtml" hash="43e52e72cb6951991e11a4cd7ef32d15"/><file name="register.phtml" hash="58026820303a50595287aac0df93edba"/></dir></dir><dir name="newsletter"><file name="subscribe.phtml" hash="651454a70e19d20bce06afc246b32354"/></dir><dir name="page"><file name="1column.phtml" hash="24b105a20e71af94818ac444d1ea892b"/><file name="2columns-left.phtml" hash="d80c1c3cff41b619fa743cfbdc98573f"/><file name="2columns-right.phtml" hash="b1bbcfe182cc2e065e1fdc29c31a9c93"/><file name="3columns.phtml" hash="792fa1a43af4f3da1df9603cf428a1f4"/><dir name="html"><file name="breadcrumbs.phtml" hash="f36a226d6e396d394eadfc61221019fd"/><file name="footer.phtml" hash="5e655fc462c35ef52a462740931346de"/><file name="header.phtml" hash="2edbf3ab6b1b9092786a337b5971ddad"/><file name="topmenu.phtml" hash="e575b8158a11a5702dc24a7c9f4da623"/></dir></dir><dir name="reports"><file name="home_product_compared.phtml" hash="71a07d4202f25c0c342046300b6b8cd8"/><file name="home_product_viewed.phtml" hash="395c144d5a5f9f59f7730772785524c1"/></dir><dir name="review"><dir name="product"><dir name="view"><file name="list.phtml" hash="b259b160e6bb92a350e5daf1c929d1eb"/></dir></dir></dir><dir name="sales"><dir name="order"><file name="view.phtml" hash="7487c1441dc8b5b3b8da3472a2f5347a"/></dir></dir><dir name="wishlist"><file name="sharing.phtml" hash="cf347a5520c86c0bdd22c78e9b200681"/></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="mobile_store_black"><dir name="css"><file name="print.css" hash="df224cf14394b5a84a8993688946cd6b"/><file name="styles-ie.css" hash="63e1c7356c0f2ab96e3f7ddaca73b759"/><file name="styles.css" hash="ac33f482b2db3cecc34d2571a8496a37"/></dir><dir name="images"><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_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_rating.gif" hash="23132e00f4c323cc6e809c7be007afa3"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="de55fe82790bf43d834a490eefe89725"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><dir name="catalog"><dir name="product"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="grid-cal.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="i_arrow-top.gif" hash="3286520cd097433b65071e481898e7b1"/><file name="i_asc_arrow.gif" hash="691d3d0cd8c875086b4d20bf080e6597"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-cart.gif" hash="bdb1a5852d9e058463ccf9f64be59d68"/><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="04112096db002e11b875a1da8b4dc41f"/><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="cf8bab74446d9a84f5ecbfb3e7dde530"/><file name="i_pager-prev.gif" hash="28ebbe6d005882e061817d85eae3cf60"/><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="1ede2ea7171472f70cbc4082bee7e3fa"/><file name="logo_email.gif" hash="1ede2ea7171472f70cbc4082bee7e3fa"/><file name="logo_print.gif" hash="1ede2ea7171472f70cbc4082bee7e3fa"/><file name="magnifier_handle.gif" hash="aabc2e4a359688a75b1569c8d4969917"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="new"><file name="account_pager.gif" hash="fbb6d2d4d1b03782a9703ba4994a3c97"/><file name="bkg_pipe1.gif" hash="b769bcc9dab9dbfe08b4c8d65b5162c0"/><file name="bkg_rating.gif" hash="498d59ffe97dcca1e98a7018fbadd93e"/><file name="block_cart_bg.gif" hash="a93640da59e0ca0594838cae15ae6fd5"/><file name="block_content_bg.gif" hash="6951406ff37ff42708313eec9ba500e6"/><file name="block_content_bg_left.gif" hash="e124027a1b5ce289d3081362c5f5fa1e"/><file name="block_head_blue_left.gif" hash="b8357c84f26106a058f33c7d8d856b1b"/><file name="block_head_blue_right.gif" hash="efa367abb98bb7aebd7990c25aa6ed32"/><file name="block_head_grey_left.gif" hash="d933d68a346ab4454755daddb53f15a7"/><file name="block_head_grey_right.gif" hash="2c62babe4258c125a12a88e2c2ef3512"/><file name="bread_arrow.gif" hash="ca68ac351653e909f71305f89f7b802c"/><file name="btn_checkout.gif" hash="a62850222ea02b6580df1fe769f2ab53"/><file name="btn_search.gif" hash="d8387ebdf348b499cc23924b5962154c"/><file name="btn_trash.gif" hash="30ee1023f700927273df2306a10797d0"/><file name="button_blue.gif" hash="eb016e8c8fe1d88ed88b18b7e3040517"/><file name="button_grey.gif" hash="9a8246aea9d5a44e32a4d33fec1f608e"/><file name="cart_crossell_bg.gif" hash="be68782291a3b057c34999fbcf5a124b"/><file name="cart_total_bg.gif" hash="51316cfe955e2390279980a7398b8709"/><file name="footer_block_arrw.gif" hash="65b8c2158df46bb248145c073d94fce2"/><file name="footer_block_bg.gif" hash="30e212ff1db73618c3c81f22a3ae2fdd"/><file name="header_bg.gif" hash="c6b8cc911fdfa55b39aa1fc58c498b7b"/><file name="home_link.gif" hash="07a9e61652b8957cae531ea060a52b66"/><file name="i_asc_arrow.gif" hash="abc7f3e65a1a1cc12966bd2b3ba160ba"/><file name="i_desc_arrow.gif" hash="76360a96eb18e59aeed0033261abd7b7"/><file name="i_msg-error.gif" hash="324dd67b01c212b99301a344bd41d8bc"/><file name="i_msg-success.gif" hash="4f5e2bbe209938db97efa5cf65e07b3b"/><file name="i_msg.gif" hash="a08ddd05019b6fee0b32b92e2df87807"/><file name="input_text_bg.gif" hash="8f9b6c954d2743f503d5feb9fabfb44e"/><file name="login_bg.gif" hash="1dab635ca3e9e1a9c41198479f8df098"/><file name="nav_bg.png" hash="77559da664f100bf88779f9bc6a0de92"/><file name="nav_li_active.gif" hash="7a17dc54413c6cd22ccd6121de95cc02"/><file name="nav_li_active.png" hash="8caab2924394c5ca0fb4d1d6c0593302"/><file name="nav_li_bg.gif" hash="10764720a6b5e9f7bf7d41a23491c99e"/><file name="new_prod_arr.jpg" hash="c46321ce74d5da5b15f20e4c9093ca46"/><file name="new_prod_border.gif" hash="0dd793b166f0f4810ad28b08770d3119"/><file name="prod_ess_bg.gif" hash="d83ed548097be166b97a62533dc3bd0b"/><file name="prod_grid_bg.gif" hash="eb729e0a99729e17dee7c2e78711f08f"/><file name="prod_grid_bg2.gif" hash="caf28742f87586d225d3cfda5d25a6f7"/><file name="prod_list_add_tc.gif" hash="d42c5cdee8104eac406ad2a62a18896a"/><file name="prod_list_bg.png" hash="c9776807c0a944f8c2b171c172e974a8"/><file name="prod_list_det.gif" hash="e31ad26352b9055ef6064dd1de8cdc11"/><file name="prod_list_img_bg.png" hash="14063482cb7acc7cde9cf16a6606b666"/><file name="prod_page_img_bg.gif" hash="9b3134dd2b5b6606cc2f2485b22e0067"/><file name="quiq_bg.gif" hash="210e95419e55593ef49fb6dd4bdd8e37"/><file name="search_input_bg.gif" hash="af581d0f4e409f13949c59044fca397d"/><file name="sitemap_pager_bg.gif" hash="2495add19e415975073b898440a98ef7"/><file name="tab_bg.gif" hash="0381723ca409037f4d43e700af5808bd"/><file name="tab_bg_active.gif" hash="1e4f94ffe713561b8d774ae2d254343a"/><file name="tab_bg_new.gif" hash="093f85989163cf5be7e919f8f381909c"/><file name="tool_bar_corners.gif" hash="c2e09f08ecb978f469c30f5581b5af6e"/><file name="validation_advice_bg.gif" hash="d1dc6f3a5a429fac2b52afa8e0581219"/></dir><file name="np_cart_thumb.gif" hash="9c9faad0a9332f90db12f4a2f1fc588f"/><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="5af85eb3075c38a328cec8eebd2c4ddd"/><file name="pager_arrow_left.gif" hash="28ebbe6d005882e061817d85eae3cf60"/><file name="pager_arrow_right.gif" hash="cf8bab74446d9a84f5ecbfb3e7dde530"/><file name="prod_list_bg.png" hash="c9776807c0a944f8c2b171c172e974a8"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="slider_bg.gif" hash="f7208d138cd1b980e1a00088f86bb764"/><file name="slider_btn_zoom_in.gif" hash="1151a37fcca649f4ced9750ed2a122fa"/><file name="slider_btn_zoom_out.gif" hash="e21c7d4a1c055973264e46b8546bbe2c"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><dir name="xmlconnect"><dir name="catalog"><dir name="category"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="tab_account.png" hash="0498d73e47ed47179e5546dc15c17dc7"/><file name="tab_cart.png" hash="9055ba76e256a51d3fee53a8c41d5226"/><file name="tab_home.png" hash="07d0af93e167b9366d3d4fb3d6cdb31c"/><file name="tab_more.png" hash="b9fc21feb8d7655bc9c2985c37b0de2f"/><file name="tab_page.png" hash="ca05dbc42f944b8d4255f6675f6dd93a"/><file name="tab_search.png" hash="25e880eb2a4d06828e2e1c3f32d22400"/><file name="tab_shop.png" hash="fe602fc2e7093efef5ecc0b027a32d91"/></dir></dir></dir><dir name="mobile_store_blue"><dir name="css"><file name="print.css" hash="df224cf14394b5a84a8993688946cd6b"/><file name="styles-ie.css" hash="d7a4f3af70cff11346cdf5ce0f0d14a8"/><file name="styles.css" hash="6c6829370e701eb71eabb26c260397a7"/></dir><dir name="images"><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_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_rating.gif" hash="23132e00f4c323cc6e809c7be007afa3"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="de55fe82790bf43d834a490eefe89725"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><dir name="catalog"><dir name="product"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="grid-cal.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="183d25b3e5f52edcfa9404962ed10253"/><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="e0926c3208c48e3baaafaca3821546f3"/><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="959e2c317204725635f23a42ca214eb3"/><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="fba83ab5653247015303347d63879dd7"/><file name="logo_email.gif" hash="fba83ab5653247015303347d63879dd7"/><file name="logo_print.gif" hash="fba83ab5653247015303347d63879dd7"/><file name="magnifier_handle.gif" hash="c295ca2ddf10542cfa5f59a6a53963b6"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="new"><file name="account_pager.gif" hash="fbb6d2d4d1b03782a9703ba4994a3c97"/><file name="bkg_pipe1.gif" hash="b769bcc9dab9dbfe08b4c8d65b5162c0"/><file name="bkg_rating.gif" hash="498d59ffe97dcca1e98a7018fbadd93e"/><file name="block_cart_bg.gif" hash="64e056c43cfbbcbde3eb8ec13fd9f922"/><file name="block_content_bg.gif" hash="6e1e90dc3e286b470b611262ab929e31"/><file name="block_content_bg_left.gif" hash="c658bbd5f156a963627bd088b253fc0f"/><file name="block_head_blue_left.gif" hash="034a31de3e19329491081eb0b38872f3"/><file name="block_head_blue_right.gif" hash="dc891dda7a5df4070ab394ffd7cb8400"/><file name="block_head_grey_left.gif" hash="663e56b087e76e8d0b07da46667d219f"/><file name="block_head_grey_right.gif" hash="0ff658033f16b0580674e7ea942a564c"/><file name="bread_arrow.gif" hash="ca68ac351653e909f71305f89f7b802c"/><file name="btn_checkout.gif" hash="487b652d68d411a5148354dd7aa144f5"/><file name="btn_search.gif" hash="a02b88ad5d0934ae8078ca5f41abd8c4"/><file name="btn_trash.gif" hash="30ee1023f700927273df2306a10797d0"/><file name="button_blue.gif" hash="c62107db2b9d01f63b008bbd1b48e0c2"/><file name="button_grey.gif" hash="c12cf04af69180a1854b08545b729b5c"/><file name="cart_crossell_bg.gif" hash="c88f3e952c9e66f48b5ea712fa319c97"/><file name="cart_total_bg.gif" hash="3101e735a40aca23aa54eafa0ac4908c"/><file name="footer_block_arrw.gif" hash="9617f9786e6e4f6b705f3ca23968d090"/><file name="footer_block_bg.gif" hash="30e212ff1db73618c3c81f22a3ae2fdd"/><file name="header_bg.gif" hash="2fc65b0e9dd12a180a7a9fe7af932070"/><file name="home_link.gif" hash="3136ce7e587e668e268bd0a5a9ccdd72"/><file name="i_msg-error.gif" hash="324dd67b01c212b99301a344bd41d8bc"/><file name="i_msg-success.gif" hash="4f5e2bbe209938db97efa5cf65e07b3b"/><file name="i_msg.gif" hash="a08ddd05019b6fee0b32b92e2df87807"/><file name="input_text_bg.gif" hash="8f9b6c954d2743f503d5feb9fabfb44e"/><file name="login_bg.gif" hash="71b3e8cc04da16cf6637cc9f4e0f6ed1"/><file name="nav_bg.png" hash="6d435998d088d8064df1a1ca010c67a5"/><file name="nav_li_active.gif" hash="00709d42bd716d63bdf2614c75c5e299"/><file name="nav_li_active.png" hash="8caab2924394c5ca0fb4d1d6c0593302"/><file name="nav_li_bg.gif" hash="70ab2fa58810bfc33f2eee684ccf1d28"/><file name="new_prod_arr.jpg" hash="c46321ce74d5da5b15f20e4c9093ca46"/><file name="new_prod_border.gif" hash="6163926be9ee582e168c885f3c2d5e0f"/><file name="prod_ess_bg.gif" hash="d83ed548097be166b97a62533dc3bd0b"/><file name="prod_grid_bg.gif" hash="0475c8aebd780ec18f06d98714016627"/><file name="prod_grid_bg2.gif" hash="ba59e2622694ba4350ef170f8db5a9dc"/><file name="prod_list_add_tc.gif" hash="f7ef3c6506c39a9e3af7ead0f768b2b6"/><file name="prod_list_bg.png" hash="25d91d8700a2eee0ebb399d04537f736"/><file name="prod_list_det.gif" hash="bd774f7496417065f726593668eb07c7"/><file name="prod_list_img_bg.png" hash="14063482cb7acc7cde9cf16a6606b666"/><file name="prod_page_img_bg.gif" hash="800673859ea7f5cff26f6895b8069f31"/><file name="quiq_bg.gif" hash="a56f61ada2ebd48422c4c29623a7a571"/><file name="search_input_bg.gif" hash="3e455293dc8e10e35f6d2f6775cbb347"/><file name="sitemap_pager_bg.gif" hash="2495add19e415975073b898440a98ef7"/><file name="tab_bg.gif" hash="0381723ca409037f4d43e700af5808bd"/><file name="tab_bg_active.gif" hash="1e4f94ffe713561b8d774ae2d254343a"/><file name="tab_bg_new.gif" hash="98862ded40a3b8a2920d114cac91c923"/><file name="tool_bar_corners.gif" hash="c2e09f08ecb978f469c30f5581b5af6e"/><file name="validation_advice_bg.gif" hash="d1dc6f3a5a429fac2b52afa8e0581219"/></dir><file name="np_cart_thumb.gif" hash="9c9faad0a9332f90db12f4a2f1fc588f"/><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="ccea31fb6df02544a09982322c4963a8"/><file name="pager_arrow_left.gif" hash="959e2c317204725635f23a42ca214eb3"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="slider_bg.gif" hash="f7208d138cd1b980e1a00088f86bb764"/><file name="slider_btn_zoom_in.gif" hash="1151a37fcca649f4ced9750ed2a122fa"/><file name="slider_btn_zoom_out.gif" hash="e21c7d4a1c055973264e46b8546bbe2c"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><dir name="xmlconnect"><dir name="catalog"><dir name="category"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="tab_account.png" hash="0498d73e47ed47179e5546dc15c17dc7"/><file name="tab_cart.png" hash="9055ba76e256a51d3fee53a8c41d5226"/><file name="tab_home.png" hash="07d0af93e167b9366d3d4fb3d6cdb31c"/><file name="tab_more.png" hash="b9fc21feb8d7655bc9c2985c37b0de2f"/><file name="tab_page.png" hash="ca05dbc42f944b8d4255f6675f6dd93a"/><file name="tab_search.png" hash="25e880eb2a4d06828e2e1c3f32d22400"/><file name="tab_shop.png" hash="fe602fc2e7093efef5ecc0b027a32d91"/></dir></dir></dir><dir name="mobile_store_green"><dir name="css"><file name="print.css" hash="df224cf14394b5a84a8993688946cd6b"/><file name="styles-ie.css" hash="60f6cfdb55b48dd11a55c99ea76aecbf"/><file name="styles.css" hash="10fd8a5861b4c74886e13ea4de186d81"/></dir><dir name="images"><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_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_rating.gif" hash="23132e00f4c323cc6e809c7be007afa3"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="de55fe82790bf43d834a490eefe89725"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><dir name="catalog"><dir name="product"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="grid-cal.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="i_arrow-top.gif" hash="9df90fd8fc7a220c4f7574cf0d860a77"/><file name="i_asc_arrow.gif" hash="abc7f3e65a1a1cc12966bd2b3ba160ba"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-cart.gif" hash="bdb1a5852d9e058463ccf9f64be59d68"/><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="76360a96eb18e59aeed0033261abd7b7"/><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="b073bbdd8ae0c409ce45b0c7c4fe07c7"/><file name="i_pager-prev.gif" hash="e2001cc26dbf07d2f21fadb6dbd4b197"/><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="1ede2ea7171472f70cbc4082bee7e3fa"/><file name="logo_email.gif" hash="1ede2ea7171472f70cbc4082bee7e3fa"/><file name="logo_print.gif" hash="1ede2ea7171472f70cbc4082bee7e3fa"/><file name="magnifier_handle.gif" hash="bf1ef3b712d6bfece315cc11180481d5"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="new"><file name="account_pager.gif" hash="fbb6d2d4d1b03782a9703ba4994a3c97"/><file name="bkg_pipe1.gif" hash="b769bcc9dab9dbfe08b4c8d65b5162c0"/><file name="bkg_rating.gif" hash="498d59ffe97dcca1e98a7018fbadd93e"/><file name="block_cart_bg.gif" hash="a93640da59e0ca0594838cae15ae6fd5"/><file name="block_content_bg.gif" hash="6951406ff37ff42708313eec9ba500e6"/><file name="block_content_bg_left.gif" hash="e124027a1b5ce289d3081362c5f5fa1e"/><file name="block_head_blue_left.gif" hash="f09b459667d62306a62a5e8519cadc89"/><file name="block_head_blue_right.gif" hash="1dd36689eabe885c63b62fe99e5eaf27"/><file name="block_head_grey_left.gif" hash="d933d68a346ab4454755daddb53f15a7"/><file name="block_head_grey_right.gif" hash="2c62babe4258c125a12a88e2c2ef3512"/><file name="bread_arrow.gif" hash="ca68ac351653e909f71305f89f7b802c"/><file name="btn_checkout.gif" hash="81d9edd45fd832c923ae2717be31a100"/><file name="btn_search.gif" hash="2e21ec20d2de8d3d8715519ae8fce34e"/><file name="btn_trash.gif" hash="30ee1023f700927273df2306a10797d0"/><file name="button_blue.gif" hash="35cb1691ffb2d2b770ca82385e1c8178"/><file name="button_grey.gif" hash="9a8246aea9d5a44e32a4d33fec1f608e"/><file name="cart_crossell_bg.gif" hash="be68782291a3b057c34999fbcf5a124b"/><file name="cart_total_bg.gif" hash="51316cfe955e2390279980a7398b8709"/><file name="footer_block_arrw.gif" hash="5bbd3de227d6fa857635aaafb181c101"/><file name="footer_block_bg.gif" hash="30e212ff1db73618c3c81f22a3ae2fdd"/><file name="header_bg.gif" hash="b5d8be6dda854c3afe2733a1be99a15b"/><file name="home_link.gif" hash="a170e0337a5a061010b4b415f9553a2b"/><file name="i_asc_arrow.gif" hash="abc7f3e65a1a1cc12966bd2b3ba160ba"/><file name="i_desc_arrow.gif" hash="76360a96eb18e59aeed0033261abd7b7"/><file name="i_msg-error.gif" hash="324dd67b01c212b99301a344bd41d8bc"/><file name="i_msg-success.gif" hash="4f5e2bbe209938db97efa5cf65e07b3b"/><file name="i_msg.gif" hash="a08ddd05019b6fee0b32b92e2df87807"/><file name="input_text_bg.gif" hash="8f9b6c954d2743f503d5feb9fabfb44e"/><file name="login_bg.gif" hash="1dab635ca3e9e1a9c41198479f8df098"/><file name="nav_bg.png" hash="ee65ec1abcfc502c52a3c8b75ad3ca6c"/><file name="nav_li_active.gif" hash="c5d9236e433738191d12e8a78dd1f00f"/><file name="nav_li_active.png" hash="8caab2924394c5ca0fb4d1d6c0593302"/><file name="nav_li_bg.gif" hash="a14077f368eb72d4e9170df93ba21f0e"/><file name="new_prod_arr.jpg" hash="c46321ce74d5da5b15f20e4c9093ca46"/><file name="new_prod_border.gif" hash="0dd793b166f0f4810ad28b08770d3119"/><file name="prod_ess_bg.gif" hash="d83ed548097be166b97a62533dc3bd0b"/><file name="prod_grid_bg.gif" hash="eb729e0a99729e17dee7c2e78711f08f"/><file name="prod_grid_bg2.gif" hash="caf28742f87586d225d3cfda5d25a6f7"/><file name="prod_list_add_tc.gif" hash="d42c5cdee8104eac406ad2a62a18896a"/><file name="prod_list_bg.png" hash="c9776807c0a944f8c2b171c172e974a8"/><file name="prod_list_det.gif" hash="fe29b64bb3ca21c51d74497e996dca52"/><file name="prod_list_img_bg.png" hash="14063482cb7acc7cde9cf16a6606b666"/><file name="prod_page_img_bg.gif" hash="9b3134dd2b5b6606cc2f2485b22e0067"/><file name="quiq_bg.gif" hash="210e95419e55593ef49fb6dd4bdd8e37"/><file name="search_input_bg.gif" hash="af581d0f4e409f13949c59044fca397d"/><file name="sitemap_pager_bg.gif" hash="2495add19e415975073b898440a98ef7"/><file name="tab_bg.gif" hash="0381723ca409037f4d43e700af5808bd"/><file name="tab_bg_active.gif" hash="1e4f94ffe713561b8d774ae2d254343a"/><file name="tab_bg_new.gif" hash="7b9c46c1754dcb18a3db1834edf09ac2"/><file name="tool_bar_corners.gif" hash="c2e09f08ecb978f469c30f5581b5af6e"/><file name="validation_advice_bg.gif" hash="d1dc6f3a5a429fac2b52afa8e0581219"/></dir><file name="np_cart_thumb.gif" hash="9c9faad0a9332f90db12f4a2f1fc588f"/><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="2550a74b6e1e51edd58f1e5adba50374"/><file name="pager_arrow_left.gif" hash="e2001cc26dbf07d2f21fadb6dbd4b197"/><file name="pager_arrow_right.gif" hash="b073bbdd8ae0c409ce45b0c7c4fe07c7"/><file name="prod_list_bg.png" hash="c9776807c0a944f8c2b171c172e974a8"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="slider_bg.gif" hash="f7208d138cd1b980e1a00088f86bb764"/><file name="slider_btn_zoom_in.gif" hash="1151a37fcca649f4ced9750ed2a122fa"/><file name="slider_btn_zoom_out.gif" hash="e21c7d4a1c055973264e46b8546bbe2c"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><dir name="xmlconnect"><dir name="catalog"><dir name="category"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="tab_account.png" hash="0498d73e47ed47179e5546dc15c17dc7"/><file name="tab_cart.png" hash="9055ba76e256a51d3fee53a8c41d5226"/><file name="tab_home.png" hash="07d0af93e167b9366d3d4fb3d6cdb31c"/><file name="tab_more.png" hash="b9fc21feb8d7655bc9c2985c37b0de2f"/><file name="tab_page.png" hash="ca05dbc42f944b8d4255f6675f6dd93a"/><file name="tab_search.png" hash="25e880eb2a4d06828e2e1c3f32d22400"/><file name="tab_shop.png" hash="fe602fc2e7093efef5ecc0b027a32d91"/></dir></dir></dir></dir></dir></target></contents>
16
+ <compatible/>
17
+ <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
18
+ </package>
skin/frontend/default/mobile_store_black/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/default/mobile_store_black/css/styles-ie.css ADDED
@@ -0,0 +1,147 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ #opc-review .sp-methods .input-box { float:left; }
26
+ .product-options{zoom:1;}
27
+ /* IE 6 only */
28
+ .clearfix {zoom:1}
29
+ * html .validation-advice { height:13px; }
30
+ * html .error-msg,
31
+ * html .success-msg,
32
+ * html .note-msg,
33
+ * html .notice-msg { height:24px; }
34
+ * html .main { height:400px; }
35
+ * html .account-login .content { height:240px; }
36
+ .block li.item,
37
+ .block-poll li,
38
+ .opc li.section { vertical-align:top; }
39
+ * html .window-overlay { background:#ccc; filter:alpha(opacity=50); }
40
+
41
+ /* Doubled Margin Fixes */
42
+ .product-view .product-img-box .more-views li,
43
+ .product-view .box-tags .form-add .input-box,
44
+ .sp-methods select.month { display:inline; }
45
+
46
+ /********** < Navigation styles */
47
+ #nav li,
48
+ #nav li a,
49
+ .product-view .product-shop .short-description,
50
+ .product-view .box-description{ zoom:1; }
51
+ #nav li { vertical-align:top; }
52
+ /********** < Navigation styles */
53
+
54
+ select { margin-bottom:1px; }
55
+ input.radio { width:13px; height:13px; }
56
+ input.checkbox { width:13px; height:13px; }
57
+
58
+ button.button span { position:relative; }
59
+ button.btn-checkout { height:40px; }
60
+ .form-list label { position:relative; z-index:0; }
61
+ .form-list label.required em { position:absolute; top:0; right:-8px; }
62
+
63
+ table { face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = 0); }
64
+
65
+ .product-view .product-img-box .zoom.disabled { filter:alpha(opacity=30); }
66
+
67
+ .gift-messages-form { position:relative; zoom:1; }
68
+
69
+ .tool-tip .btn-close a { margin:0; }
70
+
71
+ .product-options dd .time-picker select { margin:0; padding:0; }
72
+ .category-products table,.home_new_products table{zoom:1;}
73
+ /* Clearer */
74
+ .clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
75
+
76
+ /* Clears and hasLayout fixes */
77
+ .header-container,
78
+ .header-container .top-container,
79
+ .header,
80
+ .header .quick-access,
81
+ #nav,
82
+ .main,
83
+ .category-products,
84
+ .footer,
85
+ .footer-container .bottom-container,
86
+ .col-main,
87
+ .col2-set,
88
+ .col3-set,
89
+ .col3-layout .product-options-bottom .price-box,
90
+ .col4-set,
91
+ .messages li,
92
+ .search-autocomplete li,
93
+ .block,
94
+ .block .block-content,
95
+ .block .actions,
96
+ .block li.item,
97
+ .block-poll li,
98
+ .block-poll .label,
99
+ .block-layered-nav .currently li,
100
+ .block-account .block-content li a,
101
+ .mini-products-list .product-details,
102
+ .page-title,
103
+ .rss-title h1,
104
+ .products-grid,
105
+ .products-list li.item,
106
+ .box-account .box-head,
107
+ .dashboard .box .box-title,
108
+ .box-reviews li.item,
109
+ .box-tags li.item,
110
+ .pager,
111
+ .sorter,
112
+ .ratings,
113
+ .add-to-box,
114
+ .add-to-cart,
115
+ .product-essential,
116
+ .product-collateral,
117
+ .product-view .product-img-box .more-views ul,
118
+ .product-view .box-tags .form-add,
119
+ .product-options .options-list li,
120
+ .product-options-bottom,
121
+ .truncated,
122
+ .truncated .truncated_full_value,
123
+ .product-review,
124
+ .cart,
125
+ .cart-collaterals,
126
+ .cart .crosssell li.item,
127
+ .cart .discount,
128
+ .opc .step-title,
129
+ .opc .step,
130
+ .multiple-checkout,
131
+ .sp-methods,
132
+ .checkout-progress,
133
+ .multiple-checkout .place-order,
134
+ .form-list li,
135
+ .form-list .field,
136
+ .group-select li,
137
+ .buttons-set,
138
+ .page-print .print-head,
139
+ .cart-tax-total,
140
+ .advanced-search-summary,
141
+ .advanced-search-summary p,
142
+ .gift-messages-form .item,
143
+ .send-friend .form-list li p,
144
+ .centinel .authentication { zoom:1; }
145
+
146
+ /* Hover Fix */
147
+ iframe.hover-fix { position:absolute; left:-1px; top:-1px; z-index:-1; background:transparent; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
skin/frontend/default/mobile_store_black/css/styles.css ADDED
@@ -0,0 +1,2474 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ html{
30
+ height:100%;
31
+ width:100%;
32
+ }
33
+ body{
34
+ height:100%;
35
+ width:100%;
36
+ }
37
+ .wrapper{
38
+ min-height:100%;
39
+ height:auto !important;
40
+ height:100%;
41
+ }
42
+ body { background:#fff; font:12px/1.55 Arial, Helvetica, sans-serif; color:#515151; text-align:center; }
43
+
44
+ img { border:0; vertical-align:top; }
45
+
46
+ a { color:#eca403; text-decoration:none; }
47
+ a:hover { text-decoration:underline; }
48
+ :focus { outline:0; }
49
+
50
+ /* Headings */
51
+ h1,h2,h3,
52
+ h4,h5,h6 { margin:0 0 5px; line-height:1.35; color:#414141; }
53
+ h1 { font-size:20px; font-weight:normal; }
54
+ h2 { font-size:18px; font-weight:normal; }
55
+ h3 { font-size:16px; font-weight:bold; }
56
+ h4 { font-size:14px; font-weight:bold; }
57
+ h5 { font-size:12px; font-weight:bold; }
58
+ h6 { font-size:11px; font-weight:bold; }
59
+
60
+ /* Forms */
61
+ form { display:inline; }
62
+ fieldset { border:0; }
63
+ legend { display:none; }
64
+
65
+ /* Table */
66
+ table { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
67
+ caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }
68
+
69
+ /* Content */
70
+ p { margin:0 0 10px; }
71
+ strong { font-weight:bold; }
72
+ address { font-style:normal; line-height:1.5; }
73
+ cite { font-style:normal; }
74
+ q,
75
+ blockquote { quotes:none; }
76
+ q:before,
77
+ q:after { content:''; }
78
+ small,big { font-size:1em; }
79
+ /*sup { font-size:1em; vertical-align:top; }*/
80
+
81
+ /* Lists */
82
+ ul,ol { list-style:none; }
83
+
84
+ /* Tools */
85
+ .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; }
86
+ .nobr { white-space:nowrap !important; }
87
+ .wrap { white-space:normal !important; }
88
+ .a-left { text-align:left !important; }
89
+ .a-center { text-align:center !important; }
90
+ .a-right { text-align:right !important; }
91
+ .v-top { vertical-align:top; }
92
+ .v-middle { vertical-align:middle; }
93
+ .f-left,
94
+ .left { float:left !important; }
95
+ .f-right,
96
+ .right { float:right !important; }
97
+ .f-none { float:none !important; }
98
+ .f-fix { float:left; width:100%; }
99
+ .no-display { display:none; }
100
+ .no-margin { margin:0 !important; }
101
+ .no-padding { padding:0 !important; }
102
+ .no-bg { background:none !important; }
103
+ /* ======================================================================================= */
104
+ .home_banner{
105
+ margin-bottom:20px;
106
+ }
107
+ .home_banner img{
108
+ max-width:100%;
109
+ _width:100%;
110
+ }
111
+ #contactForm .buttons-set{
112
+ border:0;
113
+ margin-top:8px;
114
+ width:535px;
115
+ padding-bottom:5px;
116
+ }
117
+ #contactForm .legend{
118
+ margin-left:-26px;
119
+ }
120
+ #contactForm .fieldset{
121
+ padding-left:50px;
122
+ }
123
+ /* Layout ================================================================================ */
124
+ .wrapper { min-width:954px; }
125
+ .page {}
126
+ .page-print { background:#fff; padding:25px 30px; text-align:left; }
127
+ .page-empty { background:#fff; padding:20px; text-align:left; }
128
+ .page-popup { background:#fff; padding:25px 30px; text-align:left; width:auto; height:auto;}
129
+ .main-container { padding-top:35px;}
130
+ .main { width:964px; margin:0 auto; /*min-height:400px;*/ text-align:left; }
131
+
132
+ /* Base Columns */
133
+ .col-left { float:left; width:226px; padding:0 0 1px; }
134
+ .col-main { float:left; width:696px; padding:0 0 1px; }
135
+ .col-right { float:right; width:195px; padding:0 0 1px; }
136
+
137
+ /* 1 Column Layout */
138
+ .col1-layout .col-main { float:none; width:auto; }
139
+
140
+ /* 2 Columns Layout */
141
+ .col2-left-layout .col-main { float:right; }
142
+ .col2-right-layout .col-main {width:695px;}
143
+ .col2-right-layout .col-right {width:242px;}
144
+ /* 3 Columns Layout */
145
+ .col3-layout .col-main { width:455px; margin-left:20px; display:inline; float:right;}
146
+ .col3-layout .col-wrapper { float:left; width:701px; }
147
+ .col3-layout .col-left{width:226px;}
148
+ .col3-layout .col-right{width:242px;}
149
+ /* Content Columns */
150
+ .col2-set .col-1 { float:left; width:48.5%; }
151
+ .col2-set .col-2 { float:right; width:48.5%; }
152
+ .col2-set .col-narrow { width:32%; }
153
+ .col2-set .col-wide { width:65%; }
154
+
155
+ .col3-set .col-1 { float:left; width:32%; }
156
+ .col3-set .col-2 { float:left; width:32%; margin-left:2%; }
157
+ .col3-set .col-3 { float:right; width:32%; }
158
+
159
+ .col4-set .col-1 { float:left; width:23.5%; }
160
+ .col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
161
+ .col4-set .col-3 { float:left; width:23.5%; }
162
+ .col4-set .col-4 { float:right; width:23.5%; }
163
+ /* ======================================================================================= */
164
+
165
+
166
+ /* Global Styles ========================================================================= */
167
+ /* Form Elements */
168
+ input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
169
+ input.input-text,select,textarea { background:#fff; border:1px solid #b6b6b6; color:#7C7C7C; font-size:11px;}
170
+ input.input-text,textarea { padding:2px; background:#fff url(../images/new/input_text_bg.gif) 0 0 repeat-x; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
171
+ select{-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;}
172
+ select { padding:1px; color:#515151;}
173
+ select option { padding-right:10px; }
174
+ select.multiselect option { border-bottom:1px dotted #cdcdcd; padding:2px 5px; }
175
+ select.multiselect option:last-child { border-bottom:0; }
176
+ textarea { overflow:auto; }
177
+ input.radio { margin-right:3px; }
178
+ input.checkbox { margin-right:3px; border-color:#b6b6b6; -moz-border-radius: 1px; -webkit-border-radius: 1px; border-radius: 1px;}
179
+ input.qty { width:36px !important; text-align:center;}
180
+ button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
181
+ button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
182
+ button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
183
+ button.button span { display:block; height:20px; background:url(../images/new/button_blue.gif) 0 0 no-repeat; padding:0 0 0 8px; font:bold 12px/20px Tahoma,Geneva,Kalimati,sans-serif; text-align:center; white-space:nowrap; color:#fff; }
184
+ button.button span span { border:0; padding:0 8px 0 0; background-position:100% 0;}
185
+ button.disabled span { border-color:#bbb !important; background:#bbb !important; }
186
+
187
+ button.btn-checkout span { height:27px; border:0; background:url(../images/new/btn_checkout.gif) 0 0 no-repeat; padding:0 0 0 14px; font:bold 11px/25px Tahoma,Geneva,Kalimati,sans-serif; color:#fff; }
188
+ button.btn-checkout span span { background-position:100% 0; padding:0 14px 0 0;}
189
+ button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
190
+ button.btn-checkout.no-checkout span span { background-position:100% 100%; }
191
+
192
+ p.control input.checkbox,
193
+ p.control input.radio { margin-right:6px; }
194
+ /* Form Highlight */
195
+ /*input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }*/
196
+ /*.highlight { background:#efefef; }*/
197
+ div.advanced-search{
198
+ padding-left:60px;
199
+ }
200
+ div.advanced-search .legend{
201
+ margin-left:-26px;
202
+ }
203
+ .advanced-search .buttons-set{
204
+ border:0;
205
+ margin-top:10px;
206
+ width:492px;
207
+ padding-bottom:8px;
208
+ }
209
+ .new_adress .buttons-set{
210
+ border:0;
211
+ margin-top:10px;
212
+ width:535px;
213
+ }
214
+ /* Form lists */
215
+ /* Grouped fields */
216
+ /*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
217
+ .form-list li { margin:0 0 8px; }
218
+ .form-list li.control label{padding:0;}
219
+ .form-list label { float:left; color:#414141; padding-left:4px; line-height:22px;font-size:11px; font-weight:bold;padding-bottom:2px; position:relative; z-index:0; font-family:Tahoma,Geneva,Kalimati,sans-serif;}
220
+ .form-list label.required {}
221
+ .form-list label.required em { float:right; font-style:normal; color:#ee3108; position:absolute; top:0; right:-8px; font-family:Tahoma,Geneva,Kalimati,sans-serif; font-size:11px;}
222
+ .form-list li.control label { float:none; }
223
+ .form-list li.control input.radio,
224
+ .form-list li.control input.checkbox { margin-right:6px; }
225
+ .form-list li.control .input-box { clear:none; display:inline; width:auto; }
226
+ /*.form-list li.fields { margin-right:-15px; }*/
227
+ .form-list .input-box { display:block; clear:both; width:260px; }
228
+ .form-list .field { float:left; width:275px; }
229
+ .form-list input.input-text { width:254px; }
230
+ .form-list textarea { width:254px; height:10em; }
231
+ .form-list select { width:260px; }
232
+ .form-list li.wide .input-box { width:535px; }
233
+ .form-list li.wide input.input-text { width:529px; }
234
+ .form-list li.wide textarea { width:529px; }
235
+ .form-list li.wide select { width:535px; }
236
+ .form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
237
+ .form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
238
+ .form-list .input-range input.input-text { width:100px; }
239
+ /* Customer */
240
+ .form-list .customer-name-prefix .input-box,
241
+ .form-list .customer-name-suffix .input-box,
242
+ .form-list .customer-name-prefix-suffix .input-box,
243
+ .form-list .customer-name-prefix-middlename .input-box,
244
+ .form-list .customer-name-middlename-suffix .input-box,
245
+ .form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }
246
+
247
+ .form-list .name-prefix { width:65px; }
248
+ .form-list .name-prefix select { width:55px; }
249
+ .form-list .name-prefix input.input-text { width:49px; }
250
+
251
+ .form-list .name-suffix { width:65px; }
252
+ .form-list .name-suffix select { width:55px; }
253
+ .form-list .name-suffix input.input-text { width:49px; }
254
+
255
+ .form-list .name-middlename { width:70px; }
256
+ .form-list .name-middlename input.input-text { width:49px; }
257
+
258
+ .form-list .customer-name-prefix-middlename-suffix .name-firstname,
259
+ .form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
260
+ .form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
261
+ .form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
262
+ .form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
263
+ .form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }
264
+
265
+ .form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
266
+ .form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
267
+ .form-list .customer-name-prefix-suffix .name-firstname input.input-text,
268
+ .form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
269
+
270
+ .form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
271
+ .form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
272
+ .form-list .customer-name-prefix-suffix .name-firstname input.input-text,
273
+ .form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
274
+
275
+ .form-list .customer-name-prefix .name-firstname,
276
+ .form-list .customer-name-middlename .name-firstname { width:210px; }
277
+
278
+ .form-list .customer-name-suffix .name-lastname,
279
+ .form-list .customer-name-middlename .name-firstname,
280
+ .form-list .customer-name-middlename-suffix .name-firstname,
281
+ .form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
282
+
283
+ .form-list .customer-name-prefix .name-firstname input.input-text,
284
+ .form-list .customer-name-suffix .name-lastname input.input-text,
285
+ .form-list .customer-name-middlename .name-firstname input.input-text,
286
+ .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
287
+ .form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
288
+
289
+ .form-list .customer-dob .dob-month,
290
+ .form-list .customer-dob .dob-day,
291
+ .form-list .customer-dob .dob-year { float:left; width:85px; }
292
+ .form-list .customer-dob input.input-text { display:block; width:74px; }
293
+ .form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
294
+ .form-list .customer-dob .dob-day,
295
+ .form-list .customer-dob .dob-month { width:60px; }
296
+ .form-list .customer-dob .dob-day input.input-text,
297
+ .form-list .customer-dob .dob-month input.input-text { width:46px; }
298
+ .form-list .customer-dob .dob-year { width:140px; }
299
+ .form-list .customer-dob .dob-year input.input-text { width:134px; }
300
+
301
+ /* Independent fields */
302
+ /*.form-list li { margin:0 0 8px; }
303
+ .form-list li.fields { margin:0; }
304
+ .form-list .field { display:block; margin:0 0 8px; }
305
+ .form-list li.control {}
306
+ .form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
307
+ .form-list label.required { font-weight:bold; }
308
+ .form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
309
+ .form-list .input-box { float:left; width:260px; }
310
+ .form-list input.input-text,
311
+ .form-list textarea { width:254px; }
312
+ .form-list select { width:260px; }
313
+ .form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
314
+ .form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
315
+ .form-list .input-range input.input-text { width:96px; }*/
316
+ /* Customer */
317
+ /*.form-list .customer-dob .dob-month,
318
+ .form-list .customer-dob .dob-day,
319
+ .form-list .customer-dob .dob-year { float:left; width:85px; }
320
+ .form-list .customer-dob input.input-text { display:block; width:74px; }
321
+ .form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
322
+ .form-list .customer-dob .dob-day,
323
+ .form-list .customer-dob .dob-month { width:60px; }
324
+ .form-list .customer-dob .dob-day input.input-text,
325
+ .form-list .customer-dob .dob-month input.input-text { width:46px; }
326
+ .form-list .customer-dob .dob-year { width:140px; }
327
+ .form-list .customer-dob .dob-year input.input-text { width:134px; }*/
328
+
329
+ .buttons-set { clear:both; margin:2em 0 0; padding:8px 0 0; text-align:right; }
330
+ .buttons-set p.required { margin:0 0 10px; }
331
+ .buttons-set .back-link { float:left; margin:0; }
332
+ .buttons-set button.button { float:right; margin-left:5px; }
333
+
334
+ .buttons-set-order { margin:10px 0 0; }
335
+ .buttons-set-order .please-wait { padding:12px 7px 0 0; }
336
+
337
+ .fieldset { border:1px solid #cdcdcd; background:#fff; padding:22px 25px 12px 33px; margin:28px 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
338
+ .fieldset .legend { float:left; display:inline; border:1px solid #cccccc; font-weight:bold; font-size:11px; line-height:12px;background:#ececec; color:#414141; margin:-33px 0 0 0; padding:3px 13px 5px; position:relative; font-family:Tahoma,Geneva,Kalimati,sans-serif;
339
+ -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;}
340
+
341
+ /* Form Validation */
342
+ .validation-advice { clear:both; min-height:15px; margin:5px 0 0; padding-left:12px; font-size:11px; font-weight:bold; line-height:15px; background:url(../images/new/validation_advice_bg.gif) 2px 2px no-repeat; color:#ee350b; }
343
+ .validation-failed { border:1px dashed #ee350b !important; }
344
+ .validation-passed {}
345
+ p.required { font-size:11px; text-align:right; color:#EB340A; }
346
+ p.reqnew{
347
+ color:#515151;
348
+ font-size:12px;
349
+ }
350
+ p.reqnew span{
351
+ color:#ee3108;
352
+ font:normal 11px Tahoma,Geneva,Kalimati,sans-serif;
353
+ }
354
+ /* Expiration date and CVV number validation fix */
355
+ .v-fix { float:left; }
356
+ .v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }
357
+
358
+ /* Global Messages */
359
+ .success { color:#3d6611; font-weight:bold; }
360
+ .error { color:#df280a; font-weight:bold; }
361
+ .notice { color:#e26703; }
362
+
363
+ .messages,
364
+ .messages ul { list-style:none !important; margin:0; padding:0; }
365
+ .messages { width:100%; overflow:hidden; }
366
+ .messages li { margin:0 0 10px !important; }
367
+ .messages li li { margin:0 0 3px !important; line-height:18px; background:none; border:0;}
368
+ .error-msg,
369
+ .success-msg,
370
+ .note-msg,
371
+ .notice-msg { min-height:24px !important; padding:0 0 0 37px !important; font-size:12px !important; font-weight:bold !important; color:#7c7c7c; background-color:#ecf2f7; border:1px solid #e3e3e3; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
372
+ .error-msg { background:#ecf2f7 url(../images/new/i_msg-error.gif) 12px 13px no-repeat;}
373
+ .success-msg,
374
+ .note-msg,
375
+ .notice-msg { background:#ecf2f7 url(../images/new/i_msg-success.gif) 12px 14px no-repeat;}
376
+ .success-msg ul,
377
+ .error-msg ul,
378
+ .note-msg ul,
379
+ .notice-msg ul{padding-bottom:9px; padding-right:20px;padding-top:12px;}
380
+ p.error-msg,
381
+ p.success-msg,
382
+ p.note-msg,
383
+ p.notice-msg{
384
+ padding:12px 20px 9px 39px !important;
385
+ }
386
+ /* BreadCrumbs */
387
+ .breadcrumbs { font-size:12px; line-height:1.25; margin:0 0 14px; font-family:Tahoma,Geneva,Kalimati,sans-serif;}
388
+ .breadcrumbs li { display:inline; line-height:15px;}
389
+ .breadcrumbs li a{color:#7c7c7c; vertical-align:top;}
390
+ .breadcrumbs li a:hover{text-decoration:underline; color:#eca403;}
391
+ .breadcrumbs li strong { font-weight:normal; color:#7c7c7c; vertical-align:top;}
392
+ .breadcrumbs li span{vertical-align:top;}
393
+ /* Page Heading */
394
+ .page-title { width:100%; overflow:hidden; margin:0 0 25px; background:url("../images/new/new_prod_border.gif") repeat-x scroll 0 100% transparent;}
395
+ .page-title h1,
396
+ .page-title h2 { margin:0;
397
+ color:#515151;
398
+ font-family:Tahoma,Geneva,Kalimati,sans-serif;
399
+ font-size:14px;
400
+ font-weight:bold;
401
+ line-height:19px;
402
+ padding-bottom:4px;
403
+ float:left;
404
+ padding-right:11px;
405
+ background:url("../images/new/new_prod_arr.jpg") no-repeat scroll 100% 9px transparent;
406
+ position:relative;
407
+ }
408
+ .forgot_passwd_page .buttons-set{
409
+ border:0;
410
+ margin-top:8px;
411
+ }
412
+ .account-create .buttons-set{
413
+ border:0;
414
+ width:535px;
415
+ margin-top:8px;
416
+ }
417
+ .page-title .separator { margin:0 3px; }
418
+ .page-title .link-rss { float:right; margin:7px 0 0; }
419
+ .title-buttons { text-align:right; padding-bottom:4px; }
420
+ .title-buttons h1,
421
+ .title-buttons h2,
422
+ .title-buttons h3,
423
+ .title-buttons h4,
424
+ .title-buttons h5,
425
+ .title-buttons h6 { float:left; }
426
+ .block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
427
+ .block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }
428
+ .cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
429
+ .cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }
430
+ .order-items .order-links { text-align:right; }
431
+
432
+ .order-additional { margin:15px 0; }
433
+ .billing-agreements .info-box{ margin:15px 0; }
434
+ .products-list .desc .link-learn { font-size:11px; }
435
+ .subtitle,
436
+ .sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#515151; }
437
+
438
+ /* Pager */
439
+ .pager { font-size:12px; padding:4px 8px; text-align:center; }
440
+ .pager .amount { float:left; margin:0; color:#515151; font-weight:normal;}
441
+ .pager .amount strong{ color:#515151; font-weight:normal; }
442
+ .pager .limiter { float:right; color:#515151;line-height:20px;}
443
+ .pager .limiter label { vertical-align:top; color:#515151; line-height:20px;}
444
+ .pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
445
+ .pager .pages { margin:0 140px; }
446
+ .pager .pages ol { display:inline; }
447
+ .pager .pages li { display:inline; margin:0 2px; }
448
+ .pager .pages .current {}
449
+
450
+ /* Sorter */
451
+ .sorter { font-size:12px; padding:3px 8px; }
452
+ .sorter .view-mode { float:left; margin:0; }
453
+ .sorter .view-mode strong{font-weight:normal; color:#5f5f5f;}
454
+ .sorter .view-mode a{text-decoration:underline; color:#eca403;}
455
+ .sorter .view-mode a:hover{text-decoration:none;}
456
+ .sorter .sort-by { float:right; padding-right:14px; }
457
+ .sorter .sort-by label { vertical-align:top; line-height:20px; }
458
+ .sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
459
+ .sorter .link-feed {}
460
+ .home_new_products .products-grid .product-image{
461
+ border:1px solid #e3e3e3;
462
+ -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
463
+ }
464
+ /* Toolbar */
465
+ .toolbar {font-family:Tahoma,Geneva,Kalimati,sans-serif; font-size:12px; margin-bottom:30px; zoom:1;}
466
+ .toolbar-bottom .toolbar{margin-bottom:0;}
467
+ .toolbar-bottom{margin-top:8px;}
468
+ .toolbar select{border-color:#dadada; color:#a2a2a2;}
469
+ .toolbar .pager { padding:5px 3px 3px 4px; border-bottom:1px dotted #bfbfbf; margin:0 8px;zoom:1;}
470
+ .toolbar .sorter { margin:0 8px;padding:4px 0px 4px 4px; zoom:1;}
471
+ .toolbar-bottom {}
472
+
473
+ /* Data Table */
474
+ .data-table { width:100%; border:1px solid #bdbdbd; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
475
+ .data-table tbody .a-right{text-align:center !important;}
476
+ .data-table .odd { background:#fff; }
477
+ .data-table .even { background:#fff; }
478
+ /*.data-table tr.odd:hover,
479
+ .data-table tr.even:hover { background:#ebf1f6; }*/
480
+ .data-table td.last,
481
+ .data-table th.last { border-right:0; }
482
+ /*.data-table tr.last th,
483
+ .data-table tr.last td { border-bottom:0 !important; }*/
484
+ .data-table th { padding:3px 8px; font-weight:bold; }
485
+ .data-table td { padding:10px; }
486
+ .data-table .new-center{text-align:center; vertical-align:middle;}
487
+ .data-table thead th { font-weight:normal; border-right:1px solid #bdbdbd; border-bottom:1px solid #bdbdbd;padding:7px 24px 6px; color:#515151; white-space:nowrap; vertical-align:middle; font-family:Tahoma,Geneva,Kalimati,sans-serif;}
488
+ .cart-table thead th {border-right:1px solid #e3e3e3;}
489
+ .cart-table thead th:last-child{border-right:0;}
490
+ .data-table thead th.wrap { white-space:normal; }
491
+ .data-table thead th a,
492
+ .data-table thead th a:hover { color:#fff; }
493
+ .data-table thead th { background:#d1d1d1; }
494
+ .data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }
495
+
496
+ .data-table tfoot { border-bottom:1px solid #bdbdbd; }
497
+ .data-table tfoot tr.first td { background:#d1d1d1; }
498
+ .data-table tfoot tr { background-color:#d1d1d1 !important; }
499
+ .data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #bdbdbd; }
500
+ .data-table tfoot strong { font-size:14px;color:#414141; }
501
+ #my-orders-table tfoot tr,#my-orders-table tfoot tr td {background:#ededed !important;}
502
+ #my-orders-table tfoot tr.first td{border-top:1px solid #d9d9d9;}
503
+ .data-table tbody th,
504
+ .data-table tbody td { border-bottom:1px solid #bdbdbd; border-right:1px solid #bdbdbd; }
505
+ /* Bundle products tables */
506
+ .data-table tbody.odd tr { }
507
+ .data-table tbody.even tr { }
508
+ .data-table tbody.odd tr td,
509
+ .data-table tbody.even tr td { border-bottom:0; }
510
+ .data-table tbody.odd tr.border td,
511
+ .data-table tbody.even tr.border td { border-bottom:1px solid #bdbdbd; }
512
+
513
+ .data-table tbody td .option-label { font-weight:bold; font-style:italic; }
514
+ .data-table tbody td .option-value { padding-left:10px; }
515
+
516
+ /* Generic Info Box */
517
+ .info-box { border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
518
+ .info-box h2 { font-weight:bold; font-size:13px; }
519
+
520
+ .info-table th { font-weight:bold; padding:2px 15px 2px 0; }
521
+ .info-table td { padding:2px 0; }
522
+
523
+ /* Shopping cart total summary row expandable to details */
524
+ tr.summary-total { cursor:pointer; }
525
+ tr.summary-total td {}
526
+ 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; }
527
+ tr.show-details .summary-collapse { background-position:0 -52px; }
528
+ tr.show-details td {}
529
+ tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
530
+ tr.summary-details-first td { border-top:1px solid #d2d8db; }
531
+ tr.summary-details-excluded { font-style:italic; }
532
+
533
+ /* Shopping cart tax info */
534
+ .cart-tax-info { display:block; }
535
+ .cart-tax-info,
536
+ .cart-tax-info .cart-price { padding-right:20px; }
537
+ .cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
538
+ .cart-tax-info .price,
539
+ .cart-tax-total .price { display:inline !important; font-weight:normal !important; }
540
+ .cart-tax-total-expanded { background-position:100% -52px; }
541
+
542
+ /* Class: std - styles for admin-controlled content */
543
+ .std .subtitle { padding:0; }
544
+ .std ol.ol { list-style:decimal outside; padding-left:1.5em; }
545
+ .std ul.disc { list-style:none outside; margin:0 0 10px; }
546
+ .std ul.disc li{background:url("../images/new/footer_block_arrw.gif") no-repeat scroll 0 7px transparent;padding-left:8px;}
547
+ .std dl dt { font-weight:bold; }
548
+ .std dl dd { margin:0 0 10px; }
549
+ .std {font-family:Tahoma,Geneva,Kalimati,sans-serif;}
550
+ .std a{
551
+ color:#7c7c7c;
552
+ text-decoration:underline;
553
+ }
554
+ .std a:hover{
555
+ text-decoration:none;
556
+ color:#eca403;
557
+ }
558
+ /*.std ul,
559
+ .std ol,
560
+ .std dl,
561
+ .std p,
562
+ .std address,
563
+ .std blockquote { margin:0 0 1em; padding:0; }
564
+ .std ul { list-style:disc outside; padding-left:1.5em; }
565
+ .std ol { list-style:decimal outside; padding-left:1.5em; }
566
+ .std ul ul { list-style-type:circle; }
567
+ .std ul ul,
568
+ .std ol ol,
569
+ .std ul ol,
570
+ .std ol ul { margin:.5em 0; }
571
+ .std dt { font-weight:bold; }
572
+ .std dd { padding:0 0 0 1.5em; }
573
+ .std blockquote { font-style:italic; padding:0 0 0 1.5em; }
574
+ .std address { font-style:normal; }
575
+ .std b,
576
+ .std strong { font-weight:bold; }
577
+ .std i,
578
+ .std em { font-style:italic; }*/
579
+
580
+ /* Misc */
581
+ .links li { display:inline; }
582
+ .links li.first { padding-left:0 !important; }
583
+ .links li.last { background:none !important; padding-right:0 !important; }
584
+
585
+ .link-cart { font-weight:bold; }
586
+ /*.link-wishlist { color:#dc6809 !important; font-weight:bold; }
587
+ .link-reorder { font-weight:bold; color:#dc6809 !important; }*/
588
+ .link-compare { font-weight:bold; }
589
+ .link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; }
590
+ .link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
591
+ .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; }
592
+ .btn-remove2 { display:block; margin:0 auto; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/new/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
593
+ td.product_image_td a{display:block; border:1px solid #e3e3e3;-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;}
594
+ .separator { margin:0 3px; }
595
+ .cart-price .price{color:#414141; font-weight:bold; font-size:14px;}
596
+ .divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url("../images/new/new_prod_border.gif") repeat-x scroll 0 50% transparent; text-indent:-999em; overflow:hidden; }
597
+ .data-table .product-name a{font-size:12px; color:#414141; font-weight:bold;}
598
+ .cart-table .product-name a{font-size:14px; color:#414141; font-weight:bold;}
599
+ .data-table tbody .product-name,.data-table .item-options{padding-left:14px;}
600
+ #my-reviews-table .product-name a{font-size:12px; font-weight:normal;}
601
+ #my-reviews-table tbody tr.last td{border-bottom:0;}
602
+ /* Noscript Notice */
603
+ .noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
604
+ .noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
605
+ .noscript p { margin:0; }
606
+ #my-orders-table tbody .product-name{font-size:12px; font-weight:normal;}
607
+ /* Demo Notice */
608
+ .demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
609
+ /* ======================================================================================= */
610
+ .clearfix:after {
611
+ content:' ';
612
+ clear:both;
613
+ display:block;
614
+ width:0;
615
+ height:0;
616
+ overflow:hidden;
617
+ font-size:0;
618
+ }
619
+ .search_toplinks{
620
+ background:url(../images/new/quiq_bg.gif) repeat-x 0 0;
621
+ padding-top:10px;
622
+ }
623
+ /* Header ================================================================================ */
624
+ .header-container {border-top:4px solid #1e2f40; min-height:132px; _height:132px;}
625
+ .header { width:964px; margin:0 auto; position:relative; z-index:10; }
626
+ .header h1.logo { float:left; height:88px; padding-top:44px; width:231px; text-decoration:none !important; text-align:left;}
627
+ .header h1.logo img {max-width:100%;}
628
+ .header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
629
+ .header h1.logo { margin:0; }
630
+ .header .quick-access { float:right; width:733px; }
631
+ .header .welcome-msg { margin:0; text-align:right; padding-right:2px; padding-top:23px; color:#2b2b2b; font-size:12px; font-weight:bold; font-family:Tahoma,Geneva,Kalimati,sans-serif; line-height:13px; margin-bottom:19px;}
632
+ .header .form-search {float:right; position:relative;}
633
+ .header .form-search label { display:none;float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
634
+ .header .form-search .search_input_cont{
635
+ float:left;
636
+ display:inline;
637
+ width:135px;
638
+ height:20px;
639
+ padding-top:2px;
640
+ padding-left:20px;
641
+ margin-right:2px;
642
+ background:url(../images/new/search_input_bg.gif) 0 0 no-repeat;
643
+ }
644
+ .header .form-search input.input-text { float:left; border:0; background:none; width:122px; }
645
+ .header .form-search button.button { float:left; width:67px;}
646
+ .header .form-search button.button span { border:0; height:22px; background:url(../images/new/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
647
+ .header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; color:#fff;}
648
+ .header .form-search .search-autocomplete { z-index:999; left:25px !important; top:22px !important; }
649
+ .header .form-search .search-autocomplete ul { border:1px solid #e3e3e3; background-color:#f4f4f4; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
650
+ .header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #e3e3e3; padding:2px 8px 1px 8px; cursor:pointer; }
651
+ .header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
652
+ .header .form-search .search-autocomplete li.odd { }
653
+ .header .form-search .search-autocomplete li.selected { }
654
+ .header .form-language { clear:both; padding:5px 0 0; text-align:right; margin-bottom:9px;}
655
+ .header .form-language label { font-weight:normal; padding-right:5px; color:#4a4a4a; vertical-align:middle; font-family:Tahoma,Geneva,Kalimati,sans-serif; font-size:12px;}
656
+ .header .form-language select { padding:0; }
657
+ .header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
658
+ .header .links { float:left; width:508px;}
659
+ .header .links li { float:left; font-size:11px; background:url(../images/new/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 24px; margin-bottom:10px; }
660
+ .header .links a { color:#373737; font-size:12px; line-height:20px;font-weight:normal; text-decoration:none; font-family:Tahoma,Geneva,Kalimati,sans-serif;}
661
+ .header .links a:hover{text-decoration:underline;}
662
+ .header .links a:active{text-decoration:underline; color:#5f5f5f;}
663
+ .header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
664
+ .header-container .top-container a { font-size:11px; color:#ebbc58; }
665
+
666
+ /********** < Navigation */
667
+ .nav-container { background:url(../images/new/header_bg.gif) repeat-x 0 100%; height:50px; zoom:1;}
668
+ #nav { width:965px; margin:0 auto;font-size:12px; background:url(../images/new/nav_bg.png) 0 0 no-repeat; height:44px;}
669
+ #nav li.home{
670
+ width:58px;
671
+ height:44px;
672
+ }
673
+ #nav li a.home{
674
+ display:block;
675
+ background:url(../images/new/home_link.gif) no-repeat 0 0;
676
+ width:58px;
677
+ height:44px;
678
+ padding:0 !important;
679
+ margin:0 !important;
680
+ }
681
+ #nav li.active a.home,
682
+ #nav li.over a.home{
683
+ background:url(../images/new/home_link.gif) no-repeat 0 -44px;
684
+ }
685
+ /* All Levels */ /* Style consistent throughout all nav levels */
686
+ #nav li.level0{height:44px; background:url(../images/new/nav_li_bg.gif) no-repeat 100% 0;}
687
+ #nav li { position:relative; text-align:left; }
688
+ #nav li.over { z-index:998; }
689
+ #nav a,
690
+ #nav a:hover { }
691
+ #nav li a{
692
+ color:#fff;
693
+ font-weight:bold;
694
+ margin-right:2px;
695
+ height:44px;
696
+ padding:0 20px;
697
+ text-decoration:none;
698
+ display:inline;
699
+ line-height:44px;
700
+ }
701
+ #nav li a:hover{
702
+ background:url(../images/new/nav_li_active.gif) no-repeat 50% 100%;
703
+ color:#fff;
704
+ }
705
+ #nav span { display:block; cursor:pointer; white-space:nowrap; }
706
+ #nav li ul span {white-space:normal; }
707
+ #nav ul li.parent a { }
708
+ #nav ul li.parent li a { }
709
+
710
+ /* 0 Level */
711
+ #nav li { float:left; }
712
+ #nav li.active a { background:#056e04 url(../images/new/nav_li_active.gif) no-repeat 50% 100%; color:#fff; }
713
+ #nav a { float:left; padding:5px 12px 6px 8px; color:#484848; font-weight:bold; }
714
+ #nav li.over a,
715
+ #nav a:hover { }
716
+
717
+ /* 1st Level */
718
+ #nav ul li,
719
+ #nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#fff; }
720
+ #nav ul li.last a{border-bottom:0 !important; }
721
+
722
+ #nav ul a,
723
+ #nav ul a:hover { float:none; padding:0; background:none; }
724
+ #nav ul li a { font-weight:normal !important; }
725
+
726
+ /* 2nd Level */
727
+ #nav ul,
728
+ #nav div { position:absolute; width:111px; top:45px; left:-10000px; border:1px solid #e3e3e3; background:#fff; -moz-border-radius: 0 0 2px 2px; -webkit-border-radius: 0 0 2px 2px; border-radius: 0 0 2px 2px;}
729
+ #nav div ul { position:static; width:auto; border:none; }
730
+
731
+ /* 3rd+ Level */
732
+ #nav ul ul,
733
+ #nav ul div { top:0px;}
734
+
735
+ #nav ul li a { background:none !important; color:#5f5f5f !important; padding-left:18px; font-size:11px; font-family:Tahoma,Geneva,Kalimati,sans-serif; display:block; margin:0 3px; line-height:24px; height:auto; border-bottom:1px solid #f2f2f2; _height:22px;}
736
+ #nav ul li a:hover { color:#fff; background:#f0ac02 !important; padding-left:18px; }
737
+ #nav ul li a:hover span{color:#fff;}
738
+ #nav ul span,
739
+ #nav ul li.last li span { padding:0; }
740
+
741
+ /* Show menu */
742
+ #nav li ul.shown-sub,
743
+ #nav li div.shown-sub { left:-2px; z-index:999; }
744
+ #nav li .shown-sub ul.shown-sub,
745
+ #nav li .shown-sub li div.shown-sub { left:108px; }
746
+ /********** Navigation > */
747
+ /* ======================================================================================= */
748
+
749
+
750
+ /* Sidebar =============================================================================== */
751
+ .block { border:0; margin:0 0 19px; }
752
+ .block .block-title { border-bottom:0; background:#3485ce url(../images/new/block_head_blue_left.gif) 0 0 no-repeat; padding-left:29px;}
753
+ .block .block-title strong { display:block; font:bold 11px/30px Tahoma,Geneva,Kalimati,sans-serif; min-height:31px; color:#fff; background:url(../images/new/block_head_blue_right.gif) 100% 0 no-repeat;}
754
+ .block .block-title strong span {}
755
+ .block .block-title a { text-decoration:none !important; }
756
+ .block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; line-height:16px;}
757
+ .col-right .block .block-content { background:url(../images/new/block_content_bg.gif) 0 100% no-repeat; }
758
+ .col-left .block .block-content { background:url(../images/new/block_content_bg_left.gif) 0 100% no-repeat; }
759
+ .block .block-content li.item { padding:7px 9px; }
760
+ .block .block-content .product-name { color:#6b6b6b; }
761
+ .block #cart-sidebar .product-name {margin-right:16px;}
762
+ .block .block-content .product-name a{color:#6b6b6b;}
763
+ .block .block-content .link-wishlist{color:#6b6b6b;}
764
+ .block .btn-remove,
765
+ .block .btn-edit { float:right; margin:1px 0 2px 5px; }
766
+ .block .actions {padding:6px 9px; text-align:right; }
767
+ .block .actions a { float:left; }
768
+ .block .actions button.button { float:right; }
769
+ .block .empty { margin:0; padding:11px 60px 13px 29px; font-size:12px; color:#515151; font-family:Tahoma,Geneva,Kalimati,sans-serif; line-height:18px;}
770
+
771
+ /*.block li.odd { background-color:#f4f3f3; }
772
+ .block li.even { background-color:#fafafa; }
773
+
774
+ Mini Blocks
775
+ .block-cart,
776
+ .block-wishlist,
777
+ .block-subscribe,
778
+ .block-compare,
779
+ .block-reorder,
780
+ .block-poll,
781
+ .block-viewed,
782
+ .block-compared,
783
+ .block-related,
784
+ .block-tags,
785
+ .block-login { font-size:11px; line-height:1.25; }
786
+ .block-cart .block-title strong,
787
+ .block-wishlist .block-title strong,
788
+ .block-subscribe .block-title strong,
789
+ .block-compare .block-title strong,
790
+ .block-reorder .block-title strong,
791
+ .block-poll .block-title strong,
792
+ .block-viewed .block-title strong,
793
+ .block-compared .block-title strong,
794
+ .block-related .block-title strong,
795
+ .block-tags .block-title strong,
796
+ .block-login .block-title strong { background-position:0 0; background-repeat:no-repeat; padding-left:21px; }
797
+ */
798
+ /* Mini Products List */
799
+ .mini-products-list .product-image { float:left; width:50px; border:1px solid #E3E3E3; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;}
800
+ .mini-products-list .product-details { margin-left:60px; position:relative; margin-top:-4px;}
801
+
802
+ /* Block: Account */
803
+ .block-account { ; }
804
+ .block-account .block-title { }
805
+ .block-account .block-title strong {}
806
+ .block-account .block-content { padding:6px 5px 6px; }
807
+ .block-account .block-content li {border-bottom:1px dotted #d4d4d4; margin-bottom:2px; overflow:hidden; padding:1px 0; color:#414141;}
808
+ .block-account .block-content li a { display:block; margin:2px 5px 2px; color:#414141; text-decoration:none !important; padding:2px 8px 3px; line-height:16px;}
809
+ .block-account .block-content li a:hover { background:#ececec; color:#414141;}
810
+ .block-account .block-content li.last { border-bottom:0; }
811
+ .block-account .block-content li.current { border-bottom:1px dotted #d4d4d4; padding:1px 0; color:#4a4b4b; }
812
+ .block-account .block-content li.current strong{font-weight:normal; display:block; margin:2px 5px 2px; background:#ececec; padding:2px 8px 3px; line-height:16px;}
813
+ .block-account .block-content li.current.last { border-bottom:0; }
814
+
815
+ /* Block: Currency Switcher */
816
+ .block-currency { padding:7px 12px 10px; }
817
+
818
+ /* Block: Layered Navigation */
819
+ .block-layered-nav { border:0; }
820
+ .block-layered-nav .block-title { background:url("../images/new/block_head_grey_left.gif") no-repeat scroll 0 0 transparent;}
821
+ .block-layered-nav .block-title strong{background:url("../images/new/block_head_grey_right.gif") no-repeat scroll 100% 0 transparent; color:#474D52;}
822
+ .block-layered-nav .block-subtitle { padding:3px 9px; color:#515151; font-weight:bold; font-family:Tahoma,Geneva,Kalimati,sans-serif; padding-left:31px; padding-top:9px; padding-bottom:8px;}
823
+ .block-layered-nav .block-content { }
824
+ .block-layered-nav dt { background:#f2f2f2; padding:0 10px 0 22px; font-weight:bold; text-transform:uppercase; margin:0 8px; font-size:11px; color:#737373; font-family:Tahoma,Geneva,Kalimati,sans-serif; line-height:21px;}
825
+ .block-layered-nav dd { padding:7px 8px 7px 30px; }
826
+ .block-layered-nav dd.last { background:none; }
827
+ .block-layered-nav dd ol li{color:#eca403;text-decoration:none;}
828
+ .block-layered-nav .currently li { padding:4px 6px 4px 10px; }
829
+ .block-layered-nav .currently .label { font-weight:bold; padding-left:18px; text-transform:uppercase; }
830
+ .block-layered-nav .currently .btn-remove { margin:3px 0 0; }
831
+ .block-layered-nav .actions { font-size:11px; padding:4px 9px; border:1px solid #e3e3e3; border-width:1px 0; text-align:right; }
832
+ .block-layered-nav .actions a { float:none; }
833
+
834
+ /* Block: Cart */
835
+ .block-cart .block-title { /*border-bottom:0;*/ }
836
+ /*.block-cart .block-title strong { background-image:url(../images/i_block-cart.gif); }*/
837
+ .block-cart .summary { padding:2px 8px 8px; position:relative; z-index:1; }
838
+ .block-cart .amount { margin:0; text-align:center; padding-top:5px;}
839
+ .block-cart .amount a { font-weight:bold; }
840
+ .block-cart .subtotal { margin:5px 0 0; padding:2px 0; text-align:center; }
841
+ .block-cart .subtotal .price { font-weight:bold; }
842
+ .block-cart .actions { border-bottom:1px solid #e3e3e3; }
843
+ .toolbar{
844
+ position:relative;
845
+ background:#ededed;
846
+ border:1px solid #d9d9d9;
847
+ -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
848
+ }
849
+ .toolbar .tbcrn{
850
+ background:url(../images/new/tool_bar_corners.gif) repeat 0 0;
851
+ position:absolute;
852
+ width:4px;
853
+ height:4px;
854
+ display:none;
855
+ overflow:hidden;
856
+ }
857
+ .toolbar .tbcrnlt{
858
+ top:-1px;
859
+ left:-1px;
860
+ }
861
+ .toolbar .tbcrnrt{
862
+ top:-1px;
863
+ left:100%;
864
+ background-position:-4px 0;
865
+ margin-left:-3px;
866
+ }
867
+ .toolbar .tbcrnlb{
868
+ top:100%;
869
+ margin-top:-3px;
870
+ background-position:0 -4px;
871
+ left:-1px;
872
+ }
873
+ .toolbar .tbcrnrb{
874
+ top:100%;
875
+ left:100%;
876
+ background-position:-4px -4px;
877
+ margin-top:-3px;
878
+ margin-left:-3px;
879
+ }
880
+ /* Block: Wishlist */
881
+ /*.block-wishlist .block-title strong { background-image:url(../images/i_block-wishlist.gif); }*/
882
+ .block-wishlist .actions { text-align:right; }
883
+ .block-wishlist .actions a { float:none; }
884
+
885
+ /* Block: Related */
886
+ /*.block-related .block-title strong { background-image:url(../images/i_block-related.gif); background-position:0 1px; }*/
887
+ .block-related input.checkbox { float:left; }
888
+ .block-related .product { margin-left:20px; }
889
+ .block-related .mini-products-list{
890
+ padding-left:20px;
891
+ }
892
+ .block-related p.block-subtitle{
893
+ padding-top:13px;
894
+ padding-left:28px;
895
+ padding-bottom:8px;
896
+ }
897
+ .block-related p.block-subtitle a{
898
+ text-decoration:underline;
899
+ }
900
+ .block-related p.block-subtitle a:hover{
901
+ text-decoration:none;
902
+ }
903
+ /* Block: Compare Products */
904
+ /*.block-compare .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }*/
905
+ .page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; }
906
+ .compare-table { border:0; }
907
+ .compare-table thead tr.first th,
908
+ .compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
909
+ .compare-table .btn-remove { float:right; background-image:url(../images/btn_remove2.gif); width:72px; height:15px; }
910
+ .compare-table tbody th { background:#F4F4F4; color:#5f5f5f;}
911
+ .compare-table tbody th,
912
+ .compare-table tbody td { padding:10px; border:0; border-top:1px solid #e3e3e3; border-left:1px solid #e3e3e3; }
913
+ .compare-table tbody td.last { border-right:1px solid #e3e3e3; }
914
+ .compare-table tbody tr.last th,
915
+ .compare-table tbody tr.last td { border-bottom:1px solid #e3e3e3 !important; }
916
+ .compare-table tr.add-to-row td { text-align:center; }
917
+ .compare-table tr.first td { text-align:center; }
918
+ .compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
919
+ .compare-table tr.first td .product-name a { color:#203548; }
920
+ .compare-table tr.first td .ratings { width:69px; margin:0 auto; }
921
+ .compare-table tr.first td p,
922
+ .compare-table tr.add-to-row td p { margin:0; }
923
+
924
+ /* Block: Recently Viewed */
925
+ /*.block-viewed .block-title strong { background-image:url(../images/i_block-viewed.gif); }*/
926
+
927
+ /* Block: Recently Compared */
928
+ /*.block-compared .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }*/
929
+
930
+ /* Block: Poll */
931
+ /*.block-poll .block-title strong { background-image:url(../images/i_block-poll.gif); }*/
932
+ .block-poll .block-subtitle { font-size:12px; color:#515151; font-family:Tahoma,Geneva,Kalimati,sans-serif; padding:0; font-weight:normal; margin-bottom:11px;}
933
+ .block-poll .block-title{background:url("../images/new/block_head_grey_left.gif") no-repeat scroll 0 0;}
934
+ .block-poll .block-title strong {background:url("../images/new/block_head_grey_right.gif") no-repeat scroll 100% 0 transparent; color:#474d52;}
935
+ .block-poll .block-content{padding:11px 19px 13px 29px;}
936
+ .block-poll label { color:#515151; font-weight:normal; font-family:Tahoma,Geneva,Kalimati,sans-serif;}
937
+ .block-poll input.radio { float:left; margin:1px -18px 0 0; }
938
+ .block-poll .label { display:block; margin-left:18px; line-height:16px;}
939
+ .block-poll li { padding:3px 0; }
940
+ .block-poll li.last{padding-bottom:2px;}
941
+ .block-poll .actions { margin:0; padding-top:0;}
942
+ .block-poll button.button span { background-image:url(../images/new/button_grey.gif); color:#4b4b4b; font-weight:normal; padding-left:10px; font-size:11px;}
943
+ .block-poll button.button span span{padding-left:0; padding-right:10px;}
944
+ .block-poll .answer { font-weight:bold; }
945
+ .block-poll .votes { float:right; margin-left:10px; }
946
+
947
+ /* Block: Tags */
948
+ .block-tags .block-title{background:url("../images/new/block_head_grey_left.gif") no-repeat scroll 0 0;}
949
+ .block-tags .block-title strong {background:url("../images/new/block_head_grey_right.gif") no-repeat scroll 100% 0 transparent; color:#474d52;}
950
+ .block-tags .block-content ul { font-size:12px; padding:13px 16px 7px 30px;}
951
+ .block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
952
+ .block-tags .block-content li { display:inline; padding-right:4px; }
953
+ .block-tags .block-content ul a {color:#515151; font-family:Tahoma,Geneva,Kalimati,sans-serif; }
954
+ .block-tags .actions { text-align:left; padding-left:30px; padding-bottom:12px;}
955
+ .block-tags .actions a { float:none; font-size:11px;}
956
+
957
+ /* Block: Subscribe */
958
+ .block-subscribe .block-content { padding:5px 10px; padding-left:29px; padding-top:9px; padding-bottom:10px; clear:both; overflow:hidden; zoom:1;}
959
+ .block-subscribe .block-title{background:url("../images/new/block_head_grey_left.gif") no-repeat scroll 0 0;}
960
+ .block-subscribe .block-title strong {background:url("../images/new/block_head_grey_right.gif") no-repeat scroll 100% 0 transparent; color:#474d52;}
961
+ .block-subscribe label { font-weight:normal; color:#515151; font-family:Tahoma,Geneva,Kalimati,sans-serif; display:block; padding-bottom:10px;}
962
+ .block-subscribe .input-box{float:left;}
963
+ .block-subscribe input.input-text { display:block; width:140px; margin:1px; margin-right:5px;}
964
+ .block-subscribe .input-box .validation-advice{width:140px;}
965
+ .block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
966
+ .block-subscribe .actions button.button { float:none; }
967
+
968
+
969
+ /* Block: Reorder */
970
+ /*.block-reorder .block-title strong { background-image:url(../images/i_block-list.gif); }*/
971
+ .block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
972
+ .block-reorder .product-name { margin-left:20px; }
973
+ .block-reorder .validation-advice { margin:3px 9px 7px; }
974
+
975
+ /* Block: Banner */
976
+ .block-banner { border:0; }
977
+ .block-banner .block-content { padding:0; text-align:center; background:none !important;}
978
+
979
+ /* Block: Login */
980
+ /*.block-login .block-title strong { background-image:url(../images/i_ma-info.gif); }*/
981
+ .block-login .block-content { padding:5px 10px; }
982
+ .block-login label { font-weight:bold; color:#666; }
983
+ .block-login input.input-text { display:block; width:167px; margin:3px 0; }
984
+ .block-login .actions { background:none; padding:0; margin:3px 0 0; }
985
+ /*.block-login .actions button.button span { border-color:#406a83; background:#618499; }*/
986
+
987
+ /* Paypal */
988
+ .sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
989
+ .sidebar .paypal-logo a { float:none; }
990
+ /* ======================================================================================= */
991
+
992
+
993
+ /* Category Page ========================================================================= */
994
+ .category-title { border:0; margin:0 0 7px; }
995
+ .category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
996
+ .category-image img {}
997
+ .category-description { margin:0 0 10px; }
998
+ .category-products {}
999
+
1000
+ /* View Type: Grid */
1001
+ .products-grid { position:relative;}
1002
+ .products-grid.last { border-bottom:0; margin-right:0;}
1003
+ .products-grid td.item { width:216px; font-family:Tahoma,Geneva,Kalimati,sans-serif;background:url(../images/new/prod_grid_bg.gif) 0 100% no-repeat; padding-right:23px; }
1004
+ .products-grid td.last{padding-right:0;}
1005
+ .products-grid td.item .product_grid_item {background:url(../images/new/prod_grid_bg.gif) 0 0 no-repeat; padding:10px 10px 0; width:196px; margin-bottom:10px;}
1006
+ .products-grid .product-image { display:block; height:135px; margin:0 0 0px; text-align:center;}
1007
+ .products-grid .product-name { min-height:32px; margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548;line-height:16px; _height:32px; }
1008
+ .products-grid .product-name a { color:#5f5f5f;font-size:14px;font-weight:bold; line-height:15px; }
1009
+ .products-grid .price-box { margin:0 0 0; }
1010
+ .products-grid .availability { line-height:21px; }
1011
+ .products-grid .add-to-links{text-align:center;}
1012
+ .products-grid .actions { margin-top:10px; }
1013
+ /*.col2-left-layout .products-grid,
1014
+ .col2-right-layout .products-grid { width:632px; margin:0 auto; }*/
1015
+ .col1-layout .products-grid { width:790px; margin:0 auto; }
1016
+ .cat_desc{
1017
+ margin-bottom:10px;
1018
+ }
1019
+ img.img_arr_bottom{
1020
+ vertical-align:middle;
1021
+ padding:0 7px;
1022
+ }
1023
+ .cat_desc img,
1024
+ .category-image img{
1025
+ max-width:100%;
1026
+ _width:100%;
1027
+ }
1028
+ /* View Type: List */
1029
+ .products-list li.item { background:url(../images/new/prod_list_bg.png) 0 0 no-repeat; padding-left:13px; margin-bottom:25px;font-family:Tahoma,Geneva,Kalimati,sans-serif; height:216px; overflow:hidden;}
1030
+ .products-list li .products-list-item {background:url(../images/new/prod_list_bg.png) 100% 0 no-repeat; padding-right:25px; padding-top:13px; padding-bottom:10px; height:193px;}
1031
+ .products-list li.item.last { margin-bottom:0; }
1032
+ .products-list li p.rating-links a,
1033
+ .products-grid li .ratings .amount a{color:#5f5f5f; font-weight:normal; font-size:11px;}
1034
+ .products-list .product-image { float:left; width:131px; height:182px; margin:0 10px 0 0; background:url(../images/new/prod_list_img_bg.png) 0 0 no-repeat; padding:4px; line-height:182px;}
1035
+ .products-list .product-image img{vertical-align:middle;}
1036
+ .products-list li.item .ratings .rating-box,
1037
+ .products-grid li.item .ratings .rating-box{margin-right:14px;}
1038
+ .products-list .product-shop { float:left; width:267px; position:relative; margin-top:-3px;}
1039
+ .products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
1040
+ .products-list .product-name a { color:#414141;font-size:14px;font-weight:bold; line-height:15px;}
1041
+ .products-list li.item .add-to-links a,
1042
+ .products-grid li.item .add-to-links a{font-weight:normal; color:#5f5f5f; font-size:11px; vertical-align:middle;}
1043
+ .products-list .price-box { margin:3px 13px 5px 0; }
1044
+ .products-list .minimal-price-link{display:none;}
1045
+ .products-list .prod_list_actions button{
1046
+ float:left;
1047
+ }
1048
+ .products-list .prod_list_actions button.btn-cart span{
1049
+ background:url("../images/new/prod_list_add_tc.gif") no-repeat scroll 0 0 transparent;
1050
+ color:#454545;
1051
+ font-size:11px;
1052
+ height:23px;
1053
+ line-height:23px;
1054
+ font-weight:bold;
1055
+ padding-left:22px;
1056
+ font-family:Tahoma,Geneva,Kalimati,sans-serif;
1057
+ }
1058
+ .products-list .prod_list_actions button.btn-cart span span{
1059
+ background-position:100% 0;
1060
+ padding-left:0;
1061
+ padding-right:22px;
1062
+ }
1063
+ .products-list .prod_list_actions button.btn-det span{
1064
+ background:url("../images/new/prod_list_det.gif") no-repeat scroll 0 0 transparent;
1065
+ font-family:Tahoma,Geneva,Kalimati,sans-serif;
1066
+ color:#fff;
1067
+ height:23px;
1068
+ line-height:23px;
1069
+ font-weight:bold;
1070
+ padding-left:22px;
1071
+ font-size:11px;
1072
+ }
1073
+ .products-list .prod_list_actions button.btn-det span span{
1074
+ background-position:100% 0;
1075
+ padding-left:0;
1076
+ padding-right:22px;
1077
+ }
1078
+ .products-grid .prod_grid_actions button{
1079
+ float:left;
1080
+ width:98px;
1081
+ }
1082
+ .products-grid .prod_grid_actions button.btn-cart span{
1083
+ background:url("../images/new/prod_list_add_tc.gif") no-repeat scroll 0 0 transparent;
1084
+ color:#636363;
1085
+ font-size:11px;
1086
+ height:23px;
1087
+ line-height:23px;
1088
+ font-weight:bold;
1089
+ font-family:Tahoma,Geneva,Kalimati,sans-serif;
1090
+ }
1091
+
1092
+ .products-grid .prod_grid_actions button.btn-cart span span{
1093
+ background-position:100% 0;
1094
+ }
1095
+ .products-grid .prod_grid_actions button.btn-det span{
1096
+ background:url("../images/new/prod_list_det.gif") no-repeat scroll 0 0 transparent;
1097
+ font-family:Tahoma,Geneva,Kalimati,sans-serif;
1098
+ color:#fff;
1099
+ height:23px;
1100
+ line-height:23px;
1101
+ font-weight:bold;
1102
+ font-size:11px;
1103
+ }
1104
+ .products-grid .prod_grid_actions button.btn-det span span{
1105
+ background-position:100% 0;
1106
+ }
1107
+ .products-list .availability { float:left; margin:3px 0 0; }
1108
+ .products-list .desc { clear:both; color:#515151; line-height:17px;}
1109
+ .products-list .desc .link-more { font-size:12px; color:#eca403; text-decoration:underline;}
1110
+ .products-list .desc .link-more:hover{text-decoration:none;}
1111
+ .products-list .add-to-links,
1112
+ .products-grid .add-to-links { clear:both; line-height:13px;}
1113
+ .products-list .add-to-links li,
1114
+ .products-grid .add-to-links li { display:inline; }
1115
+ .products-list .add-to-links .separator,
1116
+ .products-grid .add-to-links .separator { display:inline; margin:0 10px; }
1117
+ /* ======================================================================================= */
1118
+
1119
+
1120
+ /* Product View ========================================================================== */
1121
+ /* Rating */
1122
+ .no-rating { margin:0; }
1123
+
1124
+ .ratings { font-size:11px; line-height:1.25; margin:7px 0; }
1125
+ .ratings strong { float:left; margin:1px 3px 0 0; }
1126
+ .ratings .rating-links { margin:0; float:left; line-height:11px;}
1127
+ .ratings .rating-links .separator { margin:0 2px; }
1128
+ .ratings dt {}
1129
+ .ratings dd {}
1130
+ .rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/new/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
1131
+ .rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
1132
+ .ratings .rating-box { float:left; margin-right:3px; }
1133
+ .ratings .amount {}
1134
+
1135
+ .ratings-table th,
1136
+ .ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
1137
+ .ratings-table th { font-weight:bold; padding-right:8px; }
1138
+
1139
+ /* Availability */
1140
+ .availability { margin:0; }
1141
+ .availability span { font-weight:bold; }
1142
+ .availability.in-stock span {}
1143
+ .availability.out-of-stock span { }
1144
+
1145
+ .availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
1146
+ .availability-only span,
1147
+ .availability-only a { border-bottom:1px dashed #751d02; color:#000;}
1148
+ .availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
1149
+ .availability-only .expanded { background-position:100% -15px; }
1150
+ .availability-only strong { color:#be2c00; }
1151
+ .add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
1152
+ .add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
1153
+ .product-view .add-to-cart .paypal-logo { margin:0; }
1154
+ .availability-only-details { margin:0 0 7px; }
1155
+ .availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
1156
+ .availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
1157
+ .availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }
1158
+
1159
+ .product-view .product-shop .availability { font-size:11px; }
1160
+ .product-view .product-shop .availability span { font-weight:normal; }
1161
+
1162
+ /* Email to a Friend */
1163
+ .email-friend { margin:0; }
1164
+
1165
+ /* Alerts */
1166
+ .alert-price { margin:0; font-size:11px; }
1167
+ .alert-stock { margin:0; font-size:11px; }
1168
+
1169
+ /********** < Product Prices */
1170
+ .price { white-space:nowrap !important; }
1171
+
1172
+ .price-box { margin:5px 0; }
1173
+ .price-box .price { font-weight:bold; color:#414141; }
1174
+
1175
+ /* Regular price */
1176
+ .regular-price { color:#414141; }
1177
+ .regular-price .price { font-weight:bold; font-size:14px; color:#414141; }
1178
+ .block .regular-price,
1179
+ .block .regular-price .price { color:#5f5f5f; }
1180
+
1181
+ /* Old price */
1182
+ .old-price { margin:0; }
1183
+ .old-price .price-label { white-space:nowrap; color:#5f5f5f; }
1184
+ .old-price .price { font-weight:bold; color:#414141; text-decoration:line-through; }
1185
+
1186
+ /* Special price */
1187
+ .special-price { margin:0; padding:3px 0; }
1188
+ .special-price .price-label { font-size:14px; font-weight:bold; white-space:nowrap; color:#5f5f5f; }
1189
+ .special-price .price { font-size:14px; font-weight:bold; color:#414141; }
1190
+
1191
+ /* Minimal price (as low as) */
1192
+ .minimal-price { margin:0; }
1193
+ .minimal-price .price-label { font-weight:bold; white-space:nowrap; }
1194
+
1195
+ .minimal-price-link { display:block; }
1196
+ .minimal-price-link .label {}
1197
+ .minimal-price-link .price { font-weight:normal; }
1198
+
1199
+ /* Excluding tax */
1200
+ .price-excluding-tax { display:block; color:#5f5f5f; }
1201
+ .price-excluding-tax .label { white-space:nowrap; color:#5f5f5f; }
1202
+ .price-excluding-tax .price { font-size:14px; font-weight:normal; color:#414141; }
1203
+
1204
+ /* Including tax */
1205
+ .price-including-tax { display:block; color:#5f5f5f; }
1206
+ .price-including-tax .label { white-space:nowrap; color:#5f5f5f; }
1207
+ .price-including-tax .price { font-size:13px; font-weight:bold; color:#414141; }
1208
+
1209
+ /* FPT */
1210
+ .weee { display:block; font-size:11px; color:#444; }
1211
+ .weee .price { font-size:11px; font-weight:normal; }
1212
+
1213
+ /* Excl tax (for order tables) */
1214
+ .price-excl-tax { display:block; }
1215
+ .price-excl-tax .label { display:block; white-space:nowrap; }
1216
+ .price-excl-tax .price { display:block; }
1217
+
1218
+ /* Incl tax (for order tables) */
1219
+ .price-incl-tax { display:block; }
1220
+ .price-incl-tax .label { display:block; white-space:nowrap; }
1221
+ .price-incl-tax .price { display:block; font-weight:bold; }
1222
+
1223
+ /* Price range */
1224
+ .price-from { margin:0; }
1225
+ .price-from .price-label { font-weight:bold; white-space:nowrap; }
1226
+
1227
+ .price-to { margin:0; }
1228
+ .price-to .price-label { font-weight:bold; white-space:nowrap; }
1229
+
1230
+ /* Price notice next to the options */
1231
+ .price-notice { padding-left:10px; color:#5f5f5f; }
1232
+ .price-notice .price { font-weight:bold; color:#2f2f2f; }
1233
+
1234
+ /* Price as configured */
1235
+ .price-as-configured { margin:0; }
1236
+ .price-as-configured .price-label { font-weight:bold; white-space:nowrap; }
1237
+
1238
+ .price-box-bundle { padding:0 0 10px 0; }
1239
+ .price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
1240
+ .price-box-bundle .price { color:#555; }
1241
+ /********** Product Prices > */
1242
+
1243
+ /* Tier Prices */
1244
+ .product-pricing,
1245
+ .tier-prices { margin:10px 0; padding:10px; background-color:#f4f4f4; border:1px solid #e3e3e3; }
1246
+ .tier-prices li { line-height:1.4; background:url(../images/new/footer_block_arrw.gif) no-repeat 0 8px; padding:2px 0 2px 10px; }
1247
+ .tier-prices .benefit { font-style:italic; font-weight:bold; color:#5f5f5f; }
1248
+ .tier-prices .price { font-weight:bold; color:#5f5f5f; }
1249
+
1250
+ .tier-prices-grouped li { padding:2px 0; color:#e26703; }
1251
+ .tier-prices-grouped li .price { font-weight:bold; }
1252
+
1253
+ /* Add to Links */
1254
+ .add-to-links { font-size:11px; margin:5px 0 0; }
1255
+ .add-to-links .separator { display:none; }
1256
+
1257
+ /* Add to Cart */
1258
+ .add-to-cart label { float:left; margin-right:5px; font-weight:normal; color:#5f5f5f; }
1259
+ .add-to-cart .qty { float:left; margin-right:5px; }
1260
+ .add-to-cart button.button { float:left; }
1261
+ .add-to-cart .paypal-logo { clear:left; margin:0; padding:10px 0 0; text-align:right; }
1262
+
1263
+ /* Add to Links + Add to Cart */
1264
+ .add-to-box { margin:10px 0; }
1265
+ .add-to-box .add-to-cart { float:left; }
1266
+ .add-to-box .or { float:left; font-weight:normal; margin:0 7px; color:#5f5f5f; }
1267
+ .add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
1268
+ .add-to-box .add-to-links li { display:block !important; }
1269
+ .add-to-box .add-to-links li .separator { display:none !important; }
1270
+
1271
+
1272
+ .product-essential{padding-bottom:13px; background:url(../images/new/prod_ess_bg.gif) 0 100% repeat-x; margin-bottom:33px;}
1273
+ ul.product-tabs{
1274
+ clear:both;
1275
+ overflow:hidden;
1276
+ height:26px;
1277
+ zoom:1;
1278
+ }
1279
+ ul.product-tabs li{
1280
+ float:left;
1281
+ display:inline;
1282
+ padding-left:20px;
1283
+ margin-right:1px;
1284
+ background:url(../images/new/tab_bg_new.gif) 0 0 repeat;
1285
+ }
1286
+ ul.product-tabs li a{
1287
+ display:block;
1288
+ color:#474d52;
1289
+ padding-top:7px;
1290
+ padding-bottom:7px;
1291
+ line-height:12px;
1292
+ background:url(../images/new/tab_bg_new.gif) 100% 0 repeat;
1293
+ padding-right:20px;
1294
+ font-weight:bold;
1295
+ font-size:11px;
1296
+ text-decoration:none;
1297
+ text-align:center;
1298
+ }
1299
+ ul.product-tabs li.active a{
1300
+ color:#fff;
1301
+ background:url(../images/new/tab_bg_new.gif) 100% -26px repeat;
1302
+ }
1303
+ ul.product-tabs li.active{
1304
+ background:url(../images/new/tab_bg_new.gif) 0 -26px repeat;
1305
+ }
1306
+ .product-tabs-content{
1307
+ border:1px solid #d0d0d0;
1308
+ padding:15px;
1309
+ background:#fff;
1310
+ -moz-border-radius: 0 0 3px 3px; -webkit-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px;
1311
+ }
1312
+ .product-tabs-content h2,
1313
+ .product-tabs-content h3,
1314
+ .product-tabs-content h4{
1315
+ font-size:12px;
1316
+ color:#414141;
1317
+ font-weight:bold;
1318
+ }
1319
+ #review-form .form-list .input-box,
1320
+ #review-form .buttons-set{
1321
+ width:393px;
1322
+ }
1323
+ #review-form .form-list input.input-text,
1324
+ #review-form .form-list textarea{
1325
+ width:387px;
1326
+ }
1327
+ .product-essential h2 { font-size:12px; font-weight:bold; color:#414141; }
1328
+
1329
+ .product-collateral { padding:25px; display:none;}
1330
+ .product-collateral h2 { font-weight:bold; font-size:15px; color:#e26703; border-bottom:1px solid #e5dcc3; padding:0 0 1px; margin:0 0 15px; }
1331
+ .product-collateral .box-collateral { margin:0 0 25px; }
1332
+
1333
+ /* Product Images */
1334
+ .product-view .product-img-box { float:left; width:239px; }
1335
+ .col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
1336
+ .product-view .product-img-box .product-image { margin:0 0 13px; }
1337
+ .product-view {font-family:Tahoma,Geneva,Kalimati,sans-serif;}
1338
+ .product-view .product-img-box .product-image-zoom-wrap{width:233px; height:247px; padding:3px; background:url(../images/new/prod_page_img_bg.gif) 0 0 no-repeat; margin-bottom:3px;}
1339
+ .product-view .product-img-box .product-image-zoom { position:relative; width:233px; height:247px; overflow:hidden; z-index:9; margin:0; line-height:247px;}
1340
+ .product-view .product-img-box .product-image-zoom img { position:absolute; left:3p; top:3px; cursor:move; vertical-align:middle;}
1341
+ .product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 7px; text-align:center; font-family:Tahoma,Geneva,Kalimati,sans-serif; color:#7c7c7c;}
1342
+ .product-view .product-img-box .zoom { position:relative; z-index:9; height:13px; margin:0 auto 13px; padding:0 16px 0; background:url(../images/slider_bg.gif) 0 50% no-repeat; cursor:pointer; }
1343
+ .product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
1344
+ .product-view .product-img-box .zoom #track { position:relative; height:13px; }
1345
+ .product-view .product-img-box .zoom #handle { position:absolute; left:0; top:4px; width:21px; height:5px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat; }
1346
+ .product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:1px; top:0; }
1347
+ .product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:1px; top:0; }
1348
+ .product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; display:none;}
1349
+ .product-view .product-img-box .more-views ul { margin-left:-21px; position:relative; }
1350
+ .product-view .product-img-box .more-views li { float:left; margin:0 0 8px 21px; }
1351
+ .product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; padding:3px 3px 4px 4px; border:1px solid #e5e5e5; overflow:hidden; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
1352
+ div.more-views{padding-top:11px;}
1353
+ .product-image-popup { margin:0 auto; }
1354
+ .product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
1355
+ .product-image-popup .image { display:block; margin:10px 0; }
1356
+ .product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }
1357
+ .email-friend a{font-size:11px;}
1358
+ .product-view .product-shop .ratings a{color:#5f5f5f; font-size:11px;}
1359
+ .product-view .product-shop .ratings .rating-box{margin-right:18px;}
1360
+ /* Product Shop */
1361
+ .product-options dt label.required em { color:#eb340a; margin-left:5px; }
1362
+ .product-view .product-shop .add-to-box{
1363
+ margin:19px 0;
1364
+
1365
+ }
1366
+ .product-view .product-shop h2{margin-bottom:15px;}
1367
+ .product-view .product-shop .ratings{margin-bottom:6px;}
1368
+ .product-view .product-shop { float:right; padding-right:25px; width:410px; position:relative; margin-top:-2px;}
1369
+ .col1-layout .product-view .product-shop { float:right; width:545px; }
1370
+ .col3-layout .product-view .product-shop { float:none; width:auto; }
1371
+ .product-view .product-shop .product-name { margin:0 0 10px; }
1372
+ .product-view .product-shop .product-name h1 { margin:0; font-size:15px; font-weight:bold; color:#414141; line-height:16px;}
1373
+ .product-view .product-shop .availability { margin:6px 0; color:#414141; font-size:11px;}
1374
+ .product-view .product-shop .add-to-cart label{font-weight:normal; color:#414141; font-size:12px; margin-right:7px;}
1375
+ .product-view .product-shop .add-to-cart .qty{margin-right:10px;}
1376
+ .product-view .product-shop .short-description { margin:10px 0; padding:10px 0 0; }
1377
+ .product-view .product-shop .price-box { margin:8px 0 12px; }
1378
+ .product-view .product-shop .add-to-links { margin:0; line-height:11px !important;}
1379
+ .product-view .product-shop .add-to-links { font-size:12px; text-align:right; padding-top:4px;}
1380
+ .product-view .product-shop .add-to-links li,
1381
+ .product-view .product-shop .add-to-links li .separator,
1382
+ .product-view .product-shop .add-to-links li .separator img { display:inline !important; }
1383
+ .product-view .product-shop .add-to-links a { color:#414141 !important; font-weight:normal !important; font-size:11px;}
1384
+ .product-view .product-shop .add-to-box .or{margin:0 15px;}
1385
+ /* Product Options */
1386
+ .product-options { margin:20px 0 0; padding:10px 15px 20px; background-color:#f4f4f4; border:1px solid #e3e3e3; }
1387
+ .product-options dt { padding:10px 0 0; font-weight:normal; }
1388
+ .product-options dt label { font-weight:bold; color:#2f2f2f; }
1389
+ .product-options dt span.required { color:#eb340a; }
1390
+ .product-options dd .qty-holder { display:block; padding:10px 0 0; }
1391
+ .product-options dd .qty-holder label { vertical-align:middle; }
1392
+ .product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
1393
+ .product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e3e3e3; }
1394
+ .product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
1395
+ .product-options dd input.input-text { width:98%; }
1396
+ .product-options dd input.datetime-picker { width:150px; }
1397
+ .product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
1398
+ .product-options dd textarea { width:98%; height:8em; }
1399
+ .product-options dd select { width:99%; }
1400
+ .product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
1401
+ .product-options ul.options-list { margin-right:5px; }
1402
+ .product-options ul.options-list li { line-height:1.5; padding:2px 0; }
1403
+ .product-options ul.options-list input.radio { float:left; margin-top:3px; }
1404
+ .product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
1405
+ .product-options ul.options-list .label { display:block; margin-left:18px; }
1406
+ .product-options ul.options-list label { font-weight:normal; }
1407
+ .product-options ul.validation-failed { padding:0 7px; }
1408
+ .product-options p.note { margin:0; font-size:11px; }
1409
+ .product-options p.required { position:absolute; right:20px; top:20px; }
1410
+
1411
+ .product-options-bottom { background-color:#fff; padding:15px 20px; border:1px solid #e3e3e3; border-top:0; }
1412
+ .product-options-bottom .product-pricing,
1413
+ .product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
1414
+ .product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
1415
+ .product-options-bottom .tier-prices .price,
1416
+ .product-options-bottom .tier-prices .benefit { color:#e26703; }
1417
+ .product-options-bottom .price-box { float:left; margin:0; padding:0; }
1418
+ .col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
1419
+ .product-options-bottom .price-label { float:left; padding-right:5px; }
1420
+ .product-options-bottom .price-tax { float:left; }
1421
+ .product-options-bottom .add-to-cart { float:right; }
1422
+ .product-shop .product-options-bottom { margin:0 0 10px; }
1423
+ .product-shop .product-options-bottom .price-box { /*float:none;*/ margin:0 0 5px; }
1424
+ .product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
1425
+ .product-shop .product-options-bottom .price-tax { float:none; }
1426
+ .product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
1427
+
1428
+ /* Grouped Product */
1429
+ .product-view .grouped-items-table .price-box { margin:0; padding:0; }
1430
+
1431
+ /* Block: Description */
1432
+ .product-view .box-description {}
1433
+
1434
+ /* Block: Additional */
1435
+ .product-view .box-additional .data-table th,
1436
+ .product-view .box-additional .data-table td { line-height:1.25; }
1437
+ .reviews .pager{
1438
+ background:#ededed;
1439
+ border:1px solid #d9d9d9;
1440
+ -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
1441
+ }
1442
+ #customer-reviews .data-table,
1443
+ #customer-reviews .data-table td,
1444
+ #customer-reviews .data-table th{
1445
+ border:0 !important;
1446
+ }
1447
+ #customer-reviews .data-table td,
1448
+ #customer-reviews .data-table th{
1449
+ padding:0;
1450
+ }
1451
+ #customer-reviews .data-table th{
1452
+ color:#414141;
1453
+ }
1454
+ #customer-reviews dl{
1455
+ padding:25px 0 0 2px;
1456
+ }
1457
+ #customer-reviews .title-review{
1458
+ color:#414141;
1459
+ font-weight:bold;
1460
+ font-size:12px;
1461
+ padding-right:18px;
1462
+ }
1463
+ #customer-reviews .author-review span{
1464
+ color:#515151;
1465
+ font-weight:bold;
1466
+ }
1467
+ #customer-reviews .date{
1468
+ color:#414141;
1469
+ }
1470
+ #customer-reviews dl dd{
1471
+ background:url("../images/new/new_prod_border.gif") repeat-x scroll 0 100% transparent;
1472
+ padding-bottom:17px;
1473
+ padding-left:15px;
1474
+ margin-bottom:7px;
1475
+ }
1476
+ #customer-reviews dl dt{
1477
+ padding-bottom:8px;
1478
+ padding-left:15px;
1479
+ }
1480
+ #customer-reviews .wrapper-review{
1481
+ padding-top:7px;
1482
+ }
1483
+ #review-form .form-list{
1484
+ padding-top:10px;
1485
+ }
1486
+ #product-review-table tbody th{
1487
+ color:#414141;
1488
+ text-align:left;
1489
+ vertical-align:middle;
1490
+ }
1491
+ #product-review-table thead th{
1492
+ text-align:center;
1493
+ color:#515151;
1494
+ }
1495
+ #product-review-table thead th:last-child{
1496
+ border-right:0;
1497
+ }
1498
+ #product-review-table tbody td{
1499
+ text-align:center;
1500
+ }
1501
+ #product-review-table tbody tr.last td,
1502
+ #product-review-table tbody tr.last th{
1503
+ border-bottom:0;
1504
+ }
1505
+ .catalogsearch-term-popular .tags-list{
1506
+ margin-bottom:15px;
1507
+ }
1508
+ .catalogsearch-term-popular .page-title{
1509
+ margin-bottom:10px;
1510
+ }
1511
+ /* Block: Upsell */
1512
+ .product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
1513
+ .product-view .box-up-sell .products-grid { width:100%; }
1514
+ .product-view .box-up-sell .products-grid td { width:25%; float:left; display:block; margin-right:32px; margin-bottom:10px; padding:15px 10px 12px; border:1px solid #e5e5e5; margin-right:32px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
1515
+ .product-view .box-up-sell .products-grid td.last{margin-right:0;}
1516
+ .product-view .box-up-sell .products-grid td.td_spacer{width:32px; border:0; padding:0;}
1517
+ /*.product-view .box-up-sell .products-grid td.last,
1518
+ .product-view .box-up-sell .products-grid td.empty { border:0; }*/
1519
+ .product-view .box-up-sell .products-grid td img { }
1520
+ .product-view .box-up-sell .products-grid .price-box {text-align:center;}
1521
+ .product-view .box-up-sell .products-grid .product-image { text-align:center; }
1522
+ .product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
1523
+ .product-view .box-up-sell .products-grid .product-name a{font-size:14px; color:#5f5f5f; font-weight:bold;}
1524
+ .product-view .box-up-sell .products-grid .product-name{line-height:15px; min-height:30px; text-align:center;}
1525
+ /* Block: Tags */
1526
+ .product-view .box-tags { margin:0; }
1527
+ .product-view .box-tags h3 { font-size:13px; }
1528
+ .product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
1529
+ .product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
1530
+ .product-view .box-tags .product-tags li.first { padding-left:0; }
1531
+ .product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
1532
+ .product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; }
1533
+ .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; }
1534
+ .product-view .box-tags .form-add input.input-text { width:299px; }
1535
+ /*.product-view .box-tags .form-add button.button span { border-color:#406a83; background:#618499; }*/
1536
+ .product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }
1537
+ #product-attribute-specs-table tbody td,
1538
+ #product-attribute-specs-table tbody th{padding:10px;}
1539
+ #product-attribute-specs-table tbody tr.last td,
1540
+ #product-attribute-specs-table tbody tr.last th{border-bottom:0;}
1541
+ /* Block: Reviews */
1542
+ .product-view .box-reviews dl { margin:15px 0; }
1543
+ .product-view .box-reviews dt a,
1544
+ .product-view .box-reviews dt span { font-weight:bold; }
1545
+ .product-view .box-reviews dd { margin:0 0 15px; }
1546
+ .product-view .box-reviews dd small { font-style:italic; }
1547
+ .product-view .box-reviews .form-add { margin:15px 0 0; }
1548
+ .product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
1549
+ .product-view .box-reviews .form-add h3 span { font-weight:bold; }
1550
+ .product-view .box-reviews .form-add h4 { font-size:12px; }
1551
+ .product-view .box-reviews .form-add .data-table td { text-align:center; }
1552
+ .product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
1553
+ .product-view .box-reviews .form-add .form-list .input-box { width:360px; }
1554
+ .product-view .box-reviews .form-add .form-list input.input-text,
1555
+ .product-view .box-reviews .form-add .form-list textarea { width:354px; }
1556
+
1557
+ /* Send a Friend */
1558
+ .send-friend .form-list { width:615px; overflow:hidden; }
1559
+ .send-friend .form-list li { margin-right:-15px; }
1560
+ .send-friend .form-list li p { margin:0 15px 0 0; }
1561
+ .send-friend .form-list .field { width:315px; }
1562
+ .send-friend .form-list .input-box { width:300px; }
1563
+ .send-friend .form-list input.input-text,
1564
+ .send-friend .form-list textarea { width:294px; }
1565
+ .send-friend .form-list li.wide .input-box { width:612px; }
1566
+ .send-friend .form-list li.wide textarea { width:609px; }
1567
+ .send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
1568
+ /* ======================================================================================= */
1569
+
1570
+
1571
+ /* Content Styles ================================================================= */
1572
+ .product-name { margin:0; font-size:1em; font-weight:normal; }
1573
+ /*.product-name a { color:#1e7ec8; }*/
1574
+
1575
+ /* Product Tags */
1576
+ .tags-list { display:block; font-size:13px; border:1px solid #d0d0d0; padding:10px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
1577
+ .tags-list li { display:inline !important; margin:0 4px 0 0; }
1578
+ .tags-list li a { }
1579
+
1580
+ /* Advanced Search */
1581
+ .advanced-search .form-list label { padding-right:10px; float:none;}
1582
+ .advanced-search .form-list select{
1583
+ width:492px;
1584
+ }
1585
+ .advanced-search .form-list .input-box,
1586
+ .advanced-search .form-list .input-range { width:492px; }
1587
+ .advanced-search .form-list .input-box input.input-text{width:486px;}
1588
+ .advanced-search-amount { margin:0 0 10px; }
1589
+ .advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
1590
+ .advanced-search-summary ul { float:left; width:49%; }
1591
+ .advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(../images/i_search_criteria.gif) 0 3px no-repeat; }
1592
+ .advanced-search-summary p { clear:both; font-weight:bold; margin:0; }
1593
+
1594
+ /* CMS Home Page */
1595
+ .cms-home .subtitle {}
1596
+ .cms-index-index .subtitle {}
1597
+
1598
+ /* Sitemap */
1599
+ .page-sitemap .pager{border:1px solid #d9d9d9; border-right:0;background:#ededed; padding:7px 8px; margin-top:3px; font-family:Tahoma,Geneva,Kalimati,sans-serif; color:#515151; padding-left:11px;-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
1600
+ .page-sitemap .links { text-align:right; margin:0 0 -38px 200px;border:1px solid #d9d9d9; height:33px; position:relative;background:#ededed; padding-right:11px; border-left:0; line-height:32px;-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
1601
+
1602
+ .page-sitemap .links a { text-decoration:none; position:relative; color:#515151; font-size:12px; font-family:Tahoma,Geneva,Kalimati,sans-serif;}
1603
+ .page-sitemap .links a:hover { text-decoration:underline; }
1604
+ .page-sitemap .sitemap { margin:29px 10px 25px; font-family:Tahoma,Geneva,Kalimati,sans-serif; font-size:12px;}
1605
+ .page-sitemap .sitemap a { color:#515151; }
1606
+ .page-sitemap .sitemap a:hover{
1607
+ color:#eca403;
1608
+ text-decoration:underline;
1609
+ }
1610
+ .page-sitemap .sitemap li { margin:3px 0; }
1611
+ .page-sitemap .sitemap li.level-0 { margin:10px 0 0; }
1612
+
1613
+
1614
+ /* RSS */
1615
+ .rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
1616
+ .rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
1617
+ /* ======================================================================================= */
1618
+
1619
+
1620
+ /* Shopping Cart ========================================================================= */
1621
+ .cart .page-title { border-bottom:0; margin:0 0 12px; }
1622
+ .cart .page-title h1 { margin:5px 0 0; }
1623
+
1624
+ /* Checkout Types */
1625
+ .cart .page-title .checkout-types li { margin:0 0 5px; }
1626
+ .cart .title-buttons .checkout-types { float:right; }
1627
+ .cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
1628
+
1629
+ /* Shopping Cart Table */
1630
+ .cart-table dl.item-options{padding-left:14px;}
1631
+ .cart-table th { padding:2px 10px; }
1632
+ .cart-table td { padding:10px; }
1633
+ .cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
1634
+ .cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
1635
+ .cart-table tfoot td { padding:5px 10px; }
1636
+ .cart-table .btn-continue { float:left; }
1637
+ .cart-table .btn-empty span,
1638
+ .cart-table .btn-continue span,
1639
+ .cart-table .btn-update span { background-image:url("../images/new/button_grey.gif");
1640
+ color:#4B4B4B;
1641
+ font-size:11px;
1642
+ font-family:Tahoma,Geneva,Kalimati,sans-serif;
1643
+ }
1644
+
1645
+ /* Shopping Cart Collateral boxes */
1646
+ .cart .cart-collaterals { padding:24px 0 0; }
1647
+ .cart .cart-collaterals .col2-set { float:left; width:671px; }
1648
+ .cart .cart-collaterals .col2-set .col-2 { width:295px; }
1649
+ .cart .cart-collaterals .col2-set .col-1 {width:353px;}
1650
+ .cart .crosssell { background:url("../images/new/cart_crossell_bg.gif") no-repeat scroll 0 100% transparent; }
1651
+ .cart .crosssell .add-to-links .separator{
1652
+ display:inline;
1653
+ }
1654
+ .cart .crosssell .add-to-links li{
1655
+ float:left;
1656
+ padding-right:3px;
1657
+ }
1658
+ .cart .crosssell #crosssell-products-list{
1659
+ padding-left:29px;
1660
+ padding-top:7px;
1661
+ font-family:Tahoma,Geneva,Kalimati,sans-serif;
1662
+ }
1663
+ .cart .crosssell .product-name{
1664
+ position:relative;
1665
+ }
1666
+ .cart .crosssell .product-name a{
1667
+ font-weight:bold;
1668
+ font-size:14px;
1669
+ }
1670
+ .cart .crosssell .regular-price .price{
1671
+ font-weight:bold;
1672
+ font-size:14px;
1673
+ color:#414141;
1674
+ }
1675
+ .cart .crosssell #crosssell-products-list a{
1676
+ color:#414141;
1677
+ }
1678
+ .cart .crosssell h2 { font-size:13px; font-weight:bold; }
1679
+ .cart .crosssell .product-image { float:left; margin-top:4px; width:104px; height:104px; }
1680
+ .cart .crosssell .product-image img{border:1px solid #e3e3e3; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
1681
+ .cart .crosssell .product-details { margin-left:19px; float:left; width:190px;}
1682
+ .cart .crosssell .product-name { font-weight:bold; }
1683
+ .cart .crosssell li.item { padding:18px 0 12px; }
1684
+ .cart .crosssell .link-compare { font-weight:normal; }
1685
+ .discount-form,
1686
+ .shipping-form{
1687
+ background:url("../images/new/block_cart_bg.gif") no-repeat scroll 0 100% transparent;
1688
+ padding-left:34px;
1689
+ padding-top:21px;
1690
+ font-family:Tahoma,Geneva,Kalimati,sans-serif;
1691
+ padding-bottom:25px;
1692
+ }
1693
+ .shipping-form .form-list label{
1694
+ font-weight:bold;
1695
+ font-size:11px;
1696
+ padding-left:2px;
1697
+ display:block;
1698
+ padding-bottom:4px;
1699
+ }
1700
+ .shipping-form{
1701
+ padding-top:12px;
1702
+ }
1703
+ .shipping-form .form-list li{
1704
+ margin-bottom:9px;
1705
+ }
1706
+ .shipping-form p{
1707
+ padding-left:1px;
1708
+ margin-bottom:7px;
1709
+ }
1710
+ .shipping-form .form-list select{
1711
+ width:226px;
1712
+ }
1713
+ .shipping-form .form-list input.input-text{
1714
+ width:220px;
1715
+ }
1716
+ .discount-form label{
1717
+ color:#515151;
1718
+ padding-left:2px;
1719
+ line-height:19px;
1720
+ font-weight:normal;
1721
+ font-family:Tahoma,Geneva,Kalimati,sans-serif;
1722
+ }
1723
+ /* Discount Codes & Estimate Shipping and Tax Boxes */
1724
+ .cart .discount,
1725
+ .cart .shipping { background:#fff; padding:0; margin:0 0 20px; }
1726
+ .cart .discount h2,
1727
+ .cart .shipping h2,
1728
+ .cart .crosssell h2 { background:url("../images/new/block_head_grey_left.gif") no-repeat scroll 0 0 transparent; padding-left:29px; margin:0;}
1729
+ .cart .discount h2 strong,
1730
+ .cart .shipping h2 strong,
1731
+ .cart .crosssell h2 strong{
1732
+ display:block;
1733
+ font:bold 11px/30px Tahoma,Geneva,Kalimati,sans-serif;
1734
+ min-height:31px;
1735
+ background:url("../images/new/block_head_grey_right.gif") no-repeat scroll 100% 0 transparent;
1736
+ color:#474D52;
1737
+ }
1738
+ /*.cart .discount button span,
1739
+ .cart .shipping button span { border-color:#406a83; background:#618499; }*/
1740
+ .cart .discount .buttons-set,
1741
+ .cart .shipping .buttons-set { margin:8px 0 0; border:0; padding:0; text-align:left; }
1742
+ .cart .discount .buttons-set button.button,
1743
+ .cart .shipping .buttons-set button.button { float:none; margin-left:0; }
1744
+
1745
+ .cart .discount .input-box { margin:11px 0 0; width:260px; }
1746
+ .cart .discount input.input-text { width:220px; }
1747
+
1748
+ .cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url("../images/new/new_prod_border.gif") repeat-x 0 0; margin-right:33px;}
1749
+
1750
+ /* Shopping Cart Totals */
1751
+ .cart .totals { float:right; width:268px; background:url(../images/new/cart_total_bg.gif) 0 0 no-repeat; font-family:Tahoma,Geneva,Kalimati,sans-serif;}
1752
+ .cart .totals .totals_in{ background:url(../images/new/cart_total_bg.gif) 0 100% no-repeat; margin-top:7px;}
1753
+ .cart .totals table { width:100%; margin:7px 0 0; }
1754
+ .cart .totals td { padding:1px 12px 1px 7px; font-size:12px; color:#515151;}
1755
+ .cart .totals tr.last td {}
1756
+ .cart .totals tfoot th { padding:5px 15px 5px 7px; }
1757
+ .cart .totals tfoot td { padding-top:5px; padding-bottom:3px; }
1758
+ .cart .totals tfoot th strong,
1759
+ .cart .totals tfoot td strong { font-size:14px; color:#414141; font-weight:bold;}
1760
+ .cart .totals .checkout-types { font-size:12px; padding:0 13px 2px; text-align:right; }
1761
+ .cart .totals .checkout-types li { clear:both; margin:10px 0 12px; }
1762
+ .cart .totals .checkout-types a{color:#eca403; padding-right:1px;}
1763
+ /* Options Tool Tip */
1764
+ .item-options dt { font-weight:bold; font-style:italic; }
1765
+ .item-options dd { padding-left:10px; margin:0 0 6px; }
1766
+ .truncated { cursor:help; }
1767
+ .truncated a.dots { cursor:help; }
1768
+ .truncated a.details { cursor:help; }
1769
+ .truncated .truncated_full_value { position:relative; z-index:999; }
1770
+ .truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
1771
+ .truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
1772
+ .truncated .show .item-options { top:-20px; left:50%; }
1773
+ .col-left .truncated .show .item-options { left:15px; top:7px; }
1774
+ .col-right .truncated .show .item-options { left:-240px; top:7px; }
1775
+ /* ======================================================================================= */
1776
+ /* Remember Me Popup ===================================================================== */
1777
+ .window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }
1778
+
1779
+ .remember-me label { float:none; margin:0 6px; }
1780
+ .remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
1781
+ .remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
1782
+ .remember-me-popup .remember-me-popup-head { position:relative; }
1783
+ .remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
1784
+ .remember-me-popup .remember-me-popup-body { padding:10px; }
1785
+ .remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
1786
+ /* Remember Me Popup ===================================================================== */
1787
+
1788
+ /* MAP Popup============================================================================== */
1789
+ .cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
1790
+ .map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }
1791
+
1792
+ .map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
1793
+ .map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
1794
+ .map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
1795
+ .map-popup-arrow { background:url(../images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
1796
+ .map-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
1797
+ .map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
1798
+ .map-popup-checkout { display:inline; float:right; text-align:right; }
1799
+ .map-popup-checkout span { display:block; padding-right:30px; }
1800
+ .map-popup-checkout .paypal-logo { margin:0 0 5px; }
1801
+ .map-popup-price .price-box,
1802
+ .map-popup-price .price-box .special-price { margin:0; padding:0; }
1803
+ .map-popup-price { margin:5px 0 0; }
1804
+ .map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
1805
+ .map-popup-only-text { border-top:1px solid #ddd; }
1806
+ /* ======================================================================================= */
1807
+
1808
+ /* Checkout ============================================================================== */
1809
+ /********** < Common Checkout Styles */
1810
+ /* Shipping and Payment methods */
1811
+ .sp-methods { margin:0 0 8px; }
1812
+ .sp-methods dt { margin:13px 0 5px; font-weight:bold; }
1813
+ .sp-methods dd {}
1814
+ .sp-methods dd li { margin:5px 0; }
1815
+ .sp-methods label { font-weight:bold; color:#666; }
1816
+ .sp-methods .price { font-weight:bold; }
1817
+ .sp-methods .form-list { padding-left:20px; }
1818
+ .sp-methods .form-list li { margin:0 0 8px; }
1819
+ .sp-methods select.month { width:154px; margin-right:10px; }
1820
+ .sp-methods select.year { width:96px; }
1821
+ .sp-methods input.cvv { width:3em !important; }
1822
+
1823
+ .sp-methods .checkmo-list li { margin:0 0 5px; }
1824
+ .sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
1825
+ .sp-methods .checkmo-list address { float:left; }
1826
+
1827
+ .sp-methods .centinel-logos a { margin-right:3px; }
1828
+ .sp-methods .centinel-logos img { vertical-align:middle; }
1829
+
1830
+ .please-wait { float:right; }
1831
+ .please-wait img { vertical-align:middle; }
1832
+ .cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }
1833
+ .opc .form-list li.wide .input-box{width:100%; _width:99%;}
1834
+ .opc .form-list li.wide select{width:100%; _width:99%;}
1835
+ /* Tooltip */
1836
+ .tool-tip { border:1px solid #d0d0d0; background:#fff; padding:15px 20px; position:absolute; z-index:9999; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
1837
+ .tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
1838
+ .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; }
1839
+ .tool-tip .tool-tip-content { padding:5px; }
1840
+
1841
+ /* Gift Messages */
1842
+ .gift-messages h3 { font-size:12px; font-weight:bold; color:#ECA403; }
1843
+ .gift-messages p.control { color:#8e8d8b; }
1844
+ .gift-messages-form { position:relative; }
1845
+ .gift-messages-form label { float:none !important; position:static !important; }
1846
+ .gift-messages-form h4 { font-size:12px; font-weight:bold; color:#ECA403; }
1847
+ .gift-messages-form .whole-order { margin:0 0 25px; }
1848
+ .gift-messages-form .item { margin:0 0 10px; }
1849
+ .gift-messages-form .item .product-img-box { float:left; width:75px; }
1850
+ .gift-messages-form .item .product-image { margin:0 0 7px; }
1851
+ .gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
1852
+ .gift-messages-form .item .details { margin-left:90px; }
1853
+ .gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
1854
+ .gift-messages-form .item .details .form-list .field { width:255px; }
1855
+ .gift-messages-form .item .details .form-list .input-box { width:240px; }
1856
+ .gift-messages-form .item .details .form-list input.input-text { width:234px; }
1857
+ .gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
1858
+ .gift-messages-form .item .details .form-list li.wide textarea { width:494px; }
1859
+
1860
+ .gift-message-link { font-size:11px; background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
1861
+ .gift-message-link.expanded { background-position:100% -40px; }
1862
+ .gift-message-row { background:#f2efe9; }
1863
+ .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; }
1864
+
1865
+ /* Checkout Agreements */
1866
+ .checkout-agreements li { margin:30px 0; }
1867
+ .checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
1868
+ .checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
1869
+ .checkout-agreements .agree input.checkbox { margin-right:6px; }
1870
+ .checkout-agreements .agree label { font-weight:bold; color:#666; }
1871
+
1872
+ .opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
1873
+ .opc .checkout-agreements li { margin:20px 0 0; }
1874
+ .opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
1875
+ .opc .checkout-agreements .agree { padding-left:6px; }
1876
+
1877
+ /* Centinel */
1878
+ .centinel {}
1879
+ .centinel .authentication { border:1px solid #ddd; background:#fff; }
1880
+ .centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }
1881
+
1882
+ .opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }
1883
+
1884
+ /* Generic Info Set */
1885
+ .info-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
1886
+ .info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
1887
+ .info-set h3,
1888
+ .info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
1889
+ .info-set h2 a,
1890
+ .info-set h3 a,
1891
+ .info-set h4 a { font-weight:normal; }
1892
+ .info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
1893
+ .info-set h3.legend { margin:0 0 10px; color:#0a263c; }
1894
+ .info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
1895
+ .info-set .box { margin:0 0 15px; }
1896
+ .info-set .box h2 { color:#e26703; }
1897
+ .info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
1898
+ .info-set .data-table .product-name a { font-weight:bold !important; }
1899
+ .info-set .data-table .item-options { margin:5px 0 0; }
1900
+ /********** Common Checkout Styles > */
1901
+
1902
+ /* One Page Checkout */
1903
+ .block-progress { border:0; margin:0; font-family:Tahoma,Geneva,Kalimati,sans-serif;}
1904
+ .block-progress .block-title { background:url("../images/new/block_head_grey_left.gif") no-repeat scroll 0 0 transparent; border-bottom:0; padding-left:29px; }
1905
+ .block-progress .block-title strong { background:url("../images/new/block_head_grey_right.gif") no-repeat scroll 100% 0 transparent; color:#474D52;}
1906
+ .block-progress .block-content { padding-top:1px; background:#fff !important; border:1px solid #d0d0d0; border-top:0; }
1907
+ .block-progress dt { font-size:11px; font-weight:bold; line-height:1.35; background:#f1f1f1; border:1px solid #d0d0d0; border-left:0; border-right:0; margin:1px 0 0; padding:7px 8px 8px 28px; color:#626262; }
1908
+ .block-progress dt:last-child{border-bottom:0;}
1909
+ .block-progress dd { background:#fff; padding:6px 13px 6px 28px; margin:0 0 1px; }
1910
+ /*.block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }*/
1911
+ .block-progress dd.complete {}
1912
+ .block-progress p { margin:0; }
1913
+
1914
+ .opc .buttons-set { margin-top:0; padding-top:1em; }
1915
+ .opc .buttons-set p.required { margin:0; padding:0 0 10px; }
1916
+ .opc .buttons-set .back-link small { display:none; }
1917
+ .opc .buttons-set .back-link a { background:url(../images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
1918
+ .opc .buttons-set.disabled button.button { display:none; }
1919
+ .opc .buttons-set .please-wait { height:21px; line-height:21px; }
1920
+ .opc .ul { list-style:disc outside; padding-left:18px; }
1921
+
1922
+ .opc { position:relative; font-family:Tahoma,Geneva,Kalimati,sans-serif; border:1px solid #bbbbbb; border-top:0; border-bottom:0; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
1923
+ .opc li.section {}
1924
+
1925
+ .opc .step-title { border-width:1px; border-style:solid; border-color:#d2d2d2; background:#f1f1f1; padding:6px 8px 6px 27px; text-align:right; margin-bottom:1px; border-left:0; border-right:0;}
1926
+ .opc .step-title .number { float:left; background:#fafafa; border:1px solid #ccc; padding:0 4px 2px 5px; margin:0 8px 0 0; font:normal 12px/14px arial, helvetica, sans-serif; font-family:Tahoma,Geneva,Kalimati,sans-serif; color:#6e6e6e; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;}
1927
+ .opc .step-title h2 { float:left; margin:0; font:bold 12px/16px Arial, Helvetica, sans-serif; color:#626262; font-family:Tahoma,Geneva,Kalimati,sans-serif;}
1928
+ .opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }
1929
+
1930
+ .opc .allow .step-title { cursor:pointer; }
1931
+ /*.opc .allow .step-title .number { background:#dbe6eb; border-color:#dbe6eb; color:#a4b3b9; }*/
1932
+ .opc .allow .step-title h2 { color:#626262; }
1933
+ /*.opc .allow .step-title a { display:block; }*/
1934
+ .opc #checkout-review-table {border-left:0; border-right:0; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px;}
1935
+ .opc #checkout-review-table th:last-child{border-right:0;}
1936
+ .opc .active .step-title { background:#bbb; border:1px solid #bbbbbb; padding-bottom:5px; color:#414141; cursor:default; border-left:0; border-right:0;}
1937
+ /*.opc .active .step-title .number { background:#f18200; border-color:#f19900; color:#fff; }*/
1938
+ .opc .active .step-title h2 { color:#414141; }
1939
+ /*.opc .active .step-title a { display:none; }*/
1940
+
1941
+ .opc .step { border:1px solid #e5e5e5; border-top:0; border-bottom:0; background:#fff; padding:15px 28px; position:relative; border-left:0; border-right:0;}
1942
+ .opc .step .tool-tip { right:30px; }
1943
+
1944
+ #opc-login .buttons-set { border-top:0; }
1945
+ #opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
1946
+ #opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }
1947
+
1948
+ #opc-shipping_method .buttons-set { border-top:0; }
1949
+ .opc .gift-messages-form { margin:0 -30px; background:#fff; border:1px solid #e5e5e5; border-width:1px 0; padding:22px 24px 22px 30px; }
1950
+ .opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }
1951
+
1952
+ #opc-review .step { border:0; padding:0; }
1953
+ #opc-review .product-name { font-weight:bold; color:#414141; }
1954
+ #opc-review .item-options { margin:5px 0 0; padding-left:14px;}
1955
+ #opc-review .buttons-set { padding:20px 30px; border:1px solid #bbbbbb; border-width:0 0 1px; padding-right:5px;}
1956
+ #opc-review .buttons-set p { margin:0; line-height:40px; }
1957
+ #opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
1958
+
1959
+ /* Multiple Addresses Checkout */
1960
+ .checkout-progress { padding:0 90px; margin:0 0 20px; }
1961
+ .checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #7C7C7C; padding:2px 0 0; font-weight:bold; text-align:center; color:#7C7C7C; }
1962
+ .checkout-progress li.active { border-top-color:#ECA403; color:#ECA403; }
1963
+
1964
+ .multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
1965
+ .multiple-checkout h3,
1966
+ .multiple-checkout h4 { font-size:13px; font-weight:bold; }
1967
+ .multiple-checkout h2 a,
1968
+ .multiple-checkout h3 a,
1969
+ .multiple-checkout h4 a { font-weight:normal; }
1970
+ .multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
1971
+ .multiple-checkout .data-table .product-name a { font-weight:bold !important; }
1972
+ .multiple-checkout .data-table .item-options { margin:5px 0 0; }
1973
+
1974
+ .multiple-checkout .gift-messages { margin:15px 0 0; }
1975
+
1976
+ .multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }
1977
+
1978
+ .multiple-checkout .col2-set,
1979
+ .multiple-checkout .col3-set { background:#fff; border:1px solid #E3E3E3; margin:0 0 25px; padding:20px; }
1980
+ .multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#F4F4F4; border-bottom:1px solid #E3E3E3; position:relative; }
1981
+ .multiple-checkout .col2-set h3.legend { margin:0 0 10px; }
1982
+ .multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
1983
+ .multiple-checkout .box { margin:0 0 15px; }
1984
+ /*.multiple-checkout .box h2 { color:#e26703; }*/
1985
+
1986
+ .multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
1987
+ .multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; overflow:hidden; }
1988
+ .multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; }
1989
+ .multiple-checkout .place-order .grand-total .inner div { display:inline; }
1990
+ .multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
1991
+ .multiple-checkout .place-order .grand-total .price { color:#5f5f5f; }
1992
+ .multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
1993
+ .multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }
1994
+
1995
+ /* Step 1 */
1996
+ /*.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }*/
1997
+ #multiship-addresses-table td { padding:10px; }
1998
+ #multiship-addresses-table tfoot td { padding:5px 10px; }
1999
+ /*#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }*/
2000
+
2001
+ /* Step 2 */
2002
+ .multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
2003
+ .multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
2004
+ .multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
2005
+ .multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
2006
+ .multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
2007
+ .multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
2008
+ .multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
2009
+ .checkout-multishipping-shipping .box-sp-methods { border:1px solid #e3e3e3; background:#f4f4f4; padding:13px; position:relative; }
2010
+ .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; display:none;}
2011
+
2012
+ /* Step 3 */
2013
+ .checkout-multishipping-billing .multiple-checkout { position:relative; }
2014
+ /* ======================================================================================= */
2015
+
2016
+ .account-login .col2-set .col-1,
2017
+ .account-login .col2-set .col-2{
2018
+ width:473px;
2019
+ }
2020
+ /*
2021
+ .account-login .registered-users button#send2{
2022
+ float:left;
2023
+ display:inline;
2024
+ margin-left:82px;
2025
+ }*/
2026
+ .account-login p.reqnew{
2027
+ width:259px;
2028
+ margin:0;
2029
+ }
2030
+ /* Account Login/Create Pages ============================================================ */
2031
+ .account-login .content { min-height:230px; padding:23px 51px 0; background:url(../images/new/login_bg.gif) 0 0 no-repeat;font-family:Tahoma,Geneva,Kalimati,sans-serif; overflow:hidden; _height:230px;}
2032
+ .account-login .content h2 { font-weight:bold; font-size:12px; margin:0 0 7px; padding:0 0 5px 0px; color:#414141; font-family:Tahoma,Geneva,Kalimati,sans-serif;}
2033
+ /*.account-login .new-users h2 { background-image:url(../images/i_page1.gif)}
2034
+ .account-login .registered-users h2 { background-image:url(../images/i_page2.gif); }
2035
+ */
2036
+ .account-login .buttons-set { border:0; margin:0; padding:0px 66px 26px; background:url(../images/new/login_bg.gif) 0 100% no-repeat;}
2037
+ .account-login .registered-users .buttons-set{padding-left:50px;}
2038
+ .account-create {}
2039
+ /* Account Login/Create Pages ============================================================ */
2040
+
2041
+
2042
+ /* My Account ============================================================================= */
2043
+ .my-account .title-buttons .link-rss { float:none; margin:0; }
2044
+ .account_info .buttons-set{
2045
+ border:0;
2046
+ margin-top:0;
2047
+ padding-top:0;
2048
+ width:535px;
2049
+ }
2050
+ .account_info .fieldset{
2051
+ padding-left:60px;
2052
+ padding-top:32px;
2053
+ }
2054
+ .account_info .legend{
2055
+ margin-left:-22px;
2056
+ margin-top:-45px;
2057
+ padding:3px 22px 5px;
2058
+ }
2059
+ /********** < Dashboard */
2060
+ .dashboard .welcome-msg { margin:0 8em 1.5em 0; }
2061
+ .dashboard .welcome-msg p { margin:0; }
2062
+ .dashboard .welcome-msg p.hello {color:#414141;}
2063
+ .dashboard .col2-set { margin:0 0 31px; }
2064
+
2065
+ /* General Box */
2066
+ .box-account { padding:17px 32px 2px 25px; background:#fff;margin: 0 0 20px; border:1px solid #cdcdcd; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
2067
+ .box-account .box-head { margin:0 0 28px; text-align:right; }
2068
+ .box-account .box-head h2 { float:left; margin:0; font-size:12px; font-weight:bold; color:#414141; font-family:Tahoma,Geneva,Kalimati,sans-serif;}
2069
+ .my-account .box-info .col2-set .col-1{
2070
+ width:298px;
2071
+ }
2072
+ .my-account .box-info .col2-set .col-2{
2073
+ width:288px;
2074
+ }
2075
+ .dashboard .box .box-title { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 3px; margin:0 0 12px; text-align:right; }
2076
+ .dashboard .box .box-title h3,
2077
+ .dashboard .box .box-title h4 { float:left; font-size:12px; font-weight:normal; margin:0; color:#515151;}
2078
+ .my-account{font-family:Tahoma,Geneva,Kalimati,sans-serif;}
2079
+ /* Block: Recent Orders */
2080
+ /*.dashboard .box-recent .box-head h2 { background-image:url(../images/i_folder-table.gif); }*/
2081
+ .box-recent{padding-bottom:20px;}
2082
+ /* Block: Account Information */
2083
+ .dashboard .box-info h4 { font-size:11px; font-weight:normal; text-transform:uppercase; color:#414141;}
2084
+ #my-orders-table tr.last td{border-bottom:0 !important;}
2085
+ /* Block: Reviews */
2086
+ .my-account .pager{
2087
+ background:#ededed;
2088
+ border:1px solid #d9d9d9;
2089
+ margin-bottom:9px;
2090
+ margin-top:9px;
2091
+ padding:5px 8px 4px;
2092
+ -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
2093
+ }
2094
+ .dashboard .box-reviews{padding-bottom:20px;}
2095
+ .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:#5F5F5F; }
2096
+ .dashboard .box-reviews .details { margin-left:20px; }
2097
+ .dashboard .box-reviews li.item { margin:0 0 7px; }
2098
+ .dashboard .box-reviews li.item.last { margin:0; }
2099
+ .dashboard .box-reviews .ratings { margin:7px 0 0; }
2100
+
2101
+ /* Block: Tags */
2102
+
2103
+ .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:#5F5F5F; }
2104
+ .dashboard .box-tags{padding-bottom:20px;}
2105
+ .dashboard .box-tags .details { margin-left:20px; }
2106
+ .dashboard .box-tags li.item { margin:0 0 7px; }
2107
+ .dashboard .box-tags li.item.last { margin:0; }
2108
+ .dashboard .box-tags .tags strong,
2109
+ .dashboard .box-tags .tags ul,
2110
+ .dashboard .box-tags .tags ul li { display:inline; }
2111
+ /********** Dashboard > */
2112
+
2113
+ /* Address Book */
2114
+ .addresses-list h2 { font-weight:bold; font-size:12px; color:#414141; text-transform:uppercase; }
2115
+ .addresses-list h3 { font-weight:bold; font-size:12px; color:#515151;}
2116
+ .addresses-list address { margin:0 0 3px; }
2117
+ .addresses-list p { margin:0; }
2118
+ .addresses-list a { font-weight:normal; }
2119
+ .addresses-list .link-remove { }
2120
+ .addresses-list .separator { margin:0 3px; }
2121
+ .addresses-list li.item { border:1px solid #cdcdcd; padding:10px 13px; margin:0 0 10px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
2122
+ .addresses-list li.empty { background:none; border:0; padding:0; }
2123
+ .addresses-list li.empty p { font-weight:normal; }
2124
+ .addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }
2125
+
2126
+ /* Order View */
2127
+ .order-info { background:#ededed; border:1px solid #d9d9d9; padding:6px 14px; margin:0 0 8px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
2128
+ .order-info dt,
2129
+ .order-info dd,
2130
+ .order-info ul,
2131
+ .order-info li { display:inline; }
2132
+ .order-info .current { font-weight:bold; }
2133
+ .order-info li { margin:0 3px; }
2134
+
2135
+ .order-date { margin:10px 0 12px 15px; }
2136
+
2137
+ .order-info-box { background:#fff; border:1px solid #cdcdcd; padding:14px 15px; margin:0 0 18px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
2138
+ .order-info-box h2 { font-weight:bold; font-size:12px; color:#414141; margin-bottom:14px;}
2139
+ .order-info-box .box-payment p { margin:0 0 3px; }
2140
+ .order-info-box .box-payment th { font-weight:bold; padding-right:7px; }
2141
+
2142
+ .order-items { width:100%; overflow-x:auto; }
2143
+ .order-items h2,
2144
+ .order-items h3 { font-weight:bold; font-size:12px; color:#414141 padding-left:15px; margin-bottom:19px; margin-top:2px;}
2145
+ .order-items .product-name { padding:0; margin:0;}
2146
+ .order-items .link-print { float:right; font-weight:normal; }
2147
+ .order-items p .link-print { float:none; }
2148
+ #my-orders-table .cart-price .price{font-size:12px; font-weight:normal;}
2149
+ #my-orders-table tbody strong{font-weight:normal;}
2150
+ .data-table tbody td{vertical-align:middle;}
2151
+ .order-gift-message { margin:15px 0; }
2152
+ .gift-message dt strong { color:#666; }
2153
+ .gift-message dd { margin:5px 0 0; font-size:13px; }
2154
+
2155
+ .order-about { margin:15px 0; }
2156
+ .order-about dt { font-weight:bold; }
2157
+ .order-about dd { font-size:13px; margin:0 0 7px; }
2158
+
2159
+ .tracking-table { margin:0 0 15px; }
2160
+ .tracking-table th { font-weight:bold; white-space:nowrap; }
2161
+ .tracking-table th,
2162
+ .tracking-table td { padding:1px 5px 0 0; }
2163
+
2164
+ .tracking-table-popup { width:100%; }
2165
+ .tracking-table-popup th { font-weight:bold; white-space:nowrap; }
2166
+ .tracking-table-popup th,
2167
+ .tracking-table-popup td { padding:1px 8px; }
2168
+
2169
+ /* Order Print Pages */
2170
+ .page-print .print-head { margin:0 0 15px; }
2171
+ .page-print .print-head .logo { float:left; }
2172
+ .page-print .print-head address { float:left; margin-left:15px; }
2173
+ .page-print h1 { font-size:16px; font-weight:bold; }
2174
+ .page-print h2,
2175
+ .page-print h3 { font-size:13px; font-weight:bold; }
2176
+ .page-print h2.h2 { font-size:16px; font-weight:bold; }
2177
+ .page-print .order-date { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
2178
+ .page-print .col2-set { margin:0 0 10px; }
2179
+ /* Price Rewrites */
2180
+ .page-print .gift-message-link { display:none; }
2181
+ .page-print .price-excl-tax,
2182
+ .page-print .price-incl-tax { display:block; white-space:nowrap; }
2183
+ .page-print .cart-price,
2184
+ .page-print .price-excl-tax .label,
2185
+ .page-print .price-incl-tax .label,
2186
+ .page-print .price-excl-tax .price,
2187
+ .page-print .price-incl-tax .price { display:inline; }
2188
+
2189
+ /* My Wishlist */
2190
+ .my-wishlist .data-table td { padding:10px; }
2191
+ .my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
2192
+ .my-wishlist textarea { display:block; width:97%; height:109px; }
2193
+ .my-wishlist .buttons-set { margin-top:2em; }
2194
+ .my-wishlist .buttons-set button.button { float:none; }
2195
+ /*.my-wishlist .buttons-set .btn-add span,
2196
+ .my-wishlist .buttons-set .btn-share span { border-color:#406a83; background:#618499; }*/
2197
+ #wishlist-table .add-to-links { white-space:nowrap; }
2198
+ #wishlist-table td .btn-remove2{margin-top:2px;}
2199
+ #wishlist-table tr.last td {border-bottom:0 !important;}
2200
+ /* My Tags */
2201
+ .my-tag-edit { float:left; margin:0 0 10px; }
2202
+ .my-tag-edit .btn-remove { float:right; margin:5px 0 0 5px; }
2203
+ #my-tags-table { clear:both; }
2204
+ #my-tags-table td { padding:10px; }
2205
+ #my-tags-table .add-to-links { white-space:nowrap; }
2206
+ .whish_share .buttons-set{
2207
+ border:0;
2208
+ margin-top:8px;
2209
+ width:535px;
2210
+ }
2211
+ /* My Reviews */
2212
+ #my-reviews-table td { padding:10px; }
2213
+ #wishlist-table tbody .product-name,
2214
+ #my-tags-table tbody .product-name {padding:0;}
2215
+ .product-review .product-img-box { float:left; width:160px; }
2216
+ .product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
2217
+ .product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
2218
+ .product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
2219
+ .product-review .product-details { margin-left:20px; float:left; }
2220
+ .product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
2221
+ .product-review h3 { font-size:12px; margin:0 0 3px; }
2222
+ .product-review .ratings-table { margin:0 0 10px; }
2223
+ .product-review dt { font-weight:bold; }
2224
+ .product-review dd { font-size:13px; margin:5px 0 0; }
2225
+
2226
+ /* Billing Agreements */
2227
+ .billing-agreements .form-list li select { float:left; }
2228
+ .billing-agreements .form-list li button.button { float:left; margin-left:10px; }
2229
+ .billing-agreements .table-caption { font-weight:bold; font-size:13px; }
2230
+ /* ======================================================================================= */
2231
+
2232
+ .footer ul{
2233
+ padding-right:25px;
2234
+ position:relative;
2235
+ margin-left:-22px;
2236
+ }
2237
+ .footer ul.links{
2238
+ padding-right:0;
2239
+ margin-left:0;
2240
+ }
2241
+ .static_footer_links li.first{
2242
+ padding-left:0;
2243
+ }
2244
+ /* Footer ================================================================================ */
2245
+ .footer { width:964px; margin:35px auto 0; background:url("../images/new/new_prod_border.gif") repeat-x scroll 0 0 transparent; padding-top:25px; padding-bottom:25px;}
2246
+ .footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
2247
+ .footer .store-switcher label { font-weight:bold; vertical-align:middle; }
2248
+ .footer .store-switcher select { padding:0; vertical-align:middle; }
2249
+ .footer a { text-decoration:none; color:#373737; font-size:12px; font-family:Tahoma,Geneva,Kalimati,sans-serif;}
2250
+ .footer a:hover { border-bottom:1px dotted #949494; color:#eca403; }
2251
+ .footer .bugs { margin:13px 0 0; }
2252
+ .footer .bugs a { text-decoration:underline; }
2253
+ .footer .bugs a:hover { text-decoration:none; }
2254
+ .footer address { float:right; color:#373737; font-size:12px; font-family:Tahoma,Geneva,Kalimati,sans-serif; width:250px; }
2255
+ .footer address a { text-decoration:underline; }
2256
+ .footer address a:hover { text-decoration:none; }
2257
+ .footer ul { float:left; }
2258
+ .footer ul.links { display:block; }
2259
+ .footer li { display:inline; background:url("../images/new/bkg_pipe1.gif") no-repeat scroll 100% 60% transparent; padding:0 22px 0 22px; }
2260
+
2261
+ .footer-container .bottom-container { margin:0 0 5px; }
2262
+ /* ======================================================================================= */
2263
+
2264
+ /* Sample Data============================================================================ */
2265
+ .home-callout { margin-bottom:12px; }
2266
+ .home-callout img { display:block }
2267
+ .best-selling h3 { line-height:19px;color:#515151; font-size:14px; font-weight:bold; font-family:Tahoma,Geneva,Kalimati,sans-serif; background:url(../images/new/new_prod_border.gif) 0 100% repeat-x; padding-bottom:5px;}
2268
+ .best-selling h3 span{float:left; }
2269
+ .best-selling h3 a.arr_down{float:left; margin-left:5px;margin-top:9px; vertical-align:middle; background:url(../images/new/new_prod_arr.jpg) 50% 50% no-repeat; width:5px; height:3px; text-decoration:none;}
2270
+ .best-selling td { width:50%;padding:8px 10px 8px 8px; font-size:12px; }
2271
+ .best-selling .product-img { float:left; border:1px solid #e3e3e3; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
2272
+ .best-selling .product-description { margin-left:107px; line-height:1.3em; }
2273
+ .best-selling a.product-name,
2274
+ .home-spot .best-selling a.product-name:hover { color:#203548; }
2275
+ /* ======================================================================================= */
2276
+
2277
+ .checkout-onepage-index .col2-right-layout .col-main{
2278
+ width:652px;
2279
+ }
2280
+ .checkout-onepage-index .col2-right-layout .col-right{
2281
+ width:289px;
2282
+ }
2283
+ .block-progress dt a{
2284
+ float:right;
2285
+ font-weight:normal;
2286
+ font-size:12px;
2287
+ padding-right:18px;
2288
+ }
2289
+ .block-progress dd address{
2290
+ color:#515151;
2291
+ font-size:12px;
2292
+ font-family:Tahoma,Geneva,Kalimati,sans-serif;
2293
+ line-height:1.6;
2294
+ }
2295
+ .footer_block_container{
2296
+ margin:0 auto;
2297
+ width:964px;
2298
+ padding-top:15px;
2299
+ text-align:left;
2300
+ }
2301
+ .footer_static_block{
2302
+ background:url(../images/new/footer_block_bg.gif) 0 100% no-repeat;
2303
+ width:695px;
2304
+ padding-bottom:16px;
2305
+ }
2306
+ .footer_static_block .footer_static_block_content{
2307
+ background:url(../images/new/footer_block_bg.gif) 0 0 no-repeat;
2308
+ padding-top:18px;
2309
+ padding-left:12px;
2310
+ }
2311
+ .footer_static_block_content ul.footer_static_block_links{
2312
+ padding-bottom:16px;
2313
+ clear:both;
2314
+ overflow:hidden;
2315
+ zoom:1;
2316
+ }
2317
+ .footer_static_block_content ul.footer_static_block_links li{
2318
+ float:left;
2319
+ line-height:21px;
2320
+ width:150px;
2321
+ background:url(../images/new/footer_block_arrw.gif) 0 50% no-repeat;
2322
+ padding-left:11px;
2323
+ }
2324
+ .footer_static_block_content ul.footer_static_block_links li a{
2325
+ color:#515151;
2326
+ }
2327
+ .footer_static_block_content ul.footer_static_block_links li a:hover{
2328
+ color:#eca403;
2329
+ }
2330
+ .footer_help_block{
2331
+ font-family:Tahoma,Geneva,Kalimati,sans-serif;
2332
+ }
2333
+ .footer_help_block strong{
2334
+ font-weight:bold;
2335
+ color:#eca403;
2336
+ }
2337
+ .footer_help_block span{
2338
+ color:#515151;
2339
+ padding:0 15px 0 19px;
2340
+ }
2341
+ /* Clears ================================================================================ */
2342
+ .product-view .product-shop .short-description:after,
2343
+ .product-view .box-description:after,
2344
+ .clearer:after,
2345
+ .header-container:after,
2346
+ .header-container .top-container:after,
2347
+ .header:after,
2348
+ .header .quick-access:after,
2349
+ #nav:after,
2350
+ .main:after,
2351
+ .footer:after,
2352
+ .footer-container .bottom-container:after,
2353
+ .col-main:after,
2354
+ .col2-set:after,
2355
+ .col3-set:after,
2356
+ .col3-layout .product-options-bottom .price-box:after,
2357
+ .col4-set:after,
2358
+ .search-autocomplete li:after,
2359
+ .block .block-content:after,
2360
+ .block .actions:after,
2361
+ .block li.item:after,
2362
+ .block-poll li:after,
2363
+ .block-layered-nav .currently li:after,
2364
+ .page-title:after,
2365
+ .products-grid:after,
2366
+ .products-list li.item:after,
2367
+ .products-list-item:after,
2368
+ .box-account .box-head:after,
2369
+ .dashboard .box .box-title:after,
2370
+ .box-reviews li.item:after,
2371
+ .box-tags li.item:after,
2372
+ .pager:after,
2373
+ .sorter:after,
2374
+ .ratings:after,
2375
+ .add-to-box:after,
2376
+ .add-to-cart:after,
2377
+ .product-essential:after,
2378
+ .product-collateral:after,
2379
+ .product-view .product-img-box .more-views ul:after,
2380
+ .product-view .box-tags .form-add:after,
2381
+ .product-options .options-list li:after,
2382
+ .product-options-bottom:after,
2383
+ .product-review:after,
2384
+ .cart:after,
2385
+ .cart-collaterals:after,
2386
+ .cart .crosssell li.item:after,
2387
+ .opc .step-title:after,
2388
+ .checkout-progress:after,
2389
+ .multiple-checkout .place-order:after,
2390
+ .group-select li:after,
2391
+ .form-list li:after,
2392
+ .form-list .field:after,
2393
+ .buttons-set:after,
2394
+ .page-print .print-head:after,
2395
+ .advanced-search-summary:after,
2396
+ .gift-messages-form .item:after,
2397
+ .send-friend .form-list li p:after,
2398
+ .best-selling h3:after,
2399
+ .block-account .block-content li:after,
2400
+ .block-progress dt:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
2401
+ .best-selling h3,.products-list-item,.block-account .block-content li,.block-progress dt{zoom:1;}
2402
+ /* ======================================================================================= */
2403
+
2404
+ .data-table tbody tr.last td{border-bottom:0 !important;}
2405
+
2406
+ .btn-edit { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
2407
+ .cards-list dt { margin:5px 0 0; }
2408
+ .cards-list .offset { padding:2px 0 2px 20px; }
2409
+
2410
+ /* Configured price */
2411
+ .configured-price { margin:0; }
2412
+ .configured-price .price-label { font-weight:bold; white-space:nowrap; }
2413
+ .configured-price .price { font-weight:bold; }
2414
+
2415
+ .product-options {position:relative;}
2416
+
2417
+ .sp-methods .release-amounts { margin:0.5em 0; }
2418
+ .sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }
2419
+
2420
+ .block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
2421
+ .block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
2422
+ .block-progress .cards-list .info-table th { font-weight:normal; }
2423
+
2424
+
2425
+ .product-options-bottom .add-to-links,.product-view .product-shop .product-options-bottom .add-to-links{clear:both;font-size:11px;text-align:left;}
2426
+ .product-options-bottom .add-to-links li, .product-options-bottom .add-to-links li .separator {
2427
+ display: inline;
2428
+ }
2429
+ .guest-select {width:305px !important;}
2430
+
2431
+ .form-list-narrow li { margin-bottom:0; }
2432
+ .form-list-narrow li .input-box { margin-bottom:6px; }
2433
+ .form-list-narrow li.wide .input-box { width:260px; }
2434
+ .form-list-narrow li.wide input.input-text,
2435
+ .form-list-narrow li.wide textarea { width:254px }
2436
+ .form-list-narrow li.wide select { width:260px; }
2437
+
2438
+ .btn-previous { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
2439
+
2440
+ /* Global site notices */
2441
+ .global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
2442
+ .global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
2443
+ .global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
2444
+ .global-site-notice .notice-inner .actions { padding-top:10px; }
2445
+
2446
+ .block-cart .mini-products-list .product-details .product-name,
2447
+ .block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
2448
+ .block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }
2449
+
2450
+ .cart-table .btn-update,
2451
+ .cart-table .btn-empty { float:right; }
2452
+ .cart-table .btn-update { margin-left:10px; }
2453
+
2454
+
2455
+ /* Captcha ================================================================================ */
2456
+ .captcha-note { clear:left; padding-top:5px; }
2457
+ .captcha-image { float:left; display:inline; margin:0; position:relative; width:258px; }
2458
+ .captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
2459
+ .registered-users .captcha-image { margin:0;}
2460
+ .captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
2461
+ .captcha-reload.refreshing { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }
2462
+
2463
+ @-webkit-keyframes rotate {
2464
+ 0% { -webkit-transform:rotate(0); }
2465
+ 0% { -webkit-transform:rotate(-360deg); }
2466
+ }
2467
+ @-moz-keyframes rotate {
2468
+ 0% { -moz-transform:rotate(0); }
2469
+ 0% { -moz-transform:rotate(-360deg); }
2470
+ }
2471
+ @keyframes rotate {
2472
+ 0% { transform:rotate(0); }
2473
+ 0% { transform:rotate(-360deg); }
2474
+ }
skin/frontend/default/mobile_store_black/images/bkg_checkout.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/bkg_collapse-gm.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/bkg_collapse.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/bkg_divider1.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/bkg_pipe1.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/bkg_pipe2.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/bkg_pipe3.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/bkg_rating.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/bkg_sp-methods.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/btn_edit.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/btn_gm-close.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/btn_google_checkout.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/btn_paypal_checkout.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/btn_previous.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/btn_remove.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/btn_remove2.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/btn_trash.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/btn_window_close.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/calendar.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/catalog/product/placeholder/image.jpg ADDED
Binary file
skin/frontend/default/mobile_store_black/images/catalog/product/placeholder/small_image.jpg ADDED
Binary file
skin/frontend/default/mobile_store_black/images/catalog/product/placeholder/thumbnail.jpg ADDED
Binary file
skin/frontend/default/mobile_store_black/images/cvv.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/cvv.jpg ADDED
Binary file
skin/frontend/default/mobile_store_black/images/fam_book_open.png ADDED
Binary file
skin/frontend/default/mobile_store_black/images/grid-cal.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/i_arrow-top.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/i_asc_arrow.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/i_availability_only.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/i_availability_only_arrow.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/i_block-cart.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/i_block-currency.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/i_block-list.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/i_block-poll.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/i_block-related.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/i_block-subscribe.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/i_block-tags.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/i_block-viewed.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/i_block-wishlist.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/i_desc_arrow.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/i_discount.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/i_folder-table.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/i_ma-info.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/i_ma-reviews.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/i_ma-tags.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/i_msg-error.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/i_msg-note.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/i_msg-success.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/i_notice.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/i_page1.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/i_page2.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/i_pager-next.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/i_pager-prev.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/i_print.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/i_rss-big.png ADDED
Binary file
skin/frontend/default/mobile_store_black/images/i_rss.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/i_search_criteria.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/i_shipping.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/i_tag_add.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/i_tier.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/i_type_grid.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/i_type_list.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/logo.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/logo_email.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/logo_print.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/magnifier_handle.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/map_popup_arrow.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/account_pager.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/bkg_pipe1.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/bkg_rating.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/block_cart_bg.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/block_content_bg.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/block_content_bg_left.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/block_head_blue_left.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/block_head_blue_right.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/block_head_grey_left.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/block_head_grey_right.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/bread_arrow.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/btn_checkout.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/btn_search.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/btn_trash.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/button_blue.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/button_grey.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/cart_crossell_bg.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/cart_total_bg.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/footer_block_arrw.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/footer_block_bg.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/header_bg.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/home_link.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/i_asc_arrow.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/i_desc_arrow.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/i_msg-error.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/i_msg-success.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/i_msg.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/input_text_bg.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/login_bg.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/nav_bg.png ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/nav_li_active.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/nav_li_active.png ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/nav_li_bg.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/new_prod_arr.jpg ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/new_prod_border.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/prod_ess_bg.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/prod_grid_bg.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/prod_grid_bg2.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/prod_list_add_tc.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/prod_list_bg.png ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/prod_list_det.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/prod_list_img_bg.png ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/prod_page_img_bg.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/quiq_bg.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/search_input_bg.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/sitemap_pager_bg.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/tab_bg.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/tab_bg_active.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/tab_bg_new.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/tool_bar_corners.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/new/validation_advice_bg.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/np_cart_thumb.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/np_more_img.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/np_product_main.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/np_thumb.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/np_thumb2.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/opc-ajax-loader.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/pager_arrow_left.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/pager_arrow_right.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/prod_list_bg.png ADDED
Binary file
skin/frontend/default/mobile_store_black/images/product_zoom_overlay_magnif.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/slider_bg.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/slider_btn_zoom_in.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/slider_btn_zoom_out.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/spacer.gif ADDED
Binary file
skin/frontend/default/mobile_store_black/images/xmlconnect/catalog/category/placeholder/image.jpg ADDED
Binary file
skin/frontend/default/mobile_store_black/images/xmlconnect/catalog/category/placeholder/small_image.jpg ADDED
Binary file
skin/frontend/default/mobile_store_black/images/xmlconnect/catalog/category/placeholder/thumbnail.jpg ADDED
Binary file
skin/frontend/default/mobile_store_black/images/xmlconnect/tab_account.png ADDED
Binary file
skin/frontend/default/mobile_store_black/images/xmlconnect/tab_cart.png ADDED
Binary file
skin/frontend/default/mobile_store_black/images/xmlconnect/tab_home.png ADDED
Binary file
skin/frontend/default/mobile_store_black/images/xmlconnect/tab_more.png ADDED
Binary file
skin/frontend/default/mobile_store_black/images/xmlconnect/tab_page.png ADDED
Binary file
skin/frontend/default/mobile_store_black/images/xmlconnect/tab_search.png ADDED
Binary file
skin/frontend/default/mobile_store_black/images/xmlconnect/tab_shop.png ADDED
Binary file
skin/frontend/default/mobile_store_blue/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/default/mobile_store_blue/css/styles-ie.css ADDED
@@ -0,0 +1,146 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ #opc-review .sp-methods .input-box { float:left; }
26
+ .product-options{zoom:1;}
27
+ /* IE 6 only */
28
+ .clearfix {zoom:1}
29
+ * html .validation-advice { height:13px; }
30
+ * html .error-msg,
31
+ * html .success-msg,
32
+ * html .note-msg,
33
+ * html .notice-msg { height:24px; }
34
+ * html .main { height:400px; }
35
+ * html .account-login .content { height:240px; }
36
+ .block li.item,
37
+ .block-poll li,
38
+ .opc li.section { vertical-align:top; }
39
+ * html .window-overlay { background:#ccc; filter:alpha(opacity=50); }
40
+
41
+ /* Doubled Margin Fixes */
42
+ .product-view .product-img-box .more-views li,
43
+ .product-view .box-tags .form-add .input-box,
44
+ .sp-methods select.month { display:inline; }
45
+
46
+ /********** < Navigation styles */
47
+ #nav li,
48
+ #nav li a,
49
+ .product-view .product-shop .short-description,
50
+ .product-view .box-description{ zoom:1; }
51
+ #nav li { vertical-align:top; }
52
+ /********** < Navigation styles */
53
+
54
+ select { margin-bottom:1px; }
55
+ input.radio { width:13px; height:13px; }
56
+ input.checkbox { width:13px; height:13px; }
57
+ button.button span { position:relative; }
58
+ button.btn-checkout { height:40px; }
59
+ .form-list label { position:relative; z-index:0; }
60
+ .form-list label.required em { position:absolute; top:0; right:-8px; }
61
+
62
+ table { face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = 0); }
63
+
64
+ .product-view .product-img-box .zoom.disabled { filter:alpha(opacity=30); }
65
+
66
+ .gift-messages-form { position:relative; zoom:1; }
67
+
68
+ .tool-tip .btn-close a { margin:0; }
69
+
70
+ .product-options dd .time-picker select { margin:0; padding:0; }
71
+ .category-products table,.home_new_products table{zoom:1;}
72
+ /* Clearer */
73
+ .clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
74
+
75
+ /* Clears and hasLayout fixes */
76
+ .header-container,
77
+ .header-container .top-container,
78
+ .header,
79
+ .category-products,
80
+ .header .quick-access,
81
+ #nav,
82
+ .main,
83
+ .footer,
84
+ .footer-container .bottom-container,
85
+ .col-main,
86
+ .col2-set,
87
+ .col3-set,
88
+ .col3-layout .product-options-bottom .price-box,
89
+ .col4-set,
90
+ .messages li,
91
+ .search-autocomplete li,
92
+ .block,
93
+ .block .block-content,
94
+ .block .actions,
95
+ .block li.item,
96
+ .block-poll li,
97
+ .block-poll .label,
98
+ .block-layered-nav .currently li,
99
+ .block-account .block-content li a,
100
+ .mini-products-list .product-details,
101
+ .page-title,
102
+ .rss-title h1,
103
+ .products-grid,
104
+ .products-list li.item,
105
+ .box-account .box-head,
106
+ .dashboard .box .box-title,
107
+ .box-reviews li.item,
108
+ .box-tags li.item,
109
+ .pager,
110
+ .sorter,
111
+ .ratings,
112
+ .add-to-box,
113
+ .add-to-cart,
114
+ .product-essential,
115
+ .product-collateral,
116
+ .product-view .product-img-box .more-views ul,
117
+ .product-view .box-tags .form-add,
118
+ .product-options .options-list li,
119
+ .product-options-bottom,
120
+ .truncated,
121
+ .truncated .truncated_full_value,
122
+ .product-review,
123
+ .cart,
124
+ .cart-collaterals,
125
+ .cart .crosssell li.item,
126
+ .cart .discount,
127
+ .opc .step-title,
128
+ .opc .step,
129
+ .multiple-checkout,
130
+ .sp-methods,
131
+ .checkout-progress,
132
+ .multiple-checkout .place-order,
133
+ .form-list li,
134
+ .form-list .field,
135
+ .group-select li,
136
+ .buttons-set,
137
+ .page-print .print-head,
138
+ .cart-tax-total,
139
+ .advanced-search-summary,
140
+ .advanced-search-summary p,
141
+ .gift-messages-form .item,
142
+ .send-friend .form-list li p,
143
+ .centinel .authentication { zoom:1; }
144
+
145
+ /* Hover Fix */
146
+ iframe.hover-fix { position:absolute; left:-1px; top:-1px; z-index:-1; background:transparent; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
skin/frontend/default/mobile_store_blue/css/styles.css ADDED
@@ -0,0 +1,2466 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ html{
30
+ height:100%;
31
+ width:100%;
32
+ }
33
+ body{
34
+ height:100%;
35
+ width:100%;
36
+ }
37
+ .wrapper{
38
+ min-height:100%;
39
+ height:auto !important;
40
+ height:100%;
41
+ }
42
+ body { background:#fff; font:12px/1.55 Arial, Helvetica, sans-serif; color:#7c7c7c; text-align:center; }
43
+
44
+ img { border:0; vertical-align:top; }
45
+
46
+ a { color:#257ac5; text-decoration:none; }
47
+ a:hover { text-decoration:underline; }
48
+ :focus { outline:0; }
49
+
50
+ /* Headings */
51
+ h1,h2,h3,
52
+ h4,h5,h6 { margin:0 0 5px; line-height:1.35; color:#5f5f5f; }
53
+ h1 { font-size:20px; font-weight:normal; }
54
+ h2 { font-size:18px; font-weight:normal; }
55
+ h3 { font-size:16px; font-weight:bold; }
56
+ h4 { font-size:14px; font-weight:bold; }
57
+ h5 { font-size:12px; font-weight:bold; }
58
+ h6 { font-size:11px; font-weight:bold; }
59
+
60
+ /* Forms */
61
+ form { display:inline; }
62
+ fieldset { border:0; }
63
+ legend { display:none; }
64
+
65
+ /* Table */
66
+ table { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
67
+ caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }
68
+
69
+ /* Content */
70
+ p { margin:0 0 10px; }
71
+ strong { font-weight:bold; }
72
+ address { font-style:normal; line-height:1.5; }
73
+ cite { font-style:normal; }
74
+ q,
75
+ blockquote { quotes:none; }
76
+ q:before,
77
+ q:after { content:''; }
78
+ small,big { font-size:1em; }
79
+ /*sup { font-size:1em; vertical-align:top; }*/
80
+
81
+ /* Lists */
82
+ ul,ol { list-style:none; }
83
+
84
+ /* Tools */
85
+ .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; }
86
+ .nobr { white-space:nowrap !important; }
87
+ .wrap { white-space:normal !important; }
88
+ .a-left { text-align:left !important; }
89
+ .a-center { text-align:center !important; }
90
+ .a-right { text-align:right !important; }
91
+ .v-top { vertical-align:top; }
92
+ .v-middle { vertical-align:middle; }
93
+ .f-left,
94
+ .left { float:left !important; }
95
+ .f-right,
96
+ .right { float:right !important; }
97
+ .f-none { float:none !important; }
98
+ .f-fix { float:left; width:100%; }
99
+ .no-display { display:none; }
100
+ .no-margin { margin:0 !important; }
101
+ .no-padding { padding:0 !important; }
102
+ .no-bg { background:none !important; }
103
+ /* ======================================================================================= */
104
+ .home_banner{
105
+ margin-bottom:20px;
106
+ }
107
+ .home_banner img{
108
+ max-width:100%;
109
+ _width:100%;
110
+ }
111
+ #contactForm .buttons-set{
112
+ border:0;
113
+ margin-top:8px;
114
+ width:535px;
115
+ padding-bottom:5px;
116
+ }
117
+ #contactForm .legend{
118
+ margin-left:-26px;
119
+ zoom:1;
120
+ }
121
+ #contactForm .fieldset{
122
+ padding-left:50px;
123
+ }
124
+ /* Layout ================================================================================ */
125
+ .wrapper { min-width:954px; }
126
+ .page {}
127
+ .page-print { background:#fff; padding:25px 30px; text-align:left; }
128
+ .page-empty { background:#fff; padding:20px; text-align:left; }
129
+ .page-popup { background:#fff; padding:25px 30px; text-align:left; width:auto; height:auto;}
130
+ .main-container { padding-top:35px;}
131
+ .main { width:964px; margin:0 auto; /*min-height:400px;*/ text-align:left; }
132
+
133
+ /* Base Columns */
134
+ .col-left { float:left; width:226px; padding:0 0 1px; }
135
+ .col-main { float:left; width:696px; padding:0 0 1px; }
136
+ .col-right { float:right; width:195px; padding:0 0 1px; }
137
+
138
+ /* 1 Column Layout */
139
+ .col1-layout .col-main { float:none; width:auto; }
140
+
141
+ /* 2 Columns Layout */
142
+ .col2-left-layout .col-main { float:right; }
143
+ .col2-right-layout .col-main {width:695px;}
144
+ .col2-right-layout .col-right {width:242px;}
145
+ /* 3 Columns Layout */
146
+ .col3-layout .col-main { width:455px; margin-left:20px; display:inline; float:right;}
147
+ .col3-layout .col-wrapper { float:left; width:701px; }
148
+
149
+ .col3-layout .col-left{width:226px;}
150
+ .col3-layout .col-right{width:242px;}
151
+ /* Content Columns */
152
+ .col2-set .col-1 { float:left; width:48.5%; }
153
+ .col2-set .col-2 { float:right; width:48.5%; }
154
+ .col2-set .col-narrow { width:32%; }
155
+ .col2-set .col-wide { width:65%; }
156
+
157
+ .col3-set .col-1 { float:left; width:32%; }
158
+ .col3-set .col-2 { float:left; width:32%; margin-left:2%; }
159
+ .col3-set .col-3 { float:right; width:32%; }
160
+
161
+ .col4-set .col-1 { float:left; width:23.5%; }
162
+ .col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
163
+ .col4-set .col-3 { float:left; width:23.5%; }
164
+ .col4-set .col-4 { float:right; width:23.5%; }
165
+ /* ======================================================================================= */
166
+
167
+
168
+ /* Global Styles ========================================================================= */
169
+ /* Form Elements */
170
+ input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
171
+ input.input-text,select,textarea { background:#fff; border:1px solid #e1e1e1; color:#7C7C7C; font-size:11px;}
172
+ input.input-text,textarea { padding:2px; background:#fff url(../images/new/input_text_bg.gif) 0 0 repeat-x; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
173
+ select{-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;}
174
+ select { padding:1px; color:#515151;}
175
+ select option { padding-right:10px; }
176
+ select.multiselect option { border-bottom:1px dotted #cdcdcd; padding:2px 5px; }
177
+ select.multiselect option:last-child { border-bottom:0; }
178
+ textarea { overflow:auto; }
179
+ input.radio { margin-right:3px; }
180
+ input.checkbox { margin-right:3px; border-color:#e1e1e1; -moz-border-radius: 1px; -webkit-border-radius: 1px; border-radius: 1px;}
181
+ input.qty { width:36px !important; text-align:center;}
182
+ button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
183
+ button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
184
+ button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
185
+ button.button span { display:block; height:20px; background:url(../images/new/button_blue.gif) 0 0 no-repeat; padding:0 0 0 8px; font:bold 12px/20px Tahoma,Geneva,Kalimati,sans-serif; text-align:center; white-space:nowrap; color:#fff; }
186
+ button.button span span { border:0; padding:0 8px 0 0; background-position:100% 0;}
187
+ button.disabled span { border-color:#bbb !important; background:#bbb !important; }
188
+
189
+ button.btn-checkout span { height:27px; border:0; background:url(../images/new/btn_checkout.gif) 0 0 no-repeat; padding:0 0 0 14px; font:bold 11px/25px Tahoma,Geneva,Kalimati,sans-serif; color:#fff; }
190
+ button.btn-checkout span span { background-position:100% 0; padding:0 14px 0 0;}
191
+ button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
192
+ button.btn-checkout.no-checkout span span { background-position:100% 100%; }
193
+
194
+ p.control input.checkbox,
195
+ p.control input.radio { margin-right:6px; }
196
+ /* Form Highlight */
197
+ /*input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }*/
198
+ /*.highlight { background:#efefef; }*/
199
+ div.advanced-search{
200
+ padding-left:60px;
201
+ }
202
+ div.advanced-search .legend{
203
+ margin-left:-26px;
204
+ }
205
+ .advanced-search .buttons-set{
206
+ border:0;
207
+ margin-top:10px;
208
+ width:492px;
209
+ padding-bottom:8px;
210
+ }
211
+ .new_adress .buttons-set{
212
+ border:0;
213
+ margin-top:10px;
214
+ width:535px;
215
+ }
216
+ /* Form lists */
217
+ /* Grouped fields */
218
+ /*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
219
+ .form-list li { margin:0 0 8px; }
220
+ .form-list li.control label{padding:0;}
221
+ .form-list label { float:left; color:#5f5f5f; padding-left:4px; line-height:22px;font-size:11px; font-weight:bold;padding-bottom:2px; position:relative; z-index:0; font-family:Tahoma,Geneva,Kalimati,sans-serif;}
222
+ .form-list label.required {}
223
+ .form-list label.required em { float:right; font-style:normal; color:#ee3108; position:absolute; top:0; right:-8px; font-family:Tahoma,Geneva,Kalimati,sans-serif; font-size:11px;}
224
+ .form-list li.control label { float:none; }
225
+ .form-list li.control input.radio,
226
+ .form-list li.control input.checkbox { margin-right:6px; }
227
+ .form-list li.control .input-box { clear:none; display:inline; width:auto; }
228
+ /*.form-list li.fields { margin-right:-15px; }*/
229
+ .form-list .input-box { display:block; clear:both; width:260px; }
230
+ .form-list .field { float:left; width:275px; }
231
+ .form-list input.input-text { width:254px; }
232
+ .form-list textarea { width:254px; height:10em; }
233
+ .form-list select { width:260px; }
234
+ .form-list li.wide .input-box { width:535px; }
235
+ .form-list li.wide input.input-text { width:529px; }
236
+ .form-list li.wide textarea { width:529px; }
237
+ .form-list li.wide select { width:535px; }
238
+ .form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
239
+ .form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
240
+ .form-list .input-range input.input-text { width:100px; }
241
+ /* Customer */
242
+ .form-list .customer-name-prefix .input-box,
243
+ .form-list .customer-name-suffix .input-box,
244
+ .form-list .customer-name-prefix-suffix .input-box,
245
+ .form-list .customer-name-prefix-middlename .input-box,
246
+ .form-list .customer-name-middlename-suffix .input-box,
247
+ .form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }
248
+
249
+ .form-list .name-prefix { width:65px; }
250
+ .form-list .name-prefix select { width:55px; }
251
+ .form-list .name-prefix input.input-text { width:49px; }
252
+
253
+ .form-list .name-suffix { width:65px; }
254
+ .form-list .name-suffix select { width:55px; }
255
+ .form-list .name-suffix input.input-text { width:49px; }
256
+
257
+ .form-list .name-middlename { width:70px; }
258
+ .form-list .name-middlename input.input-text { width:49px; }
259
+
260
+ .form-list .customer-name-prefix-middlename-suffix .name-firstname,
261
+ .form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
262
+ .form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
263
+ .form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
264
+ .form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
265
+ .form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }
266
+
267
+ .form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
268
+ .form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
269
+ .form-list .customer-name-prefix-suffix .name-firstname input.input-text,
270
+ .form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
271
+
272
+ .form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
273
+ .form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
274
+ .form-list .customer-name-prefix-suffix .name-firstname input.input-text,
275
+ .form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
276
+
277
+ .form-list .customer-name-prefix .name-firstname,
278
+ .form-list .customer-name-middlename .name-firstname { width:210px; }
279
+
280
+ .form-list .customer-name-suffix .name-lastname,
281
+ .form-list .customer-name-middlename .name-firstname,
282
+ .form-list .customer-name-middlename-suffix .name-firstname,
283
+ .form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
284
+
285
+ .form-list .customer-name-prefix .name-firstname input.input-text,
286
+ .form-list .customer-name-suffix .name-lastname input.input-text,
287
+ .form-list .customer-name-middlename .name-firstname input.input-text,
288
+ .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
289
+ .form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
290
+
291
+ .form-list .customer-dob .dob-month,
292
+ .form-list .customer-dob .dob-day,
293
+ .form-list .customer-dob .dob-year { float:left; width:85px; }
294
+ .form-list .customer-dob input.input-text { display:block; width:74px; }
295
+ .form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
296
+ .form-list .customer-dob .dob-day,
297
+ .form-list .customer-dob .dob-month { width:60px; }
298
+ .form-list .customer-dob .dob-day input.input-text,
299
+ .form-list .customer-dob .dob-month input.input-text { width:46px; }
300
+ .form-list .customer-dob .dob-year { width:140px; }
301
+ .form-list .customer-dob .dob-year input.input-text { width:134px; }
302
+
303
+ /* Independent fields */
304
+ /*.form-list li { margin:0 0 8px; }
305
+ .form-list li.fields { margin:0; }
306
+ .form-list .field { display:block; margin:0 0 8px; }
307
+ .form-list li.control {}
308
+ .form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
309
+ .form-list label.required { font-weight:bold; }
310
+ .form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
311
+ .form-list .input-box { float:left; width:260px; }
312
+ .form-list input.input-text,
313
+ .form-list textarea { width:254px; }
314
+ .form-list select { width:260px; }
315
+ .form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
316
+ .form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
317
+ .form-list .input-range input.input-text { width:96px; }*/
318
+ /* Customer */
319
+ /*.form-list .customer-dob .dob-month,
320
+ .form-list .customer-dob .dob-day,
321
+ .form-list .customer-dob .dob-year { float:left; width:85px; }
322
+ .form-list .customer-dob input.input-text { display:block; width:74px; }
323
+ .form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
324
+ .form-list .customer-dob .dob-day,
325
+ .form-list .customer-dob .dob-month { width:60px; }
326
+ .form-list .customer-dob .dob-day input.input-text,
327
+ .form-list .customer-dob .dob-month input.input-text { width:46px; }
328
+ .form-list .customer-dob .dob-year { width:140px; }
329
+ .form-list .customer-dob .dob-year input.input-text { width:134px; }*/
330
+
331
+ .buttons-set { clear:both; margin:2em 0 0; padding:8px 0 0; text-align:right; }
332
+ .buttons-set p.required { margin:0 0 10px; }
333
+ .buttons-set .back-link { float:left; margin:0; }
334
+ .buttons-set button.button { float:right; margin-left:5px; }
335
+
336
+ .buttons-set-order { margin:10px 0 0; }
337
+ .buttons-set-order .please-wait { padding:12px 7px 0 0; }
338
+
339
+ .fieldset { border:1px solid #e5e5e5; background:#fff; padding:22px 25px 12px 33px; margin:28px 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
340
+ .fieldset .legend { float:left; display:inline; font-weight:bold; font-size:11px; line-height:12px;background:#ececec; color:#5f5f5f; margin:-33px 0 0 0; padding:3px 13px 5px; position:relative; font-family:Tahoma,Geneva,Kalimati,sans-serif;
341
+ -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;}
342
+
343
+ /* Form Validation */
344
+ .validation-advice { clear:both; min-height:15px; margin:5px 0 0; padding-left:12px; font-size:11px; font-weight:bold; line-height:15px; background:url(../images/new/validation_advice_bg.gif) 2px 2px no-repeat; color:#ee350b; }
345
+ .validation-failed { border:1px dashed #ee350b !important; }
346
+ .validation-passed {}
347
+ p.required { font-size:11px; text-align:right; color:#EB340A; }
348
+ p.reqnew{
349
+ color:#898989;
350
+ font-size:12px;
351
+ }
352
+ p.reqnew span{
353
+ color:#ee3108;
354
+ font:normal 11px Tahoma,Geneva,Kalimati,sans-serif;
355
+ }
356
+ /* Expiration date and CVV number validation fix */
357
+ .v-fix { float:left; }
358
+ .v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }
359
+
360
+ /* Global Messages */
361
+ .success { color:#3d6611; font-weight:bold; }
362
+ .error { color:#df280a; font-weight:bold; }
363
+ .notice { color:#e26703; }
364
+
365
+ .messages,
366
+ .messages ul { list-style:none !important; margin:0; padding:0; }
367
+ .messages { width:100%; overflow:hidden; }
368
+ .messages li { margin:0 0 10px !important; }
369
+ .messages li li { margin:0 0 3px !important; line-height:18px; background:none; border:0;}
370
+ .error-msg,
371
+ .success-msg,
372
+ .note-msg,
373
+ .notice-msg { min-height:24px !important; padding:0 0 0 37px !important; font-size:12px !important; font-weight:bold !important; color:#7c7c7c; background-color:#ecf2f7; border:1px solid #e3e3e3; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
374
+ .error-msg { background:#ecf2f7 url(../images/new/i_msg-error.gif) 12px 13px no-repeat;}
375
+ .success-msg,
376
+ .note-msg,
377
+ .notice-msg { background:#ecf2f7 url(../images/new/i_msg-success.gif) 12px 14px no-repeat;}
378
+ .success-msg ul,
379
+ .error-msg ul,
380
+ .note-msg ul,
381
+ .notice-msg ul{padding-bottom:9px; padding-right:20px;padding-top:12px;}
382
+ p.error-msg,
383
+ p.success-msg,
384
+ p.note-msg,
385
+ p.notice-msg{
386
+ padding:12px 20px 9px 39px !important;
387
+ }
388
+ /* BreadCrumbs */
389
+ .breadcrumbs { font-size:12px; line-height:1.25; margin:0 0 14px; font-family:Tahoma,Geneva,Kalimati,sans-serif;}
390
+ .breadcrumbs li { display:inline; line-height:15px;}
391
+ .breadcrumbs li a{color:#7c7c7c; vertical-align:top;}
392
+ .breadcrumbs li a:hover{text-decoration:underline; color:#257ac5;}
393
+ .breadcrumbs li strong { font-weight:normal; /*color:#257ac5;*/ vertical-align:top;}
394
+ .breadcrumbs li span{vertical-align:top;}
395
+ /* Page Heading */
396
+ .page-title { width:100%; overflow:hidden; margin:0 0 25px; background:url("../images/new/new_prod_border.gif") repeat-x scroll 0 100% transparent;}
397
+ .page-title h1,
398
+ .page-title h2 { margin:0;
399
+ color:#257AC6;
400
+ font-family:Tahoma,Geneva,Kalimati,sans-serif;
401
+ font-size:14px;
402
+ font-weight:bold;
403
+ line-height:19px;
404
+ padding-bottom:4px;
405
+ float:left;
406
+ padding-right:11px;
407
+ background:url("../images/new/new_prod_arr.jpg") no-repeat scroll 100% 9px transparent;
408
+ position:relative;
409
+ }
410
+ .forgot_passwd_page .buttons-set{
411
+ border:0;
412
+ margin-top:8px;
413
+ }
414
+ .account-create .buttons-set{
415
+ border:0;
416
+ width:535px;
417
+ margin-top:8px;
418
+ }
419
+ .page-title .separator { margin:0 3px; }
420
+ .page-title .link-rss { float:right; margin:7px 0 0; }
421
+ .title-buttons { text-align:right; padding-bottom:4px; }
422
+ .title-buttons h1,
423
+ .title-buttons h2,
424
+ .title-buttons h3,
425
+ .title-buttons h4,
426
+ .title-buttons h5,
427
+ .title-buttons h6 { float:left; }
428
+ .block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
429
+ .block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }
430
+ .cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
431
+ .cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }
432
+ .order-items .order-links { text-align:right; }
433
+
434
+ .order-additional { margin:15px 0; }
435
+ .billing-agreements .info-box{ margin:15px 0; }
436
+ .products-list .desc .link-learn { font-size:11px; }
437
+ .subtitle,
438
+ .sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#257AC6; }
439
+
440
+ /* Pager */
441
+ .pager { font-size:12px; padding:4px 8px; text-align:center; }
442
+ .pager .amount { float:left; margin:0; color:#807f7f; font-weight:normal;}
443
+ .pager .amount strong{ color:#807f7f; font-weight:normal; }
444
+ .pager .limiter { float:right; color:#807f7f;line-height:20px;}
445
+ .pager .limiter label { vertical-align:top; color:#807f7f; line-height:20px;}
446
+ .pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
447
+ .pager .pages { margin:0 140px; }
448
+ .pager .pages ol { display:inline; }
449
+ .pager .pages li { display:inline; margin:0 2px; }
450
+ .pager .pages .current {}
451
+
452
+ /* Sorter */
453
+ .sorter { font-size:12px; padding:3px 8px; }
454
+ .sorter .view-mode { float:left; margin:0; }
455
+ .sorter .view-mode strong{font-weight:normal; color:#5f5f5f;}
456
+ .sorter .view-mode a{text-decoration:underline; color:#257ac5;}
457
+ .sorter .view-mode a:hover{text-decoration:none;}
458
+ .sorter .sort-by { float:right; padding-right:14px; }
459
+ .sorter .sort-by label { vertical-align:top; line-height:20px; }
460
+ .sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
461
+ .sorter .link-feed {}
462
+ .home_new_products .products-grid .product-image{
463
+ border:1px solid #e3e3e3;
464
+ -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
465
+ }
466
+ /* Toolbar */
467
+ .toolbar {font-family:Tahoma,Geneva,Kalimati,sans-serif; font-size:12px; margin-bottom:30px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
468
+ zoom:1;}
469
+ .toolbar-bottom .toolbar{margin-bottom:0;}
470
+ .toolbar-bottom{margin-top:8px;}
471
+ .toolbar select{border-color:#dadada; color:#a2a2a2;}
472
+ .toolbar .pager { padding:5px 3px 3px 4px; border-bottom:1px dotted #bfbfbf; margin:0 8px;zoom:1;}
473
+ .toolbar .sorter { margin:0 8px;padding:4px 0px 4px 4px; zoom:1;}
474
+ .toolbar-bottom {}
475
+
476
+ /* Data Table */
477
+ .data-table { width:100%; border:1px solid #e3e3e3; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
478
+ .data-table tbody .a-right{text-align:center !important;}
479
+ .data-table .odd { background:#fff; }
480
+ .data-table .even { background:#fff; }
481
+ /*.data-table tr.odd:hover,
482
+ .data-table tr.even:hover { background:#ebf1f6; }*/
483
+ .data-table td.last,
484
+ .data-table th.last { border-right:0; }
485
+ /*.data-table tr.last th,
486
+ .data-table tr.last td { border-bottom:0 !important; }*/
487
+ .data-table th { padding:3px 8px; font-weight:bold; }
488
+ .data-table td { padding:10px; }
489
+ .data-table .new-center{text-align:center; vertical-align:middle;}
490
+ .data-table thead th { font-weight:normal; border-right:1px solid #e3e3e3; border-bottom:1px solid #e3e3e3;padding:7px 24px 6px; color:#7c7c7c; white-space:nowrap; vertical-align:middle; font-family:Tahoma,Geneva,Kalimati,sans-serif;}
491
+ .data-table thead th.wrap { white-space:normal; }
492
+ .data-table thead th a,
493
+ .data-table thead th a:hover { color:#fff; }
494
+ .data-table thead th { background:#f4f4f4; }
495
+ .data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }
496
+
497
+ .data-table tfoot { border-bottom:1px solid #e3e3e3; }
498
+ .data-table tfoot tr.first td { background:#f4f4f4; }
499
+ .data-table tfoot tr { background-color:#f4f4f4 !important; }
500
+ .data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #e3e3e3; }
501
+ .data-table tfoot strong { font-size:14px;color:#4b4b4b; }
502
+
503
+ .data-table tbody th,
504
+ .data-table tbody td { border-bottom:1px solid #e3e3e3; border-right:1px solid #e3e3e3; }
505
+ /* Bundle products tables */
506
+ .data-table tbody.odd tr { }
507
+ .data-table tbody.even tr { }
508
+ .data-table tbody.odd tr td,
509
+ .data-table tbody.even tr td { border-bottom:0; }
510
+ .data-table tbody.odd tr.border td,
511
+ .data-table tbody.even tr.border td { border-bottom:1px solid #e3e3e3; }
512
+
513
+ .data-table tbody td .option-label { font-weight:bold; font-style:italic; }
514
+ .data-table tbody td .option-value { padding-left:10px; }
515
+
516
+ /* Generic Info Box */
517
+ .info-box { border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
518
+ .info-box h2 { font-weight:bold; font-size:13px; }
519
+
520
+ .info-table th { font-weight:bold; padding:2px 15px 2px 0; }
521
+ .info-table td { padding:2px 0; }
522
+
523
+ /* Shopping cart total summary row expandable to details */
524
+ tr.summary-total { cursor:pointer; }
525
+ tr.summary-total td {}
526
+ 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; }
527
+ tr.show-details .summary-collapse { background-position:0 -52px; }
528
+ tr.show-details td {}
529
+ tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
530
+ tr.summary-details-first td { border-top:1px solid #d2d8db; }
531
+ tr.summary-details-excluded { font-style:italic; }
532
+
533
+ /* Shopping cart tax info */
534
+ .cart-tax-info { display:block; }
535
+ .cart-tax-info,
536
+ .cart-tax-info .cart-price { padding-right:20px; }
537
+ .cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
538
+ .cart-tax-info .price,
539
+ .cart-tax-total .price { display:inline !important; font-weight:normal !important; }
540
+ .cart-tax-total-expanded { background-position:100% -52px; }
541
+
542
+ /* Class: std - styles for admin-controlled content */
543
+ .std .subtitle { padding:0; }
544
+ .std ol.ol { list-style:decimal outside; padding-left:1.5em; }
545
+ .std ul.disc { list-style:none outside; margin:0 0 10px; }
546
+ .std ul.disc li{background:url("../images/new/footer_block_arrw.gif") no-repeat scroll 0 7px transparent;padding-left:8px;}
547
+ .std dl dt { font-weight:bold; }
548
+ .std dl dd { margin:0 0 10px; }
549
+ .std {font-family:Tahoma,Geneva,Kalimati,sans-serif;}
550
+ .std a{
551
+ color:#7c7c7c;
552
+ text-decoration:underline;
553
+ }
554
+ .std a:hover{
555
+ text-decoration:none;
556
+ color:#257ac5;
557
+ }
558
+ /*.std ul,
559
+ .std ol,
560
+ .std dl,
561
+ .std p,
562
+ .std address,
563
+ .std blockquote { margin:0 0 1em; padding:0; }
564
+ .std ul { list-style:disc outside; padding-left:1.5em; }
565
+ .std ol { list-style:decimal outside; padding-left:1.5em; }
566
+ .std ul ul { list-style-type:circle; }
567
+ .std ul ul,
568
+ .std ol ol,
569
+ .std ul ol,
570
+ .std ol ul { margin:.5em 0; }
571
+ .std dt { font-weight:bold; }
572
+ .std dd { padding:0 0 0 1.5em; }
573
+ .std blockquote { font-style:italic; padding:0 0 0 1.5em; }
574
+ .std address { font-style:normal; }
575
+ .std b,
576
+ .std strong { font-weight:bold; }
577
+ .std i,
578
+ .std em { font-style:italic; }*/
579
+
580
+ /* Misc */
581
+ .links li { display:inline; }
582
+ .links li.first { padding-left:0 !important; }
583
+ .links li.last { background:none !important; padding-right:0 !important; }
584
+
585
+ .link-cart { font-weight:bold; }
586
+ /*.link-wishlist { color:#dc6809 !important; font-weight:bold; }
587
+ .link-reorder { font-weight:bold; color:#dc6809 !important; }*/
588
+ .link-compare { font-weight:bold; }
589
+ .link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; }
590
+ .link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
591
+ .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; }
592
+ .btn-remove2 { display:block; margin:0 auto; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/new/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
593
+ td.product_image_td a{display:block; border:1px solid #e3e3e3;-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;}
594
+ .separator { margin:0 3px; }
595
+ .cart-price .price{color:#5f5f5f; font-weight:bold; font-size:14px;}
596
+ .divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url("../images/new/new_prod_border.gif") repeat-x scroll 0 50% transparent; text-indent:-999em; overflow:hidden; }
597
+ .data-table .product-name a{font-size:12px; color:#5f5f5f; font-weight:bold;}
598
+ .cart-table .product-name a{font-size:14px; color:#5f5f5f; font-weight:bold;}
599
+ .data-table tbody .product-name,.data-table .item-options{padding-left:14px;}
600
+ #my-reviews-table .product-name a{font-size:12px; font-weight:normal;}
601
+ #my-reviews-table tbody tr.last td{border-bottom:0;}
602
+ /* Noscript Notice */
603
+ .noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
604
+ .noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
605
+ .noscript p { margin:0; }
606
+ #my-orders-table tbody .product-name{font-size:12px; font-weight:normal;}
607
+ /* Demo Notice */
608
+ .demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
609
+ /* ======================================================================================= */
610
+ .clearfix:after {
611
+ content:' ';
612
+ clear:both;
613
+ display:block;
614
+ width:0;
615
+ height:0;
616
+ overflow:hidden;
617
+ font-size:0;
618
+ }
619
+ .search_toplinks{
620
+ background:url(../images/new/quiq_bg.gif) repeat-x 0 0;
621
+ padding-top:10px;
622
+ }
623
+ /* Header ================================================================================ */
624
+ .header-container {border-top:4px solid #1e2f40; min-height:132px; _height:132px;}
625
+ .header { width:964px; margin:0 auto; position:relative; z-index:10; }
626
+ .header h1.logo { float:left; height:88px; padding-top:44px; width:231px; text-decoration:none !important; text-align:left;}
627
+ .header h1.logo img {max-width:100%;}
628
+ .header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
629
+ .header h1.logo { margin:0; }
630
+ .header .quick-access { float:right; width:733px; }
631
+ .header .welcome-msg { margin:0; text-align:right; padding-right:2px; padding-top:23px; color:#257ac6; font-size:12px; font-weight:bold; font-family:Tahoma,Geneva,Kalimati,sans-serif; line-height:13px; margin-bottom:19px;}
632
+ .header .form-search {float:right; position:relative;}
633
+ .header .form-search label { display:none;float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
634
+ .header .form-search .search_input_cont{
635
+ float:left;
636
+ display:inline;
637
+ width:135px;
638
+ height:20px;
639
+ padding-top:2px;
640
+ padding-left:20px;
641
+ margin-right:2px;
642
+ background:url(../images/new/search_input_bg.gif) 0 0 no-repeat;
643
+ }
644
+ .header .form-search input.input-text { float:left; border:0; background:none; width:122px; }
645
+ .header .form-search button.button { float:left; width:67px;}
646
+ .header .form-search button.button span { border:0; height:22px; background:url(../images/new/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:normal 12px/21px Tahoma, Verdana, Arial, sans-serif; }
647
+ .header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; color:#4b4b4b;}
648
+ .header .form-search .search-autocomplete { z-index:999; left:25px !important; top:22px !important; }
649
+ .header .form-search .search-autocomplete ul { border:1px solid #e3e3e3; background-color:#f4f4f4; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
650
+ .header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #e3e3e3; padding:2px 8px 1px 8px; cursor:pointer; }
651
+ .header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
652
+ .header .form-search .search-autocomplete li.odd { }
653
+ .header .form-search .search-autocomplete li.selected { }
654
+ .header .form-language { clear:both; padding:5px 0 0; text-align:right; margin-bottom:9px;}
655
+ .header .form-language label { font-weight:normal; padding-right:5px; color:#7c7c7c; vertical-align:middle; font-family:Tahoma,Geneva,Kalimati,sans-serif; font-size:12px;}
656
+ .header .form-language select { padding:0; }
657
+ .header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
658
+ .header .links { float:left; width:508px;}
659
+ .header .links li { float:left; font-size:11px; background:url(../images/new/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 24px; margin-bottom:10px; }
660
+ .header .links a { color:#7c7c7c; font-size:12px; line-height:20px;font-weight:normal; text-decoration:none; font-family:Tahoma,Geneva,Kalimati,sans-serif;}
661
+ .header .links a:hover{text-decoration:underline;}
662
+ .header .links a:active{text-decoration:underline; color:#5f5f5f;}
663
+ .header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
664
+ .header-container .top-container a { font-size:11px; color:#ebbc58; }
665
+
666
+ /********** < Navigation */
667
+ .nav-container { background:url(../images/new/header_bg.gif) repeat-x 0 100%; height:50px; zoom:1;}
668
+ #nav { width:965px; margin:0 auto;font-size:12px; background:url(../images/new/nav_bg.png) 0 0 no-repeat; height:44px;}
669
+ #nav li.home{
670
+ width:58px;
671
+ height:44px;
672
+ }
673
+ #nav li a.home{
674
+ display:block;
675
+ background:url(../images/new/home_link.gif) no-repeat 0 0;
676
+ width:58px;
677
+ height:44px;
678
+ padding:0 !important;
679
+ margin:0 !important;
680
+ }
681
+ #nav li.active a.home,
682
+ #nav li.over a.home{
683
+ background:url(../images/new/home_link.gif) no-repeat 0 -44px;
684
+ }
685
+ /* All Levels */ /* Style consistent throughout all nav levels */
686
+ #nav li.level0{height:44px; background:url(../images/new/nav_li_bg.gif) no-repeat 100% 0;}
687
+ #nav li { position:relative; text-align:left; }
688
+ #nav li.over { z-index:998; }
689
+ #nav a,
690
+ #nav a:hover { }
691
+ #nav li a{
692
+ color:#ffffff;
693
+ font-weight:bold;
694
+ margin-right:2px;
695
+ height:44px;
696
+ padding:0 20px;
697
+ text-decoration:none;
698
+ display:inline;
699
+ line-height:44px;
700
+ }
701
+ #nav li a:hover{
702
+ background:#3584ca url(../images/new/nav_li_active.gif) no-repeat 50% 100%;
703
+ color:#fff;
704
+ }
705
+ #nav span { display:block; cursor:pointer; white-space:nowrap; }
706
+ #nav li ul span {white-space:normal; }
707
+ #nav ul li.parent a { }
708
+ #nav ul li.parent li a { }
709
+
710
+ /* 0 Level */
711
+ #nav li { float:left; }
712
+ #nav li.active a { background:#3584ca url(../images/new/nav_li_active.gif) no-repeat 50% 100%; color:#fff; }
713
+ #nav a { float:left; padding:5px 12px 6px 8px; color:#a7c6dd; font-weight:bold; }
714
+ #nav li.over a,
715
+ #nav a:hover { }
716
+
717
+ /* 1st Level */
718
+ #nav ul li,
719
+ #nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#fff; }
720
+ #nav ul li.last a{border-bottom:0 !important; }
721
+
722
+ #nav ul a,
723
+ #nav ul a:hover { float:none; padding:0; background:none; }
724
+ #nav ul li a { font-weight:normal !important; }
725
+
726
+ /* 2nd Level */
727
+ #nav ul,
728
+ #nav div { position:absolute; width:111px; top:45px; left:-10000px; border:1px solid #e3e3e3; background:#fff; -moz-border-radius: 0 0 2px 2px; -webkit-border-radius: 0 0 2px 2px; border-radius: 0 0 2px 2px;}
729
+ #nav div ul { position:static; width:auto; border:none; }
730
+
731
+ /* 3rd+ Level */
732
+ #nav ul ul,
733
+ #nav ul div { top:0px;}
734
+
735
+ #nav ul li a { background:none !important; color:#5f5f5f !important; padding-left:18px; font-size:11px; font-family:Tahoma,Geneva,Kalimati,sans-serif; display:block; margin:0 3px; line-height:24px; height:auto; border-bottom:1px solid #f2f2f2; _height:22px;}
736
+ #nav ul li a:hover { color:#fff; background:#3286d2 !important; padding-left:18px; }
737
+ #nav ul li a:hover span{color:#fff;}
738
+ #nav ul span,
739
+ #nav ul li.last li span { padding:0; }
740
+
741
+ /* Show menu */
742
+ #nav li ul.shown-sub,
743
+ #nav li div.shown-sub { left:-2px; z-index:999; }
744
+ #nav li .shown-sub ul.shown-sub,
745
+ #nav li .shown-sub li div.shown-sub { left:108px; }
746
+ /********** Navigation > */
747
+ /* ======================================================================================= */
748
+
749
+
750
+ /* Sidebar =============================================================================== */
751
+ .block { border:0; margin:0 0 19px; }
752
+ .block .block-title { border-bottom:0; background:#3485ce url(../images/new/block_head_blue_left.gif) 0 0 no-repeat; padding-left:29px;}
753
+ .block .block-title strong { display:block; font:bold 11px/30px Tahoma,Geneva,Kalimati,sans-serif; min-height:31px; color:#fff; background:url(../images/new/block_head_blue_right.gif) 100% 0 no-repeat;}
754
+ .block .block-title strong span {}
755
+ .block .block-title a { text-decoration:none !important; }
756
+ .block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; line-height:16px;}
757
+ .col-right .block .block-content { background:url(../images/new/block_content_bg.gif) 0 100% no-repeat; }
758
+ .col-left .block .block-content { background:url(../images/new/block_content_bg_left.gif) 0 100% no-repeat; }
759
+ .block .block-content li.item { padding:7px 9px; }
760
+ .block .block-content .product-name { color:#6b6b6b; }
761
+ .block #cart-sidebar .product-name {margin-right:16px;}
762
+ .block .block-content .product-name a{color:#6b6b6b;}
763
+ .block .block-content .link-wishlist{color:#6b6b6b;}
764
+ .block .btn-remove,
765
+ .block .btn-edit { float:right; margin:1px 0 2px 5px; }
766
+ .block .actions {padding:6px 9px; text-align:right; }
767
+ .block .actions a { float:left; }
768
+ .block .actions button.button { float:right; }
769
+ .block .empty { margin:0; padding:11px 60px 13px 29px; font-size:12px; color:#7c7c7c; font-family:Tahoma,Geneva,Kalimati,sans-serif; line-height:18px;}
770
+
771
+ /*.block li.odd { background-color:#f4f3f3; }
772
+ .block li.even { background-color:#fafafa; }
773
+
774
+ Mini Blocks
775
+ .block-cart,
776
+ .block-wishlist,
777
+ .block-subscribe,
778
+ .block-compare,
779
+ .block-reorder,
780
+ .block-poll,
781
+ .block-viewed,
782
+ .block-compared,
783
+ .block-related,
784
+ .block-tags,
785
+ .block-login { font-size:11px; line-height:1.25; }
786
+ .block-cart .block-title strong,
787
+ .block-wishlist .block-title strong,
788
+ .block-subscribe .block-title strong,
789
+ .block-compare .block-title strong,
790
+ .block-reorder .block-title strong,
791
+ .block-poll .block-title strong,
792
+ .block-viewed .block-title strong,
793
+ .block-compared .block-title strong,
794
+ .block-related .block-title strong,
795
+ .block-tags .block-title strong,
796
+ .block-login .block-title strong { background-position:0 0; background-repeat:no-repeat; padding-left:21px; }
797
+ */
798
+ /* Mini Products List */
799
+ .mini-products-list .product-image { float:left; width:50px; border:1px solid #E3E3E3; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;}
800
+ .mini-products-list .product-details { margin-left:60px; position:relative; margin-top:-4px;}
801
+
802
+ /* Block: Account */
803
+ .block-account { ; }
804
+ .block-account .block-title { }
805
+ .block-account .block-title strong {}
806
+ .block-account .block-content { padding:6px 5px 6px; }
807
+ .block-account .block-content li {border-bottom:1px dotted #d4d4d4; margin-bottom:2px; overflow:hidden; padding:1px 0;}
808
+ .block-account .block-content li a { display:block; margin:2px 5px 2px; color:#7c7c7c; text-decoration:none !important; padding:2px 8px 3px; line-height:16px;}
809
+ .block-account .block-content li a:hover { background:#ececec; color:#4a4b4b;}
810
+ .block-account .block-content li.last { border-bottom:0; }
811
+ .block-account .block-content li.current { border-bottom:1px dotted #d4d4d4; padding:1px 0; color:#4a4b4b; }
812
+ .block-account .block-content li.current strong{font-weight:normal; display:block; margin:2px 5px 2px; background:#ececec; padding:2px 8px 3px; line-height:16px;}
813
+ .block-account .block-content li.current.last { border-bottom:0; }
814
+
815
+ /* Block: Currency Switcher */
816
+ .block-currency { padding:7px 12px 10px; }
817
+
818
+ /* Block: Layered Navigation */
819
+ .block-layered-nav { border:0; }
820
+ .block-layered-nav .block-title { background:url("../images/new/block_head_grey_left.gif") no-repeat scroll 0 0 transparent;}
821
+ .block-layered-nav .block-title strong{background:url("../images/new/block_head_grey_right.gif") no-repeat scroll 100% 0 transparent; color:#474D52;}
822
+ .block-layered-nav .block-subtitle { padding:3px 9px; color:#5f5f5f; font-weight:bold; font-family:Tahoma,Geneva,Kalimati,sans-serif; padding-left:31px; padding-top:9px; padding-bottom:8px;}
823
+ .block-layered-nav .block-content { }
824
+ .block-layered-nav dt { background:#f2f2f2; padding:0 10px 0 22px; font-weight:bold; text-transform:uppercase; margin:0 8px; font-size:11px; color:#7c7c7c; font-family:Tahoma,Geneva,Kalimati,sans-serif; line-height:21px;}
825
+ .block-layered-nav dd { padding:7px 8px 7px 30px; }
826
+ .block-layered-nav dd.last { background:none; }
827
+ .block-layered-nav dd ol li{color:#257AC5;text-decoration:none;}
828
+ .block-layered-nav .currently li { padding:4px 6px 4px 10px; }
829
+ .block-layered-nav .currently .label { font-weight:bold; padding-left:18px; text-transform:uppercase; }
830
+ .block-layered-nav .currently .btn-remove { margin:3px 0 0; }
831
+ .block-layered-nav .actions { font-size:11px; padding:4px 9px; border:1px solid #e3e3e3; border-width:1px 0; text-align:right; }
832
+ .block-layered-nav .actions a { float:none; }
833
+
834
+ /* Block: Cart */
835
+ .block-cart .block-title { /*border-bottom:0;*/ }
836
+ /*.block-cart .block-title strong { background-image:url(../images/i_block-cart.gif); }*/
837
+ .block-cart .summary { padding:2px 8px 8px; position:relative; z-index:1; }
838
+ .block-cart .amount { margin:0; text-align:center; padding-top:5px;}
839
+ .block-cart .amount a { font-weight:bold; }
840
+ .block-cart .subtotal { margin:5px 0 0; padding:2px 0; text-align:center; }
841
+ .block-cart .subtotal .price { font-weight:bold; }
842
+ .block-cart .actions { border-bottom:1px solid #e3e3e3; }
843
+ .toolbar{
844
+ position:relative;
845
+ background:#f8f8f8;
846
+ border:1px solid #f0f0f0;
847
+ }
848
+ .toolbar .tbcrn{
849
+ background:url(../images/new/tool_bar_corners.gif) repeat 0 0;
850
+ position:absolute;
851
+ width:4px;
852
+ height:4px;
853
+ overflow:hidden;
854
+ }
855
+ .toolbar .tbcrnlt{
856
+ top:-1px;
857
+ left:-1px;
858
+ }
859
+ .toolbar .tbcrnrt{
860
+ top:-1px;
861
+ left:100%;
862
+ background-position:-4px 0;
863
+ margin-left:-3px;
864
+ }
865
+ .toolbar .tbcrnlb{
866
+ top:100%;
867
+ margin-top:-3px;
868
+ background-position:0 -4px;
869
+ left:-1px;
870
+ }
871
+ .toolbar .tbcrnrb{
872
+ top:100%;
873
+ left:100%;
874
+ background-position:-4px -4px;
875
+ margin-top:-3px;
876
+ margin-left:-3px;
877
+ }
878
+ /* Block: Wishlist */
879
+ /*.block-wishlist .block-title strong { background-image:url(../images/i_block-wishlist.gif); }*/
880
+ .block-wishlist .actions { text-align:right; }
881
+ .block-wishlist .actions a { float:none; }
882
+
883
+ /* Block: Related */
884
+ /*.block-related .block-title strong { background-image:url(../images/i_block-related.gif); background-position:0 1px; }*/
885
+ .block-related input.checkbox { float:left; }
886
+ .block-related .product { margin-left:20px; }
887
+ .block-related .mini-products-list{
888
+ padding-left:20px;
889
+ }
890
+ .block-related p.block-subtitle{
891
+ padding-top:13px;
892
+ padding-left:28px;
893
+ padding-bottom:8px;
894
+ }
895
+ .block-related p.block-subtitle a{
896
+ text-decoration:underline;
897
+ }
898
+ .block-related p.block-subtitle a:hover{
899
+ text-decoration:none;
900
+ }
901
+ /* Block: Compare Products */
902
+ /*.block-compare .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }*/
903
+ .page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; }
904
+ .compare-table { border:0; }
905
+ .compare-table thead tr.first th,
906
+ .compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
907
+ .compare-table .btn-remove { float:right; background-image:url(../images/btn_remove2.gif); width:72px; height:15px; }
908
+ .compare-table tbody th { background:#F4F4F4; color:#5f5f5f;}
909
+ .compare-table tbody th,
910
+ .compare-table tbody td { padding:10px; border:0; border-top:1px solid #e3e3e3; border-left:1px solid #e3e3e3; }
911
+ .compare-table tbody td.last { border-right:1px solid #e3e3e3; }
912
+ .compare-table tbody tr.last th,
913
+ .compare-table tbody tr.last td { border-bottom:1px solid #e3e3e3 !important; }
914
+ .compare-table tr.add-to-row td { text-align:center; }
915
+ .compare-table tr.first td { text-align:center; }
916
+ .compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
917
+ .compare-table tr.first td .product-name a { color:#203548; }
918
+ .compare-table tr.first td .ratings { width:69px; margin:0 auto; }
919
+ .compare-table tr.first td p,
920
+ .compare-table tr.add-to-row td p { margin:0; }
921
+
922
+ /* Block: Recently Viewed */
923
+ /*.block-viewed .block-title strong { background-image:url(../images/i_block-viewed.gif); }*/
924
+
925
+ /* Block: Recently Compared */
926
+ /*.block-compared .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }*/
927
+
928
+ /* Block: Poll */
929
+ /*.block-poll .block-title strong { background-image:url(../images/i_block-poll.gif); }*/
930
+ .block-poll .block-subtitle { font-size:12px; color:#7c7c7c; font-family:Tahoma,Geneva,Kalimati,sans-serif; padding:0; font-weight:normal; margin-bottom:11px;}
931
+ .block-poll .block-title{background:url("../images/new/block_head_grey_left.gif") no-repeat scroll 0 0;}
932
+ .block-poll .block-title strong {background:url("../images/new/block_head_grey_right.gif") no-repeat scroll 100% 0 transparent; color:#474d52;}
933
+ .block-poll .block-content{padding:11px 19px 13px 29px;}
934
+ .block-poll label { color:#7c7c7c; font-weight:normal; font-family:Tahoma,Geneva,Kalimati,sans-serif;}
935
+ .block-poll input.radio { float:left; margin:1px -18px 0 0; }
936
+ .block-poll .label { display:block; margin-left:18px; line-height:16px;}
937
+ .block-poll li { padding:3px 0; }
938
+ .block-poll li.last{padding-bottom:2px;}
939
+ .block-poll .actions { margin:0; padding-top:0;}
940
+ .block-poll button.button span { background-image:url(../images/new/button_grey.gif); color:#4b4b4b; font-weight:normal; padding-left:10px; font-size:11px;}
941
+ .block-poll button.button span span{padding-left:0; padding-right:10px;}
942
+ .block-poll .answer { font-weight:bold; }
943
+ .block-poll .votes { float:right; margin-left:10px; }
944
+
945
+ /* Block: Tags */
946
+ .block-tags .block-title{background:url("../images/new/block_head_grey_left.gif") no-repeat scroll 0 0;}
947
+ .block-tags .block-title strong {background:url("../images/new/block_head_grey_right.gif") no-repeat scroll 100% 0 transparent; color:#474d52;}
948
+ .block-tags .block-content ul { font-size:12px; padding:13px 16px 7px 30px;}
949
+ .block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
950
+ .block-tags .block-content li { display:inline; padding-right:4px; }
951
+ .block-tags .block-content ul a {color:#807f7f; font-family:Tahoma,Geneva,Kalimati,sans-serif; }
952
+ .block-tags .actions { text-align:left; padding-left:30px; padding-bottom:12px;}
953
+ .block-tags .actions a { float:none; font-size:11px;}
954
+
955
+ /* Block: Subscribe */
956
+ .block-subscribe .block-content { padding:5px 10px; padding-left:29px; padding-top:9px; padding-bottom:10px; clear:both; overflow:hidden; zoom:1;}
957
+ .block-subscribe .block-title{background:url("../images/new/block_head_grey_left.gif") no-repeat scroll 0 0;}
958
+ .block-subscribe .block-title strong {background:url("../images/new/block_head_grey_right.gif") no-repeat scroll 100% 0 transparent; color:#474d52;}
959
+ .block-subscribe label { font-weight:normal; color:#7c7c7c; font-family:Tahoma,Geneva,Kalimati,sans-serif; display:block; padding-bottom:10px;}
960
+ .block-subscribe .input-box{float:left;}
961
+ .block-subscribe input.input-text { display:block; width:140px; margin:1px; margin-right:5px;}
962
+ .block-subscribe .input-box .validation-advice{width:140px;}
963
+ .block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
964
+ .block-subscribe .actions button.button { float:none; }
965
+
966
+
967
+ /* Block: Reorder */
968
+ /*.block-reorder .block-title strong { background-image:url(../images/i_block-list.gif); }*/
969
+ .block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
970
+ .block-reorder .product-name { margin-left:20px; }
971
+ .block-reorder .validation-advice { margin:3px 9px 7px; }
972
+
973
+ /* Block: Banner */
974
+ .block-banner { border:0; }
975
+ .block-banner .block-content { padding:0; text-align:center; background:none !important;}
976
+
977
+ /* Block: Login */
978
+ /*.block-login .block-title strong { background-image:url(../images/i_ma-info.gif); }*/
979
+ .block-login .block-content { padding:5px 10px; }
980
+ .block-login label { font-weight:bold; color:#666; }
981
+ .block-login input.input-text { display:block; width:167px; margin:3px 0; }
982
+ .block-login .actions { background:none; padding:0; margin:3px 0 0; }
983
+ /*.block-login .actions button.button span { border-color:#406a83; background:#618499; }*/
984
+
985
+ /* Paypal */
986
+ .sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
987
+ .sidebar .paypal-logo a { float:none; }
988
+ /* ======================================================================================= */
989
+
990
+
991
+ /* Category Page ========================================================================= */
992
+ .category-title { border:0; margin:0 0 7px; }
993
+ .category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
994
+ .category-image img {}
995
+ .category-description { margin:0 0 10px; }
996
+ .category-products {}
997
+
998
+ /* View Type: Grid */
999
+ .products-grid { position:relative;}
1000
+ .products-grid.last { border-bottom:0; margin-right:0;}
1001
+ .products-grid td.item { width:216px; font-family:Tahoma,Geneva,Kalimati,sans-serif;background:url(../images/new/prod_grid_bg.gif) 0 100% no-repeat; padding-right:23px; }
1002
+ .products-grid td.last{padding-right:0;}
1003
+ .products-grid td.item .product_grid_item {background:url(../images/new/prod_grid_bg.gif) 0 0 no-repeat; padding:10px 10px 0; width:196px; margin-bottom:10px;}
1004
+ .products-grid .product-image { display:block; height:135px; margin:0 0 0px; text-align:center;}
1005
+ .products-grid .product-name { min-height:32px; margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; line-height:16px; _height:32px;}
1006
+ .products-grid .product-name a { color:#5f5f5f;font-size:14px;font-weight:bold; line-height:15px; }
1007
+ .products-grid .price-box { margin:0 0 0; }
1008
+ .products-grid .availability { line-height:21px; }
1009
+ .products-grid .add-to-links{text-align:center;}
1010
+ .products-grid .actions { margin-top:10px; }
1011
+ /*.col2-left-layout .products-grid,
1012
+ .col2-right-layout .products-grid { width:632px; margin:0 auto; }*/
1013
+ .col1-layout .products-grid { width:790px; margin:0 auto; }
1014
+ .cat_desc{
1015
+ margin-bottom:10px;
1016
+ }
1017
+ img.img_arr_bottom{
1018
+ vertical-align:middle;
1019
+ padding:0 7px;
1020
+ }
1021
+ .cat_desc img,
1022
+ .category-image img{
1023
+ max-width:100%;
1024
+ _width:100%;
1025
+ }
1026
+ /* View Type: List */
1027
+ .products-list li.item { background:url(../images/new/prod_list_bg.png) 0 0 no-repeat; padding-left:13px; margin-bottom:25px;font-family:Tahoma,Geneva,Kalimati,sans-serif; height:216px; overflow:hidden;}
1028
+ .products-list li .products-list-item {background:url(../images/new/prod_list_bg.png) 100% 0 no-repeat; padding-right:25px; padding-top:13px; padding-bottom:10px; height:193px;}
1029
+ .products-list li.item.last { margin-bottom:0; }
1030
+ .products-list li p.rating-links a,
1031
+ .products-grid li .ratings .amount a{color:#5f5f5f; font-weight:normal; font-size:11px;}
1032
+ .products-list .product-image { float:left; width:131px; height:182px; margin:0 10px 0 0; background:url(../images/new/prod_list_img_bg.png) 0 0 no-repeat; padding:4px; line-height:182px;}
1033
+ .products-list .product-image img{vertical-align:middle;}
1034
+ .products-list li.item .ratings .rating-box,
1035
+ .products-grid li.item .ratings .rating-box{margin-right:14px;}
1036
+ .products-list .product-shop { float:left; width:267px; position:relative; margin-top:-3px;}
1037
+ .products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
1038
+ .products-list .product-name a { color:#5f5f5f;font-size:14px;font-weight:bold; line-height:15px;}
1039
+ .products-list li.item .add-to-links a,
1040
+ .products-grid li.item .add-to-links a{font-weight:normal; color:#5f5f5f; font-size:11px; vertical-align:middle;}
1041
+ .products-list .price-box { margin:3px 13px 5px 0; }
1042
+ .products-list .minimal-price-link{display:none;}
1043
+ .products-list .prod_list_actions button{
1044
+ float:left;
1045
+ }
1046
+ .products-list .prod_list_actions button.btn-cart span{
1047
+ background:url("../images/new/prod_list_add_tc.gif") no-repeat scroll 0 0 transparent;
1048
+ color:#636363;
1049
+ font-size:11px;
1050
+ height:23px;
1051
+ line-height:23px;
1052
+ font-weight:bold;
1053
+ padding-left:22px;
1054
+ font-family:Tahoma,Geneva,Kalimati,sans-serif;
1055
+ }
1056
+ .products-list .prod_list_actions button.btn-cart span span{
1057
+ background-position:100% 0;
1058
+ padding-left:0;
1059
+ padding-right:22px;
1060
+ }
1061
+ .products-list .prod_list_actions button.btn-det span{
1062
+ background:url("../images/new/prod_list_det.gif") no-repeat scroll 0 0 transparent;
1063
+ font-family:Tahoma,Geneva,Kalimati,sans-serif;
1064
+ color:#fff;
1065
+ height:23px;
1066
+ line-height:23px;
1067
+ font-weight:bold;
1068
+ padding-left:22px;
1069
+ font-size:11px;
1070
+ }
1071
+ .products-list .prod_list_actions button.btn-det span span{
1072
+ background-position:100% 0;
1073
+ padding-left:0;
1074
+ padding-right:22px;
1075
+ }
1076
+ .products-grid .prod_grid_actions button{
1077
+ float:left;
1078
+ width:98px;
1079
+ }
1080
+ .products-grid .prod_grid_actions button.btn-cart span{
1081
+ background:url("../images/new/prod_list_add_tc.gif") no-repeat scroll 0 0 transparent;
1082
+ color:#636363;
1083
+ font-size:11px;
1084
+ height:23px;
1085
+ line-height:23px;
1086
+ font-weight:bold;
1087
+ font-family:Tahoma,Geneva,Kalimati,sans-serif;
1088
+ }
1089
+
1090
+ .products-grid .prod_grid_actions button.btn-cart span span{
1091
+ background-position:100% 0;
1092
+ }
1093
+ .products-grid .prod_grid_actions button.btn-det span{
1094
+ background:url("../images/new/prod_list_det.gif") no-repeat scroll 0 0 transparent;
1095
+ font-family:Tahoma,Geneva,Kalimati,sans-serif;
1096
+ color:#fff;
1097
+ height:23px;
1098
+ line-height:23px;
1099
+ font-weight:bold;
1100
+ font-size:11px;
1101
+ }
1102
+ .products-grid .prod_grid_actions button.btn-det span span{
1103
+ background-position:100% 0;
1104
+ }
1105
+ .products-list .availability { float:left; margin:3px 0 0; }
1106
+ .products-list .desc { clear:both; color:#807f7f; line-height:17px;}
1107
+ .products-list .desc .link-more { font-size:12px; color:#257ac5; text-decoration:underline;}
1108
+ .products-list .desc .link-more:hover{text-decoration:none;}
1109
+ .products-list .add-to-links,
1110
+ .products-grid .add-to-links { clear:both; line-height:13px;}
1111
+ .products-list .add-to-links li,
1112
+ .products-grid .add-to-links li { display:inline; }
1113
+ .products-list .add-to-links .separator,
1114
+ .products-grid .add-to-links .separator { display:inline; margin:0 10px; }
1115
+ /* ======================================================================================= */
1116
+
1117
+
1118
+ /* Product View ========================================================================== */
1119
+ /* Rating */
1120
+ .no-rating { margin:0; }
1121
+
1122
+ .ratings { font-size:11px; line-height:1.25; margin:7px 0; }
1123
+ .ratings strong { float:left; margin:1px 3px 0 0; }
1124
+ .ratings .rating-links { margin:0; float:left; line-height:11px;}
1125
+ .ratings .rating-links .separator { margin:0 2px; }
1126
+ .ratings dt {}
1127
+ .ratings dd {}
1128
+ .rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/new/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
1129
+ .rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
1130
+ .ratings .rating-box { float:left; margin-right:3px; }
1131
+ .ratings .amount {}
1132
+
1133
+ .ratings-table th,
1134
+ .ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
1135
+ .ratings-table th { font-weight:bold; padding-right:8px; }
1136
+
1137
+ /* Availability */
1138
+ .availability { margin:0; }
1139
+ .availability span { font-weight:bold; }
1140
+ .availability.in-stock span {}
1141
+ .availability.out-of-stock span { }
1142
+
1143
+ .availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
1144
+ .availability-only span,
1145
+ .availability-only a { border-bottom:1px dashed #751d02; color:#000;}
1146
+ .availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
1147
+ .availability-only .expanded { background-position:100% -15px; }
1148
+ .availability-only strong { color:#be2c00; }
1149
+ .add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
1150
+ .add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
1151
+ .product-view .add-to-cart .paypal-logo { margin:0; }
1152
+ .availability-only-details { margin:0 0 7px; }
1153
+ .availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
1154
+ .availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
1155
+ .availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }
1156
+
1157
+ .product-view .product-shop .availability { font-size:11px; }
1158
+ .product-view .product-shop .availability span { font-weight:normal; }
1159
+
1160
+ /* Email to a Friend */
1161
+ .email-friend { margin:0; }
1162
+
1163
+ /* Alerts */
1164
+ .alert-price { margin:0; font-size:11px; }
1165
+ .alert-stock { margin:0; font-size:11px; }
1166
+
1167
+ /********** < Product Prices */
1168
+ .price { white-space:nowrap !important; }
1169
+
1170
+ .price-box { margin:5px 0; }
1171
+ .price-box .price { font-weight:bold; color:#383838; }
1172
+
1173
+ /* Regular price */
1174
+ .regular-price { color:#383838; }
1175
+ .regular-price .price { font-weight:bold; font-size:14px; color:#383838; }
1176
+ .block .regular-price,
1177
+ .block .regular-price .price { color:#5f5f5f; }
1178
+
1179
+ /* Old price */
1180
+ .old-price { margin:0; }
1181
+ .old-price .price-label { white-space:nowrap; color:#5f5f5f; }
1182
+ .old-price .price { font-weight:bold; color:#383838; text-decoration:line-through; }
1183
+
1184
+ /* Special price */
1185
+ .special-price { margin:0; padding:3px 0; }
1186
+ .special-price .price-label { font-size:14px; font-weight:bold; white-space:nowrap; color:#5f5f5f; }
1187
+ .special-price .price { font-size:14px; font-weight:bold; color:#383838; }
1188
+
1189
+ /* Minimal price (as low as) */
1190
+ .minimal-price { margin:0; }
1191
+ .minimal-price .price-label { font-weight:bold; white-space:nowrap; }
1192
+
1193
+ .minimal-price-link { display:block; }
1194
+ .minimal-price-link .label {}
1195
+ .minimal-price-link .price { font-weight:normal; }
1196
+
1197
+ /* Excluding tax */
1198
+ .price-excluding-tax { display:block; color:#5f5f5f; }
1199
+ .price-excluding-tax .label { white-space:nowrap; color:#5f5f5f; }
1200
+ .price-excluding-tax .price { font-size:14px; font-weight:normal; color:#383838; }
1201
+
1202
+ /* Including tax */
1203
+ .price-including-tax { display:block; color:#5f5f5f; }
1204
+ .price-including-tax .label { white-space:nowrap; color:#5f5f5f; }
1205
+ .price-including-tax .price { font-size:13px; font-weight:bold; color:#383838; }
1206
+
1207
+ /* FPT */
1208
+ .weee { display:block; font-size:11px; color:#444; }
1209
+ .weee .price { font-size:11px; font-weight:normal; }
1210
+
1211
+ /* Excl tax (for order tables) */
1212
+ .price-excl-tax { display:block; }
1213
+ .price-excl-tax .label { display:block; white-space:nowrap; }
1214
+ .price-excl-tax .price { display:block; }
1215
+
1216
+ /* Incl tax (for order tables) */
1217
+ .price-incl-tax { display:block; }
1218
+ .price-incl-tax .label { display:block; white-space:nowrap; }
1219
+ .price-incl-tax .price { display:block; font-weight:bold; }
1220
+
1221
+ /* Price range */
1222
+ .price-from { margin:0; }
1223
+ .price-from .price-label { font-weight:bold; white-space:nowrap; }
1224
+
1225
+ .price-to { margin:0; }
1226
+ .price-to .price-label { font-weight:bold; white-space:nowrap; }
1227
+
1228
+ /* Price notice next to the options */
1229
+ .price-notice { padding-left:10px; color:#5f5f5f; }
1230
+ .price-notice .price { font-weight:bold; color:#2f2f2f; }
1231
+
1232
+ /* Price as configured */
1233
+ .price-as-configured { margin:0; }
1234
+ .price-as-configured .price-label { font-weight:bold; white-space:nowrap; }
1235
+
1236
+ .price-box-bundle { padding:0 0 10px 0; }
1237
+ .price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
1238
+ .price-box-bundle .price { color:#555; }
1239
+ /********** Product Prices > */
1240
+
1241
+ /* Tier Prices */
1242
+ .product-pricing,
1243
+ .tier-prices { margin:10px 0; padding:10px; background-color:#f4f4f4; border:1px solid #e3e3e3; }
1244
+ .tier-prices li { line-height:1.4; background:url(../images/new/footer_block_arrw.gif) no-repeat 0 8px; padding:2px 0 2px 10px; }
1245
+ .tier-prices .benefit { font-style:italic; font-weight:bold; color:#5f5f5f; }
1246
+ .tier-prices .price { font-weight:bold; color:#5f5f5f; }
1247
+
1248
+ .tier-prices-grouped li { padding:2px 0; color:#e26703; }
1249
+ .tier-prices-grouped li .price { font-weight:bold; }
1250
+
1251
+ /* Add to Links */
1252
+ .add-to-links { font-size:11px; margin:5px 0 0; }
1253
+ .add-to-links .separator { display:none; }
1254
+
1255
+ /* Add to Cart */
1256
+ .add-to-cart label { float:left; margin-right:5px; font-weight:normal; color:#5f5f5f; }
1257
+ .add-to-cart .qty { float:left; margin-right:5px; }
1258
+ .add-to-cart button.button { float:left; }
1259
+ .add-to-cart .paypal-logo { clear:left; margin:0; padding:10px 0 0; text-align:right; }
1260
+
1261
+ /* Add to Links + Add to Cart */
1262
+ .add-to-box { margin:10px 0; }
1263
+ .add-to-box .add-to-cart { float:left; }
1264
+ .add-to-box .or { float:left; font-weight:normal; margin:0 7px; color:#5f5f5f; }
1265
+ .add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
1266
+ .add-to-box .add-to-links li { display:block !important; }
1267
+ .add-to-box .add-to-links li .separator { display:none !important; }
1268
+
1269
+
1270
+ .product-essential{padding-bottom:13px; background:url(../images/new/prod_ess_bg.gif) 0 100% repeat-x; margin-bottom:33px;}
1271
+ ul.product-tabs{
1272
+ clear:both;
1273
+ overflow:hidden;
1274
+ height:26px;
1275
+ zoom:1;
1276
+ }
1277
+ ul.product-tabs li{
1278
+ float:left;
1279
+ display:inline;
1280
+ padding-left:20px;
1281
+ margin-right:1px;
1282
+ background:url(../images/new/tab_bg_new.gif) 0 0 repeat;
1283
+ }
1284
+ ul.product-tabs li a{
1285
+ display:block;
1286
+ color:#474d52;
1287
+ padding-top:7px;
1288
+ padding-bottom:7px;
1289
+ line-height:12px;
1290
+ background:url(../images/new/tab_bg_new.gif) 100% 0 repeat;
1291
+ padding-right:20px;
1292
+ font-weight:bold;
1293
+ font-size:11px;
1294
+ text-decoration:none;
1295
+ text-align:center;
1296
+ }
1297
+ ul.product-tabs li.active a{
1298
+ color:#fff;
1299
+ background:url(../images/new/tab_bg_new.gif) 100% -26px repeat;
1300
+ }
1301
+ ul.product-tabs li.active{
1302
+ background:url(../images/new/tab_bg_new.gif) 0 -26px repeat;
1303
+ }
1304
+ .product-tabs-content{
1305
+ border:1px solid #e5e5e5;
1306
+ padding:15px;
1307
+ -moz-border-radius: 0 0 3px 3px; -webkit-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px;
1308
+ }
1309
+ .product-tabs-content h2,
1310
+ .product-tabs-content h3,
1311
+ .product-tabs-content h4{
1312
+ font-size:12px;
1313
+ color:#5f5f5f;
1314
+ font-weight:bold;
1315
+ }
1316
+ #review-form .form-list .input-box,
1317
+ #review-form .buttons-set{
1318
+ width:393px;
1319
+ }
1320
+ #review-form .form-list input.input-text,
1321
+ #review-form .form-list textarea{
1322
+ width:387px;
1323
+ }
1324
+ .product-essential h2 { font-size:12px; font-weight:bold; color:#5f5f5f; }
1325
+
1326
+ .product-collateral { padding:25px; display:none;}
1327
+ .product-collateral h2 { font-weight:bold; font-size:15px; color:#e26703; border-bottom:1px solid #e5dcc3; padding:0 0 1px; margin:0 0 15px; }
1328
+ .product-collateral .box-collateral { margin:0 0 25px; }
1329
+
1330
+ /* Product Images */
1331
+ .product-view .product-img-box { float:left; width:239px; }
1332
+ .col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
1333
+ .product-view .product-img-box .product-image { margin:0 0 13px; }
1334
+ .product-view {font-family:Tahoma,Geneva,Kalimati,sans-serif;}
1335
+ .product-view .product-img-box .product-image-zoom-wrap{width:233px; height:247px; padding:3px; background:url(../images/new/prod_page_img_bg.gif) 0 0 no-repeat; margin-bottom:3px;}
1336
+ .product-view .product-img-box .product-image-zoom { position:relative; width:233px; height:247px; overflow:hidden; z-index:9; margin:0; line-height:247px;}
1337
+ .product-view .product-img-box .product-image-zoom img { position:absolute; left:3p; top:3px; cursor:move; vertical-align:middle;}
1338
+ .product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 7px; text-align:center; font-family:Tahoma,Geneva,Kalimati,sans-serif;}
1339
+ .product-view .product-img-box .zoom { position:relative; z-index:9; height:13px; margin:0 auto 13px; padding:0 16px 0; background:url(../images/slider_bg.gif) 0 50% no-repeat; cursor:pointer; }
1340
+ .product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
1341
+ .product-view .product-img-box .zoom #track { position:relative; height:13px; }
1342
+ .product-view .product-img-box .zoom #handle { position:absolute; left:0; top:4px; width:21px; height:5px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat; }
1343
+ .product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:1px; top:0; }
1344
+ .product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:1px; top:0; }
1345
+ .product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; display:none;}
1346
+ .product-view .product-img-box .more-views ul { margin-left:-21px; position:relative; }
1347
+ .product-view .product-img-box .more-views li { float:left; margin:0 0 8px 21px; }
1348
+ .product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; padding:3px 3px 4px 4px; border:1px solid #e5e5e5; overflow:hidden; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
1349
+ div.more-views{padding-top:11px;}
1350
+ .product-image-popup { margin:0 auto; }
1351
+ .product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
1352
+ .product-image-popup .image { display:block; margin:10px 0; }
1353
+ .product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }
1354
+ .email-friend a{font-size:11px;}
1355
+ .product-view .product-shop .ratings a{color:#5f5f5f; font-size:11px;}
1356
+ .product-view .product-shop .ratings .rating-box{margin-right:18px;}
1357
+ /* Product Shop */
1358
+ .product-options dt label.required em { color:#eb340a; margin-left:5px; }
1359
+ .product-view .product-shop .add-to-box{
1360
+ margin:19px 0;
1361
+
1362
+ }
1363
+ .product-view .product-shop h2{margin-bottom:15px;}
1364
+ .product-view .product-shop .ratings{margin-bottom:6px;}
1365
+ .product-view .product-shop { float:right; padding-right:25px; width:410px; position:relative; margin-top:-2px;}
1366
+ .col1-layout .product-view .product-shop { float:right; width:545px; }
1367
+ .col3-layout .product-view .product-shop { float:none; width:auto; }
1368
+ .product-view .product-shop .product-name { margin:0 0 10px; }
1369
+ .product-view .product-shop .product-name h1 { margin:0; font-size:15px; font-weight:bold; color:#5f5f5f; line-height:16px;}
1370
+ .product-view .product-shop .availability { margin:6px 0; color:#5f5f5f; font-size:11px;}
1371
+ .product-view .product-shop .add-to-cart label{font-weight:normal; color:#5f5f5f; font-size:12px; margin-right:7px;}
1372
+ .product-view .product-shop .add-to-cart .qty{margin-right:10px;}
1373
+ .product-view .product-shop .short-description { margin:10px 0; padding:10px 0 0; }
1374
+ .product-view .product-shop .price-box { margin:8px 0 12px; }
1375
+ .product-view .product-shop .add-to-links { margin:0; line-height:11px !important;}
1376
+ .product-view .product-shop .add-to-links { font-size:12px; text-align:right; padding-top:4px;}
1377
+ .product-view .product-shop .add-to-links li,
1378
+ .product-view .product-shop .add-to-links li .separator,
1379
+ .product-view .product-shop .add-to-links li .separator img { display:inline !important; }
1380
+ .product-view .product-shop .add-to-links a { color:#5f5f5f !important; font-weight:normal !important; font-size:11px;}
1381
+ .product-view .product-shop .add-to-box .or{margin:0 15px;}
1382
+ /* Product Options */
1383
+ .product-options { margin:20px 0 0; padding:10px 15px 20px; background-color:#f4f4f4; border:1px solid #e3e3e3; }
1384
+ .product-options dt { padding:10px 0 0; font-weight:normal; }
1385
+ .product-options dt label { font-weight:bold; color:#2f2f2f; }
1386
+ .product-options dt span.required { color:#eb340a; }
1387
+ .product-options dd .qty-holder { display:block; padding:10px 0 0; }
1388
+ .product-options dd .qty-holder label { vertical-align:middle; }
1389
+ .product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
1390
+ .product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e3e3e3; }
1391
+ .product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
1392
+ .product-options dd input.input-text { width:98%; }
1393
+ .product-options dd input.datetime-picker { width:150px; }
1394
+ .product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
1395
+ .product-options dd textarea { width:98%; height:8em; }
1396
+ .product-options dd select { width:99%; }
1397
+ .product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
1398
+ .product-options ul.options-list { margin-right:5px; }
1399
+ .product-options ul.options-list li { line-height:1.5; padding:2px 0; }
1400
+ .product-options ul.options-list input.radio { float:left; margin-top:3px; }
1401
+ .product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
1402
+ .product-options ul.options-list .label { display:block; margin-left:18px; }
1403
+ .product-options ul.options-list label { font-weight:normal; }
1404
+ .product-options ul.validation-failed { padding:0 7px; }
1405
+ .product-options p.note { margin:0; font-size:11px; }
1406
+ .product-options p.required { position:absolute; right:20px; top:20px; }
1407
+
1408
+ .product-options-bottom { background-color:#fff; padding:15px 20px; border:1px solid #e3e3e3; border-top:0; }
1409
+ .product-options-bottom .product-pricing,
1410
+ .product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
1411
+ .product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
1412
+ .product-options-bottom .tier-prices .price,
1413
+ .product-options-bottom .tier-prices .benefit { color:#e26703; }
1414
+ .product-options-bottom .price-box { float:left; margin:0; padding:0; }
1415
+ .col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
1416
+ .product-options-bottom .price-label { float:left; padding-right:5px; }
1417
+ .product-options-bottom .price-tax { float:left; }
1418
+ .product-options-bottom .add-to-cart { float:right; }
1419
+ .product-shop .product-options-bottom { margin:0 0 10px; }
1420
+ .product-shop .product-options-bottom .price-box { /*float:none;*/ margin:0 0 5px; }
1421
+ .product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
1422
+ .product-shop .product-options-bottom .price-tax { float:none; }
1423
+ .product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
1424
+
1425
+ /* Grouped Product */
1426
+ .product-view .grouped-items-table .price-box { margin:0; padding:0; }
1427
+
1428
+ /* Block: Description */
1429
+ .product-view .box-description {}
1430
+
1431
+ /* Block: Additional */
1432
+ .product-view .box-additional .data-table th,
1433
+ .product-view .box-additional .data-table td { line-height:1.25; }
1434
+ .reviews .pager{
1435
+ background:#f8f8f8;
1436
+ border:1px solid #f1f1f1;
1437
+ -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
1438
+ }
1439
+ #customer-reviews .data-table,
1440
+ #customer-reviews .data-table td,
1441
+ #customer-reviews .data-table th{
1442
+ border:0 !important;
1443
+ }
1444
+ #customer-reviews .data-table td,
1445
+ #customer-reviews .data-table th{
1446
+ padding:0;
1447
+ }
1448
+ #customer-reviews .data-table th{
1449
+ color:#5f5f5f;
1450
+ }
1451
+ #customer-reviews dl{
1452
+ padding:25px 0 0 2px;
1453
+ }
1454
+ #customer-reviews .title-review{
1455
+ color:#257ac5;
1456
+ font-weight:bold;
1457
+ font-size:12px;
1458
+ padding-right:18px;
1459
+ }
1460
+ #customer-reviews .author-review span{
1461
+ color:#5f5f5f;
1462
+ font-weight:bold;
1463
+ }
1464
+ #customer-reviews .date{
1465
+ color:#414141;
1466
+ }
1467
+ #customer-reviews dl dd{
1468
+ background:url("../images/new/new_prod_border.gif") repeat-x scroll 0 100% transparent;
1469
+ padding-bottom:17px;
1470
+ padding-left:15px;
1471
+ margin-bottom:7px;
1472
+ }
1473
+ #customer-reviews dl dt{
1474
+ padding-bottom:8px;
1475
+ padding-left:15px;
1476
+ }
1477
+ #customer-reviews .wrapper-review{
1478
+ padding-top:7px;
1479
+ }
1480
+ #review-form .form-list{
1481
+ padding-top:10px;
1482
+ }
1483
+ #product-review-table tbody th{
1484
+ color:#5f5f5f;
1485
+ text-align:left;
1486
+ }
1487
+ #product-review-table thead th{
1488
+ text-align:center;
1489
+ color:#5f5f5f;
1490
+ }
1491
+ #product-review-table thead th:last-child{
1492
+ border-right:0;
1493
+ }
1494
+ #product-review-table tbody td{
1495
+ text-align:center;
1496
+ }
1497
+ #product-review-table tbody tr.last td,
1498
+ #product-review-table tbody tr.last th{
1499
+ border-bottom:0;
1500
+ }
1501
+ .catalogsearch-term-popular .tags-list{
1502
+ margin-bottom:15px;
1503
+ }
1504
+ .catalogsearch-term-popular .page-title{
1505
+ margin-bottom:10px;
1506
+ }
1507
+ /* Block: Upsell */
1508
+ .product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
1509
+ .product-view .box-up-sell .products-grid { width:100%; }
1510
+ .product-view .box-up-sell .products-grid td { width:25%; float:left; display:block; margin-right:32px; margin-bottom:10px; padding:15px 10px 12px; border:1px solid #e5e5e5; margin-right:32px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
1511
+ .product-view .box-up-sell .products-grid td.last{margin-right:0;}
1512
+ .product-view .box-up-sell .products-grid td.td_spacer{width:32px; border:0; padding:0;}
1513
+ /*.product-view .box-up-sell .products-grid td.last,
1514
+ .product-view .box-up-sell .products-grid td.empty { border:0; }*/
1515
+ .product-view .box-up-sell .products-grid td img { }
1516
+ .product-view .box-up-sell .products-grid .price-box {text-align:center;}
1517
+ .product-view .box-up-sell .products-grid .product-image { text-align:center; }
1518
+ .product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
1519
+ .product-view .box-up-sell .products-grid .product-name a{font-size:14px; color:#5f5f5f; font-weight:bold;}
1520
+ .product-view .box-up-sell .products-grid .product-name{line-height:15px; min-height:30px; text-align:center;}
1521
+ /* Block: Tags */
1522
+ .product-view .box-tags { margin:0; }
1523
+ .product-view .box-tags h3 { font-size:13px; }
1524
+ .product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
1525
+ .product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
1526
+ .product-view .box-tags .product-tags li.first { padding-left:0; }
1527
+ .product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
1528
+ .product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; }
1529
+ .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; }
1530
+ .product-view .box-tags .form-add input.input-text { width:299px; }
1531
+ /*.product-view .box-tags .form-add button.button span { border-color:#406a83; background:#618499; }*/
1532
+ .product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }
1533
+ #product-attribute-specs-table tbody td,
1534
+ #product-attribute-specs-table tbody th{padding:10px;}
1535
+ #product-attribute-specs-table tbody tr.last td,
1536
+ #product-attribute-specs-table tbody tr.last th{border-bottom:0;}