Toys_Store - Version 1.3.0

Version Notes

Version 1.3.0

Download this release

Release Info

Developer GoMage
Extension Toys_Store
Version 1.3.0
Comparing to
See all releases


Version 1.3.0

Files changed (348) hide show
  1. app/design/frontend/default/toys_gray/layout/catalog.xml +413 -0
  2. app/design/frontend/default/toys_gray/layout/newsletter.xml +69 -0
  3. app/design/frontend/default/toys_gray/layout/page.xml +190 -0
  4. app/design/frontend/default/toys_gray/layout/paypal.xml +194 -0
  5. app/design/frontend/default/toys_gray/layout/tag.xml +126 -0
  6. app/design/frontend/default/toys_gray/template/bundle/sales/order/items/renderer.phtml +375 -0
  7. app/design/frontend/default/toys_gray/template/catalog/category/view.phtml +71 -0
  8. app/design/frontend/default/toys_gray/template/catalog/product/list.phtml +149 -0
  9. app/design/frontend/default/toys_gray/template/catalog/product/list/upsell.phtml +52 -0
  10. app/design/frontend/default/toys_gray/template/catalog/product/new.phtml +81 -0
  11. app/design/frontend/default/toys_gray/template/catalog/product/view.phtml +102 -0
  12. app/design/frontend/default/toys_gray/template/catalog/product/view/media.phtml +80 -0
  13. app/design/frontend/default/toys_gray/template/catalog/product/view/tabs.phtml +78 -0
  14. app/design/frontend/default/toys_gray/template/catalogsearch/form.mini.phtml +43 -0
  15. app/design/frontend/default/toys_gray/template/checkout/cart.phtml +164 -0
  16. app/design/frontend/default/toys_gray/template/checkout/cart/coupon.phtml +59 -0
  17. app/design/frontend/default/toys_gray/template/checkout/cart/crosssell.phtml +61 -0
  18. app/design/frontend/default/toys_gray/template/checkout/cart/item/default.phtml +278 -0
  19. app/design/frontend/default/toys_gray/template/checkout/multishipping/overview.phtml +241 -0
  20. app/design/frontend/default/toys_gray/template/newsletter/subscribe.phtml +49 -0
  21. app/design/frontend/default/toys_gray/template/page/html/breadcrumbs.phtml +46 -0
  22. app/design/frontend/default/toys_gray/template/page/html/footer.phtml +35 -0
  23. app/design/frontend/default/toys_gray/template/page/html/header.phtml +49 -0
  24. app/design/frontend/default/toys_gray/template/reports/home_product_compared.phtml +82 -0
  25. app/design/frontend/default/toys_gray/template/reports/home_product_viewed.phtml +86 -0
  26. app/design/frontend/default/toys_gray/template/review/product/view/list_tab.phtml +66 -0
  27. app/design/frontend/default/toys_gray/template/sales/order/items.phtml +69 -0
  28. app/design/frontend/default/toys_gray/template/sales/order/items/renderer/default.phtml +323 -0
  29. app/design/frontend/default/toys_orange/layout/catalog.xml +413 -0
  30. app/design/frontend/default/toys_orange/layout/newsletter.xml +69 -0
  31. app/design/frontend/default/toys_orange/layout/page.xml +190 -0
  32. app/design/frontend/default/toys_orange/layout/paypal.xml +194 -0
  33. app/design/frontend/default/toys_orange/layout/tag.xml +126 -0
  34. app/design/frontend/default/toys_orange/template/bundle/sales/order/items/renderer.phtml +375 -0
  35. app/design/frontend/default/toys_orange/template/catalog/category/view.phtml +71 -0
  36. app/design/frontend/default/toys_orange/template/catalog/product/list.phtml +149 -0
  37. app/design/frontend/default/toys_orange/template/catalog/product/list/upsell.phtml +52 -0
  38. app/design/frontend/default/toys_orange/template/catalog/product/new.phtml +81 -0
  39. app/design/frontend/default/toys_orange/template/catalog/product/view.phtml +102 -0
  40. app/design/frontend/default/toys_orange/template/catalog/product/view/media.phtml +80 -0
  41. app/design/frontend/default/toys_orange/template/catalog/product/view/tabs.phtml +78 -0
  42. app/design/frontend/default/toys_orange/template/catalogsearch/form.mini.phtml +43 -0
  43. app/design/frontend/default/toys_orange/template/checkout/cart.phtml +164 -0
  44. app/design/frontend/default/toys_orange/template/checkout/cart/coupon.phtml +59 -0
  45. app/design/frontend/default/toys_orange/template/checkout/cart/crosssell.phtml +61 -0
  46. app/design/frontend/default/toys_orange/template/checkout/cart/item/default.phtml +278 -0
  47. app/design/frontend/default/toys_orange/template/checkout/multishipping/overview.phtml +241 -0
  48. app/design/frontend/default/toys_orange/template/newsletter/subscribe.phtml +49 -0
  49. app/design/frontend/default/toys_orange/template/page/html/breadcrumbs.phtml +46 -0
  50. app/design/frontend/default/toys_orange/template/page/html/footer.phtml +35 -0
  51. app/design/frontend/default/toys_orange/template/page/html/header.phtml +49 -0
  52. app/design/frontend/default/toys_orange/template/reports/home_product_compared.phtml +82 -0
  53. app/design/frontend/default/toys_orange/template/reports/home_product_viewed.phtml +86 -0
  54. app/design/frontend/default/toys_orange/template/review/product/view/list_tab.phtml +66 -0
  55. app/design/frontend/default/toys_orange/template/sales/order/items.phtml +69 -0
  56. app/design/frontend/default/toys_orange/template/sales/order/items/renderer/default.phtml +323 -0
  57. app/design/frontend/default/toys_purple/layout/catalog.xml +413 -0
  58. app/design/frontend/default/toys_purple/layout/newsletter.xml +69 -0
  59. app/design/frontend/default/toys_purple/layout/page.xml +190 -0
  60. app/design/frontend/default/toys_purple/layout/paypal.xml +194 -0
  61. app/design/frontend/default/toys_purple/layout/tag.xml +126 -0
  62. app/design/frontend/default/toys_purple/template/bundle/sales/order/items/renderer.phtml +375 -0
  63. app/design/frontend/default/toys_purple/template/catalog/category/view.phtml +71 -0
  64. app/design/frontend/default/toys_purple/template/catalog/product/list.phtml +149 -0
  65. app/design/frontend/default/toys_purple/template/catalog/product/list/upsell.phtml +52 -0
  66. app/design/frontend/default/toys_purple/template/catalog/product/new.phtml +81 -0
  67. app/design/frontend/default/toys_purple/template/catalog/product/view.phtml +102 -0
  68. app/design/frontend/default/toys_purple/template/catalog/product/view/media.phtml +80 -0
  69. app/design/frontend/default/toys_purple/template/catalog/product/view/tabs.phtml +78 -0
  70. app/design/frontend/default/toys_purple/template/catalogsearch/form.mini.phtml +43 -0
  71. app/design/frontend/default/toys_purple/template/checkout/cart.phtml +164 -0
  72. app/design/frontend/default/toys_purple/template/checkout/cart/coupon.phtml +59 -0
  73. app/design/frontend/default/toys_purple/template/checkout/cart/crosssell.phtml +61 -0
  74. app/design/frontend/default/toys_purple/template/checkout/cart/item/default.phtml +278 -0
  75. app/design/frontend/default/toys_purple/template/checkout/multishipping/overview.phtml +241 -0
  76. app/design/frontend/default/toys_purple/template/newsletter/subscribe.phtml +49 -0
  77. app/design/frontend/default/toys_purple/template/page/html/breadcrumbs.phtml +46 -0
  78. app/design/frontend/default/toys_purple/template/page/html/footer.phtml +35 -0
  79. app/design/frontend/default/toys_purple/template/page/html/header.phtml +49 -0
  80. app/design/frontend/default/toys_purple/template/reports/home_product_compared.phtml +82 -0
  81. app/design/frontend/default/toys_purple/template/reports/home_product_viewed.phtml +86 -0
  82. app/design/frontend/default/toys_purple/template/review/product/view/list_tab.phtml +66 -0
  83. app/design/frontend/default/toys_purple/template/sales/order/items.phtml +69 -0
  84. app/design/frontend/default/toys_purple/template/sales/order/items/renderer/default.phtml +323 -0
  85. package.xml +18 -0
  86. skin/frontend/default/toys_gray/css/print.css +40 -0
  87. skin/frontend/default/toys_gray/css/styles-ie.css +171 -0
  88. skin/frontend/default/toys_gray/css/styles.css +1950 -0
  89. skin/frontend/default/toys_gray/images/best_selling_tr_even_bg.gif +0 -0
  90. skin/frontend/default/toys_gray/images/best_selling_tr_odd_bg.gif +0 -0
  91. skin/frontend/default/toys_gray/images/bkg_account_box.gif +0 -0
  92. skin/frontend/default/toys_gray/images/bkg_block-actions.gif +0 -0
  93. skin/frontend/default/toys_gray/images/bkg_block-layered-dd.gif +0 -0
  94. skin/frontend/default/toys_gray/images/bkg_block-layered-li.gif +0 -0
  95. skin/frontend/default/toys_gray/images/bkg_block-layered1.gif +0 -0
  96. skin/frontend/default/toys_gray/images/bkg_block-title-account.gif +0 -0
  97. skin/frontend/default/toys_gray/images/bkg_block-title.gif +0 -0
  98. skin/frontend/default/toys_gray/images/bkg_body.png +0 -0
  99. skin/frontend/default/toys_gray/images/bkg_buttons-set1.gif +0 -0
  100. skin/frontend/default/toys_gray/images/bkg_checkout.gif +0 -0
  101. skin/frontend/default/toys_gray/images/bkg_collapse-gm.gif +0 -0
  102. skin/frontend/default/toys_gray/images/bkg_collapse.gif +0 -0
  103. skin/frontend/default/toys_gray/images/bkg_divider1.gif +0 -0
  104. skin/frontend/default/toys_gray/images/bkg_form-search.gif +0 -0
  105. skin/frontend/default/toys_gray/images/bkg_grand-total.gif +0 -0
  106. skin/frontend/default/toys_gray/images/bkg_login-box.gif +0 -0
  107. skin/frontend/default/toys_gray/images/bkg_opc-title-off.gif +0 -0
  108. skin/frontend/default/toys_gray/images/bkg_pipe1.gif +0 -0
  109. skin/frontend/default/toys_gray/images/bkg_pipe2.gif +0 -0
  110. skin/frontend/default/toys_gray/images/bkg_pipe3.gif +0 -0
  111. skin/frontend/default/toys_gray/images/bkg_rating.gif +0 -0
  112. skin/frontend/default/toys_gray/images/bkg_sp-methods.gif +0 -0
  113. skin/frontend/default/toys_gray/images/bkg_tfoot.gif +0 -0
  114. skin/frontend/default/toys_gray/images/bkg_th-v.gif +0 -0
  115. skin/frontend/default/toys_gray/images/bkg_th.gif +0 -0
  116. skin/frontend/default/toys_gray/images/block_button_bg.gif +0 -0
  117. skin/frontend/default/toys_gray/images/block_button_bg.png +0 -0
  118. skin/frontend/default/toys_gray/images/block_content_bg.gif +0 -0
  119. skin/frontend/default/toys_gray/images/block_content_bg2.gif +0 -0
  120. skin/frontend/default/toys_gray/images/block_head_bg.gif +0 -0
  121. skin/frontend/default/toys_gray/images/block_head_bg2.gif +0 -0
  122. skin/frontend/default/toys_gray/images/block_subscribe_bg.gif +0 -0
  123. skin/frontend/default/toys_gray/images/bread_pipe.gif +0 -0
  124. skin/frontend/default/toys_gray/images/btn_checkout.gif +0 -0
  125. skin/frontend/default/toys_gray/images/btn_edit.gif +0 -0
  126. skin/frontend/default/toys_gray/images/btn_gm-close.gif +0 -0
  127. skin/frontend/default/toys_gray/images/btn_google_checkout.gif +0 -0
  128. skin/frontend/default/toys_gray/images/btn_paypal_checkout.gif +0 -0
  129. skin/frontend/default/toys_gray/images/btn_place_order.gif +0 -0
  130. skin/frontend/default/toys_gray/images/btn_previous.gif +0 -0
  131. skin/frontend/default/toys_gray/images/btn_proceed_to_checkout.gif +0 -0
  132. skin/frontend/default/toys_gray/images/btn_proceed_to_checkout_dis.gif +0 -0
  133. skin/frontend/default/toys_gray/images/btn_remove.gif +0 -0
  134. skin/frontend/default/toys_gray/images/btn_remove2.gif +0 -0
  135. skin/frontend/default/toys_gray/images/btn_trash.gif +0 -0
  136. skin/frontend/default/toys_gray/images/btn_window_close.gif +0 -0
  137. skin/frontend/default/toys_gray/images/button_bg.gif +0 -0
  138. skin/frontend/default/toys_gray/images/button_bg.png +0 -0
  139. skin/frontend/default/toys_gray/images/calendar.gif +0 -0
  140. skin/frontend/default/toys_gray/images/cart_crossell.gif +0 -0
  141. skin/frontend/default/toys_gray/images/cart_disc_ship_bg.gif +0 -0
  142. skin/frontend/default/toys_gray/images/cart_totals_bg.gif +0 -0
  143. skin/frontend/default/toys_gray/images/catalog/product/placeholder/image.jpg +0 -0
  144. skin/frontend/default/toys_gray/images/catalog/product/placeholder/small_image.jpg +0 -0
  145. skin/frontend/default/toys_gray/images/catalog/product/placeholder/thumbnail.jpg +0 -0
  146. skin/frontend/default/toys_gray/images/check_out_head.gif +0 -0
  147. skin/frontend/default/toys_gray/images/cvv.gif +0 -0
  148. skin/frontend/default/toys_gray/images/cvv.jpg +0 -0
  149. skin/frontend/default/toys_gray/images/fam_book_open.png +0 -0
  150. skin/frontend/default/toys_gray/images/footer_links_bg.jpg +0 -0
  151. skin/frontend/default/toys_gray/images/grid-cal.gif +0 -0
  152. skin/frontend/default/toys_gray/images/i_arrow-top.gif +0 -0
  153. skin/frontend/default/toys_gray/images/i_asc_arrow.gif +0 -0
  154. skin/frontend/default/toys_gray/images/i_availability_only.gif +0 -0
  155. skin/frontend/default/toys_gray/images/i_availability_only_arrow.gif +0 -0
  156. skin/frontend/default/toys_gray/images/i_desc_arrow.gif +0 -0
  157. skin/frontend/default/toys_gray/images/i_msg-error.gif +0 -0
  158. skin/frontend/default/toys_gray/images/i_msg-note.gif +0 -0
  159. skin/frontend/default/toys_gray/images/i_msg-success.gif +0 -0
  160. skin/frontend/default/toys_gray/images/i_notice.gif +0 -0
  161. skin/frontend/default/toys_gray/images/i_page1.gif +0 -0
  162. skin/frontend/default/toys_gray/images/i_page2.gif +0 -0
  163. skin/frontend/default/toys_gray/images/i_pager-next.gif +0 -0
  164. skin/frontend/default/toys_gray/images/i_pager-prev.gif +0 -0
  165. skin/frontend/default/toys_gray/images/i_print.gif +0 -0
  166. skin/frontend/default/toys_gray/images/i_rss-big.png +0 -0
  167. skin/frontend/default/toys_gray/images/i_rss.gif +0 -0
  168. skin/frontend/default/toys_gray/images/i_search_criteria.gif +0 -0
  169. skin/frontend/default/toys_gray/images/i_tag_add.gif +0 -0
  170. skin/frontend/default/toys_gray/images/i_tier.gif +0 -0
  171. skin/frontend/default/toys_gray/images/i_type_grid.gif +0 -0
  172. skin/frontend/default/toys_gray/images/i_type_list.gif +0 -0
  173. skin/frontend/default/toys_gray/images/input_text_bg.gif +0 -0
  174. skin/frontend/default/toys_gray/images/logo.gif +0 -0
  175. skin/frontend/default/toys_gray/images/logo_email.gif +0 -0
  176. skin/frontend/default/toys_gray/images/logo_print.gif +0 -0
  177. skin/frontend/default/toys_gray/images/magnifier_handle.gif +0 -0
  178. skin/frontend/default/toys_gray/images/map_popup_arrow.gif +0 -0
  179. skin/frontend/default/toys_gray/images/nav_bg.gif +0 -0
  180. skin/frontend/default/toys_gray/images/nav_li_bg.gif +0 -0
  181. skin/frontend/default/toys_gray/images/nav_li_first.gif +0 -0
  182. skin/frontend/default/toys_gray/images/nav_li_hover.gif +0 -0
  183. skin/frontend/default/toys_gray/images/nav_sub_a_hover.gif +0 -0
  184. skin/frontend/default/toys_gray/images/new_products_bg.gif +0 -0
  185. skin/frontend/default/toys_gray/images/new_products_bg.png +0 -0
  186. skin/frontend/default/toys_gray/images/np_cart_thumb.gif +0 -0
  187. skin/frontend/default/toys_gray/images/np_more_img.gif +0 -0
  188. skin/frontend/default/toys_gray/images/np_product_main.gif +0 -0
  189. skin/frontend/default/toys_gray/images/np_thumb.gif +0 -0
  190. skin/frontend/default/toys_gray/images/np_thumb2.gif +0 -0
  191. skin/frontend/default/toys_gray/images/opc-ajax-loader.gif +0 -0
  192. skin/frontend/default/toys_gray/images/opc-ajax-loader2.gif +0 -0
  193. skin/frontend/default/toys_gray/images/pager_arrow_left.gif +0 -0
  194. skin/frontend/default/toys_gray/images/pager_arrow_right.gif +0 -0
  195. skin/frontend/default/toys_gray/images/product_img_bg.gif +0 -0
  196. skin/frontend/default/toys_gray/images/product_list_bg.gif +0 -0
  197. skin/frontend/default/toys_gray/images/product_zoom_overlay_magnif.gif +0 -0
  198. skin/frontend/default/toys_gray/images/products_grid_bg.gif +0 -0
  199. skin/frontend/default/toys_gray/images/slider_bg.gif +0 -0
  200. skin/frontend/default/toys_gray/images/slider_btn_zoom_in.gif +0 -0
  201. skin/frontend/default/toys_gray/images/slider_btn_zoom_out.gif +0 -0
  202. skin/frontend/default/toys_gray/images/spacer.gif +0 -0
  203. skin/frontend/default/toys_gray/images/subsc_button.gif +0 -0
  204. skin/frontend/default/toys_gray/images/tabs_bg.gif +0 -0
  205. skin/frontend/default/toys_gray/images/validation_advice_bg.gif +0 -0
  206. skin/frontend/default/toys_gray/images/xmlconnect/catalog/category/placeholder/image.jpg +0 -0
  207. skin/frontend/default/toys_gray/images/xmlconnect/catalog/category/placeholder/small_image.jpg +0 -0
  208. skin/frontend/default/toys_gray/images/xmlconnect/catalog/category/placeholder/thumbnail.jpg +0 -0
  209. skin/frontend/default/toys_gray/images/xmlconnect/tab_account.png +0 -0
  210. skin/frontend/default/toys_gray/images/xmlconnect/tab_cart.png +0 -0
  211. skin/frontend/default/toys_gray/images/xmlconnect/tab_home.png +0 -0
  212. skin/frontend/default/toys_gray/images/xmlconnect/tab_more.png +0 -0
  213. skin/frontend/default/toys_gray/images/xmlconnect/tab_page.png +0 -0
  214. skin/frontend/default/toys_gray/images/xmlconnect/tab_search.png +0 -0
  215. skin/frontend/default/toys_gray/images/xmlconnect/tab_shop.png +0 -0
  216. skin/frontend/default/toys_orange/css/print.css +40 -0
  217. skin/frontend/default/toys_orange/css/styles-ie.css +171 -0
  218. skin/frontend/default/toys_orange/css/styles.css +1949 -0
  219. skin/frontend/default/toys_orange/images/best_selling_tr_even_bg.gif +0 -0
  220. skin/frontend/default/toys_orange/images/best_selling_tr_odd_bg.gif +0 -0
  221. skin/frontend/default/toys_orange/images/bkg_account_box.gif +0 -0
  222. skin/frontend/default/toys_orange/images/bkg_block-actions.gif +0 -0
  223. skin/frontend/default/toys_orange/images/bkg_block-layered-dd.gif +0 -0
  224. skin/frontend/default/toys_orange/images/bkg_block-layered-li.gif +0 -0
  225. skin/frontend/default/toys_orange/images/bkg_block-layered1.gif +0 -0
  226. skin/frontend/default/toys_orange/images/bkg_block-title-account.gif +0 -0
  227. skin/frontend/default/toys_orange/images/bkg_block-title.gif +0 -0
  228. skin/frontend/default/toys_orange/images/bkg_body.png +0 -0
  229. skin/frontend/default/toys_orange/images/bkg_buttons-set1.gif +0 -0
  230. skin/frontend/default/toys_orange/images/bkg_checkout.gif +0 -0
  231. skin/frontend/default/toys_orange/images/bkg_collapse-gm.gif +0 -0
  232. skin/frontend/default/toys_orange/images/bkg_collapse.gif +0 -0
  233. skin/frontend/default/toys_orange/images/bkg_divider1.gif +0 -0
  234. skin/frontend/default/toys_orange/images/bkg_form-search.gif +0 -0
  235. skin/frontend/default/toys_orange/images/bkg_grand-total.gif +0 -0
  236. skin/frontend/default/toys_orange/images/bkg_login-box.gif +0 -0
  237. skin/frontend/default/toys_orange/images/bkg_opc-title-off.gif +0 -0
  238. skin/frontend/default/toys_orange/images/bkg_pipe1.gif +0 -0
  239. skin/frontend/default/toys_orange/images/bkg_pipe2.gif +0 -0
  240. skin/frontend/default/toys_orange/images/bkg_pipe3.gif +0 -0
  241. skin/frontend/default/toys_orange/images/bkg_rating.gif +0 -0
  242. skin/frontend/default/toys_orange/images/bkg_sp-methods.gif +0 -0
  243. skin/frontend/default/toys_orange/images/bkg_tfoot.gif +0 -0
  244. skin/frontend/default/toys_orange/images/bkg_th-v.gif +0 -0
  245. skin/frontend/default/toys_orange/images/bkg_th.gif +0 -0
  246. skin/frontend/default/toys_orange/images/block_button_bg.gif +0 -0
  247. skin/frontend/default/toys_orange/images/block_button_bg.png +0 -0
  248. skin/frontend/default/toys_orange/images/block_content_bg.gif +0 -0
  249. skin/frontend/default/toys_orange/images/block_content_bg2.gif +0 -0
  250. skin/frontend/default/toys_orange/images/block_head_bg.gif +0 -0
  251. skin/frontend/default/toys_orange/images/block_head_bg2.gif +0 -0
  252. skin/frontend/default/toys_orange/images/block_subscribe_bg.gif +0 -0
  253. skin/frontend/default/toys_orange/images/bread_pipe.gif +0 -0
  254. skin/frontend/default/toys_orange/images/btn_checkout.gif +0 -0
  255. skin/frontend/default/toys_orange/images/btn_edit.gif +0 -0
  256. skin/frontend/default/toys_orange/images/btn_gm-close.gif +0 -0
  257. skin/frontend/default/toys_orange/images/btn_google_checkout.gif +0 -0
  258. skin/frontend/default/toys_orange/images/btn_paypal_checkout.gif +0 -0
  259. skin/frontend/default/toys_orange/images/btn_place_order.gif +0 -0
  260. skin/frontend/default/toys_orange/images/btn_previous.gif +0 -0
  261. skin/frontend/default/toys_orange/images/btn_proceed_to_checkout.gif +0 -0
  262. skin/frontend/default/toys_orange/images/btn_proceed_to_checkout_dis.gif +0 -0
  263. skin/frontend/default/toys_orange/images/btn_remove.gif +0 -0
  264. skin/frontend/default/toys_orange/images/btn_remove2.gif +0 -0
  265. skin/frontend/default/toys_orange/images/btn_trash.gif +0 -0
  266. skin/frontend/default/toys_orange/images/btn_window_close.gif +0 -0
  267. skin/frontend/default/toys_orange/images/button_bg.gif +0 -0
  268. skin/frontend/default/toys_orange/images/button_bg.png +0 -0
  269. skin/frontend/default/toys_orange/images/calendar.gif +0 -0
  270. skin/frontend/default/toys_orange/images/cart_crossell.gif +0 -0
  271. skin/frontend/default/toys_orange/images/cart_disc_ship_bg.gif +0 -0
  272. skin/frontend/default/toys_orange/images/cart_totals_bg.gif +0 -0
  273. skin/frontend/default/toys_orange/images/catalog/product/placeholder/image.jpg +0 -0
  274. skin/frontend/default/toys_orange/images/catalog/product/placeholder/small_image.jpg +0 -0
  275. skin/frontend/default/toys_orange/images/catalog/product/placeholder/thumbnail.jpg +0 -0
  276. skin/frontend/default/toys_orange/images/check_out_head.gif +0 -0
  277. skin/frontend/default/toys_orange/images/cvv.gif +0 -0
  278. skin/frontend/default/toys_orange/images/cvv.jpg +0 -0
  279. skin/frontend/default/toys_orange/images/fam_book_open.png +0 -0
  280. skin/frontend/default/toys_orange/images/footer_links_bg.jpg +0 -0
  281. skin/frontend/default/toys_orange/images/grid-cal.gif +0 -0
  282. skin/frontend/default/toys_orange/images/i_arrow-top.gif +0 -0
  283. skin/frontend/default/toys_orange/images/i_asc_arrow.gif +0 -0
  284. skin/frontend/default/toys_orange/images/i_availability_only.gif +0 -0
  285. skin/frontend/default/toys_orange/images/i_availability_only_arrow.gif +0 -0
  286. skin/frontend/default/toys_orange/images/i_desc_arrow.gif +0 -0
  287. skin/frontend/default/toys_orange/images/i_msg-error.gif +0 -0
  288. skin/frontend/default/toys_orange/images/i_msg-note.gif +0 -0
  289. skin/frontend/default/toys_orange/images/i_msg-success.gif +0 -0
  290. skin/frontend/default/toys_orange/images/i_notice.gif +0 -0
  291. skin/frontend/default/toys_orange/images/i_page1.gif +0 -0
  292. skin/frontend/default/toys_orange/images/i_page2.gif +0 -0
  293. skin/frontend/default/toys_orange/images/i_pager-next.gif +0 -0
  294. skin/frontend/default/toys_orange/images/i_pager-prev.gif +0 -0
  295. skin/frontend/default/toys_orange/images/i_print.gif +0 -0
  296. skin/frontend/default/toys_orange/images/i_rss-big.png +0 -0
  297. skin/frontend/default/toys_orange/images/i_rss.gif +0 -0
  298. skin/frontend/default/toys_orange/images/i_search_criteria.gif +0 -0
  299. skin/frontend/default/toys_orange/images/i_tag_add.gif +0 -0
  300. skin/frontend/default/toys_orange/images/i_tier.gif +0 -0
  301. skin/frontend/default/toys_orange/images/i_type_grid.gif +0 -0
  302. skin/frontend/default/toys_orange/images/i_type_list.gif +0 -0
  303. skin/frontend/default/toys_orange/images/input_text_bg.gif +0 -0
  304. skin/frontend/default/toys_orange/images/logo.gif +0 -0
  305. skin/frontend/default/toys_orange/images/logo_email.gif +0 -0
  306. skin/frontend/default/toys_orange/images/logo_print.gif +0 -0
  307. skin/frontend/default/toys_orange/images/magnifier_handle.gif +0 -0
  308. skin/frontend/default/toys_orange/images/map_popup_arrow.gif +0 -0
  309. skin/frontend/default/toys_orange/images/nav_bg.gif +0 -0
  310. skin/frontend/default/toys_orange/images/nav_li_bg.gif +0 -0
  311. skin/frontend/default/toys_orange/images/nav_li_first.gif +0 -0
  312. skin/frontend/default/toys_orange/images/nav_li_hover.gif +0 -0
  313. skin/frontend/default/toys_orange/images/nav_sub_a_hover.gif +0 -0
  314. skin/frontend/default/toys_orange/images/new_products_bg.gif +0 -0
  315. skin/frontend/default/toys_orange/images/new_products_bg.png +0 -0
  316. skin/frontend/default/toys_orange/images/np_cart_thumb.gif +0 -0
  317. skin/frontend/default/toys_orange/images/np_more_img.gif +0 -0
  318. skin/frontend/default/toys_orange/images/np_product_main.gif +0 -0
  319. skin/frontend/default/toys_orange/images/np_thumb.gif +0 -0
  320. skin/frontend/default/toys_orange/images/np_thumb2.gif +0 -0
  321. skin/frontend/default/toys_orange/images/opc-ajax-loader.gif +0 -0
  322. skin/frontend/default/toys_orange/images/opc-ajax-loader2.gif +0 -0
  323. skin/frontend/default/toys_orange/images/pager_arrow_left.gif +0 -0
  324. skin/frontend/default/toys_orange/images/pager_arrow_right.gif +0 -0
  325. skin/frontend/default/toys_orange/images/product_img_bg.gif +0 -0
  326. skin/frontend/default/toys_orange/images/product_list_bg.gif +0 -0
  327. skin/frontend/default/toys_orange/images/product_zoom_overlay_magnif.gif +0 -0
  328. skin/frontend/default/toys_orange/images/products_grid_bg.gif +0 -0
  329. skin/frontend/default/toys_orange/images/slider_bg.gif +0 -0
  330. skin/frontend/default/toys_orange/images/slider_btn_zoom_in.gif +0 -0
  331. skin/frontend/default/toys_orange/images/slider_btn_zoom_out.gif +0 -0
  332. skin/frontend/default/toys_orange/images/spacer.gif +0 -0
  333. skin/frontend/default/toys_orange/images/subsc_button.gif +0 -0
  334. skin/frontend/default/toys_orange/images/tabs_bg.gif +0 -0
  335. skin/frontend/default/toys_orange/images/validation_advice_bg.gif +0 -0
  336. skin/frontend/default/toys_orange/images/xmlconnect/catalog/category/placeholder/image.jpg +0 -0
  337. skin/frontend/default/toys_orange/images/xmlconnect/catalog/category/placeholder/small_image.jpg +0 -0
  338. skin/frontend/default/toys_orange/images/xmlconnect/catalog/category/placeholder/thumbnail.jpg +0 -0
  339. skin/frontend/default/toys_orange/images/xmlconnect/tab_account.png +0 -0
  340. skin/frontend/default/toys_orange/images/xmlconnect/tab_cart.png +0 -0
  341. skin/frontend/default/toys_orange/images/xmlconnect/tab_home.png +0 -0
  342. skin/frontend/default/toys_orange/images/xmlconnect/tab_more.png +0 -0
  343. skin/frontend/default/toys_orange/images/xmlconnect/tab_page.png +0 -0
  344. skin/frontend/default/toys_orange/images/xmlconnect/tab_search.png +0 -0
  345. skin/frontend/default/toys_orange/images/xmlconnect/tab_shop.png +0 -0
  346. skin/frontend/default/toys_purple/css/print.css +40 -0
  347. skin/frontend/default/toys_purple/css/styles-ie.css +171 -0
  348. skin/frontend/default/toys_purple/css/styles.css +1322 -0
app/design/frontend/default/toys_gray/layout/catalog.xml ADDED
@@ -0,0 +1,413 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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="catalog"><alias>product_additional_data</alias><title>Reviews</title><block>review/product_view_list</block><template>review/product/view/list_tab.phtml</template></action>
208
+ <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>
209
+ </block>
210
+
211
+ <block type="catalog/product_list_upsell" name="product.info.upsell" as="upsell_products" template="catalog/product/list/upsell.phtml">
212
+ <action method="setColumnCount"><columns>4</columns></action>
213
+ <action method="setItemLimit"><type>upsell</type><limit>4</limit></action>
214
+ </block>
215
+
216
+ <block type="catalog/product_view_additional" name="product.info.additional" as="product_additional_data" />
217
+ <block type="catalog/product_view" name="product.info.addto" as="addto" template="catalog/product/view/addto.phtml"/>
218
+ <block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml"/>
219
+
220
+ <block type="core/text_list" name="product.info.extrahint" as="extrahint" translate="label">
221
+ <label>Product View Extra Hint</label>
222
+ </block>
223
+
224
+ <block type="catalog/product_view" name="product.info.options.wrapper" as="product_options_wrapper" template="catalog/product/view/options/wrapper.phtml" translate="label">
225
+ <label>Info Column Options Wrapper</label>
226
+ <block type="core/template" name="options_js" template="catalog/product/view/options/js.phtml"/>
227
+ <block type="catalog/product_view_options" name="product.info.options" as="product_options" template="catalog/product/view/options.phtml">
228
+ <action method="addOptionRenderer"><type>text</type><block>catalog/product_view_options_type_text</block><template>catalog/product/view/options/type/text.phtml</template></action>
229
+ <action method="addOptionRenderer"><type>file</type><block>catalog/product_view_options_type_file</block><template>catalog/product/view/options/type/file.phtml</template></action>
230
+ <action method="addOptionRenderer"><type>select</type><block>catalog/product_view_options_type_select</block><template>catalog/product/view/options/type/select.phtml</template></action>
231
+ <action method="addOptionRenderer"><type>date</type><block>catalog/product_view_options_type_date</block><template>catalog/product/view/options/type/date.phtml</template></action>
232
+ </block>
233
+ <block type="core/html_calendar" name="html_calendar" as="html_calendar" template="page/js/calendar.phtml"/>
234
+ </block>
235
+ <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">
236
+ <label>Bottom Block Options Wrapper</label>
237
+ <action method="insert"><block>product.tierprices</block></action>
238
+ <block type="catalog/product_view" name="product.clone_prices" as="prices" template="catalog/product/view/price_clone.phtml"/>
239
+ <action method="append"><block>product.info.addtocart</block></action>
240
+ <action method="append"><block>product.info.addto</block></action>
241
+ </block>
242
+
243
+ <block type="core/template_facade" name="product.info.container1" as="container1">
244
+ <action method="setDataByKey"><key>alias_in_layout</key><value>container1</value></action>
245
+ <action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
246
+ <action method="append"><block>product.info.options.wrapper</block></action>
247
+ <action method="append"><block>product.info.options.wrapper.bottom</block></action>
248
+ </block>
249
+ <block type="core/template_facade" name="product.info.container2" as="container2">
250
+ <action method="setDataByKey"><key>alias_in_layout</key><value>container2</value></action>
251
+ <action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
252
+ <action method="append"><block>product.info.options.wrapper</block></action>
253
+ <action method="append"><block>product.info.options.wrapper.bottom</block></action>
254
+ </block>
255
+ <action method="unsetCallChild"><child>container1</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
256
+ <action method="unsetCallChild"><child>container2</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
257
+ </block>
258
+ </reference>
259
+ <reference name="right">
260
+ <block type="catalog/product_list_related" name="catalog.product.related" before="-" template="catalog/product/list/related.phtml"/>
261
+ </reference>
262
+ </catalog_product_view>
263
+
264
+ <!--
265
+ Additional block dependant on product type
266
+ -->
267
+ <PRODUCT_TYPE_simple translate="label" module="catalog">
268
+ <label>Catalog Product View (Simple)</label>
269
+ <reference name="product.info">
270
+ <block type="catalog/product_view_type_simple" name="product.info.simple" as="product_type_data" template="catalog/product/view/type/simple.phtml">
271
+ <block type="core/text_list" name="product.info.simple.extra" as="product_type_data_extra"/>
272
+ </block>
273
+ </reference>
274
+ </PRODUCT_TYPE_simple>
275
+ <PRODUCT_TYPE_configurable translate="label" module="catalog">
276
+ <label>Catalog Product View (Configurable)</label>
277
+ <reference name="product.info">
278
+ <block type="catalog/product_view_type_configurable" name="product.info.configurable" as="product_type_data" template="catalog/product/view/type/configurable.phtml">
279
+ <block type="core/text_list" name="product.info.configurable.extra" as="product_type_data_extra"/>
280
+ </block>
281
+ </reference>
282
+ <reference name="product.info.options.wrapper">
283
+ <block type="catalog/product_view_type_configurable" name="product.info.options.configurable" as="options_configurable" before="-" template="catalog/product/view/type/options/configurable.phtml"/>
284
+ </reference>
285
+ </PRODUCT_TYPE_configurable>
286
+ <PRODUCT_TYPE_grouped translate="label" module="catalog">
287
+ <label>Catalog Product View (Grouped)</label>
288
+ <reference name="product.info">
289
+ <block type="catalog/product_view_type_grouped" name="product.info.grouped" as="product_type_data" template="catalog/product/view/type/grouped.phtml">
290
+ <block type="core/text_list" name="product.info.grouped.extra" as="product_type_data_extra"/>
291
+ </block>
292
+ </reference>
293
+ </PRODUCT_TYPE_grouped>
294
+ <PRODUCT_TYPE_virtual translate="label" module="catalog">
295
+ <label>Catalog Product View (Virtual)</label>
296
+ <reference name="product.info">
297
+ <block type="catalog/product_view_type_virtual" name="product.info.virtual" as="product_type_data" template="catalog/product/view/type/virtual.phtml">
298
+ <block type="core/text_list" name="product.info.virtual.extra" as="product_type_data_extra"/>
299
+ </block>
300
+ </reference>
301
+ </PRODUCT_TYPE_virtual>
302
+
303
+
304
+
305
+ <!--
306
+ Product send to friend
307
+ -->
308
+
309
+ <catalog_product_send translate="label">
310
+ <label>Catalog Product Email to a Friend</label>
311
+ <!-- Mage_Catalog -->
312
+ <reference name="root">
313
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
314
+ </reference>
315
+ <reference name="head">
316
+ <action method="addJs"><script>varien/product.js</script></action>
317
+ </reference>
318
+ <reference name="content">
319
+ <block type="catalog/product_send" name="product.send" template="catalog/product/send.phtml">
320
+ </block>
321
+ </reference>
322
+ </catalog_product_send>
323
+
324
+ <!--
325
+ Product additional images gallery popup
326
+ -->
327
+
328
+ <catalog_product_gallery translate="label">
329
+ <label>Catalog Product Image Gallery Popup</label>
330
+ <!-- Mage_Catalog -->
331
+ <reference name="root">
332
+ <action method="setTemplate"><template>page/popup.phtml</template></action>
333
+ </reference>
334
+ <reference name="content">
335
+ <block type="catalog/product_gallery" name="catalog_product_gallery" template="catalog/product/gallery.phtml"/>
336
+ </reference>
337
+ </catalog_product_gallery>
338
+
339
+ <!--
340
+ SEO Site Map
341
+ -->
342
+
343
+ <catalog_seo_sitemap translate="label">
344
+ <label>Catalog Seo Sitemap (Common)</label>
345
+ <remove name="right"/>
346
+ <remove name="left"/>
347
+
348
+ <reference name="root">
349
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
350
+ </reference>
351
+ <reference name="content">
352
+ <block type="page/template_container" name="seo.sitemap.container" template="catalog/seo/sitemap/container.phtml">
353
+ <block type="page/template_links" name="seo.sitemap.links" as="links" template="page/template/links.phtml"/>
354
+ <block type="page/html_pager" name="seo.sitemap.pager.top" as="pager_top" template="page/html/pager.phtml"/>
355
+ <block type="page/html_pager" name="seo.sitemap.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
356
+ </block>
357
+ </reference>
358
+ </catalog_seo_sitemap>
359
+
360
+ <catalog_seo_sitemap_category translate="label">
361
+ <label>Catalog Seo Sitemap (Category List)</label>
362
+ <reference name="head">
363
+ <action method="setTitle" translate="title" module="catalog"><title>Site Map</title></action>
364
+ </reference>
365
+ <update handle="catalog_seo_sitemap" />
366
+ <reference name="seo.sitemap.container">
367
+ <action method="setTitle" translate="title" module="catalog"><title>Categories</title></action>
368
+ <block type="catalog/seo_sitemap_category" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
369
+ <action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
370
+ <action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
371
+ <action method="setItemsTitle" translate="title" module="catalog"><title>categories</title></action>
372
+ </block>
373
+ </reference>
374
+ <reference name="seo.sitemap.links">
375
+ <action method="addLink" translate="label title" module="catalog"><label>Products Sitemap</label><url helper="catalog/map/getProductUrl"/><title>Products Sitemap</title></action>
376
+ </reference>
377
+ </catalog_seo_sitemap_category>
378
+
379
+ <catalog_seo_sitemap_category_tree translate="label">
380
+ <label>Catalog Seo Sitemap (Category Tree)</label>
381
+ <reference name="seo.sitemap.container">
382
+ <remove name="seo.sitemap.pager.top" />
383
+ <remove name="seo.sitemap.pager.bottom" />
384
+ <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.top" as="pager_top" template="page/html/pager.phtml"/>
385
+ <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
386
+ <remove name="seo.sitemap.sitemap" />
387
+ <block type="catalog/seo_sitemap_tree_category" name="seo.sitemap.sitemap_tree" as="sitemap" after="pager_top" template="catalog/seo/tree.phtml">
388
+ <action method="bindPager"><pager>seo.sitemap.tree.pager.top</pager></action>
389
+ <action method="bindPager"><pager>seo.sitemap.tree.pager.bottom</pager></action>
390
+ </block>
391
+ </reference>
392
+ </catalog_seo_sitemap_category_tree>
393
+
394
+ <catalog_seo_sitemap_product translate="label">
395
+ <label>Catalog Seo Sitemap (Product List)</label>
396
+ <reference name="head">
397
+ <action method="setTitle" translate="title" module="catalog"><title>Site Map</title></action>
398
+ </reference>
399
+ <update handle="catalog_seo_sitemap" />
400
+ <reference name="seo.sitemap.container">
401
+ <action method="setTitle" translate="title" module="catalog"><title>Products</title></action>
402
+ <block type="catalog/seo_sitemap_product" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
403
+ <action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
404
+ <action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
405
+ <action method="setItemsTitle" translate="title" module="catalog"><title>products</title></action>
406
+ </block>
407
+ </reference>
408
+ <reference name="seo.sitemap.links">
409
+ <action method="addLink" translate="label title" module="catalog"><label>Categories Sitemap</label><url helper="catalog/map/getCategoryUrl"/><title>Categories Sitemap</title></action>
410
+ </reference>
411
+ </catalog_seo_sitemap_product>
412
+
413
+ </layout>
app/design/frontend/default/toys_gray/layout/newsletter.xml ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+
37
+ <!-- Mage_Newsletter -->
38
+ <reference name="right">
39
+ <block type="newsletter/subscribe" name="right.newsletter" template="newsletter/subscribe.phtml"/>
40
+ </reference>
41
+
42
+ </default>
43
+
44
+ <!--
45
+ Customer account pages, rendered for all tabs in dashboard
46
+ -->
47
+
48
+ <customer_account>
49
+ <!-- Mage_Newsletter -->
50
+ <reference name="customer_account_navigation">
51
+ <action method="addLink" translate="label" module="newsletter"><name>newsletter</name><path>newsletter/manage/</path><label>Newsletter Subscriptions</label></action>
52
+ </reference>
53
+ <remove name="right.newsletter"/>
54
+ </customer_account>
55
+
56
+ <newsletter_manage_index translate="label">
57
+ <label>Customer My Account Newsletter Subscriptions</label>
58
+ <update handle="customer_account"/>
59
+ <reference name="my.account.wrapper">
60
+ <block type="customer/newsletter" name="customer_newsletter">
61
+ <block type="page/html_wrapper" name="customer.newsletter.form.before" as="form_before" translate="label">
62
+ <label>Newsletter Subscription Form Before</label>
63
+ <action method="setMayBeInvisible"><value>1</value></action>
64
+ </block>
65
+ </block>
66
+ </reference>
67
+ </newsletter_manage_index>
68
+
69
+ </layout>
app/design/frontend/default/toys_gray/layout/page.xml ADDED
@@ -0,0 +1,190 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>-->
60
+ <action method="addItem"><type>skin_js</type><name>js/ie6.js</name><params/><if>lt IE 7</if></action>
61
+ </block>
62
+
63
+ <block type="core/text_list" name="after_body_start" as="after_body_start" translate="label">
64
+ <label>Page Top</label>
65
+ </block>
66
+
67
+ <block type="page/html_notices" name="global_notices" as="global_notices" template="page/html/notices.phtml" />
68
+
69
+ <block type="page/html_header" name="header" as="header">
70
+ <block type="page/template_links" name="top.links" as="topLinks"/>
71
+ <block type="page/switch" name="store_language" as="store_language" template="page/switch/languages.phtml"/>
72
+ <block type="core/text_list" name="top.menu" as="topMenu" translate="label">
73
+ <label>Navigation Bar</label>
74
+ <block type="page/html_topmenu" name="catalog.topnav" template="page/html/topmenu.phtml"/>
75
+ </block>
76
+ <block type="page/html_wrapper" name="top.container" as="topContainer" translate="label">
77
+ <label>Page Header</label>
78
+ <action method="setElementClass"><value>top-container</value></action>
79
+ </block>
80
+ </block>
81
+
82
+ <block type="page/html_breadcrumbs" name="breadcrumbs" as="breadcrumbs"/>
83
+
84
+ <block type="core/text_list" name="left" as="left" translate="label">
85
+ <label>Left Column</label>
86
+ </block>
87
+
88
+ <block type="core/messages" name="global_messages" as="global_messages"/>
89
+ <block type="core/messages" name="messages" as="messages"/>
90
+
91
+ <block type="core/text_list" name="content" as="content" translate="label">
92
+ <label>Main Content Area</label>
93
+ </block>
94
+
95
+ <block type="core/text_list" name="right" as="right" translate="label">
96
+ <label>Right Column</label>
97
+ </block>
98
+
99
+ <block type="page/html_footer" name="footer" as="footer" template="page/html/footer.phtml">
100
+ <block type="page/html_wrapper" name="bottom.container" as="bottomContainer" translate="label">
101
+ <label>Page Footer</label>
102
+ <action method="setElementClass"><value>bottom-container</value></action>
103
+ </block>
104
+ <block type="page/switch" name="store_switcher" as="store_switcher" template="page/switch/stores.phtml"/>
105
+ <block type="page/template_links" name="footer_links" as="footer_links" template="page/template/links.phtml"/>
106
+ </block>
107
+
108
+ <block type="core/text_list" name="before_body_end" as="before_body_end" translate="label">
109
+ <label>Page Bottom</label>
110
+ </block>
111
+ </block>
112
+
113
+ <block type="core/profiler" output="toHtml" name="core_profiler"/>
114
+ </default>
115
+
116
+ <print translate="label" module="page">
117
+ <label>All Pages (Print Version)</label>
118
+ <!-- Mage_Page -->
119
+ <block type="page/html" name="root" output="toHtml" template="page/print.phtml">
120
+
121
+ <block type="page/html_head" name="head" as="head">
122
+ <action method="addJs"><script>prototype/prototype.js</script></action>
123
+ <action method="addJs"><script>mage/translate.js</script></action>
124
+ <action method="addJs"><script>lib/ccard.js</script></action>
125
+ <action method="addJs"><script>prototype/validation.js</script></action>
126
+ <action method="addJs"><script>varien/js.js</script></action>
127
+
128
+ <action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
129
+ <action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 8</if></action>
130
+ <action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
131
+ <action method="addCss"><stylesheet>css/print.css</stylesheet><params>media="print"</params></action>
132
+
133
+ <action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
134
+ <action method="addItem"><type>skin_js</type><name>js/ie6.js</name><params/><if>lt IE 7</if></action>
135
+
136
+ </block>
137
+
138
+ <block type="core/text_list" name="content" as="content" translate="label">
139
+ <label>Main Content Area</label>
140
+ </block>
141
+
142
+ </block>
143
+ </print>
144
+
145
+ <!-- Custom page layout handles -->
146
+ <page_empty translate="label">
147
+ <label>All Empty Layout Pages</label>
148
+ <reference name="root">
149
+ <action method="setTemplate"><template>page/empty.phtml</template></action>
150
+ <!-- Mark root page block that template is applied -->
151
+ <action method="setIsHandle"><applied>1</applied></action>
152
+ </reference>
153
+ </page_empty>
154
+
155
+ <page_one_column translate="label">
156
+ <label>All One-Column Layout Pages</label>
157
+ <reference name="root">
158
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
159
+ <!-- Mark root page block that template is applied -->
160
+ <action method="setIsHandle"><applied>1</applied></action>
161
+ </reference>
162
+ </page_one_column>
163
+
164
+ <page_two_columns_left translate="label">
165
+ <label>All Two-Column Layout Pages (Left Column)</label>
166
+ <reference name="root">
167
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
168
+ <!-- Mark root page block that template is applied -->
169
+ <action method="setIsHandle"><applied>1</applied></action>
170
+ </reference>
171
+ </page_two_columns_left>
172
+
173
+ <page_two_columns_right translate="label">
174
+ <label>All Two-Column Layout Pages (Right Column)</label>
175
+ <reference name="root">
176
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
177
+ <!-- Mark root page block that template is applied -->
178
+ <action method="setIsHandle"><applied>1</applied></action>
179
+ </reference>
180
+ </page_two_columns_right>
181
+
182
+ <page_three_columns translate="label">
183
+ <label>All Three-Column Layout Pages</label>
184
+ <reference name="root">
185
+ <action method="setTemplate"><template>page/3columns.phtml</template></action>
186
+ <!-- Mark root page block that template is applied -->
187
+ <action method="setIsHandle"><applied>1</applied></action>
188
+ </reference>
189
+ </page_three_columns>
190
+ </layout>
app/design/frontend/default/toys_gray/layout/paypal.xml ADDED
@@ -0,0 +1,194 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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">
92
+ <action method="setHtmlTagName"><tag>p</tag></action>
93
+ <action method="setElementClass"><class>paypal-logo</class></action>
94
+ <block type="paypal/express_shortcut" name="product.info.addtocart.paypal" template="paypal/express/shortcut.phtml">
95
+ <action method="setIsInCatalogProduct"><value>1</value></action>
96
+ </block>
97
+ </block>
98
+ </reference>
99
+ <!--<reference name="right">
100
+ <block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml">-->
101
+ <!--action method="setLogoType"><value>wePrefer_150x60</value></action-->
102
+ </block>
103
+ <!--</reference>-->
104
+ </catalog_product_view>
105
+
106
+ <!--<catalog_category_default>
107
+ <reference name="right">
108
+ <block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml"/>
109
+ </reference>
110
+ </catalog_category_default>
111
+
112
+ <catalog_category_layered>
113
+ <update handle="SHORTCUT_popup" />
114
+ <reference name="right">
115
+ <block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml"/>
116
+ </reference>
117
+ </catalog_category_layered>
118
+
119
+ <catalog_product_compare_index>
120
+ <update handle="SHORTCUT_popup" />
121
+ </catalog_product_compare_index>
122
+
123
+ <catalogsearch_result_index>
124
+ <update handle="SHORTCUT_popup" />
125
+ </catalogsearch_result_index>
126
+
127
+ <catalogsearch_advanced_result>
128
+ <update handle="SHORTCUT_popup" />
129
+ </catalogsearch_advanced_result>
130
+
131
+ <tag_product_list>
132
+ <update handle="SHORTCUT_popup" />
133
+ </tag_product_list>
134
+ <tag_customer_view>
135
+ <update handle="SHORTCUT_popup" />
136
+ </tag_customer_view>
137
+
138
+ <wishlist_index_index>
139
+ <update handle="SHORTCUT_popup" />
140
+ </wishlist_index_index>
141
+ <review_product_list>
142
+ <update handle="SHORTCUT_popup" />
143
+ </review_product_list>
144
+
145
+ <checkout_onepage_success>
146
+ <update handle="SHORTCUT_popup" />
147
+ </checkout_onepage_success>
148
+ <checkout_onepage_failure>
149
+ <update handle="SHORTCUT_popup" />
150
+ </checkout_onepage_failure>
151
+ <cms_index_index>
152
+ <reference name="right">
153
+ <block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml"/>
154
+ </reference>
155
+ </cms_index_index>-->
156
+
157
+ <default>
158
+ <reference name="topCart.extra_actions">
159
+ <block type="paypal/express_shortcut" name="paypal.partner.top_cart.shortcut" template="paypal/express/shortcut.phtml"/>
160
+ </reference>
161
+ <reference name="cart_sidebar.extra_actions">
162
+ <block type="paypal/express_shortcut" name="paypal.partner.cart_sidebar.shortcut" template="paypal/express/shortcut.phtml"/>
163
+ </reference>
164
+ </default>
165
+
166
+ <checkout_onepage_review>
167
+ <reference name="checkout.onepage.review.info.items.after">
168
+ <block type="paypal/iframe" name="paypal.iframe" />
169
+ </reference>
170
+ <reference name="checkout.onepage.review.button">
171
+ <action method="setTemplate"><template helper="paypal/hss/getReviewButtonTemplate"><name>paypal/hss/review/button.phtml</name><block>checkout.onepage.review.button</block></template></action>
172
+ </reference>
173
+ </checkout_onepage_review>
174
+
175
+ <paypal_payflow_link_iframe>
176
+ <block type="paypal/payflow_link_iframe" name="payflow.link.iframe" template="paypal/payflowlink/form.phtml" />
177
+ <block type="paypal/payflow_link_info" name="payflow.link.info" template="paypal/payflowlink/info.phtml" />
178
+ </paypal_payflow_link_iframe>
179
+
180
+ <paypal_hosted_pro_iframe>
181
+ <block type="paypal/hosted_pro_iframe" name="hosted.pro.iframe" template="paypal/hss/form.phtml"/>
182
+ </paypal_hosted_pro_iframe>
183
+
184
+ <SHORTCUT_popup>
185
+ <reference name="product.tooltip">
186
+ <block type="page/html_wrapper" name="product.info.addtocart.paypal.wrapper" translate="label">
187
+ <block type="paypal/express_shortcut" name="product.info.addtocart.paypal" template="paypal/express/shortcut.phtml">
188
+ <action method="setIsInCatalogProduct"><value>1</value></action>
189
+ <action method="setShowOrPosition"><value>after</value></action>
190
+ </block>
191
+ </block>
192
+ </reference>
193
+ </SHORTCUT_popup>
194
+ </layout>
app/design/frontend/default/toys_gray/layout/tag.xml ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ <catalog_product_view translate="label">
67
+ <label>Catalog Product View</label>
68
+ <!-- Mage_Tag -->
69
+ </catalog_product_view>
70
+
71
+ <!--
72
+ All tags page
73
+ -->
74
+
75
+ <tag_list_index translate="label">
76
+ <label>Tags List (All Available)</label>
77
+ <!-- Mage_Tag -->
78
+ <reference name="root">
79
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
80
+ </reference>
81
+ <reference name="content">
82
+ <block type="tag/all" name="tags_all" template="tag/cloud.phtml"/>
83
+ </reference>
84
+ </tag_list_index>
85
+
86
+ <tag_product_list translate="label">
87
+ <label>Tagged Products List</label>
88
+ <!-- Mage_Tag -->
89
+ <reference name="content">
90
+ <block type="tag/product_result" name="tag_products" template="catalogsearch/result.phtml">
91
+ <block type="catalog/product_list" name="search_result_list" template="catalog/product/list.phtml">
92
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
93
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
94
+ </block>
95
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
96
+ </block>
97
+ <action method="setListOrders"/>
98
+ <action method="setListModes"/>
99
+ <action method="setListCollection"/>
100
+ </block>
101
+ </reference>
102
+ </tag_product_list>
103
+
104
+ <tag_customer_index translate="label">
105
+ <label>Customer My Account My Tags List</label>
106
+ <update handle="customer_account"/>
107
+ <reference name="root">
108
+ <action method="setHeaderTitle" translate="title" module="customer"><title>My Account</title></action>
109
+ </reference>
110
+ <reference name="my.account.wrapper">
111
+ <block type="tag/customer_tags" name="customer_tags" template="tag/customer/tags.phtml"/>
112
+ </reference>
113
+ </tag_customer_index>
114
+
115
+ <tag_customer_view translate="label">
116
+ <label>Customer My Account Tag View</label>
117
+ <update handle="customer_account"/>
118
+ <reference name="root">
119
+ <action method="setHeaderTitle" translate="title" module="customer"><title>My Account</title></action>
120
+ </reference>
121
+ <reference name="my.account.wrapper">
122
+ <block type="tag/customer_view" name="customer_view" template="tag/customer/view.phtml"/>
123
+ </reference>
124
+ </tag_customer_view>
125
+
126
+ </layout>
app/design/frontend/default/toys_gray/template/bundle/sales/order/items/renderer.phtml ADDED
@@ -0,0 +1,375 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 $parentItem = $this->getItem() ?>
28
+ <?php $items = array_merge(array($parentItem), $parentItem->getChildrenItems()); ?>
29
+ <?php $_count = count ($items) ?>
30
+ <?php $_index = 0 ?>
31
+
32
+ <?php $_prevOptionId = '' ?>
33
+
34
+ <?php foreach ($items as $_item): ?>
35
+
36
+ <?php if($this->getItemOptions() || $parentItem->getDescription() || $this->helper('giftmessage/message')->getIsMessagesAvailable('order_item', $parentItem) && $parentItem->getGiftMessageId()): ?>
37
+ <?php $_showlastRow = true ?>
38
+ <?php else: ?>
39
+ <?php $_showlastRow = false ?>
40
+ <?php endif; ?>
41
+
42
+ <?php if ($_item->getParentItem()): ?>
43
+ <?php $attributes = $this->getSelectionAttributes($_item) ?>
44
+ <?php if ($_prevOptionId != $attributes['option_id']): ?>
45
+ <tr<?php if ($_item->getLastRow()) echo 'class="last"'; ?>>
46
+ <td><div class="option-label"><?php echo $attributes['option_label'] ?></div></td>
47
+ <td>&nbsp;</td>
48
+ <td>&nbsp;</td>
49
+ <td>&nbsp;</td>
50
+ <td>&nbsp;</td>
51
+ </tr>
52
+ <?php $_prevOptionId = $attributes['option_id'] ?>
53
+ <?php endif; ?>
54
+ <?php endif; ?>
55
+ <tr<?php echo (++$_index==$_count && !$_showlastRow)?' class="border"':'' ?> id="order-item-row-<?php echo $_item->getId() ?>">
56
+
57
+ <?php if (!$_item->getParentItem()): ?>
58
+ <td><h3 class="product-name"><?php echo $this->htmlEscape($_item->getName()) ?></h3></td>
59
+ <?php else: ?>
60
+ <td><div class="option-value"><?php echo $this->getValueHtml($_item)?></div></td>
61
+ <?php endif; ?>
62
+ <td><?php echo $this->htmlEscape(Mage::helper('core/string')->splitInjection($_item->getSku())) ?></td>
63
+ <td class="a-center">
64
+ <?php if (!$_item->getParentItem()): ?>
65
+ <?php if ($this->helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceExclTax()): ?>
66
+ <span class="price-excl-tax">
67
+ <?php if ($this->helper('tax')->displaySalesBothPrices()): ?>
68
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
69
+ <span class="cart-price">
70
+ <?php endif; ?>
71
+ <span class="label"><?php echo $this->__('Excl. Tax'); ?>:</span>
72
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
73
+ </span>
74
+ <?php endif; ?>
75
+ <?php endif; ?>
76
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
77
+ <span class="cart-tax-total" onclick="taxToggle('eunit-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
78
+ <?php else: ?>
79
+ <span class="cart-price">
80
+ <?php endif; ?>
81
+
82
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(0, 1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
83
+ <?php echo $this->getOrder()->formatPrice($this->getItem()->getPrice()+$this->getItem()->getWeeeTaxAppliedAmount()+$this->getItem()->getWeeeTaxDisposition()); ?>
84
+ <?php else: ?>
85
+ <?php echo $this->getOrder()->formatPrice($this->getItem()->getPrice()) ?>
86
+ <?php endif; ?>
87
+
88
+ </span>
89
+
90
+
91
+ <?php if (Mage::helper('weee')->getApplied($this->getItem())): ?>
92
+
93
+ <span class="cart-tax-info" id="eunit-item-tax-details<?php echo $this->getItem()->getId(); ?>" style="display:none;">
94
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
95
+ <small>
96
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
97
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['amount']); ?></span>
98
+ <?php endforeach; ?>
99
+ </small>
100
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
101
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
102
+ <span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['amount_incl_tax']); ?></small></span>
103
+ <?php endforeach; ?>
104
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 4, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
105
+ <small>
106
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
107
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['amount_incl_tax']); ?></span>
108
+ <?php endforeach; ?>
109
+ </small>
110
+ <?php endif; ?>
111
+ </span>
112
+
113
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
114
+ <span class="cart-tax-total" onclick="taxToggle('eunit-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
115
+ <span class="nobr"><?php echo Mage::helper('weee')->__('Total'); ?>:<br /> <?php echo $this->getOrder()->formatPrice($this->getItem()->getPrice()+$this->getItem()->getWeeeTaxAppliedAmount()+$this->getItem()->getWeeeTaxDisposition()); ?></span>
116
+ </span>
117
+ <?php endif; ?>
118
+ <?php endif; ?>
119
+ </span>
120
+ <br />
121
+ <?php endif; ?>
122
+ <?php if ($this->helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceInclTax()): ?>
123
+ <span class="price-incl-tax">
124
+ <?php if ($this->helper('tax')->displaySalesBothPrices()): ?>
125
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
126
+ <span class="cart-price">
127
+ <?php endif; ?>
128
+ <span class="label"><?php echo $this->__('Incl. Tax'); ?>:</span>
129
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
130
+ </span>
131
+ <?php endif; ?>
132
+ <?php endif; ?>
133
+ <?php $_incl = $this->helper('checkout')->getPriceInclTax($this->getItem()); ?>
134
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
135
+ <span class="cart-tax-total" onclick="taxToggle('unit-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
136
+ <?php else: ?>
137
+ <span class="cart-price">
138
+ <?php endif; ?>
139
+
140
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(0, 1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
141
+ <?php echo $this->getOrder()->formatPrice($_incl+$this->getItem()->getWeeeTaxAppliedAmount()); ?>
142
+ <?php else: ?>
143
+ <?php echo $this->getOrder()->formatPrice($_incl-$this->getItem()->getWeeeTaxDisposition()) ?>
144
+ <?php endif; ?>
145
+
146
+ </span>
147
+
148
+
149
+ <?php if (Mage::helper('weee')->getApplied($this->getItem())): ?>
150
+
151
+ <span class="cart-tax-info" id="unit-item-tax-details<?php echo $this->getItem()->getId(); ?>" style="display:none;">
152
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
153
+ <small>
154
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
155
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['amount']); ?></span>
156
+ <?php endforeach; ?>
157
+ </small>
158
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
159
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
160
+ <span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['amount_incl_tax']); ?></small></span>
161
+ <?php endforeach; ?>
162
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 4, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
163
+ <small>
164
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
165
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['amount_incl_tax']); ?></span>
166
+ <?php endforeach; ?>
167
+ </small>
168
+ <?php endif; ?>
169
+ </span>
170
+
171
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
172
+ <span class="cart-tax-total" onclick="taxToggle('unit-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
173
+ <span class="nobr"><?php echo Mage::helper('weee')->__('Total incl. tax'); ?>:<br /> <?php echo $this->getOrder()->formatPrice($_incl+$this->getItem()->getWeeeTaxAppliedAmount()); ?></span>
174
+ </span>
175
+ <?php endif; ?>
176
+ <?php endif; ?>
177
+ </span>
178
+ <?php endif; ?>
179
+ <?php else: ?>
180
+ &nbsp;
181
+ <?php endif; ?>
182
+ </td>
183
+ <td class="a-center">
184
+ <?php if (($_item->getParentItem() && $this->isChildCalculated()) ||
185
+ (!$_item->getParentItem() && !$this->isChildCalculated())): ?>
186
+ <span class="nobr">
187
+ <?php if ($_item->getQtyOrdered() > 0): ?>
188
+ <?php echo Mage::helper('sales')->__('Ordered'); ?>: <strong><?php echo $_item->getQtyOrdered()*1 ?></strong><br />
189
+ <?php endif; ?>
190
+ <?php if ($_item->getQtyShipped() > 0 && !$this->isShipmentSeparately()): ?>
191
+ <?php echo Mage::helper('sales')->__('Shipped'); ?>: <strong><?php echo $_item->getQtyShipped()*1 ?></strong><br />
192
+ <?php endif; ?>
193
+ <?php if ($_item->getQtyCanceled() > 0): ?>
194
+ <?php echo Mage::helper('sales')->__('Canceled'); ?>: <strong><?php echo $_item->getQtyCanceled()*1 ?></strong><br />
195
+ <?php endif; ?>
196
+ <?php if ($_item->getQtyRefunded() > 0): ?>
197
+ <?php echo Mage::helper('sales')->__('Refunded'); ?>: <strong><?php echo $_item->getQtyRefunded()*1 ?></strong>
198
+ <?php endif; ?>
199
+ </span>
200
+ <?php elseif ($_item->getQtyShipped() > 0 && $_item->getParentItem() && $this->isShipmentSeparately()): ?>
201
+ <span class="nobr"><?php echo Mage::helper('sales')->__('Shipped'); ?>: <strong><?php echo $_item->getQtyShipped()*1 ?></strong></span>
202
+ <?php else: ?>
203
+ &nbsp;
204
+ <?php endif; ?>
205
+ </td>
206
+ <td class="a-center">
207
+ <?php if (!$_item->getParentItem()): ?>
208
+ <?php if ($this->helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceExclTax()): ?>
209
+ <span class="price-excl-tax">
210
+ <?php if ($this->helper('tax')->displaySalesBothPrices()): ?>
211
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
212
+ <span class="cart-price">
213
+ <?php endif; ?>
214
+ <span class="label"><?php echo $this->__('Excl. Tax'); ?>:</span>
215
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
216
+ </span>
217
+ <?php endif; ?>
218
+ <?php endif; ?>
219
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
220
+ <span class="cart-tax-total" onclick="taxToggle('esubtotal-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
221
+ <?php else: ?>
222
+ <span class="cart-price">
223
+ <?php endif; ?>
224
+
225
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(0, 1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
226
+ <?php echo $this->getOrder()->formatPrice($this->getItem()->getRowTotal()+$this->getItem()->getWeeeTaxAppliedRowAmount()+$this->getItem()->getWeeeTaxRowDisposition()); ?>
227
+ <?php else: ?>
228
+ <?php echo $this->getOrder()->formatPrice($this->getItem()->getRowTotal()) ?>
229
+ <?php endif; ?>
230
+
231
+ </span>
232
+
233
+
234
+ <?php if (Mage::helper('weee')->getApplied($this->getItem())): ?>
235
+
236
+ <span class="cart-tax-info" id="esubtotal-item-tax-details<?php echo $this->getItem()->getId(); ?>" style="display:none;">
237
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
238
+ <small>
239
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
240
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['row_amount']); ?></span>
241
+ <?php endforeach; ?>
242
+ </small>
243
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
244
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
245
+ <span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['row_amount_incl_tax']); ?></small></span>
246
+ <?php endforeach; ?>
247
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 4, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
248
+ <small>
249
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
250
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['row_amount_incl_tax']); ?></span>
251
+ <?php endforeach; ?>
252
+ </small>
253
+ <?php endif; ?>
254
+ </span>
255
+
256
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
257
+ <span class="cart-tax-total" onclick="taxToggle('esubtotal-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
258
+ <span class="nobr"><?php echo Mage::helper('weee')->__('Total'); ?>:<br /> <?php echo $this->getOrder()->formatPrice($this->getItem()->getRowTotal()+$this->getItem()->getWeeeTaxAppliedRowAmount()+$this->getItem()->getWeeeTaxRowDisposition()); ?></span>
259
+ </span>
260
+ <?php endif; ?>
261
+ <?php endif; ?>
262
+ </span>
263
+ <br />
264
+ <?php endif; ?>
265
+ <?php if ($this->helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceInclTax()): ?>
266
+ <span class="price-incl-tax">
267
+ <?php if ($this->helper('tax')->displaySalesBothPrices()): ?>
268
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
269
+ <span class="cart-price">
270
+ <?php endif; ?>
271
+ <span class="label"><?php echo $this->__('Incl. Tax'); ?>:</span>
272
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
273
+ </span>
274
+ <?php endif; ?>
275
+ <?php endif; ?>
276
+ <?php $_incl = $this->helper('checkout')->getSubtotalInclTax($this->getItem()); ?>
277
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
278
+ <span class="cart-tax-total" onclick="taxToggle('subtotal-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
279
+ <?php else: ?>
280
+ <span class="cart-price">
281
+ <?php endif; ?>
282
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(0, 1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
283
+ <?php echo $this->getOrder()->formatPrice($_incl+$this->getItem()->getWeeeTaxAppliedRowAmount()); ?>
284
+ <?php else: ?>
285
+ <?php echo $this->getOrder()->formatPrice($_incl-$this->getItem()->getWeeeTaxRowDisposition()) ?>
286
+ <?php endif; ?>
287
+
288
+ </span>
289
+
290
+
291
+ <?php if (Mage::helper('weee')->getApplied($this->getItem())): ?>
292
+
293
+ <span class="cart-tax-info" id="subtotal-item-tax-details<?php echo $this->getItem()->getId(); ?>" style="display:none;">
294
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
295
+ <small>
296
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
297
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['row_amount']); ?></span>
298
+ <?php endforeach; ?>
299
+ </small>
300
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
301
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
302
+ <span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['row_amount_incl_tax']); ?></small></span>
303
+ <?php endforeach; ?>
304
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 4, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
305
+ <small>
306
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
307
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['row_amount_incl_tax']); ?></span>
308
+ <?php endforeach; ?>
309
+ </small>
310
+ <?php endif; ?>
311
+ </span>
312
+
313
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
314
+ <span class="cart-tax-total" onclick="taxToggle('subtotal-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
315
+ <span class="nobr"><?php echo Mage::helper('weee')->__('Total Incl. Tax'); ?>:<br /> <?php echo $this->getOrder()->formatPrice($_incl+$this->getItem()->getWeeeTaxAppliedRowAmount()); ?></span>
316
+ </span>
317
+ <?php endif; ?>
318
+ <?php endif; ?>
319
+
320
+
321
+
322
+ </span>
323
+ <?php endif; ?>
324
+ <?php else: ?>
325
+ &nbsp;
326
+ <?php endif; ?>
327
+ </td>
328
+ <!--
329
+ <?php if ($this->helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceExclTax()): ?>
330
+ <th class="a-right"><?php echo $this->getOrder()->formatPrice($this->getItem()->getRowTotal()) ?></th>
331
+ <?php endif; ?>
332
+ <?php if ($this->helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceInclTax()): ?>
333
+ <th class="a-right"><?php echo $this->getOrder()->formatPrice($this->helper('checkout')->getSubtotalInclTax($this->getItem())); ?></th>
334
+ <?php endif; ?>
335
+ -->
336
+ </tr>
337
+ <?php endforeach; ?>
338
+
339
+ <?php if ($_showlastRow): ?>
340
+ <tr class="border">
341
+ <td>
342
+ <?php if($_options = $this->getItemOptions()): ?>
343
+ <dl class="item-options">
344
+ <?php foreach ($_options as $_option) : ?>
345
+ <dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
346
+ <?php if (!$this->getPrintStatus()): ?>
347
+ <?php $_formatedOptionValue = $this->getFormatedOptionValue($_option) ?>
348
+ <dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>>
349
+ <?php echo $_formatedOptionValue['value'] ?>
350
+ <?php if (isset($_formatedOptionValue['full_view'])): ?>
351
+ <div class="truncated_full_value">
352
+ <dl class="item-options">
353
+ <dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
354
+ <dd><?php echo $_formatedOptionValue['full_view'] ?></dd>
355
+ </dl>
356
+ </div>
357
+ <?php endif; ?>
358
+ </dd>
359
+ <?php else: ?>
360
+ <dd><?php echo $this->htmlEscape( (isset($_option['print_value']) ? $_option['print_value'] : $_option['value']) ) ?></dd>
361
+ <?php endif; ?>
362
+ <?php endforeach; ?>
363
+ </dl>
364
+ <?php endif; ?>
365
+ <?php echo $this->htmlEscape($_item->getDescription()) ?>
366
+ <?php if($this->helper('giftmessage/message')->getIsMessagesAvailable('order_item', $parentItem) && $parentItem->getGiftMessageId()): ?>
367
+ <a href="#" id="order-item-gift-message-link-<?php echo $parentItem->getId() ?>" class="gift-message-link" onclick="return giftMessageToogle('<?php echo $parentItem->getId() ?>')"><?php echo Mage::helper('sales')->__('Gift Message') ?></a>
368
+ <?php endif; ?>
369
+ </td>
370
+ <td>&nbsp;</td>
371
+ <td>&nbsp;</td>
372
+ <td>&nbsp;</td>
373
+ <td>&nbsp;</td>
374
+ </tr>
375
+ <?php endif; ?>
app/design/frontend/default/toys_gray/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="category_content"><?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/toys_gray/template/catalog/product/list.phtml ADDED
@@ -0,0 +1,149 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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="list-item-bg">
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(135); ?>" width="135" height="135" 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
+ <?php $_productNameStripped = $this->stripTags($_product->getName(), null, true); ?>
56
+ <h2 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped; ?>"><?php echo $_helper->productAttribute($_product, $_product->getName() , 'name'); ?></a></h2>
57
+ <?php //if($_product->getRatingSummary()): ?>
58
+ <?php //echo $this->getReviewsSummaryHtml($_product) ?>
59
+ <?php //endif; ?>
60
+ <?php echo $this->getPriceHtml($_product, true) ?>
61
+ <?php if($_product->isSaleable()): ?>
62
+ <p><button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button></p>
63
+ <?php else: ?>
64
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
65
+ <?php endif; ?>
66
+ <div class="desc std">
67
+ <?php echo $_helper->productAttribute($_product, $_product->getShortDescription(), 'short_description') ?>
68
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped ?>" class="link-learn"><?php echo $this->__('Learn More') ?></a>
69
+ </div>
70
+ <ul class="add-to-links">
71
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
72
+ <li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
73
+ <?php endif; ?>
74
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
75
+ <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
76
+ <?php endif; ?>
77
+ </ul>
78
+ </div>
79
+ </div>
80
+ </div>
81
+ </li>
82
+ <?php endforeach; ?>
83
+ </ol>
84
+ <script type="text/javascript">decorateList('products-list', 'none-recursive')</script>
85
+
86
+ <?php else: ?>
87
+
88
+ <?php // Grid Mode ?>
89
+
90
+ <?php $_collectionSize = $_productCollection->count() ?>
91
+ <?php $_columnCount = $this->getColumnCount(); ?>
92
+ <?php
93
+ $r_template = $this->getLayout()->getBlock('root')->getTemplate();
94
+ switch ($r_template)
95
+ {
96
+ case "page/2columns-right.phtml":
97
+ case "page/2columns-left.phtml":
98
+ $_columnCount = 3;
99
+ break;
100
+ case "page/3columns.phtml":
101
+ $_columnCount = 2;
102
+ break;
103
+ default:
104
+ $_columnCount = 4;
105
+ }
106
+ ?>
107
+ <?php $i=0; foreach ($_productCollection as $_product): ?>
108
+ <?php if ($i++%$_columnCount==0): ?>
109
+ <ul class="products-grid">
110
+ <?php endif ?>
111
+ <li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
112
+ <div class="grid-item-bg">
113
+ <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>
114
+ <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(120); ?>" width="120" height="120" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
115
+ <?php //if($_product->getRatingSummary()): ?>
116
+ <?php //echo $this->getReviewsSummaryHtml($_product, 'short') ?>
117
+ <?php //endif; ?>
118
+ <div class="clearfix price_cart">
119
+ <?php echo $this->getPriceHtml($_product, true) ?>
120
+ <div class="actions">
121
+ <?php if($_product->isSaleable()): ?>
122
+ <button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
123
+ <?php else: ?>
124
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
125
+ <?php endif; ?>
126
+ </div>
127
+ </div>
128
+ <ul class="add-to-links">
129
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
130
+ <li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
131
+ <?php endif; ?>
132
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
133
+ <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
134
+ <?php endif; ?>
135
+ </ul>
136
+ </div>
137
+ </li>
138
+ <?php if ($i%$_columnCount==0 || $i==$_collectionSize): ?>
139
+ </ul>
140
+ <?php endif ?>
141
+ <?php endforeach ?>
142
+ <script type="text/javascript">decorateGeneric($$('ul.products-grid'), ['odd','even','first','last'])</script>
143
+ <?php endif; ?>
144
+
145
+ <div class="toolbar-bottom">
146
+ <?php echo $this->getToolbarHtml() ?>
147
+ </div>
148
+ </div>
149
+ <?php endif; ?>
app/design/frontend/default/toys_gray/template/catalog/product/list/upsell.phtml ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php if(count($this->getItemCollection()->getItems())): ?>
28
+ <div class="box-collateral box-up-sell">
29
+ <h2><?php echo $this->__('You may also be interested in the following product(s)') ?></h2>
30
+ <table class="products-grid" id="upsell-product-table">
31
+ <?php // $this->setColumnCount(5); // uncomment this line if you want to have another number of columns. also can be changed in layout ?>
32
+ <?php $this->resetItemsIterator() ?>
33
+ <?php for($_i=0;$_i<$this->getRowCount();$_i++): ?>
34
+ <tr>
35
+ <?php for($_j=0;$_j<$this->getColumnCount();$_j++): ?>
36
+ <?php if($_link=$this->getIterableItem()): ?>
37
+ <td>
38
+ <a href="<?php echo $_link->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_link->getName()) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_link, 'small_image')->resize(120) ?>" width="120" height="120" alt="<?php echo $this->htmlEscape($_link->getName()) ?>" /></a>
39
+ <h3 class="product-name"><a href="<?php echo $_link->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_link->getName()) ?>"><?php echo $this->htmlEscape($_link->getName()) ?></a></h3>
40
+ <?php echo $this->getPriceHtml($_link, true, '-upsell') ?>
41
+ <?php //echo $this->getReviewsSummaryHtml($_link) ?>
42
+ </td>
43
+ <?php //else: ?>
44
+ <!--<td class="empty">&nbsp;</td>-->
45
+ <?php endif; ?>
46
+ <?php endfor; ?>
47
+ </tr>
48
+ <?php endfor; ?>
49
+ </table>
50
+ <script type="text/javascript">decorateTable('upsell-product-table')</script>
51
+ </div>
52
+ <?php endif ?>
app/design/frontend/default/toys_gray/template/catalog/product/new.phtml ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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="new_products">
29
+ <h2 class="subtitle"><?php echo $this->__('New Products') ?></h2>
30
+ <?php $_columnCount = $this->getColumnCount(); ?>
31
+ <?php
32
+ $r_template = $this->getLayout()->getBlock('root')->getTemplate();
33
+ switch ($r_template)
34
+ {
35
+ case "page/2columns-right.phtml":
36
+ case "page/2columns-left.phtml":
37
+ $_columnCount = 3;
38
+ break;
39
+ case "page/3columns.phtml":
40
+ $_columnCount = 2;
41
+ break;
42
+ default:
43
+ $_columnCount = 4;
44
+ }
45
+ ?>
46
+ <?php $i=0; foreach ($_products->getItems() as $_product): ?>
47
+ <?php if ($i++%$_columnCount==0): ?>
48
+ <ul class="products-grid">
49
+ <?php endif ?>
50
+ <li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
51
+ <div class="grid-item-bg">
52
+ <h3 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>"><?php echo $this->htmlEscape($_product->getName()) ?></a></h3>
53
+ <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(120) ?>" width="120" height="120" alt="<?php echo $this->htmlEscape($_product->getName()) ?>" /></a>
54
+ <div class="clearfix"><a href="<?php echo $_product->getProductUrl() ?>" class="grid-details"><?php echo $this->__('Details') ?></a></div>
55
+ <?php //echo $this->getReviewsSummaryHtml($_product, 'short') ?>
56
+ <div class="clearfix price_cart">
57
+ <?php echo $this->getPriceHtml($_product, true, '-new') ?>
58
+ <div class="actions">
59
+ <?php if($_product->isSaleable()): ?>
60
+ <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>
61
+ <?php else: ?>
62
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
63
+ <?php endif; ?>
64
+ <!--<ul class="add-to-links">
65
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
66
+ <li><a href="<?php echo $this->getAddToWishlistUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
67
+ <?php endif; ?>
68
+ <?php if ($_compareUrl = $this->getAddToCompareUrl($_product)): ?>
69
+ <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
70
+ <?php endif; ?>
71
+ </ul>-->
72
+ </div>
73
+ </div>
74
+ </div>
75
+ </li>
76
+ <?php if ($i%$_columnCount==0 || $i==count($_products)): ?>
77
+ </ul>
78
+ <?php endif ?>
79
+ <?php endforeach; ?>
80
+ </div>
81
+ <?php endif; ?>
app/design/frontend/default/toys_gray/template/catalog/product/view.phtml ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0
  <?php elseif (!$_product->isSaleable()): ?>
1
  <div class="add-to-box">
2
  <?php echo $this->getChildHtml('addto') ?>
3
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  //<![CDATA[
5
  var productAddToCartForm = new VarienForm('product_addtocart_form');
6
  productAddToCartForm.submit = function(button, url) {
7
  if (this.validator.validate()) {
8
  var form = this.form;
9
  var oldUrl = form.action;
10
  if (url) {
11
  form.action = url;
12
  }
13
  var e = null;
14
  try {
15
  this.form.submit();
16
  } catch (e) {
17
  }
18
  this.form.action = oldUrl;
19
  if (e) {
20
  throw e;
21
  }
22
  if (button && button != 'undefined') {
23
  button.disabled = true;
24
  }
25
  }
26
  }.bind(productAddToCartForm);
27
  productAddToCartForm.submitLight = function(button, url){
28
  if(this.validator) {
29
  var nv = Validation.methods;
30
  delete Validation.methods['required-entry'];
31
  delete Validation.methods['validate-one-required'];
32
  delete Validation.methods['validate-one-required-by-name'];
33
  // Remove custom datetime validators
34
  for (var methodName in Validation.methods) {
35
  if (methodName.match(/^validate-datetime-.*/i)) {
36
  delete Validation.methods[methodName];
37
  }
38
  }
39
  if (this.validator.validate()) {
40
  if (url) {
41
  this.form.action = url;
42
  }
43
  this.form.submit();
44
  }
45
  Object.extend(Validation.methods, nv);
46
  }
47
  }.bind(productAddToCartForm);
48
  //]]>
49
  </script>
 
 
50
  <div class="product-collateral">
51
  <div class="box-collateral <?php echo "box-{$alias}"?>">
52
  <?php if ($title = $this->getChildData($alias, 'title')):?>
53
  <h2><?php echo $this->escapeHtml($title); ?></h2>
54
  <?php endif;?>
55
  <?php echo $html; ?>
56
  </div>
57
  <?php echo $this->getChildHtml('product_additional_data') ?>
58
 
59
  </div>
 
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
+ <script type="text/javascript">
36
+ var optionsPrice = new Product.OptionsPrice(<?php echo $this->getJsonConfig() ?>);
37
+ </script>
38
+ <div id="messages_product_view"><?php echo $this->getMessagesBlock()->getGroupedHtml() ?></div>
39
+ <div class="product-view">
40
+ <div class="product-essential">
41
+ <form action="<?php echo $this->getSubmitUrl($_product) ?>" method="post" id="product_addtocart_form"<?php if($_product->getOptions()): ?> enctype="multipart/form-data"<?php endif; ?>>
42
+ <div class="no-display">
43
+ <input type="hidden" name="product" value="<?php echo $_product->getId() ?>" />
44
+ <input type="hidden" name="related_product" id="related-products-field" value="" />
45
+ </div>
46
+
47
+ <div class="product-shop">
48
+ <div class="product-name">
49
+ <h1><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></h1>
50
+ </div>
51
+
52
+ <?php echo $this->getReviewsSummaryHtml($_product, false, true)?>
53
+
54
+ <?php if ($this->canEmailToFriend()): ?>
55
+ <p class="email-friend"><a href="<?php echo $this->helper('catalog/product')->getEmailToFriendUrl($_product) ?>"><?php echo $this->__('Email to a Friend') ?></a></p>
56
+ <?php endif; ?>
57
+ <?php echo $this->getChildHtml('alert_urls') ?>
58
+ <?php echo $this->getChildHtml('product_type_data') ?>
59
+ <?php echo $this->getTierPriceHtml() ?>
60
+ <?php echo $this->getChildHtml('extrahint') ?>
61
+
62
+ <?php if (!$this->hasOptions()):?>
63
+ <div class="add-to-box">
64
+ <?php if($_product->isSaleable()): ?>
65
+ <?php echo $this->getChildHtml('addtocart') ?>
66
+ <?php if( $this->helper('wishlist')->isAllow() || $_compareUrl=$this->helper('catalog/product_compare')->getAddUrl($_product)): ?>
67
+ <span class="or"><?php echo $this->__('or') ?></span>
68
+ <?php endif; ?>
69
+ <?php endif; ?>
70
+ <?php echo $this->getChildHtml('addto') ?>
71
+ </div>
72
+ <?php echo $this->getChildHtml('extra_buttons') ?>
73
  <?php elseif (!$_product->isSaleable()): ?>
74
  <div class="add-to-box">
75
  <?php echo $this->getChildHtml('addto') ?>
76
  </div>
77
+ <?php endif; ?>
78
+
79
+ <?php if ($_product->getShortDescription()):?>
80
+ <div class="short-description">
81
+ <h2><?php echo $this->__('Quick Overview') ?></h2>
82
+ <div class="std"><?php echo $_helper->productAttribute($_product, nl2br($_product->getShortDescription()), 'short_description') ?></div>
83
+ </div>
84
+ <?php endif;?>
85
+
86
+ <?php echo $this->getChildHtml('other');?>
87
+
88
+ <?php if ($_product->isSaleable() && $this->hasOptions()):?>
89
+ <?php echo $this->getChildChildHtml('container1', '', true, true) ?>
90
+ <?php endif;?>
91
+
92
+ </div>
93
+
94
+ <div class="product-img-box">
95
+ <?php echo $this->getChildHtml('media') ?>
96
+ </div>
97
+
98
+ <div class="clearer"></div>
99
+ <?php if ($_product->isSaleable() && $this->hasOptions()):?>
100
+ <?php echo $this->getChildChildHtml('container2', '', true, true) ?>
101
+ <?php endif;?>
102
+ </form>
103
+ <script type="text/javascript">
104
  //<![CDATA[
105
  var productAddToCartForm = new VarienForm('product_addtocart_form');
106
  productAddToCartForm.submit = function(button, url) {
107
  if (this.validator.validate()) {
108
  var form = this.form;
109
  var oldUrl = form.action;
110
  if (url) {
111
  form.action = url;
112
  }
113
  var e = null;
114
  try {
115
  this.form.submit();
116
  } catch (e) {
117
  }
118
  this.form.action = oldUrl;
119
  if (e) {
120
  throw e;
121
  }
122
  if (button && button != 'undefined') {
123
  button.disabled = true;
124
  }
125
  }
126
  }.bind(productAddToCartForm);
127
  productAddToCartForm.submitLight = function(button, url){
128
  if(this.validator) {
129
  var nv = Validation.methods;
130
  delete Validation.methods['required-entry'];
131
  delete Validation.methods['validate-one-required'];
132
  delete Validation.methods['validate-one-required-by-name'];
133
  // Remove custom datetime validators
134
  for (var methodName in Validation.methods) {
135
  if (methodName.match(/^validate-datetime-.*/i)) {
136
  delete Validation.methods[methodName];
137
  }
138
  }
139
  if (this.validator.validate()) {
140
  if (url) {
141
  this.form.action = url;
142
  }
143
  this.form.submit();
144
  }
145
  Object.extend(Validation.methods, nv);
146
  }
147
  }.bind(productAddToCartForm);
148
  //]]>
149
  </script>
150
+ </div>
151
+ <?php echo $this->getChildHtml('info_tabs') ?>
152
  <div class="product-collateral">
153
  <div class="box-collateral <?php echo "box-{$alias}"?>">
154
  <?php if ($title = $this->getChildData($alias, 'title')):?>
155
  <h2><?php echo $this->escapeHtml($title); ?></h2>
156
  <?php endif;?>
157
  <?php echo $html; ?>
158
  </div>
159
  <?php echo $this->getChildHtml('product_additional_data') ?>
160
 
161
  </div>
162
+ </div>
app/design/frontend/default/toys_gray/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
+ <p class="product-image product-image-zoom">
39
+ <?php
40
+ $_img = '<img id="image" src="'.$this->helper('catalog/image')->init($_product, 'image').'" alt="'.$this->htmlEscape($this->getImageLabel()).'" title="'.$this->htmlEscape($this->getImageLabel()).'" />';
41
+ echo $_helper->productAttribute($_product, $_img, 'image');
42
+ ?>
43
+ </p>
44
+ <div class="prod_img_bottom"></div>
45
+ <p class="zoom-notice" id="track_hint"><?php echo $this->__('Double click on above image to view full picture') ?></p>
46
+ <div class="zoom">
47
+ <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" />
48
+ <div id="track">
49
+ <div id="handle"></div>
50
+ </div>
51
+ <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" />
52
+ </div>
53
+ <script type="text/javascript">
54
+ //<![CDATA[
55
+ Event.observe(window, 'load', function() {
56
+ product_zoom = new Product.Zoom('image', 'track', 'handle', 'zoom_in', 'zoom_out', 'track_hint');
57
+ });
58
+ //]]>
59
+ </script>
60
+ <?php else: ?>
61
+ <p class="product-image">
62
+ <?php
63
+ $_img = '<img src="'.$this->helper('catalog/image')->init($_product, 'image')->resize(265).'" alt="'.$this->htmlEscape($this->getImageLabel()).'" title="'.$this->htmlEscape($this->getImageLabel()).'" />';
64
+ echo $_helper->productAttribute($_product, $_img, 'image');
65
+ ?>
66
+ </p>
67
+ <div class="prod_img_bottom"></div>
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(63); ?>" width="63" height="63" alt="<?php echo $this->htmlEscape($_image->getLabel()) ?>" /></a>
76
+ </li>
77
+ <?php endforeach; ?>
78
+ </ul>
79
+ </div>
80
+ <?php endif; ?>
app/design/frontend/default/toys_gray/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/toys_gray/template/catalogsearch/form.mini.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
+ /* @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
+ <input id="search" type="text" name="<?php echo $this->helper('catalogsearch')->getQueryParamName() ?>" value="<?php echo $this->helper('catalogsearch')->getEscapedQueryText() ?>" class="input-text" />
34
+ <button type="submit" title="<?php echo $this->__('Search') ?>" class="button"><span><span><?php echo $this->__('Search') ?></span></span></button>
35
+ <div id="search_autocomplete" class="search-autocomplete"></div>
36
+ <script type="text/javascript">
37
+ //<![CDATA[
38
+ var searchForm = new Varien.searchForm('search_mini_form', 'search', '<?php echo $this->__('Search') ?>');
39
+ searchForm.initAutocomplete('<?php echo $this->helper('catalogsearch')->getSuggestUrl() ?>', 'search_autocomplete');
40
+ //]]>
41
+ </script>
42
+ </div>
43
+ </form>
app/design/frontend/default/toys_gray/template/checkout/cart.phtml ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ <th rowspan="<?php echo $mergedCells; ?>">&nbsp;</th>
77
+ <th rowspan="<?php echo $mergedCells; ?>"><span class="nobr"><?php echo $this->__('Product Name') ?></span></th>
78
+ <th rowspan="<?php echo $mergedCells; ?>"></th>
79
+ <?php if ($this->helper('wishlist')->isAllowInCart()) : ?>
80
+ <th rowspan="<?php echo $mergedCells; ?>" class="a-center"><span class="nobr"><?php echo $this->__('Move to Wishlist') ?></span></th>
81
+ <?php endif ?>
82
+ <th class="a-center" colspan="<?php echo $mergedCells; ?>"><span class="nobr"><?php echo $this->__('Unit Price') ?></span></th>
83
+ <th rowspan="<?php echo $mergedCells; ?>" class="a-center"><?php echo $this->__('Qty') ?></th>
84
+ <th class="a-center" colspan="<?php echo $mergedCells; ?>"><?php echo $this->__('Subtotal') ?></th>
85
+ <th rowspan="<?php echo $mergedCells; ?>" class="a-center">&nbsp;</th>
86
+ </tr>
87
+ <?php if ($this->helper('tax')->displayCartBothPrices()): ?>
88
+ <tr>
89
+ <th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
90
+ <th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
91
+ <th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
92
+ <th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
93
+ </tr>
94
+ <?php endif; ?>
95
+ </thead>
96
+ <tfoot>
97
+ <tr>
98
+ <td colspan="50" class="a-right">
99
+ <?php if($this->getContinueShoppingUrl()): ?>
100
+ <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>
101
+ <?php endif; ?>
102
+ <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>
103
+ <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>
104
+ <!--[if lt IE 8]>
105
+ <input type="hidden" id="update_cart_action_container" />
106
+ <script type="text/javascript">
107
+ //<![CDATA[
108
+ Event.observe(window, 'load', function()
109
+ {
110
+ // Internet Explorer (lt 8) does not support value attribute in button elements
111
+ $emptyCartButton = $('empty_cart_button');
112
+ $cartActionContainer = $('update_cart_action_container');
113
+ if ($emptyCartButton && $cartActionContainer) {
114
+ Event.observe($emptyCartButton, 'click', function()
115
+ {
116
+ $emptyCartButton.setAttribute('name', 'update_cart_action_temp');
117
+ $cartActionContainer.setAttribute('name', 'update_cart_action');
118
+ $cartActionContainer.setValue('empty_cart');
119
+ });
120
+ }
121
+
122
+ });
123
+ //]]>
124
+ </script>
125
+ <![endif]-->
126
+ </td>
127
+ </tr>
128
+ </tfoot>
129
+ <tbody>
130
+ <?php foreach($this->getItems() as $_item): ?>
131
+ <?php echo $this->getItemHtml($_item) ?>
132
+ <?php endforeach ?>
133
+ </tbody>
134
+ </table>
135
+ <script type="text/javascript">decorateTable('shopping-cart-table')</script>
136
+ </fieldset>
137
+ </form>
138
+ <div class="cart-collaterals">
139
+ <div class="col2-set">
140
+ <div class="col-1">
141
+ <?php echo $this->getChildHtml('crosssell') ?>
142
+ </div>
143
+ <div class="col-2">
144
+ <?php echo $this->getChildHtml('checkout.cart.extra') ?>
145
+ <?php echo $this->getChildHtml('coupon') ?>
146
+ <?php if (!$this->getIsVirtual()): echo $this->getChildHtml('shipping'); endif; ?>
147
+ </div>
148
+ </div>
149
+ <div class="totals">
150
+ <div class="totals-in">
151
+ <?php echo $this->getChildHtml('totals'); ?>
152
+ <?php if(!$this->hasError()): ?>
153
+ <ul class="checkout-types">
154
+ <?php foreach ($this->getMethods('methods') as $method): ?>
155
+ <?php if ($methodHtml = $this->getMethodHtml($method)): ?>
156
+ <li><?php echo $methodHtml; ?></li>
157
+ <?php endif; ?>
158
+ <?php endforeach; ?>
159
+ </ul>
160
+ <?php endif; ?>
161
+ </div>
162
+ </div>
163
+ </div>
164
+ </div>
app/design/frontend/default/toys_gray/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><span><?php echo $this->__('Discount Codes') ?></span></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/toys_gray/template/checkout/cart/crosssell.phtml ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 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><?php echo $this->__('Related product') ?></h2>
37
+ <ul id="crosssell-products-list">
38
+ <?php foreach ($this->getItems() as $_item): ?>
39
+ <li class="item">
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(100); ?>" width="100" height="100" 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
+ <div class="clearfix">
44
+ <?php echo $this->getPriceHtml($_item, true) ?>
45
+ <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>
46
+ </div>
47
+ <ul class="add-to-links">
48
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
49
+ <li><a href="<?php echo $this->getAddToWishlistUrl($_item) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
50
+ <?php endif; ?>
51
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_item)): ?>
52
+ <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
53
+ <?php endif; ?>
54
+ </ul>
55
+ </div>
56
+ </li>
57
+ <?php endforeach; ?>
58
+ </ul>
59
+ <script type="text/javascript">decorateList('crosssell-products-list', 'none-recursive')</script>
60
+ </div>
61
+ <?php endif; ?>
app/design/frontend/default/toys_gray/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><?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(100); ?>" width="100" height="100" alt="<?php echo $this->htmlEscape($this->getProductName()) ?>" /><?php if ($this->hasProductUrl()):?></a><?php endif;?></td>
34
+ <td>
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']) ?>:&nbsp;</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="a-center v-middle">
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="a-center v-middle">
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 v-middle"<?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 v-middle">
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="a-center v-middle">
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="a-center v-middle">
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="a-center v-middle">
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="a-center v-middle">
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="a-center v-middle"><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/toys_gray/template/checkout/multishipping/overview.phtml ADDED
@@ -0,0 +1,241 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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="multiple-checkout">
28
+ <div class="page-title">
29
+ <h1><?php echo $this->__('Review Order') ?></h1>
30
+ </div>
31
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
32
+ <form action="<?php echo $this->getPostActionUrl() ?>" method="post" onsubmit="return showLoader();">
33
+ <div class="col2-set">
34
+ <h2 class="legend"><?php echo $this->__('Billing Information') ?></h2>
35
+ <div class="col-1">
36
+ <div class="box">
37
+ <?php $_address=$this->getBillingAddress() ?>
38
+ <div class="box-title">
39
+ <h3><?php echo $this->__('Billing Address') ?> <span class="separator">|</span> <a href="<?php echo $this->getEditBillingAddressUrl($_address) ?>"><?php echo $this->__('Change') ?></a></h3>
40
+ </div>
41
+ <div class="box-content">
42
+ <address>
43
+ <?php echo $_address->format('html') ?>
44
+ </address>
45
+ </div>
46
+ </div>
47
+ </div>
48
+ <div class="col-2">
49
+ <div class="box">
50
+ <div class="box-title">
51
+ <h3><?php echo $this->__('Payment Method') ?> <span class="separator">|</span> <a href="<?php echo $this->getEditBillingUrl() ?>"><?php echo $this->__('Change') ?></a></h3>
52
+ </div>
53
+ <div class="box-content">
54
+ <input type="hidden" name="payment[cc_number]" value="<?php echo $this->escapeHtml($this->getPayment()->getCcNumber())?>" />
55
+ <input type="hidden" name="payment[cc_cid]" value="<?php echo $this->escapeHtml($this->getPayment()->getCcCid())?>" />
56
+ <?php echo $this->getPaymentHtml() ?>
57
+ </div>
58
+ </div>
59
+ </div>
60
+ </div>
61
+ <?php $mergedCells = ($this->helper('tax')->displayCartBothPrices() ? 2 : 1); ?>
62
+ <div class="col2-set">
63
+ <h2 class="legend"><?php echo $this->__('Shipping Information') ?></h2>
64
+ <?php foreach ($this->getShippingAddresses() as $_index => $_address): ?>
65
+ <h3 class="legend"><?php echo $this->__('Address %s of %s', ($_index+1), $this->getShippingAddressCount()) ?></h3>
66
+ <div class="col-1 col-narrow">
67
+ <div class="box">
68
+ <div class="box-title">
69
+ <h4><?php echo $this->__('Shipping To') ?> <span class="separator">|</span> <a href="<?php echo $this->getEditShippingAddressUrl($_address) ?>"><?php echo $this->__('Change') ?></a></h4>
70
+ </div>
71
+ <div class="box-content">
72
+ <address>
73
+ <?php echo $_address->format('html') ?>
74
+ </address>
75
+ </div>
76
+ </div>
77
+ <div class="box">
78
+ <div class="box-title">
79
+ <h4><?php echo $this->__('Shipping Method') ?> <span class="separator">|</span> <a href="<?php echo $this->getEditShippingUrl() ?>"><?php echo $this->__('Change') ?></a></h4>
80
+ </div>
81
+ <div class="box-content">
82
+ <?php if($_rate=$this->getShippingAddressRate($_address)): ?>
83
+ <p>
84
+ <?php echo $this->escapeHtml($_rate->getCarrierTitle()) ?> - <?php echo $this->escapeHtml($_rate->getMethodTitle()) ?>
85
+ <?php $_excl = $this->getShippingPriceExclTax($_address); ?>
86
+ <?php $_incl = $this->getShippingPriceInclTax($_address); ?>
87
+ <?php echo $_excl; ?>
88
+ <?php if ($this->helper('tax')->displayShippingBothPrices() && $_incl != $_excl): ?>
89
+ (<?php echo $this->__('Incl. Tax'); ?> <?php echo $_incl; ?>)
90
+ <?php endif; ?>
91
+ </p>
92
+ <?php endif; ?>
93
+ </div>
94
+ </div>
95
+ </div>
96
+ <div class="col-2 col-wide">
97
+ <h4><?php echo $this->__('Items') ?> <span class="separator">|</span> <a href="<?php echo $this->getAddressesEditUrl() ?>"><?php echo $this->__('Edit Items') ?></a></h4>
98
+ <table class="data-table" id="overview-table-<?php echo $_address->getId() ?>">
99
+ <col />
100
+ <col width="1" />
101
+ <?php if ($this->helper('tax')->displayCartBothPrices()): ?>
102
+ <col width="1" />
103
+ <?php endif; ?>
104
+ <col width="1" />
105
+ <col width="1" />
106
+ <?php if ($this->helper('tax')->displayCartBothPrices()): ?>
107
+ <col width="1" />
108
+ <?php endif; ?>
109
+ <thead>
110
+ <tr>
111
+ <th rowspan="<?php echo $mergedCells; ?>"><?php echo $this->__('Product Name') ?></th>
112
+ <th colspan="<?php echo $mergedCells; ?>" class="a-center"><?php echo $this->__('Price') ?></th>
113
+ <th rowspan="<?php echo $mergedCells; ?>"><?php echo $this->__('Qty') ?></th>
114
+ <th colspan="<?php echo $mergedCells; ?>" class="a-center"><?php echo $this->__('Subtotal') ?></th>
115
+ </tr>
116
+ <?php if ($this->helper('tax')->displayCartBothPrices()): ?>
117
+ <tr>
118
+ <th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
119
+ <th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
120
+ <th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
121
+ <th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
122
+ </tr>
123
+ <?php endif; ?>
124
+ </thead>
125
+ <tfoot>
126
+ <?php echo $this->renderTotals($this->getShippingAddressTotals($_address)); ?>
127
+ </tfoot>
128
+ <tbody>
129
+ <?php foreach ($this->getShippingAddressItems($_address) as $_item): ?>
130
+ <?php echo $this->getRowItemHtml($_item); ?>
131
+ <?php endforeach; ?>
132
+ </tbody>
133
+ </table>
134
+ <script type="text/javascript">decorateTable('overview-table-<?php echo $_address->getId() ?>')</script>
135
+ </div>
136
+ <?php if($this->getShippingAddressCount()!=$_index+1): ?>
137
+ <div class="divider"></div>
138
+ <?php endif; ?>
139
+ <?php endforeach; ?>
140
+ </div>
141
+ <?php if ($this->getQuote()->hasVirtualItems()): ?>
142
+ <div class="col2-set">
143
+ <h2 class="legend"><?php echo $this->__('Other Items in Your Order') ?></h2>
144
+ <div class="col-1 col-narrow"></div>
145
+ <div class="col-2 col-wide">
146
+ <h3><?php echo $this->__('Items') ?> <span class="separator">|</span> <a href="<?php echo $this->getVirtualProductEditUrl() ?>"><?php echo $this->__('Edit Items') ?></a></h3>
147
+ <?php $mergedCells = ($this->helper('tax')->displayCartBothPrices() ? 2 : 1); ?>
148
+ <table class="data-table" id="virtual-overview-table">
149
+ <col />
150
+ <col width="1" />
151
+ <?php if ($this->helper('tax')->displayCartBothPrices()): ?>
152
+ <col width="1" />
153
+ <?php endif; ?>
154
+ <col width="1" />
155
+ <col width="1" />
156
+ <?php if ($this->helper('tax')->displayCartBothPrices()): ?>
157
+ <col width="70" />
158
+ <?php endif; ?>
159
+ <thead>
160
+ <tr>
161
+ <th rowspan="<?php echo $mergedCells; ?>"><?php echo $this->__('Product Name') ?></th>
162
+ <th colspan="<?php echo $mergedCells; ?>" class="a-center"><?php echo $this->__('Price') ?></th>
163
+ <th rowspan="<?php echo $mergedCells; ?>"><?php echo $this->__('Qty') ?></th>
164
+ <th colspan="<?php echo $mergedCells; ?>" class="a-center"><?php echo $this->__('Subtotal') ?></th>
165
+ </tr>
166
+ <?php if ($this->helper('tax')->displayCartBothPrices()): ?>
167
+ <tr>
168
+ <th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
169
+ <th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
170
+ <th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
171
+ <th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
172
+ </tr>
173
+ <?php endif; ?>
174
+ </thead>
175
+ <tfoot>
176
+ <?php echo $this->renderTotals($this->getBillinAddressTotals()); ?>
177
+ </tfoot>
178
+ <tbody>
179
+ <?php foreach ($this->getVirtualItems() as $_item): ?>
180
+ <?php echo $this->getRowItemHtml($_item); ?>
181
+ <?php endforeach; ?>
182
+ </tbody>
183
+ </table>
184
+ <script type="text/javascript">decorateTable('virtual-overview-table')</script>
185
+ </div>
186
+ </div>
187
+ <?php endif; ?>
188
+
189
+ <?php echo $this->getChildHtml('items_after'); ?>
190
+
191
+ <div id="checkout-review-submit">
192
+ <?php echo $this->getChildHtml('agreements') ?>
193
+ <div class="place-order">
194
+ <div class="grand-total">
195
+ <div class="inner">
196
+ <big><?php echo $this->__('Grand Total:') ?> <?php echo $this->helper('checkout')->formatPrice($this->getTotal()) ?></big>
197
+ <div id="review-buttons-container">
198
+ <button type="submit" title="<?php echo $this->__('Place Order') ?>" class="button btn-checkout" id="review-button"><span><span><?php echo $this->__('Place Order') ?></span></span></button>
199
+ </div>
200
+ </div>
201
+ </div>
202
+ <span class="please-wait" id="review-please-wait" style="display:none;">
203
+ <img src="<?php echo $this->getSkinUrl('images/opc-ajax-loader2.gif') ?>" alt="<?php echo $this->__('Submitting order information...') ?>" title="<?php echo $this->__('Submitting order information...') ?>" class="v-middle" /> <?php echo $this->__('Submitting order information...') ?>
204
+ </span>
205
+ </div>
206
+ </div>
207
+ <div class="buttons-set">
208
+ <p class="back-link"><a href="<?php echo $this->getBackUrl() ?>"><small>&laquo; </small><?php echo $this->__('Back to Billing Information') ?></a></p>
209
+ </div>
210
+ </form>
211
+ <script type="text/javascript">
212
+ //<![CDATA[
213
+ var submitted = false;
214
+
215
+ function showLoader()
216
+ {
217
+ if (submitted) {
218
+ return false;
219
+ }
220
+ if ($('checkout-agreements')) {
221
+ var checkboxes = $$('#checkout-agreements input');
222
+ for (var i=0, l=checkboxes.length; i<l; i++) {
223
+ if (!checkboxes[i].checked) {
224
+ alert("<?php echo $this->__('Please agree to all Terms and Conditions before placing the orders.')?>");
225
+ return false;
226
+ }
227
+ }
228
+ }
229
+
230
+ submitted = true;
231
+ var step='review';
232
+ Element.show(step+'-please-wait');
233
+ $(step+'-buttons-container').setStyle({opacity:.5});
234
+ $(step+'-buttons-container').descendants().each(function(s) {
235
+ s.disabled = true;
236
+ });
237
+ return true;
238
+ }
239
+ //]]>
240
+ </script>
241
+ </div>
app/design/frontend/default/toys_gray/template/newsletter/subscribe.phtml ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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="clearfix">
35
+ <div class="input-box">
36
+ <input type="text" name="email" id="newsletter" title="<?php echo $this->__('Sign up for our newsletter') ?>" class="input-text required-entry validate-email" />
37
+ </div>
38
+ <div class="actions">
39
+ <button type="submit" title="<?php echo $this->__('Subscribe') ?>" class="button"><span><span><?php echo $this->__('Subscribe') ?></span></span></button>
40
+ </div>
41
+ </div>
42
+ </div>
43
+ </form>
44
+ <script type="text/javascript">
45
+ //<![CDATA[
46
+ var newsletterSubscriberFormDetail = new VarienForm('newsletter-validate-detail');
47
+ //]]>
48
+ </script>
49
+ </div>
app/design/frontend/default/toys_gray/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 class="v-middle" src="<?php echo $this->getSkinUrl('images/');?>bread_pipe.gif" alt="" /></span>
41
+ <?php endif; ?>
42
+ </li>
43
+ <?php endforeach; ?>
44
+ </ul>
45
+ </div>
46
+ <?php endif; ?>
app/design/frontend/default/toys_gray/template/page/html/footer.phtml ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <div class="footer-container">
28
+ <div class="footer">
29
+ <div class="footer_links">
30
+ <?php echo $this->getChildHtml() ?>
31
+ </div>
32
+ <!--<p class="bugs"><?php echo $this->__('Help Us to Keep Magento Healthy') ?> - <a href="http://www.magentocommerce.com/bug-tracking" onclick="this.target='_blank'"><strong><?php echo $this->__('Report All Bugs') ?></strong></a> <?php echo $this->__('(ver. %s)', Mage::getVersion()) ?></p>-->
33
+ <address><?php echo $this->getCopyright() ?></address>
34
+ </div>
35
+ </div>
app/design/frontend/default/toys_gray/template/page/html/header.phtml ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ /**
27
+ * @var Mage_Page_Block_Html_Header $this
28
+ */
29
+ ?>
30
+ <div class="header-container">
31
+ <div class="header">
32
+ <?php if ($this->getIsHomePage()):?>
33
+ <h1 class="logo"><strong><?php echo $this->getLogoAlt() ?></strong><a href="<?php echo $this->getUrl('') ?>" title="<?php echo $this->getLogoAlt() ?>" class="logo"><img src="<?php echo $this->getLogoSrc() ?>" alt="<?php echo $this->getLogoAlt() ?>" /></a></h1>
34
+ <?php else:?>
35
+ <a href="<?php echo $this->getUrl('') ?>" title="<?php echo $this->getLogoAlt() ?>" class="logo"><strong><?php echo $this->getLogoAlt() ?></strong><img src="<?php echo $this->getLogoSrc() ?>" alt="<?php echo $this->getLogoAlt() ?>" /></a>
36
+ <?php endif?>
37
+ <div class="quick-access">
38
+ <?php echo $this->getChildHtml('store_language') ?>
39
+ <p class="welcome-msg"><?php echo $this->getWelcome() ?> <?php echo $this->getAdditionalHtml() ?></p>
40
+ <?php echo $this->getChildHtml('topLinks') ?>
41
+ </div>
42
+ <?php echo $this->getChildHtml('topContainer'); ?>
43
+ </div>
44
+ </div>
45
+ <div class="menu_search">
46
+ <?php echo $this->getChildHtml('topMenu') ?>
47
+ <?php echo $this->getChildHtml('topSearch') ?>
48
+ <div class="nav_first_bg"></div>
49
+ </div>
app/design/frontend/default/toys_gray/template/reports/home_product_compared.phtml ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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="new_products">
30
+ <h2 class="subtitle"><?php echo $this->__('Your Recently Compared') ?></h2>
31
+ <?php $_columnCount = $this->getColumnCount(); ?>
32
+ <?php
33
+ $r_template = $this->getLayout()->getBlock('root')->getTemplate();
34
+ switch ($r_template)
35
+ {
36
+ case "page/2columns-right.phtml":
37
+ case "page/2columns-left.phtml":
38
+ $_columnCount = 3;
39
+ break;
40
+ case "page/3columns.phtml":
41
+ $_columnCount = 2;
42
+ break;
43
+ default:
44
+ $_columnCount = 4;
45
+ }
46
+ ?>
47
+ <?php $i=0; foreach ($_products as $_product): ?>
48
+ <?php if ($i++%$_columnCount==0): ?>
49
+ <ul class="products-grid">
50
+ <?php endif; ?>
51
+ <li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
52
+ <div class="grid-item-bg">
53
+ <h3 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></h3>
54
+ <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(120) ?>" width="120" height="120" alt="<?php echo $this->stripTags($_product->getName(), null, true) ?>" /></a>
55
+
56
+ <?php //echo $this->getReviewsSummaryHtml($_product, 'short') ?>
57
+ <div class="clearfix price_cart">
58
+ <?php echo $this->getPriceHtml($_product, true, '-home-compared') ?>
59
+ <div class="actions">
60
+ <?php if($_product->isSaleable()): ?>
61
+ <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
+ <?php else: ?>
63
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
64
+ <?php endif; ?>
65
+ <!--<ul class="add-to-links">
66
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
67
+ <li><a href="<?php echo $this->getAddToWishlistUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
68
+ <?php endif; ?>
69
+ <?php if ($_compareUrl = $this->getAddToCompareUrl($_product)): ?>
70
+ <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
71
+ <?php endif; ?>
72
+ </ul>-->
73
+ </div>
74
+ </div>
75
+ </div>
76
+ </li>
77
+ <?php if ($i%$_columnCount==0 || $i==count($_products)): ?>
78
+ </ul>
79
+ <?php endif; ?>
80
+ <?php endforeach; ?>
81
+ </div>
82
+ <?php endif; ?>
app/design/frontend/default/toys_gray/template/reports/home_product_viewed.phtml ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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="new_products">
35
+ <h2 class="subtitle"><?php echo $this->__('Your Recently Viewed') ?></h2>
36
+ <?php $_columnCount = $this->getColumnCount(); ?>
37
+ <?php
38
+ $r_template = $this->getLayout()->getBlock('root')->getTemplate();
39
+ switch ($r_template)
40
+ {
41
+ case "page/2columns-right.phtml":
42
+ case "page/2columns-left.phtml":
43
+ $_columnCount = 3;
44
+ break;
45
+ case "page/3columns.phtml":
46
+ $_columnCount = 2;
47
+ break;
48
+ default:
49
+ $_columnCount = 4;
50
+ }
51
+ ?>
52
+ <?php $i=0; foreach ($_products as $_product): ?>
53
+ <?php if ($i++%$_columnCount==0): ?>
54
+ <ul class="products-grid">
55
+ <?php endif; ?>
56
+ <li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
57
+ <div class="grid-item-bg">
58
+ <h3 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></h3>
59
+ <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(120) ?>" width="120" height="120" alt="<?php echo $this->stripTags($_product->getName(), null, true) ?>" /></a>
60
+ <?php //echo $this->getReviewsSummaryHtml($_product, 'short') ?>
61
+ <div class="clearfix price_cart">
62
+ <?php echo $this->getPriceHtml($_product, true, '-home-viewed') ?>
63
+ <div class="actions">
64
+ <?php if($_product->isSaleable()): ?>
65
+ <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>
66
+ <?php else: ?>
67
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
68
+ <?php endif; ?>
69
+ <!--<ul class="add-to-links">
70
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
71
+ <li><a href="<?php echo $this->getAddToWishlistUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
72
+ <?php endif; ?>
73
+ <?php if ($_compareUrl = $this->getAddToCompareUrl($_product)): ?>
74
+ <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
75
+ <?php endif; ?>
76
+ </ul>-->
77
+ </div>
78
+ </div>
79
+ </div>
80
+ </li>
81
+ <?php if ($i%$_columnCount==0 || $i==count($_products)): ?>
82
+ </ul>
83
+ <?php endif; ?>
84
+ <?php endforeach; ?>
85
+ </div>
86
+ <?php endif; ?>
app/design/frontend/default/toys_gray/template/review/product/view/list_tab.phtml ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+
28
+ <?php $_items = $this->getReviewsCollection()->getItems();?>
29
+ <div class="box-collateral box-reviews" id="customer-reviews">
30
+ <?php if (count($_items)):?>
31
+ <h2><?php echo $this->__('Customer Reviews') ?></h2>
32
+ <?php echo $this->getChildHtml('toolbar') ?>
33
+ <dl>
34
+ <?php foreach ($_items as $_review):?>
35
+ <dt>
36
+ <a href="<?php echo $this->getReviewUrl($_review->getId()) ?>"><?php echo $this->htmlEscape($_review->getTitle()) ?></a> <?php echo $this->__('Review by <span>%s</span>', $this->htmlEscape($_review->getNickname())) ?>
37
+ </dt>
38
+ <dd>
39
+ <?php $_votes = $_review->getRatingVotes(); ?>
40
+ <?php if (count($_votes)): ?>
41
+ <table class="ratings-table">
42
+ <col width="1" />
43
+ <col />
44
+ <tbody>
45
+ <?php foreach ($_votes as $_vote): ?>
46
+ <tr>
47
+ <th><?php echo $this->escapeHtml($_vote->getRatingCode()) ?></th>
48
+ <td>
49
+ <div class="rating-box">
50
+ <div class="rating" style="width:<?php echo $_vote->getPercent() ?>%;"></div>
51
+ </div>
52
+ </td>
53
+ </tr>
54
+ <?php endforeach; ?>
55
+ </tbody>
56
+ </table>
57
+ <?php endif; ?>
58
+ <?php echo nl2br($this->htmlEscape($_review->getDetail())) ?>
59
+ <small class="date"><?php echo $this->__('(Posted on %s)', $this->formatDate($_review->getCreatedAt()), 'long') ?></small>
60
+ </dd>
61
+ <?php endforeach; ?>
62
+ </dl>
63
+ <?php echo $this->getChildHtml('toolbar') ?>
64
+ <?php endif;?>
65
+ <?php echo $this->getLayout()->createBlock("review/form")->setTemplate("review/form.phtml")->toHtml()?>
66
+ </div>
app/design/frontend/default/toys_gray/template/sales/order/items.phtml ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 $_order = $this->getOrder() ?>
28
+ <table class="data-table" id="my-orders-table" summary="<?php echo $this->__('Items Ordered') ?>">
29
+ <col />
30
+ <col width="1" />
31
+ <col width="1" />
32
+ <col width="1" />
33
+ <col width="1" />
34
+ <thead>
35
+ <tr>
36
+ <th><?php echo $this->__('Product Name') ?></th>
37
+ <th><?php echo $this->__('SKU') ?></th>
38
+ <th class="a-center"><?php echo $this->__('Price') ?></th>
39
+ <th class="a-center"><?php echo $this->__('Qty') ?></th>
40
+ <th class="a-center"><?php echo $this->__('Subtotal') ?></th>
41
+ </tr>
42
+ </thead>
43
+ <tfoot>
44
+ <?php echo $this->getChildHtml('order_totals') ?>
45
+ </tfoot>
46
+ <?php $_items = $_order->getItemsCollection(); ?>
47
+ <?php $_index = 0; ?>
48
+ <?php $_count = $_items->count(); ?>
49
+ <?php foreach ($_items as $_item): ?>
50
+ <?php if ($_item->getParentItem()) continue; ?>
51
+ <tbody>
52
+ <?php echo $this->getItemHtml($_item) ?>
53
+ <?php if($this->helper('giftmessage/message')->getIsMessagesAvailable('order_item', $_item) && $_item->getGiftMessageId()): ?>
54
+ <tr class="border<?php echo ($_index++ > $_count ?' last':'') ?>" id="order-item-gift-message-<?php echo $_item->getId() ?>" style="display:none;">
55
+ <?php $_giftMessage=$this->helper('giftmessage/message')->getGiftMessageForEntity($_item); ?>
56
+ <td class="gift-message-row" colspan="7">
57
+ <a href="#" title="<?php echo $this->__('Close') ?>" onclick="return giftMessageToogle('<?php echo $_item->getId() ?>');" class="btn-close"><?php echo $this->__('Close') ?></a>
58
+ <dl class="gift-message">
59
+ <dt><strong><?php echo $this->__('From:') ?></strong> <?php echo $this->htmlEscape($_giftMessage->getRecipient()) ?></dt>
60
+ <dt><strong><?php echo $this->__('To:') ?></strong> <?php echo $this->htmlEscape($_giftMessage->getSender()) ?></dt>
61
+ <dd><?php echo $this->helper('giftmessage/message')->getEscapedGiftMessage($_item) ?></dd>
62
+ </dl>
63
+ </td>
64
+ </tr>
65
+ <?php endif ?>
66
+ </tbody>
67
+ <?php endforeach; ?>
68
+ </table>
69
+ <script type="text/javascript">decorateTable('my-orders-table', {'tbody' : ['odd', 'even'], 'tbody tr' : ['first', 'last']})</script>
app/design/frontend/default/toys_gray/template/sales/order/items/renderer/default.phtml ADDED
@@ -0,0 +1,323 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 $_item = $this->getItem() ?>
28
+ <tr class="border" id="order-item-row-<?php echo $_item->getId() ?>">
29
+ <td><h3 class="product-name"><?php echo $this->htmlEscape($_item->getName()) ?></h3>
30
+ <?php if($_options = $this->getItemOptions()): ?>
31
+ <dl class="item-options">
32
+ <?php foreach ($_options as $_option) : ?>
33
+ <dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
34
+ <?php if (!$this->getPrintStatus()): ?>
35
+ <?php $_formatedOptionValue = $this->getFormatedOptionValue($_option) ?>
36
+ <dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>>
37
+ <?php echo $_formatedOptionValue['value'] ?>
38
+ <?php if (isset($_formatedOptionValue['full_view'])): ?>
39
+ <div class="truncated_full_value">
40
+ <dl class="item-options">
41
+ <dt><?php echo $this->escapeHtml($_option['label']) ?></dt>
42
+ <dd><?php echo $_formatedOptionValue['full_view'] ?></dd>
43
+ </dl>
44
+ </div>
45
+ <?php endif; ?>
46
+ </dd>
47
+ <?php else: ?>
48
+ <dd>
49
+ <?php echo nl2br($this->htmlEscape( (isset($_option['print_value']) ? $_option['print_value'] : $_option['value']) )) ?>
50
+ </dd>
51
+ <?php endif; ?>
52
+ <?php endforeach; ?>
53
+ </dl>
54
+ <?php endif; ?>
55
+ <?php $addtInfoBlock = $this->getProductAdditionalInformationBlock(); ?>
56
+ <?php if ($addtInfoBlock) :?>
57
+ <?php echo $addtInfoBlock->setItem($_item)->toHtml(); ?>
58
+ <?php endif; ?>
59
+ <?php echo $this->htmlEscape($_item->getDescription()) ?>
60
+ <?php if($this->helper('giftmessage/message')->getIsMessagesAvailable('order_item', $_item) && $_item->getGiftMessageId()): ?>
61
+ <a href="#" id="order-item-gift-message-link-<?php echo $_item->getId() ?>" class="gift-message-link" onclick="return giftMessageToogle('<?php echo $_item->getId() ?>')"><?php echo $this->__('Gift Message') ?></a>
62
+ <?php endif; ?>
63
+ </td>
64
+ <td><?php echo $this->htmlEscape(Mage::helper('core/string')->splitInjection($this->getSku())) ?></td>
65
+ <td class="a-center">
66
+ <?php if ($this->helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceExclTax()): ?>
67
+ <span class="price-excl-tax">
68
+ <?php if ($this->helper('tax')->displaySalesBothPrices()): ?>
69
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
70
+ <span class="cart-price">
71
+ <?php endif; ?>
72
+ <span class="label"><?php echo $this->__('Excl. Tax'); ?>:</span>
73
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
74
+ </span>
75
+ <?php endif; ?>
76
+ <?php endif; ?>
77
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
78
+ <span class="cart-tax-total" onclick="taxToggle('eunit-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
79
+ <?php else: ?>
80
+ <span class="cart-price">
81
+ <?php endif; ?>
82
+
83
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(0, 1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
84
+ <?php echo $this->getOrder()->formatPrice($this->getItem()->getPrice()+$this->getItem()->getWeeeTaxAppliedAmount()+$this->getItem()->getWeeeTaxDisposition()); ?>
85
+ <?php else: ?>
86
+ <?php echo $this->getOrder()->formatPrice($this->getItem()->getPrice()) ?>
87
+ <?php endif; ?>
88
+
89
+ </span>
90
+
91
+
92
+ <?php if (Mage::helper('weee')->getApplied($this->getItem())): ?>
93
+
94
+ <span class="cart-tax-info" id="eunit-item-tax-details<?php echo $this->getItem()->getId(); ?>" style="display:none;">
95
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
96
+ <small>
97
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
98
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['amount']); ?></span>
99
+ <?php endforeach; ?>
100
+ </small>
101
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
102
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
103
+ <span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['amount_incl_tax']); ?></small></span>
104
+ <?php endforeach; ?>
105
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 4, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
106
+ <small>
107
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
108
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['amount_incl_tax']); ?></span>
109
+ <?php endforeach; ?>
110
+ </small>
111
+ <?php endif; ?>
112
+ </span>
113
+
114
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
115
+ <span class="cart-tax-total" onclick="taxToggle('eunit-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
116
+ <span class="nobr"><?php echo Mage::helper('weee')->__('Total'); ?>:<br /> <?php echo $this->getOrder()->formatPrice($this->getItem()->getPrice()+$this->getItem()->getWeeeTaxAppliedAmount()+$this->getItem()->getWeeeTaxDisposition()); ?></span>
117
+ </span>
118
+ <?php endif; ?>
119
+ <?php endif; ?>
120
+ </span>
121
+ <br />
122
+ <?php endif; ?>
123
+ <?php if ($this->helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceInclTax()): ?>
124
+ <span class="price-incl-tax">
125
+ <?php if ($this->helper('tax')->displaySalesBothPrices()): ?>
126
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
127
+ <span class="cart-price">
128
+ <?php endif; ?>
129
+ <span class="label"><?php echo $this->__('Incl. Tax'); ?>:</span>
130
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
131
+ </span>
132
+ <?php endif; ?>
133
+ <?php endif; ?>
134
+ <?php $_incl = $this->helper('checkout')->getPriceInclTax($this->getItem()); ?>
135
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
136
+ <span class="cart-tax-total" onclick="taxToggle('unit-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
137
+ <?php else: ?>
138
+ <span class="cart-price">
139
+ <?php endif; ?>
140
+
141
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(0, 1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
142
+ <?php echo $this->getOrder()->formatPrice($_incl+$this->getItem()->getWeeeTaxAppliedAmount()); ?>
143
+ <?php else: ?>
144
+ <?php echo $this->getOrder()->formatPrice($_incl-$this->getItem()->getWeeeTaxDisposition()) ?>
145
+ <?php endif; ?>
146
+
147
+ </span>
148
+
149
+
150
+ <?php if (Mage::helper('weee')->getApplied($this->getItem())): ?>
151
+
152
+ <span class="cart-tax-info" id="unit-item-tax-details<?php echo $this->getItem()->getId(); ?>" style="display:none;">
153
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
154
+ <small>
155
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
156
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['amount']); ?></span>
157
+ <?php endforeach; ?>
158
+ </small>
159
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
160
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
161
+ <span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['amount_incl_tax']); ?></small></span>
162
+ <?php endforeach; ?>
163
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 4, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
164
+ <small>
165
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
166
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['amount_incl_tax']); ?></span>
167
+ <?php endforeach; ?>
168
+ </small>
169
+ <?php endif; ?>
170
+ </span>
171
+
172
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
173
+ <span class="cart-tax-total" onclick="taxToggle('unit-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
174
+ <span class="nobr"><?php echo Mage::helper('weee')->__('Total incl. tax'); ?>:<br /> <?php echo $this->getOrder()->formatPrice($_incl+$this->getItem()->getWeeeTaxAppliedAmount()); ?></span>
175
+ </span>
176
+ <?php endif; ?>
177
+ <?php endif; ?>
178
+ </span>
179
+ <?php endif; ?>
180
+ </td>
181
+ <td class="a-center">
182
+ <span class="nobr">
183
+ <?php if ($this->getItem()->getQtyOrdered() > 0): ?>
184
+ <?php echo $this->__('Ordered'); ?>: <strong><?php echo $this->getItem()->getQtyOrdered()*1 ?></strong><br />
185
+ <?php endif; ?>
186
+ <?php if ($this->getItem()->getQtyShipped() > 0): ?>
187
+ <?php echo $this->__('Shipped'); ?>: <strong><?php echo $this->getItem()->getQtyShipped()*1 ?></strong><br />
188
+ <?php endif; ?>
189
+ <?php if ($this->getItem()->getQtyCanceled() > 0): ?>
190
+ <?php echo $this->__('Canceled'); ?>: <strong><?php echo $this->getItem()->getQtyCanceled()*1 ?></strong><br />
191
+ <?php endif; ?>
192
+ <?php if ($this->getItem()->getQtyRefunded() > 0): ?>
193
+ <?php echo $this->__('Refunded'); ?>: <strong><?php echo $this->getItem()->getQtyRefunded()*1 ?></strong><br />
194
+ <?php endif; ?>
195
+ </span>
196
+ </td>
197
+ <td class="a-center">
198
+ <?php if ($this->helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceExclTax()): ?>
199
+ <span class="price-excl-tax">
200
+ <?php if ($this->helper('tax')->displaySalesBothPrices()): ?>
201
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
202
+ <span class="cart-price">
203
+ <?php endif; ?>
204
+ <span class="label"><?php echo $this->__('Excl. Tax'); ?>:</span>
205
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
206
+ </span>
207
+ <?php endif; ?>
208
+ <?php endif; ?>
209
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
210
+ <span class="cart-tax-total" onclick="taxToggle('esubtotal-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
211
+ <?php else: ?>
212
+ <span class="cart-price">
213
+ <?php endif; ?>
214
+
215
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(0, 1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
216
+ <?php echo $this->getOrder()->formatPrice($this->getItem()->getRowTotal()+$this->getItem()->getWeeeTaxAppliedRowAmount()+$this->getItem()->getWeeeTaxRowDisposition()); ?>
217
+ <?php else: ?>
218
+ <?php echo $this->getOrder()->formatPrice($this->getItem()->getRowTotal()) ?>
219
+ <?php endif; ?>
220
+
221
+ </span>
222
+
223
+
224
+ <?php if (Mage::helper('weee')->getApplied($this->getItem())): ?>
225
+
226
+ <span class="cart-tax-info" id="esubtotal-item-tax-details<?php echo $this->getItem()->getId(); ?>" style="display:none;">
227
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
228
+ <small>
229
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
230
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['row_amount']); ?></span>
231
+ <?php endforeach; ?>
232
+ </small>
233
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
234
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
235
+ <span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['row_amount_incl_tax']); ?></small></span>
236
+ <?php endforeach; ?>
237
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 4, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
238
+ <small>
239
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
240
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['row_amount_incl_tax']); ?></span>
241
+ <?php endforeach; ?>
242
+ </small>
243
+ <?php endif; ?>
244
+ </span>
245
+
246
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
247
+ <span class="cart-tax-total" onclick="taxToggle('esubtotal-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
248
+ <span class="nobr"><?php echo Mage::helper('weee')->__('Total'); ?>:<br /> <?php echo $this->getOrder()->formatPrice($this->getItem()->getRowTotal()+$this->getItem()->getWeeeTaxAppliedRowAmount()+$this->getItem()->getWeeeTaxRowDisposition()); ?></span>
249
+ </span>
250
+ <?php endif; ?>
251
+ <?php endif; ?>
252
+ </span>
253
+ <br />
254
+ <?php endif; ?>
255
+ <?php if ($this->helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceInclTax()): ?>
256
+ <span class="price-incl-tax">
257
+ <?php if ($this->helper('tax')->displaySalesBothPrices()): ?>
258
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
259
+ <span class="cart-price">
260
+ <?php endif; ?>
261
+ <span class="label"><?php echo $this->__('Incl. Tax'); ?>:</span>
262
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
263
+ </span>
264
+ <?php endif; ?>
265
+ <?php endif; ?>
266
+ <?php $_incl = $this->helper('checkout')->getSubtotalInclTax($this->getItem()); ?>
267
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
268
+ <span class="cart-tax-total" onclick="taxToggle('subtotal-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
269
+ <?php else: ?>
270
+ <span class="cart-price">
271
+ <?php endif; ?>
272
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(0, 1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
273
+ <?php echo $this->getOrder()->formatPrice($_incl+$this->getItem()->getWeeeTaxAppliedRowAmount()); ?>
274
+ <?php else: ?>
275
+ <?php echo $this->getOrder()->formatPrice($_incl-$this->getItem()->getWeeeTaxRowDisposition()) ?>
276
+ <?php endif; ?>
277
+
278
+ </span>
279
+
280
+
281
+ <?php if (Mage::helper('weee')->getApplied($this->getItem())): ?>
282
+
283
+ <span class="cart-tax-info" id="subtotal-item-tax-details<?php echo $this->getItem()->getId(); ?>" style="display:none;">
284
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
285
+ <small>
286
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
287
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['row_amount']); ?></span>
288
+ <?php endforeach; ?>
289
+ </small>
290
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
291
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
292
+ <span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['row_amount_incl_tax']); ?></small></span>
293
+ <?php endforeach; ?>
294
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 4, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
295
+ <small>
296
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
297
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['row_amount_incl_tax']); ?></span>
298
+ <?php endforeach; ?>
299
+ </small>
300
+ <?php endif; ?>
301
+ </span>
302
+
303
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
304
+ <span class="cart-tax-total" onclick="taxToggle('subtotal-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
305
+ <span class="nobr"><?php echo Mage::helper('weee')->__('Total incl. tax'); ?>:<br /> <?php echo $this->getOrder()->formatPrice($_incl+$this->getItem()->getWeeeTaxAppliedRowAmount()); ?></span>
306
+ </span>
307
+ <?php endif; ?>
308
+ <?php endif; ?>
309
+
310
+
311
+
312
+ </span>
313
+ <?php endif; ?>
314
+ </td>
315
+ <!--
316
+ <?php if ($this->helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceExclTax()): ?>
317
+ <th class="a-right"><?php echo $this->getOrder()->formatPrice($this->getItem()->getRowTotal()) ?></th>
318
+ <?php endif; ?>
319
+ <?php if ($this->helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceInclTax()): ?>
320
+ <th class="a-right"><?php echo $this->getOrder()->formatPrice($this->helper('checkout')->getSubtotalInclTax($this->getItem())); ?></th>
321
+ <?php endif; ?>
322
+ -->
323
+ </tr>
app/design/frontend/default/toys_orange/layout/catalog.xml ADDED
@@ -0,0 +1,413 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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="catalog"><alias>product_additional_data</alias><title>Reviews</title><block>review/product_view_list</block><template>review/product/view/list_tab.phtml</template></action>
208
+ <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>
209
+ </block>
210
+
211
+ <block type="catalog/product_list_upsell" name="product.info.upsell" as="upsell_products" template="catalog/product/list/upsell.phtml">
212
+ <action method="setColumnCount"><columns>4</columns></action>
213
+ <action method="setItemLimit"><type>upsell</type><limit>4</limit></action>
214
+ </block>
215
+
216
+ <block type="catalog/product_view_additional" name="product.info.additional" as="product_additional_data" />
217
+ <block type="catalog/product_view" name="product.info.addto" as="addto" template="catalog/product/view/addto.phtml"/>
218
+ <block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml"/>
219
+
220
+ <block type="core/text_list" name="product.info.extrahint" as="extrahint" translate="label">
221
+ <label>Product View Extra Hint</label>
222
+ </block>
223
+
224
+ <block type="catalog/product_view" name="product.info.options.wrapper" as="product_options_wrapper" template="catalog/product/view/options/wrapper.phtml" translate="label">
225
+ <label>Info Column Options Wrapper</label>
226
+ <block type="core/template" name="options_js" template="catalog/product/view/options/js.phtml"/>
227
+ <block type="catalog/product_view_options" name="product.info.options" as="product_options" template="catalog/product/view/options.phtml">
228
+ <action method="addOptionRenderer"><type>text</type><block>catalog/product_view_options_type_text</block><template>catalog/product/view/options/type/text.phtml</template></action>
229
+ <action method="addOptionRenderer"><type>file</type><block>catalog/product_view_options_type_file</block><template>catalog/product/view/options/type/file.phtml</template></action>
230
+ <action method="addOptionRenderer"><type>select</type><block>catalog/product_view_options_type_select</block><template>catalog/product/view/options/type/select.phtml</template></action>
231
+ <action method="addOptionRenderer"><type>date</type><block>catalog/product_view_options_type_date</block><template>catalog/product/view/options/type/date.phtml</template></action>
232
+ </block>
233
+ <block type="core/html_calendar" name="html_calendar" as="html_calendar" template="page/js/calendar.phtml"/>
234
+ </block>
235
+ <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">
236
+ <label>Bottom Block Options Wrapper</label>
237
+ <action method="insert"><block>product.tierprices</block></action>
238
+ <block type="catalog/product_view" name="product.clone_prices" as="prices" template="catalog/product/view/price_clone.phtml"/>
239
+ <action method="append"><block>product.info.addtocart</block></action>
240
+ <action method="append"><block>product.info.addto</block></action>
241
+ </block>
242
+
243
+ <block type="core/template_facade" name="product.info.container1" as="container1">
244
+ <action method="setDataByKey"><key>alias_in_layout</key><value>container1</value></action>
245
+ <action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
246
+ <action method="append"><block>product.info.options.wrapper</block></action>
247
+ <action method="append"><block>product.info.options.wrapper.bottom</block></action>
248
+ </block>
249
+ <block type="core/template_facade" name="product.info.container2" as="container2">
250
+ <action method="setDataByKey"><key>alias_in_layout</key><value>container2</value></action>
251
+ <action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
252
+ <action method="append"><block>product.info.options.wrapper</block></action>
253
+ <action method="append"><block>product.info.options.wrapper.bottom</block></action>
254
+ </block>
255
+ <action method="unsetCallChild"><child>container1</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
256
+ <action method="unsetCallChild"><child>container2</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
257
+ </block>
258
+ </reference>
259
+ <reference name="right">
260
+ <block type="catalog/product_list_related" name="catalog.product.related" before="-" template="catalog/product/list/related.phtml"/>
261
+ </reference>
262
+ </catalog_product_view>
263
+
264
+ <!--
265
+ Additional block dependant on product type
266
+ -->
267
+ <PRODUCT_TYPE_simple translate="label" module="catalog">
268
+ <label>Catalog Product View (Simple)</label>
269
+ <reference name="product.info">
270
+ <block type="catalog/product_view_type_simple" name="product.info.simple" as="product_type_data" template="catalog/product/view/type/simple.phtml">
271
+ <block type="core/text_list" name="product.info.simple.extra" as="product_type_data_extra"/>
272
+ </block>
273
+ </reference>
274
+ </PRODUCT_TYPE_simple>
275
+ <PRODUCT_TYPE_configurable translate="label" module="catalog">
276
+ <label>Catalog Product View (Configurable)</label>
277
+ <reference name="product.info">
278
+ <block type="catalog/product_view_type_configurable" name="product.info.configurable" as="product_type_data" template="catalog/product/view/type/configurable.phtml">
279
+ <block type="core/text_list" name="product.info.configurable.extra" as="product_type_data_extra"/>
280
+ </block>
281
+ </reference>
282
+ <reference name="product.info.options.wrapper">
283
+ <block type="catalog/product_view_type_configurable" name="product.info.options.configurable" as="options_configurable" before="-" template="catalog/product/view/type/options/configurable.phtml"/>
284
+ </reference>
285
+ </PRODUCT_TYPE_configurable>
286
+ <PRODUCT_TYPE_grouped translate="label" module="catalog">
287
+ <label>Catalog Product View (Grouped)</label>
288
+ <reference name="product.info">
289
+ <block type="catalog/product_view_type_grouped" name="product.info.grouped" as="product_type_data" template="catalog/product/view/type/grouped.phtml">
290
+ <block type="core/text_list" name="product.info.grouped.extra" as="product_type_data_extra"/>
291
+ </block>
292
+ </reference>
293
+ </PRODUCT_TYPE_grouped>
294
+ <PRODUCT_TYPE_virtual translate="label" module="catalog">
295
+ <label>Catalog Product View (Virtual)</label>
296
+ <reference name="product.info">
297
+ <block type="catalog/product_view_type_virtual" name="product.info.virtual" as="product_type_data" template="catalog/product/view/type/virtual.phtml">
298
+ <block type="core/text_list" name="product.info.virtual.extra" as="product_type_data_extra"/>
299
+ </block>
300
+ </reference>
301
+ </PRODUCT_TYPE_virtual>
302
+
303
+
304
+
305
+ <!--
306
+ Product send to friend
307
+ -->
308
+
309
+ <catalog_product_send translate="label">
310
+ <label>Catalog Product Email to a Friend</label>
311
+ <!-- Mage_Catalog -->
312
+ <reference name="root">
313
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
314
+ </reference>
315
+ <reference name="head">
316
+ <action method="addJs"><script>varien/product.js</script></action>
317
+ </reference>
318
+ <reference name="content">
319
+ <block type="catalog/product_send" name="product.send" template="catalog/product/send.phtml">
320
+ </block>
321
+ </reference>
322
+ </catalog_product_send>
323
+
324
+ <!--
325
+ Product additional images gallery popup
326
+ -->
327
+
328
+ <catalog_product_gallery translate="label">
329
+ <label>Catalog Product Image Gallery Popup</label>
330
+ <!-- Mage_Catalog -->
331
+ <reference name="root">
332
+ <action method="setTemplate"><template>page/popup.phtml</template></action>
333
+ </reference>
334
+ <reference name="content">
335
+ <block type="catalog/product_gallery" name="catalog_product_gallery" template="catalog/product/gallery.phtml"/>
336
+ </reference>
337
+ </catalog_product_gallery>
338
+
339
+ <!--
340
+ SEO Site Map
341
+ -->
342
+
343
+ <catalog_seo_sitemap translate="label">
344
+ <label>Catalog Seo Sitemap (Common)</label>
345
+ <remove name="right"/>
346
+ <remove name="left"/>
347
+
348
+ <reference name="root">
349
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
350
+ </reference>
351
+ <reference name="content">
352
+ <block type="page/template_container" name="seo.sitemap.container" template="catalog/seo/sitemap/container.phtml">
353
+ <block type="page/template_links" name="seo.sitemap.links" as="links" template="page/template/links.phtml"/>
354
+ <block type="page/html_pager" name="seo.sitemap.pager.top" as="pager_top" template="page/html/pager.phtml"/>
355
+ <block type="page/html_pager" name="seo.sitemap.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
356
+ </block>
357
+ </reference>
358
+ </catalog_seo_sitemap>
359
+
360
+ <catalog_seo_sitemap_category translate="label">
361
+ <label>Catalog Seo Sitemap (Category List)</label>
362
+ <reference name="head">
363
+ <action method="setTitle" translate="title" module="catalog"><title>Site Map</title></action>
364
+ </reference>
365
+ <update handle="catalog_seo_sitemap" />
366
+ <reference name="seo.sitemap.container">
367
+ <action method="setTitle" translate="title" module="catalog"><title>Categories</title></action>
368
+ <block type="catalog/seo_sitemap_category" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
369
+ <action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
370
+ <action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
371
+ <action method="setItemsTitle" translate="title" module="catalog"><title>categories</title></action>
372
+ </block>
373
+ </reference>
374
+ <reference name="seo.sitemap.links">
375
+ <action method="addLink" translate="label title" module="catalog"><label>Products Sitemap</label><url helper="catalog/map/getProductUrl"/><title>Products Sitemap</title></action>
376
+ </reference>
377
+ </catalog_seo_sitemap_category>
378
+
379
+ <catalog_seo_sitemap_category_tree translate="label">
380
+ <label>Catalog Seo Sitemap (Category Tree)</label>
381
+ <reference name="seo.sitemap.container">
382
+ <remove name="seo.sitemap.pager.top" />
383
+ <remove name="seo.sitemap.pager.bottom" />
384
+ <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.top" as="pager_top" template="page/html/pager.phtml"/>
385
+ <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
386
+ <remove name="seo.sitemap.sitemap" />
387
+ <block type="catalog/seo_sitemap_tree_category" name="seo.sitemap.sitemap_tree" as="sitemap" after="pager_top" template="catalog/seo/tree.phtml">
388
+ <action method="bindPager"><pager>seo.sitemap.tree.pager.top</pager></action>
389
+ <action method="bindPager"><pager>seo.sitemap.tree.pager.bottom</pager></action>
390
+ </block>
391
+ </reference>
392
+ </catalog_seo_sitemap_category_tree>
393
+
394
+ <catalog_seo_sitemap_product translate="label">
395
+ <label>Catalog Seo Sitemap (Product List)</label>
396
+ <reference name="head">
397
+ <action method="setTitle" translate="title" module="catalog"><title>Site Map</title></action>
398
+ </reference>
399
+ <update handle="catalog_seo_sitemap" />
400
+ <reference name="seo.sitemap.container">
401
+ <action method="setTitle" translate="title" module="catalog"><title>Products</title></action>
402
+ <block type="catalog/seo_sitemap_product" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
403
+ <action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
404
+ <action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
405
+ <action method="setItemsTitle" translate="title" module="catalog"><title>products</title></action>
406
+ </block>
407
+ </reference>
408
+ <reference name="seo.sitemap.links">
409
+ <action method="addLink" translate="label title" module="catalog"><label>Categories Sitemap</label><url helper="catalog/map/getCategoryUrl"/><title>Categories Sitemap</title></action>
410
+ </reference>
411
+ </catalog_seo_sitemap_product>
412
+
413
+ </layout>
app/design/frontend/default/toys_orange/layout/newsletter.xml ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+
37
+ <!-- Mage_Newsletter -->
38
+ <reference name="right">
39
+ <block type="newsletter/subscribe" name="right.newsletter" template="newsletter/subscribe.phtml"/>
40
+ </reference>
41
+
42
+ </default>
43
+
44
+ <!--
45
+ Customer account pages, rendered for all tabs in dashboard
46
+ -->
47
+
48
+ <customer_account>
49
+ <!-- Mage_Newsletter -->
50
+ <reference name="customer_account_navigation">
51
+ <action method="addLink" translate="label" module="newsletter"><name>newsletter</name><path>newsletter/manage/</path><label>Newsletter Subscriptions</label></action>
52
+ </reference>
53
+ <remove name="right.newsletter"/>
54
+ </customer_account>
55
+
56
+ <newsletter_manage_index translate="label">
57
+ <label>Customer My Account Newsletter Subscriptions</label>
58
+ <update handle="customer_account"/>
59
+ <reference name="my.account.wrapper">
60
+ <block type="customer/newsletter" name="customer_newsletter">
61
+ <block type="page/html_wrapper" name="customer.newsletter.form.before" as="form_before" translate="label">
62
+ <label>Newsletter Subscription Form Before</label>
63
+ <action method="setMayBeInvisible"><value>1</value></action>
64
+ </block>
65
+ </block>
66
+ </reference>
67
+ </newsletter_manage_index>
68
+
69
+ </layout>
app/design/frontend/default/toys_orange/layout/page.xml ADDED
@@ -0,0 +1,190 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>-->
60
+ <action method="addItem"><type>skin_js</type><name>js/ie6.js</name><params/><if>lt IE 7</if></action>
61
+ </block>
62
+
63
+ <block type="core/text_list" name="after_body_start" as="after_body_start" translate="label">
64
+ <label>Page Top</label>
65
+ </block>
66
+
67
+ <block type="page/html_notices" name="global_notices" as="global_notices" template="page/html/notices.phtml" />
68
+
69
+ <block type="page/html_header" name="header" as="header">
70
+ <block type="page/template_links" name="top.links" as="topLinks"/>
71
+ <block type="page/switch" name="store_language" as="store_language" template="page/switch/languages.phtml"/>
72
+ <block type="core/text_list" name="top.menu" as="topMenu" translate="label">
73
+ <label>Navigation Bar</label>
74
+ <block type="page/html_topmenu" name="catalog.topnav" template="page/html/topmenu.phtml"/>
75
+ </block>
76
+ <block type="page/html_wrapper" name="top.container" as="topContainer" translate="label">
77
+ <label>Page Header</label>
78
+ <action method="setElementClass"><value>top-container</value></action>
79
+ </block>
80
+ </block>
81
+
82
+ <block type="page/html_breadcrumbs" name="breadcrumbs" as="breadcrumbs"/>
83
+
84
+ <block type="core/text_list" name="left" as="left" translate="label">
85
+ <label>Left Column</label>
86
+ </block>
87
+
88
+ <block type="core/messages" name="global_messages" as="global_messages"/>
89
+ <block type="core/messages" name="messages" as="messages"/>
90
+
91
+ <block type="core/text_list" name="content" as="content" translate="label">
92
+ <label>Main Content Area</label>
93
+ </block>
94
+
95
+ <block type="core/text_list" name="right" as="right" translate="label">
96
+ <label>Right Column</label>
97
+ </block>
98
+
99
+ <block type="page/html_footer" name="footer" as="footer" template="page/html/footer.phtml">
100
+ <block type="page/html_wrapper" name="bottom.container" as="bottomContainer" translate="label">
101
+ <label>Page Footer</label>
102
+ <action method="setElementClass"><value>bottom-container</value></action>
103
+ </block>
104
+ <block type="page/switch" name="store_switcher" as="store_switcher" template="page/switch/stores.phtml"/>
105
+ <block type="page/template_links" name="footer_links" as="footer_links" template="page/template/links.phtml"/>
106
+ </block>
107
+
108
+ <block type="core/text_list" name="before_body_end" as="before_body_end" translate="label">
109
+ <label>Page Bottom</label>
110
+ </block>
111
+ </block>
112
+
113
+ <block type="core/profiler" output="toHtml" name="core_profiler"/>
114
+ </default>
115
+
116
+ <print translate="label" module="page">
117
+ <label>All Pages (Print Version)</label>
118
+ <!-- Mage_Page -->
119
+ <block type="page/html" name="root" output="toHtml" template="page/print.phtml">
120
+
121
+ <block type="page/html_head" name="head" as="head">
122
+ <action method="addJs"><script>prototype/prototype.js</script></action>
123
+ <action method="addJs"><script>mage/translate.js</script></action>
124
+ <action method="addJs"><script>lib/ccard.js</script></action>
125
+ <action method="addJs"><script>prototype/validation.js</script></action>
126
+ <action method="addJs"><script>varien/js.js</script></action>
127
+
128
+ <action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
129
+ <action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 8</if></action>
130
+ <action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
131
+ <action method="addCss"><stylesheet>css/print.css</stylesheet><params>media="print"</params></action>
132
+
133
+ <action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
134
+ <action method="addItem"><type>skin_js</type><name>js/ie6.js</name><params/><if>lt IE 7</if></action>
135
+
136
+ </block>
137
+
138
+ <block type="core/text_list" name="content" as="content" translate="label">
139
+ <label>Main Content Area</label>
140
+ </block>
141
+
142
+ </block>
143
+ </print>
144
+
145
+ <!-- Custom page layout handles -->
146
+ <page_empty translate="label">
147
+ <label>All Empty Layout Pages</label>
148
+ <reference name="root">
149
+ <action method="setTemplate"><template>page/empty.phtml</template></action>
150
+ <!-- Mark root page block that template is applied -->
151
+ <action method="setIsHandle"><applied>1</applied></action>
152
+ </reference>
153
+ </page_empty>
154
+
155
+ <page_one_column translate="label">
156
+ <label>All One-Column Layout Pages</label>
157
+ <reference name="root">
158
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
159
+ <!-- Mark root page block that template is applied -->
160
+ <action method="setIsHandle"><applied>1</applied></action>
161
+ </reference>
162
+ </page_one_column>
163
+
164
+ <page_two_columns_left translate="label">
165
+ <label>All Two-Column Layout Pages (Left Column)</label>
166
+ <reference name="root">
167
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
168
+ <!-- Mark root page block that template is applied -->
169
+ <action method="setIsHandle"><applied>1</applied></action>
170
+ </reference>
171
+ </page_two_columns_left>
172
+
173
+ <page_two_columns_right translate="label">
174
+ <label>All Two-Column Layout Pages (Right Column)</label>
175
+ <reference name="root">
176
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
177
+ <!-- Mark root page block that template is applied -->
178
+ <action method="setIsHandle"><applied>1</applied></action>
179
+ </reference>
180
+ </page_two_columns_right>
181
+
182
+ <page_three_columns translate="label">
183
+ <label>All Three-Column Layout Pages</label>
184
+ <reference name="root">
185
+ <action method="setTemplate"><template>page/3columns.phtml</template></action>
186
+ <!-- Mark root page block that template is applied -->
187
+ <action method="setIsHandle"><applied>1</applied></action>
188
+ </reference>
189
+ </page_three_columns>
190
+ </layout>
app/design/frontend/default/toys_orange/layout/paypal.xml ADDED
@@ -0,0 +1,194 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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">
92
+ <action method="setHtmlTagName"><tag>p</tag></action>
93
+ <action method="setElementClass"><class>paypal-logo</class></action>
94
+ <block type="paypal/express_shortcut" name="product.info.addtocart.paypal" template="paypal/express/shortcut.phtml">
95
+ <action method="setIsInCatalogProduct"><value>1</value></action>
96
+ </block>
97
+ </block>
98
+ </reference>
99
+ <!--<reference name="right">
100
+ <block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml">-->
101
+ <!--action method="setLogoType"><value>wePrefer_150x60</value></action-->
102
+ </block>
103
+ <!--</reference>-->
104
+ </catalog_product_view>
105
+
106
+ <!--<catalog_category_default>
107
+ <reference name="right">
108
+ <block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml"/>
109
+ </reference>
110
+ </catalog_category_default>
111
+
112
+ <catalog_category_layered>
113
+ <update handle="SHORTCUT_popup" />
114
+ <reference name="right">
115
+ <block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml"/>
116
+ </reference>
117
+ </catalog_category_layered>
118
+
119
+ <catalog_product_compare_index>
120
+ <update handle="SHORTCUT_popup" />
121
+ </catalog_product_compare_index>
122
+
123
+ <catalogsearch_result_index>
124
+ <update handle="SHORTCUT_popup" />
125
+ </catalogsearch_result_index>
126
+
127
+ <catalogsearch_advanced_result>
128
+ <update handle="SHORTCUT_popup" />
129
+ </catalogsearch_advanced_result>
130
+
131
+ <tag_product_list>
132
+ <update handle="SHORTCUT_popup" />
133
+ </tag_product_list>
134
+ <tag_customer_view>
135
+ <update handle="SHORTCUT_popup" />
136
+ </tag_customer_view>
137
+
138
+ <wishlist_index_index>
139
+ <update handle="SHORTCUT_popup" />
140
+ </wishlist_index_index>
141
+ <review_product_list>
142
+ <update handle="SHORTCUT_popup" />
143
+ </review_product_list>
144
+
145
+ <checkout_onepage_success>
146
+ <update handle="SHORTCUT_popup" />
147
+ </checkout_onepage_success>
148
+ <checkout_onepage_failure>
149
+ <update handle="SHORTCUT_popup" />
150
+ </checkout_onepage_failure>
151
+ <cms_index_index>
152
+ <reference name="right">
153
+ <block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml"/>
154
+ </reference>
155
+ </cms_index_index>-->
156
+
157
+ <default>
158
+ <reference name="topCart.extra_actions">
159
+ <block type="paypal/express_shortcut" name="paypal.partner.top_cart.shortcut" template="paypal/express/shortcut.phtml"/>
160
+ </reference>
161
+ <reference name="cart_sidebar.extra_actions">
162
+ <block type="paypal/express_shortcut" name="paypal.partner.cart_sidebar.shortcut" template="paypal/express/shortcut.phtml"/>
163
+ </reference>
164
+ </default>
165
+
166
+ <checkout_onepage_review>
167
+ <reference name="checkout.onepage.review.info.items.after">
168
+ <block type="paypal/iframe" name="paypal.iframe" />
169
+ </reference>
170
+ <reference name="checkout.onepage.review.button">
171
+ <action method="setTemplate"><template helper="paypal/hss/getReviewButtonTemplate"><name>paypal/hss/review/button.phtml</name><block>checkout.onepage.review.button</block></template></action>
172
+ </reference>
173
+ </checkout_onepage_review>
174
+
175
+ <paypal_payflow_link_iframe>
176
+ <block type="paypal/payflow_link_iframe" name="payflow.link.iframe" template="paypal/payflowlink/form.phtml" />
177
+ <block type="paypal/payflow_link_info" name="payflow.link.info" template="paypal/payflowlink/info.phtml" />
178
+ </paypal_payflow_link_iframe>
179
+
180
+ <paypal_hosted_pro_iframe>
181
+ <block type="paypal/hosted_pro_iframe" name="hosted.pro.iframe" template="paypal/hss/form.phtml"/>
182
+ </paypal_hosted_pro_iframe>
183
+
184
+ <SHORTCUT_popup>
185
+ <reference name="product.tooltip">
186
+ <block type="page/html_wrapper" name="product.info.addtocart.paypal.wrapper" translate="label">
187
+ <block type="paypal/express_shortcut" name="product.info.addtocart.paypal" template="paypal/express/shortcut.phtml">
188
+ <action method="setIsInCatalogProduct"><value>1</value></action>
189
+ <action method="setShowOrPosition"><value>after</value></action>
190
+ </block>
191
+ </block>
192
+ </reference>
193
+ </SHORTCUT_popup>
194
+ </layout>
app/design/frontend/default/toys_orange/layout/tag.xml ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ <catalog_product_view translate="label">
67
+ <label>Catalog Product View</label>
68
+ <!-- Mage_Tag -->
69
+ </catalog_product_view>
70
+
71
+ <!--
72
+ All tags page
73
+ -->
74
+
75
+ <tag_list_index translate="label">
76
+ <label>Tags List (All Available)</label>
77
+ <!-- Mage_Tag -->
78
+ <reference name="root">
79
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
80
+ </reference>
81
+ <reference name="content">
82
+ <block type="tag/all" name="tags_all" template="tag/cloud.phtml"/>
83
+ </reference>
84
+ </tag_list_index>
85
+
86
+ <tag_product_list translate="label">
87
+ <label>Tagged Products List</label>
88
+ <!-- Mage_Tag -->
89
+ <reference name="content">
90
+ <block type="tag/product_result" name="tag_products" template="catalogsearch/result.phtml">
91
+ <block type="catalog/product_list" name="search_result_list" template="catalog/product/list.phtml">
92
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
93
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
94
+ </block>
95
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
96
+ </block>
97
+ <action method="setListOrders"/>
98
+ <action method="setListModes"/>
99
+ <action method="setListCollection"/>
100
+ </block>
101
+ </reference>
102
+ </tag_product_list>
103
+
104
+ <tag_customer_index translate="label">
105
+ <label>Customer My Account My Tags List</label>
106
+ <update handle="customer_account"/>
107
+ <reference name="root">
108
+ <action method="setHeaderTitle" translate="title" module="customer"><title>My Account</title></action>
109
+ </reference>
110
+ <reference name="my.account.wrapper">
111
+ <block type="tag/customer_tags" name="customer_tags" template="tag/customer/tags.phtml"/>
112
+ </reference>
113
+ </tag_customer_index>
114
+
115
+ <tag_customer_view translate="label">
116
+ <label>Customer My Account Tag View</label>
117
+ <update handle="customer_account"/>
118
+ <reference name="root">
119
+ <action method="setHeaderTitle" translate="title" module="customer"><title>My Account</title></action>
120
+ </reference>
121
+ <reference name="my.account.wrapper">
122
+ <block type="tag/customer_view" name="customer_view" template="tag/customer/view.phtml"/>
123
+ </reference>
124
+ </tag_customer_view>
125
+
126
+ </layout>
app/design/frontend/default/toys_orange/template/bundle/sales/order/items/renderer.phtml ADDED
@@ -0,0 +1,375 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 $parentItem = $this->getItem() ?>
28
+ <?php $items = array_merge(array($parentItem), $parentItem->getChildrenItems()); ?>
29
+ <?php $_count = count ($items) ?>
30
+ <?php $_index = 0 ?>
31
+
32
+ <?php $_prevOptionId = '' ?>
33
+
34
+ <?php foreach ($items as $_item): ?>
35
+
36
+ <?php if($this->getItemOptions() || $parentItem->getDescription() || $this->helper('giftmessage/message')->getIsMessagesAvailable('order_item', $parentItem) && $parentItem->getGiftMessageId()): ?>
37
+ <?php $_showlastRow = true ?>
38
+ <?php else: ?>
39
+ <?php $_showlastRow = false ?>
40
+ <?php endif; ?>
41
+
42
+ <?php if ($_item->getParentItem()): ?>
43
+ <?php $attributes = $this->getSelectionAttributes($_item) ?>
44
+ <?php if ($_prevOptionId != $attributes['option_id']): ?>
45
+ <tr<?php if ($_item->getLastRow()) echo 'class="last"'; ?>>
46
+ <td><div class="option-label"><?php echo $attributes['option_label'] ?></div></td>
47
+ <td>&nbsp;</td>
48
+ <td>&nbsp;</td>
49
+ <td>&nbsp;</td>
50
+ <td>&nbsp;</td>
51
+ </tr>
52
+ <?php $_prevOptionId = $attributes['option_id'] ?>
53
+ <?php endif; ?>
54
+ <?php endif; ?>
55
+ <tr<?php echo (++$_index==$_count && !$_showlastRow)?' class="border"':'' ?> id="order-item-row-<?php echo $_item->getId() ?>">
56
+
57
+ <?php if (!$_item->getParentItem()): ?>
58
+ <td><h3 class="product-name"><?php echo $this->htmlEscape($_item->getName()) ?></h3></td>
59
+ <?php else: ?>
60
+ <td><div class="option-value"><?php echo $this->getValueHtml($_item)?></div></td>
61
+ <?php endif; ?>
62
+ <td><?php echo $this->htmlEscape(Mage::helper('core/string')->splitInjection($_item->getSku())) ?></td>
63
+ <td class="a-center">
64
+ <?php if (!$_item->getParentItem()): ?>
65
+ <?php if ($this->helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceExclTax()): ?>
66
+ <span class="price-excl-tax">
67
+ <?php if ($this->helper('tax')->displaySalesBothPrices()): ?>
68
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
69
+ <span class="cart-price">
70
+ <?php endif; ?>
71
+ <span class="label"><?php echo $this->__('Excl. Tax'); ?>:</span>
72
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
73
+ </span>
74
+ <?php endif; ?>
75
+ <?php endif; ?>
76
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
77
+ <span class="cart-tax-total" onclick="taxToggle('eunit-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
78
+ <?php else: ?>
79
+ <span class="cart-price">
80
+ <?php endif; ?>
81
+
82
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(0, 1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
83
+ <?php echo $this->getOrder()->formatPrice($this->getItem()->getPrice()+$this->getItem()->getWeeeTaxAppliedAmount()+$this->getItem()->getWeeeTaxDisposition()); ?>
84
+ <?php else: ?>
85
+ <?php echo $this->getOrder()->formatPrice($this->getItem()->getPrice()) ?>
86
+ <?php endif; ?>
87
+
88
+ </span>
89
+
90
+
91
+ <?php if (Mage::helper('weee')->getApplied($this->getItem())): ?>
92
+
93
+ <span class="cart-tax-info" id="eunit-item-tax-details<?php echo $this->getItem()->getId(); ?>" style="display:none;">
94
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
95
+ <small>
96
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
97
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['amount']); ?></span>
98
+ <?php endforeach; ?>
99
+ </small>
100
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
101
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
102
+ <span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['amount_incl_tax']); ?></small></span>
103
+ <?php endforeach; ?>
104
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 4, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
105
+ <small>
106
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
107
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['amount_incl_tax']); ?></span>
108
+ <?php endforeach; ?>
109
+ </small>
110
+ <?php endif; ?>
111
+ </span>
112
+
113
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
114
+ <span class="cart-tax-total" onclick="taxToggle('eunit-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
115
+ <span class="nobr"><?php echo Mage::helper('weee')->__('Total'); ?>:<br /> <?php echo $this->getOrder()->formatPrice($this->getItem()->getPrice()+$this->getItem()->getWeeeTaxAppliedAmount()+$this->getItem()->getWeeeTaxDisposition()); ?></span>
116
+ </span>
117
+ <?php endif; ?>
118
+ <?php endif; ?>
119
+ </span>
120
+ <br />
121
+ <?php endif; ?>
122
+ <?php if ($this->helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceInclTax()): ?>
123
+ <span class="price-incl-tax">
124
+ <?php if ($this->helper('tax')->displaySalesBothPrices()): ?>
125
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
126
+ <span class="cart-price">
127
+ <?php endif; ?>
128
+ <span class="label"><?php echo $this->__('Incl. Tax'); ?>:</span>
129
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
130
+ </span>
131
+ <?php endif; ?>
132
+ <?php endif; ?>
133
+ <?php $_incl = $this->helper('checkout')->getPriceInclTax($this->getItem()); ?>
134
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
135
+ <span class="cart-tax-total" onclick="taxToggle('unit-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
136
+ <?php else: ?>
137
+ <span class="cart-price">
138
+ <?php endif; ?>
139
+
140
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(0, 1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
141
+ <?php echo $this->getOrder()->formatPrice($_incl+$this->getItem()->getWeeeTaxAppliedAmount()); ?>
142
+ <?php else: ?>
143
+ <?php echo $this->getOrder()->formatPrice($_incl-$this->getItem()->getWeeeTaxDisposition()) ?>
144
+ <?php endif; ?>
145
+
146
+ </span>
147
+
148
+
149
+ <?php if (Mage::helper('weee')->getApplied($this->getItem())): ?>
150
+
151
+ <span class="cart-tax-info" id="unit-item-tax-details<?php echo $this->getItem()->getId(); ?>" style="display:none;">
152
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
153
+ <small>
154
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
155
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['amount']); ?></span>
156
+ <?php endforeach; ?>
157
+ </small>
158
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
159
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
160
+ <span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['amount_incl_tax']); ?></small></span>
161
+ <?php endforeach; ?>
162
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 4, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
163
+ <small>
164
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
165
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['amount_incl_tax']); ?></span>
166
+ <?php endforeach; ?>
167
+ </small>
168
+ <?php endif; ?>
169
+ </span>
170
+
171
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
172
+ <span class="cart-tax-total" onclick="taxToggle('unit-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
173
+ <span class="nobr"><?php echo Mage::helper('weee')->__('Total incl. tax'); ?>:<br /> <?php echo $this->getOrder()->formatPrice($_incl+$this->getItem()->getWeeeTaxAppliedAmount()); ?></span>
174
+ </span>
175
+ <?php endif; ?>
176
+ <?php endif; ?>
177
+ </span>
178
+ <?php endif; ?>
179
+ <?php else: ?>
180
+ &nbsp;
181
+ <?php endif; ?>
182
+ </td>
183
+ <td class="a-center">
184
+ <?php if (($_item->getParentItem() && $this->isChildCalculated()) ||
185
+ (!$_item->getParentItem() && !$this->isChildCalculated())): ?>
186
+ <span class="nobr">
187
+ <?php if ($_item->getQtyOrdered() > 0): ?>
188
+ <?php echo Mage::helper('sales')->__('Ordered'); ?>: <strong><?php echo $_item->getQtyOrdered()*1 ?></strong><br />
189
+ <?php endif; ?>
190
+ <?php if ($_item->getQtyShipped() > 0 && !$this->isShipmentSeparately()): ?>
191
+ <?php echo Mage::helper('sales')->__('Shipped'); ?>: <strong><?php echo $_item->getQtyShipped()*1 ?></strong><br />
192
+ <?php endif; ?>
193
+ <?php if ($_item->getQtyCanceled() > 0): ?>
194
+ <?php echo Mage::helper('sales')->__('Canceled'); ?>: <strong><?php echo $_item->getQtyCanceled()*1 ?></strong><br />
195
+ <?php endif; ?>
196
+ <?php if ($_item->getQtyRefunded() > 0): ?>
197
+ <?php echo Mage::helper('sales')->__('Refunded'); ?>: <strong><?php echo $_item->getQtyRefunded()*1 ?></strong>
198
+ <?php endif; ?>
199
+ </span>
200
+ <?php elseif ($_item->getQtyShipped() > 0 && $_item->getParentItem() && $this->isShipmentSeparately()): ?>
201
+ <span class="nobr"><?php echo Mage::helper('sales')->__('Shipped'); ?>: <strong><?php echo $_item->getQtyShipped()*1 ?></strong></span>
202
+ <?php else: ?>
203
+ &nbsp;
204
+ <?php endif; ?>
205
+ </td>
206
+ <td class="a-center">
207
+ <?php if (!$_item->getParentItem()): ?>
208
+ <?php if ($this->helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceExclTax()): ?>
209
+ <span class="price-excl-tax">
210
+ <?php if ($this->helper('tax')->displaySalesBothPrices()): ?>
211
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
212
+ <span class="cart-price">
213
+ <?php endif; ?>
214
+ <span class="label"><?php echo $this->__('Excl. Tax'); ?>:</span>
215
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
216
+ </span>
217
+ <?php endif; ?>
218
+ <?php endif; ?>
219
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
220
+ <span class="cart-tax-total" onclick="taxToggle('esubtotal-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
221
+ <?php else: ?>
222
+ <span class="cart-price">
223
+ <?php endif; ?>
224
+
225
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(0, 1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
226
+ <?php echo $this->getOrder()->formatPrice($this->getItem()->getRowTotal()+$this->getItem()->getWeeeTaxAppliedRowAmount()+$this->getItem()->getWeeeTaxRowDisposition()); ?>
227
+ <?php else: ?>
228
+ <?php echo $this->getOrder()->formatPrice($this->getItem()->getRowTotal()) ?>
229
+ <?php endif; ?>
230
+
231
+ </span>
232
+
233
+
234
+ <?php if (Mage::helper('weee')->getApplied($this->getItem())): ?>
235
+
236
+ <span class="cart-tax-info" id="esubtotal-item-tax-details<?php echo $this->getItem()->getId(); ?>" style="display:none;">
237
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
238
+ <small>
239
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
240
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['row_amount']); ?></span>
241
+ <?php endforeach; ?>
242
+ </small>
243
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
244
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
245
+ <span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['row_amount_incl_tax']); ?></small></span>
246
+ <?php endforeach; ?>
247
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 4, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
248
+ <small>
249
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
250
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['row_amount_incl_tax']); ?></span>
251
+ <?php endforeach; ?>
252
+ </small>
253
+ <?php endif; ?>
254
+ </span>
255
+
256
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
257
+ <span class="cart-tax-total" onclick="taxToggle('esubtotal-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
258
+ <span class="nobr"><?php echo Mage::helper('weee')->__('Total'); ?>:<br /> <?php echo $this->getOrder()->formatPrice($this->getItem()->getRowTotal()+$this->getItem()->getWeeeTaxAppliedRowAmount()+$this->getItem()->getWeeeTaxRowDisposition()); ?></span>
259
+ </span>
260
+ <?php endif; ?>
261
+ <?php endif; ?>
262
+ </span>
263
+ <br />
264
+ <?php endif; ?>
265
+ <?php if ($this->helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceInclTax()): ?>
266
+ <span class="price-incl-tax">
267
+ <?php if ($this->helper('tax')->displaySalesBothPrices()): ?>
268
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
269
+ <span class="cart-price">
270
+ <?php endif; ?>
271
+ <span class="label"><?php echo $this->__('Incl. Tax'); ?>:</span>
272
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
273
+ </span>
274
+ <?php endif; ?>
275
+ <?php endif; ?>
276
+ <?php $_incl = $this->helper('checkout')->getSubtotalInclTax($this->getItem()); ?>
277
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
278
+ <span class="cart-tax-total" onclick="taxToggle('subtotal-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
279
+ <?php else: ?>
280
+ <span class="cart-price">
281
+ <?php endif; ?>
282
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(0, 1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
283
+ <?php echo $this->getOrder()->formatPrice($_incl+$this->getItem()->getWeeeTaxAppliedRowAmount()); ?>
284
+ <?php else: ?>
285
+ <?php echo $this->getOrder()->formatPrice($_incl-$this->getItem()->getWeeeTaxRowDisposition()) ?>
286
+ <?php endif; ?>
287
+
288
+ </span>
289
+
290
+
291
+ <?php if (Mage::helper('weee')->getApplied($this->getItem())): ?>
292
+
293
+ <span class="cart-tax-info" id="subtotal-item-tax-details<?php echo $this->getItem()->getId(); ?>" style="display:none;">
294
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
295
+ <small>
296
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
297
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['row_amount']); ?></span>
298
+ <?php endforeach; ?>
299
+ </small>
300
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
301
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
302
+ <span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['row_amount_incl_tax']); ?></small></span>
303
+ <?php endforeach; ?>
304
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 4, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
305
+ <small>
306
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
307
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['row_amount_incl_tax']); ?></span>
308
+ <?php endforeach; ?>
309
+ </small>
310
+ <?php endif; ?>
311
+ </span>
312
+
313
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
314
+ <span class="cart-tax-total" onclick="taxToggle('subtotal-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
315
+ <span class="nobr"><?php echo Mage::helper('weee')->__('Total Incl. Tax'); ?>:<br /> <?php echo $this->getOrder()->formatPrice($_incl+$this->getItem()->getWeeeTaxAppliedRowAmount()); ?></span>
316
+ </span>
317
+ <?php endif; ?>
318
+ <?php endif; ?>
319
+
320
+
321
+
322
+ </span>
323
+ <?php endif; ?>
324
+ <?php else: ?>
325
+ &nbsp;
326
+ <?php endif; ?>
327
+ </td>
328
+ <!--
329
+ <?php if ($this->helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceExclTax()): ?>
330
+ <th class="a-right"><?php echo $this->getOrder()->formatPrice($this->getItem()->getRowTotal()) ?></th>
331
+ <?php endif; ?>
332
+ <?php if ($this->helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceInclTax()): ?>
333
+ <th class="a-right"><?php echo $this->getOrder()->formatPrice($this->helper('checkout')->getSubtotalInclTax($this->getItem())); ?></th>
334
+ <?php endif; ?>
335
+ -->
336
+ </tr>
337
+ <?php endforeach; ?>
338
+
339
+ <?php if ($_showlastRow): ?>
340
+ <tr class="border">
341
+ <td>
342
+ <?php if($_options = $this->getItemOptions()): ?>
343
+ <dl class="item-options">
344
+ <?php foreach ($_options as $_option) : ?>
345
+ <dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
346
+ <?php if (!$this->getPrintStatus()): ?>
347
+ <?php $_formatedOptionValue = $this->getFormatedOptionValue($_option) ?>
348
+ <dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>>
349
+ <?php echo $_formatedOptionValue['value'] ?>
350
+ <?php if (isset($_formatedOptionValue['full_view'])): ?>
351
+ <div class="truncated_full_value">
352
+ <dl class="item-options">
353
+ <dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
354
+ <dd><?php echo $_formatedOptionValue['full_view'] ?></dd>
355
+ </dl>
356
+ </div>
357
+ <?php endif; ?>
358
+ </dd>
359
+ <?php else: ?>
360
+ <dd><?php echo $this->htmlEscape( (isset($_option['print_value']) ? $_option['print_value'] : $_option['value']) ) ?></dd>
361
+ <?php endif; ?>
362
+ <?php endforeach; ?>
363
+ </dl>
364
+ <?php endif; ?>
365
+ <?php echo $this->htmlEscape($_item->getDescription()) ?>
366
+ <?php if($this->helper('giftmessage/message')->getIsMessagesAvailable('order_item', $parentItem) && $parentItem->getGiftMessageId()): ?>
367
+ <a href="#" id="order-item-gift-message-link-<?php echo $parentItem->getId() ?>" class="gift-message-link" onclick="return giftMessageToogle('<?php echo $parentItem->getId() ?>')"><?php echo Mage::helper('sales')->__('Gift Message') ?></a>
368
+ <?php endif; ?>
369
+ </td>
370
+ <td>&nbsp;</td>
371
+ <td>&nbsp;</td>
372
+ <td>&nbsp;</td>
373
+ <td>&nbsp;</td>
374
+ </tr>
375
+ <?php endif; ?>
app/design/frontend/default/toys_orange/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="category_content"><?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/toys_orange/template/catalog/product/list.phtml ADDED
@@ -0,0 +1,149 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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="list-item-bg">
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(135); ?>" width="135" height="135" 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
+ <?php $_productNameStripped = $this->stripTags($_product->getName(), null, true); ?>
56
+ <h2 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped; ?>"><?php echo $_helper->productAttribute($_product, $_product->getName() , 'name'); ?></a></h2>
57
+ <?php //if($_product->getRatingSummary()): ?>
58
+ <?php //echo $this->getReviewsSummaryHtml($_product) ?>
59
+ <?php //endif; ?>
60
+ <?php echo $this->getPriceHtml($_product, true) ?>
61
+ <?php if($_product->isSaleable()): ?>
62
+ <p><button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button></p>
63
+ <?php else: ?>
64
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
65
+ <?php endif; ?>
66
+ <div class="desc std">
67
+ <?php echo $_helper->productAttribute($_product, $_product->getShortDescription(), 'short_description') ?>
68
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped ?>" class="link-learn"><?php echo $this->__('Learn More') ?></a>
69
+ </div>
70
+ <ul class="add-to-links">
71
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
72
+ <li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
73
+ <?php endif; ?>
74
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
75
+ <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
76
+ <?php endif; ?>
77
+ </ul>
78
+ </div>
79
+ </div>
80
+ </div>
81
+ </li>
82
+ <?php endforeach; ?>
83
+ </ol>
84
+ <script type="text/javascript">decorateList('products-list', 'none-recursive')</script>
85
+
86
+ <?php else: ?>
87
+
88
+ <?php // Grid Mode ?>
89
+
90
+ <?php $_collectionSize = $_productCollection->count() ?>
91
+ <?php $_columnCount = $this->getColumnCount(); ?>
92
+ <?php
93
+ $r_template = $this->getLayout()->getBlock('root')->getTemplate();
94
+ switch ($r_template)
95
+ {
96
+ case "page/2columns-right.phtml":
97
+ case "page/2columns-left.phtml":
98
+ $_columnCount = 3;
99
+ break;
100
+ case "page/3columns.phtml":
101
+ $_columnCount = 2;
102
+ break;
103
+ default:
104
+ $_columnCount = 4;
105
+ }
106
+ ?>
107
+ <?php $i=0; foreach ($_productCollection as $_product): ?>
108
+ <?php if ($i++%$_columnCount==0): ?>
109
+ <ul class="products-grid">
110
+ <?php endif ?>
111
+ <li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
112
+ <div class="grid-item-bg">
113
+ <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>
114
+ <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(120); ?>" width="120" height="120" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
115
+ <?php //if($_product->getRatingSummary()): ?>
116
+ <?php //echo $this->getReviewsSummaryHtml($_product, 'short') ?>
117
+ <?php //endif; ?>
118
+ <div class="clearfix price_cart">
119
+ <?php echo $this->getPriceHtml($_product, true) ?>
120
+ <div class="actions">
121
+ <?php if($_product->isSaleable()): ?>
122
+ <button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
123
+ <?php else: ?>
124
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
125
+ <?php endif; ?>
126
+ </div>
127
+ </div>
128
+ <ul class="add-to-links">
129
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
130
+ <li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
131
+ <?php endif; ?>
132
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
133
+ <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
134
+ <?php endif; ?>
135
+ </ul>
136
+ </div>
137
+ </li>
138
+ <?php if ($i%$_columnCount==0 || $i==$_collectionSize): ?>
139
+ </ul>
140
+ <?php endif ?>
141
+ <?php endforeach ?>
142
+ <script type="text/javascript">decorateGeneric($$('ul.products-grid'), ['odd','even','first','last'])</script>
143
+ <?php endif; ?>
144
+
145
+ <div class="toolbar-bottom">
146
+ <?php echo $this->getToolbarHtml() ?>
147
+ </div>
148
+ </div>
149
+ <?php endif; ?>
app/design/frontend/default/toys_orange/template/catalog/product/list/upsell.phtml ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php if(count($this->getItemCollection()->getItems())): ?>
28
+ <div class="box-collateral box-up-sell">
29
+ <h2><?php echo $this->__('You may also be interested in the following product(s)') ?></h2>
30
+ <table class="products-grid" id="upsell-product-table">
31
+ <?php // $this->setColumnCount(5); // uncomment this line if you want to have another number of columns. also can be changed in layout ?>
32
+ <?php $this->resetItemsIterator() ?>
33
+ <?php for($_i=0;$_i<$this->getRowCount();$_i++): ?>
34
+ <tr>
35
+ <?php for($_j=0;$_j<$this->getColumnCount();$_j++): ?>
36
+ <?php if($_link=$this->getIterableItem()): ?>
37
+ <td>
38
+ <a href="<?php echo $_link->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_link->getName()) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_link, 'small_image')->resize(120) ?>" width="120" height="120" alt="<?php echo $this->htmlEscape($_link->getName()) ?>" /></a>
39
+ <h3 class="product-name"><a href="<?php echo $_link->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_link->getName()) ?>"><?php echo $this->htmlEscape($_link->getName()) ?></a></h3>
40
+ <?php echo $this->getPriceHtml($_link, true, '-upsell') ?>
41
+ <?php //echo $this->getReviewsSummaryHtml($_link) ?>
42
+ </td>
43
+ <?php //else: ?>
44
+ <!--<td class="empty">&nbsp;</td>-->
45
+ <?php endif; ?>
46
+ <?php endfor; ?>
47
+ </tr>
48
+ <?php endfor; ?>
49
+ </table>
50
+ <script type="text/javascript">decorateTable('upsell-product-table')</script>
51
+ </div>
52
+ <?php endif ?>
app/design/frontend/default/toys_orange/template/catalog/product/new.phtml ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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="new_products">
29
+ <h2 class="subtitle"><?php echo $this->__('New Products') ?></h2>
30
+ <?php $_columnCount = $this->getColumnCount(); ?>
31
+ <?php
32
+ $r_template = $this->getLayout()->getBlock('root')->getTemplate();
33
+ switch ($r_template)
34
+ {
35
+ case "page/2columns-right.phtml":
36
+ case "page/2columns-left.phtml":
37
+ $_columnCount = 3;
38
+ break;
39
+ case "page/3columns.phtml":
40
+ $_columnCount = 2;
41
+ break;
42
+ default:
43
+ $_columnCount = 4;
44
+ }
45
+ ?>
46
+ <?php $i=0; foreach ($_products->getItems() as $_product): ?>
47
+ <?php if ($i++%$_columnCount==0): ?>
48
+ <ul class="products-grid">
49
+ <?php endif ?>
50
+ <li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
51
+ <div class="grid-item-bg">
52
+ <h3 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>"><?php echo $this->htmlEscape($_product->getName()) ?></a></h3>
53
+ <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(120) ?>" width="120" height="120" alt="<?php echo $this->htmlEscape($_product->getName()) ?>" /></a>
54
+ <div class="clearfix"><a href="<?php echo $_product->getProductUrl() ?>" class="grid-details"><?php echo $this->__('Details') ?></a></div>
55
+ <?php //echo $this->getReviewsSummaryHtml($_product, 'short') ?>
56
+ <div class="clearfix price_cart">
57
+ <?php echo $this->getPriceHtml($_product, true, '-new') ?>
58
+ <div class="actions">
59
+ <?php if($_product->isSaleable()): ?>
60
+ <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>
61
+ <?php else: ?>
62
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
63
+ <?php endif; ?>
64
+ <!--<ul class="add-to-links">
65
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
66
+ <li><a href="<?php echo $this->getAddToWishlistUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
67
+ <?php endif; ?>
68
+ <?php if ($_compareUrl = $this->getAddToCompareUrl($_product)): ?>
69
+ <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
70
+ <?php endif; ?>
71
+ </ul>-->
72
+ </div>
73
+ </div>
74
+ </div>
75
+ </li>
76
+ <?php if ($i%$_columnCount==0 || $i==count($_products)): ?>
77
+ </ul>
78
+ <?php endif ?>
79
+ <?php endforeach; ?>
80
+ </div>
81
+ <?php endif; ?>
app/design/frontend/default/toys_orange/template/catalog/product/view.phtml ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0
  <?php elseif (!$_product->isSaleable()): ?>
1
  <div class="add-to-box">
2
  <?php echo $this->getChildHtml('addto') ?>
3
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  //<![CDATA[
5
  var productAddToCartForm = new VarienForm('product_addtocart_form');
6
  productAddToCartForm.submit = function(button, url) {
7
  if (this.validator.validate()) {
8
  var form = this.form;
9
  var oldUrl = form.action;
10
  if (url) {
11
  form.action = url;
12
  }
13
  var e = null;
14
  try {
15
  this.form.submit();
16
  } catch (e) {
17
  }
18
  this.form.action = oldUrl;
19
  if (e) {
20
  throw e;
21
  }
22
  if (button && button != 'undefined') {
23
  button.disabled = true;
24
  }
25
  }
26
  }.bind(productAddToCartForm);
27
  productAddToCartForm.submitLight = function(button, url){
28
  if(this.validator) {
29
  var nv = Validation.methods;
30
  delete Validation.methods['required-entry'];
31
  delete Validation.methods['validate-one-required'];
32
  delete Validation.methods['validate-one-required-by-name'];
33
  // Remove custom datetime validators
34
  for (var methodName in Validation.methods) {
35
  if (methodName.match(/^validate-datetime-.*/i)) {
36
  delete Validation.methods[methodName];
37
  }
38
  }
39
  if (this.validator.validate()) {
40
  if (url) {
41
  this.form.action = url;
42
  }
43
  this.form.submit();
44
  }
45
  Object.extend(Validation.methods, nv);
46
  }
47
  }.bind(productAddToCartForm);
48
  //]]>
49
  </script>
 
 
50
  <div class="product-collateral">
51
  <div class="box-collateral <?php echo "box-{$alias}"?>">
52
  <?php if ($title = $this->getChildData($alias, 'title')):?>
53
  <h2><?php echo $this->escapeHtml($title); ?></h2>
54
  <?php endif;?>
55
  <?php echo $html; ?>
56
  </div>
57
  <?php echo $this->getChildHtml('product_additional_data') ?>
58
 
59
  </div>
 
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
+ <script type="text/javascript">
36
+ var optionsPrice = new Product.OptionsPrice(<?php echo $this->getJsonConfig() ?>);
37
+ </script>
38
+ <div id="messages_product_view"><?php echo $this->getMessagesBlock()->getGroupedHtml() ?></div>
39
+ <div class="product-view">
40
+ <div class="product-essential">
41
+ <form action="<?php echo $this->getSubmitUrl($_product) ?>" method="post" id="product_addtocart_form"<?php if($_product->getOptions()): ?> enctype="multipart/form-data"<?php endif; ?>>
42
+ <div class="no-display">
43
+ <input type="hidden" name="product" value="<?php echo $_product->getId() ?>" />
44
+ <input type="hidden" name="related_product" id="related-products-field" value="" />
45
+ </div>
46
+
47
+ <div class="product-shop">
48
+ <div class="product-name">
49
+ <h1><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></h1>
50
+ </div>
51
+
52
+ <?php echo $this->getReviewsSummaryHtml($_product, false, true)?>
53
+
54
+ <?php if ($this->canEmailToFriend()): ?>
55
+ <p class="email-friend"><a href="<?php echo $this->helper('catalog/product')->getEmailToFriendUrl($_product) ?>"><?php echo $this->__('Email to a Friend') ?></a></p>
56
+ <?php endif; ?>
57
+ <?php echo $this->getChildHtml('alert_urls') ?>
58
+ <?php echo $this->getChildHtml('product_type_data') ?>
59
+ <?php echo $this->getTierPriceHtml() ?>
60
+ <?php echo $this->getChildHtml('extrahint') ?>
61
+
62
+ <?php if (!$this->hasOptions()):?>
63
+ <div class="add-to-box">
64
+ <?php if($_product->isSaleable()): ?>
65
+ <?php echo $this->getChildHtml('addtocart') ?>
66
+ <?php if( $this->helper('wishlist')->isAllow() || $_compareUrl=$this->helper('catalog/product_compare')->getAddUrl($_product)): ?>
67
+ <span class="or"><?php echo $this->__('or') ?></span>
68
+ <?php endif; ?>
69
+ <?php endif; ?>
70
+ <?php echo $this->getChildHtml('addto') ?>
71
+ </div>
72
+ <?php echo $this->getChildHtml('extra_buttons') ?>
73
  <?php elseif (!$_product->isSaleable()): ?>
74
  <div class="add-to-box">
75
  <?php echo $this->getChildHtml('addto') ?>
76
  </div>
77
+ <?php endif; ?>
78
+
79
+ <?php if ($_product->getShortDescription()):?>
80
+ <div class="short-description">
81
+ <h2><?php echo $this->__('Quick Overview') ?></h2>
82
+ <div class="std"><?php echo $_helper->productAttribute($_product, nl2br($_product->getShortDescription()), 'short_description') ?></div>
83
+ </div>
84
+ <?php endif;?>
85
+
86
+ <?php echo $this->getChildHtml('other');?>
87
+
88
+ <?php if ($_product->isSaleable() && $this->hasOptions()):?>
89
+ <?php echo $this->getChildChildHtml('container1', '', true, true) ?>
90
+ <?php endif;?>
91
+
92
+ </div>
93
+
94
+ <div class="product-img-box">
95
+ <?php echo $this->getChildHtml('media') ?>
96
+ </div>
97
+
98
+ <div class="clearer"></div>
99
+ <?php if ($_product->isSaleable() && $this->hasOptions()):?>
100
+ <?php echo $this->getChildChildHtml('container2', '', true, true) ?>
101
+ <?php endif;?>
102
+ </form>
103
+ <script type="text/javascript">
104
  //<![CDATA[
105
  var productAddToCartForm = new VarienForm('product_addtocart_form');
106
  productAddToCartForm.submit = function(button, url) {
107
  if (this.validator.validate()) {
108
  var form = this.form;
109
  var oldUrl = form.action;
110
  if (url) {
111
  form.action = url;
112
  }
113
  var e = null;
114
  try {
115
  this.form.submit();
116
  } catch (e) {
117
  }
118
  this.form.action = oldUrl;
119
  if (e) {
120
  throw e;
121
  }
122
  if (button && button != 'undefined') {
123
  button.disabled = true;
124
  }
125
  }
126
  }.bind(productAddToCartForm);
127
  productAddToCartForm.submitLight = function(button, url){
128
  if(this.validator) {
129
  var nv = Validation.methods;
130
  delete Validation.methods['required-entry'];
131
  delete Validation.methods['validate-one-required'];
132
  delete Validation.methods['validate-one-required-by-name'];
133
  // Remove custom datetime validators
134
  for (var methodName in Validation.methods) {
135
  if (methodName.match(/^validate-datetime-.*/i)) {
136
  delete Validation.methods[methodName];
137
  }
138
  }
139
  if (this.validator.validate()) {
140
  if (url) {
141
  this.form.action = url;
142
  }
143
  this.form.submit();
144
  }
145
  Object.extend(Validation.methods, nv);
146
  }
147
  }.bind(productAddToCartForm);
148
  //]]>
149
  </script>
150
+ </div>
151
+ <?php echo $this->getChildHtml('info_tabs') ?>
152
  <div class="product-collateral">
153
  <div class="box-collateral <?php echo "box-{$alias}"?>">
154
  <?php if ($title = $this->getChildData($alias, 'title')):?>
155
  <h2><?php echo $this->escapeHtml($title); ?></h2>
156
  <?php endif;?>
157
  <?php echo $html; ?>
158
  </div>
159
  <?php echo $this->getChildHtml('product_additional_data') ?>
160
 
161
  </div>
162
+ </div>
app/design/frontend/default/toys_orange/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
+ <p class="product-image product-image-zoom">
39
+ <?php
40
+ $_img = '<img id="image" src="'.$this->helper('catalog/image')->init($_product, 'image').'" alt="'.$this->htmlEscape($this->getImageLabel()).'" title="'.$this->htmlEscape($this->getImageLabel()).'" />';
41
+ echo $_helper->productAttribute($_product, $_img, 'image');
42
+ ?>
43
+ </p>
44
+ <div class="prod_img_bottom"></div>
45
+ <p class="zoom-notice" id="track_hint"><?php echo $this->__('Double click on above image to view full picture') ?></p>
46
+ <div class="zoom">
47
+ <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" />
48
+ <div id="track">
49
+ <div id="handle"></div>
50
+ </div>
51
+ <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" />
52
+ </div>
53
+ <script type="text/javascript">
54
+ //<![CDATA[
55
+ Event.observe(window, 'load', function() {
56
+ product_zoom = new Product.Zoom('image', 'track', 'handle', 'zoom_in', 'zoom_out', 'track_hint');
57
+ });
58
+ //]]>
59
+ </script>
60
+ <?php else: ?>
61
+ <p class="product-image">
62
+ <?php
63
+ $_img = '<img src="'.$this->helper('catalog/image')->init($_product, 'image')->resize(265).'" alt="'.$this->htmlEscape($this->getImageLabel()).'" title="'.$this->htmlEscape($this->getImageLabel()).'" />';
64
+ echo $_helper->productAttribute($_product, $_img, 'image');
65
+ ?>
66
+ </p>
67
+ <div class="prod_img_bottom"></div>
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(63); ?>" width="63" height="63" alt="<?php echo $this->htmlEscape($_image->getLabel()) ?>" /></a>
76
+ </li>
77
+ <?php endforeach; ?>
78
+ </ul>
79
+ </div>
80
+ <?php endif; ?>
app/design/frontend/default/toys_orange/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/toys_orange/template/catalogsearch/form.mini.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
+ /* @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
+ <input id="search" type="text" name="<?php echo $this->helper('catalogsearch')->getQueryParamName() ?>" value="<?php echo $this->helper('catalogsearch')->getEscapedQueryText() ?>" class="input-text" />
34
+ <button type="submit" title="<?php echo $this->__('Search') ?>" class="button"><span><span><?php echo $this->__('Search') ?></span></span></button>
35
+ <div id="search_autocomplete" class="search-autocomplete"></div>
36
+ <script type="text/javascript">
37
+ //<![CDATA[
38
+ var searchForm = new Varien.searchForm('search_mini_form', 'search', '<?php echo $this->__('Search') ?>');
39
+ searchForm.initAutocomplete('<?php echo $this->helper('catalogsearch')->getSuggestUrl() ?>', 'search_autocomplete');
40
+ //]]>
41
+ </script>
42
+ </div>
43
+ </form>
app/design/frontend/default/toys_orange/template/checkout/cart.phtml ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ <th rowspan="<?php echo $mergedCells; ?>">&nbsp;</th>
77
+ <th rowspan="<?php echo $mergedCells; ?>"><span class="nobr"><?php echo $this->__('Product Name') ?></span></th>
78
+ <th rowspan="<?php echo $mergedCells; ?>"></th>
79
+ <?php if ($this->helper('wishlist')->isAllowInCart()) : ?>
80
+ <th rowspan="<?php echo $mergedCells; ?>" class="a-center"><span class="nobr"><?php echo $this->__('Move to Wishlist') ?></span></th>
81
+ <?php endif ?>
82
+ <th class="a-center" colspan="<?php echo $mergedCells; ?>"><span class="nobr"><?php echo $this->__('Unit Price') ?></span></th>
83
+ <th rowspan="<?php echo $mergedCells; ?>" class="a-center"><?php echo $this->__('Qty') ?></th>
84
+ <th class="a-center" colspan="<?php echo $mergedCells; ?>"><?php echo $this->__('Subtotal') ?></th>
85
+ <th rowspan="<?php echo $mergedCells; ?>" class="a-center">&nbsp;</th>
86
+ </tr>
87
+ <?php if ($this->helper('tax')->displayCartBothPrices()): ?>
88
+ <tr>
89
+ <th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
90
+ <th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
91
+ <th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
92
+ <th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
93
+ </tr>
94
+ <?php endif; ?>
95
+ </thead>
96
+ <tfoot>
97
+ <tr>
98
+ <td colspan="50" class="a-right">
99
+ <?php if($this->getContinueShoppingUrl()): ?>
100
+ <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>
101
+ <?php endif; ?>
102
+ <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>
103
+ <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>
104
+ <!--[if lt IE 8]>
105
+ <input type="hidden" id="update_cart_action_container" />
106
+ <script type="text/javascript">
107
+ //<![CDATA[
108
+ Event.observe(window, 'load', function()
109
+ {
110
+ // Internet Explorer (lt 8) does not support value attribute in button elements
111
+ $emptyCartButton = $('empty_cart_button');
112
+ $cartActionContainer = $('update_cart_action_container');
113
+ if ($emptyCartButton && $cartActionContainer) {
114
+ Event.observe($emptyCartButton, 'click', function()
115
+ {
116
+ $emptyCartButton.setAttribute('name', 'update_cart_action_temp');
117
+ $cartActionContainer.setAttribute('name', 'update_cart_action');
118
+ $cartActionContainer.setValue('empty_cart');
119
+ });
120
+ }
121
+
122
+ });
123
+ //]]>
124
+ </script>
125
+ <![endif]-->
126
+ </td>
127
+ </tr>
128
+ </tfoot>
129
+ <tbody>
130
+ <?php foreach($this->getItems() as $_item): ?>
131
+ <?php echo $this->getItemHtml($_item) ?>
132
+ <?php endforeach ?>
133
+ </tbody>
134
+ </table>
135
+ <script type="text/javascript">decorateTable('shopping-cart-table')</script>
136
+ </fieldset>
137
+ </form>
138
+ <div class="cart-collaterals">
139
+ <div class="col2-set">
140
+ <div class="col-1">
141
+ <?php echo $this->getChildHtml('crosssell') ?>
142
+ </div>
143
+ <div class="col-2">
144
+ <?php echo $this->getChildHtml('checkout.cart.extra') ?>
145
+ <?php echo $this->getChildHtml('coupon') ?>
146
+ <?php if (!$this->getIsVirtual()): echo $this->getChildHtml('shipping'); endif; ?>
147
+ </div>
148
+ </div>
149
+ <div class="totals">
150
+ <div class="totals-in">
151
+ <?php echo $this->getChildHtml('totals'); ?>
152
+ <?php if(!$this->hasError()): ?>
153
+ <ul class="checkout-types">
154
+ <?php foreach ($this->getMethods('methods') as $method): ?>
155
+ <?php if ($methodHtml = $this->getMethodHtml($method)): ?>
156
+ <li><?php echo $methodHtml; ?></li>
157
+ <?php endif; ?>
158
+ <?php endforeach; ?>
159
+ </ul>
160
+ <?php endif; ?>
161
+ </div>
162
+ </div>
163
+ </div>
164
+ </div>
app/design/frontend/default/toys_orange/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><span><?php echo $this->__('Discount Codes') ?></span></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/toys_orange/template/checkout/cart/crosssell.phtml ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 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><?php echo $this->__('Related product') ?></h2>
37
+ <ul id="crosssell-products-list">
38
+ <?php foreach ($this->getItems() as $_item): ?>
39
+ <li class="item">
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(100); ?>" width="100" height="100" 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
+ <div class="clearfix">
44
+ <?php echo $this->getPriceHtml($_item, true) ?>
45
+ <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>
46
+ </div>
47
+ <ul class="add-to-links">
48
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
49
+ <li><a href="<?php echo $this->getAddToWishlistUrl($_item) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
50
+ <?php endif; ?>
51
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_item)): ?>
52
+ <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
53
+ <?php endif; ?>
54
+ </ul>
55
+ </div>
56
+ </li>
57
+ <?php endforeach; ?>
58
+ </ul>
59
+ <script type="text/javascript">decorateList('crosssell-products-list', 'none-recursive')</script>
60
+ </div>
61
+ <?php endif; ?>
app/design/frontend/default/toys_orange/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><?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(100); ?>" width="100" height="100" alt="<?php echo $this->htmlEscape($this->getProductName()) ?>" /><?php if ($this->hasProductUrl()):?></a><?php endif;?></td>
34
+ <td>
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']) ?>:&nbsp;</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="a-center v-middle">
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="a-center v-middle">
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 v-middle"<?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 v-middle">
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="a-center v-middle">
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="a-center v-middle">
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="a-center v-middle">
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="a-center v-middle">
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="a-center v-middle"><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/toys_orange/template/checkout/multishipping/overview.phtml ADDED
@@ -0,0 +1,241 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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="multiple-checkout">
28
+ <div class="page-title">
29
+ <h1><?php echo $this->__('Review Order') ?></h1>
30
+ </div>
31
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
32
+ <form action="<?php echo $this->getPostActionUrl() ?>" method="post" onsubmit="return showLoader();">
33
+ <div class="col2-set">
34
+ <h2 class="legend"><?php echo $this->__('Billing Information') ?></h2>
35
+ <div class="col-1">
36
+ <div class="box">
37
+ <?php $_address=$this->getBillingAddress() ?>
38
+ <div class="box-title">
39
+ <h3><?php echo $this->__('Billing Address') ?> <span class="separator">|</span> <a href="<?php echo $this->getEditBillingAddressUrl($_address) ?>"><?php echo $this->__('Change') ?></a></h3>
40
+ </div>
41
+ <div class="box-content">
42
+ <address>
43
+ <?php echo $_address->format('html') ?>
44
+ </address>
45
+ </div>
46
+ </div>
47
+ </div>
48
+ <div class="col-2">
49
+ <div class="box">
50
+ <div class="box-title">
51
+ <h3><?php echo $this->__('Payment Method') ?> <span class="separator">|</span> <a href="<?php echo $this->getEditBillingUrl() ?>"><?php echo $this->__('Change') ?></a></h3>
52
+ </div>
53
+ <div class="box-content">
54
+ <input type="hidden" name="payment[cc_number]" value="<?php echo $this->escapeHtml($this->getPayment()->getCcNumber())?>" />
55
+ <input type="hidden" name="payment[cc_cid]" value="<?php echo $this->escapeHtml($this->getPayment()->getCcCid())?>" />
56
+ <?php echo $this->getPaymentHtml() ?>
57
+ </div>
58
+ </div>
59
+ </div>
60
+ </div>
61
+ <?php $mergedCells = ($this->helper('tax')->displayCartBothPrices() ? 2 : 1); ?>
62
+ <div class="col2-set">
63
+ <h2 class="legend"><?php echo $this->__('Shipping Information') ?></h2>
64
+ <?php foreach ($this->getShippingAddresses() as $_index => $_address): ?>
65
+ <h3 class="legend"><?php echo $this->__('Address %s of %s', ($_index+1), $this->getShippingAddressCount()) ?></h3>
66
+ <div class="col-1 col-narrow">
67
+ <div class="box">
68
+ <div class="box-title">
69
+ <h4><?php echo $this->__('Shipping To') ?> <span class="separator">|</span> <a href="<?php echo $this->getEditShippingAddressUrl($_address) ?>"><?php echo $this->__('Change') ?></a></h4>
70
+ </div>
71
+ <div class="box-content">
72
+ <address>
73
+ <?php echo $_address->format('html') ?>
74
+ </address>
75
+ </div>
76
+ </div>
77
+ <div class="box">
78
+ <div class="box-title">
79
+ <h4><?php echo $this->__('Shipping Method') ?> <span class="separator">|</span> <a href="<?php echo $this->getEditShippingUrl() ?>"><?php echo $this->__('Change') ?></a></h4>
80
+ </div>
81
+ <div class="box-content">
82
+ <?php if($_rate=$this->getShippingAddressRate($_address)): ?>
83
+ <p>
84
+ <?php echo $this->escapeHtml($_rate->getCarrierTitle()) ?> - <?php echo $this->escapeHtml($_rate->getMethodTitle()) ?>
85
+ <?php $_excl = $this->getShippingPriceExclTax($_address); ?>
86
+ <?php $_incl = $this->getShippingPriceInclTax($_address); ?>
87
+ <?php echo $_excl; ?>
88
+ <?php if ($this->helper('tax')->displayShippingBothPrices() && $_incl != $_excl): ?>
89
+ (<?php echo $this->__('Incl. Tax'); ?> <?php echo $_incl; ?>)
90
+ <?php endif; ?>
91
+ </p>
92
+ <?php endif; ?>
93
+ </div>
94
+ </div>
95
+ </div>
96
+ <div class="col-2 col-wide">
97
+ <h4><?php echo $this->__('Items') ?> <span class="separator">|</span> <a href="<?php echo $this->getAddressesEditUrl() ?>"><?php echo $this->__('Edit Items') ?></a></h4>
98
+ <table class="data-table" id="overview-table-<?php echo $_address->getId() ?>">
99
+ <col />
100
+ <col width="1" />
101
+ <?php if ($this->helper('tax')->displayCartBothPrices()): ?>
102
+ <col width="1" />
103
+ <?php endif; ?>
104
+ <col width="1" />
105
+ <col width="1" />
106
+ <?php if ($this->helper('tax')->displayCartBothPrices()): ?>
107
+ <col width="1" />
108
+ <?php endif; ?>
109
+ <thead>
110
+ <tr>
111
+ <th rowspan="<?php echo $mergedCells; ?>"><?php echo $this->__('Product Name') ?></th>
112
+ <th colspan="<?php echo $mergedCells; ?>" class="a-center"><?php echo $this->__('Price') ?></th>
113
+ <th rowspan="<?php echo $mergedCells; ?>"><?php echo $this->__('Qty') ?></th>
114
+ <th colspan="<?php echo $mergedCells; ?>" class="a-center"><?php echo $this->__('Subtotal') ?></th>
115
+ </tr>
116
+ <?php if ($this->helper('tax')->displayCartBothPrices()): ?>
117
+ <tr>
118
+ <th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
119
+ <th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
120
+ <th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
121
+ <th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
122
+ </tr>
123
+ <?php endif; ?>
124
+ </thead>
125
+ <tfoot>
126
+ <?php echo $this->renderTotals($this->getShippingAddressTotals($_address)); ?>
127
+ </tfoot>
128
+ <tbody>
129
+ <?php foreach ($this->getShippingAddressItems($_address) as $_item): ?>
130
+ <?php echo $this->getRowItemHtml($_item); ?>
131
+ <?php endforeach; ?>
132
+ </tbody>
133
+ </table>
134
+ <script type="text/javascript">decorateTable('overview-table-<?php echo $_address->getId() ?>')</script>
135
+ </div>
136
+ <?php if($this->getShippingAddressCount()!=$_index+1): ?>
137
+ <div class="divider"></div>
138
+ <?php endif; ?>
139
+ <?php endforeach; ?>
140
+ </div>
141
+ <?php if ($this->getQuote()->hasVirtualItems()): ?>
142
+ <div class="col2-set">
143
+ <h2 class="legend"><?php echo $this->__('Other Items in Your Order') ?></h2>
144
+ <div class="col-1 col-narrow"></div>
145
+ <div class="col-2 col-wide">
146
+ <h3><?php echo $this->__('Items') ?> <span class="separator">|</span> <a href="<?php echo $this->getVirtualProductEditUrl() ?>"><?php echo $this->__('Edit Items') ?></a></h3>
147
+ <?php $mergedCells = ($this->helper('tax')->displayCartBothPrices() ? 2 : 1); ?>
148
+ <table class="data-table" id="virtual-overview-table">
149
+ <col />
150
+ <col width="1" />
151
+ <?php if ($this->helper('tax')->displayCartBothPrices()): ?>
152
+ <col width="1" />
153
+ <?php endif; ?>
154
+ <col width="1" />
155
+ <col width="1" />
156
+ <?php if ($this->helper('tax')->displayCartBothPrices()): ?>
157
+ <col width="70" />
158
+ <?php endif; ?>
159
+ <thead>
160
+ <tr>
161
+ <th rowspan="<?php echo $mergedCells; ?>"><?php echo $this->__('Product Name') ?></th>
162
+ <th colspan="<?php echo $mergedCells; ?>" class="a-center"><?php echo $this->__('Price') ?></th>
163
+ <th rowspan="<?php echo $mergedCells; ?>"><?php echo $this->__('Qty') ?></th>
164
+ <th colspan="<?php echo $mergedCells; ?>" class="a-center"><?php echo $this->__('Subtotal') ?></th>
165
+ </tr>
166
+ <?php if ($this->helper('tax')->displayCartBothPrices()): ?>
167
+ <tr>
168
+ <th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
169
+ <th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
170
+ <th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
171
+ <th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
172
+ </tr>
173
+ <?php endif; ?>
174
+ </thead>
175
+ <tfoot>
176
+ <?php echo $this->renderTotals($this->getBillinAddressTotals()); ?>
177
+ </tfoot>
178
+ <tbody>
179
+ <?php foreach ($this->getVirtualItems() as $_item): ?>
180
+ <?php echo $this->getRowItemHtml($_item); ?>
181
+ <?php endforeach; ?>
182
+ </tbody>
183
+ </table>
184
+ <script type="text/javascript">decorateTable('virtual-overview-table')</script>
185
+ </div>
186
+ </div>
187
+ <?php endif; ?>
188
+
189
+ <?php echo $this->getChildHtml('items_after'); ?>
190
+
191
+ <div id="checkout-review-submit">
192
+ <?php echo $this->getChildHtml('agreements') ?>
193
+ <div class="place-order">
194
+ <div class="grand-total">
195
+ <div class="inner">
196
+ <big><?php echo $this->__('Grand Total:') ?> <?php echo $this->helper('checkout')->formatPrice($this->getTotal()) ?></big>
197
+ <div id="review-buttons-container">
198
+ <button type="submit" title="<?php echo $this->__('Place Order') ?>" class="button btn-checkout" id="review-button"><span><span><?php echo $this->__('Place Order') ?></span></span></button>
199
+ </div>
200
+ </div>
201
+ </div>
202
+ <span class="please-wait" id="review-please-wait" style="display:none;">
203
+ <img src="<?php echo $this->getSkinUrl('images/opc-ajax-loader2.gif') ?>" alt="<?php echo $this->__('Submitting order information...') ?>" title="<?php echo $this->__('Submitting order information...') ?>" class="v-middle" /> <?php echo $this->__('Submitting order information...') ?>
204
+ </span>
205
+ </div>
206
+ </div>
207
+ <div class="buttons-set">
208
+ <p class="back-link"><a href="<?php echo $this->getBackUrl() ?>"><small>&laquo; </small><?php echo $this->__('Back to Billing Information') ?></a></p>
209
+ </div>
210
+ </form>
211
+ <script type="text/javascript">
212
+ //<![CDATA[
213
+ var submitted = false;
214
+
215
+ function showLoader()
216
+ {
217
+ if (submitted) {
218
+ return false;
219
+ }
220
+ if ($('checkout-agreements')) {
221
+ var checkboxes = $$('#checkout-agreements input');
222
+ for (var i=0, l=checkboxes.length; i<l; i++) {
223
+ if (!checkboxes[i].checked) {
224
+ alert("<?php echo $this->__('Please agree to all Terms and Conditions before placing the orders.')?>");
225
+ return false;
226
+ }
227
+ }
228
+ }
229
+
230
+ submitted = true;
231
+ var step='review';
232
+ Element.show(step+'-please-wait');
233
+ $(step+'-buttons-container').setStyle({opacity:.5});
234
+ $(step+'-buttons-container').descendants().each(function(s) {
235
+ s.disabled = true;
236
+ });
237
+ return true;
238
+ }
239
+ //]]>
240
+ </script>
241
+ </div>
app/design/frontend/default/toys_orange/template/newsletter/subscribe.phtml ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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="clearfix">
35
+ <div class="input-box">
36
+ <input type="text" name="email" id="newsletter" title="<?php echo $this->__('Sign up for our newsletter') ?>" class="input-text required-entry validate-email" />
37
+ </div>
38
+ <div class="actions">
39
+ <button type="submit" title="<?php echo $this->__('Subscribe') ?>" class="button"><span><span><?php echo $this->__('Subscribe') ?></span></span></button>
40
+ </div>
41
+ </div>
42
+ </div>
43
+ </form>
44
+ <script type="text/javascript">
45
+ //<![CDATA[
46
+ var newsletterSubscriberFormDetail = new VarienForm('newsletter-validate-detail');
47
+ //]]>
48
+ </script>
49
+ </div>
app/design/frontend/default/toys_orange/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 class="v-middle" src="<?php echo $this->getSkinUrl('images/');?>bread_pipe.gif" alt="" /></span>
41
+ <?php endif; ?>
42
+ </li>
43
+ <?php endforeach; ?>
44
+ </ul>
45
+ </div>
46
+ <?php endif; ?>
app/design/frontend/default/toys_orange/template/page/html/footer.phtml ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <div class="footer-container">
28
+ <div class="footer">
29
+ <div class="footer_links">
30
+ <?php echo $this->getChildHtml() ?>
31
+ </div>
32
+ <!--<p class="bugs"><?php echo $this->__('Help Us to Keep Magento Healthy') ?> - <a href="http://www.magentocommerce.com/bug-tracking" onclick="this.target='_blank'"><strong><?php echo $this->__('Report All Bugs') ?></strong></a> <?php echo $this->__('(ver. %s)', Mage::getVersion()) ?></p>-->
33
+ <address><?php echo $this->getCopyright() ?></address>
34
+ </div>
35
+ </div>
app/design/frontend/default/toys_orange/template/page/html/header.phtml ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ /**
27
+ * @var Mage_Page_Block_Html_Header $this
28
+ */
29
+ ?>
30
+ <div class="header-container">
31
+ <div class="header">
32
+ <?php if ($this->getIsHomePage()):?>
33
+ <h1 class="logo"><strong><?php echo $this->getLogoAlt() ?></strong><a href="<?php echo $this->getUrl('') ?>" title="<?php echo $this->getLogoAlt() ?>" class="logo"><img src="<?php echo $this->getLogoSrc() ?>" alt="<?php echo $this->getLogoAlt() ?>" /></a></h1>
34
+ <?php else:?>
35
+ <a href="<?php echo $this->getUrl('') ?>" title="<?php echo $this->getLogoAlt() ?>" class="logo"><strong><?php echo $this->getLogoAlt() ?></strong><img src="<?php echo $this->getLogoSrc() ?>" alt="<?php echo $this->getLogoAlt() ?>" /></a>
36
+ <?php endif?>
37
+ <div class="quick-access">
38
+ <?php echo $this->getChildHtml('store_language') ?>
39
+ <p class="welcome-msg"><?php echo $this->getWelcome() ?> <?php echo $this->getAdditionalHtml() ?></p>
40
+ <?php echo $this->getChildHtml('topLinks') ?>
41
+ </div>
42
+ <?php echo $this->getChildHtml('topContainer'); ?>
43
+ </div>
44
+ </div>
45
+ <div class="menu_search">
46
+ <?php echo $this->getChildHtml('topMenu') ?>
47
+ <?php echo $this->getChildHtml('topSearch') ?>
48
+ <div class="nav_first_bg"></div>
49
+ </div>
app/design/frontend/default/toys_orange/template/reports/home_product_compared.phtml ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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="new_products">
30
+ <h2 class="subtitle"><?php echo $this->__('Your Recently Compared') ?></h2>
31
+ <?php $_columnCount = $this->getColumnCount(); ?>
32
+ <?php
33
+ $r_template = $this->getLayout()->getBlock('root')->getTemplate();
34
+ switch ($r_template)
35
+ {
36
+ case "page/2columns-right.phtml":
37
+ case "page/2columns-left.phtml":
38
+ $_columnCount = 3;
39
+ break;
40
+ case "page/3columns.phtml":
41
+ $_columnCount = 2;
42
+ break;
43
+ default:
44
+ $_columnCount = 4;
45
+ }
46
+ ?>
47
+ <?php $i=0; foreach ($_products as $_product): ?>
48
+ <?php if ($i++%$_columnCount==0): ?>
49
+ <ul class="products-grid">
50
+ <?php endif; ?>
51
+ <li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
52
+ <div class="grid-item-bg">
53
+ <h3 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></h3>
54
+ <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(120) ?>" width="120" height="120" alt="<?php echo $this->stripTags($_product->getName(), null, true) ?>" /></a>
55
+
56
+ <?php //echo $this->getReviewsSummaryHtml($_product, 'short') ?>
57
+ <div class="clearfix price_cart">
58
+ <?php echo $this->getPriceHtml($_product, true, '-home-compared') ?>
59
+ <div class="actions">
60
+ <?php if($_product->isSaleable()): ?>
61
+ <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
+ <?php else: ?>
63
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
64
+ <?php endif; ?>
65
+ <!--<ul class="add-to-links">
66
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
67
+ <li><a href="<?php echo $this->getAddToWishlistUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
68
+ <?php endif; ?>
69
+ <?php if ($_compareUrl = $this->getAddToCompareUrl($_product)): ?>
70
+ <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
71
+ <?php endif; ?>
72
+ </ul>-->
73
+ </div>
74
+ </div>
75
+ </div>
76
+ </li>
77
+ <?php if ($i%$_columnCount==0 || $i==count($_products)): ?>
78
+ </ul>
79
+ <?php endif; ?>
80
+ <?php endforeach; ?>
81
+ </div>
82
+ <?php endif; ?>
app/design/frontend/default/toys_orange/template/reports/home_product_viewed.phtml ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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="new_products">
35
+ <h2 class="subtitle"><?php echo $this->__('Your Recently Viewed') ?></h2>
36
+ <?php $_columnCount = $this->getColumnCount(); ?>
37
+ <?php
38
+ $r_template = $this->getLayout()->getBlock('root')->getTemplate();
39
+ switch ($r_template)
40
+ {
41
+ case "page/2columns-right.phtml":
42
+ case "page/2columns-left.phtml":
43
+ $_columnCount = 3;
44
+ break;
45
+ case "page/3columns.phtml":
46
+ $_columnCount = 2;
47
+ break;
48
+ default:
49
+ $_columnCount = 4;
50
+ }
51
+ ?>
52
+ <?php $i=0; foreach ($_products as $_product): ?>
53
+ <?php if ($i++%$_columnCount==0): ?>
54
+ <ul class="products-grid">
55
+ <?php endif; ?>
56
+ <li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
57
+ <div class="grid-item-bg">
58
+ <h3 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></h3>
59
+ <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(120) ?>" width="120" height="120" alt="<?php echo $this->stripTags($_product->getName(), null, true) ?>" /></a>
60
+ <?php //echo $this->getReviewsSummaryHtml($_product, 'short') ?>
61
+ <div class="clearfix price_cart">
62
+ <?php echo $this->getPriceHtml($_product, true, '-home-viewed') ?>
63
+ <div class="actions">
64
+ <?php if($_product->isSaleable()): ?>
65
+ <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>
66
+ <?php else: ?>
67
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
68
+ <?php endif; ?>
69
+ <!--<ul class="add-to-links">
70
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
71
+ <li><a href="<?php echo $this->getAddToWishlistUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
72
+ <?php endif; ?>
73
+ <?php if ($_compareUrl = $this->getAddToCompareUrl($_product)): ?>
74
+ <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
75
+ <?php endif; ?>
76
+ </ul>-->
77
+ </div>
78
+ </div>
79
+ </div>
80
+ </li>
81
+ <?php if ($i%$_columnCount==0 || $i==count($_products)): ?>
82
+ </ul>
83
+ <?php endif; ?>
84
+ <?php endforeach; ?>
85
+ </div>
86
+ <?php endif; ?>
app/design/frontend/default/toys_orange/template/review/product/view/list_tab.phtml ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+
28
+ <?php $_items = $this->getReviewsCollection()->getItems();?>
29
+ <div class="box-collateral box-reviews" id="customer-reviews">
30
+ <?php if (count($_items)):?>
31
+ <h2><?php echo $this->__('Customer Reviews') ?></h2>
32
+ <?php echo $this->getChildHtml('toolbar') ?>
33
+ <dl>
34
+ <?php foreach ($_items as $_review):?>
35
+ <dt>
36
+ <a href="<?php echo $this->getReviewUrl($_review->getId()) ?>"><?php echo $this->htmlEscape($_review->getTitle()) ?></a> <?php echo $this->__('Review by <span>%s</span>', $this->htmlEscape($_review->getNickname())) ?>
37
+ </dt>
38
+ <dd>
39
+ <?php $_votes = $_review->getRatingVotes(); ?>
40
+ <?php if (count($_votes)): ?>
41
+ <table class="ratings-table">
42
+ <col width="1" />
43
+ <col />
44
+ <tbody>
45
+ <?php foreach ($_votes as $_vote): ?>
46
+ <tr>
47
+ <th><?php echo $this->escapeHtml($_vote->getRatingCode()) ?></th>
48
+ <td>
49
+ <div class="rating-box">
50
+ <div class="rating" style="width:<?php echo $_vote->getPercent() ?>%;"></div>
51
+ </div>
52
+ </td>
53
+ </tr>
54
+ <?php endforeach; ?>
55
+ </tbody>
56
+ </table>
57
+ <?php endif; ?>
58
+ <?php echo nl2br($this->htmlEscape($_review->getDetail())) ?>
59
+ <small class="date"><?php echo $this->__('(Posted on %s)', $this->formatDate($_review->getCreatedAt()), 'long') ?></small>
60
+ </dd>
61
+ <?php endforeach; ?>
62
+ </dl>
63
+ <?php echo $this->getChildHtml('toolbar') ?>
64
+ <?php endif;?>
65
+ <?php echo $this->getLayout()->createBlock("review/form")->setTemplate("review/form.phtml")->toHtml()?>
66
+ </div>
app/design/frontend/default/toys_orange/template/sales/order/items.phtml ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 $_order = $this->getOrder() ?>
28
+ <table class="data-table" id="my-orders-table" summary="<?php echo $this->__('Items Ordered') ?>">
29
+ <col />
30
+ <col width="1" />
31
+ <col width="1" />
32
+ <col width="1" />
33
+ <col width="1" />
34
+ <thead>
35
+ <tr>
36
+ <th><?php echo $this->__('Product Name') ?></th>
37
+ <th><?php echo $this->__('SKU') ?></th>
38
+ <th class="a-center"><?php echo $this->__('Price') ?></th>
39
+ <th class="a-center"><?php echo $this->__('Qty') ?></th>
40
+ <th class="a-center"><?php echo $this->__('Subtotal') ?></th>
41
+ </tr>
42
+ </thead>
43
+ <tfoot>
44
+ <?php echo $this->getChildHtml('order_totals') ?>
45
+ </tfoot>
46
+ <?php $_items = $_order->getItemsCollection(); ?>
47
+ <?php $_index = 0; ?>
48
+ <?php $_count = $_items->count(); ?>
49
+ <?php foreach ($_items as $_item): ?>
50
+ <?php if ($_item->getParentItem()) continue; ?>
51
+ <tbody>
52
+ <?php echo $this->getItemHtml($_item) ?>
53
+ <?php if($this->helper('giftmessage/message')->getIsMessagesAvailable('order_item', $_item) && $_item->getGiftMessageId()): ?>
54
+ <tr class="border<?php echo ($_index++ > $_count ?' last':'') ?>" id="order-item-gift-message-<?php echo $_item->getId() ?>" style="display:none;">
55
+ <?php $_giftMessage=$this->helper('giftmessage/message')->getGiftMessageForEntity($_item); ?>
56
+ <td class="gift-message-row" colspan="7">
57
+ <a href="#" title="<?php echo $this->__('Close') ?>" onclick="return giftMessageToogle('<?php echo $_item->getId() ?>');" class="btn-close"><?php echo $this->__('Close') ?></a>
58
+ <dl class="gift-message">
59
+ <dt><strong><?php echo $this->__('From:') ?></strong> <?php echo $this->htmlEscape($_giftMessage->getRecipient()) ?></dt>
60
+ <dt><strong><?php echo $this->__('To:') ?></strong> <?php echo $this->htmlEscape($_giftMessage->getSender()) ?></dt>
61
+ <dd><?php echo $this->helper('giftmessage/message')->getEscapedGiftMessage($_item) ?></dd>
62
+ </dl>
63
+ </td>
64
+ </tr>
65
+ <?php endif ?>
66
+ </tbody>
67
+ <?php endforeach; ?>
68
+ </table>
69
+ <script type="text/javascript">decorateTable('my-orders-table', {'tbody' : ['odd', 'even'], 'tbody tr' : ['first', 'last']})</script>
app/design/frontend/default/toys_orange/template/sales/order/items/renderer/default.phtml ADDED
@@ -0,0 +1,323 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 $_item = $this->getItem() ?>
28
+ <tr class="border" id="order-item-row-<?php echo $_item->getId() ?>">
29
+ <td><h3 class="product-name"><?php echo $this->htmlEscape($_item->getName()) ?></h3>
30
+ <?php if($_options = $this->getItemOptions()): ?>
31
+ <dl class="item-options">
32
+ <?php foreach ($_options as $_option) : ?>
33
+ <dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
34
+ <?php if (!$this->getPrintStatus()): ?>
35
+ <?php $_formatedOptionValue = $this->getFormatedOptionValue($_option) ?>
36
+ <dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>>
37
+ <?php echo $_formatedOptionValue['value'] ?>
38
+ <?php if (isset($_formatedOptionValue['full_view'])): ?>
39
+ <div class="truncated_full_value">
40
+ <dl class="item-options">
41
+ <dt><?php echo $this->escapeHtml($_option['label']) ?></dt>
42
+ <dd><?php echo $_formatedOptionValue['full_view'] ?></dd>
43
+ </dl>
44
+ </div>
45
+ <?php endif; ?>
46
+ </dd>
47
+ <?php else: ?>
48
+ <dd>
49
+ <?php echo nl2br($this->htmlEscape( (isset($_option['print_value']) ? $_option['print_value'] : $_option['value']) )) ?>
50
+ </dd>
51
+ <?php endif; ?>
52
+ <?php endforeach; ?>
53
+ </dl>
54
+ <?php endif; ?>
55
+ <?php $addtInfoBlock = $this->getProductAdditionalInformationBlock(); ?>
56
+ <?php if ($addtInfoBlock) :?>
57
+ <?php echo $addtInfoBlock->setItem($_item)->toHtml(); ?>
58
+ <?php endif; ?>
59
+ <?php echo $this->htmlEscape($_item->getDescription()) ?>
60
+ <?php if($this->helper('giftmessage/message')->getIsMessagesAvailable('order_item', $_item) && $_item->getGiftMessageId()): ?>
61
+ <a href="#" id="order-item-gift-message-link-<?php echo $_item->getId() ?>" class="gift-message-link" onclick="return giftMessageToogle('<?php echo $_item->getId() ?>')"><?php echo $this->__('Gift Message') ?></a>
62
+ <?php endif; ?>
63
+ </td>
64
+ <td><?php echo $this->htmlEscape(Mage::helper('core/string')->splitInjection($this->getSku())) ?></td>
65
+ <td class="a-center">
66
+ <?php if ($this->helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceExclTax()): ?>
67
+ <span class="price-excl-tax">
68
+ <?php if ($this->helper('tax')->displaySalesBothPrices()): ?>
69
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
70
+ <span class="cart-price">
71
+ <?php endif; ?>
72
+ <span class="label"><?php echo $this->__('Excl. Tax'); ?>:</span>
73
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
74
+ </span>
75
+ <?php endif; ?>
76
+ <?php endif; ?>
77
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
78
+ <span class="cart-tax-total" onclick="taxToggle('eunit-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
79
+ <?php else: ?>
80
+ <span class="cart-price">
81
+ <?php endif; ?>
82
+
83
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(0, 1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
84
+ <?php echo $this->getOrder()->formatPrice($this->getItem()->getPrice()+$this->getItem()->getWeeeTaxAppliedAmount()+$this->getItem()->getWeeeTaxDisposition()); ?>
85
+ <?php else: ?>
86
+ <?php echo $this->getOrder()->formatPrice($this->getItem()->getPrice()) ?>
87
+ <?php endif; ?>
88
+
89
+ </span>
90
+
91
+
92
+ <?php if (Mage::helper('weee')->getApplied($this->getItem())): ?>
93
+
94
+ <span class="cart-tax-info" id="eunit-item-tax-details<?php echo $this->getItem()->getId(); ?>" style="display:none;">
95
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
96
+ <small>
97
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
98
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['amount']); ?></span>
99
+ <?php endforeach; ?>
100
+ </small>
101
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
102
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
103
+ <span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['amount_incl_tax']); ?></small></span>
104
+ <?php endforeach; ?>
105
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 4, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
106
+ <small>
107
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
108
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['amount_incl_tax']); ?></span>
109
+ <?php endforeach; ?>
110
+ </small>
111
+ <?php endif; ?>
112
+ </span>
113
+
114
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
115
+ <span class="cart-tax-total" onclick="taxToggle('eunit-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
116
+ <span class="nobr"><?php echo Mage::helper('weee')->__('Total'); ?>:<br /> <?php echo $this->getOrder()->formatPrice($this->getItem()->getPrice()+$this->getItem()->getWeeeTaxAppliedAmount()+$this->getItem()->getWeeeTaxDisposition()); ?></span>
117
+ </span>
118
+ <?php endif; ?>
119
+ <?php endif; ?>
120
+ </span>
121
+ <br />
122
+ <?php endif; ?>
123
+ <?php if ($this->helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceInclTax()): ?>
124
+ <span class="price-incl-tax">
125
+ <?php if ($this->helper('tax')->displaySalesBothPrices()): ?>
126
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
127
+ <span class="cart-price">
128
+ <?php endif; ?>
129
+ <span class="label"><?php echo $this->__('Incl. Tax'); ?>:</span>
130
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
131
+ </span>
132
+ <?php endif; ?>
133
+ <?php endif; ?>
134
+ <?php $_incl = $this->helper('checkout')->getPriceInclTax($this->getItem()); ?>
135
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
136
+ <span class="cart-tax-total" onclick="taxToggle('unit-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
137
+ <?php else: ?>
138
+ <span class="cart-price">
139
+ <?php endif; ?>
140
+
141
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(0, 1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
142
+ <?php echo $this->getOrder()->formatPrice($_incl+$this->getItem()->getWeeeTaxAppliedAmount()); ?>
143
+ <?php else: ?>
144
+ <?php echo $this->getOrder()->formatPrice($_incl-$this->getItem()->getWeeeTaxDisposition()) ?>
145
+ <?php endif; ?>
146
+
147
+ </span>
148
+
149
+
150
+ <?php if (Mage::helper('weee')->getApplied($this->getItem())): ?>
151
+
152
+ <span class="cart-tax-info" id="unit-item-tax-details<?php echo $this->getItem()->getId(); ?>" style="display:none;">
153
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
154
+ <small>
155
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
156
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['amount']); ?></span>
157
+ <?php endforeach; ?>
158
+ </small>
159
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
160
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
161
+ <span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['amount_incl_tax']); ?></small></span>
162
+ <?php endforeach; ?>
163
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 4, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
164
+ <small>
165
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
166
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['amount_incl_tax']); ?></span>
167
+ <?php endforeach; ?>
168
+ </small>
169
+ <?php endif; ?>
170
+ </span>
171
+
172
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
173
+ <span class="cart-tax-total" onclick="taxToggle('unit-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
174
+ <span class="nobr"><?php echo Mage::helper('weee')->__('Total incl. tax'); ?>:<br /> <?php echo $this->getOrder()->formatPrice($_incl+$this->getItem()->getWeeeTaxAppliedAmount()); ?></span>
175
+ </span>
176
+ <?php endif; ?>
177
+ <?php endif; ?>
178
+ </span>
179
+ <?php endif; ?>
180
+ </td>
181
+ <td class="a-center">
182
+ <span class="nobr">
183
+ <?php if ($this->getItem()->getQtyOrdered() > 0): ?>
184
+ <?php echo $this->__('Ordered'); ?>: <strong><?php echo $this->getItem()->getQtyOrdered()*1 ?></strong><br />
185
+ <?php endif; ?>
186
+ <?php if ($this->getItem()->getQtyShipped() > 0): ?>
187
+ <?php echo $this->__('Shipped'); ?>: <strong><?php echo $this->getItem()->getQtyShipped()*1 ?></strong><br />
188
+ <?php endif; ?>
189
+ <?php if ($this->getItem()->getQtyCanceled() > 0): ?>
190
+ <?php echo $this->__('Canceled'); ?>: <strong><?php echo $this->getItem()->getQtyCanceled()*1 ?></strong><br />
191
+ <?php endif; ?>
192
+ <?php if ($this->getItem()->getQtyRefunded() > 0): ?>
193
+ <?php echo $this->__('Refunded'); ?>: <strong><?php echo $this->getItem()->getQtyRefunded()*1 ?></strong><br />
194
+ <?php endif; ?>
195
+ </span>
196
+ </td>
197
+ <td class="a-center">
198
+ <?php if ($this->helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceExclTax()): ?>
199
+ <span class="price-excl-tax">
200
+ <?php if ($this->helper('tax')->displaySalesBothPrices()): ?>
201
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
202
+ <span class="cart-price">
203
+ <?php endif; ?>
204
+ <span class="label"><?php echo $this->__('Excl. Tax'); ?>:</span>
205
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
206
+ </span>
207
+ <?php endif; ?>
208
+ <?php endif; ?>
209
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
210
+ <span class="cart-tax-total" onclick="taxToggle('esubtotal-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
211
+ <?php else: ?>
212
+ <span class="cart-price">
213
+ <?php endif; ?>
214
+
215
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(0, 1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
216
+ <?php echo $this->getOrder()->formatPrice($this->getItem()->getRowTotal()+$this->getItem()->getWeeeTaxAppliedRowAmount()+$this->getItem()->getWeeeTaxRowDisposition()); ?>
217
+ <?php else: ?>
218
+ <?php echo $this->getOrder()->formatPrice($this->getItem()->getRowTotal()) ?>
219
+ <?php endif; ?>
220
+
221
+ </span>
222
+
223
+
224
+ <?php if (Mage::helper('weee')->getApplied($this->getItem())): ?>
225
+
226
+ <span class="cart-tax-info" id="esubtotal-item-tax-details<?php echo $this->getItem()->getId(); ?>" style="display:none;">
227
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
228
+ <small>
229
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
230
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['row_amount']); ?></span>
231
+ <?php endforeach; ?>
232
+ </small>
233
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
234
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
235
+ <span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['row_amount_incl_tax']); ?></small></span>
236
+ <?php endforeach; ?>
237
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 4, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
238
+ <small>
239
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
240
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['row_amount_incl_tax']); ?></span>
241
+ <?php endforeach; ?>
242
+ </small>
243
+ <?php endif; ?>
244
+ </span>
245
+
246
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
247
+ <span class="cart-tax-total" onclick="taxToggle('esubtotal-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
248
+ <span class="nobr"><?php echo Mage::helper('weee')->__('Total'); ?>:<br /> <?php echo $this->getOrder()->formatPrice($this->getItem()->getRowTotal()+$this->getItem()->getWeeeTaxAppliedRowAmount()+$this->getItem()->getWeeeTaxRowDisposition()); ?></span>
249
+ </span>
250
+ <?php endif; ?>
251
+ <?php endif; ?>
252
+ </span>
253
+ <br />
254
+ <?php endif; ?>
255
+ <?php if ($this->helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceInclTax()): ?>
256
+ <span class="price-incl-tax">
257
+ <?php if ($this->helper('tax')->displaySalesBothPrices()): ?>
258
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
259
+ <span class="cart-price">
260
+ <?php endif; ?>
261
+ <span class="label"><?php echo $this->__('Incl. Tax'); ?>:</span>
262
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
263
+ </span>
264
+ <?php endif; ?>
265
+ <?php endif; ?>
266
+ <?php $_incl = $this->helper('checkout')->getSubtotalInclTax($this->getItem()); ?>
267
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
268
+ <span class="cart-tax-total" onclick="taxToggle('subtotal-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
269
+ <?php else: ?>
270
+ <span class="cart-price">
271
+ <?php endif; ?>
272
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(0, 1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
273
+ <?php echo $this->getOrder()->formatPrice($_incl+$this->getItem()->getWeeeTaxAppliedRowAmount()); ?>
274
+ <?php else: ?>
275
+ <?php echo $this->getOrder()->formatPrice($_incl-$this->getItem()->getWeeeTaxRowDisposition()) ?>
276
+ <?php endif; ?>
277
+
278
+ </span>
279
+
280
+
281
+ <?php if (Mage::helper('weee')->getApplied($this->getItem())): ?>
282
+
283
+ <span class="cart-tax-info" id="subtotal-item-tax-details<?php echo $this->getItem()->getId(); ?>" style="display:none;">
284
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
285
+ <small>
286
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
287
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['row_amount']); ?></span>
288
+ <?php endforeach; ?>
289
+ </small>
290
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
291
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
292
+ <span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['row_amount_incl_tax']); ?></small></span>
293
+ <?php endforeach; ?>
294
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 4, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
295
+ <small>
296
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
297
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['row_amount_incl_tax']); ?></span>
298
+ <?php endforeach; ?>
299
+ </small>
300
+ <?php endif; ?>
301
+ </span>
302
+
303
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
304
+ <span class="cart-tax-total" onclick="taxToggle('subtotal-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
305
+ <span class="nobr"><?php echo Mage::helper('weee')->__('Total incl. tax'); ?>:<br /> <?php echo $this->getOrder()->formatPrice($_incl+$this->getItem()->getWeeeTaxAppliedRowAmount()); ?></span>
306
+ </span>
307
+ <?php endif; ?>
308
+ <?php endif; ?>
309
+
310
+
311
+
312
+ </span>
313
+ <?php endif; ?>
314
+ </td>
315
+ <!--
316
+ <?php if ($this->helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceExclTax()): ?>
317
+ <th class="a-right"><?php echo $this->getOrder()->formatPrice($this->getItem()->getRowTotal()) ?></th>
318
+ <?php endif; ?>
319
+ <?php if ($this->helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceInclTax()): ?>
320
+ <th class="a-right"><?php echo $this->getOrder()->formatPrice($this->helper('checkout')->getSubtotalInclTax($this->getItem())); ?></th>
321
+ <?php endif; ?>
322
+ -->
323
+ </tr>
app/design/frontend/default/toys_purple/layout/catalog.xml ADDED
@@ -0,0 +1,413 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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="catalog"><alias>product_additional_data</alias><title>Reviews</title><block>review/product_view_list</block><template>review/product/view/list_tab.phtml</template></action>
208
+ <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>
209
+ </block>
210
+
211
+ <block type="catalog/product_list_upsell" name="product.info.upsell" as="upsell_products" template="catalog/product/list/upsell.phtml">
212
+ <action method="setColumnCount"><columns>4</columns></action>
213
+ <action method="setItemLimit"><type>upsell</type><limit>4</limit></action>
214
+ </block>
215
+
216
+ <block type="catalog/product_view_additional" name="product.info.additional" as="product_additional_data" />
217
+ <block type="catalog/product_view" name="product.info.addto" as="addto" template="catalog/product/view/addto.phtml"/>
218
+ <block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml"/>
219
+
220
+ <block type="core/text_list" name="product.info.extrahint" as="extrahint" translate="label">
221
+ <label>Product View Extra Hint</label>
222
+ </block>
223
+
224
+ <block type="catalog/product_view" name="product.info.options.wrapper" as="product_options_wrapper" template="catalog/product/view/options/wrapper.phtml" translate="label">
225
+ <label>Info Column Options Wrapper</label>
226
+ <block type="core/template" name="options_js" template="catalog/product/view/options/js.phtml"/>
227
+ <block type="catalog/product_view_options" name="product.info.options" as="product_options" template="catalog/product/view/options.phtml">
228
+ <action method="addOptionRenderer"><type>text</type><block>catalog/product_view_options_type_text</block><template>catalog/product/view/options/type/text.phtml</template></action>
229
+ <action method="addOptionRenderer"><type>file</type><block>catalog/product_view_options_type_file</block><template>catalog/product/view/options/type/file.phtml</template></action>
230
+ <action method="addOptionRenderer"><type>select</type><block>catalog/product_view_options_type_select</block><template>catalog/product/view/options/type/select.phtml</template></action>
231
+ <action method="addOptionRenderer"><type>date</type><block>catalog/product_view_options_type_date</block><template>catalog/product/view/options/type/date.phtml</template></action>
232
+ </block>
233
+ <block type="core/html_calendar" name="html_calendar" as="html_calendar" template="page/js/calendar.phtml"/>
234
+ </block>
235
+ <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">
236
+ <label>Bottom Block Options Wrapper</label>
237
+ <action method="insert"><block>product.tierprices</block></action>
238
+ <block type="catalog/product_view" name="product.clone_prices" as="prices" template="catalog/product/view/price_clone.phtml"/>
239
+ <action method="append"><block>product.info.addtocart</block></action>
240
+ <action method="append"><block>product.info.addto</block></action>
241
+ </block>
242
+
243
+ <block type="core/template_facade" name="product.info.container1" as="container1">
244
+ <action method="setDataByKey"><key>alias_in_layout</key><value>container1</value></action>
245
+ <action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
246
+ <action method="append"><block>product.info.options.wrapper</block></action>
247
+ <action method="append"><block>product.info.options.wrapper.bottom</block></action>
248
+ </block>
249
+ <block type="core/template_facade" name="product.info.container2" as="container2">
250
+ <action method="setDataByKey"><key>alias_in_layout</key><value>container2</value></action>
251
+ <action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
252
+ <action method="append"><block>product.info.options.wrapper</block></action>
253
+ <action method="append"><block>product.info.options.wrapper.bottom</block></action>
254
+ </block>
255
+ <action method="unsetCallChild"><child>container1</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
256
+ <action method="unsetCallChild"><child>container2</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
257
+ </block>
258
+ </reference>
259
+ <reference name="right">
260
+ <block type="catalog/product_list_related" name="catalog.product.related" before="-" template="catalog/product/list/related.phtml"/>
261
+ </reference>
262
+ </catalog_product_view>
263
+
264
+ <!--
265
+ Additional block dependant on product type
266
+ -->
267
+ <PRODUCT_TYPE_simple translate="label" module="catalog">
268
+ <label>Catalog Product View (Simple)</label>
269
+ <reference name="product.info">
270
+ <block type="catalog/product_view_type_simple" name="product.info.simple" as="product_type_data" template="catalog/product/view/type/simple.phtml">
271
+ <block type="core/text_list" name="product.info.simple.extra" as="product_type_data_extra"/>
272
+ </block>
273
+ </reference>
274
+ </PRODUCT_TYPE_simple>
275
+ <PRODUCT_TYPE_configurable translate="label" module="catalog">
276
+ <label>Catalog Product View (Configurable)</label>
277
+ <reference name="product.info">
278
+ <block type="catalog/product_view_type_configurable" name="product.info.configurable" as="product_type_data" template="catalog/product/view/type/configurable.phtml">
279
+ <block type="core/text_list" name="product.info.configurable.extra" as="product_type_data_extra"/>
280
+ </block>
281
+ </reference>
282
+ <reference name="product.info.options.wrapper">
283
+ <block type="catalog/product_view_type_configurable" name="product.info.options.configurable" as="options_configurable" before="-" template="catalog/product/view/type/options/configurable.phtml"/>
284
+ </reference>
285
+ </PRODUCT_TYPE_configurable>
286
+ <PRODUCT_TYPE_grouped translate="label" module="catalog">
287
+ <label>Catalog Product View (Grouped)</label>
288
+ <reference name="product.info">
289
+ <block type="catalog/product_view_type_grouped" name="product.info.grouped" as="product_type_data" template="catalog/product/view/type/grouped.phtml">
290
+ <block type="core/text_list" name="product.info.grouped.extra" as="product_type_data_extra"/>
291
+ </block>
292
+ </reference>
293
+ </PRODUCT_TYPE_grouped>
294
+ <PRODUCT_TYPE_virtual translate="label" module="catalog">
295
+ <label>Catalog Product View (Virtual)</label>
296
+ <reference name="product.info">
297
+ <block type="catalog/product_view_type_virtual" name="product.info.virtual" as="product_type_data" template="catalog/product/view/type/virtual.phtml">
298
+ <block type="core/text_list" name="product.info.virtual.extra" as="product_type_data_extra"/>
299
+ </block>
300
+ </reference>
301
+ </PRODUCT_TYPE_virtual>
302
+
303
+
304
+
305
+ <!--
306
+ Product send to friend
307
+ -->
308
+
309
+ <catalog_product_send translate="label">
310
+ <label>Catalog Product Email to a Friend</label>
311
+ <!-- Mage_Catalog -->
312
+ <reference name="root">
313
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
314
+ </reference>
315
+ <reference name="head">
316
+ <action method="addJs"><script>varien/product.js</script></action>
317
+ </reference>
318
+ <reference name="content">
319
+ <block type="catalog/product_send" name="product.send" template="catalog/product/send.phtml">
320
+ </block>
321
+ </reference>
322
+ </catalog_product_send>
323
+
324
+ <!--
325
+ Product additional images gallery popup
326
+ -->
327
+
328
+ <catalog_product_gallery translate="label">
329
+ <label>Catalog Product Image Gallery Popup</label>
330
+ <!-- Mage_Catalog -->
331
+ <reference name="root">
332
+ <action method="setTemplate"><template>page/popup.phtml</template></action>
333
+ </reference>
334
+ <reference name="content">
335
+ <block type="catalog/product_gallery" name="catalog_product_gallery" template="catalog/product/gallery.phtml"/>
336
+ </reference>
337
+ </catalog_product_gallery>
338
+
339
+ <!--
340
+ SEO Site Map
341
+ -->
342
+
343
+ <catalog_seo_sitemap translate="label">
344
+ <label>Catalog Seo Sitemap (Common)</label>
345
+ <remove name="right"/>
346
+ <remove name="left"/>
347
+
348
+ <reference name="root">
349
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
350
+ </reference>
351
+ <reference name="content">
352
+ <block type="page/template_container" name="seo.sitemap.container" template="catalog/seo/sitemap/container.phtml">
353
+ <block type="page/template_links" name="seo.sitemap.links" as="links" template="page/template/links.phtml"/>
354
+ <block type="page/html_pager" name="seo.sitemap.pager.top" as="pager_top" template="page/html/pager.phtml"/>
355
+ <block type="page/html_pager" name="seo.sitemap.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
356
+ </block>
357
+ </reference>
358
+ </catalog_seo_sitemap>
359
+
360
+ <catalog_seo_sitemap_category translate="label">
361
+ <label>Catalog Seo Sitemap (Category List)</label>
362
+ <reference name="head">
363
+ <action method="setTitle" translate="title" module="catalog"><title>Site Map</title></action>
364
+ </reference>
365
+ <update handle="catalog_seo_sitemap" />
366
+ <reference name="seo.sitemap.container">
367
+ <action method="setTitle" translate="title" module="catalog"><title>Categories</title></action>
368
+ <block type="catalog/seo_sitemap_category" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
369
+ <action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
370
+ <action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
371
+ <action method="setItemsTitle" translate="title" module="catalog"><title>categories</title></action>
372
+ </block>
373
+ </reference>
374
+ <reference name="seo.sitemap.links">
375
+ <action method="addLink" translate="label title" module="catalog"><label>Products Sitemap</label><url helper="catalog/map/getProductUrl"/><title>Products Sitemap</title></action>
376
+ </reference>
377
+ </catalog_seo_sitemap_category>
378
+
379
+ <catalog_seo_sitemap_category_tree translate="label">
380
+ <label>Catalog Seo Sitemap (Category Tree)</label>
381
+ <reference name="seo.sitemap.container">
382
+ <remove name="seo.sitemap.pager.top" />
383
+ <remove name="seo.sitemap.pager.bottom" />
384
+ <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.top" as="pager_top" template="page/html/pager.phtml"/>
385
+ <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
386
+ <remove name="seo.sitemap.sitemap" />
387
+ <block type="catalog/seo_sitemap_tree_category" name="seo.sitemap.sitemap_tree" as="sitemap" after="pager_top" template="catalog/seo/tree.phtml">
388
+ <action method="bindPager"><pager>seo.sitemap.tree.pager.top</pager></action>
389
+ <action method="bindPager"><pager>seo.sitemap.tree.pager.bottom</pager></action>
390
+ </block>
391
+ </reference>
392
+ </catalog_seo_sitemap_category_tree>
393
+
394
+ <catalog_seo_sitemap_product translate="label">
395
+ <label>Catalog Seo Sitemap (Product List)</label>
396
+ <reference name="head">
397
+ <action method="setTitle" translate="title" module="catalog"><title>Site Map</title></action>
398
+ </reference>
399
+ <update handle="catalog_seo_sitemap" />
400
+ <reference name="seo.sitemap.container">
401
+ <action method="setTitle" translate="title" module="catalog"><title>Products</title></action>
402
+ <block type="catalog/seo_sitemap_product" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
403
+ <action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
404
+ <action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
405
+ <action method="setItemsTitle" translate="title" module="catalog"><title>products</title></action>
406
+ </block>
407
+ </reference>
408
+ <reference name="seo.sitemap.links">
409
+ <action method="addLink" translate="label title" module="catalog"><label>Categories Sitemap</label><url helper="catalog/map/getCategoryUrl"/><title>Categories Sitemap</title></action>
410
+ </reference>
411
+ </catalog_seo_sitemap_product>
412
+
413
+ </layout>
app/design/frontend/default/toys_purple/layout/newsletter.xml ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+
37
+ <!-- Mage_Newsletter -->
38
+ <reference name="right">
39
+ <block type="newsletter/subscribe" name="right.newsletter" template="newsletter/subscribe.phtml"/>
40
+ </reference>
41
+
42
+ </default>
43
+
44
+ <!--
45
+ Customer account pages, rendered for all tabs in dashboard
46
+ -->
47
+
48
+ <customer_account>
49
+ <!-- Mage_Newsletter -->
50
+ <reference name="customer_account_navigation">
51
+ <action method="addLink" translate="label" module="newsletter"><name>newsletter</name><path>newsletter/manage/</path><label>Newsletter Subscriptions</label></action>
52
+ </reference>
53
+ <remove name="right.newsletter"/>
54
+ </customer_account>
55
+
56
+ <newsletter_manage_index translate="label">
57
+ <label>Customer My Account Newsletter Subscriptions</label>
58
+ <update handle="customer_account"/>
59
+ <reference name="my.account.wrapper">
60
+ <block type="customer/newsletter" name="customer_newsletter">
61
+ <block type="page/html_wrapper" name="customer.newsletter.form.before" as="form_before" translate="label">
62
+ <label>Newsletter Subscription Form Before</label>
63
+ <action method="setMayBeInvisible"><value>1</value></action>
64
+ </block>
65
+ </block>
66
+ </reference>
67
+ </newsletter_manage_index>
68
+
69
+ </layout>
app/design/frontend/default/toys_purple/layout/page.xml ADDED
@@ -0,0 +1,190 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>-->
60
+ <action method="addItem"><type>skin_js</type><name>js/ie6.js</name><params/><if>lt IE 7</if></action>
61
+ </block>
62
+
63
+ <block type="core/text_list" name="after_body_start" as="after_body_start" translate="label">
64
+ <label>Page Top</label>
65
+ </block>
66
+
67
+ <block type="page/html_notices" name="global_notices" as="global_notices" template="page/html/notices.phtml" />
68
+
69
+ <block type="page/html_header" name="header" as="header">
70
+ <block type="page/template_links" name="top.links" as="topLinks"/>
71
+ <block type="page/switch" name="store_language" as="store_language" template="page/switch/languages.phtml"/>
72
+ <block type="core/text_list" name="top.menu" as="topMenu" translate="label">
73
+ <label>Navigation Bar</label>
74
+ <block type="page/html_topmenu" name="catalog.topnav" template="page/html/topmenu.phtml"/>
75
+ </block>
76
+ <block type="page/html_wrapper" name="top.container" as="topContainer" translate="label">
77
+ <label>Page Header</label>
78
+ <action method="setElementClass"><value>top-container</value></action>
79
+ </block>
80
+ </block>
81
+
82
+ <block type="page/html_breadcrumbs" name="breadcrumbs" as="breadcrumbs"/>
83
+
84
+ <block type="core/text_list" name="left" as="left" translate="label">
85
+ <label>Left Column</label>
86
+ </block>
87
+
88
+ <block type="core/messages" name="global_messages" as="global_messages"/>
89
+ <block type="core/messages" name="messages" as="messages"/>
90
+
91
+ <block type="core/text_list" name="content" as="content" translate="label">
92
+ <label>Main Content Area</label>
93
+ </block>
94
+
95
+ <block type="core/text_list" name="right" as="right" translate="label">
96
+ <label>Right Column</label>
97
+ </block>
98
+
99
+ <block type="page/html_footer" name="footer" as="footer" template="page/html/footer.phtml">
100
+ <block type="page/html_wrapper" name="bottom.container" as="bottomContainer" translate="label">
101
+ <label>Page Footer</label>
102
+ <action method="setElementClass"><value>bottom-container</value></action>
103
+ </block>
104
+ <block type="page/switch" name="store_switcher" as="store_switcher" template="page/switch/stores.phtml"/>
105
+ <block type="page/template_links" name="footer_links" as="footer_links" template="page/template/links.phtml"/>
106
+ </block>
107
+
108
+ <block type="core/text_list" name="before_body_end" as="before_body_end" translate="label">
109
+ <label>Page Bottom</label>
110
+ </block>
111
+ </block>
112
+
113
+ <block type="core/profiler" output="toHtml" name="core_profiler"/>
114
+ </default>
115
+
116
+ <print translate="label" module="page">
117
+ <label>All Pages (Print Version)</label>
118
+ <!-- Mage_Page -->
119
+ <block type="page/html" name="root" output="toHtml" template="page/print.phtml">
120
+
121
+ <block type="page/html_head" name="head" as="head">
122
+ <action method="addJs"><script>prototype/prototype.js</script></action>
123
+ <action method="addJs"><script>mage/translate.js</script></action>
124
+ <action method="addJs"><script>lib/ccard.js</script></action>
125
+ <action method="addJs"><script>prototype/validation.js</script></action>
126
+ <action method="addJs"><script>varien/js.js</script></action>
127
+
128
+ <action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
129
+ <action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 8</if></action>
130
+ <action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
131
+ <action method="addCss"><stylesheet>css/print.css</stylesheet><params>media="print"</params></action>
132
+
133
+ <action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
134
+ <action method="addItem"><type>skin_js</type><name>js/ie6.js</name><params/><if>lt IE 7</if></action>
135
+
136
+ </block>
137
+
138
+ <block type="core/text_list" name="content" as="content" translate="label">
139
+ <label>Main Content Area</label>
140
+ </block>
141
+
142
+ </block>
143
+ </print>
144
+
145
+ <!-- Custom page layout handles -->
146
+ <page_empty translate="label">
147
+ <label>All Empty Layout Pages</label>
148
+ <reference name="root">
149
+ <action method="setTemplate"><template>page/empty.phtml</template></action>
150
+ <!-- Mark root page block that template is applied -->
151
+ <action method="setIsHandle"><applied>1</applied></action>
152
+ </reference>
153
+ </page_empty>
154
+
155
+ <page_one_column translate="label">
156
+ <label>All One-Column Layout Pages</label>
157
+ <reference name="root">
158
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
159
+ <!-- Mark root page block that template is applied -->
160
+ <action method="setIsHandle"><applied>1</applied></action>
161
+ </reference>
162
+ </page_one_column>
163
+
164
+ <page_two_columns_left translate="label">
165
+ <label>All Two-Column Layout Pages (Left Column)</label>
166
+ <reference name="root">
167
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
168
+ <!-- Mark root page block that template is applied -->
169
+ <action method="setIsHandle"><applied>1</applied></action>
170
+ </reference>
171
+ </page_two_columns_left>
172
+
173
+ <page_two_columns_right translate="label">
174
+ <label>All Two-Column Layout Pages (Right Column)</label>
175
+ <reference name="root">
176
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
177
+ <!-- Mark root page block that template is applied -->
178
+ <action method="setIsHandle"><applied>1</applied></action>
179
+ </reference>
180
+ </page_two_columns_right>
181
+
182
+ <page_three_columns translate="label">
183
+ <label>All Three-Column Layout Pages</label>
184
+ <reference name="root">
185
+ <action method="setTemplate"><template>page/3columns.phtml</template></action>
186
+ <!-- Mark root page block that template is applied -->
187
+ <action method="setIsHandle"><applied>1</applied></action>
188
+ </reference>
189
+ </page_three_columns>
190
+ </layout>
app/design/frontend/default/toys_purple/layout/paypal.xml ADDED
@@ -0,0 +1,194 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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">
92
+ <action method="setHtmlTagName"><tag>p</tag></action>
93
+ <action method="setElementClass"><class>paypal-logo</class></action>
94
+ <block type="paypal/express_shortcut" name="product.info.addtocart.paypal" template="paypal/express/shortcut.phtml">
95
+ <action method="setIsInCatalogProduct"><value>1</value></action>
96
+ </block>
97
+ </block>
98
+ </reference>
99
+ <!--<reference name="right">
100
+ <block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml">-->
101
+ <!--action method="setLogoType"><value>wePrefer_150x60</value></action-->
102
+ </block>
103
+ <!--</reference>-->
104
+ </catalog_product_view>
105
+
106
+ <!--<catalog_category_default>
107
+ <reference name="right">
108
+ <block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml"/>
109
+ </reference>
110
+ </catalog_category_default>
111
+
112
+ <catalog_category_layered>
113
+ <update handle="SHORTCUT_popup" />
114
+ <reference name="right">
115
+ <block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml"/>
116
+ </reference>
117
+ </catalog_category_layered>
118
+
119
+ <catalog_product_compare_index>
120
+ <update handle="SHORTCUT_popup" />
121
+ </catalog_product_compare_index>
122
+
123
+ <catalogsearch_result_index>
124
+ <update handle="SHORTCUT_popup" />
125
+ </catalogsearch_result_index>
126
+
127
+ <catalogsearch_advanced_result>
128
+ <update handle="SHORTCUT_popup" />
129
+ </catalogsearch_advanced_result>
130
+
131
+ <tag_product_list>
132
+ <update handle="SHORTCUT_popup" />
133
+ </tag_product_list>
134
+ <tag_customer_view>
135
+ <update handle="SHORTCUT_popup" />
136
+ </tag_customer_view>
137
+
138
+ <wishlist_index_index>
139
+ <update handle="SHORTCUT_popup" />
140
+ </wishlist_index_index>
141
+ <review_product_list>
142
+ <update handle="SHORTCUT_popup" />
143
+ </review_product_list>
144
+
145
+ <checkout_onepage_success>
146
+ <update handle="SHORTCUT_popup" />
147
+ </checkout_onepage_success>
148
+ <checkout_onepage_failure>
149
+ <update handle="SHORTCUT_popup" />
150
+ </checkout_onepage_failure>
151
+ <cms_index_index>
152
+ <reference name="right">
153
+ <block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml"/>
154
+ </reference>
155
+ </cms_index_index>-->
156
+
157
+ <default>
158
+ <reference name="topCart.extra_actions">
159
+ <block type="paypal/express_shortcut" name="paypal.partner.top_cart.shortcut" template="paypal/express/shortcut.phtml"/>
160
+ </reference>
161
+ <reference name="cart_sidebar.extra_actions">
162
+ <block type="paypal/express_shortcut" name="paypal.partner.cart_sidebar.shortcut" template="paypal/express/shortcut.phtml"/>
163
+ </reference>
164
+ </default>
165
+
166
+ <checkout_onepage_review>
167
+ <reference name="checkout.onepage.review.info.items.after">
168
+ <block type="paypal/iframe" name="paypal.iframe" />
169
+ </reference>
170
+ <reference name="checkout.onepage.review.button">
171
+ <action method="setTemplate"><template helper="paypal/hss/getReviewButtonTemplate"><name>paypal/hss/review/button.phtml</name><block>checkout.onepage.review.button</block></template></action>
172
+ </reference>
173
+ </checkout_onepage_review>
174
+
175
+ <paypal_payflow_link_iframe>
176
+ <block type="paypal/payflow_link_iframe" name="payflow.link.iframe" template="paypal/payflowlink/form.phtml" />
177
+ <block type="paypal/payflow_link_info" name="payflow.link.info" template="paypal/payflowlink/info.phtml" />
178
+ </paypal_payflow_link_iframe>
179
+
180
+ <paypal_hosted_pro_iframe>
181
+ <block type="paypal/hosted_pro_iframe" name="hosted.pro.iframe" template="paypal/hss/form.phtml"/>
182
+ </paypal_hosted_pro_iframe>
183
+
184
+ <SHORTCUT_popup>
185
+ <reference name="product.tooltip">
186
+ <block type="page/html_wrapper" name="product.info.addtocart.paypal.wrapper" translate="label">
187
+ <block type="paypal/express_shortcut" name="product.info.addtocart.paypal" template="paypal/express/shortcut.phtml">
188
+ <action method="setIsInCatalogProduct"><value>1</value></action>
189
+ <action method="setShowOrPosition"><value>after</value></action>
190
+ </block>
191
+ </block>
192
+ </reference>
193
+ </SHORTCUT_popup>
194
+ </layout>
app/design/frontend/default/toys_purple/layout/tag.xml ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ <catalog_product_view translate="label">
67
+ <label>Catalog Product View</label>
68
+ <!-- Mage_Tag -->
69
+ </catalog_product_view>
70
+
71
+ <!--
72
+ All tags page
73
+ -->
74
+
75
+ <tag_list_index translate="label">
76
+ <label>Tags List (All Available)</label>
77
+ <!-- Mage_Tag -->
78
+ <reference name="root">
79
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
80
+ </reference>
81
+ <reference name="content">
82
+ <block type="tag/all" name="tags_all" template="tag/cloud.phtml"/>
83
+ </reference>
84
+ </tag_list_index>
85
+
86
+ <tag_product_list translate="label">
87
+ <label>Tagged Products List</label>
88
+ <!-- Mage_Tag -->
89
+ <reference name="content">
90
+ <block type="tag/product_result" name="tag_products" template="catalogsearch/result.phtml">
91
+ <block type="catalog/product_list" name="search_result_list" template="catalog/product/list.phtml">
92
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
93
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
94
+ </block>
95
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
96
+ </block>
97
+ <action method="setListOrders"/>
98
+ <action method="setListModes"/>
99
+ <action method="setListCollection"/>
100
+ </block>
101
+ </reference>
102
+ </tag_product_list>
103
+
104
+ <tag_customer_index translate="label">
105
+ <label>Customer My Account My Tags List</label>
106
+ <update handle="customer_account"/>
107
+ <reference name="root">
108
+ <action method="setHeaderTitle" translate="title" module="customer"><title>My Account</title></action>
109
+ </reference>
110
+ <reference name="my.account.wrapper">
111
+ <block type="tag/customer_tags" name="customer_tags" template="tag/customer/tags.phtml"/>
112
+ </reference>
113
+ </tag_customer_index>
114
+
115
+ <tag_customer_view translate="label">
116
+ <label>Customer My Account Tag View</label>
117
+ <update handle="customer_account"/>
118
+ <reference name="root">
119
+ <action method="setHeaderTitle" translate="title" module="customer"><title>My Account</title></action>
120
+ </reference>
121
+ <reference name="my.account.wrapper">
122
+ <block type="tag/customer_view" name="customer_view" template="tag/customer/view.phtml"/>
123
+ </reference>
124
+ </tag_customer_view>
125
+
126
+ </layout>
app/design/frontend/default/toys_purple/template/bundle/sales/order/items/renderer.phtml ADDED
@@ -0,0 +1,375 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 $parentItem = $this->getItem() ?>
28
+ <?php $items = array_merge(array($parentItem), $parentItem->getChildrenItems()); ?>
29
+ <?php $_count = count ($items) ?>
30
+ <?php $_index = 0 ?>
31
+
32
+ <?php $_prevOptionId = '' ?>
33
+
34
+ <?php foreach ($items as $_item): ?>
35
+
36
+ <?php if($this->getItemOptions() || $parentItem->getDescription() || $this->helper('giftmessage/message')->getIsMessagesAvailable('order_item', $parentItem) && $parentItem->getGiftMessageId()): ?>
37
+ <?php $_showlastRow = true ?>
38
+ <?php else: ?>
39
+ <?php $_showlastRow = false ?>
40
+ <?php endif; ?>
41
+
42
+ <?php if ($_item->getParentItem()): ?>
43
+ <?php $attributes = $this->getSelectionAttributes($_item) ?>
44
+ <?php if ($_prevOptionId != $attributes['option_id']): ?>
45
+ <tr<?php if ($_item->getLastRow()) echo 'class="last"'; ?>>
46
+ <td><div class="option-label"><?php echo $attributes['option_label'] ?></div></td>
47
+ <td>&nbsp;</td>
48
+ <td>&nbsp;</td>
49
+ <td>&nbsp;</td>
50
+ <td>&nbsp;</td>
51
+ </tr>
52
+ <?php $_prevOptionId = $attributes['option_id'] ?>
53
+ <?php endif; ?>
54
+ <?php endif; ?>
55
+ <tr<?php echo (++$_index==$_count && !$_showlastRow)?' class="border"':'' ?> id="order-item-row-<?php echo $_item->getId() ?>">
56
+
57
+ <?php if (!$_item->getParentItem()): ?>
58
+ <td><h3 class="product-name"><?php echo $this->htmlEscape($_item->getName()) ?></h3></td>
59
+ <?php else: ?>
60
+ <td><div class="option-value"><?php echo $this->getValueHtml($_item)?></div></td>
61
+ <?php endif; ?>
62
+ <td><?php echo $this->htmlEscape(Mage::helper('core/string')->splitInjection($_item->getSku())) ?></td>
63
+ <td class="a-center">
64
+ <?php if (!$_item->getParentItem()): ?>
65
+ <?php if ($this->helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceExclTax()): ?>
66
+ <span class="price-excl-tax">
67
+ <?php if ($this->helper('tax')->displaySalesBothPrices()): ?>
68
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
69
+ <span class="cart-price">
70
+ <?php endif; ?>
71
+ <span class="label"><?php echo $this->__('Excl. Tax'); ?>:</span>
72
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
73
+ </span>
74
+ <?php endif; ?>
75
+ <?php endif; ?>
76
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
77
+ <span class="cart-tax-total" onclick="taxToggle('eunit-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
78
+ <?php else: ?>
79
+ <span class="cart-price">
80
+ <?php endif; ?>
81
+
82
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(0, 1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
83
+ <?php echo $this->getOrder()->formatPrice($this->getItem()->getPrice()+$this->getItem()->getWeeeTaxAppliedAmount()+$this->getItem()->getWeeeTaxDisposition()); ?>
84
+ <?php else: ?>
85
+ <?php echo $this->getOrder()->formatPrice($this->getItem()->getPrice()) ?>
86
+ <?php endif; ?>
87
+
88
+ </span>
89
+
90
+
91
+ <?php if (Mage::helper('weee')->getApplied($this->getItem())): ?>
92
+
93
+ <span class="cart-tax-info" id="eunit-item-tax-details<?php echo $this->getItem()->getId(); ?>" style="display:none;">
94
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
95
+ <small>
96
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
97
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['amount']); ?></span>
98
+ <?php endforeach; ?>
99
+ </small>
100
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
101
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
102
+ <span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['amount_incl_tax']); ?></small></span>
103
+ <?php endforeach; ?>
104
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 4, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
105
+ <small>
106
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
107
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['amount_incl_tax']); ?></span>
108
+ <?php endforeach; ?>
109
+ </small>
110
+ <?php endif; ?>
111
+ </span>
112
+
113
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
114
+ <span class="cart-tax-total" onclick="taxToggle('eunit-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
115
+ <span class="nobr"><?php echo Mage::helper('weee')->__('Total'); ?>:<br /> <?php echo $this->getOrder()->formatPrice($this->getItem()->getPrice()+$this->getItem()->getWeeeTaxAppliedAmount()+$this->getItem()->getWeeeTaxDisposition()); ?></span>
116
+ </span>
117
+ <?php endif; ?>
118
+ <?php endif; ?>
119
+ </span>
120
+ <br />
121
+ <?php endif; ?>
122
+ <?php if ($this->helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceInclTax()): ?>
123
+ <span class="price-incl-tax">
124
+ <?php if ($this->helper('tax')->displaySalesBothPrices()): ?>
125
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
126
+ <span class="cart-price">
127
+ <?php endif; ?>
128
+ <span class="label"><?php echo $this->__('Incl. Tax'); ?>:</span>
129
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
130
+ </span>
131
+ <?php endif; ?>
132
+ <?php endif; ?>
133
+ <?php $_incl = $this->helper('checkout')->getPriceInclTax($this->getItem()); ?>
134
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
135
+ <span class="cart-tax-total" onclick="taxToggle('unit-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
136
+ <?php else: ?>
137
+ <span class="cart-price">
138
+ <?php endif; ?>
139
+
140
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(0, 1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
141
+ <?php echo $this->getOrder()->formatPrice($_incl+$this->getItem()->getWeeeTaxAppliedAmount()); ?>
142
+ <?php else: ?>
143
+ <?php echo $this->getOrder()->formatPrice($_incl-$this->getItem()->getWeeeTaxDisposition()) ?>
144
+ <?php endif; ?>
145
+
146
+ </span>
147
+
148
+
149
+ <?php if (Mage::helper('weee')->getApplied($this->getItem())): ?>
150
+
151
+ <span class="cart-tax-info" id="unit-item-tax-details<?php echo $this->getItem()->getId(); ?>" style="display:none;">
152
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
153
+ <small>
154
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
155
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['amount']); ?></span>
156
+ <?php endforeach; ?>
157
+ </small>
158
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
159
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
160
+ <span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['amount_incl_tax']); ?></small></span>
161
+ <?php endforeach; ?>
162
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 4, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
163
+ <small>
164
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
165
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['amount_incl_tax']); ?></span>
166
+ <?php endforeach; ?>
167
+ </small>
168
+ <?php endif; ?>
169
+ </span>
170
+
171
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
172
+ <span class="cart-tax-total" onclick="taxToggle('unit-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
173
+ <span class="nobr"><?php echo Mage::helper('weee')->__('Total incl. tax'); ?>:<br /> <?php echo $this->getOrder()->formatPrice($_incl+$this->getItem()->getWeeeTaxAppliedAmount()); ?></span>
174
+ </span>
175
+ <?php endif; ?>
176
+ <?php endif; ?>
177
+ </span>
178
+ <?php endif; ?>
179
+ <?php else: ?>
180
+ &nbsp;
181
+ <?php endif; ?>
182
+ </td>
183
+ <td class="a-center">
184
+ <?php if (($_item->getParentItem() && $this->isChildCalculated()) ||
185
+ (!$_item->getParentItem() && !$this->isChildCalculated())): ?>
186
+ <span class="nobr">
187
+ <?php if ($_item->getQtyOrdered() > 0): ?>
188
+ <?php echo Mage::helper('sales')->__('Ordered'); ?>: <strong><?php echo $_item->getQtyOrdered()*1 ?></strong><br />
189
+ <?php endif; ?>
190
+ <?php if ($_item->getQtyShipped() > 0 && !$this->isShipmentSeparately()): ?>
191
+ <?php echo Mage::helper('sales')->__('Shipped'); ?>: <strong><?php echo $_item->getQtyShipped()*1 ?></strong><br />
192
+ <?php endif; ?>
193
+ <?php if ($_item->getQtyCanceled() > 0): ?>
194
+ <?php echo Mage::helper('sales')->__('Canceled'); ?>: <strong><?php echo $_item->getQtyCanceled()*1 ?></strong><br />
195
+ <?php endif; ?>
196
+ <?php if ($_item->getQtyRefunded() > 0): ?>
197
+ <?php echo Mage::helper('sales')->__('Refunded'); ?>: <strong><?php echo $_item->getQtyRefunded()*1 ?></strong>
198
+ <?php endif; ?>
199
+ </span>
200
+ <?php elseif ($_item->getQtyShipped() > 0 && $_item->getParentItem() && $this->isShipmentSeparately()): ?>
201
+ <span class="nobr"><?php echo Mage::helper('sales')->__('Shipped'); ?>: <strong><?php echo $_item->getQtyShipped()*1 ?></strong></span>
202
+ <?php else: ?>
203
+ &nbsp;
204
+ <?php endif; ?>
205
+ </td>
206
+ <td class="a-center">
207
+ <?php if (!$_item->getParentItem()): ?>
208
+ <?php if ($this->helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceExclTax()): ?>
209
+ <span class="price-excl-tax">
210
+ <?php if ($this->helper('tax')->displaySalesBothPrices()): ?>
211
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
212
+ <span class="cart-price">
213
+ <?php endif; ?>
214
+ <span class="label"><?php echo $this->__('Excl. Tax'); ?>:</span>
215
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
216
+ </span>
217
+ <?php endif; ?>
218
+ <?php endif; ?>
219
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
220
+ <span class="cart-tax-total" onclick="taxToggle('esubtotal-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
221
+ <?php else: ?>
222
+ <span class="cart-price">
223
+ <?php endif; ?>
224
+
225
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(0, 1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
226
+ <?php echo $this->getOrder()->formatPrice($this->getItem()->getRowTotal()+$this->getItem()->getWeeeTaxAppliedRowAmount()+$this->getItem()->getWeeeTaxRowDisposition()); ?>
227
+ <?php else: ?>
228
+ <?php echo $this->getOrder()->formatPrice($this->getItem()->getRowTotal()) ?>
229
+ <?php endif; ?>
230
+
231
+ </span>
232
+
233
+
234
+ <?php if (Mage::helper('weee')->getApplied($this->getItem())): ?>
235
+
236
+ <span class="cart-tax-info" id="esubtotal-item-tax-details<?php echo $this->getItem()->getId(); ?>" style="display:none;">
237
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
238
+ <small>
239
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
240
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['row_amount']); ?></span>
241
+ <?php endforeach; ?>
242
+ </small>
243
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
244
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
245
+ <span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['row_amount_incl_tax']); ?></small></span>
246
+ <?php endforeach; ?>
247
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 4, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
248
+ <small>
249
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
250
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['row_amount_incl_tax']); ?></span>
251
+ <?php endforeach; ?>
252
+ </small>
253
+ <?php endif; ?>
254
+ </span>
255
+
256
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
257
+ <span class="cart-tax-total" onclick="taxToggle('esubtotal-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
258
+ <span class="nobr"><?php echo Mage::helper('weee')->__('Total'); ?>:<br /> <?php echo $this->getOrder()->formatPrice($this->getItem()->getRowTotal()+$this->getItem()->getWeeeTaxAppliedRowAmount()+$this->getItem()->getWeeeTaxRowDisposition()); ?></span>
259
+ </span>
260
+ <?php endif; ?>
261
+ <?php endif; ?>
262
+ </span>
263
+ <br />
264
+ <?php endif; ?>
265
+ <?php if ($this->helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceInclTax()): ?>
266
+ <span class="price-incl-tax">
267
+ <?php if ($this->helper('tax')->displaySalesBothPrices()): ?>
268
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
269
+ <span class="cart-price">
270
+ <?php endif; ?>
271
+ <span class="label"><?php echo $this->__('Incl. Tax'); ?>:</span>
272
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
273
+ </span>
274
+ <?php endif; ?>
275
+ <?php endif; ?>
276
+ <?php $_incl = $this->helper('checkout')->getSubtotalInclTax($this->getItem()); ?>
277
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
278
+ <span class="cart-tax-total" onclick="taxToggle('subtotal-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
279
+ <?php else: ?>
280
+ <span class="cart-price">
281
+ <?php endif; ?>
282
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(0, 1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
283
+ <?php echo $this->getOrder()->formatPrice($_incl+$this->getItem()->getWeeeTaxAppliedRowAmount()); ?>
284
+ <?php else: ?>
285
+ <?php echo $this->getOrder()->formatPrice($_incl-$this->getItem()->getWeeeTaxRowDisposition()) ?>
286
+ <?php endif; ?>
287
+
288
+ </span>
289
+
290
+
291
+ <?php if (Mage::helper('weee')->getApplied($this->getItem())): ?>
292
+
293
+ <span class="cart-tax-info" id="subtotal-item-tax-details<?php echo $this->getItem()->getId(); ?>" style="display:none;">
294
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
295
+ <small>
296
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
297
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['row_amount']); ?></span>
298
+ <?php endforeach; ?>
299
+ </small>
300
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
301
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
302
+ <span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['row_amount_incl_tax']); ?></small></span>
303
+ <?php endforeach; ?>
304
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 4, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
305
+ <small>
306
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
307
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['row_amount_incl_tax']); ?></span>
308
+ <?php endforeach; ?>
309
+ </small>
310
+ <?php endif; ?>
311
+ </span>
312
+
313
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
314
+ <span class="cart-tax-total" onclick="taxToggle('subtotal-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
315
+ <span class="nobr"><?php echo Mage::helper('weee')->__('Total Incl. Tax'); ?>:<br /> <?php echo $this->getOrder()->formatPrice($_incl+$this->getItem()->getWeeeTaxAppliedRowAmount()); ?></span>
316
+ </span>
317
+ <?php endif; ?>
318
+ <?php endif; ?>
319
+
320
+
321
+
322
+ </span>
323
+ <?php endif; ?>
324
+ <?php else: ?>
325
+ &nbsp;
326
+ <?php endif; ?>
327
+ </td>
328
+ <!--
329
+ <?php if ($this->helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceExclTax()): ?>
330
+ <th class="a-right"><?php echo $this->getOrder()->formatPrice($this->getItem()->getRowTotal()) ?></th>
331
+ <?php endif; ?>
332
+ <?php if ($this->helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceInclTax()): ?>
333
+ <th class="a-right"><?php echo $this->getOrder()->formatPrice($this->helper('checkout')->getSubtotalInclTax($this->getItem())); ?></th>
334
+ <?php endif; ?>
335
+ -->
336
+ </tr>
337
+ <?php endforeach; ?>
338
+
339
+ <?php if ($_showlastRow): ?>
340
+ <tr class="border">
341
+ <td>
342
+ <?php if($_options = $this->getItemOptions()): ?>
343
+ <dl class="item-options">
344
+ <?php foreach ($_options as $_option) : ?>
345
+ <dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
346
+ <?php if (!$this->getPrintStatus()): ?>
347
+ <?php $_formatedOptionValue = $this->getFormatedOptionValue($_option) ?>
348
+ <dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>>
349
+ <?php echo $_formatedOptionValue['value'] ?>
350
+ <?php if (isset($_formatedOptionValue['full_view'])): ?>
351
+ <div class="truncated_full_value">
352
+ <dl class="item-options">
353
+ <dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
354
+ <dd><?php echo $_formatedOptionValue['full_view'] ?></dd>
355
+ </dl>
356
+ </div>
357
+ <?php endif; ?>
358
+ </dd>
359
+ <?php else: ?>
360
+ <dd><?php echo $this->htmlEscape( (isset($_option['print_value']) ? $_option['print_value'] : $_option['value']) ) ?></dd>
361
+ <?php endif; ?>
362
+ <?php endforeach; ?>
363
+ </dl>
364
+ <?php endif; ?>
365
+ <?php echo $this->htmlEscape($_item->getDescription()) ?>
366
+ <?php if($this->helper('giftmessage/message')->getIsMessagesAvailable('order_item', $parentItem) && $parentItem->getGiftMessageId()): ?>
367
+ <a href="#" id="order-item-gift-message-link-<?php echo $parentItem->getId() ?>" class="gift-message-link" onclick="return giftMessageToogle('<?php echo $parentItem->getId() ?>')"><?php echo Mage::helper('sales')->__('Gift Message') ?></a>
368
+ <?php endif; ?>
369
+ </td>
370
+ <td>&nbsp;</td>
371
+ <td>&nbsp;</td>
372
+ <td>&nbsp;</td>
373
+ <td>&nbsp;</td>
374
+ </tr>
375
+ <?php endif; ?>
app/design/frontend/default/toys_purple/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="category_content"><?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/toys_purple/template/catalog/product/list.phtml ADDED
@@ -0,0 +1,149 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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="list-item-bg">
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(135); ?>" width="135" height="135" 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
+ <?php $_productNameStripped = $this->stripTags($_product->getName(), null, true); ?>
56
+ <h2 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped; ?>"><?php echo $_helper->productAttribute($_product, $_product->getName() , 'name'); ?></a></h2>
57
+ <?php //if($_product->getRatingSummary()): ?>
58
+ <?php //echo $this->getReviewsSummaryHtml($_product) ?>
59
+ <?php //endif; ?>
60
+ <?php echo $this->getPriceHtml($_product, true) ?>
61
+ <?php if($_product->isSaleable()): ?>
62
+ <p><button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button></p>
63
+ <?php else: ?>
64
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
65
+ <?php endif; ?>
66
+ <div class="desc std">
67
+ <?php echo $_helper->productAttribute($_product, $_product->getShortDescription(), 'short_description') ?>
68
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped ?>" class="link-learn"><?php echo $this->__('Learn More') ?></a>
69
+ </div>
70
+ <ul class="add-to-links">
71
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
72
+ <li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
73
+ <?php endif; ?>
74
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
75
+ <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
76
+ <?php endif; ?>
77
+ </ul>
78
+ </div>
79
+ </div>
80
+ </div>
81
+ </li>
82
+ <?php endforeach; ?>
83
+ </ol>
84
+ <script type="text/javascript">decorateList('products-list', 'none-recursive')</script>
85
+
86
+ <?php else: ?>
87
+
88
+ <?php // Grid Mode ?>
89
+
90
+ <?php $_collectionSize = $_productCollection->count() ?>
91
+ <?php $_columnCount = $this->getColumnCount(); ?>
92
+ <?php
93
+ $r_template = $this->getLayout()->getBlock('root')->getTemplate();
94
+ switch ($r_template)
95
+ {
96
+ case "page/2columns-right.phtml":
97
+ case "page/2columns-left.phtml":
98
+ $_columnCount = 3;
99
+ break;
100
+ case "page/3columns.phtml":
101
+ $_columnCount = 2;
102
+ break;
103
+ default:
104
+ $_columnCount = 4;
105
+ }
106
+ ?>
107
+ <?php $i=0; foreach ($_productCollection as $_product): ?>
108
+ <?php if ($i++%$_columnCount==0): ?>
109
+ <ul class="products-grid">
110
+ <?php endif ?>
111
+ <li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
112
+ <div class="grid-item-bg">
113
+ <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>
114
+ <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(120); ?>" width="120" height="120" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
115
+ <?php //if($_product->getRatingSummary()): ?>
116
+ <?php //echo $this->getReviewsSummaryHtml($_product, 'short') ?>
117
+ <?php //endif; ?>
118
+ <div class="clearfix price_cart">
119
+ <?php echo $this->getPriceHtml($_product, true) ?>
120
+ <div class="actions">
121
+ <?php if($_product->isSaleable()): ?>
122
+ <button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
123
+ <?php else: ?>
124
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
125
+ <?php endif; ?>
126
+ </div>
127
+ </div>
128
+ <ul class="add-to-links">
129
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
130
+ <li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
131
+ <?php endif; ?>
132
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
133
+ <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
134
+ <?php endif; ?>
135
+ </ul>
136
+ </div>
137
+ </li>
138
+ <?php if ($i%$_columnCount==0 || $i==$_collectionSize): ?>
139
+ </ul>
140
+ <?php endif ?>
141
+ <?php endforeach ?>
142
+ <script type="text/javascript">decorateGeneric($$('ul.products-grid'), ['odd','even','first','last'])</script>
143
+ <?php endif; ?>
144
+
145
+ <div class="toolbar-bottom">
146
+ <?php echo $this->getToolbarHtml() ?>
147
+ </div>
148
+ </div>
149
+ <?php endif; ?>
app/design/frontend/default/toys_purple/template/catalog/product/list/upsell.phtml ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php if(count($this->getItemCollection()->getItems())): ?>
28
+ <div class="box-collateral box-up-sell">
29
+ <h2><?php echo $this->__('You may also be interested in the following product(s)') ?></h2>
30
+ <table class="products-grid" id="upsell-product-table">
31
+ <?php // $this->setColumnCount(5); // uncomment this line if you want to have another number of columns. also can be changed in layout ?>
32
+ <?php $this->resetItemsIterator() ?>
33
+ <?php for($_i=0;$_i<$this->getRowCount();$_i++): ?>
34
+ <tr>
35
+ <?php for($_j=0;$_j<$this->getColumnCount();$_j++): ?>
36
+ <?php if($_link=$this->getIterableItem()): ?>
37
+ <td>
38
+ <a href="<?php echo $_link->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_link->getName()) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_link, 'small_image')->resize(120) ?>" width="120" height="120" alt="<?php echo $this->htmlEscape($_link->getName()) ?>" /></a>
39
+ <h3 class="product-name"><a href="<?php echo $_link->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_link->getName()) ?>"><?php echo $this->htmlEscape($_link->getName()) ?></a></h3>
40
+ <?php echo $this->getPriceHtml($_link, true, '-upsell') ?>
41
+ <?php //echo $this->getReviewsSummaryHtml($_link) ?>
42
+ </td>
43
+ <?php //else: ?>
44
+ <!--<td class="empty">&nbsp;</td>-->
45
+ <?php endif; ?>
46
+ <?php endfor; ?>
47
+ </tr>
48
+ <?php endfor; ?>
49
+ </table>
50
+ <script type="text/javascript">decorateTable('upsell-product-table')</script>
51
+ </div>
52
+ <?php endif ?>
app/design/frontend/default/toys_purple/template/catalog/product/new.phtml ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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="new_products">
29
+ <h2 class="subtitle"><?php echo $this->__('New Products') ?></h2>
30
+ <?php $_columnCount = $this->getColumnCount(); ?>
31
+ <?php
32
+ $r_template = $this->getLayout()->getBlock('root')->getTemplate();
33
+ switch ($r_template)
34
+ {
35
+ case "page/2columns-right.phtml":
36
+ case "page/2columns-left.phtml":
37
+ $_columnCount = 3;
38
+ break;
39
+ case "page/3columns.phtml":
40
+ $_columnCount = 2;
41
+ break;
42
+ default:
43
+ $_columnCount = 4;
44
+ }
45
+ ?>
46
+ <?php $i=0; foreach ($_products->getItems() as $_product): ?>
47
+ <?php if ($i++%$_columnCount==0): ?>
48
+ <ul class="products-grid">
49
+ <?php endif ?>
50
+ <li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
51
+ <div class="grid-item-bg">
52
+ <h3 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>"><?php echo $this->htmlEscape($_product->getName()) ?></a></h3>
53
+ <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(120) ?>" width="120" height="120" alt="<?php echo $this->htmlEscape($_product->getName()) ?>" /></a>
54
+ <div class="clearfix"><a href="<?php echo $_product->getProductUrl() ?>" class="grid-details"><?php echo $this->__('Details') ?></a></div>
55
+ <?php //echo $this->getReviewsSummaryHtml($_product, 'short') ?>
56
+ <div class="clearfix price_cart">
57
+ <?php echo $this->getPriceHtml($_product, true, '-new') ?>
58
+ <div class="actions">
59
+ <?php if($_product->isSaleable()): ?>
60
+ <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>
61
+ <?php else: ?>
62
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
63
+ <?php endif; ?>
64
+ <!--<ul class="add-to-links">
65
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
66
+ <li><a href="<?php echo $this->getAddToWishlistUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
67
+ <?php endif; ?>
68
+ <?php if ($_compareUrl = $this->getAddToCompareUrl($_product)): ?>
69
+ <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
70
+ <?php endif; ?>
71
+ </ul>-->
72
+ </div>
73
+ </div>
74
+ </div>
75
+ </li>
76
+ <?php if ($i%$_columnCount==0 || $i==count($_products)): ?>
77
+ </ul>
78
+ <?php endif ?>
79
+ <?php endforeach; ?>
80
+ </div>
81
+ <?php endif; ?>
app/design/frontend/default/toys_purple/template/catalog/product/view.phtml ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0
  <?php elseif (!$_product->isSaleable()): ?>
1
  <div class="add-to-box">
2
  <?php echo $this->getChildHtml('addto') ?>
3
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  //<![CDATA[
5
  var productAddToCartForm = new VarienForm('product_addtocart_form');
6
  productAddToCartForm.submit = function(button, url) {
7
  if (this.validator.validate()) {
8
  var form = this.form;
9
  var oldUrl = form.action;
10
  if (url) {
11
  form.action = url;
12
  }
13
  var e = null;
14
  try {
15
  this.form.submit();
16
  } catch (e) {
17
  }
18
  this.form.action = oldUrl;
19
  if (e) {
20
  throw e;
21
  }
22
  if (button && button != 'undefined') {
23
  button.disabled = true;
24
  }
25
  }
26
  }.bind(productAddToCartForm);
27
  productAddToCartForm.submitLight = function(button, url){
28
  if(this.validator) {
29
  var nv = Validation.methods;
30
  delete Validation.methods['required-entry'];
31
  delete Validation.methods['validate-one-required'];
32
  delete Validation.methods['validate-one-required-by-name'];
33
  // Remove custom datetime validators
34
  for (var methodName in Validation.methods) {
35
  if (methodName.match(/^validate-datetime-.*/i)) {
36
  delete Validation.methods[methodName];
37
  }
38
  }
39
  if (this.validator.validate()) {
40
  if (url) {
41
  this.form.action = url;
42
  }
43
  this.form.submit();
44
  }
45
  Object.extend(Validation.methods, nv);
46
  }
47
  }.bind(productAddToCartForm);
48
  //]]>
49
  </script>
 
 
50
  <div class="product-collateral">
51
  <div class="box-collateral <?php echo "box-{$alias}"?>">
52
  <?php if ($title = $this->getChildData($alias, 'title')):?>
53
  <h2><?php echo $this->escapeHtml($title); ?></h2>
54
  <?php endif;?>
55
  <?php echo $html; ?>
56
  </div>
57
  <?php echo $this->getChildHtml('product_additional_data') ?>
58
 
59
  </div>
 
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
+ <script type="text/javascript">
36
+ var optionsPrice = new Product.OptionsPrice(<?php echo $this->getJsonConfig() ?>);
37
+ </script>
38
+ <div id="messages_product_view"><?php echo $this->getMessagesBlock()->getGroupedHtml() ?></div>
39
+ <div class="product-view">
40
+ <div class="product-essential">
41
+ <form action="<?php echo $this->getSubmitUrl($_product) ?>" method="post" id="product_addtocart_form"<?php if($_product->getOptions()): ?> enctype="multipart/form-data"<?php endif; ?>>
42
+ <div class="no-display">
43
+ <input type="hidden" name="product" value="<?php echo $_product->getId() ?>" />
44
+ <input type="hidden" name="related_product" id="related-products-field" value="" />
45
+ </div>
46
+
47
+ <div class="product-shop">
48
+ <div class="product-name">
49
+ <h1><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></h1>
50
+ </div>
51
+
52
+ <?php echo $this->getReviewsSummaryHtml($_product, false, true)?>
53
+
54
+ <?php if ($this->canEmailToFriend()): ?>
55
+ <p class="email-friend"><a href="<?php echo $this->helper('catalog/product')->getEmailToFriendUrl($_product) ?>"><?php echo $this->__('Email to a Friend') ?></a></p>
56
+ <?php endif; ?>
57
+ <?php echo $this->getChildHtml('alert_urls') ?>
58
+ <?php echo $this->getChildHtml('product_type_data') ?>
59
+ <?php echo $this->getTierPriceHtml() ?>
60
+ <?php echo $this->getChildHtml('extrahint') ?>
61
+
62
+ <?php if (!$this->hasOptions()):?>
63
+ <div class="add-to-box">
64
+ <?php if($_product->isSaleable()): ?>
65
+ <?php echo $this->getChildHtml('addtocart') ?>
66
+ <?php if( $this->helper('wishlist')->isAllow() || $_compareUrl=$this->helper('catalog/product_compare')->getAddUrl($_product)): ?>
67
+ <span class="or"><?php echo $this->__('or') ?></span>
68
+ <?php endif; ?>
69
+ <?php endif; ?>
70
+ <?php echo $this->getChildHtml('addto') ?>
71
+ </div>
72
+ <?php echo $this->getChildHtml('extra_buttons') ?>
73
  <?php elseif (!$_product->isSaleable()): ?>
74
  <div class="add-to-box">
75
  <?php echo $this->getChildHtml('addto') ?>
76
  </div>
77
+ <?php endif; ?>
78
+
79
+ <?php if ($_product->getShortDescription()):?>
80
+ <div class="short-description">
81
+ <h2><?php echo $this->__('Quick Overview') ?></h2>
82
+ <div class="std"><?php echo $_helper->productAttribute($_product, nl2br($_product->getShortDescription()), 'short_description') ?></div>
83
+ </div>
84
+ <?php endif;?>
85
+
86
+ <?php echo $this->getChildHtml('other');?>
87
+
88
+ <?php if ($_product->isSaleable() && $this->hasOptions()):?>
89
+ <?php echo $this->getChildChildHtml('container1', '', true, true) ?>
90
+ <?php endif;?>
91
+
92
+ </div>
93
+
94
+ <div class="product-img-box">
95
+ <?php echo $this->getChildHtml('media') ?>
96
+ </div>
97
+
98
+ <div class="clearer"></div>
99
+ <?php if ($_product->isSaleable() && $this->hasOptions()):?>
100
+ <?php echo $this->getChildChildHtml('container2', '', true, true) ?>
101
+ <?php endif;?>
102
+ </form>
103
+ <script type="text/javascript">
104
  //<![CDATA[
105
  var productAddToCartForm = new VarienForm('product_addtocart_form');
106
  productAddToCartForm.submit = function(button, url) {
107
  if (this.validator.validate()) {
108
  var form = this.form;
109
  var oldUrl = form.action;
110
  if (url) {
111
  form.action = url;
112
  }
113
  var e = null;
114
  try {
115
  this.form.submit();
116
  } catch (e) {
117
  }
118
  this.form.action = oldUrl;
119
  if (e) {
120
  throw e;
121
  }
122
  if (button && button != 'undefined') {
123
  button.disabled = true;
124
  }
125
  }
126
  }.bind(productAddToCartForm);
127
  productAddToCartForm.submitLight = function(button, url){
128
  if(this.validator) {
129
  var nv = Validation.methods;
130
  delete Validation.methods['required-entry'];
131
  delete Validation.methods['validate-one-required'];
132
  delete Validation.methods['validate-one-required-by-name'];
133
  // Remove custom datetime validators
134
  for (var methodName in Validation.methods) {
135
  if (methodName.match(/^validate-datetime-.*/i)) {
136
  delete Validation.methods[methodName];
137
  }
138
  }
139
  if (this.validator.validate()) {
140
  if (url) {
141
  this.form.action = url;
142
  }
143
  this.form.submit();
144
  }
145
  Object.extend(Validation.methods, nv);
146
  }
147
  }.bind(productAddToCartForm);
148
  //]]>
149
  </script>
150
+ </div>
151
+ <?php echo $this->getChildHtml('info_tabs') ?>
152
  <div class="product-collateral">
153
  <div class="box-collateral <?php echo "box-{$alias}"?>">
154
  <?php if ($title = $this->getChildData($alias, 'title')):?>
155
  <h2><?php echo $this->escapeHtml($title); ?></h2>
156
  <?php endif;?>
157
  <?php echo $html; ?>
158
  </div>
159
  <?php echo $this->getChildHtml('product_additional_data') ?>
160
 
161
  </div>
162
+ </div>
app/design/frontend/default/toys_purple/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
+ <p class="product-image product-image-zoom">
39
+ <?php
40
+ $_img = '<img id="image" src="'.$this->helper('catalog/image')->init($_product, 'image').'" alt="'.$this->htmlEscape($this->getImageLabel()).'" title="'.$this->htmlEscape($this->getImageLabel()).'" />';
41
+ echo $_helper->productAttribute($_product, $_img, 'image');
42
+ ?>
43
+ </p>
44
+ <div class="prod_img_bottom"></div>
45
+ <p class="zoom-notice" id="track_hint"><?php echo $this->__('Double click on above image to view full picture') ?></p>
46
+ <div class="zoom">
47
+ <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" />
48
+ <div id="track">
49
+ <div id="handle"></div>
50
+ </div>
51
+ <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" />
52
+ </div>
53
+ <script type="text/javascript">
54
+ //<![CDATA[
55
+ Event.observe(window, 'load', function() {
56
+ product_zoom = new Product.Zoom('image', 'track', 'handle', 'zoom_in', 'zoom_out', 'track_hint');
57
+ });
58
+ //]]>
59
+ </script>
60
+ <?php else: ?>
61
+ <p class="product-image">
62
+ <?php
63
+ $_img = '<img src="'.$this->helper('catalog/image')->init($_product, 'image')->resize(265).'" alt="'.$this->htmlEscape($this->getImageLabel()).'" title="'.$this->htmlEscape($this->getImageLabel()).'" />';
64
+ echo $_helper->productAttribute($_product, $_img, 'image');
65
+ ?>
66
+ </p>
67
+ <div class="prod_img_bottom"></div>
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(63); ?>" width="63" height="63" alt="<?php echo $this->htmlEscape($_image->getLabel()) ?>" /></a>
76
+ </li>
77
+ <?php endforeach; ?>
78
+ </ul>
79
+ </div>
80
+ <?php endif; ?>
app/design/frontend/default/toys_purple/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/toys_purple/template/catalogsearch/form.mini.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
+ /* @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
+ <input id="search" type="text" name="<?php echo $this->helper('catalogsearch')->getQueryParamName() ?>" value="<?php echo $this->helper('catalogsearch')->getEscapedQueryText() ?>" class="input-text" />
34
+ <button type="submit" title="<?php echo $this->__('Search') ?>" class="button"><span><span><?php echo $this->__('Search') ?></span></span></button>
35
+ <div id="search_autocomplete" class="search-autocomplete"></div>
36
+ <script type="text/javascript">
37
+ //<![CDATA[
38
+ var searchForm = new Varien.searchForm('search_mini_form', 'search', '<?php echo $this->__('Search') ?>');
39
+ searchForm.initAutocomplete('<?php echo $this->helper('catalogsearch')->getSuggestUrl() ?>', 'search_autocomplete');
40
+ //]]>
41
+ </script>
42
+ </div>
43
+ </form>
app/design/frontend/default/toys_purple/template/checkout/cart.phtml ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ <th rowspan="<?php echo $mergedCells; ?>">&nbsp;</th>
77
+ <th rowspan="<?php echo $mergedCells; ?>"><span class="nobr"><?php echo $this->__('Product Name') ?></span></th>
78
+ <th rowspan="<?php echo $mergedCells; ?>"></th>
79
+ <?php if ($this->helper('wishlist')->isAllowInCart()) : ?>
80
+ <th rowspan="<?php echo $mergedCells; ?>" class="a-center"><span class="nobr"><?php echo $this->__('Move to Wishlist') ?></span></th>
81
+ <?php endif ?>
82
+ <th class="a-center" colspan="<?php echo $mergedCells; ?>"><span class="nobr"><?php echo $this->__('Unit Price') ?></span></th>
83
+ <th rowspan="<?php echo $mergedCells; ?>" class="a-center"><?php echo $this->__('Qty') ?></th>
84
+ <th class="a-center" colspan="<?php echo $mergedCells; ?>"><?php echo $this->__('Subtotal') ?></th>
85
+ <th rowspan="<?php echo $mergedCells; ?>" class="a-center">&nbsp;</th>
86
+ </tr>
87
+ <?php if ($this->helper('tax')->displayCartBothPrices()): ?>
88
+ <tr>
89
+ <th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
90
+ <th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
91
+ <th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
92
+ <th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
93
+ </tr>
94
+ <?php endif; ?>
95
+ </thead>
96
+ <tfoot>
97
+ <tr>
98
+ <td colspan="50" class="a-right">
99
+ <?php if($this->getContinueShoppingUrl()): ?>
100
+ <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>
101
+ <?php endif; ?>
102
+ <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>
103
+ <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>
104
+ <!--[if lt IE 8]>
105
+ <input type="hidden" id="update_cart_action_container" />
106
+ <script type="text/javascript">
107
+ //<![CDATA[
108
+ Event.observe(window, 'load', function()
109
+ {
110
+ // Internet Explorer (lt 8) does not support value attribute in button elements
111
+ $emptyCartButton = $('empty_cart_button');
112
+ $cartActionContainer = $('update_cart_action_container');
113
+ if ($emptyCartButton && $cartActionContainer) {
114
+ Event.observe($emptyCartButton, 'click', function()
115
+ {
116
+ $emptyCartButton.setAttribute('name', 'update_cart_action_temp');
117
+ $cartActionContainer.setAttribute('name', 'update_cart_action');
118
+ $cartActionContainer.setValue('empty_cart');
119
+ });
120
+ }
121
+
122
+ });
123
+ //]]>
124
+ </script>
125
+ <![endif]-->
126
+ </td>
127
+ </tr>
128
+ </tfoot>
129
+ <tbody>
130
+ <?php foreach($this->getItems() as $_item): ?>
131
+ <?php echo $this->getItemHtml($_item) ?>
132
+ <?php endforeach ?>
133
+ </tbody>
134
+ </table>
135
+ <script type="text/javascript">decorateTable('shopping-cart-table')</script>
136
+ </fieldset>
137
+ </form>
138
+ <div class="cart-collaterals">
139
+ <div class="col2-set">
140
+ <div class="col-1">
141
+ <?php echo $this->getChildHtml('crosssell') ?>
142
+ </div>
143
+ <div class="col-2">
144
+ <?php echo $this->getChildHtml('checkout.cart.extra') ?>
145
+ <?php echo $this->getChildHtml('coupon') ?>
146
+ <?php if (!$this->getIsVirtual()): echo $this->getChildHtml('shipping'); endif; ?>
147
+ </div>
148
+ </div>
149
+ <div class="totals">
150
+ <div class="totals-in">
151
+ <?php echo $this->getChildHtml('totals'); ?>
152
+ <?php if(!$this->hasError()): ?>
153
+ <ul class="checkout-types">
154
+ <?php foreach ($this->getMethods('methods') as $method): ?>
155
+ <?php if ($methodHtml = $this->getMethodHtml($method)): ?>
156
+ <li><?php echo $methodHtml; ?></li>
157
+ <?php endif; ?>
158
+ <?php endforeach; ?>
159
+ </ul>
160
+ <?php endif; ?>
161
+ </div>
162
+ </div>
163
+ </div>
164
+ </div>
app/design/frontend/default/toys_purple/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><span><?php echo $this->__('Discount Codes') ?></span></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/toys_purple/template/checkout/cart/crosssell.phtml ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 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><?php echo $this->__('Related product') ?></h2>
37
+ <ul id="crosssell-products-list">
38
+ <?php foreach ($this->getItems() as $_item): ?>
39
+ <li class="item">
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(100); ?>" width="100" height="100" 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
+ <div class="clearfix">
44
+ <?php echo $this->getPriceHtml($_item, true) ?>
45
+ <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>
46
+ </div>
47
+ <ul class="add-to-links">
48
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
49
+ <li><a href="<?php echo $this->getAddToWishlistUrl($_item) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
50
+ <?php endif; ?>
51
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_item)): ?>
52
+ <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
53
+ <?php endif; ?>
54
+ </ul>
55
+ </div>
56
+ </li>
57
+ <?php endforeach; ?>
58
+ </ul>
59
+ <script type="text/javascript">decorateList('crosssell-products-list', 'none-recursive')</script>
60
+ </div>
61
+ <?php endif; ?>
app/design/frontend/default/toys_purple/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><?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(100); ?>" width="100" height="100" alt="<?php echo $this->htmlEscape($this->getProductName()) ?>" /><?php if ($this->hasProductUrl()):?></a><?php endif;?></td>
34
+ <td>
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']) ?>:&nbsp;</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="a-center v-middle">
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="a-center v-middle">
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 v-middle"<?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 v-middle">
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="a-center v-middle">
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="a-center v-middle">
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="a-center v-middle">
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="a-center v-middle">
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="a-center v-middle"><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/toys_purple/template/checkout/multishipping/overview.phtml ADDED
@@ -0,0 +1,241 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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="multiple-checkout">
28
+ <div class="page-title">
29
+ <h1><?php echo $this->__('Review Order') ?></h1>
30
+ </div>
31
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
32
+ <form action="<?php echo $this->getPostActionUrl() ?>" method="post" onsubmit="return showLoader();">
33
+ <div class="col2-set">
34
+ <h2 class="legend"><?php echo $this->__('Billing Information') ?></h2>
35
+ <div class="col-1">
36
+ <div class="box">
37
+ <?php $_address=$this->getBillingAddress() ?>
38
+ <div class="box-title">
39
+ <h3><?php echo $this->__('Billing Address') ?> <span class="separator">|</span> <a href="<?php echo $this->getEditBillingAddressUrl($_address) ?>"><?php echo $this->__('Change') ?></a></h3>
40
+ </div>
41
+ <div class="box-content">
42
+ <address>
43
+ <?php echo $_address->format('html') ?>
44
+ </address>
45
+ </div>
46
+ </div>
47
+ </div>
48
+ <div class="col-2">
49
+ <div class="box">
50
+ <div class="box-title">
51
+ <h3><?php echo $this->__('Payment Method') ?> <span class="separator">|</span> <a href="<?php echo $this->getEditBillingUrl() ?>"><?php echo $this->__('Change') ?></a></h3>
52
+ </div>
53
+ <div class="box-content">
54
+ <input type="hidden" name="payment[cc_number]" value="<?php echo $this->escapeHtml($this->getPayment()->getCcNumber())?>" />
55
+ <input type="hidden" name="payment[cc_cid]" value="<?php echo $this->escapeHtml($this->getPayment()->getCcCid())?>" />
56
+ <?php echo $this->getPaymentHtml() ?>
57
+ </div>
58
+ </div>
59
+ </div>
60
+ </div>
61
+ <?php $mergedCells = ($this->helper('tax')->displayCartBothPrices() ? 2 : 1); ?>
62
+ <div class="col2-set">
63
+ <h2 class="legend"><?php echo $this->__('Shipping Information') ?></h2>
64
+ <?php foreach ($this->getShippingAddresses() as $_index => $_address): ?>
65
+ <h3 class="legend"><?php echo $this->__('Address %s of %s', ($_index+1), $this->getShippingAddressCount()) ?></h3>
66
+ <div class="col-1 col-narrow">
67
+ <div class="box">
68
+ <div class="box-title">
69
+ <h4><?php echo $this->__('Shipping To') ?> <span class="separator">|</span> <a href="<?php echo $this->getEditShippingAddressUrl($_address) ?>"><?php echo $this->__('Change') ?></a></h4>
70
+ </div>
71
+ <div class="box-content">
72
+ <address>
73
+ <?php echo $_address->format('html') ?>
74
+ </address>
75
+ </div>
76
+ </div>
77
+ <div class="box">
78
+ <div class="box-title">
79
+ <h4><?php echo $this->__('Shipping Method') ?> <span class="separator">|</span> <a href="<?php echo $this->getEditShippingUrl() ?>"><?php echo $this->__('Change') ?></a></h4>
80
+ </div>
81
+ <div class="box-content">
82
+ <?php if($_rate=$this->getShippingAddressRate($_address)): ?>
83
+ <p>
84
+ <?php echo $this->escapeHtml($_rate->getCarrierTitle()) ?> - <?php echo $this->escapeHtml($_rate->getMethodTitle()) ?>
85
+ <?php $_excl = $this->getShippingPriceExclTax($_address); ?>
86
+ <?php $_incl = $this->getShippingPriceInclTax($_address); ?>
87
+ <?php echo $_excl; ?>
88
+ <?php if ($this->helper('tax')->displayShippingBothPrices() && $_incl != $_excl): ?>
89
+ (<?php echo $this->__('Incl. Tax'); ?> <?php echo $_incl; ?>)
90
+ <?php endif; ?>
91
+ </p>
92
+ <?php endif; ?>
93
+ </div>
94
+ </div>
95
+ </div>
96
+ <div class="col-2 col-wide">
97
+ <h4><?php echo $this->__('Items') ?> <span class="separator">|</span> <a href="<?php echo $this->getAddressesEditUrl() ?>"><?php echo $this->__('Edit Items') ?></a></h4>
98
+ <table class="data-table" id="overview-table-<?php echo $_address->getId() ?>">
99
+ <col />
100
+ <col width="1" />
101
+ <?php if ($this->helper('tax')->displayCartBothPrices()): ?>
102
+ <col width="1" />
103
+ <?php endif; ?>
104
+ <col width="1" />
105
+ <col width="1" />
106
+ <?php if ($this->helper('tax')->displayCartBothPrices()): ?>
107
+ <col width="1" />
108
+ <?php endif; ?>
109
+ <thead>
110
+ <tr>
111
+ <th rowspan="<?php echo $mergedCells; ?>"><?php echo $this->__('Product Name') ?></th>
112
+ <th colspan="<?php echo $mergedCells; ?>" class="a-center"><?php echo $this->__('Price') ?></th>
113
+ <th rowspan="<?php echo $mergedCells; ?>"><?php echo $this->__('Qty') ?></th>
114
+ <th colspan="<?php echo $mergedCells; ?>" class="a-center"><?php echo $this->__('Subtotal') ?></th>
115
+ </tr>
116
+ <?php if ($this->helper('tax')->displayCartBothPrices()): ?>
117
+ <tr>
118
+ <th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
119
+ <th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
120
+ <th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
121
+ <th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
122
+ </tr>
123
+ <?php endif; ?>
124
+ </thead>
125
+ <tfoot>
126
+ <?php echo $this->renderTotals($this->getShippingAddressTotals($_address)); ?>
127
+ </tfoot>
128
+ <tbody>
129
+ <?php foreach ($this->getShippingAddressItems($_address) as $_item): ?>
130
+ <?php echo $this->getRowItemHtml($_item); ?>
131
+ <?php endforeach; ?>
132
+ </tbody>
133
+ </table>
134
+ <script type="text/javascript">decorateTable('overview-table-<?php echo $_address->getId() ?>')</script>
135
+ </div>
136
+ <?php if($this->getShippingAddressCount()!=$_index+1): ?>
137
+ <div class="divider"></div>
138
+ <?php endif; ?>
139
+ <?php endforeach; ?>
140
+ </div>
141
+ <?php if ($this->getQuote()->hasVirtualItems()): ?>
142
+ <div class="col2-set">
143
+ <h2 class="legend"><?php echo $this->__('Other Items in Your Order') ?></h2>
144
+ <div class="col-1 col-narrow"></div>
145
+ <div class="col-2 col-wide">
146
+ <h3><?php echo $this->__('Items') ?> <span class="separator">|</span> <a href="<?php echo $this->getVirtualProductEditUrl() ?>"><?php echo $this->__('Edit Items') ?></a></h3>
147
+ <?php $mergedCells = ($this->helper('tax')->displayCartBothPrices() ? 2 : 1); ?>
148
+ <table class="data-table" id="virtual-overview-table">
149
+ <col />
150
+ <col width="1" />
151
+ <?php if ($this->helper('tax')->displayCartBothPrices()): ?>
152
+ <col width="1" />
153
+ <?php endif; ?>
154
+ <col width="1" />
155
+ <col width="1" />
156
+ <?php if ($this->helper('tax')->displayCartBothPrices()): ?>
157
+ <col width="70" />
158
+ <?php endif; ?>
159
+ <thead>
160
+ <tr>
161
+ <th rowspan="<?php echo $mergedCells; ?>"><?php echo $this->__('Product Name') ?></th>
162
+ <th colspan="<?php echo $mergedCells; ?>" class="a-center"><?php echo $this->__('Price') ?></th>
163
+ <th rowspan="<?php echo $mergedCells; ?>"><?php echo $this->__('Qty') ?></th>
164
+ <th colspan="<?php echo $mergedCells; ?>" class="a-center"><?php echo $this->__('Subtotal') ?></th>
165
+ </tr>
166
+ <?php if ($this->helper('tax')->displayCartBothPrices()): ?>
167
+ <tr>
168
+ <th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
169
+ <th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
170
+ <th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
171
+ <th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
172
+ </tr>
173
+ <?php endif; ?>
174
+ </thead>
175
+ <tfoot>
176
+ <?php echo $this->renderTotals($this->getBillinAddressTotals()); ?>
177
+ </tfoot>
178
+ <tbody>
179
+ <?php foreach ($this->getVirtualItems() as $_item): ?>
180
+ <?php echo $this->getRowItemHtml($_item); ?>
181
+ <?php endforeach; ?>
182
+ </tbody>
183
+ </table>
184
+ <script type="text/javascript">decorateTable('virtual-overview-table')</script>
185
+ </div>
186
+ </div>
187
+ <?php endif; ?>
188
+
189
+ <?php echo $this->getChildHtml('items_after'); ?>
190
+
191
+ <div id="checkout-review-submit">
192
+ <?php echo $this->getChildHtml('agreements') ?>
193
+ <div class="place-order">
194
+ <div class="grand-total">
195
+ <div class="inner">
196
+ <big><?php echo $this->__('Grand Total:') ?> <?php echo $this->helper('checkout')->formatPrice($this->getTotal()) ?></big>
197
+ <div id="review-buttons-container">
198
+ <button type="submit" title="<?php echo $this->__('Place Order') ?>" class="button btn-checkout" id="review-button"><span><span><?php echo $this->__('Place Order') ?></span></span></button>
199
+ </div>
200
+ </div>
201
+ </div>
202
+ <span class="please-wait" id="review-please-wait" style="display:none;">
203
+ <img src="<?php echo $this->getSkinUrl('images/opc-ajax-loader2.gif') ?>" alt="<?php echo $this->__('Submitting order information...') ?>" title="<?php echo $this->__('Submitting order information...') ?>" class="v-middle" /> <?php echo $this->__('Submitting order information...') ?>
204
+ </span>
205
+ </div>
206
+ </div>
207
+ <div class="buttons-set">
208
+ <p class="back-link"><a href="<?php echo $this->getBackUrl() ?>"><small>&laquo; </small><?php echo $this->__('Back to Billing Information') ?></a></p>
209
+ </div>
210
+ </form>
211
+ <script type="text/javascript">
212
+ //<![CDATA[
213
+ var submitted = false;
214
+
215
+ function showLoader()
216
+ {
217
+ if (submitted) {
218
+ return false;
219
+ }
220
+ if ($('checkout-agreements')) {
221
+ var checkboxes = $$('#checkout-agreements input');
222
+ for (var i=0, l=checkboxes.length; i<l; i++) {
223
+ if (!checkboxes[i].checked) {
224
+ alert("<?php echo $this->__('Please agree to all Terms and Conditions before placing the orders.')?>");
225
+ return false;
226
+ }
227
+ }
228
+ }
229
+
230
+ submitted = true;
231
+ var step='review';
232
+ Element.show(step+'-please-wait');
233
+ $(step+'-buttons-container').setStyle({opacity:.5});
234
+ $(step+'-buttons-container').descendants().each(function(s) {
235
+ s.disabled = true;
236
+ });
237
+ return true;
238
+ }
239
+ //]]>
240
+ </script>
241
+ </div>
app/design/frontend/default/toys_purple/template/newsletter/subscribe.phtml ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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="clearfix">
35
+ <div class="input-box">
36
+ <input type="text" name="email" id="newsletter" title="<?php echo $this->__('Sign up for our newsletter') ?>" class="input-text required-entry validate-email" />
37
+ </div>
38
+ <div class="actions">
39
+ <button type="submit" title="<?php echo $this->__('Subscribe') ?>" class="button"><span><span><?php echo $this->__('Subscribe') ?></span></span></button>
40
+ </div>
41
+ </div>
42
+ </div>
43
+ </form>
44
+ <script type="text/javascript">
45
+ //<![CDATA[
46
+ var newsletterSubscriberFormDetail = new VarienForm('newsletter-validate-detail');
47
+ //]]>
48
+ </script>
49
+ </div>
app/design/frontend/default/toys_purple/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 class="v-middle" src="<?php echo $this->getSkinUrl('images/');?>bread_pipe.gif" alt="" /></span>
41
+ <?php endif; ?>
42
+ </li>
43
+ <?php endforeach; ?>
44
+ </ul>
45
+ </div>
46
+ <?php endif; ?>
app/design/frontend/default/toys_purple/template/page/html/footer.phtml ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <div class="footer-container">
28
+ <div class="footer">
29
+ <div class="footer_links">
30
+ <?php echo $this->getChildHtml() ?>
31
+ </div>
32
+ <!--<p class="bugs"><?php echo $this->__('Help Us to Keep Magento Healthy') ?> - <a href="http://www.magentocommerce.com/bug-tracking" onclick="this.target='_blank'"><strong><?php echo $this->__('Report All Bugs') ?></strong></a> <?php echo $this->__('(ver. %s)', Mage::getVersion()) ?></p>-->
33
+ <address><?php echo $this->getCopyright() ?></address>
34
+ </div>
35
+ </div>
app/design/frontend/default/toys_purple/template/page/html/header.phtml ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ /**
27
+ * @var Mage_Page_Block_Html_Header $this
28
+ */
29
+ ?>
30
+ <div class="header-container">
31
+ <div class="header">
32
+ <?php if ($this->getIsHomePage()):?>
33
+ <h1 class="logo"><strong><?php echo $this->getLogoAlt() ?></strong><a href="<?php echo $this->getUrl('') ?>" title="<?php echo $this->getLogoAlt() ?>" class="logo"><img src="<?php echo $this->getLogoSrc() ?>" alt="<?php echo $this->getLogoAlt() ?>" /></a></h1>
34
+ <?php else:?>
35
+ <a href="<?php echo $this->getUrl('') ?>" title="<?php echo $this->getLogoAlt() ?>" class="logo"><strong><?php echo $this->getLogoAlt() ?></strong><img src="<?php echo $this->getLogoSrc() ?>" alt="<?php echo $this->getLogoAlt() ?>" /></a>
36
+ <?php endif?>
37
+ <div class="quick-access">
38
+ <?php echo $this->getChildHtml('store_language') ?>
39
+ <p class="welcome-msg"><?php echo $this->getWelcome() ?> <?php echo $this->getAdditionalHtml() ?></p>
40
+ <?php echo $this->getChildHtml('topLinks') ?>
41
+ </div>
42
+ <?php echo $this->getChildHtml('topContainer'); ?>
43
+ </div>
44
+ </div>
45
+ <div class="menu_search">
46
+ <?php echo $this->getChildHtml('topMenu') ?>
47
+ <?php echo $this->getChildHtml('topSearch') ?>
48
+ <div class="nav_first_bg"></div>
49
+ </div>
app/design/frontend/default/toys_purple/template/reports/home_product_compared.phtml ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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="new_products">
30
+ <h2 class="subtitle"><?php echo $this->__('Your Recently Compared') ?></h2>
31
+ <?php $_columnCount = $this->getColumnCount(); ?>
32
+ <?php
33
+ $r_template = $this->getLayout()->getBlock('root')->getTemplate();
34
+ switch ($r_template)
35
+ {
36
+ case "page/2columns-right.phtml":
37
+ case "page/2columns-left.phtml":
38
+ $_columnCount = 3;
39
+ break;
40
+ case "page/3columns.phtml":
41
+ $_columnCount = 2;
42
+ break;
43
+ default:
44
+ $_columnCount = 4;
45
+ }
46
+ ?>
47
+ <?php $i=0; foreach ($_products as $_product): ?>
48
+ <?php if ($i++%$_columnCount==0): ?>
49
+ <ul class="products-grid">
50
+ <?php endif; ?>
51
+ <li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
52
+ <div class="grid-item-bg">
53
+ <h3 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></h3>
54
+ <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(120) ?>" width="120" height="120" alt="<?php echo $this->stripTags($_product->getName(), null, true) ?>" /></a>
55
+
56
+ <?php //echo $this->getReviewsSummaryHtml($_product, 'short') ?>
57
+ <div class="clearfix price_cart">
58
+ <?php echo $this->getPriceHtml($_product, true, '-home-compared') ?>
59
+ <div class="actions">
60
+ <?php if($_product->isSaleable()): ?>
61
+ <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
+ <?php else: ?>
63
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
64
+ <?php endif; ?>
65
+ <!--<ul class="add-to-links">
66
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
67
+ <li><a href="<?php echo $this->getAddToWishlistUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
68
+ <?php endif; ?>
69
+ <?php if ($_compareUrl = $this->getAddToCompareUrl($_product)): ?>
70
+ <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
71
+ <?php endif; ?>
72
+ </ul>-->
73
+ </div>
74
+ </div>
75
+ </div>
76
+ </li>
77
+ <?php if ($i%$_columnCount==0 || $i==count($_products)): ?>
78
+ </ul>
79
+ <?php endif; ?>
80
+ <?php endforeach; ?>
81
+ </div>
82
+ <?php endif; ?>
app/design/frontend/default/toys_purple/template/reports/home_product_viewed.phtml ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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="new_products">
35
+ <h2 class="subtitle"><?php echo $this->__('Your Recently Viewed') ?></h2>
36
+ <?php $_columnCount = $this->getColumnCount(); ?>
37
+ <?php
38
+ $r_template = $this->getLayout()->getBlock('root')->getTemplate();
39
+ switch ($r_template)
40
+ {
41
+ case "page/2columns-right.phtml":
42
+ case "page/2columns-left.phtml":
43
+ $_columnCount = 3;
44
+ break;
45
+ case "page/3columns.phtml":
46
+ $_columnCount = 2;
47
+ break;
48
+ default:
49
+ $_columnCount = 4;
50
+ }
51
+ ?>
52
+ <?php $i=0; foreach ($_products as $_product): ?>
53
+ <?php if ($i++%$_columnCount==0): ?>
54
+ <ul class="products-grid">
55
+ <?php endif; ?>
56
+ <li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
57
+ <div class="grid-item-bg">
58
+ <h3 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></h3>
59
+ <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(120) ?>" width="120" height="120" alt="<?php echo $this->stripTags($_product->getName(), null, true) ?>" /></a>
60
+ <?php //echo $this->getReviewsSummaryHtml($_product, 'short') ?>
61
+ <div class="clearfix price_cart">
62
+ <?php echo $this->getPriceHtml($_product, true, '-home-viewed') ?>
63
+ <div class="actions">
64
+ <?php if($_product->isSaleable()): ?>
65
+ <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>
66
+ <?php else: ?>
67
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
68
+ <?php endif; ?>
69
+ <!--<ul class="add-to-links">
70
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
71
+ <li><a href="<?php echo $this->getAddToWishlistUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
72
+ <?php endif; ?>
73
+ <?php if ($_compareUrl = $this->getAddToCompareUrl($_product)): ?>
74
+ <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
75
+ <?php endif; ?>
76
+ </ul>-->
77
+ </div>
78
+ </div>
79
+ </div>
80
+ </li>
81
+ <?php if ($i%$_columnCount==0 || $i==count($_products)): ?>
82
+ </ul>
83
+ <?php endif; ?>
84
+ <?php endforeach; ?>
85
+ </div>
86
+ <?php endif; ?>
app/design/frontend/default/toys_purple/template/review/product/view/list_tab.phtml ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+
28
+ <?php $_items = $this->getReviewsCollection()->getItems();?>
29
+ <div class="box-collateral box-reviews" id="customer-reviews">
30
+ <?php if (count($_items)):?>
31
+ <h2><?php echo $this->__('Customer Reviews') ?></h2>
32
+ <?php echo $this->getChildHtml('toolbar') ?>
33
+ <dl>
34
+ <?php foreach ($_items as $_review):?>
35
+ <dt>
36
+ <a href="<?php echo $this->getReviewUrl($_review->getId()) ?>"><?php echo $this->htmlEscape($_review->getTitle()) ?></a> <?php echo $this->__('Review by <span>%s</span>', $this->htmlEscape($_review->getNickname())) ?>
37
+ </dt>
38
+ <dd>
39
+ <?php $_votes = $_review->getRatingVotes(); ?>
40
+ <?php if (count($_votes)): ?>
41
+ <table class="ratings-table">
42
+ <col width="1" />
43
+ <col />
44
+ <tbody>
45
+ <?php foreach ($_votes as $_vote): ?>
46
+ <tr>
47
+ <th><?php echo $this->escapeHtml($_vote->getRatingCode()) ?></th>
48
+ <td>
49
+ <div class="rating-box">
50
+ <div class="rating" style="width:<?php echo $_vote->getPercent() ?>%;"></div>
51
+ </div>
52
+ </td>
53
+ </tr>
54
+ <?php endforeach; ?>
55
+ </tbody>
56
+ </table>
57
+ <?php endif; ?>
58
+ <?php echo nl2br($this->htmlEscape($_review->getDetail())) ?>
59
+ <small class="date"><?php echo $this->__('(Posted on %s)', $this->formatDate($_review->getCreatedAt()), 'long') ?></small>
60
+ </dd>
61
+ <?php endforeach; ?>
62
+ </dl>
63
+ <?php echo $this->getChildHtml('toolbar') ?>
64
+ <?php endif;?>
65
+ <?php echo $this->getLayout()->createBlock("review/form")->setTemplate("review/form.phtml")->toHtml()?>
66
+ </div>
app/design/frontend/default/toys_purple/template/sales/order/items.phtml ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 $_order = $this->getOrder() ?>
28
+ <table class="data-table" id="my-orders-table" summary="<?php echo $this->__('Items Ordered') ?>">
29
+ <col />
30
+ <col width="1" />
31
+ <col width="1" />
32
+ <col width="1" />
33
+ <col width="1" />
34
+ <thead>
35
+ <tr>
36
+ <th><?php echo $this->__('Product Name') ?></th>
37
+ <th><?php echo $this->__('SKU') ?></th>
38
+ <th class="a-center"><?php echo $this->__('Price') ?></th>
39
+ <th class="a-center"><?php echo $this->__('Qty') ?></th>
40
+ <th class="a-center"><?php echo $this->__('Subtotal') ?></th>
41
+ </tr>
42
+ </thead>
43
+ <tfoot>
44
+ <?php echo $this->getChildHtml('order_totals') ?>
45
+ </tfoot>
46
+ <?php $_items = $_order->getItemsCollection(); ?>
47
+ <?php $_index = 0; ?>
48
+ <?php $_count = $_items->count(); ?>
49
+ <?php foreach ($_items as $_item): ?>
50
+ <?php if ($_item->getParentItem()) continue; ?>
51
+ <tbody>
52
+ <?php echo $this->getItemHtml($_item) ?>
53
+ <?php if($this->helper('giftmessage/message')->getIsMessagesAvailable('order_item', $_item) && $_item->getGiftMessageId()): ?>
54
+ <tr class="border<?php echo ($_index++ > $_count ?' last':'') ?>" id="order-item-gift-message-<?php echo $_item->getId() ?>" style="display:none;">
55
+ <?php $_giftMessage=$this->helper('giftmessage/message')->getGiftMessageForEntity($_item); ?>
56
+ <td class="gift-message-row" colspan="7">
57
+ <a href="#" title="<?php echo $this->__('Close') ?>" onclick="return giftMessageToogle('<?php echo $_item->getId() ?>');" class="btn-close"><?php echo $this->__('Close') ?></a>
58
+ <dl class="gift-message">
59
+ <dt><strong><?php echo $this->__('From:') ?></strong> <?php echo $this->htmlEscape($_giftMessage->getRecipient()) ?></dt>
60
+ <dt><strong><?php echo $this->__('To:') ?></strong> <?php echo $this->htmlEscape($_giftMessage->getSender()) ?></dt>
61
+ <dd><?php echo $this->helper('giftmessage/message')->getEscapedGiftMessage($_item) ?></dd>
62
+ </dl>
63
+ </td>
64
+ </tr>
65
+ <?php endif ?>
66
+ </tbody>
67
+ <?php endforeach; ?>
68
+ </table>
69
+ <script type="text/javascript">decorateTable('my-orders-table', {'tbody' : ['odd', 'even'], 'tbody tr' : ['first', 'last']})</script>
app/design/frontend/default/toys_purple/template/sales/order/items/renderer/default.phtml ADDED
@@ -0,0 +1,323 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 $_item = $this->getItem() ?>
28
+ <tr class="border" id="order-item-row-<?php echo $_item->getId() ?>">
29
+ <td><h3 class="product-name"><?php echo $this->htmlEscape($_item->getName()) ?></h3>
30
+ <?php if($_options = $this->getItemOptions()): ?>
31
+ <dl class="item-options">
32
+ <?php foreach ($_options as $_option) : ?>
33
+ <dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
34
+ <?php if (!$this->getPrintStatus()): ?>
35
+ <?php $_formatedOptionValue = $this->getFormatedOptionValue($_option) ?>
36
+ <dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>>
37
+ <?php echo $_formatedOptionValue['value'] ?>
38
+ <?php if (isset($_formatedOptionValue['full_view'])): ?>
39
+ <div class="truncated_full_value">
40
+ <dl class="item-options">
41
+ <dt><?php echo $this->escapeHtml($_option['label']) ?></dt>
42
+ <dd><?php echo $_formatedOptionValue['full_view'] ?></dd>
43
+ </dl>
44
+ </div>
45
+ <?php endif; ?>
46
+ </dd>
47
+ <?php else: ?>
48
+ <dd>
49
+ <?php echo nl2br($this->htmlEscape( (isset($_option['print_value']) ? $_option['print_value'] : $_option['value']) )) ?>
50
+ </dd>
51
+ <?php endif; ?>
52
+ <?php endforeach; ?>
53
+ </dl>
54
+ <?php endif; ?>
55
+ <?php $addtInfoBlock = $this->getProductAdditionalInformationBlock(); ?>
56
+ <?php if ($addtInfoBlock) :?>
57
+ <?php echo $addtInfoBlock->setItem($_item)->toHtml(); ?>
58
+ <?php endif; ?>
59
+ <?php echo $this->htmlEscape($_item->getDescription()) ?>
60
+ <?php if($this->helper('giftmessage/message')->getIsMessagesAvailable('order_item', $_item) && $_item->getGiftMessageId()): ?>
61
+ <a href="#" id="order-item-gift-message-link-<?php echo $_item->getId() ?>" class="gift-message-link" onclick="return giftMessageToogle('<?php echo $_item->getId() ?>')"><?php echo $this->__('Gift Message') ?></a>
62
+ <?php endif; ?>
63
+ </td>
64
+ <td><?php echo $this->htmlEscape(Mage::helper('core/string')->splitInjection($this->getSku())) ?></td>
65
+ <td class="a-center">
66
+ <?php if ($this->helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceExclTax()): ?>
67
+ <span class="price-excl-tax">
68
+ <?php if ($this->helper('tax')->displaySalesBothPrices()): ?>
69
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
70
+ <span class="cart-price">
71
+ <?php endif; ?>
72
+ <span class="label"><?php echo $this->__('Excl. Tax'); ?>:</span>
73
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
74
+ </span>
75
+ <?php endif; ?>
76
+ <?php endif; ?>
77
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
78
+ <span class="cart-tax-total" onclick="taxToggle('eunit-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
79
+ <?php else: ?>
80
+ <span class="cart-price">
81
+ <?php endif; ?>
82
+
83
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(0, 1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
84
+ <?php echo $this->getOrder()->formatPrice($this->getItem()->getPrice()+$this->getItem()->getWeeeTaxAppliedAmount()+$this->getItem()->getWeeeTaxDisposition()); ?>
85
+ <?php else: ?>
86
+ <?php echo $this->getOrder()->formatPrice($this->getItem()->getPrice()) ?>
87
+ <?php endif; ?>
88
+
89
+ </span>
90
+
91
+
92
+ <?php if (Mage::helper('weee')->getApplied($this->getItem())): ?>
93
+
94
+ <span class="cart-tax-info" id="eunit-item-tax-details<?php echo $this->getItem()->getId(); ?>" style="display:none;">
95
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
96
+ <small>
97
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
98
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['amount']); ?></span>
99
+ <?php endforeach; ?>
100
+ </small>
101
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
102
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
103
+ <span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['amount_incl_tax']); ?></small></span>
104
+ <?php endforeach; ?>
105
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 4, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
106
+ <small>
107
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
108
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['amount_incl_tax']); ?></span>
109
+ <?php endforeach; ?>
110
+ </small>
111
+ <?php endif; ?>
112
+ </span>
113
+
114
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
115
+ <span class="cart-tax-total" onclick="taxToggle('eunit-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
116
+ <span class="nobr"><?php echo Mage::helper('weee')->__('Total'); ?>:<br /> <?php echo $this->getOrder()->formatPrice($this->getItem()->getPrice()+$this->getItem()->getWeeeTaxAppliedAmount()+$this->getItem()->getWeeeTaxDisposition()); ?></span>
117
+ </span>
118
+ <?php endif; ?>
119
+ <?php endif; ?>
120
+ </span>
121
+ <br />
122
+ <?php endif; ?>
123
+ <?php if ($this->helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceInclTax()): ?>
124
+ <span class="price-incl-tax">
125
+ <?php if ($this->helper('tax')->displaySalesBothPrices()): ?>
126
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
127
+ <span class="cart-price">
128
+ <?php endif; ?>
129
+ <span class="label"><?php echo $this->__('Incl. Tax'); ?>:</span>
130
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
131
+ </span>
132
+ <?php endif; ?>
133
+ <?php endif; ?>
134
+ <?php $_incl = $this->helper('checkout')->getPriceInclTax($this->getItem()); ?>
135
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
136
+ <span class="cart-tax-total" onclick="taxToggle('unit-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
137
+ <?php else: ?>
138
+ <span class="cart-price">
139
+ <?php endif; ?>
140
+
141
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(0, 1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
142
+ <?php echo $this->getOrder()->formatPrice($_incl+$this->getItem()->getWeeeTaxAppliedAmount()); ?>
143
+ <?php else: ?>
144
+ <?php echo $this->getOrder()->formatPrice($_incl-$this->getItem()->getWeeeTaxDisposition()) ?>
145
+ <?php endif; ?>
146
+
147
+ </span>
148
+
149
+
150
+ <?php if (Mage::helper('weee')->getApplied($this->getItem())): ?>
151
+
152
+ <span class="cart-tax-info" id="unit-item-tax-details<?php echo $this->getItem()->getId(); ?>" style="display:none;">
153
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
154
+ <small>
155
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
156
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['amount']); ?></span>
157
+ <?php endforeach; ?>
158
+ </small>
159
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
160
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
161
+ <span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['amount_incl_tax']); ?></small></span>
162
+ <?php endforeach; ?>
163
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 4, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
164
+ <small>
165
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
166
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['amount_incl_tax']); ?></span>
167
+ <?php endforeach; ?>
168
+ </small>
169
+ <?php endif; ?>
170
+ </span>
171
+
172
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
173
+ <span class="cart-tax-total" onclick="taxToggle('unit-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
174
+ <span class="nobr"><?php echo Mage::helper('weee')->__('Total incl. tax'); ?>:<br /> <?php echo $this->getOrder()->formatPrice($_incl+$this->getItem()->getWeeeTaxAppliedAmount()); ?></span>
175
+ </span>
176
+ <?php endif; ?>
177
+ <?php endif; ?>
178
+ </span>
179
+ <?php endif; ?>
180
+ </td>
181
+ <td class="a-center">
182
+ <span class="nobr">
183
+ <?php if ($this->getItem()->getQtyOrdered() > 0): ?>
184
+ <?php echo $this->__('Ordered'); ?>: <strong><?php echo $this->getItem()->getQtyOrdered()*1 ?></strong><br />
185
+ <?php endif; ?>
186
+ <?php if ($this->getItem()->getQtyShipped() > 0): ?>
187
+ <?php echo $this->__('Shipped'); ?>: <strong><?php echo $this->getItem()->getQtyShipped()*1 ?></strong><br />
188
+ <?php endif; ?>
189
+ <?php if ($this->getItem()->getQtyCanceled() > 0): ?>
190
+ <?php echo $this->__('Canceled'); ?>: <strong><?php echo $this->getItem()->getQtyCanceled()*1 ?></strong><br />
191
+ <?php endif; ?>
192
+ <?php if ($this->getItem()->getQtyRefunded() > 0): ?>
193
+ <?php echo $this->__('Refunded'); ?>: <strong><?php echo $this->getItem()->getQtyRefunded()*1 ?></strong><br />
194
+ <?php endif; ?>
195
+ </span>
196
+ </td>
197
+ <td class="a-center">
198
+ <?php if ($this->helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceExclTax()): ?>
199
+ <span class="price-excl-tax">
200
+ <?php if ($this->helper('tax')->displaySalesBothPrices()): ?>
201
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
202
+ <span class="cart-price">
203
+ <?php endif; ?>
204
+ <span class="label"><?php echo $this->__('Excl. Tax'); ?>:</span>
205
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
206
+ </span>
207
+ <?php endif; ?>
208
+ <?php endif; ?>
209
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
210
+ <span class="cart-tax-total" onclick="taxToggle('esubtotal-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
211
+ <?php else: ?>
212
+ <span class="cart-price">
213
+ <?php endif; ?>
214
+
215
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(0, 1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
216
+ <?php echo $this->getOrder()->formatPrice($this->getItem()->getRowTotal()+$this->getItem()->getWeeeTaxAppliedRowAmount()+$this->getItem()->getWeeeTaxRowDisposition()); ?>
217
+ <?php else: ?>
218
+ <?php echo $this->getOrder()->formatPrice($this->getItem()->getRowTotal()) ?>
219
+ <?php endif; ?>
220
+
221
+ </span>
222
+
223
+
224
+ <?php if (Mage::helper('weee')->getApplied($this->getItem())): ?>
225
+
226
+ <span class="cart-tax-info" id="esubtotal-item-tax-details<?php echo $this->getItem()->getId(); ?>" style="display:none;">
227
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
228
+ <small>
229
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
230
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['row_amount']); ?></span>
231
+ <?php endforeach; ?>
232
+ </small>
233
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
234
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
235
+ <span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['row_amount_incl_tax']); ?></small></span>
236
+ <?php endforeach; ?>
237
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 4, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
238
+ <small>
239
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
240
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['row_amount_incl_tax']); ?></span>
241
+ <?php endforeach; ?>
242
+ </small>
243
+ <?php endif; ?>
244
+ </span>
245
+
246
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
247
+ <span class="cart-tax-total" onclick="taxToggle('esubtotal-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
248
+ <span class="nobr"><?php echo Mage::helper('weee')->__('Total'); ?>:<br /> <?php echo $this->getOrder()->formatPrice($this->getItem()->getRowTotal()+$this->getItem()->getWeeeTaxAppliedRowAmount()+$this->getItem()->getWeeeTaxRowDisposition()); ?></span>
249
+ </span>
250
+ <?php endif; ?>
251
+ <?php endif; ?>
252
+ </span>
253
+ <br />
254
+ <?php endif; ?>
255
+ <?php if ($this->helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceInclTax()): ?>
256
+ <span class="price-incl-tax">
257
+ <?php if ($this->helper('tax')->displaySalesBothPrices()): ?>
258
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
259
+ <span class="cart-price">
260
+ <?php endif; ?>
261
+ <span class="label"><?php echo $this->__('Incl. Tax'); ?>:</span>
262
+ <?php if (!Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
263
+ </span>
264
+ <?php endif; ?>
265
+ <?php endif; ?>
266
+ <?php $_incl = $this->helper('checkout')->getSubtotalInclTax($this->getItem()); ?>
267
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
268
+ <span class="cart-tax-total" onclick="taxToggle('subtotal-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
269
+ <?php else: ?>
270
+ <span class="cart-price">
271
+ <?php endif; ?>
272
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), array(0, 1, 4), 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
273
+ <?php echo $this->getOrder()->formatPrice($_incl+$this->getItem()->getWeeeTaxAppliedRowAmount()); ?>
274
+ <?php else: ?>
275
+ <?php echo $this->getOrder()->formatPrice($_incl-$this->getItem()->getWeeeTaxRowDisposition()) ?>
276
+ <?php endif; ?>
277
+
278
+ </span>
279
+
280
+
281
+ <?php if (Mage::helper('weee')->getApplied($this->getItem())): ?>
282
+
283
+ <span class="cart-tax-info" id="subtotal-item-tax-details<?php echo $this->getItem()->getId(); ?>" style="display:none;">
284
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
285
+ <small>
286
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
287
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['row_amount']); ?></span>
288
+ <?php endforeach; ?>
289
+ </small>
290
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
291
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
292
+ <span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['row_amount_incl_tax']); ?></small></span>
293
+ <?php endforeach; ?>
294
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($this->getItem(), 4, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
295
+ <small>
296
+ <?php foreach (Mage::helper('weee')->getApplied($this->getItem()) as $tax): ?>
297
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo $this->getOrder()->formatPrice($tax['row_amount_incl_tax']); ?></span>
298
+ <?php endforeach; ?>
299
+ </small>
300
+ <?php endif; ?>
301
+ </span>
302
+
303
+ <?php if (Mage::helper('weee')->typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
304
+ <span class="cart-tax-total" onclick="taxToggle('subtotal-item-tax-details<?php echo $this->getItem()->getId(); ?>', this, 'cart-tax-total-expanded');">
305
+ <span class="nobr"><?php echo Mage::helper('weee')->__('Total incl. tax'); ?>:<br /> <?php echo $this->getOrder()->formatPrice($_incl+$this->getItem()->getWeeeTaxAppliedRowAmount()); ?></span>
306
+ </span>
307
+ <?php endif; ?>
308
+ <?php endif; ?>
309
+
310
+
311
+
312
+ </span>
313
+ <?php endif; ?>
314
+ </td>
315
+ <!--
316
+ <?php if ($this->helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceExclTax()): ?>
317
+ <th class="a-right"><?php echo $this->getOrder()->formatPrice($this->getItem()->getRowTotal()) ?></th>
318
+ <?php endif; ?>
319
+ <?php if ($this->helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceInclTax()): ?>
320
+ <th class="a-right"><?php echo $this->getOrder()->formatPrice($this->helper('checkout')->getSubtotalInclTax($this->getItem())); ?></th>
321
+ <?php endif; ?>
322
+ -->
323
+ </tr>
package.xml ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <package>
3
+ <name>Toys_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 exclusive theme for Magento shopping cart is unique and has been specially developed for on-line children toys store. GoMage children toys theme can be implemented in orange, grey and purple colors. Easy navigation at your store means that you care about your clients and you want to make their shopping a really great experience. Advance search feature saves a lot of time for shoppers who are looking for a specific item as advance search allows a shopper to find exactly what he needs in few seconds.</summary>
10
+ <description>This exclusive theme for Magento shopping cart is unique and has been specially developed for on-line children toys store. GoMage children toys theme can be implemented in orange, grey and purple colors. Easy navigation at your store means that you care about your clients and you want to make their shopping a really great experience. Advance search feature saves a lot of time for shoppers who are looking for a specific item as advance search allows a shopper to find exactly what he needs in few seconds.</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>07:14:59</time>
15
+ <contents><target name="mage"><dir name="source"><dir name="Toys_gray"><file name="1_Home.psd" hash="2c19cad8951665c6a1d67d11fbba0da8"/><file name="2_Category_grid.psd" hash="ef8db2729ebc474d12920a80f3dd13da"/><file name="3_Category_list.psd" hash="3d2db3166c5c37b6f978861104674ed1"/><file name="4_Product_page.psd" hash="f195198007d35e5a28e2c4d71121b636"/><file name="5_Cart.psd" hash="1ebaf62d8c2fc9d1765e5437e84ae14f"/><file name="6_Checkout.psd" hash="d0c178ca847d25de3eec40cbe644cd6a"/><file name="7_User_account.psd" hash="32ba5505d7347bb8b8e5e767ab80e53e"/></dir><dir name="Toys_orange"><file name="1_Home.psd" hash="aeab50e04cdde21b8c35a56a511e5869"/><file name="2_Category_grid.psd" hash="baae68425fae37180b0575c58a008421"/><file name="3_Category_list.psd" hash="2267a319e3e4cb493c22128a649faa10"/><file name="4_Product_page.psd" hash="306392157fa6f25ecf0c0d5c410bd66f"/><file name="5_Cart.psd" hash="5d25f84ba818ba532e2457579aaeac99"/><file name="6_Checkout.psd" hash="3b0f442d98b5f56b280aa00b5f3bd8df"/><file name="7_User_account.psd" hash="61bf1a54945cd68703d512da1388e384"/></dir><dir name="Toys_purple"><file name="1_Home.psd" hash="3ef233e8fe18c43ce4b1c0cbe5699d57"/><file name="2_Category_grid.psd" hash="4f806f759ba8347760ab39aa27fb80f9"/><file name="3_Category_list.psd" hash="afbbe4cd960fbcd0d6be35c7adde67ab"/><file name="4_Product_page.psd" hash="20a083a166f83827a9bbb26ce3abce64"/><file name="5_Cart.psd" hash="d91ac23fa7e9782dc5f3d59d148794cf"/><file name="6_Checkout.psd" hash="da78e1d7bd4088dc84762a8f6f303020"/><file name="7_User_account.psd" hash="748a19a1dc8ac2c04d7f346b6436878f"/></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="toys_gray"><dir name="layout"><file name="catalog.xml" hash="5d41a2c54d36b278082fb8c9df69df56"/><file name="newsletter.xml" hash="f79aee1c8cbbab142843a1d8942249d4"/><file name="page.xml" hash="783646f540d584fdb5478550b82422fa"/><file name="paypal.xml" hash="09fa191117e02d45bbe68ef68b871574"/><file name="tag.xml" hash="4c043a796262fd919c3f718ee0eab9a5"/></dir><dir name="template"><dir name="bundle"><dir name="sales"><dir name="order"><dir name="items"><file name="renderer.phtml" hash="05563504c324281db1c4772c42c74a18"/></dir></dir></dir></dir><dir name="catalog"><dir name="category"><file name="view.phtml" hash="4aec6675ba0d2f36b2a41933a8918f2a"/></dir><dir name="product"><dir name="list"><file name="upsell.phtml" hash="f227bf4ad46da6c89f098dcbc5faf8a8"/></dir><file name="list.phtml" hash="6dba8e5e77a9e59f83612ea54257f3bd"/><file name="new.phtml" hash="09150d58ffd6255ab37503cff6b873b4"/><dir name="view"><file name="media.phtml" hash="497ea5e600c654fbe8361e08e3160a29"/><file name="tabs.phtml" hash="ae766ac4f8968c93715da9f0addb86c3"/></dir><file name="view.phtml" hash="812beb3018b6dad2954dc2b494040534"/></dir></dir><dir name="catalogsearch"><file name="form.mini.phtml" hash="95e73758cdafc6c18a9741dbe72ade9a"/></dir><dir name="checkout"><dir name="cart"><file name="coupon.phtml" hash="74cb33814d156eb9004fe2e0116dfd95"/><file name="crosssell.phtml" hash="14f08a122f6851307e74e1eecf16f6da"/><dir name="item"><file name="default.phtml" hash="511d4677ab6d97920b663e52f612f058"/></dir></dir><file name="cart.phtml" hash="e4cf7ba36e7518221b8f5be325416351"/><dir name="multishipping"><file name="overview.phtml" hash="8736278e0264122382f371fff4a9b7a4"/></dir></dir><dir name="newsletter"><file name="subscribe.phtml" hash="b4342b218692dee8f30f169af823c76d"/></dir><dir name="page"><dir name="html"><file name="breadcrumbs.phtml" hash="af421fa827a60b7125dddfc64ab6e77e"/><file name="footer.phtml" hash="5e5c186bbd8ecbd7e2afc8e49ec59055"/><file name="header.phtml" hash="86490e3b118088977fe44d33b3d800b6"/></dir></dir><dir name="reports"><file name="home_product_compared.phtml" hash="51774a0a1c1d9a59dd604f046fa0b0e1"/><file name="home_product_viewed.phtml" hash="f5d5b3331314a813ed9acba29410a1c1"/></dir><dir name="review"><dir name="product"><dir name="view"><file name="list_tab.phtml" hash="c71a24eb5bdd4485802ab4f2e3b43bd2"/></dir></dir></dir><dir name="sales"><dir name="order"><dir name="items"><dir name="renderer"><file name="default.phtml" hash="3081c0e87aedf050fd5884ccfb1f5592"/></dir></dir><file name="items.phtml" hash="1aeef2f3fe7ca64bb268096eef012fc4"/></dir></dir></dir></dir><dir name="toys_orange"><dir name="layout"><file name="catalog.xml" hash="5d41a2c54d36b278082fb8c9df69df56"/><file name="newsletter.xml" hash="f79aee1c8cbbab142843a1d8942249d4"/><file name="page.xml" hash="783646f540d584fdb5478550b82422fa"/><file name="paypal.xml" hash="09fa191117e02d45bbe68ef68b871574"/><file name="tag.xml" hash="4c043a796262fd919c3f718ee0eab9a5"/></dir><dir name="template"><dir name="bundle"><dir name="sales"><dir name="order"><dir name="items"><file name="renderer.phtml" hash="05563504c324281db1c4772c42c74a18"/></dir></dir></dir></dir><dir name="catalog"><dir name="category"><file name="view.phtml" hash="4aec6675ba0d2f36b2a41933a8918f2a"/></dir><dir name="product"><dir name="list"><file name="upsell.phtml" hash="f227bf4ad46da6c89f098dcbc5faf8a8"/></dir><file name="list.phtml" hash="6dba8e5e77a9e59f83612ea54257f3bd"/><file name="new.phtml" hash="09150d58ffd6255ab37503cff6b873b4"/><dir name="view"><file name="media.phtml" hash="497ea5e600c654fbe8361e08e3160a29"/><file name="tabs.phtml" hash="ae766ac4f8968c93715da9f0addb86c3"/></dir><file name="view.phtml" hash="812beb3018b6dad2954dc2b494040534"/></dir></dir><dir name="catalogsearch"><file name="form.mini.phtml" hash="95e73758cdafc6c18a9741dbe72ade9a"/></dir><dir name="checkout"><dir name="cart"><file name="coupon.phtml" hash="74cb33814d156eb9004fe2e0116dfd95"/><file name="crosssell.phtml" hash="14f08a122f6851307e74e1eecf16f6da"/><dir name="item"><file name="default.phtml" hash="511d4677ab6d97920b663e52f612f058"/></dir></dir><file name="cart.phtml" hash="e4cf7ba36e7518221b8f5be325416351"/><dir name="multishipping"><file name="overview.phtml" hash="8736278e0264122382f371fff4a9b7a4"/></dir></dir><dir name="newsletter"><file name="subscribe.phtml" hash="b4342b218692dee8f30f169af823c76d"/></dir><dir name="page"><dir name="html"><file name="breadcrumbs.phtml" hash="af421fa827a60b7125dddfc64ab6e77e"/><file name="footer.phtml" hash="5e5c186bbd8ecbd7e2afc8e49ec59055"/><file name="header.phtml" hash="86490e3b118088977fe44d33b3d800b6"/></dir></dir><dir name="reports"><file name="home_product_compared.phtml" hash="51774a0a1c1d9a59dd604f046fa0b0e1"/><file name="home_product_viewed.phtml" hash="f5d5b3331314a813ed9acba29410a1c1"/></dir><dir name="review"><dir name="product"><dir name="view"><file name="list_tab.phtml" hash="c71a24eb5bdd4485802ab4f2e3b43bd2"/></dir></dir></dir><dir name="sales"><dir name="order"><dir name="items"><dir name="renderer"><file name="default.phtml" hash="3081c0e87aedf050fd5884ccfb1f5592"/></dir></dir><file name="items.phtml" hash="1aeef2f3fe7ca64bb268096eef012fc4"/></dir></dir></dir></dir><dir name="toys_purple"><dir name="layout"><file name="catalog.xml" hash="5d41a2c54d36b278082fb8c9df69df56"/><file name="newsletter.xml" hash="f79aee1c8cbbab142843a1d8942249d4"/><file name="page.xml" hash="783646f540d584fdb5478550b82422fa"/><file name="paypal.xml" hash="09fa191117e02d45bbe68ef68b871574"/><file name="tag.xml" hash="4c043a796262fd919c3f718ee0eab9a5"/></dir><dir name="template"><dir name="bundle"><dir name="sales"><dir name="order"><dir name="items"><file name="renderer.phtml" hash="05563504c324281db1c4772c42c74a18"/></dir></dir></dir></dir><dir name="catalog"><dir name="category"><file name="view.phtml" hash="4aec6675ba0d2f36b2a41933a8918f2a"/></dir><dir name="product"><dir name="list"><file name="upsell.phtml" hash="f227bf4ad46da6c89f098dcbc5faf8a8"/></dir><file name="list.phtml" hash="6dba8e5e77a9e59f83612ea54257f3bd"/><file name="new.phtml" hash="09150d58ffd6255ab37503cff6b873b4"/><dir name="view"><file name="media.phtml" hash="497ea5e600c654fbe8361e08e3160a29"/><file name="tabs.phtml" hash="ae766ac4f8968c93715da9f0addb86c3"/></dir><file name="view.phtml" hash="812beb3018b6dad2954dc2b494040534"/></dir></dir><dir name="catalogsearch"><file name="form.mini.phtml" hash="95e73758cdafc6c18a9741dbe72ade9a"/></dir><dir name="checkout"><dir name="cart"><file name="coupon.phtml" hash="74cb33814d156eb9004fe2e0116dfd95"/><file name="crosssell.phtml" hash="14f08a122f6851307e74e1eecf16f6da"/><dir name="item"><file name="default.phtml" hash="511d4677ab6d97920b663e52f612f058"/></dir></dir><file name="cart.phtml" hash="e4cf7ba36e7518221b8f5be325416351"/><dir name="multishipping"><file name="overview.phtml" hash="8736278e0264122382f371fff4a9b7a4"/></dir></dir><dir name="newsletter"><file name="subscribe.phtml" hash="b4342b218692dee8f30f169af823c76d"/></dir><dir name="page"><dir name="html"><file name="breadcrumbs.phtml" hash="af421fa827a60b7125dddfc64ab6e77e"/><file name="footer.phtml" hash="5e5c186bbd8ecbd7e2afc8e49ec59055"/><file name="header.phtml" hash="86490e3b118088977fe44d33b3d800b6"/></dir></dir><dir name="reports"><file name="home_product_compared.phtml" hash="51774a0a1c1d9a59dd604f046fa0b0e1"/><file name="home_product_viewed.phtml" hash="f5d5b3331314a813ed9acba29410a1c1"/></dir><dir name="review"><dir name="product"><dir name="view"><file name="list_tab.phtml" hash="c71a24eb5bdd4485802ab4f2e3b43bd2"/></dir></dir></dir><dir name="sales"><dir name="order"><dir name="items"><dir name="renderer"><file name="default.phtml" hash="3081c0e87aedf050fd5884ccfb1f5592"/></dir></dir><file name="items.phtml" hash="1aeef2f3fe7ca64bb268096eef012fc4"/></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="toys_gray"><dir name="css"><file name="print.css" hash="8fb2acea15ecc5730319fc4b9f45336b"/><file name="styles-ie.css" hash="da8cc8e505ed108bf1bede322e20d6bc"/><file name="styles.css" hash="3bee95a918db57164ed56c60100c1488"/></dir><dir name="images"><file name="best_selling_tr_even_bg.gif" hash="5022d648379090e306f00cd64738b146"/><file name="best_selling_tr_odd_bg.gif" hash="926622704f53796801bb5d097e116c8e"/><file name="bkg_account_box.gif" hash="dd98174b6e3e5605a3f9551a59c66841"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_body.png" hash="51f246e0032b396bc72e77a5680c1ee9"/><file name="bkg_buttons-set1.gif" hash="2c641e927bc83156b7004ea37920513c"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="6ef47d9a0e978d71982a789afe85d1c0"/><file name="bkg_form-search.gif" hash="691cee1f00d127ce8c53bc96d853999d"/><file name="bkg_grand-total.gif" hash="10f1c3d82d78170706fa3e9c4baa7e04"/><file name="bkg_login-box.gif" hash="5538675d7f1c35d96a2b8013948f42a6"/><file name="bkg_opc-title-off.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="bkg_pipe1.gif" hash="5a2ef61f38722ed79368c7e75638ffcf"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="bkg_tfoot.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_th-v.gif" hash="b0d17555dfc6060941e0c067718189df"/><file name="bkg_th.gif" hash="7268d6cc40b33ec13cf1dddaf44bdc66"/><file name="block_button_bg.gif" hash="a43ec6fb6ea8cae2f953345324cdaa93"/><file name="block_button_bg.png" hash="d32cfbf626f16cf6de04fee69aa7f335"/><file name="block_content_bg.gif" hash="cf4927572fcb7a531f7b7e18b9dcc37e"/><file name="block_content_bg2.gif" hash="e3c8d8961027a5359bf923071a8da411"/><file name="block_head_bg.gif" hash="3edf4a5b598c14fb5ac8ee246a2ccd7a"/><file name="block_head_bg2.gif" hash="f250bf2eb72bb9f41233a6f11c7162f8"/><file name="block_subscribe_bg.gif" hash="91dc3e4e0346f8966335cb75dbb714c4"/><file name="bread_pipe.gif" hash="9537b88aa24777d1671c15e858c4967b"/><file name="btn_checkout.gif" hash="d2060501e14e86c29e28137130e5726e"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_trash.gif" hash="df40e2602809994855a0dda12748b004"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="button_bg.gif" hash="6f237da6834bb99bdecf1742148b0524"/><file name="button_bg.png" hash="516e0e37bd26729be56c7a4ed6dc578d"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="cart_crossell.gif" hash="392c7f73c81f9ddb080ec496240f5efa"/><file name="cart_disc_ship_bg.gif" hash="22bc5a9bf3826a55496fb99b5c7770c7"/><file name="cart_totals_bg.gif" hash="5d7b144fc87db4b74c77a021af69220d"/><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="check_out_head.gif" hash="2bc4c0b25a6702bead0bb4b12af6cba2"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="footer_links_bg.jpg" hash="3488e4ebc344ef6ec1830ceffb341012"/><file name="grid-cal.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="9af764b97928cc95149cbedd8eaa88cc"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_desc_arrow.gif" hash="216c11da401083638a799e24fa72d799"/><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="5a795cd37c8479d4a5fda3eef5f36c58"/><file name="i_pager-prev.gif" hash="3674e2b10fa57bdb4690cf41af45572d"/><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_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="input_text_bg.gif" hash="fe5d4da9d675fd658ebc517588cd4be1"/><file name="logo.gif" hash="70fa2ad98983a71658dfb029ffb7584e"/><file name="logo_email.gif" hash="70fa2ad98983a71658dfb029ffb7584e"/><file name="logo_print.gif" hash="70fa2ad98983a71658dfb029ffb7584e"/><file name="magnifier_handle.gif" hash="6e6021de360a4f3f38f2c6071b02bd56"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><file name="nav_bg.gif" hash="e513b702f24043be020b185c15e9da4f"/><file name="nav_li_bg.gif" hash="d07bd74984860fed46a84cf7a16ff3da"/><file name="nav_li_first.gif" hash="8d8ecf74b956d98e4e3ce07ef091a68b"/><file name="nav_li_hover.gif" hash="fd85957f6365a0deb4c50dc83d69271f"/><file name="nav_sub_a_hover.gif" hash="71a67e23b2244824ec3cde8f02e0e7ff"/><file name="new_products_bg.gif" hash="2aa02423095c8a278a5e5636c87d7873"/><file name="new_products_bg.png" hash="569efdb2916c3b61ceaa89410804bb42"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="be733ef1908871a3af25a76a072a73e2"/><file name="opc-ajax-loader2.gif" hash="be733ef1908871a3af25a76a072a73e2"/><file name="pager_arrow_left.gif" hash="3674e2b10fa57bdb4690cf41af45572d"/><file name="pager_arrow_right.gif" hash="5a795cd37c8479d4a5fda3eef5f36c58"/><file name="product_img_bg.gif" hash="4f75cfa4af8afa2d6159cb6d96d31bab"/><file name="product_list_bg.gif" hash="0009bf2059c84a07a11a6115d9842ed9"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="products_grid_bg.gif" hash="8fb9e1053571ad3e8e660dfd8fbe6a2d"/><file name="slider_bg.gif" hash="f569e6512cb116f5a7fff0bd3015f12c"/><file name="slider_btn_zoom_in.gif" hash="4d06bc5f08dbacdb6a2f374b202bc48f"/><file name="slider_btn_zoom_out.gif" hash="5df778c185128ff144680e31ffc2c34f"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="subsc_button.gif" hash="1cb64e3ee82ac1d9bcc815f2de05da85"/><file name="tabs_bg.gif" hash="467ffc21b8d173f1ee0a6d6f01b9bac3"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><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="toys_orange"><dir name="css"><file name="print.css" hash="8fb2acea15ecc5730319fc4b9f45336b"/><file name="styles-ie.css" hash="da8cc8e505ed108bf1bede322e20d6bc"/><file name="styles.css" hash="17d570fa9917e2c1e69262086c4d7da9"/></dir><dir name="images"><file name="best_selling_tr_even_bg.gif" hash="5022d648379090e306f00cd64738b146"/><file name="best_selling_tr_odd_bg.gif" hash="926622704f53796801bb5d097e116c8e"/><file name="bkg_account_box.gif" hash="dd98174b6e3e5605a3f9551a59c66841"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_body.png" hash="d2e2d9c16b94267fd1473918dc1bb1e9"/><file name="bkg_buttons-set1.gif" hash="2c641e927bc83156b7004ea37920513c"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="6ef47d9a0e978d71982a789afe85d1c0"/><file name="bkg_form-search.gif" hash="83a42f93b2f7004b3a389dcb7346c8a2"/><file name="bkg_grand-total.gif" hash="10f1c3d82d78170706fa3e9c4baa7e04"/><file name="bkg_login-box.gif" hash="5538675d7f1c35d96a2b8013948f42a6"/><file name="bkg_opc-title-off.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="bkg_pipe1.gif" hash="5a2ef61f38722ed79368c7e75638ffcf"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="bkg_tfoot.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_th-v.gif" hash="b0d17555dfc6060941e0c067718189df"/><file name="bkg_th.gif" hash="7268d6cc40b33ec13cf1dddaf44bdc66"/><file name="block_button_bg.gif" hash="15bda419c9de4aa346d2c1a268e3558c"/><file name="block_button_bg.png" hash="009b5ea676b263e3d9866e3b7ced6f41"/><file name="block_content_bg.gif" hash="708d4aba8e1fa28f207d6b9a17a77d35"/><file name="block_content_bg2.gif" hash="db9be75afa87f92da3814d53f6961b46"/><file name="block_head_bg.gif" hash="f88cd8ec9a6873cd938ee6272892f1c1"/><file name="block_head_bg2.gif" hash="525479d8ae21f4bfc11787cd65e40efc"/><file name="block_subscribe_bg.gif" hash="d8adbdb760cc03a93195a8367a1be14a"/><file name="bread_pipe.gif" hash="9537b88aa24777d1671c15e858c4967b"/><file name="btn_checkout.gif" hash="d2060501e14e86c29e28137130e5726e"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_trash.gif" hash="df40e2602809994855a0dda12748b004"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="button_bg.gif" hash="127366970f42d6cf6eb767000ce475e8"/><file name="button_bg.png" hash="cbd2d49e87745a00e8ba505626d4b748"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="cart_crossell.gif" hash="d825802637bd1cb391af5d9986b6abd4"/><file name="cart_disc_ship_bg.gif" hash="dcb5cf5961749dcd21ee51e29ce00a76"/><file name="cart_totals_bg.gif" hash="fec952da55f5c3889cf008b761a218ea"/><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="check_out_head.gif" hash="73b6f6fc5c6c21c06d3b65a5a2143664"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="footer_links_bg.jpg" hash="badf9645036a0aa42c28fac162265586"/><file name="grid-cal.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="fed1537ba6f00b6ed7fb59b10115a690"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_desc_arrow.gif" hash="2f09ebf55fa627eb0ce59231157ec4bd"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_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="input_text_bg.gif" hash="fe5d4da9d675fd658ebc517588cd4be1"/><file name="logo.gif" hash="e8a8d17778885103f5abdf2023d50e46"/><file name="logo_email.gif" hash="f1d8e9e09da2a60f74d53bb0b4f85c7a"/><file name="logo_print.gif" hash="f1d8e9e09da2a60f74d53bb0b4f85c7a"/><file name="magnifier_handle.gif" hash="2ad49c3388fea9578da24bf66479b4df"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><file name="nav_bg.gif" hash="fdf3603d420f29fd11ee5826919ecf19"/><file name="nav_li_bg.gif" hash="c2e45acf401137e0642d0f1ff745d62b"/><file name="nav_li_first.gif" hash="7758ae42e2afa613fd2bcbd6f5d253b0"/><file name="nav_li_hover.gif" hash="4b9a14962b51b1b3f7878766e0482c99"/><file name="nav_sub_a_hover.gif" hash="71a67e23b2244824ec3cde8f02e0e7ff"/><file name="new_products_bg.gif" hash="f118ad1c6ac4239d623045a4b387f094"/><file name="new_products_bg.png" hash="569efdb2916c3b61ceaa89410804bb42"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="be733ef1908871a3af25a76a072a73e2"/><file name="opc-ajax-loader2.gif" hash="0b669c0694031eae0661924228863b77"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="product_img_bg.gif" hash="4030491add12bbab0d12195bbbcb9c29"/><file name="product_list_bg.gif" hash="00087d7c38d6a9d9f3d186718b9f5703"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="products_grid_bg.gif" hash="27f9d54d16022a825c57a5ce72ddc99a"/><file name="slider_bg.gif" hash="71ec215705929b343fad2c3a2bca852e"/><file name="slider_btn_zoom_in.gif" hash="c9de1304d16d99068d265512ffe58008"/><file name="slider_btn_zoom_out.gif" hash="97de0b334885c9194232971319c7c66b"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="subsc_button.gif" hash="39526613ead632221b5c568231071fd1"/><file name="tabs_bg.gif" hash="5d49ef5f0f028cb565d83fd85e8f262c"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><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="toys_purple"><dir name="css"><file name="print.css" hash="8fb2acea15ecc5730319fc4b9f45336b"/><file name="styles-ie.css" hash="da8cc8e505ed108bf1bede322e20d6bc"/><file name="styles.css" hash="e9850ec943c6fd1a36dba2874fb34577"/></dir><dir name="images"><file name="best_selling_tr_even_bg.gif" hash="5022d648379090e306f00cd64738b146"/><file name="best_selling_tr_odd_bg.gif" hash="926622704f53796801bb5d097e116c8e"/><file name="bkg_account_box.gif" hash="dd98174b6e3e5605a3f9551a59c66841"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_body.png" hash="6998bbdc936113fb6103c9b63ba1073a"/><file name="bkg_buttons-set1.gif" hash="2c641e927bc83156b7004ea37920513c"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="6ef47d9a0e978d71982a789afe85d1c0"/><file name="bkg_form-search.gif" hash="fd39111dfa7fc15879233a7a03f7918c"/><file name="bkg_grand-total.gif" hash="10f1c3d82d78170706fa3e9c4baa7e04"/><file name="bkg_login-box.gif" hash="5538675d7f1c35d96a2b8013948f42a6"/><file name="bkg_opc-title-off.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="bkg_pipe1.gif" hash="5a2ef61f38722ed79368c7e75638ffcf"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="bkg_tfoot.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_th-v.gif" hash="b0d17555dfc6060941e0c067718189df"/><file name="bkg_th.gif" hash="7268d6cc40b33ec13cf1dddaf44bdc66"/><file name="block_button_bg.gif" hash="7793e7b6b1f50dcbbbdb71ed4b54cde7"/><file name="block_button_bg.png" hash="b54c6d5b6791ebce09beb1266e1814c9"/><file name="block_content_bg.gif" hash="cf4927572fcb7a531f7b7e18b9dcc37e"/><file name="block_content_bg2.gif" hash="e3c8d8961027a5359bf923071a8da411"/><file name="block_head_bg.gif" hash="4ce4b1cbafc0b6a2d71034ba21048d74"/><file name="block_head_bg2.gif" hash="f250bf2eb72bb9f41233a6f11c7162f8"/><file name="block_subscribe_bg.gif" hash="91dc3e4e0346f8966335cb75dbb714c4"/><file name="bread_pipe.gif" hash="9537b88aa24777d1671c15e858c4967b"/><file name="btn_checkout.gif" hash="d2060501e14e86c29e28137130e5726e"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_trash.gif" hash="df40e2602809994855a0dda12748b004"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="button_bg.gif" hash="416ee4ecfc89773698d953cfed13f0b2"/><file name="button_bg.png" hash="a4d19dcbddea0a1b3909bb6d23a66ce9"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="cart_crossell.gif" hash="392c7f73c81f9ddb080ec496240f5efa"/><file name="cart_disc_ship_bg.gif" hash="22bc5a9bf3826a55496fb99b5c7770c7"/><file name="cart_totals_bg.gif" hash="5d7b144fc87db4b74c77a021af69220d"/><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="check_out_head.gif" hash="5d7d33068b360c80443ae6b001b4dce6"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="footer_links_bg.jpg" hash="3488e4ebc344ef6ec1830ceffb341012"/><file name="grid-cal.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="309d12c13d475570a12135d4328bb233"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_desc_arrow.gif" hash="187795236ac473ac2c0d9cbb035a271f"/><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="5a795cd37c8479d4a5fda3eef5f36c58"/><file name="i_pager-prev.gif" hash="3674e2b10fa57bdb4690cf41af45572d"/><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_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="input_text_bg.gif" hash="fe5d4da9d675fd658ebc517588cd4be1"/><file name="logo.gif" hash="76bf844495cd30018ebe48c190a51b22"/><file name="logo_email.gif" hash="76bf844495cd30018ebe48c190a51b22"/><file name="logo_print.gif" hash="76bf844495cd30018ebe48c190a51b22"/><file name="magnifier_handle.gif" hash="6e6021de360a4f3f38f2c6071b02bd56"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><file name="nav_bg.gif" hash="00f98a45659d4f4787dd77c503993af5"/><file name="nav_li_bg.gif" hash="466f8f883d40c4c02e8291300faae21f"/><file name="nav_li_first.gif" hash="8d8ecf74b956d98e4e3ce07ef091a68b"/><file name="nav_li_hover.gif" hash="77b7c0dc9912e36a0de166a31f0356ab"/><file name="nav_sub_a_hover.gif" hash="71a67e23b2244824ec3cde8f02e0e7ff"/><file name="new_products_bg.gif" hash="2aa02423095c8a278a5e5636c87d7873"/><file name="new_products_bg.png" hash="569efdb2916c3b61ceaa89410804bb42"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="bbc3337e50c6254826cc758496a51580"/><file name="opc-ajax-loader2.gif" hash="bbc3337e50c6254826cc758496a51580"/><file name="pager_arrow_left.gif" hash="3674e2b10fa57bdb4690cf41af45572d"/><file name="pager_arrow_right.gif" hash="5a795cd37c8479d4a5fda3eef5f36c58"/><file name="product_img_bg.gif" hash="4f75cfa4af8afa2d6159cb6d96d31bab"/><file name="product_list_bg.gif" hash="0009bf2059c84a07a11a6115d9842ed9"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="products_grid_bg.gif" hash="8fb9e1053571ad3e8e660dfd8fbe6a2d"/><file name="slider_bg.gif" hash="7858b71ce24b77291b80532234ab53c2"/><file name="slider_btn_zoom_in.gif" hash="55f64e2e87eb820c395c4c7bef52cea8"/><file name="slider_btn_zoom_out.gif" hash="76210dc05d03400d25bca109f3c504c3"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="subsc_button.gif" hash="1cb64e3ee82ac1d9bcc815f2de05da85"/><file name="tabs_bg.gif" hash="668d6a6a743a6dbd16116f2255ea4eee"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><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/toys_gray/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/toys_gray/css/styles-ie.css ADDED
@@ -0,0 +1,171 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Magento
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the Academic Free License (AFL 3.0)
7
+ * that is bundled with this package in the file LICENSE_AFL.txt.
8
+ * It is also available through the world-wide-web at this URL:
9
+ * http://opensource.org/licenses/afl-3.0.php
10
+ * If you did not receive a copy of the license and are unable to
11
+ * obtain it through the world-wide-web, please send an email
12
+ * to license@magentocommerce.com so we can send you a copy immediately.
13
+ *
14
+ * DISCLAIMER
15
+ *
16
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
17
+ * versions in the future. If you wish to customize Magento for your
18
+ * needs please refer to http://www.magentocommerce.com for more information.
19
+ *
20
+ * @category design
21
+ * @package default_default
22
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
23
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
+ */
25
+
26
+ /* IE 6 only */
27
+ * html .validation-advice { height:13px; }
28
+ * html .error-msg,
29
+ * html .success-msg,
30
+ * html .note-msg,
31
+ * html .notice-msg { height:24px; }
32
+ * html .main { height:400px; }
33
+ * html .account-login .content { height:240px; }
34
+ .block li.item,
35
+ .block-poll li,
36
+ .opc li.section { vertical-align:top; }
37
+ * html .window-overlay { background:#ccc; filter:alpha(opacity=50); }
38
+
39
+ /* Doubled Margin Fixes */
40
+ .product-view .product-img-box .more-views li,
41
+ .product-view .box-tags .form-add .input-box,
42
+ .sp-methods select.month { display:inline; }
43
+ #opc-review .sp-methods .input-box { float:left; }
44
+ .product-options{zoom:1;}
45
+ .clearfix{zoom:1;}
46
+ /********** < Navigation styles */
47
+ #nav li,
48
+ #nav li a { zoom:1; }
49
+ #nav li { vertical-align:top; }
50
+ /********** < Navigation styles */
51
+
52
+ select { margin-bottom:1px; }
53
+ input.radio { width:13px; height:13px; }
54
+ input.checkbox { width:13px; height:13px; }
55
+ button.button { height:30px; }
56
+ .block button.button{height:26px;}
57
+ .block-subscribe .actions button.button{height:19px;}
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 { scrollbar-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-view .box-tags .product-tags li{ padding:0 4px 0 7px; }
72
+
73
+ .product-options dd .time-picker select { margin:0; padding:0; }
74
+
75
+ /* Clearer */
76
+ .clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
77
+
78
+ /* Clears and hasLayout fixes */
79
+ .menu_search,
80
+ .products-list li.item .list-item-bg,
81
+ .footer_links,
82
+ .products-grid li.item .grid-item-bg,
83
+ .menu_search .form-search,
84
+ .product-tabs,
85
+ .product-tabs-content,
86
+ .header-container,
87
+ .header-container .top-container,
88
+ .header,
89
+ .header .quick-access,
90
+ #nav,
91
+ .main,
92
+ .footer,
93
+ .footer-container .bottom-container,
94
+ .col-main,
95
+ .col2-set,
96
+ .col3-set,
97
+ .col3-layout .product-options-bottom .price-box,
98
+ .col4-set,
99
+ .messages li,
100
+ .search-autocomplete li,
101
+ .block,
102
+ .block .block-content,
103
+ .block .actions,
104
+ .block li.item,
105
+ .block-poll li,
106
+ .block-poll .label,
107
+ .block-layered-nav .currently li,
108
+ .block-account .block-content li a,
109
+ .mini-products-list .product-details,
110
+ .page-title,
111
+ .rss-title h1,
112
+ .products-grid,
113
+ .products-list li.item,
114
+ .box-account .box-head,
115
+ .dashboard .box .box-title,
116
+ .box-reviews li.item,
117
+ .box-tags li.item,
118
+ .pager,
119
+ .sorter,
120
+ .ratings,
121
+ .add-to-box,
122
+ .add-to-cart,
123
+ .product-essential,
124
+ .product-collateral,
125
+ .product-view .product-img-box .more-views ul,
126
+ .product-view .box-tags .form-add,
127
+ .product-view .product-shop .short-description,
128
+ .product-view .box-description,
129
+ .product-options .options-list li,
130
+ .product-options-bottom,
131
+ .truncated,
132
+ .truncated .truncated_full_value,
133
+ .product-review,
134
+ .cart,
135
+ .cart-collaterals,
136
+ .cart .crosssell li.item,
137
+ .cart .discount,
138
+ .opc .step-title,
139
+ .opc .step,
140
+ .opc,
141
+ .multiple-checkout,
142
+ .sp-methods,
143
+ .checkout-progress,
144
+ .multiple-checkout .place-order,
145
+ .form-list li,
146
+ .form-list .field,
147
+ .group-select li,
148
+ .buttons-set,
149
+ .page-print .print-head,
150
+ .cart-tax-total,
151
+ .advanced-search-summary,
152
+ .advanced-search-summary p,
153
+ .gift-messages-form .item,
154
+ .send-friend .form-list li p,
155
+ .centinel .authentication{ zoom:1; }
156
+ a{outline-style: none !important;}
157
+ /* Hover Fix */
158
+ iframe.hover-fix { position:absolute; left:-1px; top:-1px; z-index:-1; background:transparent; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
159
+
160
+ .header .quick-access{height:101px;overflow:hidden;}
161
+ .block-poll input.radio { margin:2px -18px 0 0; }
162
+ .sp-methods dt input.radio,
163
+ .form-list li.control input.radio,
164
+ .form-list li.control input.checkbox { margin-top:1px;}
165
+
166
+
167
+ * html button.button span {background: url("../images/button_bg.gif") no-repeat scroll 0 0 transparent;}
168
+ * html button.button span span{background-position: 100% 0;}
169
+ * html .block button.button span{background: url("../images/block_button_bg.gif") no-repeat scroll 0 0 transparent;}
170
+ * html .block button.button span span{background-position: 100% 0;}
171
+ * html .category-image img,* html .category_content img {width:100%; }
skin/frontend/default/toys_gray/css/styles.css ADDED
@@ -0,0 +1,1950 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Magento
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the Academic Free License (AFL 3.0)
7
+ * that is bundled with this package in the file LICENSE_AFL.txt.
8
+ * It is also available through the world-wide-web at this URL:
9
+ * http://opensource.org/licenses/afl-3.0.php
10
+ * If you did not receive a copy of the license and are unable to
11
+ * obtain it through the world-wide-web, please send an email
12
+ * to license@magentocommerce.com so we can send you a copy immediately.
13
+ *
14
+ * DISCLAIMER
15
+ *
16
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
17
+ * versions in the future. If you wish to customize Magento for your
18
+ * needs please refer to http://www.magentocommerce.com for more information.
19
+ *
20
+ * @category design
21
+ * @package default_default
22
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
23
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
+ */
25
+
26
+ /* Reset ================================================================================= */
27
+ * { margin:0; padding:0; }
28
+
29
+ body { background:#fff url(../images/bkg_body.png) 0 0 repeat-x; font:12px/1.55 Arial, Helvetica, sans-serif; color:#676767; text-align:center; }
30
+
31
+ img { border:0; vertical-align:top; }
32
+ .category_content img{max-width:100%;}
33
+ .category_content{margin-bottom:10px;}
34
+ .products-list .desc .link-learn { font-size:11px; }
35
+ a { color:#545454; text-decoration:underline; }
36
+ a:hover { text-decoration:none; }
37
+
38
+ :focus{ outline:0 !important; }
39
+
40
+ /* Headings */
41
+ h1,h2,h3,
42
+ h4,h5,h6 { margin:0 0 5px; line-height:1.35; color:#545454; }
43
+ h1 { font-size:20px; font-weight:normal; }
44
+ h2 { font-size:18px; font-weight:normal; }
45
+ h3 { font-size:16px; font-weight:bold; }
46
+ h4 { font-size:14px; font-weight:bold; }
47
+ h5 { font-size:12px; font-weight:bold; }
48
+ h6 { font-size:11px; font-weight:bold; }
49
+
50
+ /* Forms */
51
+ form { display:inline; }
52
+ fieldset { border:0; }
53
+ legend { display:none; }
54
+
55
+ /* Table */
56
+ table { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
57
+ caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }
58
+
59
+ /* Content */
60
+ p { margin:0 0 10px; }
61
+ strong { font-weight:bold; }
62
+ address { font-style:normal; line-height:1.35; }
63
+ cite { font-style:normal; }
64
+ q,
65
+ blockquote { quotes:none; }
66
+ q:before,
67
+ q:after { content:''; }
68
+ small,big { font-size:1em; }
69
+ /*sup { font-size:1em; vertical-align:top; }*/
70
+
71
+ /* Lists */
72
+ ul,ol { list-style:none; }
73
+
74
+ /* Tools */
75
+ .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; }
76
+ .nobr { white-space:nowrap !important; }
77
+ .wrap { white-space:normal !important; }
78
+ .a-left { text-align:left !important; }
79
+ .a-center { text-align:center !important; }
80
+ .a-right { text-align:right !important; }
81
+ .v-top { vertical-align:top; }
82
+ .v-middle { vertical-align:middle; }
83
+ .f-left,
84
+ .left { float:left !important; }
85
+ .f-right,
86
+ .right { float:right !important; }
87
+ .f-none { float:none !important; }
88
+ .f-fix { float:left; width:100%; }
89
+ .no-display { display:none; }
90
+ .no-margin { margin:0 !important; }
91
+ .no-padding { padding:0 !important; }
92
+ .no-bg { background:none !important; }
93
+ /* ======================================================================================= */
94
+
95
+
96
+ /* Layout ================================================================================ */
97
+ .wrapper { min-width:939px; }
98
+ .page {}
99
+ .page-print { background:#fff; padding:25px 30px; text-align:left; }
100
+ .page-empty { background:#fff; padding:20px; text-align:left; }
101
+ .page-popup { background:#fff; padding:25px 30px; text-align:left; }
102
+ .main-container { }
103
+ .main { width:939px; margin:0 auto; min-height:400px; padding:6px 0 0; text-align:left; }
104
+
105
+ /* Base Columns */
106
+ .col-left { float:left; width:225px; padding:0 0 1px; }
107
+ .col-main { float:left; width:682px; padding:0 0 1px; }
108
+ .col-right { float:right; width:246px; padding:0 0 1px; }
109
+
110
+ /* 1 Column Layout */
111
+ .col1-layout .col-main { float:none; width:auto; }
112
+
113
+ /* 2 Columns Layout */
114
+ .col2-left-layout .col-main { float:right; }
115
+ .col2-right-layout .col-main {}
116
+
117
+ /* 3 Columns Layout */
118
+ .col3-layout .col-main { width:445px; }
119
+ .col3-layout .col-wrapper { float:left; width:682px; }
120
+ .col3-layout .col-wrapper .col-main { float:right; }
121
+
122
+ /* Content Columns */
123
+ .col2-set .col-1 { float:left; width:48.5%; }
124
+ .col2-set .col-2 { float:right; width:48.5%; }
125
+ .col2-set .col-narrow { width:32%; }
126
+ .col2-set .col-wide { width:65%; }
127
+
128
+ .col3-set .col-1 { float:left; width:32%; }
129
+ .col3-set .col-2 { float:left; width:32%; margin-left:2%; }
130
+ .col3-set .col-3 { float:right; width:32%; }
131
+
132
+ .col4-set .col-1 { float:left; width:23.5%; }
133
+ .col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
134
+ .col4-set .col-3 { float:left; width:23.5%; }
135
+ .col4-set .col-4 { float:right; width:23.5%; }
136
+ /* ======================================================================================= */
137
+ .clearfix:after {
138
+ content:' ';
139
+ clear:both;
140
+ display:block;
141
+ width:0;
142
+ height:0;
143
+ overflow:hidden;
144
+ font-size:0;
145
+ }
146
+
147
+ /* Global Styles ========================================================================= */
148
+ /* Form Elements */
149
+ input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#545454; }
150
+ input.input-text,select,textarea { background:#fff; border:1px solid #d5d5d5;}
151
+ input.input-text,textarea { padding:2px; }
152
+ input.input-text,textarea{background:#fff url(../images/input_text_bg.gif) repeat-x 0 0;}
153
+ select { padding:1px; }
154
+ select option { padding-right:10px; }
155
+ select.multiselect option { border-bottom:1px solid #d5d5d5; padding:2px 5px; }
156
+ select.multiselect option:last-child { border-bottom:0; }
157
+ textarea { overflow:auto; }
158
+ input.radio { margin-right:3px; }
159
+ input.checkbox { margin-right:3px; }
160
+ input.qty { width:29px !important; text-align:center;}
161
+ button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
162
+ button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
163
+ button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
164
+ button.button span { display:block; height:30px; padding:0 0 0 10px; font:bold 12px/30px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; background:url(../images/button_bg.png) 0 0 no-repeat;}
165
+ button.button span span { padding:0 10px 0 0; background-position:100% 0;}
166
+
167
+ .block button.button span { height:26px; padding:0 0 0 15px; font:bold 12px/26px Arial, Helvetica, sans-serif; background:url(../images/block_button_bg.png) 0 0 no-repeat;}
168
+ .block button.button span span { padding:0 15px 0 0; background-position:100% 0; text-transform:uppercase;}
169
+
170
+ .grid-details{float:right; text-align:right; color:#f00880; font-weight:bold; text-decoration:none;}
171
+ .grid-details:hover{text-decoration:underline;}
172
+
173
+ p.control input.checkbox,
174
+ p.control input.radio { margin-right:6px; }
175
+ /* Form Highlight */
176
+ input.input-text:focus,select:focus,textarea:focus { background:#edf7fd; }
177
+ /*.highlight { background:#efefef; }*/
178
+
179
+ /* Form lists */
180
+ /* Grouped fields */
181
+ .form-list li { margin:0 0 8px; }
182
+ .form-list label { float:left; color:#666; font-weight:bold; position:relative; z-index:0; }
183
+ .form-list label.required {}
184
+ .form-list label.required em { float:right; font-style:normal; color:#ee350b; position:absolute; top:0; right:-8px; }
185
+ .form-list li.control{line-height:13px;}
186
+ .form-list li.control label { float:none;vertical-align: top; }
187
+ .form-list li.control input.radio,
188
+ .form-list li.control input.checkbox { margin-right:6px; vertical-align:top; }
189
+ .form-list li.control .input-box { clear:none; display:inline; width:auto; }
190
+ .form-list .input-box { display:block; clear:both; width:260px; }
191
+ .form-list .field { float:left; width:275px; }
192
+ .form-list input.input-text { width:254px; }
193
+ .form-list textarea { width:254px; height:10em; }
194
+ .form-list select { width:260px; }
195
+ .form-list li.wide .input-box { width:535px; }
196
+ .form-list li.wide input.input-text { width:529px; }
197
+ .form-list li.wide textarea { width:529px; }
198
+ .form-list li.wide select { width:535px; }
199
+ .form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
200
+ .form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
201
+ .form-list .input-range input.input-text { width:74px; }
202
+ /* Customer */
203
+ .form-list .customer-name-prefix .input-box,
204
+ .form-list .customer-name-suffix .input-box,
205
+ .form-list .customer-name-prefix-suffix .input-box,
206
+ .form-list .customer-name-prefix-middlename .input-box,
207
+ .form-list .customer-name-middlename-suffix .input-box,
208
+ .form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }
209
+
210
+ .form-list .name-prefix { width:65px; }
211
+ .form-list .name-prefix select { width:55px; }
212
+ .form-list .name-prefix input.input-text { width:49px; }
213
+
214
+ .form-list .name-suffix { width:65px; }
215
+ .form-list .name-suffix select { width:55px; }
216
+ .form-list .name-suffix input.input-text { width:49px; }
217
+
218
+ .form-list .name-middlename { width:70px; }
219
+ .form-list .name-middlename input.input-text { width:49px; }
220
+
221
+ .form-list .customer-name-prefix-middlename-suffix .name-firstname,
222
+ .form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
223
+ .form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
224
+ .form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
225
+ .form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
226
+ .form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }
227
+
228
+ .form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
229
+ .form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
230
+ .form-list .customer-name-prefix-suffix .name-firstname input.input-text,
231
+ .form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
232
+
233
+ .form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
234
+ .form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
235
+ .form-list .customer-name-prefix-suffix .name-firstname input.input-text,
236
+ .form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
237
+
238
+ .form-list .customer-name-prefix .name-firstname,
239
+ .form-list .customer-name-middlename .name-firstname { width:210px; }
240
+
241
+ .form-list .customer-name-suffix .name-lastname,
242
+ .form-list .customer-name-middlename .name-firstname,
243
+ .form-list .customer-name-middlename-suffix .name-firstname,
244
+ .form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
245
+
246
+ .form-list .customer-name-prefix .name-firstname input.input-text,
247
+ .form-list .customer-name-suffix .name-lastname input.input-text,
248
+ .form-list .customer-name-middlename .name-firstname input.input-text,
249
+ .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
250
+ .form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
251
+
252
+ .form-list .customer-dob .dob-month,
253
+ .form-list .customer-dob .dob-day,
254
+ .form-list .customer-dob .dob-year { float:left; width:85px; }
255
+ .form-list .customer-dob input.input-text { display:block; width:74px; }
256
+ .form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
257
+ .form-list .customer-dob .dob-day,
258
+ .form-list .customer-dob .dob-month { width:60px; }
259
+ .form-list .customer-dob .dob-day input.input-text,
260
+ .form-list .customer-dob .dob-month input.input-text { width:46px; }
261
+ .form-list .customer-dob .dob-year { width:140px; }
262
+ .form-list .customer-dob .dob-year input.input-text { width:134px; }
263
+
264
+ /* Independent fields */
265
+ /*.form-list li { margin:0 0 8px; }
266
+ .form-list li.fields { margin:0; }
267
+ .form-list .field { display:block; margin:0 0 8px; }
268
+ .form-list li.control {}
269
+ .form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
270
+ .form-list label.required { font-weight:bold; }
271
+ .form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
272
+ .form-list .input-box { float:left; width:260px; }
273
+ .form-list input.input-text,
274
+ .form-list textarea { width:254px; }
275
+ .form-list select { width:260px; }
276
+ .form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
277
+ .form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
278
+ .form-list .input-range input.input-text { width:96px; }*/
279
+ /* Customer */
280
+ /*.form-list .customer-dob .dob-month,
281
+ .form-list .customer-dob .dob-day,
282
+ .form-list .customer-dob .dob-year { float:left; width:85px; }
283
+ .form-list .customer-dob input.input-text { display:block; width:74px; }
284
+ .form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
285
+ .form-list .customer-dob .dob-day,
286
+ .form-list .customer-dob .dob-month { width:60px; }
287
+ .form-list .customer-dob .dob-day input.input-text,
288
+ .form-list .customer-dob .dob-month input.input-text { width:46px; }
289
+ .form-list .customer-dob .dob-year { width:140px; }
290
+ .form-list .customer-dob .dob-year input.input-text { width:134px; }*/
291
+
292
+ .buttons-set { clear:both; margin:1em 0 0; padding:0; /*border-top:1px solid #e4e4e4;*/ text-align:right; }
293
+ .buttons-set p.required { margin:0 0 10px; }
294
+ .buttons-set .back-link { float:left; margin:0; }
295
+ .buttons-set button.button { float:right; margin-left:5px; }
296
+
297
+ .buttons-set-order { margin:10px 0 0; }
298
+ .buttons-set-order .please-wait { padding:12px 7px 0 0; }
299
+
300
+ .fieldset { border:1px solid #e2e2e2; background:#fff; padding:22px 25px 12px 33px; margin:28px 0;}
301
+ .fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #e2e2e2; background:#fff; color:#545454; margin:-33px 0 0 -10px; padding:0 8px; position:relative;}
302
+
303
+ /* Form Validation */
304
+ .validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:15px; font-size:11px; font-weight:bold; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
305
+ .validation-failed { border:1px dashed #ee350b !important; }
306
+ .validation-passed {}
307
+ p.required { font-size:12px; text-align:right; color:#545454; }
308
+ /* Expiration date and CVV number validation fix */
309
+ .v-fix { float:left; }
310
+ .v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }
311
+
312
+ /* Global Messages */
313
+ .success { color:#3d6611; font-weight:bold; }
314
+ .error { color:#df280a; font-weight:bold; }
315
+ .notice { color:#e26703; }
316
+
317
+ .messages,
318
+ .messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
319
+ .messages { width:100%; overflow:hidden; }
320
+ .messages li { margin:0 0 10px !important; }
321
+ .messages li li { margin:0 0 3px !important; }
322
+ .error-msg,
323
+ .success-msg,
324
+ .note-msg,
325
+ .notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 3px 32px !important; font-size:12px !important; font-weight:bold !important;}
326
+ .error-msg { border-color:#d7d7d7; background-color:#fdfdfd; background-image:url(../images/i_msg-error.gif); color:#7c7c7c; }
327
+ .success-msg { border-color:#d7d7d7; background-color:#fdfdfd; background-image:url(../images/i_msg-success.gif); color:#7c7c7c; }
328
+ .note-msg,
329
+ .notice-msg { border-color:#d7d7d7; background-color:#fdfdfd; background-image:url(../images/i_msg-note.gif); color:#7c7c7c; }
330
+
331
+ /* BreadCrumbs */
332
+ .breadcrumbs { font-size:12px; line-height:1.25; margin:-3px 0 6px; padding-left:3px; position:relative;}
333
+ .breadcrumbs li a{color:#636363; text-decoration:none;}
334
+ .breadcrumbs li span{padding:0 5px;}
335
+ .breadcrumbs li a:hover{color:#f10b82;}
336
+ .breadcrumbs li { display:inline; }
337
+ .breadcrumbs li strong { font-weight:normal; color:#f10b82;}
338
+
339
+ /* Page Heading */
340
+ .page-title { width:100%; overflow:hidden; background:url(../images/bkg_divider1.gif) repeat-x 0 100%; margin:0 0 25px; }
341
+ .page-title h1,
342
+ .page-title h2 { margin:0; font-size:20px; color:#545454; }
343
+ .page-title .separator { margin:0 3px; }
344
+ .page-title .link-rss { float:right; margin:7px 0 0; }
345
+ .title-buttons { text-align:right; padding-bottom:3px;}
346
+ .title-buttons h1,
347
+ .title-buttons h2,
348
+ .title-buttons h3,
349
+ .title-buttons h4,
350
+ .title-buttons h5,
351
+ .title-buttons h6 { float:left; }
352
+ /*#opc-billing.active .step-title,
353
+ #opc-login.active .step-title{
354
+ -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;
355
+ }*/
356
+ .subtitle,
357
+ .sub-title { clear:both; padding:5px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; }
358
+
359
+ /* Pager */
360
+ .pager { font-size:12px; padding:4px 0 5px 3px; text-align:center; }
361
+ .pager .amount { float:left; margin:0; }
362
+ .pager .limiter { float:right; }
363
+ .pager .limiter label { vertical-align:middle; padding-right:3px;}
364
+ .pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
365
+ .pager .pages { margin:0 140px; }
366
+ .pager .pages ol { display:inline; }
367
+ .pager .pages li { display:inline; margin:0 2px; }
368
+ .pager .pages .current {}
369
+
370
+ /* Sorter */
371
+ .sorter { font-size:12px; padding:5px 0 2px 3px; }
372
+ .sorter .view-mode { float:left; margin:0; }
373
+ .sorter .view-mode strong{color:#f10b82; text-decoration:underline; font-weight:normal;}
374
+ .sorter .view-mode a{text-decoration:none; color:#616161;}
375
+ .sorter .view-mode a:hover{text-decoration:underline;}
376
+ .sorter .sort-by { float:right; padding-right:4px; }
377
+ .sorter .sort-by label { vertical-align:middle; }
378
+ .sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
379
+ .sorter .link-feed {}
380
+ .sort-by a{padding-left:5px;}
381
+ /* Toolbar */
382
+ .toolbar {border:1px solid #e2e2e2; margin:0 0 11px; padding:3px 14px 0; background:#fff;}
383
+ .toolbar .pager { padding:3px 0 3px 4px; background:url(../images/bkg_divider1.gif) 0 100% repeat-x; }
384
+
385
+ /* Data Table */
386
+ .data-table { width:100%; border:1px solid #d7d7d7; }
387
+ .data-table .odd { background:#fff; }
388
+ .data-table .even { background:#fff; }
389
+ .data-table th { padding:3px 8px; font-weight:bold; }
390
+ .data-table td { padding:3px 8px; }
391
+
392
+ .data-table thead th { font-weight:bold; border-right:1px solid #d7d7d7; border-bottom:1px solid #dcdddf; padding:2px 8px; color:#545454; white-space:nowrap; vertical-align:middle; }
393
+ .data-table thead th.wrap { white-space:normal; }
394
+ .data-table thead th a,
395
+ .data-table thead th a:hover { color:#fff; }
396
+ .data-table thead th { background:url(../images/bkg_th.gif) repeat-x 0 0 #f9f9f6; }
397
+ .data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }
398
+
399
+ .data-table tfoot { border-bottom:1px solid #d7d7d7; }
400
+ .data-table tfoot tr td { background:url(../images/bkg_th.gif) repeat-x 0 0 #f9f9f6; }
401
+ .data-table tfoot tr { background-color:#dee5e8 !important; }
402
+ .data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d7d7d7; }
403
+ .data-table tfoot strong { font-size:15px; font-weight:normal;}
404
+ .data-table tfoot strong .price{font-size:17px; font-weight:bold; color:#383838;}
405
+ .data-table tbody th,
406
+ .data-table tbody td { border-bottom:1px solid #dddfdf; border-right:1px solid #d7d7d7; }
407
+ /* Bundle products tables */
408
+ .data-table tbody.odd tr td,
409
+ .data-table tbody.even tr td { border-bottom:0; }
410
+ .data-table tbody.odd tr.border td,
411
+ .data-table tbody.even tr.border td { border-bottom:1px solid #e8e9e8; }
412
+
413
+ .data-table tbody td .option-label { font-weight:bold; font-style:normal; color: #5F6162;}
414
+ .data-table tbody td .option-value { padding-left:10px; }
415
+
416
+ /* Generic Info Box */
417
+ .info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
418
+ .info-box h2 { font-weight:bold; font-size:13px; }
419
+
420
+ .info-table th { font-weight:bold; padding:2px 15px 2px 0; }
421
+ .info-table td { padding:2px 0; }
422
+
423
+ /* Shopping cart total summary row expandable to details */
424
+ tr.summary-total { cursor:pointer; }
425
+ tr.summary-total td {}
426
+ 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; }
427
+ tr.show-details .summary-collapse { background-position:0 -52px; }
428
+ tr.show-details td {}
429
+ tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
430
+ tr.summary-details-first td { border-top:1px solid #d2d8db; }
431
+ tr.summary-details-excluded { font-style:italic; }
432
+
433
+ /* Shopping cart tax info */
434
+ .cart-tax-info { display:block; }
435
+ .cart-tax-info,
436
+ .cart-tax-info .cart-price { padding-right:20px; }
437
+ .cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
438
+ .cart-tax-info .price,
439
+ .cart-tax-total .price { display:inline !important; font-weight:normal !important; }
440
+ .cart-tax-total-expanded { background-position:100% -52px; }
441
+
442
+ /* Class: std - styles for admin-controlled content */
443
+ .std .subtitle { padding:0; }
444
+ .std ol.ol { list-style:decimal outside; padding-left:1.5em; }
445
+ .std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
446
+ .std dl dt { font-weight:bold; padding-bottom:10px;}
447
+ .std dl dd { margin:0 0 20px; }
448
+ /*.std ul,
449
+ .std ol,
450
+ .std dl,
451
+ .std p,
452
+ .std address,
453
+ .std blockquote { margin:0 0 1em; padding:0; }
454
+ .std ul { list-style:disc outside; padding-left:1.5em; }
455
+ .std ol { list-style:decimal outside; padding-left:1.5em; }
456
+ .std ul ul { list-style-type:circle; }
457
+ .std ul ul,
458
+ .std ol ol,
459
+ .std ul ol,
460
+ .std ol ul { margin:.5em 0; }
461
+ .std dt { font-weight:bold; }
462
+ .std dd { padding:0 0 0 1.5em; }
463
+ .std blockquote { font-style:italic; padding:0 0 0 1.5em; }
464
+ .std address { font-style:normal; }
465
+ .std b,
466
+ .std strong { font-weight:bold; }
467
+ .std i,
468
+ .std em { font-style:italic; }*/
469
+
470
+ /* Misc */
471
+ .links li { display:inline; }
472
+ .links li.first { padding-left:0 !important; }
473
+ .links li.last { background:none !important; padding-right:0 !important; }
474
+
475
+ .link-cart { font-weight:bold; }
476
+ .link-wishlist { color:#f10b82 !important; font-weight:normal; text-decoration:none;}
477
+ .link-reorder { font-weight:bold; }
478
+ .link-compare { font-weight:normal; color:#5f5f5f;text-decoration:none;}
479
+ .link-wishlist:hover,.link-compare:hover{text-decoration:underline;}
480
+ .link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; }
481
+ .link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
482
+ .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; }
483
+ .btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
484
+
485
+ .separator { margin:0 3px; }
486
+
487
+ .divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }
488
+
489
+ /* Noscript Notice */
490
+ .noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
491
+ .noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
492
+ .noscript p { margin:0; }
493
+
494
+ /* Demo Notice */
495
+ .demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
496
+ /* ======================================================================================= */
497
+
498
+
499
+ /* Header ================================================================================ */
500
+ .logo { float:left; }
501
+ .header-container { }
502
+ .header { width:939px; margin:0 auto; padding:9px 0 8px; text-align:right; position:relative; z-index:10; }
503
+ .header .logo { float:left; margin:18px 0 0 0; text-decoration:none !important; }
504
+ .header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
505
+ .header h1.logo { margin:0; }
506
+ .header .quick-access { float:right; width:580px; padding:0; }
507
+ .header .welcome-msg { margin:0 0 17px; color:#f10b82; text-align:right; font-size:13px; font-weight:bold;}
508
+ .header .form-search { position:absolute; top:0; right:29px; width:315px; height:30px; background:url(../images/bkg_form-search.gif) 0 0 no-repeat; padding:1px 0 0 16px; }
509
+ .header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
510
+ .header .form-search input.input-text { float:left; border-color:#5c7989; width:209px; margin-right:4px; }
511
+ .header .form-search button.button { float:left; }
512
+
513
+ .menu_search{width:929px; margin:0 auto; padding:0 10px 0 0; background:url(../images/nav_bg.gif) 0 0 no-repeat; height:57px;position:relative;z-index:999;}
514
+ .menu_search .form-search{float:right; margin:10px 0 0; width:186px; height:27px; background:url(../images/bkg_form-search.gif) 0 0 no-repeat; padding:0 5px 0 11px; position:relative;}
515
+ .menu_search .form-search label{display:none;}
516
+ .menu_search .form-search input.input-text{border:0; background:0; padding:0; float:left; width:162px; margin-top:6px; color:#929292;}
517
+ .menu_search .form-search button.button{float:right; margin-top:4px;}
518
+ .menu_search .form-search button.button span{background:none;padding:0;width:20px;height:17px;border:0;}
519
+ .menu_search .form-search button.button span span{display:none;}
520
+
521
+
522
+ .header .form-search button.button span { border:0; height:21px; background:url(../images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
523
+ .header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
524
+ .menu_search .form-search .search-autocomplete { z-index:999; left:0px !important; top:23px !important; width: 202px !important;}
525
+ .menu_search .form-search .search-autocomplete ul { background-color:#fff; }
526
+ .menu_search .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #e2e2e2; padding: 2px 13px 2px; cursor:pointer; color: #929292; font: 12px/15px Arial,Helvetica,sans-serif;}
527
+ .menu_search .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
528
+ .menu_search .form-search .search-autocomplete li.last{border:0;}
529
+ .menu_search .form-search .search-autocomplete li.selected { background-color:#EDF7FD; }
530
+ .header .form-language { clear:both; padding:0; text-align:right; font-family:Tahoma,Geneva,Kalimati,sans-serif; margin:0 0 19px;}
531
+ .header .form-language label { font-weight:normal; padding-right:5px; color:#545454; vertical-align:middle; font-size:11px;}
532
+ .header .form-language select { padding:0; font-family:Tahoma,Geneva,Kalimati,sans-serif;}
533
+ .header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
534
+ .header .links { float:right; padding:0 0 6px;}
535
+ .header .links li { float:left; font-size:12px; background:url(../images/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 20px 0 19px;}
536
+ .header .links a { color:#8a8a8a; text-decoration:none;}
537
+ .header .links a:hover{text-decoration:underline;}
538
+ .header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
539
+ .header-container .top-container a { font-size:11px; color:#8a8a8a; }
540
+
541
+ /********** < Navigation */
542
+ .nav-container {float:left; width:727px; }
543
+ #nav { width:727px; margin:0 auto; padding:0; font-size:12px; }
544
+ .nav_first_bg{position:absolute; background:url(../images/nav_li_first.gif) 0 0 no-repeat;width:6px;height:6px;overflow:hidden; top:0; left:0; z-index:998;}
545
+ /* All Levels */ /* Style consistent throughout all nav levels */
546
+ #nav li { position:relative; text-align:left; height:48px; background:url(../images/nav_li_bg.gif) 100% 0 no-repeat; padding:0 2px 0 1px;}
547
+ #nav li.first{padding-left:0;}
548
+ #nav li.over { z-index:997; }
549
+ #nav a,
550
+ #nav a:hover { display:block; text-decoration:none; }
551
+ #nav span { display:block; cursor:pointer; white-space:nowrap; }
552
+ #nav li ul span {white-space:normal; }
553
+
554
+ /* 0 Level */
555
+ #nav li { float:left; }
556
+ #nav li.active a { color:#f8f8f8; background:url(../images/nav_li_hover.gif) 50% 0 no-repeat;}
557
+ #nav a { float:left; padding:0 25px; height:48px; line-height:48px; color:#f8f8f8; font-weight:bold; text-transform:uppercase; position:relative; z-index:997;}
558
+ #nav li ul li a{z-index:999;}
559
+ #nav li.over a,
560
+ #nav a:hover { color:#f8f8f8; background:url(../images/nav_li_hover.gif) 50% 0 no-repeat;}
561
+
562
+ /* 1st Level */
563
+ #nav ul li,
564
+ #nav ul li.active { float:none; margin:0; padding:1px 0; background:none; border-bottom:1px solid #efefef; float:none}
565
+ #nav ul li.last { border-bottom:0;}
566
+
567
+ #nav ul li a { font-weight:normal !important; }
568
+
569
+ /* 2nd Level */
570
+ #nav ul,
571
+ #nav div { position:absolute; width:124px; top:48px; left:-10000px; border:1px solid #e3e3e3; padding:0 3px; background:#fff; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px;}
572
+ #nav div ul { position:static; width:auto; border:none; }
573
+ #nav ul ul{-moz-border-radius: 0 5px 5px 5px; -webkit-border-radius: 0 5px 5px 5px; border-radius: 0 5px 5px 5px;}
574
+ /* 3rd+ Level */
575
+ #nav ul ul,
576
+ #nav ul div { top:-1px; }
577
+ #nav ul li{height:24px;}
578
+ #nav ul li a { font-size:11px;background:#fff !important; color:#999 !important; height:24px; line-height:24px; padding:0 0 0 23px; display:block; float:none;}
579
+ #nav ul li a:hover { background:#f72f96 url(../images/nav_sub_a_hover.gif) 17px 10px no-repeat !important; }
580
+ #nav ul li a:hover { color:#fff !important; }
581
+ #nav ul span,
582
+ #nav ul li.last li span { padding:0; }
583
+
584
+ /* Show menu */
585
+ #nav li ul.shown-sub,
586
+ #nav li div.shown-sub { left:0; z-index:999; }
587
+ #nav li .shown-sub ul.shown-sub,
588
+ #nav li .shown-sub li div.shown-sub { left:127px; }
589
+ /********** Navigation > */
590
+ /* ======================================================================================= */
591
+
592
+
593
+ /* Sidebar =============================================================================== */
594
+ .block { margin:0 0 8px; }
595
+ .block .block-title { background:url(../images/block_head_bg.gif) 0 0 no-repeat; padding:0 0 0 15px; }
596
+ .block .block-title strong { display:block; font:bold 12px/36px Arial, Helvetica, sans-serif; padding:0; text-transform:uppercase; color:#fff; background:url(../images/block_head_bg.gif) 100% 0 no-repeat;}
597
+ .block .block-title strong span {}
598
+ .block .block-title a { text-decoration:none !important; }
599
+ .block .block-subtitle { margin:0; padding:5px 9px; font-size:13px; font-weight:bold; color:#505050; }
600
+ .block .block-content { background:url(../images/block_content_bg.gif) 0 100% no-repeat; padding:5px;}
601
+ .col-left .block .block-content { background:url(../images/block_content_bg2.gif) 0 100% no-repeat;}
602
+ .block .block-content li.item { padding:7px 9px; }
603
+ .block .block-content .product-name { color:#1e7ec8; }
604
+ .block .btn-remove,
605
+ .block .btn-edit { float:right; margin:1px 0 2px 5px; }
606
+ .block .actions {padding:6px 9px; text-align:right; }
607
+ .block .actions a { float:left; }
608
+ .block .actions button.button { float:right; }
609
+ .block .empty { margin:0; padding:12px 11px; line-height:18px;}
610
+
611
+ /*.block li.odd { background-color:#f4f3f3; }
612
+ .block li.even { background-color:#fafafa; }*/
613
+
614
+ .block-poll .block-title,
615
+ .block-tags .block-title,
616
+ .opc-block-progress .block-title,
617
+ .block-poll .block-title strong,
618
+ .block-tags .block-title strong,
619
+ .opc-block-progress .block-title strong{
620
+ background-image:url(../images/block_head_bg2.gif);
621
+ color:#474d52;
622
+ }
623
+
624
+ /* Mini Blocks */
625
+ .block-cart,
626
+ .block-wishlist,
627
+ .block-subscribe,
628
+ .block-compare,
629
+ .block-reorder,
630
+ .block-poll,
631
+ .block-viewed,
632
+ .block-compared,
633
+ .block-related,
634
+ .block-tags,
635
+ .block-login { font-size:12px; line-height:1.25; }
636
+
637
+ /* Mini Products List */
638
+ .mini-products-list .product-image { float:left; width:50px; border:1px solid #e2e2e2; padding:1px;}
639
+ .mini-products-list .product-details { margin-left:60px; }
640
+
641
+ /* Block: Account */
642
+ .block-account .block-title strong { font-size:13px; color:#fff; }
643
+ .block-account .block-content { padding:7px 10px 7px; }
644
+ .block-account .block-content li a { display:block; background:url(../images/bkg_divider1.gif) repeat-x 0 100%; padding:4px 6px 6px; color:#5f5d5c; text-decoration:none !important; }
645
+ .block-account .block-content li a:hover { color:#f10b82; }
646
+ .block-account .block-content li.last a { border-bottom:0; }
647
+ .block-account .block-content li.current { background:url(../images/bkg_divider1.gif) repeat-x 0 100%; padding:4px 6px 6px; color:#f10b82; }
648
+ .block-account .block-content li.current strong{font-weight:normal;}
649
+ .block-account .block-content li.last a,
650
+ .block-account .block-content li.last{ background:none;}
651
+
652
+ /* Block: Currency Switcher */
653
+ .block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(../images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
654
+ .block-currency .block-content select { width:100%; padding:0; }
655
+
656
+ /* Block: Layered Navigation */
657
+ .block-layered-nav { border:0; }
658
+ .block-layered-nav .block-subtitle { line-height:1.35; padding:13px 10px 11px; color:#676767; }
659
+ .block-layered-nav dt{ padding:3px 11px; font-weight:normal; border:1px solid #e2e2e2; margin:0 11px 5px; color:#f10b82;}
660
+ .block-layered-nav dd { padding:0 21px 7px;}
661
+ .block-layered-nav dd a{color:#626262; text-decoration:none;}
662
+ .block-layered-nav dd a:hover{text-decoration:underline;}
663
+ .block-layered-nav dd li{color:#626262; line-height:20px;}
664
+ .block-layered-nav dd.last { background:none; }
665
+ .block-layered-nav .currently li { padding:4px 6px 4px 10px; }
666
+ .block-layered-nav .currently .label { font-weight:bold; text-transform:uppercase; }
667
+ .block-layered-nav .currently .btn-remove { margin:3px 0 0; }
668
+ .block-layered-nav .actions { font-size:12px; padding:4px 9px; text-align:right; }
669
+ .block-layered-nav .actions a { float:none; color:#f10b82;}
670
+
671
+ /* Block: Cart */
672
+ .block-cart .block-title { /*border-bottom:0;*/ }
673
+ .block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
674
+ .block-cart .amount { margin:0; }
675
+ .block-cart .amount a { font-weight:bold; }
676
+ .block-cart .subtotal { margin:5px 0 0; padding:2px 0; text-align:center; }
677
+ .block-cart .subtotal .price { font-weight:bold; }
678
+ .block-cart .actions { border-bottom:1px solid #efefef; }
679
+ .block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
680
+ .block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }
681
+
682
+ /* Block: Wishlist */
683
+ .block-wishlist .actions { text-align:right; }
684
+ .block-wishlist .actions a { float:none; }
685
+
686
+ /* Block: Related */
687
+ .block-related input.checkbox { float:left; }
688
+ .block-related .product { margin-left:20px; }
689
+
690
+ /* Block: Compare Products */
691
+ .page-popup .link-print { padding:2px 0; font-weight:bold; }
692
+ .compare-table { border:0; }
693
+ .compare-table thead tr.first th,
694
+ .compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
695
+ .compare-table .btn-remove { float:right; background-image:url(../images/btn_remove2.gif); width:72px; height:15px; }
696
+ .compare-table tbody th { }
697
+ .compare-table tbody th,
698
+ .compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
699
+ .compare-table tbody td.last { border-right:1px solid #ccc; }
700
+ .compare-table tbody tr.last th,
701
+ .compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
702
+ .compare-table tr.add-to-row td { text-align:center; }
703
+ .compare-table tr.first td { text-align:center; }
704
+ .compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
705
+ .compare-table tr.first td .product-name a {}
706
+ .compare-table tr.first td .ratings { width:69px; margin:0 auto; }
707
+ .compare-table tr.first td p,
708
+ .compare-table tr.add-to-row td p { margin:0; }
709
+
710
+ /* Block: Poll */
711
+ .block-poll label { color:#777; font-weight:normal;color:#545454; font-size:13px;}
712
+ .block-poll input.radio { float:left; margin:1px -18px 0 0; }
713
+ .block-poll .label { display:block; margin-left:18px; }
714
+ .block-poll li { padding:3px 9px; }
715
+ .block-poll .actions { margin:5px 0 0; }
716
+ .block-poll .answer { font-weight:bold; }
717
+ .block-poll .votes { float:right; margin-left:10px; }
718
+
719
+ /* Block: Tags */
720
+ .block-tags .block-content ul { font-size:12px; padding:10px; background:none; border:0;}
721
+ .block-tags .block-content li { display:inline; padding-right:4px; }
722
+ .block-tags .block-content a { color:#505050; }
723
+ .block-tags .actions { text-align:left; padding-bottom:15px; }
724
+ .block-tags .actions a { float:none; color:#f10b82; text-decoration:none;}
725
+ .block-tags .actions a:hover{text-decoration:underline;}
726
+
727
+ /* Block: Subscribe */
728
+ .block-subscribe .block-content { padding:5px 10px; }
729
+ .block-subscribe label { font-weight:normal; color:#575757; display:block; padding-bottom:8px;}
730
+ .block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
731
+ .block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
732
+ .block-subscribe .actions button.button { float:none; }
733
+ .block-subscribe .block-title{
734
+ background:url(../images/block_subscribe_bg.gif) 0 0 no-repeat;
735
+ height:51px;
736
+ margin-bottom: -23px;
737
+ }
738
+ .block-subscribe .block-title strong{
739
+ background:url(../images/block_subscribe_bg.gif) 100% 0 no-repeat;
740
+ color:#474d52;
741
+ }
742
+ .block-subscribe .block-content{background:none; padding-left:16px;}
743
+ .block-subscribe{
744
+ background:url(../images/block_subscribe_bg.gif) 0 100% no-repeat;
745
+ }
746
+ .block-subscribe .input-box{float:left; width:173px;}
747
+ .block-subscribe .actions{float:left;margin-top: 4px; padding-left: 8px;}
748
+ .block-subscribe .actions button.button span{padding:0; width:27px; height:11px; background:url(../images/subsc_button.gif) 0 0 no-repeat;}
749
+ .block-subscribe .actions button.button span span{display:none;}
750
+
751
+
752
+ /* Block: Reorder */
753
+ .block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
754
+ .block-reorder .product-name { margin-left:20px; }
755
+ .block-reorder .validation-advice { margin:3px 9px 7px; }
756
+
757
+ /* Block: Banner */
758
+ .block-banner { border:0; }
759
+ .block-banner .block-content { padding:0; text-align:center; background:none !important;}
760
+
761
+ /* Block: Login */
762
+ .block-login .block-content { padding:5px 10px; }
763
+ .block-login label { font-weight:bold; color:#666; }
764
+ .block-login input.input-text { display:block; width:167px; margin:3px 0; }
765
+ .block-login .actions { background:none; padding:0; margin:3px 0 0; }
766
+
767
+ /* Paypal */
768
+ .sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
769
+ .sidebar .paypal-logo a { float:none; }
770
+ /* ======================================================================================= */
771
+
772
+
773
+ /* Category Page ========================================================================= */
774
+ .category-title { border:0; margin:0 0 7px; }
775
+ .category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
776
+ .category-image img {max-width:100%; }
777
+ .category-description { margin:0 0 10px; }
778
+ .category-products {}
779
+
780
+ .new_products .subtitle{background:url(../images/new_products_bg.gif) 0 0 no-repeat; color:#f10b82; font-size:18px; line-height:20px; padding:10px 0 0 21px; height:31px; margin:0 0 11px; }
781
+
782
+ /* View Type: Grid */
783
+ .products-grid { position:relative; margin:0 0 9px;}
784
+ .products-grid li.item { float:left; width:218px; padding:12px 0 0 0; background:url(../images/products_grid_bg.gif) 0 0 no-repeat; margin-right:9px;}
785
+ .new_products .products-grid li.item{margin-right:13px;}
786
+ .new_products .products-grid li.last{margin-right:0;}
787
+ .products-grid li.item .grid-item-bg{background:url(../images/products_grid_bg.gif) 0 100% no-repeat; padding:0 9px 15px 22px;}
788
+ .products-grid li.last{margin:0;}
789
+ .products-grid .product-image { display:block; text-align:center;height:120px; margin:0; padding-right:13px;}
790
+ .products-grid .product-name { height:40px; line-height:20px; overflow:hidden; margin:0 0 10px; font-weight:bold; font-size:13px; color:#3f3f3f; }
791
+ .products-grid .product-name a{ color:#3f3f3f; text-decoration:none;}
792
+ .products-grid .product-name a:hover{ text-decoration:underline;}
793
+ .products-grid .price-box { margin:3px 0 0; float:left; width:100px;}
794
+ .products-grid .actions{float:right;width:83px;}
795
+ .products-grid .price-box .minimal-price{position:relative;margin-top:-10px;line-height:18px;}
796
+ .products-grid .price-box .minimal-price .price{font-size:18px;}
797
+ .products-grid .availability { line-height:21px; }
798
+ .products-grid .price_cart{border-top:1px solid #efefef;position:relative;margin:5px -9px 0 -22px; padding:11px 9px 0 22px; height:30px; overflow:hidden;}
799
+
800
+ /* View Type: List */
801
+
802
+ .products-list li.item { padding:0 0 0 10px; background:url(../images/product_list_bg.gif) 0 0 no-repeat; margin:0 0 10px;}
803
+ .products-list li.item .list-item-bg{padding:12px 10px 12px 0;background:url(../images/product_list_bg.gif) 100% 0 no-repeat; height:166px;overflow:hidden;}
804
+ .products-list .product-image { float:left; width:135px; height:135px; margin:0; padding-top: 15px;}
805
+ .products-list .product-shop { margin-left:150px; }
806
+ .products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#3f3f3f; height:36px; overflow:hidden; line-height:18px;}
807
+ .products-list .product-name a { color:#3f3f3f; text-decoration:none;}
808
+ .products-list .product-name a:hover{text-decoration:underline;}
809
+ .products-list .price-box { float:left; margin:5px 13px 5px 0; }
810
+ .products-list li.item .price-from{position:relative; margin-top:-10px;}
811
+ .products-list .availability { float:left; margin:3px 0 0; }
812
+ .products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; overflow:hidden; height:50px;}
813
+ .products-list .desc .link-more { font-size:11px; }
814
+ .products-list .add-to-links { clear:both; }
815
+ .products-list .add-to-links li { display:inline; }
816
+ .products-list .add-to-links .separator { display:inline; margin:0 12px; }
817
+ /* ======================================================================================= */
818
+
819
+
820
+ /* Product View ========================================================================== */
821
+ /* Rating */
822
+ .no-rating { margin:0; }
823
+
824
+ .ratings { font-size:11px; line-height:1.25; margin:7px 0; }
825
+ .ratings strong { float:left; margin:1px 3px 0 0; }
826
+ .ratings .rating-links { margin:0; }
827
+ .ratings .rating-links .separator { margin:0 2px; }
828
+ .ratings dt {}
829
+ .ratings dd {}
830
+ .rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
831
+ .rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
832
+ .ratings .rating-box { float:left; margin-right:3px; }
833
+ .ratings .amount {}
834
+
835
+ .ratings-table th,
836
+ .ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
837
+ .ratings-table th { font-weight:bold; padding-right:8px; }
838
+
839
+ /* Availability */
840
+ .availability { margin:0; }
841
+ .availability span { font-weight:bold; }
842
+ .availability.in-stock span {}
843
+ .availability.out-of-stock span {}
844
+
845
+ .availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
846
+ .availability-only span,
847
+ .availability-only a { border-bottom:1px dashed #751d02; color:#000; }
848
+ .availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
849
+ .availability-only .expanded { background-position:100% -15px; }
850
+ .availability-only strong { color:#be2c00; }
851
+
852
+ .availability-only-details { margin:0 0 7px; }
853
+ .availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
854
+ .availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
855
+ .availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }
856
+
857
+ .product-view .product-shop .availability { font-size:11px; }
858
+ .product-view .product-shop .availability span { font-weight:normal; }
859
+
860
+ /* Email to a Friend */
861
+ .email-friend { margin:0; }
862
+
863
+ /* Alerts */
864
+ .alert-price { margin:0; font-size:11px; }
865
+ .alert-stock { margin:0; font-size:11px; }
866
+
867
+ /********** < Product Prices */
868
+ .price { white-space:nowrap !important; }
869
+
870
+ .price-box { margin:5px 0; line-height:20px;}
871
+ .price-box .price { font-weight:bold; color:#383838;}
872
+
873
+ /* Regular price */
874
+ .regular-price { color:#383838;}
875
+ .regular-price .price { font-weight:bold; font-size:13px; color:#383838; font-size:18px;}
876
+ .block .regular-price,
877
+ .block .regular-price .price { color:#2f2f2f; }
878
+
879
+ /* Old price */
880
+ .old-price { margin:0; }
881
+ .old-price .price-label { white-space:nowrap; color:#999; }
882
+ .old-price .price { font-weight:bold; color:#383838; text-decoration:line-through; }
883
+
884
+ /* Special price */
885
+ .special-price { margin:0; padding:3px 0; }
886
+ .special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
887
+ .special-price .price { font-size:13px; font-weight:bold; color:#383838; }
888
+
889
+ /* Minimal price (as low as) */
890
+ .minimal-price { margin:0; }
891
+ .minimal-price .price-label { font-weight:bold; white-space:nowrap; }
892
+
893
+ .minimal-price-link { display:none; }
894
+ .minimal-price-link .label {color:#1e7ec8;}
895
+ .minimal-price-link .price { font-weight:normal; color:#1e7ec8; }
896
+
897
+ /* Excluding tax */
898
+ .price-excluding-tax { display:block; color:#999; }
899
+ .price-excluding-tax .label { white-space:nowrap; color:#999; }
900
+ .price-excluding-tax .price { font-size:13px; font-weight:normal; color:#383838; }
901
+
902
+ /* Including tax */
903
+ .price-including-tax { display:block; color:#999; }
904
+ .price-including-tax .label { white-space:nowrap; color:#999; }
905
+ .price-including-tax .price { font-size:13px; font-weight:bold; color:#383838; }
906
+
907
+ /* FPT */
908
+ .weee { display:block; font-size:11px; color:#444; }
909
+ .weee .price { font-size:11px; font-weight:normal; }
910
+
911
+ /* Excl tax (for order tables) */
912
+ .price-excl-tax { display:block; }
913
+ .price-excl-tax .label { display:block; white-space:nowrap; }
914
+ .price-excl-tax .price { display:block; }
915
+
916
+ /* Incl tax (for order tables) */
917
+ .price-incl-tax { display:block; }
918
+ .price-incl-tax .label { display:block; white-space:nowrap; }
919
+ .price-incl-tax .price { display:block; font-weight:bold; }
920
+
921
+ /* Price range */
922
+ .price-from { margin:0; }
923
+ .price-from .price-label { font-weight:bold; white-space:nowrap; }
924
+
925
+ .price-to { margin:0; }
926
+ .price-to .price-label { font-weight:bold; white-space:nowrap; }
927
+
928
+ .products-grid li.item .price-from,
929
+ .products-grid li.item .price-to{line-height:13px;}
930
+ /* Price notice next to the options */
931
+ .price-notice { padding-left:10px; color:#999; }
932
+ .price-notice .price { font-weight:bold; color:#2f2f2f; }
933
+
934
+ /* Price as configured */
935
+ .price-as-configured { margin:0; }
936
+ .price-as-configured .price-label { font-weight:bold; white-space:nowrap; }
937
+
938
+ .price-box-bundle { padding:0 0 10px 0; }
939
+ .price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
940
+ .price-box-bundle .price { color:#555; }
941
+ /********** Product Prices > */
942
+
943
+ /* Tier Prices */
944
+ .product-pricing,
945
+ .tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
946
+ .tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
947
+ .tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
948
+ .tier-prices .price { font-weight:bold; color:#2f2f2f; }
949
+
950
+ .tier-prices-grouped li { padding:2px 0; color:#e26703; }
951
+ .tier-prices-grouped li .price { font-weight:bold; }
952
+
953
+ /* Add to Links */
954
+ .add-to-links { font-size:11px; margin:5px 0 0; }
955
+ .add-to-links .separator { display:none; }
956
+
957
+ .products-grid .add-to-links .separator { display:inline; margin: 0 13px;}
958
+ .products-grid li.item .add-to-links{text-align:left;}
959
+ .products-grid li.item .add-to-links li{display:inline;}
960
+
961
+ /* Add to Cart */
962
+ .add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
963
+ .add-to-cart .qty { float:left; margin-right:5px; }
964
+ .add-to-cart button.button { float:left; }
965
+ .add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
966
+ .add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
967
+ .product-view .add-to-cart .paypal-logo { margin:0; }
968
+
969
+ /* Add to Links + Add to Cart */
970
+ .add-to-box { margin:10px 0; }
971
+ .add-to-box .add-to-cart { float:left; }
972
+ .add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
973
+ .add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
974
+ .add-to-box .add-to-links li { display:block !important; }
975
+ .add-to-box .add-to-links li .separator { display:none !important; }
976
+
977
+
978
+ .product-view { }
979
+
980
+ .product-essential { margin-bottom:25px; }
981
+ .product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; margin:0 0 15px;}
982
+
983
+ .product-collateral h2 { font-weight:bold; font-size:15px; padding:0 0 1px; margin:0 0 15px; }
984
+ .product-collateral .box-collateral { margin:0 0 25px; }
985
+
986
+ /* Product Images */
987
+ .product-view .product-img-box { float:left; width:213px; }
988
+ .col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
989
+ .product-view .product-img-box .product-image { margin:0; border: 1px solid #D7D7D7;}
990
+ .product-view .product-img-box .product-image-zoom { position:relative; width:211px; height:211px; overflow:hidden; z-index:9;}
991
+ .product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; margin:1px;}
992
+ .product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; display:none;}
993
+ .product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 22px 0 23px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
994
+ .product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
995
+ .product-view .product-img-box .zoom #track { position:relative; height:18px; }
996
+ .product-view .product-img-box .zoom #handle { position:absolute; left:0; top:2px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat; }
997
+ .product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:0px; top:0; }
998
+ .product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:0px; top:0; }
999
+ .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;}
1000
+ .product-view .product-img-box .more-views ul { margin-left:-9px }
1001
+ .product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
1002
+ .product-view .product-img-box .more-views li a { float:left; width:63px; height:63px; border:1px solid #e1e1e1; overflow:hidden;}
1003
+
1004
+ .more-views{padding-top:4px;}
1005
+ .product-image-popup { margin:0 auto; }
1006
+ .product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
1007
+ .product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
1008
+ .product-image-popup .image { display:block; margin:10px 0; }
1009
+ .product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }
1010
+
1011
+ /* Product Shop */
1012
+ .product-view .product-shop { float:right; display:inline; width:444px; margin-right:6px;}
1013
+ .col1-layout .product-view .product-shop { float:right; width:545px; }
1014
+ .col3-layout .product-view .product-shop { float:none; width:auto; }
1015
+ .product-view .product-shop .product-name { margin:0 0 5px; }
1016
+ .product-view .product-shop .product-name h1 { margin:0; font:bold 13px/1.35 Arial, Helvetica, sans-serif; color:#f10b82;}
1017
+ .product-view .product-shop .availability { margin:10px 0; }
1018
+ .product-view .product-shop .short-description { margin:10px 0; padding:10px 0 0; }
1019
+ .product-view .product-shop .price-box { margin:10px 0; }
1020
+ .product-view .product-shop .add-to-links { margin:0; }
1021
+ .product-view .product-shop .add-to-links { font-size:11px; text-align:left; }
1022
+ .product-view .product-shop .add-to-links li,
1023
+ .product-view .product-shop .add-to-links li .separator { display:inline; }
1024
+ .product-view .product-shop .add-to-links li .separator {
1025
+ margin: 0 13px;
1026
+ }
1027
+ /*.product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }*/
1028
+ .product-view .product-shop .add-to-box .add-to-links{margin-left: 3px;}
1029
+ .product-view .product-shop .add-to-box .add-to-cart label,
1030
+ .product-view .product-shop .add-to-box .add-to-cart .qty{margin-top:5px;}
1031
+ .product-view .product-shop .add-to-box span.or{margin-top:4px;}
1032
+ /* Product Options */
1033
+ .product-options { margin:20px 0 0; padding:10px 15px 20px; background-color:#fff; border:1px solid #e2e2e2;}
1034
+ .product-options dt { padding:10px 0 0; font-weight:normal; }
1035
+ .product-options dt label { font-weight:bold; color:#545454; }
1036
+ .product-options dt label.required em { color:#eb340a; margin-left:5px; }
1037
+ .product-options dd .qty-holder { display:block; padding:10px 0 0; }
1038
+ .product-options dd .qty-holder label { vertical-align:middle; }
1039
+ .product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
1040
+ .product-options dd { padding:5px 10px 15px 0; margin:0 0 5px; border-bottom:1px solid #e2e2e2; }
1041
+ .product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
1042
+ .product-options dd input.input-text { width:98%; }
1043
+ .product-options dd input.datetime-picker { width:150px; }
1044
+ .product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
1045
+ .product-options dd textarea { width:98%; height:8em; }
1046
+ .product-options dd select { width:99%; }
1047
+ .product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
1048
+ .product-options ul.options-list { margin-right:5px; }
1049
+ .product-options ul.options-list li { line-height:1.5; padding:2px 0; }
1050
+ .product-options ul.options-list input.radio { float:left; margin-top:3px; }
1051
+ .product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
1052
+ .product-options ul.options-list .label { display:block; margin-left:18px; }
1053
+ .product-options ul.options-list label { font-weight:normal; }
1054
+ .product-options ul.validation-failed { padding:0 7px; }
1055
+ .product-options p.note { margin:0; font-size:11px; }
1056
+ .product-options p.required { position:absolute; right:20px; top:20px; color:#545454;}
1057
+
1058
+ .product-options-bottom { background-color:none; padding:15px 0 15px 20px; border:none;}
1059
+ .product-options-bottom .product-pricing,
1060
+ .product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
1061
+ .product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
1062
+ .product-options-bottom .tier-prices .price,
1063
+ .product-options-bottom .tier-prices .benefit { color:#e26703; }
1064
+ .product-options-bottom .price-box { float:left; margin:0; padding:0; }
1065
+ .col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
1066
+ .product-options-bottom .price-label { float:left; padding-right:5px; }
1067
+ .product-options-bottom .price-tax { float:left; }
1068
+ .product-options-bottom .add-to-cart { float:right; }
1069
+ .product-shop .product-options-bottom { margin:0 0 10px; }
1070
+ .product-shop .product-options-bottom .price-box { float:left; margin:5px 0 0; }
1071
+ .product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
1072
+ .product-shop .product-options-bottom .price-tax { float:none; }
1073
+ .product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
1074
+
1075
+ .product-options-bottom .add-to-cart label{margin-top:5px;}
1076
+ .product-options-bottom .add-to-cart .qty{margin-top:5px;}
1077
+ /* Grouped Product */
1078
+ .product-view .grouped-items-table .price-box { margin:0; padding:0; }
1079
+
1080
+ /* Block: Description */
1081
+ .product-view .box-description {}
1082
+
1083
+ /* Block: Additional */
1084
+ .product-view .box-additional .data-table th,
1085
+ .product-view .box-additional .data-table td { line-height:1.25; }
1086
+
1087
+ /* Block: Upsell */
1088
+ .product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0; }
1089
+ .product-view .box-up-sell .products-grid { width:100%; border:0; position:relative; margin-left:-14px;}
1090
+ .product-view .box-up-sell .products-grid td { width:25%; background:#fff; padding:15px 14px 12px; line-height:1.6em; text-align:center;}
1091
+ .product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
1092
+ .product-view .box-up-sell .products-grid td.last { border-right:0; }
1093
+ .product-view .box-up-sell .products-grid td img { }
1094
+ .product-view .box-up-sell .products-grid .product-image{ text-align:center; padding:0; margin:0 0 8px; }
1095
+ .product-view .box-up-sell .products-grid .product-image img{border:1px solid #e2e2e2; width:120px; padding:1px;height:120px;}
1096
+ .product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
1097
+ .product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
1098
+
1099
+ .product-view .box-up-sell .products-grid .price-box{
1100
+ float:none;
1101
+ width:auto;
1102
+ }
1103
+ .product-view .box-up-sell .products-grid .product-name{
1104
+ font-weight:normal;
1105
+ font-size:13px;
1106
+ height:32px;
1107
+ line-height:16px;
1108
+ margin:0 0 5px;
1109
+ }
1110
+ .product-view .box-up-sell .products-grid .product-name a{
1111
+ color:#3f3f3f;
1112
+ }
1113
+
1114
+ /* Block: Tags */
1115
+ .product-view .box-tags { margin:0; }
1116
+ .product-view .box-tags h3 { font-size:13px; }
1117
+ .product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
1118
+ .product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
1119
+ .product-view .box-tags .product-tags li.first { padding-left:0; }
1120
+ .product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
1121
+ .product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
1122
+ .product-view .box-tags .form-add .input-box { float:left; width:305px; margin:5px 5px 0 0; background:url(../images/i_tag_add.gif) 0 2px no-repeat; padding:0 0 0 23px; }
1123
+ .product-view .box-tags .form-add input.input-text { width:299px; }
1124
+
1125
+ .product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }
1126
+
1127
+ /* Block: Reviews */
1128
+ .product-view .box-reviews dl { margin:15px 0; }
1129
+ .product-view .box-reviews dt a,
1130
+ .product-view .box-reviews dt span { font-weight:bold; }
1131
+ .product-view .box-reviews dd { margin:0 0 15px; }
1132
+ .product-view .box-reviews dd small { font-style:italic; }
1133
+ .product-view .box-reviews .form-add { margin:15px 0 0; }
1134
+ .product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
1135
+ .product-view .box-reviews .form-add h3 span { font-weight:bold; }
1136
+ .product-view .box-reviews .form-add h4 { font-size:12px; }
1137
+ .product-view .box-reviews .form-add .data-table td { text-align:center; }
1138
+ .product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
1139
+ .product-view .box-reviews .form-add .form-list .input-box { width:360px; }
1140
+ .product-view .box-reviews .form-add .form-list input.input-text,
1141
+ .product-view .box-reviews .form-add .form-list textarea { width:354px; }
1142
+
1143
+ /* Send a Friend */
1144
+ .send-friend .form-list { width:615px; overflow:hidden; }
1145
+ .send-friend .form-list li { margin-right:-15px; }
1146
+ .send-friend .form-list li p { margin:0 15px 0 0; }
1147
+ .send-friend .form-list .field { width:315px; }
1148
+ .send-friend .form-list .input-box { width:300px; }
1149
+ .send-friend .form-list input.input-text,
1150
+ .send-friend .form-list textarea { width:294px; }
1151
+ .send-friend .form-list li.wide .input-box { width:612px; }
1152
+ .send-friend .form-list li.wide textarea { width:609px; }
1153
+ .send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
1154
+ /* ======================================================================================= */
1155
+
1156
+ /* Content Styles ================================================================= */
1157
+ .product-name { margin:0; font-size:1em; font-weight:normal; }
1158
+ .product-name a { color:#3f3f3f; text-decoration:none;}
1159
+ .product-name a:hover{text-decoration:underline;}
1160
+ .cart-table .product-name a{color:#f10b82;}
1161
+ /* Product Tags */
1162
+ .tags-list { display:block; font-size:13px; border:1px solid #e2e2e2; background:#fff; padding:10px; }
1163
+ .tags-list li { display:inline !important; margin:0 4px 0 0; }
1164
+ .tags-list li a { }
1165
+
1166
+ /* Advanced Search */
1167
+ .advanced-search .form-list label { width:160px; padding-right:10px; }
1168
+ .advanced-search .form-list .input-box,
1169
+ .advanced-search .form-list .input-range { float:left; clear:none; }
1170
+ .advanced-search-amount { margin:0 0 10px; }
1171
+ .advanced-search-summary { margin:10px 0; border:1px solid #E2E2E2; background:#fff; padding:10px; }
1172
+ .advanced-search-summary ul { float:left; width:49%; }
1173
+ .advanced-search-summary p { clear:both; font-weight:bold; margin:0; }
1174
+
1175
+ /* CMS Home Page */
1176
+ .cms-home .subtitle {}
1177
+ .cms-index-index .subtitle {}
1178
+
1179
+ /* Sitemap */
1180
+ .page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
1181
+ .page-sitemap .links a { text-decoration:none; position:relative; }
1182
+ .page-sitemap .links a:hover { text-decoration:underline; }
1183
+ .page-sitemap .sitemap { margin:12px; }
1184
+ .page-sitemap .sitemap li { margin:3px 0; }
1185
+ .page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
1186
+ .page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }
1187
+
1188
+ /* RSS */
1189
+ .rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
1190
+ .rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
1191
+ /* ======================================================================================= */
1192
+
1193
+
1194
+ /* Shopping Cart ========================================================================= */
1195
+ .cart .page-title { border-bottom:0; margin:0 0 12px; }
1196
+ .cart .page-title h1 { margin:0; }
1197
+
1198
+ /* Checkout Types */
1199
+ .cart .page-title .checkout-types li { margin:0 0 5px; }
1200
+ .cart .title-buttons .checkout-types { float:right; }
1201
+ .cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
1202
+ .cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
1203
+ .cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }
1204
+
1205
+ /* Shopping Cart Table */
1206
+ .cart-table thead th { padding:9px 17px 7px; }
1207
+ .cart-table tbody td { padding:14px 17px; }
1208
+ .cart-table .product-name { font-weight:bold; margin:0 0 15px; color:#2f2f2f; font-size:13px;}
1209
+ .cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
1210
+ .cart-table tfoot td { padding:5px 17px; }
1211
+ .cart-table .btn-continue { float:left; }
1212
+ .cart-table .product-image{display:block; padding:1px; border:1px solid #e1e1e1;}
1213
+
1214
+ /* Shopping Cart Collateral boxes */
1215
+ .cart .cart-collaterals { padding:19px 0 0; }
1216
+ .cart .cart-collaterals .col2-set { float:left; width:659px; }
1217
+ .cart .cart-collaterals .col2-set .col-1{width:335px;}
1218
+ .cart .cart-collaterals .col2-set .col-2 { width:302px; }
1219
+
1220
+ .cart .crosssell { padding:0; background:url(../images/cart_crossell.gif) 0 100% no-repeat; padding-bottom:5px;}
1221
+ .cart .crosssell h2 { font:bold 12px/36px Arial, Helvetica, sans-serif; color:#fffefe; text-transform:uppercase; background:url(../images/block_head_bg.gif) 0 0 no-repeat; padding-left:19px; margin:0;}
1222
+ .cart .crosssell .product-image { float:left; width:100px; height:100px; padding:1px; border:1px solid #e1e1e1;}
1223
+ .cart .crosssell .product-details { width:186px; float:left; display:inline; margin-left:9px;}
1224
+ .cart .crosssell .product-name { font-weight:bold; margin:0 0 5px;}
1225
+ .cart .crosssell li.item {padding:18px;}
1226
+ .cart .crosssell .link-compare { font-weight:normal; }
1227
+
1228
+ .cart .crosssell .product-details .price-box{
1229
+ float:left;
1230
+ }
1231
+ .cart .crosssell .product-details button.btn-cart{
1232
+ float:right;
1233
+ }
1234
+ .cart .crosssell .add-to-links li{display:inline;}
1235
+ .cart .crosssell .add-to-links .separator{display:inline; margin:0 10px;}
1236
+ /* Discount Codes & Estimate Shipping and Tax Boxes */
1237
+ .cart .discount,
1238
+ .cart .shipping { background:url(../images/cart_disc_ship_bg.gif) 0 100% no-repeat; padding:0 0 5px; margin:0 0 15px; }
1239
+ .cart .discount h2,
1240
+ .cart .shipping h2 { font:bold 12px/36px Arial, Helvetica, sans-serif; padding:0; color:#fffefe; text-transform:uppercase; padding-left:19px; margin:0; }
1241
+ .cart .shipping h2{color:#474d52;}
1242
+ .discount .discount-form{padding:9px 23px 14px 19px;}
1243
+ .shipping .shipping-form{padding:9px 23px 14px 19px;}
1244
+ .cart .discount h2{
1245
+ background:url(../images/block_head_bg.gif) 0 0 no-repeat;
1246
+ padding-left:19px;
1247
+ }
1248
+ .cart .discount h2 span{
1249
+ display:block;
1250
+ background:url(../images/block_head_bg.gif) 100% 0 no-repeat;
1251
+ }
1252
+ .cart .shipping h2{
1253
+ background:url(../images/block_head_bg2.gif) 0 0 no-repeat;
1254
+ padding-left:19px;
1255
+ }
1256
+ .cart .discount .buttons-set,
1257
+ .cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
1258
+ .cart .discount .buttons-set button.button,
1259
+ .cart .shipping .buttons-set button.button { float:none; margin-left:0; }
1260
+
1261
+ .cart .discount .input-box { margin:8px 0 0; width:260px; }
1262
+ .cart .discount input.input-text { width:254px; }
1263
+
1264
+ .cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(../images/bkg_divider1.gif) 0 0 repeat-x; }
1265
+
1266
+ /* Shopping Cart Totals */
1267
+ .cart .totals { float:right; width:258px; background:url(../images/cart_totals_bg.gif) 0 100% no-repeat; padding-bottom:10px;}
1268
+ .cart .totals-in{background:url(../images/cart_totals_bg.gif) 0 0 no-repeat; padding-top:7px;}
1269
+ .cart .totals table { width:100%; margin:7px 0 0; }
1270
+ .cart .totals td { padding:1px 15px 1px 7px; color:#545454;}
1271
+ .cart .totals tr.last td {}
1272
+ .cart .totals tfoot th { padding:5px 15px 5px 7px; }
1273
+ .cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
1274
+ .cart .totals tfoot th strong,
1275
+ .cart .totals tfoot td strong { font-size:15px; font-weight:normal;}
1276
+ .cart .totals tfoot td strong .price{font-weight:bold; color:#383838;}
1277
+ .cart .totals .checkout-types { font-size:13px; padding:0 15px; text-align:right; }
1278
+ .cart .totals .checkout-types li { clear:both; margin:10px 0; }
1279
+ .cart .totals .checkout-types li a{
1280
+ text-decoration:none;
1281
+ }
1282
+ .cart .totals .checkout-types li a:hover{
1283
+ text-decoration:underline;
1284
+ }
1285
+ /* Options Tool Tip */
1286
+ .item-options dt { font-weight:bold; font-style:normal;color:#5f6162; }
1287
+ .item-options dd { padding-left:10px; margin:0 0 6px; }
1288
+ .item-options dd {margin:0 0 10px; }
1289
+ .item-options dt{float:left;}
1290
+ .truncated { cursor:help; }
1291
+ .truncated a.dots { cursor:help; }
1292
+ .truncated a.details { cursor:help; }
1293
+ .truncated .truncated_full_value { position:relative; z-index:999; }
1294
+ .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; }
1295
+ .truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
1296
+ .truncated .show .item-options { top:-20px; left:50%; }
1297
+ .col-left .truncated .show .item-options { left:15px; top:7px; }
1298
+ .col-right .truncated .show .item-options { left:-240px; top:7px; }
1299
+ /* ======================================================================================= */
1300
+ /* Remember Me Popup ===================================================================== */
1301
+ .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; }
1302
+
1303
+ .remember-me label { float:none; margin:0 6px; }
1304
+ .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; }
1305
+ .remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
1306
+ .remember-me-popup .remember-me-popup-head { position:relative; }
1307
+ .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; }
1308
+ .remember-me-popup .remember-me-popup-body { padding:10px; }
1309
+ .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; }
1310
+ /* Remember Me Popup ===================================================================== */
1311
+
1312
+ /* MAP Popup============================================================================== */
1313
+ .cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
1314
+ .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; }
1315
+
1316
+ .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; }
1317
+ .map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
1318
+ .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; }
1319
+ .map-popup-arrow { background:url(../images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
1320
+ .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; }
1321
+ .map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
1322
+ .map-popup-checkout { display:inline; float:right; text-align:right; }
1323
+ .map-popup-checkout span { display:block; padding-right:30px; }
1324
+ .map-popup-checkout .paypal-logo { margin:0 0 5px; }
1325
+ .map-popup-price .price-box,
1326
+ .map-popup-price .price-box .special-price { margin:0; padding:0; }
1327
+ .map-popup-price { margin:5px 0 0; }
1328
+ .map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
1329
+ .map-popup-only-text { border-top:1px solid #ddd; }
1330
+ /* ======================================================================================= */
1331
+
1332
+ /* Checkout ============================================================================== */
1333
+ /********** < Common Checkout Styles */
1334
+ /* Shipping and Payment methods */
1335
+ .sp-methods { margin:0 0 8px; }
1336
+ .sp-methods dt { margin:13px 0 5px; font-weight:bold; line-height:13px;}
1337
+ .sp-methods dd {}
1338
+ .sp-methods dd li { margin:5px 0; }
1339
+ .sp-methods dt input.radio{vertical-align:top;}
1340
+ .sp-methods label { font-weight:bold; color:#666; vertical-align:top;}
1341
+ .sp-methods .price { font-weight:bold; }
1342
+ .sp-methods .form-list { padding-left:20px; }
1343
+ .sp-methods .form-list li { margin:0 0 8px; }
1344
+ .sp-methods select.month { width:154px; margin-right:10px; }
1345
+ .sp-methods select.year { width:96px; }
1346
+ .sp-methods input.cvv { width:3em !important; }
1347
+
1348
+ .sp-methods .checkmo-list li { margin:0 0 5px; }
1349
+ .sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
1350
+ .sp-methods .checkmo-list address { float:left; }
1351
+
1352
+ .sp-methods .centinel-logos a { margin-right:3px; }
1353
+ .sp-methods .centinel-logos img { vertical-align:middle; }
1354
+
1355
+ .please-wait { float:right; }
1356
+ .please-wait img { vertical-align:middle; }
1357
+ .cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }
1358
+ .prod_img_bottom {
1359
+ background: url("../images/product_img_bg.gif") no-repeat scroll 0 0 transparent;
1360
+ height: 4px;
1361
+ margin: 0 0 6px;
1362
+ overflow: hidden;
1363
+ }
1364
+ /* Tooltip */
1365
+ .tool-tip { border:1px solid #d7d7d7; background:#fff; padding:15px 20px; position:absolute; z-index:9999; }
1366
+ .tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
1367
+ .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; }
1368
+ .tool-tip .tool-tip-content { padding:5px; }
1369
+
1370
+ /* Gift Messages */
1371
+ .gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
1372
+ .gift-messages p.control { color:#8e8d8b; }
1373
+ .gift-messages-form { position:relative; }
1374
+ .gift-messages-form label { float:none !important; position:static !important; }
1375
+ .gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
1376
+ .gift-messages-form .whole-order { margin:0 0 25px; }
1377
+ .gift-messages-form .item { margin:0 0 10px; }
1378
+ .gift-messages-form .item .product-img-box { float:left; width:75px; }
1379
+ .gift-messages-form .item .product-image { margin:0 0 7px; }
1380
+ .gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
1381
+ .gift-messages-form .item .details { margin-left:90px; }
1382
+ .gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
1383
+ .gift-messages-form .item .details .form-list .field { width:255px; }
1384
+ .gift-messages-form .item .details .form-list .input-box { width:240px; }
1385
+ .gift-messages-form .item .details .form-list input.input-text { width:234px; }
1386
+ .gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
1387
+ .gift-messages-form .item .details .form-list li.wide textarea { width:494px; }
1388
+
1389
+ .gift-message-link { font-size:11px; background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
1390
+ .gift-message-link.expanded { background-position:100% -40px; }
1391
+ .gift-message-row { background:#f2efe9; }
1392
+ .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; }
1393
+
1394
+ /* Checkout Agreements */
1395
+ .checkout-agreements li { margin:30px 0; }
1396
+ .checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
1397
+ .checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
1398
+ .checkout-agreements .agree input.checkbox { margin-right:6px; }
1399
+ .checkout-agreements .agree label { font-weight:bold; color:#666; }
1400
+
1401
+ .opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
1402
+ .opc .checkout-agreements li { margin:20px 0 0; }
1403
+ .opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
1404
+ .opc .checkout-agreements .agree { padding-left:6px; }
1405
+
1406
+ /* Centinel */
1407
+ .centinel {}
1408
+ .centinel .authentication { border:1px solid #ddd; background:#fff; }
1409
+ .centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }
1410
+
1411
+ .opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }
1412
+
1413
+ /* Generic Info Set */
1414
+ .info-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
1415
+ .info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
1416
+ .info-set h3,
1417
+ .info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
1418
+ .info-set h2 a,
1419
+ .info-set h3 a,
1420
+ .info-set h4 a { font-weight:normal; }
1421
+ .info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
1422
+ .info-set h3.legend { margin:0 0 10px; color:#0a263c; }
1423
+ .info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
1424
+ .info-set .box { margin:0 0 15px; }
1425
+ .info-set .box h2 { color:#e26703; }
1426
+ .info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
1427
+ .info-set .data-table .product-name a { font-weight:bold !important; }
1428
+ .info-set .data-table .item-options { margin:5px 0 0; }
1429
+ /********** Common Checkout Styles > */
1430
+
1431
+ /* One Page Checkout */
1432
+ .block-progress dt { font-size:12px; font-weight:normal; line-height:1.35; background:#fdfdfd; border:1px solid #d7d7d7; margin:0 0 6px; padding:7px 13px; color:#545454; }
1433
+ .block-progress dd { background:#fdfdfd; border:1px solid #d7d7d7; border-top:0; padding:7px 13px; margin:0 0 6px; }
1434
+ .block-progress dt.complete { margin:0; }
1435
+ .block-progress dd.complete {}
1436
+ .block-progress p { margin:0; }
1437
+ .checkout-onepage-index .page-title{display:none;}
1438
+ .opc .buttons-set { margin-top:0; padding-top:0; border:0; }
1439
+ .opc .buttons-set p.required { margin:0; padding:0 0 10px; color:#545454; font-size:12px;}
1440
+ .opc .buttons-set .back-link small { display:none; }
1441
+ .opc .buttons-set .back-link a { }
1442
+ .opc .buttons-set.disabled button.button { display:none; }
1443
+ .opc .buttons-set .please-wait { height:21px; line-height:21px; }
1444
+ .opc .ul { list-style:disc outside; padding-left:18px; }
1445
+ .opc { position:relative; border-bottom:1px solid #d7d7d7;}
1446
+ .opc li.section {}
1447
+
1448
+ .opc .step-title { border-width:0 1px; border-style:solid; border-color:#e3e3e3 #d7d7d7; background:#fff; padding:10px 22px 9px; text-align:right; border-top:1px solid #d7d7d7;}
1449
+ .opc .step-title .number { float:left; display:inline; background:#fff; border:1px solid #d7d7d7; padding:0 4px; margin:0 8px 0 0; font:normal 11px/14px arial, helvetica, sans-serif; color:#434343;}
1450
+ .opc .step-title h2 { float:left; margin:0; font:bold 12px/16px Arial, Helvetica, sans-serif; color:#545454; }
1451
+ .opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }
1452
+
1453
+ .opc .active .step-title { background:url(../images/check_out_head.gif) 0 0 repeat-x; border:0; color:#fefefe; cursor:default; border-color:#7abcff;}
1454
+ .opc .active .step-title .number { background:#fff; color:#5f6162; }
1455
+ .opc .active .step-title h2 { color:#fefefe; text-transform:uppercase;}
1456
+ /*.opc .active .step-title a { display:none; }*/
1457
+
1458
+ .opc .step { border:1px solid #d7d7d7; border-bottom:0; background:#fff; padding:15px 21px; position:relative; }
1459
+ .opc .step .tool-tip { right:30px; }
1460
+
1461
+ #opc-login .buttons-set { border-top:0; }
1462
+ #opc-login .buttons-set a{color:#1a6fc6;margin-top: 4px;}
1463
+ #opc-login h3 { font-size:13px; padding-bottom:2px; color:#545454;}
1464
+ #opc-login h4 { font-size:13px; font-weight:bold;color:#545454; }
1465
+
1466
+ #opc-shipping_method .buttons-set { border-top:0; }
1467
+ .opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
1468
+ .opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }
1469
+
1470
+ #opc-review .step { border:0; padding:0; }
1471
+ #opc-review .product-name { font-weight:bold; color:#3f3f3f; }
1472
+ #opc-review .item-options { margin:5px 0 0; }
1473
+ #opc-review .buttons-set { padding:20px 30px; border:1px solid #e3e3e3; border-width:0 1px; }
1474
+ #opc-review .buttons-set p { margin:0; line-height:30px; }
1475
+ #opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
1476
+
1477
+ /* Multiple Addresses Checkout */
1478
+ .checkout-progress { padding:0 90px; margin:0 0 20px; }
1479
+ .checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#999; }
1480
+ .checkout-progress li.active { border-top-color:#6a4e01; color:#6a4e01; }
1481
+
1482
+ .multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
1483
+ .multiple-checkout h3,
1484
+ .multiple-checkout h4 { font-size:13px; font-weight:bold; }
1485
+ .multiple-checkout h2 a,
1486
+ .multiple-checkout h3 a,
1487
+ .multiple-checkout h4 a { font-weight:normal; }
1488
+ .multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
1489
+ .multiple-checkout .data-table .product-name a { font-weight:bold !important; }
1490
+ .multiple-checkout .data-table .item-options { margin:5px 0 0; }
1491
+
1492
+ .multiple-checkout .gift-messages { margin:15px 0 0; }
1493
+
1494
+ .multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }
1495
+
1496
+ .multiple-checkout .col2-set,
1497
+ .multiple-checkout .col3-set { background:#fff; border:1px solid #e2e2e2; margin:0 0 25px; padding:20px; }
1498
+ .multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#fff; border-bottom:1px solid #e2e2e2; position:relative; }
1499
+ .multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
1500
+ .multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
1501
+ .multiple-checkout .box { margin:0 0 15px; }
1502
+
1503
+ .multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
1504
+ .multiple-checkout .place-order .grand-total { float:right; font-size:1.5em; overflow:hidden; }
1505
+ .multiple-checkout .place-order .grand-total .inner { float:left;padding:0; }
1506
+ .multiple-checkout .place-order .grand-total .inner div { display:inline; }
1507
+ .multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
1508
+ .multiple-checkout .place-order .grand-total .price { color:#383838; }
1509
+
1510
+ /* Step 1 */
1511
+
1512
+ #multiship-addresses-table td { padding:10px; }
1513
+ #multiship-addresses-table tfoot td { padding:5px 10px; }
1514
+
1515
+
1516
+ /* Step 2 */
1517
+ .multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
1518
+ .multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
1519
+ .multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
1520
+ .multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
1521
+ .multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
1522
+ .multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
1523
+ .multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
1524
+ .checkout-multishipping-shipping .box-sp-methods { border:1px solid #e2e2e2; background:#fff; padding:13px; position:relative; }
1525
+ .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;}
1526
+
1527
+ /* Step 3 */
1528
+ .checkout-multishipping-billing .multiple-checkout { position:relative; }
1529
+ /* ======================================================================================= */
1530
+
1531
+
1532
+ /* Account Login/Create Pages ============================================================ */
1533
+ .account-login .content { min-height:240px; padding:14px 21px; background:#fff; border:1px solid #e2e2e2; border-bottom:0; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;}
1534
+ .account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px; border-bottom:1px solid #e3e3e3; text-transform:uppercase; }
1535
+ .account-login .buttons-set { border:1px solid #e2e2e2; margin:0; padding:8px 13px; background:#fff; -moz-border-radius:0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; }
1536
+ .account-login .buttons-set a{margin-top:7px; text-decoration:none;}
1537
+ .account-login .buttons-set a:hover{text-decoration:underline;}
1538
+ .account-create {}
1539
+ /* Account Login/Create Pages ============================================================ */
1540
+
1541
+
1542
+ /* My Account ============================================================================= */
1543
+ .my-account .title-buttons .link-rss { float:none; margin:0; }
1544
+
1545
+ /********** < Dashboard */
1546
+ .dashboard .welcome-msg { margin:0 0 1.5em 0; }
1547
+ .dashboard .welcome-msg p { margin:0; }
1548
+ .dashboard .col2-set { margin:0 0 15px; }
1549
+
1550
+ /* General Box */
1551
+ .box-account { background:#fff; border:1px solid #e2e2e2; padding:15px; margin: 0 0 20px;}
1552
+ .box-account .box-head { border-bottom:0; margin:0 0 10px; text-align:right; }
1553
+ .box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; color:#545454; }
1554
+
1555
+ .dashboard .box .box-title { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
1556
+ .dashboard .box .box-title h3,
1557
+ .dashboard .box .box-title h4 { float:left; font-size:12px; font-weight:normal; margin:0; }
1558
+ .box-account a{color:#f10b82; text-decoration:none;}
1559
+ .box-account a:hover{text-decoration:underline;}
1560
+ /* Block: Recent Orders */
1561
+
1562
+ /* Block: Account Information */
1563
+ .dashboard .box-info h4 { font-size:11px; font-weight:normal; text-transform:uppercase; }
1564
+
1565
+ /* Block: Reviews */
1566
+ .dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; border:1px solid #e2e2e2; color:#545454; margin:1px -20px 0 0; padding:2px 3px; background:#fff;}
1567
+ .dashboard .box-reviews .details { margin-left:20px; }
1568
+ .dashboard .box-reviews li.item { margin:0 0 7px; }
1569
+ .dashboard .box-reviews li.item.last { margin:0; }
1570
+ .dashboard .box-reviews .ratings { margin:7px 0 0; }
1571
+
1572
+ /* Block: Tags */
1573
+ .dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#545454; border:1px solid #e2e2e2; margin:1px -20px 0 0; padding:2px 3px; background:#fff; }
1574
+ .dashboard .box-tags .details { margin-left:20px; }
1575
+ .dashboard .box-tags li.item { margin:0 0 7px; }
1576
+ .dashboard .box-tags li.item.last { margin:0; }
1577
+ .dashboard .box-tags .tags strong,
1578
+ .dashboard .box-tags .tags ul,
1579
+ .dashboard .box-tags .tags ul li { display:inline; }
1580
+ /********** Dashboard > */
1581
+
1582
+ /* Address Book */
1583
+ .addresses-list h2 { font-weight:bold; font-size:13px; text-transform:uppercase; }
1584
+ .addresses-list h3 { font-weight:bold; font-size:13px; }
1585
+ .addresses-list address { margin:0 0 3px; }
1586
+ .addresses-list p { margin:0; }
1587
+ .addresses-list a { font-weight:bold; }
1588
+ .addresses-list .link-remove { color:#646464; }
1589
+ .addresses-list .separator { margin:0 3px; }
1590
+ .addresses-list li.item { background:#fff; border:1px solid #e2e2e2; padding:10px 13px; margin:0 0 10px;}
1591
+ .addresses-list li.empty { background:none; border:0; padding:0; }
1592
+ .addresses-list li.empty p { font-weight:bold; }
1593
+ .addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }
1594
+
1595
+ /* Order View */
1596
+ .order-info { background:#fff; border:1px solid #e2e2e2; padding:4px 8px; margin:0 0 8px;}
1597
+ .order-info dt,
1598
+ .order-info dd,
1599
+ .order-info ul,
1600
+ .order-info li { display:inline; }
1601
+ .order-info .current { font-weight:bold; }
1602
+ .order-info li { margin:0 3px; }
1603
+
1604
+ .order-date { margin:10px 0; }
1605
+
1606
+ .order-info-box { background:#fff; border:1px solid #e2e2e2; padding:12px 15px; margin:0 0 15px;}
1607
+ .order-info-box h2 { font-weight:bold; font-size:13px; }
1608
+ .order-info-box .box-payment p { margin:0 0 3px; }
1609
+ .order-info-box .box-payment th { font-weight:bold; padding-right:7px; }
1610
+
1611
+ .order-items { width:100%; overflow-x:auto; }
1612
+ .order-items h2,
1613
+ .order-items h3 { clear:none; font-weight:normal; font-size:13px; padding:0; margin:0 0 5px; color:#545454; }
1614
+ .order-items .product-name { font-size:1em !important; font-weight:bold !important; }
1615
+ .order-items .link-print { font-weight:normal; }
1616
+ .order-items .order-links { text-align:right; }
1617
+
1618
+ .order-additional { margin:15px 0; }
1619
+ /* Order Gift Message */
1620
+ .gift-message dt strong { color:#666; }
1621
+ .gift-message dd { font-size:13px; margin:5px 0 0; }
1622
+ /* Order Comments */
1623
+ .order-about dt { font-weight:bold; }
1624
+ .order-about dd { font-size:13px; margin:0 0 7px; }
1625
+
1626
+ .tracking-table { margin:0 0 15px; }
1627
+ .tracking-table th { font-weight:bold; white-space:nowrap; }
1628
+
1629
+ .tracking-table-popup { width:100%; }
1630
+ .tracking-table-popup th { font-weight:bold; white-space:nowrap; }
1631
+ .tracking-table-popup th,
1632
+ .tracking-table-popup td { padding:1px 8px; }
1633
+
1634
+ /* Order Print Pages */
1635
+ .page-print .print-head { margin:0 0 15px; }
1636
+ .page-print .print-head .logo { float:left; }
1637
+ .page-print .print-head address { float:left; margin-left:15px; }
1638
+ .page-print h1 { font-size:16px; font-weight:bold; }
1639
+ .page-print h2,
1640
+ .page-print h3 { font-size:13px; font-weight:bold; }
1641
+ .page-print h2.h2 { font-size:16px; font-weight:bold; }
1642
+ .page-print .order-date { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
1643
+ .page-print .col2-set { margin:0 0 10px; }
1644
+ /* Price Rewrites */
1645
+ .page-print .gift-message-link { display:none; }
1646
+ .page-print .price-excl-tax,
1647
+ .page-print .price-incl-tax { display:block; white-space:nowrap; }
1648
+ .page-print .cart-price,
1649
+ .page-print .price-excl-tax .label,
1650
+ .page-print .price-incl-tax .label,
1651
+ .page-print .price-excl-tax .price,
1652
+ .page-print .price-incl-tax .price { display:inline; }
1653
+
1654
+ /* My Wishlist */
1655
+ .my-wishlist .data-table td { padding:10px; }
1656
+ .my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
1657
+ .my-wishlist textarea { display:block; width:97%; height:109px; }
1658
+ .my-wishlist .buttons-set { margin-top:2em; }
1659
+ .my-wishlist .buttons-set button.button { float:none; }
1660
+
1661
+
1662
+ #wishlist-table .add-to-links { white-space:nowrap; }
1663
+
1664
+ /* My Tags */
1665
+ .my-tag-edit { float:left; margin:0 0 10px; }
1666
+ .my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
1667
+ #my-tags-table { clear:both; }
1668
+ #my-tags-table td { padding:10px; }
1669
+ #my-tags-table .add-to-links { white-space:nowrap; }
1670
+
1671
+ /* My Reviews */
1672
+ #my-reviews-table td { padding:10px; }
1673
+
1674
+ .product-review .product-img-box { float:left; width:140px; }
1675
+ .product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
1676
+ .product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
1677
+ .product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
1678
+ .product-review .product-details { margin-left:150px; }
1679
+ .product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
1680
+ .product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
1681
+ .product-review .ratings-table { margin:0 0 10px; }
1682
+ .product-review dt { font-weight:bold; }
1683
+ .product-review dd { font-size:13px; margin:5px 0 0; }
1684
+
1685
+ /* Billing Agreements */
1686
+ .billing-agreements .info-box{ margin:15px 0; }
1687
+ .billing-agreements .form-list li select { float:left; }
1688
+ .billing-agreements .form-list li button.button { float:left; margin-left:10px; }
1689
+ .billing-agreements .table-caption { font-weight:bold; font-size:13px; }
1690
+ /* ======================================================================================= */
1691
+
1692
+
1693
+ /* Footer ================================================================================ */
1694
+ .footer-container { }
1695
+ .footer { width:939px; margin:0 auto; padding:18px 0 0; }
1696
+ .footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
1697
+ .footer .store-switcher label { font-weight:bold; vertical-align:middle; }
1698
+ .footer .store-switcher select { padding:0; vertical-align:middle; }
1699
+ .footer a { color:#585858; text-decoration:none; }
1700
+ .footer a:hover { text-decoration:underline; }
1701
+ .footer .bugs { margin:13px 0 0; color:#ecf3f6; }
1702
+ .footer .bugs a { color:#ecf3f6; text-decoration:underline; }
1703
+ .footer .bugs a:hover { text-decoration:none; }
1704
+ .footer address { margin:0 0 23px; color:#7f7f7f; text-align:left; display:block; padding-left:24px;}
1705
+ .footer address a { color:#7f7f7f; text-decoration:underline; }
1706
+ .footer address a:hover { text-decoration:none; }
1707
+ .footer ul { display:inline; }
1708
+ .footer ul.links { display:block; }
1709
+ .footer li { display:inline; background:url(../images/bkg_pipe1.gif) 100% 70% no-repeat; padding:0 17px 0 14px; }
1710
+ .footer-container .bottom-container { margin:0 0 5px; }
1711
+
1712
+
1713
+ .footer_links{background:url(../images/footer_links_bg.jpg) 0 0 no-repeat; height:39px; margin-bottom:12px; padding:15px 0 0 11px;}
1714
+ .footer_links ul{float:left; display:inline; margin-right:14px;}
1715
+
1716
+ /* ======================================================================================= */
1717
+
1718
+ /* Sample Data============================================================================ */
1719
+ .home-callout { margin-bottom:12px; }
1720
+ .home-callout img { display:block }
1721
+ .home-spot { float:left; width:425px; margin-left:20px; }
1722
+ .home-spot img{max-width:100%;}
1723
+ .best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
1724
+ .best-selling table { border-top:1px solid #ccc; }
1725
+ .best-selling tr.odd { background:#eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
1726
+ .best-selling tr.even { background:#fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
1727
+ .best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
1728
+ .best-selling .product-img { float:left; border:2px solid #dcdcdc; }
1729
+ .best-selling .product-description { margin-left:107px; line-height:1.3em; }
1730
+ .best-selling a.product-name,
1731
+ .home-spot .best-selling a.product-name:hover { color:#203548; }
1732
+ /* ======================================================================================= */
1733
+ .product-tabs{
1734
+ height:35px;
1735
+ display:block;
1736
+ clear:both;
1737
+ overflow:hidden;
1738
+ }
1739
+ .product-tabs li{
1740
+ float:left;
1741
+ display:inline;
1742
+ margin-right:2px;
1743
+ height:35px;
1744
+ padding-left:20px;
1745
+ background:url(../images/tabs_bg.gif) 0 0 repeat;
1746
+ }
1747
+ .pager .pages li a.next,
1748
+ .pager .pages li a.previous{text-decoration:none;}
1749
+ .product-tabs li a{
1750
+ display:block;
1751
+ float:left;
1752
+ height:35px;
1753
+ line-height:35px;
1754
+ color:#5f6162;
1755
+ font-size:11px;
1756
+ text-align:center;
1757
+ font-weight:bold;
1758
+ padding-right:20px;
1759
+ text-decoration:none;
1760
+ background:url(../images/tabs_bg.gif) 100% 0 repeat;
1761
+ }
1762
+ .product-tabs li.active{
1763
+ background:url(../images/tabs_bg.gif) 0 -35px repeat;
1764
+ }
1765
+ .product-tabs li.active a{
1766
+ color:#fff;
1767
+ background:url(../images/tabs_bg.gif) 100% -35px repeat;
1768
+ }
1769
+ .product-tabs li.last{
1770
+ margin:0;
1771
+ }
1772
+ .product-tabs-content{
1773
+ background:#fff;
1774
+ margin-right:6px;
1775
+ border:1px solid #e2e2e2;
1776
+ padding:20px;
1777
+ margin-bottom:20px;
1778
+ -moz-border-radius: 0 3px 3px 3px; -webkit-border-radius: 0 3px 3px 3px; border-radius: 0 3px 3px 3px;
1779
+ }
1780
+ .product-tabs-content h2{
1781
+ font-size:14px;
1782
+ font-weight:bold;
1783
+ }
1784
+ /* Clears ================================================================================ */
1785
+ .product-tabs-content:after,
1786
+ .product-tabs:after,
1787
+ .clearer:after,
1788
+ .header-container:after,
1789
+ .header-container .top-container:after,
1790
+ .header:after,
1791
+ .header .quick-access:after,
1792
+ #nav:after,
1793
+ .main:after,
1794
+ .footer:after,
1795
+ .footer-container .bottom-container:after,
1796
+ .col-main:after,
1797
+ .col2-set:after,
1798
+ .col3-set:after,
1799
+ .col3-layout .product-options-bottom .price-box:after,
1800
+ .col4-set:after,
1801
+ .search-autocomplete li:after,
1802
+ .block .block-content:after,
1803
+ .block .actions:after,
1804
+ .block li.item:after,
1805
+ .block-poll li:after,
1806
+ .block-layered-nav .currently li:after,
1807
+ .page-title:after,
1808
+ .products-grid:after,
1809
+ .products-list li.item:after,
1810
+ .box-account .box-head:after,
1811
+ .dashboard .box .box-title:after,
1812
+ .box-reviews li.item:after,
1813
+ .box-tags li.item:after,
1814
+ .pager:after,
1815
+ .sorter:after,
1816
+ .ratings:after,
1817
+ .add-to-box:after,
1818
+ .add-to-cart:after,
1819
+ .product-essential:after,
1820
+ .product-collateral:after,
1821
+ .product-view .product-img-box .more-views ul:after,
1822
+ .product-view .box-tags .form-add:after,
1823
+ .product-view .product-shop .short-description:after,
1824
+ .product-view .box-description:after,
1825
+ .product-options .options-list li:after,
1826
+ .product-options-bottom:after,
1827
+ .product-review:after,
1828
+ .cart:after,
1829
+ .cart-collaterals:after,
1830
+ .cart .crosssell li.item:after,
1831
+ .opc .step-title:after,
1832
+ .checkout-progress:after,
1833
+ .multiple-checkout .place-order:after,
1834
+ .group-select li:after,
1835
+ .form-list li:after,
1836
+ .form-list .field:after,
1837
+ .buttons-set:after,
1838
+ .page-print .print-head:after,
1839
+ .advanced-search-summary:after,
1840
+ .gift-messages-form .item:after,
1841
+ .send-friend .form-list li p:after,
1842
+ .menu_search:after,
1843
+ .menu_search .form-search:after,
1844
+ .footer_links:after,
1845
+ .products-grid li.item .grid-item-bg:after,
1846
+ .products-list li.item .list-item-bg:after{ display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
1847
+ /* ======================================================================================= */
1848
+
1849
+ .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; }
1850
+ .cards-list dt { margin:5px 0 0; }
1851
+ .cards-list .offset { padding:2px 0 2px 20px; }
1852
+
1853
+ /* Configured price */
1854
+ .configured-price { margin:0; }
1855
+ .configured-price .price-label { font-weight:bold; white-space:nowrap; }
1856
+ .configured-price .price { font-weight:bold; }
1857
+
1858
+ .product-options {position:relative;}
1859
+
1860
+ .sp-methods .release-amounts { margin:0.5em 0; }
1861
+ .sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }
1862
+
1863
+ .block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
1864
+ .block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
1865
+ .block-progress .cards-list .info-table th { font-weight:normal; }
1866
+
1867
+ .product-options-bottom .add-to-links,.product-view .product-shop .product-options-bottom .add-to-links{clear:both;font-size:11px;}
1868
+ .product-options-bottom .add-to-links li, .product-options-bottom .add-to-links li .separator {
1869
+ display: inline;
1870
+ }
1871
+
1872
+ /* CSS3 Borders */
1873
+ .dashboard .box-reviews .number,
1874
+ .dashboard .box-tags .number{-moz-border-radius: 1px; -webkit-border-radius: 1px; border-radius: 1px;}
1875
+
1876
+ input.input-text,
1877
+ select,
1878
+ textarea,
1879
+ .opc .step-title .number{-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;}
1880
+
1881
+ .fieldset .legend,
1882
+ .mini-products-list .product-image,
1883
+ .block-layered-nav dt,
1884
+ .product-view .product-img-box .product-image,
1885
+ .product-view .product-img-box .more-views li a{-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
1886
+
1887
+ .fieldset,
1888
+ .error-msg,
1889
+ .success-msg,
1890
+ .note-msg,
1891
+ .notice-msg,
1892
+ .toolbar,
1893
+ .product-options,
1894
+ .product-view .box-up-sell .products-grid .product-image img,
1895
+ .tags-list,
1896
+ .cart-table .product-image,
1897
+ .cart .crosssell .product-image,
1898
+ .box-account,
1899
+ .addresses-list li.item,
1900
+ .order-info,
1901
+ .order-info-box{-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}
1902
+
1903
+ .opc li:first-child .step-title{
1904
+ -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;
1905
+ }
1906
+ .guest-select {width:305px !important;}
1907
+
1908
+ .form-list-narrow li { margin-bottom:0; }
1909
+ .form-list-narrow li .input-box { margin-bottom:6px; }
1910
+ .form-list-narrow li.wide .input-box { width:260px; }
1911
+ .form-list-narrow li.wide input.input-text,
1912
+ .form-list-narrow li.wide textarea { width:254px }
1913
+ .form-list-narrow li.wide select { width:260px; }
1914
+
1915
+ .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; }
1916
+
1917
+ /* Global site notices */
1918
+ .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; }
1919
+ .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; }
1920
+ .global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
1921
+ .global-site-notice .notice-inner .actions { padding-top:10px; }
1922
+
1923
+ .block-cart .mini-products-list .product-details .product-name,
1924
+ .block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
1925
+ .block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }
1926
+
1927
+ .cart-table .btn-update,
1928
+ .cart-table .btn-empty { float:right; }
1929
+ .cart-table .btn-update { margin-left:10px; }
1930
+
1931
+ /* Captcha ================================================================================ */
1932
+ .captcha-note { clear:left; padding-top:5px; }
1933
+ .captcha-image { float:left; display:inline; margin:0; position:relative; width:258px; }
1934
+ .captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
1935
+ .registered-users .captcha-image { margin:0;}
1936
+ .captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
1937
+ .captcha-reload.refreshing { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }
1938
+
1939
+ @-webkit-keyframes rotate {
1940
+ 0% { -webkit-transform:rotate(0); }
1941
+ 0% { -webkit-transform:rotate(-360deg); }
1942
+ }
1943
+ @-moz-keyframes rotate {
1944
+ 0% { -moz-transform:rotate(0); }
1945
+ 0% { -moz-transform:rotate(-360deg); }
1946
+ }
1947
+ @keyframes rotate {
1948
+ 0% { transform:rotate(0); }
1949
+ 0% { transform:rotate(-360deg); }
1950
+ }
skin/frontend/default/toys_gray/images/best_selling_tr_even_bg.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/best_selling_tr_odd_bg.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/bkg_account_box.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/bkg_block-actions.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/bkg_block-layered-dd.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/bkg_block-layered-li.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/bkg_block-layered1.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/bkg_block-title-account.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/bkg_block-title.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/bkg_body.png ADDED
Binary file
skin/frontend/default/toys_gray/images/bkg_buttons-set1.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/bkg_checkout.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/bkg_collapse-gm.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/bkg_collapse.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/bkg_divider1.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/bkg_form-search.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/bkg_grand-total.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/bkg_login-box.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/bkg_opc-title-off.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/bkg_pipe1.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/bkg_pipe2.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/bkg_pipe3.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/bkg_rating.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/bkg_sp-methods.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/bkg_tfoot.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/bkg_th-v.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/bkg_th.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/block_button_bg.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/block_button_bg.png ADDED
Binary file
skin/frontend/default/toys_gray/images/block_content_bg.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/block_content_bg2.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/block_head_bg.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/block_head_bg2.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/block_subscribe_bg.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/bread_pipe.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/btn_checkout.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/btn_edit.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/btn_gm-close.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/btn_google_checkout.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/btn_paypal_checkout.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/btn_place_order.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/btn_previous.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/btn_proceed_to_checkout.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/btn_proceed_to_checkout_dis.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/btn_remove.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/btn_remove2.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/btn_trash.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/btn_window_close.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/button_bg.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/button_bg.png ADDED
Binary file
skin/frontend/default/toys_gray/images/calendar.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/cart_crossell.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/cart_disc_ship_bg.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/cart_totals_bg.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/catalog/product/placeholder/image.jpg ADDED
Binary file
skin/frontend/default/toys_gray/images/catalog/product/placeholder/small_image.jpg ADDED
Binary file
skin/frontend/default/toys_gray/images/catalog/product/placeholder/thumbnail.jpg ADDED
Binary file
skin/frontend/default/toys_gray/images/check_out_head.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/cvv.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/cvv.jpg ADDED
Binary file
skin/frontend/default/toys_gray/images/fam_book_open.png ADDED
Binary file
skin/frontend/default/toys_gray/images/footer_links_bg.jpg ADDED
Binary file
skin/frontend/default/toys_gray/images/grid-cal.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/i_arrow-top.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/i_asc_arrow.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/i_availability_only.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/i_availability_only_arrow.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/i_desc_arrow.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/i_msg-error.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/i_msg-note.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/i_msg-success.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/i_notice.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/i_page1.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/i_page2.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/i_pager-next.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/i_pager-prev.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/i_print.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/i_rss-big.png ADDED
Binary file
skin/frontend/default/toys_gray/images/i_rss.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/i_search_criteria.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/i_tag_add.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/i_tier.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/i_type_grid.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/i_type_list.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/input_text_bg.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/logo.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/logo_email.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/logo_print.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/magnifier_handle.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/map_popup_arrow.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/nav_bg.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/nav_li_bg.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/nav_li_first.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/nav_li_hover.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/nav_sub_a_hover.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/new_products_bg.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/new_products_bg.png ADDED
Binary file
skin/frontend/default/toys_gray/images/np_cart_thumb.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/np_more_img.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/np_product_main.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/np_thumb.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/np_thumb2.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/opc-ajax-loader.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/opc-ajax-loader2.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/pager_arrow_left.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/pager_arrow_right.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/product_img_bg.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/product_list_bg.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/product_zoom_overlay_magnif.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/products_grid_bg.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/slider_bg.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/slider_btn_zoom_in.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/slider_btn_zoom_out.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/spacer.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/subsc_button.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/tabs_bg.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/validation_advice_bg.gif ADDED
Binary file
skin/frontend/default/toys_gray/images/xmlconnect/catalog/category/placeholder/image.jpg ADDED
Binary file
skin/frontend/default/toys_gray/images/xmlconnect/catalog/category/placeholder/small_image.jpg ADDED
Binary file
skin/frontend/default/toys_gray/images/xmlconnect/catalog/category/placeholder/thumbnail.jpg ADDED
Binary file
skin/frontend/default/toys_gray/images/xmlconnect/tab_account.png ADDED
Binary file
skin/frontend/default/toys_gray/images/xmlconnect/tab_cart.png ADDED
Binary file
skin/frontend/default/toys_gray/images/xmlconnect/tab_home.png ADDED
Binary file
skin/frontend/default/toys_gray/images/xmlconnect/tab_more.png ADDED
Binary file
skin/frontend/default/toys_gray/images/xmlconnect/tab_page.png ADDED
Binary file
skin/frontend/default/toys_gray/images/xmlconnect/tab_search.png ADDED
Binary file
skin/frontend/default/toys_gray/images/xmlconnect/tab_shop.png ADDED
Binary file
skin/frontend/default/toys_orange/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/toys_orange/css/styles-ie.css ADDED
@@ -0,0 +1,171 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Magento
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the Academic Free License (AFL 3.0)
7
+ * that is bundled with this package in the file LICENSE_AFL.txt.
8
+ * It is also available through the world-wide-web at this URL:
9
+ * http://opensource.org/licenses/afl-3.0.php
10
+ * If you did not receive a copy of the license and are unable to
11
+ * obtain it through the world-wide-web, please send an email
12
+ * to license@magentocommerce.com so we can send you a copy immediately.
13
+ *
14
+ * DISCLAIMER
15
+ *
16
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
17
+ * versions in the future. If you wish to customize Magento for your
18
+ * needs please refer to http://www.magentocommerce.com for more information.
19
+ *
20
+ * @category design
21
+ * @package default_default
22
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
23
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
+ */
25
+
26
+ /* IE 6 only */
27
+ * html .validation-advice { height:13px; }
28
+ * html .error-msg,
29
+ * html .success-msg,
30
+ * html .note-msg,
31
+ * html .notice-msg { height:24px; }
32
+ * html .main { height:400px; }
33
+ * html .account-login .content { height:240px; }
34
+ .block li.item,
35
+ .block-poll li,
36
+ .opc li.section { vertical-align:top; }
37
+ * html .window-overlay { background:#ccc; filter:alpha(opacity=50); }
38
+
39
+ /* Doubled Margin Fixes */
40
+ .product-view .product-img-box .more-views li,
41
+ .product-view .box-tags .form-add .input-box,
42
+ .sp-methods select.month { display:inline; }
43
+ #opc-review .sp-methods .input-box { float:left; }
44
+ .product-options{zoom:1;}
45
+ .clearfix{zoom:1;}
46
+ /********** < Navigation styles */
47
+ #nav li,
48
+ #nav li a { zoom:1; }
49
+ #nav li { vertical-align:top; }
50
+ /********** < Navigation styles */
51
+
52
+ select { margin-bottom:1px; }
53
+ input.radio { width:13px; height:13px; }
54
+ input.checkbox { width:13px; height:13px; }
55
+ button.button { height:30px; }
56
+ .block button.button{height:26px;}
57
+ .block-subscribe .actions button.button{height:19px;}
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 { scrollbar-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-view .box-tags .product-tags li{ padding:0 4px 0 7px; }
72
+
73
+ .product-options dd .time-picker select { margin:0; padding:0; }
74
+
75
+ /* Clearer */
76
+ .clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
77
+
78
+ /* Clears and hasLayout fixes */
79
+ .menu_search,
80
+ .products-list li.item .list-item-bg,
81
+ .footer_links,
82
+ .products-grid li.item .grid-item-bg,
83
+ .menu_search .form-search,
84
+ .product-tabs,
85
+ .product-tabs-content,
86
+ .header-container,
87
+ .header-container .top-container,
88
+ .header,
89
+ .header .quick-access,
90
+ #nav,
91
+ .main,
92
+ .footer,
93
+ .footer-container .bottom-container,
94
+ .col-main,
95
+ .col2-set,
96
+ .col3-set,
97
+ .col3-layout .product-options-bottom .price-box,
98
+ .col4-set,
99
+ .messages li,
100
+ .search-autocomplete li,
101
+ .block,
102
+ .block .block-content,
103
+ .block .actions,
104
+ .block li.item,
105
+ .block-poll li,
106
+ .block-poll .label,
107
+ .block-layered-nav .currently li,
108
+ .block-account .block-content li a,
109
+ .mini-products-list .product-details,
110
+ .page-title,
111
+ .rss-title h1,
112
+ .products-grid,
113
+ .products-list li.item,
114
+ .box-account .box-head,
115
+ .dashboard .box .box-title,
116
+ .box-reviews li.item,
117
+ .box-tags li.item,
118
+ .pager,
119
+ .sorter,
120
+ .ratings,
121
+ .add-to-box,
122
+ .add-to-cart,
123
+ .product-essential,
124
+ .product-collateral,
125
+ .product-view .product-img-box .more-views ul,
126
+ .product-view .box-tags .form-add,
127
+ .product-view .product-shop .short-description,
128
+ .product-view .box-description,
129
+ .product-options .options-list li,
130
+ .product-options-bottom,
131
+ .truncated,
132
+ .truncated .truncated_full_value,
133
+ .product-review,
134
+ .cart,
135
+ .cart-collaterals,
136
+ .cart .crosssell li.item,
137
+ .cart .discount,
138
+ .opc .step-title,
139
+ .opc .step,
140
+ .opc,
141
+ .multiple-checkout,
142
+ .sp-methods,
143
+ .checkout-progress,
144
+ .multiple-checkout .place-order,
145
+ .form-list li,
146
+ .form-list .field,
147
+ .group-select li,
148
+ .buttons-set,
149
+ .page-print .print-head,
150
+ .cart-tax-total,
151
+ .advanced-search-summary,
152
+ .advanced-search-summary p,
153
+ .gift-messages-form .item,
154
+ .send-friend .form-list li p,
155
+ .centinel .authentication{ zoom:1; }
156
+ a{outline-style: none !important;}
157
+ /* Hover Fix */
158
+ iframe.hover-fix { position:absolute; left:-1px; top:-1px; z-index:-1; background:transparent; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
159
+
160
+ .header .quick-access{height:101px;overflow:hidden;}
161
+ .block-poll input.radio { margin:2px -18px 0 0; }
162
+ .sp-methods dt input.radio,
163
+ .form-list li.control input.radio,
164
+ .form-list li.control input.checkbox { margin-top:1px;}
165
+
166
+
167
+ * html button.button span {background: url("../images/button_bg.gif") no-repeat scroll 0 0 transparent;}
168
+ * html button.button span span{background-position: 100% 0;}
169
+ * html .block button.button span{background: url("../images/block_button_bg.gif") no-repeat scroll 0 0 transparent;}
170
+ * html .block button.button span span{background-position: 100% 0;}
171
+ * html .category-image img,* html .category_content img {width:100%; }
skin/frontend/default/toys_orange/css/styles.css ADDED
@@ -0,0 +1,1949 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Magento
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the Academic Free License (AFL 3.0)
7
+ * that is bundled with this package in the file LICENSE_AFL.txt.
8
+ * It is also available through the world-wide-web at this URL:
9
+ * http://opensource.org/licenses/afl-3.0.php
10
+ * If you did not receive a copy of the license and are unable to
11
+ * obtain it through the world-wide-web, please send an email
12
+ * to license@magentocommerce.com so we can send you a copy immediately.
13
+ *
14
+ * DISCLAIMER
15
+ *
16
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
17
+ * versions in the future. If you wish to customize Magento for your
18
+ * needs please refer to http://www.magentocommerce.com for more information.
19
+ *
20
+ * @category design
21
+ * @package default_default
22
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
23
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
+ */
25
+
26
+ /* Reset ================================================================================= */
27
+ * { margin:0; padding:0; }
28
+
29
+ body { background:#f2f9fe url(../images/bkg_body.png) 0 0 repeat-x; font:12px/1.55 Arial, Helvetica, sans-serif; color:#676767; text-align:center; }
30
+
31
+ img { border:0; vertical-align:top; }
32
+ .category_content img{max-width:100%;}
33
+ .category_content{margin-bottom:10px;}
34
+ .products-list .desc .link-learn { font-size:11px; }
35
+ a { color:#545454; text-decoration:underline; }
36
+ a:hover { text-decoration:none; }
37
+
38
+ :focus{ outline:0 !important; }
39
+
40
+ /* Headings */
41
+ h1,h2,h3,
42
+ h4,h5,h6 { margin:0 0 5px; line-height:1.35; color:#545454; }
43
+ h1 { font-size:20px; font-weight:normal; }
44
+ h2 { font-size:18px; font-weight:normal; }
45
+ h3 { font-size:16px; font-weight:bold; }
46
+ h4 { font-size:14px; font-weight:bold; }
47
+ h5 { font-size:12px; font-weight:bold; }
48
+ h6 { font-size:11px; font-weight:bold; }
49
+
50
+ /* Forms */
51
+ form { display:inline; }
52
+ fieldset { border:0; }
53
+ legend { display:none; }
54
+
55
+ /* Table */
56
+ table { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
57
+ caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }
58
+
59
+ /* Content */
60
+ p { margin:0 0 10px; }
61
+ strong { font-weight:bold; }
62
+ address { font-style:normal; line-height:1.35; }
63
+ cite { font-style:normal; }
64
+ q,
65
+ blockquote { quotes:none; }
66
+ q:before,
67
+ q:after { content:''; }
68
+ small,big { font-size:1em; }
69
+ /*sup { font-size:1em; vertical-align:top; }*/
70
+
71
+ /* Lists */
72
+ ul,ol { list-style:none; }
73
+
74
+ /* Tools */
75
+ .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; }
76
+ .nobr { white-space:nowrap !important; }
77
+ .wrap { white-space:normal !important; }
78
+ .a-left { text-align:left !important; }
79
+ .a-center { text-align:center !important; }
80
+ .a-right { text-align:right !important; }
81
+ .v-top { vertical-align:top; }
82
+ .v-middle { vertical-align:middle; }
83
+ .f-left,
84
+ .left { float:left !important; }
85
+ .f-right,
86
+ .right { float:right !important; }
87
+ .f-none { float:none !important; }
88
+ .f-fix { float:left; width:100%; }
89
+ .no-display { display:none; }
90
+ .no-margin { margin:0 !important; }
91
+ .no-padding { padding:0 !important; }
92
+ .no-bg { background:none !important; }
93
+ /* ======================================================================================= */
94
+
95
+
96
+ /* Layout ================================================================================ */
97
+ .wrapper { min-width:939px; }
98
+ .page {}
99
+ .page-print { background:#fff; padding:25px 30px; text-align:left; }
100
+ .page-empty { background:#fff; padding:20px; text-align:left; }
101
+ .page-popup { background:#fff; padding:25px 30px; text-align:left; }
102
+ .main-container { }
103
+ .main { width:939px; margin:0 auto; min-height:400px; padding:6px 0 0; text-align:left; }
104
+
105
+ /* Base Columns */
106
+ .col-left { float:left; width:225px; padding:0 0 1px; }
107
+ .col-main { float:left; width:682px; padding:0 0 1px; }
108
+ .col-right { float:right; width:246px; padding:0 0 1px; }
109
+
110
+ /* 1 Column Layout */
111
+ .col1-layout .col-main { float:none; width:auto; }
112
+
113
+ /* 2 Columns Layout */
114
+ .col2-left-layout .col-main { float:right; }
115
+ .col2-right-layout .col-main {}
116
+
117
+ /* 3 Columns Layout */
118
+ .col3-layout .col-main { width:445px; }
119
+ .col3-layout .col-wrapper { float:left; width:682px; }
120
+ .col3-layout .col-wrapper .col-main { float:right; }
121
+
122
+ /* Content Columns */
123
+ .col2-set .col-1 { float:left; width:48.5%; }
124
+ .col2-set .col-2 { float:right; width:48.5%; }
125
+ .col2-set .col-narrow { width:32%; }
126
+ .col2-set .col-wide { width:65%; }
127
+
128
+ .col3-set .col-1 { float:left; width:32%; }
129
+ .col3-set .col-2 { float:left; width:32%; margin-left:2%; }
130
+ .col3-set .col-3 { float:right; width:32%; }
131
+
132
+ .col4-set .col-1 { float:left; width:23.5%; }
133
+ .col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
134
+ .col4-set .col-3 { float:left; width:23.5%; }
135
+ .col4-set .col-4 { float:right; width:23.5%; }
136
+ /* ======================================================================================= */
137
+ .clearfix:after {
138
+ content:' ';
139
+ clear:both;
140
+ display:block;
141
+ width:0;
142
+ height:0;
143
+ overflow:hidden;
144
+ font-size:0;
145
+ }
146
+
147
+ /* Global Styles ========================================================================= */
148
+ /* Form Elements */
149
+ input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#545454; }
150
+ input.input-text,select,textarea { background:#fff; border:1px solid #d5d5d5;}
151
+ input.input-text,textarea { padding:2px; }
152
+ input.input-text,textarea{background:#fff url(../images/input_text_bg.gif) repeat-x 0 0;}
153
+ select { padding:1px; }
154
+ select option { padding-right:10px; }
155
+ select.multiselect option { border-bottom:1px solid #d5d5d5; padding:2px 5px; }
156
+ select.multiselect option:last-child { border-bottom:0; }
157
+ textarea { overflow:auto; }
158
+ input.radio { margin-right:3px; }
159
+ input.checkbox { margin-right:3px; }
160
+ input.qty { width:29px !important; text-align:center;}
161
+ button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
162
+ button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
163
+ button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
164
+ button.button span { display:block; height:30px; padding:0 0 0 10px; font:bold 12px/30px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; background:url(../images/button_bg.png) 0 0 no-repeat;}
165
+ button.button span span { padding:0 10px 0 0; background-position:100% 0;}
166
+
167
+ .block button.button span { height:26px; padding:0 0 0 15px; font:bold 12px/26px Arial, Helvetica, sans-serif; background:url(../images/block_button_bg.png) 0 0 no-repeat;}
168
+ .block button.button span span { padding:0 15px 0 0; background-position:100% 0; text-transform:uppercase;}
169
+
170
+ .grid-details{float:right; text-align:right; color:#4398ef; font-weight:bold; text-decoration:none;}
171
+ .grid-details:hover{text-decoration:underline;}
172
+
173
+ p.control input.checkbox,
174
+ p.control input.radio { margin-right:6px; }
175
+ /* Form Highlight */
176
+ input.input-text:focus,select:focus,textarea:focus { background:#edf7fd; }
177
+ /*.highlight { background:#efefef; }*/
178
+
179
+ /* Form lists */
180
+ /* Grouped fields */
181
+ .form-list li { margin:0 0 8px; }
182
+ .form-list label { float:left; color:#666; font-weight:bold; position:relative; z-index:0; }
183
+ .form-list label.required {}
184
+ .form-list label.required em { float:right; font-style:normal; color:#ee350b; position:absolute; top:0; right:-8px; }
185
+ .form-list li.control{line-height:13px;}
186
+ .form-list li.control label { float:none;vertical-align: top; }
187
+ .form-list li.control input.radio,
188
+ .form-list li.control input.checkbox { margin-right:6px; vertical-align:top; }
189
+ .form-list li.control .input-box { clear:none; display:inline; width:auto; }
190
+ .form-list .input-box { display:block; clear:both; width:260px; }
191
+ .form-list .field { float:left; width:275px; }
192
+ .form-list input.input-text { width:254px; }
193
+ .form-list textarea { width:254px; height:10em; }
194
+ .form-list select { width:260px; }
195
+ .form-list li.wide .input-box { width:535px; }
196
+ .form-list li.wide input.input-text { width:529px; }
197
+ .form-list li.wide textarea { width:529px; }
198
+ .form-list li.wide select { width:535px; }
199
+ .form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
200
+ .form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
201
+ .form-list .input-range input.input-text { width:74px; }
202
+ /* Customer */
203
+ .form-list .customer-name-prefix .input-box,
204
+ .form-list .customer-name-suffix .input-box,
205
+ .form-list .customer-name-prefix-suffix .input-box,
206
+ .form-list .customer-name-prefix-middlename .input-box,
207
+ .form-list .customer-name-middlename-suffix .input-box,
208
+ .form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }
209
+
210
+ .form-list .name-prefix { width:65px; }
211
+ .form-list .name-prefix select { width:55px; }
212
+ .form-list .name-prefix input.input-text { width:49px; }
213
+
214
+ .form-list .name-suffix { width:65px; }
215
+ .form-list .name-suffix select { width:55px; }
216
+ .form-list .name-suffix input.input-text { width:49px; }
217
+
218
+ .form-list .name-middlename { width:70px; }
219
+ .form-list .name-middlename input.input-text { width:49px; }
220
+
221
+ .form-list .customer-name-prefix-middlename-suffix .name-firstname,
222
+ .form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
223
+ .form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
224
+ .form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
225
+ .form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
226
+ .form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }
227
+
228
+ .form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
229
+ .form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
230
+ .form-list .customer-name-prefix-suffix .name-firstname input.input-text,
231
+ .form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
232
+
233
+ .form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
234
+ .form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
235
+ .form-list .customer-name-prefix-suffix .name-firstname input.input-text,
236
+ .form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
237
+
238
+ .form-list .customer-name-prefix .name-firstname,
239
+ .form-list .customer-name-middlename .name-firstname { width:210px; }
240
+
241
+ .form-list .customer-name-suffix .name-lastname,
242
+ .form-list .customer-name-middlename .name-firstname,
243
+ .form-list .customer-name-middlename-suffix .name-firstname,
244
+ .form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
245
+
246
+ .form-list .customer-name-prefix .name-firstname input.input-text,
247
+ .form-list .customer-name-suffix .name-lastname input.input-text,
248
+ .form-list .customer-name-middlename .name-firstname input.input-text,
249
+ .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
250
+ .form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
251
+
252
+ .form-list .customer-dob .dob-month,
253
+ .form-list .customer-dob .dob-day,
254
+ .form-list .customer-dob .dob-year { float:left; width:85px; }
255
+ .form-list .customer-dob input.input-text { display:block; width:74px; }
256
+ .form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
257
+ .form-list .customer-dob .dob-day,
258
+ .form-list .customer-dob .dob-month { width:60px; }
259
+ .form-list .customer-dob .dob-day input.input-text,
260
+ .form-list .customer-dob .dob-month input.input-text { width:46px; }
261
+ .form-list .customer-dob .dob-year { width:140px; }
262
+ .form-list .customer-dob .dob-year input.input-text { width:134px; }
263
+
264
+ /* Independent fields */
265
+ /*.form-list li { margin:0 0 8px; }
266
+ .form-list li.fields { margin:0; }
267
+ .form-list .field { display:block; margin:0 0 8px; }
268
+ .form-list li.control {}
269
+ .form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
270
+ .form-list label.required { font-weight:bold; }
271
+ .form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
272
+ .form-list .input-box { float:left; width:260px; }
273
+ .form-list input.input-text,
274
+ .form-list textarea { width:254px; }
275
+ .form-list select { width:260px; }
276
+ .form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
277
+ .form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
278
+ .form-list .input-range input.input-text { width:96px; }*/
279
+ /* Customer */
280
+ /*.form-list .customer-dob .dob-month,
281
+ .form-list .customer-dob .dob-day,
282
+ .form-list .customer-dob .dob-year { float:left; width:85px; }
283
+ .form-list .customer-dob input.input-text { display:block; width:74px; }
284
+ .form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
285
+ .form-list .customer-dob .dob-day,
286
+ .form-list .customer-dob .dob-month { width:60px; }
287
+ .form-list .customer-dob .dob-day input.input-text,
288
+ .form-list .customer-dob .dob-month input.input-text { width:46px; }
289
+ .form-list .customer-dob .dob-year { width:140px; }
290
+ .form-list .customer-dob .dob-year input.input-text { width:134px; }*/
291
+
292
+ .buttons-set { clear:both; margin:1em 0 0; padding:0; /*border-top:1px solid #e4e4e4;*/ text-align:right; }
293
+ .buttons-set p.required { margin:0 0 10px; }
294
+ .buttons-set .back-link { float:left; margin:0; }
295
+ .buttons-set button.button { float:right; margin-left:5px; }
296
+
297
+ .buttons-set-order { margin:10px 0 0; }
298
+ .buttons-set-order .please-wait { padding:12px 7px 0 0; }
299
+
300
+ .fieldset { border:1px solid #e2e2e2; background:#fff; padding:22px 25px 12px 33px; margin:28px 0;}
301
+ .fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #e2e2e2; background:#fff; color:#545454; margin:-33px 0 0 -10px; padding:0 8px; position:relative;}
302
+
303
+ /* Form Validation */
304
+ .validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:15px; font-size:11px; font-weight:bold; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
305
+ .validation-failed { border:1px dashed #ee350b !important; }
306
+ .validation-passed {}
307
+ p.required { font-size:12px; text-align:right; color:#545454; }
308
+ /* Expiration date and CVV number validation fix */
309
+ .v-fix { float:left; }
310
+ .v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }
311
+
312
+ /* Global Messages */
313
+ .success { color:#3d6611; font-weight:bold; }
314
+ .error { color:#df280a; font-weight:bold; }
315
+ .notice { color:#e26703; }
316
+
317
+ .messages,
318
+ .messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
319
+ .messages { width:100%; overflow:hidden; }
320
+ .messages li { margin:0 0 10px !important; }
321
+ .messages li li { margin:0 0 3px !important; }
322
+ .error-msg,
323
+ .success-msg,
324
+ .note-msg,
325
+ .notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 3px 32px !important; font-size:12px !important; font-weight:bold !important;}
326
+ .error-msg { border-color:#d7d7d7; background-color:#fdfdfd; background-image:url(../images/i_msg-error.gif); color:#7c7c7c; }
327
+ .success-msg { border-color:#d7d7d7; background-color:#fdfdfd; background-image:url(../images/i_msg-success.gif); color:#7c7c7c; }
328
+ .note-msg,
329
+ .notice-msg { border-color:#d7d7d7; background-color:#fdfdfd; background-image:url(../images/i_msg-note.gif); color:#7c7c7c; }
330
+
331
+ /* BreadCrumbs */
332
+ .breadcrumbs { font-size:12px; line-height:1.25; margin:-3px 0 6px; padding-left:3px; position:relative;}
333
+ .breadcrumbs li a{color:#636363; text-decoration:none;}
334
+ .breadcrumbs li span{padding:0 5px;}
335
+ .breadcrumbs li a:hover{color:#b62488;}
336
+ .breadcrumbs li { display:inline; }
337
+ .breadcrumbs li strong { font-weight:normal; color:#b62488;}
338
+
339
+ /* Page Heading */
340
+ .page-title { width:100%; overflow:hidden; background:url(../images/bkg_divider1.gif) repeat-x 0 100%; margin:0 0 25px; }
341
+ .page-title h1,
342
+ .page-title h2 { margin:0; font-size:20px; color:#545454; }
343
+ .page-title .separator { margin:0 3px; }
344
+ .page-title .link-rss { float:right; margin:7px 0 0; }
345
+ .title-buttons { text-align:right; padding-bottom:3px;}
346
+ .title-buttons h1,
347
+ .title-buttons h2,
348
+ .title-buttons h3,
349
+ .title-buttons h4,
350
+ .title-buttons h5,
351
+ .title-buttons h6 { float:left; }
352
+ /*#opc-billing.active .step-title,
353
+ #opc-login.active .step-title{
354
+ -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;
355
+ }*/
356
+ .subtitle,
357
+ .sub-title { clear:both; padding:5px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; }
358
+
359
+ /* Pager */
360
+ .pager { font-size:12px; padding:4px 0 5px 3px; text-align:center; }
361
+ .pager .amount { float:left; margin:0; }
362
+ .pager .limiter { float:right; }
363
+ .pager .limiter label { vertical-align:middle; padding-right:3px;}
364
+ .pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
365
+ .pager .pages { margin:0 140px; }
366
+ .pager .pages ol { display:inline; }
367
+ .pager .pages li { display:inline; margin:0 2px; }
368
+ .pager .pages .current {}
369
+
370
+ /* Sorter */
371
+ .sorter { font-size:12px; padding:5px 0 2px 3px; }
372
+ .sorter .view-mode { float:left; margin:0; }
373
+ .sorter .view-mode strong{color:#b62488; text-decoration:underline;font-weight:normal;}
374
+ .sorter .view-mode a{text-decoration:none; color:#616161;}
375
+ .sorter .view-mode a:hover{text-decoration:underline;}
376
+ .sorter .sort-by { float:right; padding-right:4px; }
377
+ .sorter .sort-by label { vertical-align:middle; }
378
+ .sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
379
+ .sorter .link-feed {}
380
+ .sort-by a{padding-left:5px;}
381
+ /* Toolbar */
382
+ .toolbar {border:1px solid #e2e2e2; margin:0 0 11px; padding:3px 14px 0; background:#fff;}
383
+ .toolbar .pager { padding:3px 0 3px 4px; background:url(../images/bkg_divider1.gif) 0 100% repeat-x; }
384
+
385
+ /* Data Table */
386
+ .data-table { width:100%; border:1px solid #d7d7d7; }
387
+ .data-table .odd { background:#fff; }
388
+ .data-table .even { background:#fff; }
389
+ .data-table th { padding:3px 8px; font-weight:bold; }
390
+ .data-table td { padding:3px 8px; }
391
+
392
+ .data-table thead th { font-weight:bold; border-right:1px solid #d7d7d7; border-bottom:1px solid #dcdddf; padding:2px 8px; color:#545454; white-space:nowrap; vertical-align:middle; }
393
+ .data-table thead th.wrap { white-space:normal; }
394
+ .data-table thead th a,
395
+ .data-table thead th a:hover { color:#fff; }
396
+ .data-table thead th { background:url(../images/bkg_th.gif) repeat-x 0 0 #f9f9f6; }
397
+ .data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }
398
+
399
+ .data-table tfoot { border-bottom:1px solid #d7d7d7; }
400
+ .data-table tfoot tr td { background:url(../images/bkg_th.gif) repeat-x 0 0 #f9f9f6; }
401
+ .data-table tfoot tr { background-color:#dee5e8 !important; }
402
+ .data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d7d7d7; }
403
+ .data-table tfoot strong { font-size:15px; font-weight:normal;}
404
+ .data-table tfoot strong .price{font-size:17px; font-weight:bold; color:#383838;}
405
+ .data-table tbody th,
406
+ .data-table tbody td { border-bottom:1px solid #dddfdf; border-right:1px solid #d7d7d7; }
407
+ /* Bundle products tables */
408
+ .data-table tbody.odd tr td,
409
+ .data-table tbody.even tr td { border-bottom:0; }
410
+ .data-table tbody.odd tr.border td,
411
+ .data-table tbody.even tr.border td { border-bottom:1px solid #e8e9e8; }
412
+
413
+ .data-table tbody td .option-label { font-weight:bold; font-style:normal; color: #5F6162;}
414
+ .data-table tbody td .option-value { padding-left:10px; }
415
+
416
+ /* Generic Info Box */
417
+ .info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
418
+ .info-box h2 { font-weight:bold; font-size:13px; }
419
+
420
+ .info-table th { font-weight:bold; padding:2px 15px 2px 0; }
421
+ .info-table td { padding:2px 0; }
422
+
423
+ /* Shopping cart total summary row expandable to details */
424
+ tr.summary-total { cursor:pointer; }
425
+ tr.summary-total td {}
426
+ 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; }
427
+ tr.show-details .summary-collapse { background-position:0 -52px; }
428
+ tr.show-details td {}
429
+ tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
430
+ tr.summary-details-first td { border-top:1px solid #d2d8db; }
431
+ tr.summary-details-excluded { font-style:italic; }
432
+
433
+ /* Shopping cart tax info */
434
+ .cart-tax-info { display:block; }
435
+ .cart-tax-info,
436
+ .cart-tax-info .cart-price { padding-right:20px; }
437
+ .cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
438
+ .cart-tax-info .price,
439
+ .cart-tax-total .price { display:inline !important; font-weight:normal !important; }
440
+ .cart-tax-total-expanded { background-position:100% -52px; }
441
+
442
+ /* Class: std - styles for admin-controlled content */
443
+ .std .subtitle { padding:0; }
444
+ .std ol.ol { list-style:decimal outside; padding-left:1.5em; }
445
+ .std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
446
+ .std dl dt { font-weight:bold; padding-bottom:10px;}
447
+ .std dl dd { margin:0 0 20px; }
448
+ /*.std ul,
449
+ .std ol,
450
+ .std dl,
451
+ .std p,
452
+ .std address,
453
+ .std blockquote { margin:0 0 1em; padding:0; }
454
+ .std ul { list-style:disc outside; padding-left:1.5em; }
455
+ .std ol { list-style:decimal outside; padding-left:1.5em; }
456
+ .std ul ul { list-style-type:circle; }
457
+ .std ul ul,
458
+ .std ol ol,
459
+ .std ul ol,
460
+ .std ol ul { margin:.5em 0; }
461
+ .std dt { font-weight:bold; }
462
+ .std dd { padding:0 0 0 1.5em; }
463
+ .std blockquote { font-style:italic; padding:0 0 0 1.5em; }
464
+ .std address { font-style:normal; }
465
+ .std b,
466
+ .std strong { font-weight:bold; }
467
+ .std i,
468
+ .std em { font-style:italic; }*/
469
+
470
+ /* Misc */
471
+ .links li { display:inline; }
472
+ .links li.first { padding-left:0 !important; }
473
+ .links li.last { background:none !important; padding-right:0 !important; }
474
+
475
+ .link-cart { font-weight:bold; }
476
+ .link-wishlist { color:#1a6fc6 !important; font-weight:normal; text-decoration:none;}
477
+ .link-reorder { font-weight:bold; }
478
+ .link-compare { font-weight:normal; color:#5f5f5f;text-decoration:none;}
479
+ .link-wishlist:hover,.link-compare:hover{text-decoration:underline;}
480
+ .link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; }
481
+ .link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
482
+ .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; }
483
+ .btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
484
+
485
+ .separator { margin:0 3px; }
486
+
487
+ .divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }
488
+
489
+ /* Noscript Notice */
490
+ .noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
491
+ .noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
492
+ .noscript p { margin:0; }
493
+
494
+ /* Demo Notice */
495
+ .demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
496
+ /* ======================================================================================= */
497
+
498
+
499
+ /* Header ================================================================================ */
500
+ .logo { float:left; }
501
+ .header-container { }
502
+ .header { width:939px; margin:0 auto; padding:9px 0 8px; text-align:right; position:relative; z-index:10; }
503
+ .header .logo { float:left; margin:18px 0 0 0; text-decoration:none !important; }
504
+ .header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
505
+ .header h1.logo { margin:0; }
506
+ .header .quick-access { float:right; width:580px; padding:0; }
507
+ .header .welcome-msg { margin:0 0 17px; color:#b62488; text-align:right; font-size:13px; font-weight:bold;}
508
+ .header .form-search { position:absolute; top:0; right:29px; width:315px; height:30px; background:url(../images/bkg_form-search.gif) 0 0 no-repeat; padding:1px 0 0 16px; }
509
+ .header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
510
+ .header .form-search input.input-text { float:left; border-color:#5c7989; width:209px; margin-right:4px; }
511
+ .header .form-search button.button { float:left; }
512
+
513
+ .menu_search{width:929px; margin:0 auto; padding:0 10px 0 0; background:url(../images/nav_bg.gif) 0 0 no-repeat; height:57px;position:relative;z-index:999;}
514
+ .menu_search .form-search{float:right; margin:10px 0 0; width:186px; height:27px; background:url(../images/bkg_form-search.gif) 0 0 no-repeat; padding:0 5px 0 11px; position:relative;}
515
+ .menu_search .form-search label{display:none;}
516
+ .menu_search .form-search input.input-text{border:0; background:0; padding:0; float:left; width:162px; margin-top:6px; color:#929292;}
517
+ .menu_search .form-search button.button{float:right; margin-top:4px;}
518
+ .menu_search .form-search button.button span{background:none;padding:0;width:20px;height:17px;border:0;}
519
+ .menu_search .form-search button.button span span{display:none;}
520
+
521
+
522
+ .header .form-search button.button span { border:0; height:21px; background:url(../images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
523
+ .header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
524
+ .menu_search .form-search .search-autocomplete { z-index:999; left:0px !important; top:23px !important; width: 202px !important;}
525
+ .menu_search .form-search .search-autocomplete ul { background-color:#fff; }
526
+ .menu_search .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #e2e2e2; padding: 2px 13px 2px; cursor:pointer; color: #929292; font: 12px/15px Arial,Helvetica,sans-serif;}
527
+ .menu_search .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
528
+ .menu_search .form-search .search-autocomplete li.last{border:0;}
529
+ .menu_search .form-search .search-autocomplete li.selected { background-color:#EDF7FD; }
530
+ .header .form-language { clear:both; padding:0; text-align:right; font-family:Tahoma,Geneva,Kalimati,sans-serif; margin:0 0 19px;}
531
+ .header .form-language label { font-weight:normal; padding-right:5px; color:#545454; vertical-align:middle; font-size:11px;}
532
+ .header .form-language select { padding:0; font-family:Tahoma,Geneva,Kalimati,sans-serif;}
533
+ .header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
534
+ .header .links { float:right; padding:0 0 6px;}
535
+ .header .links li { float:left; font-size:12px; background:url(../images/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 20px 0 19px;}
536
+ .header .links a { color:#8a8a8a; text-decoration:none;}
537
+ .header .links a:hover{text-decoration:underline;}
538
+ .header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
539
+ .header-container .top-container a { font-size:11px; color:#8a8a8a; }
540
+
541
+ /********** < Navigation */
542
+ .nav-container {float:left; width:727px; }
543
+ #nav { width:727px; margin:0 auto; padding:0; font-size:12px; }
544
+ .nav_first_bg{position:absolute; background:url(../images/nav_li_first.gif) 0 0 no-repeat;width:6px;height:6px;overflow:hidden; top:0; left:0; z-index:998;}
545
+ /* All Levels */ /* Style consistent throughout all nav levels */
546
+ #nav li { position:relative; text-align:left; height:48px; background:url(../images/nav_li_bg.gif) 100% 0 no-repeat; padding:0 2px 0 1px;}
547
+ #nav li.first{padding-left:0;}
548
+ #nav li.over { z-index:997; }
549
+ #nav a,
550
+ #nav a:hover { display:block; text-decoration:none; }
551
+ #nav span { display:block; cursor:pointer; white-space:nowrap; }
552
+ #nav li ul span {white-space:normal; }
553
+
554
+ /* 0 Level */
555
+ #nav li { float:left; }
556
+ #nav li.active a { color:#f8f8f8; background:url(../images/nav_li_hover.gif) 50% 0 no-repeat;}
557
+ #nav a { float:left; padding:0 25px; height:48px; line-height:48px; color:#f8f8f8; font-weight:bold; text-transform:uppercase; position:relative; z-index:997;}
558
+ #nav li ul li a{z-index:999;}
559
+ #nav li.over a,
560
+ #nav a:hover { color:#f8f8f8; background:url(../images/nav_li_hover.gif) 50% 0 no-repeat;}
561
+
562
+ /* 1st Level */
563
+ #nav ul li,
564
+ #nav ul li.active { float:none; margin:0; padding:1px 0; background:none; border-bottom:1px solid #efefef; float:none}
565
+ #nav ul li.last { border-bottom:0;}
566
+
567
+ #nav ul li a { font-weight:normal !important; }
568
+
569
+ /* 2nd Level */
570
+ #nav ul,
571
+ #nav div { position:absolute; width:124px; top:48px; left:-10000px; border:1px solid #e3e3e3; padding:0 3px; background:#fff; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px;}
572
+ #nav div ul { position:static; width:auto; border:none; }
573
+ #nav ul ul{-moz-border-radius: 0 5px 5px 5px; -webkit-border-radius: 0 5px 5px 5px; border-radius: 0 5px 5px 5px;}
574
+ /* 3rd+ Level */
575
+ #nav ul ul,
576
+ #nav ul div { top:-1px; }
577
+ #nav ul li{height:24px;}
578
+ #nav ul li a { font-size:11px;background:#fff !important; color:#999 !important; height:24px; line-height:24px; padding:0 0 0 23px; display:block; float:none;}
579
+ #nav ul li a:hover { background:#ffa638 url(../images/nav_sub_a_hover.gif) 17px 10px no-repeat !important; }
580
+ #nav ul li a:hover { color:#fff !important; }
581
+ #nav ul span,
582
+ #nav ul li.last li span { padding:0; }
583
+
584
+ /* Show menu */
585
+ #nav li ul.shown-sub,
586
+ #nav li div.shown-sub { left:0; z-index:999; }
587
+ #nav li .shown-sub ul.shown-sub,
588
+ #nav li .shown-sub li div.shown-sub { left:127px; }
589
+ /********** Navigation > */
590
+ /* ======================================================================================= */
591
+
592
+
593
+ /* Sidebar =============================================================================== */
594
+ .block { margin:0 0 8px; }
595
+ .block .block-title { background:url(../images/block_head_bg.gif) 0 0 no-repeat; padding:0 0 0 15px; }
596
+ .block .block-title strong { display:block; font:bold 12px/36px Arial, Helvetica, sans-serif; padding:0; text-transform:uppercase; color:#fff; background:url(../images/block_head_bg.gif) 100% 0 no-repeat;}
597
+ .block .block-title strong span {}
598
+ .block .block-title a { text-decoration:none !important; }
599
+ .block .block-subtitle { margin:0; padding:5px 9px; font-size:13px; font-weight:bold; color:#505050; }
600
+ .block .block-content { background:url(../images/block_content_bg.gif) 0 100% no-repeat; padding:5px;}
601
+ .col-left .block .block-content { background:url(../images/block_content_bg2.gif) 0 100% no-repeat;}
602
+ .block .block-content li.item { padding:7px 9px; }
603
+ .block .block-content .product-name { color:#1e7ec8; }
604
+ .block .btn-remove,
605
+ .block .btn-edit { float:right; margin:1px 0 2px 5px; }
606
+ .block .actions {padding:6px 9px; text-align:right; }
607
+ .block .actions a { float:left; }
608
+ .block .actions button.button { float:right; }
609
+ .block .empty { margin:0; padding:12px 11px; line-height:18px;}
610
+
611
+ /*.block li.odd { background-color:#f4f3f3; }
612
+ .block li.even { background-color:#fafafa; }*/
613
+
614
+ .block-poll .block-title,
615
+ .block-tags .block-title,
616
+ .opc-block-progress .block-title,
617
+ .block-poll .block-title strong,
618
+ .block-tags .block-title strong,
619
+ .opc-block-progress .block-title strong{
620
+ background-image:url(../images/block_head_bg2.gif);
621
+ }
622
+
623
+ /* Mini Blocks */
624
+ .block-cart,
625
+ .block-wishlist,
626
+ .block-subscribe,
627
+ .block-compare,
628
+ .block-reorder,
629
+ .block-poll,
630
+ .block-viewed,
631
+ .block-compared,
632
+ .block-related,
633
+ .block-tags,
634
+ .block-login { font-size:12px; line-height:1.25; }
635
+
636
+ /* Mini Products List */
637
+ .mini-products-list .product-image { float:left; width:50px; border:1px solid #e2e2e2; padding:1px;}
638
+ .mini-products-list .product-details { margin-left:60px; }
639
+
640
+ /* Block: Account */
641
+ .block-account .block-title strong { font-size:13px; color:#fff; }
642
+ .block-account .block-content { padding:7px 10px 7px; }
643
+ .block-account .block-content li a { display:block; background:url(../images/bkg_divider1.gif) repeat-x 0 100%; padding:4px 6px 6px; color:#5f5d5c; text-decoration:none !important; }
644
+ .block-account .block-content li a:hover { color:#1a6fc6; }
645
+ .block-account .block-content li.last a { border-bottom:0; }
646
+ .block-account .block-content li.current { background:url(../images/bkg_divider1.gif) repeat-x 0 100%; padding:4px 6px 6px; color:#1a6fc6; }
647
+ .block-account .block-content li.current strong{font-weight:normal;}
648
+ .block-account .block-content li.last a,
649
+ .block-account .block-content li.last{ background:none;}
650
+
651
+ /* Block: Currency Switcher */
652
+ .block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(../images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
653
+ .block-currency .block-content select { width:100%; padding:0; }
654
+
655
+ /* Block: Layered Navigation */
656
+ .block-layered-nav { border:0; }
657
+ .block-layered-nav .block-subtitle { line-height:1.35; padding:13px 10px 11px; color:#676767; }
658
+ .block-layered-nav dt{ padding:3px 11px; font-weight:normal; border:1px solid #e2e2e2; margin:0 11px 5px; color:#b62488;}
659
+ .block-layered-nav dd { padding:0 21px 7px;}
660
+ .block-layered-nav dd a{color:#626262; text-decoration:none;}
661
+ .block-layered-nav dd a:hover{text-decoration:underline;}
662
+ .block-layered-nav dd li{color:#626262; line-height:20px;}
663
+ .block-layered-nav dd.last { background:none; }
664
+ .block-layered-nav .currently li { padding:4px 6px 4px 10px; }
665
+ .block-layered-nav .currently .label { font-weight:bold; text-transform:uppercase; }
666
+ .block-layered-nav .currently .btn-remove { margin:3px 0 0; }
667
+ .block-layered-nav .actions { font-size:12px; padding:4px 9px; text-align:right; }
668
+ .block-layered-nav .actions a { float:none; color:#b62488;}
669
+
670
+ /* Block: Cart */
671
+ .block-cart .block-title { /*border-bottom:0;*/ }
672
+ .block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
673
+ .block-cart .amount { margin:0; }
674
+ .block-cart .amount a { font-weight:bold; }
675
+ .block-cart .subtotal { margin:5px 0 0; padding:2px 0; text-align:center; }
676
+ .block-cart .subtotal .price { font-weight:bold; }
677
+ .block-cart .actions { border-bottom:1px solid #efefef; }
678
+ .block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
679
+ .block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }
680
+
681
+ /* Block: Wishlist */
682
+ .block-wishlist .actions { text-align:right; }
683
+ .block-wishlist .actions a { float:none; }
684
+
685
+ /* Block: Related */
686
+ .block-related input.checkbox { float:left; }
687
+ .block-related .product { margin-left:20px; }
688
+
689
+ /* Block: Compare Products */
690
+ .page-popup .link-print { padding:2px 0; font-weight:bold; }
691
+ .compare-table { border:0; }
692
+ .compare-table thead tr.first th,
693
+ .compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
694
+ .compare-table .btn-remove { float:right; background-image:url(../images/btn_remove2.gif); width:72px; height:15px; }
695
+ .compare-table tbody th { }
696
+ .compare-table tbody th,
697
+ .compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
698
+ .compare-table tbody td.last { border-right:1px solid #ccc; }
699
+ .compare-table tbody tr.last th,
700
+ .compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
701
+ .compare-table tr.add-to-row td { text-align:center; }
702
+ .compare-table tr.first td { text-align:center; }
703
+ .compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
704
+ .compare-table tr.first td .product-name a {}
705
+ .compare-table tr.first td .ratings { width:69px; margin:0 auto; }
706
+ .compare-table tr.first td p,
707
+ .compare-table tr.add-to-row td p { margin:0; }
708
+
709
+ /* Block: Poll */
710
+ .block-poll label { color:#777; font-weight:normal;color:#545454; font-size:13px;}
711
+ .block-poll input.radio { float:left; margin:1px -18px 0 0; }
712
+ .block-poll .label { display:block; margin-left:18px; }
713
+ .block-poll li { padding:3px 9px; }
714
+ .block-poll .actions { margin:5px 0 0; }
715
+ .block-poll .answer { font-weight:bold; }
716
+ .block-poll .votes { float:right; margin-left:10px; }
717
+
718
+ /* Block: Tags */
719
+ .block-tags .block-content ul { font-size:12px; padding:10px; background:none; border:0;}
720
+ .block-tags .block-content li { display:inline; padding-right:4px; }
721
+ .block-tags .block-content a { color:#505050; }
722
+ .block-tags .actions { text-align:left; padding-bottom:15px; }
723
+ .block-tags .actions a { float:none; color:#b62488; text-decoration:none;}
724
+ .block-tags .actions a:hover{text-decoration:underline;}
725
+
726
+ /* Block: Subscribe */
727
+ .block-subscribe .block-content { padding:5px 10px; }
728
+ .block-subscribe label { font-weight:normal; color:#575757; display:block; padding-bottom:8px;}
729
+ .block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
730
+ .block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
731
+ .block-subscribe .actions button.button { float:none; }
732
+ .block-subscribe .block-title{
733
+ background:url(../images/block_subscribe_bg.gif) 0 0 no-repeat;
734
+ height:51px;
735
+ margin-bottom: -23px;
736
+ }
737
+ .block-subscribe .block-title strong{
738
+ background:url(../images/block_subscribe_bg.gif) 100% 0 no-repeat;
739
+ color:#474d52;
740
+ }
741
+ .block-subscribe .block-content{background:none; padding-left:16px;}
742
+ .block-subscribe{
743
+ background:url(../images/block_subscribe_bg.gif) 0 100% no-repeat;
744
+ }
745
+ .block-subscribe .input-box{float:left; width:173px;}
746
+ .block-subscribe .actions{float:left;margin-top: 4px; padding-left: 8px;}
747
+ .block-subscribe .actions button.button span{padding:0; width:27px; height:11px; background:url(../images/subsc_button.gif) 0 0 no-repeat;}
748
+ .block-subscribe .actions button.button span span{display:none;}
749
+
750
+
751
+ /* Block: Reorder */
752
+ .block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
753
+ .block-reorder .product-name { margin-left:20px; }
754
+ .block-reorder .validation-advice { margin:3px 9px 7px; }
755
+
756
+ /* Block: Banner */
757
+ .block-banner { border:0; }
758
+ .block-banner .block-content { padding:0; text-align:center; background:none !important;}
759
+
760
+ /* Block: Login */
761
+ .block-login .block-content { padding:5px 10px; }
762
+ .block-login label { font-weight:bold; color:#666; }
763
+ .block-login input.input-text { display:block; width:167px; margin:3px 0; }
764
+ .block-login .actions { background:none; padding:0; margin:3px 0 0; }
765
+
766
+ /* Paypal */
767
+ .sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
768
+ .sidebar .paypal-logo a { float:none; }
769
+ /* ======================================================================================= */
770
+
771
+
772
+ /* Category Page ========================================================================= */
773
+ .category-title { border:0; margin:0 0 7px; }
774
+ .category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
775
+ .category-image img {max-width:100%; }
776
+ .category-description { margin:0 0 10px; }
777
+ .category-products {}
778
+
779
+ .new_products .subtitle{background:url(../images/new_products_bg.gif) 0 0 no-repeat; color:#ff930c; font-size:18px; line-height:20px; padding:10px 0 0 21px; height:31px; margin:0 0 11px; }
780
+
781
+ /* View Type: Grid */
782
+ .products-grid { position:relative; margin:0 0 9px;}
783
+ .products-grid li.item { float:left; width:218px; padding:12px 0 0 0; background:url(../images/products_grid_bg.gif) 0 0 no-repeat; margin-right:9px;}
784
+ .new_products .products-grid li.item{margin-right:13px;}
785
+ .new_products .products-grid li.last{margin-right:0;}
786
+ .products-grid li.item .grid-item-bg{background:url(../images/products_grid_bg.gif) 0 100% no-repeat; padding:0 9px 15px 22px;}
787
+ .products-grid li.last{margin:0;}
788
+ .products-grid .product-image { display:block; text-align:center;height:120px; margin:0; padding-right:13px;}
789
+ .products-grid .product-name { height:40px; line-height:20px; overflow:hidden; margin:0 0 10px; font-weight:bold; font-size:13px; color:#b62488; }
790
+ .products-grid .product-name a{ color:#b62488; text-decoration:none;}
791
+ .products-grid .product-name a:hover{ text-decoration:underline;}
792
+ .products-grid .price-box { margin:3px 0 0; float:left; width:100px;}
793
+ .products-grid .actions{float:right;width:83px;}
794
+ .products-grid .price-box .minimal-price{position:relative;margin-top:-10px;line-height:18px;}
795
+ .products-grid .price-box .minimal-price .price{font-size:18px;}
796
+ .products-grid .availability { line-height:21px; }
797
+ .products-grid .price_cart{border-top:1px solid #efefef;position:relative;margin:5px -9px 0 -22px; padding:11px 9px 0 22px; height:30px; overflow:hidden;}
798
+
799
+ /* View Type: List */
800
+
801
+ .products-list li.item { padding:0 0 0 10px; background:url(../images/product_list_bg.gif) 0 0 no-repeat; margin:0 0 10px;}
802
+ .products-list li.item .list-item-bg{padding:12px 10px 12px 0;background:url(../images/product_list_bg.gif) 100% 0 no-repeat; height:166px;overflow:hidden;}
803
+ .products-list .product-image { float:left; width:135px; height:135px; margin:0; padding-top: 15px;}
804
+ .products-list .product-shop { margin-left:150px; }
805
+ .products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#b62488; height:36px; overflow:hidden; line-height:18px;}
806
+ .products-list .product-name a { color:#b62488; text-decoration:none;}
807
+ .products-list .product-name a:hover{text-decoration:underline;}
808
+ .products-list .price-box { float:left; margin:5px 13px 5px 0; }
809
+ .products-list li.item .price-from{position:relative; margin-top:-10px;}
810
+ .products-list .availability { float:left; margin:3px 0 0; }
811
+ .products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; overflow:hidden; height:50px;}
812
+ .products-list .desc .link-more { font-size:11px; }
813
+ .products-list .add-to-links { clear:both; }
814
+ .products-list .add-to-links li { display:inline; }
815
+ .products-list .add-to-links .separator { display:inline; margin:0 12px; }
816
+ /* ======================================================================================= */
817
+
818
+
819
+ /* Product View ========================================================================== */
820
+ /* Rating */
821
+ .no-rating { margin:0; }
822
+
823
+ .ratings { font-size:11px; line-height:1.25; margin:7px 0; }
824
+ .ratings strong { float:left; margin:1px 3px 0 0; }
825
+ .ratings .rating-links { margin:0; }
826
+ .ratings .rating-links .separator { margin:0 2px; }
827
+ .ratings dt {}
828
+ .ratings dd {}
829
+ .rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
830
+ .rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
831
+ .ratings .rating-box { float:left; margin-right:3px; }
832
+ .ratings .amount {}
833
+
834
+ .ratings-table th,
835
+ .ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
836
+ .ratings-table th { font-weight:bold; padding-right:8px; }
837
+
838
+ /* Availability */
839
+ .availability { margin:0; }
840
+ .availability span { font-weight:bold; }
841
+ .availability.in-stock span {}
842
+ .availability.out-of-stock span {}
843
+
844
+ .availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
845
+ .availability-only span,
846
+ .availability-only a { border-bottom:1px dashed #751d02; color:#000; }
847
+ .availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
848
+ .availability-only .expanded { background-position:100% -15px; }
849
+ .availability-only strong { color:#be2c00; }
850
+
851
+ .availability-only-details { margin:0 0 7px; }
852
+ .availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
853
+ .availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
854
+ .availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }
855
+
856
+ .product-view .product-shop .availability { font-size:11px; }
857
+ .product-view .product-shop .availability span { font-weight:normal; }
858
+
859
+ /* Email to a Friend */
860
+ .email-friend { margin:0; }
861
+
862
+ /* Alerts */
863
+ .alert-price { margin:0; font-size:11px; }
864
+ .alert-stock { margin:0; font-size:11px; }
865
+
866
+ /********** < Product Prices */
867
+ .price { white-space:nowrap !important; }
868
+
869
+ .price-box { margin:5px 0; line-height:20px;}
870
+ .price-box .price { font-weight:bold; color:#383838;}
871
+
872
+ /* Regular price */
873
+ .regular-price { color:#383838;}
874
+ .regular-price .price { font-weight:bold; font-size:13px; color:#383838; font-size:18px;}
875
+ .block .regular-price,
876
+ .block .regular-price .price { color:#2f2f2f; }
877
+
878
+ /* Old price */
879
+ .old-price { margin:0; }
880
+ .old-price .price-label { white-space:nowrap; color:#999; }
881
+ .old-price .price { font-weight:bold; color:#383838; text-decoration:line-through; }
882
+
883
+ /* Special price */
884
+ .special-price { margin:0; padding:3px 0; }
885
+ .special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
886
+ .special-price .price { font-size:13px; font-weight:bold; color:#383838; }
887
+
888
+ /* Minimal price (as low as) */
889
+ .minimal-price { margin:0; }
890
+ .minimal-price .price-label { font-weight:bold; white-space:nowrap; }
891
+
892
+ .minimal-price-link { display:none; }
893
+ .minimal-price-link .label {color:#1e7ec8;}
894
+ .minimal-price-link .price { font-weight:normal; color:#1e7ec8; }
895
+
896
+ /* Excluding tax */
897
+ .price-excluding-tax { display:block; color:#999; }
898
+ .price-excluding-tax .label { white-space:nowrap; color:#999; }
899
+ .price-excluding-tax .price { font-size:13px; font-weight:normal; color:#383838; }
900
+
901
+ /* Including tax */
902
+ .price-including-tax { display:block; color:#999; }
903
+ .price-including-tax .label { white-space:nowrap; color:#999; }
904
+ .price-including-tax .price { font-size:13px; font-weight:bold; color:#383838; }
905
+
906
+ /* FPT */
907
+ .weee { display:block; font-size:11px; color:#444; }
908
+ .weee .price { font-size:11px; font-weight:normal; }
909
+
910
+ /* Excl tax (for order tables) */
911
+ .price-excl-tax { display:block; }
912
+ .price-excl-tax .label { display:block; white-space:nowrap; }
913
+ .price-excl-tax .price { display:block; }
914
+
915
+ /* Incl tax (for order tables) */
916
+ .price-incl-tax { display:block; }
917
+ .price-incl-tax .label { display:block; white-space:nowrap; }
918
+ .price-incl-tax .price { display:block; font-weight:bold; }
919
+
920
+ /* Price range */
921
+ .price-from { margin:0; }
922
+ .price-from .price-label { font-weight:bold; white-space:nowrap; }
923
+
924
+ .price-to { margin:0; }
925
+ .price-to .price-label { font-weight:bold; white-space:nowrap; }
926
+
927
+ .products-grid li.item .price-from,
928
+ .products-grid li.item .price-to{line-height:13px;}
929
+ /* Price notice next to the options */
930
+ .price-notice { padding-left:10px; color:#999; }
931
+ .price-notice .price { font-weight:bold; color:#2f2f2f; }
932
+
933
+ /* Price as configured */
934
+ .price-as-configured { margin:0; }
935
+ .price-as-configured .price-label { font-weight:bold; white-space:nowrap; }
936
+
937
+ .price-box-bundle { padding:0 0 10px 0; }
938
+ .price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
939
+ .price-box-bundle .price { color:#555; }
940
+ /********** Product Prices > */
941
+
942
+ /* Tier Prices */
943
+ .product-pricing,
944
+ .tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
945
+ .tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
946
+ .tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
947
+ .tier-prices .price { font-weight:bold; color:#2f2f2f; }
948
+
949
+ .tier-prices-grouped li { padding:2px 0; color:#e26703; }
950
+ .tier-prices-grouped li .price { font-weight:bold; }
951
+
952
+ /* Add to Links */
953
+ .add-to-links { font-size:11px; margin:5px 0 0; }
954
+ .add-to-links .separator { display:none; }
955
+
956
+ .products-grid .add-to-links .separator { display:inline; margin: 0 13px;}
957
+ .products-grid li.item .add-to-links{text-align:left;}
958
+ .products-grid li.item .add-to-links li{display:inline;}
959
+
960
+ /* Add to Cart */
961
+ .add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
962
+ .add-to-cart .qty { float:left; margin-right:5px; }
963
+ .add-to-cart button.button { float:left; }
964
+ .add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
965
+ .add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
966
+ .product-view .add-to-cart .paypal-logo { margin:0; }
967
+
968
+ /* Add to Links + Add to Cart */
969
+ .add-to-box { margin:10px 0; }
970
+ .add-to-box .add-to-cart { float:left; }
971
+ .add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
972
+ .add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
973
+ .add-to-box .add-to-links li { display:block !important; }
974
+ .add-to-box .add-to-links li .separator { display:none !important; }
975
+
976
+
977
+ .product-view { }
978
+
979
+ .product-essential { margin-bottom:25px; }
980
+ .product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; margin:0 0 15px;}
981
+
982
+ .product-collateral h2 { font-weight:bold; font-size:15px; padding:0 0 1px; margin:0 0 15px; }
983
+ .product-collateral .box-collateral { margin:0 0 25px; }
984
+
985
+ /* Product Images */
986
+ .product-view .product-img-box { float:left; width:213px; }
987
+ .col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
988
+ .product-view .product-img-box .product-image { margin:0; border: 1px solid #D7D7D7;}
989
+ .product-view .product-img-box .product-image-zoom { position:relative; width:211px; height:211px; overflow:hidden; z-index:9;}
990
+ .product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; margin:1px;}
991
+ .product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; display:none;}
992
+ .product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 22px 0 23px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
993
+ .product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
994
+ .product-view .product-img-box .zoom #track { position:relative; height:18px; }
995
+ .product-view .product-img-box .zoom #handle { position:absolute; left:0; top:2px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat; }
996
+ .product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:0px; top:0; }
997
+ .product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:0px; top:0; }
998
+ .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;}
999
+ .product-view .product-img-box .more-views ul { margin-left:-9px }
1000
+ .product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
1001
+ .product-view .product-img-box .more-views li a { float:left; width:63px; height:63px; border:1px solid #e1e1e1; overflow:hidden;}
1002
+
1003
+ .more-views{padding-top:4px;}
1004
+ .product-image-popup { margin:0 auto; }
1005
+ .product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
1006
+ .product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
1007
+ .product-image-popup .image { display:block; margin:10px 0; }
1008
+ .product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }
1009
+
1010
+ /* Product Shop */
1011
+ .product-view .product-shop { float:right; display:inline; width:444px; margin-right:6px;}
1012
+ .col1-layout .product-view .product-shop { float:right; width:545px; }
1013
+ .col3-layout .product-view .product-shop { float:none; width:auto; }
1014
+ .product-view .product-shop .product-name { margin:0 0 5px; }
1015
+ .product-view .product-shop .product-name h1 { margin:0; font:bold 13px/1.35 Arial, Helvetica, sans-serif; color:#b62488;}
1016
+ .product-view .product-shop .availability { margin:10px 0; }
1017
+ .product-view .product-shop .short-description { margin:10px 0; padding:10px 0 0; }
1018
+ .product-view .product-shop .price-box { margin:10px 0; }
1019
+ .product-view .product-shop .add-to-links { margin:0; }
1020
+ .product-view .product-shop .add-to-links { font-size:11px; text-align:left; }
1021
+ .product-view .product-shop .add-to-links li,
1022
+ .product-view .product-shop .add-to-links li .separator { display:inline; }
1023
+ .product-view .product-shop .add-to-links li .separator {
1024
+ margin: 0 13px;
1025
+ }
1026
+ /*.product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }*/
1027
+ .product-view .product-shop .add-to-box .add-to-links{margin-left: 3px;}
1028
+ .product-view .product-shop .add-to-box .add-to-cart label,
1029
+ .product-view .product-shop .add-to-box .add-to-cart .qty{margin-top:5px;}
1030
+ .product-view .product-shop .add-to-box span.or{margin-top:4px;}
1031
+ /* Product Options */
1032
+ .product-options { margin:20px 0 0; padding:10px 15px 20px; background-color:#fff; border:1px solid #e2e2e2;}
1033
+ .product-options dt { padding:10px 0 0; font-weight:normal; }
1034
+ .product-options dt label { font-weight:bold; color:#545454; }
1035
+ .product-options dt label.required em { color:#eb340a; margin-left:5px; }
1036
+ .product-options dd .qty-holder { display:block; padding:10px 0 0; }
1037
+ .product-options dd .qty-holder label { vertical-align:middle; }
1038
+ .product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
1039
+ .product-options dd { padding:5px 10px 15px 0; margin:0 0 5px; border-bottom:1px solid #e2e2e2; }
1040
+ .product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
1041
+ .product-options dd input.input-text { width:98%; }
1042
+ .product-options dd input.datetime-picker { width:150px; }
1043
+ .product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
1044
+ .product-options dd textarea { width:98%; height:8em; }
1045
+ .product-options dd select { width:99%; }
1046
+ .product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
1047
+ .product-options ul.options-list { margin-right:5px; }
1048
+ .product-options ul.options-list li { line-height:1.5; padding:2px 0; }
1049
+ .product-options ul.options-list input.radio { float:left; margin-top:3px; }
1050
+ .product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
1051
+ .product-options ul.options-list .label { display:block; margin-left:18px; }
1052
+ .product-options ul.options-list label { font-weight:normal; }
1053
+ .product-options ul.validation-failed { padding:0 7px; }
1054
+ .product-options p.note { margin:0; font-size:11px; }
1055
+ .product-options p.required { position:absolute; right:20px; top:20px; color:#545454;}
1056
+
1057
+ .product-options-bottom { background-color:none; padding:15px 0 15px 20px; border:none;}
1058
+ .product-options-bottom .product-pricing,
1059
+ .product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
1060
+ .product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
1061
+ .product-options-bottom .tier-prices .price,
1062
+ .product-options-bottom .tier-prices .benefit { color:#e26703; }
1063
+ .product-options-bottom .price-box { float:left; margin:0; padding:0; }
1064
+ .col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
1065
+ .product-options-bottom .price-label { float:left; padding-right:5px; }
1066
+ .product-options-bottom .price-tax { float:left; }
1067
+ .product-options-bottom .add-to-cart { float:right; }
1068
+ .product-shop .product-options-bottom { margin:0 0 10px; }
1069
+ .product-shop .product-options-bottom .price-box { float:left; margin:5px 0 0; }
1070
+ .product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
1071
+ .product-shop .product-options-bottom .price-tax { float:none; }
1072
+ .product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
1073
+
1074
+ .product-options-bottom .add-to-cart label{margin-top:5px;}
1075
+ .product-options-bottom .add-to-cart .qty{margin-top:5px;}
1076
+ /* Grouped Product */
1077
+ .product-view .grouped-items-table .price-box { margin:0; padding:0; }
1078
+
1079
+ /* Block: Description */
1080
+ .product-view .box-description {}
1081
+
1082
+ /* Block: Additional */
1083
+ .product-view .box-additional .data-table th,
1084
+ .product-view .box-additional .data-table td { line-height:1.25; }
1085
+
1086
+ /* Block: Upsell */
1087
+ .product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0; }
1088
+ .product-view .box-up-sell .products-grid { width:100%; border:0; position:relative; margin-left:-14px;}
1089
+ .product-view .box-up-sell .products-grid td { width:25%; background:#fff; padding:15px 14px 12px; line-height:1.6em; text-align:center;}
1090
+ .product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
1091
+ .product-view .box-up-sell .products-grid td.last { border-right:0; }
1092
+ .product-view .box-up-sell .products-grid td img { }
1093
+ .product-view .box-up-sell .products-grid .product-image{ text-align:center; padding:0; margin:0 0 8px; }
1094
+ .product-view .box-up-sell .products-grid .product-image img{border:1px solid #e2e2e2; width:120px; padding:1px;height:120px;}
1095
+ .product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
1096
+ .product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
1097
+
1098
+ .product-view .box-up-sell .products-grid .price-box{
1099
+ float:none;
1100
+ width:auto;
1101
+ }
1102
+ .product-view .box-up-sell .products-grid .product-name{
1103
+ font-weight:normal;
1104
+ font-size:13px;
1105
+ height:32px;
1106
+ line-height:16px;
1107
+ margin:0 0 5px;
1108
+ }
1109
+ .product-view .box-up-sell .products-grid .product-name a{
1110
+ color:#b62488;
1111
+ }
1112
+
1113
+ /* Block: Tags */
1114
+ .product-view .box-tags { margin:0; }
1115
+ .product-view .box-tags h3 { font-size:13px; }
1116
+ .product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
1117
+ .product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
1118
+ .product-view .box-tags .product-tags li.first { padding-left:0; }
1119
+ .product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
1120
+ .product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
1121
+ .product-view .box-tags .form-add .input-box { float:left; width:305px; margin:5px 5px 0 0; background:url(../images/i_tag_add.gif) 0 2px no-repeat; padding:0 0 0 23px; }
1122
+ .product-view .box-tags .form-add input.input-text { width:299px; }
1123
+
1124
+ .product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }
1125
+
1126
+ /* Block: Reviews */
1127
+ .product-view .box-reviews dl { margin:15px 0; }
1128
+ .product-view .box-reviews dt a,
1129
+ .product-view .box-reviews dt span { font-weight:bold; }
1130
+ .product-view .box-reviews dd { margin:0 0 15px; }
1131
+ .product-view .box-reviews dd small { font-style:italic; }
1132
+ .product-view .box-reviews .form-add { margin:15px 0 0; }
1133
+ .product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
1134
+ .product-view .box-reviews .form-add h3 span { font-weight:bold; }
1135
+ .product-view .box-reviews .form-add h4 { font-size:12px; }
1136
+ .product-view .box-reviews .form-add .data-table td { text-align:center; }
1137
+ .product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
1138
+ .product-view .box-reviews .form-add .form-list .input-box { width:360px; }
1139
+ .product-view .box-reviews .form-add .form-list input.input-text,
1140
+ .product-view .box-reviews .form-add .form-list textarea { width:354px; }
1141
+
1142
+ /* Send a Friend */
1143
+ .send-friend .form-list { width:615px; overflow:hidden; }
1144
+ .send-friend .form-list li { margin-right:-15px; }
1145
+ .send-friend .form-list li p { margin:0 15px 0 0; }
1146
+ .send-friend .form-list .field { width:315px; }
1147
+ .send-friend .form-list .input-box { width:300px; }
1148
+ .send-friend .form-list input.input-text,
1149
+ .send-friend .form-list textarea { width:294px; }
1150
+ .send-friend .form-list li.wide .input-box { width:612px; }
1151
+ .send-friend .form-list li.wide textarea { width:609px; }
1152
+ .send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
1153
+ /* ======================================================================================= */
1154
+
1155
+
1156
+ /* Content Styles ================================================================= */
1157
+ .product-name { margin:0; font-size:1em; font-weight:normal; }
1158
+ .product-name a { color:#3F3F3F; text-decoration:none;}
1159
+ .cart-table .product-name a { color:#b62488;}
1160
+ .product-name a:hover{text-decoration:underline;}
1161
+ /* Product Tags */
1162
+ .tags-list { display:block; font-size:13px; border:1px solid #e2e2e2; background:#fff; padding:10px; }
1163
+ .tags-list li { display:inline !important; margin:0 4px 0 0; }
1164
+ .tags-list li a { }
1165
+
1166
+ /* Advanced Search */
1167
+ .advanced-search .form-list label { width:160px; padding-right:10px; }
1168
+ .advanced-search .form-list .input-box,
1169
+ .advanced-search .form-list .input-range { float:left; clear:none; }
1170
+ .advanced-search-amount { margin:0 0 10px; }
1171
+ .advanced-search-summary { margin:10px 0; border:1px solid #E2E2E2; background:#fff; padding:10px; }
1172
+ .advanced-search-summary ul { float:left; width:49%; }
1173
+ .advanced-search-summary p { clear:both; font-weight:bold; margin:0; }
1174
+
1175
+ /* CMS Home Page */
1176
+ .cms-home .subtitle {}
1177
+ .cms-index-index .subtitle {}
1178
+
1179
+ /* Sitemap */
1180
+ .page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
1181
+ .page-sitemap .links a { text-decoration:none; position:relative; }
1182
+ .page-sitemap .links a:hover { text-decoration:underline; }
1183
+ .page-sitemap .sitemap { margin:12px; }
1184
+ .page-sitemap .sitemap li { margin:3px 0; }
1185
+ .page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
1186
+ .page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }
1187
+
1188
+ /* RSS */
1189
+ .rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
1190
+ .rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
1191
+ /* ======================================================================================= */
1192
+
1193
+
1194
+ /* Shopping Cart ========================================================================= */
1195
+ .cart .page-title { border-bottom:0; margin:0 0 12px; }
1196
+ .cart .page-title h1 { margin:0; }
1197
+
1198
+ /* Checkout Types */
1199
+ .cart .page-title .checkout-types li { margin:0 0 5px; }
1200
+ .cart .title-buttons .checkout-types { float:right; }
1201
+ .cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
1202
+ .cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
1203
+ .cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }
1204
+
1205
+ /* Shopping Cart Table */
1206
+ .cart-table thead th { padding:9px 17px 7px; }
1207
+ .cart-table tbody td { padding:14px 17px; }
1208
+ .cart-table .product-name { font-weight:bold; margin:0 0 15px; color:#2f2f2f; font-size:13px;}
1209
+ .cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
1210
+ .cart-table tfoot td { padding:5px 17px; }
1211
+ .cart-table .btn-continue { float:left; }
1212
+ .cart-table .product-image{display:block; padding:1px; border:1px solid #e1e1e1;}
1213
+
1214
+ /* Shopping Cart Collateral boxes */
1215
+ .cart .cart-collaterals { padding:19px 0 0; }
1216
+ .cart .cart-collaterals .col2-set { float:left; width:659px; }
1217
+ .cart .cart-collaterals .col2-set .col-1{width:335px;}
1218
+ .cart .cart-collaterals .col2-set .col-2 { width:302px; }
1219
+
1220
+ .cart .crosssell { padding:0; background:url(../images/cart_crossell.gif) 0 100% no-repeat; padding-bottom:5px;}
1221
+ .cart .crosssell h2 { font:bold 12px/36px Arial, Helvetica, sans-serif; color:#fffefe; text-transform:uppercase; background:url(../images/block_head_bg.gif) 0 0 no-repeat; padding-left:19px; margin:0;}
1222
+ .cart .crosssell .product-image { float:left; width:100px; height:100px; padding:1px; border:1px solid #e1e1e1;}
1223
+ .cart .crosssell .product-details { width:186px; float:left; display:inline; margin-left:9px;}
1224
+ .cart .crosssell .product-name { font-weight:bold; margin:0 0 5px;}
1225
+ .cart .crosssell li.item {padding:18px;}
1226
+ .cart .crosssell .link-compare { font-weight:normal; }
1227
+
1228
+ .cart .crosssell .product-details .price-box{
1229
+ float:left;
1230
+ }
1231
+ .cart .crosssell .product-details button.btn-cart{
1232
+ float:right;
1233
+ }
1234
+ .cart .crosssell .add-to-links li{display:inline;}
1235
+ .cart .crosssell .add-to-links .separator{display:inline; margin:0 10px;}
1236
+ /* Discount Codes & Estimate Shipping and Tax Boxes */
1237
+ .cart .discount,
1238
+ .cart .shipping { background:url(../images/cart_disc_ship_bg.gif) 0 100% no-repeat; padding:0 0 5px; margin:0 0 15px; }
1239
+ .cart .discount h2,
1240
+ .cart .shipping h2 { font:bold 12px/36px Arial, Helvetica, sans-serif; padding:0; color:#fffefe; text-transform:uppercase; padding-left:19px; margin:0;}
1241
+ .discount .discount-form{padding:9px 23px 14px 19px;}
1242
+ .shipping .shipping-form{padding:9px 23px 14px 19px;}
1243
+ .cart .discount h2{
1244
+ background:url(../images/block_head_bg.gif) 0 0 no-repeat;
1245
+ padding-left:19px;
1246
+ }
1247
+ .cart .discount h2 span{
1248
+ display:block;
1249
+ background:url(../images/block_head_bg.gif) 100% 0 no-repeat;
1250
+ }
1251
+ .cart .shipping h2{
1252
+ background:url(../images/block_head_bg2.gif) 0 0 no-repeat;
1253
+ padding-left:19px;
1254
+ }
1255
+ .cart .discount .buttons-set,
1256
+ .cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
1257
+ .cart .discount .buttons-set button.button,
1258
+ .cart .shipping .buttons-set button.button { float:none; margin-left:0; }
1259
+
1260
+ .cart .discount .input-box { margin:8px 0 0; width:260px; }
1261
+ .cart .discount input.input-text { width:254px; }
1262
+
1263
+ .cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(../images/bkg_divider1.gif) 0 0 repeat-x; }
1264
+
1265
+ /* Shopping Cart Totals */
1266
+ .cart .totals { float:right; width:258px; background:url(../images/cart_totals_bg.gif) 0 100% no-repeat; padding-bottom:10px;}
1267
+ .cart .totals-in{background:url(../images/cart_totals_bg.gif) 0 0 no-repeat; padding-top:7px;}
1268
+ .cart .totals table { width:100%; margin:7px 0 0; }
1269
+ .cart .totals td { padding:1px 15px 1px 7px; color:#545454;}
1270
+ .cart .totals tr.last td {}
1271
+ .cart .totals tfoot th { padding:5px 15px 5px 7px; }
1272
+ .cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
1273
+ .cart .totals tfoot th strong,
1274
+ .cart .totals tfoot td strong { font-size:15px; font-weight:normal;}
1275
+ .cart .totals tfoot td strong .price{font-weight:bold; color:#383838;}
1276
+ .cart .totals .checkout-types { font-size:13px; padding:0 15px; text-align:right; }
1277
+ .cart .totals .checkout-types li { clear:both; margin:10px 0; }
1278
+ .cart .totals .checkout-types li a{
1279
+ text-decoration:none;
1280
+ }
1281
+ .cart .totals .checkout-types li a:hover{
1282
+ text-decoration:underline;
1283
+ }
1284
+ /* Options Tool Tip */
1285
+ .item-options dt { font-weight:bold; font-style:normal;color:#5f6162; }
1286
+ .item-options dd { padding-left:10px; margin:0 0 6px; }
1287
+ .item-options dd {margin:0 0 10px; }
1288
+ .item-options dt{float:left;}
1289
+ .truncated { cursor:help; }
1290
+ .truncated a.dots { cursor:help; }
1291
+ .truncated a.details { cursor:help; }
1292
+ .truncated .truncated_full_value { position:relative; z-index:999; }
1293
+ .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; }
1294
+ .truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
1295
+ .truncated .show .item-options { top:-20px; left:50%; }
1296
+ .col-left .truncated .show .item-options { left:15px; top:7px; }
1297
+ .col-right .truncated .show .item-options { left:-240px; top:7px; }
1298
+ /* ======================================================================================= */
1299
+ /* Remember Me Popup ===================================================================== */
1300
+ .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; }
1301
+
1302
+ .remember-me label { float:none; margin:0 6px; }
1303
+ .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; }
1304
+ .remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
1305
+ .remember-me-popup .remember-me-popup-head { position:relative; }
1306
+ .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; }
1307
+ .remember-me-popup .remember-me-popup-body { padding:10px; }
1308
+ .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; }
1309
+ /* Remember Me Popup ===================================================================== */
1310
+
1311
+ /* MAP Popup============================================================================== */
1312
+ .cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
1313
+ .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; }
1314
+
1315
+ .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; }
1316
+ .map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
1317
+ .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; }
1318
+ .map-popup-arrow { background:url(../images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
1319
+ .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; }
1320
+ .map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
1321
+ .map-popup-checkout { display:inline; float:right; text-align:right; }
1322
+ .map-popup-checkout span { display:block; padding-right:30px; }
1323
+ .map-popup-checkout .paypal-logo { margin:0 0 5px; }
1324
+ .map-popup-price .price-box,
1325
+ .map-popup-price .price-box .special-price { margin:0; padding:0; }
1326
+ .map-popup-price { margin:5px 0 0; }
1327
+ .map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
1328
+ .map-popup-only-text { border-top:1px solid #ddd; }
1329
+ /* ======================================================================================= */
1330
+
1331
+ /* Checkout ============================================================================== */
1332
+ /********** < Common Checkout Styles */
1333
+ /* Shipping and Payment methods */
1334
+ .sp-methods { margin:0 0 8px; }
1335
+ .sp-methods dt { margin:13px 0 5px; font-weight:bold; line-height:13px;}
1336
+ .sp-methods dd {}
1337
+ .sp-methods dd li { margin:5px 0; }
1338
+ .sp-methods dt input.radio{vertical-align:top;}
1339
+ .sp-methods label { font-weight:bold; color:#666; vertical-align:top;}
1340
+ .sp-methods .price { font-weight:bold; }
1341
+ .sp-methods .form-list { padding-left:20px; }
1342
+ .sp-methods .form-list li { margin:0 0 8px; }
1343
+ .sp-methods select.month { width:154px; margin-right:10px; }
1344
+ .sp-methods select.year { width:96px; }
1345
+ .sp-methods input.cvv { width:3em !important; }
1346
+
1347
+ .sp-methods .checkmo-list li { margin:0 0 5px; }
1348
+ .sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
1349
+ .sp-methods .checkmo-list address { float:left; }
1350
+
1351
+ .sp-methods .centinel-logos a { margin-right:3px; }
1352
+ .sp-methods .centinel-logos img { vertical-align:middle; }
1353
+
1354
+ .please-wait { float:right; }
1355
+ .please-wait img { vertical-align:middle; }
1356
+ .cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }
1357
+ .prod_img_bottom {
1358
+ background: url("../images/product_img_bg.gif") no-repeat scroll 0 0 transparent;
1359
+ height: 4px;
1360
+ margin: 0 0 6px;
1361
+ overflow: hidden;
1362
+ }
1363
+ /* Tooltip */
1364
+ .tool-tip { border:1px solid #d7d7d7; background:#fff; padding:15px 20px; position:absolute; z-index:9999; }
1365
+ .tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
1366
+ .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; }
1367
+ .tool-tip .tool-tip-content { padding:5px; }
1368
+
1369
+ /* Gift Messages */
1370
+ .gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
1371
+ .gift-messages p.control { color:#8e8d8b; }
1372
+ .gift-messages-form { position:relative; }
1373
+ .gift-messages-form label { float:none !important; position:static !important; }
1374
+ .gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
1375
+ .gift-messages-form .whole-order { margin:0 0 25px; }
1376
+ .gift-messages-form .item { margin:0 0 10px; }
1377
+ .gift-messages-form .item .product-img-box { float:left; width:75px; }
1378
+ .gift-messages-form .item .product-image { margin:0 0 7px; }
1379
+ .gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
1380
+ .gift-messages-form .item .details { margin-left:90px; }
1381
+ .gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
1382
+ .gift-messages-form .item .details .form-list .field { width:255px; }
1383
+ .gift-messages-form .item .details .form-list .input-box { width:240px; }
1384
+ .gift-messages-form .item .details .form-list input.input-text { width:234px; }
1385
+ .gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
1386
+ .gift-messages-form .item .details .form-list li.wide textarea { width:494px; }
1387
+
1388
+ .gift-message-link { font-size:11px; background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
1389
+ .gift-message-link.expanded { background-position:100% -40px; }
1390
+ .gift-message-row { background:#f2efe9; }
1391
+ .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; }
1392
+
1393
+ /* Checkout Agreements */
1394
+ .checkout-agreements li { margin:30px 0; }
1395
+ .checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
1396
+ .checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
1397
+ .checkout-agreements .agree input.checkbox { margin-right:6px; }
1398
+ .checkout-agreements .agree label { font-weight:bold; color:#666; }
1399
+
1400
+ .opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
1401
+ .opc .checkout-agreements li { margin:20px 0 0; }
1402
+ .opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
1403
+ .opc .checkout-agreements .agree { padding-left:6px; }
1404
+
1405
+ /* Centinel */
1406
+ .centinel {}
1407
+ .centinel .authentication { border:1px solid #ddd; background:#fff; }
1408
+ .centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }
1409
+
1410
+ .opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }
1411
+
1412
+ /* Generic Info Set */
1413
+ .info-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
1414
+ .info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
1415
+ .info-set h3,
1416
+ .info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
1417
+ .info-set h2 a,
1418
+ .info-set h3 a,
1419
+ .info-set h4 a { font-weight:normal; }
1420
+ .info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
1421
+ .info-set h3.legend { margin:0 0 10px; color:#0a263c; }
1422
+ .info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
1423
+ .info-set .box { margin:0 0 15px; }
1424
+ .info-set .box h2 { color:#e26703; }
1425
+ .info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
1426
+ .info-set .data-table .product-name a { font-weight:bold !important; }
1427
+ .info-set .data-table .item-options { margin:5px 0 0; }
1428
+ /********** Common Checkout Styles > */
1429
+
1430
+ /* One Page Checkout */
1431
+ .block-progress dt { font-size:12px; font-weight:normal; line-height:1.35; background:#fdfdfd; border:1px solid #d7d7d7; margin:0 0 6px; padding:7px 13px; color:#545454; }
1432
+ .block-progress dd { background:#fdfdfd; border:1px solid #d7d7d7; border-top:0; padding:7px 13px; margin:0 0 6px; }
1433
+ .block-progress dt.complete { margin:0; }
1434
+ .block-progress dd.complete {}
1435
+ .block-progress p { margin:0; }
1436
+ .checkout-onepage-index .page-title{display:none;}
1437
+ .opc .buttons-set { margin-top:0; padding-top:0; border:0; }
1438
+ .opc .buttons-set p.required { margin:0; padding:0 0 10px; color:#545454; font-size:12px;}
1439
+ .opc .buttons-set .back-link small { display:none; }
1440
+ .opc .buttons-set .back-link a { }
1441
+ .opc .buttons-set.disabled button.button { display:none; }
1442
+ .opc .buttons-set .please-wait { height:21px; line-height:21px; }
1443
+ .opc .ul { list-style:disc outside; padding-left:18px; }
1444
+ .opc { position:relative; border-bottom:1px solid #d7d7d7;}
1445
+ .opc li.section {}
1446
+
1447
+ .opc .step-title { border-width:0 1px; border-style:solid; border-color:#e3e3e3 #d7d7d7; background:#fff; padding:10px 22px 9px; text-align:right; border-top:1px solid #d7d7d7;}
1448
+ .opc .step-title .number { float:left; display:inline; background:#fff; border:1px solid #d7d7d7; padding:0 4px; margin:0 8px 0 0; font:normal 11px/14px arial, helvetica, sans-serif; color:#434343;}
1449
+ .opc .step-title h2 { float:left; margin:0; font:bold 12px/16px Arial, Helvetica, sans-serif; color:#545454; }
1450
+ .opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }
1451
+
1452
+ .opc .active .step-title { background:url(../images/check_out_head.gif) 0 0 repeat-x; border:0; color:#fefefe; cursor:default; border-color:#7abcff;}
1453
+ .opc .active .step-title .number { background:#fff; color:#5f6162; }
1454
+ .opc .active .step-title h2 { color:#fefefe; text-transform:uppercase;}
1455
+ /*.opc .active .step-title a { display:none; }*/
1456
+
1457
+ .opc .step { border:1px solid #d7d7d7; border-bottom:0; background:#fff; padding:15px 21px; position:relative; }
1458
+ .opc .step .tool-tip { right:30px; }
1459
+
1460
+ #opc-login .buttons-set { border-top:0; }
1461
+ #opc-login .buttons-set a{color:#1a6fc6;margin-top: 4px;}
1462
+ #opc-login h3 { font-size:13px; padding-bottom:2px; color:#545454;}
1463
+ #opc-login h4 { font-size:13px; font-weight:bold;color:#545454; }
1464
+
1465
+ #opc-shipping_method .buttons-set { border-top:0; }
1466
+ .opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
1467
+ .opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }
1468
+
1469
+ #opc-review .step { border:0; padding:0; }
1470
+ #opc-review .product-name { font-weight:bold; color:#3f3f3f; }
1471
+ #opc-review .item-options { margin:5px 0 0; }
1472
+ #opc-review .buttons-set { padding:20px 30px; border:1px solid #e3e3e3; border-width:0 1px; }
1473
+ #opc-review .buttons-set p { margin:0; line-height:30px; }
1474
+ #opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
1475
+
1476
+ /* Multiple Addresses Checkout */
1477
+ .checkout-progress { padding:0 90px; margin:0 0 20px; }
1478
+ .checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#999; }
1479
+ .checkout-progress li.active { border-top-color:#ffa93d; color:#ffa93d; }
1480
+
1481
+ .multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
1482
+ .multiple-checkout h3,
1483
+ .multiple-checkout h4 { font-size:13px; font-weight:bold; }
1484
+ .multiple-checkout h2 a,
1485
+ .multiple-checkout h3 a,
1486
+ .multiple-checkout h4 a { font-weight:normal; }
1487
+ .multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
1488
+ .multiple-checkout .data-table .product-name a { font-weight:bold !important; }
1489
+ .multiple-checkout .data-table .item-options { margin:5px 0 0; }
1490
+
1491
+ .multiple-checkout .gift-messages { margin:15px 0 0; }
1492
+
1493
+ .multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }
1494
+
1495
+ .multiple-checkout .col2-set,
1496
+ .multiple-checkout .col3-set { background:#fff; border:1px solid #e2e2e2; margin:0 0 25px; padding:20px; }
1497
+ .multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#fff; border-bottom:1px solid #e2e2e2; position:relative; }
1498
+ .multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
1499
+ .multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
1500
+ .multiple-checkout .box { margin:0 0 15px; }
1501
+
1502
+ .multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
1503
+ .multiple-checkout .place-order .grand-total { float:right; font-size:1.5em; overflow:hidden; }
1504
+ .multiple-checkout .place-order .grand-total .inner { float:left;padding:0; }
1505
+ .multiple-checkout .place-order .grand-total .inner div { display:inline; }
1506
+ .multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
1507
+ .multiple-checkout .place-order .grand-total .price { color:#383838; }
1508
+
1509
+ /* Step 1 */
1510
+
1511
+ #multiship-addresses-table td { padding:10px; }
1512
+ #multiship-addresses-table tfoot td { padding:5px 10px; }
1513
+
1514
+
1515
+ /* Step 2 */
1516
+ .multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
1517
+ .multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
1518
+ .multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
1519
+ .multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
1520
+ .multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
1521
+ .multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
1522
+ .multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
1523
+ .checkout-multishipping-shipping .box-sp-methods { border:1px solid #e2e2e2; background:#fff; padding:13px; position:relative; }
1524
+ .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;}
1525
+
1526
+ /* Step 3 */
1527
+ .checkout-multishipping-billing .multiple-checkout { position:relative; }
1528
+ /* ======================================================================================= */
1529
+
1530
+
1531
+ /* Account Login/Create Pages ============================================================ */
1532
+ .account-login .content { min-height:240px; padding:14px 21px; background:#fff; border:1px solid #e2e2e2; border-bottom:0; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;}
1533
+ .account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px; border-bottom:1px solid #e3e3e3; text-transform:uppercase; }
1534
+ .account-login .buttons-set { border:1px solid #e2e2e2; margin:0; padding:8px 13px; background:#fff; -moz-border-radius:0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; }
1535
+ .account-login .buttons-set a{margin-top:7px; text-decoration:none;}
1536
+ .account-login .buttons-set a:hover{text-decoration:underline;}
1537
+ .account-create {}
1538
+ /* Account Login/Create Pages ============================================================ */
1539
+
1540
+
1541
+ /* My Account ============================================================================= */
1542
+ .my-account .title-buttons .link-rss { float:none; margin:0; }
1543
+
1544
+ /********** < Dashboard */
1545
+ .dashboard .welcome-msg { margin:0 0 1.5em 0; }
1546
+ .dashboard .welcome-msg p { margin:0; }
1547
+ .dashboard .col2-set { margin:0 0 15px; }
1548
+
1549
+ /* General Box */
1550
+ .box-account { background:#fff; border:1px solid #e2e2e2; padding:15px; margin: 0 0 20px;}
1551
+ .box-account .box-head { border-bottom:0; margin:0 0 10px; text-align:right; }
1552
+ .box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; color:#545454; }
1553
+
1554
+ .dashboard .box .box-title { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
1555
+ .dashboard .box .box-title h3,
1556
+ .dashboard .box .box-title h4 { float:left; font-size:12px; font-weight:normal; margin:0; }
1557
+ .box-account a{color:#1a6fc6; text-decoration:none;}
1558
+ .box-account a:hover{text-decoration:underline;}
1559
+ /* Block: Recent Orders */
1560
+
1561
+ /* Block: Account Information */
1562
+ .dashboard .box-info h4 { font-size:11px; font-weight:normal; text-transform:uppercase; }
1563
+
1564
+ /* Block: Reviews */
1565
+ .dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; border:1px solid #e2e2e2; color:#545454; margin:1px -20px 0 0; padding:2px 3px; background:#fff;}
1566
+ .dashboard .box-reviews .details { margin-left:20px; }
1567
+ .dashboard .box-reviews li.item { margin:0 0 7px; }
1568
+ .dashboard .box-reviews li.item.last { margin:0; }
1569
+ .dashboard .box-reviews .ratings { margin:7px 0 0; }
1570
+
1571
+ /* Block: Tags */
1572
+ .dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#545454; border:1px solid #e2e2e2; margin:1px -20px 0 0; padding:2px 3px; background:#fff; }
1573
+ .dashboard .box-tags .details { margin-left:20px; }
1574
+ .dashboard .box-tags li.item { margin:0 0 7px; }
1575
+ .dashboard .box-tags li.item.last { margin:0; }
1576
+ .dashboard .box-tags .tags strong,
1577
+ .dashboard .box-tags .tags ul,
1578
+ .dashboard .box-tags .tags ul li { display:inline; }
1579
+ /********** Dashboard > */
1580
+
1581
+ /* Address Book */
1582
+ .addresses-list h2 { font-weight:bold; font-size:13px; text-transform:uppercase; }
1583
+ .addresses-list h3 { font-weight:bold; font-size:13px; }
1584
+ .addresses-list address { margin:0 0 3px; }
1585
+ .addresses-list p { margin:0; }
1586
+ .addresses-list a { font-weight:bold; }
1587
+ .addresses-list .link-remove { color:#646464; }
1588
+ .addresses-list .separator { margin:0 3px; }
1589
+ .addresses-list li.item { background:#fff; border:1px solid #e2e2e2; padding:10px 13px; margin:0 0 10px;}
1590
+ .addresses-list li.empty { background:none; border:0; padding:0; }
1591
+ .addresses-list li.empty p { font-weight:bold; }
1592
+ .addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }
1593
+
1594
+ /* Order View */
1595
+ .order-info { background:#fff; border:1px solid #e2e2e2; padding:4px 8px; margin:0 0 8px;}
1596
+ .order-info dt,
1597
+ .order-info dd,
1598
+ .order-info ul,
1599
+ .order-info li { display:inline; }
1600
+ .order-info .current { font-weight:bold; }
1601
+ .order-info li { margin:0 3px; }
1602
+
1603
+ .order-date { margin:10px 0; }
1604
+
1605
+ .order-info-box { background:#fff; border:1px solid #e2e2e2; padding:12px 15px; margin:0 0 15px;}
1606
+ .order-info-box h2 { font-weight:bold; font-size:13px; }
1607
+ .order-info-box .box-payment p { margin:0 0 3px; }
1608
+ .order-info-box .box-payment th { font-weight:bold; padding-right:7px; }
1609
+
1610
+ .order-items { width:100%; overflow-x:auto; }
1611
+ .order-items h2,
1612
+ .order-items h3 { clear:none; font-weight:normal; font-size:13px; padding:0; margin:0 0 5px; color:#545454; }
1613
+ .order-items .product-name { font-size:1em !important; font-weight:bold !important; }
1614
+ .order-items .link-print { font-weight:normal; }
1615
+ .order-items .order-links { text-align:right; }
1616
+
1617
+ .order-additional { margin:15px 0; }
1618
+ /* Order Gift Message */
1619
+ .gift-message dt strong { color:#666; }
1620
+ .gift-message dd { font-size:13px; margin:5px 0 0; }
1621
+ /* Order Comments */
1622
+ .order-about dt { font-weight:bold; }
1623
+ .order-about dd { font-size:13px; margin:0 0 7px; }
1624
+
1625
+ .tracking-table { margin:0 0 15px; }
1626
+ .tracking-table th { font-weight:bold; white-space:nowrap; }
1627
+
1628
+ .tracking-table-popup { width:100%; }
1629
+ .tracking-table-popup th { font-weight:bold; white-space:nowrap; }
1630
+ .tracking-table-popup th,
1631
+ .tracking-table-popup td { padding:1px 8px; }
1632
+
1633
+ /* Order Print Pages */
1634
+ .page-print .print-head { margin:0 0 15px; }
1635
+ .page-print .print-head .logo { float:left; }
1636
+ .page-print .print-head address { float:left; margin-left:15px; }
1637
+ .page-print h1 { font-size:16px; font-weight:bold; }
1638
+ .page-print h2,
1639
+ .page-print h3 { font-size:13px; font-weight:bold; }
1640
+ .page-print h2.h2 { font-size:16px; font-weight:bold; }
1641
+ .page-print .order-date { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
1642
+ .page-print .col2-set { margin:0 0 10px; }
1643
+ /* Price Rewrites */
1644
+ .page-print .gift-message-link { display:none; }
1645
+ .page-print .price-excl-tax,
1646
+ .page-print .price-incl-tax { display:block; white-space:nowrap; }
1647
+ .page-print .cart-price,
1648
+ .page-print .price-excl-tax .label,
1649
+ .page-print .price-incl-tax .label,
1650
+ .page-print .price-excl-tax .price,
1651
+ .page-print .price-incl-tax .price { display:inline; }
1652
+
1653
+ /* My Wishlist */
1654
+ .my-wishlist .data-table td { padding:10px; }
1655
+ .my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
1656
+ .my-wishlist textarea { display:block; width:97%; height:109px; }
1657
+ .my-wishlist .buttons-set { margin-top:2em; }
1658
+ .my-wishlist .buttons-set button.button { float:none; }
1659
+
1660
+
1661
+ #wishlist-table .add-to-links { white-space:nowrap; }
1662
+
1663
+ /* My Tags */
1664
+ .my-tag-edit { float:left; margin:0 0 10px; }
1665
+ .my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
1666
+ #my-tags-table { clear:both; }
1667
+ #my-tags-table td { padding:10px; }
1668
+ #my-tags-table .add-to-links { white-space:nowrap; }
1669
+
1670
+ /* My Reviews */
1671
+ #my-reviews-table td { padding:10px; }
1672
+
1673
+ .product-review .product-img-box { float:left; width:140px; }
1674
+ .product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
1675
+ .product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
1676
+ .product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
1677
+ .product-review .product-details { margin-left:150px; }
1678
+ .product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
1679
+ .product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
1680
+ .product-review .ratings-table { margin:0 0 10px; }
1681
+ .product-review dt { font-weight:bold; }
1682
+ .product-review dd { font-size:13px; margin:5px 0 0; }
1683
+
1684
+ /* Billing Agreements */
1685
+ .billing-agreements .info-box{ margin:15px 0; }
1686
+ .billing-agreements .form-list li select { float:left; }
1687
+ .billing-agreements .form-list li button.button { float:left; margin-left:10px; }
1688
+ .billing-agreements .table-caption { font-weight:bold; font-size:13px; }
1689
+ /* ======================================================================================= */
1690
+
1691
+
1692
+ /* Footer ================================================================================ */
1693
+ .footer-container { }
1694
+ .footer { width:939px; margin:0 auto; padding:18px 0 0; }
1695
+ .footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
1696
+ .footer .store-switcher label { font-weight:bold; vertical-align:middle; }
1697
+ .footer .store-switcher select { padding:0; vertical-align:middle; }
1698
+ .footer a { color:#585858; text-decoration:none; }
1699
+ .footer a:hover { text-decoration:underline; }
1700
+ .footer .bugs { margin:13px 0 0; color:#ecf3f6; }
1701
+ .footer .bugs a { color:#ecf3f6; text-decoration:underline; }
1702
+ .footer .bugs a:hover { text-decoration:none; }
1703
+ .footer address { margin:0 0 23px; color:#7f7f7f; text-align:left; display:block; padding-left:24px;}
1704
+ .footer address a { color:#7f7f7f; text-decoration:underline; }
1705
+ .footer address a:hover { text-decoration:none; }
1706
+ .footer ul { display:inline; }
1707
+ .footer ul.links { display:block; }
1708
+ .footer li { display:inline; background:url(../images/bkg_pipe1.gif) 100% 70% no-repeat; padding:0 17px 0 14px; }
1709
+ .footer-container .bottom-container { margin:0 0 5px; }
1710
+
1711
+
1712
+ .footer_links{background:url(../images/footer_links_bg.jpg) 0 0 no-repeat; height:39px; margin-bottom:12px; padding:15px 0 0 11px;}
1713
+ .footer_links ul{float:left; display:inline; margin-right:14px;}
1714
+
1715
+ /* ======================================================================================= */
1716
+
1717
+ /* Sample Data============================================================================ */
1718
+ .home-callout { margin-bottom:12px; }
1719
+ .home-callout img { display:block }
1720
+ .home-spot { float:left; width:425px; margin-left:20px; }
1721
+ .home-spot img{max-width:100%;}
1722
+ .best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
1723
+ .best-selling table { border-top:1px solid #ccc; }
1724
+ .best-selling tr.odd { background:#eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
1725
+ .best-selling tr.even { background:#fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
1726
+ .best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
1727
+ .best-selling .product-img { float:left; border:2px solid #dcdcdc; }
1728
+ .best-selling .product-description { margin-left:107px; line-height:1.3em; }
1729
+ .best-selling a.product-name,
1730
+ .home-spot .best-selling a.product-name:hover { color:#203548; }
1731
+ /* ======================================================================================= */
1732
+ .product-tabs{
1733
+ height:35px;
1734
+ display:block;
1735
+ clear:both;
1736
+ overflow:hidden;
1737
+ }
1738
+ .product-tabs li{
1739
+ float:left;
1740
+ display:inline;
1741
+ margin-right:2px;
1742
+ height:35px;
1743
+ padding-left:20px;
1744
+ background:url(../images/tabs_bg.gif) 0 0 repeat;
1745
+ }
1746
+ .pager .pages li a.next,
1747
+ .pager .pages li a.previous{text-decoration:none;}
1748
+ .product-tabs li a{
1749
+ display:block;
1750
+ float:left;
1751
+ height:35px;
1752
+ line-height:35px;
1753
+ color:#5f6162;
1754
+ font-size:11px;
1755
+ text-align:center;
1756
+ font-weight:bold;
1757
+ padding-right:20px;
1758
+ text-decoration:none;
1759
+ background:url(../images/tabs_bg.gif) 100% 0 repeat;
1760
+ }
1761
+ .product-tabs li.active{
1762
+ background:url(../images/tabs_bg.gif) 0 -35px repeat;
1763
+ }
1764
+ .product-tabs li.active a{
1765
+ color:#fff;
1766
+ background:url(../images/tabs_bg.gif) 100% -35px repeat;
1767
+ }
1768
+ .product-tabs li.last{
1769
+ margin:0;
1770
+ }
1771
+ .product-tabs-content{
1772
+ background:#fff;
1773
+ margin-right:6px;
1774
+ border:1px solid #e2e2e2;
1775
+ padding:20px;
1776
+ margin-bottom:20px;
1777
+ -moz-border-radius: 0 3px 3px 3px; -webkit-border-radius: 0 3px 3px 3px; border-radius: 0 3px 3px 3px;
1778
+ }
1779
+ .product-tabs-content h2{
1780
+ font-size:14px;
1781
+ font-weight:bold;
1782
+ }
1783
+ /* Clears ================================================================================ */
1784
+ .product-tabs-content:after,
1785
+ .product-tabs:after,
1786
+ .clearer:after,
1787
+ .header-container:after,
1788
+ .header-container .top-container:after,
1789
+ .header:after,
1790
+ .header .quick-access:after,
1791
+ #nav:after,
1792
+ .main:after,
1793
+ .footer:after,
1794
+ .footer-container .bottom-container:after,
1795
+ .col-main:after,
1796
+ .col2-set:after,
1797
+ .col3-set:after,
1798
+ .col3-layout .product-options-bottom .price-box:after,
1799
+ .col4-set:after,
1800
+ .search-autocomplete li:after,
1801
+ .block .block-content:after,
1802
+ .block .actions:after,
1803
+ .block li.item:after,
1804
+ .block-poll li:after,
1805
+ .block-layered-nav .currently li:after,
1806
+ .page-title:after,
1807
+ .products-grid:after,
1808
+ .products-list li.item:after,
1809
+ .box-account .box-head:after,
1810
+ .dashboard .box .box-title:after,
1811
+ .box-reviews li.item:after,
1812
+ .box-tags li.item:after,
1813
+ .pager:after,
1814
+ .sorter:after,
1815
+ .ratings:after,
1816
+ .add-to-box:after,
1817
+ .add-to-cart:after,
1818
+ .product-essential:after,
1819
+ .product-collateral:after,
1820
+ .product-view .product-img-box .more-views ul:after,
1821
+ .product-view .box-tags .form-add:after,
1822
+ .product-view .product-shop .short-description:after,
1823
+ .product-view .box-description:after,
1824
+ .product-options .options-list li:after,
1825
+ .product-options-bottom:after,
1826
+ .product-review:after,
1827
+ .cart:after,
1828
+ .cart-collaterals:after,
1829
+ .cart .crosssell li.item:after,
1830
+ .opc .step-title:after,
1831
+ .checkout-progress:after,
1832
+ .multiple-checkout .place-order:after,
1833
+ .group-select li:after,
1834
+ .form-list li:after,
1835
+ .form-list .field:after,
1836
+ .buttons-set:after,
1837
+ .page-print .print-head:after,
1838
+ .advanced-search-summary:after,
1839
+ .gift-messages-form .item:after,
1840
+ .send-friend .form-list li p:after,
1841
+ .menu_search:after,
1842
+ .menu_search .form-search:after,
1843
+ .footer_links:after,
1844
+ .products-grid li.item .grid-item-bg:after,
1845
+ .products-list li.item .list-item-bg:after{ display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
1846
+ /* ======================================================================================= */
1847
+
1848
+ .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; }
1849
+ .cards-list dt { margin:5px 0 0; }
1850
+ .cards-list .offset { padding:2px 0 2px 20px; }
1851
+
1852
+ /* Configured price */
1853
+ .configured-price { margin:0; }
1854
+ .configured-price .price-label { font-weight:bold; white-space:nowrap; }
1855
+ .configured-price .price { font-weight:bold; }
1856
+
1857
+ .product-options {position:relative;}
1858
+
1859
+ .sp-methods .release-amounts { margin:0.5em 0; }
1860
+ .sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }
1861
+
1862
+ .block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
1863
+ .block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
1864
+ .block-progress .cards-list .info-table th { font-weight:normal; }
1865
+
1866
+ .product-options-bottom .add-to-links,.product-view .product-shop .product-options-bottom .add-to-links{clear:both;font-size:11px;}
1867
+ .product-options-bottom .add-to-links li, .product-options-bottom .add-to-links li .separator {
1868
+ display: inline;
1869
+ }
1870
+
1871
+ /* CSS3 Borders */
1872
+ .dashboard .box-reviews .number,
1873
+ .dashboard .box-tags .number{-moz-border-radius: 1px; -webkit-border-radius: 1px; border-radius: 1px;}
1874
+
1875
+ input.input-text,
1876
+ select,
1877
+ textarea,
1878
+ .opc .step-title .number{-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;}
1879
+
1880
+ .fieldset .legend,
1881
+ .mini-products-list .product-image,
1882
+ .block-layered-nav dt,
1883
+ .product-view .product-img-box .product-image,
1884
+ .product-view .product-img-box .more-views li a{-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
1885
+
1886
+ .fieldset,
1887
+ .error-msg,
1888
+ .success-msg,
1889
+ .note-msg,
1890
+ .notice-msg,
1891
+ .toolbar,
1892
+ .product-options,
1893
+ .product-view .box-up-sell .products-grid .product-image img,
1894
+ .tags-list,
1895
+ .cart-table .product-image,
1896
+ .cart .crosssell .product-image,
1897
+ .box-account,
1898
+ .addresses-list li.item,
1899
+ .order-info,
1900
+ .order-info-box{-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}
1901
+
1902
+ .opc li:first-child .step-title{
1903
+ -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;
1904
+ }
1905
+ .guest-select {width:305px !important;}
1906
+
1907
+ .form-list-narrow li { margin-bottom:0; }
1908
+ .form-list-narrow li .input-box { margin-bottom:6px; }
1909
+ .form-list-narrow li.wide .input-box { width:260px; }
1910
+ .form-list-narrow li.wide input.input-text,
1911
+ .form-list-narrow li.wide textarea { width:254px }
1912
+ .form-list-narrow li.wide select { width:260px; }
1913
+
1914
+ .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; }
1915
+
1916
+ /* Global site notices */
1917
+ .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; }
1918
+ .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; }
1919
+ .global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
1920
+ .global-site-notice .notice-inner .actions { padding-top:10px; }
1921
+
1922
+ .block-cart .mini-products-list .product-details .product-name,
1923
+ .block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
1924
+ .block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }
1925
+
1926
+ .cart-table .btn-update,
1927
+ .cart-table .btn-empty { float:right; }
1928
+ .cart-table .btn-update { margin-left:10px; }
1929
+
1930
+ /* Captcha ================================================================================ */
1931
+ .captcha-note { clear:left; padding-top:5px; }
1932
+ .captcha-image { float:left; display:inline; margin:0; position:relative; width:258px; }
1933
+ .captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
1934
+ .registered-users .captcha-image { margin:0;}
1935
+ .captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
1936
+ .captcha-reload.refreshing { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }
1937
+
1938
+ @-webkit-keyframes rotate {
1939
+ 0% { -webkit-transform:rotate(0); }
1940
+ 0% { -webkit-transform:rotate(-360deg); }
1941
+ }
1942
+ @-moz-keyframes rotate {
1943
+ 0% { -moz-transform:rotate(0); }
1944
+ 0% { -moz-transform:rotate(-360deg); }
1945
+ }
1946
+ @keyframes rotate {
1947
+ 0% { transform:rotate(0); }
1948
+ 0% { transform:rotate(-360deg); }
1949
+ }
skin/frontend/default/toys_orange/images/best_selling_tr_even_bg.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/best_selling_tr_odd_bg.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/bkg_account_box.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/bkg_block-actions.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/bkg_block-layered-dd.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/bkg_block-layered-li.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/bkg_block-layered1.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/bkg_block-title-account.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/bkg_block-title.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/bkg_body.png ADDED
Binary file
skin/frontend/default/toys_orange/images/bkg_buttons-set1.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/bkg_checkout.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/bkg_collapse-gm.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/bkg_collapse.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/bkg_divider1.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/bkg_form-search.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/bkg_grand-total.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/bkg_login-box.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/bkg_opc-title-off.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/bkg_pipe1.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/bkg_pipe2.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/bkg_pipe3.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/bkg_rating.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/bkg_sp-methods.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/bkg_tfoot.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/bkg_th-v.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/bkg_th.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/block_button_bg.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/block_button_bg.png ADDED
Binary file
skin/frontend/default/toys_orange/images/block_content_bg.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/block_content_bg2.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/block_head_bg.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/block_head_bg2.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/block_subscribe_bg.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/bread_pipe.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/btn_checkout.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/btn_edit.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/btn_gm-close.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/btn_google_checkout.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/btn_paypal_checkout.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/btn_place_order.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/btn_previous.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/btn_proceed_to_checkout.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/btn_proceed_to_checkout_dis.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/btn_remove.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/btn_remove2.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/btn_trash.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/btn_window_close.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/button_bg.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/button_bg.png ADDED
Binary file
skin/frontend/default/toys_orange/images/calendar.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/cart_crossell.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/cart_disc_ship_bg.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/cart_totals_bg.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/catalog/product/placeholder/image.jpg ADDED
Binary file
skin/frontend/default/toys_orange/images/catalog/product/placeholder/small_image.jpg ADDED
Binary file
skin/frontend/default/toys_orange/images/catalog/product/placeholder/thumbnail.jpg ADDED
Binary file
skin/frontend/default/toys_orange/images/check_out_head.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/cvv.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/cvv.jpg ADDED
Binary file
skin/frontend/default/toys_orange/images/fam_book_open.png ADDED
Binary file
skin/frontend/default/toys_orange/images/footer_links_bg.jpg ADDED
Binary file
skin/frontend/default/toys_orange/images/grid-cal.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/i_arrow-top.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/i_asc_arrow.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/i_availability_only.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/i_availability_only_arrow.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/i_desc_arrow.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/i_msg-error.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/i_msg-note.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/i_msg-success.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/i_notice.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/i_page1.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/i_page2.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/i_pager-next.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/i_pager-prev.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/i_print.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/i_rss-big.png ADDED
Binary file
skin/frontend/default/toys_orange/images/i_rss.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/i_search_criteria.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/i_tag_add.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/i_tier.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/i_type_grid.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/i_type_list.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/input_text_bg.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/logo.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/logo_email.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/logo_print.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/magnifier_handle.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/map_popup_arrow.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/nav_bg.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/nav_li_bg.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/nav_li_first.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/nav_li_hover.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/nav_sub_a_hover.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/new_products_bg.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/new_products_bg.png ADDED
Binary file
skin/frontend/default/toys_orange/images/np_cart_thumb.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/np_more_img.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/np_product_main.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/np_thumb.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/np_thumb2.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/opc-ajax-loader.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/opc-ajax-loader2.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/pager_arrow_left.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/pager_arrow_right.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/product_img_bg.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/product_list_bg.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/product_zoom_overlay_magnif.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/products_grid_bg.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/slider_bg.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/slider_btn_zoom_in.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/slider_btn_zoom_out.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/spacer.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/subsc_button.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/tabs_bg.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/validation_advice_bg.gif ADDED
Binary file
skin/frontend/default/toys_orange/images/xmlconnect/catalog/category/placeholder/image.jpg ADDED
Binary file
skin/frontend/default/toys_orange/images/xmlconnect/catalog/category/placeholder/small_image.jpg ADDED
Binary file
skin/frontend/default/toys_orange/images/xmlconnect/catalog/category/placeholder/thumbnail.jpg ADDED
Binary file
skin/frontend/default/toys_orange/images/xmlconnect/tab_account.png ADDED
Binary file
skin/frontend/default/toys_orange/images/xmlconnect/tab_cart.png ADDED
Binary file
skin/frontend/default/toys_orange/images/xmlconnect/tab_home.png ADDED
Binary file
skin/frontend/default/toys_orange/images/xmlconnect/tab_more.png ADDED
Binary file
skin/frontend/default/toys_orange/images/xmlconnect/tab_page.png ADDED
Binary file
skin/frontend/default/toys_orange/images/xmlconnect/tab_search.png ADDED
Binary file
skin/frontend/default/toys_orange/images/xmlconnect/tab_shop.png ADDED
Binary file
skin/frontend/default/toys_purple/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/toys_purple/css/styles-ie.css ADDED
@@ -0,0 +1,171 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Magento
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the Academic Free License (AFL 3.0)
7
+ * that is bundled with this package in the file LICENSE_AFL.txt.
8
+ * It is also available through the world-wide-web at this URL:
9
+ * http://opensource.org/licenses/afl-3.0.php
10
+ * If you did not receive a copy of the license and are unable to
11
+ * obtain it through the world-wide-web, please send an email
12
+ * to license@magentocommerce.com so we can send you a copy immediately.
13
+ *
14
+ * DISCLAIMER
15
+ *
16
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
17
+ * versions in the future. If you wish to customize Magento for your
18
+ * needs please refer to http://www.magentocommerce.com for more information.
19
+ *
20
+ * @category design
21
+ * @package default_default
22
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
23
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
+ */
25
+
26
+ /* IE 6 only */
27
+ * html .validation-advice { height:13px; }
28
+ * html .error-msg,
29
+ * html .success-msg,
30
+ * html .note-msg,
31
+ * html .notice-msg { height:24px; }
32
+ * html .main { height:400px; }
33
+ * html .account-login .content { height:240px; }
34
+ .block li.item,
35
+ .block-poll li,
36
+ .opc li.section { vertical-align:top; }
37
+ * html .window-overlay { background:#ccc; filter:alpha(opacity=50); }
38
+
39
+ /* Doubled Margin Fixes */
40
+ .product-view .product-img-box .more-views li,
41
+ .product-view .box-tags .form-add .input-box,
42
+ .sp-methods select.month { display:inline; }
43
+ #opc-review .sp-methods .input-box { float:left; }
44
+ .product-options{zoom:1;}
45
+ .clearfix{zoom:1;}
46
+ /********** < Navigation styles */
47
+ #nav li,
48
+ #nav li a { zoom:1; }
49
+ #nav li { vertical-align:top; }
50
+ /********** < Navigation styles */
51
+
52
+ select { margin-bottom:1px; }
53
+ input.radio { width:13px; height:13px; }
54
+ input.checkbox { width:13px; height:13px; }
55
+ button.button { height:30px; }
56
+ .block button.button{height:26px;}
57
+ .block-subscribe .actions button.button{height:19px;}
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 { scrollbar-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-view .box-tags .product-tags li{ padding:0 4px 0 7px; }
72
+
73
+ .product-options dd .time-picker select { margin:0; padding:0; }
74
+
75
+ /* Clearer */
76
+ .clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
77
+
78
+ /* Clears and hasLayout fixes */
79
+ .menu_search,
80
+ .products-list li.item .list-item-bg,
81
+ .footer_links,
82
+ .products-grid li.item .grid-item-bg,
83
+ .menu_search .form-search,
84
+ .product-tabs,
85
+ .product-tabs-content,
86
+ .header-container,
87
+ .header-container .top-container,
88
+ .header,
89
+ .header .quick-access,
90
+ #nav,
91
+ .main,
92
+ .footer,
93
+ .footer-container .bottom-container,
94
+ .col-main,
95
+ .col2-set,
96
+ .col3-set,
97
+ .col3-layout .product-options-bottom .price-box,
98
+ .col4-set,
99
+ .messages li,
100
+ .search-autocomplete li,
101
+ .block,
102
+ .block .block-content,
103
+ .block .actions,
104
+ .block li.item,
105
+ .block-poll li,
106
+ .block-poll .label,
107
+ .block-layered-nav .currently li,
108
+ .block-account .block-content li a,
109
+ .mini-products-list .product-details,
110
+ .page-title,
111
+ .rss-title h1,
112
+ .products-grid,
113
+ .products-list li.item,
114
+ .box-account .box-head,
115
+ .dashboard .box .box-title,
116
+ .box-reviews li.item,
117
+ .box-tags li.item,
118
+ .pager,
119
+ .sorter,
120
+ .ratings,
121
+ .add-to-box,
122
+ .add-to-cart,
123
+ .product-essential,
124
+ .product-collateral,
125
+ .product-view .product-img-box .more-views ul,
126
+ .product-view .box-tags .form-add,
127
+ .product-view .product-shop .short-description,
128
+ .product-view .box-description,
129
+ .product-options .options-list li,
130
+ .product-options-bottom,
131
+ .truncated,
132
+ .truncated .truncated_full_value,
133
+ .product-review,
134
+ .cart,
135
+ .cart-collaterals,
136
+ .cart .crosssell li.item,
137
+ .cart .discount,
138
+ .opc .step-title,
139
+ .opc .step,
140
+ .opc,
141
+ .multiple-checkout,
142
+ .sp-methods,
143
+ .checkout-progress,
144
+ .multiple-checkout .place-order,
145
+ .form-list li,
146
+ .form-list .field,
147
+ .group-select li,
148
+ .buttons-set,
149
+ .page-print .print-head,
150
+ .cart-tax-total,
151
+ .advanced-search-summary,
152
+ .advanced-search-summary p,
153
+ .gift-messages-form .item,
154
+ .send-friend .form-list li p,
155
+ .centinel .authentication{ zoom:1; }
156
+ a{outline-style: none !important;}
157
+ /* Hover Fix */
158
+ iframe.hover-fix { position:absolute; left:-1px; top:-1px; z-index:-1; background:transparent; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
159
+
160
+ .header .quick-access{height:101px;overflow:hidden;}
161
+ .block-poll input.radio { margin:2px -18px 0 0; }
162
+ .sp-methods dt input.radio,
163
+ .form-list li.control input.radio,
164
+ .form-list li.control input.checkbox { margin-top:1px;}
165
+
166
+
167
+ * html button.button span {background: url("../images/button_bg.gif") no-repeat scroll 0 0 transparent;}
168
+ * html button.button span span{background-position: 100% 0;}
169
+ * html .block button.button span{background: url("../images/block_button_bg.gif") no-repeat scroll 0 0 transparent;}
170
+ * html .block button.button span span{background-position: 100% 0;}
171
+ * html .category-image img,* html .category_content img {width:100%; }
skin/frontend/default/toys_purple/css/styles.css ADDED
@@ -0,0 +1,1950 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Magento
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the Academic Free License (AFL 3.0)
7
+ * that is bundled with this package in the file LICENSE_AFL.txt.
8
+ * It is also available through the world-wide-web at this URL:
9
+ * http://opensource.org/licenses/afl-3.0.php
10
+ * If you did not receive a copy of the license and are unable to
11
+ * obtain it through the world-wide-web, please send an email
12
+ * to license@magentocommerce.com so we can send you a copy immediately.
13
+ *
14
+ * DISCLAIMER
15
+ *
16
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
17
+ * versions in the future. If you wish to customize Magento for your
18
+ * needs please refer to http://www.magentocommerce.com for more information.
19
+ *
20
+ * @category design
21
+ * @package default_default
22
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
23
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
+ */
25
+
26
+ /* Reset ================================================================================= */
27
+ * { margin:0; padding:0; }
28
+
29
+ body { background:#fff url(../images/bkg_body.png) 0 0 repeat-x; font:12px/1.55 Arial, Helvetica, sans-serif; color:#676767; text-align:center; }
30
+
31
+ img { border:0; vertical-align:top; }
32
+ .category_content img{max-width:100%;}
33
+ .category_content{margin-bottom:10px;}
34
+ .products-list .desc .link-learn { font-size:11px; }
35
+ a { color:#545454; text-decoration:underline; }
36
+ a:hover { text-decoration:none; }
37
+
38
+ :focus{ outline:0 !important; }
39
+
40
+ /* Headings */
41
+ h1,h2,h3,
42
+ h4,h5,h6 { margin:0 0 5px; line-height:1.35; color:#545454; }
43
+ h1 { font-size:20px; font-weight:normal; }
44
+ h2 { font-size:18px; font-weight:normal; }
45
+ h3 { font-size:16px; font-weight:bold; }
46
+ h4 { font-size:14px; font-weight:bold; }
47
+ h5 { font-size:12px; font-weight:bold; }
48
+ h6 { font-size:11px; font-weight:bold; }
49
+
50
+ /* Forms */
51
+ form { display:inline; }
52
+ fieldset { border:0; }
53
+ legend { display:none; }
54
+
55
+ /* Table */
56
+ table { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
57
+ caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }
58
+
59
+ /* Content */
60
+ p { margin:0 0 10px; }
61
+ strong { font-weight:bold; }
62
+ address { font-style:normal; line-height:1.35; }
63
+ cite { font-style:normal; }
64
+ q,
65
+ blockquote { quotes:none; }
66
+ q:before,
67
+ q:after { content:''; }
68
+ small,big { font-size:1em; }
69
+ /*sup { font-size:1em; vertical-align:top; }*/
70
+
71
+ /* Lists */
72
+ ul,ol { list-style:none; }
73
+
74
+ /* Tools */
75
+ .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; }
76
+ .nobr { white-space:nowrap !important; }
77
+ .wrap { white-space:normal !important; }
78
+ .a-left { text-align:left !important; }
79
+ .a-center { text-align:center !important; }
80
+ .a-right { text-align:right !important; }
81
+ .v-top { vertical-align:top; }
82
+ .v-middle { vertical-align:middle; }
83
+ .f-left,
84
+ .left { float:left !important; }
85
+ .f-right,
86
+ .right { float:right !important; }
87
+ .f-none { float:none !important; }
88
+ .f-fix { float:left; width:100%; }
89
+ .no-display { display:none; }
90
+ .no-margin { margin:0 !important; }
91
+ .no-padding { padding:0 !important; }
92
+ .no-bg { background:none !important; }
93
+ /* ======================================================================================= */
94
+
95
+
96
+ /* Layout ================================================================================ */
97
+ .wrapper { min-width:939px; }
98
+ .page {}
99
+ .page-print { background:#fff; padding:25px 30px; text-align:left; }
100
+ .page-empty { background:#fff; padding:20px; text-align:left; }
101
+ .page-popup { background:#fff; padding:25px 30px; text-align:left; }
102
+ .main-container { }
103
+ .main { width:939px; margin:0 auto; min-height:400px; padding:6px 0 0; text-align:left; }
104
+
105
+ /* Base Columns */
106
+ .col-left { float:left; width:225px; padding:0 0 1px; }
107
+ .col-main { float:left; width:682px; padding:0 0 1px; }
108
+ .col-right { float:right; width:246px; padding:0 0 1px; }
109
+
110
+ /* 1 Column Layout */
111
+ .col1-layout .col-main { float:none; width:auto; }
112
+
113
+ /* 2 Columns Layout */
114
+ .col2-left-layout .col-main { float:right; }
115
+ .col2-right-layout .col-main {}
116
+
117
+ /* 3 Columns Layout */
118
+ .col3-layout .col-main { width:445px; }
119
+ .col3-layout .col-wrapper { float:left; width:682px; }
120
+ .col3-layout .col-wrapper .col-main { float:right; }
121
+
122
+ /* Content Columns */
123
+ .col2-set .col-1 { float:left; width:48.5%; }
124
+ .col2-set .col-2 { float:right; width:48.5%; }
125
+ .col2-set .col-narrow { width:32%; }
126
+ .col2-set .col-wide { width:65%; }
127
+
128
+ .col3-set .col-1 { float:left; width:32%; }
129
+ .col3-set .col-2 { float:left; width:32%; margin-left:2%; }
130
+ .col3-set .col-3 { float:right; width:32%; }
131
+
132
+ .col4-set .col-1 { float:left; width:23.5%; }
133
+ .col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
134
+ .col4-set .col-3 { float:left; width:23.5%; }
135
+ .col4-set .col-4 { float:right; width:23.5%; }
136
+ /* ======================================================================================= */
137
+ .clearfix:after {
138
+ content:' ';
139
+ clear:both;
140
+ display:block;
141
+ width:0;
142
+ height:0;
143
+ overflow:hidden;
144
+ font-size:0;
145
+ }
146
+
147
+ /* Global Styles ========================================================================= */
148
+ /* Form Elements */
149
+ input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#545454; }
150
+ input.input-text,select,textarea { background:#fff; border:1px solid #d5d5d5;}
151
+ input.input-text,textarea { padding:2px; }
152
+ input.input-text,textarea{background:#fff url(../images/input_text_bg.gif) repeat-x 0 0;}
153
+ select { padding:1px; }
154
+ select option { padding-right:10px; }
155
+ select.multiselect option { border-bottom:1px solid #d5d5d5; padding:2px 5px; }
156
+ select.multiselect option:last-child { border-bottom:0; }
157
+ textarea { overflow:auto; }
158
+ input.radio { margin-right:3px; }
159
+ input.checkbox { margin-right:3px; }
160
+ input.qty { width:29px !important; text-align:center;}
161
+ button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
162
+ button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
163
+ button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
164
+ button.button span { display:block; height:30px; padding:0 0 0 10px; font:bold 12px/30px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; background:url(../images/button_bg.png) 0 0 no-repeat;}
165
+ button.button span span { padding:0 10px 0 0; background-position:100% 0;}
166
+
167
+ .block button.button span { height:26px; padding:0 0 0 15px; font:bold 12px/26px Arial, Helvetica, sans-serif; background:url(../images/block_button_bg.png) 0 0 no-repeat;}
168
+ .block button.button span span { padding:0 15px 0 0; background-position:100% 0; text-transform:uppercase;}
169
+
170
+ .grid-details{float:right; text-align:right; color:#989898; font-weight:bold; text-decoration:none;}
171
+ .grid-details:hover{text-decoration:underline;}
172
+
173
+ p.control input.checkbox,
174
+ p.control input.radio { margin-right:6px; }
175
+ /* Form Highlight */
176
+ input.input-text:focus,select:focus,textarea:focus { background:#edf7fd; }
177
+ /*.highlight { background:#efefef; }*/
178
+
179
+ /* Form lists */
180
+ /* Grouped fields */
181
+ .form-list li { margin:0 0 8px; }
182
+ .form-list label { float:left; color:#666; font-weight:bold; position:relative; z-index:0; }
183
+ .form-list label.required {}
184
+ .form-list label.required em { float:right; font-style:normal; color:#ee350b; position:absolute; top:0; right:-8px; }
185
+ .form-list li.control{line-height:13px;}
186
+ .form-list li.control label { float:none;vertical-align: top; }
187
+ .form-list li.control input.radio,
188
+ .form-list li.control input.checkbox { margin-right:6px; vertical-align:top; }
189
+ .form-list li.control .input-box { clear:none; display:inline; width:auto; }
190
+ .form-list .input-box { display:block; clear:both; width:260px; }
191
+ .form-list .field { float:left; width:275px; }
192
+ .form-list input.input-text { width:254px; }
193
+ .form-list textarea { width:254px; height:10em; }
194
+ .form-list select { width:260px; }
195
+ .form-list li.wide .input-box { width:535px; }
196
+ .form-list li.wide input.input-text { width:529px; }
197
+ .form-list li.wide textarea { width:529px; }
198
+ .form-list li.wide select { width:535px; }
199
+ .form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
200
+ .form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
201
+ .form-list .input-range input.input-text { width:74px; }
202
+ /* Customer */
203
+ .form-list .customer-name-prefix .input-box,
204
+ .form-list .customer-name-suffix .input-box,
205
+ .form-list .customer-name-prefix-suffix .input-box,
206
+ .form-list .customer-name-prefix-middlename .input-box,
207
+ .form-list .customer-name-middlename-suffix .input-box,
208
+ .form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }
209
+
210
+ .form-list .name-prefix { width:65px; }
211
+ .form-list .name-prefix select { width:55px; }
212
+ .form-list .name-prefix input.input-text { width:49px; }
213
+
214
+ .form-list .name-suffix { width:65px; }
215
+ .form-list .name-suffix select { width:55px; }
216
+ .form-list .name-suffix input.input-text { width:49px; }
217
+
218
+ .form-list .name-middlename { width:70px; }
219
+ .form-list .name-middlename input.input-text { width:49px; }
220
+
221
+ .form-list .customer-name-prefix-middlename-suffix .name-firstname,
222
+ .form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
223
+ .form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
224
+ .form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
225
+ .form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
226
+ .form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }
227
+
228
+ .form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
229
+ .form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
230
+ .form-list .customer-name-prefix-suffix .name-firstname input.input-text,
231
+ .form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
232
+
233
+ .form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
234
+ .form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
235
+ .form-list .customer-name-prefix-suffix .name-firstname input.input-text,
236
+ .form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
237
+
238
+ .form-list .customer-name-prefix .name-firstname,
239
+ .form-list .customer-name-middlename .name-firstname { width:210px; }
240
+
241
+ .form-list .customer-name-suffix .name-lastname,
242
+ .form-list .customer-name-middlename .name-firstname,
243
+ .form-list .customer-name-middlename-suffix .name-firstname,
244
+ .form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
245
+
246
+ .form-list .customer-name-prefix .name-firstname input.input-text,
247
+ .form-list .customer-name-suffix .name-lastname input.input-text,
248
+ .form-list .customer-name-middlename .name-firstname input.input-text,
249
+ .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
250
+ .form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
251
+
252
+ .form-list .customer-dob .dob-month,
253
+ .form-list .customer-dob .dob-day,
254
+ .form-list .customer-dob .dob-year { float:left; width:85px; }
255
+ .form-list .customer-dob input.input-text { display:block; width:74px; }
256
+ .form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
257
+ .form-list .customer-dob .dob-day,
258
+ .form-list .customer-dob .dob-month { width:60px; }
259
+ .form-list .customer-dob .dob-day input.input-text,
260
+ .form-list .customer-dob .dob-month input.input-text { width:46px; }
261
+ .form-list .customer-dob .dob-year { width:140px; }
262
+ .form-list .customer-dob .dob-year input.input-text { width:134px; }
263
+
264
+ /* Independent fields */
265
+ /*.form-list li { margin:0 0 8px; }
266
+ .form-list li.fields { margin:0; }
267
+ .form-list .field { display:block; margin:0 0 8px; }
268
+ .form-list li.control {}
269
+ .form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
270
+ .form-list label.required { font-weight:bold; }
271
+ .form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
272
+ .form-list .input-box { float:left; width:260px; }
273
+ .form-list input.input-text,
274
+ .form-list textarea { width:254px; }
275
+ .form-list select { width:260px; }
276
+ .form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
277
+ .form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
278
+ .form-list .input-range input.input-text { width:96px; }*/
279
+ /* Customer */
280
+ /*.form-list .customer-dob .dob-month,
281
+ .form-list .customer-dob .dob-day,
282
+ .form-list .customer-dob .dob-year { float:left; width:85px; }
283
+ .form-list .customer-dob input.input-text { display:block; width:74px; }
284
+ .form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
285
+ .form-list .customer-dob .dob-day,
286
+ .form-list .customer-dob .dob-month { width:60px; }
287
+ .form-list .customer-dob .dob-day input.input-text,
288
+ .form-list .customer-dob .dob-month input.input-text { width:46px; }
289
+ .form-list .customer-dob .dob-year { width:140px; }
290
+ .form-list .customer-dob .dob-year input.input-text { width:134px; }*/
291
+
292
+ .buttons-set { clear:both; margin:1em 0 0; padding:0; /*border-top:1px solid #e4e4e4;*/ text-align:right; }
293
+ .buttons-set p.required { margin:0 0 10px; }
294
+ .buttons-set .back-link { float:left; margin:0; }
295
+ .buttons-set button.button { float:right; margin-left:5px; }
296
+
297
+ .buttons-set-order { margin:10px 0 0; }
298
+ .buttons-set-order .please-wait { padding:12px 7px 0 0; }
299
+
300
+ .fieldset { border:1px solid #e2e2e2; background:#fff; padding:22px 25px 12px 33px; margin:28px 0;}
301
+ .fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #e2e2e2; background:#fff; color:#545454; margin:-33px 0 0 -10px; padding:0 8px; position:relative;}
302
+
303
+ /* Form Validation */
304
+ .validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:15px; font-size:11px; font-weight:bold; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
305
+ .validation-failed { border:1px dashed #ee350b !important; }
306
+ .validation-passed {}
307
+ p.required { font-size:12px; text-align:right; color:#545454; }
308
+ /* Expiration date and CVV number validation fix */
309
+ .v-fix { float:left; }
310
+ .v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }
311
+
312
+ /* Global Messages */
313
+ .success { color:#3d6611; font-weight:bold; }
314
+ .error { color:#df280a; font-weight:bold; }
315
+ .notice { color:#e26703; }
316
+
317
+ .messages,
318
+ .messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
319
+ .messages { width:100%; overflow:hidden; }
320
+ .messages li { margin:0 0 10px !important; }
321
+ .messages li li { margin:0 0 3px !important; }
322
+ .error-msg,
323
+ .success-msg,
324
+ .note-msg,
325
+ .notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 3px 32px !important; font-size:12px !important; font-weight:bold !important;}
326
+ .error-msg { border-color:#d7d7d7; background-color:#fdfdfd; background-image:url(../images/i_msg-error.gif); color:#7c7c7c; }
327
+ .success-msg { border-color:#d7d7d7; background-color:#fdfdfd; background-image:url(../images/i_msg-success.gif); color:#7c7c7c; }
328
+ .note-msg,
329
+ .notice-msg { border-color:#d7d7d7; background-color:#fdfdfd; background-image:url(../images/i_msg-note.gif); color:#7c7c7c; }
330
+
331
+ /* BreadCrumbs */
332
+ .breadcrumbs { font-size:12px; line-height:1.25; margin:-3px 0 6px; padding-left:3px; position:relative;}
333
+ .breadcrumbs li a{color:#636363; text-decoration:none;}
334
+ .breadcrumbs li span{padding:0 5px;}
335
+ .breadcrumbs li a:hover{color:#f00880;}
336
+ .breadcrumbs li { display:inline; }
337
+ .breadcrumbs li strong { font-weight:normal; color:#f00880;}
338
+
339
+ /* Page Heading */
340
+ .page-title { width:100%; overflow:hidden; background:url(../images/bkg_divider1.gif) repeat-x 0 100%; margin:0 0 25px; }
341
+ .page-title h1,
342
+ .page-title h2 { margin:0; font-size:20px; color:#545454; }
343
+ .page-title .separator { margin:0 3px; }
344
+ .page-title .link-rss { float:right; margin:7px 0 0; }
345
+ .title-buttons { text-align:right; padding-bottom:3px;}
346
+ .title-buttons h1,
347
+ .title-buttons h2,
348
+ .title-buttons h3,
349
+ .title-buttons h4,
350
+ .title-buttons h5,
351
+ .title-buttons h6 { float:left; }
352
+ /*#opc-billing.active .step-title,
353
+ #opc-login.active .step-title{
354
+ -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;
355
+ }*/
356
+ .subtitle,
357
+ .sub-title { clear:both; padding:5px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; }
358
+
359
+ /* Pager */
360
+ .pager { font-size:12px; padding:4px 0 5px 3px; text-align:center; }
361
+ .pager .amount { float:left; margin:0; }
362
+ .pager .limiter { float:right; }
363
+ .pager .limiter label { vertical-align:middle; padding-right:3px;}
364
+ .pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
365
+ .pager .pages { margin:0 140px; }
366
+ .pager .pages ol { display:inline; }
367
+ .pager .pages li { display:inline; margin:0 2px; }
368
+ .pager .pages .current {}
369
+
370
+ /* Sorter */
371
+ .sorter { font-size:12px; padding:5px 0 2px 3px; }
372
+ .sorter .view-mode { float:left; margin:0; }
373
+ .sorter .view-mode strong{color:#f0067f; text-decoration:underline; font-weight:normal;}
374
+ .sorter .view-mode a{text-decoration:none; color:#616161;}
375
+ .sorter .view-mode a:hover{text-decoration:underline;}
376
+ .sorter .sort-by { float:right; padding-right:4px; }
377
+ .sorter .sort-by label { vertical-align:middle; }
378
+ .sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
379
+ .sorter .link-feed {}
380
+ .sort-by a{padding-left:5px;}
381
+ /* Toolbar */
382
+ .toolbar {border:1px solid #e2e2e2; margin:0 0 11px; padding:3px 14px 0; background:#fff;}
383
+ .toolbar .pager { padding:3px 0 3px 4px; background:url(../images/bkg_divider1.gif) 0 100% repeat-x; }
384
+
385
+ /* Data Table */
386
+ .data-table { width:100%; border:1px solid #d7d7d7; }
387
+ .data-table .odd { background:#fff; }
388
+ .data-table .even { background:#fff; }
389
+ .data-table th { padding:3px 8px; font-weight:bold; }
390
+ .data-table td { padding:3px 8px; }
391
+
392
+ .data-table thead th { font-weight:bold; border-right:1px solid #d7d7d7; border-bottom:1px solid #dcdddf; padding:2px 8px; color:#545454; white-space:nowrap; vertical-align:middle; }
393
+ .data-table thead th.wrap { white-space:normal; }
394
+ .data-table thead th a,
395
+ .data-table thead th a:hover { color:#fff; }
396
+ .data-table thead th { background:url(../images/bkg_th.gif) repeat-x 0 0 #f9f9f6; }
397
+ .data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }
398
+
399
+ .data-table tfoot { border-bottom:1px solid #d7d7d7; }
400
+ .data-table tfoot tr td { background:url(../images/bkg_th.gif) repeat-x 0 0 #f9f9f6; }
401
+ .data-table tfoot tr { background-color:#dee5e8 !important; }
402
+ .data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d7d7d7; }
403
+ .data-table tfoot strong { font-size:15px; font-weight:normal;}
404
+ .data-table tfoot strong .price{font-size:17px; font-weight:bold; color:#383838;}
405
+ .data-table tbody th,
406
+ .data-table tbody td { border-bottom:1px solid #dddfdf; border-right:1px solid #d7d7d7; }
407
+ /* Bundle products tables */
408
+ .data-table tbody.odd tr td,
409
+ .data-table tbody.even tr td { border-bottom:0; }
410
+ .data-table tbody.odd tr.border td,
411
+ .data-table tbody.even tr.border td { border-bottom:1px solid #e8e9e8; }
412
+
413
+ .data-table tbody td .option-label { font-weight:bold; font-style:normal; color: #5F6162;}
414
+ .data-table tbody td .option-value { padding-left:10px; }
415
+
416
+ /* Generic Info Box */
417
+ .info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
418
+ .info-box h2 { font-weight:bold; font-size:13px; }
419
+
420
+ .info-table th { font-weight:bold; padding:2px 15px 2px 0; }
421
+ .info-table td { padding:2px 0; }
422
+
423
+ /* Shopping cart total summary row expandable to details */
424
+ tr.summary-total { cursor:pointer; }
425
+ tr.summary-total td {}
426
+ 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; }
427
+ tr.show-details .summary-collapse { background-position:0 -52px; }
428
+ tr.show-details td {}
429
+ tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
430
+ tr.summary-details-first td { border-top:1px solid #d2d8db; }
431
+ tr.summary-details-excluded { font-style:italic; }
432
+
433
+ /* Shopping cart tax info */
434
+ .cart-tax-info { display:block; }
435
+ .cart-tax-info,
436
+ .cart-tax-info .cart-price { padding-right:20px; }
437
+ .cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
438
+ .cart-tax-info .price,
439
+ .cart-tax-total .price { display:inline !important; font-weight:normal !important; }
440
+ .cart-tax-total-expanded { background-position:100% -52px; }
441
+
442
+ /* Class: std - styles for admin-controlled content */
443
+ .std .subtitle { padding:0; }
444
+ .std ol.ol { list-style:decimal outside; padding-left:1.5em; }
445
+ .std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
446
+ .std dl dt { font-weight:bold; padding-bottom:10px;}
447
+ .std dl dd { margin:0 0 20px; }
448
+ /*.std ul,
449
+ .std ol,
450
+ .std dl,
451
+ .std p,
452
+ .std address,
453
+ .std blockquote { margin:0 0 1em; padding:0; }
454
+ .std ul { list-style:disc outside; padding-left:1.5em; }
455
+ .std ol { list-style:decimal outside; padding-left:1.5em; }
456
+ .std ul ul { list-style-type:circle; }
457
+ .std ul ul,
458
+ .std ol ol,
459
+ .std ul ol,
460
+ .std ol ul { margin:.5em 0; }
461
+ .std dt { font-weight:bold; }
462
+ .std dd { padding:0 0 0 1.5em; }
463
+ .std blockquote { font-style:italic; padding:0 0 0 1.5em; }
464
+ .std address { font-style:normal; }
465
+ .std b,
466
+ .std strong { font-weight:bold; }
467
+ .std i,
468
+ .std em { font-style:italic; }*/
469
+
470
+ /* Misc */
471
+ .links li { display:inline; }
472
+ .links li.first { padding-left:0 !important; }
473
+ .links li.last { background:none !important; padding-right:0 !important; }
474
+
475
+ .link-cart { font-weight:bold; }
476
+ .link-wishlist { color:#f0067f !important; font-weight:normal; text-decoration:none;}
477
+ .link-reorder { font-weight:bold; }
478
+ .link-compare { font-weight:normal; color:#5f5f5f;text-decoration:none;}
479
+ .link-wishlist:hover,.link-compare:hover{text-decoration:underline;}
480
+ .link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; }
481
+ .link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
482
+ .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; }
483
+ .btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
484
+
485
+ .separator { margin:0 3px; }
486
+
487
+ .divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }
488
+
489
+ /* Noscript Notice */
490
+ .noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
491
+ .noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
492
+ .noscript p { margin:0; }
493
+
494
+ /* Demo Notice */
495
+ .demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
496
+ /* ======================================================================================= */
497
+
498
+
499
+ /* Header ================================================================================ */
500
+ .logo { float:left; }
501
+ .header-container { }
502
+ .header { width:939px; margin:0 auto; padding:9px 0 8px; text-align:right; position:relative; z-index:10; }
503
+ .header .logo { float:left; margin:18px 0 0 0; text-decoration:none !important; }
504
+ .header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
505
+ .header h1.logo { margin:0; }
506
+ .header .quick-access { float:right; width:580px; padding:0; }
507
+ .header .welcome-msg { margin:0 0 17px; color:#f00880; text-align:right; font-size:13px; font-weight:bold;}
508
+ .header .form-search { position:absolute; top:0; right:29px; width:315px; height:30px; background:url(../images/bkg_form-search.gif) 0 0 no-repeat; padding:1px 0 0 16px; }
509
+ .header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
510
+ .header .form-search input.input-text { float:left; border-color:#5c7989; width:209px; margin-right:4px; }
511
+ .header .form-search button.button { float:left; }
512
+
513
+ .menu_search{width:929px; margin:0 auto; padding:0 10px 0 0; background:url(../images/nav_bg.gif) 0 0 no-repeat; height:57px;position:relative;z-index:999;}
514
+ .menu_search .form-search{float:right; margin:10px 0 0; width:186px; height:27px; background:url(../images/bkg_form-search.gif) 0 0 no-repeat; padding:0 5px 0 11px; position:relative;}
515
+ .menu_search .form-search label{display:none;}
516
+ .menu_search .form-search input.input-text{border:0; background:0; padding:0; float:left; width:162px; margin-top:6px; color:#929292;}
517
+ .menu_search .form-search button.button{float:right; margin-top:4px;}
518
+ .menu_search .form-search button.button span{background:none;padding:0;width:20px;height:17px;border:0;}
519
+ .menu_search .form-search button.button span span{display:none;}
520
+
521
+
522
+ .header .form-search button.button span { border:0; height:21px; background:url(../images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
523
+ .header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
524
+ .menu_search .form-search .search-autocomplete { z-index:999; left:0px !important; top:23px !important; width: 202px !important;}
525
+ .menu_search .form-search .search-autocomplete ul { background-color:#fff; }
526
+ .menu_search .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #e2e2e2; padding: 2px 13px 2px; cursor:pointer; color: #929292; font: 12px/15px Arial,Helvetica,sans-serif;}
527
+ .menu_search .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
528
+ .menu_search .form-search .search-autocomplete li.last{border:0;}
529
+ .menu_search .form-search .search-autocomplete li.selected { background-color:#EDF7FD; }
530
+ .header .form-language { clear:both; padding:0; text-align:right; font-family:Tahoma,Geneva,Kalimati,sans-serif; margin:0 0 19px;}
531
+ .header .form-language label { font-weight:normal; padding-right:5px; color:#545454; vertical-align:middle; font-size:11px;}
532
+ .header .form-language select { padding:0; font-family:Tahoma,Geneva,Kalimati,sans-serif;}
533
+ .header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
534
+ .header .links { float:right; padding:0 0 6px;}
535
+ .header .links li { float:left; font-size:12px; background:url(../images/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 20px 0 19px;}
536
+ .header .links a { color:#8a8a8a; text-decoration:none;}
537
+ .header .links a:hover{text-decoration:underline;}
538
+ .header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
539
+ .header-container .top-container a { font-size:11px; color:#8a8a8a; }
540
+
541
+ /********** < Navigation */
542
+ .nav-container {float:left; width:727px; }
543
+ #nav { width:727px; margin:0 auto; padding:0; font-size:12px; }
544
+ .nav_first_bg{position:absolute; background:url(../images/nav_li_first.gif) 0 0 no-repeat;width:6px;height:6px;overflow:hidden; top:0; left:0; z-index:998;}
545
+ /* All Levels */ /* Style consistent throughout all nav levels */
546
+ #nav li { position:relative; text-align:left; height:48px; background:url(../images/nav_li_bg.gif) 100% 0 no-repeat; padding:0 2px 0 1px;}
547
+ #nav li.first{padding-left:0;}
548
+ #nav li.over { z-index:997; }
549
+ #nav a,
550
+ #nav a:hover { display:block; text-decoration:none; }
551
+ #nav span { display:block; cursor:pointer; white-space:nowrap; }
552
+ #nav li ul span {white-space:normal; }
553
+
554
+ /* 0 Level */
555
+ #nav li { float:left; }
556
+ #nav li.active a { color:#f8f8f8; background:url(../images/nav_li_hover.gif) 50% 0 no-repeat;}
557
+ #nav a { float:left; padding:0 25px; height:48px; line-height:48px; color:#f8f8f8; font-weight:bold; text-transform:uppercase; position:relative; z-index:997;}
558
+ #nav li ul li a{z-index:999;}
559
+ #nav li.over a,
560
+ #nav a:hover { color:#f8f8f8; background:url(../images/nav_li_hover.gif) 50% 0 no-repeat;}
561
+
562
+ /* 1st Level */
563
+ #nav ul li,
564
+ #nav ul li.active { float:none; margin:0; padding:1px 0; background:none; border-bottom:1px solid #efefef; float:none}
565
+ #nav ul li.last { border-bottom:0;}
566
+
567
+ #nav ul li a { font-weight:normal !important; }
568
+
569
+ /* 2nd Level */
570
+ #nav ul,
571
+ #nav div { position:absolute; width:124px; top:48px; left:-10000px; border:1px solid #e3e3e3; padding:0 3px; background:#fff; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px;}
572
+ #nav div ul { position:static; width:auto; border:none; }
573
+ #nav ul ul{-moz-border-radius: 0 5px 5px 5px; -webkit-border-radius: 0 5px 5px 5px; border-radius: 0 5px 5px 5px;}
574
+ /* 3rd+ Level */
575
+ #nav ul ul,
576
+ #nav ul div { top:-1px; }
577
+ #nav ul li{height:24px;}
578
+ #nav ul li a { font-size:11px;background:#fff !important; color:#999 !important; height:24px; line-height:24px; padding:0 0 0 23px; display:block; float:none;}
579
+ #nav ul li a:hover { background:#f62a94 url(../images/nav_sub_a_hover.gif) 17px 10px no-repeat !important; }
580
+ #nav ul li a:hover { color:#fff !important; }
581
+ #nav ul span,
582
+ #nav ul li.last li span { padding:0; }
583
+
584
+ /* Show menu */
585
+ #nav li ul.shown-sub,
586
+ #nav li div.shown-sub { left:0; z-index:999; }
587
+ #nav li .shown-sub ul.shown-sub,
588
+ #nav li .shown-sub li div.shown-sub { left:127px; }
589
+ /********** Navigation > */
590
+ /* ======================================================================================= */
591
+
592
+
593
+ /* Sidebar =============================================================================== */
594
+ .block { margin:0 0 8px; }
595
+ .block .block-title { background:url(../images/block_head_bg.gif) 0 0 no-repeat; padding:0 0 0 15px; }
596
+ .block .block-title strong { display:block; font:bold 12px/36px Arial, Helvetica, sans-serif; padding:0; text-transform:uppercase; color:#fff; background:url(../images/block_head_bg.gif) 100% 0 no-repeat;}
597
+ .block .block-title strong span {}
598
+ .block .block-title a { text-decoration:none !important; }
599
+ .block .block-subtitle { margin:0; padding:5px 9px; font-size:13px; font-weight:bold; color:#505050; }
600
+ .block .block-content { background:url(../images/block_content_bg.gif) 0 100% no-repeat; padding:5px;}
601
+ .col-left .block .block-content { background:url(../images/block_content_bg2.gif) 0 100% no-repeat;}
602
+ .block .block-content li.item { padding:7px 9px; }
603
+ .block .block-content .product-name { color:#1e7ec8; }
604
+ .block .btn-remove,
605
+ .block .btn-edit { float:right; margin:1px 0 2px 5px; }
606
+ .block .actions {padding:6px 9px; text-align:right; }
607
+ .block .actions a { float:left; }
608
+ .block .actions button.button { float:right; }
609
+ .block .empty { margin:0; padding:12px 11px; line-height:18px;}
610
+
611
+ /*.block li.odd { background-color:#f4f3f3; }
612
+ .block li.even { background-color:#fafafa; }*/
613
+
614
+ .block-poll .block-title,
615
+ .block-tags .block-title,
616
+ .opc-block-progress .block-title,
617
+ .block-poll .block-title strong,
618
+ .block-tags .block-title strong,
619
+ .opc-block-progress .block-title strong{
620
+ background-image:url(../images/block_head_bg2.gif);
621
+ color:#474d52;
622
+ }
623
+
624
+ /* Mini Blocks */
625
+ .block-cart,
626
+ .block-wishlist,
627
+ .block-subscribe,
628
+ .block-compare,
629
+ .block-reorder,
630
+ .block-poll,
631
+ .block-viewed,
632
+ .block-compared,
633
+ .block-related,
634
+ .block-tags,
635
+ .block-login { font-size:12px; line-height:1.25; }
636
+
637
+ /* Mini Products List */
638
+ .mini-products-list .product-image { float:left; width:50px; border:1px solid #e2e2e2; padding:1px;}
639
+ .mini-products-list .product-details { margin-left:60px; }
640
+
641
+ /* Block: Account */
642
+ .block-account .block-title strong { font-size:13px; color:#fff; }
643
+ .block-account .block-content { padding:7px 10px 7px; }
644
+ .block-account .block-content li a { display:block; background:url(../images/bkg_divider1.gif) repeat-x 0 100%; padding:4px 6px 6px; color:#5f5d5c; text-decoration:none !important; }
645
+ .block-account .block-content li a:hover { color:#f00880; }
646
+ .block-account .block-content li.last a { border-bottom:0; }
647
+ .block-account .block-content li.current { background:url(../images/bkg_divider1.gif) repeat-x 0 100%; padding:4px 6px 6px; color:#f00880; }
648
+ .block-account .block-content li.current strong{font-weight:normal;}
649
+ .block-account .block-content li.last a,
650
+ .block-account .block-content li.last{ background:none;}
651
+
652
+ /* Block: Currency Switcher */
653
+ .block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(../images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
654
+ .block-currency .block-content select { width:100%; padding:0; }
655
+
656
+ /* Block: Layered Navigation */
657
+ .block-layered-nav { border:0; }
658
+ .block-layered-nav .block-subtitle { line-height:1.35; padding:13px 10px 11px; color:#676767; }
659
+ .block-layered-nav dt{ padding:3px 11px; font-weight:normal; border:1px solid #e2e2e2; margin:0 11px 5px; color:#f00880;}
660
+ .block-layered-nav dd { padding:0 21px 7px;}
661
+ .block-layered-nav dd a{color:#626262; text-decoration:none;}
662
+ .block-layered-nav dd a:hover{text-decoration:underline;}
663
+ .block-layered-nav dd li{color:#626262; line-height:20px;}
664
+ .block-layered-nav dd.last { background:none; }
665
+ .block-layered-nav .currently li { padding:4px 6px 4px 10px; }
666
+ .block-layered-nav .currently .label { font-weight:bold; text-transform:uppercase; }
667
+ .block-layered-nav .currently .btn-remove { margin:3px 0 0; }
668
+ .block-layered-nav .actions { font-size:12px; padding:4px 9px; text-align:right; }
669
+ .block-layered-nav .actions a { float:none; color:#f00880;}
670
+
671
+ /* Block: Cart */
672
+ .block-cart .block-title { /*border-bottom:0;*/ }
673
+ .block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
674
+ .block-cart .amount { margin:0; }
675
+ .block-cart .amount a { font-weight:bold; }
676
+ .block-cart .subtotal { margin:5px 0 0; padding:2px 0; text-align:center; }
677
+ .block-cart .subtotal .price { font-weight:bold; }
678
+ .block-cart .actions { border-bottom:1px solid #efefef; }
679
+ .block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
680
+ .block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }
681
+
682
+ /* Block: Wishlist */
683
+ .block-wishlist .actions { text-align:right; }
684
+ .block-wishlist .actions a { float:none; }
685
+
686
+ /* Block: Related */
687
+ .block-related input.checkbox { float:left; }
688
+ .block-related .product { margin-left:20px; }
689
+
690
+ /* Block: Compare Products */
691
+ .page-popup .link-print { padding:2px 0; font-weight:bold; }
692
+ .compare-table { border:0; }
693
+ .compare-table thead tr.first th,
694
+ .compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
695
+ .compare-table .btn-remove { float:right; background-image:url(../images/btn_remove2.gif); width:72px; height:15px; }
696
+ .compare-table tbody th { }
697
+ .compare-table tbody th,
698
+ .compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
699
+ .compare-table tbody td.last { border-right:1px solid #ccc; }
700
+ .compare-table tbody tr.last th,
701
+ .compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
702
+ .compare-table tr.add-to-row td { text-align:center; }
703
+ .compare-table tr.first td { text-align:center; }
704
+ .compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
705
+ .compare-table tr.first td .product-name a {}
706
+ .compare-table tr.first td .ratings { width:69px; margin:0 auto; }
707
+ .compare-table tr.first td p,
708
+ .compare-table tr.add-to-row td p { margin:0; }
709
+
710
+ /* Block: Poll */
711
+ .block-poll label { color:#777; font-weight:normal;color:#545454; font-size:13px;}
712
+ .block-poll input.radio { float:left; margin:1px -18px 0 0; }
713
+ .block-poll .label { display:block; margin-left:18px; }
714
+ .block-poll li { padding:3px 9px; }
715
+ .block-poll .actions { margin:5px 0 0; }
716
+ .block-poll .answer { font-weight:bold; }
717
+ .block-poll .votes { float:right; margin-left:10px; }
718
+
719
+ /* Block: Tags */
720
+ .block-tags .block-content ul { font-size:12px; padding:10px; background:none; border:0;}
721
+ .block-tags .block-content li { display:inline; padding-right:4px; }
722
+ .block-tags .block-content a { color:#505050; }
723
+ .block-tags .actions { text-align:left; padding-bottom:15px; }
724
+ .block-tags .actions a { float:none; color:#f0067f; text-decoration:none;}
725
+ .block-tags .actions a:hover{text-decoration:underline;}
726
+
727
+ /* Block: Subscribe */
728
+ .block-subscribe .block-content { padding:5px 10px; }
729
+ .block-subscribe label { font-weight:normal; color:#575757; display:block; padding-bottom:8px;}
730
+ .block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
731
+ .block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
732
+ .block-subscribe .actions button.button { float:none; }
733
+ .block-subscribe .block-title{
734
+ background:url(../images/block_subscribe_bg.gif) 0 0 no-repeat;
735
+ height:51px;
736
+ margin-bottom: -23px;
737
+ }
738
+ .block-subscribe .block-title strong{
739
+ background:url(../images/block_subscribe_bg.gif) 100% 0 no-repeat;
740
+ color:#474d52;
741
+ }
742
+ .block-subscribe .block-content{background:none; padding-left:16px;}
743
+ .block-subscribe{
744
+ background:url(../images/block_subscribe_bg.gif) 0 100% no-repeat;
745
+ }
746
+ .block-subscribe .input-box{float:left; width:173px;}
747
+ .block-subscribe .actions{float:left;margin-top: 4px; padding-left: 8px;}
748
+ .block-subscribe .actions button.button span{padding:0; width:27px; height:11px; background:url(../images/subsc_button.gif) 0 0 no-repeat;}
749
+ .block-subscribe .actions button.button span span{display:none;}
750
+
751
+
752
+ /* Block: Reorder */
753
+ .block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
754
+ .block-reorder .product-name { margin-left:20px; }
755
+ .block-reorder .validation-advice { margin:3px 9px 7px; }
756
+
757
+ /* Block: Banner */
758
+ .block-banner { border:0; }
759
+ .block-banner .block-content { padding:0; text-align:center; background:none !important;}
760
+
761
+ /* Block: Login */
762
+ .block-login .block-content { padding:5px 10px; }
763
+ .block-login label { font-weight:bold; color:#666; }
764
+ .block-login input.input-text { display:block; width:167px; margin:3px 0; }
765
+ .block-login .actions { background:none; padding:0; margin:3px 0 0; }
766
+
767
+ /* Paypal */
768
+ .sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
769
+ .sidebar .paypal-logo a { float:none; }
770
+ /* ======================================================================================= */
771
+
772
+
773
+ /* Category Page ========================================================================= */
774
+ .category-title { border:0; margin:0 0 7px; }
775
+ .category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
776
+ .category-image img {max-width:100%; }
777
+ .category-description { margin:0 0 10px; }
778
+ .category-products {}
779
+
780
+ .new_products .subtitle{background:url(../images/new_products_bg.gif) 0 0 no-repeat; color:#f0067f; font-size:18px; line-height:20px; padding:10px 0 0 21px; height:31px; margin:0 0 11px; }
781
+
782
+ /* View Type: Grid */
783
+ .products-grid { position:relative; margin:0 0 9px;}
784
+ .products-grid li.item { float:left; width:218px; padding:12px 0 0 0; background:url(../images/products_grid_bg.gif) 0 0 no-repeat; margin-right:9px;}
785
+ .new_products .products-grid li.item{margin-right:13px;}
786
+ .new_products .products-grid li.last{margin-right:0;}
787
+ .products-grid li.item .grid-item-bg{background:url(../images/products_grid_bg.gif) 0 100% no-repeat; padding:0 9px 15px 22px;}
788
+ .products-grid li.last{margin:0;}
789
+ .products-grid .product-image { display:block; text-align:center;height:120px; margin:0; padding-right:13px;}
790
+ .products-grid .product-name { height:40px; line-height:20px; overflow:hidden; margin:0 0 10px; font-weight:bold; font-size:13px; color:#595959; }
791
+ .products-grid .product-name a{ color:#595959; text-decoration:none;}
792
+ .products-grid .product-name a:hover{ text-decoration:underline;}
793
+ .products-grid .price-box { margin:3px 0 0; float:left; width:100px;}
794
+ .products-grid .actions{float:right;width:83px;}
795
+ .products-grid .price-box .minimal-price{position:relative;margin-top:-10px;line-height:18px;}
796
+ .products-grid .price-box .minimal-price .price{font-size:18px;}
797
+ .products-grid .availability { line-height:21px; }
798
+ .products-grid .price_cart{border-top:1px solid #efefef;position:relative;margin:5px -9px 0 -22px; padding:11px 9px 0 22px; height:30px; overflow:hidden;}
799
+
800
+ /* View Type: List */
801
+
802
+ .products-list li.item { padding:0 0 0 10px; background:url(../images/product_list_bg.gif) 0 0 no-repeat; margin:0 0 10px;}
803
+ .products-list li.item .list-item-bg{padding:12px 10px 12px 0;background:url(../images/product_list_bg.gif) 100% 0 no-repeat; height:166px;overflow:hidden;}
804
+ .products-list .product-image { float:left; width:135px; height:135px; margin:0; padding-top: 15px;}
805
+ .products-list .product-shop { margin-left:150px; }
806
+ .products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#595959; height:36px; overflow:hidden; line-height:18px;}
807
+ .products-list .product-name a { color:#595959; text-decoration:none;}
808
+ .products-list .product-name a:hover{text-decoration:underline;}
809
+ .products-list .price-box { float:left; margin:5px 13px 5px 0; }
810
+ .products-list li.item .price-from{position:relative; margin-top:-10px;}
811
+ .products-list .availability { float:left; margin:3px 0 0; }
812
+ .products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; overflow:hidden; height:50px;}
813
+ .products-list .desc .link-more { font-size:11px; }
814
+ .products-list .add-to-links { clear:both; }
815
+ .products-list .add-to-links li { display:inline; }
816
+ .products-list .add-to-links .separator { display:inline; margin:0 12px; }
817
+ /* ======================================================================================= */
818
+
819
+
820
+ /* Product View ========================================================================== */
821
+ /* Rating */
822
+ .no-rating { margin:0; }
823
+
824
+ .ratings { font-size:11px; line-height:1.25; margin:7px 0; }
825
+ .ratings strong { float:left; margin:1px 3px 0 0; }
826
+ .ratings .rating-links { margin:0; }
827
+ .ratings .rating-links .separator { margin:0 2px; }
828
+ .ratings dt {}
829
+ .ratings dd {}
830
+ .rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
831
+ .rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
832
+ .ratings .rating-box { float:left; margin-right:3px; }
833
+ .ratings .amount {}
834
+
835
+ .ratings-table th,
836
+ .ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
837
+ .ratings-table th { font-weight:bold; padding-right:8px; }
838
+
839
+ /* Availability */
840
+ .availability { margin:0; }
841
+ .availability span { font-weight:bold; }
842
+ .availability.in-stock span {}
843
+ .availability.out-of-stock span {}
844
+
845
+ .availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
846
+ .availability-only span,
847
+ .availability-only a { border-bottom:1px dashed #751d02; color:#000; }
848
+ .availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
849
+ .availability-only .expanded { background-position:100% -15px; }
850
+ .availability-only strong { color:#be2c00; }
851
+
852
+ .availability-only-details { margin:0 0 7px; }
853
+ .availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
854
+ .availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
855
+ .availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }
856
+
857
+ .product-view .product-shop .availability { font-size:11px; }
858
+ .product-view .product-shop .availability span { font-weight:normal; }
859
+
860
+ /* Email to a Friend */
861
+ .email-friend { margin:0; }
862
+
863
+ /* Alerts */
864
+ .alert-price { margin:0; font-size:11px; }
865
+ .alert-stock { margin:0; font-size:11px; }
866
+
867
+ /********** < Product Prices */
868
+ .price { white-space:nowrap !important; }
869
+
870
+ .price-box { margin:5px 0; line-height:20px;}
871
+ .price-box .price { font-weight:bold; color:#383838;}
872
+
873
+ /* Regular price */
874
+ .regular-price { color:#383838;}
875
+ .regular-price .price { font-weight:bold; font-size:13px; color:#383838; font-size:18px;}
876
+ .block .regular-price,
877
+ .block .regular-price .price { color:#2f2f2f; }
878
+
879
+ /* Old price */
880
+ .old-price { margin:0; }
881
+ .old-price .price-label { white-space:nowrap; color:#999; }
882
+ .old-price .price { font-weight:bold; color:#383838; text-decoration:line-through; }
883
+
884
+ /* Special price */
885
+ .special-price { margin:0; padding:3px 0; }
886
+ .special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
887
+ .special-price .price { font-size:13px; font-weight:bold; color:#383838; }
888
+
889
+ /* Minimal price (as low as) */
890
+ .minimal-price { margin:0; }
891
+ .minimal-price .price-label { font-weight:bold; white-space:nowrap; }
892
+
893
+ .minimal-price-link { display:none; }
894
+ .minimal-price-link .label {color:#1e7ec8;}
895
+ .minimal-price-link .price { font-weight:normal; color:#1e7ec8; }
896
+
897
+ /* Excluding tax */
898
+ .price-excluding-tax { display:block; color:#999; }
899
+ .price-excluding-tax .label { white-space:nowrap; color:#999; }
900
+ .price-excluding-tax .price { font-size:13px; font-weight:normal; color:#383838; }
901
+
902
+ /* Including tax */
903
+ .price-including-tax { display:block; color:#999; }
904
+ .price-including-tax .label { white-space:nowrap; color:#999; }
905
+ .price-including-tax .price { font-size:13px; font-weight:bold; color:#383838; }
906
+
907
+ /* FPT */
908
+ .weee { display:block; font-size:11px; color:#444; }
909
+ .weee .price { font-size:11px; font-weight:normal; }
910
+
911
+ /* Excl tax (for order tables) */
912
+ .price-excl-tax { display:block; }
913
+ .price-excl-tax .label { display:block; white-space:nowrap; }
914
+ .price-excl-tax .price { display:block; }
915
+
916
+ /* Incl tax (for order tables) */
917
+ .price-incl-tax { display:block; }
918
+ .price-incl-tax .label { display:block; white-space:nowrap; }
919
+ .price-incl-tax .price { display:block; font-weight:bold; }
920
+
921
+ /* Price range */
922
+ .price-from { margin:0; }
923
+ .price-from .price-label { font-weight:bold; white-space:nowrap; }
924
+
925
+ .price-to { margin:0; }
926
+ .price-to .price-label { font-weight:bold; white-space:nowrap; }
927
+
928
+ .products-grid li.item .price-from,
929
+ .products-grid li.item .price-to{line-height:13px;}
930
+ /* Price notice next to the options */
931
+ .price-notice { padding-left:10px; color:#999; }
932
+ .price-notice .price { font-weight:bold; color:#2f2f2f; }
933
+
934
+ /* Price as configured */
935
+ .price-as-configured { margin:0; }
936
+ .price-as-configured .price-label { font-weight:bold; white-space:nowrap; }
937
+
938
+ .price-box-bundle { padding:0 0 10px 0; }
939
+ .price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
940
+ .price-box-bundle .price { color:#555; }
941
+ /********** Product Prices > */
942
+
943
+ /* Tier Prices */
944
+ .product-pricing,
945
+ .tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
946
+ .tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
947
+ .tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
948
+ .tier-prices .price { font-weight:bold; color:#2f2f2f; }
949
+
950
+ .tier-prices-grouped li { padding:2px 0; color:#e26703; }
951
+ .tier-prices-grouped li .price { font-weight:bold; }
952
+
953
+ /* Add to Links */
954
+ .add-to-links { font-size:11px; margin:5px 0 0; }
955
+ .add-to-links .separator { display:none; }
956
+
957
+ .products-grid .add-to-links .separator { display:inline; margin: 0 13px;}
958
+ .products-grid li.item .add-to-links{text-align:left;}
959
+ .products-grid li.item .add-to-links li{display:inline;}
960
+
961
+ /* Add to Cart */
962
+ .add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
963
+ .add-to-cart .qty { float:left; margin-right:5px; }
964
+ .add-to-cart button.button { float:left; }
965
+ .add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
966
+ .add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
967
+ .product-view .add-to-cart .paypal-logo { margin:0; }
968
+
969
+ /* Add to Links + Add to Cart */
970
+ .add-to-box { margin:10px 0; }
971
+ .add-to-box .add-to-cart { float:left; }
972
+ .add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
973
+ .add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
974
+ .add-to-box .add-to-links li { display:block !important; }
975
+ .add-to-box .add-to-links li .separator { display:none !important; }
976
+
977
+
978
+ .product-view { }
979
+
980
+ .product-essential { margin-bottom:25px; }
981
+ .product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; margin:0 0 15px;}
982
+
983
+ .product-collateral h2 { font-weight:bold; font-size:15px; padding:0 0 1px; margin:0 0 15px; }
984
+ .product-collateral .box-collateral { margin:0 0 25px; }
985
+
986
+ /* Product Images */
987
+ .product-view .product-img-box { float:left; width:213px; }
988
+ .col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
989
+ .product-view .product-img-box .product-image { margin:0; border: 1px solid #D7D7D7;}
990
+ .product-view .product-img-box .product-image-zoom { position:relative; width:211px; height:211px; overflow:hidden; z-index:9;}
991
+ .product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; margin:1px;}
992
+ .product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; display:none;}
993
+ .product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 22px 0 23px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
994
+ .product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
995
+ .product-view .product-img-box .zoom #track { position:relative; height:18px; }
996
+ .product-view .product-img-box .zoom #handle { position:absolute; left:0; top:2px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat; }
997
+ .product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:0px; top:0; }
998
+ .product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:0px; top:0; }
999
+ .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;}
1000
+ .product-view .product-img-box .more-views ul { margin-left:-9px }
1001
+ .product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
1002
+ .product-view .product-img-box .more-views li a { float:left; width:63px; height:63px; border:1px solid #e1e1e1; overflow:hidden;}
1003
+
1004
+ .more-views{padding-top:4px;}
1005
+ .product-image-popup { margin:0 auto; }
1006
+ .product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
1007
+ .product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
1008
+ .product-image-popup .image { display:block; margin:10px 0; }
1009
+ .product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }
1010
+
1011
+ /* Product Shop */
1012
+ .product-view .product-shop { float:right; display:inline; width:444px; margin-right:6px;}
1013
+ .col1-layout .product-view .product-shop { float:right; width:545px; }
1014
+ .col3-layout .product-view .product-shop { float:none; width:auto; }
1015
+ .product-view .product-shop .product-name { margin:0 0 5px; }
1016
+ .product-view .product-shop .product-name h1 { margin:0; font:bold 13px/1.35 Arial, Helvetica, sans-serif; color:#f0067f;}
1017
+ .product-view .product-shop .availability { margin:10px 0; }
1018
+ .product-view .product-shop .short-description { margin:10px 0; padding:10px 0 0; }
1019
+ .product-view .product-shop .price-box { margin:10px 0; }
1020
+ .product-view .product-shop .add-to-links { margin:0; }
1021
+ .product-view .product-shop .add-to-links { font-size:11px; text-align:left; }
1022
+ .product-view .product-shop .add-to-links li,
1023
+ .product-view .product-shop .add-to-links li .separator { display:inline; }
1024
+ .product-view .product-shop .add-to-links li .separator {
1025
+ margin: 0 13px;
1026
+ }
1027
+ /*.product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }*/
1028
+ .product-view .product-shop .add-to-box .add-to-links{margin-left: 3px;}
1029
+ .product-view .product-shop .add-to-box .add-to-cart label,
1030
+ .product-view .product-shop .add-to-box .add-to-cart .qty{margin-top:5px;}
1031
+ .product-view .product-shop .add-to-box span.or{margin-top:4px;}
1032
+ /* Product Options */
1033
+ .product-options { margin:20px 0 0; padding:10px 15px 20px; background-color:#fff; border:1px solid #e2e2e2;}
1034
+ .product-options dt { padding:10px 0 0; font-weight:normal; }
1035
+ .product-options dt label { font-weight:bold; color:#545454; }
1036
+ .product-options dt label.required em { color:#eb340a; margin-left:5px; }
1037
+ .product-options dd .qty-holder { display:block; padding:10px 0 0; }
1038
+ .product-options dd .qty-holder label { vertical-align:middle; }
1039
+ .product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
1040
+ .product-options dd { padding:5px 10px 15px 0; margin:0 0 5px; border-bottom:1px solid #e2e2e2; }
1041
+ .product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
1042
+ .product-options dd input.input-text { width:98%; }
1043
+ .product-options dd input.datetime-picker { width:150px; }
1044
+ .product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
1045
+ .product-options dd textarea { width:98%; height:8em; }
1046
+ .product-options dd select { width:99%; }
1047
+ .product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
1048
+ .product-options ul.options-list { margin-right:5px; }
1049
+ .product-options ul.options-list li { line-height:1.5; padding:2px 0; }
1050
+ .product-options ul.options-list input.radio { float:left; margin-top:3px; }
1051
+ .product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
1052
+ .product-options ul.options-list .label { display:block; margin-left:18px; }
1053
+ .product-options ul.options-list label { font-weight:normal; }
1054
+ .product-options ul.validation-failed { padding:0 7px; }
1055
+ .product-options p.note { margin:0; font-size:11px; }
1056
+ .product-options p.required { position:absolute; right:20px; top:20px; color:#545454;}
1057
+
1058
+ .product-options-bottom { background-color:none; padding:15px 0 15px 20px; border:none;}
1059
+ .product-options-bottom .product-pricing,
1060
+ .product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
1061
+ .product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
1062
+ .product-options-bottom .tier-prices .price,
1063
+ .product-options-bottom .tier-prices .benefit { color:#e26703; }
1064
+ .product-options-bottom .price-box { float:left; margin:0; padding:0; }
1065
+ .col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
1066
+ .product-options-bottom .price-label { float:left; padding-right:5px; }
1067
+ .product-options-bottom .price-tax { float:left; }
1068
+ .product-options-bottom .add-to-cart { float:right; }
1069
+ .product-shop .product-options-bottom { margin:0 0 10px; }
1070
+ .product-shop .product-options-bottom .price-box { float:left; margin:5px 0 0; }
1071
+ .product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
1072
+ .product-shop .product-options-bottom .price-tax { float:none; }
1073
+ .product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
1074
+
1075
+ .product-options-bottom .add-to-cart label{margin-top:5px;}
1076
+ .product-options-bottom .add-to-cart .qty{margin-top:5px;}
1077
+ /* Grouped Product */
1078
+ .product-view .grouped-items-table .price-box { margin:0; padding:0; }
1079
+
1080
+ /* Block: Description */
1081
+ .product-view .box-description {}
1082
+
1083
+ /* Block: Additional */
1084
+ .product-view .box-additional .data-table th,
1085
+ .product-view .box-additional .data-table td { line-height:1.25; }
1086
+
1087
+ /* Block: Upsell */
1088
+ .product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0; }
1089
+ .product-view .box-up-sell .products-grid { width:100%; border:0; position:relative; margin-left:-14px;}
1090
+ .product-view .box-up-sell .products-grid td { width:25%; background:#fff; padding:15px 14px 12px; line-height:1.6em; text-align:center;}
1091
+ .product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
1092
+ .product-view .box-up-sell .products-grid td.last { border-right:0; }
1093
+ .product-view .box-up-sell .products-grid td img { }
1094
+ .product-view .box-up-sell .products-grid .product-image{ text-align:center; padding:0; margin:0 0 8px; }
1095
+ .product-view .box-up-sell .products-grid .product-image img{border:1px solid #e2e2e2; width:120px; padding:1px;height:120px;}
1096
+ .product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
1097
+ .product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
1098
+
1099
+ .product-view .box-up-sell .products-grid .price-box{
1100
+ float:none;
1101
+ width:auto;
1102
+ }
1103
+ .product-view .box-up-sell .products-grid .product-name{
1104
+ font-weight:normal;
1105
+ font-size:13px;
1106
+ height:32px;
1107
+ line-height:16px;
1108
+ margin:0 0 5px;
1109
+ }
1110
+ .product-view .box-up-sell .products-grid .product-name a{
1111
+ color:#3f3f3f;
1112
+ }
1113
+
1114
+ /* Block: Tags */
1115
+ .product-view .box-tags { margin:0; }
1116
+ .product-view .box-tags h3 { font-size:13px; }
1117
+ .product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
1118
+ .product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
1119
+ .product-view .box-tags .product-tags li.first { padding-left:0; }
1120
+ .product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
1121
+ .product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
1122
+ .product-view .box-tags .form-add .input-box { float:left; width:305px; margin:5px 5px 0 0; background:url(../images/i_tag_add.gif) 0 2px no-repeat; padding:0 0 0 23px; }
1123
+ .product-view .box-tags .form-add input.input-text { width:299px; }
1124
+
1125
+ .product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }
1126
+
1127
+ /* Block: Reviews */
1128
+ .product-view .box-reviews dl { margin:15px 0; }
1129
+ .product-view .box-reviews dt a,
1130
+ .product-view .box-reviews dt span { font-weight:bold; }
1131
+ .product-view .box-reviews dd { margin:0 0 15px; }
1132
+ .product-view .box-reviews dd small { font-style:italic; }
1133
+ .product-view .box-reviews .form-add { margin:15px 0 0; }
1134
+ .product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
1135
+ .product-view .box-reviews .form-add h3 span { font-weight:bold; }
1136
+ .product-view .box-reviews .form-add h4 { font-size:12px; }
1137
+ .product-view .box-reviews .form-add .data-table td { text-align:center; }
1138
+ .product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
1139
+ .product-view .box-reviews .form-add .form-list .input-box { width:360px; }
1140
+ .product-view .box-reviews .form-add .form-list input.input-text,
1141
+ .product-view .box-reviews .form-add .form-list textarea { width:354px; }
1142
+
1143
+ /* Send a Friend */
1144
+ .send-friend .form-list { width:615px; overflow:hidden; }
1145
+ .send-friend .form-list li { margin-right:-15px; }
1146
+ .send-friend .form-list li p { margin:0 15px 0 0; }
1147
+ .send-friend .form-list .field { width:315px; }
1148
+ .send-friend .form-list .input-box { width:300px; }
1149
+ .send-friend .form-list input.input-text,
1150
+ .send-friend .form-list textarea { width:294px; }
1151
+ .send-friend .form-list li.wide .input-box { width:612px; }
1152
+ .send-friend .form-list li.wide textarea { width:609px; }
1153
+ .send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
1154
+ /* ======================================================================================= */
1155
+
1156
+ /* Content Styles ================================================================= */
1157
+ .product-name { margin:0; font-size:1em; font-weight:normal; }
1158
+ .product-name a { color:#3f3f3f; text-decoration:none;}
1159
+ .product-name a:hover{text-decoration:underline;}
1160
+ .cart-table .product-name a{color:#f0067f;}
1161
+ /* Product Tags */
1162
+ .tags-list { display:block; font-size:13px; border:1px solid #e2e2e2; background:#fff; padding:10px; }
1163
+ .tags-list li { display:inline !important; margin:0 4px 0 0; }
1164
+ .tags-list li a { }
1165
+
1166
+ /* Advanced Search */
1167
+ .advanced-search .form-list label { width:160px; padding-right:10px; }
1168
+ .advanced-search .form-list .input-box,
1169
+ .advanced-search .form-list .input-range { float:left; clear:none; }
1170
+ .advanced-search-amount { margin:0 0 10px; }
1171
+ .advanced-search-summary { margin:10px 0; border:1px solid #E2E2E2; background:#fff; padding:10px; }
1172
+ .advanced-search-summary ul { float:left; width:49%; }
1173
+ .advanced-search-summary p { clear:both; font-weight:bold; margin:0; }
1174
+
1175
+ /* CMS Home Page */
1176
+ .cms-home .subtitle {}
1177
+ .cms-index-index .subtitle {}
1178
+
1179
+ /* Sitemap */
1180
+ .page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
1181
+ .page-sitemap .links a { text-decoration:none; position:relative; }
1182
+ .page-sitemap .links a:hover { text-decoration:underline; }
1183
+ .page-sitemap .sitemap { margin:12px; }
1184
+ .page-sitemap .sitemap li { margin:3px 0; }
1185
+ .page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
1186
+ .page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }
1187
+
1188
+ /* RSS */
1189
+ .rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
1190
+ .rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
1191
+ /* ======================================================================================= */
1192
+
1193
+
1194
+ /* Shopping Cart ========================================================================= */
1195
+ .cart .page-title { border-bottom:0; margin:0 0 12px; }
1196
+ .cart .page-title h1 { margin:0; }
1197
+
1198
+ /* Checkout Types */
1199
+ .cart .page-title .checkout-types li { margin:0 0 5px; }
1200
+ .cart .title-buttons .checkout-types { float:right; }
1201
+ .cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
1202
+ .cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
1203
+ .cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }
1204
+
1205
+ /* Shopping Cart Table */
1206
+ .cart-table thead th { padding:9px 17px 7px; }
1207
+ .cart-table tbody td { padding:14px 17px; }
1208
+ .cart-table .product-name { font-weight:bold; margin:0 0 15px; color:#2f2f2f; font-size:13px;}
1209
+ .cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
1210
+ .cart-table tfoot td { padding:5px 17px; }
1211
+ .cart-table .btn-continue { float:left; }
1212
+ .cart-table .product-image{display:block; padding:1px; border:1px solid #e1e1e1;}
1213
+
1214
+ /* Shopping Cart Collateral boxes */
1215
+ .cart .cart-collaterals { padding:19px 0 0; }
1216
+ .cart .cart-collaterals .col2-set { float:left; width:659px; }
1217
+ .cart .cart-collaterals .col2-set .col-1{width:335px;}
1218
+ .cart .cart-collaterals .col2-set .col-2 { width:302px; }
1219
+
1220
+ .cart .crosssell { padding:0; background:url(../images/cart_crossell.gif) 0 100% no-repeat; padding-bottom:5px;}
1221
+ .cart .crosssell h2 { font:bold 12px/36px Arial, Helvetica, sans-serif; color:#fffefe; text-transform:uppercase; background:url(../images/block_head_bg.gif) 0 0 no-repeat; padding-left:19px; margin:0;}
1222
+ .cart .crosssell .product-image { float:left; width:100px; height:100px; padding:1px; border:1px solid #e1e1e1;}
1223
+ .cart .crosssell .product-details { width:186px; float:left; display:inline; margin-left:9px;}
1224
+ .cart .crosssell .product-name { font-weight:bold; margin:0 0 5px;}
1225
+ .cart .crosssell li.item {padding:18px;}
1226
+ .cart .crosssell .link-compare { font-weight:normal; }
1227
+
1228
+ .cart .crosssell .product-details .price-box{
1229
+ float:left;
1230
+ }
1231
+ .cart .crosssell .product-details button.btn-cart{
1232
+ float:right;
1233
+ }
1234
+ .cart .crosssell .add-to-links li{display:inline;}
1235
+ .cart .crosssell .add-to-links .separator{display:inline; margin:0 10px;}
1236
+ /* Discount Codes & Estimate Shipping and Tax Boxes */
1237
+ .cart .discount,
1238
+ .cart .shipping { background:url(../images/cart_disc_ship_bg.gif) 0 100% no-repeat; padding:0 0 5px; margin:0 0 15px; }
1239
+ .cart .discount h2,
1240
+ .cart .shipping h2 { font:bold 12px/36px Arial, Helvetica, sans-serif; padding:0; color:#fffefe; text-transform:uppercase; padding-left:19px; margin:0; }
1241
+ .cart .shipping h2{color:#474d52;}
1242
+ .discount .discount-form{padding:9px 23px 14px 19px;}
1243
+ .shipping .shipping-form{padding:9px 23px 14px 19px;}
1244
+ .cart .discount h2{
1245
+ background:url(../images/block_head_bg.gif) 0 0 no-repeat;
1246
+ padding-left:19px;
1247
+ }
1248
+ .cart .discount h2 span{
1249
+ display:block;
1250
+ background:url(../images/block_head_bg.gif) 100% 0 no-repeat;
1251
+ }
1252
+ .cart .shipping h2{
1253
+ background:url(../images/block_head_bg2.gif) 0 0 no-repeat;
1254
+ padding-left:19px;
1255
+ }
1256
+ .cart .discount .buttons-set,
1257
+ .cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
1258
+ .cart .discount .buttons-set button.button,
1259
+ .cart .shipping .buttons-set button.button { float:none; margin-left:0; }
1260
+
1261
+ .cart .discount .input-box { margin:8px 0 0; width:260px; }
1262
+ .cart .discount input.input-text { width:254px; }
1263
+
1264
+ .cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(../images/bkg_divider1.gif) 0 0 repeat-x; }
1265
+
1266
+ /* Shopping Cart Totals */
1267
+ .cart .totals { float:right; width:258px; background:url(../images/cart_totals_bg.gif) 0 100% no-repeat; padding-bottom:10px;}
1268
+ .cart .totals-in{background:url(../images/cart_totals_bg.gif) 0 0 no-repeat; padding-top:7px;}
1269
+ .cart .totals table { width:100%; margin:7px 0 0; }
1270
+ .cart .totals td { padding:1px 15px 1px 7px; color:#545454;}
1271
+ .cart .totals tr.last td {}
1272
+ .cart .totals tfoot th { padding:5px 15px 5px 7px; }
1273
+ .cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
1274
+ .cart .totals tfoot th strong,
1275
+ .cart .totals tfoot td strong { font-size:15px; font-weight:normal;}
1276
+ .cart .totals tfoot td strong .price{font-weight:bold; color:#383838;}
1277
+ .cart .totals .checkout-types { font-size:13px; padding:0 15px; text-align:right; }
1278
+ .cart .totals .checkout-types li { clear:both; margin:10px 0; }
1279
+ .cart .totals .checkout-types li a{
1280
+ text-decoration:none;
1281
+ }
1282
+ .cart .totals .checkout-types li a:hover{
1283
+ text-decoration:underline;
1284
+ }
1285
+ /* Options Tool Tip */
1286
+ .item-options dt { font-weight:bold; font-style:normal;color:#5f6162; }
1287
+ .item-options dd { padding-left:10px; margin:0 0 6px; }
1288
+ .item-options dd {margin:0 0 10px; }
1289
+ .item-options dt{float:left;}
1290
+ .truncated { cursor:help; }
1291
+ .truncated a.dots { cursor:help; }
1292
+ .truncated a.details { cursor:help; }
1293
+ .truncated .truncated_full_value { position:relative; z-index:999; }
1294
+ .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; }
1295
+ .truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
1296
+ .truncated .show .item-options { top:-20px; left:50%; }
1297
+ .col-left .truncated .show .item-options { left:15px; top:7px; }
1298
+ .col-right .truncated .show .item-options { left:-240px; top:7px; }
1299
+ /* ======================================================================================= */
1300
+ /* Remember Me Popup ===================================================================== */
1301
+ .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; }
1302
+
1303
+ .remember-me label { float:none; margin:0 6px; }
1304
+ .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; }
1305
+ .remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
1306
+ .remember-me-popup .remember-me-popup-head { position:relative; }
1307
+ .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; }
1308
+ .remember-me-popup .remember-me-popup-body { padding:10px; }
1309
+ .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; }
1310
+ /* Remember Me Popup ===================================================================== */
1311
+
1312
+ /* MAP Popup============================================================================== */
1313
+ .cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
1314
+ .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; }
1315
+
1316
+ .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; }
1317
+ .map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
1318
+ .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; }
1319
+ .map-popup-arrow { background:url(../images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
1320
+ .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; }
1321
+ .map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
1322
+ .map-popup-checkout { display:inline; float:right; text-align: