irzoo_Onlineexclusivestore - Version 1.0.0

Version Notes

Online Exclusive store timeless design utilizes the purity of white hue to create an elegant and pristine backdrop of your online store

Download this release

Release Info

Developer Nitin Gupta
Extension irzoo_Onlineexclusivestore
Version 1.0.0
Comparing to
See all releases


Version 1.0.0

Files changed (221) hide show
  1. MC Online Exclusive Store Installation Guide 1.0.0.1.pdf +0 -0
  2. app/code/community/MC/Onlineexclusive/Helper/Data.php +8 -0
  3. app/code/community/MC/Onlineexclusive/Model/License.php +37 -0
  4. app/code/community/MC/Onlineexclusive/etc/adminhtml.xml +32 -0
  5. app/code/community/MC/Onlineexclusive/etc/config.xml +41 -0
  6. app/code/community/MC/Onlineexclusive/etc/system.xml +58 -0
  7. app/design/frontend/default/mc_exclusive/layout/catalog.xml +437 -0
  8. app/design/frontend/default/mc_exclusive/layout/catalogsearch.xml +142 -0
  9. app/design/frontend/default/mc_exclusive/layout/checkout.xml +436 -0
  10. app/design/frontend/default/mc_exclusive/layout/newsletter.xml +74 -0
  11. app/design/frontend/default/mc_exclusive/layout/page.xml +192 -0
  12. app/design/frontend/default/mc_exclusive/layout/tag.xml +127 -0
  13. app/design/frontend/default/mc_exclusive/locale/en_US/translate.csv +4 -0
  14. app/design/frontend/default/mc_exclusive/template/callouts/left_col.phtml +38 -0
  15. app/design/frontend/default/mc_exclusive/template/callouts/right_col.phtml +37 -0
  16. app/design/frontend/default/mc_exclusive/template/catalog/layer/view.phtml +56 -0
  17. app/design/frontend/default/mc_exclusive/template/catalog/navigation/left.phtml +60 -0
  18. app/design/frontend/default/mc_exclusive/template/catalog/navigation/sidebar.phtml +43 -0
  19. app/design/frontend/default/mc_exclusive/template/catalog/navigation/top.phtml +50 -0
  20. app/design/frontend/default/mc_exclusive/template/catalog/product/compare/sidebar.phtml +56 -0
  21. app/design/frontend/default/mc_exclusive/template/catalog/product/new.phtml +54 -0
  22. app/design/frontend/default/mc_exclusive/template/catalog/product/view.phtml +132 -0
  23. app/design/frontend/default/mc_exclusive/template/catalogsearch/form.mini.phtml +42 -0
  24. app/design/frontend/default/mc_exclusive/template/checkout/cart/header.cart.phtml +44 -0
  25. app/design/frontend/default/mc_exclusive/template/checkout/cart/sidebar.phtml +75 -0
  26. app/design/frontend/default/mc_exclusive/template/customer/account/navigation.phtml +46 -0
  27. app/design/frontend/default/mc_exclusive/template/directory/currency.phtml +49 -0
  28. app/design/frontend/default/mc_exclusive/template/page/1column.phtml +58 -0
  29. app/design/frontend/default/mc_exclusive/template/page/2columns-left.phtml +59 -0
  30. app/design/frontend/default/mc_exclusive/template/page/2columns-right.phtml +59 -0
  31. app/design/frontend/default/mc_exclusive/template/page/3columns.phtml +63 -0
  32. app/design/frontend/default/mc_exclusive/template/page/html/footer.phtml +55 -0
  33. app/design/frontend/default/mc_exclusive/template/page/html/header.phtml +55 -0
  34. app/design/frontend/default/mc_exclusive/template/page/html/mcconfig.phtml +31 -0
  35. app/design/frontend/default/mc_exclusive/template/poll/active.phtml +66 -0
  36. app/design/frontend/default/mc_exclusive/template/reports/product_viewed.phtml +44 -0
  37. app/design/frontend/default/mc_exclusive/template/sales/reorder/sidebar.phtml +77 -0
  38. app/design/frontend/default/mc_exclusive/template/tag/popular.phtml +41 -0
  39. app/design/frontend/default/mc_exclusive/template/wishlist/sidebar.phtml +61 -0
  40. app/design/frontend/default/mc_exclusive/template/wishlist/view.phtml +155 -0
  41. app/etc/modules/MC_Onlineexclusive.xml +9 -0
  42. media/mc_exclusive/01.jpg +0 -0
  43. media/mc_exclusive/02.jpg +0 -0
  44. media/mc_exclusive/banner-2.jpg +0 -0
  45. media/mc_exclusive/banner.jpg +0 -0
  46. media/mc_exclusive/laptop/banner-1.png +0 -0
  47. media/mc_exclusive/laptop/banner-2.png +0 -0
  48. package.xml +18 -0
  49. skin/frontend/default/mc_exclusive/css/custom.css +457 -0
  50. skin/frontend/default/mc_exclusive/css/styles-ie.css +159 -0
  51. skin/frontend/default/mc_exclusive/css/styles.css +1692 -0
  52. skin/frontend/default/mc_exclusive/favicon.ico +0 -0
  53. skin/frontend/default/mc_exclusive/images/a1.gif +0 -0
  54. skin/frontend/default/mc_exclusive/images/account_nav_on_bg.gif +0 -0
  55. skin/frontend/default/mc_exclusive/images/add.png +0 -0
  56. skin/frontend/default/mc_exclusive/images/anext.gif +0 -0
  57. skin/frontend/default/mc_exclusive/images/aplay.gif +0 -0
  58. skin/frontend/default/mc_exclusive/images/aprev.gif +0 -0
  59. skin/frontend/default/mc_exclusive/images/astop.gif +0 -0
  60. skin/frontend/default/mc_exclusive/images/bg-li2.gif +0 -0
  61. skin/frontend/default/mc_exclusive/images/bkg_block-actions.gif +0 -0
  62. skin/frontend/default/mc_exclusive/images/bkg_block-currency.gif +0 -0
  63. skin/frontend/default/mc_exclusive/images/bkg_block-layered-dd.gif +0 -0
  64. skin/frontend/default/mc_exclusive/images/bkg_block-layered-dt.gif +0 -0
  65. skin/frontend/default/mc_exclusive/images/bkg_block-layered-label.gif +0 -0
  66. skin/frontend/default/mc_exclusive/images/bkg_block-layered-li.gif +0 -0
  67. skin/frontend/default/mc_exclusive/images/bkg_block-layered-title.gif +0 -0
  68. skin/frontend/default/mc_exclusive/images/bkg_block-layered1.gif +0 -0
  69. skin/frontend/default/mc_exclusive/images/bkg_block-title-account.gif +0 -0
  70. skin/frontend/default/mc_exclusive/images/bkg_block-title.gif +0 -0
  71. skin/frontend/default/mc_exclusive/images/bkg_checkout.gif +0 -0
  72. skin/frontend/default/mc_exclusive/images/bkg_collapse-gm.gif +0 -0
  73. skin/frontend/default/mc_exclusive/images/bkg_collapse.gif +0 -0
  74. skin/frontend/default/mc_exclusive/images/bkg_divider1.gif +0 -0
  75. skin/frontend/default/mc_exclusive/images/bkg_grid.gif +0 -0
  76. skin/frontend/default/mc_exclusive/images/bkg_pipe1.gif +0 -0
  77. skin/frontend/default/mc_exclusive/images/bkg_pipe2.gif +0 -0
  78. skin/frontend/default/mc_exclusive/images/bkg_pipe3.gif +0 -0
  79. skin/frontend/default/mc_exclusive/images/bkg_products-grid3.gif +0 -0
  80. skin/frontend/default/mc_exclusive/images/bkg_rating.gif +0 -0
  81. skin/frontend/default/mc_exclusive/images/bkg_sp-methods.gif +0 -0
  82. skin/frontend/default/mc_exclusive/images/block-header.png +0 -0
  83. skin/frontend/default/mc_exclusive/images/blue_pipe.gif +0 -0
  84. skin/frontend/default/mc_exclusive/images/blue_pipe.png +0 -0
  85. skin/frontend/default/mc_exclusive/images/box-content-bg.gif +0 -0
  86. skin/frontend/default/mc_exclusive/images/box-header-bg.gif +0 -0
  87. skin/frontend/default/mc_exclusive/images/btn_button.png +0 -0
  88. skin/frontend/default/mc_exclusive/images/btn_button_hover.png +0 -0
  89. skin/frontend/default/mc_exclusive/images/btn_gm-close.gif +0 -0
  90. skin/frontend/default/mc_exclusive/images/btn_google_checkout.gif +0 -0
  91. skin/frontend/default/mc_exclusive/images/btn_paypal_checkout.gif +0 -0
  92. skin/frontend/default/mc_exclusive/images/btn_place_order.gif +0 -0
  93. skin/frontend/default/mc_exclusive/images/btn_proceed_to_checkout.gif +0 -0
  94. skin/frontend/default/mc_exclusive/images/btn_proceed_to_checkout.png +0 -0
  95. skin/frontend/default/mc_exclusive/images/btn_proceed_to_checkout_bg.gif +0 -0
  96. skin/frontend/default/mc_exclusive/images/btn_proceed_to_checkout_dis.gif +0 -0
  97. skin/frontend/default/mc_exclusive/images/btn_proceed_to_checkout_rad.gif +0 -0
  98. skin/frontend/default/mc_exclusive/images/btn_remove.gif +0 -0
  99. skin/frontend/default/mc_exclusive/images/btn_remove.png +0 -0
  100. skin/frontend/default/mc_exclusive/images/btn_remove2.gif +0 -0
  101. skin/frontend/default/mc_exclusive/images/btn_search.gif +0 -0
  102. skin/frontend/default/mc_exclusive/images/btn_trash.gif +0 -0
  103. skin/frontend/default/mc_exclusive/images/callout-1.jpg +0 -0
  104. skin/frontend/default/mc_exclusive/images/callout-2.jpg +0 -0
  105. skin/frontend/default/mc_exclusive/images/cart-toggle.gif +0 -0
  106. skin/frontend/default/mc_exclusive/images/check-out-btn-.png +0 -0
  107. skin/frontend/default/mc_exclusive/images/check-out-btn.png +0 -0
  108. skin/frontend/default/mc_exclusive/images/content-bg.gif +0 -0
  109. skin/frontend/default/mc_exclusive/images/cvv.gif +0 -0
  110. skin/frontend/default/mc_exclusive/images/cvv.jpg +0 -0
  111. skin/frontend/default/mc_exclusive/images/error_msg_icon.gif +0 -0
  112. skin/frontend/default/mc_exclusive/images/footer-bg.gif +0 -0
  113. skin/frontend/default/mc_exclusive/images/footer_bg.jpg +0 -0
  114. skin/frontend/default/mc_exclusive/images/gradient-blue.gif +0 -0
  115. skin/frontend/default/mc_exclusive/images/gradient-gray.gif +0 -0
  116. skin/frontend/default/mc_exclusive/images/gray-pipe.gif +0 -0
  117. skin/frontend/default/mc_exclusive/images/grid.gif +0 -0
  118. skin/frontend/default/mc_exclusive/images/grid.png +0 -0
  119. skin/frontend/default/mc_exclusive/images/h_separator.gif +0 -0
  120. skin/frontend/default/mc_exclusive/images/header-bg.gif +0 -0
  121. skin/frontend/default/mc_exclusive/images/header-bg.jpg +0 -0
  122. skin/frontend/default/mc_exclusive/images/header.jpg +0 -0
  123. skin/frontend/default/mc_exclusive/images/i_arrow-top.gif +0 -0
  124. skin/frontend/default/mc_exclusive/images/i_asc_arrow.gif +0 -0
  125. skin/frontend/default/mc_exclusive/images/i_block-cart.gif +0 -0
  126. skin/frontend/default/mc_exclusive/images/i_block-currency.gif +0 -0
  127. skin/frontend/default/mc_exclusive/images/i_block-list.gif +0 -0
  128. skin/frontend/default/mc_exclusive/images/i_block-poll.gif +0 -0
  129. skin/frontend/default/mc_exclusive/images/i_block-related.gif +0 -0
  130. skin/frontend/default/mc_exclusive/images/i_block-subscribe.gif +0 -0
  131. skin/frontend/default/mc_exclusive/images/i_block-tags.gif +0 -0
  132. skin/frontend/default/mc_exclusive/images/i_block-viewed.gif +0 -0
  133. skin/frontend/default/mc_exclusive/images/i_block-wishlist.gif +0 -0
  134. skin/frontend/default/mc_exclusive/images/i_desc_arrow.gif +0 -0
  135. skin/frontend/default/mc_exclusive/images/i_discount.gif +0 -0
  136. skin/frontend/default/mc_exclusive/images/i_folder-table.gif +0 -0
  137. skin/frontend/default/mc_exclusive/images/i_ma-info.gif +0 -0
  138. skin/frontend/default/mc_exclusive/images/i_ma-reviews.gif +0 -0
  139. skin/frontend/default/mc_exclusive/images/i_ma-tags.gif +0 -0
  140. skin/frontend/default/mc_exclusive/images/i_msg-error.gif +0 -0
  141. skin/frontend/default/mc_exclusive/images/i_msg-note.gif +0 -0
  142. skin/frontend/default/mc_exclusive/images/i_msg-success.gif +0 -0
  143. skin/frontend/default/mc_exclusive/images/i_page1.gif +0 -0
  144. skin/frontend/default/mc_exclusive/images/i_page2.gif +0 -0
  145. skin/frontend/default/mc_exclusive/images/i_pager-next.gif +0 -0
  146. skin/frontend/default/mc_exclusive/images/i_pager-prev.gif +0 -0
  147. skin/frontend/default/mc_exclusive/images/i_print.gif +0 -0
  148. skin/frontend/default/mc_exclusive/images/i_rss-big.png +0 -0
  149. skin/frontend/default/mc_exclusive/images/i_search_criteria.gif +0 -0
  150. skin/frontend/default/mc_exclusive/images/i_shipping.gif +0 -0
  151. skin/frontend/default/mc_exclusive/images/i_tag_add.gif +0 -0
  152. skin/frontend/default/mc_exclusive/images/i_tier.gif +0 -0
  153. skin/frontend/default/mc_exclusive/images/i_type_grid.gif +0 -0
  154. skin/frontend/default/mc_exclusive/images/i_type_list.gif +0 -0
  155. skin/frontend/default/mc_exclusive/images/icon-cart.gif +0 -0
  156. skin/frontend/default/mc_exclusive/images/icon-cart.png +0 -0
  157. skin/frontend/default/mc_exclusive/images/icon-zoom.gif +0 -0
  158. skin/frontend/default/mc_exclusive/images/icon-zoom.png +0 -0
  159. skin/frontend/default/mc_exclusive/images/icon_opc_back.gif +0 -0
  160. skin/frontend/default/mc_exclusive/images/icon_page_white.gif +0 -0
  161. skin/frontend/default/mc_exclusive/images/icon_page_white_text.gif +0 -0
  162. skin/frontend/default/mc_exclusive/images/list_remove_btn.gif +0 -0
  163. skin/frontend/default/mc_exclusive/images/listing_type_grid.gif +0 -0
  164. skin/frontend/default/mc_exclusive/images/listing_type_list.gif +0 -0
  165. skin/frontend/default/mc_exclusive/images/logo.gif +0 -0
  166. skin/frontend/default/mc_exclusive/images/logo.png +0 -0
  167. skin/frontend/default/mc_exclusive/images/magnifier_handle.gif +0 -0
  168. skin/frontend/default/mc_exclusive/images/media/col_left_callout-1.jpg +0 -0
  169. skin/frontend/default/mc_exclusive/images/media/col_left_callout-2.jpg +0 -0
  170. skin/frontend/default/mc_exclusive/images/menu_divider.gif +0 -0
  171. skin/frontend/default/mc_exclusive/images/narrow_by_li_by.gif +0 -0
  172. skin/frontend/default/mc_exclusive/images/narrow_by_set.gif +0 -0
  173. skin/frontend/default/mc_exclusive/images/nav-item-bg.gif +0 -0
  174. skin/frontend/default/mc_exclusive/images/nav_hover.gif +0 -0
  175. skin/frontend/default/mc_exclusive/images/nav_link.gif +0 -0
  176. skin/frontend/default/mc_exclusive/images/navigation-bg.gif +0 -0
  177. skin/frontend/default/mc_exclusive/images/navigation-bg.png +0 -0
  178. skin/frontend/default/mc_exclusive/images/navigation-div.gif +0 -0
  179. skin/frontend/default/mc_exclusive/images/note_msg_icon.gif +0 -0
  180. skin/frontend/default/mc_exclusive/images/np_cart_thumb.gif +0 -0
  181. skin/frontend/default/mc_exclusive/images/np_more_img.gif +0 -0
  182. skin/frontend/default/mc_exclusive/images/np_product_main.gif +0 -0
  183. skin/frontend/default/mc_exclusive/images/np_thumb.gif +0 -0
  184. skin/frontend/default/mc_exclusive/images/np_thumb2.gif +0 -0
  185. skin/frontend/default/mc_exclusive/images/opc-ajax-loader.gif +0 -0
  186. skin/frontend/default/mc_exclusive/images/pagination-bg.png +0 -0
  187. skin/frontend/default/mc_exclusive/images/pagination.png +0 -0
  188. skin/frontend/default/mc_exclusive/images/payments.gif +0 -0
  189. skin/frontend/default/mc_exclusive/images/pipe-blue.gif +0 -0
  190. skin/frontend/default/mc_exclusive/images/pipe-gray.gif +0 -0
  191. skin/frontend/default/mc_exclusive/images/place_order_bg.gif +0 -0
  192. skin/frontend/default/mc_exclusive/images/place_order_container_bg.gif +0 -0
  193. skin/frontend/default/mc_exclusive/images/product_collateral_bg.gif +0 -0
  194. skin/frontend/default/mc_exclusive/images/product_essential_bg.gif +0 -0
  195. skin/frontend/default/mc_exclusive/images/product_rating_blank_star.gif +0 -0
  196. skin/frontend/default/mc_exclusive/images/product_rating_full_star.gif +0 -0
  197. skin/frontend/default/mc_exclusive/images/search_btn.gif +0 -0
  198. skin/frontend/default/mc_exclusive/images/search_criteria.gif +0 -0
  199. skin/frontend/default/mc_exclusive/images/search_form_button.gif +0 -0
  200. skin/frontend/default/mc_exclusive/images/slider1.jpg +0 -0
  201. skin/frontend/default/mc_exclusive/images/slider2.jpg +0 -0
  202. skin/frontend/default/mc_exclusive/images/slider3.jpg +0 -0
  203. skin/frontend/default/mc_exclusive/images/slider4.jpg +0 -0
  204. skin/frontend/default/mc_exclusive/images/slider_bg.gif +0 -0
  205. skin/frontend/default/mc_exclusive/images/slider_btn_zoom_in.gif +0 -0
  206. skin/frontend/default/mc_exclusive/images/slider_btn_zoom_out.gif +0 -0
  207. skin/frontend/default/mc_exclusive/images/sort_asc_arrow.gif +0 -0
  208. skin/frontend/default/mc_exclusive/images/sort_desc_arrow.gif +0 -0
  209. skin/frontend/default/mc_exclusive/images/sub-diviader.png +0 -0
  210. skin/frontend/default/mc_exclusive/images/success_msg_icon.gif +0 -0
  211. skin/frontend/default/mc_exclusive/images/trans.png +0 -0
  212. skin/frontend/default/mc_exclusive/images/validation_advice_bg.gif +0 -0
  213. skin/frontend/default/mc_exclusive/images/white_pipe.gif +0 -0
  214. skin/frontend/default/mc_exclusive/js/dropdown.js +10 -0
  215. skin/frontend/default/mc_exclusive/js/glider.js +178 -0
  216. skin/frontend/default/mc_exclusive/js/mc_custom.js +24 -0
  217. skin/frontend/default/mc_exclusive/js/mc_imgpreview.js +46 -0
  218. skin/frontend/default/mc_exclusive/js/mc_jquerylib.js +159 -0
  219. skin/frontend/default/mc_exclusive/js/mc_mcjquery.js +2271 -0
  220. skin/frontend/default/mc_exclusive/js/pngfix.js +18 -0
  221. skin/frontend/default/mc_exclusive/js/slider.js +89 -0
MC Online Exclusive Store Installation Guide 1.0.0.1.pdf ADDED
Binary file
app/code/community/MC/Onlineexclusive/Helper/Data.php ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class MC_Onlineexclusive_Helper_Data extends Mage_Core_Helper_Abstract
4
+ {
5
+
6
+
7
+
8
+ }
app/code/community/MC/Onlineexclusive/Model/License.php ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /*
4
+ * @category Community
5
+ * @package Mc_Mclowstockreport
6
+ * @Document Mclowstockreportconfig.php
7
+ * @Created on April 11, 2012, 7:05 PM
8
+ * @copyright Copyright (c) 2012 Magento Complete
9
+ */
10
+
11
+ class MC_Onlineexclusive_Model_License extends Mage_Core_Model_Config_Data
12
+ {
13
+ protected function _beforeSave()
14
+ {
15
+ $config_all_fields_value = $this->getFieldset_data();
16
+ if($config_all_fields_value['mconlineenable'] == 1){
17
+ $license_key = $this->getValue();
18
+ $arr = parse_url(Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_WEB));
19
+ $domain = $arr['host'];
20
+ $store_path = $arr['host'].$arr['path'];
21
+ $product = "MC_Online_Exclusive_Store";
22
+ if (empty($license_key)) {
23
+ throw new Exception('Please Enter Valid License Key');
24
+ }
25
+ $license_approval = file_get_contents("http://irzoo.com/Extensions-Data/getinfo.php?storepath=".$store_path."&license=".$license_key."&domain=".$domain."&product=".$product);
26
+
27
+ if (!empty($license_key) && (int)$license_approval != 1) {
28
+ throw new Exception('Please Enter Valid License Key');
29
+ }
30
+
31
+ return $this;
32
+ }
33
+
34
+
35
+ }
36
+
37
+ }
app/code/community/MC/Onlineexclusive/etc/adminhtml.xml ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+
3
+ <!--
4
+ * Magento [Extension]
5
+ * @filename adminhtml.xml
6
+ * @category MC
7
+ * @package MC_Mcproductpdf
8
+ * @Created At : 6th April 2012
9
+ **/
10
+ -->
11
+ <config>
12
+ <acl>
13
+ <resources>
14
+ <admin>
15
+ <children>
16
+ <system>
17
+ <children>
18
+ <config>
19
+ <children>
20
+ <mconlinesection translate="title" module="onlineexclusive">
21
+ <title>mconlinesection</title>
22
+ <sort_order>110</sort_order>
23
+ </mconlinesection>
24
+ </children>
25
+ </config>
26
+ </children>
27
+ </system>
28
+ </children>
29
+ </admin>
30
+ </resources>
31
+ </acl>
32
+ </config>
app/code/community/MC/Onlineexclusive/etc/config.xml ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <config>
3
+ <modules>
4
+ <MC_Onlineexclusive>
5
+ <version>0.1.0</version>
6
+ </MC_Onlineexclusive>
7
+ </modules>
8
+ <adminhtml>
9
+ <acl>
10
+ <resources>
11
+ <all>
12
+ <title>Allow Everything</title>
13
+ </all>
14
+ <admin>
15
+ <children>
16
+ <MC_Onlineexclusive>
17
+ <title>Onlineexclusive Module</title>
18
+ <sort_order>10</sort_order>
19
+ </MC_Onlineexclusive>
20
+ </children>
21
+ </admin>
22
+ </resources>
23
+ </acl>
24
+ </adminhtml>
25
+ <global>
26
+ <models>
27
+ <onlineexclusive>
28
+ <class>MC_Onlineexclusive_Model</class>
29
+ </onlineexclusive>
30
+ </models>
31
+ <helpers>
32
+ <onlineexclusive>
33
+ <class>MC_Onlineexclusive_Helper</class>
34
+ </onlineexclusive>
35
+ </helpers>
36
+
37
+
38
+
39
+ </global>
40
+
41
+ </config>
app/code/community/MC/Onlineexclusive/etc/system.xml ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!--
3
+ * Magento [Extension]
4
+ * @filename system.xml
5
+ * @category MC
6
+ * @package MC_Mcproductpdf
7
+ * @Created At : 6th April 2012
8
+ -->
9
+
10
+ <config>
11
+ <tabs>
12
+ <mcthemetab translate="label" module="onlineexclusive">
13
+ <label>Mc Themes</label>
14
+ <sort_order>4000</sort_order>
15
+ </mcthemetab>
16
+ </tabs>
17
+ <sections>
18
+ <mconlinesection translate="label" module="onlineexclusive">
19
+ <label>MC Online Exclusive Store</label>
20
+ <tab>mcthemetab</tab>
21
+ <sort_order>4000</sort_order>
22
+ <show_in_default>1</show_in_default>
23
+ <show_in_website>1</show_in_website>
24
+ <show_in_store>1</show_in_store>
25
+
26
+ <groups>
27
+ <mconlinegroup translate="label" module="onlineexclusive">
28
+ <label>Mc Online Exclusive Store Settings</label>
29
+ <frontend_type>text</frontend_type>
30
+ <sort_order>1000</sort_order>
31
+ <show_in_default>1</show_in_default>
32
+ <show_in_website>1</show_in_website>
33
+ <show_in_store>1</show_in_store>
34
+ <fields>
35
+ <mconlineenable translate="label">
36
+ <label>Enable</label>
37
+ <frontend_type>select</frontend_type>
38
+ <source_model>adminhtml/system_config_source_yesno</source_model>
39
+ <sort_order>1</sort_order>
40
+ <show_in_default>1</show_in_default>
41
+ <show_in_website>1</show_in_website>
42
+ <show_in_store>1</show_in_store>
43
+ </mconlineenable>
44
+ <mconlinelicense translate="label">
45
+ <label>License Key <![CDATA[<span class="required">*</span>]]></label>
46
+ <frontend_type>text</frontend_type>
47
+ <backend_model>onlineexclusive/License</backend_model>
48
+ <sort_order>2</sort_order>
49
+ <show_in_default>1</show_in_default>
50
+ <show_in_website>1</show_in_website>
51
+ <show_in_store>1</show_in_store>
52
+ </mconlinelicense>
53
+ </fields>
54
+ </mconlinegroup>
55
+ </groups>
56
+ </mconlinesection>
57
+ </sections>
58
+ </config>
app/design/frontend/default/mc_exclusive/layout/catalog.xml ADDED
@@ -0,0 +1,437 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+
28
+ Supported layout update handles (action):
29
+ - catalog_product_gallery
30
+ - catalog_product_compare_index
31
+
32
+ Supported layout update handles (special):
33
+ - default
34
+ - catalog_category_default
35
+ - catalog_category_layered
36
+ - catalog_product_view
37
+
38
+ -->
39
+ <layout version="0.1.0">
40
+
41
+ <!--
42
+ Default layout, loads most of the pages
43
+ -->
44
+
45
+ <default>
46
+
47
+ <!-- Mage_Catalog -->
48
+ <reference name="top.menu">
49
+ <block type="catalog/navigation" name="catalog.topnav" template="catalog/navigation/top.phtml"/>
50
+ </reference>
51
+ <reference name="left">
52
+ <!-- <block type="core/template" after="-" name="left.permanent.callout-1" template="callouts/left_col.phtml">
53
+ <action method="setImgSrc"><src>images/media/col_left_callout-1.jpg</src></action>
54
+ <action method="setImgAlt" translate="alt" module="catalog"><alt>Our customer service is available 24/7. Call us at (800) DEMO-NUMBER.</alt></action>
55
+ <action method="setLinkUrl"><url>checkout/cart</url></action>
56
+ </block>
57
+ <block type="core/template" after="-" name="left.permanent.callout-2" template="callouts/left_col.phtml">
58
+ <action method="setImgSrc"><src>images/media/col_left_callout-2.jpg</src></action>
59
+ <action method="setImgAlt" translate="alt" module="catalog"><alt>Our customer service is available 24/7. Call us at (800) DEMO-NUMBER.</alt></action>
60
+ <action method="setLinkUrl"><url>checkout/cart</url></action>
61
+ </block>
62
+ -->
63
+ </reference>
64
+ <reference name="right">
65
+ <block type="catalog/product_compare_sidebar" before="cart_sidebar" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/>
66
+ <!-- <block type="core/template" name="right.permanent.callout" template="callouts/right_col.phtml"/> -->
67
+ </reference>
68
+ <reference name="footer_links">
69
+ <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>
70
+ </reference>
71
+ <block type="catalog/product_price_template" name="catalog_product_price_template" />
72
+ </default>
73
+
74
+
75
+ <!--
76
+ Category default layout
77
+ -->
78
+
79
+ <catalog_category_default translate="label">
80
+ <label>Catalog Category (Non-Anchor)</label>
81
+ <reference name="left">
82
+ <block type="catalog/navigation" name="catalog.leftnav" after="currency" template="catalog/navigation/left.phtml"/>
83
+ </reference>
84
+ <reference name="content">
85
+ <block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
86
+ <block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
87
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
88
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
89
+ <!-- The following code shows how to set your own pager increments -->
90
+ <!--
91
+ <action method="setDefaultListPerPage"><limit>4</limit></action>
92
+ <action method="setDefaultGridPerPage"><limit>9</limit></action>
93
+ <action method="addPagerLimit"><mode>list</mode><limit>2</limit></action>
94
+ <action method="addPagerLimit"><mode>list</mode><limit>4</limit></action>
95
+ <action method="addPagerLimit"><mode>list</mode><limit>6</limit></action>
96
+ <action method="addPagerLimit"><mode>list</mode><limit>8</limit></action>
97
+ <action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
98
+ -->
99
+ </block>
100
+ <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
101
+ <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
102
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
103
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
104
+ <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
105
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
106
+ </block>
107
+ </block>
108
+ </reference>
109
+ </catalog_category_default>
110
+
111
+ <!--
112
+ Category layered navigation layout
113
+ -->
114
+
115
+ <catalog_category_layered translate="label">
116
+ <label>Catalog Category (Anchor)</label>
117
+ <reference name="left">
118
+ <block type="catalog/layer_view" name="catalog.leftnav" after="currency" template="catalog/layer/view.phtml"/>
119
+ </reference>
120
+ <reference name="content">
121
+ <block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
122
+ <block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
123
+ <!-- <action method="addReviewSummaryTemplate"><type>default</type><template>review/helper/su.phtml</template></action> -->
124
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
125
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
126
+ <!-- The following code shows how to set your own pager increments -->
127
+ <!--
128
+ <action method="setDefaultListPerPage"><limit>4</limit></action>
129
+ <action method="setDefaultGridPerPage"><limit>3</limit></action>
130
+ <action method="addPagerLimit"><mode>list</mode><limit>2</limit></action>
131
+ <action method="addPagerLimit"><mode>list</mode><limit>4</limit></action>
132
+ <action method="addPagerLimit"><mode>list</mode><limit>6</limit></action>
133
+ <action method="addPagerLimit"><mode>list</mode><limit>8</limit></action>
134
+ <action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
135
+ <action method="addPagerLimit"><mode>grid</mode><limit>3</limit></action>
136
+ <action method="addPagerLimit"><mode>grid</mode><limit>6</limit></action>
137
+ <action method="addPagerLimit"><mode>grid</mode><limit>9</limit></action>
138
+ <action method="addPagerLimit" translate="label"><mode>grid</mode><limit>all</limit><label>All</label></action>
139
+ -->
140
+ </block>
141
+ <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
142
+ <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
143
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
144
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
145
+ <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
146
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
147
+ </block>
148
+ </block>
149
+ </reference>
150
+ </catalog_category_layered>
151
+
152
+ <catalog_category_layered_nochildren translate="label">
153
+ <label>Catalog Category (Without Subcategories)</label>
154
+ <remove name="right.reports.product.viewed" />
155
+ <reference name="right">
156
+ <block type="reports/product_viewed" before="right.permanent.callout" name="left.reports.product.viewed" template="reports/product_viewed.phtml" />
157
+ </reference>
158
+ </catalog_category_layered_nochildren>
159
+
160
+ <!--
161
+ Compare products page
162
+ -->
163
+
164
+ <catalog_product_compare_index translate="label">
165
+ <label>Catalog Product Compare List</label>
166
+ <!-- Mage_Catalog -->
167
+ <reference name="root">
168
+ <action method="setTemplate"><template>page/popup.phtml</template></action>
169
+ </reference>
170
+ <reference name="head">
171
+ <action method="addJs"><script>scriptaculous/scriptaculous.js</script></action>
172
+ <action method="addJs"><script>varien/product.js</script></action>
173
+ </reference>
174
+ <reference name="content">
175
+ <block type="catalog/product_compare_list" name="catalog.compare.list" template="catalog/product/compare/list.phtml"/>
176
+ </reference>
177
+ </catalog_product_compare_index>
178
+
179
+ <customer_account_index>
180
+
181
+ <reference name="right">
182
+ <action method="unsetChild"><name>catalog.compare.sidebar</name></action>
183
+ </reference>
184
+ </customer_account_index>
185
+
186
+ <!--
187
+ Product view
188
+ -->
189
+
190
+ <catalog_product_view translate="label">
191
+ <label>Catalog Product View (Any)</label>
192
+ <!-- Mage_Catalog -->
193
+ <reference name="root">
194
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
195
+ </reference>
196
+ <reference name="head">
197
+ <action method="addJs"><script>varien/product.js</script></action>
198
+
199
+ <action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>
200
+ <action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
201
+ <action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
202
+ </reference>
203
+ <reference name="content">
204
+ <block type="catalog/product_view" name="product.info" template="catalog/product/view.phtml">
205
+ <!--
206
+ <action method="addReviewSummaryTemplate"><type>default</type><template>review/helper/summary.phtml</template></action>
207
+ <action method="addReviewSummaryTemplate"><type>short</type><template>review/helper/summary_short.phtml</template></action>
208
+ <action method="addReviewSummaryTemplate"><type>...</type><template>...</template></action>
209
+ -->
210
+ <block type="catalog/product_view_media" name="product.info.media" as="media" template="catalog/product/view/media.phtml"/>
211
+ <block type="core/text_list" name="alert.urls" as="alert_urls" translate="label">
212
+ <label>Alert Urls</label>
213
+ </block>
214
+
215
+ <action method="setTierPriceTemplate"><template>catalog/product/view/tierprices.phtml</template></action>
216
+
217
+ <block type="catalog/product_list_upsell" name="product.info.upsell" as="upsell_products" template="catalog/product/list/upsell.phtml">
218
+ <action method="setColumnCount"><columns>4</columns></action>
219
+ <action method="setItemLimit"><type>upsell</type><limit>4</limit></action>
220
+ </block>
221
+
222
+ <block type="catalog/product_view_additional" name="product.info.additional" as="product_additional_data" />
223
+
224
+ <block type="catalog/product_view_description" name="product.description" as="description" template="catalog/product/view/description.phtml">
225
+ <action method="addToParentGroup"><group>detailed_info</group></action>
226
+ </block>
227
+ <block type="catalog/product_view_attributes" name="product.attributes" as="additional" template="catalog/product/view/attributes.phtml">
228
+ <action method="addToParentGroup"><group>detailed_info</group></action>
229
+ </block>
230
+
231
+ <block type="catalog/product_view" name="product.info.addto" as="addto" template="catalog/product/view/addto.phtml"/>
232
+ <block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml"/>
233
+
234
+ <block type="core/text_list" name="product.info.extrahint" as="extrahint" translate="label">
235
+ <label>Product View Extra Hint</label>
236
+ </block>
237
+
238
+ <block type="catalog/product_view" name="product.info.options.wrapper" as="product_options_wrapper" template="catalog/product/view/options/wrapper.phtml" translate="label">
239
+ <label>Info Column Options Wrapper</label>
240
+ <block type="core/template" name="options_js" template="catalog/product/view/options/js.phtml"/>
241
+ <block type="catalog/product_view_options" name="product.info.options" as="product_options" template="catalog/product/view/options.phtml">
242
+ <action method="addOptionRenderer"><type>text</type><block>catalog/product_view_options_type_text</block><template>catalog/product/view/options/type/text.phtml</template></action>
243
+ <action method="addOptionRenderer"><type>file</type><block>catalog/product_view_options_type_file</block><template>catalog/product/view/options/type/file.phtml</template></action>
244
+ <action method="addOptionRenderer"><type>select</type><block>catalog/product_view_options_type_select</block><template>catalog/product/view/options/type/select.phtml</template></action>
245
+ <action method="addOptionRenderer"><type>date</type><block>catalog/product_view_options_type_date</block><template>catalog/product/view/options/type/date.phtml</template></action>
246
+ </block>
247
+ <block type="core/html_calendar" name="html_calendar" as="html_calendar" template="page/js/calendar.phtml"/>
248
+ </block>
249
+ <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">
250
+ <label>Bottom Block Options Wrapper</label>
251
+ <action method="insert"><block>product.tierprices</block></action>
252
+ <block type="catalog/product_view" name="product.clone_prices" as="prices" template="catalog/product/view/price_clone.phtml"/>
253
+ <action method="append"><block>product.info.addtocart</block></action>
254
+ </block>
255
+
256
+ <block type="core/template_facade" name="product.info.container1" as="container1">
257
+ <action method="setDataByKey"><key>alias_in_layout</key><value>container1</value></action>
258
+ <action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
259
+ <action method="append"><block>product.info.options.wrapper</block></action>
260
+ <action method="append"><block>product.info.options.wrapper.bottom</block></action>
261
+ </block>
262
+ <block type="core/template_facade" name="product.info.container2" as="container2">
263
+ <action method="setDataByKey"><key>alias_in_layout</key><value>container2</value></action>
264
+ <action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
265
+ <action method="append"><block>product.info.options.wrapper</block></action>
266
+ <action method="append"><block>product.info.options.wrapper.bottom</block></action>
267
+ </block>
268
+ <action method="unsetCallChild"><child>container1</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
269
+ <action method="unsetCallChild"><child>container2</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
270
+ </block>
271
+ </reference>
272
+ <reference name="right">
273
+ <block type="catalog/product_list_related" name="catalog.product.related" before="-" template="catalog/product/list/related.phtml"/>
274
+ </reference>
275
+ </catalog_product_view>
276
+
277
+ <!--
278
+ Additional block dependant on product type
279
+ -->
280
+ <PRODUCT_TYPE_simple translate="label" module="catalog">
281
+ <label>Catalog Product View (Simple)</label>
282
+ <reference name="product.info">
283
+ <block type="catalog/product_view_type_simple" name="product.info.simple" as="product_type_data" template="catalog/product/view/type/simple.phtml">
284
+ <block type="core/text_list" name="product.info.simple.extra" as="product_type_data_extra"/>
285
+ </block>
286
+ </reference>
287
+ </PRODUCT_TYPE_simple>
288
+ <PRODUCT_TYPE_configurable translate="label" module="catalog">
289
+ <label>Catalog Product View (Configurable)</label>
290
+ <reference name="product.info">
291
+ <block type="catalog/product_view_type_configurable" name="product.info.configurable" as="product_type_data" template="catalog/product/view/type/configurable.phtml">
292
+ <block type="core/text_list" name="product.info.configurable.extra" as="product_type_data_extra"/>
293
+ </block>
294
+ </reference>
295
+ <reference name="product.info.options.wrapper">
296
+ <block type="catalog/product_view_type_configurable" name="product.info.options.configurable" as="options_configurable" before="-" template="catalog/product/view/type/options/configurable.phtml"/>
297
+ </reference>
298
+ </PRODUCT_TYPE_configurable>
299
+ <PRODUCT_TYPE_grouped translate="label" module="catalog">
300
+ <label>Catalog Product View (Grouped)</label>
301
+ <reference name="product.info">
302
+ <block type="catalog/product_view_type_grouped" name="product.info.grouped" as="product_type_data" template="catalog/product/view/type/grouped.phtml">
303
+ <block type="core/text_list" name="product.info.grouped.extra" as="product_type_data_extra"/>
304
+ </block>
305
+ </reference>
306
+ </PRODUCT_TYPE_grouped>
307
+ <PRODUCT_TYPE_virtual translate="label" module="catalog">
308
+ <label>Catalog Product View (Virtual)</label>
309
+ <reference name="product.info">
310
+ <block type="catalog/product_view_type_virtual" name="product.info.virtual" as="product_type_data" template="catalog/product/view/type/virtual.phtml">
311
+ <block type="core/text_list" name="product.info.virtual.extra" as="product_type_data_extra"/>
312
+ </block>
313
+ </reference>
314
+ </PRODUCT_TYPE_virtual>
315
+
316
+
317
+
318
+ <!--
319
+ Product send to friend
320
+ -->
321
+
322
+ <catalog_product_send translate="label">
323
+ <label>Catalog Product Email to a Friend</label>
324
+ <!-- Mage_Catalog -->
325
+ <reference name="root">
326
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
327
+ </reference>
328
+ <reference name="head">
329
+ <action method="addJs"><script>varien/product.js</script></action>
330
+ </reference>
331
+ <reference name="content">
332
+ <block type="catalog/product_send" name="product.send" template="catalog/product/send.phtml">
333
+ </block>
334
+ </reference>
335
+ </catalog_product_send>
336
+
337
+ <!--
338
+ Product additional images gallery popup
339
+ -->
340
+
341
+ <catalog_product_gallery translate="label">
342
+ <label>Catalog Product Image Gallery Popup</label>
343
+ <!-- Mage_Catalog -->
344
+ <reference name="root">
345
+ <action method="setTemplate"><template>page/popup.phtml</template></action>
346
+ </reference>
347
+ <reference name="content">
348
+ <block type="catalog/product_gallery" name="catalog_product_gallery" template="catalog/product/gallery.phtml"/>
349
+ </reference>
350
+ </catalog_product_gallery>
351
+
352
+ <!--
353
+ SEO Site Map
354
+ -->
355
+
356
+ <catalog_seo_sitemap translate="label">
357
+ <label>Catalog Seo Sitemap (Common)</label>
358
+ <remove name="right"/>
359
+ <remove name="left"/>
360
+
361
+ <reference name="root">
362
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
363
+ </reference>
364
+ <reference name="content">
365
+ <block type="page/template_container" name="seo.sitemap.container" template="catalog/seo/sitemap/container.phtml">
366
+ <block type="page/template_links" name="seo.sitemap.links" as="links" template="page/template/links.phtml"/>
367
+ <block type="page/html_pager" name="seo.sitemap.pager.top" as="pager_top" template="page/html/pager.phtml"/>
368
+ <block type="page/html_pager" name="seo.sitemap.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
369
+ </block>
370
+ </reference>
371
+ </catalog_seo_sitemap>
372
+
373
+ <catalog_seo_sitemap_category translate="label">
374
+ <label>Catalog Seo Sitemap (Category List)</label>
375
+ <update handle="catalog_seo_sitemap" />
376
+ <reference name="seo.sitemap.container">
377
+ <action method="setTitle" translate="title" module="catalog"><title>Categories</title></action>
378
+ <block type="catalog/seo_sitemap_category" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
379
+ <action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
380
+ <action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
381
+ <action method="setItemsTitle" translate="title" module="catalog"><title>categories</title></action>
382
+ </block>
383
+ </reference>
384
+ <reference name="seo.sitemap.links">
385
+ <action method="addLink" translate="label title" module="catalog"><label>Products Sitemap</label><url helper="catalog/map/getProductUrl"/><title>Products Sitemap</title></action>
386
+ </reference>
387
+ </catalog_seo_sitemap_category>
388
+
389
+ <catalog_seo_sitemap_category_tree translate="label">
390
+ <label>Catalog Seo Sitemap (Category Tree)</label>
391
+ <reference name="seo.sitemap.container">
392
+ <remove name="seo.sitemap.pager.top" />
393
+ <remove name="seo.sitemap.pager.bottom" />
394
+ <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.top" as="pager_top" template="page/html/pager.phtml"/>
395
+ <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
396
+ <remove name="seo.sitemap.sitemap" />
397
+ <block type="catalog/seo_sitemap_tree_category" name="seo.sitemap.sitemap_tree" as="sitemap" after="pager_top" template="catalog/seo/tree.phtml">
398
+ <action method="bindPager"><pager>seo.sitemap.tree.pager.top</pager></action>
399
+ <action method="bindPager"><pager>seo.sitemap.tree.pager.bottom</pager></action>
400
+ </block>
401
+ </reference>
402
+ </catalog_seo_sitemap_category_tree>
403
+
404
+ <catalog_seo_sitemap_product translate="label">
405
+ <label>Catalog Seo Sitemap (Product List)</label>
406
+ <update handle="catalog_seo_sitemap" />
407
+ <reference name="seo.sitemap.container">
408
+ <action method="setTitle" translate="title" module="catalog"><title>Products</title></action>
409
+ <block type="catalog/seo_sitemap_product" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
410
+ <action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
411
+ <action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
412
+ <action method="setItemsTitle" translate="title" module="catalog"><title>products</title></action>
413
+ </block>
414
+ </reference>
415
+ <reference name="seo.sitemap.links">
416
+ <action method="addLink" translate="label title" module="catalog"><label>Categories Sitemap</label><url helper="catalog/map/getCategoryUrl"/><title>Categories Sitemap</title></action>
417
+ </reference>
418
+ </catalog_seo_sitemap_product>
419
+
420
+
421
+ <!--
422
+ Catalog search terms block
423
+ -->
424
+
425
+ <catalog_seo_searchterm_popular translate="label">
426
+ <label>Catalog Seo Popular Search Terms</label>
427
+ <remove name="right"/>
428
+ <remove name="left"/>
429
+ <reference name="root">
430
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
431
+ </reference>
432
+ <reference name="content">
433
+ <block type="catalog/seo_searchterm" name="seo.searchterm" template="catalog/seo/searchterm.phtml"/>
434
+ </reference>
435
+ </catalog_seo_searchterm_popular>
436
+
437
+ </layout>
app/design/frontend/default/mc_exclusive/layout/catalogsearch.xml ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2011 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
+ <default>
32
+ <reference name="header">
33
+ <block type="core/template" name="top.search" as="topSearch" template="catalogsearch/form.mini.phtml"/>
34
+ </reference>
35
+ <reference name="footer_links">
36
+ <action method="addLink" translate="label title" module="catalogsearch" ifconfig="catalog/seo/search_terms">
37
+ <label>Search Terms</label>
38
+ <url helper="catalogsearch/getSearchTermUrl" />
39
+ <title>Search Terms</title>
40
+ </action>
41
+ <action method="addLink" translate="label title" module="catalogsearch">
42
+ <label>Advanced Search</label>
43
+ <url helper="catalogsearch/getAdvancedSearchUrl" />
44
+ <title>Advanced Search</title>
45
+ </action>
46
+ </reference>
47
+ </default>
48
+
49
+ <catalogsearch_result_index translate="label">
50
+ <label>Quick Search Form</label>
51
+ <reference name="root">
52
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
53
+ </reference>
54
+ <reference name="left">
55
+ <block type="catalogsearch/layer" name="catalogsearch.leftnav" after="currency" template="catalog/layer/view.phtml"/>
56
+ </reference>
57
+ <reference name="content">
58
+ <block type="catalogsearch/result" name="search.result" template="catalogsearch/result.phtml">
59
+ <block type="catalog/product_list" name="search_result_list" template="catalog/product/list.phtml">
60
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
61
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
62
+ </block>
63
+ <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
64
+ <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
65
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
66
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
67
+ <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
68
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
69
+ </block>
70
+ <action method="setListOrders"/>
71
+ <action method="setListModes"/>
72
+ <action method="setListCollection"/>
73
+ </block>
74
+ </reference>
75
+ </catalogsearch_result_index>
76
+
77
+ <catalogsearch_advanced_index translate="label">
78
+ <label>Advanced Search Form</label>
79
+ <!-- Mage_Catalogsearch -->
80
+ <reference name="root">
81
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
82
+ </reference>
83
+ <reference name="head">
84
+ <action method="setTitle" translate="title" module="catalogsearch"><title>Advanced Search</title></action>
85
+ <action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>
86
+ <action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
87
+ <action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
88
+ </reference>
89
+ <reference name="content">
90
+ <block type="catalogsearch/advanced_form" name="catalogsearch_advanced_form" template="catalogsearch/advanced/form.phtml"/>
91
+ <block type="core/html_calendar" name="html_calendar" as="html_calendar" template="page/js/calendar.phtml"/>
92
+ </reference>
93
+ </catalogsearch_advanced_index>
94
+
95
+ <!--
96
+ Advanced search results
97
+ -->
98
+
99
+ <catalogsearch_advanced_result translate="label">
100
+ <label>Advanced Search Result</label>
101
+ <update handle="page_two_columns_right" />
102
+ <!-- Mage_Catalogsearch -->
103
+ <reference name="root">
104
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
105
+ </reference>
106
+ <reference name="content">
107
+ <block type="catalogsearch/advanced_result" name="catalogsearch_advanced_result" template="catalogsearch/advanced/result.phtml">
108
+ <block type="catalog/product_list" name="search_result_list" template="catalog/product/list.phtml">
109
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
110
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
111
+ </block>
112
+ <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
113
+ <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
114
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
115
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
116
+ <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
117
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
118
+ </block>
119
+ <action method="setListOrders"/>
120
+ <action method="setListModes"/>
121
+ <action method="setListCollection"/>
122
+ </block>
123
+ </reference>
124
+ </catalogsearch_advanced_result>
125
+
126
+ <catalogsearch_term_popular translate="label">
127
+ <label>Popular Search Terms</label>
128
+ <remove name="right"/>
129
+ <remove name="left"/>
130
+
131
+ <reference name="head">
132
+ <action method="setTitle" translate="title" module="catalogsearch"><title>Search Terms</title></action>
133
+ </reference>
134
+ <reference name="root">
135
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
136
+ </reference>
137
+ <reference name="content">
138
+ <block type="catalogsearch/term" name="seo.searchterm" template="catalogsearch/term.phtml"/>
139
+ </reference>
140
+ </catalogsearch_term_popular>
141
+
142
+ </layout>
app/design/frontend/default/mc_exclusive/layout/checkout.xml ADDED
@@ -0,0 +1,436 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category design
23
+ * @package base_default
24
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+
28
+ -->
29
+ <layout version="0.1.0">
30
+
31
+ <!--
32
+ Default layout, loads most of the pages
33
+ -->
34
+
35
+ <default>
36
+
37
+ <!-- Mage_Checkout -->
38
+ <reference name="top.links">
39
+ <block type="checkout/links" name="checkout_cart_link">
40
+ <action method="addCartLink"></action>
41
+ <action method="addCheckoutLink"></action>
42
+ </block>
43
+ </reference>
44
+ <reference name="right">
45
+ <block type="checkout/cart_sidebar" name="cart_sidebar" template="checkout/cart/sidebar.phtml" before="-">
46
+ <action method="addItemRender"><type>simple</type><block>checkout/cart_item_renderer</block><template>checkout/cart/sidebar/default.phtml</template></action>
47
+ <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/cart/sidebar/default.phtml</template></action>
48
+ <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/cart/sidebar/default.phtml</template></action>
49
+ <block type="core/text_list" name="cart_sidebar.extra_actions" as="extra_actions" translate="label" module="checkout">
50
+ <label>Shopping Cart Sidebar Extra Actions</label>
51
+ </block>
52
+ </block>
53
+ </reference>
54
+ </default>
55
+
56
+ <checkout_cart_index translate="label">
57
+ <label>Shopping Cart</label>
58
+ <remove name="right"/>
59
+ <remove name="left"/>
60
+ <!-- Mage_Checkout -->
61
+ <reference name="root">
62
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
63
+ </reference>
64
+ <reference name="content">
65
+ <block type="checkout/cart" name="checkout.cart">
66
+ <action method="setCartTemplate"><value>checkout/cart.phtml</value></action>
67
+ <action method="setEmptyTemplate"><value>checkout/cart/noItems.phtml</value></action>
68
+ <action method="chooseTemplate"/>
69
+ <action method="addItemRender"><type>simple</type><block>checkout/cart_item_renderer</block><template>checkout/cart/item/default.phtml</template></action>
70
+ <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/cart/item/default.phtml</template></action>
71
+ <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/cart/item/default.phtml</template></action>
72
+
73
+ <block type="core/text_list" name="checkout.cart.top_methods" as="top_methods" translate="label">
74
+ <label>Payment Methods Before Checkout Button</label>
75
+ <block type="checkout/onepage_link" name="checkout.cart.methods.onepage" template="checkout/onepage/link.phtml"/>
76
+ </block>
77
+
78
+ <block type="page/html_wrapper" name="checkout.cart.form.before" as="form_before" translate="label">
79
+ <label>Shopping Cart Form Before</label>
80
+ </block>
81
+
82
+ <block type="core/text_list" name="checkout.cart.methods" as="methods" translate="label">
83
+ <label>Payment Methods After Checkout Button</label>
84
+ <block type="checkout/onepage_link" name="checkout.cart.methods.onepage" template="checkout/onepage/link.phtml"/>
85
+ <block type="checkout/multishipping_link" name="checkout.cart.methods.multishipping" template="checkout/multishipping/link.phtml"/>
86
+ </block>
87
+
88
+ <block type="checkout/cart_coupon" name="checkout.cart.coupon" as="coupon" template="checkout/cart/coupon.phtml"/>
89
+ <block type="checkout/cart_shipping" name="checkout.cart.shipping" as="shipping" template="checkout/cart/shipping.phtml"/>
90
+ <block type="checkout/cart_crosssell" name="checkout.cart.crosssell" as="crosssell" template="checkout/cart/crosssell.phtml"/>
91
+
92
+ <block type="checkout/cart_totals" name="checkout.cart.totals" as="totals" template="checkout/cart/totals.phtml"/>
93
+ </block>
94
+ </reference>
95
+ <block type="core/text_list" name="additional.product.info" translate="label">
96
+ <label>Additional Product Info</label>
97
+ </block>
98
+ </checkout_cart_index>
99
+
100
+ <checkout_cart_configure translate="label">
101
+ <label>Configure Cart Item</label>
102
+ <update handle="catalog_product_view"/>
103
+ <reference name="product.info">
104
+ <block type="checkout/cart_item_configure" name="checkout.cart.item.configure.block"></block>
105
+ </reference>
106
+ </checkout_cart_configure>
107
+
108
+ <!--
109
+ Multi address shipping checkout main layout,
110
+ will be rendered on all checkout pages
111
+ -->
112
+
113
+ <checkout_multishipping translate="label">
114
+ <label>Multishipping Checkout</label>
115
+ <!-- Mage_Checkout -->
116
+ <remove name="right"/>
117
+ <remove name="left"/>
118
+
119
+ <reference name="root">
120
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
121
+ </reference>
122
+ <reference name="content">
123
+ <block type="checkout/multishipping_state" name="checkout_state" template="checkout/multishipping/state.phtml"/>
124
+ </reference>
125
+ </checkout_multishipping>
126
+
127
+ <checkout_multishipping_login>
128
+ <update handle="customer_account_login"/>
129
+ </checkout_multishipping_login>
130
+
131
+ <checkout_multishipping_register>
132
+ <update handle="customer_account_create"/>
133
+ </checkout_multishipping_register>
134
+
135
+ <!--
136
+ Multi address shipping checkout selection of address per item page
137
+ -->
138
+
139
+ <checkout_multishipping_address_select translate="label">
140
+ <label>Multishipping Checkout Shipping Address Selection</label>
141
+ <update handle="checkout_multishipping"/>
142
+ <!-- Mage_Checkout -->
143
+ <reference name="content">
144
+ <block type="checkout/multishipping_address_select" name="checkout_address_select" template="checkout/multishipping/address/select.phtml"/>
145
+ </reference>
146
+ </checkout_multishipping_address_select>
147
+
148
+ <checkout_multishipping_address_selectbilling translate="label">
149
+ <label>Multishipping Checkout Billing Address Selection</label>
150
+ <update handle="checkout_multishipping"/>
151
+ <!-- Mage_Checkout -->
152
+ <reference name="content">
153
+ <block type="checkout/multishipping_address_select" name="checkout_address_select" template="checkout/multishipping/address/select.phtml"/>
154
+ </reference>
155
+ </checkout_multishipping_address_selectbilling>
156
+
157
+
158
+ <checkout_multishipping_address_newshipping translate="label">
159
+ <label>Multishipping Checkout Shipping Address Creation</label>
160
+ <update handle="checkout_multishipping"/>
161
+ <update handle="checkout_multishipping_customer_address"/>
162
+ </checkout_multishipping_address_newshipping>
163
+
164
+ <checkout_multishipping_address_newbilling translate="label">
165
+ <label>Multishipping Checkout Billing Address Creation</label>
166
+ <update handle="checkout_multishipping"/>
167
+ <update handle="checkout_multishipping_customer_address"/>
168
+ </checkout_multishipping_address_newbilling>
169
+
170
+ <checkout_multishipping_address_editshipping translate="label">
171
+ <label>Multishipping Checkout Shipping Address Edit Form</label>
172
+ <update handle="checkout_multishipping"/>
173
+ <update handle="checkout_multishipping_customer_address"/>
174
+ </checkout_multishipping_address_editshipping>
175
+
176
+ <checkout_multishipping_address_editaddress>
177
+ <update handle="checkout_multishipping"/>
178
+ <update handle="checkout_multishipping_customer_address"/>
179
+ </checkout_multishipping_address_editaddress>
180
+
181
+ <checkout_multishipping_address_editbilling translate="label">
182
+ <label>Multishipping Checkout Billing Address Edit Form</label>
183
+ <update handle="checkout_multishipping"/>
184
+ <update handle="checkout_multishipping_customer_address"/>
185
+ </checkout_multishipping_address_editbilling>
186
+
187
+ <checkout_multishipping_customer_address translate="label">
188
+ <label>Multishipping Checkout Customer Address Edit Form</label>
189
+ <reference name="content">
190
+ <block type="customer/address_edit" name="customer_address_edit" template="customer/address/edit.phtml"/>
191
+ </reference>
192
+ </checkout_multishipping_customer_address>
193
+
194
+ <!--
195
+ Multi address shipping checkout address page
196
+ -->
197
+
198
+ <checkout_multishipping_addresses translate="label">
199
+ <label>Multishipping Checkout Address (Any) Form</label>
200
+ <update handle="checkout_multishipping"/>
201
+ <!-- Mage_Checkout -->
202
+ <reference name="content">
203
+ <block type="checkout/multishipping_addresses" name="checkout_addresses" template="checkout/multishipping/addresses.phtml">
204
+ <action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
205
+ <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/multishipping/item/default.phtml</template></action>
206
+ <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/multishipping/item/default.phtml</template></action>
207
+ </block>
208
+ </reference>
209
+ </checkout_multishipping_addresses>
210
+
211
+ <!--
212
+ Multi address shipping checkout shipping information
213
+ -->
214
+
215
+ <checkout_multishipping_shipping translate="label">
216
+ <label>Multishipping Checkout Shipping Information Step</label>
217
+ <update handle="checkout_multishipping"/>
218
+ <!-- Mage_Checkout -->
219
+ <reference name="content">
220
+ <block type="checkout/multishipping_shipping" name="checkout_shipping" template="checkout/multishipping/shipping.phtml">
221
+ <action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
222
+ <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/multishipping/item/default.phtml</template></action>
223
+ <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/multishipping/item/default.phtml</template></action>
224
+
225
+ <block type="checkout/multishipping_billing_items" name="checkout_billing_items" template="checkout/multishipping/billing/items.phtml">
226
+ <action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
227
+ <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/multishipping/item/default.phtml</template></action>
228
+ <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/multishipping/item/default.phtml</template></action>
229
+ </block>
230
+ </block>
231
+ </reference>
232
+ </checkout_multishipping_shipping>
233
+
234
+ <!--
235
+ Multi address shipping checkout billing information
236
+ -->
237
+
238
+ <checkout_multishipping_billing translate="label">
239
+ <label>Multishipping Checkout Billing Information Step</label>
240
+ <update handle="checkout_multishipping"/>
241
+ <!-- Mage_Checkout -->
242
+ <reference name="content">
243
+ <block type="checkout/multishipping_billing" name="checkout_billing" template="checkout/multishipping/billing.phtml">
244
+ <action method="setMethodFormTemplate"><method>purchaseorder</method><template>payment/form/purchaseorder.phtml</template></action>
245
+
246
+ <!--<block type="checkout/multishipping_billing_items" name="checkout_billing_items" template="checkout/multishipping/billing/items.phtml">
247
+ <action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
248
+ <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/multishipping/item/default.phtml</template></action>
249
+ <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/multishipping/item/default.phtml</template></action>
250
+ </block>-->
251
+
252
+ </block>
253
+ </reference>
254
+ </checkout_multishipping_billing>
255
+
256
+ <!--
257
+ Multi address shipping checkout overview
258
+ -->
259
+
260
+ <checkout_multishipping_overview translate="label">
261
+ <label>Multishipping Checkout Overview</label>
262
+ <update handle="checkout_multishipping"/>
263
+ <!-- Mage_Checkout -->
264
+ <reference name="content">
265
+ <block type="checkout/multishipping_overview" name="checkout_overview" template="checkout/multishipping/overview.phtml">
266
+ <action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
267
+ <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/multishipping/item/default.phtml</template></action>
268
+ <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/multishipping/item/default.phtml</template></action>
269
+ <action method="addRowItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/multishipping/overview/item.phtml</template></action>
270
+ <action method="addRowItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/multishipping/overview/item.phtml</template></action>
271
+ <block type="checkout/multishipping_payment_info" name="payment_info">
272
+ <action method="setInfoTemplate"><method></method><template></template></action>
273
+ </block>
274
+ <block type="checkout/agreements" name="checkout.multishipping.agreements" as="agreements" template="checkout/multishipping/agreements.phtml"/>
275
+ <block type="checkout/cart_totals" name="totals" />
276
+ <block type="core/text_list" name="checkout.multishipping.overview.items.after" as="items_after" translate="label">
277
+ <label>Overview Items After</label>
278
+ </block>
279
+ </block>
280
+ </reference>
281
+ </checkout_multishipping_overview>
282
+
283
+ <!--
284
+ Multi address shipping checkout success
285
+ -->
286
+
287
+ <checkout_multishipping_success translate="label">
288
+ <label>Multishipping Checkout Success</label>
289
+ <update handle="checkout_multishipping"/>
290
+ <!-- Mage_Checkout -->
291
+ <reference name="content">
292
+ <block type="checkout/multishipping_success" name="checkout_success" template="checkout/multishipping/success.phtml"/>
293
+ </reference>
294
+ </checkout_multishipping_success>
295
+
296
+ <!--
297
+ One page checkout main layout
298
+ -->
299
+
300
+ <checkout_onepage_index translate="label">
301
+ <label>One Page Checkout</label>
302
+ <!-- Mage_Checkout -->
303
+ <remove name="right"/>
304
+
305
+ <reference name="root">
306
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
307
+ </reference>
308
+ <reference name="left">
309
+ <action method="unsetChildren"></action>
310
+ <block type="page/html_wrapper" name="checkout.progress.wrapper" translate="label">
311
+ <label>Checkout Progress Wrapper</label>
312
+ <action method="setElementId"><value>checkout-progress-wrapper</value></action>
313
+ <block type="checkout/onepage_progress" name="checkout.progress" before="-" template="checkout/onepage/progress.phtml"/>
314
+ </block>
315
+ </reference>
316
+ <reference name="content">
317
+ <block type="checkout/onepage" name="checkout.onepage" template="checkout/onepage.phtml">
318
+ <block type="checkout/onepage_login" name="checkout.onepage.login" as="login" template="checkout/onepage/login.phtml">
319
+ <block type="page/html_wrapper" name="checkout.onepage.login.before" as="login_before" translate="label">
320
+ <label>Login/Registration Before</label>
321
+ <action method="setMayBeInvisible"><value>1</value></action>
322
+ </block>
323
+ </block>
324
+ <block type="checkout/onepage_billing" name="checkout.onepage.billing" as="billing" template="checkout/onepage/billing.phtml"/>
325
+ <block type="checkout/onepage_shipping" name="checkout.onepage.shipping" as="shipping" template="checkout/onepage/shipping.phtml"/>
326
+ <block type="checkout/onepage_shipping_method" name="checkout.onepage.shipping_method" as="shipping_method" template="checkout/onepage/shipping_method.phtml">
327
+ <block type="checkout/onepage_shipping_method_available" name="checkout.onepage.shipping_method.available" as="available" template="checkout/onepage/shipping_method/available.phtml"/>
328
+ <block type="checkout/onepage_shipping_method_additional" name="checkout.onepage.shipping_method.additional" as="additional" template="checkout/onepage/shipping_method/additional.phtml"/>
329
+ </block>
330
+ <block type="checkout/onepage_payment" name="checkout.onepage.payment" as="payment" template="checkout/onepage/payment.phtml">
331
+ <block type="checkout/onepage_payment_methods" name="checkout.payment.methods" as="methods" template="checkout/onepage/payment/methods.phtml">
332
+ <action method="setMethodFormTemplate"><method>purchaseorder</method><template>payment/form/purchaseorder.phtml</template></action>
333
+ </block>
334
+ </block>
335
+ <block type="checkout/onepage_review" name="checkout.onepage.review" as="review" template="checkout/onepage/review.phtml"/>
336
+ </block>
337
+ </reference>
338
+ </checkout_onepage_index>
339
+
340
+ <!--
341
+ One page checkout progress block
342
+ -->
343
+
344
+ <checkout_onepage_progress>
345
+ <!-- Mage_Checkout -->
346
+ <remove name="right"/>
347
+ <remove name="left"/>
348
+
349
+ <block type="checkout/onepage_progress" name="root" output="toHtml" template="checkout/onepage/progress.phtml">
350
+ <block type="checkout/onepage_payment_info" name="payment_info">
351
+ <action method="setInfoTemplate"><method></method><template></template></action>
352
+ </block>
353
+ </block>
354
+ </checkout_onepage_progress>
355
+
356
+ <!--
357
+ One page checkout payment methods block
358
+ -->
359
+ <checkout_onepage_paymentmethod>
360
+ <remove name="right"/>
361
+ <remove name="left"/>
362
+
363
+ <block type="checkout/onepage_payment_methods" name="root" output="toHtml" template="checkout/onepage/payment/methods.phtml">
364
+ <action method="setMethodFormTemplate"><method>purchaseorder</method><template>payment/form/purchaseorder.phtml</template></action>
365
+ </block>
366
+ </checkout_onepage_paymentmethod>
367
+
368
+
369
+ <!--
370
+ One page checkout shipping methods block
371
+ -->
372
+
373
+ <checkout_onepage_shippingmethod>
374
+ <!-- Mage_Checkout -->
375
+ <remove name="right"/>
376
+ <remove name="left"/>
377
+
378
+ <block type="checkout/onepage_shipping_method_available" name="root" output="toHtml" template="checkout/onepage/shipping_method/available.phtml"/>
379
+ </checkout_onepage_shippingmethod>
380
+
381
+ <checkout_onepage_additional>
382
+ <!-- Mage_Checkout -->
383
+ <remove name="right"/>
384
+ <remove name="left"/>
385
+
386
+ <block type="checkout/onepage_shipping_method_additional" name="root" output="toHtml" template="checkout/onepage/shipping_method/additional.phtml">
387
+ <action method="setDontDisplayContainer"><param>1</param></action>
388
+ </block>
389
+ </checkout_onepage_additional>
390
+
391
+ <!--
392
+ One page checkout order review block
393
+ -->
394
+
395
+ <checkout_onepage_review translate="label">
396
+ <label>One Page Checkout Overview</label>
397
+ <!-- Mage_Checkout -->
398
+ <remove name="right"/>
399
+ <remove name="left"/>
400
+
401
+ <block type="checkout/onepage_review_info" name="root" output="toHtml" template="checkout/onepage/review/info.phtml">
402
+ <action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/onepage/review/item.phtml</template></action>
403
+ <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/onepage/review/item.phtml</template></action>
404
+ <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/onepage/review/item.phtml</template></action>
405
+ <block type="checkout/cart_totals" name="checkout.onepage.review.info.totals" as="totals" template="checkout/onepage/review/totals.phtml"/>
406
+ <block type="core/text_list" name="checkout.onepage.review.info.items.before" as="items_before" translate="label">
407
+ <label>Items Before</label>
408
+ </block>
409
+ <block type="core/text_list" name="checkout.onepage.review.info.items.after" as="items_after" translate="label">
410
+ <label>Items After</label>
411
+ </block>
412
+ <block type="checkout/agreements" name="checkout.onepage.agreements" as="agreements" template="checkout/onepage/agreements.phtml"/>
413
+ <block type="core/template" name="checkout.onepage.review.button" as="button" template="checkout/onepage/review/button.phtml"/>
414
+ </block>
415
+ </checkout_onepage_review>
416
+
417
+ <checkout_onepage_success translate="label">
418
+ <label>One Page Checkout Success</label>
419
+ <reference name="root">
420
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
421
+ </reference>
422
+ <reference name="content">
423
+ <block type="checkout/onepage_success" name="checkout.success" template="checkout/success.phtml"/>
424
+ </reference>
425
+ </checkout_onepage_success>
426
+ <checkout_onepage_failure translate="label">
427
+ <label>One Page Checkout Failure</label>
428
+ <reference name="root">
429
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
430
+ </reference>
431
+ <reference name="content">
432
+ <block type="checkout/onepage_failure" name="checkout.failure" template="checkout/onepage/failure.phtml"/>
433
+ </reference>
434
+ </checkout_onepage_failure>
435
+ <block type="core/list" name="additional.product.info"/>
436
+ </layout>
app/design/frontend/default/mc_exclusive/layout/newsletter.xml ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.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="left">
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
+ </customer_account>
54
+
55
+ <customer_account_index>
56
+
57
+ <reference name="right">
58
+ <action method="unsetChild"><name>right.newsletter</name></action>
59
+ </reference>
60
+ </customer_account_index>
61
+
62
+ <newsletter_manage_index translate="label">
63
+ <label>Customer My Account Newsletter Subscriptions</label>
64
+ <update handle="customer_account"/>
65
+ <reference name="my.account.wrapper">
66
+ <block type="customer/newsletter" name="customer_newsletter">
67
+ <block type="page/html_wrapper" name="customer.newsletter.form.before" as="form_before">
68
+ <action method="setMayBeInvisible"><value>1</value></action>
69
+ </block>
70
+ </block>
71
+ </reference>
72
+ </newsletter_manage_index>
73
+
74
+ </layout>
app/design/frontend/default/mc_exclusive/layout/page.xml ADDED
@@ -0,0 +1,192 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_default
23
+ * @package Mage
24
+ * @copyright Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+ -->
28
+ <layout version="0.1.0">
29
+ <!--
30
+ Default layout, loads most of the pages
31
+ -->
32
+
33
+ <default translate="label" module="page">
34
+ <label>All Pages</label>
35
+ <block type="page/html" name="root" output="toHtml" template="page/3columns.phtml">
36
+
37
+ <block type="page/html_head" name="head" as="head">
38
+ <action method="addJs"><script>prototype/prototype.js</script></action>
39
+ <action method="addJs" ifconfig="dev/js/deprecation"><script>prototype/deprecation.js</script></action>
40
+ <action method="addJs"><script>lib/ccard.js</script></action>
41
+ <action method="addJs"><script>prototype/validation.js</script></action>
42
+ <action method="addJs"><script>scriptaculous/builder.js</script></action>
43
+ <action method="addJs"><script>scriptaculous/effects.js</script></action>
44
+ <action method="addJs"><script>scriptaculous/dragdrop.js</script></action>
45
+ <action method="addJs"><script>scriptaculous/controls.js</script></action>
46
+ <action method="addJs"><script>scriptaculous/slider.js</script></action>
47
+ <action method="addJs"><script>varien/js.js</script></action>
48
+ <action method="addJs"><script>varien/form.js</script></action>
49
+ <action method="addJs"><script>varien/menu.js</script></action>
50
+ <action method="addJs"><script>mage/translate.js</script></action>
51
+ <action method="addJs"><script>mage/cookies.js</script></action>
52
+ <block type="page/js_cookie" name="js_cookies" template="page/js/cookie.phtml"/>
53
+
54
+ <action method="addItem"><type>skin_js</type><name>js/mc_jquerylib.js</name></action>
55
+ <action method="addItem"><type>skin_js</type><name>js/mc_imgpreview.js</name></action>
56
+ <action method="addItem"><type>skin_js</type><name>js/mc_mcjquery.js</name></action>
57
+ <action method="addItem"><type>skin_js</type><name>js/mc_custom.js</name></action>
58
+
59
+ <action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
60
+ <action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
61
+ <action method="addCss"><stylesheet>css/custom.css</stylesheet></action>
62
+ <action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 8</if></action>
63
+ <action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
64
+ <action method="addItem"><type>skin_js</type><name>js/ie6.js</name><params/><if>lt IE 7</if></action>
65
+
66
+
67
+
68
+ <action method="addCss"><stylesheet>css/print.css</stylesheet><params>media="print"</params></action>
69
+ </block>
70
+
71
+ <block type="core/text_list" name="after_body_start" as="after_body_start"/>
72
+
73
+ <block type="page/html_notices" name="global_notices" as="global_notices" template="page/html/notices.phtml" />
74
+
75
+ <block type="page/html_header" name="header" as="header">
76
+ <block type="page/html" name="mc" as="mc" template="page/html/mcconfig.phtml" />
77
+ <block type="page/template_links" name="top.links" as="topLinks"/>
78
+ <block type="page/switch" name="store_language" as="store_language" template="page/switch/languages.phtml"/>
79
+ <block type="core/text_list" name="top.menu" as="topMenu"/>
80
+ <block type="page/html_wrapper" name="top.container" as="topContainer" translate="label">
81
+ <label>Page Header</label>
82
+ <action method="setElementClass"><value>top-container</value></action>
83
+ </block>
84
+ </block>
85
+
86
+ <block type="page/html_breadcrumbs" name="breadcrumbs" as="breadcrumbs"/>
87
+
88
+ <block type="core/text_list" name="left" as="left" translate="label">
89
+ <label>Left Column</label>
90
+ </block>
91
+
92
+ <block type="core/messages" name="global_messages" as="global_messages"/>
93
+ <block type="core/messages" name="messages" as="messages"/>
94
+
95
+ <block type="core/text_list" name="content" as="content" translate="label">
96
+ <label>Main Content Area</label>
97
+ </block>
98
+
99
+ <block type="core/text_list" name="top_slider" as="top_slider"/>
100
+
101
+ <block type="core/text_list" name="right" as="right" translate="label">
102
+ <label>Right Column</label>
103
+ </block>
104
+
105
+ <block type="page/html_footer" name="footer" as="footer" template="page/html/footer.phtml">
106
+ <block type="page/html_wrapper" name="bottom.container" as="bottomContainer" translate="label">
107
+ <label>Page Footer</label>
108
+ <action method="setElementClass"><value>bottom-container</value></action>
109
+ </block>
110
+ <block type="page/switch" name="store_switcher" as="store_switcher" template="page/switch/stores.phtml"/>
111
+ <block type="page/template_links" name="footer_links" as="footer_links" template="page/template/links.phtml"/>
112
+ </block>
113
+
114
+ <block type="core/text_list" name="before_body_end" as="before_body_end"/>
115
+ </block>
116
+
117
+ <block type="core/profiler" output="toHtml" name="core_profiler"/>
118
+ </default>
119
+
120
+ <print translate="label" module="page">
121
+ <label>All Pages (Print Version)</label>
122
+ <!-- Mage_Page -->
123
+ <block type="page/html" name="root" output="toHtml" template="page/print.phtml">
124
+
125
+ <block type="page/html_head" name="head" as="head">
126
+ <action method="addJs"><script>prototype/prototype.js</script></action>
127
+ <action method="addJs"><script>mage/translate.js</script></action>
128
+ <action method="addJs"><script>lib/ccard.js</script></action>
129
+ <action method="addJs"><script>prototype/validation.js</script></action>
130
+ <action method="addJs"><script>varien/js.js</script></action>
131
+ <action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
132
+ <action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
133
+ <action method="addCss"><stylesheet>css/custom.css</stylesheet></action>
134
+ <action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 8</if></action>
135
+ <action method="addCss"><stylesheet>css/print.css</stylesheet><params>media="print"</params></action>
136
+ <action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
137
+ <action method="addItem"><type>skin_js</type><name>js/ie6.js</name><params/><if>lt IE 7</if></action>
138
+ </block>
139
+
140
+ <block type="core/text_list" name="content" as="content" translate="label">
141
+ <label>Main Content Area</label>
142
+ </block>
143
+
144
+ </block>
145
+ </print>
146
+
147
+ <!-- Custom page layout handles -->
148
+ <page_empty translate="label">
149
+ <label>All Empty Layout Pages</label>
150
+ <reference name="root">
151
+ <action method="setTemplate"><template>page/empty.phtml</template></action>
152
+ <!-- Mark root page block that template is applied -->
153
+ <action method="setIsHandle"><applied>1</applied></action>
154
+ </reference>
155
+ </page_empty>
156
+
157
+ <page_one_column translate="label">
158
+ <label>All One-Column Layout Pages</label>
159
+ <reference name="root">
160
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
161
+ <!-- Mark root page block that template is applied -->
162
+ <action method="setIsHandle"><applied>1</applied></action>
163
+ </reference>
164
+ </page_one_column>
165
+
166
+ <page_two_columns_left translate="label">
167
+ <label>All Two-Column Layout Pages (Left Column)</label>
168
+ <reference name="root">
169
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
170
+ <!-- Mark root page block that template is applied -->
171
+ <action method="setIsHandle"><applied>1</applied></action>
172
+ </reference>
173
+ </page_two_columns_left>
174
+
175
+ <page_two_columns_right translate="label">
176
+ <label>All Two-Column Layout Pages (Right Column)</label>
177
+ <reference name="root">
178
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
179
+ <!-- Mark root page block that template is applied -->
180
+ <action method="setIsHandle"><applied>1</applied></action>
181
+ </reference>
182
+ </page_two_columns_right>
183
+
184
+ <page_three_columns translate="label">
185
+ <label>All Three-Column Layout Pages</label>
186
+ <reference name="root">
187
+ <action method="setTemplate"><template>page/3columns.phtml</template></action>
188
+ <!-- Mark root page block that template is applied -->
189
+ <action method="setIsHandle"><applied>1</applied></action>
190
+ </reference>
191
+ </page_three_columns>
192
+ </layout>
app/design/frontend/default/mc_exclusive/layout/tag.xml ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.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="right">
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>
67
+ <!-- Mage_Tag -->
68
+ <reference name="product.info.additional">
69
+ <block type="tag/product_list" name="product_tag_list" before="-" template="tag/list.phtml">
70
+ <block type="page/html_wrapper" name="product.tag.list.list.before" as="list_before">
71
+ <action method="setMayBeInvisible"><value>1</value></action>
72
+ </block>
73
+ </block>
74
+ </reference>
75
+ </catalog_product_view>
76
+
77
+ <!--
78
+ All tags page
79
+ -->
80
+
81
+ <tag_list_index translate="label">
82
+ <label>Tags List (All Available)</label>
83
+ <!-- Mage_Tag -->
84
+ <reference name="root">
85
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
86
+ </reference>
87
+ <reference name="content">
88
+ <block type="tag/all" name="tags_all" template="tag/cloud.phtml"/>
89
+ </reference>
90
+ </tag_list_index>
91
+
92
+ <tag_product_list translate="label">
93
+ <label>Tagged Products List</label>
94
+ <!-- Mage_Tag -->
95
+ <reference name="content">
96
+ <block type="tag/product_result" name="tag_products" template="catalogsearch/result.phtml">
97
+ <block type="catalog/product_list" name="search_result_list" template="catalog/product/list.phtml"></block>
98
+ <action method="setListOrders"/>
99
+ <action method="setListModes"/>
100
+ <action method="setListCollection"/>
101
+ </block>
102
+ </reference>
103
+ </tag_product_list>
104
+
105
+ <tag_customer_index translate="label">
106
+ <label>Customer My Account My Tags List</label>
107
+ <update handle="customer_account"/>
108
+ <reference name="root">
109
+ <action method="setHeaderTitle" translate="title" module="customer"><title>My Account</title></action>
110
+ </reference>
111
+ <reference name="my.account.wrapper">
112
+ <block type="tag/customer_tags" name="customer_tags" template="tag/customer/tags.phtml"/>
113
+ </reference>
114
+ </tag_customer_index>
115
+
116
+ <tag_customer_view translate="label">
117
+ <label>Customer My Account Tag View</label>
118
+ <update handle="customer_account"/>
119
+ <reference name="root">
120
+ <action method="setHeaderTitle" translate="title" module="customer"><title>My Account</title></action>
121
+ </reference>
122
+ <reference name="my.account.wrapper">
123
+ <block type="tag/customer_view" name="customer_view" template="tag/customer/view.phtml"/>
124
+ </reference>
125
+ </tag_customer_view>
126
+
127
+ </layout>
app/design/frontend/default/mc_exclusive/locale/en_US/translate.csv ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ "Home","Home"
2
+ "Products","Products"
3
+ "New Products","New Products"
4
+ "Store Catalog","Store Catalog"
app/design/frontend/default/mc_exclusive/template/callouts/left_col.phtml ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+
28
+ <div class="block block-banner">
29
+ <?php if (strtolower(substr($this->getLinkUrl(),0,4))==='http'): ?>
30
+ <a href="<?php echo $this->getLinkUrl() ?>">
31
+ <?php elseif($this->getLinkUrl()): ?>
32
+ <a href="<?php echo $this->getUrl($this->getLinkUrl()) ?>">
33
+ <?php endif ?>
34
+ <img src="<?php echo $this->getSkinUrl($this->getImgSrc()) ?>" width="195" alt="<?php echo $this->__($this->getImgAlt()) ?>" style="display:block;" />
35
+ <?php if ($this->getLinkUrl()): ?>
36
+ </a>
37
+ <?php endif ?>
38
+ </div>
app/design/frontend/default/mc_exclusive/template/callouts/right_col.phtml ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <div class="block-banner">
28
+ <?php if(strtolower(substr($this->getLinkUrl(),0,4))==='http'): ?>
29
+ <a href="<?php echo $this->getLinkUrl() ?>" title="<?php echo $this->__($this->getImgAlt()) ?>">
30
+ <?php elseif($this->getLinkUrl()): ?>
31
+ <a href="<?php echo $this->getUrl($this->getLinkUrl()) ?>" title="<?php echo $this->__($this->getImgAlt()) ?>">
32
+ <?php endif; ?>
33
+ <img src="<?php echo $this->getSkinUrl($this->getImgSrc()) ?>"<?php if(!$this->getLinkUrl()): ?> title="<?php echo $this->__($this->getImgAlt()) ?>"<?php endif; ?> alt="<?php echo $this->__($this->getImgAlt()) ?>" />
34
+ <?php if($this->getLinkUrl()): ?>
35
+ </a>
36
+ <?php endif ?>
37
+ </div>
app/design/frontend/default/mc_exclusive/template/catalog/layer/view.phtml ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Category layered navigation
30
+ *
31
+ * @see Mage_Catalog_Block_Layer_View
32
+ */
33
+ ?>
34
+ <?php if($this->canShowBlock()): ?>
35
+ <div class="block block-layered-nav">
36
+ <div class="block-title">
37
+ <strong><span><?php echo $this->__('Shop by') ?></span></strong>
38
+ </div>
39
+ <div class="block-content">
40
+ <?php echo $this->getStateHtml() ?>
41
+ <?php if($this->canShowOptions()): ?>
42
+ <p class="block-subtitle"><?php echo $this->__('Shopping Options') ?></p>
43
+ <dl id="narrow-by-list">
44
+ <?php $_filters = $this->getFilters() ?>
45
+ <?php foreach ($_filters as $_filter): ?>
46
+ <?php if($_filter->getItemsCount()): ?>
47
+ <dt><?php echo $this->__($_filter->getName()) ?></dt>
48
+ <dd><?php echo $_filter->getHtml() ?></dd>
49
+ <?php endif; ?>
50
+ <?php endforeach; ?>
51
+ </dl>
52
+ <script type="text/javascript">decorateDataList('narrow-by-list')</script>
53
+ <?php endif; ?>
54
+ </div>
55
+ </div>
56
+ <?php endif; ?>
app/design/frontend/default/mc_exclusive/template/catalog/navigation/left.phtml ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php if (!Mage::registry('current_category')) return ?>
2
+ <?php
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) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+
28
+ /**
29
+ * Category left navigation
30
+ *
31
+ * @see Mage_Catalog_Block_Navigation
32
+ */
33
+ ?>
34
+ <?php if (!Mage::registry('current_category')) return ?>
35
+ <?php $_categories=$this->getCurrentChildCategories() ?>
36
+ <?php $_count = is_array($_categories)?count($_categories):$_categories->count(); ?>
37
+ <?php if($_count): ?>
38
+ <div class="block block-layered-nav">
39
+ <div class="block-title">
40
+ <strong><span><?php echo $this->__('Browse By') ?></span></strong>
41
+ </div>
42
+ <div class="block-content">
43
+ <dl id="narrow-by-list2">
44
+ <dt><?php echo $this->__('Category') ?></dt>
45
+ <dd>
46
+ <ol>
47
+ <?php foreach ($_categories as $_category): ?>
48
+ <?php if($_category->getIsActive()): ?>
49
+ <li>
50
+ <a href="<?php echo $this->getCategoryUrl($_category) ?>"<?php if ($this->isCategoryActive($_category)): ?> class="current"<?php endif; ?>><?php echo $this->htmlEscape($_category->getName()) ?></a> (<?php echo $_category->getProductCount() ?>)
51
+ </li>
52
+ <?php endif; ?>
53
+ <?php endforeach ?>
54
+ </ol>
55
+ </dd>
56
+ </dl>
57
+ <script type="text/javascript">decorateDataList('narrow-by-list2')</script>
58
+ </div>
59
+ </div>
60
+ <?php endif; ?>
app/design/frontend/default/mc_exclusive/template/catalog/navigation/sidebar.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_default
22
+ * @package Mage
23
+ * @copyright Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Top menu for store
30
+ *
31
+ * @see Mage_Catalog_Block_Navigation
32
+ */
33
+ ?>
34
+ <div class="block block-navigation">
35
+ <div class="block-title"><strong><span><?php echo $this->__('Store Catalog') ?></span></strong></div>
36
+ <div class="block-content">
37
+ <ul id="nav-sidebox">
38
+ <?php foreach ($this->getStoreCategories() as $_category): ?>
39
+ <?php echo $this->drawItem($_category) ?>
40
+ <?php endforeach ?>
41
+ </ul>
42
+ </div>
43
+ </div>
app/design/frontend/default/mc_exclusive/template/catalog/navigation/top.phtml ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Top menu for store
30
+ *
31
+ * @see Mage_Catalog_Block_Navigation
32
+ */
33
+ ?>
34
+
35
+ <div class="header-nav">
36
+ <div class="nav-container">
37
+ <ul id="nav">
38
+ <li><a href="<?php echo $this->getUrl() ?>"><?php echo $this->__('Home') ?></a></li>
39
+ <li onmouseover="toggleMenu(this,1)" onmouseout="toggleMenu(this,0)">
40
+ <a href="<?php echo $this->getUrl('') ?>"><?php echo $this->__('Products') ?></a>
41
+ <ul>
42
+ <?php foreach ($this->getStoreCategories() as $_category): ?>
43
+ <?php echo $this->drawItem($_category) ?>
44
+ <?php endforeach ?>
45
+ </ul>
46
+ </li>
47
+ <?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('menu')->toHtml(); ?>
48
+ </ul>
49
+ </div>
50
+ </div>
app/design/frontend/default/mc_exclusive/template/catalog/product/compare/sidebar.phtml ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ /* @var $this Mage_Catalog_Block_Product_Compare_Sidebar */
27
+ ?>
28
+ <div class="block block-compare">
29
+ <div class="block-title">
30
+ <strong><span><?php echo $this->__('Compare Products') ?>
31
+ <?php if($this->helper('catalog/product_compare')->getItemCount()>0): ?>
32
+ <small><?php echo $this->__('(%d)', $this->helper('catalog/product_compare')->getItemCount()) ?></small>
33
+ <?php endif; ?>
34
+ </span></strong>
35
+ </div>
36
+ <div class="block-content">
37
+ <?php if($this->helper('catalog/product_compare')->getItemCount()>0): ?>
38
+ <ol id="compare-items">
39
+ <?php foreach($this->helper('catalog/product_compare')->getItemCollection() as $_index=>$_item): ?>
40
+ <li class="item">
41
+ <input type="hidden" class="compare-item-id" value="<?php echo $_item->getId() ?>" />
42
+ <a href="<?php echo $this->helper('catalog/product_compare')->getRemoveUrl($_item) ?>" title="<?php echo $this->__('Remove This Item') ?>" class="btn-remove" onclick="return confirm('<?php echo $this->__('Are you sure you would like to remove this item from the comparison list?') ?>');"><?php echo $this->__('Remove This Item') ?></a>
43
+ <p class="product-name"><a href="<?php echo $this->getProductUrl($_item) ?>"><?php echo $this->helper('catalog/output')->productAttribute($_item, $_item->getName(), 'name') ?></a></p>
44
+ </li>
45
+ <?php endforeach; ?>
46
+ </ol>
47
+ <script type="text/javascript">decorateList('compare-items')</script>
48
+ <div class="actions">
49
+ <a href="<?php echo $this->helper('catalog/product_compare')->getClearListUrl() ?>" onclick="return confirm('<?php echo $this->__('Are you sure you would like to remove all products from your comparison?') ?>');"><?php echo $this->__('Clear All') ?></a>
50
+ <button type="button" title="<?php echo $this->__('Compare') ?>" class="button" onclick="popWin('<?php echo $this->helper('catalog/product_compare')->getListUrl() ?>','compare','top:0,left:0,width=820,height=600,resizable=yes,scrollbars=yes')"><span><span><?php echo $this->__('Compare') ?></span></span></button>
51
+ </div>
52
+ <?php else: ?>
53
+ <p class="empty"><?php echo $this->__('You have no items to compare.') ?></p>
54
+ <?php endif; ?>
55
+ </div>
56
+ </div>
app/design/frontend/default/mc_exclusive/template/catalog/product/new.phtml ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.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="page-title"><h3><?php echo $this->__('New Products') ?></h3></div>
29
+ <?php $_columnCount = $this->getColumnCount(); ?>
30
+ <?php $i=0; foreach ($_products->getItems() as $_product): ?>
31
+ <?php if ($i++%$_columnCount==0): ?>
32
+ <ul class="products-grid">
33
+ <?php endif ?>
34
+ <li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
35
+ <p class="product-image">
36
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->htmlEscape($this->getImageLabel($_product, 'small_image')) ?>">
37
+ <img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(100, 100); ?>" width="100" height="100" alt="<?php echo $this->htmlEscape($this->getImageLabel($_product, 'small_image')) ?>" title="<?php echo $this->htmlEscape($this->getImageLabel($_product, 'small_image')) ?>" />
38
+ </a>
39
+ </p>
40
+ <h5 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>"><?php echo $this->htmlEscape($_product->getName()) ?></a></h5>
41
+ <?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
42
+ <?php echo $this->getPriceHtml($_product, true, '-new') ?>
43
+ <?php if($_product->isSaleable()): ?>
44
+ <button type="button" class="button" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
45
+ <?php else: ?>
46
+ <div class="out-of-stock"><?php echo $this->__('Out of stock') ?></div>
47
+ <?php endif; ?>
48
+ </li>
49
+ <?php if ($i%$_columnCount==0 || $i==count($_products)): ?>
50
+ </ul>
51
+ <?php endif ?>
52
+ <?php endforeach; ?>
53
+ <script type="text/javascript">decorateGeneric($$('ul.products-grid'), ['odd','even','first','last'])</script>
54
+ <?php endif; ?>
app/design/frontend/default/mc_exclusive/template/catalog/product/view.phtml ADDED
@@ -0,0 +1,132 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you 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) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+
27
+ /**
28
+ * Product view template
29
+ *
30
+ * @see Mage_Catalog_Block_Product_View
31
+ * @see Mage_Review_Block_Product_View
32
+ */
33
+ ?>
34
+ <?php
35
+ $_helper = $this->helper('catalog/output');
36
+ $_product = $this->getProduct();
37
+ ?>
38
+ <div class="page-title">
39
+ <h3><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></h3>
40
+ </div>
41
+ <script type="text/javascript">
42
+ var optionsPrice = new Product.OptionsPrice(<?php echo $this->getJsonConfig() ?>);
43
+ </script>
44
+ <div id="messages_product_view"><?php echo $this->getMessagesBlock()->getGroupedHtml() ?></div>
45
+ <div class="product-view">
46
+ <div class="product-essential">
47
+ <form action="<?php echo $this->getAddToCartUrl($_product) ?>" method="post" id="product_addtocart_form"<?php if($_product->getOptions()): ?> enctype="multipart/form-data"<?php endif; ?>>
48
+ <div class="no-display">
49
+ <input type="hidden" name="product" value="<?php echo $_product->getId() ?>" />
50
+ <input type="hidden" name="related_product" id="related-products-field" value="" />
51
+ </div>
52
+
53
+ <div class="product-shop">
54
+ <div class="product-name">
55
+ <h1><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></h1>
56
+ </div>
57
+
58
+ <?php if ($this->canEmailToFriend()): ?>
59
+ <p class="email-friend"><a href="<?php echo $this->helper('catalog/product')->getEmailToFriendUrl($_product) ?>"><?php echo $this->__('Email to a Friend') ?></a></p>
60
+ <?php endif; ?>
61
+
62
+ <?php echo $this->getReviewsSummaryHtml($_product, false, true)?>
63
+ <?php echo $this->getChildHtml('alert_urls') ?>
64
+ <?php echo $this->getChildHtml('product_type_data') ?>
65
+ <?php echo $this->getTierPriceHtml() ?>
66
+ <?php echo $this->getChildHtml('extrahint') ?>
67
+
68
+
69
+ <?php if (!$this->hasOptions()):?>
70
+ <div class="add-to-box">
71
+ <?php if($_product->isSaleable()): ?>
72
+ <?php echo $this->getChildHtml('addtocart') ?>
73
+ <?php if( $this->helper('wishlist')->isAllow() || $_compareUrl=$this->helper('catalog/product_compare')->getAddUrl($_product)): ?>
74
+ <span class="or"><?php echo $this->__('OR') ?></span>
75
+ <?php endif; ?>
76
+ <?php endif; ?>
77
+ <?php echo $this->getChildHtml('addto') ?>
78
+ </div>
79
+ <?php echo $this->getChildHtml('extra_buttons') ?>
80
+ <?php else:?>
81
+ <?php echo $this->getChildHtml('addto') ?>
82
+ <?php endif; ?>
83
+
84
+ <?php if ($_product->getShortDescription()):?>
85
+ <div class="short-description">
86
+ <h2><?php echo $this->__('Quick Overview') ?></h2>
87
+ <div class="std"><?php echo $_helper->productAttribute($_product, nl2br($_product->getShortDescription()), 'short_description') ?></div>
88
+ </div>
89
+ <?php endif;?>
90
+
91
+ <?php echo $this->getChildHtml('other');?>
92
+
93
+ <?php if ($_product->isSaleable() && $this->hasOptions()):?>
94
+ <?php echo $this->getChildChildHtml('container1', '', true, true) ?>
95
+ <?php endif;?>
96
+
97
+ </div>
98
+
99
+ <div class="product-img-box">
100
+ <?php echo $this->getChildHtml('media') ?>
101
+ </div>
102
+
103
+ <div class="clearer"></div>
104
+ <?php if ($_product->isSaleable() && $this->hasOptions()):?>
105
+ <?php echo $this->getChildChildHtml('container2', '', true, true) ?>
106
+ <?php endif;?>
107
+ </form>
108
+ <script type="text/javascript">
109
+ //<![CDATA[
110
+ var productAddToCartForm = new VarienForm('product_addtocart_form');
111
+ productAddToCartForm.submit = function(){
112
+ if (this.validator.validate()) {
113
+ this.form.submit();
114
+ }
115
+ }.bind(productAddToCartForm);
116
+ //]]>
117
+ </script>
118
+ </div>
119
+
120
+ <div class="product-collateral">
121
+ <?php foreach ($this->getChildGroup('detailed_info', 'getChildHtml') as $alias => $html):?>
122
+ <div class="box-collateral <?php echo "box-{$alias}"?>">
123
+ <?php if ($title = $this->getChildData($alias, 'title')):?>
124
+ <h2><?php echo $this->escapeHtml($title); ?></h2>
125
+ <?php endif;?>
126
+ <?php echo $html; ?>
127
+ </div>
128
+ <?php endforeach;?>
129
+ <?php echo $this->getChildHtml('upsell_products') ?>
130
+ <?php echo $this->getChildHtml('product_additional_data') ?>
131
+ </div>
132
+ </div>
app/design/frontend/default/mc_exclusive/template/catalogsearch/form.mini.phtml ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <form id="search_mini_form" action="<?php echo $this->helper('catalogSearch')->getResultUrl() ?>" method="get">
28
+ <fieldset>
29
+ <label for="search"><?php echo $this->__('Search:') ?></label>
30
+ <div class="mini-search">
31
+ <input id="search" type="text" class="input-text" name="<?php echo $this->helper('catalogSearch')->getQueryParamName() ?>" class="input-text" value="<?php echo $this->helper('catalogSearch')->getEscapedQueryText() ?>" />
32
+ <input type="image" src="<?php echo $this->getSkinUrl('images/search_btn.gif') ?>" alt="<?php echo $this->__('Search') ?>" />
33
+ <div id="search_autocomplete" class="search-autocomplete"></div>
34
+ <script type="text/javascript">
35
+ //<![CDATA[
36
+ var searchForm = new Varien.searchForm('search_mini_form', 'search', '<?php echo $this->__('Search entire store here...') ?>');
37
+ searchForm.initAutocomplete('<?php echo $this->helper('catalogsearch')->getSuggestUrl() ?>', 'search_autocomplete');
38
+ //]]>
39
+ </script>
40
+ </div>
41
+ </fieldset>
42
+ </form>
app/design/frontend/default/mc_exclusive/template/checkout/cart/header.cart.phtml ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <script src="<?php echo $this->getSkinUrl('js/dropdown.js') ?>" type="text/javascript"></script>
2
+ <?php $_cartQty = $this->getSummaryCount() ?>
3
+ <div class="box header-cart" id="header-cart">
4
+ <div class="head" onclick="dropdown('cart-content', 'header-cart')">
5
+ <h4 id="header-cart-top" >
6
+ <?php if ($_cartQty>0): ?>
7
+ <?php if ($_cartQty==1): ?>
8
+ <?php echo $this->__('There is <strong>1 item</strong> in your cart') ?>
9
+ <?php else: ?>
10
+ <?php echo $this->__('There are <strong>%s items</strong> in your cart', $_cartQty) ?>
11
+ <?php endif ?>
12
+ <?php else: ?>
13
+ <?php echo $this->__('Your <a href="%s">Shopping cart</a> is empty.', $this->getUrl('checkout/cart')) ?>
14
+ <?php endif ?>
15
+ </h4>
16
+ </div>
17
+
18
+ <div class="content" id="cart-content" style="display: none;">
19
+ <?php $_items = $this->getItems() ?>
20
+ <?php if(count($_items)): ?>
21
+ <h6><?php echo $this->__('Cart Subtotal:') ?> <?php echo Mage::helper('checkout')->formatPrice($this->getSubtotal()) ?></h6>
22
+ <?php if ($_subtotalInclTax = $this->getSubtotalInclTax()): ?>
23
+ <br/>(<b><?php echo Mage::helper('checkout')->formatPrice($_subtotalInclTax) ?></b> <?php echo Mage::helper('tax')->getIncExcText(true) ?>)
24
+ <?php endif; ?>
25
+ <ol>
26
+ <?php foreach($_items as $_item): ?>
27
+ <?php echo $this->getItemHtml($_item) ?>
28
+ <?php endforeach; ?>
29
+ </ol>
30
+ <script type="text/javascript">decorateList('cart-sidebar', 'non-recursive')</script>
31
+ <?php endif ?>
32
+
33
+ <?php if($_cartQty && $this->isPossibleOnepageCheckout()): ?>
34
+ <div class="actions" id="center-buttons">
35
+ <a class="form-button-header" type="button" onclick="setLocation('<?php echo $this->getCheckoutUrl() ?>')">
36
+ <span><?php echo $this->__('Checkout') ?></span>
37
+ </a>
38
+ <a class="form-button-alt-header" type="button" onclick="setLocation('<?php echo $this->getUrl('checkout/cart') ?>')">
39
+ <span><?php echo $this->__('View cart') ?></span>
40
+ </a>
41
+ </div>
42
+ <?php endif ?>
43
+ </div>
44
+ </div>
app/design/frontend/default/mc_exclusive/template/checkout/cart/sidebar.phtml ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you 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) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+
27
+ /**
28
+ * Shoping cart sidebar
29
+ *
30
+ * @see Mage_Checkout_Block_Cart_Sidebar
31
+ */
32
+ ?>
33
+ <?php if ($this->getIsNeedToDisplaySideBar()):?>
34
+ <div class="block block-cart">
35
+ <?php $_cartQty = $this->getSummaryCount() ?>
36
+ <div class="block-title">
37
+ <strong><span><?php echo $this->__('My Cart') ?></span></strong>
38
+ </div>
39
+ <div class="block-content">
40
+ <?php if ($_cartQty>0): ?>
41
+ <div class="summary">
42
+ <?php if ($_cartQty==1): ?>
43
+ <p class="amount"><?php echo $this->__('There is <a href="%s">1 item</a> in your cart.', $this->getUrl('checkout/cart')) ?></p>
44
+ <?php else: ?>
45
+ <p class="amount"><?php echo $this->__('There are <a href="%s">%s items</a> in your cart.', $this->getUrl('checkout/cart'), $_cartQty) ?></p>
46
+ <?php endif ?>
47
+ <p class="subtotal">
48
+ <span class="label"><?php echo $this->__('Cart Subtotal:') ?></span> <?php echo Mage::helper('checkout')->formatPrice($this->getSubtotal()) ?>
49
+ <?php if ($_subtotalInclTax = $this->getSubtotalInclTax()): ?>
50
+ <br />(<?php echo Mage::helper('checkout')->formatPrice($_subtotalInclTax) ?> <?php echo Mage::helper('tax')->getIncExcText(true) ?>)
51
+ <?php endif; ?>
52
+ </p>
53
+ </div>
54
+ <?php endif ?>
55
+ <?php if($_cartQty && $this->isPossibleOnepageCheckout()): ?>
56
+ <div class="actions">
57
+ <?php echo $this->getChildHtml('extra_actions') ?>
58
+ <button type="button" title="<?php echo $this->__('Checkout') ?>" class="button" onclick="setLocation('<?php echo $this->getCheckoutUrl() ?>')"><span><span><?php echo $this->__('Checkout') ?></span></span></button>
59
+ </div>
60
+ <?php endif ?>
61
+ <?php $_items = $this->getRecentItems() ?>
62
+ <?php if(count($_items)): ?>
63
+ <p class="block-subtitle"><?php echo $this->__('Recently added item(s)') ?></p>
64
+ <ol id="cart-sidebar" class="mini-products-list">
65
+ <?php foreach($_items as $_item): ?>
66
+ <?php echo $this->getItemHtml($_item) ?>
67
+ <?php endforeach; ?>
68
+ </ol>
69
+ <script type="text/javascript">decorateList('cart-sidebar', 'none-recursive')</script>
70
+ <?php else: ?>
71
+ <p class="empty"><?php echo $this->__('You have no items in your shopping cart.') ?></p>
72
+ <?php endif ?>
73
+ </div>
74
+ </div>
75
+ <?php endif;?>
app/design/frontend/default/mc_exclusive/template/customer/account/navigation.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) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <div class="block block-account">
28
+ <div class="block-title">
29
+ <strong><span><?php echo $this->__('My Account'); ?></span></strong>
30
+ </div>
31
+ <div class="block-content">
32
+ <ul>
33
+ <?php $_links = $this->getLinks(); ?>
34
+ <?php $_index = 1; ?>
35
+ <?php $_count = count($_links); ?>
36
+ <?php foreach ($_links as $_link): ?>
37
+ <?php $_last = ($_index++ >= $_count); ?>
38
+ <?php if ($this->isActive($_link)): ?>
39
+ <li class="current<?php echo ($_last ? ' last' : '') ?>"><strong><?php echo $_link->getLabel() ?></strong></li>
40
+ <?php else: ?>
41
+ <li<?php echo ($_last ? ' class="last"' : '') ?>><a href="<?php echo $_link->getUrl() ?>"><?php echo $_link->getLabel() ?></a></li>
42
+ <?php endif; ?>
43
+ <?php endforeach; ?>
44
+ </ul>
45
+ </div>
46
+ </div>
app/design/frontend/default/mc_exclusive/template/directory/currency.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) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Currency switcher
30
+ *
31
+ * @see Mage_Directory_Block_Currency
32
+ */
33
+ ?>
34
+ <?php if($this->getCurrencyCount()>1): ?>
35
+ <div class="block block-currency">
36
+ <div class="block-title">
37
+ <strong><span><?php echo $this->__('Select Your Currency') ?></span></strong>
38
+ </div>
39
+ <div class="block-content">
40
+ <select name="currency" title="<?php echo $this->__('Select Your Currency') ?>" onchange="setLocation(this.value)">
41
+ <?php foreach ($this->getCurrencies() as $_code => $_name): ?>
42
+ <option value="<?php echo $this->getSwitchCurrencyUrl($_code) ?>"<?php if($_code==$this->getCurrentCurrencyCode()): ?> selected="selected"<?php endif; ?>>
43
+ <?php echo $_name ?> - <?php echo $_code ?>
44
+ </option>
45
+ <?php endforeach; ?>
46
+ </select>
47
+ </div>
48
+ </div>
49
+ <?php endif; ?>
app/design/frontend/default/mc_exclusive/template/page/1column.phtml ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Template for Mage_Page_Block_Html
30
+ */
31
+ ?>
32
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
33
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
34
+ <head>
35
+ <?php echo $this->getChildHtml('head') ?>
36
+ </head>
37
+ <body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
38
+ <?php echo $this->getChildHtml('after_body_start') ?>
39
+ <div class="wrapper">
40
+ <?php echo $this->getChildHtml('global_notices') ?>
41
+ <div class="page">
42
+ <?php echo $this->getChildHtml('header') ?>
43
+ <div class="main-container col1-layout">
44
+ <?php echo $this->getChildHtml('breadcrumbs') ?>
45
+ <div class="main">
46
+ <div class="col-main">
47
+ <?php echo $this->getChildHtml('global_messages') ?>
48
+ <?php echo $this->getChildHtml('content') ?>
49
+ </div>
50
+ </div>
51
+ </div>
52
+ <?php echo $this->getChildHtml('footer') ?>
53
+ <?php echo $this->getChildHtml('before_body_end') ?>
54
+ </div>
55
+ </div>
56
+ <?php echo $this->getAbsoluteFooter() ?>
57
+ </body>
58
+ </html>
app/design/frontend/default/mc_exclusive/template/page/2columns-left.phtml ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Template for Mage_Page_Block_Html
30
+ */
31
+ ?>
32
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
33
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
34
+ <head>
35
+ <?php echo $this->getChildHtml('head') ?>
36
+ </head>
37
+ <body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
38
+ <?php echo $this->getChildHtml('after_body_start') ?>
39
+ <div class="wrapper">
40
+ <?php echo $this->getChildHtml('global_notices') ?>
41
+ <div class="page">
42
+ <?php echo $this->getChildHtml('header') ?>
43
+ <div class="main-container col2-left-layout">
44
+ <?php echo $this->getChildHtml('breadcrumbs') ?>
45
+ <div class="main">
46
+ <div class="col-main">
47
+ <?php echo $this->getChildHtml('global_messages') ?>
48
+ <?php echo $this->getChildHtml('content') ?>
49
+ </div>
50
+ <div class="col-left sidebar"><?php echo $this->getChildHtml('left') ?></div>
51
+ </div>
52
+ </div>
53
+ <?php echo $this->getChildHtml('footer') ?>
54
+ <?php echo $this->getChildHtml('before_body_end') ?>
55
+ </div>
56
+ </div>
57
+ <?php echo $this->getAbsoluteFooter() ?>
58
+ </body>
59
+ </html>
app/design/frontend/default/mc_exclusive/template/page/2columns-right.phtml ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Template for Mage_Page_Block_Html
30
+ */
31
+ ?>
32
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
33
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
34
+ <head>
35
+ <?php echo $this->getChildHtml('head') ?>
36
+ </head>
37
+ <body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
38
+ <?php echo $this->getChildHtml('after_body_start') ?>
39
+ <div class="wrapper">
40
+ <?php echo $this->getChildHtml('global_notices') ?>
41
+ <div class="page">
42
+ <?php echo $this->getChildHtml('header') ?>
43
+ <div class="main-container col2-right-layout">
44
+ <?php echo $this->getChildHtml('breadcrumbs') ?>
45
+ <div class="main">
46
+ <div class="col-main">
47
+ <?php echo $this->getChildHtml('global_messages') ?>
48
+ <?php echo $this->getChildHtml('content') ?>
49
+ </div>
50
+ <div class="col-right sidebar"><?php echo $this->getChildHtml('right') ?></div>
51
+ </div>
52
+ </div>
53
+ <?php echo $this->getChildHtml('footer') ?>
54
+ <?php echo $this->getChildHtml('before_body_end') ?>
55
+ </div>
56
+ </div>
57
+ <?php echo $this->getAbsoluteFooter() ?>
58
+ </body>
59
+ </html>
app/design/frontend/default/mc_exclusive/template/page/3columns.phtml ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Template for Mage_Page_Block_Html
30
+ */
31
+ ?>
32
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
33
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
34
+ <head>
35
+ <?php echo $this->getChildHtml('head') ?>
36
+ </head>
37
+ <body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
38
+ <?php echo $this->getChildHtml('after_body_start') ?>
39
+ <div class="wrapper">
40
+ <?php echo $this->getChildHtml('global_notices') ?>
41
+ <div class="page">
42
+ <?php echo $this->getChildHtml('header') ?>
43
+ <div class="main-container col3-layout">
44
+ <?php echo $this->getChildHtml('top_slider') ?>
45
+ <?php echo $this->getChildHtml('breadcrumbs') ?>
46
+ <div class="main">
47
+ <div class="col-wrapper">
48
+ <div class="col-main">
49
+ <?php echo $this->getChildHtml('global_messages') ?>
50
+ <?php echo $this->getChildHtml('content') ?>
51
+ </div>
52
+ <div class="col-left sidebar"><?php echo $this->getChildHtml('left') ?></div>
53
+ </div>
54
+ <div class="col-right sidebar"><?php echo $this->getChildHtml('right') ?></div>
55
+ </div>
56
+ </div>
57
+ <?php echo $this->getChildHtml('footer') ?>
58
+ <?php echo $this->getChildHtml('before_body_end') ?>
59
+ </div>
60
+ </div>
61
+ <?php echo $this->getAbsoluteFooter() ?>
62
+ </body>
63
+ </html>
app/design/frontend/default/mc_exclusive/template/page/html/footer.phtml ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design_default
22
+ * @package Mage
23
+ * @copyright Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.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="footerl">
30
+ <p class="legality">
31
+ <?php echo $this->getCopyright() ?>
32
+ <!-- This theme is avalable udner Creative Commons License http://creativecommons.org/licenses/by/3.0/ Removing links to is similarly prohibited. --><a href="#" alt="Magento Theme"> Magento Theme by Magento Complete</a>. <!-- Removing links to is similarly prohibited. -->
33
+ </p>
34
+ <div class="box mini-newsletter">
35
+ <h4><?php echo $this->__('Newsletter Sign-up') ?></h4>
36
+ <form action="<?php echo $this->getUrl('newsletter/subscriber/new') ?>" method="post" id="newsletter-validate-detail-footer">
37
+ <fieldset>
38
+ <legend><?php echo $this->__('Newsletter') ?></legend>
39
+ <button type="submit" class="button f-right"><span><span><?php echo $this->__('Subscribe') ?></span></span></button>
40
+ <input name="email" type="text" id="newsletter-f" class="required-entry validate-email input-text" />
41
+ </fieldset>
42
+ </form>
43
+ <script type="text/javascript">
44
+ //<![CDATA[
45
+ var newsletterSubscriberFormDetail = new VarienForm('newsletter-validate-detail-footer');
46
+ //]]>
47
+ </script>
48
+ </div>
49
+ </div>
50
+ <div class="informational">
51
+ <?php echo $this->getChildHtml('footer_links') ?>
52
+ <?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('payments')->toHtml();?>
53
+ </div>
54
+ </div>
55
+ </div>
app/design/frontend/default/mc_exclusive/template/page/html/header.phtml ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <div class="header">
28
+ <div class="header-container">
29
+ <?php echo $this->getChildHtml('mc') ?>
30
+
31
+ <div class="header-top">
32
+ <div class="header-topbar">
33
+ <?php echo $this->getChildHtml('headerCart') ?>
34
+
35
+ </div>
36
+ <div class="header-top">
37
+ <?php if ($this->getIsHomePage()):?>
38
+ <div 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></div>
39
+ <?php else:?>
40
+ <a href="<?php echo $this->getUrl('') ?>" title="<?php echo $this->getLogoAlt() ?>" class="logo"><strong><?php echo $this->getLogoAlt() ?></strong><img src="<?php echo $this->getLogoSrc() ?>" alt="<?php echo $this->getLogoAlt() ?>" /></a>
41
+ <?php endif?>
42
+ <!-- <p class="no-display"><a href="#main"><strong><?php //echo $this->__('Skip to Main Content') ?> &raquo;</strong></a></p>-->
43
+ <div class="quick-access">
44
+ <div class="welcome-msg"><?php echo $this->getWelcome() ?></div>
45
+ <div class="shop-access"><?php echo $this->getChildHtml('topLinks') ?></div>
46
+ </div>
47
+ <div class="quick-search">
48
+ <?php echo $this->getChildHtml('store_language') ?> <?php echo $this->getChildHtml('topSearch') ?>
49
+ </div>
50
+ <?php echo $this->getChildHtml('topMenu') ?>
51
+ </div>
52
+ </div>
53
+
54
+ </div>
55
+ </div>
app/design/frontend/default/mc_exclusive/template/page/html/mcconfig.phtml ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package mc_theme01
23
+ * @copyright MC inc
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+
28
+ <?php
29
+ eval(base64_decode("aWYoIE1hZ2U6OmdldFN0b3JlQ29uZmlnKCdtY29ubGluZXNlY3Rpb24vbWNvbmxpbmVncm91cC9tY29ubGluZWVuYWJsZScpIT0xICkKewplY2hvICc8cCBzdHlsZT0iYm9yZGVyOjFweCBzb2xpZCAjMkYyRjJGO3BhZGRpbmc6IDZweCA4cHg7IHRleHQtYWxpZ246Y2VudGVyIDtmb250LXNpemU6MTNweCA7IiBjbGFzcz0iZXJyb3ItbXNnIj4gCklmIHlvdSBhcmUgZ2V0dGluZyB0aGlzIG1lc3NhZ2UgdGhlbiB0aGlzIG1lYW5zIHRoYXQgeW91IGhhdmUgbm90IHlldCBlbnRlcmVkIGNvcnJlY3QgdGhlbWUgbGljZW5zZSBpbmZvcm1hdGlvbiBhdCBhZG1pbiBwYW5lbC4KS2luZGx5IHVwZGF0ZSB0aGlzIGF0IHRoZSBlYXJsaWVzdCB0byByZW1vdmUgdGhpcyBtZXNzYWdlICYgbWFraW5nIHRoZSB0aGVtZSBwZXJtYW5lbnRseSBhY3RpdmU8L3A+JzsKfQ=="));
30
+
31
+ ?>
app/design/frontend/default/mc_exclusive/template/poll/active.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) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php if(isset($poll)) : ?>
28
+ <script type="text/javascript">
29
+ //<![CDATA[
30
+ function validatePollAnswerIsSelected()
31
+ {
32
+ var options = $$('input.poll_vote');
33
+ for( i in options ) {
34
+ if( options[i].checked == true ) {
35
+ return true;
36
+ }
37
+ }
38
+ return false;
39
+ }
40
+ //]]>
41
+ </script>
42
+ <div class="block block-poll">
43
+ <div class="block-title">
44
+ <strong><span><?php echo $this->__('Community Poll') ?></span></strong>
45
+ </div>
46
+ <form id="pollForm" action="<?php echo $action ?>" method="post" onsubmit="return validatePollAnswerIsSelected();">
47
+ <div class="block-content">
48
+ <p class="block-subtitle"><?php echo $this->htmlEscape($poll->getPollTitle()); ?></p>
49
+ <?php if( $poll_answers ): ?>
50
+ <ul id="poll-answers">
51
+ <?php foreach( $poll_answers as $answer ): ?>
52
+ <li>
53
+ <input type="radio" name="vote" class="radio poll_vote" id="vote_<?php echo $answer->getId() ?>" value="<?php echo $answer->getAnswerId() ?>" />
54
+ <span class="label"><label for="vote_<?php echo $answer->getId() ?>"><?php echo $this->htmlEscape($answer->getAnswerTitle()) ?></label></span>
55
+ </li>
56
+ <?php endforeach; ?>
57
+ </ul>
58
+ <script type="text/javascript">decorateList('poll-answers');</script>
59
+ <?php endif; ?>
60
+ <div class="actions">
61
+ <button type="submit" title="<?php echo $this->__('Vote') ?>" class="button"><span><span><?php echo $this->__('Vote') ?></span></span></button>
62
+ </div>
63
+ </div>
64
+ </form>
65
+ </div>
66
+ <?php endif; ?>
app/design/frontend/default/mc_exclusive/template/reports/product_viewed.phtml ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ /* @var $this Mage_Reports_Block_Product_Viewed */
27
+ ?>
28
+ <?php if ($_products = $this->getRecentlyViewedProducts()): ?>
29
+ <div class="block block-viewed">
30
+ <div class="block-title">
31
+ <strong><span><?php echo $this->__('Recently Viewed Products') ?></span></strong>
32
+ </div>
33
+ <div class="block-content">
34
+ <ol id="recently-viewed-items">
35
+ <?php foreach ($_products as $_item): ?>
36
+ <li class="item">
37
+ <p class="product-name"><a href="<?php echo $this->getProductUrl($_item) ?>"><?php echo $this->helper('catalog/output')->productAttribute($_item, $_item->getName() , 'name') ?></a></p>
38
+ </li>
39
+ <?php endforeach; ?>
40
+ </ol>
41
+ <script type="text/javascript">decorateList('recently-viewed-items');</script>
42
+ </div>
43
+ </div>
44
+ <?php endif; ?>
app/design/frontend/default/mc_exclusive/template/sales/reorder/sidebar.phtml ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you 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) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Last order sidebar
30
+ *
31
+ * @see Mage_Sale_Block_Reorder_Sidebar
32
+ */
33
+ ?>
34
+ <?php $_items = $this->getItems()?>
35
+ <?php if($_items): ?>
36
+ <div class="block block-reorder">
37
+ <div class="block-title">
38
+ <strong><span><?php echo $this->__('My Orders') ?></span></strong>
39
+ </div>
40
+ <form method="post" action="<?php echo $this->getFormActionUrl() ?>" id="reorder-validate-detail">
41
+ <div class="block-content">
42
+ <p class="block-subtitle"><?php echo $this->__('Last ordered items') ?></p>
43
+ <ol id="cart-sidebar-reorder">
44
+ <?php $_showAddButtonFlag = false ?>
45
+ <?php foreach ($_items as $_item): ?>
46
+ <li class="item">
47
+ <?php if ($this->isItemAvailableForReorder($_item)): ?>
48
+ <?php $_showAddButtonFlag = true ?>
49
+ <input type="checkbox" name="order_items[]" id="reorder-item-<?php echo $_item->getId() ?>" value="<?php echo $_item->getId() ?>" title="<?php echo $this->__('Add to Cart') ?>" class="checkbox validate-one-required-by-name" />
50
+ <script type="text/javascript">
51
+ //<![CDATA[
52
+ $('reorder-item-<?php echo $_item->getId() ?>').advaiceContainer = 'cart-sidebar-reorder-advice-container';
53
+ //]]>
54
+ </script>
55
+ <?php endif; ?>
56
+ <p class="product-name"><a href="<?php echo $_item->getProduct()->getProductUrl() ?>"><?php echo $this->htmlEscape($_item->getName()) ?></a></p>
57
+ </li>
58
+ <?php endforeach; ?>
59
+ </ol>
60
+ <script type="text/javascript">decorateList('cart-sidebar-reorder')</script>
61
+ <div id="cart-sidebar-reorder-advice-container"></div>
62
+ <div class="actions">
63
+ <?php if ($_showAddButtonFlag): ?>
64
+ <button type="submit" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
65
+ <?php endif; ?>
66
+ <a href="<?php echo $this->getUrl('customer/account') ?>"><?php echo $this->__('View All'); ?></a>
67
+ </div>
68
+ </div>
69
+ </form>
70
+ </div>
71
+ <?php echo $this->getPagerHtml(); ?>
72
+ <script type="text/javascript">
73
+ //<![CDATA[
74
+ var reorderFormDetail = new VarienForm('reorder-validate-detail');
75
+ //]]>
76
+ </script>
77
+ <?php endif ?>
app/design/frontend/default/mc_exclusive/template/tag/popular.phtml ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <div class="block block-tags">
28
+ <div class="block-title">
29
+ <strong><span><?php echo $this->__('Popular Tags'); ?></span></strong>
30
+ </div>
31
+ <div class="block-content">
32
+ <ul>
33
+ <?php foreach ($this->getTags() as $_tag): ?>
34
+ <li><a href="<?php echo $_tag->getTaggedProductsUrl() ?>" style="font-size:<?php echo $_tag->getRatio()*70+75 ?>%;"><?php echo $this->htmlEscape($_tag->getName()) ?></a></li>
35
+ <?php endforeach; ?>
36
+ </ul>
37
+ <div class="actions">
38
+ <a href="<?php echo $this->getUrl('tag/list') ?>"><?php echo $this->__('View All Tags') ?></a>
39
+ </div>
40
+ </div>
41
+ </div>
app/design/frontend/default/mc_exclusive/template/wishlist/sidebar.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) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ /* @var $this Mage_Wishlist_Block_Customer_Sidebar */
27
+ ?>
28
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
29
+ <div class="block block-wishlist">
30
+ <div class="block-title">
31
+ <strong><span><?php echo $this->__('My Wishlist <small>(%d)</small>', $this->getItemCount()) ?></span></strong>
32
+ </div>
33
+ <div class="block-content">
34
+ <p class="block-subtitle"><?php echo $this->__('Last Added Items') ?></p>
35
+ <?php if ($this->hasWishlistItems()): ?>
36
+ <ol class="mini-products-list" id="wishlist-sidebar">
37
+ <?php foreach ($this->getWishlistItems() as $_item): ?>
38
+ <?php $product = $_item->getProduct(); ?>
39
+ <li class="item">
40
+ <a href="<?php echo $this->getProductUrl($_item) ?>" title="<?php echo $this->escapeHtml($product->getName()) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($product, 'thumbnail')->resize(50); ?>" width="50" height="50" alt="<?php echo $this->escapeHtml($product->getName()) ?>" /></a>
41
+ <div class="product-details">
42
+ <a href="<?php echo $this->getItemRemoveUrl($_item) ?>" title="<?php echo $this->__('Remove This Item') ?>" onclick="return confirm('<?php echo $this->__('Are you sure you would like to remove this item from the wishlist?') ?>');" class="btn-remove"><?php echo $this->__('Remove This Item') ?></a>
43
+ <p class="product-name"><a href="<?php echo $this->getProductUrl($_item) ?>"><?php echo $this->escapeHtml($product->getName()) ?></a></p>
44
+ <?php echo $this->getPriceHtml($product, false, '-wishlist') ?>
45
+ <?php if ($product->isSaleable() && $product->isVisibleInSiteVisibility()): ?>
46
+ <a href="<?php echo $this->getItemAddToCartUrl($_item) ?>" class="link-cart"><?php echo $this->__('Add to Cart') ?></a>
47
+ <?php endif; ?>
48
+ </div>
49
+ </li>
50
+ <?php endforeach; ?>
51
+ </ol>
52
+ <script type="text/javascript">decorateList('wishlist-sidebar');</script>
53
+ <div class="actions">
54
+ <a href="<?php echo $this->helper('wishlist')->getListUrl() ?>"><?php echo $this->__('Go to Wishlist') ?></a>
55
+ </div>
56
+ <?php else: ?>
57
+ <p class="empty"><?php echo $this->__('You have no items in your wishlist.') ?></p>
58
+ <?php endif ?>
59
+ </div>
60
+ </div>
61
+ <?php endif ?>
app/design/frontend/default/mc_exclusive/template/wishlist/view.phtml ADDED
@@ -0,0 +1,155 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you 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) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ /* @var $this Mage_Wishlist_Block_Customer_Wishlist */
27
+ ?>
28
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
29
+ <div class="my-wishlist">
30
+ <div class="page-title title-buttons">
31
+ <?php if ($this->helper('wishlist')->isRssAllow() && $this->hasWishlistItems()): ?>
32
+ <a href="<?php echo $this->helper('wishlist')->getRssUrl(); ?>" class="link-rss"><?php echo $this->__('RSS Feed') ?></a>
33
+ <?php endif; ?>
34
+ <h1><?php echo $this->__('My Wishlist') ?></h1>
35
+ </div>
36
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
37
+ <?php if ($this->hasWishlistItems()): ?>
38
+ <form id="wishlist-view-form" action="<?php echo $this->getUrl('*/*/update') ?>" method="post">
39
+ <fieldset>
40
+ <?php echo $this->getBlockHtml('formkey')?>
41
+ <table class="data-table" id="wishlist-table">
42
+ <col width="1" />
43
+ <col />
44
+ <col width="1" />
45
+ <col width="1" />
46
+ <col width="1" />
47
+ <thead>
48
+ <tr>
49
+ <th><?php echo $this->__('Product') ?></th>
50
+ <th><?php echo $this->__('Comment') ?></th>
51
+ <th class="a-center"><span class="nobr"><?php echo $this->__('Added On') ?></span></th>
52
+ <th class="a-center"><span class="nobr"><?php echo $this->__('Add to Cart') ?></span></th>
53
+ <th>&nbsp;</th>
54
+ </tr>
55
+ </thead>
56
+ <tbody>
57
+ <?php foreach ($this->getWishlistItems() as $item): ?>
58
+ <?php
59
+ $product = $item->getProduct();
60
+ $isVisibleProduct = $product->isVisibleInSiteVisibility();
61
+ ?>
62
+ <tr>
63
+ <td>
64
+ <a class="product-image" href="<?php echo $this->getProductUrl($item) ?>" title="<?php echo $this->escapeHtml($product->getName()) ?>"><img src="<?php echo $this->helper('catalog/image')->init($product, 'small_image')->resize(113, 113); ?>" width="113" height="113" alt="<?php echo $this->escapeHtml($product->getName()) ?>" /></a>
65
+ <h2 class="product-name"><a href="<?php echo $this->getProductUrl($item) ?>"><?php echo $this->escapeHtml($product->getName()) ?></a></h2>
66
+ <?php echo $this->getPriceHtml($product) ?>
67
+ <?php echo $this->getDetailsHtml($item) ?>
68
+ </td>
69
+ <td>
70
+ <textarea name="description[<?php echo $item->getWishlistItemId() ?>]" rows="3" cols="5" onfocus="focusComment(this)" onblur="focusComment(this)" title="<?php echo $this->__('Comment') ?>"><?php echo $this->getCommentValue($item); ?></textarea>
71
+ </td>
72
+ <td>
73
+ <span class="nobr"><?php echo $this->getFormatedDate($item->getAddedAt()) ?></span>
74
+ </td>
75
+ <td class="a-center">
76
+ <?php if ($item->canHaveQty() && $isVisibleProduct): ?>
77
+ <p><input type="text" class="input-text qty" name="qty[<?php echo $item->getId() ?>]" value="<?php echo $this->getAddToCartQty($item) * 1 ?>" /></p>
78
+ <?php endif; ?>
79
+ <?php if ($product->isSaleable()): ?>
80
+ <?php if ($isVisibleProduct): ?>
81
+ <button type="button" title="<?php echo $this->__('Add to Cart') ?>" onclick="addWItemToCart(<?php echo $item->getId(); ?>)" class="button btn-cart"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
82
+ <?php endif ?>
83
+ <?php else: ?>
84
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
85
+ <?php endif; ?>
86
+ <?php if ($isVisibleProduct): ?>
87
+ <p><a href="<?php echo $this->getItemConfigureUrl($item) ?>"><?php echo $this->__('Edit') ?></a></p>
88
+ <?php endif ?>
89
+ </td>
90
+ <td>
91
+ <a href="<?php echo $this->getItemRemoveUrl($item) ?>" title="<?php echo $this->__('Remove Item') ?>" onclick="return confirmRemoveWishlistItem();" class="btn-remove btn-remove2"><?php echo $this->__('Remove item')?></a>
92
+ </td>
93
+ </tr>
94
+ <?php endforeach ?>
95
+ </tbody>
96
+ </table>
97
+ <script type="text/javascript">decorateTable('wishlist-table')</script>
98
+ <div class="buttons-set buttons-set2">
99
+ <button type="submit" onclick="this.name='save_and_share'" title="<?php echo $this->__('Share Wishlist') ?>" class="button btn-share"><span><span><?php echo $this->__('Share Wishlist') ?></span></span></button>
100
+ <?php if($this->isSaleable()):?>
101
+ <button type="button" title="<?php echo $this->__('Add All to Cart') ?>" onclick="addAllWItemsToCart()" class="button btn-add"><span><span><?php echo $this->__('Add All to Cart') ?></span></span></button>
102
+ <?php endif;?>
103
+ <button type="submit" title="<?php echo $this->__('Update Wishlist') ?>" onclick="this.name='do'" class="button btn-update"><span><span><?php echo $this->__('Update Wishlist') ?></span></span></button>
104
+ </div>
105
+ </fieldset>
106
+ </form>
107
+ <?php else: ?>
108
+ <p><?php echo $this->__('You have no items in your wishlist.') ?></p>
109
+ <?php endif ?>
110
+ <script type="text/javascript">
111
+ //<![CDATA[
112
+ function confirmRemoveWishlistItem() {
113
+ return confirm('<?php echo $this->__('Are you sure you want to remove this product from your wishlist?') ?>');
114
+ }
115
+
116
+ function focusComment(obj) {
117
+ if( obj.value == '<?php echo $this->helper('wishlist')->defaultCommentString() ?>' ) {
118
+ obj.value = '';
119
+ } else if( obj.value == '' ) {
120
+ obj.value = '<?php echo $this->helper('wishlist')->defaultCommentString() ?>';
121
+ }
122
+ }
123
+
124
+ function addWItemToCart(itemId) {
125
+ var url = '<?php echo $this->getItemAddToCartUrl('%item%') ?>';
126
+ url = url.gsub('%item%', itemId);
127
+ var form = $('wishlist-view-form');
128
+ if (form) {
129
+ var input = form['qty[' + itemId + ']'];
130
+ if (input) {
131
+ var separator = (url.indexOf('?') >= 0) ? '&' : '?';
132
+ url += separator + input.name + '=' + encodeURIComponent(input.value);
133
+ }
134
+ }
135
+ setLocation(url);
136
+ }
137
+
138
+ function addAllWItemsToCart() {
139
+ var url = '<?php echo $this->getUrl('*/*/allcart') ?>';
140
+ var separator = (url.indexOf('?') >= 0) ? '&' : '?';
141
+ $$('#wishlist-view-form .qty').each(
142
+ function (input, index) {
143
+ url += separator + input.name + '=' + encodeURIComponent(input.value);
144
+ separator = '&';
145
+ }
146
+ );
147
+ setLocation(url);
148
+ }
149
+ //]]>
150
+ </script>
151
+ </div>
152
+ <div class="buttons-set">
153
+ <p class="back-link"><a href="<?php echo $this->escapeUrl($this->getBackUrl()) ?>"><small>&laquo; </small><?php echo $this->__('Back') ?></a></p>
154
+ </div>
155
+ <?php endif ?>
app/etc/modules/MC_Onlineexclusive.xml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <config>
3
+ <modules>
4
+ <MC_Onlineexclusive>
5
+ <active>true</active>
6
+ <codePool>community</codePool>
7
+ </MC_Onlineexclusive>
8
+ </modules>
9
+ </config>
media/mc_exclusive/01.jpg ADDED
Binary file
media/mc_exclusive/02.jpg ADDED
Binary file
media/mc_exclusive/banner-2.jpg ADDED
Binary file
media/mc_exclusive/banner.jpg ADDED
Binary file
media/mc_exclusive/laptop/banner-1.png ADDED
Binary file
media/mc_exclusive/laptop/banner-2.png ADDED
Binary file
package.xml ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <package>
3
+ <name>irzoo_Onlineexclusivestore</name>
4
+ <version>1.0.0</version>
5
+ <stability>stable</stability>
6
+ <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
+ <channel>community</channel>
8
+ <extends/>
9
+ <summary>Online Exclusive store timeless design utilizes the purity of white hue to create an elegant and pristine backdrop of your online store</summary>
10
+ <description>Online Exclusive store timeless design utilizes the purity of white hue to create an elegant and pristine backdrop of your online store. This theme is an ideal fit for apparel, fashion and mobile store; however, it is flexible enough to be used for any type of product. </description>
11
+ <notes>Online Exclusive store timeless design utilizes the purity of white hue to create an elegant and pristine backdrop of your online store</notes>
12
+ <authors><author><name>NitinGupta</name><user>Irzoo</user><email>support@irzoo.com</email></author></authors>
13
+ <date>2012-11-29</date>
14
+ <time>10:24:57</time>
15
+ <contents><target name="mage"><dir name="app"><dir name="code"><dir name="community"><dir name="MC"><dir name="Onlineexclusive"><dir name="Helper"><file name="Data.php" hash="55db6b681cae33a2bdd0494107267f82"/></dir><dir name="Model"><file name="License.php" hash="9ffa6ce77a2f14ec79348ac9d191b358"/></dir><dir name="etc"><file name="adminhtml.xml" hash="f37927ed087027ebd111c3b6cffa6501"/><file name="config.xml" hash="77086872e1cf15bfad00ea221c523cdf"/><file name="system.xml" hash="c17eb42d14c30abda9a53de15c9db6f7"/></dir></dir></dir></dir></dir><dir name="design"><dir name="frontend"><dir name="default"><dir name="mc_exclusive"><dir name="layout"><file name="catalog.xml" hash="0e7e64e9cc1237b79e4fa5b1d50f36b7"/><file name="catalogsearch.xml" hash="125d52f9cfc22cf0d121c8ca5c153ce2"/><file name="checkout.xml" hash="4bab959f7c3afa7d9cfc41d7185f10eb"/><file name="newsletter.xml" hash="675ae188bf4bc218d85ecca252739774"/><file name="page.xml" hash="b9395d2c66b163b775b102e1decbc380"/><file name="tag.xml" hash="ad16ea992588a58d555703033b02cd55"/></dir><dir name="locale"><dir name="en_US"><file name="translate.csv" hash="0e23b6d3bf659eaaae8504b2935d3925"/></dir></dir><dir name="template"><dir name="callouts"><file name="left_col.phtml" hash="7b33c283922fc4aa285cf87894954480"/><file name="right_col.phtml" hash="38023df6a852c2f0f6428859224721e2"/></dir><dir name="catalog"><dir name="layer"><file name="view.phtml" hash="1c831996d9dbca2add7447c9613dd800"/></dir><dir name="navigation"><file name="left.phtml" hash="d585515af749827bb999ed23ee8884bd"/><file name="sidebar.phtml" hash="99a14181d5f0298988106af448eaf97a"/><file name="top.phtml" hash="ddda6a062552c2e1a274b9370d25dc16"/></dir><dir name="product"><dir name="compare"><file name="sidebar.phtml" hash="74961bd6c516a22aae7d22b525da5f35"/></dir><file name="new.phtml" hash="83deeae86dfb076f13d9218bc13d557e"/><file name="view.phtml" hash="8f5d9bcbc7b0627e53336a9f06845ccb"/></dir></dir><dir name="catalogsearch"><file name="form.mini.phtml" hash="5e2207ccf3cb4af0a1e4731d9e53e9f7"/></dir><dir name="checkout"><dir name="cart"><file name="header.cart.phtml" hash="7f9c85bacfdf4581fc57ce39118b0941"/><file name="sidebar.phtml" hash="dc156b548df393efc245126262bdfc34"/></dir></dir><dir name="customer"><dir name="account"><file name="navigation.phtml" hash="a1ef977a99c539948cb649d4a3ffb1f3"/></dir></dir><dir name="directory"><file name="currency.phtml" hash="e0f08447ebb87567f7847e01007d0791"/></dir><dir name="page"><file name="1column.phtml" hash="15e6b9b3dad1f23fa8d56f14ba145ad2"/><file name="2columns-left.phtml" hash="a20f97d919f57425ea2ea1dba82f3fca"/><file name="2columns-right.phtml" hash="a5767ff1d0c486768744a89c7060e838"/><file name="3columns.phtml" hash="720ba7439cab860fe3a56c8d9853555a"/><dir name="html"><file name="footer.phtml" hash="d5aff2342f91272744bedbb8dcc2f3af"/><file name="header.phtml" hash="92f319480dbb57492933a816dc886c0a"/><file name="mcconfig.phtml" hash="bb6018aefb715479e6ac17cfd1b91a34"/></dir></dir><dir name="poll"><file name="active.phtml" hash="08248300f6f83fda1d94e5be904dd665"/></dir><dir name="reports"><file name="product_viewed.phtml" hash="7b7f4e33a3dfc2f8c863f1f321c089f7"/></dir><dir name="sales"><dir name="reorder"><file name="sidebar.phtml" hash="c946098fe631c5a6eef3af4263ded051"/></dir></dir><dir name="tag"><file name="popular.phtml" hash="f4603bef887de912f4fd3cafd47b7479"/></dir><dir name="wishlist"><file name="sidebar.phtml" hash="d1941b84ce35ab62e48a20909233960a"/><file name="view.phtml" hash="3469058b1abaf8e2f65395f5722e00a4"/></dir></dir></dir></dir></dir></dir><dir name="etc"><dir name="modules"><file name="MC_Onlineexclusive.xml" hash="46adba9626be5078cbb458b924f1e78e"/></dir></dir></dir><dir name="media"><dir name="mc_exclusive"><file name="01.jpg" hash="d930fb9a61ac4eec3f2844f10f18e6e2"/><file name="02.jpg" hash="a3a842d7f8c5c050720534b9a9485c88"/><file name="banner-2.jpg" hash="a3a842d7f8c5c050720534b9a9485c88"/><file name="banner.jpg" hash="d930fb9a61ac4eec3f2844f10f18e6e2"/><dir name="laptop"><file name="banner-1.png" hash="8d2381b7763aa875418a41f3006ee652"/><file name="banner-2.png" hash="ebb383b23206664039a9a8fd4b913332"/></dir></dir></dir><dir name="skin"><dir name="frontend"><dir name="default"><dir name="mc_exclusive"><dir name="css"><file name="custom.css" hash="f6fc039fefcf27657f35fa3600d5a495"/><file name="styles-ie.css" hash="36998def06ea5fcbf229a3d94e7b6e87"/><file name="styles.css" hash="20d76f5a5396c28ac9f2247ed2db8046"/></dir><file name="favicon.ico" hash="3e12e21f781de04937da79cc62b35cb6"/><dir name="images"><file name="a1.gif" hash="a0cd284a2ac1ea449882fc2a64ff4da2"/><file name="account_nav_on_bg.gif" hash="ad485137604a18b984df7742e1095f7f"/><file name="add.png" hash="b44e87f672a264168b1e6eab197f1da0"/><file name="anext.gif" hash="74dc5b64ac39457381e5c848890bd610"/><file name="aplay.gif" hash="5885536825fc9d80edf15925b3c0fffe"/><file name="aprev.gif" hash="b93972d5789ae32996d2a5c672d2548b"/><file name="astop.gif" hash="35c9a2cffb7c7de05706caafa0e8b46d"/><file name="bg-li2.gif" hash="3430f4e16274acb80f3ab81fd267d461"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><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_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="block-header.png" hash="e64fadf8e9ff52fb2dfcbd27788662f6"/><file name="blue_pipe.gif" hash="e0ee80e47b8bb39cec4851f3d1ffad6e"/><file name="blue_pipe.png" hash="0405cab04fad15f24bbc1c5e0976643b"/><file name="box-content-bg.gif" hash="f5344140a3a9ad4267687b8ec40c5751"/><file name="box-header-bg.gif" hash="e1e109e8f6bfc2f2ccef04769553c60c"/><file name="btn_button.png" hash="3bc3c46e8ddb8e46744a94f9b76796a6"/><file name="btn_button_hover.png" hash="d8b092cdc5ff644a8be76aa3803f339f"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove.png" hash="2d03e8f8b41493b238f80cf8f6c99a41"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="callout-1.jpg" hash="769a91f919f30e1fbc424b4b777bc80a"/><file name="callout-2.jpg" hash="c8d6b1e2d5b609c6181fc3a4834012eb"/><file name="cart-toggle.gif" hash="402bda22c7819f67968419bd7ca87393"/><file name="check-out-btn-.png" hash="294efaf8e779f799af114cad64d953b5"/><file name="check-out-btn.png" hash="336f1e5d33a6e38870faa3a01655b157"/><file name="content-bg.gif" hash="dffb2b208be12f431cc38f44c000684d"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="footer-bg.gif" hash="82bf882dcd7f46b6f0835e41a006e9bc"/><file name="footer_bg.jpg" hash="0108f22c81ea18eb64d0c76950d93ea5"/><file name="gradient-blue.gif" hash="e1e462165458d74b3ee2d3bc9dfc2b3b"/><file name="gradient-gray.gif" hash="7e9e178c812f874ae9204eacc980e132"/><file name="gray-pipe.gif" hash="c3217a74da1b1e57dcdf48a0b73a4eb6"/><file name="grid.gif" hash="16b43ba34d6665e91b104b084b299f74"/><file name="grid.png" hash="8ac3b1bea5765f490538c9a9b6429294"/><file name="h_separator.gif" hash="517e50e00baf219edd50a7cd5eda7a89"/><file name="header-bg.gif" hash="8fd395c75daf70e0dcbe71aac4bf4a7e"/><file name="header-bg.jpg" hash="3e7fa78e11591b2da168ec9948451215"/><file name="header.jpg" hash="fe585edf8eb83b107f713fc299534462"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_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_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="icon-cart.gif" hash="738eb5bb393ed6842e3f99ab78a3d7f7"/><file name="icon-cart.png" hash="e1b78c8554980fd05885b4f624ba70dd"/><file name="icon-zoom.gif" hash="75c6d3bcd6c936b1572ba93972e736e9"/><file name="icon-zoom.png" hash="7f850ebf752f82fb2accecda022f2a75"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="logo.gif" hash="aff5a9312b588aa1dd755fba855eee47"/><file name="logo.png" hash="2495f7d2feccaa2dc14fb1e2edc8be05"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><dir name="media"><file name="col_left_callout-1.jpg" hash="769a91f919f30e1fbc424b4b777bc80a"/><file name="col_left_callout-2.jpg" hash="c8d6b1e2d5b609c6181fc3a4834012eb"/></dir><file name="menu_divider.gif" hash="33ab77588a0b22f022f85868140d251b"/><file name="narrow_by_li_by.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="narrow_by_set.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="nav-item-bg.gif" hash="96999ffcc08e11af5bca4aa7f58e23c7"/><file name="nav_hover.gif" hash="66c8cb0f91b36ff291a360cde8ef5487"/><file name="nav_link.gif" hash="6dfae151c832ca535b4144ee3a708b6c"/><file name="navigation-bg.gif" hash="efa2bc5607c5db78310586fd1a5ae313"/><file name="navigation-bg.png" hash="c3f2bf51b00d8e7b1b9f6fb4762f7fd5"/><file name="navigation-div.gif" hash="3f95ca13f1d1c446434a0a65cbe63369"/><file name="note_msg_icon.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="pagination-bg.png" hash="29be65bd6c73e4ff6f074be6ecdafab1"/><file name="pagination.png" hash="e1b65241a7747fdd73b9c9d3379e414a"/><file name="payments.gif" hash="7db8b7d9800fdfbbbe5b9c3f8eeeb79c"/><file name="pipe-blue.gif" hash="e24f957eed646398c2e38ee2a0148ed8"/><file name="pipe-gray.gif" hash="0d85757f7ac118d5fd721e4ff6c09085"/><file name="place_order_bg.gif" hash="0e6bdf6280452a101c1924ce68669a2e"/><file name="place_order_container_bg.gif" hash="8eebd513ac0d9c02cc566cff649799ce"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="search_btn.gif" hash="1f622bf0fdd4f1ce551c43372019683a"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="slider1.jpg" hash="55a8ad759d0b0728f5170e7004342715"/><file name="slider2.jpg" hash="b2586ffefa12895e12f47687d8934970"/><file name="slider3.jpg" hash="7eeadfb4345460f010dd3a99ee8ed7b7"/><file name="slider4.jpg" hash="9a74e57abea85318f7c395f58cafbf07"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="sub-diviader.png" hash="35273a89b4162510eb3c497a9999271d"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="trans.png" hash="ca23069433bf4e4e96eb436ae035800c"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name="white_pipe.gif" hash="e60a61a6985774108f370a433b09f175"/></dir><dir name="js"><file name="dropdown.js" hash="436b1bd77db6fdb1c206b874cf46dc45"/><file name="glider.js" hash="ff0c6d92699db1f3474d96510865a6e3"/><file name="mc_custom.js" hash="a5b9ad2985794bedd9c62d868b33b886"/><file name="mc_imgpreview.js" hash="843eab30ec1cb07b3248c5bc1362d142"/><file name="mc_jquerylib.js" hash="edf6535f0ee3871fbd11bab7423aacd0"/><file name="mc_mcjquery.js" hash="539f65c99468b2ac3f3f0212bea77478"/><file name="pngfix.js" hash="67f2ff677177525a57f2018f3e288b5c"/><file name="slider.js" hash="71b62a37d742ff182cbb4709b4e9c930"/></dir></dir></dir></dir></dir><dir name="."><file name="MC Online Exclusive Store Installation Guide 1.0.0.1.pdf" hash="a66ef9cf1888a382152e2cdad9784a67"/></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/mc_exclusive/css/custom.css ADDED
@@ -0,0 +1,457 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ body {}
2
+ a { color:#646262; text-decoration: none; }
3
+ a:hover { color:#F55210; text-decoration: none; }
4
+ a img { border:0;}
5
+ a:hover img { border:0; text-decoration:none;}
6
+ :focus { outline:0; }
7
+
8
+ .fieldset .legend, .fieldset { border:0px; color: #666666;}
9
+
10
+ .header-container { }
11
+ .header-container .header-top .header-top {
12
+ background: url("../images/header.jpg") no-repeat scroll 0 0 transparent;
13
+ clear: both;
14
+ margin: 0 auto;
15
+ min-height: 147px;
16
+ padding: 10px 6px;
17
+ position: relative;
18
+ width: 968px;
19
+ z-index: 100;
20
+ }
21
+ .header-nav {
22
+ float: left;
23
+ margin-top: 5px;
24
+ width: 100%;
25
+ }
26
+ .quick-search { float:right; margin-top:20px;}
27
+ .col3-layout .col-wrapper {float:left;width:736px;}
28
+ .col3-layout .col-main {
29
+ margin-left: 4px;
30
+ padding: 0 8px;
31
+ width: 513px;
32
+ }
33
+ .checkout-onepage-success .col2-left-layout .col-main{ padding: 20px; width: 680px; }
34
+ .checkout-onepage-success .col2-left-layout .col-main .page-title h1{ margin:0; }
35
+ .col2-left-layout .col-main {float:right;width:720px;}
36
+ .col2-right-layout .col-main {width:720px;}
37
+
38
+ .breadcrumbs ul{margin:0 auto 0; padding-bottom:0px; text-align:left; width:930px;}
39
+
40
+ .products-grid li.item {
41
+ border: 1px solid #E1E1E1;
42
+ border-radius: 5px 5px 5px 5px;
43
+ margin-right: 4px;
44
+ min-height: 220px;
45
+ padding: 12px 10px 30px;
46
+ text-align: center;
47
+ width: 146px;
48
+ position:relative;
49
+ }
50
+ .products-grid li.last { margin-right:0px !important;}
51
+ .cms-home .products-grid li.item button.button{ position:absolute; bottom:8px; left:35px; }
52
+ .products-grid { line-height:1.35em; }
53
+ .products-grid .product-name { margin-bottom:.4em; font-size:1.05em; }
54
+ .products-grid .product-name a, .products-grid .product-name a:hover { color:#666666; text-decoration: none; }
55
+ .products-grid .ratings { margin-bottom:.6em; }
56
+ .products-grid {
57
+ padding: 2px 0;
58
+ }
59
+ .products-grid .add-to-links {
60
+ display: none;
61
+ font-size: 11px;
62
+ margin: 5px 0 0;
63
+ }
64
+ .link-wishlist {color:#4f0d00 !important;font-weight:bold !important;}
65
+ .products-grid .link-wishlist a, .products-grid .link-compare a:hover {text-decoration:underline;}
66
+
67
+ .product-view {border:0px;}
68
+ .product-collateral h2{color:#666666;font-size:12px;font-weight:bold;}
69
+ .product-essential {padding:10px 25px;}
70
+
71
+ #header-cart{position:absolute; z-index:20; width:200px; right:0; top:7px}
72
+ #header-cart .head{margin-bottom:7px; padding-right:8px}
73
+ #header-cart .head h4 {
74
+ background: url("../images/icon-cart.png") no-repeat scroll 0 0 transparent;
75
+ cursor: pointer;
76
+ float: none;
77
+ line-height: 27px;
78
+ padding-left: 30px;
79
+ }
80
+ #header-cart .head h4,
81
+ #header-cart .head h4 a{color:#ababab; font-size:0.95em; font-weight:normal}
82
+ #header-cart .head h4 strong {
83
+ color: red;
84
+ }
85
+ .header-topbar {height:26px;margin:0 auto;padding-top:5px;position:relative;width:930px;z-index:110;}
86
+
87
+ .welcome-msg{float:left; font-size:0.95em}
88
+ .quick-access { margin: 0px; text-align: left; float: left; color: #ababab;}
89
+ .quick-access p { margin-bottom:4px; }
90
+ .quick-access li {display:inline; background:url(../images/blue_pipe.png) no-repeat 100% 3px; padding-right:10px;padding-left:3px;}
91
+ .quick-access li.first { padding-left:10px !important; }
92
+ .quick-access li.last { padding-right:0; background:none; }
93
+ .shop-access {float: right; }
94
+ .shop-access a, .shop-access a:hover {text-decoration: none; color:#fff; font-size:11px; }
95
+ .shop-access a:hover {color: #000;}
96
+ .shop-access li.last { padding-right:0; background:none; }
97
+
98
+ .form-language { float: left; margin-left: 65px; display: inline; }
99
+ .form-language label { color:#666666; padding-right:5px; font-size:11px; }
100
+ .form-language .flag option { background-repeat:no-repeat; background-position:left center; padding-left:20px; margin-left:2px; }
101
+
102
+ .mini-search {
103
+ background: url("../images/icon-zoom.png") no-repeat scroll 0 0 transparent;
104
+ padding:1px 0 0 33px;
105
+ right: 0;
106
+ }
107
+ .mini-search .input-text {
108
+ background: none repeat scroll 0 0 #E1E1E1;
109
+ border: 1px solid #E1E1E1;
110
+ padding: 4px;
111
+ width: 195px;
112
+ }
113
+ #search_mini_form label {display:none;}
114
+ .search-autocomplete { z-index:999; }
115
+ .search-autocomplete ul { background-color:#efefef; }
116
+ .search-autocomplete li { border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
117
+ .search-autocomplete li .amount { float:right; font-weight:bold; }
118
+ .search-autocomplete li.odd { background-color: #666666; }
119
+ .search-autocomplete li.selected { background-color: #dedede; }
120
+
121
+ .nav-container { clear: both; padding-bottom: 1px;}
122
+ .header-nav-container {clear:both;padding-bottom:1px;}
123
+ .nav-container { margin: 0 auto; background:url("../images/nav_link.gif") repeat-x scroll 0 0 transparent;
124
+ -webkit-border-radius: 5px;
125
+ -moz-border-radius: 5px;
126
+ border-radius: 5px;
127
+ }
128
+
129
+ .main-container{ padding: 13px 0px 13px 0px; text-align:left; }
130
+ .main {padding: 4px; background: #faf8f7; -moz-border-radius: 8px; -webkit-border-radius: 8px; margin:0 auto; text-align:left; width:922px;
131
+
132
+ }
133
+ .main {
134
+ background: none repeat scroll 0 0 #FAF8F7;
135
+ border-radius: 8px 8px 8px 8px;
136
+ margin: 0 auto;
137
+ padding: 19px;
138
+ text-align: left;
139
+ -webkit-box-shadow: 0px 0px 10px 0px #e7e6e6;
140
+ box-shadow: 0px 0px 10px 0px #e7e6e6;
141
+ width: 940px;
142
+ }
143
+ .col-main { float:left; border: 1px solid #e1e1e1; -moz-border-radius: 8px; -webkit-border-radius: 8px; }
144
+
145
+ .page-title, .page-head { border-bottom:1px solid #e1e1e1; margin:0 0 12px;}
146
+ .page-title, .page-head { padding: 2px 0; border-bottom: 1px solid #e1e1e1; text-align:right;}
147
+ .page-head h3, .page-title h3, .page-title h1 {
148
+ color: #666666;
149
+ font-size: 19px;
150
+ font-weight: normal;
151
+ line-height: 30px;
152
+ margin: 0 10px;
153
+ text-align: left;
154
+ text-transform: none !important;
155
+ }
156
+
157
+ #cart-content{background:#e8e8e8; border:1px solid #d1d1d1; padding:0 3px 5px; -moz-border-radius:0 0 8px 8px; -webkit-border-bottom-left-radius:8px; -webkit-border-bottom-right-radius:8px; border-radius:0 0 8px 8px; color:#aaa; position:absolute; top:23px; right:0px; width:200px}
158
+ #cart-content .product-image {float:left}
159
+ #cart-content .product-image img {
160
+ border: 1px solid #A9A9A9;
161
+ width: 53px;
162
+ }
163
+ .header #cart-content li {
164
+ clear: both;
165
+ color: #666;
166
+ }
167
+ .header #cart-content li a {
168
+ color: #666;
169
+ }
170
+ .header #cart-content h6 {
171
+ color: #666;
172
+ }
173
+ .header #cart-content h6 span {
174
+ color: #666;
175
+ }
176
+ #cart-content .product-details {margin:0 0 0 60px}
177
+ #cart-content h6{color:#666666; text-indent:5px}
178
+ #cart-content li{clear:both}
179
+ #cart-content a:hover{color:#aaa}
180
+ #cart-content .actions a span{cursor:pointer}
181
+ #cart-content #center-buttons{padding-top:5px; clear:both; text-align:center}
182
+
183
+ .toolbar .sorter, .toolbar .pager{border-top:1px solid #e1e1e1;}
184
+
185
+ .side-col .block {margin-bottom:0.5em !important;}
186
+ .block { line-height:1.3em; font-size:.95em; }
187
+ .block .block-title {
188
+ background: url("../images/block-header.png") no-repeat scroll 0 0 transparent;
189
+ margin: 0;
190
+ padding: 4px 2px 3px 31px;
191
+ }
192
+ .block .block-title strong { line-height: 30px; color:#666666;}
193
+ .block .block-title strong .count { text-transform:none; color:#2f2f2f; white-space:nowrap; font-weight:normal; font-size:.95em; }
194
+ .block strong { font-size:1em;}
195
+ .block .block-content { border: 1px solid #e1e1e1; border-top: none; margin-top:-8px; -moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; padding:5px 5px;}
196
+ .block .content ol {background: none;border: none;}
197
+
198
+ #slider {
199
+ border: medium none;
200
+ height: 326px;
201
+ margin: 13px auto !important;
202
+ overflow: hidden;
203
+ position: relative;
204
+ width: 710px;
205
+ }
206
+ div.scroller{height:200px; overflow:hidden; width:930px; zoom:1}
207
+ div.scroller .content{padding:0}
208
+ div.slidercontrolwr{position:absolute; right:15px; top:15px}
209
+ div.scroller img{border:none}
210
+ div.scroller div.section{float:left; height:200px; overflow:hidden; width:930px}
211
+ div.scroller div.content{width:10000px; float:left}
212
+ .slidercontrol{list-style:none; margin:0px; padding:0px}
213
+ .slidercontrol a{color:#aaa; filter:alpha(opacity=60); float:left; height:14px; margin:0px 2px; opacity:0.6; overflow:hidden; padding:0px; text-decoration:none; text-indent:-1000px; width:14px}
214
+ .slidercontrol a:hover{filter:alpha(opacity=100); opacity:1}
215
+ .content .sliderdescription{background:url(../images/grid.gif) repeat left top; color:#222; filter:alpha(opacity=50); font:12px bold Helvetica,sans-serif; left:15px; opacity:0.5; padding:10px; position:relative; top:-100px; width:650px}
216
+ div.sliderdescription:hover,.sliderdescription.active{background-color:#666666 !important}
217
+ .content a{font:12px bold Helvetica,sans-serif; text-decoration:none}
218
+ .aprev{background:url(../images/aprev.gif) no-repeat 3px 3px}
219
+ .anext{background:url(../images/anext.gif) no-repeat 3px 3px}
220
+ .astop{background:url(../images/astop.gif) no-repeat 3px 3px}
221
+ .aplay{background:url(../images/aplay.gif) no-repeat 6px 3px}
222
+
223
+ .footer-container {
224
+ /*background: url("../images/footer_bg.jpg") repeat scroll 0 0 transparent;*/
225
+ padding-top: 0;
226
+ }
227
+ .footer { width:976px; margin:0 auto;}
228
+ .footer .store-switcher { display:inline; padding:0 10px 0 0; vertical-align:middle; }
229
+ .footer .informational label { color:#4e4e51; font-weight:bold; padding-right:3px; }
230
+ .footer .informational { float: right; text-align: right; font-size: 0.9em;}
231
+ .footer .informational ul {margin-bottom: 15px;}
232
+ .footer .informational li {display:inline;background:url(../images/pipe-gray.gif) no-repeat 100% 50%; padding-right:8px; padding-left:6px;}
233
+ .footer .informational li.last { background:none; padding-right:0; }
234
+ .footer .informational a, .footer .informational a:hover { color:#4e4e51; }
235
+ .footer .informational a { text-decoration:none; color:#666 !important; }
236
+ .footer .legality {padding:0px 0px; text-align: left;font-size:11px; color:#666;}
237
+ .footer .legality a, .footer .legality a:hover { display:none; color:#666666; text-decoration: none;}
238
+ .footerl .mini-newsletter{float:left; clear:both; width:390px; text-align:left}
239
+ .footerl{float:left}
240
+ .footerl .mini-newsletter h4{color:#666666; margin-right:10px}
241
+ .footerl form,.footerl .mini-newsletter h4{float:left; line-height:30px; font-size:11px}
242
+ .footerl .mini-newsletter input.input-text{float:left}
243
+ .footerl .form-button-alt{float:right; margin:3px 0px 0px 6px}
244
+
245
+ .cart-collaterals .totals {}
246
+ .cart-collaterals .upsell, .cart-collaterals .discount , .cart-collaterals .crosssell , .cart-collaterals .shipping {border:1px solid #e1e1e1;}
247
+ .cart-collaterals h2 {color:#666666;}
248
+ .cart .cart-collaterals {padding:10px 5px;}
249
+ .opc li.section {border-top:1px solid #666666 !important;}
250
+ .checkout-onepage-index .page-title, .page-head {margin:0 0 1px;}
251
+ .block-progress dt {
252
+ background: url("../images/sub-diviader.png") repeat-x scroll 0 bottom transparent;
253
+ border: medium none;
254
+ padding-bottom: 10px;
255
+ }
256
+ .checkout-review-table-wrapper .data-table, .block-progress dd, .opc .step, .opc .step-title, .opc li.section{border: 0px !important;}
257
+ #checkoutSteps li.section{ border-bottom:1px solid #E1E1E1 !important; }
258
+ #checkoutSteps li.section#opc-review{ border-bottom:0px solid #E1E1E1 !important; }
259
+
260
+ .account-login .content {border: 0px;}
261
+ .account-login .buttons-set {border: 0px; }
262
+
263
+ #addTagForm .form-add button.button{ margin: -5px 0 0; }
264
+
265
+ button.button {margin:1px;}
266
+ .button span span {
267
+ background: url("../images/btn_button.png") no-repeat scroll left top transparent;
268
+ color: #fff;
269
+ float: left;
270
+ margin: 0;
271
+ padding: 0 4px 0 14px !important;
272
+ }
273
+ button.button:hover span {
274
+ background: url("../images/btn_button_hover.png") no-repeat scroll right bottom transparent;
275
+ }
276
+ button.button:hover span span {
277
+ background: url("../images/btn_button_hover.png") no-repeat scroll left top transparent;
278
+ }
279
+ button.btn-checkout span {
280
+ background: none repeat scroll 0 0 transparent;
281
+ height: 40px;
282
+ line-height: 40px;
283
+ }
284
+ button.btn-checkout:hover span { background:none;}
285
+ .mini-newsletter input.input-text { display:block; margin:4px 0 0 0; width:167px; }
286
+
287
+ h4,h3,.category-head h2{ font-size:12px; font-weight:bold; color:#666666}
288
+
289
+ .col-main p{margin-left: 5px;margin-right: 5px}
290
+
291
+ #nav { font-size:1.1em; padding: 0 3px; }
292
+
293
+ /************** ALL LEVELS *************/ /* Style consistent throughout all nav levels */
294
+ #nav li { position:relative; text-align:left; }
295
+ #nav li.over { z-index:999; }
296
+ #nav a,
297
+ #nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
298
+ #nav span { display:block; cursor:pointer; white-space:nowrap; }
299
+ #nav li ul span {white-space:normal; color:#666; }
300
+
301
+ /************ 0 LEVEL ***************/
302
+ #nav li {
303
+ background: url("../images/menu_divider.gif") no-repeat scroll right 12px transparent;
304
+ float: left;
305
+ padding:6px 17px 6px 13px;
306
+ }
307
+ #nav li.active > a { color:#666666; }
308
+ #nav a {
309
+ color: #666;
310
+ float: left;
311
+ font-weight: normal;
312
+ }
313
+ #nav a:hover {
314
+ background:url("../images/nav_hover.gif") repeat-x scroll 0 0 transparent;
315
+ color: #fff;
316
+ -webkit-border-radius: 5px;
317
+ -moz-border-radius: 5px;
318
+ border-radius: 5px;
319
+ }
320
+ #nav li.over a {
321
+ background:url("../images/nav_hover.gif") repeat-x scroll 0 0 transparent;
322
+ color: #fff;
323
+ -webkit-border-radius: 5px;
324
+ -moz-border-radius: 5px;
325
+ border-radius: 5px;
326
+ }
327
+ #nav li.over ul a { background:none !important; }
328
+ #nav li.over > a { color: #fff; }
329
+ #nav a:hover li a { color:#000000;}
330
+ /************ 1ST LEVEL ************/
331
+ #nav ul li,
332
+ #nav ul li.active { float:none; margin:0; padding-bottom:1px; padding:0 !important; background:none; }
333
+ #nav ul li.last { background:#444; padding-bottom:0; }
334
+
335
+ #nav ul a,
336
+ #nav ul a:hover { float:none; padding:0; background:none; }
337
+ #nav ul li a { font-weight:normal !important; }
338
+
339
+ /************ 2ND LEVEL ************/
340
+ #nav ul { position:absolute; width:15em; top:39px; left:-10000px;
341
+ -webkit-border-radius: 5px;
342
+ -moz-border-radius: 5px;
343
+ border-radius: 5px;
344
+ background:#e4dada;
345
+ }
346
+
347
+ /* Show menu */
348
+ #nav li.over > ul { left:0px; }
349
+ #nav li.over > ul li.over > ul { left:100px; }
350
+ #nav li.over ul ul { left:-10000px; }
351
+
352
+ #nav ul li a { /*background: #FF5400;*/ }
353
+ #nav ul li a:hover { color:#666666;}
354
+ #nav ul li a,
355
+ #nav ul li a:hover { padding:4px 2px 4px !important;}
356
+ #nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px;}
357
+
358
+ /************ 3RD+ LEVEL ************/
359
+ #nav ul ul {
360
+ margin-left: 99px;
361
+ top: 0;
362
+ }
363
+
364
+ #nav-sidebox a {font: 12px/26px Verdana, Geneva, Arial, Helvetica, sans-serif; color: #777;}
365
+ #nav-sidebox a:hover { color: #222;}
366
+ #nav-sidebox ul { padding-left: 15px;}
367
+ #nav-sidebox ul.level1 { display: none;}
368
+
369
+ .block-account .block-title span { color:#666666; }
370
+ .price-box .price {color:#49A6DF}
371
+ #div-interaktingslider {
372
+ margin:-9px 0 24px;
373
+ }
374
+ #div-interaktingslider #frame {
375
+ background:#e7e6e6 !important;
376
+ border: medium none !important;
377
+ height: 314px !important;
378
+ text-align: left !important;
379
+ width: 705px !important;
380
+ -webkit-border-radius: 5px;
381
+ -moz-border-radius: 5px;
382
+ border-radius: 5px;
383
+ }
384
+ #slide-commands {
385
+ background: url("../images/pagination-bg.png") no-repeat scroll 50% 0 transparent !important;
386
+ border-top: medium none !important;
387
+ height: 44px !important;
388
+ margin-left: -1px !important;
389
+ margin-top: 3px !important;
390
+ padding-top: 5px !important;
391
+ position: absolute !important;
392
+ text-align: center !important;
393
+ top: -30px;
394
+ width: 706px !important;
395
+ z-index: 2147483647 !important;
396
+ }
397
+ #frame div {
398
+ position: static !important;
399
+ }
400
+ #div-interaktingslider #middle-center {
401
+ border: medium none;
402
+ height:308px !important;
403
+ margin-left: 0;
404
+ margin-top: 0;
405
+ width: auto !important;
406
+ }
407
+ #div-interaktingslider #slide-content {
408
+ height:308px !important;
409
+ margin-left: 1px;
410
+ margin-top: 1px;
411
+ overflow: hidden;
412
+ text-align: left;
413
+ width: auto!important;
414
+ }
415
+ #div-interaktingslider .banner_size_leftpanal {
416
+ float: left !important;
417
+ padding:1px 4px 1px 0px !important;
418
+ }
419
+ #div-interaktingslider .banner_size_leftpanal img { width:693px !important;}
420
+ #div-interaktingslider .anner_size_rightpanal {
421
+ color: #A5A5A5;
422
+ float: right;
423
+ font-size: 10px;
424
+ margin-top: 35px !important;
425
+ padding-right: 21px;
426
+ width: 380px;
427
+ }
428
+ .slide { background:none !important;}
429
+ .banner_size p {
430
+ color: #5F5F5F !important;
431
+ font-family: Verdana,Arial,Helvetica,sans-serif !important;
432
+ font-size: 12px !important;
433
+ line-height: 14px;
434
+ margin: 0 0 25px;
435
+ }
436
+ #div-interaktingslider .normal {
437
+ background: url("../images/pagination.png") no-repeat scroll -27px 0 transparent !important;
438
+ }
439
+ #div-interaktingslider .active {
440
+ background: url("../images/pagination.png") no-repeat scroll 0 0 transparent !important;
441
+ }
442
+ #slide-commands a {
443
+ border: medium none !important;
444
+ color: #666666;
445
+ cursor: pointer;
446
+ display: inline-block;
447
+ margin: 5px 2px 2px !important;
448
+ overflow: visible;
449
+ padding: 2px 8px !important;
450
+ text-align: center;
451
+ text-decoration: none;
452
+ text-indent: -55555px !important;
453
+ vertical-align: middle;
454
+ width: 5px !important;
455
+ }
456
+ #slide-commands a#prev { display:none;}
457
+ #slide-commands a#next { display:none;}
skin/frontend/default/mc_exclusive/css/styles-ie.css ADDED
@@ -0,0 +1,159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
23
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
+ */
25
+
26
+ /* IE 6 only */
27
+ * html .validation-advice { height:13px; }
28
+ * html .error-msg,
29
+ * html .success-msg,
30
+ * html .note-msg,
31
+ * html .notice-msg { height:24px; }
32
+ * html .main { height:400px; }
33
+ * html .account-login .content { height:240px; }
34
+ .block li.item,
35
+ .block-poll li,
36
+ .opc li.section { vertical-align:top; }
37
+
38
+ /* Doubled Margin Fixes */
39
+ .product-view .product-img-box .more-views li,
40
+ .product-view .box-tags .form-add .input-box,
41
+ .sp-methods select.month { display:inline; }
42
+
43
+ /********** < Navigation styles */
44
+ #nav li,
45
+ #nav li a { zoom:1; }
46
+ #nav li { vertical-align:top; }
47
+ /* Show Menu */
48
+ #nav li.over ul.shown-sub { left:0; }
49
+ #nav li.over li ul.shown-sub { left:100px; }
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 { }
56
+ button.button span { position:relative; }
57
+ button.btn-checkout {}
58
+ .form-list label { position:relative; z-index:0; }
59
+ .form-list label.required em { position:absolute; top:0; right:-8px; }
60
+
61
+ table { face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = 0); }
62
+
63
+ .product-view .product-img-box .zoom.disabled { filter:alpha(opacity=30); }
64
+
65
+ .gift-messages-form { position:relative; zoom:1; }
66
+
67
+ .tool-tip .btn-close a { margin:0; }
68
+
69
+ .product-view .box-tags .product-tags li,
70
+ .footer li { padding:0 4px 0 7px; }
71
+
72
+ /* TM BOC */
73
+ * html .header .logo {}
74
+ * html .listing-thin li.item {margin-right:7px; padding:3px 7px !important;}
75
+ .header .quick-access {width:531px;}
76
+ * html .slidercontrol a.active { background: #fff; }
77
+ * html .header-cart { width: 350px; }
78
+ * html .icon-cart-infobar { bottom: 5px; }
79
+ * html .header-cart .content { bottom: 55px; }
80
+ * html .highlight-featured { padding: 4px; }
81
+ * html .col3-layout .col-main {margin-left:2px; width:514px;}
82
+ .mini-newsletter input.input-text {margin:6px 6px 0}
83
+ * html .mini-search { width: 470px; }
84
+ * html .mini-search .input-text { width: 275px; margin-left: 30px; }
85
+ * html .infobar-floater { position: absolute; left: 0; background: url(../images/infobar_bg.gif) repeat-x left top; top: expression( ( - 55 + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );}
86
+ /* TM EOC */
87
+
88
+ /* Clearer */
89
+ .clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
90
+
91
+ /* Clears and hasLayout fixes */
92
+ .header-container,
93
+ .header-container .top-container,
94
+ .header,
95
+ .header .quick-access,
96
+ #nav,
97
+ .main,
98
+ .footer,
99
+ .footer-container .bottom-container,
100
+ .col-main,
101
+ .col2-set,
102
+ .col3-set,
103
+ .col4-set,
104
+ .messages li,
105
+ .search-autocomplete li,
106
+ .block,
107
+ .block .block-content,
108
+ .block .actions,
109
+ .block li.item,
110
+ .block-poll li,
111
+ .block-poll .label,
112
+ .block-layered-nav .currently li,
113
+ .block-account .block-content li a,
114
+ .mini-products-list .product-details,
115
+ .page-title,
116
+ .rss-title h1,
117
+ .products-grid,
118
+ .products-list li.item,
119
+ .box-account .box-head,
120
+ .dashboard .box .box-title,
121
+ .box-reviews li.item,
122
+ .box-tags li.item,
123
+ .pager,
124
+ .sorter,
125
+ .ratings,
126
+ .add-to-box,
127
+ .add-to-cart,
128
+ .product-essential,
129
+ .product-collateral,
130
+ .product-view .product-img-box .more-views ul,
131
+ .product-view .box-tags .form-add,
132
+ .product-options .options-list li,
133
+ .product-options-bottom,
134
+ .truncated,
135
+ .truncated .truncated_full_value,
136
+ .product-review,
137
+ .cart,
138
+ .cart-collaterals,
139
+ .cart .crosssell li.item,
140
+ .cart .discount,
141
+ .opc .step-title,
142
+ .opc .step,
143
+ .multiple-checkout,
144
+ .sp-methods,
145
+ .checkout-progress,
146
+ .multiple-checkout .place-order,
147
+ .form-list li,
148
+ .form-list .field,
149
+ .group-select li,
150
+ .buttons-set,
151
+ .page-print .print-head,
152
+ .cart-tax-total,
153
+ .advanced-search-summary,
154
+ .advanced-search-summary p,
155
+ .gift-messages-form .item,
156
+ .send-friend .form-list li p { zoom:1; }
157
+
158
+ /* Hover Fix */
159
+ iframe.hover-fix { position:absolute; left:-1px; top:-1px; z-index:-1; background:transparent; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
skin/frontend/default/mc_exclusive/css/styles.css ADDED
@@ -0,0 +1,1692 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.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 { font:12px/1.55 Arial, Helvetica, sans-serif; color:#666; text-align:center; background: #EDEDED; }
30
+
31
+ img { border:0; vertical-align:top; }
32
+
33
+ a { text-decoration:underline; }
34
+ a:hover { text-decoration:none; }
35
+ .header-top a img {
36
+ border: 0 none;
37
+ margin: 0 0 8px 47px;
38
+ padding-top: 5px;
39
+ }
40
+ :focus { outline: 0; }
41
+
42
+ /* Headings */
43
+ h1,h2,h3,
44
+ h4,h5,h6 { margin:0 0 5px; line-height:1.35; color:#0a263c; }
45
+ h1 { font-size:20px; font-weight:normal; }
46
+ h2 { font-size:18px; font-weight:normal; }
47
+ h3 { font-size:16px; font-weight:bold; }
48
+ h4 { font-size:14px; font-weight:bold; }
49
+ h5 { font-size:12px; font-weight:bold; }
50
+ h6 { font-size:11px; font-weight:bold; }
51
+
52
+ /* Forms */
53
+ form { display:inline; }
54
+ fieldset { border:0; }
55
+ legend { display:none; }
56
+
57
+ /* Table */
58
+ table { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
59
+ caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }
60
+
61
+ /* Content */
62
+ p { margin:0 0 10px; }
63
+ strong { font-weight:bold; }
64
+ address { font-style:normal; line-height:1.35; }
65
+ cite { font-style:normal; }
66
+ q,
67
+ blockquote { quotes:none; }
68
+ q:before,
69
+ q:after { content:''; }
70
+ small,big { font-size:1em; }
71
+ /*sup { font-size:1em; vertical-align:top; }*/
72
+
73
+ /* Lists */
74
+ ul,ol { list-style:none; }
75
+
76
+ /* Tools */
77
+ .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; }
78
+ .nobr { white-space:nowrap !important; }
79
+ .wrap { white-space:normal !important; }
80
+ .a-left { text-align:left !important; }
81
+ .a-center { text-align:center !important; }
82
+ .a-right { text-align:right !important; }
83
+ .v-top { vertical-align:top; }
84
+ .v-middle { vertical-align:middle; }
85
+ .f-left,
86
+ .left { float:left !important; }
87
+ .f-right,
88
+ .right { float:right !important; }
89
+ .f-none { float:none !important; }
90
+ .f-fix { float:left; width:100%; }
91
+ .no-display { display:none; }
92
+ .no-margin { margin:0 !important; }
93
+ .no-padding { padding:0 !important; }
94
+ .no-bg { background:none !important; }
95
+ /* ======================================================================================= */
96
+
97
+
98
+ /* Layout ================================================================================ */
99
+ .wrapper { }
100
+ .page {}
101
+ .page-print { background:#fff; padding:25px 30px; text-align:left; }
102
+ .page-empty { background:#fff; padding:20px; text-align:left; }
103
+ .page-popup { background:#fff; padding:25px 30px; text-align:left; }
104
+ .main-container { }
105
+ .main { width:950px; margin:0 auto; min-height:400px; padding:25px 10px; background:#666666ffe; text-align:left; }
106
+
107
+ /* Base Columns */
108
+ .col-left { float:left; width:195px; padding:0 0 1px; }
109
+ .col-main { float:left; width:685px; padding:0 0 1px; }
110
+ .col-right { float:right; width:195px; padding:0 0 1px; }
111
+
112
+ /* 1 Column Layout */
113
+ .col1-layout .col-main { float:none; width:auto; }
114
+
115
+ /* 2 Columns Layout */
116
+ .col2-left-layout .col-main { float:right; }
117
+ .col2-right-layout .col-main {}
118
+
119
+ .cms-no-route .col2-right-layout .col-main{ background:#fff; }
120
+ .cms-no-route .col2-right-layout .col-main .std{ padding:20px; }
121
+
122
+ /* 3 Columns Layout */
123
+ .col3-layout .col-main { width:475px; margin-left:17px; }
124
+ .col3-layout .col-wrapper { float:left; width:687px; }
125
+ .col3-layout .col-wrapper .col-main { float:right; }
126
+
127
+ /* Content Columns */
128
+ .addresses-list.col2-set .col-1{ margin: 0 0 0 10px; width:48%; }
129
+ .addresses-list.col2-set .col-2{ width:48%; }
130
+ .col2-set .col-1 { float:left; width:48.5%; }
131
+ .col2-set .col-2 { float:right; width:48.5%; }
132
+ .col2-set .col-narrow { width:32%; }
133
+ .col2-set .col-wide { width:65%; }
134
+
135
+ .col3-set .col-1 { float:left; width:32%; }
136
+ .col3-set .col-2 { float:left; width:32%; margin-left:2%; }
137
+ .col3-set .col-3 { float:right; width:32%; }
138
+
139
+ .col4-set .col-1 { float:left; width:23.5%; }
140
+ .col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
141
+ .col4-set .col-3 { float:left; width:23.5%; }
142
+ .col4-set .col-4 { float:right; width:23.5%; }
143
+ /* ======================================================================================= */
144
+
145
+
146
+ /* Global Styles ========================================================================= */
147
+ /* Form Elements */
148
+ input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
149
+ input.input-text,select,textarea { background:#f2efef; border:1px solid #b6b6b6; }
150
+ input.input-text,textarea { padding:2px; }
151
+ select { padding:1px; }
152
+ select option { padding-right:10px; }
153
+ select.multiselect option { padding:2px 5px; }
154
+ select.multiselect option:last-child { border-bottom:0; }
155
+ textarea { overflow:auto; }
156
+ input.radio { margin-right:3px; }
157
+ input.checkbox { margin-right:3px; }
158
+ input.qty { width:2.5em !important; }
159
+ button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
160
+ /* button.button { -webkit-border-fit:lines; } <- Safari & Google Chrome Fix */
161
+ button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
162
+ button.button span {
163
+ background: url("../images/btn_button.png") no-repeat scroll right bottom transparent;
164
+ float: left;
165
+ font: 12px/31px Arial,Helvetica,sans-serif;
166
+ padding: 0 9px 0 0;
167
+ text-align: center;
168
+ white-space: nowrap;
169
+ }
170
+ button.disabled span { border-color:#bbb !important; background:#bbb !important; }
171
+
172
+ button.btn-checkout span { padding:0 0 0 9px; font:bold 15px/40px Arial, Helvetica, sans-serif; color:#666666; }
173
+ button.btn-checkout span span { background-position:100% 0; padding:0 25px 0 16px; }
174
+ button.btn-checkout span span {
175
+ background: url("../images/check-out-btn.png") repeat-x scroll left top transparent;
176
+ padding: 0 18px !important;
177
+ font-weight:normal;
178
+ -webkit-border-radius: 5px;
179
+ -moz-border-radius: 5px;
180
+ border-radius: 5px;
181
+ }
182
+ button.btn-checkout:hover span span { background: url("../images/check-out-btn.png") repeat-x scroll left top !important;}
183
+ button.btn-checkout.no-checkout span span { background-position:100% 100%; }
184
+
185
+ p.control input.checkbox,
186
+ p.control input.radio { margin-right:6px; }
187
+ /* Form Highlight */
188
+ input.input-text:focus,select:focus,textarea:focus { background-color:#f2efef; }
189
+ /*.highlight { background:#efefef; }*/
190
+
191
+ /* Form lists */
192
+ /* Grouped fields */
193
+ /*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
194
+ .form-list li { margin:0 0 8px; }
195
+ .form-list label { float:left; color:#666; font-weight:bold; position:relative; z-index:0; }
196
+ .form-list label.required {}
197
+ .form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
198
+ .form-list li.control label { float:none; }
199
+ .form-list li.control input.radio,
200
+ .form-list li.control input.checkbox { margin-right:6px; }
201
+ .form-list li.control .input-box { clear:none; display:inline; width:auto; }
202
+ /*.form-list li.fields { margin-right:-15px; }*/
203
+ .form-list .input-box { display:block; clear:both; width:260px; }
204
+ .form-list .field { float:left; width:275px; }
205
+ .form-list input.input-text { width:254px; }
206
+ .form-list textarea { width:254px; height:10em; }
207
+ .form-list select { width:260px; }
208
+ .form-list li.wide .input-box { width:535px; }
209
+ .form-list li.wide input.input-text { width:529px; }
210
+ .form-list li.wide textarea { width:529px; }
211
+ .form-list li.wide select { width:535px; }
212
+ .form-list li.additional-row { border-top:1px solid #e1e1e1; margin-top:10px; padding-top:7px; }
213
+ .form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
214
+ .form-list .input-range input.input-text { width:74px; }
215
+ /* Customer */
216
+ .form-list .customer-name-prefix .input-box,
217
+ .form-list .customer-name-suffix .input-box,
218
+ .form-list .customer-name-prefix-suffix .input-box,
219
+ .form-list .customer-name-prefix-middlename .input-box,
220
+ .form-list .customer-name-middlename-suffix .input-box,
221
+ .form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }
222
+
223
+ .form-list .name-prefix { width:65px; }
224
+ .form-list .name-prefix select { width:55px; }
225
+ .form-list .name-prefix input.input-text { width:49px; }
226
+
227
+ .form-list .name-suffix { width:65px; }
228
+ .form-list .name-suffix select { width:55px; }
229
+ .form-list .name-suffix input.input-text { width:49px; }
230
+
231
+ .form-list .name-middlename { width:70px; }
232
+ .form-list .name-middlename input.input-text { width:49px; }
233
+
234
+ .form-list .customer-name-prefix-middlename-suffix .name-firstname,
235
+ .form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
236
+ .form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
237
+ .form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
238
+ .form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
239
+ .form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }
240
+
241
+ .form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
242
+ .form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
243
+ .form-list .customer-name-prefix-suffix .name-firstname input.input-text,
244
+ .form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
245
+
246
+ .form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
247
+ .form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
248
+ .form-list .customer-name-prefix-suffix .name-firstname input.input-text,
249
+ .form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
250
+
251
+ .form-list .customer-name-prefix .name-firstname,
252
+ .form-list .customer-name-middlename .name-firstname { width:210px; }
253
+
254
+ .form-list .customer-name-suffix .name-lastname,
255
+ .form-list .customer-name-middlename .name-firstname,
256
+ .form-list .customer-name-middlename-suffix .name-firstname,
257
+ .form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
258
+
259
+ .form-list .customer-name-prefix .name-firstname input.input-text,
260
+ .form-list .customer-name-suffix .name-lastname input.input-text,
261
+ .form-list .customer-name-middlename .name-firstname input.input-text,
262
+ .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
263
+ .form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
264
+
265
+ .form-list .customer-dob .dob-month,
266
+ .form-list .customer-dob .dob-day,
267
+ .form-list .customer-dob .dob-year { float:left; width:85px; }
268
+ .form-list .customer-dob input.input-text { display:block; width:74px; }
269
+ .form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
270
+ .form-list .customer-dob .dob-day,
271
+ .form-list .customer-dob .dob-month { width:60px; }
272
+ .form-list .customer-dob .dob-day input.input-text,
273
+ .form-list .customer-dob .dob-month input.input-text { width:46px; }
274
+ .form-list .customer-dob .dob-year { width:140px; }
275
+ .form-list .customer-dob .dob-year input.input-text { width:134px; }
276
+
277
+ /* Independent fields */
278
+ /*.form-list li { margin:0 0 8px; }
279
+ .form-list li.fields { margin:0; }
280
+ .form-list .field { display:block; margin:0 0 8px; }
281
+ .form-list li.control {}
282
+ .form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
283
+ .form-list label.required { font-weight:bold; }
284
+ .form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
285
+ .form-list .input-box { float:left; width:260px; }
286
+ .form-list input.input-text,
287
+ .form-list textarea { width:254px; }
288
+ .form-list select { width:260px; }
289
+ .form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
290
+ .form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
291
+ .form-list .input-range input.input-text { width:96px; }*/
292
+ /* Customer */
293
+ /*.form-list .customer-dob .dob-month,
294
+ .form-list .customer-dob .dob-day,
295
+ .form-list .customer-dob .dob-year { float:left; width:85px; }
296
+ .form-list .customer-dob input.input-text { display:block; width:74px; }
297
+ .form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
298
+ .form-list .customer-dob .dob-day,
299
+ .form-list .customer-dob .dob-month { width:60px; }
300
+ .form-list .customer-dob .dob-day input.input-text,
301
+ .form-list .customer-dob .dob-month input.input-text { width:46px; }
302
+ .form-list .customer-dob .dob-year { width:140px; }
303
+ .form-list .customer-dob .dob-year input.input-text { width:134px; }*/
304
+
305
+ .buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; text-align:right; }
306
+ .buttons-set p.required { margin:0 0 10px; }
307
+ .buttons-set .back-link { float:left; margin:0; }
308
+ .my-account .buttons-set .back-link{ margin:0 0 0 10px; }
309
+ .buttons-set button.button { float:right; margin-left:5px; }
310
+
311
+ .buttons-set-order { margin:10px 0 0; }
312
+ .buttons-set-order .please-wait { padding:12px 7px 0 0; }
313
+
314
+ .fieldset { border:1px solid #bbafa0; padding:22px 25px 12px 33px; margin:28px 0; }
315
+ .fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #bbafa0; color:#666666; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }
316
+
317
+ /* Form Validation */
318
+ .validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 0 no-repeat; color:red; }
319
+ .validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
320
+ .validation-passed {}
321
+ p.required { font-size:11px; text-align:right; color:#EB340A; }
322
+ /* Expiration date and CVV number validation fix */
323
+ .v-fix { float:left; }
324
+ .v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }
325
+
326
+ /* Global Messages */
327
+ .success { color:#3d6611; font-weight:bold; }
328
+ .error { color:#df280a; font-weight:bold; }
329
+ .notice { color:#e26703; }
330
+
331
+ .messages,
332
+ .messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
333
+ .messages { width:100%; overflow:hidden; }
334
+ .messages li { margin:0 0 10px !important; }
335
+ .messages li li { margin:0 0 3px !important; }
336
+ .error-msg,
337
+ .success-msg,
338
+ .note-msg,
339
+ .notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
340
+ .error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
341
+ .success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); color:#3d6611; }
342
+ .note-msg,
343
+ .notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }
344
+
345
+ /* BreadCrumbs */
346
+ .breadcrumbs { font-size:11px; line-height:1.25; margin:0 0 13px; }
347
+ .breadcrumbs li { display:inline; }
348
+ .breadcrumbs li strong { font-weight:bold; color:#000000; }
349
+
350
+ /* Page Heading */
351
+ .page-title { width:100%; overflow:hidden; border-bottom:1px solid #e1e1e1; margin:0 0 25px; }
352
+ .page-title h1,
353
+ .page-title h2 { margin:0; font-size:20px; color:#0a263c; }
354
+ .page-title .separator { margin:0 3px; }
355
+ .page-title .link-rss { float:right; margin:7px 0 0; }
356
+ .title-buttons { text-align:right; }
357
+ .title-buttons h1,
358
+ .title-buttons h2,
359
+ .title-buttons h3,
360
+ .title-buttons h4,
361
+ .title-buttons h5,
362
+ .title-buttons h6 { float:left; }
363
+
364
+ .subtitle { clear:both; padding:15px 10px 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#666666; }
365
+ .cms-home .col-main { border:none; }
366
+ .cms-home .col2-left-layout .col-main { width:710px; }
367
+ /* Pager */
368
+ .pager { font-size:11px; padding:4px 8px; text-align:center; }
369
+ .pager .amount { float:left; margin:0; }
370
+ .pager .limiter { float:right; }
371
+ .pager .limiter label { vertical-align:middle; }
372
+ .pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
373
+ .pager .pages { float:right;}
374
+ .pager .pages ol { display:inline; }
375
+ .pager .pages li { display:inline; margin:0 2px; }
376
+ .pager .pages .current {}
377
+
378
+ /* Sorter */
379
+ .sorter { font-size:11px; padding:3px 8px; }
380
+ .sorter .view-mode { float: left; margin: 0; padding: 3px 10px 0 0; }
381
+ .sorter .sort-by { }
382
+ .sorter .sort-by label { vertical-align:middle; }
383
+ .sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
384
+ .sorter .link-feed {}
385
+
386
+ /* Toolbar */
387
+ .toolbar {}
388
+ .toolbar .pager { padding: 3px 8px; }
389
+ .toolbar .sorter { }
390
+ .toolbar-bottom {}
391
+
392
+ /* Data Table */
393
+ .data-table { width:100%; border:1px solid #e1e1e1; }
394
+ .data-table .odd { }
395
+ .data-table .even { }
396
+ /*.data-table tr.odd:hover,
397
+ .data-table tr.even:hover { background:#ebf1f6; }*/
398
+ .data-table td.last,
399
+ .data-table th.last { border-right:0; }
400
+ .data-table tr.last th,
401
+ .data-table tr.last td { border-bottom:0 !important; }
402
+ .checkout-cart-index .data-table tr.last th, .checkout-cart-index .data-table tr.last td {
403
+ border-bottom: 1px solid #e1e1e1 !important;
404
+ vertical-align:middle;
405
+ }
406
+ .checkout-cart-index .data-table {
407
+ border-bottom: medium none;
408
+ }
409
+ .data-table th { padding:3px 8px; font-weight:bold; }
410
+ .data-table td { padding:3px 8px; }
411
+
412
+ .data-table thead th { font-weight:bold; border-right:1px solid #e1e1e1; padding:2px 8px; color:#0a263c; white-space:nowrap; vertical-align:middle; }
413
+ .data-table thead th.wrap { white-space:normal; }
414
+ .data-table thead th a,
415
+ .data-table thead th a:hover { color:#666666; }
416
+ .data-table thead th { }
417
+ .data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }
418
+
419
+ .data-table tfoot { border-bottom:1px solid #d9dde3; }
420
+ .data-table tfoot tr.first { }
421
+ .data-table tfoot tr { }
422
+ .data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #e1e1e1; border-top:1px solid #e1e1e1; }
423
+ .data-table tfoot strong { font-size:16px; }
424
+
425
+ .data-table tbody th,
426
+ .data-table tbody td { border-bottom:1px solid #e1e1e1; border-right:1px solid #e1e1e1; }
427
+ /* Bundle products tables */
428
+ .data-table tbody.odd tr { }
429
+ .data-table tbody.even tr { }
430
+ .data-table tbody.odd tr td,
431
+ .data-table tbody.even tr td { border-bottom:0; }
432
+ .data-table tbody.odd tr.border td,
433
+ .data-table tbody.even tr.border td { border-bottom:1px solid #e1e1e1; }
434
+
435
+ .data-table tbody td .option-label { font-weight:bold; font-style:italic; }
436
+ .data-table tbody td .option-value { padding-left:10px; }
437
+
438
+ /* Tax Details Row */
439
+ tr.tax-total { cursor:pointer; }
440
+ tr.tax-total td {}
441
+ tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; cursor:pointer; }
442
+ tr.show-details .tax-collapse { background-position:0 -52px; }
443
+ tr.show-details td {}
444
+ tr.tax-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
445
+ tr.tax-details-first td { border-top:1px solid #d2d8db; }
446
+
447
+ /* Shopping cart tax info */
448
+ .cart-tax-info { display:block; }
449
+ .cart-tax-info,
450
+ .cart-tax-info .cart-price { padding-right:20px; }
451
+ .cart-tax-total { display:block; padding-right:20px; cursor:pointer; }
452
+ .cart-tax-info .price,
453
+ .cart-tax-total .price { display:inline !important; font-weight:normal !important; }
454
+ .cart-tax-total-expanded { background-position:100% -52px; }
455
+
456
+ /* Class: std - styles for admin-controlled content */
457
+ .std .subtitle { padding:0; }
458
+ .std ol.ol { list-style:decimal outside; padding-left:1.5em; }
459
+ .std ul.disc { margin:0 0 10px; }
460
+ .std ul.disc { list-style:disc outside; padding-left:18px; }
461
+ .std dl dt { font-weight:bold; }
462
+ .std dl dd { margin:0 0 10px; }
463
+ /*.std ul,
464
+ .std ol,
465
+ .std dl,
466
+ .std p,
467
+ .std address,
468
+ .std blockquote { margin:0 0 1em; padding:0; }
469
+ .std ul { list-style:disc outside; padding-left:1.5em; }
470
+ .std ol { list-style:decimal outside; padding-left:1.5em; }
471
+ .std ul ul { list-style-type:circle; }
472
+ .std ul ul,
473
+ .std ol ol,
474
+ .std ul ol,
475
+ .std ol ul { margin:.5em 0; }
476
+ .std dt { font-weight:bold; }
477
+ .std dd { padding:0 0 0 1.5em; }
478
+ .std blockquote { font-style:italic; padding:0 0 0 1.5em; }
479
+ .std address { font-style:normal; }
480
+ .std b,
481
+ .std strong { font-weight:bold; }
482
+ .std i,
483
+ .std em { font-style:italic; }*/
484
+
485
+ /* Misc */
486
+ .links li { display:inline; }
487
+ .links li.first { padding-left:0 !important; }
488
+ .links li.last { background:none !important; padding-right:0 !important; }
489
+
490
+ .link-cart { font-weight:bold; }
491
+ .link-wishlist { font-weight:bold; }
492
+ .link-reorder { font-weight:bold; }
493
+ .link-compare { font-weight:bold; }
494
+ .my-account .title-buttons .link-print{ padding: 2px 10px 2px 0; }
495
+ .link-print { padding:2px 0 2px 25px;*/ font-weight:bold; }
496
+ .link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
497
+ .btn-remove { display:block; width:12px; height:12px; font-size:0; line-height:0; background:url(../images/btn_remove.png) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
498
+ .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; }
499
+
500
+ .separator { margin:0 3px; }
501
+
502
+ .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; }
503
+
504
+ /* Noscript Notice */
505
+ .noscript { border:1px solid #ddd; border-width:0 0 1px; background:#666666f90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
506
+ .noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
507
+ .noscript p { margin:0; }
508
+
509
+ /* Demo Notice */
510
+ .demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#666666; }
511
+ /* ======================================================================================= */
512
+
513
+
514
+ /* Header ================================================================================ */
515
+ .logo { float:left; }
516
+ .header-container { }
517
+ .header {margin:0 auto; padding:0px; text-align:left; position:relative; z-index:1000; }
518
+ .header .logo { float:left; text-decoration:none !important; }
519
+ .header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
520
+ .header h1.logo { margin:0; }
521
+ .header .quick-access {
522
+ float: right;
523
+ margin: 22px 14px 0 0;
524
+ width:531px;
525
+ }
526
+ .header .welcome-msg { color:yellow;}
527
+ .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; }
528
+ .header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
529
+ .header .form-search input.input-text { float:left; border-color:#5c7989; width:209px; margin-right:4px; }
530
+ .header .form-search button.button { float:left; }
531
+ .header .form-search button.button span { border:0; height:21px; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
532
+ .header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
533
+ .header .form-search .search-autocomplete { z-index:999; left:40px !important; top:22px !important; }
534
+ .header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
535
+ .header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
536
+ .header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
537
+ .header .form-search .search-autocomplete li.odd { background-color:#666666efb; }
538
+ .header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
539
+ .header .form-language { float:left; margin-right:10px; margin-top:2px;}
540
+ .header form {
541
+ float: left;
542
+ }
543
+ .header .form-language label { padding-right:5px; vertical-align:middle; color:#666; }
544
+ .header .form-language select { padding:0; }
545
+ .header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
546
+ .header .links { float:right; margin:0 0 6px; }
547
+ .header .links li {}
548
+ .header .links a { }
549
+ .header-container .top-container { clear:both; text-align:right; }
550
+ .header-container .top-container a { font-size:11px; }
551
+
552
+ /********** < Navigation */
553
+ .nav-container { }
554
+ #nav { margin:0 auto; padding:0 16px; font-size:13px; }
555
+
556
+ /* ALL Levels */ /* Style consistent throughout all nav levels */
557
+ #nav li { position:relative; text-align:left; }
558
+ #nav li.over { z-index:999; }
559
+ #nav a,
560
+ #nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
561
+ #nav span { display:block; cursor:pointer; white-space:nowrap; }
562
+ #nav li ul span {white-space:normal; }
563
+
564
+ /* 0 Level */
565
+ #nav li { float:left; }
566
+ #nav li.active a { }
567
+ #nav a { float:left; padding:5px 12px 6px 8px; font-weight:bold; }
568
+ #nav li.over a,
569
+ #nav a:hover { }
570
+
571
+ /* 1st Level */
572
+ #nav ul li,
573
+ #nav ul li.active { float:none; margin:0; padding-bottom:1px; border-bottom:1px dotted #666;}
574
+ #nav ul li.last { padding-bottom:0; }
575
+ #nav ul li.last { background:none !important; }
576
+ #nav ul a,
577
+ #nav ul a:hover { float:none; padding:0; background:none; }
578
+ #nav ul li a { font-weight:normal !important; }
579
+
580
+ /* 2nd Level */
581
+ #nav ul { position:absolute; width:15em; top:27px; left:-10000px; -webkit-border-radius: 5px;
582
+ -moz-border-radius: 5px;
583
+ border-radius: 5px;}
584
+
585
+ /* Show menu */
586
+ #nav li.over > ul { left:0; }
587
+ #nav li.over > ul li.over > ul { left:100px; }
588
+ #nav li.over ul ul { left:-10000px; }
589
+
590
+ #nav ul li a {}
591
+ #nav ul li a:hover { }
592
+ #nav ul li a,
593
+ #nav ul li a:hover { }
594
+ #nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px; }
595
+
596
+ /* 3rd+ Level */
597
+ #nav ul ul { top:5px; }
598
+ /********** Navigation > */
599
+ /* ======================================================================================= */
600
+
601
+
602
+ /* Sidebar =============================================================================== */
603
+ .block { margin:0 0 5px; }
604
+ .block .block-title { }
605
+ .block .block-title strong { display:block; font:bold 12px/16px Arial, Helvetica, sans-serif; min-height:16px; }
606
+ .block-compared .block-title strong { display:block; min-height:16px; letter-spacing:-1px; }
607
+ .block-compared .block-title strong { font-size:11px; }
608
+ .block .block-title strong span {}
609
+ .block .block-title a { text-decoration:none !important; }
610
+ .block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
611
+ .block .block-content { }
612
+ .block .block-content li.item { padding:7px 9px; }
613
+ .block .btn-remove { float:right; margin:1px 0 2px 5px; }
614
+ .block .actions {padding:6px 9px; text-align:right; }
615
+ .block .actions a { float:left; }
616
+ .block .actions button.button { float:right; }
617
+ .block .empty { margin:0; padding:5px 9px; }
618
+
619
+ .block li.odd { }
620
+ .block li.even { }
621
+
622
+ /* Mini Blocks */
623
+ .block-cart,
624
+ .block-wishlist,
625
+ .block-subscribe,
626
+ .block-compare,
627
+ .block-reorder,
628
+ .block-poll,
629
+ .block-viewed,
630
+ .block-compared,
631
+ .block-related,
632
+ .block-tags,
633
+ .block-login { font-size:11px; line-height:1.25; }
634
+ .block-cart .block-title span,
635
+ .block-wishlist .block-title span,
636
+ .block-subscribe .block-title span,
637
+ .block-compare .block-title span,
638
+ .block-reorder .block-title span,
639
+ .block-poll .block-title span,
640
+ .block-viewed .block-title span,
641
+ .block-compared .block-title span,
642
+ .block-related .block-title span,
643
+ .block-tags .block-title span,
644
+ .block-login .block-title span { }
645
+
646
+ /* Mini Products List */
647
+ .mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
648
+ .mini-products-list .product-details { margin-left:60px; }
649
+
650
+ /* Block: Account */
651
+ .block-account { }
652
+ .block-account .block-title { }
653
+ .block-account .block-title span { font-size:13px; color:#666666; }
654
+ .block-account .block-content { padding:7px 10px 7px !important; }
655
+ .block-account .block-content li{
656
+ border-bottom:1px dotted #d1d1d1;
657
+ }
658
+ .block-account .block-content li strong {
659
+ background: url("../images/a1.gif") no-repeat scroll 0 5px transparent;
660
+ border: medium none;
661
+ color: #000;
662
+ display: block;
663
+ font-size: 13px;
664
+ padding: 3px 0 3px 24px;
665
+ text-decoration: none !important;
666
+ }
667
+ .block-account .block-content li a {
668
+ background: url("../images/a1.gif") no-repeat scroll 0 5px transparent;
669
+ display: block;
670
+ font-size: 13px;
671
+ line-height: 25px;
672
+ padding: 1px 0 1px 24px;
673
+ text-decoration: none !important;
674
+ }
675
+ .block-account .block-content li a:hover { color:#ea7900; }
676
+ .block-account .block-content li.last a { border-bottom:0; }
677
+ .block-account .block-content li.current { padding:3px 0; color:#ea7900; }
678
+ .block-account .block-content li.current.last { border-bottom:0; }
679
+
680
+ /* Block: Currency Switcher */
681
+ .block-currency { border:0; }
682
+ .block-currency .block-title { }
683
+ .block-currency .block-title span { }
684
+ .block-currency .block-content { background:none; padding: 5px !important; }
685
+ .block-currency .block-content select { width:100%; padding:0; }
686
+
687
+ /* Block: Layered Navigation */
688
+ .block-layered-nav { border:0; }
689
+ .block-layered-nav .block-subtitle { line-height:1.35; padding:3px 0px; border-width:1px 0;}
690
+ .block-layered-nav .block-content {padding:10px !important;}
691
+ .block-layered-nav dt { padding:7px 10px 0 5px; font-weight:bold; text-transform:uppercase; }
692
+ .block-layered-nav dd { }
693
+ .block-layered-nav dd li{padding: 3px 4px 3px 8px;}
694
+ .block-layered-nav dd.last { }
695
+ .block-layered-nav .currently li { padding:4px 6px 4px 10px; }
696
+ .block-layered-nav .currently .label { font-weight:bold; padding-left:18px; text-transform:uppercase; }
697
+ .block-layered-nav .currently .btn-remove { margin:3px 0 0; }
698
+ .block-layered-nav .actions { font-size:11px; padding:4px 9px; border-width:1px 0; text-align:right; }
699
+ .block-layered-nav .actions a { float:none; }
700
+
701
+ /* Block: Cart */
702
+ .block-cart .block-title { /*border-bottom:0;*/ }
703
+ .block-cart .block-title span { }
704
+ .block-cart .summary { padding:2px 8px 8px; position:relative; z-index:1; }
705
+ .block-cart .amount { margin:0; }
706
+ .block-cart .amount a { font-weight:bold; }
707
+ .block-cart .subtotal { margin:5px 0 0; padding:2px 0;text-align:center; }
708
+ .block-cart .subtotal .price { font-weight:bold; }
709
+ .block-cart .actions { border-bottom:1px solid #e1e1e1; }
710
+
711
+ /* Block: Wishlist */
712
+ .block-wishlist .block-title span { }
713
+ .block-wishlist .actions { text-align:right; }
714
+ .block-wishlist .actions a { float:none; }
715
+
716
+ /* Block: Related */
717
+ .block-related .block-title span { }
718
+ .block-related input.checkbox { float:left; }
719
+ .block-related .product { margin-left:20px; }
720
+
721
+ /* Block: Compare Products */
722
+ .block-compare .block-title span { }
723
+ .page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
724
+ .compare-table { border:0; }
725
+ .compare-table thead tr.first th,
726
+ .compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
727
+ .compare-table .btn-remove { float:right; background-image:url(../images/btn_remove2.gif); width:72px; height:15px; }
728
+ .compare-table tbody th { background:#EDEDED ; }
729
+ .compare-table tbody th,
730
+ .compare-table tbody td { padding:10px; border:0; border-top:1px solid #e1e1e1; border-left:1px solid #e1e1e1; }
731
+ .compare-table tbody td.last { border-right:1px solid #e1e1e1; }
732
+ .compare-table tbody tr.last th,
733
+ .compare-table tbody tr.last td { border-bottom:1px solid #e1e1e1 !important; }
734
+ .compare-table tr.add-to-row td { background:#666666ada; text-align:center; }
735
+ .compare-table tr.first td { text-align:center; }
736
+ .compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
737
+ .compare-table tr.first td .product-name a { color:#203548; }
738
+ .compare-table tr.first td .ratings { width:69px; margin:0 auto; }
739
+ .compare-table tr.first td p,
740
+ .compare-table tr.add-to-row td p { margin:0; }
741
+
742
+ /* Block: Recently Viewed */
743
+ .block-viewed .block-title span { }
744
+
745
+ /* Block: Recently Compared */
746
+ .block-compared .block-title span { }
747
+
748
+ /* Block: Poll */
749
+ .block-poll .block-title span { }
750
+ .block-poll .block-subtitle { font-size:12px; }
751
+ .block-poll label { color:#666; font-weight:bold; }
752
+ .block-poll input.radio { float:left; margin:1px -18px 0 0; }
753
+ .block-poll .label { display:block; margin-left:18px; }
754
+ .block-poll li { padding:3px 9px; }
755
+ .block-poll .actions { margin:5px 0 0; }
756
+ .block-poll .answer { font-weight:bold; }
757
+ .block-poll .votes { float:right; margin-left:10px; }
758
+
759
+ /* Block: Tags */
760
+ .block-tags .block-title span { }
761
+ .block-tags .block-content ul { margin: 10px; font-size:12px; }
762
+ .block-tags .block-content li { display:inline; padding-right:4px; }
763
+ .block-tags .block-content a { color:#1b2d3b; }
764
+ .block-tags .actions { text-align:right; }
765
+ .block-tags .actions a { float:none; }
766
+
767
+ /* Block: Subscribe */
768
+ .block-subscribe .block-content { padding:5px 10px !important; }
769
+ .block-subscribe .block-title strong {}
770
+ .block-subscribe label {
771
+ color: #666666FFF;
772
+ display: block;
773
+ font-weight: bold;
774
+ margin: 8px 0;
775
+ }
776
+ .block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
777
+ .block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
778
+ .block-subscribe .actions button.button { float:none; }
779
+
780
+ /* Block: Reorder */
781
+ .block-reorder .block-title span { }
782
+ .block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
783
+ .block-reorder .product-name { margin-left:20px; }
784
+ .block-reorder .validation-advice { margin:3px 9px 7px; }
785
+
786
+ /* Block: Banner */
787
+ .block-banner { border:0; display:none; }
788
+ .block-banner .block-content { padding:0; text-align:center; }
789
+
790
+ /* Block: Login */
791
+ .block-login .block-title span { }
792
+ .block-login .block-content { padding:5px 10px; }
793
+ .block-login label { font-weight:bold; color:#666; }
794
+ .block-login input.input-text { display:block; width:167px; margin:3px 0; }
795
+ .block-login .actions { background:none; padding:0; margin:3px 0 0; }
796
+ /* ======================================================================================= */
797
+
798
+
799
+ /* Category Page ========================================================================= */
800
+ .category-title { border:0; margin:0 0 7px; }
801
+ .category-image { width:100%; overflow:hidden; margin:0 0 5px !important; }
802
+ .category-image img { width: 100%; }
803
+ .category-description { margin:0 0 10px; }
804
+ .category-products {}
805
+
806
+ /* View Type: Grid */
807
+ .products-grid {position: relative; }
808
+ .products-grid.last { border-bottom:0; }
809
+ .products-grid li.item { float:left; width:165px; padding:12px 10px; }
810
+ .products-grid .product-image { }
811
+ .products-grid .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
812
+ .products-grid .product-name a { color:#203548; }
813
+ .products-grid .price-box { margin:5px 0; }
814
+ .products-grid .availability { line-height:21px; }
815
+ .products-grid .actions { bottom: 8px; left: 35px; position: absolute; }
816
+ .col2-left-layout .products-grid,
817
+ .col2-right-layout .products-grid { margin:0 auto; }
818
+ .col1-layout .products-grid { margin:0 auto; }
819
+
820
+ /* View Type: List */
821
+ .products-list li.item { border-bottom: 1px solid #e1e1e1; padding:12px 10px; }
822
+ .products-list li.item.last { border-bottom:0; }
823
+ .products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
824
+ .products-list .product-shop { margin-left:150px; }
825
+ .products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#f2f2f2; }
826
+ .products-list .product-name a { color:#666; }
827
+ .products-list .price-box { float:left; margin:3px 13px 5px 0; }
828
+ .products-list .availability { float:left; margin:3px 0 0; }
829
+ .products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
830
+ .products-list .desc .link-more { font-size:11px; }
831
+ .products-list .add-to-links { clear:both; }
832
+ .products-list .add-to-links li { display:inline; }
833
+ .products-list .add-to-links .separator { display:inline; margin:0 2px; }
834
+ /* ======================================================================================= */
835
+
836
+
837
+ /* Product View ========================================================================== */
838
+ /* Rating */
839
+ .no-rating { margin:0; }
840
+
841
+ .ratings { font-size:11px; line-height:1.25; margin:7px 0; }
842
+ .ratings strong { float:left; margin:1px 3px 0 0; }
843
+ .ratings .rating-links { margin:0; }
844
+ .ratings .rating-links .separator { margin:0 2px; }
845
+ .ratings dt {}
846
+ .ratings dd {}
847
+ .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; }
848
+ .rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
849
+ .ratings .rating-box { float:left; margin-right:3px; }
850
+ .ratings .amount {}
851
+
852
+ .ratings-table th,
853
+ .ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
854
+ .ratings-table th { font-weight:bold; padding-right:8px; }
855
+
856
+ /* Availability */
857
+ .availability { margin:0; }
858
+ .availability span { font-weight:bold; }
859
+ .availability.in-stock span {}
860
+ .availability.out-of-stock span { color:#d83820; }
861
+ .product-view .product-shop .availability { font-size:11px; }
862
+ .product-view .product-shop .availability span { font-weight:normal; }
863
+
864
+ /* Email to a Friend */
865
+ .email-friend { margin:0; }
866
+
867
+ /* Alerts */
868
+ .alert-price { margin:0; font-size:11px; }
869
+ .alert-stock { margin:0; font-size:11px; }
870
+
871
+ /********** < Product Prices */
872
+ .price { white-space:nowrap !important; }
873
+
874
+ .price-box { margin:5px 0; }
875
+ .price-box .price { font-weight:bold; color:#c76200; }
876
+
877
+ /* Regular price */
878
+ .regular-price { color:#c76200; }
879
+ .regular-price .price { font-weight:bold; font-size:14px; color:#c76200; }
880
+ .block .regular-price,
881
+ .block .regular-price .price { color:#2f2f2f; }
882
+
883
+ /* Old price */
884
+ .old-price { margin:0; }
885
+ .old-price .price-label { white-space:nowrap; color:#999; }
886
+ .old-price .price { font-weight:bold; color:#c76200; text-decoration:line-through; }
887
+
888
+ /* Special price */
889
+ .special-price { margin:0; padding:3px 0; }
890
+ .special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
891
+ .special-price .price { font-size:13px; font-weight:bold; color:#c76200; }
892
+
893
+ /* Minimal price (as low as) */
894
+ .minimal-price { margin:0; }
895
+ .minimal-price .price-label { font-weight:bold; white-space:nowrap; }
896
+
897
+ .minimal-price-link { display: block; float: left; font-size: 11px; padding: 2px 0 0; width: 90px; }
898
+ .minimal-price-link .label {color:#1e7ec8; float:left; }
899
+ .minimal-price-link .price { font-weight:normal; color:#1e7ec8; float:left; padding:0 0 0 3px; }
900
+
901
+ /* Excluding tax */
902
+ .price-excluding-tax { display:block; color:#999; }
903
+ .price-excluding-tax .label { white-space:nowrap; color:#999; }
904
+ .price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }
905
+
906
+ /* Including tax */
907
+ .price-including-tax { display:block; color:#999; }
908
+ .price-including-tax .label { white-space:nowrap; color:#999; }
909
+ .price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }
910
+
911
+ /* FTP */
912
+ .weee { display:block; font-size:11px; color:#444; }
913
+ .weee .price { font-size:11px; font-weight:normal; }
914
+
915
+ /* Excl tax (for order tables) */
916
+ .price-excl-tax { display:block; }
917
+ .price-excl-tax .label { display:block; white-space:nowrap; }
918
+ .price-excl-tax .price { display:block; }
919
+
920
+ /* Incl tax (for order tables) */
921
+ .price-incl-tax { display:block; }
922
+ .price-incl-tax .label { display:block; white-space:nowrap; }
923
+ .price-incl-tax .price { display:block; font-weight:bold; }
924
+
925
+ /* Price range */
926
+ .price-from { margin:0; }
927
+ .price-from .price-label { font-weight:bold; white-space:nowrap; }
928
+
929
+ .price-to { margin:0; }
930
+ .price-to .price-label { font-weight:bold; white-space:nowrap; }
931
+
932
+ /* Price notice next to the options */
933
+ .price-notice { padding-left:10px; color:#999; }
934
+ .price-notice .price { font-weight:bold; color:#2f2f2f; }
935
+
936
+ /* Price as configured */
937
+ .price-as-configured { margin:0; }
938
+ .price-as-configured .price-label { font-weight:bold; white-space:nowrap; }
939
+
940
+ .price-box-bundle { padding:0 0 10px 0; }
941
+ .price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
942
+ .price-box-bundle .price { color:#555; }
943
+ /********** Product Prices > */
944
+
945
+ /* Tier Prices */
946
+ .tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
947
+ .tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
948
+ .tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
949
+ .tier-prices .price { font-weight:bold; color:#2f2f2f; }
950
+
951
+ .tier-prices-grouped li { padding:2px 0; color:#e26703; }
952
+ .tier-prices-grouped li .price { font-weight:bold; }
953
+
954
+ /* Add to Links */
955
+ .add-to-links { font-size:11px; margin:5px 0 0; }
956
+ .add-to-links .separator { display:none; }
957
+
958
+ /* Add to Cart */
959
+ .add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; margin-top:6px; }
960
+ .add-to-cart .qty { float:left; margin-right:5px; margin-top: 6px; }
961
+
962
+ .add-to-cart button.button { float:left; }
963
+
964
+ /* Add to Links + Add to Cart */
965
+ .add-to-box { margin:10px 0; }
966
+ .add-to-box .add-to-cart { float:left; }
967
+ .add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
968
+ .add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
969
+ .add-to-box .add-to-links li { display:block !important; }
970
+ .add-to-box .add-to-links li .separator { display:none !important; }
971
+
972
+
973
+ .product-view { border:1px solid #c4c6c8; }
974
+
975
+ .product-essential { padding:25px;}
976
+ .product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }
977
+
978
+ .product-collateral { padding:5px 25px; }
979
+ .product-collateral h2 { font-weight:bold; font-size:15px; color:#e26703; border-bottom:1px solid #e1e1e1; padding:0 0 1px; margin:0 0 15px; }
980
+ .product-collateral .box-collateral { margin:0 0 25px; }
981
+
982
+ /* Product Images */
983
+ .product-view .product-img-box { float:left; width:267px; }
984
+ .col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
985
+ .product-view .product-img-box .product-image { margin:0 0 13px; }
986
+ .product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
987
+ .product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
988
+ .product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
989
+ .product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
990
+ .product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
991
+ .product-view .product-img-box .zoom #track { position:relative; height:18px; }
992
+ .product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat; }
993
+ .product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
994
+ .product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
995
+ .product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #e1e1e1; margin:0 0 8px; text-transform:uppercase; }
996
+ .product-view .product-img-box .more-views ul { margin-left:-9px }
997
+ .product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
998
+ .product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }
999
+
1000
+ .product-image-popup { margin:0 auto; }
1001
+ .product-image-popup .nav { font-weight:bold; text-align:center; }
1002
+ .product-image-popup .image { display:block; margin:10px 0; }
1003
+ .product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }
1004
+
1005
+ /* Product Shop */
1006
+ .product-view .product-shop { float:right; width:330px; }
1007
+ .col1-layout .product-view .product-shop { float:right; width:545px; }
1008
+ .col3-layout .product-view .product-shop { float:none; width:auto; }
1009
+ .product-view .product-shop .product-name { margin:0 0 5px; }
1010
+ .product-view .product-shop .product-name h1 { margin:0; font:bold 15px/1.35 Arial, Helvetica, sans-serif; }
1011
+ .product-view .product-shop .availability { margin:10px 0; }
1012
+ .product-view .product-shop .short-description { margin:10px 0; padding:10px 0 0; }
1013
+ .product-view .product-shop .price-box { margin:10px 0; }
1014
+ .product-view .product-shop .add-to-links { margin:0; }
1015
+ .product-view .product-shop .add-to-links { font-size:12px; text-align:left; padding:10px 5px 0; }
1016
+ .product-view .product-shop .add-to-links li,
1017
+ .product-view .product-shop .add-to-links li .separator { display:inline; }
1018
+ .product-view .product-shop .add-to-links a { font-weight:normal !important; }
1019
+
1020
+ /* Product Options */
1021
+ .product-options { margin:20px 0 0; padding:10px 15px 20px; background-color:#f6f6f6; border:1px solid #e4e4e4; }
1022
+ .product-options dt { padding:10px 0 0; font-weight:normal; }
1023
+ .product-options dt label { font-weight:bold; color:#2f2f2f; }
1024
+ .product-options dt span.required { color:#eb340a; }
1025
+ .product-options dt .qty-holder { float:right; margin-right:15px; }
1026
+ .product-options dt .qty-holder label { vertical-align:middle; }
1027
+ .product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
1028
+ .product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
1029
+ .product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
1030
+ .product-options dd input.input-text { width:98%; }
1031
+ .product-options dd input.datetime-picker { width:150px; }
1032
+ .product-options dd textarea { width:98%; height:8em; }
1033
+ .product-options dd select { width:99%; margin: 0 0 5px; }
1034
+ .product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
1035
+ .product-options ul.options-list { margin-right:5px; }
1036
+ .product-options ul.options-list li { line-height:1.5; padding:2px 0; }
1037
+ .product-options ul.options-list input.radio { float:left; margin-top:3px; }
1038
+ .product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
1039
+ .product-options ul.options-list .label { display:block; margin-left:18px; }
1040
+ .product-options ul.options-list label { font-weight:normal; }
1041
+ .product-options ul.validation-failed { padding:0 7px; }
1042
+ .product-options p.note { margin:0; font-size:11px; }
1043
+ .product-options p.required { margin-bottom:0; padding:15px 0 0; }
1044
+
1045
+ .product-options-bottom { padding:15px 20px; border-top:0; }
1046
+ .product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
1047
+ .product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
1048
+ .product-options-bottom .tier-prices .price,
1049
+ .product-options-bottom .tier-prices .benefit { color:#e26703; }
1050
+ .product-options-bottom .price-box { float:left; margin:0; padding:0; }
1051
+ .product-options-bottom .price-label { float:left; padding-right:5px; }
1052
+ .product-options-bottom .price-tax { float:left; }
1053
+ .product-options-bottom .add-to-cart { float:right; clear:both; }
1054
+ .product-shop .product-options-bottom { margin:0 0 10px; }
1055
+ .product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
1056
+ .product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
1057
+ .product-shop .product-options-bottom .price-tax { float:none; }
1058
+ .product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
1059
+
1060
+ /* Grouped Product */
1061
+ .product-view .grouped-items-table .price-box { margin:0; padding:0; }
1062
+
1063
+ /* Block: Description */
1064
+ .product-view .box-description {}
1065
+
1066
+ /* Block: Additional */
1067
+ .product-view .box-additional .data-table th,
1068
+ .product-view .box-additional .data-table td { line-height:1.25; }
1069
+
1070
+ /* Block: Upsell */
1071
+ .product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
1072
+ .product-view .box-up-sell .products-grid { width:100%; border:1px solid #e1e1e1; }
1073
+ .product-view .box-up-sell .products-grid td { width:25%; border-right:1px solid #e1e1e1; border-bottom:1px solid #e1e1e1; padding:15px 10px 12px; line-height:1.6em; }
1074
+ .product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
1075
+ .product-view .box-up-sell .products-grid td.last { border-right:0; }
1076
+ .product-view .box-up-sell .products-grid td img { border:1px solid #e1e1e1; }
1077
+ .product-view .box-up-sell .products-grid .product-image { text-align:center; }
1078
+ .product-view .box-up-sell .products-grid td.empty { border-right:0; }
1079
+ .product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
1080
+
1081
+ /* Block: Tags */
1082
+ .product-view .box-tags { margin:0; }
1083
+ .product-view .box-tags h3 { font-size:13px; }
1084
+ .product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
1085
+ .product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
1086
+ .product-view .box-tags .product-tags li.first { padding-left:0; }
1087
+ .product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
1088
+ .product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
1089
+ .product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; background:url(../images/add.png) 0 2px no-repeat; padding:0 0 0 23px; }
1090
+ .product-view .box-tags .form-add input.input-text { width:299px; }
1091
+ .product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }
1092
+
1093
+ /* Block: Reviews */
1094
+ .product-view .box-reviews dl { margin:15px 0; }
1095
+ .product-view .box-reviews dt a,
1096
+ .product-view .box-reviews dt span { font-weight:bold; }
1097
+ .product-view .box-reviews dd { margin:0 0 15px; }
1098
+ .product-view .box-reviews dd small { font-style:italic; }
1099
+ .product-view .box-reviews .form-add { margin:15px 0 0; }
1100
+ .product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
1101
+ .product-view .box-reviews .form-add h3 span { font-weight:bold; }
1102
+ .product-view .box-reviews .form-add h4 { font-size:12px; }
1103
+ .product-view .box-reviews .form-add .data-table td { text-align:center; }
1104
+ .product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
1105
+ .product-view .box-reviews .form-add .form-list .input-box { width:360px; }
1106
+ .product-view .box-reviews .form-add .form-list input.input-text,
1107
+ .product-view .box-reviews .form-add .form-list textarea { width:354px; }
1108
+
1109
+ /* Send a Friend */
1110
+ .send-friend .form-list { width:615px; overflow:hidden; }
1111
+ .send-friend .form-list li { margin-right:-15px; }
1112
+ .send-friend .form-list li p { margin:0 15px 0 0; }
1113
+ .send-friend .form-list .field { width:315px; }
1114
+ .send-friend .form-list .input-box { width:300px; }
1115
+ .send-friend .form-list input.input-text,
1116
+ .send-friend .form-list textarea { width:294px; }
1117
+ .send-friend .form-list li.wide .input-box { width:612px; }
1118
+ .send-friend .form-list li.wide textarea { width:609px; }
1119
+ .send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
1120
+ /* ======================================================================================= */
1121
+
1122
+
1123
+ /* Content Styles ================================================================= */
1124
+ .product-name { margin:0; font-size:1em; font-weight:normal; }
1125
+ .product-name a { }
1126
+
1127
+ /* Product Tags */
1128
+ .tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
1129
+ .tags-list li { display:inline !important; margin:0 4px 0 0; }
1130
+ .tags-list li a { color:#1b2d3b; }
1131
+
1132
+ /* Advanced Search */
1133
+ .advanced-search .form-list label { width:160px; padding-right:10px; }
1134
+ .advanced-search .form-list .input-box,
1135
+ .advanced-search .form-list .input-range { float:left; clear:none; }
1136
+ .advanced-search-amount { margin:0 0 10px; }
1137
+ .advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#6666666f1; padding:10px; }
1138
+ .advanced-search-summary ul { float:left; width:49%; }
1139
+ .advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(../images/i_search_criteria.gif) 0 3px no-repeat; }
1140
+ .advanced-search-summary p { clear:both; font-weight:bold; margin:0; }
1141
+
1142
+ /* CMS Home Page */
1143
+ .cms-home .subtitle {}
1144
+ .cms-index-index .subtitle {}
1145
+
1146
+ /* Sitemap */
1147
+ .page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
1148
+ .page-sitemap .links a { text-decoration:none; position:relative; }
1149
+ .page-sitemap .links a:hover { text-decoration:underline; }
1150
+ .page-sitemap .sitemap { background: #F5F5F5; margin: 12px 0; padding: 12px; overflow:hidden; }
1151
+ .page-sitemap .sitemap a { color:#1b2d3b; }
1152
+ .page-sitemap .sitemap li { margin: 3px 0; width:33%; float:left; }
1153
+ .page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
1154
+ .page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }
1155
+ .page-sitemap .pager{ margin: 21px 0 0; }
1156
+
1157
+ /* RSS */
1158
+ .rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
1159
+ .rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
1160
+ /* ======================================================================================= */
1161
+
1162
+
1163
+ /* Shopping Cart ========================================================================= */
1164
+ .cart .page-title { }
1165
+ .cart .page-title h1 { }
1166
+
1167
+ /* Checkout Types */
1168
+ .cart .page-title .checkout-types li { margin:0 0 5px; }
1169
+
1170
+ /* Shopping Cart Table */
1171
+ .cart-table th { padding:2px 10px; }
1172
+ .cart-table td { padding:10px; }
1173
+ .cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
1174
+ .cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
1175
+ .cart-table tfoot td { padding:5px 10px; }
1176
+ .cart-table .btn-continue { float:left; }
1177
+ .cart-table .btn-continue span,
1178
+ .cart-table .btn-update span { }
1179
+
1180
+ /* Shopping Cart Collateral boxes */
1181
+ .cart .cart-collaterals { padding:25px 0 0; }
1182
+ .cart .cart-collaterals .col2-set { float:left; width:605px; }
1183
+ .cart .cart-collaterals .col2-set .col-2 { width:294px; }
1184
+
1185
+ .cart .crosssell {padding:12px 15px; }
1186
+ .cart .crosssell h2 { font-size:13px; font-weight:bold; }
1187
+ .cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
1188
+ .cart .crosssell .product-details { margin-left:90px; }
1189
+ .cart .crosssell .product-name { font-weight:bold; }
1190
+ .cart .crosssell li.item { margin:12px 0; }
1191
+ .cart .crosssell .link-compare { font-weight:normal; }
1192
+
1193
+ /* Discount Codes & Estimate Shipping and Tax Boxes */
1194
+ .cart .discount,
1195
+ .cart .shipping { padding:12px 15px; margin:0 0 18px; }
1196
+ .cart .discount h2,
1197
+ .cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font:bold 13px/16px Arial, Helvetica, sans-serif; padding:0px; color:#666666; text-transform:uppercase; }
1198
+ .cart .discount button span,
1199
+ .cart .shipping button span { }
1200
+ .cart .discount .buttons-set,
1201
+ .cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
1202
+ .cart .discount .buttons-set button.button,
1203
+ .cart .shipping .buttons-set button.button { float:none; margin-left:0; }
1204
+
1205
+
1206
+ .cart .discount h2 { }
1207
+ .cart .discount .input-box { margin:8px 0 0; width:260px; }
1208
+ .cart .discount input.input-text { width:254px; }
1209
+
1210
+ .cart .shipping h2 { }
1211
+ .cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(../images/bkg_divider1.gif) 0 0 repeat-x; }
1212
+
1213
+ /* Shopping Cart Totals */
1214
+ .cart .totals { float:right; width:268px; border:1px solid #e1e1e1; }
1215
+ .cart .totals table { width:100%; margin:7px 0; }
1216
+ .cart .totals td { padding:1px 15px 1px 7px; }
1217
+ .cart .totals tr.last td {}
1218
+ .cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
1219
+ .cart .totals tfoot td strong { font-size:15px; }
1220
+ .cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
1221
+ .cart .totals .checkout-types li { clear:both; margin:10px 0; }
1222
+
1223
+ /* Options Tool Tip */
1224
+ .item-options dt { font-weight:bold; font-style:italic; }
1225
+ .item-options dd { padding-left:10px; margin:0 0 6px; }
1226
+ .truncated { cursor:help; }
1227
+ .truncated a.dots { cursor:help; }
1228
+ .truncated a.details { cursor:help; }
1229
+ .truncated .truncated_full_value { position:relative; z-index:999; }
1230
+ .truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
1231
+ .truncated .show dl { top:-20px; left:50%; }
1232
+ .col-left .truncated .show dl { left:15px; top:7px; }
1233
+ .col-right .truncated .show dl { left:-240px; top:7px; }
1234
+ /* ======================================================================================= */
1235
+
1236
+
1237
+ /* Checkout ============================================================================== */
1238
+ /********** < Common Checkout Styles */
1239
+ /* Shipping and Payment methods */
1240
+ .sp-methods { margin:0 0 8px; }
1241
+ .sp-methods dt { margin:13px 0 5px; font-weight:bold; }
1242
+ .sp-methods dd {}
1243
+ .sp-methods dd li { margin:5px 0; }
1244
+ .sp-methods label { font-weight:bold; color:#ccc; }
1245
+ .sp-methods .price { font-weight:bold; }
1246
+ .sp-methods .form-list { padding-left:20px; }
1247
+ .sp-methods .form-list li { margin:0 0 8px; }
1248
+ .sp-methods select.month { width:154px; margin-right:10px; }
1249
+ .sp-methods select.year { width:96px; }
1250
+ .sp-methods input.cvv { width:3em !important; }
1251
+ .sp-methods .centinel-logos a { margin-right:3px; }
1252
+ .sp-methods .centinel-logos img { vertical-align:middle; }
1253
+
1254
+ .please-wait { float:right; }
1255
+ .please-wait img { vertical-align:middle; }
1256
+ .cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }
1257
+
1258
+ /* Tooltip */
1259
+ .tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
1260
+ .tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
1261
+ .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; }
1262
+ .tool-tip .tool-tip-content { padding:5px; }
1263
+
1264
+ /* Gift Messages */
1265
+ .gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
1266
+ .gift-messages p.control { color:#8e8d8b; }
1267
+ .gift-messages-form { position:relative; }
1268
+ .gift-messages-form label { float:none !important; position:static !important; }
1269
+ .gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
1270
+ .gift-messages-form .whole-order { margin:0 0 25px; }
1271
+ .gift-messages-form .item { margin:0 0 10px; }
1272
+ .gift-messages-form .item .product-img-box { float:left; width:75px; }
1273
+ .gift-messages-form .item .product-image { margin:0 0 7px; }
1274
+ .gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
1275
+ .gift-messages-form .item .details { margin-left:90px; }
1276
+ .gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
1277
+ .gift-messages-form .item .details .form-list .field { width:255px; }
1278
+ .gift-messages-form .item .details .form-list .input-box { width:240px; }
1279
+ .gift-messages-form .item .details .form-list input.input-text { width:234px; }
1280
+ .gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
1281
+ .gift-messages-form .item .details .form-list li.wide textarea { width:494px; }
1282
+
1283
+ .gift-message-link { font-size:11px; background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
1284
+ .gift-message-link.expanded { background-position:100% -40px; }
1285
+ .gift-message-row { background:#f2efe9; }
1286
+ .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; }
1287
+
1288
+ /* Checkout Agreements */
1289
+ .checkout-agreements li { margin:30px 0; }
1290
+ .checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
1291
+ .checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
1292
+ .checkout-agreements .agree input.checkbox { margin-right:6px; }
1293
+ .checkout-agreements .agree label { font-weight:bold; color:#666; }
1294
+
1295
+ .opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
1296
+ .opc .checkout-agreements li { margin:20px 0 0; }
1297
+ .opc .checkout-agreements .agreement-content { background-color:#666666; border-color:#e4e4e4; padding:5px; }
1298
+ .opc .checkout-agreements .agree { padding-left:6px; }
1299
+
1300
+ /* Centinel */
1301
+ .centinel {}
1302
+
1303
+ .opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }
1304
+
1305
+ /* Generic Info Set */
1306
+ .info-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
1307
+ .info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
1308
+ .info-set h3,
1309
+ .info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
1310
+ .info-set h2 a,
1311
+ .info-set h3 a,
1312
+ .info-set h4 a { font-weight:normal; }
1313
+ .info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
1314
+ .info-set h3.legend { margin:0 0 10px; color:#0a263c; }
1315
+ .info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
1316
+ .info-set .box { margin:0 0 15px; }
1317
+ .info-set .box h2 { color:#e26703; }
1318
+ .info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
1319
+ .info-set .data-table .product-name a { font-weight:bold !important; }
1320
+ .info-set .data-table .item-options { margin:5px 0 0; }
1321
+ /********** Common Checkout Styles > */
1322
+
1323
+ /* One Page Checkout */
1324
+ .block-progress { border:0; margin:0; }
1325
+ .block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
1326
+ .block-progress .block-title strong { font-size:13px; color:#0a263c; }
1327
+ .block-progress .block-content { background:none; }
1328
+ .block-progress dt { font-size:13px; font-weight:bold; line-height:1.35; border-bottom:1px solid #a3aeb3; margin: 3px; padding:2px 8px; }
1329
+ .block-progress dd { border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; }
1330
+ .block-progress dt.complete {
1331
+ color: #666666FFF;
1332
+ margin: 0;
1333
+ }
1334
+ .block-progress dd.complete {}
1335
+ .block-progress p { margin:0; }
1336
+
1337
+ .opc .buttons-set { margin-top:0; padding-top:2em; }
1338
+ .opc .buttons-set p.required { margin:0; padding:0 0 10px; }
1339
+ .opc .buttons-set .back-link small { display:none; }
1340
+ .opc .buttons-set .back-link a { background:url(../images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
1341
+ .opc .buttons-set.disabled button.button { display:none; }
1342
+ .opc .buttons-set .please-wait { height:21px; line-height:21px; }
1343
+ .opc .ul { list-style:disc outside; padding-left:18px; }
1344
+
1345
+ .opc { position:relative; }
1346
+ .opc li.section {}
1347
+
1348
+ .opc .step-title { border-width:0 1px; border-style:solid; border-color:#666666 #d9dde3 #d9dde3; padding:4px 8px 6px; text-align:right; }
1349
+ .opc .step-title .number { float:left; background:#666666; border:1px solid #666666; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#fff; }
1350
+ .opc .step-title h2 { float:left; margin:0; font:bold 13px/16px Arial, Helvetica, sans-serif; color:#666666; }
1351
+ .opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }
1352
+
1353
+ .opc .allow .step-title {border:1px solid #a3aeb3; border-bottom:0; color:#a4b3b9; cursor:pointer; }
1354
+ .opc .allow .step-title .number { background:#dbe6eb; border-color:#dbe6eb; color:#a4b3b9; }
1355
+ .opc .allow .step-title h2 { color:#a4b3b9; }
1356
+ /*.opc .allow .step-title a { display:block; }*/
1357
+
1358
+ .opc .active .step-title { border:1px solid #bbafa0; padding-bottom:5px; color:#f18200; cursor:default; }
1359
+ .opc .active .step-title .number { background:#f18200; border-color:#f19900; color:#fff; }
1360
+ .opc .active .step-title h2 { color:#666666; }
1361
+ /*.opc .active .step-title a { display:none; }*/
1362
+
1363
+ .opc .step { border:1px solid #bbafa0; border-top:0; padding:15px 30px; position:relative; }
1364
+ .opc .step .tool-tip { right:30px; }
1365
+
1366
+ #opc-login .buttons-set { border-top:0; }
1367
+ #opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
1368
+ #opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }
1369
+
1370
+ #opc-shipping_method .buttons-set { border-top:0; }
1371
+ .opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
1372
+ .opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }
1373
+
1374
+ #opc-review .step { border:0; padding:0; }
1375
+ #opc-review .product-name { font-weight:bold; color:#0a263c; }
1376
+ #opc-review .item-options { margin:5px 0 0; }
1377
+ #opc-review .buttons-set { padding:20px 30px; }
1378
+ #opc-review .buttons-set p { margin:0; line-height:40px; }
1379
+ #opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
1380
+
1381
+ /* Multiple Addresses Checkout */
1382
+ .checkout-progress { padding:0 90px; margin:0 0 20px; }
1383
+ .checkout-progress li { float:left; width:19%; margin:0 3px 0 0; padding:2px 0 0; font-weight:bold; text-align:center; color:#666666; }
1384
+ .checkout-progress li.active { color:#666666BB1; }
1385
+
1386
+ .multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
1387
+ .multiple-checkout h3,
1388
+ .multiple-checkout h4 { font-size:13px; font-weight:bold; color:#666666; }
1389
+ .multiple-checkout h2 a,
1390
+ .multiple-checkout h3 a,
1391
+ .multiple-checkout h4 a { font-weight:normal; }
1392
+ .multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
1393
+ .multiple-checkout .data-table .product-name a { font-weight:bold !important; }
1394
+ .multiple-checkout .data-table .item-options { margin:5px 0 0; }
1395
+
1396
+ .multiple-checkout .gift-messages { margin:15px 0 0; }
1397
+
1398
+ .multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }
1399
+
1400
+ .multiple-checkout .col2-set,
1401
+ .multiple-checkout .col3-set {border:1px solid #e1e1e1; margin:0 0 25px; padding:20px; }
1402
+ .multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; border-bottom:1px solid #e1e1e1; position:relative; }
1403
+ .multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
1404
+ .multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
1405
+ .multiple-checkout .box { margin:0 0 15px; }
1406
+ .multiple-checkout .box h2 { color:#666666; }
1407
+
1408
+ .multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
1409
+ .multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(../images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
1410
+ .multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(../images/bkg_grand-total.gif) 100% 0 no-repeat; }
1411
+ .multiple-checkout .place-order .grand-total .inner div { display:inline; }
1412
+ .multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
1413
+ .multiple-checkout .place-order .grand-total .price { color:#E26703; }
1414
+ .multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
1415
+ .multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }
1416
+
1417
+ /* Step 1 */
1418
+ .multiple-checkout .title-buttons button.button span { }
1419
+ #multiship-addresses-table td { padding:10px; }
1420
+ #multiship-addresses-table tfoot td { padding:5px 10px; }
1421
+ #multiship-addresses-table tfoot button.button span { }
1422
+
1423
+ /* Step 2 */
1424
+ .multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
1425
+ .multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
1426
+ .multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
1427
+ .multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
1428
+ .multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
1429
+ .multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
1430
+ .multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
1431
+ .checkout-multishipping-shipping .box-sp-methods { border:1px solid #e1e1e1; padding:13px; position:relative; }
1432
+ .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; }
1433
+
1434
+ /* Step 3 */
1435
+ .checkout-multishipping-billing .multiple-checkout { position:relative; }
1436
+ /* ======================================================================================= */
1437
+
1438
+
1439
+ /* Account Login/Create Pages ============================================================ */
1440
+ .account-login .content { min-height:240px; padding:14px 21px; border:1px solid #bbb; border-bottom:0; }
1441
+ .account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 5px; border-bottom:1px solid #bbb; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; color:#666666; }
1442
+ .account-login .new-users h2 { }
1443
+ .account-login .registered-users h2 { }
1444
+ .account-login .buttons-set { border:1px solid #bbb; margin:0; padding:8px 13px; }
1445
+
1446
+ .account-create {}
1447
+ /* Account Login/Create Pages ============================================================ */
1448
+
1449
+
1450
+ /* My Account ============================================================================= */
1451
+ .my-account .title-buttons .link-rss { float:none; margin:0; }
1452
+
1453
+ /********** < Dashboard */
1454
+ .dashboard .welcome-msg {
1455
+ margin: 0 8em 1.5em 0;
1456
+ padding: 0 14px;
1457
+ }
1458
+ .dashboard .welcome-msg p { margin:0; }
1459
+ .dashboard .col2-set { margin:0 0 15px; }
1460
+
1461
+ /* General Box */
1462
+ .box-account {padding:15px; margin: 0 0 20px; }
1463
+ .box-account .box-head { margin:0 0 10px; text-align:right; }
1464
+ .box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; padding-left:0px; color:#666666; }
1465
+
1466
+ .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; }
1467
+ .dashboard .box .box-title h3,
1468
+ .dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }
1469
+
1470
+ /* Block: Recent Orders */
1471
+ .dashboard .box-recent .box-head h2 { }
1472
+
1473
+ /* Block: Account Information */
1474
+ .dashboard .box-info .box-head h2 { }
1475
+ .dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }
1476
+
1477
+ /* Block: Reviews */
1478
+ .dashboard .box-reviews .box-head h2 { }
1479
+ .dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#666666; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
1480
+ .dashboard .box-reviews .details { margin-left:20px; }
1481
+ .dashboard .box-reviews li.item { margin:0 0 7px; }
1482
+ .dashboard .box-reviews li.item.last { margin:0; }
1483
+ .dashboard .box-reviews .ratings { margin:7px 0 0; }
1484
+
1485
+ /* Block: Tags */
1486
+ .dashboard .box-tags .box-head h2 { }
1487
+ .dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#666666; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
1488
+ .dashboard .box-tags .details { margin-left:20px; }
1489
+ .dashboard .box-tags li.item { margin:0 0 7px; }
1490
+ .dashboard .box-tags li.item.last { margin:0; }
1491
+ .dashboard .box-tags .tags strong,
1492
+ .dashboard .box-tags .tags ul,
1493
+ .dashboard .box-tags .tags ul li { display:inline; }
1494
+ /********** Dashboard > */
1495
+
1496
+ /* Address Book */
1497
+ .addresses-list h2 { font-weight:bold; font-size:13px; color:#e26703; text-transform:uppercase; }
1498
+ .addresses-list h3 { font-weight:bold; font-size:13px; }
1499
+ .addresses-list address { margin:0 0 3px; }
1500
+ .addresses-list p { margin:0; }
1501
+ .addresses-list a { font-weight:bold; }
1502
+ .addresses-list .link-remove { color:#646464; }
1503
+ .addresses-list .separator { margin:0 3px; }
1504
+ .addresses-list li.item { border:1px solid #e1e1e1; padding:10px 13px; margin:0 0 10px; }
1505
+ .addresses-list li.empty { background:none; border:0; padding:0; }
1506
+ .addresses-list li.empty p { font-weight:bold; }
1507
+ .addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }
1508
+
1509
+ /* Order View */
1510
+ .order-info {
1511
+ margin: 0 0 8px;
1512
+ padding: 4px 8px;
1513
+ }
1514
+ .order-info dt,
1515
+ .order-info dd,
1516
+ .order-info ul,
1517
+ .order-info li { display:inline; }
1518
+ .order-info .current { font-weight:bold; }
1519
+ .order-info li { margin:0 3px; }
1520
+
1521
+ .order-date { margin:10px 0; }
1522
+
1523
+ .order-info-box { border:1px solid #e1e1e1; padding:12px 15px; margin:0 0 15px; }
1524
+ .order-info-box h2 { font-weight:bold; font-size:13px; }
1525
+ .order-info-box .box-payment p { margin:0 0 5px; }
1526
+ .order-info-box .box-payment th { font-weight:bold; padding-right:7px; }
1527
+
1528
+ .order-items { width:100%; overflow-x:auto; }
1529
+ .order-items h2,
1530
+ .order-items h3 { font-weight:bold; font-size:13px; }
1531
+ .order-items .product-name { font-size:1em !important; font-weight:bold !important; }
1532
+ .order-items .link-print { float:right; color:#1e7ec8; font-weight:normal; }
1533
+ .order-items p .link-print { float:none; }
1534
+
1535
+ .order-gift-message { margin:15px 0; }
1536
+ .gift-message dt strong { color:#666; }
1537
+ .gift-message dd { margin:5px 0 0; font-size:13px; }
1538
+
1539
+ .order-about { margin:15px 0; }
1540
+ .order-about dt { font-weight:bold; }
1541
+ .order-about dd { font-size:13px; margin:0 0 7px; }
1542
+
1543
+ .tracking-table { margin:0 0 15px; }
1544
+ .tracking-table th { font-weight:bold; white-space:nowrap; }
1545
+ .tracking-table th,
1546
+ .tracking-table td { padding:1px 5px 0 0; }
1547
+
1548
+ .tracking-table-popup { width:100%; }
1549
+ .tracking-table-popup th { font-weight:bold; white-space:nowrap; }
1550
+ .tracking-table-popup th,
1551
+ .tracking-table-popup td { padding:1px 8px; }
1552
+
1553
+ /* Order Print Pages */
1554
+ .page-print .print-head { margin:0 0 15px; }
1555
+ .page-print .print-head .logo { float:left; }
1556
+ .page-print .print-head address { float:left; margin-left:15px; }
1557
+ .page-print h1 { font-size:16px; font-weight:bold; }
1558
+ .page-print h2,
1559
+ .page-print h3 { font-size:13px; font-weight:bold; }
1560
+ .page-print h2.h2 { font-size:16px; font-weight:bold; }
1561
+ .page-print .order-date { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
1562
+ .page-print .col2-set { margin:0 0 10px; }
1563
+ /* Price Rewrites */
1564
+ .page-print .gift-message-link { display:none; }
1565
+ .page-print .price-excl-tax,
1566
+ .page-print .price-incl-tax { display:block; white-space:nowrap; }
1567
+ .page-print .cart-price,
1568
+ .page-print .price-excl-tax .label,
1569
+ .page-print .price-incl-tax .label,
1570
+ .page-print .price-excl-tax .price,
1571
+ .page-print .price-incl-tax .price { display:inline; }
1572
+
1573
+ /* My Wishlist */
1574
+ .my-wishlist .data-table td { padding:10px; }
1575
+ .my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
1576
+ .my-wishlist textarea { display:block; width:97%; height:109px; }
1577
+ .my-wishlist .buttons-set { margin-top:2em; }
1578
+ .my-wishlist .buttons-set button.button { float:none; }
1579
+ .my-wishlist .buttons-set .btn-add span,
1580
+ .my-wishlist .buttons-set .btn-share span { }
1581
+ #wishlist-table .add-to-links { white-space:nowrap; }
1582
+
1583
+ /* My Tags */
1584
+ .my-tag-edit { float:left; margin:0 0 10px; }
1585
+ .my-tag-edit .btn-remove { float:right; margin:5px 0 0 5px; }
1586
+ #my-tags-table { clear:both; }
1587
+ #my-tags-table td { padding:10px; }
1588
+ #my-tags-table .add-to-links { white-space:nowrap; }
1589
+
1590
+ /* My Reviews */
1591
+ #my-reviews-table td { padding:10px; }
1592
+
1593
+ .product-review .product-img-box { float:left; width:140px; }
1594
+ .product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
1595
+ .product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
1596
+ .product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
1597
+ .product-review .product-details { margin-left:150px; }
1598
+ .product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
1599
+ .product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
1600
+ .product-review .ratings-table { margin:0 0 10px; }
1601
+ .product-review dt { font-weight:bold; }
1602
+ .product-review dd { font-size:13px; margin:5px 0 0; }
1603
+ /* ======================================================================================= */
1604
+
1605
+
1606
+ /* Footer ================================================================================ */
1607
+ .footer-container { }
1608
+ .footer { width:960px; margin:0 auto; padding:10px 0px 10px; }
1609
+ .footer .mini-newsletter input.input-text {
1610
+ display: block;
1611
+ height: 23px;
1612
+ margin: 2px 0 0;
1613
+ width: 167px;
1614
+ }
1615
+ .footer .store-switcher { display:inline; margin:0 5px 0 0; color:#666666; }
1616
+ .footer .store-switcher label { font-weight:bold; vertical-align:middle; }
1617
+ .footer .store-switcher select { padding:0; vertical-align:middle; }
1618
+ .footer .bugs { margin:13px 0 0; color:#ecf3f6; }
1619
+ .footer .bugs a { color:#ecf3f6; text-decoration:underline; }
1620
+ .footer .bugs a:hover { text-decoration:none; }
1621
+ /* ======================================================================================= */
1622
+
1623
+ /* Sample Data============================================================================ */
1624
+ .home-callout { margin-bottom:12px; }
1625
+ .home-callout img { display:block }
1626
+ .home-spot { float:left; width:470px; margin-left:20px; }
1627
+ .best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
1628
+ .best-selling table { border-top:1px solid #e1e1e1; }
1629
+ .best-selling tr.odd { background:#eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
1630
+ .best-selling tr.even { background:#666666 url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
1631
+ .best-selling td { width:50%; border-bottom:1px solid #e1e1e1; padding:8px 10px 8px 8px; font-size:11px; }
1632
+ .best-selling .product-img { float:left; border:2px solid #dcdcdc; }
1633
+ .best-selling .product-description { margin-left:107px; line-height:1.3em; }
1634
+ .best-selling a.product-name,
1635
+ .home-spot .best-selling a.product-name:hover { color:#203548; }
1636
+ /* ======================================================================================= */
1637
+
1638
+
1639
+ /* Clears ================================================================================ */
1640
+ .clearer:after,
1641
+ .header-container:after,
1642
+ .header-container .top-container:after,
1643
+ .header:after,
1644
+ .header .quick-access:after,
1645
+ #nav:after,
1646
+ .main:after,
1647
+ .footer:after,
1648
+ .footer-container .bottom-container:after,
1649
+ .col-main:after,
1650
+ .col2-set:after,
1651
+ .col3-set:after,
1652
+ .col4-set:after,
1653
+ .search-autocomplete li:after,
1654
+ .block .block-content:after,
1655
+ .block .actions:after,
1656
+ .block li.item:after,
1657
+ .block-poll li:after,
1658
+ .block-layered-nav .currently li:after,
1659
+ .page-title:after,
1660
+ .products-grid:after,
1661
+ .products-list li.item:after,
1662
+ .box-account .box-head:after,
1663
+ .dashboard .box .box-title:after,
1664
+ .box-reviews li.item:after,
1665
+ .box-tags li.item:after,
1666
+ .pager:after,
1667
+ .sorter:after,
1668
+ .ratings:after,
1669
+ .add-to-box:after,
1670
+ .add-to-cart:after,
1671
+ .product-essential:after,
1672
+ .product-collateral:after,
1673
+ .product-view .product-img-box .more-views ul:after,
1674
+ .product-view .box-tags .form-add:after,
1675
+ .product-options .options-list li:after,
1676
+ .product-options-bottom:after,
1677
+ .product-review:after,
1678
+ .cart:after,
1679
+ .cart-collaterals:after,
1680
+ .cart .crosssell li.item:after,
1681
+ .opc .step-title:after,
1682
+ .checkout-progress:after,
1683
+ .multiple-checkout .place-order:after,
1684
+ .group-select li:after,
1685
+ .form-list li:after,
1686
+ .form-list .field:after,
1687
+ .buttons-set:after,
1688
+ .page-print .print-head:after,
1689
+ .advanced-search-summary:after,
1690
+ .gift-messages-form .item:after,
1691
+ .send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
1692
+ /* ======================================================================================= */
skin/frontend/default/mc_exclusive/favicon.ico ADDED
Binary file
skin/frontend/default/mc_exclusive/images/a1.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/account_nav_on_bg.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/add.png ADDED
Binary file
skin/frontend/default/mc_exclusive/images/anext.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/aplay.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/aprev.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/astop.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/bg-li2.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/bkg_block-actions.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/bkg_block-currency.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/bkg_block-layered-dd.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/bkg_block-layered-dt.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/bkg_block-layered-label.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/bkg_block-layered-li.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/bkg_block-layered-title.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/bkg_block-layered1.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/bkg_block-title-account.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/bkg_block-title.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/bkg_checkout.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/bkg_collapse-gm.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/bkg_collapse.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/bkg_divider1.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/bkg_grid.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/bkg_pipe1.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/bkg_pipe2.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/bkg_pipe3.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/bkg_products-grid3.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/bkg_rating.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/bkg_sp-methods.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/block-header.png ADDED
Binary file
skin/frontend/default/mc_exclusive/images/blue_pipe.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/blue_pipe.png ADDED
Binary file
skin/frontend/default/mc_exclusive/images/box-content-bg.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/box-header-bg.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/btn_button.png ADDED
Binary file
skin/frontend/default/mc_exclusive/images/btn_button_hover.png ADDED
Binary file
skin/frontend/default/mc_exclusive/images/btn_gm-close.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/btn_google_checkout.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/btn_paypal_checkout.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/btn_place_order.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/btn_proceed_to_checkout.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/btn_proceed_to_checkout.png ADDED
Binary file
skin/frontend/default/mc_exclusive/images/btn_proceed_to_checkout_bg.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/btn_proceed_to_checkout_dis.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/btn_proceed_to_checkout_rad.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/btn_remove.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/btn_remove.png ADDED
Binary file
skin/frontend/default/mc_exclusive/images/btn_remove2.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/btn_search.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/btn_trash.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/callout-1.jpg ADDED
Binary file
skin/frontend/default/mc_exclusive/images/callout-2.jpg ADDED
Binary file
skin/frontend/default/mc_exclusive/images/cart-toggle.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/check-out-btn-.png ADDED
Binary file
skin/frontend/default/mc_exclusive/images/check-out-btn.png ADDED
Binary file
skin/frontend/default/mc_exclusive/images/content-bg.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/cvv.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/cvv.jpg ADDED
Binary file
skin/frontend/default/mc_exclusive/images/error_msg_icon.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/footer-bg.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/footer_bg.jpg ADDED
Binary file
skin/frontend/default/mc_exclusive/images/gradient-blue.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/gradient-gray.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/gray-pipe.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/grid.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/grid.png ADDED
Binary file
skin/frontend/default/mc_exclusive/images/h_separator.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/header-bg.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/header-bg.jpg ADDED
Binary file
skin/frontend/default/mc_exclusive/images/header.jpg ADDED
Binary file
skin/frontend/default/mc_exclusive/images/i_arrow-top.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/i_asc_arrow.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/i_block-cart.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/i_block-currency.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/i_block-list.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/i_block-poll.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/i_block-related.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/i_block-subscribe.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/i_block-tags.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/i_block-viewed.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/i_block-wishlist.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/i_desc_arrow.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/i_discount.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/i_folder-table.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/i_ma-info.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/i_ma-reviews.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/i_ma-tags.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/i_msg-error.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/i_msg-note.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/i_msg-success.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/i_page1.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/i_page2.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/i_pager-next.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/i_pager-prev.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/i_print.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/i_rss-big.png ADDED
Binary file
skin/frontend/default/mc_exclusive/images/i_search_criteria.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/i_shipping.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/i_tag_add.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/i_tier.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/i_type_grid.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/i_type_list.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/icon-cart.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/icon-cart.png ADDED
Binary file
skin/frontend/default/mc_exclusive/images/icon-zoom.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/icon-zoom.png ADDED
Binary file
skin/frontend/default/mc_exclusive/images/icon_opc_back.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/icon_page_white.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/icon_page_white_text.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/list_remove_btn.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/listing_type_grid.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/listing_type_list.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/logo.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/logo.png ADDED
Binary file
skin/frontend/default/mc_exclusive/images/magnifier_handle.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/media/col_left_callout-1.jpg ADDED
Binary file
skin/frontend/default/mc_exclusive/images/media/col_left_callout-2.jpg ADDED
Binary file
skin/frontend/default/mc_exclusive/images/menu_divider.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/narrow_by_li_by.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/narrow_by_set.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/nav-item-bg.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/nav_hover.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/nav_link.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/navigation-bg.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/navigation-bg.png ADDED
Binary file
skin/frontend/default/mc_exclusive/images/navigation-div.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/note_msg_icon.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/np_cart_thumb.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/np_more_img.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/np_product_main.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/np_thumb.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/np_thumb2.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/opc-ajax-loader.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/pagination-bg.png ADDED
Binary file
skin/frontend/default/mc_exclusive/images/pagination.png ADDED
Binary file
skin/frontend/default/mc_exclusive/images/payments.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/pipe-blue.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/pipe-gray.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/place_order_bg.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/place_order_container_bg.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/product_collateral_bg.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/product_essential_bg.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/product_rating_blank_star.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/product_rating_full_star.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/search_btn.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/search_criteria.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/search_form_button.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/slider1.jpg ADDED
Binary file
skin/frontend/default/mc_exclusive/images/slider2.jpg ADDED
Binary file
skin/frontend/default/mc_exclusive/images/slider3.jpg ADDED
Binary file
skin/frontend/default/mc_exclusive/images/slider4.jpg ADDED
Binary file
skin/frontend/default/mc_exclusive/images/slider_bg.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/slider_btn_zoom_in.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/slider_btn_zoom_out.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/sort_asc_arrow.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/sort_desc_arrow.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/sub-diviader.png ADDED
Binary file
skin/frontend/default/mc_exclusive/images/success_msg_icon.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/trans.png ADDED
Binary file
skin/frontend/default/mc_exclusive/images/validation_advice_bg.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/images/white_pipe.gif ADDED
Binary file
skin/frontend/default/mc_exclusive/js/dropdown.js ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
1
+ function dropdown(el, container)
2
+ {
3
+ if ($$('.' + container + ' .content')[0].empty() || $(el).hasClassName('active'))
4
+ return false;
5
+
6
+ Effect.toggle(el, 'appear', {
7
+ duration: 0,
8
+ afterFinish: function(){$(container).removeClassName('active');}
9
+ });
10
+ }
skin/frontend/default/mc_exclusive/js/glider.js ADDED
@@ -0,0 +1,178 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * @author Bruno Bornsztein <bruno@missingmethod.com>
3
+ * @copyright 2007 Curbly LLC
4
+ * @package Glider
5
+ * @license MIT
6
+ * @url http://www.missingmethod.com/projects/glider/
7
+ * @version 0.0.3
8
+ * @dependencies prototype.js 1.5.1+, effects.js
9
+ */
10
+
11
+ /* Thanks to Andrew Dupont for refactoring help and code cleanup - http://andrewdupont.net/ */
12
+
13
+ Glider = Class.create();
14
+ Object.extend(Object.extend(Glider.prototype, Abstract.prototype), {
15
+ initialize: function(wrapper, options){
16
+ this.handStopped = false;
17
+ this.scrolling = false;
18
+ this.wrapper = $(wrapper);
19
+ this.scroller = this.wrapper.down('div.scroller');
20
+ this.sections = this.wrapper.getElementsBySelector('div.section');
21
+ this.options = Object.extend({ duration: 1.0, frequency: 3 }, options || {});
22
+
23
+ this.sections.each( function(section, index) {
24
+ section._index = index;
25
+ });
26
+
27
+ this.events = {
28
+ click: this.click.bind(this),
29
+ mouseover: this.pause.bind(this),
30
+ mouseout: this.resume.bind(this)
31
+ };
32
+
33
+ this.addObservers();
34
+ if(this.options.initialSection)
35
+ this.moveTo(this.options.initialSection, this.scroller, { duration:this.options.duration }); // initialSection should be the id of the section you want to show up on load
36
+ if(this.options.autoGlide)
37
+ this.start();
38
+ },
39
+
40
+ addObservers: function() {
41
+ this.wrapper.observe('mouseover', this.events.mouseover);
42
+ this.wrapper.observe('mouseout', this.events.mouseout);
43
+
44
+ var descriptions = this.wrapper.getElementsBySelector('div.sliderdescription');
45
+ descriptions.invoke('observe', 'mouseover', this.makeActive);
46
+ descriptions.invoke('observe', 'mouseout', this.makeInactive);
47
+
48
+ var controls = this.wrapper.getElementsBySelector('div.controls a');
49
+ controls.invoke('observe', 'click', this.events.click);
50
+ },
51
+
52
+ click: function(event) {
53
+ this.stop();
54
+ var element = Event.findElement(event, 'a');
55
+ if (this.scrolling) this.scrolling.cancel();
56
+
57
+ this.moveTo(element.href.split("#")[1], this.scroller, { duration:this.options.duration });
58
+ Event.stop(event);
59
+ },
60
+
61
+ moveTo: function(element, container, options) {
62
+ this.current = $(element);
63
+
64
+ Position.prepare();
65
+ var containerOffset = Position.cumulativeOffset(container);
66
+ var elementOffset = Position.cumulativeOffset($(element));
67
+
68
+ this.scrolling = new Effect.SmoothScroll(container, {
69
+ duration:options.duration,
70
+ x:(elementOffset[0]-containerOffset[0]),
71
+ y:(elementOffset[1]-containerOffset[1])
72
+ });
73
+ return false;
74
+ },
75
+
76
+ next: function(){
77
+ if (this.current) {
78
+ var currentIndex = this.current._index;
79
+ var nextIndex = (this.sections.length - 1 == currentIndex) ? 0 : currentIndex + 1;
80
+ } else var nextIndex = 1;
81
+
82
+ this.moveTo(this.sections[nextIndex], this.scroller, {
83
+ duration: this.options.duration
84
+ });
85
+ },
86
+
87
+ previous: function(){
88
+ if (this.current) {
89
+ var currentIndex = this.current._index;
90
+ var prevIndex = (currentIndex == 0) ? this.sections.length - 1 :
91
+ currentIndex - 1;
92
+ } else var prevIndex = this.sections.length - 1;
93
+
94
+ this.moveTo(this.sections[prevIndex], this.scroller, {
95
+ duration: this.options.duration
96
+ });
97
+ },
98
+
99
+ makeActive: function(event)
100
+ {
101
+ var element = Event.findElement(event, 'div');
102
+ element.addClassName('active');
103
+ },
104
+
105
+ makeInactive: function(event)
106
+ {
107
+ var element = Event.findElement(event, 'div');
108
+ element.removeClassName('active');
109
+ },
110
+
111
+ stop: function()
112
+ {
113
+ this.handStopped = true;
114
+ clearTimeout(this.timer);
115
+ },
116
+
117
+ start: function()
118
+ {
119
+ this.handStopped = false;
120
+ this.periodicallyUpdate();
121
+ },
122
+
123
+ pause: function()
124
+ {
125
+ if (!this.handStopped) {
126
+ clearTimeout(this.timer);
127
+ this.timer = null;
128
+ }
129
+ },
130
+
131
+ resume: function()
132
+ {
133
+ if (!this.handStopped)
134
+ this.periodicallyUpdate();
135
+ },
136
+
137
+ periodicallyUpdate: function()
138
+ {
139
+ if (this.timer != null) {
140
+ clearTimeout(this.timer);
141
+ this.next();
142
+ }
143
+ this.timer = setTimeout(this.periodicallyUpdate.bind(this), this.options.frequency*1000);
144
+ }
145
+
146
+ });
147
+
148
+ Effect.SmoothScroll = Class.create();
149
+ Object.extend(Object.extend(Effect.SmoothScroll.prototype, Effect.Base.prototype), {
150
+ initialize: function(element) {
151
+ this.element = $(element);
152
+ var options = Object.extend({
153
+ x: 0,
154
+ y: 0,
155
+ mode: 'absolute'
156
+ } , arguments[1] || {} );
157
+ this.start(options);
158
+ },
159
+ setup: function() {
160
+ if (this.options.continuous && !this.element._ext ) {
161
+ this.element.cleanWhitespace();
162
+ this.element._ext=true;
163
+ this.element.appendChild(this.element.firstChild);
164
+ }
165
+
166
+ this.originalLeft=this.element.scrollLeft;
167
+ this.originalTop=this.element.scrollTop;
168
+
169
+ if(this.options.mode == 'absolute') {
170
+ this.options.x -= this.originalLeft;
171
+ this.options.y -= this.originalTop;
172
+ }
173
+ },
174
+ update: function(position) {
175
+ this.element.scrollLeft = this.options.x * position + this.originalLeft;
176
+ this.element.scrollTop = this.options.y * position + this.originalTop;
177
+ }
178
+ });
skin/frontend/default/mc_exclusive/js/mc_custom.js ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ mc_exclusive(document).ready(function() {
2
+ // Cart Popout
3
+ mc_exclusive(".mycart").click(function() {
4
+ mc_exclusive(".mycart-block").slideToggle('medium');
5
+ });
6
+
7
+ // Featured Products
8
+ mc_exclusive('#featured').jcarousel();
9
+
10
+ // Slider Homepage
11
+ mc_exclusive('#slider').cycle({
12
+ fx: 'fade',
13
+ speed: 2000,
14
+ timeout: 5000,
15
+ pager: '#controls',
16
+ slideExpr: '.panel'
17
+ });
18
+ // Custom Menu
19
+ mc_exclusive(".category").click(function() {
20
+ // var open = jQuery(".category").attr("rel");
21
+ var open = this.getAttributeNode('rel').value;
22
+ mc_exclusive(".subcategory_" + open).slideToggle(500);
23
+ });
24
+ });
skin/frontend/default/mc_exclusive/js/mc_imgpreview.js ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ * Url preview script
3
+ * powered by jQuery (http://www.jquery.com)
4
+ *
5
+ * written by Alen Grakalic (http://cssglobe.com)
6
+ *
7
+ * for more info visit http://cssglobe.com/post/1695/easiest-tooltip-and-image-preview-using-jquery
8
+ *
9
+ */
10
+
11
+ this.screenshotPreview = function(){
12
+ /* CONFIG */
13
+
14
+ xOffset = 40;
15
+ yOffset = 30;
16
+
17
+ // these 2 variable determine popup's distance from the cursor
18
+ // you might want to adjust to get the right result
19
+
20
+ /* END CONFIG */
21
+ jQuery("a.preview").hover(function(e){
22
+ this.t = this.title;
23
+ this.title = "";
24
+ var c = (this.t != "") ? "<br/>" + this.t : "";
25
+ jQuery("body").append("<div id='preview'><img src='"+ this.rel +"' alt='Loading' />"+ c +"</div>");
26
+ jQuery("#preview")
27
+ .css("top",(e.pageY - xOffset) + "px")
28
+ .css("left",(e.pageX + yOffset) + "px")
29
+ .fadeIn("slow");
30
+ },
31
+ function(){
32
+ this.title = this.t;
33
+ jQuery("#preview").remove();
34
+ });
35
+ jQuery("a.preview").mousemove(function(e){
36
+ jQuery("#preview")
37
+ .css("top",(e.pageY - xOffset) + "px")
38
+ .css("left",(e.pageX + yOffset) + "px");
39
+ });
40
+ };
41
+
42
+
43
+ // starting the script on page load
44
+ jQuery(document).ready(function(){
45
+ screenshotPreview();
46
+ });
skin/frontend/default/mc_exclusive/js/mc_jquerylib.js ADDED
@@ -0,0 +1,159 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * jQuery JavaScript Library v1.4.2
3
+ * http://jquery.com/
4
+ *
5
+ * Copyright 2010, John Resig
6
+ * Dual licensed under the MIT or GPL Version 2 licenses.
7
+ * http://jquery.org/license
8
+ *
9
+ * Includes Sizzle.js
10
+ * http://sizzlejs.com/
11
+ * Copyright 2010, The Dojo Foundation
12
+ * Released under the MIT, BSD, and GPL Licenses.
13
+ *
14
+ * Date: Sat Feb 13 22:33:48 2010 -0500
15
+ */
16
+ (function(A,w){function ma(){if(!c.isReady){try{s.documentElement.doScroll("left")}catch(a){setTimeout(ma,1);return}c.ready()}}function Qa(a,b){b.src?c.ajax({url:b.src,async:false,dataType:"script"}):c.globalEval(b.text||b.textContent||b.innerHTML||"");b.parentNode&&b.parentNode.removeChild(b)}function X(a,b,d,f,e,j){var i=a.length;if(typeof b==="object"){for(var o in b)X(a,o,b[o],f,e,d);return a}if(d!==w){f=!j&&f&&c.isFunction(d);for(o=0;o<i;o++)e(a[o],b,f?d.call(a[o],o,e(a[o],b)):d,j);return a}return i?
17
+ e(a[0],b):w}function J(){return(new Date).getTime()}function Y(){return false}function Z(){return true}function na(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}function oa(a){var b,d=[],f=[],e=arguments,j,i,o,k,n,r;i=c.data(this,"events");if(!(a.liveFired===this||!i||!i.live||a.button&&a.type==="click")){a.liveFired=this;var u=i.live.slice(0);for(k=0;k<u.length;k++){i=u[k];i.origType.replace(O,"")===a.type?f.push(i.selector):u.splice(k--,1)}j=c(a.target).closest(f,a.currentTarget);n=0;for(r=
18
+ j.length;n<r;n++)for(k=0;k<u.length;k++){i=u[k];if(j[n].selector===i.selector){o=j[n].elem;f=null;if(i.preType==="mouseenter"||i.preType==="mouseleave")f=c(a.relatedTarget).closest(i.selector)[0];if(!f||f!==o)d.push({elem:o,handleObj:i})}}n=0;for(r=d.length;n<r;n++){j=d[n];a.currentTarget=j.elem;a.data=j.handleObj.data;a.handleObj=j.handleObj;if(j.handleObj.origHandler.apply(j.elem,e)===false){b=false;break}}return b}}function pa(a,b){return"live."+(a&&a!=="*"?a+".":"")+b.replace(/\./g,"`").replace(/ /g,
19
+ "&")}function qa(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function ra(a,b){var d=0;b.each(function(){if(this.nodeName===(a[d]&&a[d].nodeName)){var f=c.data(a[d++]),e=c.data(this,f);if(f=f&&f.events){delete e.handle;e.events={};for(var j in f)for(var i in f[j])c.event.add(this,j,f[j][i],f[j][i].data)}}})}function sa(a,b,d){var f,e,j;b=b&&b[0]?b[0].ownerDocument||b[0]:s;if(a.length===1&&typeof a[0]==="string"&&a[0].length<512&&b===s&&!ta.test(a[0])&&(c.support.checkClone||!ua.test(a[0]))){e=
20
+ true;if(j=c.fragments[a[0]])if(j!==1)f=j}if(!f){f=b.createDocumentFragment();c.clean(a,b,f,d)}if(e)c.fragments[a[0]]=j?f:1;return{fragment:f,cacheable:e}}function K(a,b){var d={};c.each(va.concat.apply([],va.slice(0,b)),function(){d[this]=a});return d}function wa(a){return"scrollTo"in a&&a.document?a:a.nodeType===9?a.defaultView||a.parentWindow:false}var c=function(a,b){return new c.fn.init(a,b)},Ra=A.jQuery,Sa=A.$,s=A.document,T,Ta=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,Ua=/^.[^:#\[\.,]*$/,Va=/\S/,
21
+ Wa=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Xa=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,P=navigator.userAgent,xa=false,Q=[],L,$=Object.prototype.toString,aa=Object.prototype.hasOwnProperty,ba=Array.prototype.push,R=Array.prototype.slice,ya=Array.prototype.indexOf;c.fn=c.prototype={init:function(a,b){var d,f;if(!a)return this;if(a.nodeType){this.context=this[0]=a;this.length=1;return this}if(a==="body"&&!b){this.context=s;this[0]=s.body;this.selector="body";this.length=1;return this}if(typeof a==="string")if((d=Ta.exec(a))&&
22
+ (d[1]||!b))if(d[1]){f=b?b.ownerDocument||b:s;if(a=Xa.exec(a))if(c.isPlainObject(b)){a=[s.createElement(a[1])];c.fn.attr.call(a,b,true)}else a=[f.createElement(a[1])];else{a=sa([d[1]],[f]);a=(a.cacheable?a.fragment.cloneNode(true):a.fragment).childNodes}return c.merge(this,a)}else{if(b=s.getElementById(d[2])){if(b.id!==d[2])return T.find(a);this.length=1;this[0]=b}this.context=s;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){this.selector=a;this.context=s;a=s.getElementsByTagName(a);return c.merge(this,
23
+ a)}else return!b||b.jquery?(b||T).find(a):c(b).find(a);else if(c.isFunction(a))return T.ready(a);if(a.selector!==w){this.selector=a.selector;this.context=a.context}return c.makeArray(a,this)},selector:"",jquery:"1.4.2",length:0,size:function(){return this.length},toArray:function(){return R.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this.slice(a)[0]:this[a]},pushStack:function(a,b,d){var f=c();c.isArray(a)?ba.apply(f,a):c.merge(f,a);f.prevObject=this;f.context=this.context;if(b===
24
+ "find")f.selector=this.selector+(this.selector?" ":"")+d;else if(b)f.selector=this.selector+"."+b+"("+d+")";return f},each:function(a,b){return c.each(this,a,b)},ready:function(a){c.bindReady();if(c.isReady)a.call(s,c);else Q&&Q.push(a);return this},eq:function(a){return a===-1?this.slice(a):this.slice(a,+a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(R.apply(this,arguments),"slice",R.call(arguments).join(","))},map:function(a){return this.pushStack(c.map(this,
25
+ function(b,d){return a.call(b,d,b)}))},end:function(){return this.prevObject||c(null)},push:ba,sort:[].sort,splice:[].splice};c.fn.init.prototype=c.fn;c.extend=c.fn.extend=function(){var a=arguments[0]||{},b=1,d=arguments.length,f=false,e,j,i,o;if(typeof a==="boolean"){f=a;a=arguments[1]||{};b=2}if(typeof a!=="object"&&!c.isFunction(a))a={};if(d===b){a=this;--b}for(;b<d;b++)if((e=arguments[b])!=null)for(j in e){i=a[j];o=e[j];if(a!==o)if(f&&o&&(c.isPlainObject(o)||c.isArray(o))){i=i&&(c.isPlainObject(i)||
26
+ c.isArray(i))?i:c.isArray(o)?[]:{};a[j]=c.extend(f,i,o)}else if(o!==w)a[j]=o}return a};c.extend({noConflict:function(a){A.$=Sa;if(a)A.jQuery=Ra;return c},isReady:false,ready:function(){if(!c.isReady){if(!s.body)return setTimeout(c.ready,13);c.isReady=true;if(Q){for(var a,b=0;a=Q[b++];)a.call(s,c);Q=null}c.fn.triggerHandler&&c(s).triggerHandler("ready")}},bindReady:function(){if(!xa){xa=true;if(s.readyState==="complete")return c.ready();if(s.addEventListener){s.addEventListener("DOMContentLoaded",
27
+ L,false);A.addEventListener("load",c.ready,false)}else if(s.attachEvent){s.attachEvent("onreadystatechange",L);A.attachEvent("onload",c.ready);var a=false;try{a=A.frameElement==null}catch(b){}s.documentElement.doScroll&&a&&ma()}}},isFunction:function(a){return $.call(a)==="[object Function]"},isArray:function(a){return $.call(a)==="[object Array]"},isPlainObject:function(a){if(!a||$.call(a)!=="[object Object]"||a.nodeType||a.setInterval)return false;if(a.constructor&&!aa.call(a,"constructor")&&!aa.call(a.constructor.prototype,
28
+ "isPrototypeOf"))return false;var b;for(b in a);return b===w||aa.call(a,b)},isEmptyObject:function(a){for(var b in a)return false;return true},error:function(a){throw a;},parseJSON:function(a){if(typeof a!=="string"||!a)return null;a=c.trim(a);if(/^[\],:{}\s]*$/.test(a.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return A.JSON&&A.JSON.parse?A.JSON.parse(a):(new Function("return "+
29
+ a))();else c.error("Invalid JSON: "+a)},noop:function(){},globalEval:function(a){if(a&&Va.test(a)){var b=s.getElementsByTagName("head")[0]||s.documentElement,d=s.createElement("script");d.type="text/javascript";if(c.support.scriptEval)d.appendChild(s.createTextNode(a));else d.text=a;b.insertBefore(d,b.firstChild);b.removeChild(d)}},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,b,d){var f,e=0,j=a.length,i=j===w||c.isFunction(a);if(d)if(i)for(f in a){if(b.apply(a[f],
30
+ d)===false)break}else for(;e<j;){if(b.apply(a[e++],d)===false)break}else if(i)for(f in a){if(b.call(a[f],f,a[f])===false)break}else for(d=a[0];e<j&&b.call(d,e,d)!==false;d=a[++e]);return a},trim:function(a){return(a||"").replace(Wa,"")},makeArray:function(a,b){b=b||[];if(a!=null)a.length==null||typeof a==="string"||c.isFunction(a)||typeof a!=="function"&&a.setInterval?ba.call(b,a):c.merge(b,a);return b},inArray:function(a,b){if(b.indexOf)return b.indexOf(a);for(var d=0,f=b.length;d<f;d++)if(b[d]===
31
+ a)return d;return-1},merge:function(a,b){var d=a.length,f=0;if(typeof b.length==="number")for(var e=b.length;f<e;f++)a[d++]=b[f];else for(;b[f]!==w;)a[d++]=b[f++];a.length=d;return a},grep:function(a,b,d){for(var f=[],e=0,j=a.length;e<j;e++)!d!==!b(a[e],e)&&f.push(a[e]);return f},map:function(a,b,d){for(var f=[],e,j=0,i=a.length;j<i;j++){e=b(a[j],j,d);if(e!=null)f[f.length]=e}return f.concat.apply([],f)},guid:1,proxy:function(a,b,d){if(arguments.length===2)if(typeof b==="string"){d=a;a=d[b];b=w}else if(b&&
32
+ !c.isFunction(b)){d=b;b=w}if(!b&&a)b=function(){return a.apply(d||this,arguments)};if(a)b.guid=a.guid=a.guid||b.guid||c.guid++;return b},uaMatch:function(a){a=a.toLowerCase();a=/(webkit)[ \/]([\w.]+)/.exec(a)||/(opera)(?:.*version)?[ \/]([\w.]+)/.exec(a)||/(msie) ([\w.]+)/.exec(a)||!/compatible/.test(a)&&/(mozilla)(?:.*? rv:([\w.]+))?/.exec(a)||[];return{browser:a[1]||"",version:a[2]||"0"}},browser:{}});P=c.uaMatch(P);if(P.browser){c.browser[P.browser]=true;c.browser.version=P.version}if(c.browser.webkit)c.browser.safari=
33
+ true;if(ya)c.inArray=function(a,b){return ya.call(b,a)};T=c(s);if(s.addEventListener)L=function(){s.removeEventListener("DOMContentLoaded",L,false);c.ready()};else if(s.attachEvent)L=function(){if(s.readyState==="complete"){s.detachEvent("onreadystatechange",L);c.ready()}};(function(){c.support={};var a=s.documentElement,b=s.createElement("script"),d=s.createElement("div"),f="script"+J();d.style.display="none";d.innerHTML=" <link/><table></table><a href='/a' style='color:red;float:left;opacity:.55;'>a</a><input type='checkbox'/>";
34
+ var e=d.getElementsByTagName("*"),j=d.getElementsByTagName("a")[0];if(!(!e||!e.length||!j)){c.support={leadingWhitespace:d.firstChild.nodeType===3,tbody:!d.getElementsByTagName("tbody").length,htmlSerialize:!!d.getElementsByTagName("link").length,style:/red/.test(j.getAttribute("style")),hrefNormalized:j.getAttribute("href")==="/a",opacity:/^0.55$/.test(j.style.opacity),cssFloat:!!j.style.cssFloat,checkOn:d.getElementsByTagName("input")[0].value==="on",optSelected:s.createElement("select").appendChild(s.createElement("option")).selected,
35
+ parentNode:d.removeChild(d.appendChild(s.createElement("div"))).parentNode===null,deleteExpando:true,checkClone:false,scriptEval:false,noCloneEvent:true,boxModel:null};b.type="text/javascript";try{b.appendChild(s.createTextNode("window."+f+"=1;"))}catch(i){}a.insertBefore(b,a.firstChild);if(A[f]){c.support.scriptEval=true;delete A[f]}try{delete b.test}catch(o){c.support.deleteExpando=false}a.removeChild(b);if(d.attachEvent&&d.fireEvent){d.attachEvent("onclick",function k(){c.support.noCloneEvent=
36
+ false;d.detachEvent("onclick",k)});d.cloneNode(true).fireEvent("onclick")}d=s.createElement("div");d.innerHTML="<input type='radio' name='radiotest' checked='checked'/>";a=s.createDocumentFragment();a.appendChild(d.firstChild);c.support.checkClone=a.cloneNode(true).cloneNode(true).lastChild.checked;c(function(){var k=s.createElement("div");k.style.width=k.style.paddingLeft="1px";s.body.appendChild(k);c.boxModel=c.support.boxModel=k.offsetWidth===2;s.body.removeChild(k).style.display="none"});a=function(k){var n=
37
+ s.createElement("div");k="on"+k;var r=k in n;if(!r){n.setAttribute(k,"return;");r=typeof n[k]==="function"}return r};c.support.submitBubbles=a("submit");c.support.changeBubbles=a("change");a=b=d=e=j=null}})();c.props={"for":"htmlFor","class":"className",readonly:"readOnly",maxlength:"maxLength",cellspacing:"cellSpacing",rowspan:"rowSpan",colspan:"colSpan",tabindex:"tabIndex",usemap:"useMap",frameborder:"frameBorder"};var G="jQuery"+J(),Ya=0,za={};c.extend({cache:{},expando:G,noData:{embed:true,object:true,
38
+ applet:true},data:function(a,b,d){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var f=a[G],e=c.cache;if(!f&&typeof b==="string"&&d===w)return null;f||(f=++Ya);if(typeof b==="object"){a[G]=f;e[f]=c.extend(true,{},b)}else if(!e[f]){a[G]=f;e[f]={}}a=e[f];if(d!==w)a[b]=d;return typeof b==="string"?a[b]:a}},removeData:function(a,b){if(!(a.nodeName&&c.noData[a.nodeName.toLowerCase()])){a=a==A?za:a;var d=a[G],f=c.cache,e=f[d];if(b){if(e){delete e[b];c.isEmptyObject(e)&&c.removeData(a)}}else{if(c.support.deleteExpando)delete a[c.expando];
39
+ else a.removeAttribute&&a.removeAttribute(c.expando);delete f[d]}}}});c.fn.extend({data:function(a,b){if(typeof a==="undefined"&&this.length)return c.data(this[0]);else if(typeof a==="object")return this.each(function(){c.data(this,a)});var d=a.split(".");d[1]=d[1]?"."+d[1]:"";if(b===w){var f=this.triggerHandler("getData"+d[1]+"!",[d[0]]);if(f===w&&this.length)f=c.data(this[0],a);return f===w&&d[1]?this.data(d[0]):f}else return this.trigger("setData"+d[1]+"!",[d[0],b]).each(function(){c.data(this,
40
+ a,b)})},removeData:function(a){return this.each(function(){c.removeData(this,a)})}});c.extend({queue:function(a,b,d){if(a){b=(b||"fx")+"queue";var f=c.data(a,b);if(!d)return f||[];if(!f||c.isArray(d))f=c.data(a,b,c.makeArray(d));else f.push(d);return f}},dequeue:function(a,b){b=b||"fx";var d=c.queue(a,b),f=d.shift();if(f==="inprogress")f=d.shift();if(f){b==="fx"&&d.unshift("inprogress");f.call(a,function(){c.dequeue(a,b)})}}});c.fn.extend({queue:function(a,b){if(typeof a!=="string"){b=a;a="fx"}if(b===
41
+ w)return c.queue(this[0],a);return this.each(function(){var d=c.queue(this,a,b);a==="fx"&&d[0]!=="inprogress"&&c.dequeue(this,a)})},dequeue:function(a){return this.each(function(){c.dequeue(this,a)})},delay:function(a,b){a=c.fx?c.fx.speeds[a]||a:a;b=b||"fx";return this.queue(b,function(){var d=this;setTimeout(function(){c.dequeue(d,b)},a)})},clearQueue:function(a){return this.queue(a||"fx",[])}});var Aa=/[\n\t]/g,ca=/\s+/,Za=/\r/g,$a=/href|src|style/,ab=/(button|input)/i,bb=/(button|input|object|select|textarea)/i,
42
+ cb=/^(a|area)$/i,Ba=/radio|checkbox/;c.fn.extend({attr:function(a,b){return X(this,a,b,true,c.attr)},removeAttr:function(a){return this.each(function(){c.attr(this,a,"");this.nodeType===1&&this.removeAttribute(a)})},addClass:function(a){if(c.isFunction(a))return this.each(function(n){var r=c(this);r.addClass(a.call(this,n,r.attr("class")))});if(a&&typeof a==="string")for(var b=(a||"").split(ca),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===1)if(e.className){for(var j=" "+e.className+" ",
43
+ i=e.className,o=0,k=b.length;o<k;o++)if(j.indexOf(" "+b[o]+" ")<0)i+=" "+b[o];e.className=c.trim(i)}else e.className=a}return this},removeClass:function(a){if(c.isFunction(a))return this.each(function(k){var n=c(this);n.removeClass(a.call(this,k,n.attr("class")))});if(a&&typeof a==="string"||a===w)for(var b=(a||"").split(ca),d=0,f=this.length;d<f;d++){var e=this[d];if(e.nodeType===1&&e.className)if(a){for(var j=(" "+e.className+" ").replace(Aa," "),i=0,o=b.length;i<o;i++)j=j.replace(" "+b[i]+" ",
44
+ " ");e.className=c.trim(j)}else e.className=""}return this},toggleClass:function(a,b){var d=typeof a,f=typeof b==="boolean";if(c.isFunction(a))return this.each(function(e){var j=c(this);j.toggleClass(a.call(this,e,j.attr("class"),b),b)});return this.each(function(){if(d==="string")for(var e,j=0,i=c(this),o=b,k=a.split(ca);e=k[j++];){o=f?o:!i.hasClass(e);i[o?"addClass":"removeClass"](e)}else if(d==="undefined"||d==="boolean"){this.className&&c.data(this,"__className__",this.className);this.className=
45
+ this.className||a===false?"":c.data(this,"__className__")||""}})},hasClass:function(a){a=" "+a+" ";for(var b=0,d=this.length;b<d;b++)if((" "+this[b].className+" ").replace(Aa," ").indexOf(a)>-1)return true;return false},val:function(a){if(a===w){var b=this[0];if(b){if(c.nodeName(b,"option"))return(b.attributes.value||{}).specified?b.value:b.text;if(c.nodeName(b,"select")){var d=b.selectedIndex,f=[],e=b.options;b=b.type==="select-one";if(d<0)return null;var j=b?d:0;for(d=b?d+1:e.length;j<d;j++){var i=
46
+ e[j];if(i.selected){a=c(i).val();if(b)return a;f.push(a)}}return f}if(Ba.test(b.type)&&!c.support.checkOn)return b.getAttribute("value")===null?"on":b.value;return(b.value||"").replace(Za,"")}return w}var o=c.isFunction(a);return this.each(function(k){var n=c(this),r=a;if(this.nodeType===1){if(o)r=a.call(this,k,n.val());if(typeof r==="number")r+="";if(c.isArray(r)&&Ba.test(this.type))this.checked=c.inArray(n.val(),r)>=0;else if(c.nodeName(this,"select")){var u=c.makeArray(r);c("option",this).each(function(){this.selected=
47
+ c.inArray(c(this).val(),u)>=0});if(!u.length)this.selectedIndex=-1}else this.value=r}})}});c.extend({attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(a,b,d,f){if(!a||a.nodeType===3||a.nodeType===8)return w;if(f&&b in c.attrFn)return c(a)[b](d);f=a.nodeType!==1||!c.isXMLDoc(a);var e=d!==w;b=f&&c.props[b]||b;if(a.nodeType===1){var j=$a.test(b);if(b in a&&f&&!j){if(e){b==="type"&&ab.test(a.nodeName)&&a.parentNode&&c.error("type property can't be changed");
48
+ a[b]=d}if(c.nodeName(a,"form")&&a.getAttributeNode(b))return a.getAttributeNode(b).nodeValue;if(b==="tabIndex")return(b=a.getAttributeNode("tabIndex"))&&b.specified?b.value:bb.test(a.nodeName)||cb.test(a.nodeName)&&a.href?0:w;return a[b]}if(!c.support.style&&f&&b==="style"){if(e)a.style.cssText=""+d;return a.style.cssText}e&&a.setAttribute(b,""+d);a=!c.support.hrefNormalized&&f&&j?a.getAttribute(b,2):a.getAttribute(b);return a===null?w:a}return c.style(a,b,d)}});var O=/\.(.*)$/,db=function(a){return a.replace(/[^\w\s\.\|`]/g,
49
+ function(b){return"\\"+b})};c.event={add:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){if(a.setInterval&&a!==A&&!a.frameElement)a=A;var e,j;if(d.handler){e=d;d=e.handler}if(!d.guid)d.guid=c.guid++;if(j=c.data(a)){var i=j.events=j.events||{},o=j.handle;if(!o)j.handle=o=function(){return typeof c!=="undefined"&&!c.event.triggered?c.event.handle.apply(o.elem,arguments):w};o.elem=a;b=b.split(" ");for(var k,n=0,r;k=b[n++];){j=e?c.extend({},e):{handler:d,data:f};if(k.indexOf(".")>-1){r=k.split(".");
50
+ k=r.shift();j.namespace=r.slice(0).sort().join(".")}else{r=[];j.namespace=""}j.type=k;j.guid=d.guid;var u=i[k],z=c.event.special[k]||{};if(!u){u=i[k]=[];if(!z.setup||z.setup.call(a,f,r,o)===false)if(a.addEventListener)a.addEventListener(k,o,false);else a.attachEvent&&a.attachEvent("on"+k,o)}if(z.add){z.add.call(a,j);if(!j.handler.guid)j.handler.guid=d.guid}u.push(j);c.event.global[k]=true}a=null}}},global:{},remove:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){var e,j=0,i,o,k,n,r,u,z=c.data(a),
51
+ C=z&&z.events;if(z&&C){if(b&&b.type){d=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(e in C)c.event.remove(a,e+b)}else{for(b=b.split(" ");e=b[j++];){n=e;i=e.indexOf(".")<0;o=[];if(!i){o=e.split(".");e=o.shift();k=new RegExp("(^|\\.)"+c.map(o.slice(0).sort(),db).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(r=C[e])if(d){n=c.event.special[e]||{};for(B=f||0;B<r.length;B++){u=r[B];if(d.guid===u.guid){if(i||k.test(u.namespace)){f==null&&r.splice(B--,1);n.remove&&n.remove.call(a,u)}if(f!=
52
+ null)break}}if(r.length===0||f!=null&&r.length===1){if(!n.teardown||n.teardown.call(a,o)===false)Ca(a,e,z.handle);delete C[e]}}else for(var B=0;B<r.length;B++){u=r[B];if(i||k.test(u.namespace)){c.event.remove(a,n,u.handler,B);r.splice(B--,1)}}}if(c.isEmptyObject(C)){if(b=z.handle)b.elem=null;delete z.events;delete z.handle;c.isEmptyObject(z)&&c.removeData(a)}}}}},trigger:function(a,b,d,f){var e=a.type||a;if(!f){a=typeof a==="object"?a[G]?a:c.extend(c.Event(e),a):c.Event(e);if(e.indexOf("!")>=0){a.type=
53
+ e=e.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();c.event.global[e]&&c.each(c.cache,function(){this.events&&this.events[e]&&c.event.trigger(a,b,this.handle.elem)})}if(!d||d.nodeType===3||d.nodeType===8)return w;a.result=w;a.target=d;b=c.makeArray(b);b.unshift(a)}a.currentTarget=d;(f=c.data(d,"handle"))&&f.apply(d,b);f=d.parentNode||d.ownerDocument;try{if(!(d&&d.nodeName&&c.noData[d.nodeName.toLowerCase()]))if(d["on"+e]&&d["on"+e].apply(d,b)===false)a.result=false}catch(j){}if(!a.isPropagationStopped()&&
54
+ f)c.event.trigger(a,b,f,true);else if(!a.isDefaultPrevented()){f=a.target;var i,o=c.nodeName(f,"a")&&e==="click",k=c.event.special[e]||{};if((!k._default||k._default.call(d,a)===false)&&!o&&!(f&&f.nodeName&&c.noData[f.nodeName.toLowerCase()])){try{if(f[e]){if(i=f["on"+e])f["on"+e]=null;c.event.triggered=true;f[e]()}}catch(n){}if(i)f["on"+e]=i;c.event.triggered=false}}},handle:function(a){var b,d,f,e;a=arguments[0]=c.event.fix(a||A.event);a.currentTarget=this;b=a.type.indexOf(".")<0&&!a.exclusive;
55
+ if(!b){d=a.type.split(".");a.type=d.shift();f=new RegExp("(^|\\.)"+d.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}e=c.data(this,"events");d=e[a.type];if(e&&d){d=d.slice(0);e=0;for(var j=d.length;e<j;e++){var i=d[e];if(b||f.test(i.namespace)){a.handler=i.handler;a.data=i.data;a.handleObj=i;i=i.handler.apply(this,arguments);if(i!==w){a.result=i;if(i===false){a.preventDefault();a.stopPropagation()}}if(a.isImmediatePropagationStopped())break}}}return a.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),
56
+ fix:function(a){if(a[G])return a;var b=a;a=c.Event(b);for(var d=this.props.length,f;d;){f=this.props[--d];a[f]=b[f]}if(!a.target)a.target=a.srcElement||s;if(a.target.nodeType===3)a.target=a.target.parentNode;if(!a.relatedTarget&&a.fromElement)a.relatedTarget=a.fromElement===a.target?a.toElement:a.fromElement;if(a.pageX==null&&a.clientX!=null){b=s.documentElement;d=s.body;a.pageX=a.clientX+(b&&b.scrollLeft||d&&d.scrollLeft||0)-(b&&b.clientLeft||d&&d.clientLeft||0);a.pageY=a.clientY+(b&&b.scrollTop||
57
+ d&&d.scrollTop||0)-(b&&b.clientTop||d&&d.clientTop||0)}if(!a.which&&(a.charCode||a.charCode===0?a.charCode:a.keyCode))a.which=a.charCode||a.keyCode;if(!a.metaKey&&a.ctrlKey)a.metaKey=a.ctrlKey;if(!a.which&&a.button!==w)a.which=a.button&1?1:a.button&2?3:a.button&4?2:0;return a},guid:1E8,proxy:c.proxy,special:{ready:{setup:c.bindReady,teardown:c.noop},live:{add:function(a){c.event.add(this,a.origType,c.extend({},a,{handler:oa}))},remove:function(a){var b=true,d=a.origType.replace(O,"");c.each(c.data(this,
58
+ "events").live||[],function(){if(d===this.origType.replace(O,""))return b=false});b&&c.event.remove(this,a.origType,oa)}},beforeunload:{setup:function(a,b,d){if(this.setInterval)this.onbeforeunload=d;return false},teardown:function(a,b){if(this.onbeforeunload===b)this.onbeforeunload=null}}}};var Ca=s.removeEventListener?function(a,b,d){a.removeEventListener(b,d,false)}:function(a,b,d){a.detachEvent("on"+b,d)};c.Event=function(a){if(!this.preventDefault)return new c.Event(a);if(a&&a.type){this.originalEvent=
59
+ a;this.type=a.type}else this.type=a;this.timeStamp=J();this[G]=true};c.Event.prototype={preventDefault:function(){this.isDefaultPrevented=Z;var a=this.originalEvent;if(a){a.preventDefault&&a.preventDefault();a.returnValue=false}},stopPropagation:function(){this.isPropagationStopped=Z;var a=this.originalEvent;if(a){a.stopPropagation&&a.stopPropagation();a.cancelBubble=true}},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=Z;this.stopPropagation()},isDefaultPrevented:Y,isPropagationStopped:Y,
60
+ isImmediatePropagationStopped:Y};var Da=function(a){var b=a.relatedTarget;try{for(;b&&b!==this;)b=b.parentNode;if(b!==this){a.type=a.data;c.event.handle.apply(this,arguments)}}catch(d){}},Ea=function(a){a.type=a.data;c.event.handle.apply(this,arguments)};c.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){c.event.special[a]={setup:function(d){c.event.add(this,b,d&&d.selector?Ea:Da,a)},teardown:function(d){c.event.remove(this,b,d&&d.selector?Ea:Da)}}});if(!c.support.submitBubbles)c.event.special.submit=
61
+ {setup:function(){if(this.nodeName.toLowerCase()!=="form"){c.event.add(this,"click.specialSubmit",function(a){var b=a.target,d=b.type;if((d==="submit"||d==="image")&&c(b).closest("form").length)return na("submit",this,arguments)});c.event.add(this,"keypress.specialSubmit",function(a){var b=a.target,d=b.type;if((d==="text"||d==="password")&&c(b).closest("form").length&&a.keyCode===13)return na("submit",this,arguments)})}else return false},teardown:function(){c.event.remove(this,".specialSubmit")}};
62
+ if(!c.support.changeBubbles){var da=/textarea|input|select/i,ea,Fa=function(a){var b=a.type,d=a.value;if(b==="radio"||b==="checkbox")d=a.checked;else if(b==="select-multiple")d=a.selectedIndex>-1?c.map(a.options,function(f){return f.selected}).join("-"):"";else if(a.nodeName.toLowerCase()==="select")d=a.selectedIndex;return d},fa=function(a,b){var d=a.target,f,e;if(!(!da.test(d.nodeName)||d.readOnly)){f=c.data(d,"_change_data");e=Fa(d);if(a.type!=="focusout"||d.type!=="radio")c.data(d,"_change_data",
63
+ e);if(!(f===w||e===f))if(f!=null||e){a.type="change";return c.event.trigger(a,b,d)}}};c.event.special.change={filters:{focusout:fa,click:function(a){var b=a.target,d=b.type;if(d==="radio"||d==="checkbox"||b.nodeName.toLowerCase()==="select")return fa.call(this,a)},keydown:function(a){var b=a.target,d=b.type;if(a.keyCode===13&&b.nodeName.toLowerCase()!=="textarea"||a.keyCode===32&&(d==="checkbox"||d==="radio")||d==="select-multiple")return fa.call(this,a)},beforeactivate:function(a){a=a.target;c.data(a,
64
+ "_change_data",Fa(a))}},setup:function(){if(this.type==="file")return false;for(var a in ea)c.event.add(this,a+".specialChange",ea[a]);return da.test(this.nodeName)},teardown:function(){c.event.remove(this,".specialChange");return da.test(this.nodeName)}};ea=c.event.special.change.filters}s.addEventListener&&c.each({focus:"focusin",blur:"focusout"},function(a,b){function d(f){f=c.event.fix(f);f.type=b;return c.event.handle.call(this,f)}c.event.special[b]={setup:function(){this.addEventListener(a,
65
+ d,true)},teardown:function(){this.removeEventListener(a,d,true)}}});c.each(["bind","one"],function(a,b){c.fn[b]=function(d,f,e){if(typeof d==="object"){for(var j in d)this[b](j,f,d[j],e);return this}if(c.isFunction(f)){e=f;f=w}var i=b==="one"?c.proxy(e,function(k){c(this).unbind(k,i);return e.apply(this,arguments)}):e;if(d==="unload"&&b!=="one")this.one(d,f,e);else{j=0;for(var o=this.length;j<o;j++)c.event.add(this[j],d,i,f)}return this}});c.fn.extend({unbind:function(a,b){if(typeof a==="object"&&
66
+ !a.preventDefault)for(var d in a)this.unbind(d,a[d]);else{d=0;for(var f=this.length;d<f;d++)c.event.remove(this[d],a,b)}return this},delegate:function(a,b,d,f){return this.live(b,d,f,a)},undelegate:function(a,b,d){return arguments.length===0?this.unbind("live"):this.die(b,null,d,a)},trigger:function(a,b){return this.each(function(){c.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0]){a=c.Event(a);a.preventDefault();a.stopPropagation();c.event.trigger(a,b,this[0]);return a.result}},
67
+ toggle:function(a){for(var b=arguments,d=1;d<b.length;)c.proxy(a,b[d++]);return this.click(c.proxy(a,function(f){var e=(c.data(this,"lastToggle"+a.guid)||0)%d;c.data(this,"lastToggle"+a.guid,e+1);f.preventDefault();return b[e].apply(this,arguments)||false}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});var Ga={focus:"focusin",blur:"focusout",mouseenter:"mouseover",mouseleave:"mouseout"};c.each(["live","die"],function(a,b){c.fn[b]=function(d,f,e,j){var i,o=0,k,n,r=j||this.selector,
68
+ u=j?this:c(this.context);if(c.isFunction(f)){e=f;f=w}for(d=(d||"").split(" ");(i=d[o++])!=null;){j=O.exec(i);k="";if(j){k=j[0];i=i.replace(O,"")}if(i==="hover")d.push("mouseenter"+k,"mouseleave"+k);else{n=i;if(i==="focus"||i==="blur"){d.push(Ga[i]+k);i+=k}else i=(Ga[i]||i)+k;b==="live"?u.each(function(){c.event.add(this,pa(i,r),{data:f,selector:r,handler:e,origType:i,origHandler:e,preType:n})}):u.unbind(pa(i,r),e)}}return this}});c.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error".split(" "),
69
+ function(a,b){c.fn[b]=function(d){return d?this.bind(b,d):this.trigger(b)};if(c.attrFn)c.attrFn[b]=true});A.attachEvent&&!A.addEventListener&&A.attachEvent("onunload",function(){for(var a in c.cache)if(c.cache[a].handle)try{c.event.remove(c.cache[a].handle.elem)}catch(b){}});(function(){function a(g){for(var h="",l,m=0;g[m];m++){l=g[m];if(l.nodeType===3||l.nodeType===4)h+=l.nodeValue;else if(l.nodeType!==8)h+=a(l.childNodes)}return h}function b(g,h,l,m,q,p){q=0;for(var v=m.length;q<v;q++){var t=m[q];
70
+ if(t){t=t[g];for(var y=false;t;){if(t.sizcache===l){y=m[t.sizset];break}if(t.nodeType===1&&!p){t.sizcache=l;t.sizset=q}if(t.nodeName.toLowerCase()===h){y=t;break}t=t[g]}m[q]=y}}}function d(g,h,l,m,q,p){q=0;for(var v=m.length;q<v;q++){var t=m[q];if(t){t=t[g];for(var y=false;t;){if(t.sizcache===l){y=m[t.sizset];break}if(t.nodeType===1){if(!p){t.sizcache=l;t.sizset=q}if(typeof h!=="string"){if(t===h){y=true;break}}else if(k.filter(h,[t]).length>0){y=t;break}}t=t[g]}m[q]=y}}}var f=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,
71
+ e=0,j=Object.prototype.toString,i=false,o=true;[0,0].sort(function(){o=false;return 0});var k=function(g,h,l,m){l=l||[];var q=h=h||s;if(h.nodeType!==1&&h.nodeType!==9)return[];if(!g||typeof g!=="string")return l;for(var p=[],v,t,y,S,H=true,M=x(h),I=g;(f.exec(""),v=f.exec(I))!==null;){I=v[3];p.push(v[1]);if(v[2]){S=v[3];break}}if(p.length>1&&r.exec(g))if(p.length===2&&n.relative[p[0]])t=ga(p[0]+p[1],h);else for(t=n.relative[p[0]]?[h]:k(p.shift(),h);p.length;){g=p.shift();if(n.relative[g])g+=p.shift();
72
+ t=ga(g,t)}else{if(!m&&p.length>1&&h.nodeType===9&&!M&&n.match.ID.test(p[0])&&!n.match.ID.test(p[p.length-1])){v=k.find(p.shift(),h,M);h=v.expr?k.filter(v.expr,v.set)[0]:v.set[0]}if(h){v=m?{expr:p.pop(),set:z(m)}:k.find(p.pop(),p.length===1&&(p[0]==="~"||p[0]==="+")&&h.parentNode?h.parentNode:h,M);t=v.expr?k.filter(v.expr,v.set):v.set;if(p.length>0)y=z(t);else H=false;for(;p.length;){var D=p.pop();v=D;if(n.relative[D])v=p.pop();else D="";if(v==null)v=h;n.relative[D](y,v,M)}}else y=[]}y||(y=t);y||k.error(D||
73
+ g);if(j.call(y)==="[object Array]")if(H)if(h&&h.nodeType===1)for(g=0;y[g]!=null;g++){if(y[g]&&(y[g]===true||y[g].nodeType===1&&E(h,y[g])))l.push(t[g])}else for(g=0;y[g]!=null;g++)y[g]&&y[g].nodeType===1&&l.push(t[g]);else l.push.apply(l,y);else z(y,l);if(S){k(S,q,l,m);k.uniqueSort(l)}return l};k.uniqueSort=function(g){if(B){i=o;g.sort(B);if(i)for(var h=1;h<g.length;h++)g[h]===g[h-1]&&g.splice(h--,1)}return g};k.matches=function(g,h){return k(g,null,null,h)};k.find=function(g,h,l){var m,q;if(!g)return[];
74
+ for(var p=0,v=n.order.length;p<v;p++){var t=n.order[p];if(q=n.leftMatch[t].exec(g)){var y=q[1];q.splice(1,1);if(y.substr(y.length-1)!=="\\"){q[1]=(q[1]||"").replace(/\\/g,"");m=n.find[t](q,h,l);if(m!=null){g=g.replace(n.match[t],"");break}}}}m||(m=h.getElementsByTagName("*"));return{set:m,expr:g}};k.filter=function(g,h,l,m){for(var q=g,p=[],v=h,t,y,S=h&&h[0]&&x(h[0]);g&&h.length;){for(var H in n.filter)if((t=n.leftMatch[H].exec(g))!=null&&t[2]){var M=n.filter[H],I,D;D=t[1];y=false;t.splice(1,1);if(D.substr(D.length-
75
+ 1)!=="\\"){if(v===p)p=[];if(n.preFilter[H])if(t=n.preFilter[H](t,v,l,p,m,S)){if(t===true)continue}else y=I=true;if(t)for(var U=0;(D=v[U])!=null;U++)if(D){I=M(D,t,U,v);var Ha=m^!!I;if(l&&I!=null)if(Ha)y=true;else v[U]=false;else if(Ha){p.push(D);y=true}}if(I!==w){l||(v=p);g=g.replace(n.match[H],"");if(!y)return[];break}}}if(g===q)if(y==null)k.error(g);else break;q=g}return v};k.error=function(g){throw"Syntax error, unrecognized expression: "+g;};var n=k.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF-]|\\.)+)/,
76
+ CLASS:/\.((?:[\w\u00c0-\uFFFF-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(g){return g.getAttribute("href")}},
77
+ relative:{"+":function(g,h){var l=typeof h==="string",m=l&&!/\W/.test(h);l=l&&!m;if(m)h=h.toLowerCase();m=0;for(var q=g.length,p;m<q;m++)if(p=g[m]){for(;(p=p.previousSibling)&&p.nodeType!==1;);g[m]=l||p&&p.nodeName.toLowerCase()===h?p||false:p===h}l&&k.filter(h,g,true)},">":function(g,h){var l=typeof h==="string";if(l&&!/\W/.test(h)){h=h.toLowerCase();for(var m=0,q=g.length;m<q;m++){var p=g[m];if(p){l=p.parentNode;g[m]=l.nodeName.toLowerCase()===h?l:false}}}else{m=0;for(q=g.length;m<q;m++)if(p=g[m])g[m]=
78
+ l?p.parentNode:p.parentNode===h;l&&k.filter(h,g,true)}},"":function(g,h,l){var m=e++,q=d;if(typeof h==="string"&&!/\W/.test(h)){var p=h=h.toLowerCase();q=b}q("parentNode",h,m,g,p,l)},"~":function(g,h,l){var m=e++,q=d;if(typeof h==="string"&&!/\W/.test(h)){var p=h=h.toLowerCase();q=b}q("previousSibling",h,m,g,p,l)}},find:{ID:function(g,h,l){if(typeof h.getElementById!=="undefined"&&!l)return(g=h.getElementById(g[1]))?[g]:[]},NAME:function(g,h){if(typeof h.getElementsByName!=="undefined"){var l=[];
79
+ h=h.getElementsByName(g[1]);for(var m=0,q=h.length;m<q;m++)h[m].getAttribute("name")===g[1]&&l.push(h[m]);return l.length===0?null:l}},TAG:function(g,h){return h.getElementsByTagName(g[1])}},preFilter:{CLASS:function(g,h,l,m,q,p){g=" "+g[1].replace(/\\/g,"")+" ";if(p)return g;p=0;for(var v;(v=h[p])!=null;p++)if(v)if(q^(v.className&&(" "+v.className+" ").replace(/[\t\n]/g," ").indexOf(g)>=0))l||m.push(v);else if(l)h[p]=false;return false},ID:function(g){return g[1].replace(/\\/g,"")},TAG:function(g){return g[1].toLowerCase()},
80
+ CHILD:function(g){if(g[1]==="nth"){var h=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(g[2]==="even"&&"2n"||g[2]==="odd"&&"2n+1"||!/\D/.test(g[2])&&"0n+"+g[2]||g[2]);g[2]=h[1]+(h[2]||1)-0;g[3]=h[3]-0}g[0]=e++;return g},ATTR:function(g,h,l,m,q,p){h=g[1].replace(/\\/g,"");if(!p&&n.attrMap[h])g[1]=n.attrMap[h];if(g[2]==="~=")g[4]=" "+g[4]+" ";return g},PSEUDO:function(g,h,l,m,q){if(g[1]==="not")if((f.exec(g[3])||"").length>1||/^\w/.test(g[3]))g[3]=k(g[3],null,null,h);else{g=k.filter(g[3],h,l,true^q);l||m.push.apply(m,
81
+ g);return false}else if(n.match.POS.test(g[0])||n.match.CHILD.test(g[0]))return true;return g},POS:function(g){g.unshift(true);return g}},filters:{enabled:function(g){return g.disabled===false&&g.type!=="hidden"},disabled:function(g){return g.disabled===true},checked:function(g){return g.checked===true},selected:function(g){return g.selected===true},parent:function(g){return!!g.firstChild},empty:function(g){return!g.firstChild},has:function(g,h,l){return!!k(l[3],g).length},header:function(g){return/h\d/i.test(g.nodeName)},
82
+ text:function(g){return"text"===g.type},radio:function(g){return"radio"===g.type},checkbox:function(g){return"checkbox"===g.type},file:function(g){return"file"===g.type},password:function(g){return"password"===g.type},submit:function(g){return"submit"===g.type},image:function(g){return"image"===g.type},reset:function(g){return"reset"===g.type},button:function(g){return"button"===g.type||g.nodeName.toLowerCase()==="button"},input:function(g){return/input|select|textarea|button/i.test(g.nodeName)}},
83
+ setFilters:{first:function(g,h){return h===0},last:function(g,h,l,m){return h===m.length-1},even:function(g,h){return h%2===0},odd:function(g,h){return h%2===1},lt:function(g,h,l){return h<l[3]-0},gt:function(g,h,l){return h>l[3]-0},nth:function(g,h,l){return l[3]-0===h},eq:function(g,h,l){return l[3]-0===h}},filter:{PSEUDO:function(g,h,l,m){var q=h[1],p=n.filters[q];if(p)return p(g,l,h,m);else if(q==="contains")return(g.textContent||g.innerText||a([g])||"").indexOf(h[3])>=0;else if(q==="not"){h=
84
+ h[3];l=0;for(m=h.length;l<m;l++)if(h[l]===g)return false;return true}else k.error("Syntax error, unrecognized expression: "+q)},CHILD:function(g,h){var l=h[1],m=g;switch(l){case "only":case "first":for(;m=m.previousSibling;)if(m.nodeType===1)return false;if(l==="first")return true;m=g;case "last":for(;m=m.nextSibling;)if(m.nodeType===1)return false;return true;case "nth":l=h[2];var q=h[3];if(l===1&&q===0)return true;h=h[0];var p=g.parentNode;if(p&&(p.sizcache!==h||!g.nodeIndex)){var v=0;for(m=p.firstChild;m;m=
85
+ m.nextSibling)if(m.nodeType===1)m.nodeIndex=++v;p.sizcache=h}g=g.nodeIndex-q;return l===0?g===0:g%l===0&&g/l>=0}},ID:function(g,h){return g.nodeType===1&&g.getAttribute("id")===h},TAG:function(g,h){return h==="*"&&g.nodeType===1||g.nodeName.toLowerCase()===h},CLASS:function(g,h){return(" "+(g.className||g.getAttribute("class"))+" ").indexOf(h)>-1},ATTR:function(g,h){var l=h[1];g=n.attrHandle[l]?n.attrHandle[l](g):g[l]!=null?g[l]:g.getAttribute(l);l=g+"";var m=h[2];h=h[4];return g==null?m==="!=":m===
86
+ "="?l===h:m==="*="?l.indexOf(h)>=0:m==="~="?(" "+l+" ").indexOf(h)>=0:!h?l&&g!==false:m==="!="?l!==h:m==="^="?l.indexOf(h)===0:m==="$="?l.substr(l.length-h.length)===h:m==="|="?l===h||l.substr(0,h.length+1)===h+"-":false},POS:function(g,h,l,m){var q=n.setFilters[h[2]];if(q)return q(g,l,h,m)}}},r=n.match.POS;for(var u in n.match){n.match[u]=new RegExp(n.match[u].source+/(?![^\[]*\])(?![^\(]*\))/.source);n.leftMatch[u]=new RegExp(/(^(?:.|\r|\n)*?)/.source+n.match[u].source.replace(/\\(\d+)/g,function(g,
87
+ h){return"\\"+(h-0+1)}))}var z=function(g,h){g=Array.prototype.slice.call(g,0);if(h){h.push.apply(h,g);return h}return g};try{Array.prototype.slice.call(s.documentElement.childNodes,0)}catch(C){z=function(g,h){h=h||[];if(j.call(g)==="[object Array]")Array.prototype.push.apply(h,g);else if(typeof g.length==="number")for(var l=0,m=g.length;l<m;l++)h.push(g[l]);else for(l=0;g[l];l++)h.push(g[l]);return h}}var B;if(s.documentElement.compareDocumentPosition)B=function(g,h){if(!g.compareDocumentPosition||
88
+ !h.compareDocumentPosition){if(g==h)i=true;return g.compareDocumentPosition?-1:1}g=g.compareDocumentPosition(h)&4?-1:g===h?0:1;if(g===0)i=true;return g};else if("sourceIndex"in s.documentElement)B=function(g,h){if(!g.sourceIndex||!h.sourceIndex){if(g==h)i=true;return g.sourceIndex?-1:1}g=g.sourceIndex-h.sourceIndex;if(g===0)i=true;return g};else if(s.createRange)B=function(g,h){if(!g.ownerDocument||!h.ownerDocument){if(g==h)i=true;return g.ownerDocument?-1:1}var l=g.ownerDocument.createRange(),m=
89
+ h.ownerDocument.createRange();l.setStart(g,0);l.setEnd(g,0);m.setStart(h,0);m.setEnd(h,0);g=l.compareBoundaryPoints(Range.START_TO_END,m);if(g===0)i=true;return g};(function(){var g=s.createElement("div"),h="script"+(new Date).getTime();g.innerHTML="<a name='"+h+"'/>";var l=s.documentElement;l.insertBefore(g,l.firstChild);if(s.getElementById(h)){n.find.ID=function(m,q,p){if(typeof q.getElementById!=="undefined"&&!p)return(q=q.getElementById(m[1]))?q.id===m[1]||typeof q.getAttributeNode!=="undefined"&&
90
+ q.getAttributeNode("id").nodeValue===m[1]?[q]:w:[]};n.filter.ID=function(m,q){var p=typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id");return m.nodeType===1&&p&&p.nodeValue===q}}l.removeChild(g);l=g=null})();(function(){var g=s.createElement("div");g.appendChild(s.createComment(""));if(g.getElementsByTagName("*").length>0)n.find.TAG=function(h,l){l=l.getElementsByTagName(h[1]);if(h[1]==="*"){h=[];for(var m=0;l[m];m++)l[m].nodeType===1&&h.push(l[m]);l=h}return l};g.innerHTML="<a href='#'></a>";
91
+ if(g.firstChild&&typeof g.firstChild.getAttribute!=="undefined"&&g.firstChild.getAttribute("href")!=="#")n.attrHandle.href=function(h){return h.getAttribute("href",2)};g=null})();s.querySelectorAll&&function(){var g=k,h=s.createElement("div");h.innerHTML="<p class='TEST'></p>";if(!(h.querySelectorAll&&h.querySelectorAll(".TEST").length===0)){k=function(m,q,p,v){q=q||s;if(!v&&q.nodeType===9&&!x(q))try{return z(q.querySelectorAll(m),p)}catch(t){}return g(m,q,p,v)};for(var l in g)k[l]=g[l];h=null}}();
92
+ (function(){var g=s.createElement("div");g.innerHTML="<div class='test e'></div><div class='test'></div>";if(!(!g.getElementsByClassName||g.getElementsByClassName("e").length===0)){g.lastChild.className="e";if(g.getElementsByClassName("e").length!==1){n.order.splice(1,0,"CLASS");n.find.CLASS=function(h,l,m){if(typeof l.getElementsByClassName!=="undefined"&&!m)return l.getElementsByClassName(h[1])};g=null}}})();var E=s.compareDocumentPosition?function(g,h){return!!(g.compareDocumentPosition(h)&16)}:
93
+ function(g,h){return g!==h&&(g.contains?g.contains(h):true)},x=function(g){return(g=(g?g.ownerDocument||g:0).documentElement)?g.nodeName!=="HTML":false},ga=function(g,h){var l=[],m="",q;for(h=h.nodeType?[h]:h;q=n.match.PSEUDO.exec(g);){m+=q[0];g=g.replace(n.match.PSEUDO,"")}g=n.relative[g]?g+"*":g;q=0;for(var p=h.length;q<p;q++)k(g,h[q],l);return k.filter(m,l)};c.find=k;c.expr=k.selectors;c.expr[":"]=c.expr.filters;c.unique=k.uniqueSort;c.text=a;c.isXMLDoc=x;c.contains=E})();var eb=/Until$/,fb=/^(?:parents|prevUntil|prevAll)/,
94
+ gb=/,/;R=Array.prototype.slice;var Ia=function(a,b,d){if(c.isFunction(b))return c.grep(a,function(e,j){return!!b.call(e,j,e)===d});else if(b.nodeType)return c.grep(a,function(e){return e===b===d});else if(typeof b==="string"){var f=c.grep(a,function(e){return e.nodeType===1});if(Ua.test(b))return c.filter(b,f,!d);else b=c.filter(b,f)}return c.grep(a,function(e){return c.inArray(e,b)>=0===d})};c.fn.extend({find:function(a){for(var b=this.pushStack("","find",a),d=0,f=0,e=this.length;f<e;f++){d=b.length;
95
+ c.find(a,this[f],b);if(f>0)for(var j=d;j<b.length;j++)for(var i=0;i<d;i++)if(b[i]===b[j]){b.splice(j--,1);break}}return b},has:function(a){var b=c(a);return this.filter(function(){for(var d=0,f=b.length;d<f;d++)if(c.contains(this,b[d]))return true})},not:function(a){return this.pushStack(Ia(this,a,false),"not",a)},filter:function(a){return this.pushStack(Ia(this,a,true),"filter",a)},is:function(a){return!!a&&c.filter(a,this).length>0},closest:function(a,b){if(c.isArray(a)){var d=[],f=this[0],e,j=
96
+ {},i;if(f&&a.length){e=0;for(var o=a.length;e<o;e++){i=a[e];j[i]||(j[i]=c.expr.match.POS.test(i)?c(i,b||this.context):i)}for(;f&&f.ownerDocument&&f!==b;){for(i in j){e=j[i];if(e.jquery?e.index(f)>-1:c(f).is(e)){d.push({selector:i,elem:f});delete j[i]}}f=f.parentNode}}return d}var k=c.expr.match.POS.test(a)?c(a,b||this.context):null;return this.map(function(n,r){for(;r&&r.ownerDocument&&r!==b;){if(k?k.index(r)>-1:c(r).is(a))return r;r=r.parentNode}return null})},index:function(a){if(!a||typeof a===
97
+ "string")return c.inArray(this[0],a?c(a):this.parent().children());return c.inArray(a.jquery?a[0]:a,this)},add:function(a,b){a=typeof a==="string"?c(a,b||this.context):c.makeArray(a);b=c.merge(this.get(),a);return this.pushStack(qa(a[0])||qa(b[0])?b:c.unique(b))},andSelf:function(){return this.add(this.prevObject)}});c.each({parent:function(a){return(a=a.parentNode)&&a.nodeType!==11?a:null},parents:function(a){return c.dir(a,"parentNode")},parentsUntil:function(a,b,d){return c.dir(a,"parentNode",
98
+ d)},next:function(a){return c.nth(a,2,"nextSibling")},prev:function(a){return c.nth(a,2,"previousSibling")},nextAll:function(a){return c.dir(a,"nextSibling")},prevAll:function(a){return c.dir(a,"previousSibling")},nextUntil:function(a,b,d){return c.dir(a,"nextSibling",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){return c.sibling(a.parentNode.firstChild,a)},children:function(a){return c.sibling(a.firstChild)},contents:function(a){return c.nodeName(a,"iframe")?
99
+ a.contentDocument||a.contentWindow.document:c.makeArray(a.childNodes)}},function(a,b){c.fn[a]=function(d,f){var e=c.map(this,b,d);eb.test(a)||(f=d);if(f&&typeof f==="string")e=c.filter(f,e);e=this.length>1?c.unique(e):e;if((this.length>1||gb.test(f))&&fb.test(a))e=e.reverse();return this.pushStack(e,a,R.call(arguments).join(","))}});c.extend({filter:function(a,b,d){if(d)a=":not("+a+")";return c.find.matches(a,b)},dir:function(a,b,d){var f=[];for(a=a[b];a&&a.nodeType!==9&&(d===w||a.nodeType!==1||!c(a).is(d));){a.nodeType===
100
+ 1&&f.push(a);a=a[b]}return f},nth:function(a,b,d){b=b||1;for(var f=0;a;a=a[d])if(a.nodeType===1&&++f===b)break;return a},sibling:function(a,b){for(var d=[];a;a=a.nextSibling)a.nodeType===1&&a!==b&&d.push(a);return d}});var Ja=/ jQuery\d+="(?:\d+|null)"/g,V=/^\s+/,Ka=/(<([\w:]+)[^>]*?)\/>/g,hb=/^(?:area|br|col|embed|hr|img|input|link|meta|param)$/i,La=/<([\w:]+)/,ib=/<tbody/i,jb=/<|&#?\w+;/,ta=/<script|<object|<embed|<option|<style/i,ua=/checked\s*(?:[^=]|=\s*.checked.)/i,Ma=function(a,b,d){return hb.test(d)?
101
+ a:b+"></"+d+">"},F={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]};F.optgroup=F.option;F.tbody=F.tfoot=F.colgroup=F.caption=F.thead;F.th=F.td;if(!c.support.htmlSerialize)F._default=[1,"div<div>","</div>"];c.fn.extend({text:function(a){if(c.isFunction(a))return this.each(function(b){var d=
102
+ c(this);d.text(a.call(this,b,d.text()))});if(typeof a!=="object"&&a!==w)return this.empty().append((this[0]&&this[0].ownerDocument||s).createTextNode(a));return c.text(this)},wrapAll:function(a){if(c.isFunction(a))return this.each(function(d){c(this).wrapAll(a.call(this,d))});if(this[0]){var b=c(a,this[0].ownerDocument).eq(0).clone(true);this[0].parentNode&&b.insertBefore(this[0]);b.map(function(){for(var d=this;d.firstChild&&d.firstChild.nodeType===1;)d=d.firstChild;return d}).append(this)}return this},
103
+ wrapInner:function(a){if(c.isFunction(a))return this.each(function(b){c(this).wrapInner(a.call(this,b))});return this.each(function(){var b=c(this),d=b.contents();d.length?d.wrapAll(a):b.append(a)})},wrap:function(a){return this.each(function(){c(this).wrapAll(a)})},unwrap:function(){return this.parent().each(function(){c.nodeName(this,"body")||c(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.appendChild(a)})},
104
+ prepend:function(){return this.domManip(arguments,true,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,this)});else if(arguments.length){var a=c(arguments[0]);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,false,function(b){this.parentNode.insertBefore(b,
105
+ this.nextSibling)});else if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,c(arguments[0]).toArray());return a}},remove:function(a,b){for(var d=0,f;(f=this[d])!=null;d++)if(!a||c.filter(a,[f]).length){if(!b&&f.nodeType===1){c.cleanData(f.getElementsByTagName("*"));c.cleanData([f])}f.parentNode&&f.parentNode.removeChild(f)}return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++)for(b.nodeType===1&&c.cleanData(b.getElementsByTagName("*"));b.firstChild;)b.removeChild(b.firstChild);
106
+ return this},clone:function(a){var b=this.map(function(){if(!c.support.noCloneEvent&&!c.isXMLDoc(this)){var d=this.outerHTML,f=this.ownerDocument;if(!d){d=f.createElement("div");d.appendChild(this.cloneNode(true));d=d.innerHTML}return c.clean([d.replace(Ja,"").replace(/=([^="'>\s]+\/)>/g,'="$1">').replace(V,"")],f)[0]}else return this.cloneNode(true)});if(a===true){ra(this,b);ra(this.find("*"),b.find("*"))}return b},html:function(a){if(a===w)return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(Ja,
107
+ ""):null;else if(typeof a==="string"&&!ta.test(a)&&(c.support.leadingWhitespace||!V.test(a))&&!F[(La.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Ka,Ma);try{for(var b=0,d=this.length;b<d;b++)if(this[b].nodeType===1){c.cleanData(this[b].getElementsByTagName("*"));this[b].innerHTML=a}}catch(f){this.empty().append(a)}}else c.isFunction(a)?this.each(function(e){var j=c(this),i=j.html();j.empty().append(function(){return a.call(this,e,i)})}):this.empty().append(a);return this},replaceWith:function(a){if(this[0]&&
108
+ this[0].parentNode){if(c.isFunction(a))return this.each(function(b){var d=c(this),f=d.html();d.replaceWith(a.call(this,b,f))});if(typeof a!=="string")a=c(a).detach();return this.each(function(){var b=this.nextSibling,d=this.parentNode;c(this).remove();b?c(b).before(a):c(d).append(a)})}else return this.pushStack(c(c.isFunction(a)?a():a),"replaceWith",a)},detach:function(a){return this.remove(a,true)},domManip:function(a,b,d){function f(u){return c.nodeName(u,"table")?u.getElementsByTagName("tbody")[0]||
109
+ u.appendChild(u.ownerDocument.createElement("tbody")):u}var e,j,i=a[0],o=[],k;if(!c.support.checkClone&&arguments.length===3&&typeof i==="string"&&ua.test(i))return this.each(function(){c(this).domManip(a,b,d,true)});if(c.isFunction(i))return this.each(function(u){var z=c(this);a[0]=i.call(this,u,b?z.html():w);z.domManip(a,b,d)});if(this[0]){e=i&&i.parentNode;e=c.support.parentNode&&e&&e.nodeType===11&&e.childNodes.length===this.length?{fragment:e}:sa(a,this,o);k=e.fragment;if(j=k.childNodes.length===
110
+ 1?(k=k.firstChild):k.firstChild){b=b&&c.nodeName(j,"tr");for(var n=0,r=this.length;n<r;n++)d.call(b?f(this[n],j):this[n],n>0||e.cacheable||this.length>1?k.cloneNode(true):k)}o.length&&c.each(o,Qa)}return this}});c.fragments={};c.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){c.fn[a]=function(d){var f=[];d=c(d);var e=this.length===1&&this[0].parentNode;if(e&&e.nodeType===11&&e.childNodes.length===1&&d.length===1){d[b](this[0]);
111
+ return this}else{e=0;for(var j=d.length;e<j;e++){var i=(e>0?this.clone(true):this).get();c.fn[b].apply(c(d[e]),i);f=f.concat(i)}return this.pushStack(f,a,d.selector)}}});c.extend({clean:function(a,b,d,f){b=b||s;if(typeof b.createElement==="undefined")b=b.ownerDocument||b[0]&&b[0].ownerDocument||s;for(var e=[],j=0,i;(i=a[j])!=null;j++){if(typeof i==="number")i+="";if(i){if(typeof i==="string"&&!jb.test(i))i=b.createTextNode(i);else if(typeof i==="string"){i=i.replace(Ka,Ma);var o=(La.exec(i)||["",
112
+ ""])[1].toLowerCase(),k=F[o]||F._default,n=k[0],r=b.createElement("div");for(r.innerHTML=k[1]+i+k[2];n--;)r=r.lastChild;if(!c.support.tbody){n=ib.test(i);o=o==="table"&&!n?r.firstChild&&r.firstChild.childNodes:k[1]==="<table>"&&!n?r.childNodes:[];for(k=o.length-1;k>=0;--k)c.nodeName(o[k],"tbody")&&!o[k].childNodes.length&&o[k].parentNode.removeChild(o[k])}!c.support.leadingWhitespace&&V.test(i)&&r.insertBefore(b.createTextNode(V.exec(i)[0]),r.firstChild);i=r.childNodes}if(i.nodeType)e.push(i);else e=
113
+ c.merge(e,i)}}if(d)for(j=0;e[j];j++)if(f&&c.nodeName(e[j],"script")&&(!e[j].type||e[j].type.toLowerCase()==="text/javascript"))f.push(e[j].parentNode?e[j].parentNode.removeChild(e[j]):e[j]);else{e[j].nodeType===1&&e.splice.apply(e,[j+1,0].concat(c.makeArray(e[j].getElementsByTagName("script"))));d.appendChild(e[j])}return e},cleanData:function(a){for(var b,d,f=c.cache,e=c.event.special,j=c.support.deleteExpando,i=0,o;(o=a[i])!=null;i++)if(d=o[c.expando]){b=f[d];if(b.events)for(var k in b.events)e[k]?
114
+ c.event.remove(o,k):Ca(o,k,b.handle);if(j)delete o[c.expando];else o.removeAttribute&&o.removeAttribute(c.expando);delete f[d]}}});var kb=/z-?index|font-?weight|opacity|zoom|line-?height/i,Na=/alpha\([^)]*\)/,Oa=/opacity=([^)]*)/,ha=/float/i,ia=/-([a-z])/ig,lb=/([A-Z])/g,mb=/^-?\d+(?:px)?$/i,nb=/^-?\d/,ob={position:"absolute",visibility:"hidden",display:"block"},pb=["Left","Right"],qb=["Top","Bottom"],rb=s.defaultView&&s.defaultView.getComputedStyle,Pa=c.support.cssFloat?"cssFloat":"styleFloat",ja=
115
+ function(a,b){return b.toUpperCase()};c.fn.css=function(a,b){return X(this,a,b,true,function(d,f,e){if(e===w)return c.curCSS(d,f);if(typeof e==="number"&&!kb.test(f))e+="px";c.style(d,f,e)})};c.extend({style:function(a,b,d){if(!a||a.nodeType===3||a.nodeType===8)return w;if((b==="width"||b==="height")&&parseFloat(d)<0)d=w;var f=a.style||a,e=d!==w;if(!c.support.opacity&&b==="opacity"){if(e){f.zoom=1;b=parseInt(d,10)+""==="NaN"?"":"alpha(opacity="+d*100+")";a=f.filter||c.curCSS(a,"filter")||"";f.filter=
116
+ Na.test(a)?a.replace(Na,b):b}return f.filter&&f.filter.indexOf("opacity=")>=0?parseFloat(Oa.exec(f.filter)[1])/100+"":""}if(ha.test(b))b=Pa;b=b.replace(ia,ja);if(e)f[b]=d;return f[b]},css:function(a,b,d,f){if(b==="width"||b==="height"){var e,j=b==="width"?pb:qb;function i(){e=b==="width"?a.offsetWidth:a.offsetHeight;f!=="border"&&c.each(j,function(){f||(e-=parseFloat(c.curCSS(a,"padding"+this,true))||0);if(f==="margin")e+=parseFloat(c.curCSS(a,"margin"+this,true))||0;else e-=parseFloat(c.curCSS(a,
117
+ "border"+this+"Width",true))||0})}a.offsetWidth!==0?i():c.swap(a,ob,i);return Math.max(0,Math.round(e))}return c.curCSS(a,b,d)},curCSS:function(a,b,d){var f,e=a.style;if(!c.support.opacity&&b==="opacity"&&a.currentStyle){f=Oa.test(a.currentStyle.filter||"")?parseFloat(RegExp.$1)/100+"":"";return f===""?"1":f}if(ha.test(b))b=Pa;if(!d&&e&&e[b])f=e[b];else if(rb){if(ha.test(b))b="float";b=b.replace(lb,"-$1").toLowerCase();e=a.ownerDocument.defaultView;if(!e)return null;if(a=e.getComputedStyle(a,null))f=
118
+ a.getPropertyValue(b);if(b==="opacity"&&f==="")f="1"}else if(a.currentStyle){d=b.replace(ia,ja);f=a.currentStyle[b]||a.currentStyle[d];if(!mb.test(f)&&nb.test(f)){b=e.left;var j=a.runtimeStyle.left;a.runtimeStyle.left=a.currentStyle.left;e.left=d==="fontSize"?"1em":f||0;f=e.pixelLeft+"px";e.left=b;a.runtimeStyle.left=j}}return f},swap:function(a,b,d){var f={};for(var e in b){f[e]=a.style[e];a.style[e]=b[e]}d.call(a);for(e in b)a.style[e]=f[e]}});if(c.expr&&c.expr.filters){c.expr.filters.hidden=function(a){var b=
119
+ a.offsetWidth,d=a.offsetHeight,f=a.nodeName.toLowerCase()==="tr";return b===0&&d===0&&!f?true:b>0&&d>0&&!f?false:c.curCSS(a,"display")==="none"};c.expr.filters.visible=function(a){return!c.expr.filters.hidden(a)}}var sb=J(),tb=/<script(.|\s)*?\/script>/gi,ub=/select|textarea/i,vb=/color|date|datetime|email|hidden|month|number|password|range|search|tel|text|time|url|week/i,N=/=\?(&|$)/,ka=/\?/,wb=/(\?|&)_=.*?(&|$)/,xb=/^(\w+:)?\/\/([^\/?#]+)/,yb=/%20/g,zb=c.fn.load;c.fn.extend({load:function(a,b,d){if(typeof a!==
120
+ "string")return zb.call(this,a);else if(!this.length)return this;var f=a.indexOf(" ");if(f>=0){var e=a.slice(f,a.length);a=a.slice(0,f)}f="GET";if(b)if(c.isFunction(b)){d=b;b=null}else if(typeof b==="object"){b=c.param(b,c.ajaxSettings.traditional);f="POST"}var j=this;c.ajax({url:a,type:f,dataType:"html",data:b,complete:function(i,o){if(o==="success"||o==="notmodified")j.html(e?c("<div />").append(i.responseText.replace(tb,"")).find(e):i.responseText);d&&j.each(d,[i.responseText,o,i])}});return this},
121
+ serialize:function(){return c.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?c.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||ub.test(this.nodeName)||vb.test(this.type))}).map(function(a,b){a=c(this).val();return a==null?null:c.isArray(a)?c.map(a,function(d){return{name:b.name,value:d}}):{name:b.name,value:a}}).get()}});c.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),
122
+ function(a,b){c.fn[b]=function(d){return this.bind(b,d)}});c.extend({get:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b=null}return c.ajax({type:"GET",url:a,data:b,success:d,dataType:f})},getScript:function(a,b){return c.get(a,null,b,"script")},getJSON:function(a,b,d){return c.get(a,b,d,"json")},post:function(a,b,d,f){if(c.isFunction(b)){f=f||d;d=b;b={}}return c.ajax({type:"POST",url:a,data:b,success:d,dataType:f})},ajaxSetup:function(a){c.extend(c.ajaxSettings,a)},ajaxSettings:{url:location.href,
123
+ global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,xhr:A.XMLHttpRequest&&(A.location.protocol!=="file:"||!A.ActiveXObject)?function(){return new A.XMLHttpRequest}:function(){try{return new A.ActiveXObject("Microsoft.XMLHTTP")}catch(a){}},accepts:{xml:"application/xml, text/xml",html:"text/html",script:"text/javascript, application/javascript",json:"application/json, text/javascript",text:"text/plain",_default:"*/*"}},lastModified:{},etag:{},ajax:function(a){function b(){e.success&&
124
+ e.success.call(k,o,i,x);e.global&&f("ajaxSuccess",[x,e])}function d(){e.complete&&e.complete.call(k,x,i);e.global&&f("ajaxComplete",[x,e]);e.global&&!--c.active&&c.event.trigger("ajaxStop")}function f(q,p){(e.context?c(e.context):c.event).trigger(q,p)}var e=c.extend(true,{},c.ajaxSettings,a),j,i,o,k=a&&a.context||e,n=e.type.toUpperCase();if(e.data&&e.processData&&typeof e.data!=="string")e.data=c.param(e.data,e.traditional);if(e.dataType==="jsonp"){if(n==="GET")N.test(e.url)||(e.url+=(ka.test(e.url)?
125
+ "&":"?")+(e.jsonp||"callback")+"=?");else if(!e.data||!N.test(e.data))e.data=(e.data?e.data+"&":"")+(e.jsonp||"callback")+"=?";e.dataType="json"}if(e.dataType==="json"&&(e.data&&N.test(e.data)||N.test(e.url))){j=e.jsonpCallback||"jsonp"+sb++;if(e.data)e.data=(e.data+"").replace(N,"="+j+"$1");e.url=e.url.replace(N,"="+j+"$1");e.dataType="script";A[j]=A[j]||function(q){o=q;b();d();A[j]=w;try{delete A[j]}catch(p){}z&&z.removeChild(C)}}if(e.dataType==="script"&&e.cache===null)e.cache=false;if(e.cache===
126
+ false&&n==="GET"){var r=J(),u=e.url.replace(wb,"$1_="+r+"$2");e.url=u+(u===e.url?(ka.test(e.url)?"&":"?")+"_="+r:"")}if(e.data&&n==="GET")e.url+=(ka.test(e.url)?"&":"?")+e.data;e.global&&!c.active++&&c.event.trigger("ajaxStart");r=(r=xb.exec(e.url))&&(r[1]&&r[1]!==location.protocol||r[2]!==location.host);if(e.dataType==="script"&&n==="GET"&&r){var z=s.getElementsByTagName("head")[0]||s.documentElement,C=s.createElement("script");C.src=e.url;if(e.scriptCharset)C.charset=e.scriptCharset;if(!j){var B=
127
+ false;C.onload=C.onreadystatechange=function(){if(!B&&(!this.readyState||this.readyState==="loaded"||this.readyState==="complete")){B=true;b();d();C.onload=C.onreadystatechange=null;z&&C.parentNode&&z.removeChild(C)}}}z.insertBefore(C,z.firstChild);return w}var E=false,x=e.xhr();if(x){e.username?x.open(n,e.url,e.async,e.username,e.password):x.open(n,e.url,e.async);try{if(e.data||a&&a.contentType)x.setRequestHeader("Content-Type",e.contentType);if(e.ifModified){c.lastModified[e.url]&&x.setRequestHeader("If-Modified-Since",
128
+ c.lastModified[e.url]);c.etag[e.url]&&x.setRequestHeader("If-None-Match",c.etag[e.url])}r||x.setRequestHeader("X-Requested-With","XMLHttpRequest");x.setRequestHeader("Accept",e.dataType&&e.accepts[e.dataType]?e.accepts[e.dataType]+", */*":e.accepts._default)}catch(ga){}if(e.beforeSend&&e.beforeSend.call(k,x,e)===false){e.global&&!--c.active&&c.event.trigger("ajaxStop");x.abort();return false}e.global&&f("ajaxSend",[x,e]);var g=x.onreadystatechange=function(q){if(!x||x.readyState===0||q==="abort"){E||
129
+ d();E=true;if(x)x.onreadystatechange=c.noop}else if(!E&&x&&(x.readyState===4||q==="timeout")){E=true;x.onreadystatechange=c.noop;i=q==="timeout"?"timeout":!c.httpSuccess(x)?"error":e.ifModified&&c.httpNotModified(x,e.url)?"notmodified":"success";var p;if(i==="success")try{o=c.httpData(x,e.dataType,e)}catch(v){i="parsererror";p=v}if(i==="success"||i==="notmodified")j||b();else c.handleError(e,x,i,p);d();q==="timeout"&&x.abort();if(e.async)x=null}};try{var h=x.abort;x.abort=function(){x&&h.call(x);
130
+ g("abort")}}catch(l){}e.async&&e.timeout>0&&setTimeout(function(){x&&!E&&g("timeout")},e.timeout);try{x.send(n==="POST"||n==="PUT"||n==="DELETE"?e.data:null)}catch(m){c.handleError(e,x,null,m);d()}e.async||g();return x}},handleError:function(a,b,d,f){if(a.error)a.error.call(a.context||a,b,d,f);if(a.global)(a.context?c(a.context):c.event).trigger("ajaxError",[b,a,f])},active:0,httpSuccess:function(a){try{return!a.status&&location.protocol==="file:"||a.status>=200&&a.status<300||a.status===304||a.status===
131
+ 1223||a.status===0}catch(b){}return false},httpNotModified:function(a,b){var d=a.getResponseHeader("Last-Modified"),f=a.getResponseHeader("Etag");if(d)c.lastModified[b]=d;if(f)c.etag[b]=f;return a.status===304||a.status===0},httpData:function(a,b,d){var f=a.getResponseHeader("content-type")||"",e=b==="xml"||!b&&f.indexOf("xml")>=0;a=e?a.responseXML:a.responseText;e&&a.documentElement.nodeName==="parsererror"&&c.error("parsererror");if(d&&d.dataFilter)a=d.dataFilter(a,b);if(typeof a==="string")if(b===
132
+ "json"||!b&&f.indexOf("json")>=0)a=c.parseJSON(a);else if(b==="script"||!b&&f.indexOf("javascript")>=0)c.globalEval(a);return a},param:function(a,b){function d(i,o){if(c.isArray(o))c.each(o,function(k,n){b||/\[\]$/.test(i)?f(i,n):d(i+"["+(typeof n==="object"||c.isArray(n)?k:"")+"]",n)});else!b&&o!=null&&typeof o==="object"?c.each(o,function(k,n){d(i+"["+k+"]",n)}):f(i,o)}function f(i,o){o=c.isFunction(o)?o():o;e[e.length]=encodeURIComponent(i)+"="+encodeURIComponent(o)}var e=[];if(b===w)b=c.ajaxSettings.traditional;
133
+ if(c.isArray(a)||a.jquery)c.each(a,function(){f(this.name,this.value)});else for(var j in a)d(j,a[j]);return e.join("&").replace(yb,"+")}});var la={},Ab=/toggle|show|hide/,Bb=/^([+-]=)?([\d+-.]+)(.*)$/,W,va=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]];c.fn.extend({show:function(a,b){if(a||a===0)return this.animate(K("show",3),a,b);else{a=0;for(b=this.length;a<b;a++){var d=c.data(this[a],"olddisplay");
134
+ this[a].style.display=d||"";if(c.css(this[a],"display")==="none"){d=this[a].nodeName;var f;if(la[d])f=la[d];else{var e=c("<"+d+" />").appendTo("body");f=e.css("display");if(f==="none")f="block";e.remove();la[d]=f}c.data(this[a],"olddisplay",f)}}a=0;for(b=this.length;a<b;a++)this[a].style.display=c.data(this[a],"olddisplay")||"";return this}},hide:function(a,b){if(a||a===0)return this.animate(K("hide",3),a,b);else{a=0;for(b=this.length;a<b;a++){var d=c.data(this[a],"olddisplay");!d&&d!=="none"&&c.data(this[a],
135
+ "olddisplay",c.css(this[a],"display"))}a=0;for(b=this.length;a<b;a++)this[a].style.display="none";return this}},_toggle:c.fn.toggle,toggle:function(a,b){var d=typeof a==="boolean";if(c.isFunction(a)&&c.isFunction(b))this._toggle.apply(this,arguments);else a==null||d?this.each(function(){var f=d?a:c(this).is(":hidden");c(this)[f?"show":"hide"]()}):this.animate(K("toggle",3),a,b);return this},fadeTo:function(a,b,d){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,d)},
136
+ animate:function(a,b,d,f){var e=c.speed(b,d,f);if(c.isEmptyObject(a))return this.each(e.complete);return this[e.queue===false?"each":"queue"](function(){var j=c.extend({},e),i,o=this.nodeType===1&&c(this).is(":hidden"),k=this;for(i in a){var n=i.replace(ia,ja);if(i!==n){a[n]=a[i];delete a[i];i=n}if(a[i]==="hide"&&o||a[i]==="show"&&!o)return j.complete.call(this);if((i==="height"||i==="width")&&this.style){j.display=c.css(this,"display");j.overflow=this.style.overflow}if(c.isArray(a[i])){(j.specialEasing=
137
+ j.specialEasing||{})[i]=a[i][1];a[i]=a[i][0]}}if(j.overflow!=null)this.style.overflow="hidden";j.curAnim=c.extend({},a);c.each(a,function(r,u){var z=new c.fx(k,j,r);if(Ab.test(u))z[u==="toggle"?o?"show":"hide":u](a);else{var C=Bb.exec(u),B=z.cur(true)||0;if(C){u=parseFloat(C[2]);var E=C[3]||"px";if(E!=="px"){k.style[r]=(u||1)+E;B=(u||1)/z.cur(true)*B;k.style[r]=B+E}if(C[1])u=(C[1]==="-="?-1:1)*u+B;z.custom(B,u,E)}else z.custom(B,u,"")}});return true})},stop:function(a,b){var d=c.timers;a&&this.queue([]);
138
+ this.each(function(){for(var f=d.length-1;f>=0;f--)if(d[f].elem===this){b&&d[f](true);d.splice(f,1)}});b||this.dequeue();return this}});c.each({slideDown:K("show",1),slideUp:K("hide",1),slideToggle:K("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"}},function(a,b){c.fn[a]=function(d,f){return this.animate(b,d,f)}});c.extend({speed:function(a,b,d){var f=a&&typeof a==="object"?a:{complete:d||!d&&b||c.isFunction(a)&&a,duration:a,easing:d&&b||b&&!c.isFunction(b)&&b};f.duration=c.fx.off?0:typeof f.duration===
139
+ "number"?f.duration:c.fx.speeds[f.duration]||c.fx.speeds._default;f.old=f.complete;f.complete=function(){f.queue!==false&&c(this).dequeue();c.isFunction(f.old)&&f.old.call(this)};return f},easing:{linear:function(a,b,d,f){return d+f*a},swing:function(a,b,d,f){return(-Math.cos(a*Math.PI)/2+0.5)*f+d}},timers:[],fx:function(a,b,d){this.options=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this);(c.fx.step[this.prop]||
140
+ c.fx.step._default)(this);if((this.prop==="height"||this.prop==="width")&&this.elem.style)this.elem.style.display="block"},cur:function(a){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];return(a=parseFloat(c.css(this.elem,this.prop,a)))&&a>-10000?a:parseFloat(c.curCSS(this.elem,this.prop))||0},custom:function(a,b,d){function f(j){return e.step(j)}this.startTime=J();this.start=a;this.end=b;this.unit=d||this.unit||"px";this.now=this.start;
141
+ this.pos=this.state=0;var e=this;f.elem=this.elem;if(f()&&c.timers.push(f)&&!W)W=setInterval(c.fx.tick,13)},show:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.show=true;this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur());c(this.elem).show()},hide:function(){this.options.orig[this.prop]=c.style(this.elem,this.prop);this.options.hide=true;this.custom(this.cur(),0)},step:function(a){var b=J(),d=true;if(a||b>=this.options.duration+this.startTime){this.now=
142
+ this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var f in this.options.curAnim)if(this.options.curAnim[f]!==true)d=false;if(d){if(this.options.display!=null){this.elem.style.overflow=this.options.overflow;a=c.data(this.elem,"olddisplay");this.elem.style.display=a?a:this.options.display;if(c.css(this.elem,"display")==="none")this.elem.style.display="block"}this.options.hide&&c(this.elem).hide();if(this.options.hide||this.options.show)for(var e in this.options.curAnim)c.style(this.elem,
143
+ e,this.options.orig[e]);this.options.complete.call(this.elem)}return false}else{e=b-this.startTime;this.state=e/this.options.duration;a=this.options.easing||(c.easing.swing?"swing":"linear");this.pos=c.easing[this.options.specialEasing&&this.options.specialEasing[this.prop]||a](this.state,e,0,1,this.options.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.extend(c.fx,{tick:function(){for(var a=c.timers,b=0;b<a.length;b++)a[b]()||a.splice(b--,1);a.length||
144
+ c.fx.stop()},stop:function(){clearInterval(W);W=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){c.style(a.elem,"opacity",a.now)},_default:function(a){if(a.elem.style&&a.elem.style[a.prop]!=null)a.elem.style[a.prop]=(a.prop==="width"||a.prop==="height"?Math.max(0,a.now):a.now)+a.unit;else a.elem[a.prop]=a.now}}});if(c.expr&&c.expr.filters)c.expr.filters.animated=function(a){return c.grep(c.timers,function(b){return a===b.elem}).length};c.fn.offset="getBoundingClientRect"in s.documentElement?
145
+ function(a){var b=this[0];if(a)return this.each(function(e){c.offset.setOffset(this,a,e)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);var d=b.getBoundingClientRect(),f=b.ownerDocument;b=f.body;f=f.documentElement;return{top:d.top+(self.pageYOffset||c.support.boxModel&&f.scrollTop||b.scrollTop)-(f.clientTop||b.clientTop||0),left:d.left+(self.pageXOffset||c.support.boxModel&&f.scrollLeft||b.scrollLeft)-(f.clientLeft||b.clientLeft||0)}}:function(a){var b=
146
+ this[0];if(a)return this.each(function(r){c.offset.setOffset(this,a,r)});if(!b||!b.ownerDocument)return null;if(b===b.ownerDocument.body)return c.offset.bodyOffset(b);c.offset.initialize();var d=b.offsetParent,f=b,e=b.ownerDocument,j,i=e.documentElement,o=e.body;f=(e=e.defaultView)?e.getComputedStyle(b,null):b.currentStyle;for(var k=b.offsetTop,n=b.offsetLeft;(b=b.parentNode)&&b!==o&&b!==i;){if(c.offset.supportsFixedPosition&&f.position==="fixed")break;j=e?e.getComputedStyle(b,null):b.currentStyle;
147
+ k-=b.scrollTop;n-=b.scrollLeft;if(b===d){k+=b.offsetTop;n+=b.offsetLeft;if(c.offset.doesNotAddBorder&&!(c.offset.doesAddBorderForTableAndCells&&/^t(able|d|h)$/i.test(b.nodeName))){k+=parseFloat(j.borderTopWidth)||0;n+=parseFloat(j.borderLeftWidth)||0}f=d;d=b.offsetParent}if(c.offset.subtractsBorderForOverflowNotVisible&&j.overflow!=="visible"){k+=parseFloat(j.borderTopWidth)||0;n+=parseFloat(j.borderLeftWidth)||0}f=j}if(f.position==="relative"||f.position==="static"){k+=o.offsetTop;n+=o.offsetLeft}if(c.offset.supportsFixedPosition&&
148
+ f.position==="fixed"){k+=Math.max(i.scrollTop,o.scrollTop);n+=Math.max(i.scrollLeft,o.scrollLeft)}return{top:k,left:n}};c.offset={initialize:function(){var a=s.body,b=s.createElement("div"),d,f,e,j=parseFloat(c.curCSS(a,"marginTop",true))||0;c.extend(b.style,{position:"absolute",top:0,left:0,margin:0,border:0,width:"1px",height:"1px",visibility:"hidden"});b.innerHTML="<div style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;'><div></div></div><table style='position:absolute;top:0;left:0;margin:0;border:5px solid #000;padding:0;width:1px;height:1px;' cellpadding='0' cellspacing='0'><tr><td></td></tr></table>";
149
+ a.insertBefore(b,a.firstChild);d=b.firstChild;f=d.firstChild;e=d.nextSibling.firstChild.firstChild;this.doesNotAddBorder=f.offsetTop!==5;this.doesAddBorderForTableAndCells=e.offsetTop===5;f.style.position="fixed";f.style.top="20px";this.supportsFixedPosition=f.offsetTop===20||f.offsetTop===15;f.style.position=f.style.top="";d.style.overflow="hidden";d.style.position="relative";this.subtractsBorderForOverflowNotVisible=f.offsetTop===-5;this.doesNotIncludeMarginInBodyOffset=a.offsetTop!==j;a.removeChild(b);
150
+ c.offset.initialize=c.noop},bodyOffset:function(a){var b=a.offsetTop,d=a.offsetLeft;c.offset.initialize();if(c.offset.doesNotIncludeMarginInBodyOffset){b+=parseFloat(c.curCSS(a,"marginTop",true))||0;d+=parseFloat(c.curCSS(a,"marginLeft",true))||0}return{top:b,left:d}},setOffset:function(a,b,d){if(/static/.test(c.curCSS(a,"position")))a.style.position="relative";var f=c(a),e=f.offset(),j=parseInt(c.curCSS(a,"top",true),10)||0,i=parseInt(c.curCSS(a,"left",true),10)||0;if(c.isFunction(b))b=b.call(a,
151
+ d,e);d={top:b.top-e.top+j,left:b.left-e.left+i};"using"in b?b.using.call(a,d):f.css(d)}};c.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),d=this.offset(),f=/^body|html$/i.test(b[0].nodeName)?{top:0,left:0}:b.offset();d.top-=parseFloat(c.curCSS(a,"marginTop",true))||0;d.left-=parseFloat(c.curCSS(a,"marginLeft",true))||0;f.top+=parseFloat(c.curCSS(b[0],"borderTopWidth",true))||0;f.left+=parseFloat(c.curCSS(b[0],"borderLeftWidth",true))||0;return{top:d.top-
152
+ f.top,left:d.left-f.left}},offsetParent:function(){return this.map(function(){for(var a=this.offsetParent||s.body;a&&!/^body|html$/i.test(a.nodeName)&&c.css(a,"position")==="static";)a=a.offsetParent;return a})}});c.each(["Left","Top"],function(a,b){var d="scroll"+b;c.fn[d]=function(f){var e=this[0],j;if(!e)return null;if(f!==w)return this.each(function(){if(j=wa(this))j.scrollTo(!a?f:c(j).scrollLeft(),a?f:c(j).scrollTop());else this[d]=f});else return(j=wa(e))?"pageXOffset"in j?j[a?"pageYOffset":
153
+ "pageXOffset"]:c.support.boxModel&&j.document.documentElement[d]||j.document.body[d]:e[d]}});c.each(["Height","Width"],function(a,b){var d=b.toLowerCase();c.fn["inner"+b]=function(){return this[0]?c.css(this[0],d,false,"padding"):null};c.fn["outer"+b]=function(f){return this[0]?c.css(this[0],d,false,f?"margin":"border"):null};c.fn[d]=function(f){var e=this[0];if(!e)return f==null?null:this;if(c.isFunction(f))return this.each(function(j){var i=c(this);i[d](f.call(this,j,i[d]()))});return"scrollTo"in
154
+ e&&e.document?e.document.compatMode==="CSS1Compat"&&e.document.documentElement["client"+b]||e.document.body["client"+b]:e.nodeType===9?Math.max(e.documentElement["client"+b],e.body["scroll"+b],e.documentElement["scroll"+b],e.body["offset"+b],e.documentElement["offset"+b]):f===w?c.css(e,d):this.css(d,typeof f==="string"?f:f+"px")}});A.jQuery=A.$=c})(window);
155
+
156
+
157
+ //Changes for Confliction
158
+
159
+ var mc_exclusive=jQuery.noConflict();
skin/frontend/default/mc_exclusive/js/mc_mcjquery.js ADDED
@@ -0,0 +1,2271 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+
3
+ /*
4
+ * Copyright (c) 2009 Simo Kinnunen.
5
+ * Licensed under the MIT license.
6
+ *
7
+ * @version 1.09
8
+ */
9
+ var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,mctheme01:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("mctheme01",(function(){var b=document.createElement("mctheme01");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon mctheme01{position:relative;}":"cufon mctheme01{position:absolute;}")+"}@media print{cufon{padding:0;}cufon mctheme01{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-mctheme01";s.setAttribute("alt",w);n=document.createElement("mctheme01");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufonmctheme01{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufonmctheme01{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufonmctheme01{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufonmctheme01");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());
10
+
11
+ /*!
12
+ * The following copyright notice may not be removed under any circumstances.
13
+ *
14
+ * Copyright:
15
+ * � 2008 Microsoft Corporation. All rights reserved.
16
+ *
17
+ * Description:
18
+ * Gautami is an OpenType font for the Indic script-Telugu. It is based on
19
+ * Unicode, contains TrueType outlines and has been designed for use as a UI font.
20
+ *
21
+ * Designer:
22
+ * Raghunath Joshi (Type Director), Omkar Shende
23
+ */
24
+ Cufon.registerFont({"w":184,"face":{"font-family":"Gautami","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 2 4 2 4 2 2 3","ascent":"288","descent":"-72","x-height":"4","bbox":"-246 -381 551 145.151","underline-thickness":"16.875","underline-position":"-97.0312","unicode-range":"U+0020-U+25CC"},"glyphs":{" ":{"w":112},"\u200b":{"w":0},"\u00a0":{"w":112},"\u0c01":{"d":"39,-75v0,26,22,43,48,43r0,36v-66,3,-102,-88,-54,-133v15,-15,33,-22,54,-22r0,28v-26,-1,-49,22,-48,48","w":98},"\u0c02":{"d":"87,-151v41,0,75,36,75,76v0,43,-33,79,-75,79v-43,0,-76,-36,-76,-79v0,-41,35,-76,76,-76xm87,-32v25,0,47,-18,47,-43v0,-26,-21,-48,-47,-48v-26,-1,-49,22,-48,48v0,26,22,43,48,43","w":173},"\u0c03":{"d":"31,-53v18,0,30,12,30,30v0,17,-12,30,-30,30v-18,0,-30,-12,-30,-30v0,-18,13,-30,30,-30xm31,-42v-23,0,-25,38,0,37v27,0,21,-36,0,-37xm31,-147v18,0,30,12,30,30v0,17,-12,30,-30,30v-18,0,-29,-12,-30,-30v0,-18,12,-30,30,-30xm31,-136v-23,0,-25,38,0,37v11,0,18,-8,19,-18v-1,-10,-9,-19,-19,-19","w":61},"\u0c05":{"d":"189,-176v33,0,57,33,57,68v0,66,-50,112,-116,112v-65,1,-119,-47,-119,-112v0,-33,24,-68,56,-68v26,0,47,22,47,48v0,35,-44,62,-73,38v8,39,38,58,89,58v52,1,88,-26,88,-76v0,-22,-9,-40,-29,-40v-10,-1,-20,10,-19,20v-1,10,10,19,19,19r0,28r-62,0r0,-28r19,0v-15,-33,11,-67,43,-67xm42,-128v3,22,45,27,44,0v-1,-31,-39,-21,-44,0","w":257},"\u0c06":{"d":"207,-176v50,0,62,73,20,90v37,51,-40,92,-97,90v-69,-3,-117,-44,-119,-112v-1,-34,22,-68,55,-68v26,0,47,22,47,48v0,35,-44,62,-73,38v7,37,44,58,90,58v34,0,106,-17,68,-43r-60,0r0,-29r32,0v-28,-26,2,-72,37,-72xm207,-148v-23,0,-27,36,-5,44v30,0,31,-42,5,-44xm42,-128v3,21,43,27,43,0v0,-30,-39,-21,-43,0","w":265},"\u0c07":{"d":"124,-151v29,-47,113,-22,113,45v0,29,-12,54,-36,76v5,8,14,31,13,44r-28,0v0,-12,-2,-22,-7,-29v-31,29,-107,26,-104,-28v3,-56,83,-51,110,-10v26,-20,39,-94,-11,-95v-21,-1,-37,16,-36,37r-28,0v1,-21,-15,-37,-36,-37v-30,0,-45,39,-25,59r-19,20v-40,-36,-11,-107,44,-107v21,0,38,8,50,25xm104,-43v2,26,42,18,59,5v-12,-17,-53,-33,-59,-5","w":248},"\u0c08":{"d":"276,-117v1,-17,-24,-25,-32,-10r-19,-12v17,-30,76,-19,73,22v0,10,-3,18,-9,25v25,21,11,66,-23,65v-26,-1,-43,-24,-33,-50r-22,0v-7,47,-38,81,-87,81v-49,0,-80,-34,-87,-81r-26,0r0,-22r26,0v4,-34,24,-56,50,-69r-13,-15r16,-16v10,10,17,24,34,23v22,-1,46,-32,60,-51r19,17v-16,21,-29,35,-39,44v27,14,43,36,47,67v26,-2,64,8,65,-18xm183,-99v-4,-51,-87,-65,-110,-20v-4,6,-7,13,-8,20r118,0xm65,-77v3,50,90,60,111,18v4,-6,6,-11,7,-18r-118,0xm266,-49v7,0,14,-7,14,-14v0,-7,-7,-14,-14,-14v-7,0,-14,7,-14,14v0,7,7,14,14,14","w":313},"\u0c09":{"d":"209,-71v18,0,33,16,33,33v0,23,-26,43,-50,42v-28,0,-47,-13,-59,-37v-6,19,-28,36,-51,37v-43,0,-71,-37,-71,-81v0,-61,50,-99,111,-99r0,-35r22,0r0,35v23,0,46,5,70,16r-14,26v-48,-24,-142,-18,-155,26r192,0r0,22r-197,0v-5,32,11,54,42,54v24,0,36,-10,36,-32r28,0v0,20,11,33,33,40v-11,-23,7,-47,30,-47xm209,-50v-15,-1,-15,21,-5,28v19,3,23,-29,5,-28","w":248},"\u0c0a":{"d":"290,-128v1,-18,-24,-22,-32,-9r-19,-12v16,-29,74,-19,71,21v0,9,-3,16,-9,24v27,18,14,67,-21,65v-25,-1,-41,-21,-34,-47r-206,0v-5,32,11,54,42,54v24,0,36,-10,36,-32r28,0v0,20,11,33,33,40v-9,-24,5,-48,30,-47v20,0,33,13,33,33v0,29,-22,42,-50,42v-28,0,-47,-13,-59,-37v-8,21,-25,37,-51,37v-46,0,-71,-34,-71,-81v0,-58,39,-89,91,-97r0,-37r23,0r0,35r22,0r0,-35r22,0r0,37v16,1,31,6,45,14r-14,26v-42,-24,-145,-17,-154,26r226,0v11,-1,17,-10,18,-20xm280,-61v7,0,15,-7,14,-14v0,-19,-28,-17,-28,0v-1,7,7,14,14,14xm209,-50v-15,-1,-15,21,-5,28v19,3,23,-29,5,-28","w":327},"\u0c0b":{"d":"418,-81v-1,-40,-24,-62,-60,-68r6,-27v47,10,78,40,82,95v6,73,-82,115,-122,57v-27,37,-79,37,-104,0v-25,35,-76,38,-101,2v-32,56,-129,11,-103,-55v11,-27,66,-17,66,-53v0,-12,-6,-18,-17,-18v-9,0,-17,7,-17,18r-28,0v1,-28,18,-45,45,-46v52,-2,59,82,12,92v-14,7,-38,9,-38,27v0,17,11,25,32,25v21,0,33,-10,34,-30r28,0v0,20,12,30,35,30v27,0,41,-16,41,-49v0,-41,-25,-62,-61,-67r7,-28v53,11,88,49,81,117v15,48,82,26,78,-22v-3,-39,-24,-63,-61,-67r6,-28v54,10,89,51,81,116v3,19,15,28,35,28v28,1,44,-20,43,-49","w":457},"\u0c0c":{"d":"99,-99v26,2,76,16,74,-22v0,-14,-12,-27,-26,-27v-15,0,-27,12,-27,27r-28,0v0,-15,-12,-27,-27,-27v-19,-1,-33,24,-22,41v-7,6,-6,7,-20,19v-30,-33,0,-90,42,-88v16,0,29,7,41,20v30,-41,95,-13,95,35v0,49,-51,63,-102,51v-17,0,-25,4,-25,14v0,22,36,28,63,28v51,1,97,-39,96,-89v0,-16,-5,-27,-17,-31r0,-28v25,3,44,30,44,59v0,67,-57,122,-123,121v-46,0,-91,-20,-91,-60v0,-27,23,-45,53,-43","w":271},"\u0c0e":{"d":"67,-247v82,-2,149,66,149,147v0,58,-25,103,-78,104v-19,0,-33,-8,-41,-24v-24,37,-86,17,-86,-27v0,-26,22,-49,48,-48v43,-8,34,64,79,63v33,0,49,-22,49,-68v0,-69,-52,-120,-120,-119r0,-28xm39,-47v2,28,41,22,42,-2v-5,-26,-41,-22,-42,2","w":226},"\u0c0f":{"d":"37,-232v0,19,9,31,26,31r0,29v-44,1,-74,-66,-39,-99v11,-10,24,-16,39,-16r0,29v-14,-1,-26,11,-26,26xm67,-247v82,-2,149,66,149,147v0,58,-25,103,-78,104v-19,0,-33,-8,-41,-24v-24,37,-86,17,-86,-27v0,-26,22,-49,48,-48v24,0,39,13,46,39v5,16,16,24,33,24v33,0,49,-22,49,-68v0,-69,-52,-120,-120,-119r0,-28xm39,-47v2,28,41,22,42,-2v-5,-26,-41,-22,-42,2","w":235},"\u0c10":{"d":"120,-156v50,-50,117,2,117,71v0,73,-87,120,-140,65v-24,37,-86,17,-86,-27v0,-40,55,-66,80,-33v6,7,11,18,14,31v26,32,113,18,104,-36v2,-30,-18,-62,-41,-63v-15,0,-36,14,-36,27r-28,0v0,-19,-13,-27,-35,-27v-17,0,-30,11,-30,27r-28,0v-5,-54,79,-72,109,-35xm39,-47v2,28,41,22,42,-2v-5,-26,-41,-22,-42,2","w":248},"\u0c12":{"d":"174,-32v36,0,46,-45,22,-63r21,-20v41,39,15,120,-43,119v-24,0,-40,-10,-50,-29v-24,52,-130,28,-112,-43v8,-30,38,-29,65,-47v9,-10,6,-36,-12,-33v-9,1,-17,7,-17,18r-28,0v1,-28,18,-45,45,-46v52,-2,59,82,12,92v-14,7,-38,9,-38,27v0,19,14,25,34,25v22,-1,36,-12,37,-33r28,0v-1,20,15,33,36,33","w":248},"\u0c13":{"d":"174,-32v36,0,46,-45,22,-63r21,-20v41,39,15,120,-43,119v-24,0,-40,-10,-50,-29v-24,52,-130,28,-112,-43v8,-30,38,-29,65,-47v9,-10,6,-36,-12,-33v-9,1,-17,7,-17,18r-28,0v0,-24,15,-37,32,-44v-11,-47,46,-73,78,-43r-20,20v-15,-15,-41,5,-28,25v28,8,37,59,11,79v-17,13,-49,12,-54,36v0,19,14,25,34,25v22,-1,36,-12,37,-33r28,0v-1,20,15,33,36,33","w":248},"\u0c14":{"d":"174,-32v36,0,46,-45,22,-63r21,-20v41,39,15,120,-43,119v-24,0,-40,-10,-50,-29v-24,52,-130,28,-112,-43v8,-30,38,-29,65,-47v9,-10,6,-36,-12,-33v-9,1,-17,7,-17,18r-28,0v0,-9,2,-18,6,-23r-4,0r0,-23r79,0v8,0,11,-3,11,-11v0,-5,-5,-11,-11,-11r-97,0r0,-23r220,0v26,2,43,18,43,46v0,27,-17,44,-43,45v-34,2,-55,-40,-35,-68r-56,0v5,26,-8,42,-30,45v21,37,-10,70,-43,76v-10,5,-21,8,-21,20v0,19,14,25,34,25v22,-1,36,-12,37,-33r28,0v-1,20,15,33,36,33xm224,-154v12,-1,22,-7,21,-21v0,-16,-10,-24,-28,-22v-23,3,-17,45,7,43","w":278},"\u0c15":{"d":"65,-199v37,45,56,19,101,-35r19,17v-12,16,-27,37,-42,48v17,9,28,22,29,46r-29,0v-1,-34,-95,-36,-95,0v0,23,26,21,51,21v45,1,83,5,83,49v0,77,-143,68,-167,18v-3,-5,-4,-11,-4,-18r31,0v4,36,116,32,112,0v-2,-23,-29,-21,-55,-21v-46,0,-80,-5,-79,-49v0,-27,16,-42,39,-49r-10,-11","w":198},"\u0c16":{"d":"171,-176v52,0,90,40,90,93v0,78,-90,115,-142,62v-27,34,-104,37,-104,-18v0,-50,69,-45,98,-18v14,-21,11,-55,-5,-72v-5,43,-76,38,-76,-8v0,-24,19,-39,44,-39v59,0,96,80,60,134v34,21,96,10,96,-41v0,-37,-26,-65,-63,-65xm119,43v-21,-5,-16,-29,0,-43v17,14,23,38,0,43xm74,-152v-20,-2,-24,28,-4,29v12,0,21,-9,21,-21v-6,-5,-12,-8,-17,-8xm96,-38v-14,-12,-51,-27,-56,-1v2,22,45,15,56,1","w":270},"\u0c17":{"d":"139,-166v53,25,61,109,27,166r-26,-14v35,-52,20,-134,-41,-134v-60,0,-77,83,-41,134r-26,14v-35,-59,-25,-143,31,-167v-2,-3,-3,-3,-14,-16r16,-16v32,56,84,-10,101,-35r19,17v-20,27,-26,35,-46,51","w":198},"\u0c18":{"d":"288,-176v41,0,81,46,81,91v0,47,-36,90,-82,89v-36,-1,-51,-11,-68,-34v-26,40,-93,47,-122,10v-24,37,-86,17,-86,-27v0,-41,55,-66,81,-32v6,8,11,18,13,30v30,32,104,18,104,-36v0,-34,-26,-63,-58,-63r5,-28v48,1,93,55,79,113v0,21,28,31,52,31v32,0,54,-22,54,-53v0,-34,-27,-63,-59,-63xm27,-195v33,50,75,3,101,-35r19,17v-34,52,-93,103,-136,34xm95,43v-21,-4,-16,-33,0,-43v10,10,15,19,15,28v1,8,-7,16,-15,15xm39,-47v2,28,41,22,42,-2v-5,-26,-41,-22,-42,2","w":379},"\u0c19":{"d":"174,-32v36,0,46,-45,22,-63r21,-20v41,39,15,120,-43,119v-24,0,-40,-10,-50,-29v-24,52,-130,28,-112,-43v8,-30,38,-29,65,-47v9,-10,6,-36,-12,-33v-9,1,-17,7,-17,18r-28,0v1,-28,18,-46,45,-46v24,0,39,16,44,36r31,0r0,-36r23,0r0,36r31,0r0,24r-86,0v-6,37,-59,28,-69,59v0,19,14,25,34,25v22,-1,36,-12,37,-33r28,0v-1,20,15,33,36,33","w":248},"\u0c1a":{"d":"165,-169v44,11,72,46,72,103v0,66,-87,96,-113,41v-25,55,-113,24,-113,-40v0,-15,5,-28,14,-37r-23,0r0,-25r73,0r0,25v-20,0,-37,17,-36,37v0,20,15,33,35,33v19,0,37,-13,36,-33r28,0v0,19,16,33,36,33v22,0,35,-12,35,-34v1,-58,-32,-82,-90,-82v-26,0,-32,-13,-50,-35r16,-16v37,46,56,19,101,-35r19,17v-15,20,-27,35,-40,48","w":248},"\u0c1b":{"d":"165,-169v44,11,72,46,72,103v0,66,-87,96,-113,41v-25,55,-113,24,-113,-40v0,-15,5,-28,14,-37r-23,0r0,-25r73,0r0,25v-20,0,-37,17,-36,37v0,20,15,33,35,33v19,0,37,-13,36,-33r28,0v0,19,16,33,36,33v22,0,35,-12,35,-34v1,-58,-32,-82,-90,-82v-26,0,-32,-13,-50,-35r16,-16v37,46,56,19,101,-35r19,17v-15,20,-27,35,-40,48xm140,28v0,18,-30,19,-30,0v0,-10,5,-19,15,-28v10,10,15,19,15,28","w":248},"\u0c1c":{"d":"174,-32v36,0,46,-45,22,-63r21,-20v41,39,15,120,-43,119v-24,0,-40,-10,-50,-29v-24,52,-130,28,-112,-43v8,-30,38,-29,65,-47v9,-10,6,-36,-12,-33v-9,1,-17,7,-17,18r-28,0v1,-28,18,-46,45,-46v28,0,45,21,45,52v13,14,63,24,63,-5v0,-13,-10,-19,-29,-19r0,-28v32,1,55,14,55,45v0,47,-67,55,-99,31v-13,21,-54,17,-61,43v0,19,14,25,34,25v22,-1,36,-12,37,-33r28,0v-1,20,15,33,36,33","w":248},"\u0c1d":{"d":"365,-176v41,-1,82,46,82,91v0,50,-34,91,-83,89v-34,-1,-47,-12,-64,-35v-25,46,-109,46,-132,-2v-10,20,-40,37,-69,37v-48,1,-89,-43,-88,-92v0,-37,24,-67,51,-80r-13,-15r16,-16v37,45,59,19,101,-35r19,17v-22,29,-25,34,-45,51v32,15,53,54,45,101v6,17,28,33,50,33v32,0,55,-21,55,-53v0,-34,-26,-63,-58,-63r5,-28v47,2,90,52,80,111v16,53,102,39,102,-20v0,-33,-28,-63,-59,-63xm300,43v-22,-5,-17,-30,0,-43v17,14,23,38,0,43xm99,-32v34,0,60,-24,60,-56v0,-33,-28,-60,-60,-60v-32,0,-60,28,-60,60v0,32,26,56,60,56","w":457},"\u0c1e":{"d":"124,-151v20,-35,94,-34,107,11r20,0r0,-36r24,0r0,36r25,0r0,24r-63,0v2,38,-10,60,-36,86v5,8,14,31,13,44r-28,0v0,-12,-2,-22,-7,-29v-32,31,-107,24,-104,-28v3,-56,83,-51,110,-10v26,-20,39,-94,-11,-95v-21,-1,-37,16,-36,37r-28,0v1,-21,-15,-37,-36,-37v-30,0,-45,39,-25,59r-19,20v-40,-36,-11,-107,44,-107v21,0,38,8,50,25xm104,-43v2,26,42,18,59,5v-12,-17,-53,-33,-59,-5","w":310},"\u0c1f":{"d":"165,-176v90,2,105,180,8,180v-22,0,-38,-9,-47,-26v-8,17,-22,26,-45,26v-87,0,-94,-161,-25,-178r0,-44r23,0r0,44v21,5,35,20,36,46v2,41,-51,62,-76,33v-5,33,9,64,42,63v18,-1,31,-11,31,-30r28,0v0,20,11,30,33,30v28,0,38,-22,39,-49v1,-37,-19,-62,-49,-68xm44,-128v2,21,44,28,43,0v-1,-31,-39,-20,-43,0","w":248},"\u0c20":{"d":"139,-166v28,14,47,41,48,78v1,52,-38,92,-88,92v-52,0,-88,-41,-88,-92v1,-37,23,-67,51,-80r-13,-15r16,-16v33,50,76,3,101,-35r19,17v-20,26,-26,35,-46,51xm99,-32v33,1,60,-22,60,-56v0,-33,-28,-60,-60,-60v-32,0,-60,28,-60,60v0,33,27,56,60,56xm99,-102v7,0,14,7,14,14v0,7,-7,14,-14,14v-7,0,-14,-7,-14,-14v0,-7,7,-14,14,-14","w":198},"\u0c21":{"d":"202,-71v18,0,33,16,33,33v0,25,-24,42,-51,42v-28,0,-46,-13,-58,-37v-9,24,-27,37,-52,37v-38,0,-63,-30,-63,-70v0,-50,35,-89,75,-103v-4,-5,-3,-5,-11,-14r16,-16v33,50,74,4,101,-35r19,17v-21,25,-25,34,-45,50v15,6,28,15,40,27r-19,19v-49,-55,-149,-16,-148,53v0,21,12,37,34,37v25,0,37,-11,37,-33r28,0v0,21,12,33,34,40v-13,-22,7,-47,30,-47xm202,-50v-16,0,-16,21,-5,28v19,3,23,-27,5,-28","w":248},"\u0c22":{"d":"202,-71v18,0,33,16,33,33v0,25,-24,42,-51,42v-28,0,-46,-13,-58,-37v-9,24,-27,37,-52,37v-39,1,-64,-30,-63,-70v0,-50,35,-89,75,-103v-4,-5,-3,-5,-11,-14r16,-16v33,50,74,4,101,-35r19,17v-21,25,-25,34,-45,50v15,6,28,15,40,27r-19,19v-49,-55,-149,-16,-148,53v0,21,12,37,34,37v25,0,37,-11,37,-33r28,0v0,21,12,33,34,40v-13,-22,7,-47,30,-47xm126,43v-21,-5,-16,-29,0,-43v17,14,23,38,0,43xm202,-50v-16,0,-16,21,-5,28v19,3,23,-27,5,-28","w":248},"\u0c23":{"d":"115,-151v46,-59,122,-6,122,68v0,44,-18,87,-58,87v-25,0,-46,-25,-46,-50v0,-38,49,-63,77,-33v2,-36,-14,-69,-45,-69v-19,0,-36,14,-35,34r-28,0v0,-20,-13,-32,-32,-34v-36,-4,-42,48,-10,49r6,0r0,28v-17,-2,-27,8,-27,22v1,11,9,21,21,21v14,0,21,-7,21,-21r28,0v0,29,-21,53,-49,53v-43,1,-66,-61,-33,-89v-35,-28,-8,-91,43,-91v18,0,33,8,45,25xm162,-46v0,10,7,18,17,18v15,0,24,-9,26,-25v-12,-15,-43,-16,-43,7","w":248},"\u0c24":{"d":"169,-174v44,-6,67,32,68,71v1,69,-44,107,-114,107v-59,0,-113,-33,-112,-90v0,-31,16,-58,46,-58v21,0,39,17,39,38v0,28,-31,50,-58,34v9,27,37,40,85,40v47,0,76,-13,87,-40v-26,16,-57,-6,-57,-34v0,-26,24,-40,51,-32v-22,-24,-88,5,-115,-21v-4,-4,-11,-12,-21,-24r16,-16v35,47,71,9,101,-35r19,17v-7,10,-19,24,-35,43xm176,-106v1,19,30,21,35,2v0,-20,-35,-23,-35,-2xm37,-104v2,18,35,19,35,-2v0,-14,-18,-20,-28,-10v-4,3,-6,7,-7,12","w":248},"\u0c25":{"d":"167,-168v40,15,70,48,70,102v0,63,-84,97,-113,41v-7,16,-28,28,-50,29v-36,0,-63,-32,-63,-70v-1,-55,33,-90,75,-103r-11,-14r16,-16v33,50,75,2,101,-35r19,17v-24,30,-23,31,-44,49xm125,46v-23,-3,-16,-28,0,-42v16,14,23,38,0,42xm174,-32v22,0,35,-12,35,-34v-1,-48,-30,-82,-85,-82v-55,0,-85,35,-85,82v0,21,13,34,35,34v21,1,37,-12,36,-33r28,0v0,20,14,34,36,33xm124,-115v7,0,14,7,14,14v0,7,-7,14,-14,14v-7,0,-14,-7,-14,-14v0,-7,7,-14,14,-14","w":248},"\u0c26":{"d":"167,-168v43,15,67,50,70,102v3,63,-84,97,-113,41v-7,16,-28,28,-50,29v-36,0,-63,-32,-63,-70v1,-54,29,-89,75,-103r-11,-14r16,-16v33,50,75,2,101,-35r19,17v-24,30,-23,31,-44,49xm174,-32v22,0,35,-12,35,-34v-1,-50,-30,-82,-85,-82v-55,0,-85,33,-85,82v0,21,13,34,35,34v21,1,37,-12,36,-33r28,0v0,20,14,34,36,33","w":248},"\u0c27":{"d":"167,-168v40,13,70,51,70,102v0,63,-84,97,-113,41v-7,16,-28,28,-50,29v-36,0,-63,-32,-63,-70v-1,-53,33,-91,75,-103r-11,-14r16,-16v34,50,74,3,101,-35r19,17v-25,31,-24,31,-44,49xm140,28v0,18,-30,19,-30,0v0,-9,5,-18,15,-28v10,10,15,19,15,28xm174,-32v22,0,35,-12,35,-34v-1,-50,-30,-82,-85,-82v-55,0,-85,33,-85,82v0,21,13,34,35,34v22,0,36,-11,36,-33r28,0v0,21,14,33,36,33","w":248},"\u0c28":{"d":"59,-199v27,51,81,0,101,-35r19,17r-36,42v57,5,89,39,94,100v6,73,-86,106,-123,50v-12,-19,-16,-46,-46,-48v-38,-2,-31,47,-7,56r-17,24v-14,-13,-32,-28,-32,-53v0,-34,19,-57,56,-57v61,0,48,73,101,73v27,0,40,-17,40,-45v2,-72,-65,-74,-134,-75v-16,-7,-23,-20,-35,-32","w":248},"\u0c2a":{"d":"16,-195v34,46,72,8,100,-35r19,17v-34,52,-91,104,-135,34xm146,-176v51,0,91,39,91,93v0,77,-88,115,-140,63v-24,37,-86,17,-86,-27v0,-39,51,-64,78,-34v10,11,16,38,39,45v40,12,81,-10,81,-47v0,-41,-29,-65,-69,-65xm39,-47v2,28,41,22,42,-2v-5,-26,-41,-22,-42,2","w":248},"\u0c2b":{"d":"16,-195v34,46,72,8,100,-35r19,17v-34,52,-91,104,-135,34xm146,-176v51,0,91,39,91,93v0,76,-88,115,-140,63v-24,37,-86,17,-86,-27v0,-26,22,-49,48,-48v20,0,36,15,48,44v24,35,102,18,102,-32v0,-41,-29,-65,-69,-65xm112,28v-1,18,-29,19,-30,0v0,-9,5,-18,15,-28v10,10,15,19,15,28xm39,-47v2,28,41,22,42,-2v-5,-26,-41,-22,-42,2","w":248},"\u0c2c":{"d":"209,-81v-1,-38,-18,-62,-51,-69r12,-26v40,13,67,45,67,95v0,46,-19,83,-66,84v-24,0,-39,-12,-47,-28v-21,49,-119,32,-113,-32v2,-20,10,-29,23,-38v-28,-24,-11,-81,31,-81v52,0,59,82,12,92v-14,7,-38,9,-38,27v0,19,14,25,34,25v22,-1,36,-12,37,-33r28,0v0,20,13,33,33,33v27,-1,38,-21,38,-49xm49,-122v6,17,35,16,33,-8v0,-12,-6,-18,-17,-18v-12,1,-20,12,-16,26","w":248},"\u0c2d":{"d":"209,-81v0,-50,-31,-73,-81,-71v-18,-7,-26,-18,-39,-31r18,-18v10,17,41,38,59,12v13,-10,27,-30,39,-45r19,17r-39,47v29,17,52,44,52,89v0,46,-19,83,-66,84v-24,0,-39,-12,-47,-28v-24,52,-130,28,-112,-43v8,-30,38,-29,65,-47v9,-10,6,-36,-12,-33v-9,1,-17,7,-17,18r-28,0v1,-28,18,-45,45,-46v52,-2,59,82,12,92v-14,7,-38,9,-38,27v0,19,14,25,34,25v22,-1,36,-12,37,-33r28,0v0,20,13,33,33,33v27,-1,38,-21,38,-49xm139,32v0,18,-30,18,-30,0v0,-9,5,-18,15,-28v10,10,15,19,15,28","w":248},"\u0c2e":{"d":"288,-176v41,0,81,46,81,91v0,49,-33,90,-82,89v-36,-1,-51,-12,-68,-34v-27,40,-92,46,-122,10v-24,37,-86,17,-86,-27v0,-26,22,-49,48,-48v51,2,33,63,95,63v32,0,56,-21,55,-53v0,-57,-53,-63,-116,-63v-25,0,-32,-15,-50,-35r16,-16v36,46,59,18,101,-35r19,17v-14,18,-26,31,-35,41v61,-2,103,50,91,114v9,20,26,30,52,30v32,1,53,-22,53,-53v0,-35,-26,-63,-58,-63xm39,-47v2,28,41,22,42,-2v-5,-26,-41,-22,-42,2","w":379},"\u0c2f":{"d":"365,-176v42,-1,82,46,82,91v0,84,-111,121,-147,54v-19,48,-117,46,-132,-2v-14,20,-38,36,-69,37v-50,1,-88,-41,-88,-92v0,-47,41,-89,88,-88v54,0,99,50,86,111v1,18,30,33,50,33v32,0,53,-21,53,-53v0,-35,-26,-62,-59,-63v-26,-1,-33,-14,-50,-35r16,-16v35,51,73,3,101,-35r19,17v-18,23,-34,40,-47,51v32,15,56,54,47,101v8,22,24,33,49,33v32,1,55,-22,55,-53v0,-34,-25,-64,-59,-63xm99,-32v33,0,60,-22,60,-56v0,-33,-28,-60,-60,-60v-32,0,-60,28,-60,60v0,31,26,56,60,56","w":457},"\u0c30":{"d":"140,-166v27,14,46,41,47,78v1,52,-37,92,-88,92v-51,0,-89,-40,-88,-92v0,-37,24,-67,51,-80r-13,-15r16,-16v36,44,60,19,101,-35r20,17v-18,22,-33,40,-46,51xm99,-32v33,1,60,-22,60,-56v0,-33,-28,-60,-60,-60v-32,0,-60,28,-60,60v0,33,27,56,60,56","w":198},"\u0c31":{"d":"191,-176v47,2,59,46,59,95v0,49,-23,85,-70,85v-25,0,-43,-9,-52,-26v-39,57,-124,10,-119,-59v4,-49,15,-95,61,-95v34,0,52,32,42,67r36,0v-15,-31,9,-69,43,-67xm191,-148v-27,0,-24,39,0,39r0,28v-51,-5,-118,12,-151,-11v-5,33,9,60,41,60v19,-1,32,-11,33,-30r28,0v0,20,13,30,38,30v55,0,55,-116,11,-116xm46,-129v1,21,41,29,41,1v0,-30,-38,-21,-41,-1","w":259},"\u0c32":{"d":"177,-176v36,3,60,35,60,75v0,58,-50,105,-108,105v-71,0,-118,-43,-118,-112v0,-35,24,-68,57,-68v26,0,47,22,47,48v0,37,-50,64,-75,35v5,82,173,81,169,-8v0,-22,-14,-44,-32,-47r0,-28xm43,-129v2,23,44,28,44,1v0,-25,-38,-27,-44,-1","w":248},"\u0c33":{"d":"109,-199v34,50,74,4,101,-35r19,17v-13,19,-27,34,-41,46v48,29,8,106,-40,110v15,29,-5,65,-38,65v-31,0,-52,-37,-37,-65v-33,-8,-61,-39,-62,-76v0,-20,19,-39,39,-39v44,0,52,72,8,76v30,29,126,19,124,-30v-1,-32,-52,-7,-68,-29v-5,-4,-12,-12,-21,-24xm43,-117v24,0,29,-32,7,-34v-21,-2,-19,27,-7,34xm110,-28v7,0,14,-7,14,-14v0,-7,-7,-14,-14,-14v-7,0,-14,7,-14,14v0,7,7,14,14,14","w":221},"\u0c35":{"d":"144,-176v53,-3,93,41,93,91v0,78,-92,117,-140,65v-24,37,-86,17,-86,-27v0,-26,22,-48,48,-48v51,0,32,73,95,63v31,1,55,-22,55,-53v0,-57,-53,-63,-116,-63v-25,0,-32,-15,-50,-35r16,-16v33,50,76,3,101,-35r19,17v-14,18,-26,31,-35,41xm39,-47v2,28,41,22,42,-2v-5,-26,-41,-22,-42,2","w":248},"\u0c36":{"d":"120,-176v64,-13,92,66,38,89v24,38,-2,92,-45,91v-36,0,-54,-19,-54,-55v0,-24,20,-41,42,-45v-29,-6,-56,3,-70,22r-20,-21v28,-34,90,-38,128,-13v26,-6,29,-40,-6,-40v-34,0,-72,8,-92,-11v-4,-4,-11,-12,-21,-24r16,-16v33,50,76,3,101,-35r19,17v-13,17,-25,30,-36,41xm113,-28v25,1,34,-35,17,-51v-25,7,-43,9,-43,30v0,14,9,21,26,21","w":198},"\u0c37":{"d":"49,-172v27,0,48,-34,67,-58r19,17v-32,55,-96,100,-135,34r18,-16v9,8,14,23,31,23xm209,-88v-3,-40,-30,-58,-69,-60r6,-28v79,-2,101,69,87,149v2,27,10,49,33,55r-15,29v-25,-12,-43,-38,-45,-72v-22,27,-91,22,-111,-2v-23,32,-84,14,-84,-30v0,-51,77,-65,90,-21v17,56,113,43,108,-20xm59,-67v-27,0,-24,40,0,39v12,-1,22,-8,22,-21v-4,-12,-11,-18,-22,-18","w":248},"\u0c38":{"d":"143,-176v58,5,88,40,94,101v7,73,-86,106,-123,50v-12,-19,-16,-46,-46,-48v-38,-2,-31,47,-7,56r-17,24v-14,-13,-32,-28,-32,-53v0,-34,19,-57,56,-57v61,0,48,73,101,73v27,0,40,-17,40,-45v-1,-49,-31,-71,-78,-73xm49,-172v27,0,48,-34,67,-58r19,17v-32,55,-96,100,-135,34r18,-16v9,8,14,23,31,23","w":248},"\u0c39":{"d":"298,-176v24,-1,43,22,43,46v0,24,-19,45,-43,45v-31,0,-53,-33,-40,-63r-47,0v50,47,25,159,-57,152v-30,-3,-38,-8,-57,-24v-24,37,-86,17,-86,-27v0,-26,22,-49,48,-48v48,0,33,63,95,63v29,0,55,-20,55,-49v0,-46,-35,-67,-84,-67r0,-28r173,0xm16,-195v34,49,71,7,100,-35r19,17v-34,52,-92,103,-135,34xm298,-109v12,0,21,-9,21,-21v0,-12,-10,-22,-21,-22v-12,0,-21,11,-22,22v0,11,10,21,22,21xm39,-47v2,28,41,22,42,-2v-5,-26,-41,-22,-42,2","w":352},"\u0c3e":{"d":"54,-176v24,-1,44,23,44,46v0,23,-20,45,-44,45v-30,0,-52,-34,-39,-63r-213,0r0,-28r252,0xm54,-109v12,0,22,-9,22,-21v0,-12,-10,-22,-22,-22v-11,0,-21,10,-21,22v0,12,9,21,21,21","w":108},"\u0c3f":{"d":"-190,-266v29,0,55,27,55,56v0,57,-75,75,-111,35r16,-16v26,29,83,12,70,-30v-12,37,-65,24,-65,-11v0,-18,17,-34,35,-34xm-202,-232v0,11,14,14,22,7v4,-3,7,-6,8,-11v-7,-9,-30,-11,-30,4","w":0},"\u0c40":{"d":"-191,-266v30,0,56,25,56,56v0,57,-75,75,-111,35r16,-16v26,29,83,12,70,-30v-9,37,-67,24,-65,-11v0,-8,3,-16,9,-22v-21,-20,-2,-57,25,-57v17,0,35,16,33,34r-22,0v0,-8,-3,-11,-11,-11v-6,0,-11,5,-11,11v0,8,3,11,11,11xm-202,-232v2,18,30,11,32,-4v-7,-8,-32,-12,-32,4","w":0},"\u0c41":{"d":"34,-176v48,-1,88,42,88,91v0,73,-82,116,-137,70v-17,-13,-24,-30,-24,-51r28,0v-1,21,28,34,51,34v32,0,54,-22,54,-53v0,-35,-26,-63,-60,-63r0,-28","w":133},"\u0c42":{"d":"183,-176v24,-1,44,22,43,46v0,23,-19,45,-43,45v-31,0,-53,-33,-40,-63r-45,0v50,51,18,152,-58,152v-41,0,-80,-32,-79,-70r28,0v-1,22,28,34,51,34v32,0,54,-22,54,-53v0,-35,-26,-63,-60,-63r0,-28r149,0xm183,-109v12,0,21,-9,21,-21v0,-12,-9,-22,-21,-22v-12,0,-22,10,-22,22v0,11,10,21,22,21","w":237},"\u0c43":{"d":"43,71v21,1,38,-29,38,-51v0,-47,-25,-90,-76,-129r15,-17v56,47,83,96,83,146v0,38,-31,75,-67,75v-28,0,-55,-22,-55,-51v0,-20,16,-37,37,-37v32,0,50,44,25,64xm18,29v-21,2,-17,36,2,39v15,-5,19,-39,-2,-39","w":112},"\u0c44":{"d":"140,-137v24,-1,44,22,44,45v0,23,-20,45,-44,45v-30,0,-52,-32,-39,-62r-63,0v43,41,65,84,65,129v0,38,-31,75,-67,75v-28,0,-55,-22,-55,-51v0,-20,16,-37,37,-37v32,0,50,44,25,64v21,1,38,-29,38,-51v0,-47,-25,-90,-76,-129r0,-28r135,0xm140,-71v12,0,22,-9,22,-21v0,-12,-10,-22,-22,-22v-11,0,-21,10,-21,22v0,12,9,21,21,21xm18,29v-21,2,-17,36,2,39v15,-5,19,-39,-2,-39","w":194},"\u0c46":{"d":"-81,-223v20,0,39,14,38,35v0,36,-41,38,-81,35r0,-23v20,-3,57,8,58,-12v0,-8,-5,-12,-15,-12r-127,0r0,-23r127,0","w":0},"\u0c47":{"d":"-91,-223v28,-3,47,11,48,35v1,37,-41,37,-81,35r0,-23v21,-3,59,9,59,-12v0,-8,-5,-12,-13,-12r-130,0r0,-23r89,0v-11,-40,25,-51,68,-46r0,23v-18,2,-48,-8,-48,12v0,8,3,11,8,11","w":0},"\u0c48":{"d":"-208,-223v60,7,161,-24,165,35v3,37,-41,37,-81,35r0,-23v20,-3,56,10,58,-12v0,-8,-4,-12,-12,-12r-130,0r0,-23xm-209,21v24,-1,44,26,33,51r171,0r0,22r-204,0v-20,1,-37,-16,-37,-36v0,-20,17,-37,37,-37xm-209,72v7,0,14,-7,14,-14v0,-7,-7,-14,-14,-14v-7,0,-14,7,-14,14v0,7,7,14,14,14","w":0},"\u0c4a":{"d":"-99,-240v24,-30,117,-36,117,20v0,24,-19,43,-42,43v-29,0,-51,-31,-38,-60v-17,5,-26,15,-26,30r-23,0v1,-17,-17,-34,-34,-34v-20,0,-34,15,-34,36v0,16,12,34,27,33r0,28v-25,1,-50,-35,-50,-61v0,-54,74,-82,103,-35xm-24,-200v10,0,21,-10,20,-20v0,-10,-10,-19,-20,-19v-9,0,-20,9,-19,19v-1,10,9,20,19,20","w":0},"\u0c4b":{"d":"-55,-260v-13,-35,29,-63,55,-37v7,7,10,15,10,24r-22,0v0,-8,-5,-11,-12,-11v-14,0,-15,20,0,22v59,4,51,84,0,85v-29,0,-51,-31,-38,-60v-17,5,-26,15,-26,30r-23,0v1,-17,-17,-34,-34,-34v-20,0,-34,15,-34,36v0,16,12,34,27,33r0,28v-25,1,-50,-35,-50,-61v0,-54,74,-82,103,-35v9,-10,24,-17,44,-20xm-24,-200v10,0,21,-10,20,-20v0,-10,-10,-19,-20,-19v-9,0,-20,9,-19,19v-1,10,9,20,19,20","w":0},"\u0c4c":{"d":"35,-221v23,0,42,19,42,42v0,24,-19,43,-42,43v-30,1,-53,-34,-37,-62r-31,0v13,48,-43,48,-91,45r0,-23r59,0v8,0,11,-3,11,-11v0,-6,-5,-11,-11,-11r-81,0r0,-23r181,0xm35,-159v10,0,21,-10,20,-20v0,-10,-10,-19,-20,-19v-10,0,-20,9,-20,19v-1,10,10,20,20,20","w":88},"\u0c4d":{"d":"-111,-212v-19,-22,-1,-56,29,-56r82,0r0,22r-82,0v-10,0,-15,5,-15,13v1,20,38,9,57,12r0,22v-20,2,-57,-8,-59,11v-1,10,13,13,27,12r0,28v-41,8,-65,-38,-39,-64","w":0},"\u0c55":{"d":"-68,-290v0,-28,38,-47,58,-24v7,7,10,15,10,24r-22,0v0,-8,-4,-12,-12,-12v-8,0,-11,4,-11,12v0,8,3,11,11,11r0,22v-17,1,-34,-16,-34,-33","w":0},"\u0c56":{"d":"-209,21v24,-1,44,26,33,51r171,0r0,22r-204,0v-20,1,-37,-16,-37,-36v0,-20,17,-37,37,-37xm-209,72v7,0,14,-7,14,-14v0,-7,-7,-14,-14,-14v-7,0,-14,7,-14,14v0,7,7,14,14,14","w":0},"\u0c60":{"d":"508,-176v24,-1,43,22,43,46v0,24,-19,45,-43,45v-31,0,-53,-33,-40,-63r-50,0v51,44,29,154,-43,152v-21,0,-38,-9,-51,-28v-27,37,-79,37,-104,0v-25,35,-76,38,-101,2v-28,49,-112,21,-108,-35v3,-36,17,-48,53,-57v24,-6,23,-34,1,-34v-9,0,-17,8,-17,18r-28,0v-1,-24,22,-46,45,-46v39,0,64,60,27,80v-18,10,-53,15,-53,39v0,17,11,25,32,25v20,0,34,-12,34,-30r28,0v0,20,12,30,35,30v27,0,41,-16,41,-49v0,-41,-31,-67,-72,-67r0,-28v61,0,99,49,99,115v0,19,12,29,35,29v27,0,43,-20,43,-49v1,-41,-32,-67,-73,-67r0,-28v61,0,99,47,99,115v0,20,12,29,35,29v28,0,43,-19,43,-49v0,-41,-31,-67,-72,-67r0,-28r162,0xm508,-109v12,0,21,-9,21,-21v0,-12,-10,-22,-21,-22v-12,0,-21,11,-22,22v0,11,10,21,22,21","w":562},"\u0c61":{"d":"99,-99v26,2,76,16,74,-22v0,-14,-12,-27,-26,-27v-15,0,-27,12,-27,27r-28,0v0,-15,-12,-27,-27,-27v-19,-1,-33,24,-22,41v-7,6,-6,7,-20,19v-30,-33,0,-90,42,-88v16,0,29,7,41,20v30,-41,95,-13,95,35v0,49,-51,63,-102,51v-17,0,-25,4,-25,14v0,22,36,28,63,28v56,0,96,-34,95,-89v0,-13,-4,-31,-15,-31r0,-28r111,0v24,-1,43,22,43,46v0,24,-19,45,-43,45v-31,0,-53,-33,-40,-63r-34,0v27,80,-42,152,-117,152v-46,0,-91,-20,-91,-60v0,-27,23,-45,53,-43xm328,-109v12,0,21,-9,21,-21v0,-12,-10,-22,-21,-22v-12,0,-21,11,-22,22v0,11,10,21,22,21","w":382},"\u0c66":{"d":"99,-176v47,0,88,41,88,88v0,49,-40,92,-88,92v-49,0,-88,-43,-88,-92v0,-47,41,-88,88,-88xm99,-32v33,0,60,-25,60,-56v0,-31,-29,-60,-60,-60v-31,0,-60,29,-60,60v0,31,26,56,60,56","w":198},"\u0c67":{"d":"103,-176v50,0,91,42,91,93v0,34,-11,62,-32,83r-22,-18v46,-38,27,-130,-37,-130v-64,0,-85,92,-38,130r-22,18v-21,-21,-32,-49,-32,-83v-1,-50,42,-93,92,-93","w":205},"\u0c68":{"d":"137,-176v47,-1,88,41,88,88v0,49,-39,92,-88,92r-126,0r0,-36v76,-5,186,23,186,-56v0,-17,-6,-31,-18,-41v-4,50,-84,48,-84,-5v0,-23,19,-42,42,-42xm123,-134v-1,7,7,15,14,14v12,0,19,-7,21,-22v-11,-8,-35,-9,-35,8","w":237},"\u0c69":{"d":"82,-176v55,0,94,53,56,88v38,33,-1,92,-56,92v-38,0,-71,-22,-71,-57r28,0v0,14,15,21,43,21v28,0,43,-7,43,-21v2,-30,-34,-19,-60,-21r0,-28v26,-1,61,6,60,-21v-1,-34,-84,-34,-86,0r-28,0v0,-35,33,-53,71,-53","w":163},"\u0c6a":{"d":"171,-176v75,17,25,107,-24,115v17,28,-5,65,-37,65v-32,0,-52,-36,-37,-65v-38,-8,-84,-65,-50,-103v8,-8,16,-12,27,-12r0,25v-7,-1,-15,7,-14,14v1,69,148,70,149,0v1,-7,-7,-15,-14,-14r0,-25xm110,-28v7,0,14,-7,14,-14v0,-7,-7,-14,-14,-14v-7,0,-14,7,-14,14v0,7,7,14,14,14","w":220},"\u0c6b":{"d":"11,-144v50,-58,179,-32,176,52v20,-20,21,-48,-2,-67r21,-17v27,24,32,62,11,88v21,26,16,64,-11,88r-21,-17v24,-18,20,-51,2,-68v7,89,-126,118,-176,53r18,-22v35,40,130,30,130,-34v0,-62,-93,-79,-130,-34","w":241},"\u0c6c":{"d":"62,-74v-31,0,-29,43,0,42r138,0r0,36r-138,0v-43,2,-70,-65,-34,-91v-35,-29,-11,-91,34,-89r32,0r0,28v-26,-1,-55,-2,-55,23v1,32,45,22,76,23r0,28r-53,0","w":210},"\u0c6d":{"d":"90,-74v-29,-1,-51,2,-51,21v0,14,16,21,49,21v34,0,52,-7,52,-21r28,0v0,38,-37,57,-78,57v-44,0,-80,-16,-79,-57v1,-41,30,-50,79,-49v29,0,50,-1,50,-21v0,-17,-16,-25,-50,-25v-22,0,-51,7,-51,25r-28,0v-1,-36,39,-53,79,-53v41,0,79,16,78,53v-1,41,-30,50,-78,49","w":179},"\u0c6e":{"d":"159,-88v0,-33,-28,-61,-60,-60r0,-28r117,0r0,28r-54,0v53,47,13,152,-63,152v-77,0,-118,-103,-62,-154r19,20v-36,35,-10,98,43,98v33,0,60,-22,60,-56","w":227},"\u0c6f":{"d":"28,-88v-35,-26,-10,-88,34,-88r136,0r0,28r-136,0v-12,0,-23,11,-23,23v1,31,44,22,76,23r0,28v-32,1,-76,-9,-76,24v0,23,31,18,55,18r0,36v-66,15,-108,-49,-66,-92","w":205},"\u0c58":{"d":"172,-313v17,0,32,16,32,33v0,17,-15,31,-32,32r-155,0r0,-22r125,0v-8,-22,9,-43,30,-43xm182,-281v0,-7,-3,-10,-10,-10v-7,0,-11,3,-11,10v0,7,4,11,11,11v7,0,10,-4,10,-11xm165,-169v44,11,72,46,72,103v0,66,-87,96,-113,41v-25,55,-113,24,-113,-40v0,-15,5,-28,14,-37r-23,0r0,-25r73,0r0,25v-20,0,-37,17,-36,37v0,20,15,33,35,33v19,0,37,-13,36,-33r28,0v0,19,16,33,36,33v22,0,35,-12,35,-34v1,-58,-32,-82,-90,-82v-26,0,-32,-13,-50,-35r16,-16v37,46,56,19,101,-35r19,17v-15,20,-27,35,-40,48","w":248},"\u0c59":{"d":"181,-262v17,0,32,16,32,33v0,17,-15,31,-32,32r-156,0r0,-22r125,0v-8,-22,10,-42,31,-43xm191,-230v0,-7,-3,-10,-10,-10v-7,0,-11,3,-11,10v0,7,4,11,11,11v7,0,10,-4,10,-11xm174,-32v36,0,46,-45,22,-63r21,-20v41,39,15,120,-43,119v-24,0,-40,-10,-50,-29v-24,52,-130,28,-112,-43v8,-30,38,-29,65,-47v9,-10,6,-36,-12,-33v-9,1,-17,7,-17,18r-28,0v1,-28,18,-46,45,-46v28,0,45,21,45,52v13,14,63,24,63,-5v0,-13,-10,-19,-29,-19r0,-28v32,1,55,14,55,45v0,47,-67,55,-99,31v-13,21,-54,17,-61,43v0,19,14,25,34,25v22,-1,36,-12,37,-33r28,0v-1,20,15,33,36,33","w":248},"\u0c62":{"d":"-94,123v46,-1,71,-26,72,-72r22,0v1,60,-36,90,-94,94v-64,4,-66,-73,-11,-70v18,1,43,3,43,-15v0,-8,-8,-16,-16,-15v-8,0,-16,8,-16,17r-22,0v0,-10,-6,-17,-16,-17v-9,0,-15,7,-15,17r-23,0v-2,-34,43,-54,65,-28v20,-24,67,-8,65,26v-2,36,-22,38,-67,38v-10,0,-16,3,-16,10v0,9,10,15,29,15","w":0},"\u0c63":{"d":"-83,32v32,3,82,-12,83,21v0,12,-9,21,-21,21v-11,0,-21,-9,-21,-20r-19,0v1,58,-37,91,-94,91v-64,0,-66,-70,-12,-69v19,0,44,2,44,-16v0,-8,-8,-16,-16,-15v-8,0,-16,8,-16,17r-22,0v0,-9,-7,-17,-16,-17v-9,0,-16,8,-16,17r-22,0v-4,-34,42,-52,65,-28v21,-25,67,-7,65,26v-2,36,-23,38,-67,38v-10,0,-16,4,-16,11v0,9,10,14,29,14v53,1,77,-34,72,-91","w":0},"\u25cc":{"d":"196,-169r-19,14v-6,-10,-14,-18,-24,-24r13,-19v12,8,22,17,30,29xm134,-212r-4,22v-11,-2,-23,-3,-34,0r-4,-22v14,-4,28,-4,42,0xm206,-140v4,14,4,28,0,42r-22,-4v2,-11,3,-23,0,-34xm196,-69v-8,12,-18,21,-30,29r-13,-19v10,-6,18,-14,24,-24xm74,-179v-10,6,-18,14,-24,24r-19,-14v8,-12,17,-21,29,-29xm43,-102r-23,4v-3,-14,-3,-28,0,-42r23,4v-2,11,-3,23,0,34xm134,-26v-14,4,-28,4,-42,0r4,-22v11,2,23,3,34,0xm74,-59r-14,19v-12,-8,-21,-17,-29,-29r19,-14v6,10,14,18,24,24","w":226},"\u200c":{"d":"38,-241r-8,9r-24,-24r0,304r-12,0r0,-304r-24,24r-8,-9r30,-29r-30,-30r8,-8r30,30r30,-30r8,8r-30,30","w":0},"\u200d":{"d":"6,48r-12,0r0,-326r12,0r0,326","w":0},"$":{"d":"18,-175v-1,-40,28,-64,65,-67r0,-25r18,0r0,25v38,3,59,23,63,59r-32,0v-2,-20,-12,-31,-31,-34r0,81v46,11,69,23,69,68v0,39,-28,71,-69,72r0,25r-18,0r0,-25v-44,-5,-67,-28,-70,-71r31,0v2,27,15,42,39,46r0,-90v-44,-9,-65,-30,-65,-64xm83,-139r0,-78v-40,1,-44,61,-14,73v4,2,9,4,14,5xm101,-21v35,1,46,-45,29,-71v-5,-6,-14,-11,-29,-15r0,86"},"A":{"d":"150,-98r-42,-110r-40,110r82,0xm222,0r-35,0r-28,-72r-100,0r-26,72r-33,0r91,-238r34,0","w":221},"B":{"d":"159,-127v27,8,45,25,46,58v1,80,-96,70,-178,69r0,-238v75,0,166,-12,166,61v0,27,-15,39,-34,50xm162,-174v0,-46,-59,-34,-104,-36r0,72v45,-1,104,10,104,-36xm172,-69v0,-53,-64,-39,-114,-41r0,82v49,1,114,6,114,-41","w":221},"C":{"d":"16,-119v-10,-116,138,-165,197,-78v5,9,9,19,10,31r-32,0v-4,-33,-28,-49,-64,-49v-56,0,-79,40,-79,96v0,56,23,95,78,96v39,1,60,-19,65,-52r32,0v-7,50,-40,79,-96,79v-74,0,-104,-48,-111,-123","w":239},"D":{"d":"223,-120v0,80,-40,120,-121,120r-75,0r0,-238r75,0v81,0,121,40,121,118xm58,-28v82,6,133,-12,133,-92v0,-79,-52,-96,-133,-90r0,182","w":239},"E":{"d":"204,0r-177,0r0,-238r172,0r0,28r-141,0r0,73r131,0r0,28r-131,0r0,81r146,0r0,28","w":221},"F":{"d":"187,-210r-129,0r0,74r112,0r0,28r-112,0r0,108r-31,0r0,-238r160,0r0,28","w":203},"G":{"d":"130,-23v36,1,62,-13,77,-34r0,-36r-63,0r0,-28r94,0r0,121r-23,0r-8,-25v-16,19,-42,29,-76,29v-74,0,-109,-48,-115,-123v-10,-118,146,-164,207,-78v6,9,9,19,10,31r-33,0v-4,-35,-32,-49,-70,-49v-55,0,-82,38,-82,96v0,57,26,95,82,96","w":258},"H":{"d":"214,0r-32,0r0,-112r-124,0r0,112r-31,0r0,-238r31,0r0,98r124,0r0,-98r32,0r0,238","w":239},"I":{"d":"62,0r-31,0r0,-238r31,0r0,238","w":92},"J":{"d":"73,-24v30,1,36,-20,35,-51r0,-163r32,0r0,162v-1,50,-17,81,-67,80v-44,0,-64,-27,-64,-72r32,0v0,29,10,44,32,44","w":166},"K":{"d":"221,0r-41,0r-85,-119r-37,36r0,83r-31,0r0,-238r31,0r0,118r116,-118r43,0r-100,98","w":221},"L":{"d":"174,0r-147,0r0,-238r31,0r0,210r116,0r0,28"},"M":{"d":"250,0r-30,0r0,-202r-68,202r-28,0r-68,-202r0,202r-29,0r0,-238r47,0r64,198r65,-198r47,0r0,238","w":277},"N":{"d":"214,0r-33,0r-125,-188r0,188r-29,0r0,-238r32,0r124,188r0,-188r31,0r0,238","w":239},"O":{"d":"16,-119v0,-76,42,-123,114,-123v72,0,113,49,113,123v0,74,-41,123,-113,123v-73,0,-114,-48,-114,-123xm48,-119v0,56,26,96,81,96v56,0,82,-39,82,-96v0,-57,-27,-96,-81,-96v-55,0,-82,39,-82,96","w":258},"P":{"d":"207,-168v0,73,-72,77,-149,73r0,95r-31,0r0,-238v82,2,180,-16,180,70xm175,-168v0,-54,-66,-40,-117,-42r0,87v54,0,117,10,117,-45","w":221},"Q":{"d":"130,-242v108,-6,145,140,82,211r35,28r-18,22r-40,-31v-79,43,-178,-10,-173,-107v4,-75,42,-119,114,-123xm48,-119v-2,69,51,114,117,88r-23,-19r18,-22r29,23v43,-52,22,-172,-59,-166v-54,3,-80,39,-82,96","w":258},"R":{"d":"217,-171v0,36,-23,56,-54,63v37,11,46,72,62,108r-34,0v-18,-40,-19,-102,-75,-102r-58,0r0,102r-31,0r0,-238r123,1v42,0,67,26,67,66xm184,-171v0,-57,-74,-36,-126,-40r0,81v52,-4,126,17,126,-41","w":239},"S":{"d":"173,-121v64,37,20,132,-57,125v-60,-5,-98,-24,-101,-81r30,0v-3,63,123,75,129,12v-12,-71,-147,-17,-151,-111v-4,-82,142,-84,168,-24v4,9,8,18,8,29r-31,0v-3,-29,-23,-43,-59,-43v-50,0,-78,52,-27,66v31,8,66,12,91,27","w":221},"T":{"d":"196,-210r-79,0r0,210r-31,0r0,-210r-79,0r0,-28r189,0r0,28","w":203},"U":{"d":"214,-238v-4,110,29,242,-94,242v-69,0,-93,-37,-93,-104r0,-138r31,0v9,84,-33,214,62,214v95,0,53,-130,62,-214r32,0","w":239},"V":{"d":"220,-238r-93,238r-33,0r-92,-238r34,0r75,204r75,-204r34,0","w":221},"W":{"d":"311,-238r-66,238r-31,0r-57,-207r-57,207r-30,0r-66,-238r33,0r48,194r53,-194r38,0r54,194r47,-194r34,0","w":313},"X":{"d":"220,0r-39,0r-70,-101r-71,101r-39,0r92,-125r-82,-113r38,0r62,88r61,-88r39,0r-82,113","w":221},"Y":{"d":"220,-238r-93,137r0,101r-32,0r0,-101r-94,-137r39,0r71,109r71,-109r38,0","w":221},"Z":{"d":"194,0r-188,0r0,-30r148,-180r-134,0r0,-28r170,0r0,30r-148,180r152,0r0,28","w":203},"`":{"d":"91,-197r-24,0r-36,-46r38,0","w":121},"a":{"d":"44,-47v4,42,75,27,88,2r0,-38v-45,-2,-91,6,-88,36xm92,-176v46,0,70,16,70,65r0,111r-30,0r0,-17v-33,32,-119,31,-119,-29v0,-44,49,-63,119,-60v2,-32,-8,-46,-41,-46v-27,0,-42,9,-43,29r-31,0v2,-36,27,-53,75,-53"},"b":{"d":"173,-88v5,73,-69,117,-120,75r0,13r-30,0r0,-238r30,0r0,86v12,-14,27,-24,49,-24v50,0,67,37,71,88xm99,-20v58,0,59,-133,1,-132v-17,0,-33,9,-47,29r0,82v13,14,29,21,46,21"},"c":{"d":"162,-51v-6,35,-29,56,-70,55v-53,-1,-80,-34,-80,-90v0,-85,98,-121,142,-59v4,7,7,15,8,24r-32,0v-1,-21,-16,-31,-38,-31v-36,0,-49,29,-49,66v0,37,13,66,49,66v22,0,36,-10,38,-31r32,0","w":166},"d":{"d":"85,-20v22,0,36,-14,47,-30r0,-81v-14,-14,-29,-21,-46,-21v-34,0,-42,31,-43,67v0,36,10,64,42,65xm12,-85v-7,-72,66,-116,120,-74r0,-79r30,0r0,238r-30,0r0,-20v-46,53,-131,11,-120,-65"},"e":{"d":"170,-51v-6,36,-32,55,-74,55v-56,-1,-83,-34,-84,-90v-1,-56,27,-90,80,-90v56,0,83,37,81,97r-129,0v2,35,17,59,52,59v22,0,40,-10,42,-31r32,0xm141,-103v1,-50,-72,-67,-91,-22v-3,6,-5,14,-6,22r97,0"},"f":{"d":"99,-214v-31,-6,-45,7,-40,42r32,0r0,24r-32,0r0,148r-31,0r0,-148r-25,0r0,-24r25,0v-5,-53,20,-80,71,-68r0,26","w":92},"g":{"d":"12,-85v-7,-72,66,-116,120,-74r0,-13r30,0v-5,107,34,274,-104,238v-24,-5,-40,-22,-41,-49r32,0v0,19,12,29,37,29v38,1,48,-26,46,-66v-46,53,-131,11,-120,-65xm85,-20v22,0,36,-14,47,-30r0,-81v-14,-14,-29,-21,-46,-21v-34,0,-42,31,-43,67v0,36,10,64,42,65"},"h":{"d":"132,-111v3,-56,-56,-47,-79,-12r0,123r-30,0r0,-238r30,0r0,88v28,-43,110,-33,110,37r0,113r-31,0r0,-111"},"i":{"d":"53,0r-30,0r0,-172r30,0r0,172xm53,-205r-30,0r0,-33r30,0r0,33","w":75},"j":{"d":"-12,42v26,9,35,-7,35,-34r0,-180r30,0r0,181v3,46,-18,67,-65,59r0,-26xm53,-205r-30,0r0,-33r30,0r0,33","w":75},"k":{"d":"165,0r-36,0r-57,-88r-19,20r0,68r-30,0r0,-238r30,0r0,135r67,-69r38,0r-65,64","w":166},"l":{"d":"53,0r-30,0r0,-238r30,0r0,238","w":75},"m":{"d":"150,-145v24,-45,105,-43,105,32r0,113r-31,0r0,-111v5,-54,-49,-47,-70,-12r0,123r-30,0r0,-111v4,-53,-50,-48,-71,-12r0,123r-30,0r0,-172r30,0r0,22v25,-35,83,-36,97,5","w":277},"n":{"d":"132,-111v3,-56,-56,-47,-79,-12r0,123r-30,0r0,-172r30,0r0,22v28,-43,110,-33,110,37r0,113r-31,0r0,-111"},"o":{"d":"12,-86v0,-56,27,-90,80,-90v54,0,81,34,81,90v0,56,-27,90,-81,90v-53,0,-80,-34,-80,-90xm43,-86v0,37,13,66,49,66v36,0,50,-29,50,-66v0,-37,-13,-66,-50,-66v-36,0,-49,29,-49,66"},"p":{"d":"173,-88v5,73,-69,117,-120,75r0,79r-30,0r0,-238r30,0r0,20v12,-14,27,-24,49,-24v50,0,67,37,71,88xm99,-20v58,0,59,-133,1,-132v-17,0,-33,9,-47,29r0,82v13,14,29,21,46,21"},"q":{"d":"12,-85v-7,-72,66,-116,120,-74r0,-13r30,0r0,238r-30,0r0,-86v-46,53,-131,11,-120,-65xm85,-20v22,0,36,-14,47,-30r0,-81v-14,-14,-29,-21,-46,-21v-34,0,-42,31,-43,67v0,36,10,64,42,65"},"r":{"d":"112,-144v-25,-6,-49,4,-59,22r0,122r-30,0r0,-172r30,0r0,24v17,-23,31,-31,59,-27r0,31","w":110},"s":{"d":"138,-85v37,34,0,89,-54,89v-47,0,-71,-18,-74,-55r31,0v0,21,15,31,43,31v38,0,55,-40,14,-50v-36,-9,-86,-10,-84,-57v2,-33,27,-49,64,-49v45,0,68,16,69,48r-30,0v-1,-16,-13,-24,-36,-24v-32,-7,-52,34,-15,42v24,5,56,10,72,25","w":166},"t":{"d":"57,-49v-1,21,8,33,32,26r0,23v-40,9,-62,-6,-62,-50r0,-98r-21,0r0,-24r21,0r0,-43r30,0r0,43r29,0r0,24r-29,0r0,99","w":92},"u":{"d":"53,-61v-3,54,58,48,79,12r0,-123r30,0r0,172r-30,0r0,-22v-34,44,-110,33,-110,-37r0,-113r31,0r0,111"},"v":{"d":"162,-172r-65,172r-28,0r-64,-172r33,0r45,134r46,-134r33,0","w":166},"w":{"d":"238,-172r-51,172r-30,0r-37,-127r-37,127r-30,0r-52,-172r35,0r31,131r39,-131r28,0r39,131r32,-131r33,0","w":239},"x":{"d":"164,0r-38,0r-43,-67r-43,67r-38,0r64,-89r-59,-83r38,0r38,60r38,-60r38,0r-59,83","w":166},"y":{"d":"17,39v29,9,38,-5,52,-39r-64,-172r33,0r45,134r46,-134r33,0r-76,200v-11,28,-29,49,-69,40r0,-29","w":166},"z":{"d":"159,0r-152,0r0,-26r107,-120r-101,0r0,-26r141,0r0,26r-107,120r112,0r0,26","w":166},"\u20ac":{"d":"147,-180v-3,-31,-17,-55,-47,-56v-27,0,-43,24,-48,72r54,0r-6,19r-49,0v0,11,-2,24,0,34r39,0r-6,19r-32,0v1,89,89,94,95,10r34,0v-5,58,-32,87,-81,87v-48,0,-75,-33,-82,-97r-18,0r0,-19v20,6,16,-14,16,-34r-16,0r0,-19r18,0v-2,-108,118,-127,154,-51v4,10,7,22,9,35r-34,0","w":200},"\u201a":{"d":"68,-36v0,40,4,85,-36,87r0,-17v12,0,17,-11,17,-34r-17,0r0,-36r36,0","w":99},"\u0192":{"d":"11,41v22,4,48,7,47,-22r29,-165r-32,0r3,-23r33,0v3,-47,23,-83,80,-67r0,28v-23,-6,-46,-6,-45,22r-4,17r33,0r-3,23r-34,0r-36,193v-8,24,-43,26,-71,19r0,-25"},"\u201e":{"d":"115,-36v0,40,5,85,-36,87r0,-17v12,0,18,-11,18,-34r-18,0r0,-36r36,0xm61,-36v0,40,5,85,-36,87r0,-17v12,0,18,-11,18,-34r-18,0r0,-36r36,0","w":140},"\u2020":{"d":"172,-140r-64,0r0,210r-31,0r0,-210r-64,0r0,-26r64,0r0,-72r31,0r0,72r64,0r0,26"},"\u2021":{"d":"172,-2r-64,0r0,72r-31,0r0,-72r-64,0r0,-26r64,0r0,-112r-64,0r0,-26r64,0r0,-72r31,0r0,72r63,0r0,26r-63,0r0,112r64,0r0,26"},"\u02c6":{"d":"114,-197r-33,0r-18,-27r-19,27r-33,0r36,-45r31,0","w":125},"\u2030":{"d":"4,-179v1,-37,14,-63,50,-63v36,0,50,28,50,63v0,36,-13,63,-50,63v-34,0,-51,-26,-50,-63xm54,-136v16,0,24,-14,24,-43v0,-29,-8,-43,-24,-43v-16,0,-24,14,-24,43v0,29,8,43,24,43xm184,-238r-127,238r-23,0r126,-238r24,0xm228,-59v0,-36,13,-63,50,-63v36,0,50,26,50,63v0,37,-14,63,-50,63v-37,0,-50,-27,-50,-63xm278,-16v16,0,24,-14,24,-43v0,-29,-8,-43,-24,-43v-16,0,-24,14,-24,43v0,29,8,43,24,43xm114,-59v0,-36,13,-63,50,-63v36,0,50,26,50,63v0,37,-14,63,-50,63v-37,0,-50,-27,-50,-63xm164,-16v16,0,24,-14,24,-43v0,-29,-8,-43,-24,-43v-16,0,-24,14,-24,43v0,29,8,43,24,43","w":332},"\u0160":{"d":"159,-127v78,26,43,139,-43,131v-60,-6,-98,-24,-101,-81r30,0v-3,63,123,75,129,12v-12,-71,-147,-17,-151,-111v-4,-82,142,-84,168,-24v4,9,8,18,8,29r-31,0v-3,-29,-23,-43,-59,-43v-50,0,-78,52,-27,66xm159,-299r-36,46r-31,0r-36,-46r33,0r19,28r18,-28r33,0","w":220},"\u2039":{"d":"98,-13r-26,0r-56,-80r56,-80r26,0r-46,80","w":119},"\u0152":{"d":"115,-242v32,0,52,16,66,35r0,-31r128,0r0,28r-96,0r0,73r87,0r0,28r-87,0r0,81r102,0r0,28r-134,0r0,-31v-14,19,-34,35,-66,35v-70,0,-98,-52,-99,-123v0,-73,29,-123,99,-123xm48,-119v0,52,16,96,67,96v45,0,66,-32,66,-96v0,-64,-21,-96,-65,-96v-52,1,-68,43,-68,96","w":332},"\u017d":{"d":"194,0r-188,0r0,-30r148,-180r-134,0r0,-28r170,0r0,30r-148,180r152,0r0,28xm153,-299r-36,46r-31,0r-36,-46r33,0r18,28r19,-28r33,0","w":203},"\u2018":{"d":"47,-162r-33,0v0,-36,-5,-79,33,-80r0,16v-11,0,-17,10,-17,31r17,0r0,33","w":60},"\u2019":{"d":"47,-238v0,36,5,79,-33,80r0,-15v11,0,16,-11,16,-32r-16,0r0,-33r33,0","w":60},"\u201c":{"d":"97,-162r-33,0v0,-36,-5,-79,33,-80r0,16v-11,0,-16,10,-16,31r16,0r0,33xm47,-162r-33,0v0,-36,-5,-79,33,-80r0,16v-11,0,-17,10,-17,31r17,0r0,33","w":110},"\u201d":{"d":"97,-238v0,36,6,79,-33,80r0,-15v11,0,16,-11,16,-32r-16,0r0,-33r33,0xm47,-238v0,36,5,79,-33,80r0,-15v11,0,16,-11,16,-32r-16,0r0,-33r33,0","w":110},"\u2022":{"d":"72,-189v29,0,48,20,48,48v0,29,-20,49,-48,49v-29,0,-49,-20,-49,-49v0,-29,20,-48,49,-48","w":143},"\u2219":{"d":"72,-189v29,0,48,20,48,48v0,29,-20,49,-48,49v-29,0,-49,-20,-49,-49v0,-29,20,-48,49,-48","w":143},"\u02dc":{"d":"44,-239v19,-1,49,31,55,0r21,0v0,23,-12,35,-33,37v-19,1,-48,-31,-54,0r-22,0v2,-21,11,-37,33,-37","w":131},"\u2122":{"d":"210,-122r-20,0r0,-94r-22,94r-20,0r-21,-94r0,94r-21,0r0,-116r32,0r20,90r20,-90r32,0r0,116xm93,-218r-31,0r0,96r-22,0r0,-96r-32,0r0,-20r85,0r0,20","w":226},"\u0161":{"d":"138,-85v37,34,0,89,-54,89v-47,0,-71,-18,-74,-55r31,0v0,21,15,31,43,31v38,0,55,-40,14,-50v-36,-9,-86,-10,-84,-57v2,-33,27,-49,64,-49v45,0,68,16,69,48r-30,0v-1,-16,-13,-24,-36,-24v-32,-7,-52,34,-15,42v24,5,56,10,72,25xm128,-242r-36,46r-31,0r-36,-46r33,0r19,28r18,-28r33,0","w":166},"\u203a":{"d":"104,-93r-56,80r-26,0r46,-80r-46,-80r26,0","w":119},"\u0153":{"d":"221,-176v56,1,83,37,81,97r-130,0v3,34,17,59,52,59v23,0,41,-11,44,-31r31,0v-4,64,-110,73,-142,24v-14,21,-36,31,-65,31v-53,0,-80,-34,-80,-90v0,-88,101,-119,145,-59v15,-21,36,-31,64,-31xm270,-103v1,-50,-72,-67,-91,-22v-3,6,-5,14,-6,22r97,0xm43,-86v0,37,13,66,49,66v36,0,50,-29,50,-66v0,-37,-13,-66,-50,-66v-36,0,-49,29,-49,66","w":313},"\u017e":{"d":"159,0r-152,0r0,-26r107,-120r-101,0r0,-26r141,0r0,26r-107,120r112,0r0,26xm135,-242r-36,45r-31,0r-36,-45r33,0r18,27r19,-27r33,0","w":166},"\u0178":{"d":"220,-238r-93,137r0,101r-32,0r0,-101r-94,-137r39,0r71,109r71,-109r38,0xm158,-257r-30,0r0,-34r30,0r0,34xm95,-257r-30,0r0,-34r30,0r0,34","w":221},"\u00a1":{"d":"63,-139r-33,0r0,-33r33,0r0,33xm63,66r-33,0r6,-179r20,0r7,127r0,52","w":92},"\u00a2":{"d":"88,-21v26,5,47,-7,49,-30r31,0v-4,41,-40,62,-87,53r-11,39r-17,-5r11,-38v-30,-14,-46,-42,-46,-84v1,-58,33,-95,94,-89r11,-38r16,5r-10,37v23,9,36,25,39,50r-31,0v0,-11,-6,-19,-15,-25xm106,-152v-66,-11,-69,96,-35,123"},"\u00a3":{"d":"44,-32v43,-15,87,22,127,-2r0,31v-31,19,-76,-8,-106,-8v-18,0,-36,5,-57,15r0,-29v27,-11,39,-43,32,-82r-32,0r0,-24r25,0v-38,-81,46,-142,115,-95v13,9,21,26,22,46r-31,0v-2,-25,-16,-38,-41,-38v-45,2,-50,46,-33,87r51,0r0,24r-46,0v8,33,-4,59,-26,75"},"\u00a4":{"d":"142,-66v-23,18,-62,17,-83,0r-25,25r-21,-21r25,-24v-17,-25,-17,-56,0,-82v0,0,-9,-8,-25,-25r21,-20r25,24v24,-18,59,-17,83,0r24,-24r21,20r-25,25v16,23,16,59,0,82r25,24r-21,21xm54,-127v0,26,18,45,46,45v28,0,46,-19,46,-45v0,-27,-19,-46,-46,-46v-27,0,-46,19,-46,46","w":200},"\u00a5":{"d":"185,-238r-62,109r51,0r0,22r-66,0r0,30r66,0r0,22r-66,0r0,55r-30,0r0,-55r-67,0r0,-22r67,0r0,-30r-67,0r0,-22r52,0r-63,-109r35,0r57,105r58,-105r35,0"},"\u00a6":{"d":"60,75r-27,0r0,-134r27,0r0,134xm60,-123r-27,0r0,-134r27,0r0,134","w":93},"\u00a7":{"d":"50,-150v-51,-41,2,-112,66,-88v23,8,37,24,40,52r-31,0v3,-39,-66,-44,-66,-6v16,54,112,50,112,117v0,20,-12,35,-37,47v48,29,20,102,-39,98v-41,-3,-67,-20,-71,-59r32,0v-3,41,72,47,73,6v-18,-55,-112,-50,-115,-121v0,-20,12,-35,36,-46xm119,-40v59,-41,-26,-77,-54,-99v-58,40,23,82,54,99"},"\u00a8":{"d":"107,-204r-30,0r0,-34r30,0r0,34xm44,-204r-30,0r0,-34r30,0r0,34","w":120},"\u00a9":{"d":"0,-120v0,-73,48,-122,123,-122v75,0,122,49,122,122v0,74,-48,123,-122,123v-74,0,-123,-47,-123,-123xm20,-120v0,62,41,103,103,103v61,0,101,-42,101,-103v0,-61,-40,-102,-101,-102v-62,0,-103,41,-103,102xm81,-119v-6,50,66,71,77,25r23,0v-7,30,-27,45,-58,45v-42,-1,-60,-27,-64,-70v-8,-75,104,-94,121,-28r-23,0v-3,-16,-15,-24,-34,-24v-29,0,-38,22,-42,52","w":244},"\u00aa":{"d":"34,-168v3,27,55,15,61,-3r0,-21v-30,-2,-64,3,-61,24xm67,-262v67,0,52,69,53,128r-25,0r0,-13v-24,24,-86,22,-88,-20v-1,-32,36,-46,88,-44v1,-22,-9,-30,-29,-30v-19,0,-29,6,-29,18r-25,0v2,-26,20,-39,55,-39xm118,-91r-104,0r0,-21r104,0r0,21","w":132},"\u00ab":{"d":"175,-13r-26,0r-55,-80r55,-80r26,0r-46,80xm107,-13r-26,0r-56,-80r56,-80r26,0r-46,80","w":200},"\u00ac":{"d":"196,-118r0,72r-24,0r0,-48r-138,0r0,-24r162,0","w":226},"\u00ad":{"d":"187,-100r-149,0r0,-24r149,0r0,24","w":225},"\u00ae":{"d":"0,-120v0,-73,48,-122,123,-122v75,0,122,49,122,122v0,74,-48,123,-122,123v-74,0,-123,-47,-123,-123xm20,-120v0,62,41,103,103,103v61,0,101,-42,101,-103v0,-61,-40,-102,-101,-102v-62,0,-103,41,-103,102xm177,-52r-24,0v-9,-30,-17,-62,-62,-55r0,55r-21,0r0,-131v44,-1,102,-5,102,36v0,23,-11,35,-34,37v23,5,30,37,39,58xm91,-125v25,0,61,3,58,-20v3,-21,-33,-22,-58,-21r0,41","w":244},"\u00af":{"d":"182,-284r-184,0r0,-18r184,0r0,18","w":179},"\u00b0":{"d":"23,-212v0,-29,20,-49,49,-49v29,0,48,21,48,49v0,29,-19,49,-48,49v-29,0,-49,-20,-49,-49xm43,-212v0,18,12,30,29,30v17,0,30,-13,30,-30v0,-17,-12,-29,-30,-29v-18,0,-29,11,-29,29","w":143},"\u00b1":{"d":"190,-120r-70,0r0,71r-30,0r0,-71r-70,0r0,-29r70,0r0,-71r30,0r0,71r70,0r0,29xm190,0r-170,0r0,-29r170,0r0,29","w":210},"\u00b2":{"d":"113,-222v0,44,-49,46,-68,72r69,0r0,21r-109,0v-2,-38,71,-52,80,-91v0,-13,-8,-20,-24,-20v-15,0,-24,6,-27,18r-26,0v1,-51,105,-54,105,0","w":119},"\u00b3":{"d":"9,-226v2,-44,98,-48,98,-2v0,16,-8,26,-24,30v20,4,30,15,30,32v-1,29,-24,40,-53,41v-33,0,-50,-13,-54,-38r27,0v3,24,57,23,53,-6v2,-15,-17,-19,-37,-18r0,-20v35,4,43,-33,10,-33v-13,0,-21,4,-23,14r-27,0","w":119},"\u00b4":{"d":"91,-243r-36,46r-24,0r22,-46r38,0","w":121},"\u00b5":{"d":"162,-38v0,14,5,18,19,18r0,22v-26,2,-45,-3,-49,-24v-21,25,-51,34,-79,18r0,70r-30,0r0,-238r30,0r0,117v0,21,13,35,34,34v23,-1,34,-13,45,-28r0,-123r30,0r0,134"},"\u03bc":{"d":"162,-38v0,14,5,18,19,18r0,22v-26,2,-45,-3,-49,-24v-21,25,-51,34,-79,18r0,70r-30,0r0,-238r30,0r0,117v0,21,13,35,34,34v23,-1,34,-13,45,-28r0,-123r30,0r0,134"},"\u00b6":{"d":"0,-169v-3,-85,98,-68,179,-69r0,24r-23,0r0,280r-27,0r0,-280r-37,0r0,280r-27,0r0,-170v-40,-2,-64,-24,-65,-65","w":178},"\u00b7":{"d":"51,-113v-17,-2,-30,-12,-30,-31v0,-18,13,-30,30,-30v19,0,30,13,31,30v1,19,-14,29,-31,31","w":105},"\u00b8":{"d":"91,38v0,33,-35,35,-68,32r0,-20v16,2,42,3,42,-13v0,-9,-8,-13,-24,-13r0,-24r24,0r0,12v16,3,26,7,26,26","w":119},"\u00b9":{"d":"83,-129r-25,0r0,-86v-8,6,-21,9,-39,9r0,-22v30,0,46,-11,46,-33r18,0r0,132","w":119},"\u00ba":{"d":"8,-196v0,-40,20,-66,58,-66v38,0,58,28,58,66v0,38,-19,66,-58,66v-40,0,-58,-26,-58,-66xm66,-153v21,0,32,-14,32,-43v0,-28,-11,-42,-32,-42v-21,0,-32,14,-32,42v0,29,11,43,32,43xm118,-91r-104,0r0,-21r104,0r0,21","w":131},"\u00bb":{"d":"175,-93r-55,80r-26,0r45,-80r-45,-80r26,0xm107,-93r-56,80r-26,0r46,-80r-46,-80r26,0","w":200},"\u00bc":{"d":"81,-119r-24,0r0,-80v-8,6,-20,8,-37,8r0,-20v28,0,43,-10,43,-30r18,0r0,122xm239,-238r-158,238r-37,0r169,-238r26,0xm262,-25r-17,0r0,25r-23,0r0,-25r-62,0r0,-20r66,-77r19,0r0,76r17,0r0,21xm222,-46r0,-46r-39,46r39,0","w":277},"\u00bd":{"d":"81,-119r-24,0r0,-80v-8,6,-20,8,-37,8r0,-20v28,0,43,-10,43,-30r18,0r0,122xm233,-238r-169,238r-26,0r169,-238r26,0xm267,-86v0,41,-44,43,-62,66r63,0r0,20r-101,0v-3,-36,74,-46,74,-85v0,-12,-7,-18,-22,-18v-14,0,-22,6,-24,17r-25,0v0,-46,98,-51,97,0","w":277},"\u00be":{"d":"11,-209v1,-41,89,-44,91,-2v0,15,-7,24,-22,28v19,4,28,14,28,30v0,26,-22,37,-49,37v-31,0,-48,-12,-51,-35r26,0v1,11,9,16,24,16v17,0,25,-7,25,-22v0,-14,-17,-17,-35,-16r0,-18v33,4,40,-31,9,-31v-12,0,-19,4,-21,13r-25,0xm241,-238r-168,238r-26,0r169,-238r25,0xm262,-25r-17,0r0,25r-23,0r0,-25r-62,0r0,-20r66,-77r19,0r0,76r17,0r0,21xm222,-46r0,-46r-39,46r39,0","w":277},"\u00bf":{"d":"60,-25v-26,25,-7,71,32,71v26,0,42,-15,46,-45r31,0v-4,44,-31,69,-77,69v-44,0,-74,-23,-76,-65v-2,-61,70,-53,63,-119r29,0v3,50,-24,66,-48,89xm109,-139r-33,0r0,-33r33,0r0,33"},"\u00c0":{"d":"150,-98r-42,-110r-40,110r82,0xm222,0r-35,0r-28,-72r-100,0r-26,72r-33,0r91,-238r34,0xm141,-250r-24,0r-36,-46r38,0","w":221},"\u00c1":{"d":"150,-98r-42,-110r-40,110r82,0xm222,0r-35,0r-28,-72r-100,0r-26,72r-33,0r91,-238r34,0xm141,-296r-36,46r-24,0r22,-46r38,0","w":221},"\u00c2":{"d":"150,-98r-42,-110r-40,110r82,0xm222,0r-35,0r-28,-72r-100,0r-26,72r-33,0r91,-238r34,0xm162,-250r-33,0r-18,-27r-19,27r-33,0r36,-45r31,0","w":221},"\u00c3":{"d":"150,-98r-42,-110r-40,110r82,0xm222,0r-35,0r-28,-72r-100,0r-26,72r-33,0r91,-238r34,0xm89,-292v19,-1,49,31,55,0r21,0v0,23,-12,35,-33,37v-19,1,-48,-31,-54,0r-22,0v2,-21,11,-37,33,-37","w":221},"\u00c4":{"d":"150,-98r-42,-110r-40,110r82,0xm222,0r-35,0r-28,-72r-100,0r-26,72r-33,0r91,-238r34,0xm158,-257r-30,0r0,-34r30,0r0,34xm95,-257r-30,0r0,-34r30,0r0,34","w":221},"\u00c5":{"d":"150,-98r-42,-110r-40,110r82,0xm222,0r-35,0r-28,-72r-100,0r-26,72r-33,0r91,-238r34,0xm79,-267v1,-18,12,-30,29,-30v17,0,29,13,30,30v-2,16,-12,29,-30,29v-17,0,-29,-12,-29,-29xm91,-267v0,10,7,17,17,17v11,0,17,-8,18,-17v-1,-10,-7,-19,-18,-18v-10,0,-17,7,-17,18","w":221},"\u00c6":{"d":"314,0r-155,0r0,-69r-84,0r-39,69r-36,0r137,-238r172,0r0,28r-119,0r0,73r109,0r0,28r-109,0r0,81r124,0r0,28xm159,-97r0,-113r-7,0r-63,113r70,0","w":332},"\u00c7":{"d":"16,-119v-10,-116,138,-165,197,-78v5,9,9,19,10,31r-32,0v-4,-33,-28,-49,-64,-49v-56,0,-79,40,-79,96v0,56,23,95,78,96v39,1,60,-19,65,-52r32,0v-7,50,-40,79,-96,79v-74,0,-104,-48,-111,-123xm154,38v0,33,-35,35,-68,32r0,-20v16,2,42,3,42,-13v0,-9,-8,-13,-24,-13r0,-24r24,0r0,12v16,3,26,7,26,26","w":239},"\u00c8":{"d":"204,0r-177,0r0,-238r172,0r0,28r-141,0r0,73r131,0r0,28r-131,0r0,81r146,0r0,28xm141,-250r-24,0r-36,-46r38,0","w":221},"\u00c9":{"d":"204,0r-177,0r0,-238r172,0r0,28r-141,0r0,73r131,0r0,28r-131,0r0,81r146,0r0,28xm141,-296r-36,46r-24,0r22,-46r38,0","w":221},"\u00ca":{"d":"204,0r-177,0r0,-238r172,0r0,28r-141,0r0,73r131,0r0,28r-131,0r0,81r146,0r0,28xm162,-250r-33,0r-18,-27r-19,27r-33,0r36,-45r31,0","w":221},"\u00cb":{"d":"204,0r-177,0r0,-238r172,0r0,28r-141,0r0,73r131,0r0,28r-131,0r0,81r146,0r0,28xm158,-257r-30,0r0,-34r30,0r0,34xm95,-257r-30,0r0,-34r30,0r0,34","w":221},"\u00cc":{"d":"62,0r-31,0r0,-238r31,0r0,238xm75,-250r-24,0r-36,-46r38,0","w":92},"\u00cd":{"d":"62,0r-31,0r0,-238r31,0r0,238xm76,-296r-36,46r-24,0r22,-46r38,0","w":92},"\u00ce":{"d":"62,0r-31,0r0,-238r31,0r0,238xm98,-250r-33,0r-18,-27r-19,27r-33,0r36,-45r31,0","w":92},"\u00cf":{"d":"62,0r-31,0r0,-238r31,0r0,238xm93,-257r-30,0r0,-34r30,0r0,34xm30,-257r-30,0r0,-34r30,0r0,34","w":92},"\u00d0":{"d":"223,-120v0,80,-40,120,-121,120r-75,0r0,-105r-27,0r0,-28r27,0r0,-105r75,0v81,0,121,40,121,118xm58,-28v82,6,133,-12,133,-92v0,-79,-52,-96,-133,-90r0,77r65,0r0,28r-65,0r0,77","w":239},"\u00d1":{"d":"214,0r-33,0r-125,-188r0,188r-29,0r0,-238r32,0r124,188r0,-188r31,0r0,238xm98,-292v19,-1,49,31,55,0r21,0v0,23,-12,35,-33,37v-19,1,-48,-31,-54,0r-22,0v2,-21,11,-37,33,-37","w":239},"\u00d2":{"d":"16,-119v0,-76,42,-123,114,-123v72,0,113,49,113,123v0,74,-41,123,-113,123v-73,0,-114,-48,-114,-123xm48,-119v0,56,26,96,81,96v56,0,82,-39,82,-96v0,-57,-27,-96,-81,-96v-55,0,-82,39,-82,96xm159,-250r-24,0r-36,-46r38,0","w":258},"\u00d3":{"d":"16,-119v0,-76,42,-123,114,-123v72,0,113,49,113,123v0,74,-41,123,-113,123v-73,0,-114,-48,-114,-123xm48,-119v0,56,26,96,81,96v56,0,82,-39,82,-96v0,-57,-27,-96,-81,-96v-55,0,-82,39,-82,96xm159,-296r-36,46r-24,0r22,-46r38,0","w":258},"\u00d4":{"d":"16,-119v0,-76,42,-123,114,-123v72,0,113,49,113,123v0,74,-41,123,-113,123v-73,0,-114,-48,-114,-123xm48,-119v0,56,26,96,81,96v56,0,82,-39,82,-96v0,-57,-27,-96,-81,-96v-55,0,-82,39,-82,96xm181,-250r-33,0r-18,-27r-19,27r-33,0r36,-45r31,0","w":258},"\u00d5":{"d":"16,-119v0,-76,42,-123,114,-123v72,0,113,49,113,123v0,74,-41,123,-113,123v-73,0,-114,-48,-114,-123xm48,-119v0,56,26,96,81,96v56,0,82,-39,82,-96v0,-57,-27,-96,-81,-96v-55,0,-82,39,-82,96xm108,-292v19,-1,49,31,55,0r21,0v0,23,-12,35,-33,37v-19,1,-48,-31,-54,0r-22,0v2,-21,11,-37,33,-37","w":258},"\u00d6":{"d":"16,-119v0,-76,42,-123,114,-123v72,0,113,49,113,123v0,74,-41,123,-113,123v-73,0,-114,-48,-114,-123xm48,-119v0,56,26,96,81,96v56,0,82,-39,82,-96v0,-57,-27,-96,-81,-96v-55,0,-82,39,-82,96xm176,-257r-30,0r0,-34r30,0r0,34xm113,-257r-30,0r0,-34r30,0r0,34","w":258},"\u00d8":{"d":"130,-242v32,-1,54,10,72,26r28,-31r16,14r-29,32v17,22,26,49,26,82v-2,74,-41,121,-113,123v-32,1,-54,-10,-74,-25r-27,30r-16,-14r29,-31v-17,-23,-26,-50,-26,-83v1,-76,42,-120,114,-123xm130,-215v-76,-3,-101,93,-67,155r120,-135v-12,-13,-30,-19,-53,-20xm129,-23v78,0,100,-94,67,-155r-120,135v14,14,32,20,53,20","w":258},"\u00d9":{"d":"214,-238v-4,110,29,242,-94,242v-69,0,-93,-37,-93,-104r0,-138r31,0v9,84,-33,214,62,214v95,0,53,-130,62,-214r32,0xm150,-250r-24,0r-36,-46r38,0","w":239},"\u00da":{"d":"214,-238v-4,110,29,242,-94,242v-69,0,-93,-37,-93,-104r0,-138r31,0v9,84,-33,214,62,214v95,0,53,-130,62,-214r32,0xm150,-296r-36,46r-24,0r22,-46r38,0","w":239},"\u00db":{"d":"214,-238v-4,110,29,242,-94,242v-69,0,-93,-37,-93,-104r0,-138r31,0v9,84,-33,214,62,214v95,0,53,-130,62,-214r32,0xm171,-250r-33,0r-18,-27r-19,27r-33,0r36,-45r31,0","w":239},"\u00dc":{"d":"214,-238v-4,110,29,242,-94,242v-69,0,-93,-37,-93,-104r0,-138r31,0v9,84,-33,214,62,214v95,0,53,-130,62,-214r32,0xm167,-257r-30,0r0,-34r30,0r0,34xm104,-257r-30,0r0,-34r30,0r0,34","w":239},"\u00dd":{"d":"220,-238r-93,137r0,101r-32,0r0,-101r-94,-137r39,0r71,109r71,-109r38,0xm140,-295r-36,46r-24,0r22,-46r38,0","w":221},"\u00de":{"d":"207,-122v0,74,-72,78,-149,74r0,48r-31,0r0,-238r31,0r0,47v77,-4,149,-2,149,69xm118,-77v64,13,77,-83,18,-85v-23,-2,-53,-1,-78,-1r0,86r60,0","w":221},"\u00df":{"d":"92,-218v-31,0,-39,24,-39,57r0,161r-30,0v8,-94,-33,-246,70,-242v34,1,59,16,61,47v2,25,-21,42,-25,66v10,35,63,32,63,79v0,65,-112,74,-117,10r29,0v5,30,60,25,57,-8v-3,-41,-62,-32,-62,-77v1,-20,27,-54,26,-67v-2,-18,-15,-26,-33,-26","w":203},"\u00e0":{"d":"44,-47v4,42,75,27,88,2r0,-38v-45,-2,-91,6,-88,36xm92,-176v46,0,70,16,70,65r0,111r-30,0r0,-17v-33,32,-119,31,-119,-29v0,-44,49,-63,119,-60v2,-32,-8,-46,-41,-46v-27,0,-42,9,-43,29r-31,0v2,-36,27,-53,75,-53xm122,-197r-24,0r-36,-46r38,0"},"\u00e1":{"d":"44,-47v4,42,75,27,88,2r0,-38v-45,-2,-91,6,-88,36xm92,-176v46,0,70,16,70,65r0,111r-30,0r0,-17v-33,32,-119,31,-119,-29v0,-44,49,-63,119,-60v2,-32,-8,-46,-41,-46v-27,0,-42,9,-43,29r-31,0v2,-36,27,-53,75,-53xm122,-243r-36,46r-24,0r22,-46r38,0"},"\u00e2":{"d":"44,-47v4,42,75,27,88,2r0,-38v-45,-2,-91,6,-88,36xm92,-176v46,0,70,16,70,65r0,111r-30,0r0,-17v-33,32,-119,31,-119,-29v0,-44,49,-63,119,-60v2,-32,-8,-46,-41,-46v-27,0,-42,9,-43,29r-31,0v2,-36,27,-53,75,-53xm144,-197r-33,0r-18,-27r-19,27r-33,0r36,-45r31,0"},"\u00e3":{"d":"44,-47v4,42,75,27,88,2r0,-38v-45,-2,-91,6,-88,36xm92,-176v46,0,70,16,70,65r0,111r-30,0r0,-17v-33,32,-119,31,-119,-29v0,-44,49,-63,119,-60v2,-32,-8,-46,-41,-46v-27,0,-42,9,-43,29r-31,0v2,-36,27,-53,75,-53xm71,-239v19,-1,49,31,55,0r21,0v0,23,-12,35,-33,37v-19,1,-48,-31,-54,0r-22,0v2,-21,11,-37,33,-37"},"\u00e4":{"d":"44,-47v4,42,75,27,88,2r0,-38v-45,-2,-91,6,-88,36xm92,-176v46,0,70,16,70,65r0,111r-30,0r0,-17v-33,32,-119,31,-119,-29v0,-44,49,-63,119,-60v2,-32,-8,-46,-41,-46v-27,0,-42,9,-43,29r-31,0v2,-36,27,-53,75,-53xm139,-204r-30,0r0,-34r30,0r0,34xm76,-204r-30,0r0,-34r30,0r0,34"},"\u00e5":{"d":"44,-47v4,42,75,27,88,2r0,-38v-45,-2,-91,6,-88,36xm92,-176v46,0,70,16,70,65r0,111r-30,0r0,-17v-33,32,-119,31,-119,-29v0,-44,49,-63,119,-60v2,-32,-8,-46,-41,-46v-27,0,-42,9,-43,29r-31,0v2,-36,27,-53,75,-53xm63,-221v2,-16,12,-29,29,-29v18,1,29,12,30,29v0,18,-13,28,-30,30v-17,-2,-28,-13,-29,-30xm75,-221v0,9,6,18,17,18v11,0,18,-7,18,-18v-1,-25,-35,-20,-35,0"},"\u00e6":{"d":"78,-20v38,0,53,-23,51,-63v-44,-2,-85,6,-85,36v0,18,11,27,34,27xm281,-51v-3,64,-115,72,-139,22v-18,43,-129,50,-129,-17v0,-44,47,-63,116,-60v2,-31,-8,-46,-40,-46v-25,0,-39,9,-41,29r-31,0v-7,-58,106,-69,133,-31v14,-15,33,-22,55,-22v56,1,80,39,79,97r-125,0v3,34,15,59,49,59v22,0,39,-10,41,-31r32,0xm252,-103v-5,-33,-21,-49,-47,-49v-26,0,-41,16,-45,49r92,0","w":295},"\u00e7":{"d":"162,-51v-6,35,-29,56,-70,55v-53,-1,-80,-34,-80,-90v0,-85,98,-121,142,-59v4,7,7,15,8,24r-32,0v-1,-21,-16,-31,-38,-31v-36,0,-49,29,-49,66v0,37,13,66,49,66v22,0,36,-10,38,-31r32,0xm117,38v0,33,-35,35,-68,32r0,-20v16,2,42,3,42,-13v0,-9,-8,-13,-24,-13r0,-24r24,0r0,12v16,3,26,7,26,26","w":166},"\u00e8":{"d":"170,-51v-6,36,-32,55,-74,55v-56,-1,-83,-34,-84,-90v-1,-56,27,-90,80,-90v56,0,83,37,81,97r-129,0v2,35,17,59,52,59v22,0,40,-10,42,-31r32,0xm141,-103v1,-50,-72,-67,-91,-22v-3,6,-5,14,-6,22r97,0xm122,-197r-24,0r-36,-46r38,0"},"\u00e9":{"d":"170,-51v-6,36,-32,55,-74,55v-56,-1,-83,-34,-84,-90v-1,-56,27,-90,80,-90v56,0,83,37,81,97r-129,0v2,35,17,59,52,59v22,0,40,-10,42,-31r32,0xm141,-103v1,-50,-72,-67,-91,-22v-3,6,-5,14,-6,22r97,0xm122,-243r-36,46r-24,0r22,-46r38,0"},"\u00ea":{"d":"170,-51v-6,36,-32,55,-74,55v-56,-1,-83,-34,-84,-90v-1,-56,27,-90,80,-90v56,0,83,37,81,97r-129,0v2,35,17,59,52,59v22,0,40,-10,42,-31r32,0xm141,-103v1,-50,-72,-67,-91,-22v-3,6,-5,14,-6,22r97,0xm144,-197r-33,0r-18,-27r-19,27r-33,0r36,-45r31,0"},"\u00eb":{"d":"170,-51v-6,36,-32,55,-74,55v-56,-1,-83,-34,-84,-90v-1,-56,27,-90,80,-90v56,0,83,37,81,97r-129,0v2,35,17,59,52,59v22,0,40,-10,42,-31r32,0xm141,-103v1,-50,-72,-67,-91,-22v-3,6,-5,14,-6,22r97,0xm139,-204r-30,0r0,-34r30,0r0,34xm76,-204r-30,0r0,-34r30,0r0,34"},"\u00ec":{"d":"53,0r-30,0r0,-172r30,0r0,172xm36,-243r21,46r-24,0r-36,-46r39,0","w":75},"\u00ed":{"d":"53,0r-30,0r0,-172r30,0r0,172xm80,-243r-36,46r-24,0r21,-46r39,0","w":75},"\u00ee":{"d":"53,0r-30,0r0,-172r30,0r0,172xm89,-197r-33,0r-18,-27r-18,27r-33,0r36,-45r31,0","w":75},"\u00ef":{"d":"53,0r-30,0r0,-172r30,0r0,172xm83,-204r-30,0r0,-34r30,0r0,34xm21,-204r-30,0r0,-34r30,0r0,34","w":75},"\u00f0":{"d":"86,-238r20,16r35,-16r8,15r-29,15v28,32,53,68,53,124v0,55,-28,88,-81,88v-52,0,-80,-33,-80,-88v0,-63,48,-102,106,-82v-5,-11,-12,-23,-21,-33r-40,19r-8,-15r35,-16v-10,-10,-20,-18,-33,-27r35,0xm43,-84v0,37,14,64,49,64v36,0,50,-27,50,-64v0,-37,-14,-64,-50,-64v-35,0,-49,27,-49,64"},"\u00f1":{"d":"132,-111v3,-56,-56,-47,-79,-12r0,123r-30,0r0,-172r30,0r0,22v28,-43,110,-33,110,37r0,113r-31,0r0,-111xm71,-239v19,-1,49,31,55,0r21,0v0,23,-12,35,-33,37v-19,1,-48,-31,-54,0r-22,0v2,-21,11,-37,33,-37"},"\u00f2":{"d":"12,-86v0,-56,27,-90,80,-90v54,0,81,34,81,90v0,56,-27,90,-81,90v-53,0,-80,-34,-80,-90xm43,-86v0,37,13,66,49,66v36,0,50,-29,50,-66v0,-37,-13,-66,-50,-66v-36,0,-49,29,-49,66xm122,-197r-24,0r-36,-46r38,0"},"\u00f3":{"d":"12,-86v0,-56,27,-90,80,-90v54,0,81,34,81,90v0,56,-27,90,-81,90v-53,0,-80,-34,-80,-90xm43,-86v0,37,13,66,49,66v36,0,50,-29,50,-66v0,-37,-13,-66,-50,-66v-36,0,-49,29,-49,66xm122,-243r-36,46r-24,0r22,-46r38,0"},"\u00f4":{"d":"12,-86v0,-56,27,-90,80,-90v54,0,81,34,81,90v0,56,-27,90,-81,90v-53,0,-80,-34,-80,-90xm43,-86v0,37,13,66,49,66v36,0,50,-29,50,-66v0,-37,-13,-66,-50,-66v-36,0,-49,29,-49,66xm145,-197r-33,0r-18,-27r-19,27r-33,0r36,-45r31,0"},"\u00f5":{"d":"12,-86v0,-56,27,-90,80,-90v54,0,81,34,81,90v0,56,-27,90,-81,90v-53,0,-80,-34,-80,-90xm43,-86v0,37,13,66,49,66v36,0,50,-29,50,-66v0,-37,-13,-66,-50,-66v-36,0,-49,29,-49,66xm71,-239v19,-1,49,31,55,0r21,0v0,23,-12,35,-33,37v-19,1,-48,-31,-54,0r-22,0v2,-21,11,-37,33,-37"},"\u00f6":{"d":"12,-86v0,-56,27,-90,80,-90v54,0,81,34,81,90v0,56,-27,90,-81,90v-53,0,-80,-34,-80,-90xm43,-86v0,37,13,66,49,66v36,0,50,-29,50,-66v0,-37,-13,-66,-50,-66v-36,0,-49,29,-49,66xm139,-204r-30,0r0,-34r30,0r0,34xm76,-204r-30,0r0,-34r30,0r0,34"},"\u00f8":{"d":"12,-86v0,-75,69,-111,127,-77r17,-21r15,12r-18,22v13,16,20,37,20,64v0,75,-70,111,-127,77r-17,21r-15,-12r17,-22v-13,-16,-19,-37,-19,-64xm123,-141v-54,-40,-100,34,-73,94xm62,-31v51,39,103,-33,72,-94"},"\u00f9":{"d":"53,-61v-3,54,58,48,79,12r0,-123r30,0r0,172r-30,0r0,-22v-34,44,-110,33,-110,-37r0,-113r31,0r0,111xm122,-197r-24,0r-36,-46r38,0"},"\u00fa":{"d":"53,-61v-3,54,58,48,79,12r0,-123r30,0r0,172r-30,0r0,-22v-34,44,-110,33,-110,-37r0,-113r31,0r0,111xm122,-243r-36,46r-24,0r22,-46r38,0"},"\u00fb":{"d":"53,-61v-3,54,58,48,79,12r0,-123r30,0r0,172r-30,0r0,-22v-34,44,-110,33,-110,-37r0,-113r31,0r0,111xm144,-197r-33,0r-18,-27r-19,27r-33,0r36,-45r31,0"},"\u00fc":{"d":"53,-61v-3,54,58,48,79,12r0,-123r30,0r0,172r-30,0r0,-22v-34,44,-110,33,-110,-37r0,-113r31,0r0,111xm139,-204r-30,0r0,-34r30,0r0,34xm76,-204r-30,0r0,-34r30,0r0,34"},"\u00fd":{"d":"17,39v29,9,38,-5,52,-39r-64,-172r33,0r45,134r46,-134r33,0r-76,200v-11,28,-29,49,-69,40r0,-29xm113,-243r-36,46r-24,0r22,-46r38,0","w":166},"\u00fe":{"d":"173,-88v5,73,-69,117,-120,75r0,79r-30,0r0,-304r30,0r0,86v12,-14,27,-24,49,-24v50,0,67,37,71,88xm99,-20v58,0,59,-133,1,-132v-17,0,-33,9,-47,29r0,82v13,14,29,21,46,21"},"\u00ff":{"d":"17,39v29,9,38,-5,52,-39r-64,-172r33,0r45,134r46,-134r33,0r-76,200v-11,28,-29,49,-69,40r0,-29xm130,-204r-30,0r0,-34r30,0r0,34xm67,-204r-30,0r0,-34r30,0r0,34","w":166},"\u0964":{"d":"104,19r-31,0r0,-197r31,0r0,197","w":150},"\u0965":{"d":"174,19r-31,0r0,-197r31,0r0,197xm104,19r-31,0r0,-197r31,0r0,197","w":220},"\u0951":{"d":"-51,-260r-17,0r0,-121r17,0r0,121","w":0},"\u0952":{"d":"m2,79r-169,0r0,-16r169,0r0,16","w":0},"\u20a8":{"d":"217,-171v0,36,-23,56,-54,63v37,11,46,72,62,108r-34,0v-18,-40,-19,-102,-75,-102r-58,0r0,102r-31,0r0,-238r123,1v42,0,67,26,67,66xm184,-171v0,-57,-74,-36,-126,-40r0,81v52,-4,126,17,126,-41xm352,-85v37,34,0,89,-54,89v-47,0,-71,-18,-74,-55r31,0v0,21,15,31,43,31v38,0,55,-40,14,-50v-36,-9,-86,-10,-84,-57v2,-33,27,-49,64,-49v45,0,68,16,69,48r-30,0v-1,-16,-13,-24,-36,-24v-32,-7,-52,34,-15,42v24,5,56,10,72,25","w":380},"!":{"d":"38,0r0,-35r37,0r0,35r-37,0xm72,-60r-32,0r0,-169r32,0r0,169","w":112},"\"":{"d":"75,-263r-9,75r-20,0r-9,-75r38,0xm141,-263r-9,75r-20,0r-9,-75r38,0","w":178},"#":{"d":"199,-144r-13,53r43,0r-6,27r-44,0r-16,64r-28,0r16,-64r-47,0r-16,64r-28,0r16,-64r-42,0r5,-27r44,0r14,-53r-44,0r5,-27r45,0r16,-65r28,0r-16,65r47,0r16,-65r28,0r-16,65r42,0r-5,27r-44,0xm124,-145r-13,54r47,0r13,-54r-47,0","w":281},"%":{"d":"187,-6v11,1,19,-12,19,-22v0,-11,-8,-24,-19,-24v-12,0,-20,13,-20,24v0,11,8,23,20,22xm95,-159v11,0,20,-12,20,-23v0,-11,-9,-23,-20,-23v-11,0,-19,12,-19,23v0,11,8,23,19,23xm187,-75v24,0,42,22,42,47v0,24,-18,45,-42,45v-24,0,-43,-21,-43,-45v0,-24,19,-47,43,-47xm95,-228v25,0,43,22,43,46v0,24,-19,46,-43,46v-23,0,-42,-22,-42,-46v0,-25,18,-46,42,-46xm38,3r183,-235r23,18r-182,234","w":281},"&":{"d":"220,-143v1,41,-2,58,-14,82r41,40r-21,21r-36,-36v-43,68,-162,47,-161,-36v0,-34,15,-60,46,-78v-51,-41,-31,-108,31,-110v34,-1,63,23,62,57v0,21,-15,42,-45,60r61,61v6,-17,9,-38,9,-61r27,0xm103,-165v18,-12,32,-21,34,-38v2,-18,-14,-29,-32,-29v-42,0,-34,44,-2,67xm60,-73v-2,45,51,65,85,38v10,-7,18,-14,23,-22r-72,-72v-17,10,-35,32,-36,56","w":262},"'":{"d":"57,-263r-8,75r-21,0r-9,-75r38,0","w":76},"(":{"d":"111,49v-57,-50,-96,-159,-52,-249v13,-28,30,-53,52,-74r20,21v-31,33,-56,82,-56,140v0,58,23,108,57,139","w":150},")":{"d":"44,29v64,-90,66,-191,4,-282r26,-19v52,78,71,150,37,242v-11,28,-24,54,-42,77","w":150},"*":{"d":"99,-33r-18,0r0,-48r-36,36r-8,-8r36,-37r-48,0r0,-17r48,0r-36,-37r8,-8r36,36r0,-49r18,0r0,49r36,-36r9,8r-36,37r48,0r0,17r-48,0r36,37r-9,8r-36,-36r0,48","w":189},"+":{"d":"43,-86r0,-25r58,0r0,-62r24,0r0,62r58,0r0,25r-58,0r0,62r-24,0r0,-62r-58,0","w":225},",":{"d":"70,-39v6,43,-18,60,-33,86r-13,-9r25,-38r-20,0r0,-39r41,0","w":98},"-":{"d":"123,-99r-99,0r0,-28r99,0r0,28","w":147},"\u2010":{"d":"123,-99r-99,0r0,-28r99,0r0,28","w":147},".":{"d":"29,0r0,-39r41,0r0,39r-41,0","w":98},"\/":{"d":"27,4r148,-236r24,16r-148,236","w":225},"0":{"d":"107,-239v63,0,95,56,95,123v0,67,-32,123,-95,123v-63,0,-96,-56,-96,-123v0,-67,33,-123,96,-123xm107,-22v85,-1,85,-187,0,-188v-86,1,-86,186,0,188","w":214},"1":{"d":"100,-232r0,232r-31,0r0,-189r-21,20r-18,-20r43,-43r27,0","w":150},"2":{"d":"32,-201v24,-54,142,-50,139,26v-2,69,-106,74,-104,146r102,0r0,29r-133,0v-3,-75,18,-101,76,-136v36,-22,38,-72,-9,-73v-22,0,-40,9,-52,28","w":206},"3":{"d":"134,-125v67,29,34,132,-41,132v-23,0,-44,-6,-62,-19r0,-31v38,29,104,30,109,-20v3,-36,-28,-49,-67,-45r0,-30v59,16,75,-70,20,-72v-12,-1,-34,7,-42,12r0,-29v46,-30,109,-1,107,52v0,21,-8,37,-24,50","w":206},"4":{"d":"115,-98r0,-85r-59,85r59,0xm188,-69r-42,0r0,69r-31,0r0,-69r-95,0r0,-29r95,-134r31,0r0,134r42,0r0,29","w":206},"5":{"d":"140,-71v0,-45,-51,-47,-100,-44r0,-117r119,0r0,28r-88,0r0,59v57,-5,98,24,100,74v2,67,-76,95,-137,68r0,-32v41,22,106,12,106,-36","w":206},"6":{"d":"67,-115v41,-49,118,-14,118,49v0,38,-33,73,-69,73v-55,0,-80,-58,-80,-120v0,-79,51,-147,131,-120r0,30v-58,-28,-102,29,-100,88xm116,-22v20,0,39,-21,39,-44v0,-55,-71,-51,-85,-14v1,29,19,58,46,58","w":206},"7":{"d":"40,0v-7,-95,59,-147,102,-204r-104,0r0,-28r143,0r0,28v-45,57,-115,108,-109,204r-32,0","w":206},"8":{"d":"103,-212v-31,-1,-49,33,-23,54v8,6,15,12,23,16v13,-6,35,-24,36,-39v0,-19,-17,-31,-36,-31xm59,-59v0,22,21,39,44,39v24,0,43,-18,44,-39v0,-19,-15,-36,-44,-52v-29,16,-44,33,-44,52xm75,-126v-62,-30,-44,-113,28,-113v70,0,89,83,28,113v27,19,46,32,46,67v0,39,-33,66,-74,66v-42,0,-74,-27,-74,-66v0,-36,19,-49,46,-67","w":206},"9":{"d":"146,-116v-42,49,-116,13,-116,-51v0,-38,30,-72,68,-72v56,0,80,59,80,121v0,90,-59,148,-138,115r0,-30v60,27,110,-1,106,-83xm97,-210v-23,0,-38,20,-38,44v0,55,71,53,84,15v0,-30,-18,-59,-46,-59","w":206},":":{"d":"29,-103r0,-39r41,0r0,39r-41,0xm29,0r0,-39r41,0r0,39r-41,0","w":98},";":{"d":"70,-39v6,43,-18,60,-33,86r-13,-9r25,-38r-20,0r0,-39r41,0xm29,-103r0,-39r41,0r0,39r-41,0","w":98},"<":{"d":"217,-17r-182,-87r0,-21r182,-87r7,28r-146,69r146,70","w":262},"=":{"d":"169,-91r0,32r-113,0r0,-32r113,0xm169,-166r0,32r-113,0r0,-32r113,0","w":225},">":{"d":"39,-45r146,-70r-146,-69r7,-28r182,87r0,21r-182,87","w":262},"?":{"d":"73,0r0,-35r37,0r0,35r-37,0xm99,-263v56,0,98,67,55,107v-23,21,-56,36,-48,86r-30,0v-1,-31,0,-59,16,-73v18,-16,47,-26,47,-57v1,-18,-20,-34,-40,-34v-26,0,-39,15,-39,45r-30,0v-1,-44,26,-74,69,-74","w":206},"@":{"d":"178,-263v78,0,143,63,142,139v0,54,-16,106,-62,109v-21,1,-42,-19,-45,-35v-42,51,-115,5,-115,-58v0,-62,70,-106,112,-61r0,-21r28,0r0,125v0,17,7,25,20,25v29,0,37,-45,37,-84v1,-64,-52,-116,-117,-116v-65,0,-116,60,-116,127v0,93,84,157,179,121r0,25v-111,33,-204,-42,-204,-146v0,-80,62,-150,141,-150xm173,-55v54,-1,55,-105,1,-107v-26,0,-46,26,-46,53v-1,27,19,54,45,54","w":356},"[":{"d":"31,-278r100,0r0,29r-65,0r0,273r65,0r0,29r-100,0r0,-331","w":168},"\\":{"d":"175,20r-148,-236r24,-16r148,236","w":225},"]":{"d":"102,-249r-64,0r0,-29r99,0r0,331r-99,0r0,-29r64,0r0,-273","w":168},"^":{"d":"103,-276r63,51r-15,18r-48,-40r-48,40r-15,-18","w":206},"_":{"d":"-1,28r197,0r0,28r-197,0r0,-28","w":195},"{":{"d":"77,-31v0,-46,-18,-67,-65,-66r0,-31v47,1,65,-20,65,-66v0,-78,21,-85,94,-84r0,26v-44,-1,-65,1,-64,47v2,63,-8,72,-50,93v46,21,52,32,50,103v-1,40,26,36,64,36r0,26v-72,1,-94,-6,-94,-84","w":206},"|":{"d":"83,66r-28,0r0,-341r28,0r0,341","w":137},"}":{"d":"130,-194v0,46,18,67,65,66r0,31v-47,-1,-65,20,-65,66v0,78,-23,85,-95,84r0,-26v37,0,65,5,65,-36v0,-71,4,-81,49,-103v-42,-20,-51,-30,-49,-93v1,-47,-20,-47,-65,-47r0,-26v71,-1,95,6,95,84","w":206},"~":{"d":"85,-163v48,-3,52,54,94,66v30,-4,30,-24,31,-66r28,0v2,58,-8,94,-59,94v-41,0,-37,-12,-66,-49v-30,-37,-65,-11,-59,49r-28,0v-2,-58,8,-91,59,-94","w":262},"\u2026":{"d":"31,0r0,-39r41,0r0,39r-41,0xm139,0r0,-39r41,0r0,39r-41,0xm246,0r0,-39r41,0r0,39r-41,0","w":318},"\u2013":{"d":"-1,-155r197,0r0,28r-197,0r0,-28","w":195},"\u2014":{"d":"-1,-154r321,0r0,28r-321,0r0,-28","w":319},"\u00f7":{"d":"43,-86r0,-25r140,0r0,25r-140,0xm94,-139r0,-35r37,0r0,35r-37,0xm94,-23r0,-35r37,0r0,35r-37,0","w":225},"\u2212":{"d":"183,-86r-140,0r0,-25r140,0r0,25","w":225},"\u00d7":{"d":"174,-55r-17,17r-44,-43r-44,43r-17,-17r44,-43r-44,-44r17,-17r43,43r44,-43r17,17r-43,43","w":225},"\u0131":{"d":"53,0r-30,0r0,-172r30,0r0,172","w":75},"\u02c7":{"d":"78,-197r-31,0r-36,-45r33,0r19,27r18,-27r33,0","w":125},"\u02da":{"d":"18,-221v1,-17,11,-29,29,-29v17,1,28,12,29,29v0,18,-13,28,-29,30v-17,-1,-29,-12,-29,-30xm30,-221v0,10,6,18,17,18v11,0,17,-8,17,-18v0,-10,-7,-17,-17,-17v-10,0,-17,7,-17,17","w":93},"\u2044":{"d":"126,-238r-169,238r-26,0r170,-238r25,0","w":57},"\u2074":{"d":"111,-154r-16,0r0,25r-24,0r0,-25r-62,0r0,-19r66,-77r20,0r0,75r16,0r0,21xm71,-175r0,-46r-39,46r39,0","w":119},"\u0c3d":{"d":"134,-128v-8,-32,-66,-14,-85,-5r0,-28v34,-20,115,-22,113,32v-2,59,-76,47,-116,68v-4,3,-6,6,-6,10v9,20,46,16,74,16r164,0r0,35r-184,0v-71,12,-116,-67,-40,-93v28,-9,74,-2,80,-35","w":287},"\u0c78":{"d":"86,-232v73,-5,98,101,47,138v30,6,45,47,15,68v-21,15,-50,28,-75,38r-16,-20v27,-13,69,-22,81,-50v-6,-17,-30,-18,-52,-20v-47,-3,-75,-31,-75,-79v0,-46,31,-72,75,-75xm86,-113v27,0,47,-16,47,-44v0,-27,-20,-47,-47,-47v-27,0,-47,18,-47,47v0,29,18,44,47,44","w":182},"\u0c79":{"d":"39,-229r28,0r0,229r-28,0r0,-229","w":105},"\u0c7a":{"d":"46,-147v-4,35,42,37,63,22r0,-104r28,0r0,229r-28,0r0,-94v-42,15,-91,-1,-91,-50r0,-85r28,0r0,82","w":165},"\u0c7b":{"d":"137,-142v-1,31,45,31,63,17r0,-104r29,0r0,229r-29,0r0,-94v-24,9,-62,8,-77,-9v-34,27,-105,17,-105,-41r0,-85r28,0v5,43,-17,115,30,113v16,-1,33,-6,33,-25r0,-88r28,0r0,87","w":256},"\u0c7c":{"d":"14,-98r0,-29r217,0r0,29r-217,0","w":245},"\u0c7d":{"d":"60,-47v7,14,34,12,55,12r156,0r0,35r-175,0v-51,8,-89,-50,-43,-79v28,-16,74,-16,99,-36v7,-16,-8,-22,-26,-22r-90,0r0,-28v64,2,172,-16,141,62v-14,36,-78,28,-111,47v-4,3,-6,6,-6,9","w":281},"\u0c7e":{"d":"69,-44v7,12,31,9,51,9r176,0r0,35r-194,0v-45,6,-84,-38,-48,-68v13,-11,40,-10,62,-12v7,0,13,-1,13,-7v-18,-21,-93,9,-97,-39v-3,-39,37,-39,73,-41v8,0,15,-2,16,-8v-14,-16,-58,-6,-88,-9r0,-28v52,0,137,-10,111,53v-9,22,-44,19,-72,22v-6,0,-11,1,-12,6v25,18,98,-7,98,40v0,47,-56,34,-89,47","w":306},"\u0c7f":{"d":"128,-32v70,-3,107,-45,133,-90r22,16v-27,59,-72,110,-155,110v-64,0,-107,-35,-107,-99v0,-48,25,-84,74,-84v26,0,41,16,42,42v4,49,-76,56,-82,11v-19,52,15,97,73,94xm109,-137v0,-17,-24,-17,-35,-8v-1,25,33,30,35,8","w":297}}});
25
+ /*!
26
+ * The following copyright notice may not be removed under any circumstances.
27
+ *
28
+ * Copyright:
29
+ * � 2008 Microsoft Corporation. All rights reserved.
30
+ *
31
+ * Description:
32
+ * Gautami is an OpenType font for the Indic script-Telugu. It is based on
33
+ * Unicode, contains TrueType outlines and has been designed for use as a UI font.
34
+ */
35
+ Cufon.registerFont({"w":194,"face":{"font-family":"Gautami","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 8 2 4 2 4 2 2 3","ascent":"288","descent":"-72","x-height":"4","bbox":"-244 -333 537 142","underline-thickness":"16.875","underline-position":"-97.0312","unicode-range":"U+0020-U+25CC"},"glyphs":{" ":{"w":95},"\u200b":{"w":0},"\u00a0":{"w":95},"\u0c01":{"d":"44,-76v0,25,19,34,44,35r0,44v-88,9,-110,-124,-34,-149v10,-4,21,-6,34,-6r0,38v-26,0,-44,13,-44,38","w":98},"\u0c02":{"d":"84,-152v46,0,76,30,76,76v0,47,-29,79,-76,79v-47,0,-76,-31,-76,-79v0,-46,30,-76,76,-76xm84,-41v21,0,38,-13,38,-35v0,-23,-15,-38,-38,-38v-23,0,-39,15,-39,38v0,23,17,35,39,35","w":173},"\u0c03":{"d":"37,-61v20,0,34,14,34,34v0,20,-14,34,-34,34v-20,0,-34,-14,-34,-34v0,-20,14,-34,34,-34xm25,-28v1,15,23,15,24,0v0,-14,-24,-14,-24,0xm37,-149v20,0,34,14,34,34v0,20,-14,34,-34,34v-20,0,-34,-14,-34,-34v0,-20,14,-34,34,-34xm25,-115v0,14,24,14,24,0v-1,-15,-23,-15,-24,0","w":74},"\u0c05":{"d":"181,-176v37,0,59,31,59,69v0,69,-44,110,-115,110v-70,0,-116,-41,-116,-110v0,-39,21,-69,58,-69v30,0,50,21,50,50v0,34,-30,58,-65,48v10,24,35,37,73,37v46,-1,73,-20,77,-66v2,-25,-26,-43,-34,-19v2,8,9,13,18,13r0,38r-63,0r0,-38r9,0v-5,-37,15,-63,49,-63xm50,-125v2,15,29,16,29,-1v-1,-17,-27,-14,-29,1","w":256},"\u0c06":{"d":"197,-176v51,-2,65,70,28,91v4,6,7,12,7,18v-5,52,-50,70,-106,70v-69,0,-117,-40,-117,-110v0,-39,20,-69,57,-69v30,0,50,21,50,50v0,34,-30,58,-64,48v13,44,115,50,142,14v-9,-12,-44,-3,-63,-6r0,-38r20,0v-13,-34,12,-66,46,-68xm210,-126v-1,-15,-25,-15,-25,0v0,7,4,13,10,17v10,-2,15,-8,15,-17xm50,-125v2,15,29,17,28,-1v-1,-18,-26,-12,-28,1","w":265},"\u0c07":{"d":"120,-156v35,-40,118,-14,111,51v-3,32,-13,54,-32,72v6,12,11,28,11,46r-38,0v-1,-10,0,-18,-3,-25v-30,27,-103,20,-100,-34v3,-56,79,-56,108,-18v19,-16,28,-74,-10,-74v-20,0,-28,13,-28,34r-38,0v0,-21,-7,-34,-28,-34v-27,1,-35,33,-14,49r-27,27v-44,-38,-19,-115,41,-114v21,0,37,8,47,20xm107,-46v2,17,31,8,42,4v-7,-8,-39,-21,-42,-4","w":248},"\u0c08":{"d":"262,-115v0,-14,-18,-12,-22,-2r-27,-17v15,-36,84,-28,81,19v0,8,-5,17,-8,23v24,20,8,70,-27,67v-25,-1,-43,-20,-39,-47r-13,0v-9,42,-38,75,-86,75v-49,0,-76,-34,-86,-75r-25,0r0,-32r25,0v5,-29,21,-48,43,-60v-3,-3,-9,-9,-11,-13r23,-23v9,8,15,24,31,24v21,-5,40,-30,56,-50r26,23r-35,41v22,13,34,33,39,58v19,-3,55,9,55,-11xm168,-104v-9,-43,-86,-42,-94,0r94,0xm73,-72v9,31,68,43,88,12v3,-4,6,-7,8,-12r-96,0xm258,-56v5,1,9,-5,9,-9v0,-4,-5,-9,-9,-8v-4,-1,-9,4,-8,8v-1,4,3,10,8,9","w":313},"\u0c09":{"d":"199,-78v22,0,37,15,37,37v0,52,-86,57,-107,17v-10,15,-25,27,-49,27v-46,0,-71,-33,-71,-81v0,-62,43,-93,103,-98r0,-32r32,0r0,33v25,1,47,9,67,17r-18,35v-43,-22,-110,-20,-137,9r176,0r0,32r-185,0v-10,45,62,58,61,14r38,0v0,16,6,25,17,30v-1,-26,14,-40,36,-40xm196,-31v9,0,15,-17,3,-18v-10,0,-7,14,-3,18","w":248},"\u0c0a":{"d":"201,-78v21,0,35,14,36,37v0,54,-86,56,-107,17v-9,15,-25,27,-48,27v-48,0,-72,-34,-72,-81v0,-55,35,-86,85,-95r0,-35r32,0r0,32r10,0r0,-32r32,0r0,35v17,2,30,9,44,16r-19,33v-35,-22,-112,-17,-137,8r211,0v6,0,11,-6,11,-13v-1,-14,-18,-10,-22,-1r-27,-17v17,-36,80,-27,80,18v0,8,-3,15,-7,22v25,23,8,67,-27,67v-26,0,-42,-18,-39,-43r-189,0v-1,27,10,42,34,42v19,0,28,-11,28,-31r37,0v0,16,6,28,17,34v0,-25,14,-40,37,-40xm275,-70v11,0,11,-18,0,-18v-4,0,-9,5,-8,9v-1,4,4,9,8,9xm197,-31v11,2,14,-16,3,-18v-9,1,-8,13,-3,18","w":327},"\u0c0b":{"d":"392,-81v-2,-36,-24,-53,-57,-58r8,-37v49,9,82,40,87,95v6,70,-77,110,-120,62v-21,26,-74,32,-97,0v-25,28,-68,30,-94,2v-41,54,-141,-10,-96,-72v10,-12,33,-16,52,-28v5,-5,4,-23,-7,-21v-6,0,-13,8,-12,15r-38,0v2,-31,20,-51,50,-53v50,-2,64,75,21,94v-14,6,-34,8,-39,23v0,12,8,18,24,18v16,0,27,-11,26,-28r37,0v0,19,10,28,28,28v22,0,32,-13,32,-40v0,-36,-24,-54,-58,-58r9,-37v54,9,94,49,85,114v13,37,66,22,62,-19v-4,-35,-24,-54,-58,-58r8,-37v54,10,93,46,86,114v2,14,11,21,27,21v23,0,34,-16,34,-40","w":448},"\u0c0c":{"d":"200,-176v33,4,53,26,53,61v0,74,-48,118,-121,118v-49,0,-90,-16,-90,-61v0,-48,55,-48,100,-41v11,2,17,-9,18,-20v0,-12,-9,-17,-18,-19v-15,0,-19,9,-19,25r-38,0v4,-29,-37,-32,-38,-6v0,4,1,10,5,15r-27,24v-50,-50,29,-130,79,-80v33,-34,96,-8,94,41v-1,50,-48,65,-101,53v-12,0,-18,3,-18,8v4,19,29,20,53,20v50,0,81,-29,85,-77v0,-12,-6,-20,-17,-24r0,-37","w":271},"\u0c0e":{"d":"60,-242v94,2,151,54,151,143v0,57,-22,101,-79,102v-17,0,-31,-7,-38,-18v-29,31,-87,9,-85,-35v2,-30,20,-47,50,-50v31,-3,43,32,57,55v32,13,59,-8,57,-54v-2,-68,-43,-104,-113,-105r0,-38xm46,-50v0,17,27,14,28,0v-3,-15,-27,-16,-28,0","w":226},"\u0c0f":{"d":"78,-242v87,3,133,59,133,143v0,58,-22,100,-79,102v-17,0,-31,-7,-38,-18v-29,31,-88,9,-86,-35v1,-30,21,-50,51,-50v25,0,40,14,48,41v4,12,12,18,25,18v27,0,41,-19,41,-58v0,-62,-31,-104,-95,-105r0,-38xm44,-224v0,17,6,28,24,27r0,38v-66,4,-83,-99,-26,-120v8,-3,16,-5,26,-5r0,38v-15,0,-24,7,-24,22xm46,-50v0,17,27,15,29,0v-3,-13,-28,-17,-29,0","w":227},"\u0c10":{"d":"117,-158v50,-44,114,5,114,73v0,74,-83,112,-136,69v-29,33,-86,10,-86,-34v0,-41,49,-65,80,-39v8,7,14,19,18,35v22,25,92,14,87,-31v-3,-27,-9,-50,-33,-53v-15,1,-27,9,-28,25r-37,0v0,-18,-11,-25,-27,-25v-15,0,-23,8,-22,25r-38,0v-7,-62,73,-79,108,-45xm47,-50v-2,16,22,14,27,5v6,-9,-6,-17,-15,-17v-8,0,-12,4,-12,12","w":248},"\u0c12":{"d":"167,-41v31,1,36,-39,11,-53r29,-27v45,39,23,125,-40,124v-21,0,-36,-7,-47,-21v-34,47,-139,9,-107,-62v10,-22,40,-24,59,-37v5,-6,4,-23,-7,-21v-7,0,-11,8,-11,16r-37,0v1,-31,19,-52,48,-54v49,-4,64,75,20,93v-14,6,-38,7,-38,24v0,14,11,18,25,18v17,0,29,-10,29,-29r38,0v0,18,11,29,28,29","w":248},"\u0c13":{"d":"167,-41v31,1,36,-39,11,-53r29,-27v45,39,23,125,-40,124v-21,0,-36,-7,-47,-21v-35,49,-139,7,-106,-63v11,-20,38,-24,58,-36v5,-6,4,-23,-7,-21v-7,0,-11,8,-11,16r-37,0v0,-25,12,-41,29,-50v-4,-52,56,-73,87,-36r-26,27v-10,-16,-30,-4,-22,10v34,11,35,78,0,89v-15,5,-35,9,-38,23v0,14,11,18,25,18v17,0,30,-8,29,-27r38,0v0,19,11,27,28,27","w":248},"\u0c14":{"d":"167,-41v30,1,36,-38,12,-53r28,-27v47,39,24,125,-40,124v-21,0,-35,-7,-46,-21v-9,13,-25,21,-48,21v-63,0,-87,-85,-32,-106v9,-7,35,-6,34,-24v0,-7,-3,-11,-10,-11v-6,0,-10,9,-10,16r-38,0v2,-18,6,-32,4,-54r77,0v3,0,5,-2,5,-6v1,-2,-3,-8,-5,-7r-94,0r0,-32r210,0v28,1,46,21,46,48v0,28,-18,48,-46,48v-34,0,-54,-30,-44,-64r-35,0v2,25,-9,39,-26,45v18,47,-27,64,-58,78v-11,12,5,27,21,25v17,-1,29,-9,30,-27r37,0v0,19,11,27,28,27xm214,-159v7,1,15,-7,14,-14v-1,-10,-8,-16,-20,-14v-15,3,-10,31,6,28","w":278},"\u0c15":{"d":"16,-120v0,-26,15,-41,33,-49v-5,-5,-8,-11,-14,-15r27,-19v32,44,53,28,96,-30r26,24r-37,45v15,11,21,26,22,50r-38,0v0,-18,-15,-24,-35,-24v-21,1,-42,-1,-42,18v0,17,25,12,42,13v46,0,83,8,83,52v0,85,-175,72,-171,-6r40,0v1,31,93,29,93,6v0,-17,-26,-14,-45,-14v-47,0,-80,-6,-80,-51","w":196},"\u0c16":{"d":"76,-176v60,0,91,77,63,129v31,14,81,5,77,-36v-3,-30,-16,-53,-46,-55r0,-38v52,4,80,39,83,93v4,77,-82,110,-137,66v-31,31,-102,28,-103,-25v-1,-50,67,-50,95,-26v7,-13,6,-33,-1,-46v-15,35,-82,24,-79,-20v2,-27,21,-42,48,-42xm86,-41v-11,-7,-33,-14,-38,-1v1,13,31,7,38,1xm116,49v-29,-5,-21,-36,0,-54v22,19,30,47,0,54xm85,-137v-11,-12,-33,7,-14,11v7,-1,13,-4,14,-11","w":270},"\u0c17":{"d":"143,-161v48,30,51,106,17,163r-34,-19v31,-47,28,-114,-30,-121v-57,7,-61,74,-30,121r-35,19v-35,-59,-30,-137,22,-165r-18,-21r27,-19v12,12,24,37,48,23v19,-11,33,-36,48,-53r26,24v-14,16,-25,34,-41,48","w":201},"\u0c18":{"d":"266,-176v55,3,90,35,90,91v0,52,-30,86,-82,88v-32,1,-49,-10,-63,-28v-25,34,-87,38,-114,9v-26,31,-86,11,-86,-34v0,-50,72,-67,91,-24v3,6,5,12,7,20v26,24,90,14,87,-31v-2,-32,-15,-54,-49,-53r0,-38v60,2,94,46,84,111v3,19,22,24,43,24v28,0,45,-15,45,-44v0,-33,-19,-53,-53,-53r0,-38xm152,-205v-26,31,-69,99,-122,56r-21,-24r23,-23v10,19,38,33,58,9r35,-42xm49,-50v-2,16,22,14,27,5v6,-9,-6,-17,-15,-17v-6,0,-13,6,-12,12xm114,22v0,27,-36,21,-36,0v0,-9,6,-19,18,-31v12,12,18,22,18,31","w":374},"\u0c19":{"d":"167,-41v31,1,36,-39,11,-53r29,-27v45,39,23,125,-40,124v-21,0,-36,-7,-47,-21v-35,49,-139,7,-106,-63v11,-20,38,-24,58,-36v5,-6,4,-23,-7,-21v-7,0,-13,6,-13,14r-38,0v2,-30,21,-52,51,-52v23,0,38,15,45,34r19,0r0,-34r33,0r0,34r23,0r0,34r-75,0v-8,30,-49,26,-63,49v0,14,11,18,25,18v17,0,29,-10,29,-29r38,0v0,18,11,29,28,29","w":248},"\u0c1a":{"d":"73,3v-48,2,-76,-49,-58,-91r-15,0r0,-35r79,0r0,35v-21,1,-33,7,-33,25v0,14,12,22,27,22v20,1,28,-11,28,-31r38,0v0,20,7,32,28,31v18,0,26,-13,27,-30v1,-56,-42,-67,-95,-69v-16,-7,-26,-25,-38,-37r23,-23v10,8,13,24,31,24v26,-7,41,-31,62,-57r26,24r-35,43v38,14,60,43,63,95v4,62,-76,99,-111,54v-9,14,-25,20,-47,20","w":248},"\u0c1b":{"d":"120,49v-30,-5,-22,-38,0,-54v22,19,29,48,0,54xm73,3v-48,2,-76,-49,-58,-91r-15,0r0,-35r79,0r0,35v-21,1,-33,7,-33,25v0,14,12,22,27,22v20,1,28,-11,28,-31r38,0v0,20,7,32,28,31v18,0,26,-13,27,-30v1,-56,-42,-67,-95,-69v-16,-7,-26,-25,-38,-37r23,-23v10,8,13,24,31,24v26,-7,41,-31,62,-57r26,24r-35,43v38,14,60,43,63,95v4,62,-76,99,-111,54v-9,14,-25,20,-47,20","w":248},"\u0c1c":{"d":"150,-176v31,1,51,17,51,48v0,45,-67,59,-102,36v-12,16,-43,14,-52,33v0,14,11,18,25,18v17,0,29,-7,29,-25r38,0v0,18,9,25,28,25v27,0,35,-32,16,-43r28,-28v38,33,17,115,-44,115v-21,0,-36,-7,-47,-21v-29,40,-119,20,-111,-41v-6,-47,55,-37,66,-68v0,-7,-3,-11,-10,-11v-7,0,-12,7,-12,16r-38,0v2,-31,20,-54,50,-54v28,0,48,20,47,52v7,5,18,8,27,10v25,5,37,-24,11,-24r0,-38","w":248},"\u0c1d":{"d":"342,-176v54,3,88,34,88,91v0,53,-29,86,-82,88v-31,1,-47,-11,-60,-29v-20,38,-103,39,-123,0v-13,17,-36,29,-65,29v-53,0,-88,-37,-88,-91v0,-36,20,-61,45,-76r-11,-13r23,-23v10,8,13,24,31,24v26,-7,41,-31,62,-57r27,24v-13,16,-26,35,-41,48v27,17,45,49,38,94v13,37,90,34,86,-18v-2,-33,-17,-53,-52,-53r0,-38v62,2,95,42,89,108v5,16,19,27,39,27v28,1,45,-16,45,-44v-1,-32,-17,-53,-51,-53r0,-38xm100,-41v29,0,50,-17,50,-47v0,-29,-20,-50,-50,-50v-30,0,-50,21,-50,50v0,30,21,47,50,47xm286,40v-26,-5,-19,-32,0,-49v12,12,18,22,18,31v0,11,-7,18,-18,18","w":448},"\u0c1e":{"d":"121,-156v23,-29,93,-26,103,14r15,0r0,-34r33,0r0,34r18,0r0,34r-58,0v0,35,-12,57,-32,75v6,12,11,28,11,46r-38,0v-1,-10,0,-17,-3,-24v-33,25,-102,17,-100,-35v2,-56,79,-55,108,-18v19,-16,28,-74,-10,-74v-19,1,-28,10,-28,31r-38,0v1,-20,-10,-31,-28,-31v-26,0,-35,32,-15,49r-26,27v-44,-38,-19,-115,41,-114v21,0,37,8,47,20xm108,-46v2,17,31,8,42,4v-7,-8,-39,-21,-42,-4","w":310},"\u0c1f":{"d":"169,-41v53,0,39,-96,-8,-97r0,-38v53,3,76,41,80,95v5,66,-70,110,-115,66v-8,13,-22,17,-43,18v-88,5,-99,-153,-32,-175r0,-43r33,0r0,42v19,8,33,23,34,47v2,37,-40,64,-73,44v-6,39,60,59,62,15r37,0v0,18,8,26,25,26xm52,-125v2,14,29,17,28,-1v-1,-18,-26,-12,-28,1","w":259},"\u0c20":{"d":"143,-161v68,36,44,164,-47,164v-94,0,-114,-134,-44,-167r-17,-20r27,-18v12,12,24,36,48,22v19,-11,33,-36,48,-53r26,23v-13,17,-25,35,-41,49xm96,-41v30,0,50,-18,50,-47v0,-30,-21,-50,-50,-50v-30,0,-50,21,-50,50v0,29,19,47,50,47xm96,-69v-28,0,-22,-38,0,-38v23,0,25,39,0,38","w":200},"\u0c21":{"d":"238,-50v3,60,-92,68,-116,26v-28,51,-119,25,-113,-44v5,-51,30,-81,66,-98r-15,-18r26,-18v12,12,25,37,48,22v18,-12,33,-36,48,-53r26,24v-13,15,-24,33,-38,46v12,6,23,14,35,26r-27,27v-42,-51,-129,-25,-131,41v-1,17,11,28,26,28v19,0,28,-11,28,-31r38,0v-1,18,8,30,19,37v-7,-30,8,-54,38,-54v23,0,41,14,42,39xm194,-32v11,-2,16,-25,2,-27v-12,1,-11,23,-2,27","w":253},"\u0c22":{"d":"238,-50v3,60,-92,68,-116,26v-28,51,-119,25,-113,-44v5,-51,30,-81,66,-98r-15,-18r26,-19v11,12,25,38,48,23v18,-12,33,-36,48,-53r26,24v-13,15,-24,33,-38,46v12,6,23,14,35,26r-27,27v-42,-51,-129,-25,-131,41v-1,17,11,28,26,28v19,0,28,-11,28,-31r38,0v-1,18,8,30,19,37v-7,-30,8,-54,38,-54v23,0,41,14,42,39xm194,-32v11,-2,16,-25,2,-27v-12,1,-11,23,-2,27xm123,40v-28,0,-20,-32,0,-49v12,12,17,22,17,31v0,10,-7,18,-17,18","w":253},"\u0c23":{"d":"60,3v-45,2,-66,-59,-37,-88v-31,-33,-5,-91,46,-91v17,0,31,7,43,20v50,-49,125,1,119,73v-4,46,-16,86,-60,86v-30,0,-48,-21,-48,-52v-1,-38,38,-58,71,-42v-2,-25,-11,-47,-36,-47v-17,0,-27,9,-27,28r-38,0v1,-17,-8,-28,-24,-28v-26,0,-30,33,-9,34r11,0r0,38v-25,-8,-33,25,-11,28v11,1,14,-7,14,-16r38,0v-2,33,-18,56,-52,57xm161,-49v3,19,27,10,29,-4v-7,-7,-28,-11,-29,4","w":248},"\u0c24":{"d":"43,-102v3,9,24,8,23,-2v-1,-14,-23,-9,-23,2xm175,-174v35,5,56,33,56,72v0,71,-41,105,-112,105v-63,0,-110,-28,-110,-89v0,-33,15,-60,48,-60v26,0,41,17,43,42v-3,26,-19,42,-49,41v18,29,115,31,136,0v-45,6,-62,-58,-26,-75v-29,-2,-63,6,-78,-12r-23,-27r23,-23v11,23,43,32,63,6r30,-39r26,23xm174,-104v0,7,9,10,17,7v3,-1,5,-3,6,-6v-2,-11,-22,-14,-23,-1","w":247},"\u0c25":{"d":"120,-119v27,0,22,38,0,38v-23,0,-25,-39,0,-38xm121,40v-28,0,-20,-32,0,-49v12,12,18,22,18,31v-1,10,-8,18,-18,18xm167,-41v16,1,28,-11,27,-27v-1,-46,-28,-70,-74,-70v-45,0,-72,24,-73,70v-1,16,10,28,26,27v17,-1,27,-8,28,-25r38,0v0,18,10,25,28,25xm171,-164v35,17,57,45,60,96v3,63,-74,94,-111,50v-10,12,-25,22,-47,21v-41,-2,-64,-30,-64,-71v0,-53,28,-82,66,-98r-13,-16r23,-23v12,13,24,39,50,25v20,-11,32,-36,47,-53r26,24","w":248},"\u0c26":{"d":"167,-41v16,1,28,-11,27,-27v-1,-46,-28,-70,-74,-70v-45,0,-72,24,-73,70v-1,16,10,28,26,27v17,-1,27,-8,28,-25r38,0v0,18,10,25,28,25xm171,-164v35,17,57,45,60,96v3,63,-74,94,-111,50v-10,12,-25,22,-47,21v-41,-2,-64,-30,-64,-71v0,-53,28,-82,66,-98r-13,-16r23,-23v12,13,24,39,50,25v20,-11,32,-36,47,-53r26,24","w":248},"\u0c27":{"d":"120,40v-28,0,-20,-32,0,-49v12,12,18,22,18,31v-1,10,-8,18,-18,18xm167,-41v16,1,28,-11,27,-27v-1,-46,-28,-70,-74,-70v-45,0,-72,24,-73,70v-1,16,10,28,26,27v17,-1,27,-8,28,-25r38,0v0,18,10,25,28,25xm171,-164v35,17,57,45,60,96v3,63,-74,94,-111,50v-10,12,-25,22,-47,21v-41,-2,-64,-30,-64,-71v0,-53,28,-82,66,-98r-13,-16r23,-23v12,13,24,39,50,25v20,-11,32,-36,47,-53r26,24","w":248},"\u0c28":{"d":"150,-174v49,9,77,41,81,99v5,72,-88,106,-125,50v-8,-21,-36,-66,-58,-30v-4,16,10,26,21,32r-23,32v-18,-13,-33,-30,-36,-58v-6,-62,84,-78,110,-31v10,18,17,41,42,41v21,0,32,-14,32,-36v2,-65,-62,-62,-122,-66v-18,-7,-26,-22,-39,-35r26,-23v11,22,43,31,63,5r30,-39r27,24","w":248},"\u0c2a":{"d":"143,-205v-27,31,-63,96,-119,59r-23,-27r23,-23v11,22,40,32,62,5r31,-38xm139,-176v54,4,89,35,92,93v4,75,-84,109,-136,67v-29,33,-86,11,-86,-34v0,-48,66,-68,88,-28v9,17,19,40,50,37v26,-2,46,-16,46,-42v0,-35,-22,-52,-54,-55r0,-38xm46,-50v0,17,27,14,28,0v-3,-15,-27,-16,-28,0","w":248},"\u0c2b":{"d":"143,-205v-27,31,-63,96,-119,59r-23,-27r23,-23v11,22,40,32,62,5r31,-38xm139,-176v54,4,89,35,92,93v4,75,-84,109,-136,67v-29,33,-86,11,-86,-34v0,-48,66,-68,88,-28v9,17,19,40,50,37v26,-2,46,-16,46,-42v0,-35,-22,-52,-54,-55r0,-38xm46,-50v0,17,27,14,28,0v-3,-15,-27,-16,-28,0xm114,22v0,27,-36,21,-36,0v0,-9,6,-19,18,-31v12,12,18,22,18,31","w":248},"\u0c2c":{"d":"231,-81v6,68,-71,111,-111,63v-29,40,-118,20,-111,-41v2,-18,11,-30,23,-38v-30,-24,-10,-83,33,-79v27,3,47,18,47,47v1,41,-53,41,-65,70v0,14,11,18,25,18v17,0,30,-8,29,-27r38,0v1,17,8,27,25,27v21,0,30,-18,30,-40v0,-31,-13,-54,-42,-58r7,-37v46,9,67,43,72,95xm57,-120v6,9,18,1,18,-9v0,-7,-3,-11,-10,-11v-9,0,-15,13,-8,20","w":248},"\u0c2d":{"d":"194,-81v-1,-35,-15,-62,-51,-59v-33,2,-40,-23,-59,-37r25,-24v12,21,43,38,59,6r31,-38r26,24r-37,45v61,24,60,167,-24,167v-21,0,-35,-9,-44,-21v-29,40,-119,20,-111,-41v-3,-41,48,-38,57,-68v0,-7,-3,-11,-10,-11v-6,0,-10,9,-10,16r-38,0v2,-30,18,-52,48,-54v42,-2,63,55,33,83v-7,11,-41,16,-42,34v0,14,11,18,25,18v17,0,30,-8,29,-27r38,0v1,17,8,27,25,27v21,0,30,-18,30,-40xm121,40v-28,0,-20,-32,0,-49v12,12,18,22,18,31v0,11,-7,18,-18,18","w":248},"\u0c2e":{"d":"270,-176v54,3,86,35,86,91v0,53,-29,86,-82,88v-33,0,-48,-9,-64,-28v-24,34,-86,38,-113,9v-24,32,-90,11,-86,-34v2,-29,21,-49,50,-50v50,-1,34,63,89,59v29,-2,45,-16,46,-44v2,-59,-63,-53,-119,-55v-16,-7,-26,-25,-38,-37r23,-23v32,42,52,22,93,-33r27,24v-11,15,-18,21,-29,34v54,7,87,50,79,111v16,37,86,28,86,-21v0,-33,-14,-53,-48,-53r0,-38xm49,-50v-2,16,22,14,27,5v6,-9,-6,-17,-15,-17v-6,0,-13,6,-12,12","w":374},"\u0c2f":{"d":"340,-176v54,3,90,35,90,91v0,53,-29,86,-82,88v-27,1,-48,-12,-60,-27v-20,37,-107,36,-125,-2v-14,17,-34,29,-63,29v-55,-2,-88,-37,-88,-91v0,-52,36,-88,88,-88v58,0,95,45,86,109v5,16,21,26,41,26v28,0,44,-16,44,-44v0,-38,-29,-54,-66,-56v-17,-6,-26,-24,-38,-36r23,-23v11,22,41,32,62,6r31,-39r26,24v-15,20,-25,31,-41,47v26,17,47,52,39,94v7,18,21,27,41,27v28,-1,45,-17,45,-44v0,-33,-19,-53,-53,-53r0,-38xm100,-41v31,0,50,-18,50,-47v0,-29,-20,-50,-50,-50v-30,0,-50,21,-50,50v0,30,21,47,50,47","w":447},"\u0c30":{"d":"143,-162v22,15,41,38,41,74v0,55,-33,87,-88,91v-95,7,-114,-135,-44,-167r-11,-13r24,-23v31,43,52,22,93,-33r27,24xm96,-41v30,0,50,-18,50,-47v0,-30,-21,-50,-50,-50v-30,0,-50,21,-50,50v0,29,19,47,50,47","w":200},"\u0c31":{"d":"182,-176v48,0,57,45,61,95v6,71,-76,110,-120,64v-11,12,-23,20,-44,20v-94,4,-95,-179,-10,-179v34,0,53,27,48,63r17,0v-7,-35,15,-63,48,-63xm46,-83v-8,40,55,60,59,18r38,0v0,18,10,25,29,24v22,-1,34,-16,33,-40v-1,-26,0,-57,-23,-57v-6,0,-12,5,-12,12v0,8,7,13,16,13r0,36v-46,-3,-104,7,-140,-6xm53,-126v1,16,28,17,27,0v0,-17,-25,-13,-27,0","w":260},"\u0c32":{"d":"164,-176v42,5,67,31,67,77v0,64,-44,102,-107,102v-73,0,-115,-39,-115,-110v0,-39,22,-69,59,-69v30,0,48,21,49,50v1,36,-33,60,-68,47v23,52,145,52,145,-20v0,-22,-10,-36,-30,-39r0,-38xm50,-126v3,14,29,18,30,0v-2,-16,-27,-14,-30,0","w":247},"\u0c33":{"d":"51,-176v43,-2,54,62,21,79v31,17,97,10,96,-33v-8,-18,-49,2,-61,-20r-24,-27r23,-23v11,12,23,33,46,20v20,-12,32,-36,47,-53r26,23v-11,16,-22,32,-35,44v38,35,1,100,-40,107v7,33,-9,62,-43,62v-34,0,-51,-29,-43,-63v-29,-13,-55,-34,-55,-74v0,-26,18,-41,42,-42xm47,-119v10,0,17,-21,4,-22v-12,0,-11,17,-4,22xm107,-36v4,1,9,-4,8,-8v1,-4,-3,-10,-8,-9v-5,-1,-9,5,-9,9v0,4,5,9,9,8","w":221},"\u0c35":{"d":"231,-85v6,76,-86,113,-136,69v-24,32,-90,11,-86,-34v2,-29,21,-48,50,-50v50,-2,36,62,88,59v29,-1,46,-17,47,-44v2,-59,-63,-53,-119,-55v-16,-7,-26,-25,-38,-37r23,-23v10,23,42,31,62,6r31,-39r26,24v-11,14,-20,25,-28,34v48,6,76,39,80,90xm47,-50v-2,16,22,14,27,5v6,-9,-6,-17,-15,-17v-8,0,-12,4,-12,12","w":248},"\u0c36":{"d":"129,-176v53,-4,75,69,29,91v18,40,-4,88,-50,88v-51,0,-75,-66,-36,-94v-16,2,-28,11,-39,25r-27,-28v30,-36,87,-43,128,-19v15,-5,18,-25,-7,-25v-32,0,-72,7,-89,-12r-24,-27r23,-23v11,12,23,33,46,20v20,-12,32,-36,47,-53r27,24v-11,14,-20,24,-28,33xm90,-51v0,22,38,15,37,-5v0,-7,-2,-13,-5,-17v-14,4,-32,8,-32,22","w":198},"\u0c37":{"d":"145,-205v-24,47,-103,107,-141,32r24,-23v10,23,39,31,60,5r31,-38xm192,-8v-25,17,-79,14,-98,-6v-27,30,-85,8,-85,-36v0,-52,77,-67,95,-22v9,48,93,36,93,-15v0,-36,-22,-49,-56,-51r0,-38v81,-4,110,72,85,145v2,17,10,30,25,34r-14,34v-22,-8,-39,-22,-45,-45xm47,-50v0,17,28,14,29,0v-3,-14,-28,-17,-29,0","w":248},"\u0c38":{"d":"139,-176v62,2,87,39,92,101v5,72,-88,105,-126,50v-7,-22,-36,-65,-57,-30v-4,16,9,27,21,32r-23,32v-19,-12,-33,-32,-37,-58v-6,-62,85,-78,111,-31v10,17,16,41,41,41v21,0,32,-13,32,-36v-1,-39,-17,-62,-54,-63r0,-38xm58,-172v25,-4,45,-34,62,-57r26,24v-26,44,-91,105,-133,43v-3,-4,-6,-8,-8,-11r24,-23v7,8,15,23,29,24","w":248},"\u0c39":{"d":"298,-176v28,2,46,21,46,49v0,28,-18,48,-46,48v-32,0,-49,-26,-46,-59r-36,0v59,72,-35,191,-119,122v-25,32,-87,11,-87,-34v0,-50,70,-67,91,-25v10,19,19,35,48,34v26,-1,46,-14,46,-41v0,-38,-21,-55,-58,-56r0,-38r161,0xm60,-172v27,-5,43,-34,62,-57r26,24v-36,57,-97,104,-141,32r23,-23v13,12,12,22,30,24xm283,-127v0,17,29,19,29,0v0,-21,-28,-17,-29,0xm48,-50v0,18,28,13,29,0v-3,-14,-29,-17,-29,0","w":354},"\u0c3e":{"d":"49,-176v28,2,46,20,46,49v0,29,-19,48,-46,48v-31,0,-50,-26,-45,-59r-196,0r0,-38r241,0xm49,-113v20,0,16,-29,0,-29v-7,0,-14,7,-14,15v0,8,6,14,14,14","w":108},"\u0c3f":{"d":"-184,-263v34,0,55,23,57,58v4,68,-81,77,-117,36r23,-23v19,21,56,22,61,-6v-22,20,-64,4,-62,-28v1,-22,16,-37,38,-37xm-184,-232v-9,0,-10,13,0,13v15,0,17,-15,0,-13","w":0},"\u0c40":{"d":"-185,-263v34,3,56,23,58,58v4,68,-81,77,-117,36r23,-23v19,21,56,22,61,-6v-30,28,-82,-13,-55,-49v-21,-28,9,-73,48,-57v13,6,25,19,26,36r-33,0v1,-6,-3,-10,-9,-9v-2,0,-8,3,-7,7v0,3,1,8,5,7xm-184,-232v-9,0,-10,13,0,13v15,0,17,-15,0,-13","w":0},"\u0c41":{"d":"13,-176v56,3,89,36,94,91v8,88,-122,120,-155,44v-4,-9,-6,-20,-6,-32r36,0v0,24,18,32,41,32v29,0,46,-16,46,-44v0,-33,-21,-52,-56,-53r0,-38","w":124},"\u0c42":{"d":"166,-176v28,2,47,21,47,49v0,29,-19,48,-47,48v-31,0,-49,-27,-45,-59r-31,0v44,62,-7,170,-96,136v-26,-10,-45,-34,-46,-69r30,0v5,20,23,30,46,30v28,0,45,-16,45,-44v0,-33,-21,-53,-56,-53r0,-38r153,0xm152,-127v0,16,23,18,28,5v4,-10,-4,-20,-14,-20v-8,0,-14,6,-14,15","w":230},"\u0c43":{"d":"57,48v9,-8,14,-20,14,-35v0,-42,-24,-82,-73,-120r22,-24v56,47,84,95,84,144v0,42,-27,71,-69,75v-59,6,-80,-93,-17,-93v28,0,46,23,39,53xm20,51v8,-4,9,-24,-2,-24v-11,1,-8,22,2,24","w":112},"\u0c44":{"d":"1,-140v69,6,179,-25,179,48v0,28,-18,49,-46,49v-32,0,-49,-25,-45,-59r-37,0v35,37,53,75,53,115v0,43,-26,71,-69,75v-59,5,-80,-93,-16,-93v28,0,45,24,38,53v9,-8,14,-20,14,-35v0,-42,-24,-82,-71,-118r0,-35xm134,-78v8,-1,14,-5,14,-14v0,-8,-6,-14,-14,-14v-9,0,-13,6,-14,14v-1,7,7,15,14,14xm21,52v7,-5,11,-24,-1,-26v-13,1,-11,23,1,26"},"\u0c46":{"d":"-204,-223v61,7,163,-25,165,40v1,43,-41,48,-87,44r0,-37v18,-3,49,8,55,-7v-1,-5,-2,-7,-8,-7r-125,0r0,-33","w":0},"\u0c47":{"d":"-88,-223v31,-2,48,13,49,40v2,44,-41,47,-87,44r0,-37r48,0v5,1,7,-4,7,-7v0,-5,-2,-7,-7,-7r-126,0r0,-33r82,0v-7,-43,31,-50,76,-46r0,32v-16,1,-54,-7,-42,14","w":0},"\u0c48":{"d":"-204,-223v62,7,162,-24,165,40v2,42,-43,42,-87,40r0,-33v18,-3,49,8,55,-7v0,-4,-3,-7,-7,-7r-126,0r0,-33xm-199,9v25,0,40,18,39,46r157,0r0,33r-196,0v-24,-1,-40,-16,-40,-40v0,-24,16,-39,40,-39xm-208,48v0,11,18,11,18,0v0,-11,-18,-11,-18,0","w":0},"\u0c4a":{"d":"-197,-200v-4,-54,72,-82,100,-40v26,-29,119,-36,117,23v-1,27,-18,45,-45,45v-28,0,-46,-18,-45,-50v-9,3,-12,14,-11,26r-33,0v0,-18,-6,-33,-25,-32v-18,0,-26,12,-26,28v0,15,9,24,26,24r0,38v-37,-1,-56,-26,-58,-62xm-25,-204v7,1,12,-7,12,-13v0,-8,-5,-12,-12,-13v-8,1,-13,5,-13,13v0,8,5,12,13,13","w":0},"\u0c4b":{"d":"-197,-200v-4,-54,72,-82,100,-40v8,-7,19,-14,32,-17v-14,-38,39,-66,66,-37v7,6,12,16,13,27r-33,0v1,-6,-3,-10,-9,-9v-7,1,-10,9,-4,14v30,1,52,15,52,45v0,27,-18,45,-45,45v-28,0,-46,-18,-45,-50v-9,3,-12,14,-11,26r-33,0v0,-18,-6,-33,-25,-32v-18,0,-26,12,-26,28v0,15,9,24,26,24r0,38v-37,-1,-56,-26,-58,-62xm-25,-204v7,1,12,-7,12,-13v0,-8,-5,-12,-12,-13v-8,1,-13,5,-13,13v0,8,5,12,13,13","w":0},"\u0c4c":{"d":"32,-221v28,1,42,19,45,45v-2,26,-17,45,-45,45v-32,0,-51,-26,-44,-58v-6,1,-16,-4,-13,7v0,45,-52,40,-98,39r0,-33r60,0v9,0,6,-12,0,-13r-80,0r0,-32r175,0xm32,-163v8,0,12,-5,12,-13v0,-7,-4,-13,-12,-13v-6,-1,-14,7,-13,13v1,8,5,13,13,13","w":88},"\u0c4d":{"d":"-110,-208v-21,-23,-1,-61,31,-61r83,0r0,33r-83,0v-6,-1,-7,3,-8,7v4,14,36,4,53,7r0,33v-18,3,-50,-7,-55,7v1,6,10,6,18,6r0,38v-44,8,-63,-44,-39,-70","w":0},"\u0c55":{"d":"-72,-278v-4,-41,61,-54,76,-18v2,5,3,11,3,18r-30,0v0,-6,-5,-8,-9,-10v-4,0,-8,3,-7,8v0,4,5,9,11,8r1,32v-27,0,-43,-13,-45,-38","w":0},"\u0c56":{"d":"-199,23v25,0,40,18,39,46r157,0r0,33r-196,0v-24,-1,-40,-16,-40,-40v0,-24,16,-39,40,-39xm-200,71v6,1,10,-3,9,-9v1,-6,-4,-9,-9,-9v-5,0,-8,4,-8,9v-1,5,3,10,8,9","w":0},"\u0c60":{"d":"490,-176v29,1,47,21,47,49v0,28,-19,48,-47,48v-31,0,-50,-26,-45,-59r-33,0v40,48,16,143,-53,141v-21,0,-37,-10,-48,-22v-21,27,-74,31,-97,0v-25,28,-68,30,-93,2v-33,41,-107,14,-107,-42v0,-47,44,-48,66,-68v0,-7,-3,-11,-10,-11v-6,0,-13,8,-12,15r-38,0v0,-33,20,-51,50,-53v42,-2,64,57,31,83v-14,12,-48,11,-49,34v0,12,8,18,24,18v17,0,26,-7,25,-26r38,0v1,18,8,26,27,26v22,0,33,-13,33,-40v-1,-37,-23,-56,-60,-57r0,-38v64,3,96,44,96,114v0,14,9,21,27,21v22,-1,34,-16,34,-40v0,-38,-20,-56,-58,-57r0,-38v62,3,94,45,94,113v0,15,9,22,27,22v23,-1,35,-16,35,-40v-2,-35,-19,-56,-55,-57r0,-38r151,0xm476,-127v-1,16,23,18,28,5v4,-10,-5,-19,-14,-20v-8,-1,-15,7,-14,15","w":562},"\u0c61":{"d":"205,-176v65,4,161,-21,160,49v-1,29,-19,48,-46,48v-31,0,-50,-26,-45,-59r-20,0v11,83,-41,141,-120,141v-48,0,-90,-15,-90,-61v0,-48,55,-50,99,-41v27,0,22,-38,0,-39v-15,0,-18,11,-19,25r-37,0v-1,-15,-5,-25,-20,-25v-16,1,-24,20,-13,34r-27,24v-50,-50,28,-130,78,-80v34,-35,96,-7,95,41v-1,50,-48,65,-101,53v-12,0,-18,3,-18,8v4,19,30,19,53,20v54,0,89,-31,85,-85v-1,-9,-5,-15,-14,-15r0,-38xm319,-113v20,0,16,-29,0,-29v-7,0,-14,7,-14,15v0,8,6,14,14,14","w":382},"\u0c66":{"d":"96,-176v52,0,88,36,88,88v0,53,-35,91,-88,91v-54,0,-88,-37,-88,-91v0,-52,36,-88,88,-88xm96,-41v30,0,50,-18,50,-47v0,-30,-21,-50,-50,-50v-30,0,-50,21,-50,50v0,30,21,47,50,47","w":200},"\u0c67":{"d":"99,-176v92,0,118,122,57,178r-30,-24v39,-30,35,-116,-27,-116v-60,0,-65,86,-26,116r-30,24v-62,-56,-36,-178,56,-178","w":207},"\u0c68":{"d":"132,-176v51,0,88,36,88,88v0,53,-33,91,-88,91r-123,0r0,-44v67,-6,171,25,173,-47v0,-11,-3,-20,-9,-27v-10,44,-89,36,-86,-15v2,-28,18,-46,45,-46xm123,-130v4,13,22,10,24,-6v-8,-4,-25,-5,-24,6","w":237},"\u0c69":{"d":"140,-88v35,51,-21,109,-89,88v-26,-9,-43,-25,-43,-59r37,0v1,16,16,18,34,18v23,0,34,-5,34,-14v1,-23,-32,-11,-51,-14r0,-38v20,-2,54,8,51,-14v-3,-24,-70,-25,-68,6r-37,0v1,-42,29,-58,71,-61v54,-3,91,46,61,88","w":163},"\u0c6a":{"d":"157,-176v28,2,48,14,48,42v0,39,-25,63,-56,74v10,32,-8,63,-42,63v-35,0,-51,-29,-43,-63v-52,-8,-86,-111,-8,-116r0,35v-6,0,-13,2,-13,7v4,58,124,59,128,0v0,-5,-8,-7,-14,-7r0,-35xm107,-36v6,1,9,-4,9,-9v0,-11,-18,-11,-18,0v0,5,3,10,9,9","w":220},"\u0c6b":{"d":"182,-107v19,-14,0,-37,-14,-47r32,-24v31,28,36,62,14,90v22,28,17,64,-14,90r-28,-24v14,-11,25,-30,11,-46v-5,65,-101,93,-155,52v-6,-5,-13,-11,-21,-19r24,-30v31,37,116,36,116,-23v0,-57,-82,-65,-116,-23r-24,-30v48,-56,164,-41,175,34","w":241},"\u0c6c":{"d":"117,-69v-27,1,-86,-8,-66,25v42,8,98,1,145,3r0,44v-76,-5,-188,25,-188,-56v0,-15,4,-28,13,-35v-30,-33,-4,-88,40,-88r36,0r0,38v-21,1,-52,-7,-51,15v0,28,45,12,71,16r0,38","w":210},"\u0c6d":{"d":"85,-41v23,-1,41,-2,43,-20r38,0v-1,46,-32,64,-79,64v-45,0,-79,-14,-79,-58v0,-42,28,-50,71,-52v25,-2,44,4,49,-13v0,-12,-13,-18,-41,-18v-21,0,-41,3,-41,24r-38,0v0,-45,34,-62,79,-62v43,0,79,15,79,56v0,43,-33,51,-79,51v-18,0,-40,-3,-41,14v0,10,12,14,39,14","w":179},"\u0c6e":{"d":"146,-88v-1,-33,-22,-49,-55,-50r0,-38r120,0r0,38r-43,0v38,56,1,141,-72,141v-82,0,-115,-104,-58,-157r27,27v-35,29,-17,88,31,86v30,-1,50,-16,50,-47","w":227},"\u0c6f":{"d":"21,-88v-30,-30,-4,-88,40,-88r133,0r0,38r-133,0v-18,0,-20,31,0,31r56,0r0,38v-26,3,-71,-11,-71,16v0,19,32,10,51,12r0,44v-68,14,-112,-41,-76,-91","w":205},"\u0c58":{"d":"171,-310v21,0,35,14,35,36v0,22,-14,35,-35,35r-151,0r0,-31r115,0v0,-25,13,-40,36,-40xm177,-276v0,-4,-2,-6,-6,-6v-4,0,-5,2,-5,6v0,4,1,5,5,5v4,0,6,-1,6,-5xm73,3v-48,2,-76,-49,-58,-91r-15,0r0,-35r79,0r0,35v-21,1,-33,7,-33,25v0,14,12,22,27,22v20,1,28,-11,28,-31r38,0v0,20,7,32,28,31v18,0,26,-13,27,-30v1,-56,-42,-67,-95,-69v-16,-7,-26,-25,-38,-37r23,-23v10,8,13,24,31,24v26,-7,41,-31,62,-57r26,24r-35,43v38,14,60,43,63,95v4,62,-76,99,-111,54v-9,14,-25,20,-47,20","w":248},"\u0c59":{"d":"179,-265v22,0,36,14,36,36v0,21,-13,35,-36,35r-150,0r0,-31r115,0v0,-24,13,-40,35,-40xm186,-231v0,-4,-2,-6,-6,-6v-4,0,-6,2,-6,6v0,4,2,6,6,6v4,0,6,-2,6,-6xm150,-176v31,1,51,17,51,48v0,45,-67,59,-102,36v-12,16,-43,14,-52,33v0,14,11,18,25,18v17,0,29,-7,29,-25r38,0v0,18,9,25,28,25v27,0,35,-32,16,-43r28,-28v38,33,17,115,-44,115v-21,0,-36,-7,-47,-21v-29,40,-119,20,-111,-41v-6,-47,55,-37,66,-68v0,-7,-3,-11,-10,-11v-7,0,-12,7,-12,16r-38,0v2,-31,20,-54,50,-54v28,0,48,20,47,52v7,5,18,8,27,10v25,5,37,-24,11,-24r0,-38","w":248},"\u0c62":{"d":"-172,57v-5,-42,45,-61,71,-37v23,-23,67,-4,67,32v0,39,-29,46,-69,46v-6,0,-8,1,-8,4v0,5,6,8,20,8v40,1,67,-11,67,-51r32,0v1,62,-38,83,-99,83v-36,0,-53,-14,-53,-40v0,-29,25,-39,57,-36v18,2,30,-18,11,-24v-6,1,-9,6,-9,15r-31,0v0,-9,-3,-16,-11,-15v-8,0,-13,7,-13,15r-32,0","w":0},"\u0c63":{"d":"-153,110v55,3,71,-34,66,-92v36,4,91,-15,95,25v3,29,-45,34,-51,7r-11,0v-1,62,-37,92,-99,92v-31,0,-54,-12,-54,-40v0,-29,26,-39,58,-36v17,2,28,-17,11,-24v-7,1,-11,5,-10,15r-31,0v0,-9,-3,-16,-11,-15v-8,1,-12,8,-13,15r-32,0v-5,-42,45,-61,71,-37v23,-23,67,-4,67,32v0,40,-29,45,-68,46v-6,0,-9,1,-9,4v0,5,7,8,21,8","w":0},"\u25cc":{"d":"167,-142v-8,-12,-17,-22,-29,-30r19,-26v16,10,27,20,37,36xm83,-208v17,-5,35,-5,52,0r-5,32v-19,-4,-22,-4,-41,0xm201,-143v3,17,4,34,0,52r-33,-5v4,-12,5,-29,0,-41xm138,-62v12,-8,21,-17,29,-29r27,19v-10,15,-22,27,-37,37xm81,-172v-12,7,-22,17,-29,30r-28,-19v10,-15,23,-27,38,-37xm18,-91v-5,-23,-5,-29,0,-52r32,6v-4,19,-4,22,0,41xm135,-25v-17,3,-34,4,-52,0r6,-33v19,4,22,4,41,0xm52,-91v7,12,17,22,29,29r-19,27v-15,-10,-28,-22,-38,-37","w":226},"\u200c":{"d":"0,-274r28,-28r16,16r-28,28r28,28r-16,16r-16,-17r0,276r-24,0r0,-275r-16,16r-16,-16r28,-28v-9,-10,-21,-19,-28,-28r16,-16","w":0},"\u200d":{"d":"12,45r-24,0r0,-316r24,0r0,316","w":0},"$":{"d":"17,-173v0,-44,29,-65,71,-69r0,-25r20,0r0,25v40,4,66,25,69,66r-42,0v-2,-18,-10,-28,-27,-30r0,67v41,8,74,22,74,70v0,46,-30,69,-74,73r0,25r-20,0r0,-25v-47,-4,-74,-28,-77,-76r43,0v1,24,12,37,34,41r0,-74v-37,-9,-71,-23,-71,-68xm88,-207v-33,1,-37,49,-11,59v3,2,7,3,11,4r0,-63xm108,-31v34,2,42,-52,15,-64v-4,-2,-9,-3,-15,-5r0,69","w":196},"A":{"d":"144,-97r-34,-101r-33,101r67,0xm224,0r-48,0r-21,-61r-89,0r-21,61r-45,0r85,-238r50,0","w":223},"B":{"d":"162,-126v26,8,43,24,44,56v3,83,-98,70,-181,70r0,-238v76,1,172,-13,172,61v0,26,-15,42,-35,51xm152,-171v0,-38,-46,-29,-82,-30r0,60v36,-1,82,8,82,-30xm159,-70v0,-43,-49,-33,-89,-34r0,67v40,-1,89,8,89,-33","w":221},"C":{"d":"227,-81v-7,54,-40,85,-100,85v-75,0,-105,-49,-112,-123v-12,-117,146,-165,203,-76v6,9,9,22,10,35r-46,0v-5,-28,-23,-43,-55,-43v-47,0,-65,36,-65,84v0,47,17,83,65,84v33,1,52,-17,55,-46r45,0","w":243},"D":{"d":"103,-238v81,0,124,37,124,118v0,80,-41,120,-124,120r-78,0r0,-238r78,0xm180,-120v0,-66,-39,-86,-110,-79r0,160v71,6,110,-13,110,-81","w":243},"E":{"d":"206,0r-181,0r0,-238r176,0r0,39r-131,0r0,58r122,0r0,39r-122,0r0,63r136,0r0,39","w":221},"F":{"d":"190,-199r-120,0r0,63r103,0r0,39r-103,0r0,97r-45,0r0,-238r165,0r0,39","w":204},"G":{"d":"202,-21v-16,17,-40,25,-72,25v-76,-1,-108,-49,-115,-123v-11,-118,149,-165,208,-76v6,10,10,21,11,33r-46,0v-3,-29,-27,-41,-58,-41v-48,0,-68,36,-68,84v0,50,20,83,69,84v28,0,49,-9,62,-25r0,-29r-54,0r0,-36r98,0r0,125r-29,0","w":258},"H":{"d":"218,0r-45,0r0,-106r-103,0r0,106r-45,0r0,-238r45,0r0,94r103,0r0,-94r45,0r0,238","w":243},"I":{"d":"73,0r-46,0r0,-238r46,0r0,238","w":99},"J":{"d":"81,-36v24,0,30,-18,29,-42r0,-160r45,0v-9,97,36,246,-74,242v-48,-2,-72,-28,-71,-78r43,0v1,21,6,38,28,38","w":180},"K":{"d":"224,0r-54,0r-73,-112r-27,26r0,86r-45,0r0,-238r45,0r0,109r95,-109r56,0r-89,100","w":224},"L":{"d":"179,0r-154,0r0,-238r45,0r0,198r109,0r0,40","w":188},"M":{"d":"269,0r-42,0r1,-192r-60,192r-41,0r-61,-192r2,192r-43,0r0,-238r65,0r57,185r56,-185r66,0r0,238","w":293},"N":{"d":"218,0r-46,0r-106,-171r2,171r-43,0r0,-238r46,0r106,172r-1,-172r42,0r0,238","w":243},"O":{"d":"15,-119v0,-76,40,-123,115,-123v73,0,113,48,113,123v0,74,-39,123,-113,123v-75,0,-115,-48,-115,-123xm62,-119v0,47,20,84,67,84v48,0,68,-36,68,-84v0,-47,-19,-84,-67,-84v-48,0,-68,36,-68,84","w":258},"P":{"d":"208,-166v0,71,-63,81,-138,77r0,89r-45,0r0,-238v86,0,183,-15,183,72xm161,-165v0,-44,-49,-35,-91,-36r0,75v42,-2,91,8,91,-39","w":221},"Q":{"d":"243,-118v0,38,-11,67,-30,88r34,27r-25,31r-44,-35v-83,34,-167,-20,-163,-112v3,-75,40,-123,115,-123v74,0,113,49,113,124xm62,-119v-1,54,29,92,85,82r-17,-14r22,-27r26,21v34,-45,23,-150,-48,-146v-48,2,-67,36,-68,84","w":258},"R":{"d":"217,-170v0,37,-21,55,-51,62v40,15,45,70,63,108r-49,0v-18,-36,-15,-92,-66,-94r-44,0r0,94r-45,0r0,-238v85,3,192,-21,192,68xm171,-167v0,-47,-57,-33,-101,-35r0,71v44,-2,101,12,101,-36","w":238},"S":{"d":"183,-122v64,41,13,126,-66,126v-62,0,-101,-26,-105,-82r44,0v-2,53,104,63,111,11v-20,-63,-149,-11,-146,-112v2,-79,151,-81,177,-20v4,9,7,19,8,31r-44,0v-2,-24,-19,-37,-50,-37v-44,0,-66,46,-20,56v32,7,67,11,91,27","w":226},"T":{"d":"196,-198r-72,0r0,198r-46,0r0,-198r-71,0r0,-40r189,0r0,40","w":202},"U":{"d":"218,-100v2,68,-27,104,-96,104v-69,0,-97,-34,-97,-104r0,-138r45,0r0,137v0,41,11,65,52,65v41,0,52,-23,51,-65r0,-137r45,0r0,138","w":243},"V":{"d":"220,-238r-84,238r-51,0r-84,-238r48,0r62,196r62,-196r47,0","w":221},"W":{"d":"313,-238r-61,238r-47,0r-46,-190r-47,190r-48,0r-60,-238r45,0r40,189r46,-189r47,0r46,189r40,-189r45,0","w":316},"X":{"d":"226,0r-52,0r-60,-95r-60,95r-53,0r85,-125r-78,-113r52,0r54,84r53,-84r52,0r-78,113","w":227},"Y":{"d":"221,-238r-88,140r0,98r-45,0r0,-98r-87,-140r51,0r59,102r59,-102r51,0","w":221},"Z":{"d":"196,0r-190,0r0,-38r132,-161r-120,0r0,-39r174,0r0,38r-132,161r136,0r0,39","w":204},"`":{"d":"87,-196r-31,0r-40,-47r50,0","w":123},"a":{"d":"57,-49v0,37,63,25,73,4r0,-34v-36,0,-73,-1,-73,30xm97,-176v48,0,77,14,77,65r0,111r-44,0r0,-16v-31,31,-118,29,-118,-30v0,-44,48,-63,118,-60v2,-30,-8,-42,-35,-42v-22,0,-34,7,-36,25r-40,0v2,-35,28,-53,78,-53"},"b":{"d":"185,-87v6,73,-69,116,-120,74r0,13r-44,0r0,-238r45,0r-1,86v12,-14,28,-24,51,-24v50,1,65,39,69,89xm105,-143v-20,0,-29,11,-39,25r0,74v31,31,78,12,73,-43v-3,-32,-8,-56,-34,-56","w":196},"c":{"d":"172,-56v-6,37,-31,60,-74,60v-56,0,-83,-34,-86,-90v-5,-77,78,-114,137,-75v13,9,21,25,23,45r-42,0v-1,-16,-14,-28,-32,-27v-31,1,-41,24,-41,57v0,32,10,57,41,57v18,0,31,-10,32,-27r42,0","w":177},"d":{"d":"57,-85v-8,58,53,71,73,31r0,-73v-31,-33,-80,-11,-73,42xm12,-85v0,-73,68,-116,119,-74r-1,-79r45,0r0,238r-44,0r0,-21v-12,15,-26,25,-50,25v-50,-1,-69,-37,-69,-89","w":196},"e":{"d":"179,-52v-7,37,-36,56,-79,56v-58,0,-87,-33,-88,-90v0,-58,29,-90,86,-90v59,0,87,37,85,100r-126,0v-8,52,69,70,81,24r41,0xm138,-104v1,-38,-41,-57,-67,-33v-7,7,-11,18,-13,33r80,0"},"f":{"d":"111,-207v-28,-7,-44,2,-39,35r31,0r0,33r-31,0r0,139r-45,0r0,-139r-25,0r0,-33r25,0v-6,-58,27,-79,84,-69r0,34","w":104},"g":{"d":"12,-85v-10,-73,68,-116,119,-74r0,-13r44,0r0,160v9,79,-83,101,-139,67v-12,-7,-17,-22,-18,-39r43,0v2,18,12,25,33,25v35,0,38,-28,37,-63v-45,53,-130,14,-119,-63xm92,-30v18,0,28,-12,38,-25r0,-72v-31,-33,-73,-12,-73,42v0,31,9,55,35,55","w":196},"h":{"d":"133,-109v3,-49,-52,-35,-67,-10r0,119r-44,0r0,-238r44,0r-1,87v36,-44,112,-30,112,39r0,112r-44,0r0,-109","w":198},"i":{"d":"66,0r-45,0r0,-172r45,0r0,172xm66,-201r-45,0r0,-38r45,0r0,38","w":87},"j":{"d":"-11,33v24,7,32,-4,32,-29r0,-176r45,0r0,177v4,50,-26,73,-77,62r0,-34xm66,-201r-45,0r0,-38r45,0r0,38","w":87},"k":{"d":"180,0r-50,0r-48,-82r-16,14r0,68r-44,0r0,-238r44,0r0,134r58,-68r51,0r-60,66","w":180},"l":{"d":"66,0r-45,0r0,-238r45,0r0,238","w":87},"m":{"d":"165,-146v14,-15,27,-29,54,-30v77,-4,51,105,55,176r-44,0r0,-109v4,-48,-47,-36,-60,-10r0,119r-44,0r0,-109v4,-48,-47,-36,-60,-10r0,119r-45,0r0,-172r44,0r0,22v20,-33,87,-36,100,4","w":294},"n":{"d":"132,-109v4,-45,-47,-39,-66,-10r0,119r-45,0r0,-172r44,0r0,22v35,-44,112,-32,112,38r0,112r-45,0r0,-109","w":197},"o":{"d":"12,-86v0,-58,30,-90,86,-90v56,0,85,33,85,90v0,57,-29,90,-85,90v-56,0,-86,-32,-86,-90xm57,-86v0,32,10,57,41,57v31,0,40,-25,40,-57v0,-32,-9,-57,-40,-57v-31,0,-41,25,-41,57"},"p":{"d":"112,4v-21,0,-36,-6,-47,-17r1,79r-45,0r0,-238r44,0r0,21v11,-13,29,-26,52,-25v49,2,68,39,68,89v0,51,-21,90,-73,91xm105,-143v-20,0,-29,11,-39,25r0,74v31,31,78,12,73,-43v-3,-32,-8,-56,-34,-56","w":196},"q":{"d":"84,-176v22,0,35,6,47,17r0,-13r44,0r0,238r-45,0r1,-87v-12,15,-28,25,-53,24v-48,-2,-66,-36,-66,-88v1,-52,21,-89,72,-91xm57,-85v-8,58,53,71,73,31r0,-73v-31,-33,-80,-11,-73,42","w":196},"r":{"d":"65,-146v13,-19,31,-34,62,-29r0,40v-25,-7,-50,2,-61,20r0,115r-45,0r0,-172r44,0r0,26","w":127},"s":{"d":"145,-87v40,36,0,96,-58,91v-48,-4,-74,-16,-78,-56r42,0v0,20,14,30,36,29v25,4,45,-26,23,-38v-36,-19,-94,-10,-96,-63v-2,-56,87,-63,124,-39v12,8,18,21,19,37r-41,0v-1,-15,-11,-22,-31,-22v-30,0,-41,31,-10,37v23,5,55,11,70,24","w":172},"t":{"d":"102,-31r0,31v-53,13,-75,-11,-75,-73r0,-66r-23,0r0,-33r23,0r0,-43r44,0r0,43r28,0r0,33r-28,0v6,42,-20,121,31,108","w":104},"u":{"d":"65,-63v-4,45,48,39,66,10r0,-119r45,0r0,172r-43,0r0,-22v-30,42,-112,34,-112,-38r0,-112r44,0r0,109","w":197},"v":{"d":"172,-172r-63,172r-44,0r-62,-172r46,0r38,128r39,-128r46,0","w":174},"w":{"d":"253,-172r-50,172r-43,0r-33,-121r-32,121r-43,0r-50,-172r44,0r28,125r34,-125r39,0r34,125r28,-125r44,0","w":254},"x":{"d":"174,0r-49,0r-37,-62r-37,62r-49,0r59,-89r-54,-83r47,0r34,58r33,-58r48,0r-54,83","w":175},"y":{"d":"109,0v-12,43,-37,84,-93,66r0,-36v28,10,44,-6,50,-30r-63,-172r46,0r38,128r39,-128r46,0","w":174},"z":{"d":"167,0r-159,0r0,-33r97,-105r-91,0r0,-34r147,0r0,33r-97,105r103,0r0,34","w":174},"\u20ac":{"d":"139,-166v1,-35,-41,-56,-62,-28v-6,9,-10,23,-12,42r47,0r-6,20r-42,0v0,9,-2,19,0,27r34,0r-5,20r-28,0v4,30,11,56,45,50v17,-3,26,-15,29,-41r44,0v-6,48,-28,81,-80,80v-55,-1,-76,-37,-83,-89r-18,0r0,-20r17,0v0,-9,-2,-19,0,-27r-17,0r0,-20r18,0v-8,-90,121,-123,155,-45v4,9,6,20,8,31r-44,0","w":196},"\u201a":{"d":"65,-40v1,44,3,90,-44,89r0,-20v16,0,20,-11,20,-29r-21,0r0,-40r45,0","w":84},"\u0192":{"d":"94,34v-7,33,-46,42,-83,32r0,-33v28,9,41,-2,46,-29r25,-142r-30,0r5,-32r30,0v2,-52,29,-83,90,-69r0,36v-22,-6,-43,-5,-43,20r-3,13r32,0r-5,32r-32,0r-24,142v-2,12,-6,22,-8,30","w":196},"\u201e":{"d":"122,-40v1,44,4,91,-44,89r0,-20v16,0,21,-11,21,-29r-22,0r0,-40r45,0xm60,-40v1,43,4,90,-43,89r0,-20v17,0,19,-12,20,-29r-21,0r0,-40r44,0","w":137},"\u2020":{"d":"180,-135r-63,0r0,205r-37,0r0,-205r-64,0r0,-34r64,0r0,-69r37,0r0,69r63,0r0,34","w":196},"\u2021":{"d":"180,0r-63,0r0,70r-37,0r0,-70r-64,0r0,-34r64,0r0,-101r-64,0r0,-34r64,0r0,-69r37,0r0,69r63,0r0,34r-63,0r0,101r63,0r0,34","w":196},"\u02c6":{"d":"118,-196r-37,0r-19,-24r-20,24r-36,0r34,-47r43,0","w":123},"\u2030":{"d":"6,-179v0,-39,17,-63,55,-63v38,0,55,24,55,63v0,39,-17,63,-55,63v-38,0,-55,-24,-55,-63xm40,-179v0,21,3,39,21,39v17,0,21,-18,21,-39v0,-20,-5,-37,-21,-38v-17,0,-21,18,-21,38xm208,-238r-141,238r-28,0r141,-238r28,0xm256,-59v0,-38,17,-63,55,-63v39,0,56,24,56,63v0,38,-17,63,-56,63v-38,-1,-55,-26,-55,-63xm290,-59v0,21,4,38,21,38v19,0,22,-17,22,-38v0,-20,-2,-39,-22,-38v-18,0,-20,18,-21,38xm131,-59v0,-38,17,-63,56,-63v38,1,56,23,55,63v0,39,-17,63,-55,63v-39,0,-56,-25,-56,-63xm187,-97v-29,0,-31,76,0,76v16,-1,21,-17,21,-38v0,-20,-4,-38,-21,-38","w":372},"\u0160":{"d":"183,-122v64,41,13,126,-66,126v-62,0,-101,-26,-105,-82r44,0v-2,53,104,63,111,11v-20,-63,-149,-11,-146,-112v2,-79,151,-81,177,-20v4,9,7,19,8,31r-44,0v-2,-24,-19,-37,-50,-37v-44,0,-66,46,-20,56v32,7,67,11,91,27xm167,-299r-35,47r-43,0r-34,-47r36,0r20,24r19,-24r37,0","w":226},"\u2039":{"d":"101,-12r-36,0r-51,-74r51,-74r36,0r-43,74","w":118},"\u0152":{"d":"117,-242v25,0,44,12,56,27r0,-23r143,0r0,39r-97,0r0,58r88,0r0,39r-88,0r0,63r102,0r0,39r-148,0r0,-22v-13,14,-30,26,-56,26v-72,0,-102,-51,-102,-123v0,-72,32,-123,102,-123xm62,-119v0,44,10,84,55,84v45,0,56,-38,56,-84v0,-46,-10,-84,-55,-84v-44,0,-56,39,-56,84","w":336},"\u017d":{"d":"196,0r-190,0r0,-38r132,-161r-120,0r0,-39r174,0r0,38r-132,161r136,0r0,39xm159,-299r-35,47r-43,0r-34,-47r36,0r20,24r19,-24r37,0","w":204},"\u2018":{"d":"65,-152r-45,0v-2,-45,-2,-90,43,-90r0,20v-16,0,-19,12,-20,29r22,0r0,41","w":84},"\u2019":{"d":"65,-239v1,44,2,90,-44,89r0,-20v16,0,20,-11,20,-29r-21,0r0,-40r45,0","w":84},"\u201c":{"d":"122,-152r-45,0v-1,-44,-3,-91,44,-90r0,20v-16,0,-20,11,-20,29r21,0r0,41xm60,-152r-44,0v-2,-45,-3,-91,43,-90r0,20v-16,0,-19,12,-20,29r21,0r0,41","w":137},"\u201d":{"d":"122,-239v1,44,3,91,-44,89r0,-20v16,0,21,-11,21,-29r-22,0r0,-40r45,0xm60,-239v1,43,3,90,-43,89r0,-20v17,0,19,-12,20,-29r-21,0r0,-40r44,0","w":137},"\u2022":{"d":"16,-116v0,-28,18,-46,46,-46v29,0,47,19,47,46v0,28,-19,46,-47,46v-27,0,-46,-18,-46,-46","w":125},"\u2219":{"d":"16,-116v0,-28,18,-46,46,-46v29,0,47,19,47,46v0,28,-19,46,-47,46v-27,0,-46,-18,-46,-46","w":125},"\u02dc":{"d":"40,-241v20,-1,49,31,54,0r26,0v-1,24,-12,41,-36,42v-22,1,-47,-31,-55,0r-25,0v1,-25,11,-42,36,-42","w":123},"\u2122":{"d":"223,-122r-24,0r0,-91r-21,91r-25,0r-22,-91r0,91r-24,0r0,-116r38,0r20,86r20,-86r38,0r0,116xm94,-215r-31,0r0,93r-26,0r0,-93r-31,0r0,-23r88,0r0,23","w":240},"\u0161":{"d":"145,-87v40,36,0,96,-58,91v-48,-4,-74,-16,-78,-56r42,0v0,20,14,30,36,29v25,4,45,-26,23,-38v-36,-19,-94,-10,-96,-63v-2,-56,87,-63,124,-39v12,8,18,21,19,37r-41,0v-1,-15,-11,-22,-31,-22v-30,0,-41,31,-10,37v23,5,55,11,70,24xm138,-243r-35,47r-43,0r-34,-47r36,0r20,24r19,-24r37,0","w":172},"\u203a":{"d":"105,-86r-51,74r-36,0r42,-73r-42,-75r36,0","w":118},"\u0153":{"d":"210,-175v65,-5,103,30,98,99r-125,0v1,30,13,51,43,51v19,0,35,-8,35,-27r44,0v-5,63,-112,74,-145,27v-16,20,-35,30,-71,28v-50,-4,-77,-35,-77,-89v0,-58,30,-89,86,-90v29,-1,49,12,62,29v12,-15,27,-26,50,-28xm263,-104v1,-38,-41,-57,-67,-33v-7,7,-11,18,-13,33r80,0xm57,-86v0,32,10,57,41,57v31,0,40,-25,40,-57v0,-32,-9,-57,-40,-57v-31,0,-41,25,-41,57","w":319},"\u017e":{"d":"167,0r-159,0r0,-33r97,-105r-91,0r0,-34r147,0r0,33r-97,105r103,0r0,34xm144,-243r-35,47r-43,0r-34,-47r36,0r20,24r19,-24r37,0","w":174},"\u0178":{"d":"221,-238r-88,140r0,98r-45,0r0,-98r-87,-140r51,0r59,102r59,-102r51,0xm160,-257r-35,0r0,-37r35,0r0,37xm96,-257r-35,0r0,-37r35,0r0,37","w":221},"\u00a1":{"d":"72,-130r-46,0r0,-42r46,0r0,42xm72,66r-46,0v-1,-60,4,-114,7,-170r33,0","w":98},"\u00a2":{"d":"97,-30v20,3,39,-7,41,-26r41,0v-6,42,-40,65,-91,59r-11,39r-19,-5r11,-39v-33,-12,-50,-39,-50,-84v1,-60,35,-95,98,-89r11,-39r19,5r-11,38v24,10,40,26,43,55r-41,0v0,-10,-5,-17,-11,-21xm108,-143v-54,-7,-56,81,-29,105","w":196},"\u00a3":{"d":"60,-40v41,-10,88,19,124,-3r0,39v-53,24,-123,-25,-175,8r0,-36v26,-10,40,-38,32,-75r-32,0r0,-24r25,0v-41,-79,55,-147,126,-93v14,11,22,27,22,51r-42,0v-2,-21,-12,-34,-35,-34v-40,0,-38,47,-26,76r47,0r0,24r-41,0v7,31,-6,54,-25,67","w":196},"\u00a4":{"d":"138,-58v-20,16,-62,16,-80,-1r-23,24r-20,-20r24,-23v-15,-19,-16,-60,0,-79r-24,-23r20,-20v10,12,16,14,23,24v19,-17,62,-17,80,0r23,-24r21,20r-24,23v16,23,13,58,0,79r24,23r-21,20xm56,-118v0,25,17,43,42,43v25,0,42,-17,42,-43v0,-26,-17,-42,-42,-42v-25,0,-42,17,-42,42","w":196},"\u00a5":{"d":"196,-238r-60,109r48,0r0,23r-64,0r0,29r64,0r0,23r-64,0r0,54r-44,0r0,-54r-63,0r0,-23r63,0r0,-29r-63,0r0,-23r48,0r-61,-109r48,0r50,99r50,-99r48,0","w":196},"\u00a6":{"d":"64,70r-37,0r0,-126r37,0r0,126xm64,-114r-37,0r0,-125r37,0r0,125","w":91},"\u00a7":{"d":"50,-147v-43,-30,-15,-100,46,-95v42,3,68,19,73,57r-42,0v3,-34,-55,-40,-56,-8v19,54,110,43,110,115v0,24,-15,38,-35,47v47,30,18,101,-47,101v-45,0,-71,-21,-77,-60r43,0v-4,37,61,44,63,8v-22,-53,-113,-45,-113,-118v0,-24,16,-38,35,-47xm71,-133v-19,10,-20,47,2,55v14,12,36,22,51,32v44,-37,-25,-69,-53,-87","w":196},"\u00a8":{"d":"111,-201r-35,0r0,-37r35,0r0,37xm47,-201r-35,0r0,-37r35,0r0,37","w":123},"\u00a9":{"d":"4,-120v0,-75,48,-122,123,-122v74,0,122,48,122,122v0,75,-47,123,-122,123v-75,0,-123,-48,-123,-123xm26,-120v0,61,39,102,100,102v61,0,101,-41,101,-102v0,-60,-38,-100,-101,-100v-62,0,-100,40,-100,100xm127,-165v-47,0,-48,92,0,92v17,0,27,-9,30,-24r28,0v-7,32,-26,48,-58,48v-43,-1,-61,-28,-65,-70v-7,-75,110,-96,123,-24r-29,0v-3,-14,-12,-22,-29,-22","w":252},"\u00aa":{"d":"48,-158v0,19,30,15,38,7r0,-22v-18,0,-38,-2,-38,15xm85,-209v-2,-17,-40,-16,-37,3r-29,0v2,-25,23,-36,51,-36v65,0,48,64,50,120r-34,0r0,-9v-22,19,-77,14,-74,-24v2,-33,34,-41,74,-39","w":137},"\u00ab":{"d":"181,-12r-36,0r-51,-74r51,-74r36,0r-42,74xm106,-12r-36,0r-51,-74r51,-74r36,0r-42,74","w":200},"\u00ac":{"d":"176,-65r-34,0r0,-67r-125,0r0,-35r159,0r0,102"},"\u00ad":{"d":"105,-71r-93,0r0,-34r93,0r0,34","w":116},"\u00ae":{"d":"4,-120v0,-75,48,-122,123,-122v74,0,122,48,122,122v0,75,-47,123,-122,123v-75,0,-123,-48,-123,-123xm26,-120v0,61,39,102,100,102v61,0,101,-41,101,-102v0,-60,-38,-100,-101,-100v-62,0,-100,40,-100,100xm178,-147v0,22,-12,34,-31,37v24,7,27,37,38,58r-30,0v-10,-25,-13,-57,-54,-50r0,50r-28,0r0,-132v46,2,106,-11,105,37xm150,-144v0,-21,-27,-18,-49,-18r0,37v22,0,49,2,49,-19","w":252},"\u00af":{"d":"115,-206r-106,0r0,-28r106,0r0,28","w":123},"\u00b0":{"d":"18,-196v0,-28,18,-47,47,-47v30,0,48,19,48,47v0,29,-19,48,-48,48v-28,0,-47,-19,-47,-48xm65,-223v-30,-2,-36,43,-10,52v18,7,39,-4,38,-25v-1,-18,-11,-26,-28,-27","w":130},"\u00b1":{"d":"177,0r-160,0r0,-36r160,0r0,36xm177,-107r-62,0r0,63r-36,0r0,-63r-62,0r0,-35r62,0r0,-62r36,0r0,62r62,0r0,35"},"\u00b2":{"d":"105,-205v0,37,-38,42,-56,63r57,0r0,23r-101,0v4,-46,61,-45,71,-84v0,-22,-39,-21,-40,0r-27,0v4,-25,20,-38,49,-38v27,0,47,10,47,36","w":113},"\u00b3":{"d":"56,-241v41,-5,62,46,25,58v17,4,26,14,26,29v0,51,-101,51,-101,1r29,0v1,11,8,15,21,15v13,0,20,-5,21,-16v2,-17,-13,-17,-30,-17r0,-21v25,6,36,-27,8,-27v-11,0,-17,4,-18,13r-28,0v4,-23,21,-32,47,-35","w":113},"\u00b4":{"d":"108,-243r-40,47r-31,0r20,-47r51,0","w":123},"\u00b5":{"d":"66,-60v-3,43,56,32,66,7r0,-119r44,0r0,123v0,13,4,21,18,19r0,32v-25,6,-54,-3,-59,-25v-17,22,-40,32,-69,22r0,67r-45,0r0,-238r45,0r0,112","w":197},"\u03bc":{"d":"66,-60v-3,43,56,32,66,7r0,-119r44,0r0,123v0,13,4,21,18,19r0,32v-25,6,-54,-3,-59,-25v-17,22,-40,32,-69,22r0,67r-45,0r0,-238r45,0r0,112","w":197},"\u00b6":{"d":"3,-165v-3,-91,107,-71,194,-73r0,28r-26,0r0,276r-31,0r0,-276r-35,0r0,276r-30,0r0,-160v-44,-3,-70,-26,-72,-71","w":200},"\u00b7":{"d":"72,-94r-46,0r0,-45r46,0r0,45","w":98},"\u00b8":{"d":"65,37v-1,-10,-11,-12,-24,-11r2,-27r25,0r0,10v15,2,27,11,27,28v0,28,-33,37,-68,32r0,-22v12,3,39,6,38,-10","w":123},"\u00b9":{"d":"13,-213v25,1,37,-8,40,-28r21,0r0,122r-27,0r0,-79v-8,5,-20,8,-34,8r0,-23","w":103},"\u00ba":{"d":"11,-181v1,-38,20,-61,58,-61v38,0,57,23,58,61v0,39,-20,61,-58,61v-38,0,-58,-22,-58,-61xm45,-181v0,19,6,36,24,36v18,0,24,-17,24,-36v0,-19,-6,-36,-24,-36v-18,0,-24,17,-24,36","w":137},"\u00bb":{"d":"182,-86r-52,74r-36,0r43,-73r-43,-75r36,0xm107,-86r-51,74r-36,0r42,-73r-42,-75r36,0","w":200},"\u00bc":{"d":"23,-213v25,1,37,-8,40,-28r21,0r0,122r-27,0r0,-79v-8,5,-20,8,-34,8r0,-23xm242,-238r-169,238r-29,0r169,-238r29,0xm259,-26r-16,0r0,25r-27,0r0,-25r-60,0r0,-21r60,-75r27,0r0,74r16,0r0,22xm216,-48r0,-43r-34,43r34,0","w":277},"\u00bd":{"d":"23,-213v25,1,37,-8,40,-28r21,0r0,122r-27,0r0,-79v-8,5,-20,8,-34,8r0,-23xm236,-238r-169,238r-29,0r169,-238r29,0xm260,-87v0,37,-38,42,-56,63r57,0r0,23r-101,0v4,-46,61,-45,71,-84v0,-22,-39,-21,-40,0r-27,0v4,-25,20,-38,49,-38v27,0,47,10,47,36","w":277},"\u00be":{"d":"56,-241v41,-5,62,46,25,58v17,4,26,14,26,29v0,51,-101,51,-101,1r29,0v1,11,8,15,21,15v13,0,20,-5,21,-16v2,-17,-13,-17,-30,-17r0,-21v25,6,36,-27,8,-27v-11,0,-17,4,-18,13r-28,0v4,-23,21,-32,47,-35xm241,-238r-169,238r-29,0r169,-238r29,0xm259,-26r-16,0r0,25r-27,0r0,-25r-60,0r0,-21r60,-75r27,0r0,74r16,0r0,22xm216,-48r0,-43r-34,43r34,0","w":277},"\u00bf":{"d":"97,35v26,0,35,-16,39,-39r42,0v5,91,-159,100,-163,11v-3,-59,58,-57,60,-111r42,0v5,59,-52,57,-57,104v-2,23,13,35,37,35xm119,-130r-47,0r0,-42r47,0r0,42","w":192},"\u00c0":{"d":"144,-97r-34,-101r-33,101r67,0xm224,0r-48,0r-21,-61r-89,0r-21,61r-45,0r85,-238r50,0xm132,-252r-31,0r-40,-47r50,0","w":223},"\u00c1":{"d":"144,-97r-34,-101r-33,101r67,0xm224,0r-48,0r-21,-61r-89,0r-21,61r-45,0r85,-238r50,0xm159,-299r-40,47r-31,0r20,-47r51,0","w":223},"\u00c2":{"d":"144,-97r-34,-101r-33,101r67,0xm224,0r-48,0r-21,-61r-89,0r-21,61r-45,0r85,-238r50,0xm166,-252r-37,0r-19,-24r-20,24r-36,0r34,-47r43,0","w":223},"\u00c3":{"d":"144,-97r-34,-101r-33,101r67,0xm224,0r-48,0r-21,-61r-89,0r-21,61r-45,0r85,-238r50,0xm89,-297v20,-1,49,31,54,0r26,0v-1,24,-12,41,-36,42v-22,1,-47,-31,-55,0r-25,0v1,-25,11,-42,36,-42","w":223},"\u00c4":{"d":"144,-97r-34,-101r-33,101r67,0xm224,0r-48,0r-21,-61r-89,0r-21,61r-45,0r85,-238r50,0xm159,-257r-35,0r0,-37r35,0r0,37xm95,-257r-35,0r0,-37r35,0r0,37","w":223},"\u00c5":{"d":"144,-97r-34,-101r-33,101r67,0xm224,0r-48,0r-21,-61r-89,0r-21,61r-45,0r85,-238r50,0xm73,-257v0,-24,14,-38,38,-38v23,0,37,14,37,38v0,23,-13,37,-37,37v-25,0,-38,-14,-38,-37xm129,-257v0,-11,-7,-20,-18,-20v-12,1,-18,9,-19,20v1,10,8,19,19,19v11,0,18,-8,18,-19","w":223},"\u00c6":{"d":"314,0r-162,0r0,-58r-75,0r-30,58r-48,0r127,-238r183,0r0,39r-112,0r0,58r103,0r0,39r-103,0r0,63r117,0r0,39xm152,-97r0,-103v-23,31,-38,68,-57,103r57,0","w":330},"\u00c7":{"d":"227,-81v-7,54,-40,85,-100,85v-75,0,-105,-49,-112,-123v-12,-117,146,-165,203,-76v6,9,9,22,10,35r-46,0v-5,-28,-23,-43,-55,-43v-47,0,-65,36,-65,84v0,47,17,83,65,84v33,1,52,-17,55,-46r45,0xm130,37v-1,-10,-11,-12,-24,-11r2,-27r25,0r0,10v15,2,27,11,27,28v0,28,-33,37,-68,32r0,-22v12,3,39,6,38,-10","w":243},"\u00c8":{"d":"206,0r-181,0r0,-238r176,0r0,39r-131,0r0,58r122,0r0,39r-122,0r0,63r136,0r0,39xm136,-252r-31,0r-40,-47r50,0","w":221},"\u00c9":{"d":"206,0r-181,0r0,-238r176,0r0,39r-131,0r0,58r122,0r0,39r-122,0r0,63r136,0r0,39xm161,-299r-40,47r-31,0r20,-47r51,0","w":221},"\u00ca":{"d":"206,0r-181,0r0,-238r176,0r0,39r-131,0r0,58r122,0r0,39r-122,0r0,63r136,0r0,39xm170,-252r-37,0r-19,-24r-20,24r-36,0r34,-47r43,0","w":221},"\u00cb":{"d":"206,0r-181,0r0,-238r176,0r0,39r-131,0r0,58r122,0r0,39r-122,0r0,63r136,0r0,39xm164,-257r-35,0r0,-37r35,0r0,37xm100,-257r-35,0r0,-37r35,0r0,37","w":221},"\u00cc":{"d":"73,0r-46,0r0,-238r46,0r0,238xm72,-252r-31,0r-40,-47r50,0","w":99},"\u00cd":{"d":"73,0r-46,0r0,-238r46,0r0,238xm100,-299r-40,47r-31,0r20,-47r51,0","w":99},"\u00ce":{"d":"73,0r-46,0r0,-238r46,0r0,238xm107,-252r-37,0r-19,-24r-20,24r-36,0r34,-47r43,0","w":99},"\u00cf":{"d":"73,0r-46,0r0,-238r46,0r0,238xm100,-257r-35,0r0,-37r35,0r0,37xm36,-257r-35,0r0,-37r35,0r0,37","w":99},"\u00d0":{"d":"103,-238v81,0,124,37,124,118v0,80,-41,120,-124,120r-78,0r0,-101r-25,0r0,-36r25,0r0,-101r78,0xm180,-120v0,-66,-38,-85,-109,-79r0,62r53,0r0,36r-53,0r0,62v71,6,109,-13,109,-81","w":243},"\u00d1":{"d":"218,0r-46,0r-106,-171r2,171r-43,0r0,-238r46,0r106,172r-1,-172r42,0r0,238xm102,-297v20,-1,49,31,54,0r26,0v-1,24,-12,41,-36,42v-22,1,-47,-31,-55,0r-25,0v1,-25,11,-42,36,-42","w":243},"\u00d2":{"d":"15,-119v0,-76,40,-123,115,-123v73,0,113,48,113,123v0,74,-39,123,-113,123v-75,0,-115,-48,-115,-123xm62,-119v0,47,20,84,67,84v48,0,68,-36,68,-84v0,-47,-19,-84,-67,-84v-48,0,-68,36,-68,84xm153,-252r-31,0r-40,-47r50,0","w":258},"\u00d3":{"d":"15,-119v0,-76,40,-123,115,-123v73,0,113,48,113,123v0,74,-39,123,-113,123v-75,0,-115,-48,-115,-123xm62,-119v0,47,20,84,67,84v48,0,68,-36,68,-84v0,-47,-19,-84,-67,-84v-48,0,-68,36,-68,84xm179,-299r-40,47r-31,0r20,-47r51,0","w":258},"\u00d4":{"d":"15,-119v0,-76,40,-123,115,-123v73,0,113,48,113,123v0,74,-39,123,-113,123v-75,0,-115,-48,-115,-123xm62,-119v0,47,20,84,67,84v48,0,68,-36,68,-84v0,-47,-19,-84,-67,-84v-48,0,-68,36,-68,84xm186,-252r-37,0r-19,-24r-20,24r-36,0r34,-47r43,0","w":258},"\u00d5":{"d":"15,-119v0,-76,40,-123,115,-123v73,0,113,48,113,123v0,74,-39,123,-113,123v-75,0,-115,-48,-115,-123xm62,-119v0,47,20,84,67,84v48,0,68,-36,68,-84v0,-47,-19,-84,-67,-84v-48,0,-68,36,-68,84xm108,-297v20,-1,49,31,54,0r26,0v-1,24,-12,41,-36,42v-22,1,-47,-31,-55,0r-25,0v1,-25,11,-42,36,-42","w":258},"\u00d6":{"d":"15,-119v0,-76,40,-123,115,-123v73,0,113,48,113,123v0,74,-39,123,-113,123v-75,0,-115,-48,-115,-123xm62,-119v0,47,20,84,67,84v48,0,68,-36,68,-84v0,-47,-19,-84,-67,-84v-48,0,-68,36,-68,84xm179,-257r-35,0r0,-37r35,0r0,37xm115,-257r-35,0r0,-37r35,0r0,37","w":258},"\u00d8":{"d":"15,-119v0,-103,106,-155,184,-101r24,-28r22,17r-26,30v52,76,18,205,-89,205v-27,0,-50,-7,-69,-21r-25,28r-21,-18r26,-30v-17,-22,-26,-49,-26,-82xm172,-189v-65,-49,-140,34,-101,116xm129,-35v64,3,80,-74,59,-129r-101,115v10,10,23,14,42,14","w":258},"\u00d9":{"d":"218,-100v2,68,-27,104,-96,104v-69,0,-97,-34,-97,-104r0,-138r45,0r0,137v0,41,11,65,52,65v41,0,52,-23,51,-65r0,-137r45,0r0,138xm143,-252r-31,0r-40,-47r50,0","w":243},"\u00da":{"d":"218,-100v2,68,-27,104,-96,104v-69,0,-97,-34,-97,-104r0,-138r45,0r0,137v0,41,11,65,52,65v41,0,52,-23,51,-65r0,-137r45,0r0,138xm171,-299r-40,47r-31,0r20,-47r51,0","w":243},"\u00db":{"d":"218,-100v2,68,-27,104,-96,104v-69,0,-97,-34,-97,-104r0,-138r45,0r0,137v0,41,11,65,52,65v41,0,52,-23,51,-65r0,-137r45,0r0,138xm178,-252r-37,0r-19,-24r-20,24r-36,0r34,-47r43,0","w":243},"\u00dc":{"d":"218,-100v2,68,-27,104,-96,104v-69,0,-97,-34,-97,-104r0,-138r45,0r0,137v0,41,11,65,52,65v41,0,52,-23,51,-65r0,-137r45,0r0,138xm171,-257r-35,0r0,-37r35,0r0,37xm107,-257r-35,0r0,-37r35,0r0,37","w":243},"\u00dd":{"d":"221,-238r-88,140r0,98r-45,0r0,-98r-87,-140r51,0r59,102r59,-102r51,0xm160,-299r-40,47r-31,0r20,-47r51,0","w":221},"\u00de":{"d":"208,-123v0,72,-62,82,-138,78r0,45r-45,0r0,-238r45,0r0,44v74,-4,138,1,138,71xm161,-121v0,-44,-49,-35,-91,-36r0,74v43,-1,91,8,91,-38","w":221},"\u00df":{"d":"99,-211v-27,0,-33,21,-33,48r0,163r-45,0r0,-162v0,-55,26,-78,79,-81v57,-3,88,46,55,92v-34,48,48,45,48,99v0,63,-101,76,-119,23r26,-12v5,21,51,26,49,-3v-2,-39,-56,-33,-55,-77v0,-28,23,-39,24,-65v0,-17,-13,-24,-29,-25","w":213},"\u00e0":{"d":"57,-49v0,37,63,25,73,4r0,-34v-36,0,-73,-1,-73,30xm97,-176v48,0,77,14,77,65r0,111r-44,0r0,-16v-31,31,-118,29,-118,-30v0,-44,48,-63,118,-60v2,-30,-8,-42,-35,-42v-22,0,-34,7,-36,25r-40,0v2,-35,28,-53,78,-53xm119,-196r-31,0r-40,-47r50,0"},"\u00e1":{"d":"57,-49v0,37,63,25,73,4r0,-34v-36,0,-73,-1,-73,30xm97,-176v48,0,77,14,77,65r0,111r-44,0r0,-16v-31,31,-118,29,-118,-30v0,-44,48,-63,118,-60v2,-30,-8,-42,-35,-42v-22,0,-34,7,-36,25r-40,0v2,-35,28,-53,78,-53xm146,-243r-40,47r-31,0r20,-47r51,0"},"\u00e2":{"d":"57,-49v0,37,63,25,73,4r0,-34v-36,0,-73,-1,-73,30xm97,-176v48,0,77,14,77,65r0,111r-44,0r0,-16v-31,31,-118,29,-118,-30v0,-44,48,-63,118,-60v2,-30,-8,-42,-35,-42v-22,0,-34,7,-36,25r-40,0v2,-35,28,-53,78,-53xm155,-196r-37,0r-19,-24r-20,24r-36,0r34,-47r43,0"},"\u00e3":{"d":"57,-49v0,37,63,25,73,4r0,-34v-36,0,-73,-1,-73,30xm97,-176v48,0,77,14,77,65r0,111r-44,0r0,-16v-31,31,-118,29,-118,-30v0,-44,48,-63,118,-60v2,-30,-8,-42,-35,-42v-22,0,-34,7,-36,25r-40,0v2,-35,28,-53,78,-53xm77,-241v20,-1,49,31,54,0r26,0v-1,24,-12,41,-36,42v-22,1,-47,-31,-55,0r-25,0v1,-25,11,-42,36,-42"},"\u00e4":{"d":"57,-49v0,37,63,25,73,4r0,-34v-36,0,-73,-1,-73,30xm97,-176v48,0,77,14,77,65r0,111r-44,0r0,-16v-31,31,-118,29,-118,-30v0,-44,48,-63,118,-60v2,-30,-8,-42,-35,-42v-22,0,-34,7,-36,25r-40,0v2,-35,28,-53,78,-53xm147,-201r-35,0r0,-37r35,0r0,37xm83,-201r-35,0r0,-37r35,0r0,37"},"\u00e5":{"d":"57,-49v0,37,63,25,73,4r0,-34v-36,0,-73,-1,-73,30xm97,-176v48,0,77,14,77,65r0,111r-44,0r0,-16v-31,31,-118,29,-118,-30v0,-44,48,-63,118,-60v2,-30,-8,-42,-35,-42v-22,0,-34,7,-36,25r-40,0v2,-35,28,-53,78,-53xm61,-228v0,-24,14,-38,38,-38v23,0,37,14,37,38v0,23,-13,37,-37,37v-25,0,-38,-14,-38,-37xm117,-228v0,-11,-7,-20,-18,-20v-12,1,-18,9,-19,20v1,10,8,19,19,19v11,0,18,-8,18,-19"},"\u00e6":{"d":"86,-25v31,0,44,-20,41,-54v-34,0,-70,-1,-70,30v0,16,12,24,29,24xm291,-52v-5,64,-115,73,-147,26v-22,39,-132,47,-132,-20v0,-44,46,-63,115,-60v1,-27,-4,-42,-33,-42v-20,0,-34,7,-34,25r-41,0v-8,-57,104,-68,137,-35v57,-42,153,-7,138,82r-122,0v1,29,12,51,41,51v18,0,33,-8,34,-27r44,0xm249,-104v-4,-27,-12,-43,-39,-44v-22,0,-35,14,-38,44r77,0","w":305},"\u00e7":{"d":"172,-56v-6,37,-31,60,-74,60v-56,0,-83,-34,-86,-90v-5,-77,78,-114,137,-75v13,9,21,25,23,45r-42,0v-1,-16,-14,-28,-32,-27v-31,1,-41,24,-41,57v0,32,10,57,41,57v18,0,31,-10,32,-27r42,0xm97,37v-1,-10,-11,-12,-24,-11r2,-27r25,0r0,10v15,2,27,11,27,28v0,28,-33,37,-68,32r0,-22v12,3,39,6,38,-10","w":177},"\u00e8":{"d":"179,-52v-7,37,-36,56,-79,56v-58,0,-87,-33,-88,-90v0,-58,29,-90,86,-90v59,0,87,37,85,100r-126,0v-8,52,69,70,81,24r41,0xm138,-104v1,-38,-41,-57,-67,-33v-7,7,-11,18,-13,33r80,0xm121,-196r-31,0r-40,-47r50,0"},"\u00e9":{"d":"179,-52v-7,37,-36,56,-79,56v-58,0,-87,-33,-88,-90v0,-58,29,-90,86,-90v59,0,87,37,85,100r-126,0v-8,52,69,70,81,24r41,0xm138,-104v1,-38,-41,-57,-67,-33v-7,7,-11,18,-13,33r80,0xm147,-243r-40,47r-31,0r20,-47r51,0"},"\u00ea":{"d":"179,-52v-7,37,-36,56,-79,56v-58,0,-87,-33,-88,-90v0,-58,29,-90,86,-90v59,0,87,37,85,100r-126,0v-8,52,69,70,81,24r41,0xm138,-104v1,-38,-41,-57,-67,-33v-7,7,-11,18,-13,33r80,0xm154,-196r-37,0r-19,-24r-20,24r-36,0r34,-47r43,0"},"\u00eb":{"d":"179,-52v-7,37,-36,56,-79,56v-58,0,-87,-33,-88,-90v0,-58,29,-90,86,-90v59,0,87,37,85,100r-126,0v-8,52,69,70,81,24r41,0xm138,-104v1,-38,-41,-57,-67,-33v-7,7,-11,18,-13,33r80,0xm147,-201r-35,0r0,-37r35,0r0,37xm83,-201r-35,0r0,-37r35,0r0,37"},"\u00ec":{"d":"66,0r-45,0r0,-172r45,0r0,172xm66,-196r-31,0r-40,-47r50,0","w":87},"\u00ed":{"d":"66,0r-45,0r0,-172r45,0r0,172xm93,-243r-40,47r-31,0r20,-47r51,0","w":87},"\u00ee":{"d":"66,0r-45,0r0,-172r45,0r0,172xm100,-196r-37,0r-19,-24r-20,24r-36,0r34,-47r43,0","w":87},"\u00ef":{"d":"66,0r-45,0r0,-172r45,0r0,172xm93,-201r-35,0r0,-37r35,0r0,37xm29,-201r-35,0r0,-37r35,0r0,37","w":87},"\u00f0":{"d":"101,-239r16,13r33,-16r9,20r-26,12v27,32,51,65,50,123v-1,57,-29,91,-85,91v-56,0,-85,-32,-86,-88v-2,-62,45,-99,107,-84v-4,-10,-12,-20,-18,-27r-37,17r-10,-19r32,-15v-9,-11,-22,-19,-34,-27r49,0xm57,-84v0,31,10,55,41,55v28,0,40,-23,40,-55v0,-32,-12,-55,-40,-55v-31,0,-41,24,-41,55"},"\u00f1":{"d":"132,-109v4,-45,-47,-39,-66,-10r0,119r-45,0r0,-172r44,0r0,22v35,-44,112,-32,112,38r0,112r-45,0r0,-109xm77,-241v20,-1,49,31,54,0r26,0v-1,24,-12,41,-36,42v-22,1,-47,-31,-55,0r-25,0v1,-25,11,-42,36,-42","w":197},"\u00f2":{"d":"12,-86v0,-58,30,-90,86,-90v56,0,85,33,85,90v0,57,-29,90,-85,90v-56,0,-86,-32,-86,-90xm57,-86v0,32,10,57,41,57v31,0,40,-25,40,-57v0,-32,-9,-57,-40,-57v-31,0,-41,25,-41,57xm120,-196r-31,0r-40,-47r50,0"},"\u00f3":{"d":"12,-86v0,-58,30,-90,86,-90v56,0,85,33,85,90v0,57,-29,90,-85,90v-56,0,-86,-32,-86,-90xm57,-86v0,32,10,57,41,57v31,0,40,-25,40,-57v0,-32,-9,-57,-40,-57v-31,0,-41,25,-41,57xm147,-243r-40,47r-31,0r20,-47r51,0"},"\u00f4":{"d":"12,-86v0,-58,30,-90,86,-90v56,0,85,33,85,90v0,57,-29,90,-85,90v-56,0,-86,-32,-86,-90xm57,-86v0,32,10,57,41,57v31,0,40,-25,40,-57v0,-32,-9,-57,-40,-57v-31,0,-41,25,-41,57xm154,-196r-37,0r-19,-24r-20,24r-36,0r34,-47r43,0"},"\u00f5":{"d":"12,-86v0,-58,30,-90,86,-90v56,0,85,33,85,90v0,57,-29,90,-85,90v-56,0,-86,-32,-86,-90xm57,-86v0,32,10,57,41,57v31,0,40,-25,40,-57v0,-32,-9,-57,-40,-57v-31,0,-41,25,-41,57xm77,-241v20,-1,49,31,54,0r26,0v-1,24,-12,41,-36,42v-22,1,-47,-31,-55,0r-25,0v1,-25,11,-42,36,-42"},"\u00f6":{"d":"12,-86v0,-58,30,-90,86,-90v56,0,85,33,85,90v0,57,-29,90,-85,90v-56,0,-86,-32,-86,-90xm57,-86v0,32,10,57,41,57v31,0,40,-25,40,-57v0,-32,-9,-57,-40,-57v-31,0,-41,25,-41,57xm147,-201r-35,0r0,-37r35,0r0,37xm83,-201r-35,0r0,-37r35,0r0,37"},"\u00f8":{"d":"12,-86v0,-76,70,-109,133,-79r15,-19r20,15r-16,21v40,55,15,159,-66,152v-19,-2,-34,-4,-47,-11r-15,20r-20,-16r16,-19v-13,-16,-20,-37,-20,-64xm123,-137v-43,-31,-85,24,-64,81xm73,-34v44,28,84,-28,63,-80"},"\u00f9":{"d":"65,-63v-4,45,48,39,66,10r0,-119r45,0r0,172r-43,0r0,-22v-30,42,-112,34,-112,-38r0,-112r44,0r0,109xm121,-196r-31,0r-40,-47r50,0","w":197},"\u00fa":{"d":"65,-63v-4,45,48,39,66,10r0,-119r45,0r0,172r-43,0r0,-22v-30,42,-112,34,-112,-38r0,-112r44,0r0,109xm148,-243r-40,47r-31,0r20,-47r51,0","w":197},"\u00fb":{"d":"65,-63v-4,45,48,39,66,10r0,-119r45,0r0,172r-43,0r0,-22v-30,42,-112,34,-112,-38r0,-112r44,0r0,109xm155,-196r-37,0r-19,-24r-20,24r-36,0r34,-47r43,0","w":197},"\u00fc":{"d":"65,-63v-4,45,48,39,66,10r0,-119r45,0r0,172r-43,0r0,-22v-30,42,-112,34,-112,-38r0,-112r44,0r0,109xm148,-201r-35,0r0,-37r35,0r0,37xm84,-201r-35,0r0,-37r35,0r0,37","w":197},"\u00fd":{"d":"109,0v-12,43,-37,84,-93,66r0,-36v28,10,44,-6,50,-30r-63,-172r46,0r38,128r39,-128r46,0xm136,-243r-40,47r-31,0r20,-47r51,0","w":174},"\u00fe":{"d":"112,4v-22,0,-35,-6,-47,-17r1,79r-45,0r0,-304r45,0r-1,86v12,-14,28,-24,51,-24v50,1,69,39,69,89v0,51,-21,90,-73,91xm105,-143v-20,0,-29,11,-39,25r0,74v31,31,78,12,73,-43v-3,-32,-8,-56,-34,-56","w":196},"\u00ff":{"d":"109,0v-12,43,-37,84,-93,66r0,-36v28,10,44,-6,50,-30r-63,-172r46,0r38,128r39,-128r46,0xm137,-201r-35,0r0,-37r35,0r0,37xm73,-201r-35,0r0,-37r35,0r0,37","w":174},"\u0964":{"d":"106,18r-41,0r0,-195r41,0r0,195","w":131},"\u0965":{"d":"173,18r-41,0r0,-195r41,0r0,195xm107,18r-40,0r0,-195r40,0r0,195","w":196},"\u0951":{"d":"-44,-243r-27,0r0,-90r27,0r0,90","w":0},"\u0952":{"d":"5,73r-169,0r0,-25r169,0r0,25","w":0},"\u20a8":{"d":"217,-170v0,37,-21,55,-51,62v40,15,45,70,63,108r-49,0v-18,-36,-15,-92,-66,-94r-44,0r0,94r-45,0r0,-238v85,3,192,-21,192,68xm171,-167v0,-47,-57,-33,-101,-35r0,71v44,-2,101,12,101,-36xm384,-87v40,36,0,96,-58,91v-48,-4,-74,-16,-78,-56r42,0v0,20,14,30,36,29v25,4,45,-26,23,-38v-36,-19,-94,-10,-96,-63v-2,-56,87,-63,124,-39v12,8,18,21,19,37r-41,0v-1,-15,-11,-22,-31,-22v-30,0,-41,31,-10,37v23,5,55,11,70,24","w":411},"!":{"d":"72,0r-46,0r0,-42r46,0r0,42xm72,-238v1,60,-4,114,-6,170r-33,0r-7,-170r46,0","w":98},"\"":{"d":"124,-238r-8,91r-28,0r-9,-91r45,0xm58,-238r-9,91r-27,0r-9,-91r45,0","w":137},"#":{"d":"190,-146r-35,0r-11,55r33,0r0,27r-39,0r-13,64r-28,0r13,-64r-46,0r-13,64r-28,0r13,-64r-30,0r0,-27r35,0r12,-55r-33,0r0,-27r38,0r13,-65r28,0r-13,65r46,0r14,-65r27,0r-13,65r30,0r0,27xm127,-146r-46,0r-11,55r46,0","w":196},"%":{"d":"17,-179v0,-41,21,-63,58,-63v37,0,58,24,58,63v0,39,-19,63,-58,63v-39,0,-58,-22,-58,-63xm50,-179v0,22,6,39,25,39v19,-1,24,-17,24,-39v0,-20,-6,-38,-24,-38v-19,0,-25,17,-25,38xm234,-238r-143,238r-28,0r144,-238r27,0xm165,-59v0,-39,19,-63,58,-63v39,0,58,24,58,63v0,39,-19,63,-58,63v-39,0,-58,-24,-58,-63xm199,-59v0,22,6,38,24,38v18,0,24,-17,24,-38v0,-20,-5,-38,-24,-38v-19,0,-24,18,-24,38","w":297},"&":{"d":"210,-113v-2,25,-7,47,-18,64r23,27r-30,27r-20,-23v-45,39,-157,27,-152,-49v2,-38,27,-52,52,-69v-38,-36,-20,-110,44,-106v36,3,62,19,62,54v0,34,-24,47,-47,61r40,48v3,-10,5,-22,6,-34r40,0xm108,-212v-33,-1,-26,50,-3,57v25,-6,37,-53,3,-57xm87,-108v-44,13,-32,90,22,77v13,-3,22,-7,31,-15","w":230},"'":{"d":"58,-238r-8,91r-28,0r-8,-91r44,0","w":72},"(":{"d":"64,-86v0,62,22,111,49,156r-37,0v-32,-43,-56,-91,-56,-156v0,-65,24,-113,56,-156r37,0v-27,45,-49,93,-49,156","w":123},")":{"d":"58,-86v0,-63,-21,-112,-48,-156r37,0v33,43,56,89,56,156v0,65,-24,113,-56,156r-37,0v27,-45,48,-93,48,-156","w":123},"*":{"d":"125,-189r-40,9r28,32r-24,17r-21,-37r-21,37r-24,-17r28,-32r-41,-9r9,-28r38,17r-3,-42r28,0r-4,42r38,-17","w":135},"+":{"d":"177,-100r-62,0r0,63r-36,0r0,-63r-62,0r0,-35r62,0r0,-62r36,0r0,62r62,0r0,35"},",":{"d":"72,-45v0,46,6,99,-45,98r0,-22v18,0,20,-12,21,-31r-22,0r0,-45r46,0","w":98},"-":{"d":"105,-71r-93,0r0,-34r93,0r0,34","w":116},"\u2010":{"d":"105,-71r-93,0r0,-34r93,0r0,34","w":116},".":{"d":"72,0r-46,0r0,-45r46,0r0,45","w":98},"\/":{"d":"105,-238r-69,238r-36,0r69,-238r36,0","w":104},"0":{"d":"14,-119v0,-73,20,-123,84,-123v65,0,84,51,84,123v0,73,-19,123,-84,123v-64,0,-84,-49,-84,-123xm98,-207v-56,0,-43,109,-30,156v4,13,15,19,30,21v38,-4,39,-46,39,-89v0,-43,0,-88,-39,-88","w":196},"1":{"d":"37,-199v39,0,61,-11,67,-43r35,0r0,242r-45,0r0,-178v-15,9,-32,14,-57,14r0,-35","w":196},"2":{"d":"99,-242v70,-5,102,71,61,120v-24,29,-66,51,-86,83r107,0r0,39r-172,0v6,-88,107,-90,124,-166v6,-25,-11,-41,-36,-41v-25,0,-35,17,-39,39r-42,0v4,-47,33,-71,83,-74","w":196},"3":{"d":"173,-178v0,27,-15,41,-34,49v26,7,43,26,45,58v6,85,-133,99,-164,35v-4,-9,-7,-20,-8,-31r44,0v2,23,16,37,41,37v26,0,41,-16,42,-42v1,-31,-24,-39,-58,-37r0,-33v29,1,46,-6,46,-34v0,-21,-12,-31,-32,-31v-21,0,-33,11,-36,34r-42,0v5,-44,33,-69,79,-69v44,0,77,20,77,64","w":196},"4":{"d":"183,-54r-31,0r0,54r-43,0r0,-54r-103,0r0,-34r104,-153r42,0r0,152r31,0r0,35xm109,-89r1,-96r-65,96r64,0","w":196},"5":{"d":"139,-78v4,-48,-59,-56,-83,-29r-34,0r11,-131r138,0r0,37r-102,0r-4,55v51,-32,119,1,119,65v0,91,-127,113,-164,45v-5,-9,-7,-19,-8,-31r43,0v3,22,17,37,41,37v28,0,41,-20,43,-48","w":196},"6":{"d":"133,-181v-1,-32,-48,-34,-61,-8v-6,12,-12,30,-13,55v45,-46,129,-15,125,56v-3,52,-31,82,-83,82v-65,0,-83,-48,-87,-116v-6,-97,61,-162,139,-114v14,8,21,25,24,45r-44,0xm139,-77v4,-50,-58,-56,-81,-25v2,40,10,72,43,72v26,0,36,-22,38,-47","w":196},"7":{"d":"181,-207r-86,207r-46,0r88,-201r-121,0r0,-37r165,0r0,31","w":196},"8":{"d":"174,-181v0,30,-18,44,-41,56v29,12,50,27,50,62v0,48,-37,66,-85,67v-51,1,-85,-21,-85,-67v0,-34,23,-50,50,-62v-24,-13,-41,-27,-41,-57v0,-41,34,-60,76,-60v43,0,76,19,76,61xm98,-209v-29,0,-44,31,-25,51v6,6,15,11,25,16v37,-6,48,-67,0,-67xm98,-29v44,3,51,-54,18,-69v-5,-3,-11,-6,-18,-9v-19,10,-38,16,-39,42v0,25,15,34,39,36","w":196},"9":{"d":"182,-125v0,99,-62,159,-143,114v-14,-8,-21,-26,-24,-46r44,0v13,50,74,20,75,-15v2,-9,4,-20,4,-32v-45,46,-130,15,-125,-55v3,-51,30,-83,82,-83v64,0,87,49,87,117xm57,-161v-4,49,57,57,81,25v0,-39,-10,-71,-43,-71v-27,0,-36,21,-38,46","w":196},":":{"d":"72,0r-46,0r0,-45r46,0r0,45xm72,-127r-46,0r0,-45r46,0r0,45","w":98},";":{"d":"72,-45v0,46,6,99,-45,98r0,-22v18,0,20,-12,21,-31r-22,0r0,-45r46,0xm72,-127r-46,0r0,-45r46,0r0,45","w":98},"<":{"d":"177,-35r-160,-66r0,-32r160,-66r0,35r-115,46r115,47r0,36"},"=":{"d":"177,-139r-160,0r0,-35r160,0r0,35xm177,-61r-160,0r0,-35r160,0r0,35"},">":{"d":"177,-101r-160,66r0,-36r115,-46r-115,-46r0,-36r160,66r0,32"},"?":{"d":"95,-207v-27,0,-35,14,-39,39r-42,0v4,-47,33,-74,81,-74v48,0,81,23,83,68v2,55,-61,52,-61,106r-42,0v-4,-58,49,-59,58,-104v-1,-22,-14,-35,-38,-35xm120,0r-46,0r0,-42r46,0r0,42","w":192},"@":{"d":"40,-88v-6,99,105,133,190,101r10,23v-116,45,-263,-22,-221,-167v19,-65,64,-113,146,-113v79,0,131,42,131,119v0,62,-27,106,-88,108v-17,0,-29,-9,-31,-24v-28,41,-112,25,-104,-38v-5,-72,70,-132,124,-83r3,-14r30,0r-27,122v-1,7,3,11,10,11v41,-4,57,-38,57,-82v0,-60,-43,-94,-105,-94v-79,0,-121,51,-125,131xm105,-80v-7,48,55,44,67,11v8,-20,12,-47,18,-70v-35,-37,-92,5,-85,59","w":309},"[":{"d":"101,66r-79,0r0,-304r79,0r0,33r-35,0r0,238r35,0r0,33","w":106},"\\":{"d":"105,0r-36,0r-69,-238r36,0","w":104},"]":{"d":"85,66r-80,0r0,-33r35,0r0,-238r-35,0r0,-33r80,0r0,304","w":106},"^":{"d":"157,-131r-38,0r-35,-70r-35,70r-38,0r58,-107r30,0","w":168},"_":{"d":"185,52r-187,0r0,-22r187,0r0,22","w":183},"{":{"d":"85,-17v2,32,-5,58,31,53r0,34v-59,5,-76,-26,-76,-86v0,-28,-4,-52,-32,-53r0,-34v39,1,33,-43,33,-79v0,-47,27,-63,75,-60r0,34v-34,-5,-31,19,-31,49v0,39,-8,65,-38,73v28,8,37,33,38,69","w":122},"|":{"d":"64,70r-37,0r0,-309r37,0r0,309","w":91},"}":{"d":"38,-155v-1,-32,4,-57,-31,-53r0,-34v67,-7,76,34,76,102v0,24,9,36,32,37r0,34v-33,-1,-33,30,-32,63v3,57,-19,80,-76,76r0,-34v28,4,31,-12,31,-37v0,-44,5,-76,37,-85v-28,-8,-36,-33,-37,-69","w":122},"~":{"d":"14,-126v44,-55,127,40,166,-19r0,36v-33,39,-85,5,-124,-3v-18,1,-30,11,-42,22r0,-36"},"\u2026":{"d":"270,0r-47,0r0,-45r47,0r0,45xm171,0r-46,0r0,-45r46,0r0,45xm72,0r-46,0r0,-45r46,0r0,45","w":296},"\u2013":{"d":"168,-71r-156,0r0,-34r156,0r0,34","w":180},"\u2014":{"d":"261,-71r-261,0r0,-34r261,0r0,34","w":261},"\u00f7":{"d":"117,-155r-40,0r0,-39r40,0r0,39xm177,-100r-160,0r0,-35r160,0r0,35xm117,-41r-40,0r0,-38r40,0r0,38"},"\u2212":{"d":"177,-100r-160,0r0,-35r160,0r0,35"},"\u00d7":{"d":"171,-68r-25,25r-49,-50r-50,50r-25,-25r50,-49r-50,-50r25,-25r50,50r49,-50r25,25r-49,50"},"\u0131":{"d":"66,0r-45,0r0,-172r45,0r0,172","w":87},"\u02c7":{"d":"118,-243r-35,47r-43,0r-34,-47r36,0r20,24r19,-24r37,0","w":123},"\u02da":{"d":"24,-225v0,-24,14,-38,38,-38v23,0,37,14,37,38v0,23,-13,37,-37,37v-25,0,-38,-14,-38,-37xm80,-225v0,-11,-7,-20,-18,-20v-12,1,-18,9,-19,20v1,10,8,19,19,19v11,0,18,-8,18,-19","w":123},"\u2044":{"d":"128,-238r-169,238r-29,0r169,-238r29,0","w":57},"\u2074":{"d":"109,-144r-16,0r0,25r-27,0r0,-25r-60,0r0,-21r60,-75r27,0r0,74r16,0r0,22xm66,-166r0,-43r-34,43r34,0","w":113},"\u0c3d":{"d":"124,-125v-8,-30,-62,-9,-79,-2r0,-39v40,-20,117,-17,117,40v0,60,-68,50,-110,67v-3,2,-4,4,-4,6v1,10,14,12,26,12r201,0r0,44r-203,0v-55,7,-85,-65,-36,-94v25,-15,75,-6,88,-34","w":290},"\u0c78":{"d":"141,-99v27,11,35,53,8,72v-21,15,-50,30,-76,39r-22,-28v26,-11,52,-22,74,-36v12,-18,-15,-24,-38,-25v-48,-2,-76,-31,-76,-79v0,-46,30,-73,76,-76v70,-4,98,89,54,133xm87,-121v23,0,38,-13,38,-35v0,-23,-15,-38,-38,-38v-23,0,-39,15,-39,38v0,22,16,35,39,35","w":184},"\u0c79":{"d":"35,-229r38,0r0,229r-38,0r0,-229","w":108},"\u0c7a":{"d":"55,-143v-2,27,34,26,52,18r0,-104r37,0r0,229r-37,0r0,-86v-45,12,-89,-4,-89,-54r0,-89r37,0r0,86","w":172},"\u0c7b":{"d":"144,-138v0,23,35,20,51,13r0,-104r38,0r0,229r-38,0r0,-86v-22,7,-56,5,-70,-9v-40,25,-107,13,-107,-45r0,-89r37,0v6,38,-18,109,23,109v12,0,27,-4,28,-17r0,-92r38,0r0,91","w":261},"\u0c7c":{"d":"14,-92r0,-38r217,0r0,38r-217,0","w":245},"\u0c7d":{"d":"70,-46v52,12,137,2,202,5r0,44r-175,0v-54,9,-89,-53,-44,-84v24,-17,77,-11,93,-37v-1,-8,-10,-10,-21,-10r-89,0r0,-38v70,-1,174,-11,143,70v-13,34,-69,30,-104,44v-4,2,-5,4,-5,6","w":289},"\u0c7e":{"d":"162,-87v0,45,-56,31,-83,44v65,5,143,0,212,2r0,44r-188,0v-32,-2,-62,-7,-62,-41v0,-45,50,-37,83,-46v-20,-16,-91,6,-91,-39v0,-36,26,-41,58,-43v10,1,35,-5,18,-11v-22,-2,-51,-1,-75,-1r0,-38v59,-2,142,-8,115,61v-10,25,-51,18,-79,26v26,13,92,-5,92,42","w":308},"\u0c7f":{"d":"127,-41v64,0,103,-41,128,-84r30,21v-29,57,-74,107,-158,107v-64,0,-106,-35,-106,-97v0,-49,26,-84,76,-85v32,-1,46,16,49,45v4,50,-61,64,-87,33v-2,43,28,60,68,60xm83,-139v-2,18,30,26,24,3v-4,-7,-16,-5,-24,-3","w":297}}});
36
+ /*!
37
+ * jCarousel - Riding carousels with jQuery
38
+ * http://sorgalla.com/jcarousel/
39
+ *
40
+ * Copyright (c) 2006 Jan Sorgalla (http://sorgalla.com)
41
+ * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
42
+ * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
43
+ *
44
+ * Built on top of the jQuery library
45
+ * http://jquery.com
46
+ *
47
+ * Inspired by the "Carousel Component" by Bill Scott
48
+ * http://billwscott.com/carousel/
49
+ */
50
+
51
+ (function($){$.fn.jcarousel=function(o){if(typeof o=='string'){var instance=$(this).data('jcarousel'),args=Array.prototype.slice.call(arguments,1);return instance[o].apply(instance,args);}else
52
+ return this.each(function(){$(this).data('jcarousel',new $jc(this,o));});};var defaults={vertical:false,start:1,offset:1,size:null,scroll:3,visible:null,animation:'normal',easing:'swing',auto:0,wrap:null,initCallback:null,reloadCallback:null,itemLoadCallback:null,itemFirstInCallback:null,itemFirstOutCallback:null,itemLastInCallback:null,itemLastOutCallback:null,itemVisibleInCallback:null,itemVisibleOutCallback:null,buttonNextHTML:'<div></div>',buttonPrevHTML:'<div></div>',buttonNextEvent:'click',buttonPrevEvent:'click',buttonNextCallback:null,buttonPrevCallback:null};$.jcarousel=function(e,o){this.options=$.extend({},defaults,o||{});this.locked=false;this.container=null;this.clip=null;this.list=null;this.buttonNext=null;this.buttonPrev=null;this.wh=!this.options.vertical?'width':'height';this.lt=!this.options.vertical?'left':'top';var skin='',split=e.className.split(' ');for(var i=0;i<split.length;i++){if(split[i].indexOf('jcarousel-skin')!=-1){$(e).removeClass(split[i]);skin=split[i];break;}}if(e.nodeName=='UL'||e.nodeName=='OL'){this.list=$(e);this.container=this.list.parent();if(this.container.hasClass('jcarousel-clip')){if(!this.container.parent().hasClass('jcarousel-container'))this.container=this.container.wrap('<div></div>');this.container=this.container.parent();}else if(!this.container.hasClass('jcarousel-container'))this.container=this.list.wrap('<div></div>').parent();}else{this.container=$(e);this.list=this.container.find('ul,ol').eq(0);}if(skin!=''&&this.container.parent()[0].className.indexOf('jcarousel-skin')==-1)this.container.wrap('<div class=" '+skin+'"></div>');this.clip=this.list.parent();if(!this.clip.length||!this.clip.hasClass('jcarousel-clip'))this.clip=this.list.wrap('<div></div>').parent();this.buttonNext=$('.jcarousel-next',this.container);if(this.buttonNext.size()==0&&this.options.buttonNextHTML!=null)this.buttonNext=this.clip.after(this.options.buttonNextHTML).next();this.buttonNext.addClass(this.className('jcarousel-next'));this.buttonPrev=$('.jcarousel-prev',this.container);if(this.buttonPrev.size()==0&&this.options.buttonPrevHTML!=null)this.buttonPrev=this.clip.after(this.options.buttonPrevHTML).next();this.buttonPrev.addClass(this.className('jcarousel-prev'));this.clip.addClass(this.className('jcarousel-clip')).css({overflow:'hidden',position:'relative'});this.list.addClass(this.className('jcarousel-list')).css({overflow:'hidden',position:'relative',top:0,left:0,margin:0,padding:0});this.container.addClass(this.className('jcarousel-container')).css({position:'relative'});var di=this.options.visible!=null?Math.ceil(this.clipping()/this.options.visible):null;var li=this.list.children('li');var self=this;if(li.size()>0){var wh=0,i=this.options.offset;li.each(function(){self.format(this,i++);wh+=self.dimension(this,di);});this.list.css(this.wh,wh+'px');if(!o||o.size===undefined)this.options.size=li.size();}this.container.css('display','block');this.buttonNext.css('display','block');this.buttonPrev.css('display','block');this.funcNext=function(){self.next();};this.funcPrev=function(){self.prev();};this.funcResize=function(){self.reload();};if(this.options.initCallback!=null)this.options.initCallback(this,'init');if($.browser.safari){this.buttons(false,false);$(window).bind('load.jcarousel',function(){self.setup();});}else
53
+ this.setup();};var $jc=$.jcarousel;$jc.fn=$jc.prototype={jcarousel:'0.2.4'};$jc.fn.extend=$jc.extend=$.extend;$jc.fn.extend({setup:function(){this.first=null;this.last=null;this.prevFirst=null;this.prevLast=null;this.animating=false;this.timer=null;this.tail=null;this.inTail=false;if(this.locked)return;this.list.css(this.lt,this.pos(this.options.offset)+'px');var p=this.pos(this.options.start);this.prevFirst=this.prevLast=null;this.animate(p,false);$(window).unbind('resize.jcarousel',this.funcResize).bind('resize.jcarousel',this.funcResize);},reset:function(){this.list.empty();this.list.css(this.lt,'0px');this.list.css(this.wh,'10px');if(this.options.initCallback!=null)this.options.initCallback(this,'reset');this.setup();},reload:function(){if(this.tail!=null&&this.inTail)this.list.css(this.lt,$jc.intval(this.list.css(this.lt))+this.tail);this.tail=null;this.inTail=false;if(this.options.reloadCallback!=null)this.options.reloadCallback(this);if(this.options.visible!=null){var self=this;var di=Math.ceil(this.clipping()/this.options.visible),wh=0,lt=0;$('li',this.list).each(function(i){wh+=self.dimension(this,di);if(i+1<self.first)lt=wh;});this.list.css(this.wh,wh+'px');this.list.css(this.lt,-lt+'px');}this.scroll(this.first,false);},lock:function(){this.locked=true;this.buttons();},unlock:function(){this.locked=false;this.buttons();},size:function(s){if(s!=undefined){this.options.size=s;if(!this.locked)this.buttons();}return this.options.size;},has:function(i,i2){if(i2==undefined||!i2)i2=i;if(this.options.size!==null&&i2>this.options.size)i2=this.options.size;for(var j=i;j<=i2;j++){var e=this.get(j);if(!e.length||e.hasClass('jcarousel-item-placeholder'))return false;}return true;},get:function(i){return $('.jcarousel-item-'+i,this.list);},add:function(i,s){var e=this.get(i),old=0,add=0;if(e.length==0){var c,e=this.create(i),j=$jc.intval(i);while(c=this.get(--j)){if(j<=0||c.length){j<=0?this.list.prepend(e):c.after(e);break;}}}else
54
+ old=this.dimension(e);e.removeClass(this.className('jcarousel-item-placeholder'));typeof s=='string'?e.html(s):e.empty().append(s);var di=this.options.visible!=null?Math.ceil(this.clipping()/this.options.visible):null;var wh=this.dimension(e,di)-old;if(i>0&&i<this.first)this.list.css(this.lt,$jc.intval(this.list.css(this.lt))-wh+'px');this.list.css(this.wh,$jc.intval(this.list.css(this.wh))+wh+'px');return e;},remove:function(i){var e=this.get(i);if(!e.length||(i>=this.first&&i<=this.last))return;var d=this.dimension(e);if(i<this.first)this.list.css(this.lt,$jc.intval(this.list.css(this.lt))+d+'px');e.remove();this.list.css(this.wh,$jc.intval(this.list.css(this.wh))-d+'px');},next:function(){this.stopAuto();if(this.tail!=null&&!this.inTail)this.scrollTail(false);else
55
+ this.scroll(((this.options.wrap=='both'||this.options.wrap=='last')&&this.options.size!=null&&this.last==this.options.size)?1:this.first+this.options.scroll);},prev:function(){this.stopAuto();if(this.tail!=null&&this.inTail)this.scrollTail(true);else
56
+ this.scroll(((this.options.wrap=='both'||this.options.wrap=='first')&&this.options.size!=null&&this.first==1)?this.options.size:this.first-this.options.scroll);},scrollTail:function(b){if(this.locked||this.animating||!this.tail)return;var pos=$jc.intval(this.list.css(this.lt));!b?pos-=this.tail:pos+=this.tail;this.inTail=!b;this.prevFirst=this.first;this.prevLast=this.last;this.animate(pos);},scroll:function(i,a){if(this.locked||this.animating)return;this.animate(this.pos(i),a);},pos:function(i){var pos=$jc.intval(this.list.css(this.lt));if(this.locked||this.animating)return pos;if(this.options.wrap!='circular')i=i<1?1:(this.options.size&&i>this.options.size?this.options.size:i);var back=this.first>i;var f=this.options.wrap!='circular'&&this.first<=1?1:this.first;var c=back?this.get(f):this.get(this.last);var j=back?f:f-1;var e=null,l=0,p=false,d=0,g;while(back?--j>=i:++j<i){e=this.get(j);p=!e.length;if(e.length==0){e=this.create(j).addClass(this.className('jcarousel-item-placeholder'));c[back?'before':'after'](e);if(this.first!=null&&this.options.wrap=='circular'&&this.options.size!==null&&(j<=0||j>this.options.size)){g=this.get(this.index(j));if(g.length)this.add(j,g.children().clone(true));}}c=e;d=this.dimension(e);if(p)l+=d;if(this.first!=null&&(this.options.wrap=='circular'||(j>=1&&(this.options.size==null||j<=this.options.size))))pos=back?pos+d:pos-d;}var clipping=this.clipping();var cache=[];var visible=0,j=i,v=0;var c=this.get(i-1);while(++visible){e=this.get(j);p=!e.length;if(e.length==0){e=this.create(j).addClass(this.className('jcarousel-item-placeholder'));c.length==0?this.list.prepend(e):c[back?'before':'after'](e);if(this.first!=null&&this.options.wrap=='circular'&&this.options.size!==null&&(j<=0||j>this.options.size)){g=this.get(this.index(j));if(g.length)this.add(j,g.find('>*').clone(true));}}c=e;var d=this.dimension(e);if(d==0){alert('jCarousel: No width/height set for items. This will cause an infinite loop. Aborting...');return 0;}if(this.options.wrap!='circular'&&this.options.size!==null&&j>this.options.size)cache.push(e);else if(p)l+=d;v+=d;if(v>=clipping)break;j++;}for(var x=0;x<cache.length;x++)cache[x].remove();if(l>0){this.list.css(this.wh,this.dimension(this.list)+l+'px');if(back){pos-=l;this.list.css(this.lt,$jc.intval(this.list.css(this.lt))-l+'px');}}var last=i+visible-1;if(this.options.wrap!='circular'&&this.options.size&&last>this.options.size)last=this.options.size;if(j>last){visible=0,j=last,v=0;while(++visible){var e=this.get(j--);if(!e.length)break;v+=this.dimension(e);if(v>=clipping)break;}}var first=last-visible+1;if(this.options.wrap!='circular'&&first<1)first=1;if(this.inTail&&back){pos+=this.tail;this.inTail=false;}this.tail=null;if(this.options.wrap!='circular'&&last==this.options.size&&(last-visible+1)>=1){var m=$jc.margin(this.get(last),!this.options.vertical?'marginRight':'marginBottom');if((v-m)>clipping)this.tail=v-clipping-m;}while(i-->first)pos+=this.dimension(this.get(i));this.prevFirst=this.first;this.prevLast=this.last;this.first=first;this.last=last;return pos;},animate:function(p,a){if(this.locked||this.animating)return;this.animating=true;var self=this;var scrolled=function(){self.animating=false;if(p==0)self.list.css(self.lt,0);if(self.options.wrap=='circular'||self.options.wrap=='both'||self.options.wrap=='last'||self.options.size==null||self.last<self.options.size)self.startAuto();self.buttons();self.notify('onAfterAnimation');};this.notify('onBeforeAnimation');if(!this.options.animation||a==false){this.list.css(this.lt,p+'px');scrolled();}else{var o=!this.options.vertical?{'left':p}:{'top':p};this.list.animate(o,this.options.animation,this.options.easing,scrolled);}},startAuto:function(s){if(s!=undefined)this.options.auto=s;if(this.options.auto==0)return this.stopAuto();if(this.timer!=null)return;var self=this;this.timer=setTimeout(function(){self.next();},this.options.auto*1000);},stopAuto:function(){if(this.timer==null)return;clearTimeout(this.timer);this.timer=null;},buttons:function(n,p){if(n==undefined||n==null){var n=!this.locked&&this.options.size!==0&&((this.options.wrap&&this.options.wrap!='first')||this.options.size==null||this.last<this.options.size);if(!this.locked&&(!this.options.wrap||this.options.wrap=='first')&&this.options.size!=null&&this.last>=this.options.size)n=this.tail!=null&&!this.inTail;}if(p==undefined||p==null){var p=!this.locked&&this.options.size!==0&&((this.options.wrap&&this.options.wrap!='last')||this.first>1);if(!this.locked&&(!this.options.wrap||this.options.wrap=='last')&&this.options.size!=null&&this.first==1)p=this.tail!=null&&this.inTail;}var self=this;this.buttonNext[n?'bind':'unbind'](this.options.buttonNextEvent+'.jcarousel',this.funcNext)[n?'removeClass':'addClass'](this.className('jcarousel-next-disabled')).attr('disabled',n?false:true);this.buttonPrev[p?'bind':'unbind'](this.options.buttonPrevEvent+'.jcarousel',this.funcPrev)[p?'removeClass':'addClass'](this.className('jcarousel-prev-disabled')).attr('disabled',p?false:true);if(this.buttonNext.length>0&&(this.buttonNext[0].jcarouselstate==undefined||this.buttonNext[0].jcarouselstate!=n)&&this.options.buttonNextCallback!=null){this.buttonNext.each(function(){self.options.buttonNextCallback(self,this,n);});this.buttonNext[0].jcarouselstate=n;}if(this.buttonPrev.length>0&&(this.buttonPrev[0].jcarouselstate==undefined||this.buttonPrev[0].jcarouselstate!=p)&&this.options.buttonPrevCallback!=null){this.buttonPrev.each(function(){self.options.buttonPrevCallback(self,this,p);});this.buttonPrev[0].jcarouselstate=p;}},notify:function(evt){var state=this.prevFirst==null?'init':(this.prevFirst<this.first?'next':'prev');this.callback('itemLoadCallback',evt,state);if(this.prevFirst!==this.first){this.callback('itemFirstInCallback',evt,state,this.first);this.callback('itemFirstOutCallback',evt,state,this.prevFirst);}if(this.prevLast!==this.last){this.callback('itemLastInCallback',evt,state,this.last);this.callback('itemLastOutCallback',evt,state,this.prevLast);}this.callback('itemVisibleInCallback',evt,state,this.first,this.last,this.prevFirst,this.prevLast);this.callback('itemVisibleOutCallback',evt,state,this.prevFirst,this.prevLast,this.first,this.last);},callback:function(cb,evt,state,i1,i2,i3,i4){if(this.options[cb]==undefined||(typeof this.options[cb]!='object'&&evt!='onAfterAnimation'))return;var callback=typeof this.options[cb]=='object'?this.options[cb][evt]:this.options[cb];if(!$.isFunction(callback))return;var self=this;if(i1===undefined)callback(self,state,evt);else if(i2===undefined)this.get(i1).each(function(){callback(self,this,i1,state,evt);});else{for(var i=i1;i<=i2;i++)if(i!==null&&!(i>=i3&&i<=i4))this.get(i).each(function(){callback(self,this,i,state,evt);});}},create:function(i){return this.format('<li></li>',i);},format:function(e,i){var $e=$(e).addClass(this.className('jcarousel-item')).addClass(this.className('jcarousel-item-'+i)).css({'float':'left','list-style':'none'});$e.attr('jcarouselindex',i);return $e;},className:function(c){return c+' '+c+(!this.options.vertical?'-horizontal':'-vertical');},dimension:function(e,d){var el=e.jquery!=undefined?e[0]:e;var old=!this.options.vertical?el.offsetWidth+$jc.margin(el,'marginLeft')+$jc.margin(el,'marginRight'):el.offsetHeight+$jc.margin(el,'marginTop')+$jc.margin(el,'marginBottom');if(d==undefined||old==d)return old;var w=!this.options.vertical?d-$jc.margin(el,'marginLeft')-$jc.margin(el,'marginRight'):d-$jc.margin(el,'marginTop')-$jc.margin(el,'marginBottom');$(el).css(this.wh,w+'px');return this.dimension(el);},clipping:function(){return!this.options.vertical?this.clip[0].offsetWidth-$jc.intval(this.clip.css('borderLeftWidth'))-$jc.intval(this.clip.css('borderRightWidth')):this.clip[0].offsetHeight-$jc.intval(this.clip.css('borderTopWidth'))-$jc.intval(this.clip.css('borderBottomWidth'));},index:function(i,s){if(s==undefined)s=this.options.size;return Math.round((((i-1)/s)-Math.floor((i-1)/s))*s)+1;}});$jc.extend({defaults:function(d){return $.extend(defaults,d||{});},margin:function(e,p){if(!e)return 0;var el=e.jquery!=undefined?e[0]:e;if(p=='marginRight'&&$.browser.safari){var old={'display':'block','float':'none','width':'auto'},oWidth,oWidth2;$.swap(el,old,function(){oWidth=el.offsetWidth;});old['marginRight']=0;$.swap(el,old,function(){oWidth2=el.offsetWidth;});return oWidth2-oWidth;}return $jc.intval($.css(el,p));},intval:function(v){v=parseInt(v);return isNaN(v)?0:v;}});})(jQuery);
57
+ /*
58
+ * Easy Slider 1.7 - jQuery plugin
59
+ * written by Alen Grakalic
60
+ * http://cssglobe.com/post/4004/easy-slider-15-the-easiest-jquery-plugin-for-sliding
61
+ *
62
+ * Copyright (c) 2009 Alen Grakalic (http://cssglobe.com)
63
+ * Dual licensed under the MIT (MIT-LICENSE.txt)
64
+ * and GPL (GPL-LICENSE.txt) licenses.
65
+ *
66
+ * Built for jQuery library
67
+ * http://jquery.com
68
+ *
69
+ */
70
+
71
+ /*
72
+ * markup example for $("#slider").easySlider();
73
+ *
74
+ * <div id="slider">
75
+ * <ul>
76
+ * <li><img src="images/01.jpg" alt="" /></li>
77
+ * <li><img src="images/02.jpg" alt="" /></li>
78
+ * <li><img src="images/03.jpg" alt="" /></li>
79
+ * <li><img src="images/04.jpg" alt="" /></li>
80
+ * <li><img src="images/05.jpg" alt="" /></li>
81
+ * </ul>
82
+ * </div>
83
+ *
84
+ */
85
+
86
+ (function($) {
87
+
88
+ $.fn.easySlider = function(options){
89
+
90
+ // default configuration properties
91
+ var defaults = {
92
+ prevId: 'prevBtn',
93
+ prevText: 'Previous',
94
+ nextId: 'nextBtn',
95
+ nextText: 'Next',
96
+ controlsShow: true,
97
+ controlsBefore: '',
98
+ controlsAfter: '',
99
+ controlsFade: true,
100
+ firstId: 'firstBtn',
101
+ firstText: 'First',
102
+ firstShow: false,
103
+ lastId: 'lastBtn',
104
+ lastText: 'Last',
105
+ lastShow: false,
106
+ vertical: false,
107
+ speed: 1000,
108
+ auto: false,
109
+ pause: 4000,
110
+ continuous: true,
111
+ numeric: false,
112
+ numericId: 'controls'
113
+ };
114
+
115
+ var options = $.extend(defaults, options);
116
+
117
+ this.each(function() {
118
+ var obj = $(this);
119
+ var s = $("li", obj).length;
120
+ var w = $("li", obj).width();
121
+ var h = $("li", obj).height();
122
+ var clickable = true;
123
+ obj.width(w);
124
+ obj.height(h);
125
+ obj.css("overflow","hidden");
126
+ var ts = s-1;
127
+ var t = 0;
128
+ $("ul", obj).css('width',s*w);
129
+
130
+ if(options.continuous){
131
+ $("ul", obj).prepend($("ul li:last-child", obj).clone().css("margin-left","-"+ w +"px"));
132
+ $("ul", obj).append($("ul li:nth-child(2)", obj).clone());
133
+ $("ul", obj).css('width',(s+1)*w);
134
+ };
135
+
136
+ if(!options.vertical) $("li", obj).css('float','left');
137
+
138
+ if(options.controlsShow){
139
+ var html = options.controlsBefore;
140
+ if(options.numeric){
141
+ html += '<ol id="'+ options.numericId +'"></ol>';
142
+ } else {
143
+ if(options.firstShow) html += '<span id="'+ options.firstId +'"><a href=\"javascript:void(0);\">'+ options.firstText +'</a></span>';
144
+ html += ' <span id="'+ options.prevId +'"><a href=\"javascript:void(0);\">'+ options.prevText +'</a></span>';
145
+ html += ' <span id="'+ options.nextId +'"><a href=\"javascript:void(0);\">'+ options.nextText +'</a></span>';
146
+ if(options.lastShow) html += ' <span id="'+ options.lastId +'"><a href=\"javascript:void(0);\">'+ options.lastText +'</a></span>';
147
+ };
148
+
149
+ html += options.controlsAfter;
150
+ $(obj).after(html);
151
+ };
152
+
153
+ if(options.numeric){
154
+ for(var i=0;i<s;i++){
155
+ $(document.createElement("li"))
156
+ .attr('id',options.numericId + (i+1))
157
+ .html('<a rel='+ i +' href=\"javascript:void(0);\">'+ (i+1) +'</a>')
158
+ .appendTo($("#"+ options.numericId))
159
+ .click(function(){
160
+ animate($("a",$(this)).attr('rel'),true);
161
+ });
162
+ };
163
+ } else {
164
+ $("a","#"+options.nextId).click(function(){
165
+ animate("next",true);
166
+ });
167
+ $("a","#"+options.prevId).click(function(){
168
+ animate("prev",true);
169
+ });
170
+ $("a","#"+options.firstId).click(function(){
171
+ animate("first",true);
172
+ });
173
+ $("a","#"+options.lastId).click(function(){
174
+ animate("last",true);
175
+ });
176
+ };
177
+
178
+ function setCurrent(i){
179
+ i = parseInt(i)+1;
180
+ $("li", "#" + options.numericId).removeClass("current");
181
+ $("li#" + options.numericId + i).addClass("current");
182
+ };
183
+
184
+ function adjust(){
185
+ if(t>ts) t=0;
186
+ if(t<0) t=ts;
187
+ if(!options.vertical) {
188
+ $("ul",obj).css("margin-left",(t*w*-1));
189
+ } else {
190
+ $("ul",obj).css("margin-left",(t*h*-1));
191
+ }
192
+ clickable = true;
193
+ if(options.numeric) setCurrent(t);
194
+ };
195
+
196
+ function animate(dir,clicked){
197
+ if (clickable){
198
+ clickable = false;
199
+ var ot = t;
200
+ switch(dir){
201
+ case "next":
202
+ t = (ot>=ts) ? (options.continuous ? t+1 : ts) : t+1;
203
+ break;
204
+ case "prev":
205
+ t = (t<=0) ? (options.continuous ? t-1 : 0) : t-1;
206
+ break;
207
+ case "first":
208
+ t = 0;
209
+ break;
210
+ case "last":
211
+ t = ts;
212
+ break;
213
+ default:
214
+ t = dir;
215
+ break;
216
+ };
217
+ var diff = Math.abs(ot-t);
218
+ var speed = diff*options.speed;
219
+ if(!options.vertical) {
220
+ p = (t*w*-1);
221
+ $("ul",obj).animate(
222
+ { marginLeft: p },
223
+ { queue:false, duration:speed, complete:adjust }
224
+ );
225
+ } else {
226
+ p = (t*h*-1);
227
+ $("ul",obj).animate(
228
+ { marginTop: p },
229
+ { queue:false, duration:speed, complete:adjust }
230
+ );
231
+ };
232
+
233
+ if(!options.continuous && options.controlsFade){
234
+ if(t==ts){
235
+ $("a","#"+options.nextId).hide();
236
+ $("a","#"+options.lastId).hide();
237
+ } else {
238
+ $("a","#"+options.nextId).show();
239
+ $("a","#"+options.lastId).show();
240
+ };
241
+ if(t==0){
242
+ $("a","#"+options.prevId).hide();
243
+ $("a","#"+options.firstId).hide();
244
+ } else {
245
+ $("a","#"+options.prevId).show();
246
+ $("a","#"+options.firstId).show();
247
+ };
248
+ };
249
+
250
+ if(clicked) clearTimeout(timeout);
251
+ if(options.auto && dir=="next" && !clicked){;
252
+ timeout = setTimeout(function(){
253
+ animate("next",false);
254
+ },diff*options.speed+options.pause);
255
+ };
256
+
257
+ };
258
+
259
+ };
260
+ // init
261
+ var timeout;
262
+ if(options.auto){;
263
+ timeout = setTimeout(function(){
264
+ animate("next",false);
265
+ },options.pause);
266
+ };
267
+
268
+ if(options.numeric) setCurrent(0);
269
+
270
+ if(!options.continuous && options.controlsFade){
271
+ $("a","#"+options.prevId).hide();
272
+ $("a","#"+options.firstId).hide();
273
+ };
274
+
275
+ });
276
+
277
+ };
278
+
279
+ })(jQuery);
280
+ /*
281
+ * FancyBox - jQuery Plugin
282
+ * simple and fancy lightbox alternative
283
+ *
284
+ * Copyright (c) 2009 Janis Skarnelis
285
+ * Examples and documentation at: http://fancybox.net
286
+ *
287
+ * Version: 1.2.6 (16/11/2009)
288
+ * Requires: jQuery v1.3+
289
+ *
290
+ * Dual licensed under the MIT and GPL licenses:
291
+ * http://www.opensource.org/licenses/mit-license.php
292
+ * http://www.gnu.org/licenses/gpl.html
293
+ */
294
+
295
+ ;(function($) {
296
+ $.fn.fixPNG = function() {
297
+ return this.each(function () {
298
+ var image = $(this).css('backgroundImage');
299
+
300
+ if (image.match(/^url\(["']?(.*\.png)["']?\)$/i)) {
301
+ image = RegExp.$1;
302
+ $(this).css({
303
+ 'backgroundImage': 'none',
304
+ 'filter': "progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=" + ($(this).css('backgroundRepeat') == 'no-repeat' ? 'crop' : 'scale') + ", src='" + image + "')"
305
+ }).each(function () {
306
+ var position = $(this).css('position');
307
+ if (position != 'absolute' && position != 'relative')
308
+ $(this).css('position', 'relative');
309
+ });
310
+ }
311
+ });
312
+ };
313
+
314
+ var elem, opts, busy = false, imagePreloader = new Image, loadingTimer, loadingFrame = 1, imageRegExp = /\.(jpg|gif|png|bmp|jpeg)(.*)?$/i;
315
+ var ieQuirks = null, IE6 = $.browser.msie && $.browser.version.substr(0,1) == 6 && !window.XMLHttpRequest, oldIE = IE6 || ($.browser.msie && $.browser.version.substr(0,1) == 7);
316
+
317
+ $.fn.fancybox = function(o) {
318
+ var settings = $.extend({}, $.fn.fancybox.defaults, o);
319
+ var matchedGroup = this;
320
+
321
+ function _initialize() {
322
+ elem = this;
323
+ opts = $.extend({}, settings);
324
+
325
+ _start();
326
+
327
+ return false;
328
+ };
329
+
330
+ function _start() {
331
+ if (busy) return;
332
+
333
+ if ($.isFunction(opts.callbackOnStart)) {
334
+ opts.callbackOnStart();
335
+ }
336
+
337
+ opts.itemArray = [];
338
+ opts.itemCurrent = 0;
339
+
340
+ if (settings.itemArray.length > 0) {
341
+ opts.itemArray = settings.itemArray;
342
+
343
+ } else {
344
+ var item = {};
345
+
346
+ if (!elem.rel || elem.rel == '') {
347
+ var item = {href: elem.href, title: elem.title};
348
+
349
+ if ($(elem).children("img:first").length) {
350
+ item.orig = $(elem).children("img:first");
351
+ } else {
352
+ item.orig = $(elem);
353
+ }
354
+
355
+ if (item.title == '' || typeof item.title == 'undefined') {
356
+ item.title = item.orig.attr('alt');
357
+ }
358
+
359
+ opts.itemArray.push( item );
360
+
361
+ } else {
362
+ var subGroup = $(matchedGroup).filter("a[rel=" + elem.rel + "]");
363
+ var item = {};
364
+
365
+ for (var i = 0; i < subGroup.length; i++) {
366
+ item = {href: subGroup[i].href, title: subGroup[i].title};
367
+
368
+ if ($(subGroup[i]).children("img:first").length) {
369
+ item.orig = $(subGroup[i]).children("img:first");
370
+ } else {
371
+ item.orig = $(subGroup[i]);
372
+ }
373
+
374
+ if (item.title == '' || typeof item.title == 'undefined') {
375
+ item.title = item.orig.attr('alt');
376
+ }
377
+
378
+ opts.itemArray.push( item );
379
+ }
380
+ }
381
+ }
382
+
383
+ while ( opts.itemArray[ opts.itemCurrent ].href != elem.href ) {
384
+ opts.itemCurrent++;
385
+ }
386
+
387
+ if (opts.overlayShow) {
388
+ if (IE6) {
389
+ $('embed, object, select').css('visibility', 'hidden');
390
+ $("#fancy_overlay").css('height', $(document).height());
391
+ }
392
+
393
+ $("#fancy_overlay").css({
394
+ 'background-color' : opts.overlayColor,
395
+ 'opacity' : opts.overlayOpacity
396
+ }).show();
397
+ }
398
+
399
+ $(window).bind("resize.fb scroll.fb", $.fn.fancybox.scrollBox);
400
+
401
+ _change_item();
402
+ };
403
+
404
+ function _change_item() {
405
+ $("#fancy_right, #fancy_left, #fancy_close, #fancy_title").hide();
406
+
407
+ var href = opts.itemArray[ opts.itemCurrent ].href;
408
+
409
+ if (href.match("iframe") || elem.className.indexOf("iframe") >= 0) {
410
+ $.fn.fancybox.showLoading();
411
+ _set_content('<iframe id="fancy_frame" onload="jQuery.fn.fancybox.showIframe()" name="fancy_iframe' + Math.round(Math.random()*1000) + '" frameborder="0" hspace="0" src="' + href + '"></iframe>', opts.frameWidth, opts.frameHeight);
412
+
413
+ } else if (href.match(/#/)) {
414
+ var target = window.location.href.split('#')[0]; target = href.replace(target, ''); target = target.substr(target.indexOf('#'));
415
+
416
+ _set_content('<div id="fancy_div">' + $(target).html() + '</div>', opts.frameWidth, opts.frameHeight);
417
+
418
+ } else if (href.match(imageRegExp)) {
419
+ imagePreloader = new Image; imagePreloader.src = href;
420
+
421
+ if (imagePreloader.complete) {
422
+ _proceed_image();
423
+
424
+ } else {
425
+ $.fn.fancybox.showLoading();
426
+ $(imagePreloader).unbind().bind('load', function() {
427
+ $("#fancy_loading").hide();
428
+
429
+ _proceed_image();
430
+ });
431
+ }
432
+ } else {
433
+ $.fn.fancybox.showLoading();
434
+ $.get(href, function(data) {
435
+ $("#fancy_loading").hide();
436
+ _set_content( '<div id="fancy_ajax">' + data + '</div>', opts.frameWidth, opts.frameHeight );
437
+ });
438
+ }
439
+ };
440
+
441
+ function _proceed_image() {
442
+ var width = imagePreloader.width;
443
+ var height = imagePreloader.height;
444
+
445
+ var horizontal_space = (opts.padding * 2) + 40;
446
+ var vertical_space = (opts.padding * 2) + 60;
447
+
448
+ var w = $.fn.fancybox.getViewport();
449
+
450
+ if (opts.imageScale && (width > (w[0] - horizontal_space) || height > (w[1] - vertical_space))) {
451
+ var ratio = Math.min(Math.min(w[0] - horizontal_space, width) / width, Math.min(w[1] - vertical_space, height) / height);
452
+
453
+ width = Math.round(ratio * width);
454
+ height = Math.round(ratio * height);
455
+ }
456
+
457
+ _set_content('<img alt="" id="fancy_img" src="' + imagePreloader.src + '" />', width, height);
458
+ };
459
+
460
+ function _preload_neighbor_images() {
461
+ if ((opts.itemArray.length -1) > opts.itemCurrent) {
462
+ var href = opts.itemArray[opts.itemCurrent + 1].href || false;
463
+
464
+ if (href && href.match(imageRegExp)) {
465
+ objNext = new Image();
466
+ objNext.src = href;
467
+ }
468
+ }
469
+
470
+ if (opts.itemCurrent > 0) {
471
+ var href = opts.itemArray[opts.itemCurrent -1].href || false;
472
+
473
+ if (href && href.match(imageRegExp)) {
474
+ objNext = new Image();
475
+ objNext.src = href;
476
+ }
477
+ }
478
+ };
479
+
480
+ function _set_content(value, width, height) {
481
+ busy = true;
482
+
483
+ var pad = opts.padding;
484
+
485
+ if (oldIE || ieQuirks) {
486
+ $("#fancy_content")[0].style.removeExpression("height");
487
+ $("#fancy_content")[0].style.removeExpression("width");
488
+ }
489
+
490
+ if (pad > 0) {
491
+ width += pad * 2;
492
+ height += pad * 2;
493
+
494
+ $("#fancy_content").css({
495
+ 'top' : pad + 'px',
496
+ 'right' : pad + 'px',
497
+ 'bottom' : pad + 'px',
498
+ 'left' : pad + 'px',
499
+ 'width' : 'auto',
500
+ 'height' : 'auto'
501
+ });
502
+
503
+ if (oldIE || ieQuirks) {
504
+ $("#fancy_content")[0].style.setExpression('height', '(this.parentNode.clientHeight - ' + pad * 2 + ')');
505
+ $("#fancy_content")[0].style.setExpression('width', '(this.parentNode.clientWidth - ' + pad * 2 + ')');
506
+ }
507
+ } else {
508
+ $("#fancy_content").css({
509
+ 'top' : 0,
510
+ 'right' : 0,
511
+ 'bottom' : 0,
512
+ 'left' : 0,
513
+ 'width' : '100%',
514
+ 'height' : '100%'
515
+ });
516
+ }
517
+
518
+ if ($("#fancy_outer").is(":visible") && width == $("#fancy_outer").width() && height == $("#fancy_outer").height()) {
519
+ $("#fancy_content").fadeOut('fast', function() {
520
+ $("#fancy_content").empty().append($(value)).fadeIn("normal", function() {
521
+ _finish();
522
+ });
523
+ });
524
+
525
+ return;
526
+ }
527
+
528
+ var w = $.fn.fancybox.getViewport();
529
+
530
+ var itemTop = (height + 60) > w[1] ? w[3] : (w[3] + Math.round((w[1] - height - 60) * 0.5));
531
+ var itemLeft = (width + 40) > w[0] ? w[2] : (w[2] + Math.round((w[0] - width - 40) * 0.5));
532
+
533
+ var itemOpts = {
534
+ 'left': itemLeft,
535
+ 'top': itemTop,
536
+ 'width': width + 'px',
537
+ 'height': height + 'px'
538
+ };
539
+
540
+ if ($("#fancy_outer").is(":visible")) {
541
+ $("#fancy_content").fadeOut("normal", function() {
542
+ $("#fancy_content").empty();
543
+ $("#fancy_outer").animate(itemOpts, opts.zoomSpeedChange, opts.easingChange, function() {
544
+ $("#fancy_content").append($(value)).fadeIn("normal", function() {
545
+ _finish();
546
+ });
547
+ });
548
+ });
549
+
550
+ } else {
551
+
552
+ if (opts.zoomSpeedIn > 0 && opts.itemArray[opts.itemCurrent].orig !== undefined) {
553
+ $("#fancy_content").empty().append($(value));
554
+
555
+ var orig_item = opts.itemArray[opts.itemCurrent].orig;
556
+ var orig_pos = $.fn.fancybox.getPosition(orig_item);
557
+
558
+ $("#fancy_outer").css({
559
+ 'left': (orig_pos.left - 20 - opts.padding) + 'px',
560
+ 'top': (orig_pos.top - 20 - opts.padding) + 'px',
561
+ 'width': $(orig_item).width() + (opts.padding * 2),
562
+ 'height': $(orig_item).height() + (opts.padding * 2)
563
+ });
564
+
565
+ if (opts.zoomOpacity) {
566
+ itemOpts.opacity = 'show';
567
+ }
568
+
569
+ $("#fancy_outer").animate(itemOpts, opts.zoomSpeedIn, opts.easingIn, function() {
570
+ _finish();
571
+ });
572
+
573
+ } else {
574
+
575
+ $("#fancy_content").hide().empty().append($(value)).show();
576
+ $("#fancy_outer").css(itemOpts).fadeIn("normal", function() {
577
+ _finish();
578
+ });
579
+ }
580
+ }
581
+ };
582
+
583
+ function _set_navigation() {
584
+ if (opts.itemCurrent !== 0) {
585
+ $("#fancy_left, #fancy_left_ico").unbind().bind("click", function(e) {
586
+ e.stopPropagation();
587
+
588
+ opts.itemCurrent--;
589
+ _change_item();
590
+
591
+ return false;
592
+ });
593
+
594
+ $("#fancy_left").show();
595
+ }
596
+
597
+ if (opts.itemCurrent != ( opts.itemArray.length -1)) {
598
+ $("#fancy_right, #fancy_right_ico").unbind().bind("click", function(e) {
599
+ e.stopPropagation();
600
+
601
+ opts.itemCurrent++;
602
+ _change_item();
603
+
604
+ return false;
605
+ });
606
+
607
+ $("#fancy_right").show();
608
+ }
609
+ };
610
+
611
+ function _finish() {
612
+ if ($.browser.msie) {
613
+ $("#fancy_content")[0].style.removeAttribute('filter');
614
+ $("#fancy_outer")[0].style.removeAttribute('filter');
615
+ }
616
+
617
+ _set_navigation();
618
+
619
+ _preload_neighbor_images();
620
+
621
+ $(document).bind("keydown.fb", function(e) {
622
+ if (e.keyCode == 27 && opts.enableEscapeButton) {
623
+ $.fn.fancybox.close();
624
+
625
+ } else if(e.keyCode == 37 && opts.itemCurrent !== 0) {
626
+ $(document).unbind("keydown.fb");
627
+ opts.itemCurrent--;
628
+ _change_item();
629
+
630
+
631
+ } else if(e.keyCode == 39 && opts.itemCurrent != (opts.itemArray.length - 1)) {
632
+ $(document).unbind("keydown.fb");
633
+ opts.itemCurrent++;
634
+ _change_item();
635
+ }
636
+ });
637
+
638
+ if (opts.hideOnContentClick) {
639
+ $("#fancy_content").click($.fn.fancybox.close);
640
+ }
641
+
642
+ if (opts.overlayShow && opts.hideOnOverlayClick) {
643
+ $("#fancy_overlay").bind("click", $.fn.fancybox.close);
644
+ }
645
+
646
+ if (opts.showCloseButton) {
647
+ $("#fancy_close").bind("click", $.fn.fancybox.close).show();
648
+ }
649
+
650
+ if (typeof opts.itemArray[ opts.itemCurrent ].title !== 'undefined' && opts.itemArray[ opts.itemCurrent ].title.length > 0) {
651
+ var pos = $("#fancy_outer").position();
652
+
653
+ $('#fancy_title div').text( opts.itemArray[ opts.itemCurrent ].title).html();
654
+
655
+ $('#fancy_title').css({
656
+ 'top' : pos.top + $("#fancy_outer").outerHeight() - 32,
657
+ 'left' : pos.left + (($("#fancy_outer").outerWidth() * 0.5) - ($('#fancy_title').width() * 0.5))
658
+ }).show();
659
+ }
660
+
661
+ if (opts.overlayShow && IE6) {
662
+ $('embed, object, select', $('#fancy_content')).css('visibility', 'visible');
663
+ }
664
+
665
+ if ($.isFunction(opts.callbackOnShow)) {
666
+ opts.callbackOnShow( opts.itemArray[ opts.itemCurrent ] );
667
+ }
668
+
669
+ if ($.browser.msie) {
670
+ $("#fancy_outer")[0].style.removeAttribute('filter');
671
+ $("#fancy_content")[0].style.removeAttribute('filter');
672
+ }
673
+
674
+ busy = false;
675
+ };
676
+
677
+ return this.unbind('click.fb').bind('click.fb', _initialize);
678
+ };
679
+
680
+ $.fn.fancybox.scrollBox = function() {
681
+ var w = $.fn.fancybox.getViewport();
682
+
683
+ if (opts.centerOnScroll && $("#fancy_outer").is(':visible')) {
684
+ var ow = $("#fancy_outer").outerWidth();
685
+ var oh = $("#fancy_outer").outerHeight();
686
+
687
+ var pos = {
688
+ 'top' : (oh > w[1] ? w[3] : w[3] + Math.round((w[1] - oh) * 0.5)),
689
+ 'left' : (ow > w[0] ? w[2] : w[2] + Math.round((w[0] - ow) * 0.5))
690
+ };
691
+
692
+ $("#fancy_outer").css(pos);
693
+
694
+ $('#fancy_title').css({
695
+ 'top' : pos.top + oh - 32,
696
+ 'left' : pos.left + ((ow * 0.5) - ($('#fancy_title').width() * 0.5))
697
+ });
698
+ }
699
+
700
+ if (IE6 && $("#fancy_overlay").is(':visible')) {
701
+ $("#fancy_overlay").css({
702
+ 'height' : $(document).height()
703
+ });
704
+ }
705
+
706
+ if ($("#fancy_loading").is(':visible')) {
707
+ $("#fancy_loading").css({'left': ((w[0] - 40) * 0.5 + w[2]), 'top': ((w[1] - 40) * 0.5 + w[3])});
708
+ }
709
+ };
710
+
711
+ $.fn.fancybox.getNumeric = function(el, prop) {
712
+ return parseInt($.curCSS(el.jquery?el[0]:el,prop,true))||0;
713
+ };
714
+
715
+ $.fn.fancybox.getPosition = function(el) {
716
+ var pos = el.offset();
717
+
718
+ pos.top += $.fn.fancybox.getNumeric(el, 'paddingTop');
719
+ pos.top += $.fn.fancybox.getNumeric(el, 'borderTopWidth');
720
+
721
+ pos.left += $.fn.fancybox.getNumeric(el, 'paddingLeft');
722
+ pos.left += $.fn.fancybox.getNumeric(el, 'borderLeftWidth');
723
+
724
+ return pos;
725
+ };
726
+
727
+ $.fn.fancybox.showIframe = function() {
728
+ $("#fancy_loading").hide();
729
+ $("#fancy_frame").show();
730
+ };
731
+
732
+ $.fn.fancybox.getViewport = function() {
733
+ return [$(window).width(), $(window).height(), $(document).scrollLeft(), $(document).scrollTop() ];
734
+ };
735
+
736
+ $.fn.fancybox.animateLoading = function() {
737
+ if (!$("#fancy_loading").is(':visible')){
738
+ clearInterval(loadingTimer);
739
+ return;
740
+ }
741
+
742
+ $("#fancy_loading > div").css('top', (loadingFrame * -40) + 'px');
743
+
744
+ loadingFrame = (loadingFrame + 1) % 12;
745
+ };
746
+
747
+ $.fn.fancybox.showLoading = function() {
748
+ clearInterval(loadingTimer);
749
+
750
+ var w = $.fn.fancybox.getViewport();
751
+
752
+ $("#fancy_loading").css({'left': ((w[0] - 40) * 0.5 + w[2]), 'top': ((w[1] - 40) * 0.5 + w[3])}).show();
753
+ $("#fancy_loading").bind('click', $.fn.fancybox.close);
754
+
755
+ loadingTimer = setInterval($.fn.fancybox.animateLoading, 66);
756
+ };
757
+
758
+ $.fn.fancybox.close = function() {
759
+ busy = true;
760
+
761
+ $(imagePreloader).unbind();
762
+
763
+ $(document).unbind("keydown.fb");
764
+ $(window).unbind("resize.fb scroll.fb");
765
+
766
+ $("#fancy_overlay, #fancy_content, #fancy_close").unbind();
767
+
768
+ $("#fancy_close, #fancy_loading, #fancy_left, #fancy_right, #fancy_title").hide();
769
+
770
+ __cleanup = function() {
771
+ if ($("#fancy_overlay").is(':visible')) {
772
+ $("#fancy_overlay").fadeOut("fast");
773
+ }
774
+
775
+ $("#fancy_content").empty();
776
+
777
+ if (opts.centerOnScroll) {
778
+ $(window).unbind("resize.fb scroll.fb");
779
+ }
780
+
781
+ if (IE6) {
782
+ $('embed, object, select').css('visibility', 'visible');
783
+ }
784
+
785
+ if ($.isFunction(opts.callbackOnClose)) {
786
+ opts.callbackOnClose();
787
+ }
788
+
789
+ busy = false;
790
+ };
791
+
792
+ if ($("#fancy_outer").is(":visible") !== false) {
793
+ if (opts.zoomSpeedOut > 0 && opts.itemArray[opts.itemCurrent].orig !== undefined) {
794
+ var orig_item = opts.itemArray[opts.itemCurrent].orig;
795
+ var orig_pos = $.fn.fancybox.getPosition(orig_item);
796
+
797
+ var itemOpts = {
798
+ 'left': (orig_pos.left - 20 - opts.padding) + 'px',
799
+ 'top': (orig_pos.top - 20 - opts.padding) + 'px',
800
+ 'width': $(orig_item).width() + (opts.padding * 2),
801
+ 'height': $(orig_item).height() + (opts.padding * 2)
802
+ };
803
+
804
+ if (opts.zoomOpacity) {
805
+ itemOpts.opacity = 'hide';
806
+ }
807
+
808
+ $("#fancy_outer").stop(false, true).animate(itemOpts, opts.zoomSpeedOut, opts.easingOut, __cleanup);
809
+
810
+ } else {
811
+ $("#fancy_outer").stop(false, true).fadeOut('fast', __cleanup);
812
+ }
813
+
814
+ } else {
815
+ __cleanup();
816
+ }
817
+
818
+ return false;
819
+ };
820
+
821
+ $.fn.fancybox.build = function() {
822
+ var html = '';
823
+
824
+ html += '<div id="fancy_overlay"></div>';
825
+ html += '<div id="fancy_loading"><div></div></div>';
826
+
827
+ html += '<div id="fancy_outer">';
828
+ html += '<div id="fancy_inner">';
829
+
830
+ html += '<div id="fancy_close"></div>';
831
+
832
+ html += '<div id="fancy_bg"><div class="fancy_bg" id="fancy_bg_n"></div><div class="fancy_bg" id="fancy_bg_ne"></div><div class="fancy_bg" id="fancy_bg_e"></div><div class="fancy_bg" id="fancy_bg_se"></div><div class="fancy_bg" id="fancy_bg_s"></div><div class="fancy_bg" id="fancy_bg_sw"></div><div class="fancy_bg" id="fancy_bg_w"></div><div class="fancy_bg" id="fancy_bg_nw"></div></div>';
833
+
834
+ html += '<a href="javascript:;" id="fancy_left"><span class="fancy_ico" id="fancy_left_ico"></span></a><a href="javascript:;" id="fancy_right"><span class="fancy_ico" id="fancy_right_ico"></span></a>';
835
+
836
+ html += '<div id="fancy_content"></div>';
837
+
838
+ html += '</div>';
839
+ html += '</div>';
840
+
841
+ html += '<div id="fancy_title"></div>';
842
+
843
+ $(html).appendTo("body");
844
+
845
+ $('<table cellspacing="0" cellpadding="0" border="0"><tr><td class="fancy_title" id="fancy_title_left"></td><td class="fancy_title" id="fancy_title_main"><div></div></td><td class="fancy_title" id="fancy_title_right"></td></tr></table>').appendTo('#fancy_title');
846
+
847
+ if ($.browser.msie) {
848
+ $(".fancy_bg").fixPNG();
849
+ }
850
+
851
+ if (IE6) {
852
+ $("div#fancy_overlay").css("position", "absolute");
853
+ $("#fancy_loading div, #fancy_close, .fancy_title, .fancy_ico").fixPNG();
854
+
855
+ $("#fancy_inner").prepend('<iframe id="fancy_bigIframe" src="javascript:false;" scrolling="no" frameborder="0"></iframe>');
856
+
857
+ // Get rid of the 'false' text introduced by the URL of the iframe
858
+ var frameDoc = $('#fancy_bigIframe')[0].contentWindow.document;
859
+ frameDoc.open();
860
+ frameDoc.close();
861
+
862
+ }
863
+ };
864
+
865
+ $.fn.fancybox.defaults = {
866
+ padding : 10,
867
+ imageScale : true,
868
+ zoomOpacity : true,
869
+ zoomSpeedIn : 0,
870
+ zoomSpeedOut : 0,
871
+ zoomSpeedChange : 300,
872
+ easingIn : 'swing',
873
+ easingOut : 'swing',
874
+ easingChange : 'swing',
875
+ frameWidth : 560,
876
+ frameHeight : 340,
877
+ overlayShow : true,
878
+ overlayOpacity : 0.3,
879
+ overlayColor : '#666',
880
+ enableEscapeButton : true,
881
+ showCloseButton : true,
882
+ hideOnOverlayClick : true,
883
+ hideOnContentClick : true,
884
+ centerOnScroll : true,
885
+ itemArray : [],
886
+ callbackOnStart : null,
887
+ callbackOnShow : null,
888
+ callbackOnClose : null
889
+ };
890
+
891
+ $(document).ready(function() {
892
+ ieQuirks = $.browser.msie && !$.boxModel;
893
+
894
+ if ($("#fancy_outer").length < 1) {
895
+ $.fn.fancybox.build();
896
+ }
897
+ });
898
+
899
+ })(jQuery);
900
+
901
+ //
902
+ // pop! for jQuery
903
+ // v0.2 requires jQuery v1.2 or later
904
+ //
905
+ // Licensed under the MIT:
906
+ // http://www.opensource.org/licenses/mit-license.php
907
+ //
908
+ // Copyright 2007,2008 SEAOFCLOUDS [http://seaofclouds.com]
909
+ //
910
+
911
+ (function($) {
912
+
913
+ $.pop = function(options){
914
+
915
+ // settings
916
+ var settings = {
917
+ pop_class : '.pop',
918
+ pop_toggle_text : ''
919
+ }
920
+
921
+ // inject html wrapper
922
+ function initpops (){
923
+ $(settings.pop_class).each(function() {
924
+ var pop_classes = $(this).attr("class");
925
+ $(this).addClass("pop_menu");
926
+ $(this).wrap("<div class='"+pop_classes+"'></div>");
927
+ $(".pop_menu").attr("class", "pop_menu");
928
+ $(this).before(" \
929
+ <div class='pop_toggle'>"+settings.pop_toggle_text+"</div> \
930
+ ");
931
+ });
932
+ }
933
+ initpops();
934
+
935
+ // assign reverse z-indexes to each pop
936
+ var totalpops = $(settings.pop_class).size() + 1000;
937
+ $(settings.pop_class).each(function(i) {
938
+ var popzindex = totalpops - i;
939
+ $(this).css({ zIndex: popzindex });
940
+ });
941
+ // close pops if user clicks outside of pop
942
+ activePop = null;
943
+ function closeInactivePop() {
944
+ $(settings.pop_class).each(function (i) {
945
+ if ($(this).hasClass('active') && i!=activePop) {
946
+ $(this).removeClass('active');
947
+ }
948
+ });
949
+ return false;
950
+ }
951
+ $(settings.pop_class).mouseover(function() { activePop = $(settings.pop_class).index(this); });
952
+ $(settings.pop_class).mouseout(function() { activePop = null; });
953
+
954
+ $(document.body).click(function(){
955
+ closeInactivePop();
956
+ });
957
+ // toggle that pop
958
+ $(".pop_toggle").click(function(){
959
+ $(this).parent(settings.pop_class).toggleClass("active");
960
+ });
961
+ }
962
+
963
+ })(jQuery);
964
+
965
+ /*!
966
+ * jQuery Cycle Plugin (with Transition Definitions)
967
+ * Examples and documentation at: http://jquery.malsup.com/cycle/
968
+ * Copyright (c) 2007-2010 M. Alsup
969
+ * Version: 2.86 (05-APR-2010)
970
+ * Dual licensed under the MIT and GPL licenses:
971
+ * http://www.opensource.org/licenses/mit-license.php
972
+ * http://www.gnu.org/licenses/gpl.html
973
+ * Requires: jQuery v1.2.6 or later
974
+ */
975
+ ;(function($) {
976
+
977
+ var ver = '2.86';
978
+
979
+ // if $.support is not defined (pre jQuery 1.3) add what I need
980
+ if ($.support == undefined) {
981
+ $.support = {
982
+ opacity: !($.browser.msie)
983
+ };
984
+ }
985
+
986
+ function debug(s) {
987
+ if ($.fn.cycle.debug)
988
+ log(s);
989
+ }
990
+ function log() {
991
+ if (window.console && window.console.log)
992
+ window.console.log('[cycle] ' + Array.prototype.join.call(arguments,' '));
993
+ };
994
+
995
+ // the options arg can be...
996
+ // a number - indicates an immediate transition should occur to the given slide index
997
+ // a string - 'pause', 'resume', 'toggle', 'next', 'prev', 'stop', 'destroy' or the name of a transition effect (ie, 'fade', 'zoom', etc)
998
+ // an object - properties to control the slideshow
999
+ //
1000
+ // the arg2 arg can be...
1001
+ // the name of an fx (only used in conjunction with a numeric value for 'options')
1002
+ // the value true (only used in first arg == 'resume') and indicates
1003
+ // that the resume should occur immediately (not wait for next timeout)
1004
+
1005
+ $.fn.cycle = function(options, arg2) {
1006
+ var o = { s: this.selector, c: this.context };
1007
+
1008
+ // in 1.3+ we can fix mistakes with the ready state
1009
+ if (this.length === 0 && options != 'stop') {
1010
+ if (!$.isReady && o.s) {
1011
+ log('DOM not ready, queuing slideshow');
1012
+ $(function() {
1013
+ $(o.s,o.c).cycle(options,arg2);
1014
+ });
1015
+ return this;
1016
+ }
1017
+ // is your DOM ready? http://docs.jquery.com/Tutorials:Introducing_$(document).ready()
1018
+ log('terminating; zero elements found by selector' + ($.isReady ? '' : ' (DOM not ready)'));
1019
+ return this;
1020
+ }
1021
+
1022
+ // iterate the matched nodeset
1023
+ return this.each(function() {
1024
+ var opts = handleArguments(this, options, arg2);
1025
+ if (opts === false)
1026
+ return;
1027
+
1028
+ opts.updateActivePagerLink = opts.updateActivePagerLink || $.fn.cycle.updateActivePagerLink;
1029
+
1030
+ // stop existing slideshow for this container (if there is one)
1031
+ if (this.cycleTimeout)
1032
+ clearTimeout(this.cycleTimeout);
1033
+ this.cycleTimeout = this.cyclePause = 0;
1034
+
1035
+ var $cont = $(this);
1036
+ var $slides = opts.slideExpr ? $(opts.slideExpr, this) : $cont.children();
1037
+ var els = $slides.get();
1038
+ if (els.length < 2) {
1039
+ log('terminating; too few slides: ' + els.length);
1040
+ return;
1041
+ }
1042
+
1043
+ var opts2 = buildOptions($cont, $slides, els, opts, o);
1044
+ if (opts2 === false)
1045
+ return;
1046
+
1047
+ var startTime = opts2.continuous ? 10 : getTimeout(opts2.currSlide, opts2.nextSlide, opts2, !opts2.rev);
1048
+
1049
+ // if it's an auto slideshow, kick it off
1050
+ if (startTime) {
1051
+ startTime += (opts2.delay || 0);
1052
+ if (startTime < 10)
1053
+ startTime = 10;
1054
+ debug('first timeout: ' + startTime);
1055
+ this.cycleTimeout = setTimeout(function(){go(els,opts2,0,!opts2.rev)}, startTime);
1056
+ }
1057
+ });
1058
+ };
1059
+
1060
+ // process the args that were passed to the plugin fn
1061
+ function handleArguments(cont, options, arg2) {
1062
+ if (cont.cycleStop == undefined)
1063
+ cont.cycleStop = 0;
1064
+ if (options === undefined || options === null)
1065
+ options = {};
1066
+ if (options.constructor == String) {
1067
+ switch(options) {
1068
+ case 'destroy':
1069
+ case 'stop':
1070
+ var opts = $(cont).data('cycle.opts');
1071
+ if (!opts)
1072
+ return false;
1073
+ cont.cycleStop++; // callbacks look for change
1074
+ if (cont.cycleTimeout)
1075
+ clearTimeout(cont.cycleTimeout);
1076
+ cont.cycleTimeout = 0;
1077
+ $(cont).removeData('cycle.opts');
1078
+ if (options == 'destroy')
1079
+ destroy(opts);
1080
+ return false;
1081
+ case 'toggle':
1082
+ cont.cyclePause = (cont.cyclePause === 1) ? 0 : 1;
1083
+ checkInstantResume(cont.cyclePause, arg2, cont);
1084
+ return false;
1085
+ case 'pause':
1086
+ cont.cyclePause = 1;
1087
+ return false;
1088
+ case 'resume':
1089
+ cont.cyclePause = 0;
1090
+ checkInstantResume(false, arg2, cont);
1091
+ return false;
1092
+ case 'prev':
1093
+ case 'next':
1094
+ var opts = $(cont).data('cycle.opts');
1095
+ if (!opts) {
1096
+ log('options not found, "prev/next" ignored');
1097
+ return false;
1098
+ }
1099
+ $.fn.cycle[options](opts);
1100
+ return false;
1101
+ default:
1102
+ options = { fx: options };
1103
+ };
1104
+ return options;
1105
+ }
1106
+ else if (options.constructor == Number) {
1107
+ // go to the requested slide
1108
+ var num = options;
1109
+ options = $(cont).data('cycle.opts');
1110
+ if (!options) {
1111
+ log('options not found, can not advance slide');
1112
+ return false;
1113
+ }
1114
+ if (num < 0 || num >= options.elements.length) {
1115
+ log('invalid slide index: ' + num);
1116
+ return false;
1117
+ }
1118
+ options.nextSlide = num;
1119
+ if (cont.cycleTimeout) {
1120
+ clearTimeout(cont.cycleTimeout);
1121
+ cont.cycleTimeout = 0;
1122
+ }
1123
+ if (typeof arg2 == 'string')
1124
+ options.oneTimeFx = arg2;
1125
+ go(options.elements, options, 1, num >= options.currSlide);
1126
+ return false;
1127
+ }
1128
+ return options;
1129
+
1130
+ function checkInstantResume(isPaused, arg2, cont) {
1131
+ if (!isPaused && arg2 === true) { // resume now!
1132
+ var options = $(cont).data('cycle.opts');
1133
+ if (!options) {
1134
+ log('options not found, can not resume');
1135
+ return false;
1136
+ }
1137
+ if (cont.cycleTimeout) {
1138
+ clearTimeout(cont.cycleTimeout);
1139
+ cont.cycleTimeout = 0;
1140
+ }
1141
+ go(options.elements, options, 1, 1);
1142
+ }
1143
+ }
1144
+ };
1145
+
1146
+ function removeFilter(el, opts) {
1147
+ if (!$.support.opacity && opts.cleartype && el.style.filter) {
1148
+ try { el.style.removeAttribute('filter'); }
1149
+ catch(smother) {} // handle old opera versions
1150
+ }
1151
+ };
1152
+
1153
+ // unbind event handlers
1154
+ function destroy(opts) {
1155
+ if (opts.next)
1156
+ $(opts.next).unbind(opts.prevNextEvent);
1157
+ if (opts.prev)
1158
+ $(opts.prev).unbind(opts.prevNextEvent);
1159
+
1160
+ if (opts.pager || opts.pagerAnchorBuilder)
1161
+ $.each(opts.pagerAnchors || [], function() {
1162
+ this.unbind().remove();
1163
+ });
1164
+ opts.pagerAnchors = null;
1165
+ if (opts.destroy) // callback
1166
+ opts.destroy(opts);
1167
+ };
1168
+
1169
+ // one-time initialization
1170
+ function buildOptions($cont, $slides, els, options, o) {
1171
+ // support metadata plugin (v1.0 and v2.0)
1172
+ var opts = $.extend({}, $.fn.cycle.defaults, options || {}, $.metadata ? $cont.metadata() : $.meta ? $cont.data() : {});
1173
+ if (opts.autostop)
1174
+ opts.countdown = opts.autostopCount || els.length;
1175
+
1176
+ var cont = $cont[0];
1177
+ $cont.data('cycle.opts', opts);
1178
+ opts.$cont = $cont;
1179
+ opts.stopCount = cont.cycleStop;
1180
+ opts.elements = els;
1181
+ opts.before = opts.before ? [opts.before] : [];
1182
+ opts.after = opts.after ? [opts.after] : [];
1183
+ opts.after.unshift(function(){ opts.busy=0; });
1184
+
1185
+ // push some after callbacks
1186
+ if (!$.support.opacity && opts.cleartype)
1187
+ opts.after.push(function() { removeFilter(this, opts); });
1188
+ if (opts.continuous)
1189
+ opts.after.push(function() { go(els,opts,0,!opts.rev); });
1190
+
1191
+ saveOriginalOpts(opts);
1192
+
1193
+ // clearType corrections
1194
+ if (!$.support.opacity && opts.cleartype && !opts.cleartypeNoBg)
1195
+ clearTypeFix($slides);
1196
+
1197
+ // container requires non-static position so that slides can be position within
1198
+ if ($cont.css('position') == 'static')
1199
+ $cont.css('position', 'relative');
1200
+ if (opts.width)
1201
+ $cont.width(opts.width);
1202
+ if (opts.height && opts.height != 'auto')
1203
+ $cont.height(opts.height);
1204
+
1205
+ if (opts.startingSlide)
1206
+ opts.startingSlide = parseInt(opts.startingSlide);
1207
+
1208
+ // if random, mix up the slide array
1209
+ if (opts.random) {
1210
+ opts.randomMap = [];
1211
+ for (var i = 0; i < els.length; i++)
1212
+ opts.randomMap.push(i);
1213
+ opts.randomMap.sort(function(a,b) {return Math.random() - 0.5;});
1214
+ opts.randomIndex = 1;
1215
+ opts.startingSlide = opts.randomMap[1];
1216
+ }
1217
+ else if (opts.startingSlide >= els.length)
1218
+ opts.startingSlide = 0; // catch bogus input
1219
+ opts.currSlide = opts.startingSlide || 0;
1220
+ var first = opts.startingSlide;
1221
+
1222
+ // set position and zIndex on all the slides
1223
+ $slides.css({position: 'absolute', top:0, left:0}).hide().each(function(i) {
1224
+ var z = first ? i >= first ? els.length - (i-first) : first-i : els.length-i;
1225
+ $(this).css('z-index', z)
1226
+ });
1227
+
1228
+ // make sure first slide is visible
1229
+ $(els[first]).css('opacity',1).show(); // opacity bit needed to handle restart use case
1230
+ removeFilter(els[first], opts);
1231
+
1232
+ // stretch slides
1233
+ if (opts.fit && opts.width)
1234
+ $slides.width(opts.width);
1235
+ if (opts.fit && opts.height && opts.height != 'auto')
1236
+ $slides.height(opts.height);
1237
+
1238
+ // stretch container
1239
+ var reshape = opts.containerResize && !$cont.innerHeight();
1240
+ if (reshape) { // do this only if container has no size http://tinyurl.com/da2oa9
1241
+ var maxw = 0, maxh = 0;
1242
+ for(var j=0; j < els.length; j++) {
1243
+ var $e = $(els[j]), e = $e[0], w = $e.outerWidth(), h = $e.outerHeight();
1244
+ if (!w) w = e.offsetWidth || e.width || $e.attr('width')
1245
+ if (!h) h = e.offsetHeight || e.height || $e.attr('height');
1246
+ maxw = w > maxw ? w : maxw;
1247
+ maxh = h > maxh ? h : maxh;
1248
+ }
1249
+ if (maxw > 0 && maxh > 0)
1250
+ $cont.css({width:maxw+'px',height:maxh+'px'});
1251
+ }
1252
+
1253
+ if (opts.pause)
1254
+ $cont.hover(function(){this.cyclePause++;},function(){this.cyclePause--;});
1255
+
1256
+ if (supportMultiTransitions(opts) === false)
1257
+ return false;
1258
+
1259
+ // apparently a lot of people use image slideshows without height/width attributes on the images.
1260
+ // Cycle 2.50+ requires the sizing info for every slide; this block tries to deal with that.
1261
+ var requeue = false;
1262
+ options.requeueAttempts = options.requeueAttempts || 0;
1263
+ $slides.each(function() {
1264
+ // try to get height/width of each slide
1265
+ var $el = $(this);
1266
+ this.cycleH = (opts.fit && opts.height) ? opts.height : ($el.height() || this.offsetHeight || this.height || $el.attr('height') || 0);
1267
+ this.cycleW = (opts.fit && opts.width) ? opts.width : ($el.width() || this.offsetWidth || this.width || $el.attr('width') || 0);
1268
+
1269
+ if ( $el.is('img') ) {
1270
+ // sigh.. sniffing, hacking, shrugging... this crappy hack tries to account for what browsers do when
1271
+ // an image is being downloaded and the markup did not include sizing info (height/width attributes);
1272
+ // there seems to be some "default" sizes used in this situation
1273
+ var loadingIE = ($.browser.msie && this.cycleW == 28 && this.cycleH == 30 && !this.complete);
1274
+ var loadingFF = ($.browser.mozilla && this.cycleW == 34 && this.cycleH == 19 && !this.complete);
1275
+ var loadingOp = ($.browser.opera && ((this.cycleW == 42 && this.cycleH == 19) || (this.cycleW == 37 && this.cycleH == 17)) && !this.complete);
1276
+ var loadingOther = (this.cycleH == 0 && this.cycleW == 0 && !this.complete);
1277
+ // don't requeue for images that are still loading but have a valid size
1278
+ if (loadingIE || loadingFF || loadingOp || loadingOther) {
1279
+ if (o.s && opts.requeueOnImageNotLoaded && ++options.requeueAttempts < 100) { // track retry count so we don't loop forever
1280
+ log(options.requeueAttempts,' - img slide not loaded, requeuing slideshow: ', this.src, this.cycleW, this.cycleH);
1281
+ setTimeout(function() {$(o.s,o.c).cycle(options)}, opts.requeueTimeout);
1282
+ requeue = true;
1283
+ return false; // break each loop
1284
+ }
1285
+ else {
1286
+ log('could not determine size of image: '+this.src, this.cycleW, this.cycleH);
1287
+ }
1288
+ }
1289
+ }
1290
+ return true;
1291
+ });
1292
+
1293
+ if (requeue)
1294
+ return false;
1295
+
1296
+ opts.cssBefore = opts.cssBefore || {};
1297
+ opts.animIn = opts.animIn || {};
1298
+ opts.animOut = opts.animOut || {};
1299
+
1300
+ $slides.not(':eq('+first+')').css(opts.cssBefore);
1301
+ if (opts.cssFirst)
1302
+ $($slides[first]).css(opts.cssFirst);
1303
+
1304
+ if (opts.timeout) {
1305
+ opts.timeout = parseInt(opts.timeout);
1306
+ // ensure that timeout and speed settings are sane
1307
+ if (opts.speed.constructor == String)
1308
+ opts.speed = $.fx.speeds[opts.speed] || parseInt(opts.speed);
1309
+ if (!opts.sync)
1310
+ opts.speed = opts.speed / 2;
1311
+
1312
+ var buffer = opts.fx == 'shuffle' ? 500 : 250;
1313
+ while((opts.timeout - opts.speed) < buffer) // sanitize timeout
1314
+ opts.timeout += opts.speed;
1315
+ }
1316
+ if (opts.easing)
1317
+ opts.easeIn = opts.easeOut = opts.easing;
1318
+ if (!opts.speedIn)
1319
+ opts.speedIn = opts.speed;
1320
+ if (!opts.speedOut)
1321
+ opts.speedOut = opts.speed;
1322
+
1323
+ opts.slideCount = els.length;
1324
+ opts.currSlide = opts.lastSlide = first;
1325
+ if (opts.random) {
1326
+ if (++opts.randomIndex == els.length)
1327
+ opts.randomIndex = 0;
1328
+ opts.nextSlide = opts.randomMap[opts.randomIndex];
1329
+ }
1330
+ else
1331
+ opts.nextSlide = opts.startingSlide >= (els.length-1) ? 0 : opts.startingSlide+1;
1332
+
1333
+ // run transition init fn
1334
+ if (!opts.multiFx) {
1335
+ var init = $.fn.cycle.transitions[opts.fx];
1336
+ if ($.isFunction(init))
1337
+ init($cont, $slides, opts);
1338
+ else if (opts.fx != 'custom' && !opts.multiFx) {
1339
+ log('unknown transition: ' + opts.fx,'; slideshow terminating');
1340
+ return false;
1341
+ }
1342
+ }
1343
+
1344
+ // fire artificial events
1345
+ var e0 = $slides[first];
1346
+ if (opts.before.length)
1347
+ opts.before[0].apply(e0, [e0, e0, opts, true]);
1348
+ if (opts.after.length > 1)
1349
+ opts.after[1].apply(e0, [e0, e0, opts, true]);
1350
+
1351
+ if (opts.next)
1352
+ $(opts.next).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?-1:1)});
1353
+ if (opts.prev)
1354
+ $(opts.prev).bind(opts.prevNextEvent,function(){return advance(opts,opts.rev?1:-1)});
1355
+ if (opts.pager || opts.pagerAnchorBuilder)
1356
+ buildPager(els,opts);
1357
+
1358
+ exposeAddSlide(opts, els);
1359
+
1360
+ return opts;
1361
+ };
1362
+
1363
+ // save off original opts so we can restore after clearing state
1364
+ function saveOriginalOpts(opts) {
1365
+ opts.original = { before: [], after: [] };
1366
+ opts.original.cssBefore = $.extend({}, opts.cssBefore);
1367
+ opts.original.cssAfter = $.extend({}, opts.cssAfter);
1368
+ opts.original.animIn = $.extend({}, opts.animIn);
1369
+ opts.original.animOut = $.extend({}, opts.animOut);
1370
+ $.each(opts.before, function() { opts.original.before.push(this); });
1371
+ $.each(opts.after, function() { opts.original.after.push(this); });
1372
+ };
1373
+
1374
+ function supportMultiTransitions(opts) {
1375
+ var i, tx, txs = $.fn.cycle.transitions;
1376
+ // look for multiple effects
1377
+ if (opts.fx.indexOf(',') > 0) {
1378
+ opts.multiFx = true;
1379
+ opts.fxs = opts.fx.replace(/\s*/g,'').split(',');
1380
+ // discard any bogus effect names
1381
+ for (i=0; i < opts.fxs.length; i++) {
1382
+ var fx = opts.fxs[i];
1383
+ tx = txs[fx];
1384
+ if (!tx || !txs.hasOwnProperty(fx) || !$.isFunction(tx)) {
1385
+ log('discarding unknown transition: ',fx);
1386
+ opts.fxs.splice(i,1);
1387
+ i--;
1388
+ }
1389
+ }
1390
+ // if we have an empty list then we threw everything away!
1391
+ if (!opts.fxs.length) {
1392
+ log('No valid transitions named; slideshow terminating.');
1393
+ return false;
1394
+ }
1395
+ }
1396
+ else if (opts.fx == 'all') { // auto-gen the list of transitions
1397
+ opts.multiFx = true;
1398
+ opts.fxs = [];
1399
+ for (p in txs) {
1400
+ tx = txs[p];
1401
+ if (txs.hasOwnProperty(p) && $.isFunction(tx))
1402
+ opts.fxs.push(p);
1403
+ }
1404
+ }
1405
+ if (opts.multiFx && opts.randomizeEffects) {
1406
+ // munge the fxs array to make effect selection random
1407
+ var r1 = Math.floor(Math.random() * 20) + 30;
1408
+ for (i = 0; i < r1; i++) {
1409
+ var r2 = Math.floor(Math.random() * opts.fxs.length);
1410
+ opts.fxs.push(opts.fxs.splice(r2,1)[0]);
1411
+ }
1412
+ debug('randomized fx sequence: ',opts.fxs);
1413
+ }
1414
+ return true;
1415
+ };
1416
+
1417
+ // provide a mechanism for adding slides after the slideshow has started
1418
+ function exposeAddSlide(opts, els) {
1419
+ opts.addSlide = function(newSlide, prepend) {
1420
+ var $s = $(newSlide), s = $s[0];
1421
+ if (!opts.autostopCount)
1422
+ opts.countdown++;
1423
+ els[prepend?'unshift':'push'](s);
1424
+ if (opts.els)
1425
+ opts.els[prepend?'unshift':'push'](s); // shuffle needs this
1426
+ opts.slideCount = els.length;
1427
+
1428
+ $s.css('position','absolute');
1429
+ $s[prepend?'prependTo':'appendTo'](opts.$cont);
1430
+
1431
+ if (prepend) {
1432
+ opts.currSlide++;
1433
+ opts.nextSlide++;
1434
+ }
1435
+
1436
+ if (!$.support.opacity && opts.cleartype && !opts.cleartypeNoBg)
1437
+ clearTypeFix($s);
1438
+
1439
+ if (opts.fit && opts.width)
1440
+ $s.width(opts.width);
1441
+ if (opts.fit && opts.height && opts.height != 'auto')
1442
+ $slides.height(opts.height);
1443
+ s.cycleH = (opts.fit && opts.height) ? opts.height : $s.height();
1444
+ s.cycleW = (opts.fit && opts.width) ? opts.width : $s.width();
1445
+
1446
+ $s.css(opts.cssBefore);
1447
+
1448
+ if (opts.pager || opts.pagerAnchorBuilder)
1449
+ $.fn.cycle.createPagerAnchor(els.length-1, s, $(opts.pager), els, opts);
1450
+
1451
+ if ($.isFunction(opts.onAddSlide))
1452
+ opts.onAddSlide($s);
1453
+ else
1454
+ $s.hide(); // default behavior
1455
+ };
1456
+ }
1457
+
1458
+ // reset internal state; we do this on every pass in order to support multiple effects
1459
+ $.fn.cycle.resetState = function(opts, fx) {
1460
+ fx = fx || opts.fx;
1461
+
1462
+ opts.before = []; opts.after = [];
1463
+ opts.cssBefore = $.extend({}, opts.original.cssBefore);
1464
+ opts.cssAfter = $.extend({}, opts.original.cssAfter);
1465
+ opts.animIn = $.extend({}, opts.original.animIn);
1466
+ opts.animOut = $.extend({}, opts.original.animOut);
1467
+ opts.fxFn = null;
1468
+ $.each(opts.original.before, function() { opts.before.push(this); });
1469
+ $.each(opts.original.after, function() { opts.after.push(this); });
1470
+
1471
+ // re-init
1472
+ var init = $.fn.cycle.transitions[fx];
1473
+ if ($.isFunction(init))
1474
+ init(opts.$cont, $(opts.elements), opts);
1475
+ };
1476
+
1477
+ // this is the main engine fn, it handles the timeouts, callbacks and slide index mgmt
1478
+ function go(els, opts, manual, fwd) {
1479
+ // opts.busy is true if we're in the middle of an animation
1480
+ if (manual && opts.busy && opts.manualTrump) {
1481
+ // let manual transitions requests trump active ones
1482
+ debug('manualTrump in go(), stopping active transition');
1483
+ $(els).stop(true,true);
1484
+ opts.busy = false;
1485
+ }
1486
+ // don't begin another timeout-based transition if there is one active
1487
+ if (opts.busy) {
1488
+ debug('transition active, ignoring new tx request');
1489
+ return;
1490
+ }
1491
+
1492
+ var p = opts.$cont[0], curr = els[opts.currSlide], next = els[opts.nextSlide];
1493
+
1494
+ // stop cycling if we have an outstanding stop request
1495
+ if (p.cycleStop != opts.stopCount || p.cycleTimeout === 0 && !manual)
1496
+ return;
1497
+
1498
+ // check to see if we should stop cycling based on autostop options
1499
+ if (!manual && !p.cyclePause &&
1500
+ ((opts.autostop && (--opts.countdown <= 0)) ||
1501
+ (opts.nowrap && !opts.random && opts.nextSlide < opts.currSlide))) {
1502
+ if (opts.end)
1503
+ opts.end(opts);
1504
+ return;
1505
+ }
1506
+
1507
+ // if slideshow is paused, only transition on a manual trigger
1508
+ var changed = false;
1509
+ if ((manual || !p.cyclePause) && (opts.nextSlide != opts.currSlide)) {
1510
+ changed = true;
1511
+ var fx = opts.fx;
1512
+ // keep trying to get the slide size if we don't have it yet
1513
+ curr.cycleH = curr.cycleH || $(curr).height();
1514
+ curr.cycleW = curr.cycleW || $(curr).width();
1515
+ next.cycleH = next.cycleH || $(next).height();
1516
+ next.cycleW = next.cycleW || $(next).width();
1517
+
1518
+ // support multiple transition types
1519
+ if (opts.multiFx) {
1520
+ if (opts.lastFx == undefined || ++opts.lastFx >= opts.fxs.length)
1521
+ opts.lastFx = 0;
1522
+ fx = opts.fxs[opts.lastFx];
1523
+ opts.currFx = fx;
1524
+ }
1525
+
1526
+ // one-time fx overrides apply to: $('div').cycle(3,'zoom');
1527
+ if (opts.oneTimeFx) {
1528
+ fx = opts.oneTimeFx;
1529
+ opts.oneTimeFx = null;
1530
+ }
1531
+
1532
+ $.fn.cycle.resetState(opts, fx);
1533
+
1534
+ // run the before callbacks
1535
+ if (opts.before.length)
1536
+ $.each(opts.before, function(i,o) {
1537
+ if (p.cycleStop != opts.stopCount) return;
1538
+ o.apply(next, [curr, next, opts, fwd]);
1539
+ });
1540
+
1541
+ // stage the after callacks
1542
+ var after = function() {
1543
+ $.each(opts.after, function(i,o) {
1544
+ if (p.cycleStop != opts.stopCount) return;
1545
+ o.apply(next, [curr, next, opts, fwd]);
1546
+ });
1547
+ };
1548
+
1549
+ debug('tx firing; currSlide: ' + opts.currSlide + '; nextSlide: ' + opts.nextSlide);
1550
+
1551
+ // get ready to perform the transition
1552
+ opts.busy = 1;
1553
+ if (opts.fxFn) // fx function provided?
1554
+ opts.fxFn(curr, next, opts, after, fwd, manual && opts.fastOnEvent);
1555
+ else if ($.isFunction($.fn.cycle[opts.fx])) // fx plugin ?
1556
+ $.fn.cycle[opts.fx](curr, next, opts, after, fwd, manual && opts.fastOnEvent);
1557
+ else
1558
+ $.fn.cycle.custom(curr, next, opts, after, fwd, manual && opts.fastOnEvent);
1559
+ }
1560
+
1561
+ if (changed || opts.nextSlide == opts.currSlide) {
1562
+ // calculate the next slide
1563
+ opts.lastSlide = opts.currSlide;
1564
+ if (opts.random) {
1565
+ opts.currSlide = opts.nextSlide;
1566
+ if (++opts.randomIndex == els.length)
1567
+ opts.randomIndex = 0;
1568
+ opts.nextSlide = opts.randomMap[opts.randomIndex];
1569
+ if (opts.nextSlide == opts.currSlide)
1570
+ opts.nextSlide = (opts.currSlide == opts.slideCount - 1) ? 0 : opts.currSlide + 1;
1571
+ }
1572
+ else { // sequence
1573
+ var roll = (opts.nextSlide + 1) == els.length;
1574
+ opts.nextSlide = roll ? 0 : opts.nextSlide+1;
1575
+ opts.currSlide = roll ? els.length-1 : opts.nextSlide-1;
1576
+ }
1577
+ }
1578
+ if (changed && opts.pager)
1579
+ opts.updateActivePagerLink(opts.pager, opts.currSlide, opts.activePagerClass);
1580
+
1581
+ // stage the next transition
1582
+ var ms = 0;
1583
+ if (opts.timeout && !opts.continuous)
1584
+ ms = getTimeout(curr, next, opts, fwd);
1585
+ else if (opts.continuous && p.cyclePause) // continuous shows work off an after callback, not this timer logic
1586
+ ms = 10;
1587
+ if (ms > 0)
1588
+ p.cycleTimeout = setTimeout(function(){ go(els, opts, 0, !opts.rev) }, ms);
1589
+ };
1590
+
1591
+ // invoked after transition
1592
+ $.fn.cycle.updateActivePagerLink = function(pager, currSlide, clsName) {
1593
+ $(pager).each(function() {
1594
+ $(this).children().removeClass(clsName).eq(currSlide).addClass(clsName);
1595
+ });
1596
+ };
1597
+
1598
+ // calculate timeout value for current transition
1599
+ function getTimeout(curr, next, opts, fwd) {
1600
+ if (opts.timeoutFn) {
1601
+ // call user provided calc fn
1602
+ var t = opts.timeoutFn(curr,next,opts,fwd);
1603
+ while ((t - opts.speed) < 250) // sanitize timeout
1604
+ t += opts.speed;
1605
+ debug('calculated timeout: ' + t + '; speed: ' + opts.speed);
1606
+ if (t !== false)
1607
+ return t;
1608
+ }
1609
+ return opts.timeout;
1610
+ };
1611
+
1612
+ // expose next/prev function, caller must pass in state
1613
+ $.fn.cycle.next = function(opts) { advance(opts, opts.rev?-1:1); };
1614
+ $.fn.cycle.prev = function(opts) { advance(opts, opts.rev?1:-1);};
1615
+
1616
+ // advance slide forward or back
1617
+ function advance(opts, val) {
1618
+ var els = opts.elements;
1619
+ var p = opts.$cont[0], timeout = p.cycleTimeout;
1620
+ if (timeout) {
1621
+ clearTimeout(timeout);
1622
+ p.cycleTimeout = 0;
1623
+ }
1624
+ if (opts.random && val < 0) {
1625
+ // move back to the previously display slide
1626
+ opts.randomIndex--;
1627
+ if (--opts.randomIndex == -2)
1628
+ opts.randomIndex = els.length-2;
1629
+ else if (opts.randomIndex == -1)
1630
+ opts.randomIndex = els.length-1;
1631
+ opts.nextSlide = opts.randomMap[opts.randomIndex];
1632
+ }
1633
+ else if (opts.random) {
1634
+ opts.nextSlide = opts.randomMap[opts.randomIndex];
1635
+ }
1636
+ else {
1637
+ opts.nextSlide = opts.currSlide + val;
1638
+ if (opts.nextSlide < 0) {
1639
+ if (opts.nowrap) return false;
1640
+ opts.nextSlide = els.length - 1;
1641
+ }
1642
+ else if (opts.nextSlide >= els.length) {
1643
+ if (opts.nowrap) return false;
1644
+ opts.nextSlide = 0;
1645
+ }
1646
+ }
1647
+
1648
+ var cb = opts.onPrevNextEvent || opts.prevNextClick; // prevNextClick is deprecated
1649
+ if ($.isFunction(cb))
1650
+ cb(val > 0, opts.nextSlide, els[opts.nextSlide]);
1651
+ go(els, opts, 1, val>=0);
1652
+ return false;
1653
+ };
1654
+
1655
+ function buildPager(els, opts) {
1656
+ var $p = $(opts.pager);
1657
+ $.each(els, function(i,o) {
1658
+ $.fn.cycle.createPagerAnchor(i,o,$p,els,opts);
1659
+ });
1660
+ opts.updateActivePagerLink(opts.pager, opts.startingSlide, opts.activePagerClass);
1661
+ };
1662
+
1663
+ $.fn.cycle.createPagerAnchor = function(i, el, $p, els, opts) {
1664
+ var a;
1665
+ if ($.isFunction(opts.pagerAnchorBuilder)) {
1666
+ a = opts.pagerAnchorBuilder(i,el);
1667
+ debug('pagerAnchorBuilder('+i+', el) returned: ' + a);
1668
+ }
1669
+ else
1670
+ a = '<a href="#">'+(i+1)+'</a>';
1671
+
1672
+ if (!a)
1673
+ return;
1674
+ var $a = $(a);
1675
+ // don't reparent if anchor is in the dom
1676
+ if ($a.parents('body').length === 0) {
1677
+ var arr = [];
1678
+ if ($p.length > 1) {
1679
+ $p.each(function() {
1680
+ var $clone = $a.clone(true);
1681
+ $(this).append($clone);
1682
+ arr.push($clone[0]);
1683
+ });
1684
+ $a = $(arr);
1685
+ }
1686
+ else {
1687
+ $a.appendTo($p);
1688
+ }
1689
+ }
1690
+
1691
+ opts.pagerAnchors = opts.pagerAnchors || [];
1692
+ opts.pagerAnchors.push($a);
1693
+ $a.bind(opts.pagerEvent, function(e) {
1694
+ e.preventDefault();
1695
+ opts.nextSlide = i;
1696
+ var p = opts.$cont[0], timeout = p.cycleTimeout;
1697
+ if (timeout) {
1698
+ clearTimeout(timeout);
1699
+ p.cycleTimeout = 0;
1700
+ }
1701
+ var cb = opts.onPagerEvent || opts.pagerClick; // pagerClick is deprecated
1702
+ if ($.isFunction(cb))
1703
+ cb(opts.nextSlide, els[opts.nextSlide]);
1704
+ go(els,opts,1,opts.currSlide < i); // trigger the trans
1705
+ // return false; // <== allow bubble
1706
+ });
1707
+
1708
+ if ( ! /^click/.test(opts.pagerEvent) && !opts.allowPagerClickBubble)
1709
+ $a.bind('click.cycle', function(){return false;}); // suppress click
1710
+
1711
+ if (opts.pauseOnPagerHover)
1712
+ $a.hover(function() { opts.$cont[0].cyclePause++; }, function() { opts.$cont[0].cyclePause--; } );
1713
+ };
1714
+
1715
+ // helper fn to calculate the number of slides between the current and the next
1716
+ $.fn.cycle.hopsFromLast = function(opts, fwd) {
1717
+ var hops, l = opts.lastSlide, c = opts.currSlide;
1718
+ if (fwd)
1719
+ hops = c > l ? c - l : opts.slideCount - l;
1720
+ else
1721
+ hops = c < l ? l - c : l + opts.slideCount - c;
1722
+ return hops;
1723
+ };
1724
+
1725
+ // fix clearType problems in ie6 by setting an explicit bg color
1726
+ // (otherwise text slides look horrible during a fade transition)
1727
+ function clearTypeFix($slides) {
1728
+ debug('applying clearType background-color hack');
1729
+ function hex(s) {
1730
+ s = parseInt(s).toString(16);
1731
+ return s.length < 2 ? '0'+s : s;
1732
+ };
1733
+ function getBg(e) {
1734
+ for ( ; e && e.nodeName.toLowerCase() != 'html'; e = e.parentNode) {
1735
+ var v = $.css(e,'background-color');
1736
+ if (v.indexOf('rgb') >= 0 ) {
1737
+ var rgb = v.match(/\d+/g);
1738
+ return '#'+ hex(rgb[0]) + hex(rgb[1]) + hex(rgb[2]);
1739
+ }
1740
+ if (v && v != 'transparent')
1741
+ return v;
1742
+ }
1743
+ return '#ffffff';
1744
+ };
1745
+ $slides.each(function() { $(this).css('background-color', getBg(this)); });
1746
+ };
1747
+
1748
+ // reset common props before the next transition
1749
+ $.fn.cycle.commonReset = function(curr,next,opts,w,h,rev) {
1750
+ $(opts.elements).not(curr).hide();
1751
+ opts.cssBefore.opacity = 1;
1752
+ opts.cssBefore.display = 'block';
1753
+ if (w !== false && next.cycleW > 0)
1754
+ opts.cssBefore.width = next.cycleW;
1755
+ if (h !== false && next.cycleH > 0)
1756
+ opts.cssBefore.height = next.cycleH;
1757
+ opts.cssAfter = opts.cssAfter || {};
1758
+ opts.cssAfter.display = 'none';
1759
+ $(curr).css('zIndex',opts.slideCount + (rev === true ? 1 : 0));
1760
+ $(next).css('zIndex',opts.slideCount + (rev === true ? 0 : 1));
1761
+ };
1762
+
1763
+ // the actual fn for effecting a transition
1764
+ $.fn.cycle.custom = function(curr, next, opts, cb, fwd, speedOverride) {
1765
+ var $l = $(curr), $n = $(next);
1766
+ var speedIn = opts.speedIn, speedOut = opts.speedOut, easeIn = opts.easeIn, easeOut = opts.easeOut;
1767
+ $n.css(opts.cssBefore);
1768
+ if (speedOverride) {
1769
+ if (typeof speedOverride == 'number')
1770
+ speedIn = speedOut = speedOverride;
1771
+ else
1772
+ speedIn = speedOut = 1;
1773
+ easeIn = easeOut = null;
1774
+ }
1775
+ var fn = function() {$n.animate(opts.animIn, speedIn, easeIn, cb)};
1776
+ $l.animate(opts.animOut, speedOut, easeOut, function() {
1777
+ if (opts.cssAfter) $l.css(opts.cssAfter);
1778
+ if (!opts.sync) fn();
1779
+ });
1780
+ if (opts.sync) fn();
1781
+ };
1782
+
1783
+ // transition definitions - only fade is defined here, transition pack defines the rest
1784
+ $.fn.cycle.transitions = {
1785
+ fade: function($cont, $slides, opts) {
1786
+ $slides.not(':eq('+opts.currSlide+')').css('opacity',0);
1787
+ opts.before.push(function(curr,next,opts) {
1788
+ $.fn.cycle.commonReset(curr,next,opts);
1789
+ opts.cssBefore.opacity = 0;
1790
+ });
1791
+ opts.animIn = { opacity: 1 };
1792
+ opts.animOut = { opacity: 0 };
1793
+ opts.cssBefore = { top: 0, left: 0 };
1794
+ }
1795
+ };
1796
+
1797
+ $.fn.cycle.ver = function() { return ver; };
1798
+
1799
+ // override these globally if you like (they are all optional)
1800
+ $.fn.cycle.defaults = {
1801
+ fx: 'fade', // name of transition effect (or comma separated names, ex: 'fade,scrollUp,shuffle')
1802
+ timeout: 4000, // milliseconds between slide transitions (0 to disable auto advance)
1803
+ timeoutFn: null, // callback for determining per-slide timeout value: function(currSlideElement, nextSlideElement, options, forwardFlag)
1804
+ continuous: 0, // true to start next transition immediately after current one completes
1805
+ speed: 1000, // speed of the transition (any valid fx speed value)
1806
+ speedIn: null, // speed of the 'in' transition
1807
+ speedOut: null, // speed of the 'out' transition
1808
+ next: null, // selector for element to use as event trigger for next slide
1809
+ prev: null, // selector for element to use as event trigger for previous slide
1810
+ // prevNextClick: null, // @deprecated; please use onPrevNextEvent instead
1811
+ onPrevNextEvent: null, // callback fn for prev/next events: function(isNext, zeroBasedSlideIndex, slideElement)
1812
+ prevNextEvent:'click.cycle',// event which drives the manual transition to the previous or next slide
1813
+ pager: null, // selector for element to use as pager container
1814
+ //pagerClick null, // @deprecated; please use onPagerEvent instead
1815
+ onPagerEvent: null, // callback fn for pager events: function(zeroBasedSlideIndex, slideElement)
1816
+ pagerEvent: 'click.cycle', // name of event which drives the pager navigation
1817
+ allowPagerClickBubble: false, // allows or prevents click event on pager anchors from bubbling
1818
+ pagerAnchorBuilder: null, // callback fn for building anchor links: function(index, DOMelement)
1819
+ before: null, // transition callback (scope set to element to be shown): function(currSlideElement, nextSlideElement, options, forwardFlag)
1820
+ after: null, // transition callback (scope set to element that was shown): function(currSlideElement, nextSlideElement, options, forwardFlag)
1821
+ end: null, // callback invoked when the slideshow terminates (use with autostop or nowrap options): function(options)
1822
+ easing: null, // easing method for both in and out transitions
1823
+ easeIn: null, // easing for "in" transition
1824
+ easeOut: null, // easing for "out" transition
1825
+ shuffle: null, // coords for shuffle animation, ex: { top:15, left: 200 }
1826
+ animIn: null, // properties that define how the slide animates in
1827
+ animOut: null, // properties that define how the slide animates out
1828
+ cssBefore: null, // properties that define the initial state of the slide before transitioning in
1829
+ cssAfter: null, // properties that defined the state of the slide after transitioning out
1830
+ fxFn: null, // function used to control the transition: function(currSlideElement, nextSlideElement, options, afterCalback, forwardFlag)
1831
+ height: 'auto', // container height
1832
+ startingSlide: 0, // zero-based index of the first slide to be displayed
1833
+ sync: 1, // true if in/out transitions should occur simultaneously
1834
+ random: 0, // true for random, false for sequence (not applicable to shuffle fx)
1835
+ fit: 0, // force slides to fit container
1836
+ containerResize: 1, // resize container to fit largest slide
1837
+ pause: 0, // true to enable "pause on hover"
1838
+ pauseOnPagerHover: 0, // true to pause when hovering over pager link
1839
+ autostop: 0, // true to end slideshow after X transitions (where X == slide count)
1840
+ autostopCount: 0, // number of transitions (optionally used with autostop to define X)
1841
+ delay: 0, // additional delay (in ms) for first transition (hint: can be negative)
1842
+ slideExpr: null, // expression for selecting slides (if something other than all children is required)
1843
+ cleartype: !$.support.opacity, // true if clearType corrections should be applied (for IE)
1844
+ cleartypeNoBg: false, // set to true to disable extra cleartype fixing (leave false to force background color setting on slides)
1845
+ nowrap: 0, // true to prevent slideshow from wrapping
1846
+ fastOnEvent: 0, // force fast transitions when triggered manually (via pager or prev/next); value == time in ms
1847
+ randomizeEffects: 1, // valid when multiple effects are used; true to make the effect sequence random
1848
+ rev: 0, // causes animations to transition in reverse
1849
+ manualTrump: true, // causes manual transition to stop an active transition instead of being ignored
1850
+ requeueOnImageNotLoaded: true, // requeue the slideshow if any image slides are not yet loaded
1851
+ requeueTimeout: 250, // ms delay for requeue
1852
+ activePagerClass: 'activeSlide', // class name used for the active pager link
1853
+ updateActivePagerLink: null // callback fn invoked to update the active pager link (adds/removes activePagerClass style)
1854
+ };
1855
+
1856
+ })(jQuery);
1857
+
1858
+
1859
+ /*!
1860
+ * jQuery Cycle Plugin Transition Definitions
1861
+ * This script is a plugin for the jQuery Cycle Plugin
1862
+ * Examples and documentation at: http://malsup.com/jquery/cycle/
1863
+ * Copyright (c) 2007-2008 M. Alsup
1864
+ * Version: 2.72
1865
+ * Dual licensed under the MIT and GPL licenses:
1866
+ * http://www.opensource.org/licenses/mit-license.php
1867
+ * http://www.gnu.org/licenses/gpl.html
1868
+ */
1869
+ (function($) {
1870
+
1871
+ //
1872
+ // These functions define one-time slide initialization for the named
1873
+ // transitions. To save file size feel free to remove any of these that you
1874
+ // don't need.
1875
+ //
1876
+ $.fn.cycle.transitions.none = function($cont, $slides, opts) {
1877
+ opts.fxFn = function(curr,next,opts,after){
1878
+ $(next).show();
1879
+ $(curr).hide();
1880
+ after();
1881
+ };
1882
+ }
1883
+
1884
+ // scrollUp/Down/Left/Right
1885
+ $.fn.cycle.transitions.scrollUp = function($cont, $slides, opts) {
1886
+ $cont.css('overflow','hidden');
1887
+ opts.before.push($.fn.cycle.commonReset);
1888
+ var h = $cont.height();
1889
+ opts.cssBefore ={ top: h, left: 0 };
1890
+ opts.cssFirst = { top: 0 };
1891
+ opts.animIn = { top: 0 };
1892
+ opts.animOut = { top: -h };
1893
+ };
1894
+ $.fn.cycle.transitions.scrollDown = function($cont, $slides, opts) {
1895
+ $cont.css('overflow','hidden');
1896
+ opts.before.push($.fn.cycle.commonReset);
1897
+ var h = $cont.height();
1898
+ opts.cssFirst = { top: 0 };
1899
+ opts.cssBefore= { top: -h, left: 0 };
1900
+ opts.animIn = { top: 0 };
1901
+ opts.animOut = { top: h };
1902
+ };
1903
+ $.fn.cycle.transitions.scrollLeft = function($cont, $slides, opts) {
1904
+ $cont.css('overflow','hidden');
1905
+ opts.before.push($.fn.cycle.commonReset);
1906
+ var w = $cont.width();
1907
+ opts.cssFirst = { left: 0 };
1908
+ opts.cssBefore= { left: w, top: 0 };
1909
+ opts.animIn = { left: 0 };
1910
+ opts.animOut = { left: 0-w };
1911
+ };
1912
+ $.fn.cycle.transitions.scrollRight = function($cont, $slides, opts) {
1913
+ $cont.css('overflow','hidden');
1914
+ opts.before.push($.fn.cycle.commonReset);
1915
+ var w = $cont.width();
1916
+ opts.cssFirst = { left: 0 };
1917
+ opts.cssBefore= { left: -w, top: 0 };
1918
+ opts.animIn = { left: 0 };
1919
+ opts.animOut = { left: w };
1920
+ };
1921
+ $.fn.cycle.transitions.scrollHorz = function($cont, $slides, opts) {
1922
+ $cont.css('overflow','hidden').width();
1923
+ opts.before.push(function(curr, next, opts, fwd) {
1924
+ $.fn.cycle.commonReset(curr,next,opts);
1925
+ opts.cssBefore.left = fwd ? (next.cycleW-1) : (1-next.cycleW);
1926
+ opts.animOut.left = fwd ? -curr.cycleW : curr.cycleW;
1927
+ });
1928
+ opts.cssFirst = { left: 0 };
1929
+ opts.cssBefore= { top: 0 };
1930
+ opts.animIn = { left: 0 };
1931
+ opts.animOut = { top: 0 };
1932
+ };
1933
+ $.fn.cycle.transitions.scrollVert = function($cont, $slides, opts) {
1934
+ $cont.css('overflow','hidden');
1935
+ opts.before.push(function(curr, next, opts, fwd) {
1936
+ $.fn.cycle.commonReset(curr,next,opts);
1937
+ opts.cssBefore.top = fwd ? (1-next.cycleH) : (next.cycleH-1);
1938
+ opts.animOut.top = fwd ? curr.cycleH : -curr.cycleH;
1939
+ });
1940
+ opts.cssFirst = { top: 0 };
1941
+ opts.cssBefore= { left: 0 };
1942
+ opts.animIn = { top: 0 };
1943
+ opts.animOut = { left: 0 };
1944
+ };
1945
+
1946
+ // slideX/slideY
1947
+ $.fn.cycle.transitions.slideX = function($cont, $slides, opts) {
1948
+ opts.before.push(function(curr, next, opts) {
1949
+ $(opts.elements).not(curr).hide();
1950
+ $.fn.cycle.commonReset(curr,next,opts,false,true);
1951
+ opts.animIn.width = next.cycleW;
1952
+ });
1953
+ opts.cssBefore = { left: 0, top: 0, width: 0 };
1954
+ opts.animIn = { width: 'show' };
1955
+ opts.animOut = { width: 0 };
1956
+ };
1957
+ $.fn.cycle.transitions.slideY = function($cont, $slides, opts) {
1958
+ opts.before.push(function(curr, next, opts) {
1959
+ $(opts.elements).not(curr).hide();
1960
+ $.fn.cycle.commonReset(curr,next,opts,true,false);
1961
+ opts.animIn.height = next.cycleH;
1962
+ });
1963
+ opts.cssBefore = { left: 0, top: 0, height: 0 };
1964
+ opts.animIn = { height: 'show' };
1965
+ opts.animOut = { height: 0 };
1966
+ };
1967
+
1968
+ // shuffle
1969
+ $.fn.cycle.transitions.shuffle = function($cont, $slides, opts) {
1970
+ var i, w = $cont.css('overflow', 'visible').width();
1971
+ $slides.css({left: 0, top: 0});
1972
+ opts.before.push(function(curr,next,opts) {
1973
+ $.fn.cycle.commonReset(curr,next,opts,true,true,true);
1974
+ });
1975
+ // only adjust speed once!
1976
+ if (!opts.speedAdjusted) {
1977
+ opts.speed = opts.speed / 2; // shuffle has 2 transitions
1978
+ opts.speedAdjusted = true;
1979
+ }
1980
+ opts.random = 0;
1981
+ opts.shuffle = opts.shuffle || {left:-w, top:15};
1982
+ opts.els = [];
1983
+ for (i=0; i < $slides.length; i++)
1984
+ opts.els.push($slides[i]);
1985
+
1986
+ for (i=0; i < opts.currSlide; i++)
1987
+ opts.els.push(opts.els.shift());
1988
+
1989
+ // custom transition fn (hat tip to Benjamin Sterling for this bit of sweetness!)
1990
+ opts.fxFn = function(curr, next, opts, cb, fwd) {
1991
+ var $el = fwd ? $(curr) : $(next);
1992
+ $(next).css(opts.cssBefore);
1993
+ var count = opts.slideCount;
1994
+ $el.animate(opts.shuffle, opts.speedIn, opts.easeIn, function() {
1995
+ var hops = $.fn.cycle.hopsFromLast(opts, fwd);
1996
+ for (var k=0; k < hops; k++)
1997
+ fwd ? opts.els.push(opts.els.shift()) : opts.els.unshift(opts.els.pop());
1998
+ if (fwd) {
1999
+ for (var i=0, len=opts.els.length; i < len; i++)
2000
+ $(opts.els[i]).css('z-index', len-i+count);
2001
+ }
2002
+ else {
2003
+ var z = $(curr).css('z-index');
2004
+ $el.css('z-index', parseInt(z)+1+count);
2005
+ }
2006
+ $el.animate({left:0, top:0}, opts.speedOut, opts.easeOut, function() {
2007
+ $(fwd ? this : curr).hide();
2008
+ if (cb) cb();
2009
+ });
2010
+ });
2011
+ };
2012
+ opts.cssBefore = { display: 'block', opacity: 1, top: 0, left: 0 };
2013
+ };
2014
+
2015
+ // turnUp/Down/Left/Right
2016
+ $.fn.cycle.transitions.turnUp = function($cont, $slides, opts) {
2017
+ opts.before.push(function(curr, next, opts) {
2018
+ $.fn.cycle.commonReset(curr,next,opts,true,false);
2019
+ opts.cssBefore.top = next.cycleH;
2020
+ opts.animIn.height = next.cycleH;
2021
+ });
2022
+ opts.cssFirst = { top: 0 };
2023
+ opts.cssBefore = { left: 0, height: 0 };
2024
+ opts.animIn = { top: 0 };
2025
+ opts.animOut = { height: 0 };
2026
+ };
2027
+ $.fn.cycle.transitions.turnDown = function($cont, $slides, opts) {
2028
+ opts.before.push(function(curr, next, opts) {
2029
+ $.fn.cycle.commonReset(curr,next,opts,true,false);
2030
+ opts.animIn.height = next.cycleH;
2031
+ opts.animOut.top = curr.cycleH;
2032
+ });
2033
+ opts.cssFirst = { top: 0 };
2034
+ opts.cssBefore = { left: 0, top: 0, height: 0 };
2035
+ opts.animOut = { height: 0 };
2036
+ };
2037
+ $.fn.cycle.transitions.turnLeft = function($cont, $slides, opts) {
2038
+ opts.before.push(function(curr, next, opts) {
2039
+ $.fn.cycle.commonReset(curr,next,opts,false,true);
2040
+ opts.cssBefore.left = next.cycleW;
2041
+ opts.animIn.width = next.cycleW;
2042
+ });
2043
+ opts.cssBefore = { top: 0, width: 0 };
2044
+ opts.animIn = { left: 0 };
2045
+ opts.animOut = { width: 0 };
2046
+ };
2047
+ $.fn.cycle.transitions.turnRight = function($cont, $slides, opts) {
2048
+ opts.before.push(function(curr, next, opts) {
2049
+ $.fn.cycle.commonReset(curr,next,opts,false,true);
2050
+ opts.animIn.width = next.cycleW;
2051
+ opts.animOut.left = curr.cycleW;
2052
+ });
2053
+ opts.cssBefore = { top: 0, left: 0, width: 0 };
2054
+ opts.animIn = { left: 0 };
2055
+ opts.animOut = { width: 0 };
2056
+ };
2057
+
2058
+ // zoom
2059
+ $.fn.cycle.transitions.zoom = function($cont, $slides, opts) {
2060
+ opts.before.push(function(curr, next, opts) {
2061
+ $.fn.cycle.commonReset(curr,next,opts,false,false,true);
2062
+ opts.cssBefore.top = next.cycleH/2;
2063
+ opts.cssBefore.left = next.cycleW/2;
2064
+ opts.animIn = { top: 0, left: 0, width: next.cycleW, height: next.cycleH };
2065
+ opts.animOut = { width: 0, height: 0, top: curr.cycleH/2, left: curr.cycleW/2 };
2066
+ });
2067
+ opts.cssFirst = { top:0, left: 0 };
2068
+ opts.cssBefore = { width: 0, height: 0 };
2069
+ };
2070
+
2071
+ // fadeZoom
2072
+ $.fn.cycle.transitions.fadeZoom = function($cont, $slides, opts) {
2073
+ opts.before.push(function(curr, next, opts) {
2074
+ $.fn.cycle.commonReset(curr,next,opts,false,false);
2075
+ opts.cssBefore.left = next.cycleW/2;
2076
+ opts.cssBefore.top = next.cycleH/2;
2077
+ opts.animIn = { top: 0, left: 0, width: next.cycleW, height: next.cycleH };
2078
+ });
2079
+ opts.cssBefore = { width: 0, height: 0 };
2080
+ opts.animOut = { opacity: 0 };
2081
+ };
2082
+
2083
+ // blindX
2084
+ $.fn.cycle.transitions.blindX = function($cont, $slides, opts) {
2085
+ var w = $cont.css('overflow','hidden').width();
2086
+ opts.before.push(function(curr, next, opts) {
2087
+ $.fn.cycle.commonReset(curr,next,opts);
2088
+ opts.animIn.width = next.cycleW;
2089
+ opts.animOut.left = curr.cycleW;
2090
+ });
2091
+ opts.cssBefore = { left: w, top: 0 };
2092
+ opts.animIn = { left: 0 };
2093
+ opts.animOut = { left: w };
2094
+ };
2095
+ // blindY
2096
+ $.fn.cycle.transitions.blindY = function($cont, $slides, opts) {
2097
+ var h = $cont.css('overflow','hidden').height();
2098
+ opts.before.push(function(curr, next, opts) {
2099
+ $.fn.cycle.commonReset(curr,next,opts);
2100
+ opts.animIn.height = next.cycleH;
2101
+ opts.animOut.top = curr.cycleH;
2102
+ });
2103
+ opts.cssBefore = { top: h, left: 0 };
2104
+ opts.animIn = { top: 0 };
2105
+ opts.animOut = { top: h };
2106
+ };
2107
+ // blindZ
2108
+ $.fn.cycle.transitions.blindZ = function($cont, $slides, opts) {
2109
+ var h = $cont.css('overflow','hidden').height();
2110
+ var w = $cont.width();
2111
+ opts.before.push(function(curr, next, opts) {
2112
+ $.fn.cycle.commonReset(curr,next,opts);
2113
+ opts.animIn.height = next.cycleH;
2114
+ opts.animOut.top = curr.cycleH;
2115
+ });
2116
+ opts.cssBefore = { top: h, left: w };
2117
+ opts.animIn = { top: 0, left: 0 };
2118
+ opts.animOut = { top: h, left: w };
2119
+ };
2120
+
2121
+ // growX - grow horizontally from centered 0 width
2122
+ $.fn.cycle.transitions.growX = function($cont, $slides, opts) {
2123
+ opts.before.push(function(curr, next, opts) {
2124
+ $.fn.cycle.commonReset(curr,next,opts,false,true);
2125
+ opts.cssBefore.left = this.cycleW/2;
2126
+ opts.animIn = { left: 0, width: this.cycleW };
2127
+ opts.animOut = { left: 0 };
2128
+ });
2129
+ opts.cssBefore = { width: 0, top: 0 };
2130
+ };
2131
+ // growY - grow vertically from centered 0 height
2132
+ $.fn.cycle.transitions.growY = function($cont, $slides, opts) {
2133
+ opts.before.push(function(curr, next, opts) {
2134
+ $.fn.cycle.commonReset(curr,next,opts,true,false);
2135
+ opts.cssBefore.top = this.cycleH/2;
2136
+ opts.animIn = { top: 0, height: this.cycleH };
2137
+ opts.animOut = { top: 0 };
2138
+ });
2139
+ opts.cssBefore = { height: 0, left: 0 };
2140
+ };
2141
+
2142
+ // curtainX - squeeze in both edges horizontally
2143
+ $.fn.cycle.transitions.curtainX = function($cont, $slides, opts) {
2144
+ opts.before.push(function(curr, next, opts) {
2145
+ $.fn.cycle.commonReset(curr,next,opts,false,true,true);
2146
+ opts.cssBefore.left = next.cycleW/2;
2147
+ opts.animIn = { left: 0, width: this.cycleW };
2148
+ opts.animOut = { left: curr.cycleW/2, width: 0 };
2149
+ });
2150
+ opts.cssBefore = { top: 0, width: 0 };
2151
+ };
2152
+ // curtainY - squeeze in both edges vertically
2153
+ $.fn.cycle.transitions.curtainY = function($cont, $slides, opts) {
2154
+ opts.before.push(function(curr, next, opts) {
2155
+ $.fn.cycle.commonReset(curr,next,opts,true,false,true);
2156
+ opts.cssBefore.top = next.cycleH/2;
2157
+ opts.animIn = { top: 0, height: next.cycleH };
2158
+ opts.animOut = { top: curr.cycleH/2, height: 0 };
2159
+ });
2160
+ opts.cssBefore = { left: 0, height: 0 };
2161
+ };
2162
+
2163
+ // cover - curr slide covered by next slide
2164
+ $.fn.cycle.transitions.cover = function($cont, $slides, opts) {
2165
+ var d = opts.direction || 'left';
2166
+ var w = $cont.css('overflow','hidden').width();
2167
+ var h = $cont.height();
2168
+ opts.before.push(function(curr, next, opts) {
2169
+ $.fn.cycle.commonReset(curr,next,opts);
2170
+ if (d == 'right')
2171
+ opts.cssBefore.left = -w;
2172
+ else if (d == 'up')
2173
+ opts.cssBefore.top = h;
2174
+ else if (d == 'down')
2175
+ opts.cssBefore.top = -h;
2176
+ else
2177
+ opts.cssBefore.left = w;
2178
+ });
2179
+ opts.animIn = { left: 0, top: 0};
2180
+ opts.animOut = { opacity: 1 };
2181
+ opts.cssBefore = { top: 0, left: 0 };
2182
+ };
2183
+
2184
+ // uncover - curr slide moves off next slide
2185
+ $.fn.cycle.transitions.uncover = function($cont, $slides, opts) {
2186
+ var d = opts.direction || 'left';
2187
+ var w = $cont.css('overflow','hidden').width();
2188
+ var h = $cont.height();
2189
+ opts.before.push(function(curr, next, opts) {
2190
+ $.fn.cycle.commonReset(curr,next,opts,true,true,true);
2191
+ if (d == 'right')
2192
+ opts.animOut.left = w;
2193
+ else if (d == 'up')
2194
+ opts.animOut.top = -h;
2195
+ else if (d == 'down')
2196
+ opts.animOut.top = h;
2197
+ else
2198
+ opts.animOut.left = -w;
2199
+ });
2200
+ opts.animIn = { left: 0, top: 0 };
2201
+ opts.animOut = { opacity: 1 };
2202
+ opts.cssBefore = { top: 0, left: 0 };
2203
+ };
2204
+
2205
+ // toss - move top slide and fade away
2206
+ $.fn.cycle.transitions.toss = function($cont, $slides, opts) {
2207
+ var w = $cont.css('overflow','visible').width();
2208
+ var h = $cont.height();
2209
+ opts.before.push(function(curr, next, opts) {
2210
+ $.fn.cycle.commonReset(curr,next,opts,true,true,true);
2211
+ // provide default toss settings if animOut not provided
2212
+ if (!opts.animOut.left && !opts.animOut.top)
2213
+ opts.animOut = { left: w*2, top: -h/2, opacity: 0 };
2214
+ else
2215
+ opts.animOut.opacity = 0;
2216
+ });
2217
+ opts.cssBefore = { left: 0, top: 0 };
2218
+ opts.animIn = { left: 0 };
2219
+ };
2220
+
2221
+ // wipe - clip animation
2222
+ $.fn.cycle.transitions.wipe = function($cont, $slides, opts) {
2223
+ var w = $cont.css('overflow','hidden').width();
2224
+ var h = $cont.height();
2225
+ opts.cssBefore = opts.cssBefore || {};
2226
+ var clip;
2227
+ if (opts.clip) {
2228
+ if (/l2r/.test(opts.clip))
2229
+ clip = 'rect(0px 0px '+h+'px 0px)';
2230
+ else if (/r2l/.test(opts.clip))
2231
+ clip = 'rect(0px '+w+'px '+h+'px '+w+'px)';
2232
+ else if (/t2b/.test(opts.clip))
2233
+ clip = 'rect(0px '+w+'px 0px 0px)';
2234
+ else if (/b2t/.test(opts.clip))
2235
+ clip = 'rect('+h+'px '+w+'px '+h+'px 0px)';
2236
+ else if (/zoom/.test(opts.clip)) {
2237
+ var top = parseInt(h/2);
2238
+ var left = parseInt(w/2);
2239
+ clip = 'rect('+top+'px '+left+'px '+top+'px '+left+'px)';
2240
+ }
2241
+ }
2242
+
2243
+ opts.cssBefore.clip = opts.cssBefore.clip || clip || 'rect(0px 0px 0px 0px)';
2244
+
2245
+ var d = opts.cssBefore.clip.match(/(\d+)/g);
2246
+ var t = parseInt(d[0]), r = parseInt(d[1]), b = parseInt(d[2]), l = parseInt(d[3]);
2247
+
2248
+ opts.before.push(function(curr, next, opts) {
2249
+ if (curr == next) return;
2250
+ var $curr = $(curr), $next = $(next);
2251
+ $.fn.cycle.commonReset(curr,next,opts,true,true,false);
2252
+ opts.cssAfter.display = 'block';
2253
+
2254
+ var step = 1, count = parseInt((opts.speedIn / 13)) - 1;
2255
+ (function f() {
2256
+ var tt = t ? t - parseInt(step * (t/count)) : 0;
2257
+ var ll = l ? l - parseInt(step * (l/count)) : 0;
2258
+ var bb = b < h ? b + parseInt(step * ((h-b)/count || 1)) : h;
2259
+ var rr = r < w ? r + parseInt(step * ((w-r)/count || 1)) : w;
2260
+ $next.css({ clip: 'rect('+tt+'px '+rr+'px '+bb+'px '+ll+'px)' });
2261
+ (step++ <= count) ? setTimeout(f, 13) : $curr.css('display', 'none');
2262
+ })();
2263
+ });
2264
+ opts.cssBefore = { display: 'block', opacity: 1, top: 0, left: 0 };
2265
+ opts.animIn = { left: 0 };
2266
+ opts.animOut = { left: 0 };
2267
+ };
2268
+
2269
+ })(jQuery);
2270
+
2271
+ var mctheme01=jQuery.noConflict();
skin/frontend/default/mc_exclusive/js/pngfix.js ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Licensed under the MIT License: http://dillerdesign.com/experiment/DD_belatedPNG/#license
3
+
4
+ *
5
+
6
+ * Example usage:
7
+
8
+ * DD_belatedPNG.fix('.png_bg'); // argument is a CSS selector
9
+
10
+ * DD_belatedPNG.fixPng( someNode ); // argument is an HTMLDomElement
11
+
12
+ **/
13
+
14
+
15
+
16
+ eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('2 E={J:\'E\',Z:{},1E:7(){4(x.1l&&!x.1l[6.J]){x.1l.23(6.J,\'24:25-26-27:3\')}4(1F.11){1F.11(\'28\',7(){E=29})}},1G:7(){2 a=x.1m(\'8\');x.1H.1b.1n(a,x.1H.1b.1b);2 b=a.1o;b.1c(6.J+\'\\\\:*\',\'{12:2a(#1I#2b)}\');b.1c(6.J+\'\\\\:9\',\'Q:1p;\');b.1c(\'1J.\'+6.J+\'1K\',\'12:y; 1q:y; Q:1p; z-2c:-1; 1d:-1r; 1L:1M;\');6.1o=b},1N:7(){2 a=13.2d;4(13.1e.K(\'2e\')!=-1||13.1e.K(\'1q\')!=-1){E.1f(a)}4(13.1e==\'8.1s\'){2 b=(a.F.1s==\'y\')?\'y\':\'2f\';G(2 v M a.3){a.3[v].9.8.1s=b}}4(13.1e.K(\'14\')!=-1){E.1t(a)}},1t:7(a){4(a.F.14.K(\'2g\')!=-1){2 b=a.F.14;b=1u(b.2h(b.1v(\'=\')+1,b.1v(\')\')),10)/2i;a.3.N.9.8.14=a.F.14;a.3.C.I.2j=b}},15:7(a){2k(7(){E.1f(a)},1)},2l:7(a){2 b=a.1O(\',\');G(2 i=0;i<b.2m;i++){6.1o.1c(b[i],\'12:2n(E.1P(6))\')}},1f:7(a){a.S.1Q=\'\';6.1R(a);6.16(a);6.1t(a);4(a.O){6.1S(a)}},1T:7(b){2 c=6;2 d={2o:\'16\',2p:\'16\'};4(b.17==\'A\'){2 e={2q:\'15\',2r:\'15\',2s:\'15\',2t:\'15\'};G(2 a M e){d[a]=e[a]}}G(2 h M d){b.11(\'1w\'+h,7(){c[d[h]](b)})}b.11(\'2u\',6.1N)},1x:7(a){a.8.2v=1;4(a.F.Q==\'2w\'){a.8.Q=\'2x\'}},1S:7(a){2 b={\'2y\':P,\'2z\':P,\'2A\':P};G(2 s M b){a.3.N.9.8[s]=a.F[s]}},1R:7(a){4(!a.F){1g}U{2 b=a.F}G(2 v M a.3){a.3[v].9.8.1U=b.1U}a.S.18=\'\';a.S.19=\'\';2 c=(b.18==\'1V\');2 d=P;4(b.19!=\'y\'||a.O){4(!a.O){a.D=b.19;a.D=a.D.2B(5,a.D.1v(\'")\')-5)}U{a.D=a.1h}2 e=6;4(!e.Z[a.D]){2 f=x.1m(\'1J\');e.Z[a.D]=f;f.2C=e.J+\'1K\';f.S.1Q=\'12:y; Q:1p; 1y:-1r; 1d:-1r; 1q:y;\';f.11(\'2D\',7(){6.1i=6.2E;6.1j=6.2F;e.16(a)});f.1h=a.D;f.1W(\'1i\');f.1W(\'1j\');x.1X.1n(f,x.1X.1b)}a.3.C.I.1h=a.D;d=V}a.3.C.I.1w=!d;a.3.C.I.N=\'y\';a.3.N.9.8.18=b.18;a.S.19=\'y\';a.S.18=\'1V\'},16:7(e){2 f=e.F;2 g={\'W\':e.2G+1,\'H\':e.2H+1,\'w\':6.Z[e.D].1i,\'h\':6.Z[e.D].1j,\'L\':e.2I,\'T\':e.2J,\'1k\':e.2K,\'1z\':e.2L};2 i=(g.L+g.1k==1)?1:0;2 j=7(a,l,t,w,h,o){a.2M=w+\',\'+h;a.2N=o+\',\'+o;a.2O=\'2P,1Y\'+w+\',1Y\'+w+\',\'+h+\'2Q,\'+h+\' 2R\';a.8.1i=w+\'u\';a.8.1j=h+\'u\';a.8.1y=l+\'u\';a.8.1d=t+\'u\'};j(e.3.N.9,(g.L+(e.O?0:g.1k)),(g.T+(e.O?0:g.1z)),(g.W-1),(g.H-1),0);j(e.3.C.9,(g.L+g.1k),(g.T+g.1z),(g.W),(g.H),1);2 k={\'X\':0,\'Y\':0};2 m=7(a,b){2 c=P;2S(b){1a\'1y\':1a\'1d\':k[a]=0;1A;1a\'2T\':k[a]=.5;1A;1a\'2U\':1a\'2V\':k[a]=1;1A;1I:4(b.K(\'%\')!=-1){k[a]=1u(b)*.2W}U{c=V}}2 d=(a==\'X\');k[a]=2X.2Y(c?((g[d?\'W\':\'H\']*k[a])-(g[d?\'w\':\'h\']*k[a])):1u(b));4(k[a]==0){k[a]++}};G(2 b M k){m(b,f[\'2Z\'+b])}e.3.C.I.Q=(k.X/g.W)+\',\'+(k.Y/g.H);2 n=f.30;2 p={\'T\':1,\'R\':g.W+i,\'B\':g.H,\'L\':1+i};2 q={\'X\':{\'1B\':\'L\',\'1C\':\'R\',\'d\':\'W\'},\'Y\':{\'1B\':\'T\',\'1C\':\'B\',\'d\':\'H\'}};4(n!=\'1D\'){2 c={\'T\':(k.Y),\'R\':(k.X+g.w),\'B\':(k.Y+g.h),\'L\':(k.X)};4(n.K(\'1D-\')!=-1){2 v=n.1O(\'1D-\')[1].31();c[q[v].1B]=1;c[q[v].1C]=g[q[v].d]}4(c.B>g.H){c.B=g.H}e.3.C.9.8.1Z=\'20(\'+c.T+\'u \'+(c.R+i)+\'u \'+c.B+\'u \'+(c.L+i)+\'u)\'}U{e.3.C.9.8.1Z=\'20(\'+p.T+\'u \'+p.R+\'u \'+p.B+\'u \'+p.L+\'u)\'}},1P:7(a){a.8.12=\'y\';4(a.17==\'32\'||a.17==\'33\'||a.17==\'34\'){1g}a.O=V;4(a.17==\'35\'){4(a.1h.21().K(/\\.22$/)!=-1){a.O=P;a.8.1L=\'1M\'}U{1g}}U 4(a.F.19.21().K(\'.22\')==-1){1g}2 b=E;a.3={N:{},C:{}};2 c={9:{},I:{}};G(2 r M a.3){G(2 e M c){2 d=b.J+\':\'+e;a.3[r][e]=x.1m(d)}a.3[r].9.36=V;a.3[r].9.37(a.3[r].I);a.38.1n(a.3[r].9,a)}a.3.C.9.39=\'y\';a.3.C.I.3a=\'3b\';a.3.N.I.1w=V;b.1T(a);b.1x(a);b.1x(a.3c);b.1f(a)}};3d{x.3e("3f",V,P)}3g(r){}E.1E();E.1G();',62,203,'||var|vml|if||this|function|style|shape|||||||||||||||||||||px|||document|none||||image|vmlBg|DD_belatedPNG|currentStyle|for||fill|ns|search||in|color|isImg|true|position||runtimeStyle||else|false||||imgSize||attachEvent|behavior|event|filter|handlePseudoHover|vmlOffsets|nodeName|backgroundColor|backgroundImage|case|firstChild|addRule|top|propertyName|applyVML|return|src|width|height|bLW|namespaces|createElement|insertBefore|styleSheet|absolute|border|10000px|display|vmlOpacity|parseInt|lastIndexOf|on|giveLayout|left|bTW|break|b1|b2|repeat|createVmlNameSpace|window|createVmlStyleSheet|documentElement|default|img|_sizeFinder|visibility|hidden|readPropertyChange|split|fixPng|cssText|vmlFill|copyImageBorders|attachHandlers|zIndex|transparent|removeAttribute|body|0l|clip|rect|toLowerCase|png|add|urn|schemas|microsoft|com|onbeforeunload|null|url|VML|index|srcElement|background|block|lpha|substring|100|opacity|setTimeout|fix|length|expression|resize|move|mouseleave|mouseenter|focus|blur|onpropertychange|zoom|static|relative|borderStyle|borderWidth|borderColor|substr|className|onload|offsetWidth|offsetHeight|clientWidth|clientHeight|offsetLeft|offsetTop|clientLeft|clientTop|coordsize|coordorigin|path|m0|l0|xe|switch|center|right|bottom|01|Math|ceil|backgroundPosition|backgroundRepeat|toUpperCase|BODY|TD|TR|IMG|stroked|appendChild|parentNode|fillcolor|type|tile|offsetParent|try|execCommand|BackgroundImageCache|catch'.split('|'),0,{}))
17
+
18
+ DD_belatedPNG.fix('ul.links li a,.wrapper');
skin/frontend/default/mc_exclusive/js/slider.js ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ var Slider = Class.create();
2
+ Slider.prototype = {
3
+ options: {
4
+ shift: 329
5
+ },
6
+
7
+ initialize: function(container, controlLeft, controlRight){
8
+ this.animating = false;
9
+ this.containerSize = {
10
+ width: $(container).offsetWidth,
11
+ height: $(container).offsetHeight
12
+ },
13
+ this.content = $(container).down();
14
+ this.controlLeft = $(controlLeft);
15
+ this.controlRight = $(controlRight);
16
+
17
+ this.initControls();
18
+ },
19
+
20
+ initControls: function(){
21
+ this.controlLeft.href = this.controlRight.href = 'javascript:void(0)';
22
+ Event.observe(this.controlLeft, 'click', this.shiftLeft.bind(this));
23
+ Event.observe(this.controlRight, 'click', this.shiftRight.bind(this));
24
+ this.updateControls(1, 0);
25
+ },
26
+
27
+ shiftRight: function(){
28
+ if (this.animating)
29
+ return;
30
+
31
+ var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
32
+
33
+ if ((left + this.options.shift) < 0) {
34
+ var shift = this.options.shift;
35
+ this.updateControls(1, 1);
36
+ } else {
37
+ var shift = Math.abs(left);
38
+ this.updateControls(1, 0);
39
+ }
40
+ this.moveTo(shift);
41
+ },
42
+
43
+ shiftLeft: function(){
44
+ if (this.animating)
45
+ return;
46
+
47
+ var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
48
+
49
+ var lastItemLeft = this.content.childElements().last().positionedOffset()[0];
50
+ var lastItemWidth = this.content.childElements().last().offsetWidth;
51
+ var contentWidth = lastItemLeft + lastItemWidth;
52
+
53
+ if ((contentWidth + left - this.options.shift) > this.containerSize.width) {
54
+ var shift = this.options.shift;
55
+ this.updateControls(1, 1);
56
+ } else {
57
+ var shift = contentWidth + left - this.containerSize.width;
58
+ this.updateControls(0, 1);
59
+ }
60
+ this.moveTo(-shift);
61
+ },
62
+
63
+ moveTo: function(shift){
64
+ var scope = this;
65
+
66
+ this.animating = true;
67
+
68
+ new Effect.Move(this.content, {
69
+ x: shift,
70
+ duration: 0.4,
71
+ delay: 0,
72
+ afterFinish: function(){
73
+ scope.animating = false;
74
+ }
75
+ });
76
+ },
77
+
78
+ updateControls: function(left, right){
79
+ if (!left)
80
+ this.controlLeft.addClassName('disabled');
81
+ else
82
+ this.controlLeft.removeClassName('disabled');
83
+
84
+ if (!right)
85
+ this.controlRight.addClassName('disabled');
86
+ else
87
+ this.controlRight.removeClassName('disabled');
88
+ }
89
+ }