-- phpMyAdmin SQL Dump
-- version 3.3.9.2
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: May 30, 2011 at 04:08 PM
-- Server version: 5.1.55
-- PHP Version: 5.2.6

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";

--
-- Database: `bwinans_stable`
--

-- --------------------------------------------------------

--
-- Table structure for table `tl_article`
--

CREATE TABLE IF NOT EXISTS `tl_article` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  `sorting` int(10) unsigned NOT NULL DEFAULT '0',
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `author` int(10) unsigned NOT NULL DEFAULT '0',
  `inColumn` varchar(32) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varbinary(128) NOT NULL DEFAULT '',
  `teaser` text,
  `showTeaser` char(1) NOT NULL DEFAULT '',
  `keywords` text,
  `space` varchar(64) NOT NULL DEFAULT '',
  `cssID` varchar(255) NOT NULL DEFAULT '',
  `printable` varchar(255) NOT NULL DEFAULT '',
  `published` char(1) NOT NULL DEFAULT '',
  `start` varchar(10) NOT NULL DEFAULT '',
  `stop` varchar(10) NOT NULL DEFAULT '',
  `teaserCssID` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `pid` (`pid`),
  KEY `alias` (`alias`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=462 ;

--
-- Dumping data for table `tl_article`
--

INSERT INTO `tl_article` (`id`, `pid`, `sorting`, `tstamp`, `author`, `inColumn`, `title`, `alias`, `teaser`, `showTeaser`, `keywords`, `space`, `cssID`, `printable`, `published`, `start`, `stop`, `teaserCssID`) VALUES
(371, 242, 128, 1263752679, 5, 'main', 'Home Page', 'index', NULL, '', NULL, '', '', '', '1', '', '', ''),
(404, 274, 128, 1274626023, 5, 'main', 'Mens', 'mens', NULL, '', NULL, '', '', '', '1', '', '', ''),
(403, 273, 128, 1274626023, 5, 'main', 'Womens', 'womens', NULL, '', NULL, '', '', '', '1', '', '', ''),
(395, 267, 128, 1263754909, 5, 'main', 'Search Results', 'search-results', NULL, '', NULL, '', '', '', '1', '', '', ''),
(396, 268, 128, 1263754923, 5, 'main', 'My Account', 'my-account', NULL, '', NULL, '', '', '', '1', '', '', ''),
(397, 269, 128, 1263754936, 5, 'main', 'My Cart', 'my-cart', NULL, '', NULL, '', '', '', '1', '', '', ''),
(398, 270, 128, 1263754944, 5, 'main', 'Checkout', 'checkout', NULL, '', NULL, '', '', '', '1', '', '', ''),
(399, 271, 128, 1263754964, 5, 'main', 'Order Summary', 'order-summary', NULL, '', NULL, '', '', '', '1', '', '', ''),
(459, 300, 128, 1272113502, 5, 'main', 'Order History', 'order-history', NULL, '', NULL, '', '', '', '1', '', '', ''),
(460, 301, 128, 1272113565, 5, 'main', 'Order Details', 'order-details', NULL, '', NULL, '', '', '', '1', '', '', ''),
(406, 276, 128, 1274626023, 5, 'main', 'Specials', 'specials', NULL, '', NULL, '', '', '', '1', '', '', ''),
(405, 275, 128, 1274626023, 5, 'main', 'Childrens', 'childrens', NULL, '', NULL, '', '', '', '1', '', '', ''),
(409, 242, 64, 1266700349, 5, 'left', 'Left Column', 'left-column-409', NULL, '', NULL, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{i:0;s:0:"";i:1;s:0:"";}', '', '1', '', '', 'a:2:{i:0;s:0:"";i:1;s:0:"";}'),
(408, 278, 128, 1266698409, 5, 'main', 'Product Details', 'details', NULL, '', NULL, '', '', '', '1', '', '', ''),
(407, 277, 128, 1274626023, 5, 'main', 'Sandals', 'sandals', NULL, '', NULL, '', '', '', '1', '', '', ''),
(416, 281, 128, 1268695039, 5, 'main', 'About Us', 'about-us', NULL, '', NULL, '', '', '', '1', '', '', ''),
(417, 282, 128, 1268695049, 5, 'main', 'Customer Service', 'customer-service', NULL, '', NULL, '', '', '', '1', '', '', ''),
(418, 283, 128, 1268695109, 5, 'main', 'Shipping & Policies', 'shipping-policies', NULL, '', NULL, '', '', '', '1', '', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `tl_calendar`
--

CREATE TABLE IF NOT EXISTS `tl_calendar` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `language` varchar(32) NOT NULL DEFAULT '',
  `jumpTo` int(10) unsigned NOT NULL DEFAULT '0',
  `protected` char(1) NOT NULL DEFAULT '',
  `groups` blob,
  `makeFeed` char(1) NOT NULL DEFAULT '',
  `alias` varbinary(128) NOT NULL DEFAULT '',
  `feedBase` varchar(255) NOT NULL DEFAULT '',
  `description` text,
  `format` varchar(32) NOT NULL DEFAULT '',
  `maxItems` smallint(5) unsigned NOT NULL DEFAULT '0',
  `source` varchar(32) NOT NULL DEFAULT '',
  `allowComments` char(1) NOT NULL DEFAULT '',
  `notify` varchar(32) NOT NULL DEFAULT '',
  `sortOrder` varchar(32) NOT NULL DEFAULT '',
  `perPage` smallint(5) unsigned NOT NULL DEFAULT '0',
  `moderate` char(1) NOT NULL DEFAULT '',
  `bbcode` char(1) NOT NULL DEFAULT '',
  `requireLogin` char(1) NOT NULL DEFAULT '',
  `disableCaptcha` char(1) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;

--
-- Dumping data for table `tl_calendar`
--


-- --------------------------------------------------------

--
-- Table structure for table `tl_calendar_events`
--

CREATE TABLE IF NOT EXISTS `tl_calendar_events` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varbinary(128) NOT NULL DEFAULT '',
  `startDate` int(10) unsigned DEFAULT NULL,
  `endDate` int(10) unsigned DEFAULT NULL,
  `addTime` char(1) NOT NULL DEFAULT '',
  `startTime` int(10) unsigned DEFAULT NULL,
  `endTime` int(10) unsigned DEFAULT NULL,
  `recurring` char(1) NOT NULL DEFAULT '',
  `repeatEach` varchar(64) NOT NULL DEFAULT '',
  `repeatEnd` int(10) unsigned NOT NULL DEFAULT '0',
  `recurrences` smallint(5) unsigned NOT NULL DEFAULT '0',
  `details` mediumtext,
  `published` char(1) NOT NULL DEFAULT '',
  `teaser` text,
  `addImage` char(1) NOT NULL DEFAULT '',
  `singleSRC` varchar(255) NOT NULL DEFAULT '',
  `size` varchar(64) NOT NULL DEFAULT '',
  `alt` varchar(255) NOT NULL DEFAULT '',
  `caption` varchar(255) NOT NULL DEFAULT '',
  `floating` varchar(32) NOT NULL DEFAULT '',
  `imagemargin` varchar(128) NOT NULL DEFAULT '',
  `fullsize` char(1) NOT NULL DEFAULT '',
  `addEnclosure` char(1) NOT NULL DEFAULT '',
  `enclosure` blob,
  `author` int(10) unsigned NOT NULL DEFAULT '0',
  `source` varchar(32) NOT NULL DEFAULT '',
  `jumpTo` int(10) unsigned NOT NULL DEFAULT '0',
  `url` varchar(255) NOT NULL DEFAULT '',
  `target` char(1) NOT NULL DEFAULT '',
  `start` varchar(10) NOT NULL DEFAULT '',
  `stop` varchar(10) NOT NULL DEFAULT '',
  `cssClass` varchar(255) NOT NULL DEFAULT '',
  `imageUrl` varchar(255) NOT NULL DEFAULT '',
  `noComments` char(1) NOT NULL DEFAULT '',
  `articleId` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `pid` (`pid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ;

--
-- Dumping data for table `tl_calendar_events`
--


-- --------------------------------------------------------

--
-- Table structure for table `tl_comments`
--

CREATE TABLE IF NOT EXISTS `tl_comments` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `parent` int(10) unsigned NOT NULL DEFAULT '0',
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `name` varchar(64) NOT NULL DEFAULT '',
  `email` varchar(128) NOT NULL DEFAULT '',
  `website` varchar(128) NOT NULL DEFAULT '',
  `comment` text,
  `ip` varchar(64) NOT NULL DEFAULT '',
  `date` int(10) unsigned NOT NULL DEFAULT '0',
  `published` char(1) NOT NULL DEFAULT '',
  `source` varchar(32) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `pid` (`parent`),
  KEY `source` (`source`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=14 ;

--
-- Dumping data for table `tl_comments`
--


-- --------------------------------------------------------

--
-- Table structure for table `tl_content`
--

CREATE TABLE IF NOT EXISTS `tl_content` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  `sorting` int(10) unsigned NOT NULL DEFAULT '0',
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `type` varchar(32) NOT NULL DEFAULT '',
  `invisible` char(1) NOT NULL DEFAULT '',
  `headline` varchar(255) NOT NULL DEFAULT '',
  `text` mediumtext,
  `html` mediumtext,
  `code` text,
  `highlight` varchar(32) NOT NULL DEFAULT '',
  `addImage` char(1) NOT NULL DEFAULT '',
  `useImage` char(1) NOT NULL DEFAULT '',
  `singleSRC` varchar(255) NOT NULL DEFAULT '',
  `multiSRC` blob,
  `useHomeDir` char(1) NOT NULL DEFAULT '',
  `sortBy` varchar(32) NOT NULL DEFAULT '',
  `size` varchar(64) NOT NULL DEFAULT '',
  `alt` varchar(255) NOT NULL DEFAULT '',
  `caption` varchar(255) NOT NULL DEFAULT '',
  `floating` varchar(32) NOT NULL DEFAULT '',
  `imagemargin` varchar(128) NOT NULL DEFAULT '',
  `fullsize` char(1) NOT NULL DEFAULT '',
  `perRow` smallint(5) unsigned NOT NULL DEFAULT '0',
  `listtype` varchar(32) NOT NULL DEFAULT '',
  `listitems` blob,
  `tableitems` mediumblob,
  `summary` varchar(255) NOT NULL DEFAULT '',
  `thead` char(1) NOT NULL DEFAULT '',
  `tfoot` char(1) NOT NULL DEFAULT '',
  `sortable` char(1) NOT NULL DEFAULT '',
  `sortIndex` smallint(5) unsigned NOT NULL DEFAULT '0',
  `sortOrder` varchar(32) NOT NULL DEFAULT '',
  `url` varchar(255) NOT NULL DEFAULT '',
  `imageUrl` varchar(255) NOT NULL DEFAULT '',
  `linkTitle` varchar(255) NOT NULL DEFAULT '',
  `embed` varchar(255) NOT NULL DEFAULT '',
  `target` char(1) NOT NULL DEFAULT '',
  `mooType` varchar(32) NOT NULL DEFAULT '',
  `mooHeadline` varchar(255) NOT NULL DEFAULT '',
  `mooStyle` varchar(255) NOT NULL DEFAULT '',
  `mooClasses` varchar(255) NOT NULL DEFAULT '',
  `perPage` smallint(5) unsigned NOT NULL DEFAULT '0',
  `cteAlias` int(10) unsigned NOT NULL DEFAULT '0',
  `article` int(10) unsigned NOT NULL DEFAULT '0',
  `form` int(10) unsigned NOT NULL DEFAULT '0',
  `module` int(10) unsigned NOT NULL DEFAULT '0',
  `protected` char(1) NOT NULL DEFAULT '',
  `guests` char(1) NOT NULL DEFAULT '',
  `groups` blob,
  `space` varchar(64) NOT NULL DEFAULT '',
  `cssID` varchar(255) NOT NULL DEFAULT '',
  `com_template` varchar(32) NOT NULL DEFAULT '',
  `com_perPage` smallint(5) unsigned NOT NULL DEFAULT '0',
  `com_order` varchar(32) NOT NULL DEFAULT '',
  `com_moderate` char(1) NOT NULL DEFAULT '',
  `com_bbcode` char(1) NOT NULL DEFAULT '',
  `com_disableCaptcha` char(1) NOT NULL DEFAULT '',
  `articleAlias` int(10) unsigned NOT NULL DEFAULT '0',
  `shClass` varchar(255) NOT NULL DEFAULT '',
  `rel` varchar(64) NOT NULL DEFAULT '',
  `galleryTpl` varchar(64) NOT NULL DEFAULT '',
  `com_requireLogin` char(1) NOT NULL DEFAULT '',
  `iso_attribute_set` int(10) unsigned NOT NULL DEFAULT '0',
  `iso_filters` varchar(255) NOT NULL DEFAULT '0',
  `iso_reader_jumpTo` int(10) unsigned NOT NULL DEFAULT '0',
  `iso_list_layout` varchar(64) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `pid` (`pid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=1166 ;

--
-- Dumping data for table `tl_content`
--

INSERT INTO `tl_content` (`id`, `pid`, `sorting`, `tstamp`, `type`, `invisible`, `headline`, `text`, `html`, `code`, `highlight`, `addImage`, `useImage`, `singleSRC`, `multiSRC`, `useHomeDir`, `sortBy`, `size`, `alt`, `caption`, `floating`, `imagemargin`, `fullsize`, `perRow`, `listtype`, `listitems`, `tableitems`, `summary`, `thead`, `tfoot`, `sortable`, `sortIndex`, `sortOrder`, `url`, `imageUrl`, `linkTitle`, `embed`, `target`, `mooType`, `mooHeadline`, `mooStyle`, `mooClasses`, `perPage`, `cteAlias`, `article`, `form`, `module`, `protected`, `guests`, `groups`, `space`, `cssID`, `com_template`, `com_perPage`, `com_order`, `com_moderate`, `com_bbcode`, `com_disableCaptcha`, `articleAlias`, `shClass`, `rel`, `galleryTpl`, `com_requireLogin`, `iso_attribute_set`, `iso_filters`, `iso_reader_jumpTo`, `iso_list_layout`) VALUES
(1152, 395, 128, 1272210643, 'module', '', '', NULL, NULL, NULL, '', '', '', '', NULL, '', '', '', '', '', '', '', '', 4, '', NULL, NULL, '', '', '', '', 0, 'ascending', '', '', '', '', '', 'start', '', '', '', 0, 0, 0, 0, 148, '', '', NULL, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'com_default', 0, 'ascending', '', '', '', 0, '', '', '', '', 0, '0', 0, ''),
(1153, 408, 256, 1272230590, 'module', '', '', NULL, NULL, NULL, '', '', '', '', NULL, '', '', '', '', '', '', '', '', 4, '', NULL, NULL, '', '', '', '', 0, 'ascending', '', '', '', '', '', 'start', '', '', '', 0, 0, 0, 0, 150, '', '', NULL, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{i:0;s:0:"";i:1;s:4:"grid";}', 'com_default', 0, 'ascending', '', '', '', 0, '', '', '', '', 0, '0', 0, ''),
(1036, 371, 128, 1266273329, 'module', '', '', NULL, NULL, NULL, '', '', '', '', NULL, '', '', '', '', '', '', '', '', 4, '', NULL, NULL, '', '', '', '', 0, 'ascending', '', '', '', '', '', 'start', '', '', '', 0, 0, 0, 0, 125, '', '', NULL, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{i:0;s:16:"featuredProducts";i:1;s:25:"grid mod_isoProductLister";}', 'com_default', 0, 'ascending', '', '', '', 0, '', '', '', '', 0, '0', 0, ''),
(1154, 371, 64, 1274622993, 'image', '', 'a:2:{s:4:"unit";s:2:"h1";s:5:"value";s:0:"";}', NULL, NULL, NULL, '', '', '', 'tl_files/2010_demo/layout/shoes30.png', NULL, '', '', 'a:3:{i:0;s:3:"700";i:1;s:3:"200";i:2;s:4:"crop";}', 'Isotope Shop System', '', '', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', 4, '', NULL, NULL, '', '', '', '', 0, 'ascending', '', '', '', '', '', 'start', '', '', '', 0, 0, 0, 0, 0, '', '', NULL, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'com_default', 0, 'ascending', '', '', '', 0, '', '', '', '', 0, '0', 0, ''),
(1046, 408, 128, 1274628583, 'module', '', '', NULL, NULL, NULL, '', '', '', '', NULL, '', '', '', '', '', '', '', '', 4, '', NULL, NULL, '', '', '', '', 0, 'ascending', '', '', '', '', '', 'start', '', '', '', 0, 0, 0, 0, 128, '', '', NULL, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'com_default', 0, 'ascending', '', '', '', 0, '', '', '', '', 0, '0', 0, ''),
(1146, 398, 128, 1271854650, 'module', '', '', NULL, NULL, NULL, '', '', '', '', NULL, '', '', '', '', '', '', '', '', 4, '', NULL, NULL, '', '', '', '', 0, 'ascending', '', '', '', '', '', 'start', '', '', '', 0, 0, 0, 0, 144, '', '', NULL, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'com_default', 0, 'ascending', '', '', '', 0, '', '', '', '', 0, '0', 0, ''),
(1147, 396, 128, 1272109306, 'module', '', '', NULL, NULL, NULL, '', '', '', '', NULL, '', '', '', '', '', '', '', '', 4, '', NULL, NULL, '', '', '', '', 0, 'ascending', '', '', '', '', '', 'start', '', '', '', 0, 0, 0, 0, 145, '', '', NULL, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'com_default', 0, 'ascending', '', '', '', 0, '', '', '', '', 0, '0', 0, ''),
(1148, 459, 128, 1272113687, 'module', '', '', NULL, NULL, NULL, '', '', '', '', NULL, '', '', '', '', '', '', '', '', 4, '', NULL, NULL, '', '', '', '', 0, 'ascending', '', '', '', '', '', 'start', '', '', '', 0, 0, 0, 0, 146, '', '', NULL, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'com_default', 0, 'ascending', '', '', '', 0, '', '', '', '', 0, '0', 0, ''),
(1149, 460, 128, 1272113707, 'module', '', '', NULL, NULL, NULL, '', '', '', '', NULL, '', '', '', '', '', '', '', '', 4, '', NULL, NULL, '', '', '', '', 0, 'ascending', '', '', '', '', '', 'start', '', '', '', 0, 0, 0, 0, 147, '', '', NULL, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'com_default', 0, 'ascending', '', '', '', 0, '', '', '', '', 0, '0', 0, ''),
(1151, 397, 128, 1272201141, 'module', '', '', NULL, NULL, NULL, '', '', '', '', NULL, '', '', '', '', '', '', '', '', 4, '', NULL, NULL, '', '', '', '', 0, 'ascending', '', '', '', '', '', 'start', '', '', '', 0, 0, 0, 0, 130, '', '', NULL, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'com_default', 0, 'ascending', '', '', '', 0, '', '', '', '', 0, '0', 0, ''),
(1155, 371, 96, 1274623010, 'headline', '', 'a:2:{s:4:"unit";s:2:"h1";s:5:"value";s:28:"cool shoes. get yours today.";}', NULL, NULL, NULL, '', '', '', '', NULL, '', '', '', '', '', '', '', '', 4, '', NULL, NULL, '', '', '', '', 0, 'ascending', '', '', '', '', '', 'start', '', '', '', 0, 0, 0, 0, 0, '', '', NULL, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'com_default', 0, 'ascending', '', '', '', 0, '', '', '', '', 0, '0', 0, ''),
(1156, 403, 128, 1274626052, 'headline', '', 'a:2:{s:4:"unit";s:2:"h1";s:5:"value";s:12:"Womens Shoes";}', NULL, NULL, NULL, '', '', '', '', NULL, '', '', '', '', '', '', '', '', 4, '', NULL, NULL, '', '', '', '', 0, 'ascending', '', '', '', '', '', 'start', '', '', '', 0, 0, 0, 0, 0, '', '', NULL, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'com_default', 0, 'ascending', '', '', '', 0, '', '', '', '', 0, '0', 0, ''),
(1157, 404, 128, 1274626064, 'headline', '', 'a:2:{s:4:"unit";s:2:"h1";s:5:"value";s:10:"Mens Shoes";}', NULL, NULL, NULL, '', '', '', '', NULL, '', '', '', '', '', '', '', '', 4, '', NULL, NULL, '', '', '', '', 0, 'ascending', '', '', '', '', '', 'start', '', '', '', 0, 0, 0, 0, 0, '', '', NULL, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'com_default', 0, 'ascending', '', '', '', 0, '', '', '', '', 0, '0', 0, ''),
(1158, 405, 128, 1274626082, 'headline', '', 'a:2:{s:4:"unit";s:2:"h1";s:5:"value";s:15:"Childrens Shoes";}', NULL, NULL, NULL, '', '', '', '', NULL, '', '', '', '', '', '', '', '', 4, '', NULL, NULL, '', '', '', '', 0, 'ascending', '', '', '', '', '', 'start', '', '', '', 0, 0, 0, 0, 0, '', '', NULL, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'com_default', 0, 'ascending', '', '', '', 0, '', '', '', '', 0, '0', 0, ''),
(1159, 407, 128, 1274626098, 'headline', '', 'a:2:{s:4:"unit";s:2:"h1";s:5:"value";s:7:"Sandals";}', NULL, NULL, NULL, '', '', '', '', NULL, '', '', '', '', '', '', '', '', 4, '', NULL, NULL, '', '', '', '', 0, 'ascending', '', '', '', '', '', 'start', '', '', '', 0, 0, 0, 0, 0, '', '', NULL, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'com_default', 0, 'ascending', '', '', '', 0, '', '', '', '', 0, '0', 0, ''),
(1160, 406, 128, 1274626112, 'headline', '', 'a:2:{s:4:"unit";s:2:"h1";s:5:"value";s:8:"Specials";}', NULL, NULL, NULL, '', '', '', '', NULL, '', '', '', '', '', '', '', '', 4, '', NULL, NULL, '', '', '', '', 0, 'ascending', '', '', '', '', '', 'start', '', '', '', 0, 0, 0, 0, 0, '', '', NULL, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'com_default', 0, 'ascending', '', '', '', 0, '', '', '', '', 0, '0', 0, ''),
(1161, 399, 128, 1274634763, 'module', '', '', NULL, NULL, NULL, '', '', '', '', NULL, '', '', '', '', '', '', '', '', 4, '', NULL, NULL, '', '', '', '', 0, 'ascending', '', '', '', '', '', 'start', '', '', '', 0, 0, 0, 0, 147, '', '', NULL, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'com_default', 0, 'ascending', '', '', '', 0, '', '', '', '', 0, '0', 0, ''),
(1162, 416, 128, 1274635941, 'text', '', 'a:2:{s:4:"unit";s:2:"h1";s:5:"value";s:8:"About Us";}', '<p>It''s the eye of the tiger, it''s the cream of the fight.[nbsp]Risin'' up to the challenge of our rival.[nbsp]And the last known survivor stalks his prey in the night.[nbsp]And he''s watchin'' us all in the eye of the tiger.[nbsp]The wolf is hungry.[nbsp]He runs to show.[nbsp]He''s licking his lips.[nbsp]He''s ready to win.[nbsp]On the hunt tonight for love at first sting.[nbsp]Here I am, rock you like a hurricane.</p>\n<h2>We are the best around. No one is ever gonna bring us down. Because we''re the best around.[nbsp]</h2>\n<p>It''s the eye of the tiger, it''s the cream of the fight.[nbsp]Risin'' up to the challenge of our rival.[nbsp]And the last known survivor stalks his prey in the night.[nbsp]And he''s watchin'' us all in the eye of the tiger.[nbsp]The wolf is hungry.[nbsp]He runs to show.[nbsp]He''s licking his lips.[nbsp]He''s ready to win.[nbsp]On the hunt tonight for love at first sting.[nbsp]Here I am, rock you like a hurricane.</p>\n<p>We''re the best around. No one is ever gonna bring us down. Because we''re the best around.[nbsp]</p>\n<p>It''s the eye of the tiger, it''s the cream of the fight.[nbsp]Risin'' up to the challenge of our rival.[nbsp]And the last known survivor stalks his prey in the night.[nbsp]And he''s watchin'' us all in the eye of the tiger.[nbsp]The wolf is hungry.[nbsp]He runs to show.[nbsp]He''s licking his lips.[nbsp]He''s ready to win.[nbsp]On the hunt tonight for love at first sting.[nbsp]Here I am, rock you like a hurricane.</p>\n<p><strong>We''re the best around. No one is ever gonna bring us down. Because we''re the best around.[nbsp]</strong></p>', NULL, NULL, '', '1', '', 'tl_files/2010_demo/layout/tiger.jpg', NULL, '', '', 'a:3:{i:0;s:3:"250";i:1;s:0:"";i:2;s:12:"proportional";}', 'Eye of the Tiger', '', 'right', 'a:5:{s:6:"bottom";s:2:"20";s:4:"left";s:2:"20";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:2:"px";}', '', 4, '', NULL, NULL, '', '', '', '', 0, 'ascending', '', '', '', '', '', 'start', '', '', '', 0, 0, 0, 0, 0, '', '', NULL, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'com_default', 0, 'ascending', '', '', '', 0, '', '', '', '', 0, '0', 0, ''),
(1163, 417, 128, 1274635973, 'text', '', 'a:2:{s:4:"unit";s:2:"h1";s:5:"value";s:16:"Customer Service";}', '<p>It''s the eye of the tiger, it''s the cream of the fight.[nbsp]Risin'' up to the challenge of our rival.[nbsp]And the last known survivor stalks his prey in the night.[nbsp]And he''s watchin'' us all in the eye of the tiger.[nbsp]The wolf is hungry.[nbsp]He runs to show.[nbsp]He''s licking his lips.[nbsp]He''s ready to win.[nbsp]On the hunt tonight for love at first sting.[nbsp]Here I am, rock you like a hurricane.</p>\n<h2>We are the best around. No one is ever gonna bring us down. Because we''re the best around.[nbsp]</h2>\n<p>It''s the eye of the tiger, it''s the cream of the fight.[nbsp]Risin'' up to the challenge of our rival.[nbsp]And the last known survivor stalks his prey in the night.[nbsp]And he''s watchin'' us all in the eye of the tiger.[nbsp]The wolf is hungry.[nbsp]He runs to show.[nbsp]He''s licking his lips.[nbsp]He''s ready to win.[nbsp]On the hunt tonight for love at first sting.[nbsp]Here I am, rock you like a hurricane.</p>\n<p>We''re the best around. No one is ever gonna bring us down. Because we''re the best around.[nbsp]</p>\n<p>It''s the eye of the tiger, it''s the cream of the fight.[nbsp]Risin'' up to the challenge of our rival.[nbsp]And the last known survivor stalks his prey in the night.[nbsp]And he''s watchin'' us all in the eye of the tiger.[nbsp]The wolf is hungry.[nbsp]He runs to show.[nbsp]He''s licking his lips.[nbsp]He''s ready to win.[nbsp]On the hunt tonight for love at first sting.[nbsp]Here I am, rock you like a hurricane.</p>\n<p><strong>We''re the best around. No one is ever gonna bring us down. Because we''re the best around.[nbsp]</strong></p>', NULL, NULL, '', '1', '', 'tl_files/2010_demo/layout/tiger.jpg', NULL, '', '', 'a:3:{i:0;s:3:"250";i:1;s:0:"";i:2;s:12:"proportional";}', 'Eye of the Tiger', '', 'right', 'a:5:{s:6:"bottom";s:2:"20";s:4:"left";s:2:"20";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:2:"px";}', '', 4, '', NULL, NULL, '', '', '', '', 0, 'ascending', '', '', '', '', '', 'start', '', '', '', 0, 0, 0, 0, 0, '', '', NULL, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'com_default', 0, 'ascending', '', '', '', 0, '', '', '', '', 0, '0', 0, ''),
(1164, 418, 128, 1274635995, 'text', '', 'a:2:{s:4:"unit";s:2:"h1";s:5:"value";s:21:"Shipping and Policies";}', '<p>It''s the eye of the tiger, it''s the cream of the fight.[nbsp]Risin'' up to the challenge of our rival.[nbsp]And the last known survivor stalks his prey in the night.[nbsp]And he''s watchin'' us all in the eye of the tiger.[nbsp]The wolf is hungry.[nbsp]He runs to show.[nbsp]He''s licking his lips.[nbsp]He''s ready to win.[nbsp]On the hunt tonight for love at first sting.[nbsp]Here I am, rock you like a hurricane.</p>\n<h2>We are the best around. No one is ever gonna bring us down. Because we''re the best around.[nbsp]</h2>\n<p>It''s the eye of the tiger, it''s the cream of the fight.[nbsp]Risin'' up to the challenge of our rival.[nbsp]And the last known survivor stalks his prey in the night.[nbsp]And he''s watchin'' us all in the eye of the tiger.[nbsp]The wolf is hungry.[nbsp]He runs to show.[nbsp]He''s licking his lips.[nbsp]He''s ready to win.[nbsp]On the hunt tonight for love at first sting.[nbsp]Here I am, rock you like a hurricane.</p>\n<p>We''re the best around. No one is ever gonna bring us down. Because we''re the best around.[nbsp]</p>\n<p>It''s the eye of the tiger, it''s the cream of the fight.[nbsp]Risin'' up to the challenge of our rival.[nbsp]And the last known survivor stalks his prey in the night.[nbsp]And he''s watchin'' us all in the eye of the tiger.[nbsp]The wolf is hungry.[nbsp]He runs to show.[nbsp]He''s licking his lips.[nbsp]He''s ready to win.[nbsp]On the hunt tonight for love at first sting.[nbsp]Here I am, rock you like a hurricane.</p>\n<p><strong>We''re the best around. No one is ever gonna bring us down. Because we''re the best around.[nbsp]</strong></p>', NULL, NULL, '', '1', '', 'tl_files/2010_demo/layout/tiger.jpg', NULL, '', '', 'a:3:{i:0;s:3:"250";i:1;s:0:"";i:2;s:12:"proportional";}', 'Eye of the Tiger', '', 'right', 'a:5:{s:6:"bottom";s:2:"20";s:4:"left";s:2:"20";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:2:"px";}', '', 4, '', NULL, NULL, '', '', '', '', 0, 'ascending', '', '', '', '', '', 'start', '', '', '', 0, 0, 0, 0, 0, '', '', NULL, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'com_default', 0, 'ascending', '', '', '', 0, '', '', '', '', 0, '0', 0, '');

-- --------------------------------------------------------

--
-- Table structure for table `tl_faq`
--

CREATE TABLE IF NOT EXISTS `tl_faq` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  `sorting` int(10) unsigned NOT NULL DEFAULT '0',
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `alias` varbinary(128) NOT NULL DEFAULT '',
  `question` varchar(255) NOT NULL DEFAULT '',
  `answer` text,
  `addImage` char(1) NOT NULL DEFAULT '',
  `singleSRC` varchar(255) NOT NULL DEFAULT '',
  `size` varchar(64) NOT NULL DEFAULT '',
  `alt` varchar(255) NOT NULL DEFAULT '',
  `caption` varchar(255) NOT NULL DEFAULT '',
  `floating` varchar(32) NOT NULL DEFAULT '',
  `imagemargin` varchar(128) NOT NULL DEFAULT '',
  `fullsize` char(1) NOT NULL DEFAULT '',
  `author` int(10) unsigned NOT NULL DEFAULT '0',
  `published` char(1) NOT NULL DEFAULT '',
  `addEnclosure` char(1) NOT NULL DEFAULT '',
  `enclosure` blob,
  `imageUrl` varchar(255) NOT NULL DEFAULT '',
  `noComments` char(1) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `pid` (`pid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `tl_faq`
--


-- --------------------------------------------------------

--
-- Table structure for table `tl_faq_category`
--

CREATE TABLE IF NOT EXISTS `tl_faq_category` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `jumpTo` int(10) unsigned NOT NULL DEFAULT '0',
  `allowComments` char(1) NOT NULL DEFAULT '',
  `notify` varchar(32) NOT NULL DEFAULT '',
  `sortOrder` varchar(32) NOT NULL DEFAULT '',
  `perPage` smallint(5) unsigned NOT NULL DEFAULT '0',
  `moderate` char(1) NOT NULL DEFAULT '',
  `bbcode` char(1) NOT NULL DEFAULT '',
  `requireLogin` char(1) NOT NULL DEFAULT '',
  `disableCaptcha` char(1) NOT NULL DEFAULT '',
  `headline` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `tl_faq_category`
--


-- --------------------------------------------------------

--
-- Table structure for table `tl_filter_values_to_categories`
--

CREATE TABLE IF NOT EXISTS `tl_filter_values_to_categories` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  `attribute_id` int(10) unsigned NOT NULL DEFAULT '0',
  `sorting` int(10) unsigned NOT NULL DEFAULT '0',
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `value_collection` text,
  PRIMARY KEY (`id`),
  KEY `pid` (`pid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;

--
-- Dumping data for table `tl_filter_values_to_categories`
--

INSERT INTO `tl_filter_values_to_categories` (`id`, `pid`, `attribute_id`, `sorting`, `tstamp`, `value_collection`) VALUES
(1, 242, 5, 0, 0, 'a:1:{i:0;s:172:"a:2:{s:8:"Paperman";a:3:{s:5:"price";s:0:"";s:7:"inherit";s:1:"1";s:5:"label";s:0:"";}s:11:"Super Paper";a:3:{s:5:"price";s:0:"";s:7:"inherit";s:1:"1";s:5:"label";s:0:"";}}";}'),
(2, 273, 5, 0, 0, 'a:1:{i:0;s:172:"a:2:{s:8:"Paperman";a:3:{s:5:"price";s:0:"";s:7:"inherit";s:1:"1";s:5:"label";s:0:"";}s:11:"Super Paper";a:3:{s:5:"price";s:0:"";s:7:"inherit";s:1:"1";s:5:"label";s:0:"";}}";}'),
(3, 0, 5, 0, 0, 'a:1:{i:0;s:172:"a:2:{s:8:"Paperman";a:3:{s:5:"price";s:0:"";s:7:"inherit";s:1:"1";s:5:"label";s:0:"";}s:11:"Super Paper";a:3:{s:5:"price";s:0:"";s:7:"inherit";s:1:"1";s:5:"label";s:0:"";}}";}');

-- --------------------------------------------------------

--
-- Table structure for table `tl_form`
--

CREATE TABLE IF NOT EXISTS `tl_form` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `formID` varchar(64) NOT NULL DEFAULT '',
  `method` varchar(12) NOT NULL DEFAULT '',
  `allowTags` char(1) NOT NULL DEFAULT '',
  `storeValues` char(1) NOT NULL DEFAULT '',
  `targetTable` varchar(64) NOT NULL DEFAULT '',
  `tableless` char(1) NOT NULL DEFAULT '',
  `sendViaEmail` char(1) NOT NULL DEFAULT '',
  `recipient` text,
  `subject` varchar(255) NOT NULL DEFAULT '',
  `format` varchar(32) NOT NULL DEFAULT '',
  `jumpTo` int(10) unsigned NOT NULL DEFAULT '0',
  `attributes` varchar(255) NOT NULL DEFAULT '',
  `skipEmpty` char(1) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=15 ;

--
-- Dumping data for table `tl_form`
--

INSERT INTO `tl_form` (`id`, `tstamp`, `title`, `formID`, `method`, `allowTags`, `storeValues`, `targetTable`, `tableless`, `sendViaEmail`, `recipient`, `subject`, `format`, `jumpTo`, `attributes`, `skipEmpty`) VALUES
(14, 1263756063, 'DEMO Search Form', 'tl_search', 'POST', '', '', '', '1', '', NULL, '', 'raw', 267, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', '');

-- --------------------------------------------------------

--
-- Table structure for table `tl_form_field`
--

CREATE TABLE IF NOT EXISTS `tl_form_field` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  `sorting` int(10) unsigned NOT NULL DEFAULT '0',
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `type` varchar(32) NOT NULL DEFAULT '',
  `name` varchar(64) NOT NULL DEFAULT '',
  `label` varchar(255) NOT NULL DEFAULT '',
  `value` varchar(255) NOT NULL DEFAULT '',
  `text` text,
  `html` text,
  `options` blob,
  `multiple` char(1) NOT NULL DEFAULT '',
  `mSize` smallint(5) unsigned NOT NULL DEFAULT '0',
  `mandatory` char(1) NOT NULL DEFAULT '',
  `rgxp` varchar(32) NOT NULL DEFAULT '',
  `maxlength` int(10) unsigned NOT NULL DEFAULT '0',
  `extensions` varchar(255) NOT NULL DEFAULT '',
  `size` varchar(255) NOT NULL DEFAULT '',
  `accesskey` char(1) NOT NULL DEFAULT '',
  `class` varchar(255) NOT NULL DEFAULT '',
  `storeFile` char(1) NOT NULL DEFAULT '',
  `uploadFolder` varchar(255) NOT NULL DEFAULT '',
  `useHomeDir` char(1) NOT NULL DEFAULT '',
  `doNotOverwrite` char(1) NOT NULL DEFAULT '',
  `addSubmit` char(1) NOT NULL DEFAULT '',
  `imageSubmit` char(1) NOT NULL DEFAULT '',
  `singleSRC` varchar(255) NOT NULL DEFAULT '',
  `slabel` varchar(255) NOT NULL DEFAULT '',
  `invisible` char(1) NOT NULL DEFAULT '',
  `fsType` varchar(32) NOT NULL DEFAULT '',
  `conditionField` int(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `pid` (`pid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=105 ;

--
-- Dumping data for table `tl_form_field`
--

INSERT INTO `tl_form_field` (`id`, `pid`, `sorting`, `tstamp`, `type`, `name`, `label`, `value`, `text`, `html`, `options`, `multiple`, `mSize`, `mandatory`, `rgxp`, `maxlength`, `extensions`, `size`, `accesskey`, `class`, `storeFile`, `uploadFolder`, `useHomeDir`, `doNotOverwrite`, `addSubmit`, `imageSubmit`, `singleSRC`, `slabel`, `invisible`, `fsType`, `conditionField`) VALUES
(102, 14, 256, 1274100046, 'submit', 'ssss', '', '', NULL, NULL, NULL, '', 0, '', '', 0, 'jpg,jpeg,gif,png,pdf,doc,xls,ppt', '', '', '', '', '', '', '', '', '1', 'tl_files/2010_demo/layout/searchButton.png', 'submit', '', '', 0),
(103, 14, 128, 1274620624, 'text', 'keywords', '', '', NULL, NULL, NULL, '', 0, '', '', 0, 'jpg,jpeg,gif,png,pdf,doc,xls,ppt', '', '', 'keywords', '', '', '', '', '', '', '', 'search', '', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `tl_iso_addresses`
--

CREATE TABLE IF NOT EXISTS `tl_iso_addresses` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `firstname` varchar(255) NOT NULL DEFAULT '',
  `lastname` varchar(255) NOT NULL DEFAULT '',
  `street_2` varchar(255) NOT NULL DEFAULT '',
  `street_3` varchar(255) NOT NULL DEFAULT '',
  `postal` varchar(32) NOT NULL DEFAULT '',
  `city` varchar(255) NOT NULL DEFAULT '',
  `company` varchar(255) NOT NULL DEFAULT '',
  `country` varchar(32) NOT NULL DEFAULT '',
  `phone` varchar(64) NOT NULL DEFAULT '',
  `email` varchar(255) NOT NULL DEFAULT '',
  `isDefaultShipping` char(1) NOT NULL DEFAULT '',
  `isDefaultBilling` char(1) NOT NULL DEFAULT '',
  `street_1` varchar(255) NOT NULL DEFAULT '',
  `subdivision` varchar(10) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `pid` (`pid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `tl_iso_addresses`
--


-- --------------------------------------------------------

--
-- Table structure for table `tl_iso_attributes`
--

CREATE TABLE IF NOT EXISTS `tl_iso_attributes` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` varchar(255) NOT NULL DEFAULT '',
  `type` varchar(64) NOT NULL DEFAULT '',
  `legend` varchar(255) NOT NULL DEFAULT '',
  `options` blob,
  `is_customer_defined` char(1) NOT NULL DEFAULT '',
  `mandatory` char(1) NOT NULL DEFAULT '',
  `is_filterable` char(1) NOT NULL DEFAULT '',
  `is_searchable` char(1) NOT NULL DEFAULT '',
  `is_order_by_enabled` char(1) NOT NULL DEFAULT '',
  `multiple` char(1) NOT NULL DEFAULT '',
  `variant_option` char(1) NOT NULL DEFAULT '',
  `invisible` char(1) NOT NULL DEFAULT '',
  `rte` varchar(255) NOT NULL DEFAULT '',
  `rgxp` varchar(255) NOT NULL DEFAULT '',
  `field_name` varchar(30) NOT NULL DEFAULT '',
  `multilingual` char(1) NOT NULL DEFAULT '',
  `conditionField` varchar(30) NOT NULL DEFAULT '',
  `size` smallint(5) unsigned NOT NULL DEFAULT '0',
  `extensions` varchar(255) NOT NULL DEFAULT '',
  `is_be_filterable` char(1) NOT NULL DEFAULT '',
  `is_be_searchable` char(1) NOT NULL DEFAULT '',
  `foreignKey` varchar(64) NOT NULL DEFAULT '',
  `maxlength` int(10) unsigned NOT NULL DEFAULT '0',
  `gallery` varchar(64) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=15 ;

--
-- Dumping data for table `tl_iso_attributes`
--

INSERT INTO `tl_iso_attributes` (`id`, `tstamp`, `name`, `description`, `type`, `legend`, `options`, `is_customer_defined`, `mandatory`, `is_filterable`, `is_searchable`, `is_order_by_enabled`, `multiple`, `variant_option`, `invisible`, `rte`, `rgxp`, `field_name`, `multilingual`, `conditionField`, `size`, `extensions`, `is_be_filterable`, `is_be_searchable`, `foreignKey`, `maxlength`, `gallery`) VALUES
(13, 1306677335, 'Size', 'Select the size for this product.', 'select', 'options_legend', 0x613a31353a7b693a303b613a323a7b733a353a2276616c7565223b733a313a2237223b733a353a226c6162656c223b733a313a2237223b7d693a313b613a323a7b733a353a2276616c7565223b733a333a22372e35223b733a353a226c6162656c223b733a333a22372e35223b7d693a323b613a323a7b733a353a2276616c7565223b733a313a2238223b733a353a226c6162656c223b733a313a2238223b7d693a333b613a323a7b733a353a2276616c7565223b733a333a22382e35223b733a353a226c6162656c223b733a333a22382e35223b7d693a343b613a323a7b733a353a2276616c7565223b733a313a2239223b733a353a226c6162656c223b733a313a2239223b7d693a353b613a323a7b733a353a2276616c7565223b733a333a22392e35223b733a353a226c6162656c223b733a333a22392e35223b7d693a363b613a323a7b733a353a2276616c7565223b733a323a223130223b733a353a226c6162656c223b733a323a223130223b7d693a373b613a323a7b733a353a2276616c7565223b733a343a2231302e35223b733a353a226c6162656c223b733a343a2231302e35223b7d693a383b613a323a7b733a353a2276616c7565223b733a323a223131223b733a353a226c6162656c223b733a323a223131223b7d693a393b613a323a7b733a353a2276616c7565223b733a343a2231312e35223b733a353a226c6162656c223b733a343a2231312e35223b7d693a31303b613a323a7b733a353a2276616c7565223b733a323a223132223b733a353a226c6162656c223b733a323a223132223b7d693a31313b613a323a7b733a353a2276616c7565223b733a343a2231322e35223b733a353a226c6162656c223b733a343a2231322e35223b7d693a31323b613a323a7b733a353a2276616c7565223b733a323a223133223b733a353a226c6162656c223b733a323a223133223b7d693a31333b613a323a7b733a353a2276616c7565223b733a323a223134223b733a353a226c6162656c223b733a323a223134223b7d693a31343b613a323a7b733a353a2276616c7565223b733a323a223135223b733a353a226c6162656c223b733a323a223135223b7d7d, '', '', '', '', '', '', '1', '', '', '', 'size', '', '', 0, '', '', '', '', 0, ''),
(11, 1306677312, 'Color', 'Select the color for this product.', 'select', 'options_legend', 0x613a353a7b693a303b613a323a7b733a353a2276616c7565223b733a333a22526564223b733a353a226c6162656c223b733a333a22526564223b7d693a313b613a323a7b733a353a2276616c7565223b733a343a22426c7565223b733a353a226c6162656c223b733a343a22426c7565223b7d693a323b613a323a7b733a353a2276616c7565223b733a353a22477265656e223b733a353a226c6162656c223b733a353a22477265656e223b7d693a333b613a323a7b733a353a2276616c7565223b733a353a22426c61636b223b733a353a226c6162656c223b733a353a22426c61636b223b7d693a343b613a323a7b733a353a2276616c7565223b733a353a2242726f776e223b733a353a226c6162656c223b733a353a2242726f776e223b7d7d, '', '', '', '', '', '', '1', '', '', '', 'color', '', '', 0, '', '', '', '', 0, '');

-- --------------------------------------------------------

--
-- Table structure for table `tl_iso_cart`
--

CREATE TABLE IF NOT EXISTS `tl_iso_cart` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `session` varchar(64) NOT NULL DEFAULT '',
  `store_id` int(2) unsigned NOT NULL DEFAULT '0',
  `coupons` blob,
  PRIMARY KEY (`id`),
  KEY `pid` (`pid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=7641 ;

--
-- Dumping data for table `tl_iso_cart`
--

-- --------------------------------------------------------

--
-- Table structure for table `tl_iso_cart_items`
--

CREATE TABLE IF NOT EXISTS `tl_iso_cart_items` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `product_id` int(10) unsigned NOT NULL DEFAULT '0',
  `price` decimal(12,2) NOT NULL DEFAULT '0.00',
  `href_reader` varchar(255) NOT NULL DEFAULT '',
  `product_sku` varchar(128) NOT NULL DEFAULT '',
  `product_name` varchar(255) NOT NULL DEFAULT '',
  `product_options` blob,
  `product_quantity` int(10) unsigned NOT NULL DEFAULT '0',
  `tax_id` varchar(32) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `pid` (`pid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=1895 ;

--
-- Dumping data for table `tl_iso_cart_items`
--

-- --------------------------------------------------------

--
-- Table structure for table `tl_iso_config`
--

CREATE TABLE IF NOT EXISTS `tl_iso_config` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `label` varchar(255) NOT NULL DEFAULT '',
  `missing_image_placeholder` varchar(255) NOT NULL DEFAULT '',
  `priceCalculateFactor` varchar(10) NOT NULL DEFAULT '',
  `priceCalculateMode` varchar(3) NOT NULL DEFAULT '',
  `priceRoundPrecision` int(1) unsigned NOT NULL DEFAULT '2',
  `priceRoundIncrement` varchar(4) NOT NULL DEFAULT '',
  `currency` varchar(3) NOT NULL DEFAULT '',
  `currencySymbol` char(1) NOT NULL DEFAULT '',
  `currencyPosition` varchar(5) NOT NULL DEFAULT '',
  `currencyFormat` varchar(20) NOT NULL DEFAULT '',
  `orderPrefix` varchar(4) NOT NULL DEFAULT '',
  `invoiceLogo` varchar(255) NOT NULL DEFAULT '',
  `fallback` char(1) NOT NULL DEFAULT '',
  `firstname` varchar(255) NOT NULL DEFAULT '',
  `lastname` varchar(255) NOT NULL DEFAULT '',
  `street_2` varchar(255) NOT NULL DEFAULT '',
  `street_3` varchar(255) NOT NULL DEFAULT '',
  `postal` varchar(32) NOT NULL DEFAULT '',
  `city` varchar(255) NOT NULL DEFAULT '',
  `company` varchar(255) NOT NULL DEFAULT '',
  `country` varchar(32) NOT NULL DEFAULT '',
  `shipping_countries` blob,
  `shipping_fields` blob,
  `billing_countries` blob,
  `billing_fields` blob,
  `phone` varchar(64) NOT NULL DEFAULT '',
  `emailShipping` varchar(255) NOT NULL DEFAULT '',
  `enableGoogleAnalytics` char(1) NOT NULL DEFAULT '',
  `street_1` varchar(255) NOT NULL DEFAULT '',
  `subdivision` varchar(10) NOT NULL DEFAULT '',
  `store_id` int(2) unsigned NOT NULL DEFAULT '0',
  `gallery` varchar(64) NOT NULL DEFAULT '',
  `imageSizes` blob,
  `archive` int(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `tl_iso_config`
--

INSERT INTO `tl_iso_config` (`id`, `tstamp`, `name`, `label`, `missing_image_placeholder`, `priceCalculateFactor`, `priceCalculateMode`, `priceRoundPrecision`, `priceRoundIncrement`, `currency`, `currencySymbol`, `currencyPosition`, `currencyFormat`, `orderPrefix`, `invoiceLogo`, `fallback`, `firstname`, `lastname`, `street_2`, `street_3`, `postal`, `city`, `company`, `country`, `shipping_countries`, `shipping_fields`, `billing_countries`, `billing_fields`, `phone`, `emailShipping`, `enableGoogleAnalytics`, `street_1`, `subdivision`, `store_id`, `gallery`, `imageSizes`, `archive`) VALUES
(1, 1291657980, 'Default', 'Default Store', '', '1', 'mul', 2, '0.01', 'USD', '1', 'left', '10,000.00', '', '', '1', 'Isotope', 'Demo', '', '', '01027', 'Easthampton', 'Isotope', 'us', 0x613a3234333a7b693a303b733a323a226166223b693a313b733a323a226178223b693a323b733a323a22616c223b693a333b733a323a22647a223b693a343b733a323a226173223b693a353b733a323a226164223b693a363b733a323a22616f223b693a373b733a323a226169223b693a383b733a323a226171223b693a393b733a323a226167223b693a31303b733a323a226172223b693a31313b733a323a22616d223b693a31323b733a323a226177223b693a31333b733a323a226175223b693a31343b733a323a226174223b693a31353b733a323a22617a223b693a31363b733a323a226273223b693a31373b733a323a226268223b693a31383b733a323a226264223b693a31393b733a323a226262223b693a32303b733a323a226279223b693a32313b733a323a226265223b693a32323b733a323a22627a223b693a32333b733a323a22626a223b693a32343b733a323a22626d223b693a32353b733a323a226274223b693a32363b733a323a22626f223b693a32373b733a323a226261223b693a32383b733a323a226277223b693a32393b733a323a226276223b693a33303b733a323a226272223b693a33313b733a323a22696f223b693a33323b733a323a22626e223b693a33333b733a323a226267223b693a33343b733a323a226266223b693a33353b733a323a226269223b693a33363b733a323a226b68223b693a33373b733a323a22636d223b693a33383b733a323a226361223b693a33393b733a323a226376223b693a34303b733a323a226b79223b693a34313b733a323a226366223b693a34323b733a323a227464223b693a34333b733a323a22636c223b693a34343b733a323a22636e223b693a34353b733a323a226378223b693a34363b733a323a226363223b693a34373b733a323a22636f223b693a34383b733a323a226b6d223b693a34393b733a323a226367223b693a35303b733a323a226364223b693a35313b733a323a22636b223b693a35323b733a323a226372223b693a35333b733a323a226369223b693a35343b733a323a226872223b693a35353b733a323a226375223b693a35363b733a323a226379223b693a35373b733a323a22637a223b693a35383b733a323a22646b223b693a35393b733a323a22646a223b693a36303b733a323a22646d223b693a36313b733a323a22646f223b693a36323b733a323a226563223b693a36333b733a323a226567223b693a36343b733a323a227376223b693a36353b733a323a226771223b693a36363b733a323a226572223b693a36373b733a323a226565223b693a36383b733a323a226574223b693a36393b733a323a22666b223b693a37303b733a323a22666f223b693a37313b733a323a22666a223b693a37323b733a323a226669223b693a37333b733a323a226672223b693a37343b733a323a226766223b693a37353b733a323a227066223b693a37363b733a323a227466223b693a37373b733a323a226761223b693a37383b733a323a22676d223b693a37393b733a323a226765223b693a38303b733a323a226465223b693a38313b733a323a226768223b693a38323b733a323a226769223b693a38333b733a323a226772223b693a38343b733a323a22676c223b693a38353b733a323a226764223b693a38363b733a323a226770223b693a38373b733a323a226775223b693a38383b733a323a226774223b693a38393b733a323a226767223b693a39303b733a323a22676e223b693a39313b733a323a226777223b693a39323b733a323a226779223b693a39333b733a323a226874223b693a39343b733a323a22686d223b693a39353b733a323a227661223b693a39363b733a323a22686e223b693a39373b733a323a22686b223b693a39383b733a323a226875223b693a39393b733a323a226973223b693a3130303b733a323a22696e223b693a3130313b733a323a226964223b693a3130323b733a323a226972223b693a3130333b733a323a226971223b693a3130343b733a323a226965223b693a3130353b733a323a22696d223b693a3130363b733a323a22696c223b693a3130373b733a323a226974223b693a3130383b733a323a226a6d223b693a3130393b733a323a226a70223b693a3131303b733a323a226a65223b693a3131313b733a323a226a6f223b693a3131323b733a323a226b7a223b693a3131333b733a323a226b65223b693a3131343b733a323a226b69223b693a3131353b733a323a226b77223b693a3131363b733a323a226b67223b693a3131373b733a323a226c61223b693a3131383b733a323a226c76223b693a3131393b733a323a226c62223b693a3132303b733a323a226c73223b693a3132313b733a323a226c72223b693a3132323b733a323a226c79223b693a3132333b733a323a226c69223b693a3132343b733a323a226c74223b693a3132353b733a323a226c75223b693a3132363b733a323a226d6f223b693a3132373b733a323a226d6b223b693a3132383b733a323a226d67223b693a3132393b733a323a226d77223b693a3133303b733a323a226d79223b693a3133313b733a323a226d76223b693a3133323b733a323a226d6c223b693a3133333b733a323a226d74223b693a3133343b733a323a226d68223b693a3133353b733a323a226d71223b693a3133363b733a323a226d72223b693a3133373b733a323a226d75223b693a3133383b733a323a227974223b693a3133393b733a323a226d78223b693a3134303b733a323a22666d223b693a3134313b733a323a226d64223b693a3134323b733a323a226d63223b693a3134333b733a323a226d6e223b693a3134343b733a323a226d65223b693a3134353b733a323a226d73223b693a3134363b733a323a226d61223b693a3134373b733a323a226d7a223b693a3134383b733a323a226d6d223b693a3134393b733a323a226e61223b693a3135303b733a323a226e72223b693a3135313b733a323a226e70223b693a3135323b733a323a226e6c223b693a3135333b733a323a22616e223b693a3135343b733a323a226e63223b693a3135353b733a323a226e7a223b693a3135363b733a323a226e69223b693a3135373b733a323a226e65223b693a3135383b733a323a226e67223b693a3135393b733a323a226e75223b693a3136303b733a323a226e66223b693a3136313b733a323a226b70223b693a3136323b733a323a226d70223b693a3136333b733a323a226e6f223b693a3136343b733a323a226f6d223b693a3136353b733a323a22706b223b693a3136363b733a323a227077223b693a3136373b733a323a227073223b693a3136383b733a323a227061223b693a3136393b733a323a227067223b693a3137303b733a323a227079223b693a3137313b733a323a227065223b693a3137323b733a323a227068223b693a3137333b733a323a22706e223b693a3137343b733a323a22706c223b693a3137353b733a323a227074223b693a3137363b733a323a227072223b693a3137373b733a323a227161223b693a3137383b733a323a227265223b693a3137393b733a323a22726f223b693a3138303b733a323a227275223b693a3138313b733a323a227277223b693a3138323b733a323a227368223b693a3138333b733a323a226b6e223b693a3138343b733a323a226c63223b693a3138353b733a323a22706d223b693a3138363b733a323a227663223b693a3138373b733a323a227773223b693a3138383b733a323a22736d223b693a3138393b733a323a227374223b693a3139303b733a323a227361223b693a3139313b733a323a22736e223b693a3139323b733a323a227273223b693a3139333b733a323a227363223b693a3139343b733a323a22736c223b693a3139353b733a323a227367223b693a3139363b733a323a22736b223b693a3139373b733a323a227369223b693a3139383b733a323a227362223b693a3139393b733a323a22736f223b693a3230303b733a323a227a61223b693a3230313b733a323a226773223b693a3230323b733a323a226b72223b693a3230333b733a323a226573223b693a3230343b733a323a226c6b223b693a3230353b733a323a227364223b693a3230363b733a323a227372223b693a3230373b733a323a22736a223b693a3230383b733a323a22737a223b693a3230393b733a323a227365223b693a3231303b733a323a226368223b693a3231313b733a323a227379223b693a3231323b733a323a227477223b693a3231333b733a323a22746a223b693a3231343b733a323a22747a223b693a3231353b733a323a227468223b693a3231363b733a323a22746c223b693a3231373b733a323a227467223b693a3231383b733a323a22746b223b693a3231393b733a323a22746f223b693a3232303b733a323a227474223b693a3232313b733a323a22746e223b693a3232323b733a323a227472223b693a3232333b733a323a22746d223b693a3232343b733a323a227463223b693a3232353b733a323a227476223b693a3232363b733a323a227567223b693a3232373b733a323a227561223b693a3232383b733a323a226165223b693a3232393b733a323a227573223b693a3233303b733a323a22756d223b693a3233313b733a323a227579223b693a3233323b733a323a22757a223b693a3233333b733a323a227675223b693a3233343b733a323a227665223b693a3233353b733a323a22766e223b693a3233363b733a323a227667223b693a3233373b733a323a227669223b693a3233383b733a323a227766223b693a3233393b733a323a226568223b693a3234303b733a323a227965223b693a3234313b733a323a227a6d223b693a3234323b733a323a227a77223b7d, 0x613a31313a7b693a303b733a393a2266697273746e616d65223b693a313b733a383a226c6173746e616d65223b693a323b733a373a22636f6d70616e79223b693a333b733a383a227374726565745f31223b693a343b733a343a2263697479223b693a353b733a31313a227375626469766973696f6e223b693a363b733a363a22706f7374616c223b693a373b733a373a22636f756e747279223b693a383b733a353a2270686f6e65223b693a393b733a353a22656d61696c223b693a31303b733a31373a22697344656661756c745368697070696e67223b7d, 0x613a313a7b693a303b733a323a227573223b7d, 0x613a31313a7b693a303b733a393a2266697273746e616d65223b693a313b733a383a226c6173746e616d65223b693a323b733a373a22636f6d70616e79223b693a333b733a383a227374726565745f31223b693a343b733a343a2263697479223b693a353b733a31313a227375626469766973696f6e223b693a363b733a363a22706f7374616c223b693a373b733a373a22636f756e747279223b693a383b733a353a2270686f6e65223b693a393b733a353a22656d61696c223b693a31303b733a31363a22697344656661756c7442696c6c696e67223b7d, '123-456-7890', 'demo@isotopeecommerce.com', '', '1 Isotope Lane', 'US-MA', 0, 'default', 0x613a343a7b693a303b613a363a7b733a343a226e616d65223b733a373a2267616c6c657279223b733a353a227769647468223b733a323a223530223b733a363a22686569676874223b733a323a223530223b733a343a226d6f6465223b733a343a2263726f70223b733a393a2277617465726d61726b223b733a303a22223b733a383a22706f736974696f6e223b733a323a22746c223b7d693a313b613a363a7b733a343a226e616d65223b733a393a227468756d626e61696c223b733a353a227769647468223b733a333a22313030223b733a363a22686569676874223b733a333a22313030223b733a343a226d6f6465223b733a333a22626f78223b733a393a2277617465726d61726b223b733a303a22223b733a383a22706f736974696f6e223b733a323a22746c223b7d693a323b613a363a7b733a343a226e616d65223b733a363a226d656469756d223b733a353a227769647468223b733a333a22323030223b733a363a22686569676874223b733a333a22323030223b733a343a226d6f6465223b733a333a22626f78223b733a393a2277617465726d61726b223b733a303a22223b733a383a22706f736974696f6e223b733a323a22746c223b7d693a333b613a363a7b733a343a226e616d65223b733a353a226c61726765223b733a353a227769647468223b733a333a22383030223b733a363a22686569676874223b733a333a22383030223b733a343a226d6f6465223b733a333a22626f78223b733a393a2277617465726d61726b223b733a303a22223b733a383a22706f736974696f6e223b733a323a22746c223b7d7d, 0);

-- --------------------------------------------------------

--
-- Table structure for table `tl_iso_downloads`
--

CREATE TABLE IF NOT EXISTS `tl_iso_downloads` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `singleSRC` varchar(255) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `description` text,
  `downloads_allowed` int(5) unsigned NOT NULL DEFAULT '0',
  `archive` int(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `pid` (`pid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `tl_iso_downloads`
--

INSERT INTO `tl_iso_downloads` (`id`, `pid`, `tstamp`, `singleSRC`, `title`, `description`, `downloads_allowed`, `archive`) VALUES
(1, 156, 1295104444, 'tl_files/2010_demo/downloads/shoes10-cfaeb9ae-0a8d7f89.png', 'My Sandals', '<p>A special picture of sandals.</p>', 100, 0);

-- --------------------------------------------------------

--
-- Table structure for table `tl_iso_mail`
--

CREATE TABLE IF NOT EXISTS `tl_iso_mail` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `senderName` varchar(255) NOT NULL DEFAULT '',
  `sender` varchar(255) NOT NULL DEFAULT '',
  `cc` varchar(255) NOT NULL DEFAULT '',
  `bcc` varchar(255) NOT NULL DEFAULT '',
  `template` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `tl_iso_mail`
--

INSERT INTO `tl_iso_mail` (`id`, `tstamp`, `name`, `senderName`, `sender`, `cc`, `bcc`, `template`) VALUES
(1, 1274655170, 'Admin Email', 'Isotope Demo Store', 'info@isotopeecommerce.com', '', '', 'mail_default'),
(2, 1274655188, 'Customer EMail', 'Isotope Demo Store', 'info@isotopeecommerce.com', '', '', 'mail_default');

-- --------------------------------------------------------

--
-- Table structure for table `tl_iso_mail_content`
--

CREATE TABLE IF NOT EXISTS `tl_iso_mail_content` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `language` varchar(255) NOT NULL DEFAULT '',
  `fallback` char(1) NOT NULL DEFAULT '',
  `subject` varchar(255) NOT NULL DEFAULT '',
  `text` text,
  `textOnly` char(1) NOT NULL DEFAULT '',
  `html` text,
  `attachments` blob,
  PRIMARY KEY (`id`),
  KEY `pid` (`pid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `tl_iso_mail_content`
--

INSERT INTO `tl_iso_mail_content` (`id`, `pid`, `tstamp`, `language`, `fallback`, `subject`, `text`, `textOnly`, `html`, `attachments`) VALUES
(1, 1, 1275403227, 'en', '1', 'A New Order Has Been Placed', '{{date::m/d/Y}}\n\nA New Order Has Been Placed on Isotope Demo Store\n\nOrder ID: ##order_id##\n\nBilling Information:\n##billing_address_text##\nPayment Method: ##payment_method##\n\nShipping Information:\n##shipping_address_text##\nShipping Method: ##shipping_method##\n\nProducts:\n##cart_text##\n\nOrder Subtotal:	##subTotal##\nTotal Tax:	        ##taxTotal##\nTotal Shipping:	##shippingPrice##\nGrand Total:	##grandTotal##', '', '<p>A new order has been placed on Isotope Demo Store</p>\n<table style="width: 100%;" border="0" cellspacing="0" cellpadding="10">\n<tbody>\n<tr>\n<td><strong>Order ID:</strong>[nbsp]##order_id##</td>\n<td>{{date::m/d/Y}}</td>\n</tr>\n</tbody>\n</table>\n<table style="width: 100%;" border="0" cellspacing="0" cellpadding="10">\n<tbody>\n<tr>\n<td valign="top">\n<p><strong>Billing Information:</strong></p>\n<p>##billing_address##</p>\n<p><strong>Payment Method</strong>:[nbsp]##payment_method##</p>\n</td>\n<td valign="top">\n<p><strong>Shipping Information:</strong></p>\n<p>##shipping_address##</p>\n<p><strong>Shipping Method:</strong> [nbsp]##shipping_method##[nbsp]</p>\n</td>\n</tr>\n</tbody>\n</table>\n<p class="products">##cart_html##</p>\n<table class="summary" border="0" cellspacing="0" cellpadding="5">\n<tbody>\n<tr>\n<td valign="top">Order Subtotal:</td>\n<td valign="top">##subTotal##</td>\n</tr>\n<tr>\n<td valign="top">Total Tax:</td>\n<td valign="top">##taxTotal##</td>\n</tr>\n<tr>\n<td valign="top">Total Shipping:</td>\n<td valign="top">##shippingPrice##</td>\n</tr>\n<tr>\n<td valign="top"><strong>Grand Total:</strong></td>\n<td valign="top"><strong>##grandTotal##</strong></td>\n</tr>\n</tbody>\n</table>', NULL),
(2, 2, 1263755574, 'en', '1', 'Thank You For Your Order!', 'Thank you for your order from the Isotope Demo Store!\n\n{{date::m/d/Y}}\n\nOrder ID: ##order_id##\n\nBilling Information:\n##billing_address_text##\nPayment Method: ##payment_method##\n\nShipping Information:\n##shipping_address_text##\nShipping Method: ##shipping_method##\n\nProducts:\n##cart_text##\n\nOrder Subtotal:	##subTotal##\nTotal Tax:	        ##taxTotal##\nTotal Shipping:	##shippingPrice##\nGrand Total:	##grandTotal##', '', '<p>Thank you for your order from the Isotope Demo Store!</p>\n<table style="width: 100%;" border="0" cellspacing="0" cellpadding="10">\n<tbody>\n<tr>\n<td><strong>Order ID:</strong>[nbsp]##order_id##</td>\n<td>{{date::m/d/Y}}</td>\n</tr>\n</tbody>\n</table>\n<table style="width: 100%;" border="0" cellspacing="0" cellpadding="10">\n<tbody>\n<tr>\n<td valign="top">\n<p><strong>Billing Information:</strong></p>\n<p>##billing_address##</p>\n<p><strong>Payment Method</strong>:[nbsp]##payment_method##</p>\n</td>\n<td valign="top">\n<p><strong>Shipping Information:</strong></p>\n<p>##shipping_address##</p>\n<p><strong>Shipping Method:</strong> [nbsp]##shipping_method##[nbsp]</p>\n</td>\n</tr>\n</tbody>\n</table>\n<p class="products">##cart_html##</p>\n<table class="summary" border="0" cellspacing="0" cellpadding="5">\n<tbody>\n<tr>\n<td valign="top">Order Subtotal:</td>\n<td valign="top">##subTotal##</td>\n</tr>\n<tr>\n<td valign="top">Total Tax:</td>\n<td valign="top">##taxTotal##</td>\n</tr>\n<tr>\n<td valign="top">Total Shipping:</td>\n<td valign="top">##shippingPrice##</td>\n</tr>\n<tr>\n<td valign="top"><strong>Grand Total:</strong></td>\n<td valign="top"><strong>##grandTotal##</strong></td>\n</tr>\n</tbody>\n</table>', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `tl_iso_orders`
--

CREATE TABLE IF NOT EXISTS `tl_iso_orders` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `date` int(10) unsigned NOT NULL DEFAULT '0',
  `order_id` varchar(14) NOT NULL DEFAULT '',
  `uniqid` varchar(27) NOT NULL DEFAULT '',
  `config_id` int(10) unsigned NOT NULL DEFAULT '0',
  `cart_id` int(10) unsigned NOT NULL DEFAULT '0',
  `language` varchar(2) NOT NULL DEFAULT '',
  `status` varchar(32) NOT NULL DEFAULT '',
  `shipping_address` blob,
  `billing_address` blob,
  `checkout_info` blob,
  `surcharges` blob,
  `payment_data` blob,
  `shipping_data` blob,
  `subTotal` decimal(12,2) NOT NULL DEFAULT '0.00',
  `taxTotal` decimal(12,2) NOT NULL DEFAULT '0.00',
  `shippingTotal` decimal(12,2) NOT NULL DEFAULT '0.00',
  `grandTotal` decimal(12,2) NOT NULL DEFAULT '0.00',
  `cc_num` varchar(64) NOT NULL DEFAULT '',
  `cc_type` varchar(32) NOT NULL DEFAULT '',
  `cc_exp` varchar(16) NOT NULL DEFAULT '',
  `cc_cvv` varchar(8) NOT NULL DEFAULT '',
  `order_comments` text,
  `gift_message` text,
  `gift_wrap` char(1) NOT NULL DEFAULT '',
  `currency` varchar(4) NOT NULL DEFAULT '',
  `date_payed` varchar(10) NOT NULL DEFAULT '',
  `date_shipped` varchar(10) NOT NULL DEFAULT '',
  `payment_id` int(10) unsigned NOT NULL DEFAULT '0',
  `shipping_id` int(10) unsigned NOT NULL DEFAULT '0',
  `coupons` blob,
  `transaction_response` varchar(255) NOT NULL DEFAULT '',
  `transaction_response_code` varchar(255) NOT NULL DEFAULT '',
  `notes` text,
  PRIMARY KEY (`id`),
  KEY `pid` (`pid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `tl_iso_orders`
--

INSERT INTO `tl_iso_orders` (`id`, `pid`, `tstamp`, `date`, `order_id`, `uniqid`, `config_id`, `cart_id`, `language`, `status`, `shipping_address`, `billing_address`, `checkout_info`, `surcharges`, `payment_data`, `shipping_data`, `subTotal`, `taxTotal`, `shippingTotal`, `grandTotal`, `cc_num`, `cc_type`, `cc_exp`, `cc_cvv`, `order_comments`, `gift_message`, `gift_wrap`, `currency`, `date_payed`, `date_shipped`, `payment_id`, `shipping_id`, `coupons`, `transaction_response`, `transaction_response_code`, `notes`) VALUES
(1, 0, 1306682546, 1306682546, '1', '4de264b2839977.02023007', 1, 7596, 'en', 'pending', 0x613a31313a7b733a393a2266697273746e616d65223b733a353a22426c616972223b733a383a226c6173746e616d65223b733a363a2257696e616e73223b733a373a22636f6d70616e79223b733a303a22223b733a383a227374726565745f31223b733a31353a223132332046616b6520537472656574223b733a343a2263697479223b733a383a2246616b65746f776e223b733a31313a227375626469766973696f6e223b733a353a2255532d4d41223b733a363a22706f7374616c223b733a353a223031303237223b733a373a22636f756e747279223b733a323a227573223b733a353a2270686f6e65223b733a31323a223132332d3435362d37383930223b733a353a22656d61696c223b733a32333a22696e666f4077696e616e7363726561746976652e636f6d223b733a323a226964223b693a2d313b7d, 0x613a31313a7b733a393a2266697273746e616d65223b733a353a22426c616972223b733a383a226c6173746e616d65223b733a363a2257696e616e73223b733a373a22636f6d70616e79223b733a303a22223b733a383a227374726565745f31223b733a31353a223132332046616b6520537472656574223b733a343a2263697479223b733a383a2246616b65746f776e223b733a31313a227375626469766973696f6e223b733a353a2255532d4d41223b733a363a22706f7374616c223b733a353a223031303237223b733a373a22636f756e747279223b733a323a227573223b733a353a2270686f6e65223b733a31323a223132332d3435362d37383930223b733a353a22656d61696c223b733a32333a22696e666f4077696e616e7363726561746976652e636f6d223b733a323a226964223b693a303b7d, 0x613a333a7b733a31353a2262696c6c696e675f61646472657373223b613a343a7b733a383a22686561646c696e65223b733a32363a2242696c6c696e672026205368697070696e672041646472657373223b733a343a22696e666f223b733a3133303a22426c6169722057696e616e733c6272202f3e3132332046616b65205374726565743c6272202f3e46616b65746f776e2c204d412030313032373c6272202f3e556e69746564205374617465733c6272202f3e203c6272202f3e3132332d3435362d373839303c6272202f3e696e666f4077696e616e7363726561746976652e636f6d223b733a343a2265646974223b733a32363a22636865636b6f75742f737465702f616464726573732e68746d6c223b733a353a22636c617373223b733a363a22206669727374223b7d733a31353a227368697070696e675f6d6574686f64223b613a343a7b733a383a22686561646c696e65223b733a31353a225368697070696e67204d6574686f64223b733a343a22696e666f223b733a31343a224261736963205368697070696e67223b733a343a226e6f7465223b4e3b733a343a2265646974223b733a32373a22636865636b6f75742f737465702f7368697070696e672e68746d6c223b7d733a31343a227061796d656e745f6d6574686f64223b613a353a7b733a383a22686561646c696e65223b733a31343a225061796d656e74204d6574686f64223b733a343a22696e666f223b733a343a2243617368223b733a343a226e6f7465223b4e3b733a343a2265646974223b733a32363a22636865636b6f75742f737465702f7061796d656e742e68746d6c223b733a353a22636c617373223b733a353a22206c617374223b7d7d, 0x613a323a7b693a303b613a353a7b733a353a226c6162656c223b733a31383a224d412053746174652053616c657320546178223b733a353a227072696365223b733a353a22362e323525223b733a31313a22746f74616c5f7072696365223b643a312e353b733a333a22616464223b623a313b733a363a227461785f6964223b693a313b7d693a313b613a353a7b733a353a226c6162656c223b733a32353a225368697070696e6720284261736963205368697070696e6729223b733a353a227072696365223b733a363a22266e6273703b223b733a31313a22746f74616c5f7072696365223b643a31303b733a393a227461785f636c617373223b733a313a2230223b733a31303a226265666f72655f746178223b623a303b7d7d, NULL, NULL, '23.99', '1.50', '10.00', '35.49', '', '', '', '', NULL, NULL, '', 'USD', '', '', 1, 1, NULL, '', '', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `tl_iso_order_downloads`
--

CREATE TABLE IF NOT EXISTS `tl_iso_order_downloads` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `download_id` int(10) unsigned NOT NULL DEFAULT '0',
  `downloads_remaining` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `pid` (`pid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `tl_iso_order_downloads`
--


-- --------------------------------------------------------

--
-- Table structure for table `tl_iso_order_items`
--

CREATE TABLE IF NOT EXISTS `tl_iso_order_items` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `product_id` int(10) unsigned NOT NULL DEFAULT '0',
  `price` decimal(12,2) NOT NULL DEFAULT '0.00',
  `product_sku` varchar(128) NOT NULL DEFAULT '',
  `product_name` varchar(255) NOT NULL DEFAULT '',
  `product_options` blob,
  `product_quantity` int(10) unsigned NOT NULL DEFAULT '0',
  `tax_id` varchar(32) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `pid` (`pid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `tl_iso_order_items`
--

-- --------------------------------------------------------

--
-- Table structure for table `tl_iso_payment_modules`
--

CREATE TABLE IF NOT EXISTS `tl_iso_payment_modules` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `type` varchar(64) NOT NULL DEFAULT '',
  `label` varchar(255) NOT NULL DEFAULT '',
  `note` text,
  `countries` blob,
  `shipping_modules` blob,
  `product_types` blob,
  `allowed_cc_types` text,
  `minimum_total` decimal(12,2) NOT NULL DEFAULT '0.00',
  `maximum_total` decimal(12,2) NOT NULL DEFAULT '0.00',
  `new_order_status` varchar(255) NOT NULL DEFAULT '',
  `postsale_mail` int(10) unsigned NOT NULL DEFAULT '0',
  `paypal_account` varchar(255) NOT NULL DEFAULT '',
  `postfinance_pspid` varchar(255) NOT NULL DEFAULT '',
  `postfinance_secret` varchar(255) NOT NULL DEFAULT '',
  `postfinance_method` varchar(4) NOT NULL DEFAULT '',
  `authorize_login` varchar(255) NOT NULL DEFAULT '',
  `authorize_trans_key` varchar(255) NOT NULL DEFAULT '',
  `authorize_delimiter` varchar(4) NOT NULL DEFAULT '',
  `authorize_trans_type` varchar(32) NOT NULL DEFAULT '',
  `authorize_relay_response` char(1) NOT NULL DEFAULT '',
  `authorize_email_customer` char(1) NOT NULL DEFAULT '',
  `groups` blob,
  `button` varchar(255) NOT NULL DEFAULT '',
  `debug` char(1) NOT NULL DEFAULT '',
  `enabled` char(1) NOT NULL DEFAULT '',
  `payflowpro_user` varchar(255) NOT NULL DEFAULT '',
  `payflowpro_vendor` varchar(255) NOT NULL DEFAULT '',
  `payflowpro_password` varchar(255) NOT NULL DEFAULT '',
  `payflowpro_transType` varchar(255) NOT NULL DEFAULT '',
  `requireCCV` char(1) NOT NULL DEFAULT '',
  `price` varchar(16) NOT NULL DEFAULT '',
  `tax_class` int(10) unsigned NOT NULL DEFAULT '0',
  `payflowpro_partner` varchar(255) NOT NULL DEFAULT '',
  `trans_type` varchar(8) NOT NULL DEFAULT '',
  `cybersource_merchant_id` varchar(255) NOT NULL DEFAULT '',
  `cybersource_trans_key` text,
  `cybersource_trans_type` varchar(32) NOT NULL DEFAULT '',
  `epay_merchantnumber` varchar(7) NOT NULL DEFAULT '',
  `epay_secretkey` varchar(255) NOT NULL DEFAULT '',
  `archive` int(1) unsigned NOT NULL DEFAULT '0',
  `guests` char(1) NOT NULL DEFAULT '',
  `protected` char(1) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;

--
-- Dumping data for table `tl_iso_payment_modules`
--

INSERT INTO `tl_iso_payment_modules` (`id`, `tstamp`, `name`, `type`, `label`, `note`, `countries`, `shipping_modules`, `product_types`, `allowed_cc_types`, `minimum_total`, `maximum_total`, `new_order_status`, `postsale_mail`, `paypal_account`, `postfinance_pspid`, `postfinance_secret`, `postfinance_method`, `authorize_login`, `authorize_trans_key`, `authorize_delimiter`, `authorize_trans_type`, `authorize_relay_response`, `authorize_email_customer`, `groups`, `button`, `debug`, `enabled`, `payflowpro_user`, `payflowpro_vendor`, `payflowpro_password`, `payflowpro_transType`, `requireCCV`, `price`, `tax_class`, `payflowpro_partner`, `trans_type`, `cybersource_merchant_id`, `cybersource_trans_key`, `cybersource_trans_type`, `epay_merchantnumber`, `epay_secretkey`, `archive`, `guests`, `protected`) VALUES
(1, 1274642121, 'Cash', 'cash', 'Cash', NULL, 0x613a3234373a7b693a303b733a323a226166223b693a313b733a323a226178223b693a323b733a323a22616c223b693a333b733a323a22647a223b693a343b733a323a226173223b693a353b733a323a226164223b693a363b733a323a22616f223b693a373b733a323a226169223b693a383b733a323a226171223b693a393b733a323a226167223b693a31303b733a323a226172223b693a31313b733a323a22616d223b693a31323b733a323a226177223b693a31333b733a323a226163223b693a31343b733a323a226175223b693a31353b733a323a226174223b693a31363b733a323a22617a223b693a31373b733a323a226273223b693a31383b733a323a226268223b693a31393b733a323a226264223b693a32303b733a323a226262223b693a32313b733a323a226279223b693a32323b733a323a226265223b693a32333b733a323a22627a223b693a32343b733a323a22626a223b693a32353b733a323a22626d223b693a32363b733a323a226274223b693a32373b733a323a22626f223b693a32383b733a323a226261223b693a32393b733a323a226277223b693a33303b733a323a226276223b693a33313b733a323a226272223b693a33323b733a323a22696f223b693a33333b733a323a22626e223b693a33343b733a323a226267223b693a33353b733a323a226266223b693a33363b733a323a226269223b693a33373b733a323a226b68223b693a33383b733a323a22636d223b693a33393b733a323a226361223b693a34303b733a323a226376223b693a34313b733a323a226b79223b693a34323b733a323a226366223b693a34333b733a323a227464223b693a34343b733a323a22636c223b693a34353b733a323a22636e223b693a34363b733a323a226378223b693a34373b733a323a226363223b693a34383b733a323a22636f223b693a34393b733a323a226b6d223b693a35303b733a323a226367223b693a35313b733a323a226364223b693a35323b733a323a22636b223b693a35333b733a323a226372223b693a35343b733a323a226369223b693a35353b733a323a226872223b693a35363b733a323a226375223b693a35373b733a323a226379223b693a35383b733a323a22637a223b693a35393b733a323a22646b223b693a36303b733a323a22646a223b693a36313b733a323a22646d223b693a36323b733a323a22646f223b693a36333b733a323a227470223b693a36343b733a323a226563223b693a36353b733a323a226567223b693a36363b733a323a227376223b693a36373b733a323a226771223b693a36383b733a323a226572223b693a36393b733a323a226565223b693a37303b733a323a226574223b693a37313b733a323a22666b223b693a37323b733a323a22666f223b693a37333b733a323a22666a223b693a37343b733a323a226669223b693a37353b733a323a226672223b693a37363b733a323a226766223b693a37373b733a323a227066223b693a37383b733a323a227466223b693a37393b733a323a226761223b693a38303b733a323a22676d223b693a38313b733a323a226765223b693a38323b733a323a226465223b693a38333b733a323a226768223b693a38343b733a323a226769223b693a38353b733a323a226772223b693a38363b733a323a22676c223b693a38373b733a323a226764223b693a38383b733a323a226770223b693a38393b733a323a226775223b693a39303b733a323a226774223b693a39313b733a323a226767223b693a39323b733a323a22676e223b693a39333b733a323a226777223b693a39343b733a323a226779223b693a39353b733a323a226874223b693a39363b733a323a22686d223b693a39373b733a323a227661223b693a39383b733a323a22686e223b693a39393b733a323a22686b223b693a3130303b733a323a226875223b693a3130313b733a323a226973223b693a3130323b733a323a22696e223b693a3130333b733a323a226964223b693a3130343b733a323a226972223b693a3130353b733a323a226971223b693a3130363b733a323a226965223b693a3130373b733a323a22696d223b693a3130383b733a323a22696c223b693a3130393b733a323a226974223b693a3131303b733a323a226a6d223b693a3131313b733a323a226a70223b693a3131323b733a323a226a65223b693a3131333b733a323a226a6f223b693a3131343b733a323a226b7a223b693a3131353b733a323a226b65223b693a3131363b733a323a226b69223b693a3131373b733a323a226b77223b693a3131383b733a323a226b67223b693a3131393b733a323a226c61223b693a3132303b733a323a226c76223b693a3132313b733a323a226c62223b693a3132323b733a323a226c73223b693a3132333b733a323a226c72223b693a3132343b733a323a226c79223b693a3132353b733a323a226c69223b693a3132363b733a323a226c74223b693a3132373b733a323a226c75223b693a3132383b733a323a226d6f223b693a3132393b733a323a226d6b223b693a3133303b733a323a226d67223b693a3133313b733a323a226d77223b693a3133323b733a323a226d79223b693a3133333b733a323a226d76223b693a3133343b733a323a226d6c223b693a3133353b733a323a226d74223b693a3133363b733a323a226d68223b693a3133373b733a323a226d71223b693a3133383b733a323a226d72223b693a3133393b733a323a226d75223b693a3134303b733a323a227974223b693a3134313b733a323a226d78223b693a3134323b733a323a22666d223b693a3134333b733a323a226d64223b693a3134343b733a323a226d63223b693a3134353b733a323a226d6e223b693a3134363b733a323a226d65223b693a3134373b733a323a226d73223b693a3134383b733a323a226d61223b693a3134393b733a323a226d7a223b693a3135303b733a323a226d6d223b693a3135313b733a323a226e61223b693a3135323b733a323a226e72223b693a3135333b733a323a226e70223b693a3135343b733a323a226e6c223b693a3135353b733a323a22616e223b693a3135363b733a323a226e63223b693a3135373b733a323a226e7a223b693a3135383b733a323a226e69223b693a3135393b733a323a226e65223b693a3136303b733a323a226e67223b693a3136313b733a323a226e75223b693a3136323b733a323a226e66223b693a3136333b733a323a226b70223b693a3136343b733a323a226d70223b693a3136353b733a323a226e6f223b693a3136363b733a323a226f6d223b693a3136373b733a323a22706b223b693a3136383b733a323a227077223b693a3136393b733a323a227073223b693a3137303b733a323a227061223b693a3137313b733a323a227067223b693a3137323b733a323a227079223b693a3137333b733a323a227065223b693a3137343b733a323a227068223b693a3137353b733a323a22706e223b693a3137363b733a323a22706c223b693a3137373b733a323a227074223b693a3137383b733a323a227072223b693a3137393b733a323a227161223b693a3138303b733a323a227265223b693a3138313b733a323a22726f223b693a3138323b733a323a227275223b693a3138333b733a323a227277223b693a3138343b733a323a227368223b693a3138353b733a323a226b6e223b693a3138363b733a323a226c63223b693a3138373b733a323a22706d223b693a3138383b733a323a227663223b693a3138393b733a323a227773223b693a3139303b733a323a22736d223b693a3139313b733a323a227374223b693a3139323b733a323a227361223b693a3139333b733a323a22736e223b693a3139343b733a323a227273223b693a3139353b733a323a227363223b693a3139363b733a323a22736c223b693a3139373b733a323a227367223b693a3139383b733a323a22736b223b693a3139393b733a323a227369223b693a3230303b733a323a227362223b693a3230313b733a323a22736f223b693a3230323b733a323a227a61223b693a3230333b733a323a226773223b693a3230343b733a323a226b72223b693a3230353b733a323a226573223b693a3230363b733a323a226c6b223b693a3230373b733a323a227364223b693a3230383b733a323a227372223b693a3230393b733a323a22736a223b693a3231303b733a323a22737a223b693a3231313b733a323a227365223b693a3231323b733a323a226368223b693a3231333b733a323a227379223b693a3231343b733a323a227477223b693a3231353b733a323a22746a223b693a3231363b733a323a22747a223b693a3231373b733a323a227468223b693a3231383b733a323a22746c223b693a3231393b733a323a227467223b693a3232303b733a323a22746b223b693a3232313b733a323a22746f223b693a3232323b733a323a227474223b693a3232333b733a323a22746e223b693a3232343b733a323a227472223b693a3232353b733a323a22746d223b693a3232363b733a323a227463223b693a3232373b733a323a227476223b693a3232383b733a323a227567223b693a3232393b733a323a227561223b693a3233303b733a323a226165223b693a3233313b733a323a22756b223b693a3233323b733a323a227573223b693a3233333b733a323a22756d223b693a3233343b733a323a227579223b693a3233353b733a323a22757a223b693a3233363b733a323a227675223b693a3233373b733a323a227665223b693a3233383b733a323a22766e223b693a3233393b733a323a227667223b693a3234303b733a323a227669223b693a3234313b733a323a227766223b693a3234323b733a323a226568223b693a3234333b733a323a227965223b693a3234343b733a323a227975223b693a3234353b733a323a227a6d223b693a3234363b733a323a227a77223b7d, 0x613a333a7b693a313b733a313a2231223b693a323b733a313a2233223b693a333b693a2d313b7d, 0x613a313a7b693a303b733a313a2231223b7d, NULL, '0.00', '0.00', 'pending', 0, '', '', '', 'POST', '', '', '', 'AUTH_CAPTURE', '', '', NULL, '', '', '1', '', '', '', '', '', '0.00', 0, '', '', '', NULL, '', '', '', 0, '', ''),
(3, 1295104696, 'PayPal', 'paypal', 'PayPal', NULL, 0x613a3234333a7b693a303b733a323a226166223b693a313b733a323a226178223b693a323b733a323a22616c223b693a333b733a323a22647a223b693a343b733a323a226173223b693a353b733a323a226164223b693a363b733a323a22616f223b693a373b733a323a226169223b693a383b733a323a226171223b693a393b733a323a226167223b693a31303b733a323a226172223b693a31313b733a323a22616d223b693a31323b733a323a226177223b693a31333b733a323a226175223b693a31343b733a323a226174223b693a31353b733a323a22617a223b693a31363b733a323a226273223b693a31373b733a323a226268223b693a31383b733a323a226264223b693a31393b733a323a226262223b693a32303b733a323a226279223b693a32313b733a323a226265223b693a32323b733a323a22627a223b693a32333b733a323a22626a223b693a32343b733a323a22626d223b693a32353b733a323a226274223b693a32363b733a323a22626f223b693a32373b733a323a226261223b693a32383b733a323a226277223b693a32393b733a323a226276223b693a33303b733a323a226272223b693a33313b733a323a22696f223b693a33323b733a323a22626e223b693a33333b733a323a226267223b693a33343b733a323a226266223b693a33353b733a323a226269223b693a33363b733a323a226b68223b693a33373b733a323a22636d223b693a33383b733a323a226361223b693a33393b733a323a226376223b693a34303b733a323a226b79223b693a34313b733a323a226366223b693a34323b733a323a227464223b693a34333b733a323a22636c223b693a34343b733a323a22636e223b693a34353b733a323a226378223b693a34363b733a323a226363223b693a34373b733a323a22636f223b693a34383b733a323a226b6d223b693a34393b733a323a226367223b693a35303b733a323a226364223b693a35313b733a323a22636b223b693a35323b733a323a226372223b693a35333b733a323a226369223b693a35343b733a323a226872223b693a35353b733a323a226375223b693a35363b733a323a226379223b693a35373b733a323a22637a223b693a35383b733a323a22646b223b693a35393b733a323a22646a223b693a36303b733a323a22646d223b693a36313b733a323a22646f223b693a36323b733a323a226563223b693a36333b733a323a226567223b693a36343b733a323a227376223b693a36353b733a323a226771223b693a36363b733a323a226572223b693a36373b733a323a226565223b693a36383b733a323a226574223b693a36393b733a323a22666b223b693a37303b733a323a22666f223b693a37313b733a323a22666a223b693a37323b733a323a226669223b693a37333b733a323a226672223b693a37343b733a323a226766223b693a37353b733a323a227066223b693a37363b733a323a227466223b693a37373b733a323a226761223b693a37383b733a323a22676d223b693a37393b733a323a226765223b693a38303b733a323a226465223b693a38313b733a323a226768223b693a38323b733a323a226769223b693a38333b733a323a226772223b693a38343b733a323a22676c223b693a38353b733a323a226764223b693a38363b733a323a226770223b693a38373b733a323a226775223b693a38383b733a323a226774223b693a38393b733a323a226767223b693a39303b733a323a22676e223b693a39313b733a323a226777223b693a39323b733a323a226779223b693a39333b733a323a226874223b693a39343b733a323a22686d223b693a39353b733a323a227661223b693a39363b733a323a22686e223b693a39373b733a323a22686b223b693a39383b733a323a226875223b693a39393b733a323a226973223b693a3130303b733a323a22696e223b693a3130313b733a323a226964223b693a3130323b733a323a226972223b693a3130333b733a323a226971223b693a3130343b733a323a226965223b693a3130353b733a323a22696d223b693a3130363b733a323a22696c223b693a3130373b733a323a226974223b693a3130383b733a323a226a6d223b693a3130393b733a323a226a70223b693a3131303b733a323a226a65223b693a3131313b733a323a226a6f223b693a3131323b733a323a226b7a223b693a3131333b733a323a226b65223b693a3131343b733a323a226b69223b693a3131353b733a323a226b77223b693a3131363b733a323a226b67223b693a3131373b733a323a226c61223b693a3131383b733a323a226c76223b693a3131393b733a323a226c62223b693a3132303b733a323a226c73223b693a3132313b733a323a226c72223b693a3132323b733a323a226c79223b693a3132333b733a323a226c69223b693a3132343b733a323a226c74223b693a3132353b733a323a226c75223b693a3132363b733a323a226d6f223b693a3132373b733a323a226d6b223b693a3132383b733a323a226d67223b693a3132393b733a323a226d77223b693a3133303b733a323a226d79223b693a3133313b733a323a226d76223b693a3133323b733a323a226d6c223b693a3133333b733a323a226d74223b693a3133343b733a323a226d68223b693a3133353b733a323a226d71223b693a3133363b733a323a226d72223b693a3133373b733a323a226d75223b693a3133383b733a323a227974223b693a3133393b733a323a226d78223b693a3134303b733a323a22666d223b693a3134313b733a323a226d64223b693a3134323b733a323a226d63223b693a3134333b733a323a226d6e223b693a3134343b733a323a226d65223b693a3134353b733a323a226d73223b693a3134363b733a323a226d61223b693a3134373b733a323a226d7a223b693a3134383b733a323a226d6d223b693a3134393b733a323a226e61223b693a3135303b733a323a226e72223b693a3135313b733a323a226e70223b693a3135323b733a323a226e6c223b693a3135333b733a323a22616e223b693a3135343b733a323a226e63223b693a3135353b733a323a226e7a223b693a3135363b733a323a226e69223b693a3135373b733a323a226e65223b693a3135383b733a323a226e67223b693a3135393b733a323a226e75223b693a3136303b733a323a226e66223b693a3136313b733a323a226b70223b693a3136323b733a323a226d70223b693a3136333b733a323a226e6f223b693a3136343b733a323a226f6d223b693a3136353b733a323a22706b223b693a3136363b733a323a227077223b693a3136373b733a323a227073223b693a3136383b733a323a227061223b693a3136393b733a323a227067223b693a3137303b733a323a227079223b693a3137313b733a323a227065223b693a3137323b733a323a227068223b693a3137333b733a323a22706e223b693a3137343b733a323a22706c223b693a3137353b733a323a227074223b693a3137363b733a323a227072223b693a3137373b733a323a227161223b693a3137383b733a323a227265223b693a3137393b733a323a22726f223b693a3138303b733a323a227275223b693a3138313b733a323a227277223b693a3138323b733a323a227368223b693a3138333b733a323a226b6e223b693a3138343b733a323a226c63223b693a3138353b733a323a22706d223b693a3138363b733a323a227663223b693a3138373b733a323a227773223b693a3138383b733a323a22736d223b693a3138393b733a323a227374223b693a3139303b733a323a227361223b693a3139313b733a323a22736e223b693a3139323b733a323a227273223b693a3139333b733a323a227363223b693a3139343b733a323a22736c223b693a3139353b733a323a227367223b693a3139363b733a323a22736b223b693a3139373b733a323a227369223b693a3139383b733a323a227362223b693a3139393b733a323a22736f223b693a3230303b733a323a227a61223b693a3230313b733a323a226773223b693a3230323b733a323a226b72223b693a3230333b733a323a226573223b693a3230343b733a323a226c6b223b693a3230353b733a323a227364223b693a3230363b733a323a227372223b693a3230373b733a323a22736a223b693a3230383b733a323a22737a223b693a3230393b733a323a227365223b693a3231303b733a323a226368223b693a3231313b733a323a227379223b693a3231323b733a323a227477223b693a3231333b733a323a22746a223b693a3231343b733a323a22747a223b693a3231353b733a323a227468223b693a3231363b733a323a22746c223b693a3231373b733a323a227467223b693a3231383b733a323a22746b223b693a3231393b733a323a22746f223b693a3232303b733a323a227474223b693a3232313b733a323a22746e223b693a3232323b733a323a227472223b693a3232333b733a323a22746d223b693a3232343b733a323a227463223b693a3232353b733a323a227476223b693a3232363b733a323a227567223b693a3232373b733a323a227561223b693a3232383b733a323a226165223b693a3232393b733a323a227573223b693a3233303b733a323a22756d223b693a3233313b733a323a227579223b693a3233323b733a323a22757a223b693a3233333b733a323a227675223b693a3233343b733a323a227665223b693a3233353b733a323a22766e223b693a3233363b733a323a227667223b693a3233373b733a323a227669223b693a3233383b733a323a227766223b693a3233393b733a323a226568223b693a3234303b733a323a227965223b693a3234313b733a323a227a6d223b693a3234323b733a323a227a77223b7d, 0x613a323a7b693a303b733a323a222d31223b693a313b733a313a2231223b7d, 0x613a323a7b693a303b733a313a2236223b693a313b733a313a2231223b7d, NULL, '0.00', '0.00', 'pending', 1, 'info@isotopeecommerce.com', '', '', 'POST', '', '', '', 'AUTH_CAPTURE', '', '', NULL, '', '1', '1', '', '', '', 'Sale', '', '0.00', 0, '', '', '', NULL, '', '', '', 0, '', '');

-- --------------------------------------------------------

--
-- Table structure for table `tl_iso_products`
--

CREATE TABLE IF NOT EXISTS `tl_iso_products` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `type` int(10) unsigned NOT NULL DEFAULT '0',
  `pages` blob,
  `alias` varchar(128) NOT NULL DEFAULT '',
  `sku` varchar(128) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `images` blob,
  `teaser` text,
  `description` text,
  `price` decimal(12,2) NOT NULL DEFAULT '0.00',
  `shipping_exempt` char(1) NOT NULL DEFAULT '',
  `tax_class` int(10) unsigned NOT NULL DEFAULT '0',
  `published` char(1) NOT NULL DEFAULT '',
  `start` varchar(10) NOT NULL DEFAULT '',
  `stop` varchar(10) NOT NULL DEFAULT '',
  `language` varchar(2) NOT NULL DEFAULT '',
  `color` blob,
  `size` blob,
  `inherit` blob,
  `keywords_meta` text,
  `description_meta` text,
  `shipping_weight` varchar(255) NOT NULL DEFAULT '',
  `archive` int(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `pid` (`pid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=157 ;

--
-- Dumping data for table `tl_iso_products`
--

INSERT INTO `tl_iso_products` (`id`, `pid`, `tstamp`, `type`, `pages`, `alias`, `sku`, `name`, `images`, `teaser`, `description`, `price`, `shipping_exempt`, `tax_class`, `published`, `start`, `stop`, `language`, `color`, `size`, `inherit`, `keywords_meta`, `description_meta`, `shipping_weight`, `archive`) VALUES
(46, 45, 1274402053, 1, NULL, '', '-blue-10', '', NULL, NULL, NULL, '23.99', '', 0, '1', '', '', '', 0x426c7565, 0x3130, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(47, 45, 1274402053, 1, NULL, '', '-black-10', '', NULL, NULL, NULL, '23.99', '', 0, '1', '', '', '', 0x426c61636b, 0x3130, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(48, 45, 1274402053, 1, NULL, '', '-blue-10.5', '', NULL, NULL, NULL, '23.99', '', 0, '1', '', '', '', 0x426c7565, 0x31302e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(49, 45, 1274402053, 1, NULL, '', '-blue-10.5', '', NULL, NULL, NULL, '23.99', '', 0, '1', '', '', '', 0x426c61636b, 0x31302e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(34, 0, 1274642006, 1, 0x613a323a7b693a303b733a333a22323432223b693a313b733a333a22323733223b7d, 'the-standout', 'the-standout', 'The Standout', 0x613a313a7b693a303b613a333a7b733a333a22737263223b733a31393a2273686f6573312d63393832373037632e706e67223b733a333a22616c74223b733a303a22223b733a343a2264657363223b733a303a22223b7d7d, NULL, '<p>These are some very beautiful shoes. The detail on them is striking, along with extra support that make them good for[nbsp]running[nbsp]long distances.</p>', '24.95', '', 1, '1', '', '', '', 0x613a353a7b733a353a22426c61636b223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a22426c7565223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a353a2242726f776e223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a353a22477265656e223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22526564223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d7d, 0x613a31353a7b693a373b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22372e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a383b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22382e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a393b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22392e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31303b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231302e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31313b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231312e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31323b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231322e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31333b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31343b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31353b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d7d, NULL, NULL, NULL, '', 0),
(35, 34, 1274316218, 1, NULL, '', '-green-7', '', NULL, NULL, NULL, '24.95', '', 0, '1', '', '', '', 0x477265656e, 0x37, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(36, 34, 1274316218, 1, NULL, '', '-green-7.5', '', NULL, NULL, NULL, '24.95', '', 0, '1', '', '', '', 0x477265656e, 0x372e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(37, 34, 1274316218, 1, NULL, '', '-green-8', '', NULL, NULL, NULL, '24.95', '', 0, '1', '', '', '', 0x477265656e, 0x38, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(38, 34, 1274316218, 1, NULL, '', '-green-8.5', '', NULL, NULL, NULL, '24.95', '', 0, '1', '', '', '', 0x477265656e, 0x382e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(39, 34, 1274316218, 1, NULL, '', '-green-9', '', NULL, NULL, NULL, '24.95', '', 0, '1', '', '', '', 0x477265656e, 0x39, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(40, 34, 1274316218, 1, NULL, '', '-green-9.5', '', NULL, NULL, NULL, '24.95', '', 0, '1', '', '', '', 0x477265656e, 0x392e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(41, 34, 1274316218, 1, NULL, '', '-green-10', '', NULL, NULL, NULL, '24.95', '', 0, '1', '', '', '', 0x477265656e, 0x3130, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(42, 34, 1274316218, 1, NULL, '', '-green-10.5', '', NULL, NULL, NULL, '24.95', '', 0, '1', '', '', '', 0x477265656e, 0x31302e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(43, 34, 1274316218, 1, NULL, '', '-green-11', '', NULL, NULL, NULL, '24.95', '', 0, '1', '', '', '', 0x477265656e, 0x3131, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(44, 34, 1274316218, 1, NULL, '', '-green-11.5', '', NULL, NULL, NULL, '24.95', '', 0, '1', '', '', '', 0x477265656e, 0x31312e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(45, 0, 1274641996, 1, 0x613a323a7b693a303b733a333a22323432223b693a313b733a333a22323734223b7d, 'the-underachiever', 'the-underachiever', 'The Underachiever', 0x613a313a7b693a303b613a333a7b733a333a22737263223b733a31393a2273686f6573332d66336265303364362e706e67223b733a333a22616c74223b733a303a22223b733a343a2264657363223b733a303a22223b7d7d, NULL, '<p>These shoes say "Yeah, I could do that, but I don''t want to." Let the overachievers have their fun in the sun. We''re more than happy sitting back and watching them twist an ankle or something stupid. Then we can point and laugh.</p>', '23.99', '', 1, '1', '', '', '', 0x613a353a7b733a353a22426c61636b223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a22426c7565223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a353a2242726f776e223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a353a22477265656e223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22526564223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d7d, 0x613a31353a7b693a373b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22372e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a383b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22382e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a393b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22392e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31303b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231302e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31313b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231312e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31323b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231322e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31333b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31343b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31353b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d7d, NULL, NULL, NULL, '', 0),
(50, 45, 1274402053, 1, NULL, '', '-blue-11', '', NULL, NULL, NULL, '23.99', '', 0, '1', '', '', '', 0x426c7565, 0x3131, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(51, 45, 1274402053, 1, NULL, '', '-blue-11', '', NULL, NULL, NULL, '23.99', '', 0, '1', '', '', '', 0x426c61636b, 0x3131, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(52, 45, 1274402053, 1, NULL, '', '-blue-11.5', '', NULL, NULL, NULL, '23.99', '', 0, '1', '', '', '', 0x426c7565, 0x31312e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(53, 45, 1274402053, 1, NULL, '', '-blue-11.5', '', NULL, NULL, NULL, '23.99', '', 0, '1', '', '', '', 0x426c61636b, 0x31312e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(54, 45, 1274402053, 1, NULL, '', '-blue-12', '', NULL, NULL, NULL, '23.99', '', 0, '1', '', '', '', 0x426c7565, 0x3132, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(55, 45, 1274402053, 1, NULL, '', '-blue-12', '', NULL, NULL, NULL, '23.99', '', 0, '1', '', '', '', 0x426c61636b, 0x3132, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(56, 45, 1274402053, 1, NULL, '', '-blue-12.5', '', NULL, NULL, NULL, '23.99', '', 0, '1', '', '', '', 0x426c7565, 0x31322e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(57, 45, 1274402053, 1, NULL, '', '-blue-12.5', '', NULL, NULL, NULL, '23.99', '', 0, '1', '', '', '', 0x426c61636b, 0x31322e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(58, 45, 1274402053, 1, NULL, '', '-blue-13', '', NULL, NULL, NULL, '23.99', '', 0, '1', '', '', '', 0x426c7565, 0x3133, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(59, 45, 1274402053, 1, NULL, '', '-blue13', '', NULL, NULL, NULL, '23.99', '', 0, '1', '', '', '', 0x426c61636b, 0x3133, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(60, 45, 1274629267, 1, NULL, '', '-blue-14', 'The Underachiever - Blue Size 14', NULL, NULL, NULL, '29.99', '', 0, '1', '', '', '', 0x426c7565, 0x3134, 0x613a343a7b693a303b733a343a226e616d65223b693a313b733a363a22696d61676573223b693a323b733a353a227374617274223b693a333b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(61, 45, 1274402053, 1, NULL, '', '-blue-14', '', NULL, NULL, NULL, '29.99', '', 0, '1', '', '', '', 0x426c61636b, 0x3134, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(62, 45, 1274402053, 1, NULL, '', '-blue-15', '', NULL, NULL, NULL, '29.99', '', 0, '1', '', '', '', 0x426c7565, 0x3135, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(63, 45, 1274402053, 1, NULL, '', '-blue-15', '', NULL, NULL, NULL, '29.99', '', 0, '1', '', '', '', 0x426c61636b, 0x3135, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(64, 0, 1299684741, 1, 0x613a323a7b693a303b733a333a22323432223b693a313b733a333a22323734223b7d, 'the-jock', 'the-jock', 'The Jock', 0x613a313a7b693a303b613a343a7b733a333a22737263223b733a32303a2273686f657333312d38616534323831642e6a7067223b733a333a22616c74223b733a303a22223b733a343a226c696e6b223b733a303a22223b733a343a2264657363223b733a303a22223b7d7d, NULL, '<p>Feel the burn. Push it to the max. No pain no gain. C''mon... One more rep. You can do it. What are, you, some sort of wimp? I bet you''ve never won anything in your entire life. Really? Prove it. <strong>Buy these shoes.</strong></p>', '16.00', '', 1, '1', '', '', '', 0x526564, 0x37, NULL, NULL, NULL, '', 0),
(65, 64, 1274402596, 1, NULL, '', '-black-9.5', '', NULL, NULL, NULL, '16.00', '', 0, '1', '', '', '', 0x426c61636b, 0x392e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(66, 64, 1274402596, 1, NULL, '', '-black-10', '', NULL, NULL, NULL, '16.00', '', 0, '1', '', '', '', 0x426c61636b, 0x3130, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(67, 64, 1274402596, 1, NULL, '', '-black-10.5', '', NULL, NULL, NULL, '16.00', '', 0, '1', '', '', '', 0x426c61636b, 0x31302e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(68, 64, 1274402596, 1, NULL, '', '-black-11', '', NULL, NULL, NULL, '16.00', '', 0, '1', '', '', '', 0x426c61636b, 0x3131, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(69, 64, 1274402596, 1, NULL, '', '-black-11.5', '', NULL, NULL, NULL, '16.00', '', 0, '1', '', '', '', 0x426c61636b, 0x31312e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(70, 64, 1274402596, 1, NULL, '', '-black-12', '', NULL, NULL, NULL, '16.00', '', 0, '1', '', '', '', 0x426c61636b, 0x3132, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(71, 64, 1274402596, 1, NULL, '', '-black-12.5', '', NULL, NULL, NULL, '16.00', '', 0, '1', '', '', '', 0x426c61636b, 0x31322e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(72, 64, 1274402596, 1, NULL, '', '-black-13', '', NULL, NULL, NULL, '16.00', '', 0, '1', '', '', '', 0x426c61636b, 0x3133, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(73, 64, 1274402596, 1, NULL, '', '-black-14', '', NULL, NULL, NULL, '16.00', '', 0, '1', '', '', '', 0x426c61636b, 0x3134, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(74, 64, 1274402596, 1, NULL, '', '-black-15', '', NULL, NULL, NULL, '16.00', '', 0, '1', '', '', '', 0x426c61636b, 0x3135, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(75, 0, 1275442771, 1, 0x613a323a7b693a303b733a333a22323432223b693a313b733a333a22323734223b7d, 'the-creepy-guy', 'the-creepy-guy', 'The Creepy Guy', 0x613a313a7b693a303b613a333a7b733a333a22737263223b733a32303a2273686f657332392d37363631366137302e6a7067223b733a333a22616c74223b733a303a22223b733a343a2264657363223b733a303a22223b7d7d, NULL, '<p>Hey. Would you like to come over and see my large collection of worm species? I have all the coolest ones. Did you know that worms are hermaphrodites? That means they have sex with themselves. It''s something I know a lot about.</p>', '19.99', '', 1, '1', '', '', '', 0x613a353a7b733a353a22426c61636b223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a22426c7565223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a353a2242726f776e223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a353a22477265656e223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22526564223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d7d, 0x613a31353a7b693a373b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22372e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a383b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22382e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a393b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22392e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31303b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231302e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31313b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231312e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31323b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231322e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31333b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31343b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31353b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d7d, NULL, NULL, NULL, '', 0),
(76, 75, 1275443325, 1, NULL, '', '-black-12', '', NULL, NULL, NULL, '19.99', '', 0, '1', '', '', '', 0x426c61636b, 0x3132, 0x613a333a7b693a303b733a343a226e616d65223b693a313b733a353a227374617274223b693a323b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(77, 75, 1275443297, 1, NULL, '', '-brown-12', '', NULL, NULL, NULL, '19.99', '', 0, '1', '', '', '', 0x42726f776e, 0x3132, 0x613a343a7b693a303b733a343a226e616d65223b693a313b733a31343a2270726963655f6f76657272696465223b693a323b733a353a227374617274223b693a333b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(78, 75, 1274403178, 1, NULL, '', '-black-13', '', NULL, NULL, NULL, '19.99', '', 0, '1', '', '', '', 0x426c61636b, 0x3133, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(79, 75, 1274403178, 1, NULL, '', '-brown-13', '', NULL, NULL, NULL, '19.99', '', 0, '1', '', '', '', 0x42726f776e, 0x3133, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(80, 75, 1274403178, 1, NULL, '', '-black-14', '', NULL, NULL, NULL, '25.99', '', 0, '1', '', '', '', 0x426c61636b, 0x3134, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(81, 75, 1274403178, 1, NULL, '', '-brown-14', '', NULL, NULL, NULL, '25.99', '', 0, '1', '', '', '', 0x42726f776e, 0x3134, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(82, 75, 1274403178, 1, NULL, '', '-black-15', '', NULL, NULL, NULL, '25.99', '', 0, '1', '', '', '', 0x426c61636b, 0x3135, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(83, 75, 1274403178, 1, NULL, '', '-brown-15', '', NULL, NULL, NULL, '25.99', '', 0, '1', '', '', '', 0x42726f776e, 0x3135, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(84, 0, 1274641962, 1, 0x613a313a7b693a303b733a333a22323735223b7d, 'future-all-star', 'future-all-star', 'Future All Star', 0x613a313a7b693a303b613a333a7b733a333a22737263223b733a32303a2273686f657331332d63376338356535662e706e67223b733a333a22616c74223b733a303a22223b733a343a2264657363223b733a303a22223b7d7d, 'Does your kid have what it takes to be a professional athlete? Find out with these shoes.', '<p>Does your kid have what it takes to be a professional athlete? Find out with these shoes. After wearing these shoes for 3 months the shoes will email you a report on whether or not your child has what it takes to be a pro. The sensitive electronic readouts measure strength, endurance, and gusto.</p>', '84.99', '', 1, '1', '', '', '', 0x613a353a7b733a353a22426c61636b223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a22426c7565223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a353a2242726f776e223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a353a22477265656e223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22526564223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d7d, 0x613a31353a7b693a373b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22372e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a383b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22382e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a393b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22392e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31303b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231302e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31313b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231312e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31323b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231322e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31333b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31343b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31353b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d7d, NULL, NULL, NULL, '', 0),
(85, 84, 1274626435, 1, NULL, '', '-red-7', '', NULL, NULL, NULL, '84.99', '', 0, '1', '', '', '', 0x526564, 0x37, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(86, 84, 1274626435, 1, NULL, '', '-blue-7', '', NULL, NULL, NULL, '84.99', '', 0, '1', '', '', '', 0x426c7565, 0x37, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(87, 84, 1274626435, 1, NULL, '', '-red-7.5', '', NULL, NULL, NULL, '84.99', '', 0, '1', '', '', '', 0x526564, 0x372e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(88, 84, 1274626435, 1, NULL, '', '-blue-7.5', '', NULL, NULL, NULL, '84.99', '', 0, '1', '', '', '', 0x426c7565, 0x372e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(89, 84, 1274626435, 1, NULL, '', '-red-8', '', NULL, NULL, NULL, '84.99', '', 0, '1', '', '', '', 0x526564, 0x38, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(90, 84, 1274626435, 1, NULL, '', '-blue-8', '', NULL, NULL, NULL, '84.99', '', 0, '1', '', '', '', 0x426c7565, 0x38, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(91, 84, 1274626435, 1, NULL, '', '-red-8.5', '', NULL, NULL, NULL, '84.99', '', 0, '1', '', '', '', 0x526564, 0x382e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(92, 84, 1274626435, 1, NULL, '', '-blue-8.5', '', NULL, NULL, NULL, '84.99', '', 0, '1', '', '', '', 0x426c7565, 0x382e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(93, 0, 1274642014, 1, 0x613a313a7b693a303b733a333a22323737223b7d, 'open-toad', 'open-toad', 'The Open Toad', 0x613a313a7b693a303b613a333a7b733a333a22737263223b733a31393a2273686f6573342d30303534316563662e706e67223b733a333a22616c74223b733a303a22223b733a343a2264657363223b733a303a22223b7d7d, 'These shoes come with a free pedicure to make sure no one is grossed out by your toes.', '<p>These shoes come with a free pedicure to make sure no one is grossed out by your toes. Hey, admit it... Your toes aren''t extremely appealing. These shoes will force you to take better care of them, though, because they will be out there for all the world to see. So cover up those corns, and abolish those[nbsp]bunions, because your toes are coming out to play.</p>', '29.99', '', 1, '1', '', '', '', 0x613a353a7b733a353a22426c61636b223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a22426c7565223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a353a2242726f776e223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a353a22477265656e223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22526564223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d7d, 0x613a31353a7b693a373b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22372e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a383b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22382e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a393b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22392e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31303b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231302e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31313b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231312e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31323b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231322e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31333b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31343b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31353b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d7d, NULL, NULL, NULL, '', 0),
(94, 93, 1274626729, 1, NULL, '', '-black-7', '', NULL, NULL, NULL, '24.99', '', 0, '1', '', '', '', 0x426c61636b, 0x37, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(95, 93, 1274626729, 1, NULL, '', '-brown-7', '', NULL, NULL, NULL, '24.99', '', 0, '1', '', '', '', 0x42726f776e, 0x37, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(96, 93, 1274626729, 1, NULL, '', '-black-7.5', '', NULL, NULL, NULL, '24.99', '', 0, '1', '', '', '', 0x426c61636b, 0x372e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(97, 93, 1274626729, 1, NULL, '', '-brown-7.5', '', NULL, NULL, NULL, '24.99', '', 0, '1', '', '', '', 0x42726f776e, 0x372e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(98, 93, 1274626729, 1, NULL, '', '-black-8', '', NULL, NULL, NULL, '24.99', '', 0, '1', '', '', '', 0x426c61636b, 0x38, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(99, 93, 1274626729, 1, NULL, '', '-brown-8', '', NULL, NULL, NULL, '24.99', '', 0, '1', '', '', '', 0x42726f776e, 0x38, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(100, 93, 1274626729, 1, NULL, '', '-black-8.5', '', NULL, NULL, NULL, '24.99', '', 0, '1', '', '', '', 0x426c61636b, 0x382e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(101, 93, 1274626729, 1, NULL, '', '-brown-8.5', '', NULL, NULL, NULL, '24.99', '', 0, '1', '', '', '', 0x42726f776e, 0x382e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(102, 93, 1274626729, 1, NULL, '', '-black-9', '', NULL, NULL, NULL, '24.99', '', 0, '1', '', '', '', 0x426c61636b, 0x39, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(103, 93, 1274626729, 1, NULL, '', '-brown-9', '', NULL, NULL, NULL, '24.99', '', 0, '1', '', '', '', 0x42726f776e, 0x39, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(104, 93, 1274626729, 1, NULL, '', '-black-9.5', '', NULL, NULL, NULL, '24.99', '', 0, '1', '', '', '', 0x426c61636b, 0x392e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(105, 93, 1274626729, 1, NULL, '', '-brown-9.5', '', NULL, NULL, NULL, '24.99', '', 0, '1', '', '', '', 0x42726f776e, 0x392e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(106, 93, 1274626729, 1, NULL, '', '-black-10', '', NULL, NULL, NULL, '24.99', '', 0, '1', '', '', '', 0x426c61636b, 0x3130, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(107, 93, 1274626729, 1, NULL, '', '-brown-10', '', NULL, NULL, NULL, '24.99', '', 0, '1', '', '', '', 0x42726f776e, 0x3130, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(108, 0, 1288252488, 1, 0x613a323a7b693a303b733a333a22323737223b693a313b733a333a22333032223b7d, 'day-at-the-beach', 'day-at-the-beach', 'Day at the Beach', 0x613a323a7b693a303b613a333a7b733a333a22737263223b733a32303a2273686f657331302d63666165623961652e706e67223b733a333a22616c74223b733a303a22223b733a343a2264657363223b733a303a22223b7d693a313b613a313a7b733a333a22737263223b733a31363a22746f702d66633036303264392e676966223b7d7d, '??„â?ü „??¡???«?¡?È?ü?ü ?À„Û?ü„ö?µ?È ?À„Û?µ?«???¡„Û?ü„â?µ?È„Î???? ?á?¡?À???È???µ????„Ü?µ ?À?µ„??¼????, ?¼?¡?¼ ?ü „É???«?ü„â„Î ?À?? ?À?È„??¦„Ä.', '<p>These sandals come pre-filled with sand, just like walking on the beach. Every step gives you the sensation of almost stepping on some sharp seashell or possibly broken glass, along with the hotfoot of walking on scalding sand. Take a vacation every day with these fabulous sandals.</p>', '25.99', '', 1, '1', '', '', '', 0x613a353a7b733a353a22426c61636b223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a22426c7565223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a353a2242726f776e223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a353a22477265656e223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22526564223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d7d, 0x613a31353a7b693a373b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22372e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a383b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22382e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a393b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22392e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31303b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231302e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31313b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231312e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31323b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231322e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31333b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31343b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31353b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d7d, NULL, NULL, NULL, '', 0),
(109, 108, 1274627296, 1, NULL, '', '-green-10', '', NULL, NULL, NULL, '25.99', '', 0, '1', '', '', '', 0x477265656e, 0x3130, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(110, 108, 1274627296, 1, NULL, '', '-black-10', '', NULL, NULL, NULL, '25.99', '', 0, '1', '', '', '', 0x426c61636b, 0x3130, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(111, 108, 1274627296, 1, NULL, '', '-brown-10', '', NULL, NULL, NULL, '25.99', '', 0, '1', '', '', '', 0x42726f776e, 0x3130, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(112, 108, 1274627296, 1, NULL, '', '-green-10.5', '', NULL, NULL, NULL, '25.99', '', 0, '1', '', '', '', 0x477265656e, 0x31302e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(113, 108, 1274627296, 1, NULL, '', '-black-10.5', '', NULL, NULL, NULL, '25.99', '', 0, '1', '', '', '', 0x426c61636b, 0x31302e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(114, 108, 1274627296, 1, NULL, '', '-brown-10.5', '', NULL, NULL, NULL, '25.99', '', 0, '1', '', '', '', 0x42726f776e, 0x31302e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(115, 108, 1274627296, 1, NULL, '', '-green-11', '', NULL, NULL, NULL, '25.99', '', 0, '1', '', '', '', 0x477265656e, 0x3131, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(116, 108, 1274627296, 1, NULL, '', '-black-11', '', NULL, NULL, NULL, '25.99', '', 0, '1', '', '', '', 0x426c61636b, 0x3131, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(117, 108, 1274627296, 1, NULL, '', '-brown-11', '', NULL, NULL, NULL, '25.99', '', 0, '1', '', '', '', 0x42726f776e, 0x3131, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(118, 108, 1274627296, 1, NULL, '', '-green-11.5', '', NULL, NULL, NULL, '25.99', '', 0, '1', '', '', '', 0x477265656e, 0x31312e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(119, 108, 1274627296, 1, NULL, '', '-black-11.5', '', NULL, NULL, NULL, '25.99', '', 0, '1', '', '', '', 0x426c61636b, 0x31312e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(120, 108, 1274627296, 1, NULL, '', '-brown-11.5', '', NULL, NULL, NULL, '25.99', '', 0, '1', '', '', '', 0x42726f776e, 0x31312e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(121, 108, 1274627296, 1, NULL, '', '-green-12', '', NULL, NULL, NULL, '25.99', '', 0, '1', '', '', '', 0x477265656e, 0x3132, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(122, 108, 1274627296, 1, NULL, '', '-black-12', '', NULL, NULL, NULL, '25.99', '', 0, '1', '', '', '', 0x426c61636b, 0x3132, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(123, 108, 1274627296, 1, NULL, '', '-brown-12', '', NULL, NULL, NULL, '25.99', '', 0, '1', '', '', '', 0x42726f776e, 0x3132, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(124, 108, 1274627296, 1, NULL, '', '-green-12.5', '', NULL, NULL, NULL, '25.99', '', 0, '1', '', '', '', 0x477265656e, 0x31322e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(125, 108, 1274627296, 1, NULL, '', '-black-12.5', '', NULL, NULL, NULL, '25.99', '', 0, '1', '', '', '', 0x426c61636b, 0x31322e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(126, 108, 1274627296, 1, NULL, '', '-brown-12.5', '', NULL, NULL, NULL, '25.99', '', 0, '1', '', '', '', 0x42726f776e, 0x31322e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(127, 108, 1274627296, 1, NULL, '', '-green-13', '', NULL, NULL, NULL, '25.99', '', 0, '1', '', '', '', 0x477265656e, 0x3133, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(128, 108, 1274627296, 1, NULL, '', '-black-13', '', NULL, NULL, NULL, '25.99', '', 0, '1', '', '', '', 0x426c61636b, 0x3133, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(129, 108, 1274627296, 1, NULL, '', '-brown-13', '', NULL, NULL, NULL, '25.99', '', 0, '1', '', '', '', 0x42726f776e, 0x3133, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0);
INSERT INTO `tl_iso_products` (`id`, `pid`, `tstamp`, `type`, `pages`, `alias`, `sku`, `name`, `images`, `teaser`, `description`, `price`, `shipping_exempt`, `tax_class`, `published`, `start`, `stop`, `language`, `color`, `size`, `inherit`, `keywords_meta`, `description_meta`, `shipping_weight`, `archive`) VALUES
(130, 0, 1274642024, 1, 0x613a313a7b693a303b733a333a22323734223b7d, 'the-misunderstood-bully', 'the-misunderstood-bully', 'The Misunderstood Bully', 0x613a313a7b693a303b613a333a7b733a333a22737263223b733a32303a2273686f657331392d35383230663232662e6a7067223b733a333a22616c74223b733a303a22223b733a343a2264657363223b733a303a22223b7d7d, 'If everyone could just see through its macho exterior to the supple insole.', '<p>If everyone could just see through its macho exterior to the supple insole. This boot looks like it is ready to break open a can of whoop-ass, but really it just wants to cradle your feet in supple goodness. And if you make fun of them, then get ready for a stomping.</p>', '65.99', '', 1, '1', '', '', '', 0x613a353a7b733a353a22426c61636b223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a22426c7565223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a353a2242726f776e223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a353a22477265656e223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22526564223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d7d, 0x613a31353a7b693a373b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22372e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a383b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22382e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a393b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22392e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31303b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231302e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31313b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231312e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31323b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231322e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31333b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31343b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31353b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d7d, NULL, NULL, NULL, '', 0),
(131, 130, 1274631744, 1, NULL, '', '-black-10', '', NULL, NULL, NULL, '65.99', '', 0, '1', '', '', '', 0x426c61636b, 0x3130, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(132, 130, 1274631744, 1, NULL, '', '-black-11', '', NULL, NULL, NULL, '68.99', '', 0, '1', '', '', '', 0x426c61636b, 0x3131, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(133, 130, 1274631744, 1, NULL, '', '-black-12', '', NULL, NULL, NULL, '72.99', '', 0, '1', '', '', '', 0x426c61636b, 0x3132, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(134, 130, 1274631744, 1, NULL, '', '-black-13', '', NULL, NULL, NULL, '75.99', '', 0, '1', '', '', '', 0x426c61636b, 0x3133, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(135, 130, 1274631744, 1, NULL, '', '-black-14', '', NULL, NULL, NULL, '79.99', '', 0, '1', '', '', '', 0x426c61636b, 0x3134, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(136, 130, 1274631744, 1, NULL, '', '-black-15', '', NULL, NULL, NULL, '85.00', '', 0, '1', '', '', '', 0x426c61636b, 0x3135, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(137, 0, 1274641987, 1, 0x613a313a7b693a303b733a333a22323733223b7d, 'hoochie-momma', 'hoochie-momma', 'The Hoochie Momma', 0x613a313a7b693a303b613a333a7b733a333a22737263223b733a32303a2273686f657331322d66383431346436362e706e67223b733a333a22616c74223b733a303a22223b733a343a2264657363223b733a303a22223b7d7d, 'Girl, you better work it in this fine footwear. If you don''t get noticed in these, then just stop trying.', '<p>Girl, you better work it in this fine footwear. If you don''t get noticed in these, then just stop trying. End of story.</p>', '35.99', '', 1, '1', '', '', '', 0x613a353a7b733a353a22426c61636b223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a22426c7565223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a353a2242726f776e223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a353a22477265656e223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22526564223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d7d, 0x613a31353a7b693a373b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22372e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a383b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22382e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a393b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22392e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31303b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231302e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31313b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231312e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31323b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231322e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31333b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31343b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31353b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d7d, NULL, NULL, NULL, '', 0),
(138, 137, 1274632405, 1, NULL, '', '-blue-7', '', NULL, NULL, NULL, '28.99', '', 0, '1', '', '', '', 0x426c7565, 0x37, 0x613a343a7b693a313b733a343a226e616d65223b693a343b733a363a22696d61676573223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(139, 137, 1274632405, 1, NULL, '', '-green-7', '', NULL, NULL, NULL, '35.99', '', 0, '1', '', '', '', 0x477265656e, 0x37, 0x613a343a7b693a313b733a343a226e616d65223b693a343b733a363a22696d61676573223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(140, 137, 1274632405, 1, NULL, '', '-blue-7.5', '', NULL, NULL, NULL, '35.99', '', 0, '1', '', '', '', 0x426c7565, 0x372e35, 0x613a343a7b693a313b733a343a226e616d65223b693a343b733a363a22696d61676573223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(141, 137, 1274632405, 1, NULL, '', '-green-7.5', '', NULL, NULL, NULL, '35.99', '', 0, '1', '', '', '', 0x477265656e, 0x372e35, 0x613a343a7b693a313b733a343a226e616d65223b693a343b733a363a22696d61676573223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(142, 137, 1274632405, 1, NULL, '', '-blue-8', '', NULL, NULL, NULL, '35.99', '', 0, '1', '', '', '', 0x426c7565, 0x38, 0x613a343a7b693a313b733a343a226e616d65223b693a343b733a363a22696d61676573223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(143, 137, 1274632405, 1, NULL, '', '-green-8', '', NULL, NULL, NULL, '35.99', '', 0, '1', '', '', '', 0x477265656e, 0x38, 0x613a343a7b693a313b733a343a226e616d65223b693a343b733a363a22696d61676573223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(144, 137, 1274632405, 1, NULL, '', '-blue-8.5', '', NULL, NULL, NULL, '35.99', '', 0, '1', '', '', '', 0x426c7565, 0x382e35, 0x613a343a7b693a313b733a343a226e616d65223b693a343b733a363a22696d61676573223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(145, 137, 1274632405, 1, NULL, '', '-green-8.5', '', NULL, NULL, NULL, '35.99', '', 0, '1', '', '', '', 0x477265656e, 0x382e35, 0x613a343a7b693a313b733a343a226e616d65223b693a343b733a363a22696d61676573223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(146, 137, 1274632405, 1, NULL, '', '-blue-9', '', NULL, NULL, NULL, '35.99', '', 0, '1', '', '', '', 0x426c7565, 0x39, 0x613a343a7b693a313b733a343a226e616d65223b693a343b733a363a22696d61676573223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(147, 137, 1274632405, 1, NULL, '', '-green-9', '', NULL, NULL, NULL, '35.99', '', 0, '1', '', '', '', 0x477265656e, 0x39, 0x613a343a7b693a313b733a343a226e616d65223b693a343b733a363a22696d61676573223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(148, 137, 1274632405, 1, NULL, '', '-blue-9.5', '', NULL, NULL, NULL, '35.99', '', 0, '1', '', '', '', 0x426c7565, 0x392e35, 0x613a343a7b693a313b733a343a226e616d65223b693a343b733a363a22696d61676573223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(149, 137, 1274632405, 1, NULL, '', '-green-9.5', '', NULL, NULL, NULL, '35.99', '', 0, '1', '', '', '', 0x477265656e, 0x392e35, 0x613a343a7b693a313b733a343a226e616d65223b693a343b733a363a22696d61676573223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(150, 137, 1274632405, 1, NULL, '', '-blue-10', '', NULL, NULL, NULL, '35.99', '', 0, '1', '', '', '', 0x426c7565, 0x3130, 0x613a343a7b693a313b733a343a226e616d65223b693a343b733a363a22696d61676573223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(151, 137, 1274632405, 1, NULL, '', '-green-10', '', NULL, NULL, NULL, '35.99', '', 0, '1', '', '', '', 0x477265656e, 0x3130, 0x613a343a7b693a313b733a343a226e616d65223b693a343b733a363a22696d61676573223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', 0),
(156, 0, 1295104274, 6, 0x613a313a7b693a303b733a333a22323737223b7d, 'downloadable-sandals', 'download-sandals', 'Downloadable Sandals', 0x613a313a7b693a303b613a313a7b733a333a22737263223b733a32393a2273686f657331302d63666165623961652d30613864376638392e706e67223b7d7d, NULL, '<p>Why buy sandals when you can download a beautiful picture of them for your refrigerator?</p>', '10.00', '1', 0, '1', '', '', '', 0x526564, 0x37, NULL, NULL, NULL, 'a:2:{i:0;s:0:"";i:1;s:2:"kg";}', 0);

-- --------------------------------------------------------

--
-- Table structure for table `tl_iso_producttypes`
--

CREATE TABLE IF NOT EXISTS `tl_iso_producttypes` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` text,
  `attributes` blob,
  `downloads` char(1) NOT NULL DEFAULT '',
  `variant_attributes` blob,
  `class` varchar(32) NOT NULL DEFAULT 'regular',
  `languages` blob,
  `list_template` varchar(255) NOT NULL DEFAULT '',
  `reader_template` varchar(255) NOT NULL DEFAULT '',
  `variants` char(1) NOT NULL DEFAULT '',
  `fallback` char(1) NOT NULL DEFAULT '',
  `archive` int(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ;

--
-- Dumping data for table `tl_iso_producttypes`
--

INSERT INTO `tl_iso_producttypes` (`id`, `tstamp`, `name`, `description`, `attributes`, `downloads`, `variant_attributes`, `class`, `languages`, `list_template`, `reader_template`, `variants`, `fallback`, `archive`) VALUES
(1, 1306677430, 'Shoes', NULL, 0x613a31383a7b693a303b733a343a2274797065223b693a313b733a353a227061676573223b693a323b733a353a22616c696173223b693a333b733a333a22736b75223b693a343b733a343a226e616d65223b693a353b733a363a22746561736572223b693a363b733a31313a226465736372697074696f6e223b693a373b733a31363a226465736372697074696f6e5f6d657461223b693a383b733a31333a226b6579776f7264735f6d657461223b693a393b733a353a227072696365223b693a31303b733a393a227461785f636c617373223b693a31313b733a31353a227368697070696e675f6578656d7074223b693a31323b733a353a22636f6c6f72223b693a31333b733a343a2273697a65223b693a31343b733a363a22696d61676573223b693a31353b733a393a227075626c6973686564223b693a31363b733a353a227374617274223b693a31373b733a343a2273746f70223b7d, '', 0x613a333a7b693a303b733a333a22736b75223b693a313b733a353a227072696365223b693a323b733a393a227075626c6973686564223b7d, 'regular', NULL, 'iso_list_default', 'iso_reader_default', '1', '1', 0),
(6, 1295104151, 'Download', NULL, 0x613a31323a7b693a303b733a343a2274797065223b693a313b733a353a227061676573223b693a323b733a353a22616c696173223b693a333b733a333a22736b75223b693a343b733a343a226e616d65223b693a353b733a363a22746561736572223b693a363b733a31313a226465736372697074696f6e223b693a373b733a353a227072696365223b693a383b733a393a227461785f636c617373223b693a393b733a31353a227368697070696e675f6578656d7074223b693a31303b733a363a22696d61676573223b693a31313b733a393a227075626c6973686564223b7d, '1', NULL, 'regular', NULL, 'iso_list_default', 'iso_reader_default', '', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `tl_iso_product_categories`
--

CREATE TABLE IF NOT EXISTS `tl_iso_product_categories` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  `sorting` int(10) unsigned NOT NULL DEFAULT '0',
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `page_id` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `pid` (`pid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=28 ;

--
-- Dumping data for table `tl_iso_product_categories`
--

INSERT INTO `tl_iso_product_categories` (`id`, `pid`, `sorting`, `tstamp`, `page_id`) VALUES
(16, 45, 256, 1274402004, 242),
(17, 64, 384, 1274402570, 242),
(14, 34, 128, 1274317262, 242),
(19, 75, 512, 1274403150, 242),
(15, 45, 128, 1274401900, 274),
(13, 34, 128, 1274315373, 273),
(18, 64, 256, 1274402570, 274),
(20, 75, 384, 1274403150, 274),
(21, 84, 128, 1274626409, 275),
(22, 93, 128, 1274626703, 277),
(23, 108, 256, 1274627277, 277),
(24, 130, 512, 1274631725, 274),
(25, 137, 256, 1274632280, 273),
(26, 108, 128, 1288180377, 302),
(27, 156, 384, 1295104274, 277);

-- --------------------------------------------------------

--
-- Table structure for table `tl_iso_related_categories`
--

CREATE TABLE IF NOT EXISTS `tl_iso_related_categories` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `jumpTo` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `tl_iso_related_categories`
--

INSERT INTO `tl_iso_related_categories` (`id`, `tstamp`, `name`, `jumpTo`) VALUES
(1, 1272225644, 'Related', 278);

-- --------------------------------------------------------

--
-- Table structure for table `tl_iso_related_products`
--

CREATE TABLE IF NOT EXISTS `tl_iso_related_products` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  `sorting` int(10) unsigned NOT NULL DEFAULT '0',
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `category` int(10) unsigned NOT NULL DEFAULT '0',
  `products` blob,
  PRIMARY KEY (`id`),
  KEY `pid` (`pid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;

--
-- Dumping data for table `tl_iso_related_products`
--


-- --------------------------------------------------------

--
-- Table structure for table `tl_iso_rules`
--

CREATE TABLE IF NOT EXISTS `tl_iso_rules` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  `sorting` int(10) unsigned NOT NULL DEFAULT '0',
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `type` varchar(32) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `label` varchar(255) NOT NULL DEFAULT '',
  `applyTo` varchar(8) NOT NULL DEFAULT '',
  `discount` varchar(16) NOT NULL DEFAULT '',
  `enableCode` char(1) NOT NULL DEFAULT '',
  `code` varchar(255) NOT NULL DEFAULT '',
  `limitPerMember` int(10) unsigned NOT NULL DEFAULT '0',
  `limitPerConfig` int(10) unsigned NOT NULL DEFAULT '0',
  `startDate` varchar(10) NOT NULL DEFAULT '',
  `endDate` varchar(10) NOT NULL DEFAULT '',
  `startTime` varchar(10) NOT NULL DEFAULT '',
  `endTime` varchar(10) NOT NULL DEFAULT '',
  `configRestrictions` char(1) NOT NULL DEFAULT '',
  `memberRestrictions` varchar(32) NOT NULL DEFAULT '',
  `productRestrictions` varchar(32) NOT NULL DEFAULT '',
  `minItemQuantity` int(10) unsigned NOT NULL DEFAULT '0',
  `maxItemQuantity` int(10) unsigned NOT NULL DEFAULT '0',
  `quantityMode` varchar(32) NOT NULL DEFAULT '',
  `enabled` char(1) NOT NULL DEFAULT '',
  `archive` int(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `pid` (`pid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `tl_iso_rules`
--

INSERT INTO `tl_iso_rules` (`id`, `pid`, `sorting`, `tstamp`, `type`, `name`, `label`, `applyTo`, `discount`, `enableCode`, `code`, `limitPerMember`, `limitPerConfig`, `startDate`, `endDate`, `startTime`, `endTime`, `configRestrictions`, `memberRestrictions`, `productRestrictions`, `minItemQuantity`, `maxItemQuantity`, `quantityMode`, `enabled`, `archive`) VALUES
(1, 0, 0, 1306682279, 'product', 'The Jock Discount', '', 'product', '-10%', '1', '', 0, 0, '', '', '', '', '', 'groups', 'products', 0, 0, 'product_quantity', '1', 0);

-- --------------------------------------------------------

--
-- Table structure for table `tl_iso_rule_codes`
--

CREATE TABLE IF NOT EXISTS `tl_iso_rule_codes` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `member_id` int(10) unsigned NOT NULL DEFAULT '0',
  `code` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `pid` (`pid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `tl_iso_rule_codes`
--


-- --------------------------------------------------------

--
-- Table structure for table `tl_iso_rule_restrictions`
--

CREATE TABLE IF NOT EXISTS `tl_iso_rule_restrictions` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `type` varchar(32) NOT NULL DEFAULT '',
  `object_id` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `pid` (`pid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `tl_iso_rule_restrictions`
--

INSERT INTO `tl_iso_rule_restrictions` (`id`, `pid`, `tstamp`, `type`, `object_id`) VALUES
(1, 1, 1299684695, 'products', 64),
(2, 1, 1306682234, 'groups', 5);

-- --------------------------------------------------------

--
-- Table structure for table `tl_iso_rule_usage`
--

CREATE TABLE IF NOT EXISTS `tl_iso_rule_usage` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `order_id` int(10) unsigned NOT NULL DEFAULT '0',
  `config_id` int(10) unsigned NOT NULL DEFAULT '0',
  `member_id` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `pid` (`pid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `tl_iso_rule_usage`
--


-- --------------------------------------------------------

--
-- Table structure for table `tl_iso_shipping_modules`
--

CREATE TABLE IF NOT EXISTS `tl_iso_shipping_modules` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `type` varchar(64) NOT NULL DEFAULT '',
  `label` varchar(255) NOT NULL DEFAULT '',
  `note` text,
  `countries` blob,
  `minimum_total` decimal(12,2) NOT NULL DEFAULT '0.00',
  `maximum_total` decimal(12,2) NOT NULL DEFAULT '0.00',
  `price` varchar(16) NOT NULL DEFAULT '',
  `surcharge_field` varchar(255) NOT NULL DEFAULT '',
  `flatCalculation` varchar(10) NOT NULL DEFAULT '',
  `guests` char(1) NOT NULL DEFAULT '',
  `protected` char(1) NOT NULL DEFAULT '',
  `groups` blob,
  `enabled` char(1) NOT NULL DEFAULT '',
  `ups_accessKey` varchar(255) NOT NULL DEFAULT '',
  `ups_userName` varchar(255) NOT NULL DEFAULT '',
  `ups_password` varchar(255) NOT NULL DEFAULT '',
  `ups_enabledService` varchar(255) NOT NULL DEFAULT '',
  `usps_userName` varchar(255) NOT NULL DEFAULT '',
  `usps_enabledService` varchar(255) NOT NULL DEFAULT '',
  `tax_class` int(10) unsigned NOT NULL DEFAULT '0',
  `subdivisions` longblob,
  `weight_unit` varchar(5) NOT NULL DEFAULT '',
  `archive` int(1) unsigned NOT NULL DEFAULT '0',
  `product_types` blob,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;

--
-- Dumping data for table `tl_iso_shipping_modules`
--

INSERT INTO `tl_iso_shipping_modules` (`id`, `tstamp`, `name`, `type`, `label`, `note`, `countries`, `minimum_total`, `maximum_total`, `price`, `surcharge_field`, `flatCalculation`, `guests`, `protected`, `groups`, `enabled`, `ups_accessKey`, `ups_userName`, `ups_password`, `ups_enabledService`, `usps_userName`, `usps_enabledService`, `tax_class`, `subdivisions`, `weight_unit`, `archive`, `product_types`) VALUES
(1, 1295251766, 'Basic Shipping', 'flat', 'Basic Shipping', NULL, 0x613a3234333a7b693a303b733a323a226166223b693a313b733a323a226178223b693a323b733a323a22616c223b693a333b733a323a22647a223b693a343b733a323a226173223b693a353b733a323a226164223b693a363b733a323a22616f223b693a373b733a323a226169223b693a383b733a323a226171223b693a393b733a323a226167223b693a31303b733a323a226172223b693a31313b733a323a22616d223b693a31323b733a323a226177223b693a31333b733a323a226175223b693a31343b733a323a226174223b693a31353b733a323a22617a223b693a31363b733a323a226273223b693a31373b733a323a226268223b693a31383b733a323a226264223b693a31393b733a323a226262223b693a32303b733a323a226279223b693a32313b733a323a226265223b693a32323b733a323a22627a223b693a32333b733a323a22626a223b693a32343b733a323a22626d223b693a32353b733a323a226274223b693a32363b733a323a22626f223b693a32373b733a323a226261223b693a32383b733a323a226277223b693a32393b733a323a226276223b693a33303b733a323a226272223b693a33313b733a323a22696f223b693a33323b733a323a22626e223b693a33333b733a323a226267223b693a33343b733a323a226266223b693a33353b733a323a226269223b693a33363b733a323a226b68223b693a33373b733a323a22636d223b693a33383b733a323a226361223b693a33393b733a323a226376223b693a34303b733a323a226b79223b693a34313b733a323a226366223b693a34323b733a323a227464223b693a34333b733a323a22636c223b693a34343b733a323a22636e223b693a34353b733a323a226378223b693a34363b733a323a226363223b693a34373b733a323a22636f223b693a34383b733a323a226b6d223b693a34393b733a323a226367223b693a35303b733a323a226364223b693a35313b733a323a22636b223b693a35323b733a323a226372223b693a35333b733a323a226369223b693a35343b733a323a226872223b693a35353b733a323a226375223b693a35363b733a323a226379223b693a35373b733a323a22637a223b693a35383b733a323a22646b223b693a35393b733a323a22646a223b693a36303b733a323a22646d223b693a36313b733a323a22646f223b693a36323b733a323a226563223b693a36333b733a323a226567223b693a36343b733a323a227376223b693a36353b733a323a226771223b693a36363b733a323a226572223b693a36373b733a323a226565223b693a36383b733a323a226574223b693a36393b733a323a22666b223b693a37303b733a323a22666f223b693a37313b733a323a22666a223b693a37323b733a323a226669223b693a37333b733a323a226672223b693a37343b733a323a226766223b693a37353b733a323a227066223b693a37363b733a323a227466223b693a37373b733a323a226761223b693a37383b733a323a22676d223b693a37393b733a323a226765223b693a38303b733a323a226465223b693a38313b733a323a226768223b693a38323b733a323a226769223b693a38333b733a323a226772223b693a38343b733a323a22676c223b693a38353b733a323a226764223b693a38363b733a323a226770223b693a38373b733a323a226775223b693a38383b733a323a226774223b693a38393b733a323a226767223b693a39303b733a323a22676e223b693a39313b733a323a226777223b693a39323b733a323a226779223b693a39333b733a323a226874223b693a39343b733a323a22686d223b693a39353b733a323a227661223b693a39363b733a323a22686e223b693a39373b733a323a22686b223b693a39383b733a323a226875223b693a39393b733a323a226973223b693a3130303b733a323a22696e223b693a3130313b733a323a226964223b693a3130323b733a323a226972223b693a3130333b733a323a226971223b693a3130343b733a323a226965223b693a3130353b733a323a22696d223b693a3130363b733a323a22696c223b693a3130373b733a323a226974223b693a3130383b733a323a226a6d223b693a3130393b733a323a226a70223b693a3131303b733a323a226a65223b693a3131313b733a323a226a6f223b693a3131323b733a323a226b7a223b693a3131333b733a323a226b65223b693a3131343b733a323a226b69223b693a3131353b733a323a226b77223b693a3131363b733a323a226b67223b693a3131373b733a323a226c61223b693a3131383b733a323a226c76223b693a3131393b733a323a226c62223b693a3132303b733a323a226c73223b693a3132313b733a323a226c72223b693a3132323b733a323a226c79223b693a3132333b733a323a226c69223b693a3132343b733a323a226c74223b693a3132353b733a323a226c75223b693a3132363b733a323a226d6f223b693a3132373b733a323a226d6b223b693a3132383b733a323a226d67223b693a3132393b733a323a226d77223b693a3133303b733a323a226d79223b693a3133313b733a323a226d76223b693a3133323b733a323a226d6c223b693a3133333b733a323a226d74223b693a3133343b733a323a226d68223b693a3133353b733a323a226d71223b693a3133363b733a323a226d72223b693a3133373b733a323a226d75223b693a3133383b733a323a227974223b693a3133393b733a323a226d78223b693a3134303b733a323a22666d223b693a3134313b733a323a226d64223b693a3134323b733a323a226d63223b693a3134333b733a323a226d6e223b693a3134343b733a323a226d65223b693a3134353b733a323a226d73223b693a3134363b733a323a226d61223b693a3134373b733a323a226d7a223b693a3134383b733a323a226d6d223b693a3134393b733a323a226e61223b693a3135303b733a323a226e72223b693a3135313b733a323a226e70223b693a3135323b733a323a226e6c223b693a3135333b733a323a22616e223b693a3135343b733a323a226e63223b693a3135353b733a323a226e7a223b693a3135363b733a323a226e69223b693a3135373b733a323a226e65223b693a3135383b733a323a226e67223b693a3135393b733a323a226e75223b693a3136303b733a323a226e66223b693a3136313b733a323a226b70223b693a3136323b733a323a226d70223b693a3136333b733a323a226e6f223b693a3136343b733a323a226f6d223b693a3136353b733a323a22706b223b693a3136363b733a323a227077223b693a3136373b733a323a227073223b693a3136383b733a323a227061223b693a3136393b733a323a227067223b693a3137303b733a323a227079223b693a3137313b733a323a227065223b693a3137323b733a323a227068223b693a3137333b733a323a22706e223b693a3137343b733a323a22706c223b693a3137353b733a323a227074223b693a3137363b733a323a227072223b693a3137373b733a323a227161223b693a3137383b733a323a227265223b693a3137393b733a323a22726f223b693a3138303b733a323a227275223b693a3138313b733a323a227277223b693a3138323b733a323a227368223b693a3138333b733a323a226b6e223b693a3138343b733a323a226c63223b693a3138353b733a323a22706d223b693a3138363b733a323a227663223b693a3138373b733a323a227773223b693a3138383b733a323a22736d223b693a3138393b733a323a227374223b693a3139303b733a323a227361223b693a3139313b733a323a22736e223b693a3139323b733a323a227273223b693a3139333b733a323a227363223b693a3139343b733a323a22736c223b693a3139353b733a323a227367223b693a3139363b733a323a22736b223b693a3139373b733a323a227369223b693a3139383b733a323a227362223b693a3139393b733a323a22736f223b693a3230303b733a323a227a61223b693a3230313b733a323a226773223b693a3230323b733a323a226b72223b693a3230333b733a323a226573223b693a3230343b733a323a226c6b223b693a3230353b733a323a227364223b693a3230363b733a323a227372223b693a3230373b733a323a22736a223b693a3230383b733a323a22737a223b693a3230393b733a323a227365223b693a3231303b733a323a226368223b693a3231313b733a323a227379223b693a3231323b733a323a227477223b693a3231333b733a323a22746a223b693a3231343b733a323a22747a223b693a3231353b733a323a227468223b693a3231363b733a323a22746c223b693a3231373b733a323a227467223b693a3231383b733a323a22746b223b693a3231393b733a323a22746f223b693a3232303b733a323a227474223b693a3232313b733a323a22746e223b693a3232323b733a323a227472223b693a3232333b733a323a22746d223b693a3232343b733a323a227463223b693a3232353b733a323a227476223b693a3232363b733a323a227567223b693a3232373b733a323a227561223b693a3232383b733a323a226165223b693a3232393b733a323a227573223b693a3233303b733a323a22756d223b693a3233313b733a323a227579223b693a3233323b733a323a22757a223b693a3233333b733a323a227675223b693a3233343b733a323a227665223b693a3233353b733a323a22766e223b693a3233363b733a323a227667223b693a3233373b733a323a227669223b693a3233383b733a323a227766223b693a3233393b733a323a226568223b693a3234303b733a323a227965223b693a3234313b733a323a227a6d223b693a3234323b733a323a227a77223b7d, '0.00', '0.00', '10.00', '', 'flat', '', '', NULL, '1', '', '', '', '', '', '', 0, 0x613a333534333a7b693a303b733a363a2241462d424453223b693a313b733a363a2241462d424447223b693a323b733a363a2241462d42474c223b693a333b733a363a2241462d42414c223b693a343b733a363a2241462d42414d223b693a353b733a363a2241462d465241223b693a363b733a363a2241462d465942223b693a373b733a363a2241462d474841223b693a383b733a363a2241462d47484f223b693a393b733a363a2241462d48454c223b693a31303b733a363a2241462d484552223b693a31313b733a363a2241462d4a4f57223b693a31323b733a363a2241462d4b4142223b693a31333b733a363a2241462d4b414e223b693a31343b733a363a2241462d4b4150223b693a31353b733a363a2241462d4b4e52223b693a31363b733a363a2241462d4b445a223b693a31373b733a363a2241462d4c4147223b693a31383b733a363a2241462d4c4f57223b693a31393b733a363a2241462d4e414e223b693a32303b733a363a2241462d4e494d223b693a32313b733a363a2241462d4f5255223b693a32323b733a363a2241462d504941223b693a32333b733a363a2241462d504b41223b693a32343b733a363a2241462d504152223b693a32353b733a363a2241462d53414d223b693a32363b733a363a2241462d534152223b693a32373b733a363a2241462d54414b223b693a32383b733a363a2241462d574152223b693a32393b733a363a2241462d5a4142223b693a33303b733a353a22414c2d4252223b693a33313b733a353a22414c2d4255223b693a33323b733a353a22414c2d444c223b693a33333b733a353a22414c2d4456223b693a33343b733a353a22414c2d4449223b693a33353b733a353a22414c2d4452223b693a33363b733a353a22414c2d454c223b693a33373b733a353a22414c2d4652223b693a33383b733a353a22414c2d4752223b693a33393b733a353a22414c2d474a223b693a34303b733a353a22414c2d4841223b693a34313b733a353a22414c2d4b41223b693a34323b733a353a22414c2d4552223b693a34333b733a353a22414c2d4b4f223b693a34343b733a353a22414c2d4b52223b693a34353b733a353a22414c2d4b43223b693a34363b733a353a22414c2d4b55223b693a34373b733a353a22414c2d4c41223b693a34383b733a353a22414c2d4c45223b693a34393b733a353a22414c2d4c42223b693a35303b733a353a22414c2d4c55223b693a35313b733a353a22414c2d4d4d223b693a35323b733a353a22414c2d4d4b223b693a35333b733a353a22414c2d4d54223b693a35343b733a353a22414c2d4d52223b693a35353b733a353a22414c2d5051223b693a35363b733a353a22414c2d5052223b693a35373b733a353a22414c2d5047223b693a35383b733a353a22414c2d5055223b693a35393b733a353a22414c2d5352223b693a36303b733a353a22414c2d534b223b693a36313b733a353a22414c2d5348223b693a36323b733a353a22414c2d5445223b693a36333b733a353a22414c2d5452223b693a36343b733a353a22414c2d5450223b693a36353b733a353a22414c2d564c223b693a36363b733a353a22445a2d3031223b693a36373b733a353a22445a2d3434223b693a36383b733a353a22445a2d3436223b693a36393b733a353a22445a2d3136223b693a37303b733a353a22445a2d3035223b693a37313b733a353a22445a2d3038223b693a37323b733a353a22445a2d3036223b693a37333b733a353a22445a2d3037223b693a37343b733a353a22445a2d3039223b693a37353b733a353a22445a2d3334223b693a37363b733a353a22445a2d3130223b693a37373b733a353a22445a2d3335223b693a37383b733a353a22445a2d3032223b693a37393b733a353a22445a2d3235223b693a38303b733a353a22445a2d3137223b693a38313b733a353a22445a2d3332223b693a38323b733a353a22445a2d3339223b693a38333b733a353a22445a2d3336223b693a38343b733a353a22445a2d3437223b693a38353b733a353a22445a2d3234223b693a38363b733a353a22445a2d3333223b693a38373b733a353a22445a2d3138223b693a38383b733a353a22445a2d3430223b693a38393b733a353a22445a2d3033223b693a39303b733a353a22445a2d3239223b693a39313b733a353a22445a2d3236223b693a39323b733a353a22445a2d3433223b693a39333b733a353a22445a2d3237223b693a39343b733a353a22445a2d3238223b693a39353b733a353a22445a2d3435223b693a39363b733a353a22445a2d3331223b693a39373b733a353a22445a2d3330223b693a39383b733a353a22445a2d3034223b693a39393b733a353a22445a2d3438223b693a3130303b733a353a22445a2d3230223b693a3130313b733a353a22445a2d3139223b693a3130323b733a353a22445a2d3232223b693a3130333b733a353a22445a2d3231223b693a3130343b733a353a22445a2d3431223b693a3130353b733a353a22445a2d3131223b693a3130363b733a353a22445a2d3132223b693a3130373b733a353a22445a2d3134223b693a3130383b733a353a22445a2d3337223b693a3130393b733a353a22445a2d3432223b693a3131303b733a353a22445a2d3338223b693a3131313b733a353a22445a2d3135223b693a3131323b733a353a22445a2d3133223b693a3131333b733a353a2241532d4153223b693a3131343b733a353a2241442d4144223b693a3131353b733a363a22414f2d42474f223b693a3131363b733a363a22414f2d424755223b693a3131373b733a363a22414f2d424945223b693a3131383b733a363a22414f2d434142223b693a3131393b733a363a22414f2d434355223b693a3132303b733a363a22414f2d434e4f223b693a3132313b733a363a22414f2d435553223b693a3132323b733a363a22414f2d434e4e223b693a3132333b733a363a22414f2d485541223b693a3132343b733a363a22414f2d485549223b693a3132353b733a363a22414f2d4c5541223b693a3132363b733a363a22414f2d4c4e4f223b693a3132373b733a363a22414f2d4c5355223b693a3132383b733a363a22414f2d4d414c223b693a3132393b733a363a22414f2d4d4f58223b693a3133303b733a363a22414f2d4e414d223b693a3133313b733a363a22414f2d554947223b693a3133323b733a363a22414f2d5a4149223b693a3133333b733a353a2241492d4149223b693a3133343b733a353a2241512d4151223b693a3133353b733a353a2241472d4147223b693a3133363b733a343a2241522d43223b693a3133373b733a343a2241522d42223b693a3133383b733a343a2241522d4b223b693a3133393b733a343a2241522d58223b693a3134303b733a343a2241522d57223b693a3134313b733a343a2241522d48223b693a3134323b733a343a2241522d55223b693a3134333b733a343a2241522d45223b693a3134343b733a343a2241522d50223b693a3134353b733a343a2241522d59223b693a3134363b733a343a2241522d4c223b693a3134373b733a343a2241522d46223b693a3134383b733a343a2241522d4d223b693a3134393b733a343a2241522d4e223b693a3135303b733a343a2241522d51223b693a3135313b733a343a2241522d52223b693a3135323b733a343a2241522d41223b693a3135333b733a343a2241522d4a223b693a3135343b733a343a2241522d44223b693a3135353b733a343a2241522d5a223b693a3135363b733a343a2241522d53223b693a3135373b733a343a2241522d47223b693a3135383b733a343a2241522d56223b693a3135393b733a343a2241522d54223b693a3136303b733a353a22414d2d4552223b693a3136313b733a353a22414d2d4147223b693a3136323b733a353a22414d2d4152223b693a3136333b733a353a22414d2d4156223b693a3136343b733a353a22414d2d4752223b693a3136353b733a353a22414d2d4b54223b693a3136363b733a353a22414d2d4c4f223b693a3136373b733a353a22414d2d5348223b693a3136383b733a353a22414d2d5355223b693a3136393b733a353a22414d2d5456223b693a3137303b733a353a22414d2d5644223b693a3137313b733a353a2241572d4157223b693a3137323b733a353a2241552d4e53223b693a3137333b733a353a2241552d514c223b693a3137343b733a353a2241552d5341223b693a3137353b733a353a2241552d5453223b693a3137363b733a353a2241552d5649223b693a3137373b733a353a2241552d5741223b693a3137383b733a353a2241552d4354223b693a3137393b733a353a2241552d4e54223b693a3138303b733a343a2241542d31223b693a3138313b733a343a2241542d32223b693a3138323b733a343a2241542d33223b693a3138333b733a343a2241542d34223b693a3138343b733a343a2241542d35223b693a3138353b733a343a2241542d36223b693a3138363b733a343a2241542d37223b693a3138373b733a343a2241542d38223b693a3138383b733a343a2241542d39223b693a3138393b733a353a22415a2d4d4d223b693a3139303b733a353a22415a2d4142223b693a3139313b733a353a22415a2d4241223b693a3139323b733a353a22415a2d4741223b693a3139333b733a353a22415a2d4c41223b693a3139343b733a353a22415a2d4d49223b693a3139353b733a353a22415a2d4e41223b693a3139363b733a353a22415a2d5341223b693a3139373b733a353a22415a2d534d223b693a3139383b733a353a22415a2d5353223b693a3139393b733a353a22415a2d5841223b693a3230303b733a353a22415a2d5945223b693a3230313b733a363a22415a2d414253223b693a3230323b733a363a22415a2d414743223b693a3230333b733a363a22415a2d41474d223b693a3230343b733a363a22415a2d414753223b693a3230353b733a363a22415a2d414741223b693a3230363b733a363a22415a2d414755223b693a3230373b733a363a22415a2d415354223b693a3230383b733a363a22415a2d424142223b693a3230393b733a363a22415a2d42414c223b693a3231303b733a363a22415a2d424152223b693a3231313b733a363a22415a2d424559223b693a3231323b733a363a22415a2d42494c223b693a3231333b733a363a22415a2d434142223b693a3231343b733a363a22415a2d43414c223b693a3231353b733a363a22415a2d43554c223b693a3231363b733a363a22415a2d444153223b693a3231373b733a363a22415a2d444156223b693a3231383b733a363a22415a2d46555a223b693a3231393b733a363a22415a2d474144223b693a3232303b733a363a22415a2d474f52223b693a3232313b733a363a22415a2d474f59223b693a3232323b733a363a22415a2d484143223b693a3232333b733a363a22415a2d494d49223b693a3232343b733a363a22415a2d49534d223b693a3232353b733a363a22415a2d4b414c223b693a3232363b733a363a22415a2d4b5552223b693a3232373b733a363a22415a2d4c4143223b693a3232383b733a363a22415a2d4c414e223b693a3232393b733a363a22415a2d4c4552223b693a3233303b733a363a22415a2d4d4153223b693a3233313b733a363a22415a2d4e4546223b693a3233323b733a363a22415a2d4f4755223b693a3233333b733a363a22415a2d4f5244223b693a3233343b733a363a22415a2d514142223b693a3233353b733a363a22415a2d514158223b693a3233363b733a363a22415a2d51415a223b693a3233373b733a363a22415a2d514f42223b693a3233383b733a363a22415a2d514241223b693a3233393b733a363a22415a2d514249223b693a3234303b733a363a22415a2d515553223b693a3234313b733a363a22415a2d534154223b693a3234323b733a363a22415a2d534142223b693a3234333b733a363a22415a2d534144223b693a3234343b733a363a22415a2d534148223b693a3234353b733a363a22415a2d53414b223b693a3234363b733a363a22415a2d53414c223b693a3234373b733a363a22415a2d534d49223b693a3234383b733a363a22415a2d534b52223b693a3234393b733a363a22415a2d534d58223b693a3235303b733a363a22415a2d534152223b693a3235313b733a363a22415a2d534959223b693a3235323b733a363a22415a2d535553223b693a3235333b733a363a22415a2d544152223b693a3235343b733a363a22415a2d544f56223b693a3235353b733a363a22415a2d554341223b693a3235363b733a363a22415a2d584143223b693a3235373b733a363a22415a2d58414e223b693a3235383b733a363a22415a2d58495a223b693a3235393b733a363a22415a2d584349223b693a3236303b733a363a22415a2d585644223b693a3236313b733a363a22415a2d594152223b693a3236323b733a363a22415a2d594556223b693a3236333b733a363a22415a2d5a414e223b693a3236343b733a363a22415a2d5a4151223b693a3236353b733a363a22415a2d5a4152223b693a3236363b733a353a2242532d4143223b693a3236373b733a353a2242532d4249223b693a3236383b733a353a2242532d4349223b693a3236393b733a353a2242532d4558223b693a3237303b733a353a2242532d4650223b693a3237313b733a353a2242532d4643223b693a3237323b733a353a2242532d4748223b693a3237333b733a353a2242532d4754223b693a3237343b733a353a2242532d4849223b693a3237353b733a353a2242532d4852223b693a3237363b733a353a2242532d494e223b693a3237373b733a353a2242532d4b42223b693a3237383b733a353a2242532d4c49223b693a3237393b733a353a2242532d4d48223b693a3238303b733a353a2242532d4d47223b693a3238313b733a353a2242532d4e50223b693a3238323b733a353a2242532d4e42223b693a3238333b733a353a2242532d5249223b693a3238343b733a353a2242532d5253223b693a3238353b733a353a2242532d5350223b693a3238363b733a353a2242532d5352223b693a3238373b733a353a2242482d3031223b693a3238383b733a353a2242482d3033223b693a3238393b733a353a2242482d3130223b693a3239303b733a353a2242482d3037223b693a3239313b733a353a2242482d3035223b693a3239323b733a353a2242482d3032223b693a3239333b733a353a2242482d3039223b693a3239343b733a353a2242482d3034223b693a3239353b733a353a2242482d3132223b693a3239363b733a353a2242482d3038223b693a3239373b733a353a2242482d3131223b693a3239383b733a353a2242482d3036223b693a3239393b733a343a2242442d31223b693a3330303b733a353a2242442d3142223b693a3330313b733a353a2242442d3151223b693a3330323b733a343a2242442d32223b693a3330333b733a353a2242442d3241223b693a3330343b733a353a2242442d3244223b693a3330353b733a353a2242442d3245223b693a3330363b733a353a2242442d3246223b693a3330373b733a353a2242442d324f223b693a3330383b733a353a2242442d3254223b693a3330393b733a343a2242442d33223b693a3331303b733a353a2242442d3347223b693a3331313b733a353a2242442d3349223b693a3331323b733a353a2242442d334a223b693a3331333b733a353a2242442d334e223b693a3331343b733a353a2242442d3355223b693a3331353b733a343a2242442d34223b693a3331363b733a353a2242442d344b223b693a3331373b733a353a2242442d344c223b693a3331383b733a353a2242442d344d223b693a3331393b733a343a2242442d35223b693a3332303b733a353a2242442d3543223b693a3332313b733a353a2242442d3548223b693a3332323b733a353a2242442d3550223b693a3332333b733a353a2242442d3552223b693a3332343b733a353a2242442d3553223b693a3332353b733a353a2242422d4242223b693a3332363b733a353a2242592d4252223b693a3332373b733a353a2242592d484f223b693a3332383b733a353a2242592d4852223b693a3332393b733a353a2242592d4d41223b693a3333303b733a353a2242592d4d49223b693a3333313b733a353a2242592d5649223b693a3333323b733a363a2242452d425255223b693a3333333b733a363a2242452d564c47223b693a3333343b733a363a2242452d56414e223b693a3333353b733a363a2242452d564c49223b693a3333363b733a363a2242452d564f56223b693a3333373b733a363a2242452d564252223b693a3333383b733a363a2242452d565756223b693a3333393b733a363a2242452d57414c223b693a3334303b733a363a2242452d574252223b693a3334313b733a363a2242452d574854223b693a3334323b733a363a2242452d574c47223b693a3334333b733a363a2242452d574c58223b693a3334343b733a363a2242452d574e41223b693a3334353b733a353a22425a2d425a223b693a3334363b733a353a22425a2d4359223b693a3334373b733a363a22425a2d435a4c223b693a3334383b733a353a22425a2d4f57223b693a3334393b733a353a22425a2d5343223b693a3335303b733a363a22425a2d544f4c223b693a3335313b733a353a22424a2d414b223b693a3335323b733a353a22424a2d4151223b693a3335333b733a353a22424a2d424f223b693a3335343b733a353a22424a2d4d4f223b693a3335353b733a353a22424a2d4f55223b693a3335363b733a353a22424a2d5a4f223b693a3335373b733a353a22424d2d424d223b693a3335383b733a353a2242542d3333223b693a3335393b733a353a2242542d3132223b693a3336303b733a353a2242542d3232223b693a3336313b733a353a2242542d4741223b693a3336323b733a353a2242542d3133223b693a3336333b733a353a2242542d3434223b693a3336343b733a353a2242542d3432223b693a3336353b733a353a2242542d3131223b693a3336363b733a353a2242542d3433223b693a3336373b733a353a2242542d3233223b693a3336383b733a353a2242542d3435223b693a3336393b733a353a2242542d3134223b693a3337303b733a353a2242542d3331223b693a3337313b733a353a2242542d3135223b693a3337323b733a353a2242542d3431223b693a3337333b733a353a2242542d5459223b693a3337343b733a353a2242542d3332223b693a3337353b733a353a2242542d3231223b693a3337363b733a353a2242542d3234223b693a3337373b733a353a2242542d3334223b693a3337383b733a343a22424f2d43223b693a3337393b733a343a22424f2d48223b693a3338303b733a343a22424f2d42223b693a3338313b733a343a22424f2d4c223b693a3338323b733a343a22424f2d4f223b693a3338333b733a343a22424f2d4e223b693a3338343b733a343a22424f2d50223b693a3338353b733a343a22424f2d53223b693a3338363b733a343a22424f2d54223b693a3338373b733a363a2242412d424948223b693a3338383b733a363a2242412d535250223b693a3338393b733a353a2242572d4345223b693a3339303b733a353a2242572d4348223b693a3339313b733a353a2242572d4748223b693a3339323b733a353a2242572d4b47223b693a3339333b733a353a2242572d4b4c223b693a3339343b733a353a2242572d4b57223b693a3339353b733a353a2242572d4e47223b693a3339363b733a353a2242572d4e45223b693a3339373b733a353a2242572d5345223b693a3339383b733a353a2242572d534f223b693a3339393b733a353a2242562d4256223b693a3430303b733a353a2242522d4446223b693a3430313b733a353a2242522d4143223b693a3430323b733a353a2242522d414c223b693a3430333b733a353a2242522d4150223b693a3430343b733a353a2242522d414d223b693a3430353b733a353a2242522d4241223b693a3430363b733a353a2242522d4345223b693a3430373b733a353a2242522d4553223b693a3430383b733a353a2242522d474f223b693a3430393b733a353a2242522d4d41223b693a3431303b733a353a2242522d4d54223b693a3431313b733a353a2242522d4d53223b693a3431323b733a353a2242522d4d47223b693a3431333b733a353a2242522d5041223b693a3431343b733a353a2242522d5042223b693a3431353b733a353a2242522d5052223b693a3431363b733a353a2242522d5045223b693a3431373b733a353a2242522d5049223b693a3431383b733a353a2242522d524a223b693a3431393b733a353a2242522d524e223b693a3432303b733a353a2242522d5253223b693a3432313b733a353a2242522d5230223b693a3432323b733a353a2242522d5252223b693a3432333b733a353a2242522d5343223b693a3432343b733a353a2242522d5350223b693a3432353b733a353a2242522d5345223b693a3432363b733a353a2242522d544f223b693a3432373b733a353a22494f2d494f223b693a3432383b733a353a22424e2d4245223b693a3432393b733a353a22424e2d424d223b693a3433303b733a353a22424e2d5445223b693a3433313b733a353a22424e2d5455223b693a3433323b733a353a2242472d3032223b693a3433333b733a353a2242472d3039223b693a3433343b733a353a2242472d3034223b693a3433353b733a353a2242472d3035223b693a3433363b733a353a2242472d3036223b693a3433373b733a353a2242472d3037223b693a3433383b733a353a2242472d3038223b693a3433393b733a353a2242472d3031223b693a3434303b733a353a2242472d3033223b693a3434313b733a363a2242462d42414c223b693a3434323b733a363a2242462d42414d223b693a3434333b733a363a2242462d42414e223b693a3434343b733a363a2242462d42415a223b693a3434353b733a363a2242462d424752223b693a3434363b733a363a2242462d424c47223b693a3434373b733a363a2242462d424c4b223b693a3434383b733a363a2242462d434f4d223b693a3434393b733a363a2242462d47414e223b693a3435303b733a363a2242462d474e41223b693a3435313b733a363a2242462d474f55223b693a3435323b733a363a2242462d484f55223b693a3435333b733a363a2242462d494f42223b693a3435343b733a363a2242462d4b4144223b693a3435353b733a363a2242462d4b454e223b693a3435363b733a363a2242462d4b4d44223b693a3435373b733a363a2242462d4b4d50223b693a3435383b733a363a2242462d4b4f53223b693a3435393b733a363a2242462d4b4f50223b693a3436303b733a363a2242462d4b4f54223b693a3436313b733a363a2242462d4b4f57223b693a3436323b733a363a2242462d4c4552223b693a3436333b733a363a2242462d4c4f52223b693a3436343b733a363a2242462d4d4f55223b693a3436353b733a363a2242462d4e414f223b693a3436363b733a363a2242462d4e414d223b693a3436373b733a363a2242462d4e4159223b693a3436383b733a363a2242462d4e4f55223b693a3436393b733a363a2242462d4f5542223b693a3437303b733a363a2242462d4f5544223b693a3437313b733a363a2242462d504153223b693a3437323b733a363a2242462d504f4e223b693a3437333b733a363a2242462d534e47223b693a3437343b733a363a2242462d534d54223b693a3437353b733a363a2242462d53454e223b693a3437363b733a363a2242462d534953223b693a3437373b733a363a2242462d534f4d223b693a3437383b733a363a2242462d534f52223b693a3437393b733a363a2242462d544150223b693a3438303b733a363a2242462d545549223b693a3438313b733a363a2242462d594147223b693a3438323b733a363a2242462d594154223b693a3438333b733a363a2242462d5a4952223b693a3438343b733a363a2242462d5a4f4e223b693a3438353b733a363a2242462d5a4f55223b693a3438363b733a353a2242492d4242223b693a3438373b733a353a2242492d424a223b693a3438383b733a353a2242492d4252223b693a3438393b733a353a2242492d4341223b693a3439303b733a353a2242492d4349223b693a3439313b733a353a2242492d4749223b693a3439323b733a353a2242492d4b52223b693a3439333b733a353a2242492d4b59223b693a3439343b733a353a2242492d4b49223b693a3439353b733a353a2242492d4d41223b693a3439363b733a353a2242492d4d55223b693a3439373b733a353a2242492d4d59223b693a3439383b733a353a2242492d4e47223b693a3439393b733a353a2242492d5254223b693a3530303b733a353a2242492d5259223b693a3530313b733a353a224b482d3233223b693a3530323b733a353a224b482d3138223b693a3530333b733a353a224b482d3132223b693a3530343b733a343a224b482d32223b693a3530353b733a343a224b482d31223b693a3530363b733a343a224b482d33223b693a3530373b733a343a224b482d34223b693a3530383b733a343a224b482d35223b693a3530393b733a343a224b482d36223b693a3531303b733a343a224b482d37223b693a3531313b733a343a224b482d38223b693a3531323b733a353a224b482d3130223b693a3531333b733a353a224b482d3131223b693a3531343b733a353a224b482d3232223b693a3531353b733a353a224b482d3135223b693a3531363b733a353a224b482d3133223b693a3531373b733a353a224b482d3134223b693a3531383b733a353a224b482d3136223b693a3531393b733a353a224b482d3137223b693a3532303b733a353a224b482d3139223b693a3532313b733a353a224b482d3230223b693a3532323b733a353a224b482d3231223b693a3532333b733a353a22434d2d4144223b693a3532343b733a353a22434d2d4345223b693a3532353b733a353a22434d2d4553223b693a3532363b733a353a22434d2d454e223b693a3532373b733a353a22434d2d4c54223b693a3532383b733a353a22434d2d4e4f223b693a3532393b733a353a22434d2d4e57223b693a3533303b733a353a22434d2d5355223b693a3533313b733a353a22434d2d5357223b693a3533323b733a353a22434d2d4f55223b693a3533333b733a353a2243412d4142223b693a3533343b733a353a2243412d4243223b693a3533353b733a353a2243412d4d42223b693a3533363b733a353a2243412d4e42223b693a3533373b733a353a2243412d4e46223b693a3533383b733a353a2243412d4e53223b693a3533393b733a353a2243412d4f4e223b693a3534303b733a353a2243412d5045223b693a3534313b733a353a2243412d5143223b693a3534323b733a353a2243412d534b223b693a3534333b733a353a2243412d4e54223b693a3534343b733a353a2243412d5954223b693a3534353b733a343a2243562d42223b693a3534363b733a353a2243562d4256223b693a3534373b733a353a2243562d5041223b693a3534383b733a353a2243562d504e223b693a3534393b733a353a2243562d5247223b693a3535303b733a353a2243562d534c223b693a3535313b733a353a2243562d534e223b693a3535323b733a353a2243562d5356223b693a3535333b733a343a2243562d53223b693a3535343b733a353a2243562d4252223b693a3535353b733a353a2243562d464f223b693a3535363b733a353a2243562d4d41223b693a3535373b733a353a2243562d5052223b693a3535383b733a353a2243562d4341223b693a3535393b733a353a2243562d4352223b693a3536303b733a353a2243562d5441223b693a3536313b733a353a224b592d4b59223b693a3536323b733a363a2243462d424746223b693a3536333b733a353a2243462d4242223b693a3536343b733a353a2243462d424b223b693a3536353b733a353a2243462d484b223b693a3536363b733a353a2243462d484d223b693a3536373b733a353a2243462d4b47223b693a3536383b733a353a2243462d4c42223b693a3536393b733a353a2243462d4853223b693a3537303b733a353a2243462d4d42223b693a3537313b733a353a2243462d4b42223b693a3537323b733a353a2243462d4e4d223b693a3537333b733a353a2243462d4d50223b693a3537343b733a353a2243462d554b223b693a3537353b733a353a2243462d4143223b693a3537363b733a353a2243462d4f50223b693a3537373b733a353a2243462d5345223b693a3537383b733a353a2243462d564b223b693a3537393b733a353a2254442d4241223b693a3538303b733a353a2254442d4249223b693a3538313b733a363a2254442d424554223b693a3538323b733a353a2254442d4342223b693a3538333b733a353a2254442d4752223b693a3538343b733a353a2254442d4b41223b693a3538353b733a353a2254442d4c43223b693a3538363b733a353a2254442d4c4f223b693a3538373b733a353a2254442d4c52223b693a3538383b733a353a2254442d4d4b223b693a3538393b733a353a2254442d4d43223b693a3539303b733a353a2254442d4f44223b693a3539313b733a353a2254442d5341223b693a3539323b733a353a2254442d5441223b693a3539333b733a353a22434c2d4149223b693a3539343b733a353a22434c2d414e223b693a3539353b733a353a22434c2d4152223b693a3539363b733a353a22434c2d4154223b693a3539373b733a353a22434c2d4249223b693a3539383b733a353a22434c2d434f223b693a3539393b733a353a22434c2d4c49223b693a3630303b733a353a22434c2d4c4c223b693a3630313b733a353a22434c2d4d41223b693a3630323b733a353a22434c2d4d4c223b693a3630333b733a353a22434c2d524d223b693a3630343b733a353a22434c2d5441223b693a3630353b733a353a22434c2d5653223b693a3630363b733a353a22434e2d3131223b693a3630373b733a353a22434e2d3530223b693a3630383b733a353a22434e2d3331223b693a3630393b733a353a22434e2d3132223b693a3631303b733a353a22434e2d3334223b693a3631313b733a353a22434e2d3335223b693a3631323b733a353a22434e2d3632223b693a3631333b733a353a22434e2d3434223b693a3631343b733a353a22434e2d3532223b693a3631353b733a353a22434e2d3436223b693a3631363b733a353a22434e2d3133223b693a3631373b733a353a22434e2d3233223b693a3631383b733a353a22434e2d3431223b693a3631393b733a353a22434e2d3432223b693a3632303b733a353a22434e2d3433223b693a3632313b733a353a22434e2d3332223b693a3632323b733a353a22434e2d3336223b693a3632333b733a353a22434e2d3232223b693a3632343b733a353a22434e2d3231223b693a3632353b733a353a22434e2d3633223b693a3632363b733a353a22434e2d3631223b693a3632373b733a353a22434e2d3337223b693a3632383b733a353a22434e2d3134223b693a3632393b733a353a22434e2d3531223b693a3633303b733a353a22434e2d3731223b693a3633313b733a353a22434e2d3533223b693a3633323b733a353a22434e2d3333223b693a3633333b733a353a22434e2d3435223b693a3633343b733a353a22434e2d3135223b693a3633353b733a353a22434e2d3634223b693a3633363b733a353a22434e2d3635223b693a3633373b733a353a22434e2d3534223b693a3633383b733a353a22434e2d3931223b693a3633393b733a353a2243582d4358223b693a3634303b733a353a2243432d4343223b693a3634313b733a353a22434f2d4443223b693a3634323b733a363a22434f2d414d41223b693a3634333b733a363a22434f2d414e54223b693a3634343b733a363a22434f2d415241223b693a3634353b733a363a22434f2d41544c223b693a3634363b733a363a22434f2d424f4c223b693a3634373b733a363a22434f2d424f59223b693a3634383b733a363a22434f2d43414c223b693a3634393b733a363a22434f2d434151223b693a3635303b733a363a22434f2d434153223b693a3635313b733a363a22434f2d434155223b693a3635323b733a363a22434f2d434553223b693a3635333b733a363a22434f2d434f52223b693a3635343b733a363a22434f2d43554e223b693a3635353b733a363a22434f2d43484f223b693a3635363b733a363a22434f2d475541223b693a3635373b733a363a22434f2d475556223b693a3635383b733a363a22434f2d485549223b693a3635393b733a363a22434f2d4c4147223b693a3636303b733a363a22434f2d4d4147223b693a3636313b733a363a22434f2d4d4554223b693a3636323b733a363a22434f2d4e4152223b693a3636333b733a363a22434f2d4e5341223b693a3636343b733a363a22434f2d505554223b693a3636353b733a363a22434f2d515549223b693a3636363b733a363a22434f2d524953223b693a3636373b733a363a22434f2d534150223b693a3636383b733a363a22434f2d53414e223b693a3636393b733a363a22434f2d535543223b693a3637303b733a363a22434f2d544f4c223b693a3637313b733a363a22434f2d564143223b693a3637323b733a363a22434f2d564155223b693a3637333b733a363a22434f2d564944223b693a3637343b733a343a224b4d2d41223b693a3637353b733a343a224b4d2d47223b693a3637363b733a343a224b4d2d4d223b693a3637373b733a363a2243472d425a56223b693a3637383b733a353a2243472d3131223b693a3637393b733a343a2243472d38223b693a3638303b733a353a2243472d3135223b693a3638313b733a343a2243472d35223b693a3638323b733a343a2243472d32223b693a3638333b733a343a2243472d37223b693a3638343b733a343a2243472d39223b693a3638353b733a353a2243472d3134223b693a3638363b733a353a2243472d3132223b693a3638373b733a353a2243472d3133223b693a3638383b733a353a2243442d4b4e223b693a3638393b733a353a2243442d424e223b693a3639303b733a353a2243442d4243223b693a3639313b733a353a2243442d4551223b693a3639323b733a353a2243442d4843223b693a3639333b733a353a2243442d4b57223b693a3639343b733a353a2243442d4b45223b693a3639353b733a353a2243442d4b41223b693a3639363b733a353a2243442d4d41223b693a3639373b733a353a2243442d4e4b223b693a3639383b733a353a2243442d534b223b693a3639393b733a353a22434b2d434b223b693a3730303b733a343a2243522d41223b693a3730313b733a343a2243522d43223b693a3730323b733a343a2243522d47223b693a3730333b733a343a2243522d48223b693a3730343b733a343a2243522d4c223b693a3730353b733a343a2243522d50223b693a3730363b733a353a2243522d534a223b693a3730373b733a353a2243492d3036223b693a3730383b733a353a2243492d3136223b693a3730393b733a353a2243492d3039223b693a3731303b733a353a2243492d3130223b693a3731313b733a353a2243492d3032223b693a3731323b733a353a2243492d3037223b693a3731333b733a353a2243492d3031223b693a3731343b733a353a2243492d3132223b693a3731353b733a353a2243492d3035223b693a3731363b733a353a2243492d3131223b693a3731373b733a353a2243492d3033223b693a3731383b733a353a2243492d3135223b693a3731393b733a353a2243492d3133223b693a3732303b733a353a2243492d3034223b693a3732313b733a353a2243492d3134223b693a3732323b733a353a2243492d3038223b693a3732333b733a353a2248522d3037223b693a3732343b733a353a2248522d3132223b693a3732353b733a353a2248522d3139223b693a3732363b733a353a2248522d3138223b693a3732373b733a353a2248522d3034223b693a3732383b733a353a2248522d3036223b693a3732393b733a353a2248522d3032223b693a3733303b733a353a2248522d3039223b693a3733313b733a353a2248522d3230223b693a3733323b733a353a2248522d3134223b693a3733333b733a353a2248522d3131223b693a3733343b733a353a2248522d3038223b693a3733353b733a353a2248522d3033223b693a3733363b733a353a2248522d3137223b693a3733373b733a353a2248522d3135223b693a3733383b733a353a2248522d3035223b693a3733393b733a353a2248522d3130223b693a3734303b733a353a2248522d3136223b693a3734313b733a353a2248522d3133223b693a3734323b733a353a2248522d3031223b693a3734333b733a353a2243552d3039223b693a3734343b733a353a2243552d3033223b693a3734353b733a353a2243552d3132223b693a3734363b733a353a2243552d3134223b693a3734373b733a353a2243552d3131223b693a3734383b733a353a2243552d3032223b693a3734393b733a353a2243552d3130223b693a3735303b733a353a2243552d3034223b693a3735313b733a353a2243552d3031223b693a3735323b733a353a2243552d3037223b693a3735333b733a353a2243552d3133223b693a3735343b733a353a2243552d3035223b693a3735353b733a353a2243552d3939223b693a3735363b733a353a2243592d3034223b693a3735373b733a353a2243592d3036223b693a3735383b733a353a2243592d3033223b693a3735393b733a353a2243592d3031223b693a3736303b733a353a2243592d3032223b693a3736313b733a353a2243592d3035223b693a3736323b733a363a22435a2d505247223b693a3736333b733a363a22435a2d434a43223b693a3736343b733a363a22435a2d434a4d223b693a3736353b733a363a22435a2d435343223b693a3736363b733a363a22435a2d43534d223b693a3736373b733a363a22435a2d435354223b693a3736383b733a363a22435a2d435643223b693a3736393b733a363a22435a2d435a43223b693a3737303b733a363a22444b2d313437223b693a3737313b733a363a22444b2d313031223b693a3737323b733a363a22444b2d303430223b693a3737333b733a363a22444b2d303230223b693a3737343b733a363a22444b2d303432223b693a3737353b733a363a22444b2d303135223b693a3737363b733a363a22444b2d303830223b693a3737373b733a363a22444b2d303535223b693a3737383b733a363a22444b2d303635223b693a3737393b733a363a22444b2d303235223b693a3738303b733a363a22444b2d303335223b693a3738313b733a363a22444b2d303530223b693a3738323b733a363a22444b2d303630223b693a3738333b733a363a22444b2d303330223b693a3738343b733a363a22444b2d303736223b693a3738353b733a363a22444b2d303730223b693a3738363b733a353a22444a2d4153223b693a3738373b733a353a22444a2d4449223b693a3738383b733a353a22444a2d444a223b693a3738393b733a353a22444a2d4f42223b693a3739303b733a353a22444a2d5441223b693a3739313b733a353a22444d2d444d223b693a3739323b733a353a22444f2d444e223b693a3739333b733a353a22444f2d415a223b693a3739343b733a353a22444f2d4252223b693a3739353b733a353a22444f2d4248223b693a3739363b733a353a22444f2d4441223b693a3739373b733a353a22444f2d4455223b693a3739383b733a353a22444f2d5345223b693a3739393b733a353a22444f2d4550223b693a3830303b733a353a22444f2d484d223b693a3830313b733a353a22444f2d494e223b693a3830323b733a353a22444f2d414c223b693a3830333b733a353a22444f2d524f223b693a3830343b733a353a22444f2d5645223b693a3830353b733a353a22444f2d4d54223b693a3830363b733a353a22444f2d4d4e223b693a3830373b733a353a22444f2d4d43223b693a3830383b733a353a22444f2d4d50223b693a3830393b733a353a22444f2d504e223b693a3831303b733a353a22444f2d5052223b693a3831313b733a353a22444f2d5050223b693a3831323b733a353a22444f2d5343223b693a3831333b733a353a22444f2d534d223b693a3831343b733a353a22444f2d535a223b693a3831353b733a353a22444f2d4352223b693a3831363b733a353a22444f2d4a55223b693a3831373b733a353a22444f2d504d223b693a3831383b733a353a22444f2d5354223b693a3831393b733a353a22444f2d5352223b693a3832303b733a353a22444f2d5641223b693a3832313b733a343a2245432d41223b693a3832323b733a343a2245432d42223b693a3832333b733a343a2245432d46223b693a3832343b733a343a2245432d43223b693a3832353b733a343a2245432d58223b693a3832363b733a343a2245432d48223b693a3832373b733a343a2245432d4f223b693a3832383b733a343a2245432d45223b693a3832393b733a343a2245432d57223b693a3833303b733a343a2245432d47223b693a3833313b733a343a2245432d49223b693a3833323b733a343a2245432d4c223b693a3833333b733a343a2245432d52223b693a3833343b733a343a2245432d4d223b693a3833353b733a343a2245432d53223b693a3833363b733a343a2245432d4e223b693a3833373b733a343a2245432d59223b693a3833383b733a343a2245432d50223b693a3833393b733a343a2245432d55223b693a3834303b733a343a2245432d54223b693a3834313b733a343a2245432d5a223b693a3834323b733a353a2245472d444b223b693a3834333b733a353a2245472d4241223b693a3834343b733a353a2245472d4248223b693a3834353b733a363a2245472d46594d223b693a3834363b733a353a2245472d4748223b693a3834373b733a363a2245472d414c58223b693a3834383b733a353a2245472d4953223b693a3834393b733a353a2245472d475a223b693a3835303b733a363a2245472d4d4e46223b693a3835313b733a353a2245472d4d4e223b693a3835323b733a343a2245472d43223b693a3835333b733a353a2245472d4b42223b693a3835343b733a363a2245472d574144223b693a3835353b733a363a2245472d534852223b693a3835363b733a363a2245472d53555a223b693a3835373b733a363a2245472d41534e223b693a3835383b733a363a2245472d415354223b693a3835393b733a363a2245472d424e53223b693a3836303b733a363a2245472d505453223b693a3836313b733a353a2245472d4454223b693a3836323b733a353a2245472d4a53223b693a3836333b733a363a2245472d4b4653223b693a3836343b733a353a2245472d4d54223b693a3836353b733a353a2245472d4b4e223b693a3836363b733a363a2245472d53494e223b693a3836373b733a363a2245472d534847223b693a3836383b733a353a2253562d4148223b693a3836393b733a353a2253562d4341223b693a3837303b733a353a2253562d4355223b693a3837313b733a353a2253562d4348223b693a3837323b733a353a2253562d4c49223b693a3837333b733a353a2253562d5041223b693a3837343b733a353a2253562d554e223b693a3837353b733a353a2253562d4d4f223b693a3837363b733a353a2253562d534d223b693a3837373b733a353a2253562d5353223b693a3837383b733a353a2253562d5341223b693a3837393b733a353a2253562d5356223b693a3838303b733a353a2253562d534f223b693a3838313b733a353a2253562d5355223b693a3838323b733a343a2247512d43223b693a3838333b733a353a2247512d4353223b693a3838343b733a353a2247512d4b4e223b693a3838353b733a353a2247512d4c49223b693a3838363b733a353a2247512d574e223b693a3838373b733a343a2247512d49223b693a3838383b733a353a2247512d414e223b693a3838393b733a353a2247512d424e223b693a3839303b733a353a2247512d4253223b693a3839313b733a353a2245522d4147223b693a3839323b733a353a2245522d4153223b693a3839333b733a353a2245522d4241223b693a3839343b733a353a2245522d4445223b693a3839353b733a353a2245522d4753223b693a3839363b733a353a2245522d4841223b693a3839373b733a353a2245522d5341223b693a3839383b733a353a2245522d534d223b693a3839393b733a353a2245522d534e223b693a3930303b733a353a2245522d5352223b693a3930313b733a353a2245452d3337223b693a3930323b733a353a2245452d3339223b693a3930333b733a353a2245452d3434223b693a3930343b733a353a2245452d3439223b693a3930353b733a353a2245452d3531223b693a3930363b733a353a2245452d3537223b693a3930373b733a353a2245452d3539223b693a3930383b733a353a2245452d3635223b693a3930393b733a353a2245452d3637223b693a3931303b733a353a2245452d3730223b693a3931313b733a353a2245452d3734223b693a3931323b733a353a2245452d3738223b693a3931333b733a353a2245452d3832223b693a3931343b733a353a2245452d3834223b693a3931353b733a353a2245452d3836223b693a3931363b733a353a2245542d4141223b693a3931373b733a353a2245542d4146223b693a3931383b733a353a2245542d414d223b693a3931393b733a353a2245542d4245223b693a3932303b733a353a2245542d4741223b693a3932313b733a353a2245542d4841223b693a3932323b733a353a2245542d4f52223b693a3932333b733a353a2245542d534f223b693a3932343b733a353a2245542d534e223b693a3932353b733a353a2245542d5449223b693a3932363b733a353a22464b2d464b223b693a3932373b733a353a22464f2d464f223b693a3932383b733a343a22464a2d43223b693a3932393b733a343a22464a2d45223b693a3933303b733a343a22464a2d4e223b693a3933313b733a343a22464a2d57223b693a3933323b733a343a22464a2d52223b693a3933333b733a353a2246492d414c223b693a3933343b733a353a2246492d4553223b693a3933353b733a353a2246492d4953223b693a3933363b733a353a2246492d4c4c223b693a3933373b733a353a2246492d4c53223b693a3933383b733a353a2246492d4f4c223b693a3933393b733a343a2246522d41223b693a3934303b733a353a2246522d3637223b693a3934313b733a353a2246522d3638223b693a3934323b733a343a2246522d42223b693a3934333b733a353a2246522d3739223b693a3934343b733a353a2246522d3234223b693a3934353b733a353a2246522d3333223b693a3934363b733a353a2246522d3430223b693a3934373b733a353a2246522d3437223b693a3934383b733a353a2246522d3634223b693a3934393b733a343a2246522d43223b693a3935303b733a353a2246522d3033223b693a3935313b733a353a2246522d3135223b693a3935323b733a353a2246522d3433223b693a3935333b733a353a2246522d3633223b693a3935343b733a343a2246522d50223b693a3935353b733a353a2246522d3134223b693a3935363b733a353a2246522d3530223b693a3935373b733a353a2246522d3631223b693a3935383b733a343a2246522d44223b693a3935393b733a353a2246522d3231223b693a3936303b733a353a2246522d3538223b693a3936313b733a353a2246522d3731223b693a3936323b733a353a2246522d3839223b693a3936333b733a343a2246522d45223b693a3936343b733a353a2246522d3232223b693a3936353b733a353a2246522d3239223b693a3936363b733a353a2246522d3335223b693a3936373b733a353a2246522d3536223b693a3936383b733a343a2246522d46223b693a3936393b733a353a2246522d3138223b693a3937303b733a353a2246522d3238223b693a3937313b733a353a2246522d3336223b693a3937323b733a353a2246522d3337223b693a3937333b733a353a2246522d3431223b693a3937343b733a353a2246522d3435223b693a3937353b733a343a2246522d47223b693a3937363b733a353a2246522d3038223b693a3937373b733a353a2246522d3130223b693a3937383b733a353a2246522d3532223b693a3937393b733a353a2246522d3531223b693a3938303b733a343a2246522d48223b693a3938313b733a353a2246522d3241223b693a3938323b733a353a2246522d3242223b693a3938333b733a343a2246522d49223b693a3938343b733a353a2246522d3235223b693a3938353b733a353a2246522d3730223b693a3938363b733a353a2246522d3339223b693a3938373b733a353a2246522d3930223b693a3938383b733a343a2246522d51223b693a3938393b733a353a2246522d3237223b693a3939303b733a353a2246522d3736223b693a3939313b733a343a2246522d4a223b693a3939323b733a353a2246522d3931223b693a3939333b733a353a2246522d3932223b693a3939343b733a353a2246522d3735223b693a3939353b733a353a2246522d3737223b693a3939363b733a353a2246522d3933223b693a3939373b733a353a2246522d3934223b693a3939383b733a353a2246522d3935223b693a3939393b733a353a2246522d3738223b693a313030303b733a343a2246522d4b223b693a313030313b733a353a2246522d3131223b693a313030323b733a353a2246522d3330223b693a313030333b733a353a2246522d3334223b693a313030343b733a353a2246522d3438223b693a313030353b733a353a2246522d3636223b693a313030363b733a343a2246522d4c223b693a313030373b733a353a2246522d3139223b693a313030383b733a353a2246522d3233223b693a313030393b733a353a2246522d3837223b693a313031303b733a343a2246522d4d223b693a313031313b733a353a2246522d3534223b693a313031323b733a353a2246522d3535223b693a313031333b733a353a2246522d3537223b693a313031343b733a353a2246522d3838223b693a313031353b733a343a2246522d4e223b693a313031363b733a353a2246522d3039223b693a313031373b733a353a2246522d3132223b693a313031383b733a353a2246522d3332223b693a313031393b733a353a2246522d3331223b693a313032303b733a353a2246522d3635223b693a313032313b733a353a2246522d3436223b693a313032323b733a353a2246522d3831223b693a313032333b733a353a2246522d3832223b693a313032343b733a343a2246522d4f223b693a313032353b733a353a2246522d3539223b693a313032363b733a353a2246522d3632223b693a313032373b733a343a2246522d52223b693a313032383b733a353a2246522d3434223b693a313032393b733a353a2246522d3439223b693a313033303b733a353a2246522d3533223b693a313033313b733a353a2246522d3732223b693a313033323b733a353a2246522d3835223b693a313033333b733a343a2246522d53223b693a313033343b733a353a2246522d3032223b693a313033353b733a353a2246522d3630223b693a313033363b733a353a2246522d3830223b693a313033373b733a343a2246522d54223b693a313033383b733a353a2246522d3136223b693a313033393b733a353a2246522d3137223b693a313034303b733a353a2246522d3836223b693a313034313b733a343a2246522d55223b693a313034323b733a353a2246522d3034223b693a313034333b733a353a2246522d3036223b693a313034343b733a353a2246522d3133223b693a313034353b733a353a2246522d3035223b693a313034363b733a353a2246522d3833223b693a313034373b733a353a2246522d3834223b693a313034383b733a343a2246522d56223b693a313034393b733a353a2246522d3031223b693a313035303b733a353a2246522d3037223b693a313035313b733a353a2246522d3236223b693a313035323b733a353a2246522d3734223b693a313035333b733a353a2246522d3338223b693a313035343b733a353a2246522d3432223b693a313035353b733a353a2246522d3639223b693a313035363b733a353a2246522d3733223b693a313035373b733a353a2246522d4750223b693a313035383b733a353a2246522d4746223b693a313035393b733a353a2246522d4d51223b693a313036303b733a353a2246522d5245223b693a313036313b733a353a2246522d5954223b693a313036323b733a353a2246522d504d223b693a313036333b733a353a2246522d4e43223b693a313036343b733a353a2246522d5046223b693a313036353b733a353a2246522d5446223b693a313036363b733a353a2246522d5746223b693a313036373b733a353a2247462d4746223b693a313036383b733a353a2250462d5046223b693a313036393b733a353a2254462d5446223b693a313037303b733a343a2247412d31223b693a313037313b733a343a2247412d32223b693a313037323b733a343a2247412d33223b693a313037333b733a343a2247412d34223b693a313037343b733a343a2247412d35223b693a313037353b733a343a2247412d36223b693a313037363b733a343a2247412d37223b693a313037373b733a343a2247412d38223b693a313037383b733a343a2247412d39223b693a313037393b733a343a22474d2d42223b693a313038303b733a343a22474d2d4c223b693a313038313b733a343a22474d2d4d223b693a313038323b733a343a22474d2d4e223b693a313038333b733a343a22474d2d55223b693a313038343b733a343a22474d2d57223b693a313038353b733a353a2247452d4142223b693a313038363b733a353a2247452d414a223b693a313038373b733a363a2247452d425553223b693a313038383b733a363a2247452d434849223b693a313038393b733a363a2247452d474147223b693a313039303b733a363a2247452d474f52223b693a313039313b733a363a2247452d4b5554223b693a313039323b733a363a2247452d505449223b693a313039333b733a363a2247452d525553223b693a313039343b733a363a2247452d535549223b693a313039353b733a363a2247452d544253223b693a313039363b733a363a2247452d545149223b693a313039373b733a363a2247452d545156223b693a313039383b733a363a2247452d545351223b693a313039393b733a363a2247452d5a5547223b693a313130303b733a353a2247452d3031223b693a313130313b733a353a2247452d3032223b693a313130323b733a353a2247452d3033223b693a313130333b733a353a2247452d3034223b693a313130343b733a353a2247452d3035223b693a313130353b733a353a2247452d3036223b693a313130363b733a353a2247452d3037223b693a313130373b733a353a2247452d3038223b693a313130383b733a353a2247452d3039223b693a313130393b733a353a2247452d3130223b693a313131303b733a353a2247452d3131223b693a313131313b733a353a2247452d3132223b693a313131323b733a353a2247452d3133223b693a313131333b733a353a2247452d3134223b693a313131343b733a353a2247452d3135223b693a313131353b733a353a2247452d3136223b693a313131363b733a353a2247452d3137223b693a313131373b733a353a2247452d3138223b693a313131383b733a353a2247452d3139223b693a313131393b733a353a2247452d3230223b693a313132303b733a353a2247452d3231223b693a313132313b733a353a2247452d3232223b693a313132323b733a353a2247452d3233223b693a313132333b733a353a2247452d3234223b693a313132343b733a353a2247452d3235223b693a313132353b733a353a2247452d3236223b693a313132363b733a353a2247452d3237223b693a313132373b733a353a2247452d3238223b693a313132383b733a353a2247452d3239223b693a313132393b733a353a2247452d3330223b693a313133303b733a353a2247452d3331223b693a313133313b733a353a2247452d3332223b693a313133323b733a353a2247452d3333223b693a313133333b733a353a2247452d3334223b693a313133343b733a353a2247452d3335223b693a313133353b733a353a2247452d3336223b693a313133363b733a353a2247452d3337223b693a313133373b733a353a2247452d3338223b693a313133383b733a353a2247452d3339223b693a313133393b733a353a2247452d3430223b693a313134303b733a353a2247452d3431223b693a313134313b733a353a2247452d3432223b693a313134323b733a353a2247452d3433223b693a313134333b733a353a2247452d3434223b693a313134343b733a353a2247452d3435223b693a313134353b733a353a2247452d3436223b693a313134363b733a353a2247452d3437223b693a313134373b733a353a2247452d3438223b693a313134383b733a353a2247452d3439223b693a313134393b733a353a2247452d3530223b693a313135303b733a353a2247452d3531223b693a313135313b733a353a2247452d3532223b693a313135323b733a353a2247452d3533223b693a313135333b733a353a2247452d3534223b693a313135343b733a353a2247452d3535223b693a313135353b733a353a2247452d3536223b693a313135363b733a353a2247452d3537223b693a313135373b733a353a2247452d3538223b693a313135383b733a353a2247452d3539223b693a313135393b733a353a2247452d3630223b693a313136303b733a353a2247452d3631223b693a313136313b733a353a2247452d3632223b693a313136323b733a353a2247452d3633223b693a313136333b733a353a2244452d4257223b693a313136343b733a353a2244452d4259223b693a313136353b733a353a2244452d4245223b693a313136363b733a353a2244452d4242223b693a313136373b733a353a2244452d4842223b693a313136383b733a353a2244452d4848223b693a313136393b733a353a2244452d4845223b693a313137303b733a353a2244452d4d56223b693a313137313b733a353a2244452d4e49223b693a313137323b733a353a2244452d4e57223b693a313137333b733a353a2244452d5250223b693a313137343b733a353a2244452d534c223b693a313137353b733a353a2244452d534e223b693a313137363b733a353a2244452d5354223b693a313137373b733a353a2244452d5348223b693a313137383b733a353a2244452d5448223b693a313137393b733a353a2247482d4148223b693a313138303b733a353a2247482d4241223b693a313138313b733a353a2247482d4350223b693a313138323b733a353a2247482d4550223b693a313138333b733a353a2247482d4141223b693a313138343b733a353a2247482d4e50223b693a313138353b733a353a2247482d5545223b693a313138363b733a353a2247482d5557223b693a313138373b733a353a2247482d5456223b693a313138383b733a353a2247482d5750223b693a313138393b733a353a2247492d4749223b693a313139303b733a343a2247522d49223b693a313139313b733a353a2247522d3532223b693a313139323b733a353a2247522d3731223b693a313139333b733a353a2247522d3535223b693a313139343b733a353a2247522d3733223b693a313139353b733a353a2247522d3732223b693a313139363b733a353a2247522d4958223b693a313139373b733a353a2247522d4131223b693a313139383b733a363a2247522d564949223b693a313139393b733a353a2247522d3133223b693a313230303b733a353a2247522d3031223b693a313230313b733a353a2247522d3134223b693a313230323b733a363a2247522d494949223b693a313230333b733a353a2247522d3633223b693a313230343b733a353a2247522d3531223b693a313230353b733a353a2247522d3536223b693a313230363b733a353a2247522d3538223b693a313230373b733a353a2247522d5649223b693a313230383b733a353a2247522d3233223b693a313230393b733a353a2247522d3232223b693a313231303b733a353a2247522d3234223b693a313231313b733a353a2247522d3231223b693a313231323b733a353a2247522d4956223b693a313231333b733a353a2247522d3331223b693a313231343b733a353a2247522d3333223b693a313231353b733a353a2247522d3334223b693a313231363b733a353a2247522d3332223b693a313231373b733a353a2247522d4949223b693a313231383b733a353a2247522d3634223b693a313231393b733a353a2247522d3533223b693a313232303b733a353a2247522d3537223b693a313232313b733a353a2247522d3539223b693a313232323b733a353a2247522d3631223b693a313232333b733a353a2247522d3632223b693a313232343b733a353a2247522d3534223b693a313232353b733a373a2247522d58494949223b693a313232363b733a353a2247522d3934223b693a313232373b733a353a2247522d3931223b693a313232383b733a353a2247522d3932223b693a313232393b733a353a2247522d3933223b693a313233303b733a363a2247522d584949223b693a313233313b733a353a2247522d3831223b693a313233323b733a353a2247522d3832223b693a313233333b733a343a2247522d58223b693a313233343b733a353a2247522d3131223b693a313233353b733a353a2247522d3132223b693a313233363b733a353a2247522d3135223b693a313233373b733a353a2247522d3136223b693a313233383b733a353a2247522d3137223b693a313233393b733a373a2247522d56494949223b693a313234303b733a353a2247522d3035223b693a313234313b733a353a2247522d3034223b693a313234323b733a353a2247522d3037223b693a313234333b733a353a2247522d3036223b693a313234343b733a353a2247522d3033223b693a313234353b733a343a2247522d56223b693a313234363b733a353a2247522d3431223b693a313234373b733a353a2247522d3432223b693a313234383b733a353a2247522d3433223b693a313234393b733a353a2247522d3434223b693a313235303b733a353a2247522d5849223b693a313235313b733a353a2247522d3835223b693a313235323b733a353a2247522d3833223b693a313235333b733a353a2247522d3834223b693a313235343b733a353a22474c2d474c223b693a313235353b733a353a2247442d4744223b693a313235363b733a353a2247502d4750223b693a313235373b733a353a2247552d4755223b693a313235383b733a353a2247542d4156223b693a313235393b733a353a2247542d4256223b693a313236303b733a353a2247542d434d223b693a313236313b733a353a2247542d4351223b693a313236323b733a353a2247542d5052223b693a313236333b733a353a2247542d4553223b693a313236343b733a353a2247542d4755223b693a313236353b733a353a2247542d4855223b693a313236363b733a353a2247542d495a223b693a313236373b733a353a2247542d4a41223b693a313236383b733a353a2247542d4a55223b693a313236393b733a353a2247542d5045223b693a313237303b733a353a2247542d515a223b693a313237313b733a353a2247542d5143223b693a313237323b733a353a2247542d5245223b693a313237333b733a353a2247542d5341223b693a313237343b733a353a2247542d534d223b693a313237353b733a353a2247542d5352223b693a313237363b733a353a2247542d534f223b693a313237373b733a353a2247542d5355223b693a313237383b733a353a2247542d544f223b693a313237393b733a353a2247542d5a41223b693a313238303b733a343a22474e2d42223b693a313238313b733a353a22474e2d4246223b693a313238323b733a353a22474e2d424b223b693a313238333b733a353a22474e2d4652223b693a313238343b733a353a22474e2d4741223b693a313238353b733a353a22474e2d4b44223b693a313238363b733a343a22474e2d43223b693a313238373b733a343a22474e2d46223b693a313238383b733a353a22474e2d4442223b693a313238393b733a353a22474e2d4449223b693a313239303b733a353a22474e2d4641223b693a313239313b733a353a22474e2d4b53223b693a313239323b733a343a22474e2d4b223b693a313239333b733a353a22474e2d4b41223b693a313239343b733a353a22474e2d4b45223b693a313239353b733a353a22474e2d4b4f223b693a313239363b733a353a22474e2d4d44223b693a313239373b733a353a22474e2d5349223b693a313239383b733a343a22474e2d44223b693a313239393b733a353a22474e2d434f223b693a313330303b733a353a22474e2d4455223b693a313330313b733a353a22474e2d464f223b693a313330323b733a353a22474e2d5445223b693a313330333b733a343a22474e2d4c223b693a313330343b733a353a22474e2d4b42223b693a313330353b733a353a22474e2d4c41223b693a313330363b733a353a22474e2d4c45223b693a313330373b733a353a22474e2d4d4c223b693a313330383b733a353a22474e2d544f223b693a313330393b733a343a22474e2d4d223b693a313331303b733a353a22474e2d444c223b693a313331313b733a353a22474e2d4d4d223b693a313331323b733a353a22474e2d5049223b693a313331333b733a343a22474e2d4e223b693a313331343b733a353a22474e2d4245223b693a313331353b733a353a22474e2d4755223b693a313331363b733a353a22474e2d4c4f223b693a313331373b733a353a22474e2d4d43223b693a313331383b733a353a22474e2d4e5a223b693a313331393b733a353a22474e2d594f223b693a313332303b733a353a2247572d4253223b693a313332313b733a353a2247572d4241223b693a313332323b733a353a2247572d424d223b693a313332333b733a353a2247572d424c223b693a313332343b733a353a2247572d4341223b693a313332353b733a353a2247572d4741223b693a313332363b733a353a2247572d4f49223b693a313332373b733a353a2247572d5155223b693a313332383b733a353a2247592d4241223b693a313332393b733a353a2247592d4355223b693a313333303b733a353a2247592d4445223b693a313333313b733a353a2247592d4542223b693a313333323b733a353a2247592d4553223b693a313333333b733a353a2247592d4d41223b693a313333343b733a353a2247592d504d223b693a313333353b733a353a2247592d5054223b693a313333363b733a353a2247592d5544223b693a313333373b733a353a2247592d5554223b693a313333383b733a353a2248542d4152223b693a313333393b733a353a2248542d4345223b693a313334303b733a353a2248542d4741223b693a313334313b733a353a2248542d4e44223b693a313334323b733a353a2248542d4e45223b693a313334333b733a353a2248542d4e4f223b693a313334343b733a353a2248542d4f55223b693a313334353b733a353a2248542d5344223b693a313334363b733a353a2248542d5345223b693a313334373b733a353a22484d2d484d223b693a313334383b733a353a2256412d5641223b693a313334393b733a353a22484e2d4154223b693a313335303b733a353a22484e2d434c223b693a313335313b733a353a22484e2d434d223b693a313335323b733a353a22484e2d4350223b693a313335333b733a353a22484e2d4352223b693a313335343b733a353a22484e2d4348223b693a313335353b733a353a22484e2d4550223b693a313335363b733a353a22484e2d464d223b693a313335373b733a353a22484e2d4744223b693a313335383b733a353a22484e2d494e223b693a313335393b733a353a22484e2d4942223b693a313336303b733a353a22484e2d4c50223b693a313336313b733a353a22484e2d4c45223b693a313336323b733a353a22484e2d4f43223b693a313336333b733a353a22484e2d4f4c223b693a313336343b733a353a22484e2d5342223b693a313336353b733a353a22484e2d5641223b693a313336363b733a353a22484e2d594f223b693a313336373b733a353a22484b2d484b223b693a313336383b733a353a2248552d4255223b693a313336393b733a353a2248552d424b223b693a313337303b733a353a2248552d4241223b693a313337313b733a353a2248552d4245223b693a313337323b733a353a2248552d425a223b693a313337333b733a353a2248552d4353223b693a313337343b733a353a2248552d4645223b693a313337353b733a353a2248552d4753223b693a313337363b733a353a2248552d4842223b693a313337373b733a353a2248552d4845223b693a313337383b733a353a2248552d4a4e223b693a313337393b733a353a2248552d4b45223b693a313338303b733a353a2248552d4e4f223b693a313338313b733a353a2248552d5045223b693a313338323b733a353a2248552d534f223b693a313338333b733a353a2248552d535a223b693a313338343b733a353a2248552d544f223b693a313338353b733a353a2248552d5641223b693a313338363b733a353a2248552d5645223b693a313338373b733a353a2248552d5a41223b693a313338383b733a353a2248552d4243223b693a313338393b733a353a2248552d4445223b693a313339303b733a353a2248552d4455223b693a313339313b733a353a2248552d4547223b693a313339323b733a353a2248552d4759223b693a313339333b733a353a2248552d4856223b693a313339343b733a353a2248552d4b56223b693a313339353b733a353a2248552d4b4d223b693a313339363b733a353a2248552d4d49223b693a313339373b733a353a2248552d4e4b223b693a313339383b733a353a2248552d4e59223b693a313339393b733a353a2248552d5053223b693a313430303b733a353a2248552d5354223b693a313430313b733a353a2248552d534e223b693a313430323b733a353a2248552d5344223b693a313430333b733a353a2248552d5346223b693a313430343b733a353a2248552d5353223b693a313430353b733a353a2248552d534b223b693a313430363b733a353a2248552d5348223b693a313430373b733a353a2248552d5442223b693a313430383b733a353a2248552d564d223b693a313430393b733a353a2248552d5a45223b693a313431303b733a343a2249532d37223b693a313431313b733a343a2249532d31223b693a313431323b733a343a2249532d36223b693a313431333b733a343a2249532d35223b693a313431343b733a343a2249532d30223b693a313431353b733a343a2249532d38223b693a313431363b733a343a2249532d32223b693a313431373b733a343a2249532d34223b693a313431383b733a343a2249532d33223b693a313431393b733a353a22494e2d4150223b693a313432303b733a353a22494e2d4152223b693a313432313b733a353a22494e2d4153223b693a313432323b733a353a22494e2d4252223b693a313432333b733a353a22494e2d4741223b693a313432343b733a353a22494e2d474a223b693a313432353b733a353a22494e2d4852223b693a313432363b733a353a22494e2d4850223b693a313432373b733a353a22494e2d4a4b223b693a313432383b733a353a22494e2d4b41223b693a313432393b733a353a22494e2d4b4c223b693a313433303b733a353a22494e2d4d50223b693a313433313b733a353a22494e2d4d48223b693a313433323b733a353a22494e2d4d4e223b693a313433333b733a353a22494e2d4d4c223b693a313433343b733a353a22494e2d4d5a223b693a313433353b733a353a22494e2d4e4c223b693a313433363b733a353a22494e2d4f52223b693a313433373b733a353a22494e2d5042223b693a313433383b733a353a22494e2d524a223b693a313433393b733a353a22494e2d534b223b693a313434303b733a353a22494e2d544e223b693a313434313b733a353a22494e2d5452223b693a313434323b733a353a22494e2d5550223b693a313434333b733a353a22494e2d5742223b693a313434343b733a353a22494e2d414e223b693a313434353b733a353a22494e2d4348223b693a313434363b733a353a22494e2d444e223b693a313434373b733a353a22494e2d4444223b693a313434383b733a353a22494e2d444c223b693a313434393b733a353a22494e2d4c44223b693a313435303b733a353a22494e2d5059223b693a313435313b733a363a2249442d494a55223b693a313435323b733a353a2249442d494a223b693a313435333b733a363a2249442d4a5755223b693a313435343b733a353a2249442d4a42223b693a313435353b733a353a2249442d4a54223b693a313435363b733a353a2249442d4a49223b693a313435373b733a353a2249442d4a4b223b693a313435383b733a353a2249442d594f223b693a313435393b733a363a2249442d4b4155223b693a313436303b733a353a2249442d4b42223b693a313436313b733a353a2249442d4b53223b693a313436323b733a353a2249442d4b54223b693a313436333b733a353a2249442d4b49223b693a313436343b733a363a2249442d4d4155223b693a313436353b733a353a2249442d4d41223b693a313436363b733a363a2249442d4e5555223b693a313436373b733a353a2249442d4241223b693a313436383b733a353a2249442d4e42223b693a313436393b733a353a2249442d4e54223b693a313437303b733a353a2249442d5454223b693a313437313b733a363a2249442d534c55223b693a313437323b733a353a2249442d534e223b693a313437333b733a353a2249442d5354223b693a313437343b733a353a2249442d5347223b693a313437353b733a353a2249442d5341223b693a313437363b733a363a2249442d534d55223b693a313437373b733a353a2249442d4245223b693a313437383b733a353a2249442d4a41223b693a313437393b733a353a2249442d4c41223b693a313438303b733a353a2249442d5249223b693a313438313b733a353a2249442d5342223b693a313438323b733a353a2249442d5353223b693a313438333b733a353a2249442d5355223b693a313438343b733a353a2249442d4143223b693a313438353b733a353a2249522d3033223b693a313438363b733a353a2249522d3032223b693a313438373b733a353a2249522d3031223b693a313438383b733a353a2249522d3036223b693a313438393b733a353a2249522d3038223b693a313439303b733a353a2249522d3034223b693a313439313b733a353a2249522d3134223b693a313439323b733a353a2249522d3139223b693a313439333b733a353a2249522d3234223b693a313439343b733a353a2249522d3233223b693a313439353b733a353a2249522d3035223b693a313439363b733a353a2249522d3135223b693a313439373b733a353a2249522d3137223b693a313439383b733a353a2249522d3039223b693a313439393b733a353a2249522d3130223b693a313530303b733a353a2249522d3138223b693a313530313b733a353a2249522d3136223b693a313530323b733a353a2249522d3230223b693a313530333b733a353a2249522d3232223b693a313530343b733a353a2249522d3231223b693a313530353b733a353a2249522d3236223b693a313530363b733a353a2249522d3132223b693a313530373b733a353a2249522d3133223b693a313530383b733a353a2249522d3037223b693a313530393b733a353a2249522d3235223b693a313531303b733a353a2249522d3131223b693a313531313b733a353a2249512d414e223b693a313531323b733a353a2249512d4241223b693a313531333b733a353a2249512d4d55223b693a313531343b733a353a2249512d5141223b693a313531353b733a353a2249512d4e41223b693a313531363b733a353a2249512d4152223b693a313531373b733a353a2249512d5355223b693a313531383b733a353a2249512d5453223b693a313531393b733a353a2249512d4242223b693a313532303b733a353a2249512d4247223b693a313532313b733a353a2249512d4441223b693a313532323b733a353a2249512d4451223b693a313532333b733a353a2249512d4449223b693a313532343b733a353a2249512d4b41223b693a313532353b733a353a2249512d4d41223b693a313532363b733a353a2249512d4e49223b693a313532373b733a353a2249512d5344223b693a313532383b733a353a2249512d5741223b693a313532393b733a353a2249452d4350223b693a313533303b733a343a2249452d47223b693a313533313b733a353a2249452d4c4d223b693a313533323b733a353a2249452d4d4f223b693a313533333b733a353a2249452d524e223b693a313533343b733a353a2249452d534f223b693a313533353b733a353a2249452d4c50223b693a313533363b733a353a2249452d4357223b693a313533373b733a343a2249452d44223b693a313533383b733a353a2249452d4b45223b693a313533393b733a353a2249452d4b4b223b693a313534303b733a353a2249452d4c53223b693a313534313b733a353a2249452d4c44223b693a313534323b733a353a2249452d4c48223b693a313534333b733a353a2249452d4d48223b693a313534343b733a353a2249452d4f59223b693a313534353b733a353a2249452d5748223b693a313534363b733a353a2249452d5758223b693a313534373b733a353a2249452d5757223b693a313534383b733a343a2249452d4d223b693a313534393b733a353a2249452d5550223b693a313535303b733a353a2249452d434e223b693a313535313b733a353a2249452d444c223b693a313535323b733a353a2249452d4d4e223b693a313535333b733a343a22494c2d44223b693a313535343b733a343a22494c2d4d223b693a313535353b733a343a22494c2d32223b693a313535363b733a353a22494c2d4841223b693a313535373b733a353a22494c2d5441223b693a313535383b733a353a22494c2d4a4d223b693a313535393b733a353a2249542d4348223b693a313536303b733a353a2249542d4151223b693a313536313b733a353a2249542d5045223b693a313536323b733a353a2249542d5445223b693a313536333b733a353a2249542d4d54223b693a313536343b733a353a2249542d505a223b693a313536353b733a353a2249542d435a223b693a313536363b733a353a2249542d4353223b693a313536373b733a353a2249542d4b52223b693a313536383b733a353a2249542d5243223b693a313536393b733a343a2249542d57223b693a313537303b733a353a2249542d4156223b693a313537313b733a353a2249542d424e223b693a313537323b733a353a2249542d4345223b693a313537333b733a353a2249542d4e41223b693a313537343b733a353a2249542d5341223b693a313537353b733a353a2249542d424f223b693a313537363b733a353a2249542d4645223b693a313537373b733a353a2249542d464f223b693a313537383b733a353a2249542d4d4f223b693a313537393b733a353a2249542d5052223b693a313538303b733a353a2249542d5043223b693a313538313b733a353a2249542d5241223b693a313538323b733a353a2249542d5245223b693a313538333b733a353a2249542d524e223b693a313538343b733a353a2249542d474f223b693a313538353b733a353a2249542d504e223b693a313538363b733a353a2249542d5453223b693a313538373b733a353a2249542d5544223b693a313538383b733a353a2249542d4652223b693a313538393b733a353a2249542d4c54223b693a313539303b733a353a2249542d5249223b693a313539313b733a353a2249542d524d223b693a313539323b733a353a2249542d5654223b693a313539333b733a353a2249542d4745223b693a313539343b733a353a2249542d494d223b693a313539353b733a353a2249542d5350223b693a313539363b733a353a2249542d5356223b693a313539373b733a353a2249542d4247223b693a313539383b733a353a2249542d4253223b693a313539393b733a353a2249542d434f223b693a313630303b733a353a2249542d4352223b693a313630313b733a353a2249542d4c43223b693a313630323b733a353a2249542d4c4f223b693a313630333b733a353a2249542d4d4e223b693a313630343b733a353a2249542d4d49223b693a313630353b733a353a2249542d5056223b693a313630363b733a353a2249542d534f223b693a313630373b733a353a2249542d5641223b693a313630383b733a353a2249542d414e223b693a313630393b733a353a2249542d4150223b693a313631303b733a353a2249542d4d43223b693a313631313b733a353a2249542d5053223b693a313631323b733a353a2249542d4342223b693a313631333b733a353a2249542d4953223b693a313631343b733a353a2249542d414c223b693a313631353b733a353a2249542d4154223b693a313631363b733a353a2249542d4249223b693a313631373b733a353a2249542d434e223b693a313631383b733a353a2249542d4e4f223b693a313631393b733a353a2249542d544f223b693a313632303b733a353a2249542d5642223b693a313632313b733a353a2249542d5643223b693a313632323b733a353a2249542d4241223b693a313632333b733a353a2249542d4252223b693a313632343b733a353a2249542d4647223b693a313632353b733a353a2249542d4c45223b693a313632363b733a353a2249542d5441223b693a313632373b733a353a2249542d4341223b693a313632383b733a353a2249542d4e55223b693a313632393b733a353a2249542d4f52223b693a313633303b733a353a2249542d5353223b693a313633313b733a353a2249542d4147223b693a313633323b733a353a2249542d434c223b693a313633333b733a353a2249542d4354223b693a313633343b733a353a2249542d454e223b693a313633353b733a353a2249542d4d45223b693a313633363b733a353a2249542d5041223b693a313633373b733a353a2249542d5247223b693a313633383b733a353a2249542d5352223b693a313633393b733a353a2249542d5450223b693a313634303b733a353a2249542d4152223b693a313634313b733a353a2249542d4649223b693a313634323b733a353a2249542d4752223b693a313634333b733a353a2249542d4c49223b693a313634343b733a353a2249542d4c55223b693a313634353b733a353a2249542d4d53223b693a313634363b733a353a2249542d5049223b693a313634373b733a353a2249542d5054223b693a313634383b733a353a2249542d504f223b693a313634393b733a353a2249542d5349223b693a313635303b733a353a2249542d425a223b693a313635313b733a353a2249542d544e223b693a313635323b733a353a2249542d5047223b693a313635333b733a353a2249542d5452223b693a313635343b733a353a2249542d414f223b693a313635353b733a353a2249542d424c223b693a313635363b733a353a2249542d5044223b693a313635373b733a353a2249542d524f223b693a313635383b733a353a2249542d5456223b693a313635393b733a353a2249542d5645223b693a313636303b733a353a2249542d5652223b693a313636313b733a353a2249542d5649223b693a313636323b733a353a224a4d2d3133223b693a313636333b733a353a224a4d2d3039223b693a313636343b733a353a224a4d2d3031223b693a313636353b733a353a224a4d2d3132223b693a313636363b733a353a224a4d2d3034223b693a313636373b733a353a224a4d2d3032223b693a313636383b733a353a224a4d2d3036223b693a313636393b733a353a224a4d2d3134223b693a313637303b733a353a224a4d2d3131223b693a313637313b733a353a224a4d2d3038223b693a313637323b733a353a224a4d2d3035223b693a313637333b733a353a224a4d2d3033223b693a313637343b733a353a224a4d2d3037223b693a313637353b733a353a224a4d2d3130223b693a313637363b733a353a224a502d3233223b693a313637373b733a353a224a502d3035223b693a313637383b733a353a224a502d3032223b693a313637393b733a353a224a502d3338223b693a313638303b733a353a224a502d3231223b693a313638313b733a353a224a502d3130223b693a313638323b733a353a224a502d3334223b693a313638333b733a353a224a502d3031223b693a313638343b733a353a224a502d3138223b693a313638353b733a353a224a502d3430223b693a313638363b733a353a224a502d3037223b693a313638373b733a353a224a502d3238223b693a313638383b733a353a224a502d3038223b693a313638393b733a353a224a502d3137223b693a313639303b733a353a224a502d3033223b693a313639313b733a353a224a502d3337223b693a313639323b733a353a224a502d3436223b693a313639333b733a353a224a502d3134223b693a313639343b733a353a224a502d3339223b693a313639353b733a353a224a502d3433223b693a313639363b733a353a224a502d3236223b693a313639373b733a353a224a502d3234223b693a313639383b733a353a224a502d3034223b693a313639393b733a353a224a502d3435223b693a313730303b733a353a224a502d3230223b693a313730313b733a353a224a502d3432223b693a313730323b733a353a224a502d3239223b693a313730333b733a353a224a502d3135223b693a313730343b733a353a224a502d3434223b693a313730353b733a353a224a502d3333223b693a313730363b733a353a224a502d3437223b693a313730373b733a353a224a502d3237223b693a313730383b733a353a224a502d3431223b693a313730393b733a353a224a502d3131223b693a313731303b733a353a224a502d3235223b693a313731313b733a353a224a502d3232223b693a313731323b733a353a224a502d3132223b693a313731333b733a353a224a502d3039223b693a313731343b733a353a224a502d3336223b693a313731353b733a353a224a502d3133223b693a313731363b733a353a224a502d3331223b693a313731373b733a353a224a502d3136223b693a313731383b733a353a224a502d3330223b693a313731393b733a353a224a502d3036223b693a313732303b733a353a224a502d3335223b693a313732313b733a353a224a502d3139223b693a313732323b733a353a224a4f2d414a223b693a313732333b733a353a224a4f2d4151223b693a313732343b733a353a224a4f2d4241223b693a313732353b733a353a224a4f2d4b41223b693a313732363b733a353a224a4f2d4d41223b693a313732373b733a353a224a4f2d414d223b693a313732383b733a353a224a4f2d4154223b693a313732393b733a353a224a4f2d415a223b693a313733303b733a353a224a4f2d4952223b693a313733313b733a353a224a4f2d4a41223b693a313733323b733a353a224a4f2d4d4e223b693a313733333b733a353a224a4f2d4d44223b693a313733343b733a363a224b5a2d414c41223b693a313733353b733a363a224b5a2d424159223b693a313733363b733a363a224b5a2d414c4d223b693a313733373b733a363a224b5a2d414b4d223b693a313733383b733a363a224b5a2d414b54223b693a313733393b733a363a224b5a2d415459223b693a313734303b733a363a224b5a2d5a4150223b693a313734313b733a363a224b5a2d4d414e223b693a313734323b733a363a224b5a2d59555a223b693a313734333b733a363a224b5a2d504156223b693a313734343b733a363a224b5a2d4b4152223b693a313734353b733a363a224b5a2d4b5553223b693a313734363b733a363a224b5a2d4b5a59223b693a313734373b733a363a224b5a2d564f53223b693a313734383b733a363a224b5a2d534556223b693a313734393b733a363a224b5a2d5a4841223b693a313735303b733a363a224b452d313130223b693a313735313b733a363a224b452d323030223b693a313735323b733a363a224b452d333030223b693a313735333b733a363a224b452d343030223b693a313735343b733a363a224b452d353030223b693a313735353b733a363a224b452d363030223b693a313735363b733a363a224b452d373030223b693a313735373b733a363a224b452d393030223b693a313735383b733a343a224b492d47223b693a313735393b733a343a224b492d4c223b693a313736303b733a343a224b492d50223b693a313736313b733a353a224b572d4148223b693a313736323b733a353a224b572d4641223b693a313736333b733a353a224b572d4a41223b693a313736343b733a353a224b572d4b55223b693a313736353b733a353a224b572d4841223b693a313736363b733a343a224b472d43223b693a313736373b733a343a224b472d4a223b693a313736383b733a343a224b472d4e223b693a313736393b733a343a224b472d4f223b693a313737303b733a343a224b472d54223b693a313737313b733a343a224b472d59223b693a313737323b733a353a224c412d5654223b693a313737333b733a353a224c412d4154223b693a313737343b733a353a224c412d424b223b693a313737353b733a353a224c412d424c223b693a313737363b733a353a224c412d4348223b693a313737373b733a353a224c412d484f223b693a313737383b733a353a224c412d4b48223b693a313737393b733a353a224c412d4c4d223b693a313738303b733a353a224c412d4c50223b693a313738313b733a353a224c412d4f55223b693a313738323b733a353a224c412d5048223b693a313738333b733a353a224c412d534c223b693a313738343b733a353a224c412d5356223b693a313738353b733a353a224c412d5649223b693a313738363b733a353a224c412d5841223b693a313738373b733a353a224c412d5845223b693a313738383b733a353a224c412d5849223b693a313738393b733a353a224c562d4149223b693a313739303b733a353a224c562d414c223b693a313739313b733a353a224c562d424c223b693a313739323b733a353a224c562d4255223b693a313739333b733a353a224c562d4345223b693a313739343b733a353a224c562d4441223b693a313739353b733a353a224c562d444f223b693a313739363b733a353a224c562d4755223b693a313739373b733a353a224c562d4a4c223b693a313739383b733a353a224c562d4a4b223b693a313739393b733a353a224c562d4b52223b693a313830303b733a353a224c562d4b55223b693a313830313b733a353a224c562d4c4d223b693a313830323b733a353a224c562d4c45223b693a313830333b733a353a224c562d4c55223b693a313830343b733a353a224c562d4d41223b693a313830353b733a353a224c562d4f47223b693a313830363b733a353a224c562d5052223b693a313830373b733a353a224c562d5245223b693a313830383b733a353a224c562d5249223b693a313830393b733a353a224c562d5341223b693a313831303b733a353a224c562d5441223b693a313831313b733a353a224c562d5455223b693a313831323b733a353a224c562d564b223b693a313831333b733a353a224c562d564d223b693a313831343b733a353a224c562d5645223b693a313831353b733a363a224c562d444756223b693a313831363b733a363a224c562d4a454c223b693a313831373b733a363a224c562d4a5552223b693a313831383b733a363a224c562d4c5058223b693a313831393b733a363a224c562d52455a223b693a313832303b733a363a224c562d524958223b693a313832313b733a363a224c562d56454e223b693a313832323b733a353a224c422d4241223b693a313832333b733a353a224c422d4249223b693a313832343b733a353a224c422d4a4c223b693a313832353b733a353a224c422d4153223b693a313832363b733a353a224c422d4a41223b693a313832373b733a353a224c422d4e41223b693a313832383b733a343a224c532d44223b693a313832393b733a343a224c532d42223b693a313833303b733a343a224c532d43223b693a313833313b733a343a224c532d45223b693a313833323b733a343a224c532d41223b693a313833333b733a343a224c532d46223b693a313833343b733a343a224c532d4a223b693a313833353b733a343a224c532d48223b693a313833363b733a343a224c532d47223b693a313833373b733a343a224c532d4b223b693a313833383b733a353a224c522d424d223b693a313833393b733a353a224c522d4247223b693a313834303b733a353a224c522d4742223b693a313834313b733a353a224c522d434d223b693a313834323b733a353a224c522d4747223b693a313834333b733a353a224c522d474b223b693a313834343b733a353a224c522d4c4f223b693a313834353b733a353a224c522d4d47223b693a313834363b733a353a224c522d4d59223b693a313834373b733a353a224c522d4d4f223b693a313834383b733a353a224c522d4e49223b693a313834393b733a353a224c522d5249223b693a313835303b733a353a224c522d5349223b693a313835313b733a353a224c592d4255223b693a313835323b733a353a224c592d4a41223b693a313835333b733a353a224c592d4a47223b693a313835343b733a353a224c592d4a75223b693a313835353b733a353a224c592d5741223b693a313835363b733a353a224c592d5775223b693a313835373b733a353a224c592d5a41223b693a313835383b733a353a224c592d4241223b693a313835393b733a353a224c592d4641223b693a313836303b733a353a224c592d4d49223b693a313836313b733a353a224c592d4e41223b693a313836323b733a353a224c592d5346223b693a313836333b733a353a224c592d5442223b693a313836343b733a353a224c492d4c49223b693a313836353b733a353a224c542d414c223b693a313836363b733a353a224c542d4b55223b693a313836373b733a353a224c542d4b4c223b693a313836383b733a353a224c542d4d52223b693a313836393b733a353a224c542d504e223b693a313837303b733a353a224c542d5341223b693a313837313b733a353a224c542d5441223b693a313837323b733a353a224c542d5445223b693a313837333b733a353a224c542d5554223b693a313837343b733a353a224c542d564c223b693a313837353b733a343a224c552d44223b693a313837363b733a343a224c552d47223b693a313837373b733a343a224c552d4c223b693a313837383b733a353a224d4f2d4d4f223b693a313837393b733a353a224d4b2d4d4b223b693a313838303b733a343a224d472d54223b693a313838313b733a343a224d472d44223b693a313838323b733a343a224d472d46223b693a313838333b733a343a224d472d4d223b693a313838343b733a343a224d472d41223b693a313838353b733a343a224d472d55223b693a313838363b733a343a224d572d43223b693a313838373b733a353a224d572d4445223b693a313838383b733a353a224d572d444f223b693a313838393b733a353a224d572d4b53223b693a313839303b733a353a224d572d4c49223b693a313839313b733a353a224d572d4d43223b693a313839323b733a353a224d572d4e4b223b693a313839333b733a353a224d572d4e55223b693a313839343b733a353a224d572d4e49223b693a313839353b733a353a224d572d5341223b693a313839363b733a343a224d572d4e223b693a313839373b733a353a224d572d4354223b693a313839383b733a353a224d572d4b52223b693a313839393b733a353a224d572d4d5a223b693a313930303b733a353a224d572d4e42223b693a313930313b733a353a224d572d5255223b693a313930323b733a343a224d572d53223b693a313930333b733a353a224d572d424c223b693a313930343b733a353a224d572d434b223b693a313930353b733a353a224d572d4352223b693a313930363b733a353a224d572d4d48223b693a313930373b733a353a224d572d4d47223b693a313930383b733a353a224d572d4d55223b693a313930393b733a353a224d572d4d57223b693a313931303b733a353a224d572d4e53223b693a313931313b733a353a224d572d5448223b693a313931323b733a353a224d572d5a4f223b693a313931333b733a343a224d592d57223b693a313931343b733a343a224d592d4c223b693a313931353b733a343a224d592d4a223b693a313931363b733a343a224d592d4b223b693a313931373b733a343a224d592d44223b693a313931383b733a343a224d592d4d223b693a313931393b733a343a224d592d4e223b693a313932303b733a343a224d592d43223b693a313932313b733a343a224d592d41223b693a313932323b733a343a224d592d52223b693a313932333b733a343a224d592d50223b693a313932343b733a353a224d592d5341223b693a313932353b733a353a224d592d534b223b693a313932363b733a343a224d592d42223b693a313932373b733a343a224d592d54223b693a313932383b733a363a224d562d4d4c45223b693a313932393b733a353a224d562d3032223b693a313933303b733a353a224d562d3230223b693a313933313b733a353a224d562d3137223b693a313933323b733a353a224d562d3134223b693a313933333b733a353a224d562d3237223b693a313933343b733a353a224d562d3238223b693a313933353b733a353a224d562d3239223b693a313933363b733a353a224d562d3037223b693a313933373b733a353a224d562d3233223b693a313933383b733a353a224d562d3236223b693a313933393b733a353a224d562d3035223b693a313934303b733a353a224d562d3033223b693a313934313b733a353a224d562d3132223b693a313934323b733a353a224d562d3235223b693a313934333b733a353a224d562d3133223b693a313934343b733a353a224d562d3031223b693a313934353b733a353a224d562d3234223b693a313934363b733a353a224d562d3038223b693a313934373b733a353a224d562d3034223b693a313934383b733a363a224d4c2d424b4f223b693a313934393b733a343a224d4c2d37223b693a313935303b733a343a224d4c2d31223b693a313935313b733a343a224d4c2d38223b693a313935323b733a343a224d4c2d32223b693a313935333b733a343a224d4c2d35223b693a313935343b733a343a224d4c2d34223b693a313935353b733a343a224d4c2d33223b693a313935363b733a343a224d4c2d36223b693a313935373b733a353a224d542d4d54223b693a313935383b733a343a224d482d4c223b693a313935393b733a363a224d482d414c4c223b693a313936303b733a363a224d482d45424f223b693a313936313b733a363a224d482d454e49223b693a313936323b733a363a224d482d4a414c223b693a313936333b733a363a224d482d4b494c223b693a313936343b733a363a224d482d4b5741223b693a313936353b733a363a224d482d4c4145223b693a313936363b733a363a224d482d4c4942223b693a313936373b733a363a224d482d4e4d4b223b693a313936383b733a363a224d482d4e4d55223b693a313936393b733a363a224d482d524f4e223b693a313937303b733a363a224d482d554a41223b693a313937313b733a363a224d482d554a4c223b693a313937323b733a363a224d482d575448223b693a313937333b733a343a224d482d54223b693a313937343b733a363a224d482d414c4b223b693a313937353b733a363a224d482d41524e223b693a313937363b733a363a224d482d415552223b693a313937373b733a363a224d482d4c494b223b693a313937383b733a363a224d482d4d414a223b693a313937393b733a363a224d482d4d414c223b693a313938303b733a363a224d482d4d454a223b693a313938313b733a363a224d482d4d494c223b693a313938323b733a363a224d482d555449223b693a313938333b733a363a224d482d57544a223b693a313938343b733a353a224d512d4d51223b693a313938353b733a363a224d522d4e4b43223b693a313938363b733a353a224d522d3037223b693a313938373b733a353a224d522d3033223b693a313938383b733a353a224d522d3035223b693a313938393b733a353a224d522d3038223b693a313939303b733a353a224d522d3034223b693a313939313b733a353a224d522d3130223b693a313939323b733a353a224d522d3031223b693a313939333b733a353a224d522d3032223b693a313939343b733a353a224d522d3132223b693a313939353b733a353a224d522d3039223b693a313939363b733a353a224d522d3131223b693a313939373b733a353a224d522d3036223b693a313939383b733a353a224d552d4252223b693a313939393b733a353a224d552d4355223b693a323030303b733a353a224d552d504c223b693a323030313b733a353a224d552d5142223b693a323030323b733a353a224d552d5650223b693a323030333b733a353a224d552d424c223b693a323030343b733a353a224d552d464c223b693a323030353b733a353a224d552d4750223b693a323030363b733a353a224d552d4d4f223b693a323030373b733a353a224d552d5041223b693a323030383b733a353a224d552d5057223b693a323030393b733a353a224d552d5252223b693a323031303b733a353a224d552d5341223b693a323031313b733a353a224d552d4147223b693a323031323b733a353a224d552d4343223b693a323031333b733a353a224d552d524f223b693a323031343b733a353a2259542d5954223b693a323031353b733a363a224d582d444946223b693a323031363b733a363a224d582d414755223b693a323031373b733a363a224d582d42434e223b693a323031383b733a363a224d582d424353223b693a323031393b733a363a224d582d43414d223b693a323032303b733a363a224d582d434f41223b693a323032313b733a363a224d582d434f4c223b693a323032323b733a363a224d582d434850223b693a323032333b733a363a224d582d434848223b693a323032343b733a363a224d582d445552223b693a323032353b733a363a224d582d47524f223b693a323032363b733a363a224d582d475541223b693a323032373b733a363a224d582d484944223b693a323032383b733a363a224d582d4a414c223b693a323032393b733a363a224d582d4d4558223b693a323033303b733a363a224d582d4d4943223b693a323033313b733a363a224d582d4d4f52223b693a323033323b733a363a224d582d4e4159223b693a323033333b733a363a224d582d4e4c45223b693a323033343b733a363a224d582d4f4158223b693a323033353b733a363a224d582d505545223b693a323033363b733a363a224d582d515545223b693a323033373b733a363a224d582d524f4f223b693a323033383b733a363a224d582d534c50223b693a323033393b733a363a224d582d53494e223b693a323034303b733a363a224d582d534f4e223b693a323034313b733a363a224d582d544142223b693a323034323b733a363a224d582d54414d223b693a323034333b733a363a224d582d544c41223b693a323034343b733a363a224d582d564552223b693a323034353b733a363a224d582d595543223b693a323034363b733a363a224d582d5a4143223b693a323034373b733a363a22464d2d54524b223b693a323034383b733a363a22464d2d4b5341223b693a323034393b733a363a22464d2d504e49223b693a323035303b733a363a22464d2d594150223b693a323035313b733a363a224d442d42414c223b693a323035323b733a363a224d442d434148223b693a323035333b733a363a224d442d434849223b693a323035343b733a363a224d442d445542223b693a323035353b733a363a224d442d4f5248223b693a323035363b733a363a224d442d524942223b693a323035373b733a363a224d442d534f43223b693a323035383b733a363a224d442d544947223b693a323035393b733a363a224d442d544952223b693a323036303b733a363a224d442d554e47223b693a323036313b733a363a224d442d414e45223b693a323036323b733a363a224d442d424153223b693a323036333b733a363a224d442d425249223b693a323036343b733a363a224d442d43484c223b693a323036353b733a363a224d442d43414d223b693a323036363b733a363a224d442d43414e223b693a323036373b733a363a224d442d434149223b693a323036383b733a363a224d442d43414c223b693a323036393b733a363a224d442d434153223b693a323037303b733a363a224d442d434941223b693a323037313b733a363a224d442d43494d223b693a323037323b733a363a224d442d434f4d223b693a323037333b733a363a224d442d435249223b693a323037343b733a363a224d442d444f4e223b693a323037353b733a363a224d442d44524f223b693a323037363b733a363a224d442d444249223b693a323037373b733a363a224d442d454449223b693a323037383b733a363a224d442d46414c223b693a323037393b733a363a224d442d464c4f223b693a323038303b733a363a224d442d474c4f223b693a323038313b733a363a224d442d475249223b693a323038323b733a363a224d442d48494e223b693a323038333b733a363a224d442d49414c223b693a323038343b733a363a224d442d4c454f223b693a323038353b733a363a224d442d4e4953223b693a323038363b733a363a224d442d4f434e223b693a323038373b733a363a224d442d4f4849223b693a323038383b733a363a224d442d52455a223b693a323038393b733a363a224d442d524954223b693a323039303b733a363a224d442d524953223b693a323039313b733a363a224d442d53494e223b693a323039323b733a363a224d442d534c4f223b693a323039333b733a363a224d442d534f41223b693a323039343b733a363a224d442d535452223b693a323039353b733a363a224d442d534f4c223b693a323039363b733a363a224d442d535445223b693a323039373b733a363a224d442d544152223b693a323039383b733a363a224d442d54454c223b693a323039393b733a363a224d442d554749223b693a323130303b733a363a224d442d56554c223b693a323130313b733a353a224d432d4d43223b693a323130323b733a343a224d4e2d31223b693a323130333b733a363a224d4e2d303733223b693a323130343b733a363a224d4e2d303639223b693a323130353b733a363a224d4e2d303731223b693a323130363b733a363a224d4e2d303637223b693a323130373b733a363a224d4e2d303337223b693a323130383b733a363a224d4e2d303631223b693a323130393b733a363a224d4e2d303633223b693a323131303b733a363a224d4e2d303539223b693a323131313b733a363a224d4e2d303537223b693a323131323b733a363a224d4e2d303635223b693a323131333b733a363a224d4e2d303634223b693a323131343b733a363a224d4e2d303339223b693a323131353b733a363a224d4e2d303433223b693a323131363b733a363a224d4e2d303431223b693a323131373b733a363a224d4e2d303533223b693a323131383b733a363a224d4e2d303335223b693a323131393b733a363a224d4e2d303535223b693a323132303b733a363a224d4e2d303439223b693a323132313b733a363a224d4e2d303531223b693a323132323b733a363a224d4e2d303437223b693a323132333b733a363a224d4e2d303436223b693a323132343b733a353a224d532d4d53223b693a323132353b733a353a224d412d4345223b693a323132363b733a363a224d412d415a49223b693a323132373b733a363a224d412d42454d223b693a323132383b733a363a224d412d424553223b693a323132393b733a363a224d412d424f4d223b693a323133303b733a363a224d412d434153223b693a323133313b733a363a224d412d4a4449223b693a323133323b733a363a224d412d4b484f223b693a323133333b733a363a224d412d534554223b693a323133343b733a353a224d412d434e223b693a323133353b733a363a224d412d484f43223b693a323133363b733a363a224d412d464553223b693a323133373b733a363a224d412d534546223b693a323133383b733a363a224d412d54414f223b693a323133393b733a363a224d412d54415a223b693a323134303b733a353a224d412d4353223b693a323134313b733a363a224d412d48414a223b693a323134323b733a363a224d412d455252223b693a323134333b733a363a224d412d494652223b693a323134343b733a363a224d412d4b484e223b693a323134353b733a363a224d412d4d454b223b693a323134363b733a353a224d412d4553223b693a323134373b733a363a224d412d424552223b693a323134383b733a363a224d412d464947223b693a323134393b733a363a224d412d495241223b693a323135303b733a363a224d412d4e4144223b693a323135313b733a363a224d412d4f554a223b693a323135323b733a353a224d412d4e4f223b693a323135333b733a363a224d412d434845223b693a323135343b733a363a224d412d4b454e223b693a323135353b733a363a224d412d4b4845223b693a323135363b733a363a224d412d4c4152223b693a323135373b733a363a224d412d524241223b693a323135383b733a363a224d412d53494b223b693a323135393b733a363a224d412d544e47223b693a323136303b733a363a224d412d544554223b693a323136313b733a353a224d412d5355223b693a323136323b733a363a224d412d414744223b693a323136333b733a363a224d412d424148223b693a323136343b733a363a224d412d4d454c223b693a323136353b733a363a224d412d41535a223b693a323136363b733a363a224d412d424f44223b693a323136373b733a363a224d412d45534d223b693a323136383b733a363a224d412d475545223b693a323136393b733a363a224d412d4c4141223b693a323137303b733a363a224d412d4f5541223b693a323137313b733a363a224d412d4f5544223b693a323137323b733a363a224d412d544e54223b693a323137333b733a363a224d412d544152223b693a323137343b733a363a224d412d544154223b693a323137353b733a363a224d412d54495a223b693a323137363b733a353a224d412d5453223b693a323137373b733a363a224d412d48414f223b693a323137383b733a363a224d412d434849223b693a323137393b733a363a224d412d455349223b693a323138303b733a363a224d412d4b4553223b693a323138313b733a363a224d412d4d4152223b693a323138323b733a363a224d412d534146223b693a323138333b733a363a224d5a2d4d504d223b693a323138343b733a343a224d5a2d50223b693a323138353b733a343a224d5a2d47223b693a323138363b733a343a224d5a2d49223b693a323138373b733a343a224d5a2d42223b693a323138383b733a343a224d5a2d4c223b693a323138393b733a343a224d5a2d4e223b693a323139303b733a343a224d5a2d41223b693a323139313b733a343a224d5a2d53223b693a323139323b733a343a224d5a2d54223b693a323139333b733a343a224d5a2d51223b693a323139343b733a353a224d4d2d3037223b693a323139353b733a353a224d4d2d3032223b693a323139363b733a353a224d4d2d3033223b693a323139373b733a353a224d4d2d3034223b693a323139383b733a353a224d4d2d3031223b693a323139393b733a353a224d4d2d3035223b693a323230303b733a353a224d4d2d3036223b693a323230313b733a353a224d4d2d3134223b693a323230323b733a353a224d4d2d3131223b693a323230333b733a353a224d4d2d3132223b693a323230343b733a353a224d4d2d3133223b693a323230353b733a353a224d4d2d3135223b693a323230363b733a353a224d4d2d3136223b693a323230373b733a353a224d4d2d3137223b693a323230383b733a353a224e412d4341223b693a323230393b733a353a224e412d4552223b693a323231303b733a353a224e412d4841223b693a323231313b733a353a224e412d4b41223b693a323231323b733a353a224e412d4b48223b693a323231333b733a353a224e412d4b55223b693a323231343b733a353a224e412d4f57223b693a323231353b733a353a224e412d4f4b223b693a323231363b733a353a224e412d4f48223b693a323231373b733a353a224e412d4f53223b693a323231383b733a353a224e412d4f4e223b693a323231393b733a353a224e412d4f54223b693a323232303b733a353a224e412d4f44223b693a323232313b733a353a224e522d4e52223b693a323232323b733a343a224e502d31223b693a323232333b733a353a224e502d4241223b693a323232343b733a353a224e502d4a41223b693a323232353b733a353a224e502d4e41223b693a323232363b733a343a224e502d32223b693a323232373b733a353a224e502d4248223b693a323232383b733a353a224e502d4b41223b693a323232393b733a353a224e502d5241223b693a323233303b733a343a224e502d33223b693a323233313b733a353a224e502d4448223b693a323233323b733a353a224e502d4741223b693a323233333b733a353a224e502d4c55223b693a323233343b733a343a224e502d34223b693a323233353b733a353a224e502d4b4f223b693a323233363b733a353a224e502d4d45223b693a323233373b733a353a224e502d5341223b693a323233383b733a343a224e502d35223b693a323233393b733a353a224e502d4d41223b693a323234303b733a353a224e502d5345223b693a323234313b733a353a224e4c2d4452223b693a323234323b733a353a224e4c2d464c223b693a323234333b733a353a224e4c2d4652223b693a323234343b733a353a224e4c2d4745223b693a323234353b733a353a224e4c2d4752223b693a323234363b733a353a224e4c2d4c49223b693a323234373b733a353a224e4c2d4e42223b693a323234383b733a353a224e4c2d4e48223b693a323234393b733a353a224e4c2d4f56223b693a323235303b733a353a224e4c2d5554223b693a323235313b733a353a224e4c2d5a45223b693a323235323b733a353a224e4c2d5a48223b693a323235333b733a353a22414e2d414e223b693a323235343b733a353a224e432d4e43223b693a323235353b733a343a224e5a2d4e223b693a323235363b733a363a224e5a2d41554b223b693a323235373b733a363a224e5a2d424f50223b693a323235383b733a363a224e5a2d474953223b693a323235393b733a363a224e5a2d484b42223b693a323236303b733a363a224e5a2d4d5754223b693a323236313b733a363a224e5a2d4e544c223b693a323236323b733a363a224e5a2d544b49223b693a323236333b733a363a224e5a2d574b4f223b693a323236343b733a363a224e5a2d57474e223b693a323236353b733a343a224e5a2d53223b693a323236363b733a363a224e5a2d43414e223b693a323236373b733a363a224e5a2d4d4248223b693a323236383b733a363a224e5a2d4e534e223b693a323236393b733a363a224e5a2d4f5441223b693a323237303b733a363a224e5a2d53544c223b693a323237313b733a363a224e5a2d544153223b693a323237323b733a363a224e5a2d575443223b693a323237333b733a353a224e492d424f223b693a323237343b733a353a224e492d4341223b693a323237353b733a353a224e492d4349223b693a323237363b733a353a224e492d434f223b693a323237373b733a353a224e492d4553223b693a323237383b733a353a224e492d4752223b693a323237393b733a353a224e492d4a49223b693a323238303b733a353a224e492d4c45223b693a323238313b733a353a224e492d4d44223b693a323238323b733a353a224e492d4d4e223b693a323238333b733a353a224e492d4d53223b693a323238343b733a353a224e492d4d54223b693a323238353b733a353a224e492d4e53223b693a323238363b733a353a224e492d534a223b693a323238373b733a353a224e492d5249223b693a323238383b733a353a224e492d5a45223b693a323238393b733a343a224e452d38223b693a323239303b733a343a224e452d31223b693a323239313b733a343a224e452d32223b693a323239323b733a343a224e452d33223b693a323239333b733a343a224e452d34223b693a323239343b733a343a224e452d35223b693a323239353b733a343a224e452d36223b693a323239363b733a343a224e452d37223b693a323239373b733a353a224e472d4643223b693a323239383b733a353a224e472d4142223b693a323239393b733a353a224e472d4144223b693a323330303b733a353a224e472d414b223b693a323330313b733a353a224e472d414e223b693a323330323b733a353a224e472d4241223b693a323330333b733a353a224e472d4245223b693a323330343b733a353a224e472d424f223b693a323330353b733a353a224e472d4352223b693a323330363b733a353a224e472d4445223b693a323330373b733a353a224e472d4544223b693a323330383b733a353a224e472d454e223b693a323330393b733a353a224e472d494d223b693a323331303b733a353a224e472d4a49223b693a323331313b733a353a224e472d4b44223b693a323331323b733a353a224e472d4b4e223b693a323331333b733a353a224e472d4b54223b693a323331343b733a353a224e472d4b45223b693a323331353b733a353a224e472d4b4f223b693a323331363b733a353a224e472d4b57223b693a323331373b733a353a224e472d4c41223b693a323331383b733a353a224e472d4e49223b693a323331393b733a353a224e472d4f47223b693a323332303b733a353a224e472d4f4e223b693a323332313b733a353a224e472d4f53223b693a323332323b733a353a224e472d4f59223b693a323332333b733a353a224e472d504c223b693a323332343b733a353a224e472d5249223b693a323332353b733a353a224e472d534f223b693a323332363b733a353a224e472d5441223b693a323332373b733a353a224e472d594f223b693a323332383b733a353a224e552d4e55223b693a323332393b733a353a224e462d4e46223b693a323333303b733a363a224b502d4b4145223b693a323333313b733a363a224b502d4e414d223b693a323333323b733a363a224b502d50594f223b693a323333333b733a363a224b502d434841223b693a323333343b733a363a224b502d484142223b693a323333353b733a363a224b502d48414e223b693a323333363b733a363a224b502d485742223b693a323333373b733a363a224b502d48574e223b693a323333383b733a363a224b502d4b414e223b693a323333393b733a363a224b502d505942223b693a323334303b733a363a224b502d50594e223b693a323334313b733a363a224b502d59414e223b693a323334323b733a353a224d502d4d50223b693a323334333b733a353a224e4f2d3032223b693a323334343b733a353a224e4f2d3039223b693a323334353b733a353a224e4f2d3036223b693a323334363b733a353a224e4f2d3230223b693a323334373b733a353a224e4f2d3034223b693a323334383b733a353a224e4f2d3132223b693a323334393b733a353a224e4f2d3135223b693a323335303b733a353a224e4f2d3138223b693a323335313b733a353a224e4f2d3137223b693a323335323b733a353a224e4f2d3035223b693a323335333b733a353a224e4f2d3033223b693a323335343b733a353a224e4f2d3131223b693a323335353b733a353a224e4f2d3134223b693a323335363b733a353a224e4f2d3136223b693a323335373b733a353a224e4f2d3038223b693a323335383b733a353a224e4f2d3139223b693a323335393b733a353a224e4f2d3130223b693a323336303b733a353a224e4f2d3037223b693a323336313b733a353a224e4f2d3031223b693a323336323b733a353a224e4f2d3232223b693a323336333b733a353a224e4f2d3231223b693a323336343b733a353a224f4d2d4441223b693a323336353b733a353a224f4d2d4241223b693a323336363b733a353a224f4d2d4a41223b693a323336373b733a353a224f4d2d5755223b693a323336383b733a353a224f4d2d5348223b693a323336393b733a353a224f4d2d5a41223b693a323337303b733a353a224f4d2d4d41223b693a323337313b733a353a224f4d2d4d55223b693a323337323b733a353a22504b2d4953223b693a323337333b733a353a22504b2d4241223b693a323337343b733a353a22504b2d4e57223b693a323337353b733a353a22504b2d5042223b693a323337363b733a353a22504b2d5344223b693a323337373b733a353a22504b2d5441223b693a323337383b733a353a22504b2d4a4b223b693a323337393b733a353a22504b2d4e41223b693a323338303b733a353a2250572d5057223b693a323338313b733a343a2250412d31223b693a323338323b733a343a2250412d32223b693a323338333b733a343a2250412d33223b693a323338343b733a343a2250412d34223b693a323338353b733a343a2250412d35223b693a323338363b733a343a2250412d36223b693a323338373b733a343a2250412d37223b693a323338383b733a343a2250412d38223b693a323338393b733a343a2250412d39223b693a323339303b733a343a2250412d30223b693a323339313b733a363a2250472d4e4344223b693a323339323b733a363a2250472d43504d223b693a323339333b733a363a2250472d43504b223b693a323339343b733a363a2250472d454847223b693a323339353b733a363a2250472d454252223b693a323339363b733a363a2250472d455357223b693a323339373b733a363a2250472d455057223b693a323339383b733a363a2250472d47504b223b693a323339393b733a363a2250472d4d504d223b693a323430303b733a363a2250472d4d524c223b693a323430313b733a363a2250472d4d4241223b693a323430323b733a363a2250472d4d504c223b693a323430333b733a363a2250472d4e494b223b693a323430343b733a363a2250472d4e5050223b693a323430353b733a363a2250472d4e5341223b693a323430363b733a363a2250472d53414e223b693a323430373b733a363a2250472d53484d223b693a323430383b733a363a2250472d575044223b693a323430393b733a363a2250472d57484d223b693a323431303b733a363a2250472d57424b223b693a323431313b733a363a2250592d415355223b693a323431323b733a353a2250592d3136223b693a323431333b733a353a2250592d3130223b693a323431343b733a353a2250592d3133223b693a323431353b733a353a2250592d3139223b693a323431363b733a343a2250592d35223b693a323431373b733a343a2250592d36223b693a323431383b733a353a2250592d3134223b693a323431393b733a353a2250592d3131223b693a323432303b733a343a2250592d31223b693a323432313b733a343a2250592d33223b693a323432323b733a343a2250592d34223b693a323432333b733a343a2250592d37223b693a323432343b733a343a2250592d38223b693a323432353b733a353a2250592d3132223b693a323432363b733a343a2250592d39223b693a323432373b733a353a2250592d3135223b693a323432383b733a343a2250592d32223b693a323432393b733a363a2250452d43414c223b693a323433303b733a363a2250452d414d41223b693a323433313b733a363a2250452d414e43223b693a323433323b733a363a2250452d415055223b693a323433333b733a363a2250452d415245223b693a323433343b733a363a2250452d415941223b693a323433353b733a363a2250452d43414a223b693a323433363b733a363a2250452d435553223b693a323433373b733a363a2250452d485556223b693a323433383b733a363a2250452d485543223b693a323433393b733a363a2250452d494341223b693a323434303b733a363a2250452d4a554e223b693a323434313b733a363a2250452d4c414c223b693a323434323b733a363a2250452d4c414d223b693a323434333b733a363a2250452d4c494d223b693a323434343b733a363a2250452d4c4f52223b693a323434353b733a363a2250452d4d4444223b693a323434363b733a363a2250452d4d4f51223b693a323434373b733a363a2250452d504153223b693a323434383b733a363a2250452d504955223b693a323434393b733a363a2250452d50554e223b693a323435303b733a363a2250452d53414d223b693a323435313b733a363a2250452d544143223b693a323435323b733a363a2250452d54554d223b693a323435333b733a363a2250452d554341223b693a323435343b733a353a2250482d5048223b693a323435353b733a353a22504e2d504e223b693a323435363b733a353a22504c2d4250223b693a323435373b733a353a22504c2d424b223b693a323435383b733a353a22504c2d4242223b693a323435393b733a353a22504c2d4259223b693a323436303b733a353a22504c2d4348223b693a323436313b733a353a22504c2d4349223b693a323436323b733a353a22504c2d435a223b693a323436333b733a353a22504c2d454c223b693a323436343b733a353a22504c2d4744223b693a323436353b733a353a22504c2d474f223b693a323436363b733a353a22504c2d4a47223b693a323436373b733a353a22504c2d4b4c223b693a323436383b733a353a22504c2d4b41223b693a323436393b733a353a22504c2d4b49223b693a323437303b733a353a22504c2d4b4e223b693a323437313b733a353a22504c2d4b4f223b693a323437323b733a353a22504c2d4b52223b693a323437333b733a353a22504c2d4b53223b693a323437343b733a353a22504c2d4c47223b693a323437353b733a353a22504c2d4c45223b693a323437363b733a353a22504c2d4c55223b693a323437373b733a353a22504c2d4c4f223b693a323437383b733a353a22504c2d4c44223b693a323437393b733a353a22504c2d4e53223b693a323438303b733a353a22504c2d4f4c223b693a323438313b733a353a22504c2d4f50223b693a323438323b733a353a22504c2d4f53223b693a323438333b733a353a22504c2d5049223b693a323438343b733a353a22504c2d5054223b693a323438353b733a353a22504c2d504c223b693a323438363b733a353a22504c2d504f223b693a323438373b733a353a22504c2d5052223b693a323438383b733a353a22504c2d5241223b693a323438393b733a353a22504c2d525a223b693a323439303b733a353a22504c2d5345223b693a323439313b733a353a22504c2d5349223b693a323439323b733a353a22504c2d534b223b693a323439333b733a353a22504c2d534c223b693a323439343b733a353a22504c2d5355223b693a323439353b733a353a22504c2d535a223b693a323439363b733a353a22504c2d5447223b693a323439373b733a353a22504c2d5441223b693a323439383b733a353a22504c2d544f223b693a323439393b733a353a22504c2d5742223b693a323530303b733a353a22504c2d5741223b693a323530313b733a353a22504c2d574c223b693a323530323b733a353a22504c2d5752223b693a323530333b733a353a22504c2d5a41223b693a323530343b733a353a22504c2d5a47223b693a323530353b733a353a2250542d3031223b693a323530363b733a353a2250542d3032223b693a323530373b733a353a2250542d3033223b693a323530383b733a353a2250542d3034223b693a323530393b733a353a2250542d3035223b693a323531303b733a353a2250542d3036223b693a323531313b733a353a2250542d3037223b693a323531323b733a353a2250542d3038223b693a323531333b733a353a2250542d3039223b693a323531343b733a353a2250542d3130223b693a323531353b733a353a2250542d3131223b693a323531363b733a353a2250542d3132223b693a323531373b733a353a2250542d3133223b693a323531383b733a353a2250542d3134223b693a323531393b733a353a2250542d3135223b693a323532303b733a353a2250542d3136223b693a323532313b733a353a2250542d3137223b693a323532323b733a353a2250542d3138223b693a323532333b733a353a2250542d3230223b693a323532343b733a353a2250542d3330223b693a323532353b733a353a2250522d5052223b693a323532363b733a353a2251412d4441223b693a323532373b733a353a2251412d4748223b693a323532383b733a353a2251412d4a55223b693a323532393b733a353a2251412d4b48223b693a323533303b733a353a2251412d5741223b693a323533313b733a353a2251412d5241223b693a323533323b733a353a2251412d4a42223b693a323533333b733a353a2251412d4d53223b693a323533343b733a353a2251412d5553223b693a323533353b733a353a2252452d5245223b693a323533363b733a343a22524f2d42223b693a323533373b733a353a22524f2d4142223b693a323533383b733a353a22524f2d4152223b693a323533393b733a353a22524f2d4147223b693a323534303b733a353a22524f2d4243223b693a323534313b733a353a22524f2d4248223b693a323534323b733a353a22524f2d424e223b693a323534333b733a353a22524f2d4254223b693a323534343b733a353a22524f2d4256223b693a323534353b733a353a22524f2d4252223b693a323534363b733a353a22524f2d425a223b693a323534373b733a353a22524f2d4353223b693a323534383b733a353a22524f2d434c223b693a323534393b733a353a22524f2d434a223b693a323535303b733a353a22524f2d4354223b693a323535313b733a353a22524f2d4356223b693a323535323b733a353a22524f2d4442223b693a323535333b733a353a22524f2d444a223b693a323535343b733a353a22524f2d474c223b693a323535353b733a353a22524f2d4752223b693a323535363b733a353a22524f2d474a223b693a323535373b733a353a22524f2d4852223b693a323535383b733a353a22524f2d4844223b693a323535393b733a353a22524f2d494c223b693a323536303b733a353a22524f2d4953223b693a323536313b733a353a22524f2d4d4d223b693a323536323b733a353a22524f2d4d48223b693a323536333b733a353a22524f2d4d53223b693a323536343b733a353a22524f2d4e54223b693a323536353b733a353a22524f2d4f54223b693a323536363b733a353a22524f2d5048223b693a323536373b733a353a22524f2d534d223b693a323536383b733a353a22524f2d534a223b693a323536393b733a353a22524f2d5342223b693a323537303b733a353a22524f2d5356223b693a323537313b733a353a22524f2d5452223b693a323537323b733a353a22524f2d544d223b693a323537333b733a353a22524f2d544c223b693a323537343b733a353a22524f2d5653223b693a323537353b733a353a22524f2d564c223b693a323537363b733a353a22524f2d564e223b693a323537373b733a353a2252552d4144223b693a323537383b733a353a2252552d414c223b693a323537393b733a353a2252552d4241223b693a323538303b733a353a2252552d4255223b693a323538313b733a353a2252552d4345223b693a323538323b733a353a2252552d4355223b693a323538333b733a353a2252552d4441223b693a323538343b733a353a2252552d494e223b693a323538353b733a353a2252552d4b42223b693a323538363b733a353a2252552d4b4c223b693a323538373b733a353a2252552d4b43223b693a323538383b733a353a2252552d4b52223b693a323538393b733a353a2252552d4b4b223b693a323539303b733a353a2252552d4b4f223b693a323539313b733a353a2252552d4d45223b693a323539323b733a353a2252552d4d4f223b693a323539333b733a353a2252552d5341223b693a323539343b733a353a2252552d5345223b693a323539353b733a353a2252552d5441223b693a323539363b733a353a2252552d5459223b693a323539373b733a353a2252552d5544223b693a323539383b733a363a2252552d414c54223b693a323539393b733a363a2252552d4b4841223b693a323630303b733a363a2252552d4b4441223b693a323630313b733a363a2252552d4b5941223b693a323630323b733a363a2252552d505249223b693a323630333b733a363a2252552d535441223b693a323630343b733a363a2252552d414d55223b693a323630353b733a363a2252552d41524b223b693a323630363b733a363a2252552d415354223b693a323630373b733a363a2252552d42454c223b693a323630383b733a363a2252552d425259223b693a323630393b733a363a2252552d434845223b693a323631303b733a363a2252552d434849223b693a323631313b733a363a2252552d49524b223b693a323631323b733a363a2252552d495641223b693a323631333b733a363a2252552d4b4744223b693a323631343b733a363a2252552d4b4c55223b693a323631353b733a363a2252552d4b414d223b693a323631363b733a363a2252552d4b454d223b693a323631373b733a363a2252552d4b4952223b693a323631383b733a363a2252552d4b4f53223b693a323631393b733a363a2252552d4b474e223b693a323632303b733a363a2252552d4b5253223b693a323632313b733a363a2252552d4c454e223b693a323632323b733a363a2252552d4c4950223b693a323632333b733a363a2252552d4d4147223b693a323632343b733a363a2252552d4d4f53223b693a323632353b733a363a2252552d4d5552223b693a323632363b733a363a2252552d4e495a223b693a323632373b733a363a2252552d4e4752223b693a323632383b733a363a2252552d4e5653223b693a323632393b733a363a2252552d4f4d53223b693a323633303b733a363a2252552d4f5245223b693a323633313b733a363a2252552d4f524c223b693a323633323b733a363a2252552d504e5a223b693a323633333b733a363a2252552d504552223b693a323633343b733a363a2252552d50534b223b693a323633353b733a363a2252552d524f53223b693a323633363b733a363a2252552d525941223b693a323633373b733a363a2252552d53414b223b693a323633383b733a363a2252552d53414d223b693a323633393b733a363a2252552d534152223b693a323634303b733a363a2252552d534d4f223b693a323634313b733a363a2252552d535645223b693a323634323b733a363a2252552d54414d223b693a323634333b733a363a2252552d544f4d223b693a323634343b733a363a2252552d54554c223b693a323634353b733a363a2252552d545645223b693a323634363b733a363a2252552d545955223b693a323634373b733a363a2252552d554c59223b693a323634383b733a363a2252552d564c41223b693a323634393b733a363a2252552d564747223b693a323635303b733a363a2252552d564c47223b693a323635313b733a363a2252552d564f52223b693a323635323b733a363a2252552d594152223b693a323635333b733a363a2252552d4d4f57223b693a323635343b733a363a2252552d535045223b693a323635353b733a363a2252552d594556223b693a323635363b733a363a2252552d414742223b693a323635373b733a363a2252552d434855223b693a323635383b733a363a2252552d455645223b693a323635393b733a363a2252552d4b484d223b693a323636303b733a363a2252552d4b4f50223b693a323636313b733a363a2252552d4b4f52223b693a323636323b733a363a2252552d4e454e223b693a323636333b733a363a2252552d544159223b693a323636343b733a363a2252552d554f42223b693a323636353b733a363a2252552d59414e223b693a323636363b733a343a2252572d43223b693a323636373b733a343a2252572d49223b693a323636383b733a343a2252572d45223b693a323636393b733a343a2252572d44223b693a323637303b733a343a2252572d47223b693a323637313b733a343a2252572d42223b693a323637323b733a343a2252572d4a223b693a323637333b733a343a2252572d46223b693a323637343b733a343a2252572d4b223b693a323637353b733a343a2252572d4c223b693a323637363b733a343a2252572d4d223b693a323637373b733a343a2252572d48223b693a323637383b733a353a2253482d5348223b693a323637393b733a353a2253482d4143223b693a323638303b733a353a2253482d5441223b693a323638313b733a353a224b4e2d4b4e223b693a323638323b733a353a224c432d4c43223b693a323638333b733a353a22504d2d504d223b693a323638343b733a353a2256432d5643223b693a323638353b733a353a2257532d4141223b693a323638363b733a353a2257532d414c223b693a323638373b733a353a2257532d4154223b693a323638383b733a353a2257532d4641223b693a323638393b733a353a2257532d4745223b693a323639303b733a353a2257532d4749223b693a323639313b733a353a2257532d5041223b693a323639323b733a353a2257532d5341223b693a323639333b733a353a2257532d5455223b693a323639343b733a353a2257532d5646223b693a323639353b733a353a2257532d5653223b693a323639363b733a353a22534d2d534d223b693a323639373b733a343a2253542d50223b693a323639383b733a343a2253542d53223b693a323639393b733a353a2253412d3131223b693a323730303b733a353a2253412d3038223b693a323730313b733a353a2253412d3132223b693a323730323b733a353a2253412d3033223b693a323730333b733a353a2253412d3035223b693a323730343b733a353a2253412d4f31223b693a323730353b733a353a2253412d3034223b693a323730363b733a353a2253412d3134223b693a323730373b733a353a2253412d3036223b693a323730383b733a353a2253412d3039223b693a323730393b733a353a2253412d3032223b693a323731303b733a353a2253412d3130223b693a323731313b733a353a2253412d3037223b693a323731323b733a353a22534e2d444b223b693a323731333b733a353a22534e2d4442223b693a323731343b733a353a22534e2d464b223b693a323731353b733a353a22534e2d4b4c223b693a323731363b733a353a22534e2d4b44223b693a323731373b733a353a22534e2d4c47223b693a323731383b733a353a22534e2d534c223b693a323731393b733a353a22534e2d5443223b693a323732303b733a353a22534e2d5448223b693a323732313b733a353a22534e2d5a47223b693a323732323b733a353a2253432d5343223b693a323732333b733a343a22534c2d57223b693a323732343b733a343a22534c2d45223b693a323732353b733a343a22534c2d4e223b693a323732363b733a343a22534c2d53223b693a323732373b733a353a2253472d5347223b693a323732383b733a353a22534b2d4243223b693a323732393b733a353a22534b2d424c223b693a323733303b733a353a22534b2d4b49223b693a323733313b733a353a22534b2d4e49223b693a323733323b733a353a22534b2d5056223b693a323733333b733a353a22534b2d5443223b693a323733343b733a353a22534b2d5441223b693a323733353b733a353a22534b2d5a49223b693a323733363b733a353a2253492d3037223b693a323733373b733a353a2253492d3039223b693a323733383b733a353a2253492d3131223b693a323733393b733a353a2253492d3033223b693a323734303b733a353a2253492d3130223b693a323734313b733a353a2253492d3132223b693a323734323b733a353a2253492d3038223b693a323734333b733a353a2253492d3032223b693a323734343b733a353a2253492d3031223b693a323734353b733a353a2253492d3034223b693a323734363b733a353a2253492d3036223b693a323734373b733a353a2253492d3035223b693a323734383b733a353a2253422d4354223b693a323734393b733a353a2253422d4345223b693a323735303b733a353a2253422d4755223b693a323735313b733a353a2253422d4953223b693a323735323b733a353a2253422d4d4b223b693a323735333b733a353a2253422d4d4c223b693a323735343b733a353a2253422d5445223b693a323735353b733a353a2253422d5745223b693a323735363b733a353a22534f2d4157223b693a323735373b733a353a22534f2d424b223b693a323735383b733a353a22534f2d424e223b693a323735393b733a353a22534f2d4252223b693a323736303b733a353a22534f2d4259223b693a323736313b733a353a22534f2d4741223b693a323736323b733a353a22534f2d4745223b693a323736333b733a353a22534f2d4849223b693a323736343b733a353a22534f2d4a44223b693a323736353b733a353a22534f2d4a48223b693a323736363b733a353a22534f2d4d55223b693a323736373b733a353a22534f2d4e55223b693a323736383b733a353a22534f2d5341223b693a323736393b733a353a22534f2d5344223b693a323737303b733a353a22534f2d5348223b693a323737313b733a353a22534f2d534f223b693a323737323b733a353a22534f2d544f223b693a323737333b733a353a22534f2d574f223b693a323737343b733a353a225a412d4543223b693a323737353b733a353a225a412d4653223b693a323737363b733a353a225a412d4754223b693a323737373b733a353a225a412d4e4c223b693a323737383b733a353a225a412d4d50223b693a323737393b733a353a225a412d4e43223b693a323738303b733a353a225a412d4e50223b693a323738313b733a353a225a412d4e57223b693a323738323b733a353a225a412d5743223b693a323738333b733a353a2247532d4753223b693a323738343b733a353a224b522d3131223b693a323738353b733a353a224b522d3236223b693a323738363b733a353a224b522d3237223b693a323738373b733a353a224b522d3330223b693a323738383b733a353a224b522d3239223b693a323738393b733a353a224b522d3238223b693a323739303b733a353a224b522d3331223b693a323739313b733a353a224b522d3433223b693a323739323b733a353a224b522d3434223b693a323739333b733a353a224b522d3432223b693a323739343b733a353a224b522d3431223b693a323739353b733a353a224b522d3437223b693a323739363b733a353a224b522d3438223b693a323739373b733a353a224b522d3439223b693a323739383b733a353a224b522d3435223b693a323739393b733a353a224b522d3436223b693a323830303b733a353a2245532d414e223b693a323830313b733a353a2245532d414c223b693a323830323b733a353a2245532d4341223b693a323830333b733a353a2245532d434f223b693a323830343b733a353a2245532d4752223b693a323830353b733a343a2245532d48223b693a323830363b733a343a2245532d4a223b693a323830373b733a353a2245532d4d41223b693a323830383b733a353a2245532d5345223b693a323830393b733a353a2245532d4152223b693a323831303b733a353a2245532d4855223b693a323831313b733a353a2245532d5445223b693a323831323b733a343a2245532d5a223b693a323831333b733a343a2245532d4f223b693a323831343b733a353a2245532d434e223b693a323831353b733a353a2245532d4743223b693a323831363b733a353a2245532d5446223b693a323831373b733a343a2245532d53223b693a323831383b733a353a2245532d434d223b693a323831393b733a353a2245532d4142223b693a323832303b733a353a2245532d4352223b693a323832313b733a353a2245532d4355223b693a323832323b733a353a2245532d4755223b693a323832333b733a353a2245532d544f223b693a323832343b733a353a2245532d434c223b693a323832353b733a353a2245532d4156223b693a323832363b733a353a2245532d4255223b693a323832373b733a353a2245532d4c45223b693a323832383b733a343a2245532d50223b693a323832393b733a353a2245532d5341223b693a323833303b733a353a2245532d5347223b693a323833313b733a353a2245532d534f223b693a323833323b733a353a2245532d5641223b693a323833333b733a353a2245532d5a41223b693a323833343b733a353a2245532d4354223b693a323833353b733a343a2245532d42223b693a323833363b733a353a2245532d4745223b693a323833373b733a343a2245532d4c223b693a323833383b733a343a2245532d54223b693a323833393b733a353a2245532d4558223b693a323834303b733a353a2245532d4241223b693a323834313b733a353a2245532d4343223b693a323834323b733a353a2245532d4741223b693a323834333b733a343a2245532d43223b693a323834343b733a353a2245532d4c55223b693a323834353b733a353a2245532d4f52223b693a323834363b733a353a2245532d504f223b693a323834373b733a353a2245532d504d223b693a323834383b733a353a2245532d4c4f223b693a323834393b733a343a2245532d4d223b693a323835303b733a353a2245532d4d55223b693a323835313b733a353a2245532d4e41223b693a323835323b733a353a2245532d5056223b693a323835333b733a353a2245532d5649223b693a323835343b733a353a2245532d5353223b693a323835353b733a353a2245532d4249223b693a323835363b733a353a2245532d5643223b693a323835373b733a343a2245532d41223b693a323835383b733a353a2245532d4353223b693a323835393b733a343a2245532d56223b693a323836303b733a343a224c4b2d31223b693a323836313b733a353a224c4b2d3131223b693a323836323b733a353a224c4b2d3132223b693a323836333b733a353a224c4b2d3133223b693a323836343b733a343a224c4b2d33223b693a323836353b733a353a224c4b2d3331223b693a323836363b733a353a224c4b2d3333223b693a323836373b733a353a224c4b2d3332223b693a323836383b733a343a224c4b2d32223b693a323836393b733a353a224c4b2d3231223b693a323837303b733a353a224c4b2d3232223b693a323837313b733a353a224c4b2d3233223b693a323837323b733a343a224c4b2d35223b693a323837333b733a353a224c4b2d3532223b693a323837343b733a353a224c4b2d3531223b693a323837353b733a353a224c4b2d3533223b693a323837363b733a343a224c4b2d39223b693a323837373b733a353a224c4b2d3932223b693a323837383b733a353a224c4b2d3931223b693a323837393b733a343a224c4b2d37223b693a323838303b733a353a224c4b2d3731223b693a323838313b733a353a224c4b2d3732223b693a323838323b733a343a224c4b2d34223b693a323838333b733a353a224c4b2d3431223b693a323838343b733a353a224c4b2d3432223b693a323838353b733a353a224c4b2d3433223b693a323838363b733a353a224c4b2d3435223b693a323838373b733a353a224c4b2d3434223b693a323838383b733a343a224c4b2d38223b693a323838393b733a353a224c4b2d3831223b693a323839303b733a353a224c4b2d3832223b693a323839313b733a343a224c4b2d36223b693a323839323b733a353a224c4b2d3631223b693a323839333b733a353a224c4b2d3632223b693a323839343b733a353a2253442d3233223b693a323839353b733a353a2253442d3236223b693a323839363b733a353a2253442d3138223b693a323839373b733a353a2253442d3037223b693a323839383b733a353a2253442d3033223b693a323839393b733a353a2253442d3036223b693a323930303b733a353a2253442d3232223b693a323930313b733a353a2253442d3034223b693a323930323b733a353a2253442d3038223b693a323930333b733a353a2253442d3234223b693a323930343b733a353a2253442d3031223b693a323930353b733a353a2253442d3137223b693a323930363b733a353a2253442d3136223b693a323930373b733a353a2253442d3134223b693a323930383b733a353a2253442d3132223b693a323930393b733a353a2253442d3130223b693a323931303b733a353a2253442d3131223b693a323931313b733a353a2253442d3133223b693a323931323b733a353a2253442d3230223b693a323931333b733a353a2253442d3035223b693a323931343b733a353a2253442d3135223b693a323931353b733a353a2253442d3032223b693a323931363b733a353a2253442d3039223b693a323931373b733a353a2253442d3139223b693a323931383b733a353a2253442d3235223b693a323931393b733a353a2253442d3231223b693a323932303b733a353a2253522d4252223b693a323932313b733a353a2253522d434d223b693a323932323b733a353a2253522d4352223b693a323932333b733a353a2253522d4d41223b693a323932343b733a353a2253522d4e49223b693a323932353b733a353a2253522d5052223b693a323932363b733a353a2253522d504d223b693a323932373b733a353a2253522d5341223b693a323932383b733a353a2253522d5349223b693a323932393b733a353a2253522d5741223b693a323933303b733a353a22534a2d534a223b693a323933313b733a353a22535a2d4848223b693a323933323b733a353a22535a2d4c55223b693a323933333b733a353a22535a2d4d41223b693a323933343b733a353a22535a2d5348223b693a323933353b733a343a2253452d4b223b693a323933363b733a343a2253452d57223b693a323933373b733a343a2253452d49223b693a323933383b733a343a2253452d58223b693a323933393b733a343a2253452d4e223b693a323934303b733a343a2253452d5a223b693a323934313b733a343a2253452d46223b693a323934323b733a343a2253452d48223b693a323934333b733a343a2253452d47223b693a323934343b733a353a2253452d4244223b693a323934353b733a343a2253452d4d223b693a323934363b733a353a2253452d4142223b693a323934373b733a343a2253452d44223b693a323934383b733a343a2253452d43223b693a323934393b733a343a2253452d53223b693a323935303b733a353a2253452d4143223b693a323935313b733a343a2253452d59223b693a323935323b733a343a2253452d55223b693a323935333b733a343a2253452d4f223b693a323935343b733a343a2253452d54223b693a323935353b733a343a2253452d45223b693a323935363b733a353a2243482d4147223b693a323935373b733a353a2243482d4152223b693a323935383b733a353a2243482d4149223b693a323935393b733a353a2243482d424c223b693a323936303b733a353a2243482d4253223b693a323936313b733a353a2243482d4245223b693a323936323b733a353a2243482d4652223b693a323936333b733a353a2243482d4745223b693a323936343b733a353a2243482d474c223b693a323936353b733a353a2243482d4752223b693a323936363b733a353a2243482d4a55223b693a323936373b733a353a2243482d4c55223b693a323936383b733a353a2243482d4e45223b693a323936393b733a353a2243482d4e57223b693a323937303b733a353a2243482d4f57223b693a323937313b733a353a2243482d5347223b693a323937323b733a353a2243482d5348223b693a323937333b733a353a2243482d535a223b693a323937343b733a353a2243482d534f223b693a323937353b733a353a2243482d5447223b693a323937363b733a353a2243482d5449223b693a323937373b733a353a2243482d5552223b693a323937383b733a353a2243482d5653223b693a323937393b733a353a2243482d5644223b693a323938303b733a353a2243482d5a47223b693a323938313b733a353a2243482d5a48223b693a323938323b733a353a2253592d4841223b693a323938333b733a353a2253592d4c41223b693a323938343b733a353a2253592d5155223b693a323938353b733a353a2253592d5241223b693a323938363b733a353a2253592d5355223b693a323938373b733a353a2253592d4452223b693a323938383b733a353a2253592d4459223b693a323938393b733a353a2253592d4449223b693a323939303b733a353a2253592d484c223b693a323939313b733a353a2253592d484d223b693a323939323b733a353a2253592d4849223b693a323939333b733a353a2253592d4944223b693a323939343b733a353a2253592d5244223b693a323939353b733a353a2253592d5441223b693a323939363b733a363a2254572d4b4848223b693a323939373b733a363a2254572d545045223b693a323939383b733a363a2254572d435949223b693a323939393b733a363a2254572d48535a223b693a333030303b733a363a2254572d4b4545223b693a333030313b733a363a2254572d545847223b693a333030323b733a363a2254572d544e4e223b693a333030333b733a363a2254572d434841223b693a333030343b733a363a2254572d485541223b693a333030353b733a363a2254572d494c41223b693a333030363b733a363a2254572d4d4941223b693a333030373b733a363a2254572d4e414e223b693a333030383b733a363a2254572d50454e223b693a333030393b733a363a2254572d504946223b693a333031303b733a363a2254572d545454223b693a333031313b733a363a2254572d54414f223b693a333031323b733a363a2254572d59554e223b693a333031333b733a353a22544a2d4b52223b693a333031343b733a353a22544a2d4b54223b693a333031353b733a353a22544a2d4c4e223b693a333031363b733a353a22544a2d4742223b693a333031373b733a353a22545a2d3031223b693a333031383b733a353a22545a2d3032223b693a333031393b733a353a22545a2d3033223b693a333032303b733a353a22545a2d3034223b693a333032313b733a353a22545a2d3035223b693a333032323b733a353a22545a2d3036223b693a333032333b733a353a22545a2d3037223b693a333032343b733a353a22545a2d3038223b693a333032353b733a353a22545a2d3039223b693a333032363b733a353a22545a2d3130223b693a333032373b733a353a22545a2d3131223b693a333032383b733a353a22545a2d3132223b693a333032393b733a353a22545a2d3133223b693a333033303b733a353a22545a2d3134223b693a333033313b733a353a22545a2d3135223b693a333033323b733a353a22545a2d3136223b693a333033333b733a353a22545a2d3137223b693a333033343b733a353a22545a2d3138223b693a333033353b733a353a22545a2d3139223b693a333033363b733a353a22545a2d3230223b693a333033373b733a353a22545a2d3231223b693a333033383b733a353a22545a2d3232223b693a333033393b733a353a22545a2d3233223b693a333034303b733a353a22545a2d3234223b693a333034313b733a353a22545a2d3235223b693a333034323b733a353a2254482d3130223b693a333034333b733a343a2254482d53223b693a333034343b733a353a2254482d3337223b693a333034353b733a353a2254482d3135223b693a333034363b733a353a2254482d3331223b693a333034373b733a353a2254482d3234223b693a333034383b733a353a2254482d3138223b693a333034393b733a353a2254482d3336223b693a333035303b733a353a2254482d3232223b693a333035313b733a353a2254482d3530223b693a333035323b733a353a2254482d3537223b693a333035333b733a353a2254482d3230223b693a333035343b733a353a2254482d3836223b693a333035353b733a353a2254482d3436223b693a333035363b733a353a2254482d3632223b693a333035373b733a353a2254482d3731223b693a333035383b733a353a2254482d3430223b693a333035393b733a353a2254482d3831223b693a333036303b733a353a2254482d3532223b693a333036313b733a353a2254482d3531223b693a333036323b733a353a2254482d3432223b693a333036333b733a353a2254482d3136223b693a333036343b733a353a2254482d3538223b693a333036353b733a353a2254482d3434223b693a333036363b733a353a2254482d3439223b693a333036373b733a353a2254482d3236223b693a333036383b733a353a2254482d3733223b693a333036393b733a353a2254482d3438223b693a333037303b733a353a2254482d3330223b693a333037313b733a353a2254482d3630223b693a333037323b733a353a2254482d3830223b693a333037333b733a353a2254482d3535223b693a333037343b733a353a2254482d3936223b693a333037353b733a353a2254482d3339223b693a333037363b733a353a2254482d3433223b693a333037373b733a353a2254482d3132223b693a333037383b733a353a2254482d3133223b693a333037393b733a353a2254482d3934223b693a333038303b733a353a2254482d3832223b693a333038313b733a353a2254482d3933223b693a333038323b733a353a2254482d3536223b693a333038333b733a353a2254482d3637223b693a333038343b733a353a2254482d3736223b693a333038353b733a353a2254482d3636223b693a333038363b733a353a2254482d3635223b693a333038373b733a353a2254482d3534223b693a333038383b733a353a2254482d3134223b693a333038393b733a353a2254482d3833223b693a333039303b733a353a2254482d3235223b693a333039313b733a353a2254482d3737223b693a333039323b733a353a2254482d3835223b693a333039333b733a353a2254482d3730223b693a333039343b733a353a2254482d3231223b693a333039353b733a353a2254482d3435223b693a333039363b733a353a2254482d3237223b693a333039373b733a353a2254482d3437223b693a333039383b733a353a2254482d3131223b693a333039393b733a353a2254482d3734223b693a333130303b733a353a2254482d3735223b693a333130313b733a353a2254482d3139223b693a333130323b733a353a2254482d3931223b693a333130333b733a353a2254482d3137223b693a333130343b733a353a2254482d3333223b693a333130353b733a353a2254482d3930223b693a333130363b733a353a2254482d3634223b693a333130373b733a353a2254482d3732223b693a333130383b733a353a2254482d3834223b693a333130393b733a353a2254482d3332223b693a333131303b733a353a2254482d3633223b693a333131313b733a353a2254482d3932223b693a333131323b733a353a2254482d3233223b693a333131333b733a353a2254482d3334223b693a333131343b733a353a2254482d3431223b693a333131353b733a353a2254482d3631223b693a333131363b733a353a2254482d3533223b693a333131373b733a353a2254482d3935223b693a333131383b733a353a2254482d3335223b693a333131393b733a343a2254472d43223b693a333132303b733a343a2254472d4b223b693a333132313b733a343a2254472d4d223b693a333132323b733a343a2254472d50223b693a333132333b733a343a2254472d53223b693a333132343b733a353a22544b2d544b223b693a333132353b733a353a22544f2d544f223b693a333132363b733a363a2254542d435454223b693a333132373b733a363a2254542d444d4e223b693a333132383b733a363a2254542d45544f223b693a333132393b733a363a2254542d504544223b693a333133303b733a363a2254542d505254223b693a333133313b733a363a2254542d52434d223b693a333133323b733a363a2254542d534745223b693a333133333b733a363a2254542d534a4c223b693a333133343b733a363a2254542d534950223b693a333133353b733a363a2254542d545550223b693a333133363b733a363a2254542d57544f223b693a333133373b733a363a2254542d415249223b693a333133383b733a363a2254542d434841223b693a333133393b733a363a2254542d505446223b693a333134303b733a363a2254542d504f53223b693a333134313b733a363a2254542d53464f223b693a333134323b733a353a22544e2d3331223b693a333134333b733a353a22544e2d3133223b693a333134343b733a353a22544e2d3233223b693a333134353b733a353a22544e2d3831223b693a333134363b733a353a22544e2d3731223b693a333134373b733a353a22544e2d3332223b693a333134383b733a353a22544e2d3431223b693a333134393b733a353a22544e2d3432223b693a333135303b733a353a22544e2d3733223b693a333135313b733a353a22544e2d3132223b693a333135323b733a353a22544e2d3333223b693a333135333b733a353a22544e2d3533223b693a333135343b733a353a22544e2d3832223b693a333135353b733a353a22544e2d3532223b693a333135363b733a353a22544e2d3231223b693a333135373b733a353a22544e2d3631223b693a333135383b733a353a22544e2d3433223b693a333135393b733a353a22544e2d3334223b693a333136303b733a353a22544e2d3531223b693a333136313b733a353a22544e2d3833223b693a333136323b733a353a22544e2d3732223b693a333136333b733a353a22544e2d3131223b693a333136343b733a353a22544e2d3232223b693a333136353b733a353a2254522d3031223b693a333136363b733a353a2254522d3032223b693a333136373b733a353a2254522d3033223b693a333136383b733a353a2254522d3034223b693a333136393b733a353a2254522d3638223b693a333137303b733a353a2254522d3035223b693a333137313b733a353a2254522d3036223b693a333137323b733a353a2254522d3037223b693a333137333b733a353a2254522d3735223b693a333137343b733a353a2254522d3038223b693a333137353b733a353a2254522d3039223b693a333137363b733a353a2254522d3130223b693a333137373b733a353a2254522d3734223b693a333137383b733a353a2254522d3732223b693a333137393b733a353a2254522d3639223b693a333138303b733a353a2254522d3131223b693a333138313b733a353a2254522d3132223b693a333138323b733a353a2254522d3133223b693a333138333b733a353a2254522d3134223b693a333138343b733a353a2254522d3135223b693a333138353b733a353a2254522d3136223b693a333138363b733a353a2254522d3137223b693a333138373b733a353a2254522d3138223b693a333138383b733a353a2254522d3139223b693a333138393b733a353a2254522d3230223b693a333139303b733a353a2254522d3231223b693a333139313b733a353a2254522d3232223b693a333139323b733a353a2254522d3233223b693a333139333b733a353a2254522d3234223b693a333139343b733a353a2254522d3235223b693a333139353b733a353a2254522d3236223b693a333139363b733a353a2254522d3237223b693a333139373b733a353a2254522d3238223b693a333139383b733a353a2254522d3239223b693a333139393b733a353a2254522d3330223b693a333230303b733a353a2254522d3331223b693a333230313b733a353a2254522d3736223b693a333230323b733a353a2254522d3332223b693a333230333b733a353a2254522d3333223b693a333230343b733a353a2254522d3334223b693a333230353b733a353a2254522d3335223b693a333230363b733a353a2254522d3436223b693a333230373b733a353a2254522d3738223b693a333230383b733a353a2254522d3730223b693a333230393b733a353a2254522d3336223b693a333231303b733a353a2254522d3337223b693a333231313b733a353a2254522d3338223b693a333231323b733a353a2254522d3731223b693a333231333b733a353a2254522d3339223b693a333231343b733a353a2254522d3430223b693a333231353b733a353a2254522d3739223b693a333231363b733a353a2254522d3431223b693a333231373b733a353a2254522d3432223b693a333231383b733a353a2254522d3433223b693a333231393b733a353a2254522d3434223b693a333232303b733a353a2254522d3453223b693a333232313b733a353a2254522d3437223b693a333232323b733a353a2254522d3438223b693a333232333b733a353a2254522d3439223b693a333232343b733a353a2254522d534f223b693a333232353b733a353a2254522d3531223b693a333232363b733a353a2254522d3532223b693a333232373b733a353a2254522d3533223b693a333232383b733a353a2254522d3534223b693a333232393b733a353a2254522d5353223b693a333233303b733a353a2254522d3536223b693a333233313b733a353a2254522d3537223b693a333233323b733a353a2254522d5338223b693a333233333b733a353a2254522d3633223b693a333233343b733a353a2254522d3733223b693a333233353b733a353a2254522d3539223b693a333233363b733a353a2254522d3630223b693a333233373b733a353a2254522d3631223b693a333233383b733a353a2254522d3632223b693a333233393b733a353a2254522d3634223b693a333234303b733a353a2254522d3635223b693a333234313b733a353a2254522d3737223b693a333234323b733a353a2254522d3636223b693a333234333b733a353a2254522d3637223b693a333234343b733a343a22544d2d41223b693a333234353b733a343a22544d2d42223b693a333234363b733a343a22544d2d44223b693a333234373b733a343a22544d2d4c223b693a333234383b733a343a22544d2d4d223b693a333234393b733a353a2254432d5443223b693a333235303b733a353a2254562d5456223b693a333235313b733a363a2255472d415041223b693a333235323b733a363a2255472d415255223b693a333235333b733a363a2255472d42554e223b693a333235343b733a363a2255472d425553223b693a333235353b733a363a2255472d47554c223b693a333235363b733a363a2255472d484f49223b693a333235373b733a363a2255472d494741223b693a333235383b733a363a2255472d4a494e223b693a333235393b733a363a2255472d4b424c223b693a333236303b733a363a2255472d4b4252223b693a333236313b733a363a2255472d4b4c47223b693a333236323b733a363a2255472d4b4c41223b693a333236333b733a363a2255472d4b4c49223b693a333236343b733a363a2255472d4b4150223b693a333236353b733a363a2255472d4b4153223b693a333236363b733a363a2255472d4b4c45223b693a333236373b733a363a2255472d4b4942223b693a333236383b733a363a2255472d4b4953223b693a333236393b733a363a2255472d4b4954223b693a333237303b733a363a2255472d4b4f54223b693a333237313b733a363a2255472d4b554d223b693a333237323b733a363a2255472d4c4952223b693a333237333b733a363a2255472d4c5557223b693a333237343b733a363a2255472d4d534b223b693a333237353b733a363a2255472d4d5349223b693a333237363b733a363a2255472d4d424c223b693a333237373b733a363a2255472d4d4252223b693a333237383b733a363a2255472d4d4f52223b693a333237393b733a363a2255472d4d4f59223b693a333238303b733a363a2255472d4d5049223b693a333238313b733a363a2255472d4d5542223b693a333238323b733a363a2255472d4d554b223b693a333238333b733a363a2255472d4e4542223b693a333238343b733a363a2255472d4e5455223b693a333238353b733a363a2255472d50414c223b693a333238363b733a363a2255472d52414b223b693a333238373b733a363a2255472d52554b223b693a333238383b733a363a2255472d534f52223b693a333238393b733a363a2255472d544f52223b693a333239303b733a353a2255412d3731223b693a333239313b733a353a2255412d3734223b693a333239323b733a353a2255412d3737223b693a333239333b733a353a2255412d3132223b693a333239343b733a353a2255412d3134223b693a333239353b733a353a2255412d3236223b693a333239363b733a353a2255412d3633223b693a333239373b733a353a2255412d3635223b693a333239383b733a353a2255412d3638223b693a333239393b733a353a2255412d3335223b693a333330303b733a353a2255412d3332223b693a333330313b733a353a2255412d3039223b693a333330323b733a353a2255412d3436223b693a333330333b733a353a2255412d3438223b693a333330343b733a353a2255412d3531223b693a333330353b733a353a2255412d3533223b693a333330363b733a353a2255412d3536223b693a333330373b733a353a2255412d3539223b693a333330383b733a353a2255412d3631223b693a333330393b733a353a2255412d3035223b693a333331303b733a353a2255412d3037223b693a333331313b733a353a2255412d3231223b693a333331323b733a353a2255412d3233223b693a333331333b733a353a2255412d3138223b693a333331343b733a353a2255412d3433223b693a333331353b733a353a2255412d3330223b693a333331363b733a353a2255412d3430223b693a333331373b733a353a2241452d415a223b693a333331383b733a353a2241452d414a223b693a333331393b733a353a2241452d4655223b693a333332303b733a353a2241452d5348223b693a333332313b733a353a2241452d4455223b693a333332323b733a353a2241452d524b223b693a333332333b733a353a2241452d5551223b693a333332343b733a353a2255532d414c223b693a333332353b733a353a2255532d414b223b693a333332363b733a353a2255532d415a223b693a333332373b733a353a2255532d4152223b693a333332383b733a353a2255532d4341223b693a333332393b733a353a2255532d434f223b693a333333303b733a353a2255532d4354223b693a333333313b733a353a2255532d4445223b693a333333323b733a353a2255532d464c223b693a333333333b733a353a2255532d4741223b693a333333343b733a353a2255532d4849223b693a333333353b733a353a2255532d4944223b693a333333363b733a353a2255532d494c223b693a333333373b733a353a2255532d494e223b693a333333383b733a353a2255532d4941223b693a333333393b733a353a2255532d4b53223b693a333334303b733a353a2255532d4b59223b693a333334313b733a353a2255532d4c41223b693a333334323b733a353a2255532d4d45223b693a333334333b733a353a2255532d4d44223b693a333334343b733a353a2255532d4d41223b693a333334353b733a353a2255532d4d49223b693a333334363b733a353a2255532d4d4e223b693a333334373b733a353a2255532d4d53223b693a333334383b733a353a2255532d4d4f223b693a333334393b733a353a2255532d4d54223b693a333335303b733a353a2255532d4e45223b693a333335313b733a353a2255532d4e56223b693a333335323b733a353a2255532d4e48223b693a333335333b733a353a2255532d4e4a223b693a333335343b733a353a2255532d4e4d223b693a333335353b733a353a2255532d4e59223b693a333335363b733a353a2255532d4e43223b693a333335373b733a353a2255532d4e44223b693a333335383b733a353a2255532d4f48223b693a333335393b733a353a2255532d4f4b223b693a333336303b733a353a2255532d4f52223b693a333336313b733a353a2255532d5041223b693a333336323b733a353a2255532d5249223b693a333336333b733a353a2255532d5343223b693a333336343b733a353a2255532d5344223b693a333336353b733a353a2255532d544e223b693a333336363b733a353a2255532d5458223b693a333336373b733a353a2255532d5554223b693a333336383b733a353a2255532d5654223b693a333336393b733a353a2255532d5641223b693a333337303b733a353a2255532d5741223b693a333337313b733a353a2255532d5756223b693a333337323b733a353a2255532d5749223b693a333337333b733a353a2255532d5759223b693a333337343b733a353a2255532d4443223b693a333337353b733a353a2255532d4153223b693a333337363b733a353a2255532d4755223b693a333337373b733a353a2255532d4d50223b693a333337383b733a353a2255532d5052223b693a333337393b733a353a2255532d554d223b693a333338303b733a353a2255532d5649223b693a333338313b733a353a2255592d4152223b693a333338323b733a353a2255592d4341223b693a333338333b733a353a2255592d434c223b693a333338343b733a353a2255592d434f223b693a333338353b733a353a2255592d4455223b693a333338363b733a353a2255592d4653223b693a333338373b733a353a2255592d4644223b693a333338383b733a353a2255592d4c41223b693a333338393b733a353a2255592d4d41223b693a333339303b733a353a2255592d4d4f223b693a333339313b733a353a2255592d5041223b693a333339323b733a353a2255592d524e223b693a333339333b733a353a2255592d5256223b693a333339343b733a353a2255592d524f223b693a333339353b733a353a2255592d5341223b693a333339363b733a353a2255592d534a223b693a333339373b733a353a2255592d534f223b693a333339383b733a353a2255592d5441223b693a333339393b733a353a2255592d5454223b693a333430303b733a353a22555a2d5152223b693a333430313b733a353a22555a2d414e223b693a333430323b733a353a22555a2d4255223b693a333430333b733a353a22555a2d4641223b693a333430343b733a353a22555a2d4a49223b693a333430353b733a353a22555a2d4b48223b693a333430363b733a353a22555a2d4e47223b693a333430373b733a353a22555a2d4e57223b693a333430383b733a353a22555a2d5141223b693a333430393b733a353a22555a2d5341223b693a333431303b733a353a22555a2d5349223b693a333431313b733a353a22555a2d5355223b693a333431323b733a353a22555a2d544f223b693a333431333b733a363a2256552d4d4150223b693a333431343b733a363a2256552d50414d223b693a333431353b733a363a2256552d53414d223b693a333431363b733a363a2256552d534545223b693a333431373b733a363a2256552d544145223b693a333431383b733a363a2256552d544f42223b693a333431393b733a343a2256452d41223b693a333432303b733a343a2256452d42223b693a333432313b733a343a2256452d43223b693a333432323b733a343a2256452d44223b693a333432333b733a343a2256452d45223b693a333432343b733a343a2256452d46223b693a333432353b733a343a2256452d47223b693a333432363b733a343a2256452d48223b693a333432373b733a343a2256452d49223b693a333432383b733a343a2256452d4a223b693a333432393b733a343a2256452d4b223b693a333433303b733a343a2256452d4c223b693a333433313b733a343a2256452d4d223b693a333433323b733a343a2256452d4e223b693a333433333b733a343a2256452d4f223b693a333433343b733a343a2256452d50223b693a333433353b733a343a2256452d52223b693a333433363b733a343a2256452d53223b693a333433373b733a343a2256452d54223b693a333433383b733a343a2256452d55223b693a333433393b733a343a2256452d56223b693a333434303b733a343a2256452d5a223b693a333434313b733a343a2256452d59223b693a333434323b733a343a2256452d57223b693a333434333b733a353a22564e2d3434223b693a333434343b733a353a22564e2d3533223b693a333434353b733a353a22564e2d3534223b693a333434363b733a353a22564e2d3535223b693a333434373b733a353a22564e2d3536223b693a333434383b733a353a22564e2d3433223b693a333434393b733a353a22564e2d3530223b693a333435303b733a353a22564e2d3331223b693a333435313b733a353a22564e2d3537223b693a333435323b733a353a22564e2d3538223b693a333435333b733a353a22564e2d3430223b693a333435343b733a353a22564e2d3539223b693a333435353b733a353a22564e2d3438223b693a333435363b733a353a22564e2d3034223b693a333435373b733a353a22564e2d3333223b693a333435383b733a353a22564e2d3630223b693a333435393b733a353a22564e2d3339223b693a333436303b733a353a22564e2d3435223b693a333436313b733a353a22564e2d3330223b693a333436323b733a353a22564e2d3033223b693a333436333b733a353a22564e2d3631223b693a333436343b733a353a22564e2d3632223b693a333436353b733a353a22564e2d3633223b693a333436363b733a353a22564e2d3634223b693a333436373b733a353a22564e2d3135223b693a333436383b733a353a22564e2d3233223b693a333436393b733a353a22564e2d3134223b693a333437303b733a353a22564e2d3635223b693a333437313b733a353a22564e2d3636223b693a333437323b733a353a22564e2d3334223b693a333437333b733a353a22564e2d3437223b693a333437343b733a353a22564e2d3238223b693a333437353b733a353a22564e2d3031223b693a333437363b733a353a22564e2d3335223b693a333437373b733a353a22564e2d3039223b693a333437383b733a353a22564e2d3032223b693a333437393b733a353a22564e2d3431223b693a333438303b733a353a22564e2d3637223b693a333438313b733a353a22564e2d3232223b693a333438323b733a353a22564e2d3138223b693a333438333b733a353a22564e2d3336223b693a333438343b733a353a22564e2d3638223b693a333438353b733a353a22564e2d3332223b693a333438363b733a353a22564e2d3234223b693a333438373b733a353a22564e2d3237223b693a333438383b733a353a22564e2d3239223b693a333438393b733a353a22564e2d3235223b693a333439303b733a353a22564e2d3532223b693a333439313b733a353a22564e2d3035223b693a333439323b733a353a22564e2d3337223b693a333439333b733a353a22564e2d3230223b693a333439343b733a353a22564e2d3639223b693a333439353b733a353a22564e2d3231223b693a333439363b733a353a22564e2d3236223b693a333439373b733a353a22564e2d3436223b693a333439383b733a353a22564e2d3531223b693a333439393b733a353a22564e2d3037223b693a333530303b733a353a22564e2d3439223b693a333530313b733a353a22564e2d3730223b693a333530323b733a353a22564e2d3036223b693a333530333b733a353a2256472d5647223b693a333530343b733a353a2256492d5649223b693a333530353b733a353a2257462d5746223b693a333530363b733a353a2245482d4548223b693a333530373b733a353a2259452d4142223b693a333530383b733a353a2259452d4144223b693a333530393b733a353a2259452d4241223b693a333531303b733a353a2259452d4855223b693a333531313b733a353a2259452d4a41223b693a333531323b733a353a2259452d4d52223b693a333531333b733a353a2259452d4d57223b693a333531343b733a353a2259452d4448223b693a333531353b733a353a2259452d4844223b693a333531363b733a353a2259452d484a223b693a333531373b733a353a2259452d4942223b693a333531383b733a353a2259452d4c41223b693a333531393b733a353a2259452d4d41223b693a333532303b733a353a2259452d5344223b693a333532313b733a353a2259452d534e223b693a333532323b733a353a2259452d5348223b693a333532333b733a353a2259452d5441223b693a333532343b733a353a225a4d2d3032223b693a333532353b733a353a225a4d2d3038223b693a333532363b733a353a225a4d2d3033223b693a333532373b733a353a225a4d2d3034223b693a333532383b733a353a225a4d2d3039223b693a333532393b733a353a225a4d2d3035223b693a333533303b733a353a225a4d2d3036223b693a333533313b733a353a225a4d2d3037223b693a333533323b733a353a225a4d2d3031223b693a333533333b733a353a225a572d4255223b693a333533343b733a353a225a572d4841223b693a333533353b733a353a225a572d4d41223b693a333533363b733a353a225a572d4d43223b693a333533373b733a353a225a572d4d45223b693a333533383b733a353a225a572d4d57223b693a333533393b733a353a225a572d4d56223b693a333534303b733a353a225a572d4d4e223b693a333534313b733a353a225a572d4d53223b693a333534323b733a353a225a572d4d49223b7d, '', 0, 0x613a323a7b693a303b733a313a2236223b693a313b733a313a2231223b7d);

-- --------------------------------------------------------

--
-- Table structure for table `tl_iso_shipping_options`
--

CREATE TABLE IF NOT EXISTS `tl_iso_shipping_options` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` text,
  `rate` decimal(12,2) NOT NULL DEFAULT '0.00',
  `minimum_total` decimal(12,2) NOT NULL DEFAULT '0.00',
  `maximum_total` decimal(12,2) NOT NULL DEFAULT '0.00',
  `weight_from` varchar(32) NOT NULL DEFAULT '0',
  `weight_to` varchar(32) NOT NULL DEFAULT '0',
  `enabled` char(1) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;

--
-- Dumping data for table `tl_iso_shipping_options`
--

INSERT INTO `tl_iso_shipping_options` (`id`, `pid`, `tstamp`, `name`, `description`, `rate`, `minimum_total`, `maximum_total`, `weight_from`, `weight_to`, `enabled`) VALUES
(1, 1, 1274634457, '0-50', NULL, '10.00', '0.00', '50.00', '0', '0', ''),
(2, 1, 1274634478, '50.01 - 100', NULL, '12.00', '50.00', '100.00', '0', '0', ''),
(3, 1, 1274634500, '100.01-200', NULL, '15.00', '100.00', '200.00', '0', '0', ''),
(4, 1, 1274634528, '200.01-99999999999', NULL, '20.00', '200.00', '2147483647.00', '0', '0', '');

-- --------------------------------------------------------

--
-- Table structure for table `tl_iso_tax_class`
--

CREATE TABLE IF NOT EXISTS `tl_iso_tax_class` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `label` varchar(255) NOT NULL DEFAULT '',
  `includes` int(10) unsigned NOT NULL DEFAULT '0',
  `rates` blob,
  `fallback` char(1) NOT NULL DEFAULT '',
  `archive` int(1) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `tl_iso_tax_class`
--

INSERT INTO `tl_iso_tax_class` (`id`, `tstamp`, `name`, `label`, `includes`, `rates`, `fallback`, `archive`) VALUES
(1, 1274641913, 'Sales Tax', 'Sales Tax', 0, 0x613a313a7b693a303b733a313a2232223b7d, '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `tl_iso_tax_rate`
--

CREATE TABLE IF NOT EXISTS `tl_iso_tax_rate` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `label` varchar(255) NOT NULL DEFAULT '',
  `country` varchar(2) NOT NULL DEFAULT '',
  `subdivision` varchar(10) NOT NULL DEFAULT '',
  `postal` varchar(255) NOT NULL DEFAULT '',
  `rate` varchar(255) NOT NULL DEFAULT '',
  `address` blob,
  `amount` varchar(255) NOT NULL DEFAULT '',
  `compound` char(1) NOT NULL DEFAULT '',
  `stop` char(1) NOT NULL DEFAULT '',
  `config` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;

--
-- Dumping data for table `tl_iso_tax_rate`
--

INSERT INTO `tl_iso_tax_rate` (`id`, `tstamp`, `name`, `label`, `country`, `subdivision`, `postal`, `rate`, `address`, `amount`, `compound`, `stop`, `config`) VALUES
(2, 1274642905, 'MA State Sales Tax', 'MA State Sales Tax', 'us', 'US-MA', 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{s:4:"unit";s:1:"%";s:5:"value";s:4:"6.25";}', 0x613a313a7b693a303b733a383a227368697070696e67223b7d, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', '', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `tl_layout`
--

CREATE TABLE IF NOT EXISTS `tl_layout` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `fallback` char(1) NOT NULL DEFAULT '',
  `template` varchar(64) NOT NULL DEFAULT '',
  `mootools` text,
  `doctype` varchar(32) NOT NULL DEFAULT '',
  `stylesheet` blob,
  `newsfeeds` blob,
  `calendarfeeds` blob,
  `onload` varchar(255) NOT NULL DEFAULT '',
  `head` text,
  `cols` varchar(32) NOT NULL DEFAULT '',
  `widthLeft` varchar(255) NOT NULL DEFAULT '',
  `widthRight` varchar(255) NOT NULL DEFAULT '',
  `header` char(1) NOT NULL DEFAULT '',
  `headerHeight` varchar(255) NOT NULL DEFAULT '',
  `footer` char(1) NOT NULL DEFAULT '',
  `footerHeight` varchar(255) NOT NULL DEFAULT '',
  `static` char(1) NOT NULL DEFAULT '',
  `width` varchar(255) NOT NULL DEFAULT '',
  `align` varchar(32) NOT NULL DEFAULT '',
  `sections` blob,
  `sPosition` varchar(32) NOT NULL DEFAULT '',
  `modules` blob,
  `cssClass` varchar(255) NOT NULL DEFAULT '',
  `script` text,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  `aggregate` char(1) NOT NULL DEFAULT '',
  `skipTinymce` char(1) NOT NULL DEFAULT '',
  `mooSource` varchar(16) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=47 ;

--
-- Dumping data for table `tl_layout`
--

INSERT INTO `tl_layout` (`id`, `tstamp`, `name`, `fallback`, `template`, `mootools`, `doctype`, `stylesheet`, `newsfeeds`, `calendarfeeds`, `onload`, `head`, `cols`, `widthLeft`, `widthRight`, `header`, `headerHeight`, `footer`, `footerHeight`, `static`, `width`, `align`, `sections`, `sPosition`, `modules`, `cssClass`, `script`, `pid`, `aggregate`, `skipTinymce`, `mooSource`) VALUES
(45, 1274635196, 'DEMO - Inside Page w/Lister', '', 'fe_page', 'a:1:{i:0;s:12:"moo_mediabox";}', 'xhtml_strict', 0x613a323a7b693a303b733a323a223336223b693a313b733a323a223339223b7d, NULL, NULL, '', '', '2cll', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', '', '1', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', '1', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', '1', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'center', NULL, 'main', 0x613a31313a7b693a303b613a323a7b733a333a226d6f64223b733a333a22313138223b733a333a22636f6c223b733a363a22686561646572223b7d693a313b613a323a7b733a333a226d6f64223b733a333a22313230223b733a333a22636f6c223b733a363a22686561646572223b7d693a323b613a323a7b733a333a226d6f64223b733a333a22313139223b733a333a22636f6c223b733a363a22686561646572223b7d693a333b613a323a7b733a333a226d6f64223b733a313a2230223b733a333a22636f6c223b733a363a22686561646572223b7d693a343b613a323a7b733a333a226d6f64223b733a333a22313236223b733a333a22636f6c223b733a343a226c656674223b7d693a353b613a323a7b733a333a226d6f64223b733a333a22313239223b733a333a22636f6c223b733a343a226c656674223b7d693a363b613a323a7b733a333a226d6f64223b733a313a2230223b733a333a22636f6c223b733a343a226c656674223b7d693a373b613a323a7b733a333a226d6f64223b733a313a2230223b733a333a22636f6c223b733a343a226d61696e223b7d693a383b613a323a7b733a333a226d6f64223b733a333a22313433223b733a333a22636f6c223b733a343a226d61696e223b7d693a393b613a323a7b733a333a226d6f64223b733a333a22313432223b733a333a22636f6c223b733a343a226d61696e223b7d693a31303b613a323a7b733a333a226d6f64223b733a333a22313532223b733a333a22636f6c223b733a363a22666f6f746572223b7d7d, 'insidePage', '', 1, '', '', ''),
(46, 1274635793, 'DEMO - Inside Page Normal', '1', 'fe_page', 'a:1:{i:0;s:12:"moo_mediabox";}', 'xhtml_strict', 0x613a323a7b693a303b733a323a223336223b693a313b733a323a223339223b7d, NULL, NULL, '', '', '2cll', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', '', '1', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', '1', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', '1', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'center', NULL, 'main', 0x613a393a7b693a303b613a323a7b733a333a226d6f64223b733a333a22313138223b733a333a22636f6c223b733a363a22686561646572223b7d693a313b613a323a7b733a333a226d6f64223b733a333a22313230223b733a333a22636f6c223b733a363a22686561646572223b7d693a323b613a323a7b733a333a226d6f64223b733a333a22313139223b733a333a22636f6c223b733a363a22686561646572223b7d693a333b613a323a7b733a333a226d6f64223b733a313a2230223b733a333a22636f6c223b733a363a22686561646572223b7d693a343b613a323a7b733a333a226d6f64223b733a333a22313236223b733a333a22636f6c223b733a343a226c656674223b7d693a353b613a323a7b733a333a226d6f64223b733a333a22313239223b733a333a22636f6c223b733a343a226c656674223b7d693a363b613a323a7b733a333a226d6f64223b733a313a2230223b733a333a22636f6c223b733a343a226c656674223b7d693a373b613a323a7b733a333a226d6f64223b733a313a2230223b733a333a22636f6c223b733a343a226d61696e223b7d693a383b613a323a7b733a333a226d6f64223b733a333a22313532223b733a333a22636f6c223b733a363a22666f6f746572223b7d7d, 'insidePage', '', 1, '', '', ''),
(38, 1274635172, 'DEMO - Home Page', '', 'fe_page', 'a:1:{i:0;s:12:"moo_mediabox";}', 'xhtml_strict', 0x613a323a7b693a303b733a323a223336223b693a313b733a323a223339223b7d, NULL, NULL, '', '', '2cll', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', '', '1', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', '1', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', '1', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'center', NULL, 'main', 0x613a393a7b693a303b613a323a7b733a333a226d6f64223b733a333a22313138223b733a333a22636f6c223b733a363a22686561646572223b7d693a313b613a323a7b733a333a226d6f64223b733a333a22313230223b733a333a22636f6c223b733a363a22686561646572223b7d693a323b613a323a7b733a333a226d6f64223b733a333a22313139223b733a333a22636f6c223b733a363a22686561646572223b7d693a333b613a323a7b733a333a226d6f64223b733a313a2230223b733a333a22636f6c223b733a363a22686561646572223b7d693a343b613a323a7b733a333a226d6f64223b733a333a22313236223b733a333a22636f6c223b733a343a226c656674223b7d693a353b613a323a7b733a333a226d6f64223b733a333a22313239223b733a333a22636f6c223b733a343a226c656674223b7d693a363b613a323a7b733a333a226d6f64223b733a313a2230223b733a333a22636f6c223b733a343a226c656674223b7d693a373b613a323a7b733a333a226d6f64223b733a313a2230223b733a333a22636f6c223b733a343a226d61696e223b7d693a383b613a323a7b733a333a226d6f64223b733a333a22313532223b733a333a22636f6c223b733a363a22666f6f746572223b7d7d, 'home', '', 1, '', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `tl_log`
--

CREATE TABLE IF NOT EXISTS `tl_log` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `action` varchar(32) NOT NULL DEFAULT '',
  `source` varchar(32) NOT NULL DEFAULT '',
  `username` varchar(64) NOT NULL DEFAULT '',
  `ip` varchar(64) NOT NULL DEFAULT '',
  `func` varchar(255) NOT NULL DEFAULT '',
  `browser` varchar(255) NOT NULL DEFAULT '',
  `text` text,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2491 ;

--
-- Dumping data for table `tl_log`
--

-- --------------------------------------------------------

--
-- Table structure for table `tl_member`
--

CREATE TABLE IF NOT EXISTS `tl_member` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `firstname` varchar(255) NOT NULL DEFAULT '',
  `lastname` varchar(255) NOT NULL DEFAULT '',
  `gender` varchar(32) NOT NULL DEFAULT '',
  `dateOfBirth` varchar(11) NOT NULL DEFAULT '',
  `company` varchar(255) NOT NULL DEFAULT '',
  `email` varchar(255) NOT NULL DEFAULT '',
  `language` varchar(2) NOT NULL DEFAULT '',
  `street` varchar(255) NOT NULL DEFAULT '',
  `postal` varchar(32) NOT NULL DEFAULT '',
  `city` varchar(255) NOT NULL DEFAULT '',
  `state` varchar(64) NOT NULL DEFAULT '',
  `country` varchar(2) NOT NULL DEFAULT '',
  `phone` varchar(64) NOT NULL DEFAULT '',
  `mobile` varchar(64) NOT NULL DEFAULT '',
  `fax` varchar(64) NOT NULL DEFAULT '',
  `groups` blob,
  `login` char(1) NOT NULL DEFAULT '',
  `username` varchar(64) NOT NULL DEFAULT '',
  `password` varchar(64) NOT NULL DEFAULT '',
  `loginCount` smallint(5) unsigned NOT NULL DEFAULT '3',
  `locked` int(10) unsigned NOT NULL DEFAULT '0',
  `assignDir` char(1) NOT NULL DEFAULT '',
  `homeDir` varchar(255) NOT NULL DEFAULT '',
  `disable` char(1) NOT NULL DEFAULT '',
  `start` varchar(10) NOT NULL DEFAULT '',
  `stop` varchar(10) NOT NULL DEFAULT '',
  `session` blob,
  `newsletter` blob,
  `activation` varchar(32) NOT NULL DEFAULT '',
  `website` varchar(255) NOT NULL DEFAULT '',
  `dateAdded` int(10) unsigned NOT NULL DEFAULT '0',
  `currentLogin` int(10) unsigned NOT NULL DEFAULT '0',
  `lastLogin` int(10) unsigned NOT NULL DEFAULT '0',
  `autologin` varchar(32) DEFAULT NULL,
  `createdOn` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `autologin` (`autologin`),
  KEY `username` (`username`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;

--
-- Dumping data for table `tl_member`
--

-- --------------------------------------------------------

--
-- Table structure for table `tl_member_group`
--

CREATE TABLE IF NOT EXISTS `tl_member_group` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `redirect` char(1) NOT NULL DEFAULT '',
  `jumpTo` int(10) unsigned NOT NULL DEFAULT '0',
  `disable` char(1) NOT NULL DEFAULT '',
  `start` varchar(10) NOT NULL DEFAULT '',
  `stop` varchar(10) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ;

--
-- Dumping data for table `tl_member_group`
--

INSERT INTO `tl_member_group` (`id`, `tstamp`, `name`, `redirect`, `jumpTo`, `disable`, `start`, `stop`) VALUES
(5, 1272109332, 'Customers', '', 0, '', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `tl_module`
--

CREATE TABLE IF NOT EXISTS `tl_module` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `type` varchar(64) NOT NULL DEFAULT '',
  `headline` varchar(255) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `singleSRC` varchar(255) NOT NULL DEFAULT '',
  `multiSRC` blob,
  `imgSize` varchar(64) NOT NULL DEFAULT '',
  `rootPage` int(10) unsigned NOT NULL DEFAULT '0',
  `pages` blob,
  `showLevel` smallint(5) unsigned NOT NULL DEFAULT '0',
  `levelOffset` smallint(5) unsigned NOT NULL DEFAULT '0',
  `hardLimit` char(1) NOT NULL DEFAULT '',
  `showHidden` char(1) NOT NULL DEFAULT '',
  `showProtected` char(1) NOT NULL DEFAULT '',
  `navigationTpl` varchar(64) NOT NULL DEFAULT '',
  `defineRoot` char(1) NOT NULL DEFAULT '',
  `includeRoot` char(1) NOT NULL DEFAULT '',
  `customLabel` varchar(64) NOT NULL DEFAULT '',
  `queryType` varchar(32) NOT NULL DEFAULT '',
  `searchType` varchar(32) NOT NULL DEFAULT '',
  `searchTpl` varchar(64) NOT NULL DEFAULT '',
  `perPage` smallint(5) unsigned NOT NULL DEFAULT '0',
  `contextLength` smallint(5) unsigned NOT NULL DEFAULT '0',
  `totalLength` smallint(5) unsigned NOT NULL DEFAULT '0',
  `editable` blob,
  `cols` varchar(32) NOT NULL DEFAULT '',
  `memberTpl` varchar(64) NOT NULL DEFAULT '',
  `jumpTo` int(10) unsigned NOT NULL DEFAULT '0',
  `form` int(10) unsigned NOT NULL DEFAULT '0',
  `html` text,
  `size` varchar(64) NOT NULL DEFAULT '',
  `url` varchar(255) NOT NULL DEFAULT '',
  `source` varchar(32) NOT NULL DEFAULT '',
  `flashvars` varchar(255) NOT NULL DEFAULT '',
  `altContent` text,
  `useCaption` char(1) NOT NULL DEFAULT '',
  `transparent` char(1) NOT NULL DEFAULT '',
  `interactive` char(1) NOT NULL DEFAULT '',
  `flashID` varchar(64) NOT NULL DEFAULT '',
  `flashJS` text,
  `inColumn` varchar(32) NOT NULL DEFAULT '',
  `skipFirst` smallint(5) unsigned NOT NULL DEFAULT '0',
  `disableCaptcha` char(1) NOT NULL DEFAULT '',
  `newsletters` blob,
  `space` varchar(64) NOT NULL DEFAULT '',
  `cssID` varchar(255) NOT NULL DEFAULT '',
  `cal_calendar` blob,
  `cal_template` varchar(32) NOT NULL DEFAULT '',
  `cal_startDay` smallint(5) unsigned NOT NULL DEFAULT '0',
  `cal_format` varchar(32) NOT NULL DEFAULT '',
  `cal_limit` smallint(5) unsigned NOT NULL DEFAULT '0',
  `cal_noSpan` char(1) NOT NULL DEFAULT '',
  `faq_categories` blob,
  `list_table` varchar(64) NOT NULL DEFAULT '',
  `list_fields` varchar(255) NOT NULL DEFAULT '',
  `list_where` varchar(255) NOT NULL DEFAULT '',
  `list_sort` varchar(255) NOT NULL DEFAULT '',
  `list_search` varchar(255) NOT NULL DEFAULT '',
  `list_info` varchar(255) NOT NULL DEFAULT '',
  `list_layout` varchar(32) NOT NULL DEFAULT '',
  `list_info_layout` varchar(32) NOT NULL DEFAULT '',
  `news_archives` blob,
  `news_showQuantity` char(1) NOT NULL DEFAULT '',
  `news_numberOfItems` smallint(5) unsigned NOT NULL DEFAULT '0',
  `news_template` varchar(32) NOT NULL DEFAULT '',
  `news_metaFields` varchar(255) NOT NULL DEFAULT '',
  `news_jumpToCurrent` varchar(16) NOT NULL DEFAULT '',
  `nl_template` varchar(32) NOT NULL DEFAULT '',
  `nl_subscribe` text,
  `nl_unsubscribe` text,
  `reg_groups` blob,
  `reg_assignDir` char(1) NOT NULL DEFAULT '',
  `reg_homeDir` varchar(255) NOT NULL DEFAULT '',
  `reg_allowLogin` char(1) NOT NULL DEFAULT '',
  `reg_activate` char(1) NOT NULL DEFAULT '',
  `reg_jumpTo` int(10) unsigned NOT NULL DEFAULT '0',
  `reg_skipName` char(1) NOT NULL DEFAULT '',
  `reg_text` text,
  `reg_password` text,
  `rss_feed` text,
  `rss_template` varchar(32) NOT NULL DEFAULT '',
  `rss_numberOfItems` smallint(5) unsigned NOT NULL DEFAULT '0',
  `rss_cache` int(10) unsigned NOT NULL DEFAULT '0',
  `protected` char(1) NOT NULL DEFAULT '',
  `guests` char(1) NOT NULL DEFAULT '',
  `groups` blob,
  `nl_channels` blob,
  `nl_includeCss` char(1) NOT NULL DEFAULT '',
  `news_format` varchar(32) NOT NULL DEFAULT '',
  `redirectBack` char(1) NOT NULL DEFAULT '',
  `loadFirst` char(1) NOT NULL DEFAULT '',
  `cal_ctemplate` varchar(32) NOT NULL DEFAULT '',
  `news_featured` varchar(16) NOT NULL DEFAULT '',
  `list_info_where` varchar(255) NOT NULL DEFAULT '',
  `nl_hideChannels` char(1) NOT NULL DEFAULT '',
  `tableless` char(1) NOT NULL DEFAULT '',
  `fuzzy` char(1) NOT NULL DEFAULT '',
  `fullsize` char(1) NOT NULL DEFAULT '',
  `com_order` varchar(32) NOT NULL DEFAULT '',
  `com_moderate` char(1) NOT NULL DEFAULT '',
  `com_bbcode` char(1) NOT NULL DEFAULT '',
  `com_requireLogin` char(1) NOT NULL DEFAULT '',
  `com_disableCaptcha` char(1) NOT NULL DEFAULT '',
  `com_template` varchar(32) NOT NULL DEFAULT '',
  `news_startDay` smallint(5) unsigned NOT NULL DEFAULT '0',
  `reg_close` varchar(32) NOT NULL DEFAULT '',
  `cal_order` varchar(32) NOT NULL DEFAULT '',
  `iso_list_layout` varchar(64) NOT NULL DEFAULT '',
  `iso_reader_layout` varchar(64) NOT NULL DEFAULT '',
  `iso_reader_jumpTo` int(10) unsigned NOT NULL DEFAULT '0',
  `iso_cart_layout` varchar(64) NOT NULL DEFAULT '',
  `iso_checkout_method` varchar(10) NOT NULL DEFAULT '',
  `iso_login_jumpTo` int(10) unsigned NOT NULL DEFAULT '0',
  `iso_payment_modules` blob,
  `iso_shipping_modules` blob,
  `filter_module` text,
  `iso_config_id` int(10) unsigned NOT NULL DEFAULT '0',
  `iso_config_ids` blob,
  `iso_jump_first` char(1) NOT NULL DEFAULT '',
  `iso_forward_review` char(1) NOT NULL DEFAULT '',
  `iso_mail_customer` int(10) unsigned NOT NULL DEFAULT '0',
  `iso_mail_admin` int(10) unsigned NOT NULL DEFAULT '0',
  `iso_sales_email` varchar(255) NOT NULL DEFAULT '',
  `iso_order_conditions` int(10) unsigned NOT NULL DEFAULT '0',
  `iso_category_scope` varchar(64) NOT NULL DEFAULT '',
  `iso_use_quantity` char(1) NOT NULL DEFAULT '',
  `iso_filter_layout` varchar(64) NOT NULL DEFAULT '',
  `iso_filterFields` blob,
  `iso_orderByFields` blob,
  `iso_searchFields` blob,
  `iso_enableLimit` char(1) NOT NULL DEFAULT '',
  `iso_enableSearch` char(1) NOT NULL DEFAULT '',
  `iso_cart_jumpTo` int(10) unsigned NOT NULL DEFAULT '0',
  `iso_checkout_jumpTo` int(10) unsigned NOT NULL DEFAULT '0',
  `orderCompleteJumpTo` int(10) unsigned NOT NULL DEFAULT '0',
  `iso_listingSortField` varchar(255) NOT NULL DEFAULT '',
  `iso_listingSortDirection` varchar(8) NOT NULL DEFAULT '',
  `iso_buttons` blob,
  `iso_listingModule` int(10) NOT NULL DEFAULT '0',
  `iso_related_categories` blob,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  `autologin` char(1) NOT NULL DEFAULT '',
  `cal_showQuantity` char(1) NOT NULL DEFAULT '',
  `news_order` varchar(32) NOT NULL DEFAULT '',
  `iso_cols` int(1) unsigned NOT NULL DEFAULT '1',
  `iso_addToAddressbook` char(1) NOT NULL DEFAULT '',
  `iso_addProductJumpTo` int(10) unsigned NOT NULL DEFAULT '0',
  `iso_noProducts` varchar(255) NOT NULL DEFAULT '',
  `iso_forceNoProducts` char(1) NOT NULL DEFAULT '',
  `iso_enableCoupons` char(1) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=157 ;

--
-- Dumping data for table `tl_module`
--

INSERT INTO `tl_module` (`id`, `tstamp`, `type`, `headline`, `name`, `singleSRC`, `multiSRC`, `imgSize`, `rootPage`, `pages`, `showLevel`, `levelOffset`, `hardLimit`, `showHidden`, `showProtected`, `navigationTpl`, `defineRoot`, `includeRoot`, `customLabel`, `queryType`, `searchType`, `searchTpl`, `perPage`, `contextLength`, `totalLength`, `editable`, `cols`, `memberTpl`, `jumpTo`, `form`, `html`, `size`, `url`, `source`, `flashvars`, `altContent`, `useCaption`, `transparent`, `interactive`, `flashID`, `flashJS`, `inColumn`, `skipFirst`, `disableCaptcha`, `newsletters`, `space`, `cssID`, `cal_calendar`, `cal_template`, `cal_startDay`, `cal_format`, `cal_limit`, `cal_noSpan`, `faq_categories`, `list_table`, `list_fields`, `list_where`, `list_sort`, `list_search`, `list_info`, `list_layout`, `list_info_layout`, `news_archives`, `news_showQuantity`, `news_numberOfItems`, `news_template`, `news_metaFields`, `news_jumpToCurrent`, `nl_template`, `nl_subscribe`, `nl_unsubscribe`, `reg_groups`, `reg_assignDir`, `reg_homeDir`, `reg_allowLogin`, `reg_activate`, `reg_jumpTo`, `reg_skipName`, `reg_text`, `reg_password`, `rss_feed`, `rss_template`, `rss_numberOfItems`, `rss_cache`, `protected`, `guests`, `groups`, `nl_channels`, `nl_includeCss`, `news_format`, `redirectBack`, `loadFirst`, `cal_ctemplate`, `news_featured`, `list_info_where`, `nl_hideChannels`, `tableless`, `fuzzy`, `fullsize`, `com_order`, `com_moderate`, `com_bbcode`, `com_requireLogin`, `com_disableCaptcha`, `com_template`, `news_startDay`, `reg_close`, `cal_order`, `iso_list_layout`, `iso_reader_layout`, `iso_reader_jumpTo`, `iso_cart_layout`, `iso_checkout_method`, `iso_login_jumpTo`, `iso_payment_modules`, `iso_shipping_modules`, `filter_module`, `iso_config_id`, `iso_config_ids`, `iso_jump_first`, `iso_forward_review`, `iso_mail_customer`, `iso_mail_admin`, `iso_sales_email`, `iso_order_conditions`, `iso_category_scope`, `iso_use_quantity`, `iso_filter_layout`, `iso_filterFields`, `iso_orderByFields`, `iso_searchFields`, `iso_enableLimit`, `iso_enableSearch`, `iso_cart_jumpTo`, `iso_checkout_jumpTo`, `orderCompleteJumpTo`, `iso_listingSortField`, `iso_listingSortDirection`, `iso_buttons`, `iso_listingModule`, `iso_related_categories`, `pid`, `autologin`, `cal_showQuantity`, `news_order`, `iso_cols`, `iso_addToAddressbook`, `iso_addProductJumpTo`, `iso_noProducts`, `iso_forceNoProducts`, `iso_enableCoupons`) VALUES
(128, 1274039169, 'iso_productreader', 'a:2:{s:4:"unit";s:2:"h1";s:5:"value";s:0:"";}', 'SHOP - Product Reader', '', NULL, '', 0, NULL, 0, 0, '', '', '', '', '', '', '', 'and', 'simple', '', 3, 48, 1000, NULL, '2cl', '', 0, 0, NULL, '', '', 'internal', '', NULL, '', '', '', '', NULL, 'main', 0, '', NULL, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{i:0;s:0:"";i:1;s:0:"";}', NULL, 'event_full', 0, 'cal_month', 0, '', NULL, '', '', '', '', '', '', 'list_default', 'info_default', NULL, '', 3, 'news_single', 'a:2:{i:0;s:4:"date";i:1;s:6:"author";}', '', 'nl_simple', NULL, NULL, NULL, '', '', '', '', 0, '', NULL, NULL, NULL, 'rss_default', 3, 3600, '', '', NULL, NULL, '', 'news_month', '', '', 'cal_default', '', '', '', '', '', '', 'ascending', '', '', '', '', 'com_default', 0, '', 'ascending', 'iso_list_featured_product', 'iso_reader_default', 278, 'iso_reader_product_single', 'member', 0, NULL, NULL, NULL, 0, NULL, '', '', 0, 0, '', 0, 'global', '1', 'iso_reader_product_single', NULL, NULL, NULL, '', '', 0, 0, 0, '', 'DESC', 0x613a313a7b693a303b733a31313a226164645f746f5f63617274223b7d, 0, NULL, 1, '', '', '', 0, '', 0, '', '', ''),
(118, 1272548391, 'html', 'a:2:{s:4:"unit";s:2:"h1";s:5:"value";s:0:"";}', 'HTML - Header', '', NULL, '', 0, NULL, 0, 0, '', '', '', '', '', '', '', 'and', 'simple', '', 0, 48, 1000, NULL, '2cl', '', 0, 0, '<div id="logo"><a href="/" title="Isotope eCommerce Demo Store"><img src="tl_files/2010_demo/layout/logo.png" alt="Isotope Integrated eCommerce" /></a></div>', '', '', 'internal', '', NULL, '', '', '', '', NULL, 'main', 0, '', NULL, '', '', NULL, 'event_full', 0, 'cal_month', 0, '', NULL, '', '', '', '', '', '', 'list_default', 'info_default', NULL, '', 3, 'news_single', 'a:2:{i:0;s:4:"date";i:1;s:6:"author";}', '', 'nl_simple', NULL, NULL, NULL, '', '', '', '', 0, '', NULL, NULL, NULL, 'rss_default', 3, 3600, '', '', NULL, NULL, '', 'news_month', '', '', 'cal_default', '', '', '', '', '', '', '', '', '', '', '', '', 0, '', '', '', '', 0, '', '', 0, NULL, NULL, NULL, 0, NULL, '', '', 0, 0, '', 0, '', '', '', NULL, NULL, NULL, '', '', 0, 0, 0, '', '', NULL, 0, NULL, 1, '', '', '', 0, '', 0, '', '', ''),
(119, 1274099666, 'navigation', 'a:2:{s:4:"unit";s:2:"h1";s:5:"value";s:0:"";}', 'NAV - Dropdown', '', NULL, '', 243, NULL, 0, 0, '', '', '', 'nav_default', '1', '', '', 'and', 'simple', '', 0, 48, 1000, NULL, '2cl', '', 0, 0, NULL, '', '', 'internal', '', NULL, '', '', '', '', NULL, 'main', 0, '', NULL, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{i:0;s:3:"nav";i:1;s:0:"";}', NULL, 'event_full', 0, 'cal_month', 0, '', NULL, '', '', '', '', '', '', 'list_default', 'info_default', NULL, '', 3, 'news_single', 'a:2:{i:0;s:4:"date";i:1;s:6:"author";}', '', 'nl_simple', NULL, NULL, NULL, '', '', '', '', 0, '', NULL, NULL, NULL, 'rss_default', 3, 3600, '', '', NULL, NULL, '', 'news_month', '', '', 'cal_default', '', '', '', '', '', '', 'ascending', '', '', '', '', 'com_default', 0, '', 'ascending', 'iso_list_productlist', 'iso_reader_default', 0, 'iso_reader_product_single', 'member', 0, NULL, NULL, NULL, 0, NULL, '', '', 0, 0, '', 0, 'parent_and_children', '', 'iso_reader_product_single', NULL, NULL, NULL, '', '', 0, 0, 0, '', '', NULL, 0, NULL, 1, '', '', '', 0, '', 0, '', '', ''),
(120, 1274099056, 'navigation', 'a:2:{s:4:"unit";s:2:"h1";s:5:"value";s:0:"";}', 'NAV - Top Nav', '', NULL, '', 265, NULL, 1, 1, '1', '', '', 'nav_default', '1', '', '', 'and', 'simple', '', 0, 48, 1000, NULL, '2cl', '', 0, 0, NULL, '', '', 'internal', '', NULL, '', '', '', '', NULL, 'main', 0, '', NULL, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{i:0;s:6:"topnav";i:1;s:0:"";}', NULL, 'event_full', 0, 'cal_month', 0, '', NULL, '', '', '', '', '', '', 'list_default', 'info_default', NULL, '', 3, 'news_single', 'a:2:{i:0;s:4:"date";i:1;s:6:"author";}', '', 'nl_simple', NULL, NULL, NULL, '', '', '', '', 0, '', NULL, NULL, NULL, 'rss_default', 3, 3600, '', '', NULL, NULL, '', 'news_month', '', '', 'cal_default', '', '', '', '', '', '', 'ascending', '', '', '', '', 'com_default', 0, '', 'ascending', 'iso_list_productlist', 'iso_reader_default', 0, 'iso_reader_product_single', 'member', 0, NULL, NULL, NULL, 0, NULL, '', '', 0, 0, '', 0, 'parent_and_children', '', 'iso_reader_product_single', NULL, NULL, NULL, '', '', 0, 0, 0, '', '', NULL, 0, NULL, 1, '', '', '', 0, '', 0, '', '', ''),
(125, 1274622850, 'iso_productlist', 'a:2:{s:4:"unit";s:2:"h1";s:5:"value";s:0:"";}', 'SHOP - Lister - Featured Products', '', NULL, '', 0, NULL, 0, 0, '', '', '', '', '', '', '', 'and', 'simple', '', 4, 48, 1000, NULL, '2cl', '', 0, 0, NULL, '', '', 'internal', '', NULL, '', '', '', '', NULL, 'main', 0, '', NULL, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{i:0;s:0:"";i:1;s:0:"";}', NULL, 'event_full', 0, 'cal_month', 0, '', NULL, '', '', '', '', '', '', 'list_default', 'info_default', NULL, '', 3, 'news_single', 'a:2:{i:0;s:4:"date";i:1;s:6:"author";}', '', 'nl_simple', NULL, NULL, NULL, '', '', '', '', 0, '', NULL, NULL, NULL, 'rss_default', 3, 3600, '', '', NULL, NULL, '', 'news_month', '', '', 'cal_default', '', '', '', '', '', '', 'ascending', '', '', '', '', 'com_default', 0, '', 'ascending', 'iso_list_default', 'iso_reader_default', 278, 'iso_reader_product_single', 'member', 0, NULL, NULL, NULL, 0, NULL, '', '', 0, 0, '', 0, 'current_category', '', 'iso_reader_product_single', NULL, NULL, NULL, '', '', 0, 0, 0, '', 'ASC', NULL, 0, NULL, 1, '', '', '', 0, '', 0, '', '', ''),
(126, 1272210744, 'form', 'a:2:{s:4:"unit";s:2:"h1";s:5:"value";s:0:"";}', 'SEARCH - Simple Search', '', '', '', 0, '', 0, 0, '', '', '', '', '', '', '', 'or', 'simple', 'search_default', 10, 44, 400, '', '2cl', '', 0, 14, '', '', '', '', '', '', '', '', '', '', '', '', 0, '', NULL, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{i:0;s:6:"search";i:1;s:0:"";}', 0x30, '', 0, '', 0, '', '', '', '', '', '', '', '', '', '', '', '', 3, 'news_single', 'a:2:{i:0;s:4:"date";i:1;s:6:"author";}', '', '', NULL, NULL, '', '', '', '', '', 0, '', '', '', '', '', 0, 0, '', '', NULL, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 0, '', '', '', '', 0, '', '', 0, NULL, NULL, NULL, 0, NULL, '', '', 0, 0, '', 0, '', '', '', NULL, NULL, NULL, '', '', 0, 0, 0, '', '', NULL, 0, NULL, 1, '', '', '', 0, '', 0, '', '', ''),
(129, 1274099243, 'iso_cart', 'a:2:{s:4:"unit";s:2:"h2";s:5:"value";s:0:"";}', 'SHOP - Cart - Mini', '', NULL, '', 0, NULL, 0, 0, '', '', '', '', '', '', '', 'and', 'simple', '', 3, 48, 1000, NULL, '2cl', '', 0, 0, NULL, '', '', 'internal', '', NULL, '', '', '', '', NULL, 'main', 0, '', NULL, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{i:0;s:0:"";i:1;s:0:"";}', NULL, 'event_full', 0, 'cal_month', 0, '', NULL, '', '', '', '', '', '', 'list_default', 'info_default', NULL, '', 3, 'news_single', 'a:2:{i:0;s:4:"date";i:1;s:6:"author";}', '', 'nl_simple', NULL, NULL, NULL, '', '', '', '', 0, '', NULL, NULL, NULL, 'rss_default', 3, 3600, '', '', NULL, NULL, '', 'news_month', '', '', 'cal_default', '', '', '', '', '', '', 'ascending', '', '', '', '', 'com_default', 0, '', 'ascending', 'iso_list_featured_product', 'iso_reader_default', 278, 'iso_cart_mini', 'member', 0, NULL, NULL, NULL, 0, NULL, '', '', 0, 0, '', 0, 'global', '1', 'iso_reader_product_single', NULL, NULL, NULL, '', '', 269, 270, 0, '', 'DESC', NULL, 0, NULL, 1, '', '', '', 0, '', 0, '', '', ''),
(130, 1272210744, 'iso_cart', 'a:2:{s:4:"unit";s:2:"h1";s:5:"value";s:0:"";}', 'SHOP - Cart - Full', '', NULL, '', 0, NULL, 0, 0, '', '', '', '', '', '', '', 'and', 'simple', '', 3, 48, 1000, NULL, '2cl', '', 0, 0, NULL, '', '', 'internal', '', NULL, '', '', '', '', NULL, 'main', 0, '', NULL, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{i:0;s:0:"";i:1;s:19:"mod_isoShoppingCart";}', NULL, 'event_full', 0, 'cal_month', 0, '', NULL, '', '', '', '', '', '', 'list_default', 'info_default', NULL, '', 3, 'news_single', 'a:2:{i:0;s:4:"date";i:1;s:6:"author";}', '', 'nl_simple', NULL, NULL, NULL, '', '', '', '', 0, '', NULL, NULL, NULL, 'rss_default', 3, 3600, '', '', NULL, NULL, '', 'news_month', '', '', 'cal_default', '', '', '', '', '', '', 'ascending', '', '', '', '', 'com_default', 0, '', 'ascending', 'iso_list_featured_product', 'iso_reader_default', 278, 'iso_cart_full', 'member', 0, NULL, NULL, NULL, 0, NULL, '', '', 0, 0, '', 0, 'global', '1', 'iso_reader_product_single', NULL, NULL, NULL, '', '', 269, 270, 0, '', 'DESC', NULL, 0, NULL, 1, '', '', '', 0, '', 0, '', '', ''),
(142, 1286198919, 'iso_productlist', 'a:2:{s:4:"unit";s:2:"h1";s:5:"value";s:0:"";}', 'SHOP - Lister - Basic', '', NULL, '', 0, NULL, 0, 0, '', '', '', '', '', '', '', 'and', 'simple', '', 18, 48, 1000, NULL, '2cl', '', 0, 0, NULL, '', '', 'internal', '', NULL, '', '', '', '', NULL, 'main', 0, '', NULL, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{i:0;s:0:"";i:1;s:4:"grid";}', NULL, 'event_full', 0, 'cal_month', 0, '', NULL, '', '', '', '', '', '', 'list_default', 'info_default', NULL, '', 3, 'news_single', 'a:2:{i:0;s:4:"date";i:1;s:6:"author";}', '', 'nl_simple', NULL, NULL, NULL, '', '', '', '', 0, '', NULL, NULL, NULL, 'rss_default', 3, 3600, '', '', NULL, NULL, '', 'news_month', '', '', 'cal_default', '', '', '', '', '', '', 'ascending', '', '', '', '', 'com_default', 0, '', 'ascending', 'iso_list_default', 'iso_reader_default', 278, 'iso_reader_product_single', 'member', 0, NULL, NULL, NULL, 0, NULL, '', '', 0, 0, '', 0, 'parent_and_all_children', '', 'iso_reader_product_single', NULL, NULL, NULL, '', '', 0, 0, 0, 'name', 'DESC', '', 0, NULL, 1, '', '', '', 4, '', 0, '', '', ''),
(143, 1272210744, 'iso_productfilter', 'a:2:{s:4:"unit";s:2:"h1";s:5:"value";s:0:"";}', 'SHOP - Product Filter', '', NULL, '', 0, NULL, 0, 0, '', '', '', '', '', '', '', 'and', 'simple', '', 3, 48, 1000, NULL, '2cl', '', 0, 0, NULL, '', '', 'internal', '', NULL, '', '', '', '', NULL, 'main', 0, '', NULL, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{i:0;s:0:"";i:1;s:0:"";}', NULL, 'event_full', 0, 'cal_month', 0, '', NULL, '', '', '', '', '', '', 'list_default', 'info_default', NULL, '', 3, 'news_single', 'a:2:{i:0;s:4:"date";i:1;s:6:"author";}', '', 'nl_simple', NULL, NULL, NULL, '', '', '', '', 0, '', NULL, NULL, NULL, 'rss_default', 3, 3600, '', '', NULL, NULL, '', 'news_month', '', '', 'cal_default', '', '', '', '', '', '', 'ascending', '', '', '', '', 'com_default', 0, '', 'ascending', 'iso_list_default', 'iso_reader_default', 278, 'iso_reader_product_single', 'member', 0, NULL, NULL, NULL, 0, NULL, '', '', 0, 0, '', 0, 'current_category', '', 'iso_reader_product_single', 0x613a313a7b693a303b733a313a2235223b7d, 0x613a313a7b693a303b733a303a22223b7d, NULL, '1', '1', 0, 0, 0, '', 'DESC', NULL, 0, NULL, 1, '', '', '', 0, '', 0, '', '', ''),
(144, 1287955398, 'iso_checkout', 'a:2:{s:4:"unit";s:2:"h1";s:5:"value";s:0:"";}', 'SHOP - Checkout', '', NULL, '', 0, NULL, 0, 0, '', '', '', '', '', '', '', 'and', 'simple', '', 3, 48, 1000, NULL, '2cl', '', 0, 0, NULL, '', '', 'internal', '', NULL, '', '', '', '', NULL, 'main', 0, '', NULL, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{i:0;s:0:"";i:1;s:0:"";}', NULL, 'event_full', 0, 'cal_month', 0, '', NULL, '', '', '', '', '', '', 'list_default', 'info_default', NULL, '', 3, 'news_single', 'a:2:{i:0;s:4:"date";i:1;s:6:"author";}', '', 'nl_simple', NULL, NULL, NULL, '', '', '', '', 0, '', NULL, NULL, NULL, 'rss_default', 3, 3600, '', '', NULL, NULL, '', 'news_month', '', '', 'cal_default', '', '', '', '', '', '', 'ascending', '', '', '', '', 'com_default', 0, '', 'ascending', 'iso_list_featured_product', 'iso_reader_default', 278, 'iso_cart_full', 'both', 268, 0x613a323a7b693a303b733a313a2231223b693a313b733a313a2233223b7d, 0x613a313a7b693a303b733a313a2231223b7d, NULL, 0, NULL, '', '', 2, 1, 'sales@isotopeecommerce.com', 0, 'global', '1', 'iso_reader_product_single', NULL, NULL, NULL, '', '', 269, 270, 271, '', 'DESC', NULL, 0, NULL, 1, '', '', '', 0, '', 0, '', '', ''),
(145, 1272210744, 'login', 'a:2:{s:4:"unit";s:2:"h1";s:5:"value";s:0:"";}', 'SHOP - Login', '', NULL, '', 0, NULL, 0, 0, '', '', '', '', '', '', '', 'and', 'simple', '', 0, 48, 1000, NULL, '2cl', '', 0, 0, NULL, '', '', 'internal', '', NULL, '', '', '', '', NULL, 'main', 0, '', NULL, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{i:0;s:0:"";i:1;s:0:"";}', NULL, 'event_full', 0, 'cal_month', 0, '', NULL, '', '', '', '', '', '', 'list_default', 'info_default', NULL, '', 3, 'news_latest', 'a:2:{i:0;s:4:"date";i:1;s:6:"author";}', '', 'nl_simple', NULL, NULL, NULL, '', '', '', '', 0, '', NULL, NULL, NULL, 'rss_default', 3, 3600, '', '', NULL, NULL, '', 'news_month', '', '', 'cal_default', '', '', '', '', '', '', 'ascending', '', '', '', '', 'com_default', 0, '', 'ascending', 'iso_list_productlist', 'iso_reader_default', 0, 'iso_reader_product_single', 'member', 0, NULL, NULL, NULL, 0, NULL, '', '', 0, 0, '', 0, 'parent_and_children', '', 'iso_reader_product_single', NULL, NULL, NULL, '', '', 0, 0, 0, '', 'DESC', 0x613a313a7b693a303b733a31313a226164645f746f5f63617274223b7d, 0, NULL, 1, '', '', '', 0, '', 0, '', '', ''),
(146, 1272210744, 'iso_orderhistory', 'a:2:{s:4:"unit";s:2:"h1";s:5:"value";s:0:"";}', 'SHOP - Order History', '', NULL, '', 0, NULL, 0, 0, '', '', '', '', '', '', '', 'and', 'simple', '', 0, 48, 1000, NULL, '2cl', '', 301, 0, NULL, '', '', 'internal', '', NULL, '', '', '', '', NULL, 'main', 0, '', NULL, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{i:0;s:0:"";i:1;s:0:"";}', NULL, 'event_full', 0, 'cal_month', 0, '', NULL, '', '', '', '', '', '', 'list_default', 'info_default', NULL, '', 3, 'news_latest', 'a:2:{i:0;s:4:"date";i:1;s:6:"author";}', '', 'nl_simple', NULL, NULL, NULL, '', '', '', '', 0, '', NULL, NULL, NULL, 'rss_default', 3, 3600, '', '', NULL, NULL, '', 'news_month', '', '', 'cal_default', '', '', '', '', '', '', 'ascending', '', '', '', '', 'com_default', 0, '', 'ascending', 'iso_list_productlist', 'iso_reader_default', 0, 'iso_reader_product_single', 'member', 0, NULL, NULL, NULL, 0, 0x613a313a7b693a303b733a313a2231223b7d, '', '', 0, 0, '', 0, 'parent_and_children', '', 'iso_reader_product_single', NULL, NULL, NULL, '', '', 0, 0, 0, '', 'DESC', 0x613a313a7b693a303b733a31313a226164645f746f5f63617274223b7d, 0, NULL, 1, '', '', '', 0, '', 0, '', '', ''),
(147, 1272210744, 'iso_orderdetails', 'a:2:{s:4:"unit";s:2:"h1";s:5:"value";s:0:"";}', 'SHOP - Order Details', '', NULL, '', 0, NULL, 0, 0, '', '', '', '', '', '', '', 'and', 'simple', '', 0, 48, 1000, NULL, '2cl', '', 0, 0, NULL, '', '', 'internal', '', NULL, '', '', '', '', NULL, 'main', 0, '', NULL, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{i:0;s:0:"";i:1;s:0:"";}', NULL, 'event_full', 0, 'cal_month', 0, '', NULL, '', '', '', '', '', '', 'list_default', 'info_default', NULL, '', 3, 'news_latest', 'a:2:{i:0;s:4:"date";i:1;s:6:"author";}', '', 'nl_simple', NULL, NULL, NULL, '', '', '', '', 0, '', NULL, NULL, NULL, 'rss_default', 3, 3600, '', '', NULL, NULL, '', 'news_month', '', '', 'cal_default', '', '', '', '', '', '', 'ascending', '', '', '', '', 'com_default', 0, '', 'ascending', 'iso_list_productlist', 'iso_reader_default', 0, 'iso_reader_product_single', 'member', 0, NULL, NULL, NULL, 0, 0x613a313a7b693a303b733a313a2231223b7d, '', '', 0, 0, '', 0, 'parent_and_children', '', 'iso_reader_product_single', NULL, NULL, NULL, '', '', 0, 0, 0, '', 'DESC', 0x613a313a7b693a303b733a31313a226164645f746f5f63617274223b7d, 0, NULL, 1, '', '', '', 0, '', 0, '', '', ''),
(148, 1274635007, 'search', 'a:2:{s:4:"unit";s:2:"h1";s:5:"value";s:0:"";}', 'SEARCH - Search Engine', '', NULL, '', 0, NULL, 0, 0, '', '', '', '', '', '', '', 'or', 'simple', 'search_default', 0, 48, 250, NULL, '2cl', '', 0, 0, NULL, '', '', 'internal', '', NULL, '', '', '', '', NULL, 'main', 0, '', NULL, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{i:0;s:0:"";i:1;s:0:"";}', NULL, 'event_full', 0, 'cal_month', 0, '', NULL, '', '', '', '', '', '', 'list_default', 'info_default', NULL, '', 3, 'news_latest', 'a:2:{i:0;s:4:"date";i:1;s:6:"author";}', '', 'nl_simple', NULL, NULL, NULL, '', '', '', '', 0, '', NULL, NULL, NULL, 'rss_default', 3, 3600, '', '', NULL, NULL, '', 'news_month', '', '', 'cal_default', '', '', '', '', '1', '', 'ascending', '', '', '', '', 'com_default', 0, '', 'ascending', 'iso_list_productlist', 'iso_reader_default', 0, 'iso_reader_product_single', 'member', 0, NULL, NULL, NULL, 0, NULL, '', '', 0, 0, '', 0, 'parent_and_children', '', 'iso_reader_product_single', NULL, NULL, NULL, '', '', 0, 0, 0, '', 'DESC', 0x613a313a7b693a303b733a31313a226164645f746f5f63617274223b7d, 0, NULL, 1, '', '', '', 0, '', 0, '', '', ''),
(150, 1272414988, 'iso_relatedproducts', 'a:2:{s:4:"unit";s:2:"h3";s:5:"value";s:16:"Similar Products";}', 'SHOP - Related Products', '', NULL, '', 0, NULL, 0, 0, '', '', '', '', '', '', '', 'and', 'simple', '', 3, 48, 1000, NULL, '2cl', '', 0, 0, NULL, '', '', 'internal', '', NULL, '', '', '', '', NULL, 'main', 0, '', NULL, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{i:0;s:0:"";i:1;s:0:"";}', NULL, 'event_full', 0, 'cal_month', 0, '', NULL, '', '', '', '', '', '', 'list_default', 'info_default', NULL, '', 3, 'news_single', 'a:2:{i:0;s:4:"date";i:1;s:6:"author";}', '', 'nl_simple', NULL, NULL, NULL, '', '', '', '', 0, '', NULL, NULL, NULL, 'rss_default', 3, 3600, '', '', NULL, NULL, '', 'news_month', '', '', 'cal_default', '', '', '', '', '', '', 'ascending', '', '', '', '', 'com_default', 0, '', 'ascending', 'iso_list_default', 'iso_reader_default', 278, 'iso_reader_product_single', 'member', 0, NULL, NULL, NULL, 0, NULL, '', '', 0, 0, '', 0, 'global', '1', 'iso_reader_product_single', NULL, NULL, NULL, '', '', 0, 0, 0, '', 'DESC', '', 0, 0x613a313a7b693a303b733a313a2231223b7d, 1, '', '', '', 0, '', 0, '', '', ''),
(152, 1274635157, 'navigation', 'a:2:{s:4:"unit";s:2:"h1";s:5:"value";s:0:"";}', 'NAV - Bottom Nav', '', NULL, '', 280, NULL, 1, 1, '1', '', '', 'nav_default', '1', '', '', 'and', 'simple', '', 0, 48, 1000, NULL, '2cl', '', 0, 0, NULL, '', '', 'internal', '', NULL, '', '', '', '', NULL, 'main', 0, '', NULL, 'a:2:{i:0;s:0:"";i:1;s:0:"";}', 'a:2:{i:0;s:9:"footernav";i:1;s:0:"";}', NULL, 'event_full', 0, 'cal_month', 0, '', NULL, '', '', '', '', '', '', 'list_default', 'info_default', NULL, '', 3, 'news_single', 'a:2:{i:0;s:4:"date";i:1;s:6:"author";}', '', 'nl_simple', NULL, NULL, NULL, '', '', '', '', 0, '', NULL, NULL, NULL, 'rss_default', 3, 3600, '', '', NULL, NULL, '', 'news_month', '', '', 'cal_default', '', '', '', '', '', '', 'ascending', '', '', '', '', 'com_default', 0, '', 'ascending', 'iso_list_productlist', 'iso_reader_default', 0, 'iso_reader_product_single', 'member', 0, NULL, NULL, NULL, 0, NULL, '', '', 0, 0, '', 0, 'parent_and_children', '', 'iso_reader_product_single', NULL, NULL, NULL, '', '', 0, 0, 0, '', '', NULL, 0, NULL, 1, '', '', '', 0, '', 0, '', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `tl_news`
--

CREATE TABLE IF NOT EXISTS `tl_news` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `headline` varchar(255) NOT NULL DEFAULT '',
  `alias` varbinary(128) NOT NULL DEFAULT '',
  `date` int(10) unsigned NOT NULL DEFAULT '0',
  `time` int(10) unsigned NOT NULL DEFAULT '0',
  `subheadline` varchar(255) NOT NULL DEFAULT '',
  `teaser` text,
  `text` mediumtext,
  `addImage` char(1) NOT NULL DEFAULT '',
  `singleSRC` varchar(255) NOT NULL DEFAULT '',
  `size` varchar(64) NOT NULL DEFAULT '',
  `alt` varchar(255) NOT NULL DEFAULT '',
  `caption` varchar(255) NOT NULL DEFAULT '',
  `floating` varchar(32) NOT NULL DEFAULT '',
  `imagemargin` varchar(128) NOT NULL DEFAULT '',
  `fullsize` char(1) NOT NULL DEFAULT '',
  `author` int(10) unsigned NOT NULL DEFAULT '0',
  `published` char(1) NOT NULL DEFAULT '',
  `noComments` char(1) NOT NULL DEFAULT '',
  `addEnclosure` char(1) NOT NULL DEFAULT '',
  `enclosure` blob,
  `source` varchar(32) NOT NULL DEFAULT '',
  `jumpTo` int(10) unsigned NOT NULL DEFAULT '0',
  `url` varchar(255) NOT NULL DEFAULT '',
  `target` char(1) NOT NULL DEFAULT '',
  `start` varchar(10) NOT NULL DEFAULT '',
  `stop` varchar(10) NOT NULL DEFAULT '',
  `cssClass` varchar(255) NOT NULL DEFAULT '',
  `featured` char(1) NOT NULL DEFAULT '',
  `imageUrl` varchar(255) NOT NULL DEFAULT '',
  `articleId` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `pid` (`pid`),
  KEY `alias` (`alias`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=40 ;

--
-- Dumping data for table `tl_news`
--


-- --------------------------------------------------------

--
-- Table structure for table `tl_newsletter`
--

CREATE TABLE IF NOT EXISTS `tl_newsletter` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `subject` varchar(255) NOT NULL DEFAULT '',
  `sender` varchar(128) NOT NULL DEFAULT '',
  `senderName` varchar(128) NOT NULL DEFAULT '',
  `content` text,
  `addFile` char(1) NOT NULL DEFAULT '',
  `files` blob,
  `template` varchar(32) NOT NULL DEFAULT '',
  `sendText` char(1) NOT NULL DEFAULT '',
  `sent` char(1) NOT NULL DEFAULT '',
  `date` varchar(10) NOT NULL DEFAULT '',
  `alias` varbinary(128) NOT NULL DEFAULT '',
  `text` text,
  `externalImages` char(1) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `pid` (`pid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `tl_newsletter`
--


-- --------------------------------------------------------

--
-- Table structure for table `tl_newsletter_channel`
--

CREATE TABLE IF NOT EXISTS `tl_newsletter_channel` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `jumpTo` int(10) unsigned NOT NULL DEFAULT '0',
  `useSMTP` char(1) NOT NULL DEFAULT '',
  `smtpHost` varchar(64) NOT NULL DEFAULT '',
  `smtpPort` smallint(5) unsigned NOT NULL DEFAULT '0',
  `smtpUser` varchar(128) NOT NULL DEFAULT '',
  `smtpPass` varchar(32) NOT NULL DEFAULT '',
  `smtpEnc` varchar(3) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `tl_newsletter_channel`
--


-- --------------------------------------------------------

--
-- Table structure for table `tl_newsletter_recipients`
--

CREATE TABLE IF NOT EXISTS `tl_newsletter_recipients` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `email` varchar(128) NOT NULL DEFAULT '',
  `active` char(1) NOT NULL DEFAULT '',
  `token` varchar(32) NOT NULL DEFAULT '',
  `addedOn` varchar(10) NOT NULL DEFAULT '',
  `ip` varchar(64) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `pid` (`pid`),
  KEY `email` (`email`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=217 ;

--
-- Dumping data for table `tl_newsletter_recipients`
--


-- --------------------------------------------------------

--
-- Table structure for table `tl_news_archive`
--

CREATE TABLE IF NOT EXISTS `tl_news_archive` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `language` varchar(32) NOT NULL DEFAULT '',
  `jumpTo` int(10) unsigned NOT NULL DEFAULT '0',
  `protected` char(1) NOT NULL DEFAULT '',
  `groups` blob,
  `makeFeed` char(1) NOT NULL DEFAULT '',
  `alias` varbinary(128) NOT NULL DEFAULT '',
  `feedBase` varchar(255) NOT NULL DEFAULT '',
  `description` text,
  `format` varchar(32) NOT NULL DEFAULT '',
  `maxItems` smallint(5) unsigned NOT NULL DEFAULT '0',
  `allowComments` char(1) NOT NULL DEFAULT '',
  `perPage` smallint(5) unsigned NOT NULL DEFAULT '0',
  `sortOrder` varchar(32) NOT NULL DEFAULT '',
  `moderate` char(1) NOT NULL DEFAULT '',
  `bbcode` char(1) NOT NULL DEFAULT '',
  `disableCaptcha` char(1) NOT NULL DEFAULT '',
  `requireLogin` char(1) NOT NULL DEFAULT '',
  `notify` varchar(32) NOT NULL DEFAULT '',
  `source` varchar(32) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=8 ;

--
-- Dumping data for table `tl_news_archive`
--


-- --------------------------------------------------------

--
-- Table structure for table `tl_page`
--

CREATE TABLE IF NOT EXISTS `tl_page` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  `sorting` int(10) unsigned NOT NULL DEFAULT '0',
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varbinary(128) NOT NULL DEFAULT '',
  `adminEmail` varchar(255) NOT NULL DEFAULT '',
  `type` varchar(32) NOT NULL DEFAULT '',
  `language` varchar(2) NOT NULL DEFAULT '',
  `pageTitle` varchar(255) NOT NULL DEFAULT '',
  `description` text,
  `url` varchar(255) NOT NULL DEFAULT '',
  `target` char(1) NOT NULL DEFAULT '',
  `redirect` varchar(32) NOT NULL DEFAULT '',
  `autoforward` char(1) NOT NULL DEFAULT '',
  `dns` varchar(255) NOT NULL DEFAULT '',
  `fallback` char(1) NOT NULL DEFAULT '',
  `jumpTo` int(10) unsigned NOT NULL DEFAULT '0',
  `protected` char(1) NOT NULL DEFAULT '',
  `groups` blob,
  `includeLayout` char(1) NOT NULL DEFAULT '',
  `layout` int(10) unsigned NOT NULL DEFAULT '0',
  `includeCache` char(1) NOT NULL DEFAULT '',
  `cache` int(10) unsigned NOT NULL DEFAULT '0',
  `includeChmod` char(1) NOT NULL DEFAULT '',
  `chmod` varchar(255) NOT NULL DEFAULT '',
  `cuser` int(10) unsigned NOT NULL DEFAULT '0',
  `cgroup` int(10) unsigned NOT NULL DEFAULT '0',
  `createSitemap` char(1) NOT NULL DEFAULT '',
  `sitemapName` varchar(32) NOT NULL DEFAULT '',
  `hide` char(1) NOT NULL DEFAULT '',
  `guests` char(1) NOT NULL DEFAULT '',
  `noSearch` char(1) NOT NULL DEFAULT '',
  `cssClass` varchar(64) NOT NULL DEFAULT '',
  `tabindex` smallint(5) unsigned NOT NULL DEFAULT '0',
  `accesskey` char(1) NOT NULL DEFAULT '',
  `published` char(1) NOT NULL DEFAULT '',
  `start` varchar(10) NOT NULL DEFAULT '',
  `stop` varchar(10) NOT NULL DEFAULT '',
  `dateFormat` varchar(32) NOT NULL DEFAULT '',
  `timeFormat` varchar(32) NOT NULL DEFAULT '',
  `datimFormat` varchar(32) NOT NULL DEFAULT '',
  `robots` varchar(32) NOT NULL DEFAULT '',
  `sitemap` varchar(32) NOT NULL DEFAULT '',
  `iso_config` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `pid` (`pid`),
  KEY `alias` (`alias`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=303 ;

--
-- Dumping data for table `tl_page`
--

INSERT INTO `tl_page` (`id`, `pid`, `sorting`, `tstamp`, `title`, `alias`, `adminEmail`, `type`, `language`, `pageTitle`, `description`, `url`, `target`, `redirect`, `autoforward`, `dns`, `fallback`, `jumpTo`, `protected`, `groups`, `includeLayout`, `layout`, `includeCache`, `cache`, `includeChmod`, `chmod`, `cuser`, `cgroup`, `createSitemap`, `sitemapName`, `hide`, `guests`, `noSearch`, `cssClass`, `tabindex`, `accesskey`, `published`, `start`, `stop`, `dateFormat`, `timeFormat`, `datimFormat`, `robots`, `sitemap`, `iso_config`) VALUES
(241, 0, 576, 1291733689, 'Demo Store', 'demo-store', '', 'root', 'en', '', NULL, '', '', 'permanent', '', '', '1', 0, '', NULL, '1', 38, '', 0, '', 'a:6:{i:0;s:2:"u1";i:1;s:2:"u2";i:2;s:2:"u3";i:3;s:2:"u4";i:4;s:2:"u5";i:5;s:2:"u6";}', 0, 0, '', '', '', '', '', '', 0, '', '1', '', '', '', '', '', '', '', 1),
(242, 241, 128, 1263753108, 'Home Page', 'index', '', 'regular', 'en', '', NULL, '', '', 'permanent', '', '', '', 0, '', NULL, '1', 38, '', 0, '', 'a:6:{i:0;s:2:"u1";i:1;s:2:"u2";i:2;s:2:"u3";i:3;s:2:"u4";i:4;s:2:"u5";i:5;s:2:"u6";}', 0, 0, '', '', '', '', '', '', 0, '', '1', '', '', '', '', '', 'index,follow', 'map_default', 0),
(243, 241, 256, 1270476394, 'Main Navigation', 'main-navigation', '', 'regular', 'en', '', NULL, '', '', 'permanent', '', '', '', 0, '', NULL, '1', 45, '', 0, '', 'a:6:{i:0;s:2:"u1";i:1;s:2:"u2";i:2;s:2:"u3";i:3;s:2:"u4";i:4;s:2:"u5";i:5;s:2:"u6";}', 0, 0, '', '', '1', '', '', '', 0, '', '', '', '', '', '', '', 'index,follow', 'map_default', 0),
(283, 280, 384, 1268695109, 'Shipping & Policies', 'shipping-policies', '', 'regular', 'en', '', NULL, '', '', 'permanent', '', '', '', 0, '', NULL, '', 0, '', 0, '', 'a:6:{i:0;s:2:"u1";i:1;s:2:"u2";i:2;s:2:"u3";i:3;s:2:"u4";i:4;s:2:"u5";i:5;s:2:"u6";}', 0, 0, '', '', '', '', '', '', 0, '', '1', '', '', '', '', '', 'index,follow', 'map_default', 0),
(282, 280, 256, 1268695049, 'Customer Service', 'customer-service', '', 'regular', 'en', '', NULL, '', '', 'permanent', '', '', '', 0, '', NULL, '', 0, '', 0, '', 'a:6:{i:0;s:2:"u1";i:1;s:2:"u2";i:2;s:2:"u3";i:3;s:2:"u4";i:4;s:2:"u5";i:5;s:2:"u6";}', 0, 0, '', '', '', '', '', '', 0, '', '1', '', '', '', '', '', 'index,follow', 'map_default', 0),
(280, 241, 448, 1274635811, 'Footer Navigation', 'footer-navigation', '', 'regular', 'en', '', NULL, '', '', 'permanent', '', '', '', 0, '', NULL, '1', 46, '', 0, '', 'a:6:{i:0;s:2:"u1";i:1;s:2:"u2";i:2;s:2:"u3";i:3;s:2:"u4";i:4;s:2:"u5";i:5;s:2:"u6";}', 0, 0, '', '', '1', '', '', '', 0, '', '', '', '', '', '', '', 'index,follow', 'map_default', 0),
(281, 280, 128, 1268695039, 'About Us', 'about-us', '', 'regular', 'en', '', NULL, '', '', 'permanent', '', '', '', 0, '', NULL, '', 0, '', 0, '', 'a:6:{i:0;s:2:"u1";i:1;s:2:"u2";i:2;s:2:"u3";i:3;s:2:"u4";i:4;s:2:"u5";i:5;s:2:"u6";}', 0, 0, '', '', '', '', '', '', 0, '', '1', '', '', '', '', '', 'index,follow', 'map_default', 0),
(278, 243, 768, 1272200891, 'Product Details', 'details', '', 'regular', 'en', '', NULL, '', '', 'permanent', '', '', '', 0, '', NULL, '1', 46, '', 0, '', 'a:6:{i:0;s:2:"u1";i:1;s:2:"u2";i:2;s:2:"u3";i:3;s:2:"u4";i:4;s:2:"u5";i:5;s:2:"u6";}', 0, 0, '', '', '1', '', '', '', 0, '', '1', '', '', '', '', '', 'index,follow', 'map_default', 0),
(277, 243, 640, 1274619755, 'Sandals', 'sandals', '', 'regular', 'en', '', NULL, '', '', 'permanent', '', '', '', 0, '', NULL, '', 0, '', 0, '', 'a:6:{i:0;s:2:"u1";i:1;s:2:"u2";i:2;s:2:"u3";i:3;s:2:"u4";i:4;s:2:"u5";i:5;s:2:"u6";}', 0, 0, '', '', '', '', '', '', 0, '', '1', '', '', '', '', '', 'index,follow', 'map_default', 0),
(276, 243, 704, 1274619783, 'Specials', 'specials', '', 'regular', 'en', '', NULL, '', '', 'permanent', '', '', '', 0, '1', 0x613a313a7b693a303b733a313a2235223b7d, '', 0, '', 0, '', 'a:6:{i:0;s:2:"u1";i:1;s:2:"u2";i:2;s:2:"u3";i:3;s:2:"u4";i:4;s:2:"u5";i:5;s:2:"u6";}', 0, 0, '', '', '', '', '', '', 0, '', '1', '', '', '', '', '', 'index,follow', 'map_default', 0),
(275, 243, 384, 1274634922, 'Childrens', 'childrens', '', 'regular', 'en', '', NULL, '', '', 'permanent', '', '', '', 0, '', NULL, '', 0, '', 0, '', 'a:6:{i:0;s:2:"u1";i:1;s:2:"u2";i:2;s:2:"u3";i:3;s:2:"u4";i:4;s:2:"u5";i:5;s:2:"u6";}', 0, 0, '', '', '', '', '', '', 0, '', '1', '', '', '', '', '', 'index,follow', 'map_default', 0),
(274, 243, 256, 1274619718, 'Mens', 'mens', '', 'regular', 'en', '', NULL, '', '', 'permanent', '', '', '', 0, '', NULL, '', 0, '', 0, '', 'a:6:{i:0;s:2:"u1";i:1;s:2:"u2";i:2;s:2:"u3";i:3;s:2:"u4";i:4;s:2:"u5";i:5;s:2:"u6";}', 0, 0, '', '', '', '', '', '', 0, '', '1', '', '', '', '', '', 'index,follow', 'map_default', 0),
(273, 243, 128, 1274619700, 'Womens', 'womens', '', 'regular', 'en', '', NULL, '', '', 'permanent', '', '', '', 0, '', NULL, '', 0, '', 0, '', 'a:6:{i:0;s:2:"u1";i:1;s:2:"u2";i:2;s:2:"u3";i:3;s:2:"u4";i:4;s:2:"u5";i:5;s:2:"u6";}', 0, 0, '', '', '', '', '', '', 0, '', '1', '', '', '', '', '', 'index,follow', 'map_default', 0),
(265, 241, 384, 1263753522, 'Top Navigation', 'top-navigation', '', 'regular', 'en', '', NULL, '', '', 'permanent', '', '', '', 0, '', NULL, '', 0, '', 0, '', 'a:6:{i:0;s:2:"u1";i:1;s:2:"u2";i:2;s:2:"u3";i:3;s:2:"u4";i:4;s:2:"u5";i:5;s:2:"u6";}', 0, 0, '', '', '1', '', '', '', 0, '', '', '', '', '', '', '', 'index,follow', 'map_default', 0),
(266, 241, 512, 1263754894, 'Module/Reader Pages', 'modulereader-pages', '', 'regular', 'en', '', NULL, '', '', 'permanent', '', '', '', 0, '', NULL, '', 0, '', 0, '', 'a:6:{i:0;s:2:"u1";i:1;s:2:"u2";i:2;s:2:"u3";i:3;s:2:"u4";i:4;s:2:"u5";i:5;s:2:"u6";}', 0, 0, '', '', '1', '', '', '', 0, '', '', '', '', '', '', '', 'index,follow', 'map_default', 0),
(267, 266, 128, 1263754909, 'Search Results', 'search-results', '', 'regular', 'en', '', NULL, '', '', 'permanent', '', '', '', 0, '', NULL, '', 0, '', 0, '', 'a:6:{i:0;s:2:"u1";i:1;s:2:"u2";i:2;s:2:"u3";i:3;s:2:"u4";i:4;s:2:"u5";i:5;s:2:"u6";}', 0, 0, '', '', '', '', '', '', 0, '', '1', '', '', '', '', '', 'index,follow', 'map_default', 0),
(268, 265, 128, 1263754923, 'My Account', 'my-account', '', 'regular', 'en', '', NULL, '', '', 'permanent', '', '', '', 0, '', NULL, '', 0, '', 0, '', 'a:6:{i:0;s:2:"u1";i:1;s:2:"u2";i:2;s:2:"u3";i:3;s:2:"u4";i:4;s:2:"u5";i:5;s:2:"u6";}', 0, 0, '', '', '', '', '', '', 0, '', '1', '', '', '', '', '', 'index,follow', 'map_default', 0),
(269, 265, 256, 1263754936, 'My Cart', 'my-cart', '', 'regular', 'en', '', NULL, '', '', 'permanent', '', '', '', 0, '', NULL, '', 0, '', 0, '', 'a:6:{i:0;s:2:"u1";i:1;s:2:"u2";i:2;s:2:"u3";i:3;s:2:"u4";i:4;s:2:"u5";i:5;s:2:"u6";}', 0, 0, '', '', '', '', '', '', 0, '', '1', '', '', '', '', '', 'index,follow', 'map_default', 0),
(270, 265, 384, 1263754944, 'Checkout', 'checkout', '', 'regular', 'en', '', NULL, '', '', 'permanent', '', '', '', 0, '', NULL, '', 0, '', 0, '', 'a:6:{i:0;s:2:"u1";i:1;s:2:"u2";i:2;s:2:"u3";i:3;s:2:"u4";i:4;s:2:"u5";i:5;s:2:"u6";}', 0, 0, '', '', '', '', '', '', 0, '', '1', '', '', '', '', '', 'index,follow', 'map_default', 0),
(271, 270, 128, 1263754964, 'Order Summary', 'order-summary', '', 'regular', 'en', '', NULL, '', '', 'permanent', '', '', '', 0, '', NULL, '', 0, '', 0, '', 'a:6:{i:0;s:2:"u1";i:1;s:2:"u2";i:2;s:2:"u3";i:3;s:2:"u4";i:4;s:2:"u5";i:5;s:2:"u6";}', 0, 0, '', '', '', '', '', '', 0, '', '1', '', '', '', '', '', 'index,follow', 'map_default', 0),
(300, 268, 128, 1272113502, 'Order History', 'order-history', '', 'regular', 'en', '', NULL, '', '', 'permanent', '', '', '', 0, '', NULL, '', 0, '', 0, '', 'a:6:{i:0;s:2:"u1";i:1;s:2:"u2";i:2;s:2:"u3";i:3;s:2:"u4";i:4;s:2:"u5";i:5;s:2:"u6";}', 0, 0, '', '', '', '', '', '', 0, '', '1', '', '', '', '', '', 'index,follow', 'map_default', 0),
(301, 300, 128, 1272113565, 'Order Details', 'order-details', '', 'regular', 'en', '', NULL, '', '', 'permanent', '', '', '', 0, '', NULL, '', 0, '', 0, '', 'a:6:{i:0;s:2:"u1";i:1;s:2:"u2";i:2;s:2:"u3";i:3;s:2:"u4";i:4;s:2:"u5";i:5;s:2:"u6";}', 0, 0, '', '', '1', '', '', '', 0, '', '1', '', '', '', '', '', 'index,follow', 'map_default', 0);

-- --------------------------------------------------------

--
-- Table structure for table `tl_payment_options`
--

CREATE TABLE IF NOT EXISTS `tl_payment_options` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `enabled` char(1) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

--
-- Dumping data for table `tl_payment_options`
--


-- --------------------------------------------------------

--
-- Table structure for table `tl_repository_installs`
--

CREATE TABLE IF NOT EXISTS `tl_repository_installs` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `extension` varchar(32) NOT NULL DEFAULT '',
  `version` int(9) NOT NULL DEFAULT '0',
  `build` int(9) NOT NULL DEFAULT '0',
  `alpha` char(1) NOT NULL DEFAULT '',
  `beta` char(1) NOT NULL DEFAULT '',
  `rc` char(1) NOT NULL DEFAULT '',
  `stable` char(1) NOT NULL DEFAULT '1',
  `lickey` varchar(255) NOT NULL DEFAULT '',
  `delprot` char(1) NOT NULL DEFAULT '',
  `error` char(1) NOT NULL DEFAULT '',
  `updprot` char(1) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;

--
-- Dumping data for table `tl_repository_installs`
--

INSERT INTO `tl_repository_installs` (`id`, `tstamp`, `extension`, `version`, `build`, `alpha`, `beta`, `rc`, `stable`, `lickey`, `delprot`, `error`, `updprot`) VALUES
(1, 1306676439, 'isotope', 20099, 5, '0', '0', '0', '1', '', '', '', ''),
(2, 1306676410, 'ajax', 10000069, 5, '0', '0', '0', '1', '', '', '', ''),
(3, 1306676411, 'conditionalselectmenu', 10010029, 10, '0', '0', '0', '1', '', '', '', ''),
(4, 1298640596, 'tablelookupwizard', 10010029, 4, '0', '0', '0', '1', '', '', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `tl_repository_instfiles`
--

CREATE TABLE IF NOT EXISTS `tl_repository_instfiles` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `filename` varchar(255) NOT NULL DEFAULT '',
  `filetype` char(1) NOT NULL DEFAULT 'F',
  `flag` char(1) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `pid` (`pid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=266 ;

--
-- Dumping data for table `tl_repository_instfiles`
--

INSERT INTO `tl_repository_instfiles` (`id`, `pid`, `tstamp`, `filename`, `filetype`, `flag`) VALUES
(1, 1, 1306676413, 'system/drivers/DC_ProductData.php', 'F', ''),
(2, 1, 1306676413, 'system/drivers/DC_TablePageId.php', 'F', ''),
(3, 1, 1306676413, 'system/modules/isotope/AttributeWizard.php', 'F', ''),
(5, 1, 1306676414, 'system/modules/isotope/InheritCheckBox.php', 'F', ''),
(6, 1, 1306676414, 'system/modules/isotope/Isotope.php', 'F', ''),
(7, 1, 1306676415, 'system/modules/isotope/IsotopeCart.php', 'F', ''),
(8, 1, 1306676415, 'system/modules/isotope/IsotopeConfig.php', 'F', ''),
(9, 1, 1306676415, 'system/modules/isotope/IsotopeDatabase.php', 'F', ''),
(11, 1, 1306676416, 'system/modules/isotope/IsotopePayment.php', 'F', ''),
(12, 1, 1306676417, 'system/modules/isotope/IsotopeProduct.php', 'F', ''),
(13, 1, 1306676418, 'system/modules/isotope/IsotopeShipping.php', 'F', ''),
(14, 1, 1306676418, 'system/modules/isotope/MediaManager.php', 'F', ''),
(15, 1, 1306676419, 'system/modules/isotope/ModuleIsotope.php', 'F', ''),
(16, 1, 1306676419, 'system/modules/isotope/ModuleIsotopeAddressBook.php', 'F', ''),
(17, 1, 1306676419, 'system/modules/isotope/ModuleIsotopeCart.php', 'F', ''),
(18, 1, 1306676419, 'system/modules/isotope/ModuleIsotopeCheckout.php', 'F', ''),
(19, 1, 1306676421, 'system/modules/isotope/ModuleIsotopeConfigSwitcher.php', 'F', ''),
(20, 1, 1306676422, 'system/modules/isotope/ModuleIsotopeOrderDetails.php', 'F', ''),
(21, 1, 1306676425, 'system/modules/isotope/ModuleIsotopeOrderHistory.php', 'F', ''),
(22, 1, 1306676425, 'system/modules/isotope/ModuleIsotopeProductFilter.php', 'F', ''),
(23, 1, 1306676425, 'system/modules/isotope/ModuleIsotopeProductList.php', 'F', ''),
(24, 1, 1306676425, 'system/modules/isotope/ModuleIsotopeProductReader.php', 'F', ''),
(25, 1, 1306676425, 'system/modules/isotope/ModuleIsotopeRelatedProducts.php', 'F', ''),
(26, 1, 1306676425, 'system/modules/isotope/ModuleIsotopeSetup.php', 'F', ''),
(27, 1, 1306676425, 'system/modules/isotope/ModuleIsotopeStatistics.php', 'F', ''),
(30, 1, 1306676425, 'system/modules/isotope/PaymentAuthorizeDotNet.php', 'F', ''),
(31, 1, 1306676425, 'system/modules/isotope/PaymentCash.php', 'F', ''),
(32, 1, 1306676426, 'system/modules/isotope/PaymentPaypal.php', 'F', ''),
(33, 1, 1306676426, 'system/modules/isotope/PaymentPaypalPayflowPro.php', 'F', ''),
(35, 1, 1306676426, 'system/modules/isotope/PaymentPostfinance.php', 'F', ''),
(37, 1, 1306676426, 'system/modules/isotope/ShippingCollection.php', 'F', ''),
(38, 1, 1306676426, 'system/modules/isotope/ShippingFlat.php', 'F', ''),
(39, 1, 1306676426, 'system/modules/isotope/ShippingOrderTotal.php', 'F', ''),
(40, 1, 1306676426, 'system/modules/isotope/ShippingUPS.php', 'F', ''),
(41, 1, 1306676426, 'system/modules/isotope/ShippingUSPS.php', 'F', ''),
(42, 1, 1306676426, 'system/modules/isotope/SurchargeWizard.php', 'F', ''),
(43, 1, 1306676426, 'system/modules/isotope/VariantWizard.php', 'F', ''),
(44, 1, 1306676426, 'system/modules/isotope/config/config.php', 'F', ''),
(45, 1, 1306676428, 'system/modules/isotope/config/database.sql', 'F', ''),
(46, 1, 1306676429, 'system/modules/isotope/dca/tl_content.php', 'F', ''),
(47, 1, 1306676429, 'system/modules/isotope/dca/tl_iso_addresses.php', 'F', ''),
(48, 1, 1306676430, 'system/modules/isotope/dca/tl_iso_attributes.php', 'F', ''),
(49, 1, 1306676430, 'system/modules/isotope/dca/tl_iso_config.php', 'F', ''),
(50, 1, 1306676430, 'system/modules/isotope/dca/tl_iso_downloads.php', 'F', ''),
(51, 1, 1306676430, 'system/modules/isotope/dca/tl_iso_mail.php', 'F', ''),
(52, 1, 1306676430, 'system/modules/isotope/dca/tl_iso_mail_content.php', 'F', ''),
(53, 1, 1306676431, 'system/modules/isotope/dca/tl_iso_orders.php', 'F', ''),
(54, 1, 1306676431, 'system/modules/isotope/dca/tl_iso_payment_modules.php', 'F', ''),
(55, 1, 1306676431, 'system/modules/isotope/dca/tl_iso_product_categories.php', 'F', ''),
(56, 1, 1306676432, 'system/modules/isotope/dca/tl_iso_products.php', 'F', ''),
(57, 1, 1306676432, 'system/modules/isotope/dca/tl_iso_producttypes.php', 'F', ''),
(58, 1, 1306676432, 'system/modules/isotope/dca/tl_iso_related_categories.php', 'F', ''),
(59, 1, 1306676432, 'system/modules/isotope/dca/tl_iso_related_products.php', 'F', ''),
(60, 1, 1306676433, 'system/modules/isotope/dca/tl_iso_shipping_modules.php', 'F', ''),
(61, 1, 1306676433, 'system/modules/isotope/dca/tl_iso_shipping_options.php', 'F', ''),
(62, 1, 1306676433, 'system/modules/isotope/dca/tl_iso_tax_class.php', 'F', ''),
(63, 1, 1306676433, 'system/modules/isotope/dca/tl_iso_tax_rate.php', 'F', ''),
(64, 1, 1306676433, 'system/modules/isotope/dca/tl_member.php', 'F', ''),
(65, 1, 1306676433, 'system/modules/isotope/dca/tl_module.php', 'F', ''),
(66, 1, 1306676433, 'system/modules/isotope/dca/tl_page.php', 'F', ''),
(67, 1, 1306676433, 'system/modules/isotope/dca/tl_user.php', 'F', ''),
(68, 1, 1306676434, 'system/modules/isotope/dca/tl_user_group.php', 'F', ''),
(69, 1, 1306676434, 'system/modules/isotope/html/add.png', 'F', ''),
(70, 1, 1306676434, 'system/modules/isotope/html/addToCart.gif', 'F', ''),
(71, 1, 1306676434, 'system/modules/isotope/html/assets.gif', 'F', ''),
(72, 1, 1306676434, 'system/modules/isotope/html/attach.png', 'F', ''),
(73, 1, 1306676434, 'system/modules/isotope/html/backend.css', 'F', ''),
(74, 1, 1306676434, 'system/modules/isotope/html/backend.js', 'F', ''),
(75, 1, 1306676434, 'system/modules/isotope/html/backend_src.css', 'F', ''),
(76, 1, 1306676434, 'system/modules/isotope/html/backend_src.js', 'F', ''),
(77, 1, 1306676434, 'system/modules/isotope/html/delete.png', 'F', ''),
(78, 1, 1306676434, 'system/modules/isotope/html/edit.png', 'F', ''),
(79, 1, 1306676434, 'system/modules/isotope/html/icon-addressbook.gif', 'F', ''),
(80, 1, 1306676434, 'system/modules/isotope/html/icon-attributes.gif', 'F', ''),
(81, 1, 1306676434, 'system/modules/isotope/html/icon-generate.png', 'F', ''),
(82, 1, 1306676434, 'system/modules/isotope/html/icon-isotope.png', 'F', ''),
(83, 1, 1306676434, 'system/modules/isotope/html/icon-mail.gif', 'F', ''),
(84, 1, 1306676434, 'system/modules/isotope/html/icon-orders.gif', 'F', ''),
(85, 1, 1306676434, 'system/modules/isotope/html/icon-payment.png', 'F', ''),
(86, 1, 1306676434, 'system/modules/isotope/html/icon-products.gif', 'F', ''),
(87, 1, 1306676434, 'system/modules/isotope/html/icon-quick_edit.png', 'F', ''),
(88, 1, 1306676434, 'system/modules/isotope/html/icon-related.png', 'F', ''),
(89, 1, 1306676434, 'system/modules/isotope/html/icon-shipping.gif', 'F', ''),
(90, 1, 1306676434, 'system/modules/isotope/html/icon-statistics.gif', 'F', ''),
(91, 1, 1306676434, 'system/modules/isotope/html/icon-taxclass.gif', 'F', ''),
(92, 1, 1306676434, 'system/modules/isotope/html/icon-taxrate.gif', 'F', ''),
(93, 1, 1306676434, 'system/modules/isotope/html/icon-types.gif', 'F', ''),
(94, 1, 1306676435, 'system/modules/isotope/html/isotope.css', 'F', ''),
(95, 1, 1306676435, 'system/modules/isotope/html/isotope.js', 'F', ''),
(96, 1, 1306676435, 'system/modules/isotope/html/isotope_src.css', 'F', ''),
(97, 1, 1306676435, 'system/modules/isotope/html/isotope_src.js', 'F', ''),
(99, 1, 1306676435, 'system/modules/isotope/html/money.png', 'F', ''),
(100, 1, 1306676435, 'system/modules/isotope/html/print.css', 'F', ''),
(101, 1, 1306676435, 'system/modules/isotope/html/printer.png', 'F', ''),
(104, 1, 1306676435, 'system/modules/isotope/html/tools.png', 'F', ''),
(105, 1, 1306676435, 'system/modules/isotope/languages/de/default.php', 'F', ''),
(106, 1, 1306676435, 'system/modules/isotope/languages/de/explain.php', 'F', ''),
(107, 1, 1306676435, 'system/modules/isotope/languages/de/modules.php', 'F', ''),
(108, 1, 1306676435, 'system/modules/isotope/languages/de/tl_content.php', 'F', ''),
(109, 1, 1306676435, 'system/modules/isotope/languages/de/tl_iso_addresses.php', 'F', ''),
(110, 1, 1306676435, 'system/modules/isotope/languages/de/tl_iso_attributes.php', 'F', ''),
(111, 1, 1306676435, 'system/modules/isotope/languages/de/tl_iso_config.php', 'F', ''),
(112, 1, 1306676435, 'system/modules/isotope/languages/de/tl_iso_mail.php', 'F', ''),
(113, 1, 1306676435, 'system/modules/isotope/languages/de/tl_iso_mail_content.php', 'F', ''),
(114, 1, 1306676435, 'system/modules/isotope/languages/de/tl_iso_orders.php', 'F', ''),
(115, 1, 1306676436, 'system/modules/isotope/languages/de/tl_iso_payment_modules.php', 'F', ''),
(116, 1, 1306676436, 'system/modules/isotope/languages/de/tl_iso_products.php', 'F', ''),
(117, 1, 1306676436, 'system/modules/isotope/languages/de/tl_iso_shipping_modules.php', 'F', ''),
(118, 1, 1306676436, 'system/modules/isotope/languages/de/tl_iso_shipping_options.php', 'F', ''),
(119, 1, 1306676436, 'system/modules/isotope/languages/de/tl_module.php', 'F', ''),
(120, 1, 1306676436, 'system/modules/isotope/languages/en/countries.php', 'F', ''),
(121, 1, 1306676436, 'system/modules/isotope/languages/en/default.php', 'F', ''),
(122, 1, 1306676436, 'system/modules/isotope/languages/en/explain.php', 'F', ''),
(123, 1, 1306676436, 'system/modules/isotope/languages/en/modules.php', 'F', ''),
(124, 1, 1306676436, 'system/modules/isotope/languages/en/subdivisions.php', 'F', ''),
(125, 1, 1306676436, 'system/modules/isotope/languages/en/tl_content.php', 'F', ''),
(126, 1, 1306676436, 'system/modules/isotope/languages/en/tl_form_field.php', 'F', ''),
(127, 1, 1306676436, 'system/modules/isotope/languages/en/tl_iso_addresses.php', 'F', ''),
(128, 1, 1306676436, 'system/modules/isotope/languages/en/tl_iso_attributes.php', 'F', ''),
(129, 1, 1306676436, 'system/modules/isotope/languages/en/tl_iso_config.php', 'F', ''),
(130, 1, 1306676436, 'system/modules/isotope/languages/en/tl_iso_downloads.php', 'F', ''),
(131, 1, 1306676436, 'system/modules/isotope/languages/en/tl_iso_mail.php', 'F', ''),
(132, 1, 1306676436, 'system/modules/isotope/languages/en/tl_iso_mail_content.php', 'F', ''),
(133, 1, 1306676436, 'system/modules/isotope/languages/en/tl_iso_order_items.php', 'F', ''),
(134, 1, 1306676436, 'system/modules/isotope/languages/en/tl_iso_orders.php', 'F', ''),
(135, 1, 1306676436, 'system/modules/isotope/languages/en/tl_iso_payment_modules.php', 'F', ''),
(136, 1, 1306676437, 'system/modules/isotope/languages/en/tl_iso_products.php', 'F', ''),
(137, 1, 1306676437, 'system/modules/isotope/languages/en/tl_iso_producttypes.php', 'F', ''),
(138, 1, 1306676437, 'system/modules/isotope/languages/en/tl_iso_related_categories.php', 'F', ''),
(139, 1, 1306676437, 'system/modules/isotope/languages/en/tl_iso_related_products.php', 'F', ''),
(140, 1, 1306676437, 'system/modules/isotope/languages/en/tl_iso_shipping_modules.php', 'F', ''),
(141, 1, 1306676437, 'system/modules/isotope/languages/en/tl_iso_shipping_options.php', 'F', ''),
(142, 1, 1306676437, 'system/modules/isotope/languages/en/tl_iso_tax_class.php', 'F', ''),
(143, 1, 1306676437, 'system/modules/isotope/languages/en/tl_iso_tax_rate.php', 'F', ''),
(144, 1, 1306676437, 'system/modules/isotope/languages/en/tl_member.php', 'F', ''),
(145, 1, 1306676437, 'system/modules/isotope/languages/en/tl_module.php', 'F', ''),
(146, 1, 1306676437, 'system/modules/isotope/languages/en/tl_page.php', 'F', ''),
(147, 1, 1306676437, 'system/modules/isotope/languages/en/tl_user.php', 'F', ''),
(148, 1, 1306676437, 'system/modules/isotope/languages/en/tl_user_group.php', 'F', ''),
(149, 1, 1306676437, 'system/modules/isotope/postsale.php', 'F', ''),
(150, 1, 1306676437, 'system/modules/isotope/templates/be_iso_setup.tpl', 'F', ''),
(151, 1, 1306676437, 'system/modules/isotope/templates/be_pos_terminal.tpl', 'F', ''),
(249, 4, 1298640593, 'system/modules/tablelookupwizard/TableLookupWizard.php', 'F', ''),
(153, 1, 1306676437, 'system/modules/isotope/templates/iso_cart_full.tpl', 'F', ''),
(154, 1, 1306676437, 'system/modules/isotope/templates/iso_cart_mini.tpl', 'F', ''),
(155, 1, 1306676437, 'system/modules/isotope/templates/iso_cart_mini_table.tpl', 'F', ''),
(156, 1, 1306676437, 'system/modules/isotope/templates/iso_checkout_billing_address.tpl', 'F', ''),
(157, 1, 1306676437, 'system/modules/isotope/templates/iso_checkout_order_review.tpl', 'F', ''),
(158, 1, 1306676437, 'system/modules/isotope/templates/iso_checkout_payment_method.tpl', 'F', ''),
(159, 1, 1306676437, 'system/modules/isotope/templates/iso_checkout_shipping_address.tpl', 'F', ''),
(160, 1, 1306676437, 'system/modules/isotope/templates/iso_checkout_shipping_method.tpl', 'F', ''),
(161, 1, 1306676437, 'system/modules/isotope/templates/iso_google_analytics.tpl', 'F', ''),
(162, 1, 1306676437, 'system/modules/isotope/templates/iso_invoice.tpl', 'F', ''),
(163, 1, 1306676437, 'system/modules/isotope/templates/iso_list_default.tpl', 'F', ''),
(164, 1, 1306676437, 'system/modules/isotope/templates/iso_products_html.tpl', 'F', ''),
(165, 1, 1306676438, 'system/modules/isotope/templates/iso_products_text.tpl', 'F', ''),
(166, 1, 1306676438, 'system/modules/isotope/templates/iso_reader_default.tpl', 'F', ''),
(167, 1, 1306676438, 'system/modules/isotope/templates/mail_default.tpl', 'F', ''),
(168, 1, 1306676438, 'system/modules/isotope/templates/mod_iso_addressbook.tpl', 'F', ''),
(169, 1, 1306676438, 'system/modules/isotope/templates/mod_iso_cart.tpl', 'F', ''),
(170, 1, 1306676438, 'system/modules/isotope/templates/mod_iso_checkout.tpl', 'F', ''),
(171, 1, 1306676438, 'system/modules/isotope/templates/mod_iso_orderdetails.tpl', 'F', ''),
(172, 1, 1306676438, 'system/modules/isotope/templates/mod_iso_orderhistory.tpl', 'F', ''),
(173, 1, 1306676438, 'system/modules/isotope/templates/mod_iso_productfilter.tpl', 'F', ''),
(174, 1, 1306676438, 'system/modules/isotope/templates/mod_iso_productlist.tpl', 'F', ''),
(175, 1, 1306676438, 'system/modules/isotope/templates/mod_iso_productreader.tpl', 'F', ''),
(176, 1, 1306676438, 'system/modules/isotope/templates/mod_iso_relatedproducts.tpl', 'F', ''),
(199, 1, 1306676412, 'isotope/index.html', 'F', ''),
(180, 1, 1306676439, 'system/runonce.php', 'F', ''),
(181, 2, 1306676410, 'ajax.php', 'F', ''),
(182, 3, 1306676410, 'system/modules/conditionalselectmenu/ConditionalSelectMenu.php', 'F', ''),
(183, 3, 1306676410, 'system/modules/conditionalselectmenu/FormConditionalSelectMenu.php', 'F', ''),
(184, 3, 1306676410, 'system/modules/conditionalselectmenu/config/config.php', 'F', ''),
(185, 3, 1306676410, 'system/modules/conditionalselectmenu/config/database.sql', 'F', ''),
(186, 3, 1306676410, 'system/modules/conditionalselectmenu/dca/tl_form_field.php', 'F', ''),
(187, 3, 1306676410, 'system/modules/conditionalselectmenu/html/conditionalselect.js', 'F', ''),
(188, 3, 1306676410, 'system/modules/conditionalselectmenu/html/conditionalselect_src.js', 'F', ''),
(189, 3, 1306676410, 'system/modules/conditionalselectmenu/languages/de/modules.php', 'F', ''),
(190, 3, 1306676410, 'system/modules/conditionalselectmenu/languages/de/tl_form_field.php', 'F', ''),
(191, 3, 1306676410, 'system/modules/conditionalselectmenu/languages/en/modules.php', 'F', ''),
(192, 3, 1306676410, 'system/modules/conditionalselectmenu/languages/en/tl_form_field.php', 'F', ''),
(193, 3, 1306676410, 'system/modules/conditionalselectmenu/languages/fr/.htaccess', 'F', ''),
(194, 3, 1306676410, 'system/modules/conditionalselectmenu/languages/fr/modules.php', 'F', ''),
(195, 3, 1306676410, 'system/modules/conditionalselectmenu/languages/fr/tl_form_field.php', 'F', ''),
(197, 1, 1306676413, 'system/modules/isotope/CHANGELOG.txt', 'F', ''),
(198, 1, 1306676438, 'system/modules/isotope/templates/mod_iso_configswitcher.tpl', 'F', ''),
(200, 1, 1306676414, 'system/modules/isotope/ContentIsotope.php', 'F', ''),
(201, 1, 1306676414, 'system/modules/isotope/CybersourceClient.php', 'F', ''),
(202, 1, 1306676414, 'system/modules/isotope/ImageWatermarkWizard.php', 'F', ''),
(203, 1, 1306676414, 'system/modules/isotope/IsotopeAutomator.php', 'F', ''),
(204, 1, 1306676415, 'system/modules/isotope/IsotopeBackend.php', 'F', ''),
(205, 1, 1306676415, 'system/modules/isotope/IsotopeFrontend.php', 'F', ''),
(206, 1, 1306676416, 'system/modules/isotope/IsotopeGallery.php', 'F', ''),
(207, 1, 1306676416, 'system/modules/isotope/IsotopeOrder.php', 'F', ''),
(208, 1, 1306676417, 'system/modules/isotope/IsotopeProductCollection.php', 'F', ''),
(209, 1, 1306676425, 'system/modules/isotope/PaymentCybersource.php', 'F', ''),
(210, 1, 1306676426, 'system/modules/isotope/PaymentEPay.php', 'F', ''),
(211, 1, 1306676426, 'system/modules/isotope/PaymentEPayForm.php', 'F', ''),
(212, 1, 1306676426, 'system/modules/isotope/ShippingWeightTotal.php', 'F', ''),
(213, 1, 1306676433, 'system/modules/isotope/dca/tl_settings.php', 'F', ''),
(214, 1, 1306676434, 'system/modules/isotope/html/export.png', 'F', ''),
(215, 1, 1306676435, 'system/modules/isotope/html/mediabox_init.js', 'F', ''),
(216, 1, 1306676435, 'system/modules/isotope/languages/da/default.php', 'F', ''),
(217, 1, 1306676435, 'system/modules/isotope/languages/da/tl_iso_addresses.php', 'F', ''),
(218, 1, 1306676435, 'system/modules/isotope/languages/da/tl_iso_downloads.php', 'F', ''),
(219, 1, 1306676435, 'system/modules/isotope/languages/da/tl_member.php', 'F', ''),
(220, 1, 1306676436, 'system/modules/isotope/languages/en/payment.php', 'F', ''),
(221, 1, 1306676437, 'system/modules/isotope/languages/en/tl_settings.php', 'F', ''),
(222, 1, 1306676437, 'system/modules/isotope/languages/fr/default.php', 'F', ''),
(223, 1, 1306676437, 'system/modules/isotope/languages/fr/tl_iso_addresses.php', 'F', ''),
(224, 1, 1291559393, 'system/modules/isotope/languages/it', 'D', ''),
(225, 1, 1306676437, 'system/modules/isotope/languages/it/default.php', 'F', ''),
(226, 1, 1291559393, 'system/modules/isotope/languages/pl', 'D', ''),
(227, 1, 1306676437, 'system/modules/isotope/languages/pl/default.php', 'F', ''),
(228, 1, 1306676437, 'system/modules/isotope/languages/pl/explain.php', 'F', ''),
(229, 1, 1306676437, 'system/modules/isotope/languages/pl/modules.php', 'F', ''),
(230, 1, 1306676437, 'system/modules/isotope/languages/pl/tl_page.php', 'F', ''),
(231, 1, 1306676437, 'system/modules/isotope/languages/pl/tl_user.php', 'F', ''),
(232, 1, 1306676437, 'system/modules/isotope/templates/iso_gallery_default.tpl', 'F', ''),
(233, 1, 1291559418, 'system/modules/isotope_rules', 'D', ''),
(234, 1, 1306676439, 'system/modules/isotope_rules/IsotopeRules.php', 'F', ''),
(235, 1, 1291559418, 'system/modules/isotope_rules/config', 'D', ''),
(236, 1, 1306676439, 'system/modules/isotope_rules/config/config.php', 'F', ''),
(237, 1, 1306676439, 'system/modules/isotope_rules/config/database.sql', 'F', ''),
(238, 1, 1291559421, 'system/modules/isotope_rules/dca', 'D', ''),
(239, 1, 1306676439, 'system/modules/isotope_rules/dca/tl_iso_rules.php', 'F', ''),
(240, 1, 1291559422, 'system/modules/isotope_rules/html', 'D', ''),
(241, 1, 1306676439, 'system/modules/isotope_rules/html/coupons.png', 'F', ''),
(242, 1, 1291559422, 'system/modules/isotope_rules/languages/en', 'D', ''),
(243, 1, 1291559422, 'system/modules/isotope_rules/languages', 'D', ''),
(244, 1, 1306676439, 'system/modules/isotope_rules/languages/en/default.php', 'F', ''),
(245, 1, 1306676439, 'system/modules/isotope_rules/languages/en/modules.php', 'F', ''),
(246, 1, 1306676439, 'system/modules/isotope_rules/languages/en/tl_iso_rules.php', 'F', ''),
(247, 1, 1291559424, 'system/modules/isotope_rules/templates', 'D', ''),
(248, 1, 1306676439, 'system/modules/isotope_rules/templates/iso_coupons.tpl', 'F', ''),
(250, 4, 1298640593, 'system/modules/tablelookupwizard/config/config.php', 'F', ''),
(251, 4, 1298640594, 'system/modules/tablelookupwizard/html/loading.gif', 'F', ''),
(252, 4, 1298640594, 'system/modules/tablelookupwizard/html/tablelookup.css', 'F', ''),
(253, 4, 1298640594, 'system/modules/tablelookupwizard/html/tablelookup.js', 'F', ''),
(254, 4, 1298640594, 'system/modules/tablelookupwizard/html/tablelookup_src.js', 'F', ''),
(255, 4, 1298640595, 'system/modules/tablelookupwizard/languages/de/default.php', 'F', ''),
(256, 4, 1298640595, 'system/modules/tablelookupwizard/languages/de/modules.php', 'F', ''),
(257, 4, 1298640596, 'system/modules/tablelookupwizard/languages/en/default.php', 'F', ''),
(258, 4, 1298640596, 'system/modules/tablelookupwizard/languages/en/modules.php', 'F', ''),
(259, 3, 1306676410, 'system/modules/conditionalselectmenu/languages/it', 'D', ''),
(260, 3, 1306676411, 'system/modules/conditionalselectmenu/languages/it/.htaccess', 'F', ''),
(261, 3, 1306676411, 'system/modules/conditionalselectmenu/languages/it/modules.php', 'F', ''),
(262, 3, 1306676411, 'system/modules/conditionalselectmenu/languages/it/tl_form_field.php', 'F', ''),
(263, 1, 1306676429, 'system/modules/isotope/config/runonce.php', 'F', ''),
(264, 1, 1306676435, 'system/modules/isotope/html/import.png', 'F', ''),
(265, 1, 1306676437, 'system/modules/isotope/templates/iso_payment_postfinance.tpl', 'F', '');

-- --------------------------------------------------------

--
-- Table structure for table `tl_search`
--

CREATE TABLE IF NOT EXISTS `tl_search` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `url` varchar(255) NOT NULL DEFAULT '',
  `text` mediumtext,
  `filesize` double unsigned NOT NULL DEFAULT '0',
  `checksum` varchar(32) NOT NULL DEFAULT '',
  `protected` char(1) NOT NULL DEFAULT '',
  `groups` blob,
  `language` varchar(2) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `pid` (`pid`),
  KEY `url` (`url`),
  FULLTEXT KEY `text` (`text`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=73 ;

--
-- Dumping data for table `tl_search`
--

-- --------------------------------------------------------

--
-- Table structure for table `tl_search_index`
--

CREATE TABLE IF NOT EXISTS `tl_search_index` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  `word` varbinary(64) NOT NULL DEFAULT '',
  `relevance` smallint(5) unsigned NOT NULL DEFAULT '0',
  `language` varchar(2) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `pid` (`pid`),
  KEY `word` (`word`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=375480 ;

--
-- Dumping data for table `tl_search_index`
--

-- --------------------------------------------------------

--
-- Table structure for table `tl_session`
--

CREATE TABLE IF NOT EXISTS `tl_session` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `sessionID` varchar(40) NOT NULL DEFAULT '',
  `ip` varchar(64) NOT NULL DEFAULT '',
  `hash` varchar(40) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `hash` (`hash`),
  KEY `pid` (`pid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=73 ;

--
-- Dumping data for table `tl_session`
--

-- --------------------------------------------------------

--
-- Table structure for table `tl_style`
--

CREATE TABLE IF NOT EXISTS `tl_style` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  `sorting` int(10) unsigned NOT NULL DEFAULT '0',
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `comment` varchar(255) NOT NULL DEFAULT '',
  `selector` varchar(255) NOT NULL DEFAULT '',
  `category` varchar(32) NOT NULL DEFAULT '',
  `size` char(1) NOT NULL DEFAULT '',
  `width` varchar(64) NOT NULL DEFAULT '',
  `height` varchar(64) NOT NULL DEFAULT '',
  `trbl` varchar(128) NOT NULL DEFAULT '',
  `position` varchar(32) NOT NULL DEFAULT '',
  `overflow` varchar(32) NOT NULL DEFAULT '',
  `display` varchar(32) NOT NULL DEFAULT '',
  `floating` varchar(32) NOT NULL DEFAULT '',
  `clear` varchar(32) NOT NULL DEFAULT '',
  `alignment` char(1) NOT NULL DEFAULT '',
  `margin` varchar(128) NOT NULL DEFAULT '',
  `padding` varchar(128) NOT NULL DEFAULT '',
  `align` varchar(32) NOT NULL DEFAULT '',
  `textalign` varchar(32) NOT NULL DEFAULT '',
  `verticalalign` varchar(32) NOT NULL DEFAULT '',
  `background` char(1) NOT NULL DEFAULT '',
  `bgcolor` varchar(6) NOT NULL DEFAULT '',
  `bgimage` varchar(255) NOT NULL DEFAULT '',
  `bgposition` varchar(32) NOT NULL DEFAULT '',
  `bgrepeat` varchar(32) NOT NULL DEFAULT '',
  `border` char(1) NOT NULL DEFAULT '',
  `borderwidth` varchar(128) NOT NULL DEFAULT '',
  `borderstyle` varchar(32) NOT NULL DEFAULT '',
  `bordercolor` varchar(6) NOT NULL DEFAULT '',
  `bordercollapse` varchar(32) NOT NULL DEFAULT '',
  `font` char(1) NOT NULL DEFAULT '',
  `fontfamily` varchar(255) NOT NULL DEFAULT '',
  `fontstyle` varchar(255) NOT NULL DEFAULT '',
  `fontsize` varchar(64) NOT NULL DEFAULT '',
  `fontcolor` varchar(6) NOT NULL DEFAULT '',
  `lineheight` varchar(64) NOT NULL DEFAULT '',
  `whitespace` char(1) NOT NULL DEFAULT '',
  `list` char(1) NOT NULL DEFAULT '',
  `liststyletype` varchar(32) NOT NULL DEFAULT '',
  `liststyleimage` varchar(255) NOT NULL DEFAULT '',
  `own` text,
  `invisible` char(1) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `pid` (`pid`),
  KEY `selector` (`selector`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=1700 ;

--
-- Dumping data for table `tl_style`
--

INSERT INTO `tl_style` (`id`, `pid`, `sorting`, `tstamp`, `comment`, `selector`, `category`, `size`, `width`, `height`, `trbl`, `position`, `overflow`, `display`, `floating`, `clear`, `alignment`, `margin`, `padding`, `align`, `textalign`, `verticalalign`, `background`, `bgcolor`, `bgimage`, `bgposition`, `bgrepeat`, `border`, `borderwidth`, `borderstyle`, `bordercolor`, `bordercollapse`, `font`, `fontfamily`, `fontstyle`, `fontsize`, `fontcolor`, `lineheight`, `whitespace`, `list`, `liststyletype`, `liststyleimage`, `own`, `invisible`) VALUES
(1535, 39, 10752, 1266786264, '', '.registryLink a', 'Registry', '1', '', '', '', '', '', 'block', '', 'left', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '1', '', 'a:1:{i:0;s:9:"underline";}', '', '0066ff', '', '', '', '', '', NULL, ''),
(1536, 39, 10880, 1266786264, '', '.iso_registry_search label', 'Registry', '1', 'a:2:{s:5:"value";s:3:"125";s:4:"unit";s:2:"px";}', '', '', '', '', 'block', 'left', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1637, 36, 1152, 1266697564, '', '#search .submit_container', 'Search', '1', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', '', '', '', '', '1', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:1:"2";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1303, 34, 128, 1259442564, '', 'body', '', '1', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', 'relative', '', '', '', '', '1', 'a:5:{s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";s:5:"right";s:1:"0";s:3:"top";s:1:"0";s:4:"unit";s:0:"";}', 'a:5:{s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";s:5:"right";s:1:"0";s:3:"top";s:1:"0";s:4:"unit";s:0:"";}', '', 'left', '', '1', 'ffffff', '', '', '', '', '', '', '', '', '1', '', '', 'a:2:{s:4:"unit";s:1:"%";s:5:"value";s:2:"85";}', '', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', '', '', '', '', NULL, ''),
(1307, 34, 640, 1259442324, '', '#left', '', '1', '', '', '', '', '', '', 'left', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1308, 34, 768, 1259442324, '', '#right', '', '1', '', '', '', '', '', '', 'right', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1309, 34, 896, 1259442324, '', '#main', '', '1', 'a:2:{s:5:"value";s:4:"auto";s:4:"unit";s:0:"";}', '', '', 'relative', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1312, 34, 1280, 1259442324, '', '.clear,#clear', '', '1', '', 'a:2:{s:5:"value";s:3:"0.1";s:4:"unit";s:2:"px";}', '', '', '', '', '', 'both', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '1', '', '', 'a:2:{s:5:"value";s:3:"0.1";s:4:"unit";s:2:"px";}', '', 'a:2:{s:5:"value";s:3:"0.1";s:4:"unit";s:2:"px";}', '', '', '', '', NULL, ''),
(1313, 34, 1408, 1259442324, '', '.invisible', '', '1', 'a:2:{s:5:"value";s:1:"0";s:4:"unit";s:2:"px";}', 'a:2:{s:5:"value";s:1:"0";s:4:"unit";s:2:"px";}', 'a:3:{s:4:"left";s:5:"-1000";s:4:"unit";s:2:"px";s:3:"top";s:5:"-1000";}', 'absolute', 'hidden', 'inline', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1314, 34, 1536, 1259442324, '', '.custom', '', '1', '', '', '', '', '', 'block', '', '', '1', '', '', '', 'left', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1315, 34, 1664, 1259442324, '', '.custom:after', '', '1', '', 'a:2:{s:5:"value";s:1:"0";s:4:"unit";s:0:"";}', '', '', '', 'block', '', 'both', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'content:".";\nvisibility:hidden;', ''),
(1386, 36, 2048, 1274623105, '', '#left', 'Global Layout', '1', 'a:2:{s:4:"unit";s:2:"px";s:5:"value";s:3:"225";}', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', '', '', 'left', '', '1', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', 'a:5:{s:6:"bottom";s:2:"10";s:4:"left";s:1:"0";s:5:"right";s:1:"0";s:3:"top";s:2:"10";s:4:"unit";s:2:"px";}', '', '', 'top', '', '363636', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', ''),
(1385, 36, 640, 1272207531, '', '#header', 'Header', '', '', '', '', '', '', '', '', '', '1', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:2:"px";}', '', '', '', '1', '6e6e6e', '', '', '', '', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:1:"3";s:3:"top";s:0:"";s:4:"unit";s:2:"px";}', 'solid', '4d4d4d', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1384, 36, 256, 1265071833, '', '#wrapper', 'Global Layout', '1', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', '', '', '', '', '1', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', 'center', '', '', '', 'ffffff', '', '', '', '', '', '', '', '', '1', '', '', 'a:2:{s:4:"unit";s:2:"em";s:5:"value";s:3:"1.1";}', '', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', '', '', '', '', NULL, ''),
(1383, 36, 128, 1274100105, '', 'body', 'Global Layout', '', '', '', '', '', '', '', '', '', '1', 'a:5:{s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";s:5:"right";s:1:"0";s:3:"top";s:1:"0";s:4:"unit";s:0:"";}', 'a:5:{s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";s:5:"right";s:1:"0";s:3:"top";s:1:"0";s:4:"unit";s:2:"px";}', '', '', '', '1', 'ffffff', '', '', '', '', '', '', '', '', '1', 'Arial, Helvetica, sans-serif', '', 'a:2:{s:4:"unit";s:1:"%";s:5:"value";s:4:"62.5";}', '', 'a:2:{s:4:"unit";s:2:"em";s:5:"value";s:4:"1.25";}', '', '', '', '', NULL, ''),
(1452, 39, 128, 1272549798, '', '.mod_iso_productreader #image', 'Product Reader', '1', 'a:2:{s:4:"unit";s:2:"px";s:5:"value";s:3:"200";}', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', '', '', 'left', '', '1', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:2:"20";s:3:"top";s:0:"";s:4:"unit";s:2:"px";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1537, 39, 11008, 1266786264, '', '.iso_registry_search .submit_container a', 'Registry', '1', 'a:2:{s:5:"value";s:3:"200";s:4:"unit";s:2:"px";}', '', '', '', '', 'block', '', '', '1', 'a:2:{s:3:"top";s:2:"15";s:4:"unit";s:2:"px";}', 'a:5:{s:3:"top";s:1:"5";s:5:"right";s:1:"5";s:6:"bottom";s:1:"5";s:4:"left";s:1:"5";s:4:"unit";s:2:"px";}', '', 'center', '', '1', '99ccff', '', '', '', '1', 'a:5:{s:3:"top";s:1:"1";s:5:"right";s:1:"1";s:6:"bottom";s:1:"1";s:4:"left";s:1:"1";s:4:"unit";s:2:"px";}', 'solid', '0066cc', '', '1', '', 'a:1:{i:0;s:4:"bold";}', '', '000033', '', '', '', '', '', NULL, ''),
(1619, 36, 6656, 1266694054, '', '#nav li', 'Nav- Main Nav', '1', '', '', '', 'relative', '', 'block', 'left', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'list-style:none;', ''),
(1609, 36, 5376, 1274099918, '', '#nav a', 'Nav- Main Nav', '1', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', '', '', 'left', '', '1', 'a:5:{s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";s:5:"right";s:2:"10";s:3:"top";s:1:"0";s:4:"unit";s:2:"px";}', 'a:5:{s:6:"bottom";s:1:"5";s:4:"left";s:2:"10";s:5:"right";s:2:"10";s:3:"top";s:1:"5";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '1', 'Helvetica, Arial, sans-serif', 'a:2:{i:0;s:4:"bold";i:1;s:13:"notUnderlined";}', 'a:2:{s:4:"unit";s:2:"em";s:5:"value";s:3:"1.6";}', 'ffffff', 'a:2:{s:4:"unit";s:2:"em";s:5:"value";s:1:"1";}', '', '', '', '', NULL, ''),
(1689, 36, 6016, 1274100022, '', '#nav a:hover, #nav span.active', 'Nav- Main Nav', '1', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', '', 'block', 'left', '', '1', 'a:5:{s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";s:5:"right";s:2:"10";s:3:"top";s:1:"0";s:4:"unit";s:2:"px";}', 'a:5:{s:6:"bottom";s:1:"5";s:4:"left";s:2:"10";s:5:"right";s:2:"10";s:3:"top";s:1:"5";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '1', 'Helvetica, Arial, sans-serif', 'a:2:{i:0;s:4:"bold";i:1;s:13:"notUnderlined";}', 'a:2:{s:4:"unit";s:2:"em";s:5:"value";s:3:"1.6";}', '000000', 'a:2:{s:4:"unit";s:2:"em";s:5:"value";s:1:"1";}', '', '', '', '', NULL, ''),
(1688, 36, 960, 1274099813, '', '#nav ul', 'Nav- Main Nav', '', '', '', '', '', '', '', '', '', '1', 'a:5:{s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";s:5:"right";s:1:"0";s:3:"top";s:1:"0";s:4:"unit";s:0:"";}', 'a:5:{s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";s:5:"right";s:1:"0";s:3:"top";s:1:"0";s:4:"unit";s:0:"";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1591, 39, 17920, 1266785698, '', '.cart_full table tfoot .price', 'Cart Full', '', '', '', '', '', '', '', '', '', '1', '', '', '', 'right', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1590, 39, 17792, 1266785698, '', '.cart_full a.checkout', 'Cart Full', '1', 'a:2:{s:5:"value";s:3:"200";s:4:"unit";s:2:"px";}', '', '', '', '', 'block', 'right', '', '1', '', 'a:3:{s:3:"top";s:2:"10";s:4:"unit";s:2:"px";s:6:"bottom";s:2:"10";}', '', 'center', '', '1', '000000', '', '', '', '1', 'a:5:{s:3:"top";s:1:"2";s:5:"right";s:1:"2";s:6:"bottom";s:1:"2";s:4:"left";s:1:"2";s:4:"unit";s:2:"px";}', 'solid', 'ffffff', '', '1', '', '', 'a:2:{s:5:"value";s:3:"1.5";s:4:"unit";s:2:"em";}', 'ffffff', '', '', '', '', '', 'cursor:pointer;', ''),
(1589, 39, 17664, 1266785698, '', '.cart_full button.update', 'Cart Full', '1', '', '', '', '', '', '', 'left', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1586, 39, 17280, 1266785698, '', '.cart_full .subtotal', 'Cart Full', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '1', '', 'a:1:{i:0;s:4:"bold";}', 'a:2:{s:5:"value";s:3:"1.5";s:4:"unit";s:2:"em";}', '', 'a:2:{s:5:"value";s:1:"1";s:4:"unit";s:2:"em";}', '', '', '', '', NULL, ''),
(1587, 39, 17408, 1266785698, '', '.cart_full .subtotal td.name', 'Cart Full', '', '', '', '', '', '', '', '', '', '1', '', '', '', 'right', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1588, 39, 17536, 1266785698, '', '.cart_full .submit_container', 'Cart Full', '', '', '', '', '', '', '', '', '', '1', 'a:2:{s:3:"top";s:2:"15";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1585, 39, 17152, 1266785698, '', '.cart_full .col_3', 'Cart Full', '1', 'a:2:{s:5:"value";s:2:"75";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '1', '', '', '', 'left', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1583, 39, 16896, 1266785698, '', '.cart_full .col_1', 'Cart Full', '1', 'a:2:{s:5:"value";s:4:"auto";s:4:"unit";s:0:"";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1584, 39, 17024, 1266785698, '', '.cart_full .col_2', 'Cart Full', '1', 'a:2:{s:5:"value";s:2:"75";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '1', '', '', '', 'right', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1582, 39, 16768, 1266785698, '', '.cart_full .col_0', 'Cart Full', '1', 'a:2:{s:5:"value";s:3:"100";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '1', '', '', '', 'right', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1581, 39, 16640, 1266785698, '', '.cart_full .noItems', 'Cart Full', '1', '', '', '', '', '', 'block', '', '', '1', 'a:3:{s:3:"top";s:2:"50";s:4:"unit";s:2:"px";s:6:"bottom";s:2:"50";}', 'a:5:{s:3:"top";s:2:"20";s:5:"right";s:2:"20";s:6:"bottom";s:2:"20";s:4:"left";s:2:"20";s:4:"unit";s:2:"px";}', '', '', '', '1', 'f2f2f2', '', '', '', '1', 'a:5:{s:3:"top";s:1:"1";s:5:"right";s:1:"1";s:6:"bottom";s:1:"1";s:4:"left";s:1:"1";s:4:"unit";s:2:"px";}', 'solid', 'd6d5d4', '', '1', '', 'a:1:{i:0;s:4:"bold";}', 'a:2:{s:5:"value";s:1:"2";s:4:"unit";s:2:"em";}', '6e0a0a', '', '', '', '', '', NULL, ''),
(1579, 39, 16384, 1278618714, '', '.cart_mini .checkout .button', 'Cart Mini', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1580, 39, 16512, 1266785698, '', '.cart_full td', 'Cart Full', '', '', '', '', '', '', '', '', '', '1', '', 'a:4:{s:3:"top";s:1:"8";s:4:"unit";s:2:"px";s:5:"right";s:1:"8";s:6:"bottom";s:1:"8";}', '', '', '', '', '', '', '', '', '1', 'a:2:{s:6:"bottom";s:1:"1";s:4:"unit";s:2:"px";}', 'solid', '000000', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1577, 39, 16128, 1278618714, '', '.cart_mini .subtotal', 'Cart Mini', '1', '', '', '', '', '', '', '', 'both', '1', 'a:2:{s:3:"top";s:2:"10";s:4:"unit";s:2:"px";}', '', '', 'right', '', '', '', '', '', '', '', '', '', '', '', '1', '', 'a:1:{i:0;s:4:"bold";}', 'a:2:{s:5:"value";s:3:"1.2";s:4:"unit";s:2:"em";}', '002a7c', 'a:2:{s:5:"value";s:3:"1.2";s:4:"unit";s:2:"em";}', '', '', '', '', NULL, ''),
(1578, 39, 16256, 1278618714, '', '.cart_mini .checkout', 'Cart Mini', '1', '', '', '', '', '', 'block', '', '', '1', 'a:2:{s:3:"top";s:1:"5";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1657, 36, 2368, 1266787017, '', 'h1', 'Global Tags', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '1', 'Arial, Helvetica, sans-serif', 'a:1:{i:0;s:6:"normal";}', 'a:2:{s:4:"unit";s:2:"em";s:5:"value";s:3:"3.2";}', '808080', 'a:2:{s:4:"unit";s:2:"em";s:5:"value";s:1:"1";}', '', '', '', '', 'text-transform:lowercase;', ''),
(1659, 36, 2272, 1266883780, '', '#topnav li', 'Nav - Top', '1', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', '', '', 'left', '', '1', 'a:5:{s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";s:5:"right";s:1:"0";s:3:"top";s:1:"0";s:4:"unit";s:0:"";}', 'a:5:{s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";s:5:"right";s:1:"0";s:3:"top";s:1:"0";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '1', 'none', '', NULL, ''),
(1660, 36, 2288, 1274635070, '', '#topnav a, #topnav span.active', 'Nav - Top', '', '', '', '', '', '', '', '', '', '1', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:1:"8";s:5:"right";s:1:"8";s:3:"top";s:0:"";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '1', '', 'a:2:{i:0;s:4:"bold";i:1;s:13:"notUnderlined";}', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'ffffff', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', '', '', '', '', NULL, ''),
(1661, 36, 16, 1266883988, '', '#topnav', 'Nav - Top', '1', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', '', '', 'right', '', '1', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:3:"100";s:3:"top";s:0:"";s:4:"unit";s:2:"px";}', 'a:5:{s:6:"bottom";s:1:"5";s:4:"left";s:2:"10";s:5:"right";s:2:"10";s:3:"top";s:1:"5";s:4:"unit";s:2:"px";}', '', '', '', '1', '292929', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1690, 36, 2208, 1274623236, '', '.home #main h1', 'Global Layout', '', '', '', '', '', '', '', '', '', '1', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', 'center', '', '', '', '', '', '', '', '', '', '', '', '1', '', '', 'a:2:{s:4:"unit";s:2:"em";s:5:"value";s:1:"4";}', '', 'a:2:{s:4:"unit";s:2:"em";s:5:"value";s:1:"1";}', '', '', '', '', NULL, ''),
(1539, 39, 11264, 1266786327, '', '.linkRepeater', 'Link Repeater', '1', '', '', '', '', '', '', '', 'both', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1399, 36, 2176, 1274623075, '', '#main', 'Global Layout', '1', 'a:2:{s:4:"unit";s:2:"px";s:5:"value";s:3:"700";}', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', '', '', 'right', '', '1', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', 'a:5:{s:6:"bottom";s:2:"35";s:4:"left";s:2:"50";s:5:"right";s:2:"15";s:3:"top";s:2:"10";s:4:"unit";s:2:"px";}', '', '', '', '', 'd8d8d8', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'min-height:400px;\nheight:auto !important;\nheight:400px;', ''),
(1658, 36, 2240, 1266883694, '', '#topnav ul', 'Nav - Top', '', '', '', '', '', '', '', '', '', '1', 'a:5:{s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";s:5:"right";s:1:"0";s:3:"top";s:1:"0";s:4:"unit";s:0:"";}', 'a:5:{s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";s:5:"right";s:1:"0";s:3:"top";s:1:"0";s:4:"unit";s:0:"";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1397, 36, 384, 1272207441, '', '#container', 'Global Layout', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '1', 'ffffff', '', '', '', '', '', '', '', '', '1', '', '', 'a:2:{s:4:"unit";s:2:"em";s:5:"value";s:3:"1.1";}', '', 'a:2:{s:4:"unit";s:2:"em";s:5:"value";s:3:"1.4";}', '', '', '', '', NULL, ''),
(1398, 36, 768, 1266883915, '', '#header #logo', 'Header', '1', 'a:2:{s:4:"unit";s:2:"px";s:5:"value";s:3:"195";}', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', '', '', 'left', '', '1', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', 'a:5:{s:6:"bottom";s:1:"5";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:2:"20";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1691, 36, 2224, 1274623816, '', '#footer', 'Global Layout', '1', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', '', '', '', 'both', '', '', '', '', '', '', '1', '', 'tl_files/2010_demo/layout/gradient.jpg', 'left top', 'repeat-x', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'min-height:100px;\nheight:auto !important;\nheight:100px;', ''),
(1692, 36, 2192, 1274625913, '', '#container:after, #header .inside:after', 'Global Layout', '', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:2:{s:4:"unit";s:2:"px";s:5:"value";s:1:"0";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', '', 'block', '', 'both', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'content: ".";\ndisplay:block;\nclear:both;\nvisibility:hidden;\nheight:0px;', ''),
(1643, 36, 1408, 1266697538, '', '#search input.text', 'Search', '1', 'a:2:{s:4:"unit";s:2:"px";s:5:"value";s:3:"125";}', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', '', '', 'left', '', '1', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:1:"8";s:3:"top";s:0:"";s:4:"unit";s:2:"px";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', '', '', '1', 'e3e3e3', '', '', '', '1', 'a:5:{s:6:"bottom";s:1:"1";s:4:"left";s:1:"1";s:5:"right";s:1:"1";s:3:"top";s:1:"1";s:4:"unit";s:2:"px";}', 'solid', 'a6a6a6', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1396, 36, 512, 1274099547, '', '#header .inside, #container, #footer .inside', 'Global Layout', '1', 'a:2:{s:4:"unit";s:2:"px";s:5:"value";s:4:"1000";}', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', '', '', '', '', '1', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', 'center', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1638, 36, 1280, 1266695634, '', '#search br', 'Search', '1', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', '', 'none', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1693, 36, 192, 1274624869, '', '.block', 'Global Layout', '1', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', 'visible', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1644, 36, 2304, 1266704068, '', '.alignRight', 'Global Tags', '', '', '', '', '', '', '', '', '', '1', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', 'right', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1694, 39, 4800, 1274632976, '', '.mod_iso_checkout .steps5 li', 'Checkout', '1', 'a:2:{s:4:"unit";s:1:"%";s:5:"value";s:2:"19";}', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', '', 'block', 'left', '', '1', 'a:5:{s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";s:5:"right";s:1:"0";s:3:"top";s:1:"0";s:4:"unit";s:0:"";}', 'a:5:{s:6:"bottom";s:1:"5";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:1:"5";s:4:"unit";s:2:"px";}', '', 'center', '', '1', '000000', '', '', '', '1', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:1:"1";s:3:"top";s:0:"";s:4:"unit";s:2:"px";}', 'solid', 'ffffff', '', '1', '', '', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'ffffff', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', '', '1', 'none', '', NULL, ''),
(1635, 36, 896, 1274099789, '', '#nav', 'Nav- Main Nav', '1', 'a:2:{s:4:"unit";s:2:"px";s:5:"value";s:3:"650";}', 'a:2:{s:4:"unit";s:2:"px";s:5:"value";s:2:"50";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', 'visible', 'block', 'right', '', '1', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:2:"20";s:4:"unit";s:2:"px";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:2:"11";s:4:"unit";s:2:"px";}', '', '', '', '', 'ffffff', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1683, 39, 72, 1272214849, '', '.grid h3', 'Product Listing - Grid', '', '', '', '', '', '', '', '', '', '1', 'a:5:{s:6:"bottom";s:1:"5";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:1:"0";s:4:"unit";s:2:"px";}', 'a:5:{s:6:"bottom";s:1:"0";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:1:"0";s:4:"unit";s:0:"";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1684, 39, 13312, 1272214987, '', '.grid div.details a', 'Product Listing - Grid', '1', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', '', 'block', '', '', '1', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', 'a:5:{s:6:"bottom";s:1:"2";s:4:"left";s:1:"2";s:5:"right";s:1:"2";s:3:"top";s:1:"2";s:4:"unit";s:2:"px";}', '', 'center', '', '1', 'd1d1d1', '', '', '', '', '', '', '', '', '1', '', 'a:1:{i:0;s:13:"notUnderlined";}', 'a:2:{s:4:"unit";s:2:"em";s:5:"value";s:2:".9";}', '525252', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', '', '', '', '', NULL, ''),
(1552, 39, 12928, 1272215092, '', '.grid div.price', 'Product Listing - Grid', '', '', '', '', '', '', '', '', '', '1', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', 'a:5:{s:6:"bottom";s:1:"5";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:1:"5";s:4:"unit";s:2:"px";}', '', 'center', '', '', '', '', '', '', '', '', '', '', '', '1', '', '', 'a:2:{s:4:"unit";s:2:"em";s:5:"value";s:3:"1.2";}', '666666', 'a:2:{s:4:"unit";s:2:"em";s:5:"value";s:3:"1.2";}', '', '', '', '', NULL, ''),
(1553, 39, 13056, 1272215057, '', '.grid div.price .price_override', 'Product Listing - Grid', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '1', '', 'a:1:{i:0;s:4:"bold";}', 'a:2:{s:4:"unit";s:2:"em";s:5:"value";s:0:"";}', '990000', 'a:2:{s:4:"unit";s:2:"em";s:5:"value";s:0:"";}', '', '', '', '', NULL, ''),
(1685, 39, 13440, 1272215131, '', '.grid div.details a:hover', 'Product Listing - Grid', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '1', 'a6a6a6', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1557, 39, 13568, 1266786173, '', '.pagination p', 'Pagination', '1', '', '', '', '', '', '', 'left', '', '1', 'a:5:{s:3:"top";s:1:"0";s:5:"right";s:1:"0";s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";s:4:"unit";s:0:"";}', 'a:5:{s:3:"top";s:1:"0";s:5:"right";s:2:"15";s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1558, 39, 13696, 1266786173, '', '.pagination ul', 'Pagination', '1', '', '', '', '', '', '', 'left', '', '1', 'a:5:{s:3:"top";s:1:"0";s:5:"right";s:1:"0";s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";s:4:"unit";s:0:"";}', 'a:5:{s:3:"top";s:1:"0";s:5:"right";s:1:"0";s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";s:4:"unit";s:0:"";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1559, 39, 13824, 1266786173, '', '.pagination li', 'Pagination', '1', '', '', '', '', '', '', 'left', '', '1', 'a:5:{s:3:"top";s:1:"0";s:5:"right";s:1:"0";s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";s:4:"unit";s:0:"";}', 'a:2:{s:4:"left";s:1:"0";s:4:"unit";s:0:"";}', '', '', '', '1', '', 'none', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '1', 'none', '', NULL, ''),
(1560, 39, 13952, 1266786173, '', '.pagination span.current', 'Pagination', '', '', '', '', '', '', '', '', '', '1', '', 'a:3:{s:5:"right";s:1:"5";s:4:"unit";s:2:"px";s:4:"left";s:1:"5";}', '', '', '', '1', '1F358E', '', '', '', '', '', '', '', '', '1', '', 'a:2:{i:0;s:4:"bold";i:1;s:13:"notUnderlined";}', '', 'ffffff', '', '', '', '', '', 'border-right-width: 1px;\nborder-right-style: solid;\nborder-right-color: #1F358E;', ''),
(1561, 39, 14080, 1266786173, '', '.pagination a,.pagination_current', 'Pagination', '', '', '', '', '', '', '', '', '', '1', '', 'a:3:{s:5:"right";s:1:"5";s:4:"unit";s:2:"px";s:4:"left";s:1:"5";}', '', '', '', '', '', '', '', '', '1', 'a:2:{s:5:"right";s:1:"1";s:4:"unit";s:2:"px";}', 'solid', '1F358E', '', '1', '', 'a:1:{i:0;s:13:"notUnderlined";}', '', '1F358E', '', '', '', '', '', NULL, ''),
(1562, 39, 14208, 1266786173, '', '.pagination a:hover,.pagination .active', 'Pagination', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '1', '1F358E', '', '', '', '', '', '', '', '', '1', '', '', '', 'FFFFFF', '', '', '', '', '', NULL, ''),
(1563, 39, 14336, 1266786173, '', '.pagination a.next,.pagination a.previous', 'Pagination', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'border:none;', ''),
(1564, 39, 14464, 1266786173, '', '.pagination a.last', 'Pagination', '', '', '', '', '', '', '', '', '', '1', 'a:2:{s:4:"left";s:2:"15";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1565, 39, 14592, 1266786173, '', '.paginationr a.first', 'Pagination', '', '', '', '', '', '', '', '', '', '1', 'a:2:{s:5:"right";s:2:"15";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1566, 39, 14720, 1273682767, '', '.mod_iso_productfilter', 'Product Filter', '1', '', '', '', '', 'visible', 'block', '', 'both', '1', '', 'a:5:{s:3:"top";s:1:"3";s:5:"right";s:2:"10";s:6:"bottom";s:1:"3";s:4:"left";s:2:"10";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '1', 'a:2:{s:6:"bottom";s:1:"5";s:4:"unit";s:2:"px";}', 'ridge', '2e2e2e', '', '1', '', '', 'a:2:{s:5:"value";s:2:".9";s:4:"unit";s:2:"em";}', '', 'a:2:{s:5:"value";s:1:"1";s:4:"unit";s:2:"em";}', '', '', '', '', NULL, ''),
(1567, 39, 14848, 1273682767, '', '.mod_iso_productfilter .filter_order_by,.mod_iso_productfilter .filter_search,.mod_iso_productfilter .filter_per_page', 'Product Filter', '1', '', '', '', '', '', '', 'left', '', '1', 'a:2:{s:5:"right";s:1:"5";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1568, 39, 14976, 1273682767, '', '.mod_iso_productfilter .clear_filters', 'Product Filter', '1', '', '', '', '', '', '', 'right', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1569, 39, 15104, 1273682767, '', '.mod_iso_productfilter .filter_search input.text', 'Product Filter', '1', 'a:2:{s:5:"value";s:3:"100";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1570, 39, 15232, 1273682767, '', '.mod_iso_productfilter .filter_search .formbody', 'Product Filter', '1', '', '', '', '', '', '', 'left', '', '1', 'a:2:{s:5:"right";s:1:"5";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1571, 39, 15360, 1273682767, '', '.mod_iso_productfilter .submit_container', 'Product Filter', '1', '', '', '', '', '', '', 'left', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1572, 39, 15488, 1266786582, '', '#ajaxOverlay', 'Ajax', '1', 'a:2:{s:5:"value";s:3:"100";s:4:"unit";s:1:"%";}', 'a:2:{s:5:"value";s:3:"100";s:4:"unit";s:1:"%";}', 'a:3:{s:4:"left";s:1:"0";s:4:"unit";s:0:"";s:3:"top";s:1:"0";}', 'fixed', '', 'block', '', '', '', '', '', '', '', '', '1', '000000', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '-moz-opacity:.6;\nopacity:.6;\nz-index:99;', ''),
(1573, 39, 15616, 1266786582, '', '#ajaxLoader', 'Ajax', '1', 'a:2:{s:5:"value";s:2:"20";s:4:"unit";s:1:"%";}', '', 'a:3:{s:4:"left";s:2:"40";s:4:"unit";s:1:"%";s:3:"top";s:2:"40";}', 'fixed', '', 'block', '', '', '1', '', 'a:5:{s:3:"top";s:2:"24";s:5:"right";s:2:"24";s:6:"bottom";s:2:"24";s:4:"left";s:2:"24";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '1', 'a:5:{s:3:"top";s:1:"2";s:5:"right";s:1:"2";s:6:"bottom";s:1:"2";s:4:"left";s:1:"2";s:4:"unit";s:2:"px";}', 'solid', '000000', '', '', '', '', '', '', '', '', '', '', '', 'background:#ffffff url("system/themes/default/images/loading.gif") right center no-repeat;\nz-index:100;', ''),
(1574, 39, 15744, 1278618714, '', '.cart_mini .noItems', 'Cart Mini', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '1', '', 'a:1:{i:0;s:6:"italic";}', 'a:2:{s:5:"value";s:1:"1";s:4:"unit";s:2:"em";}', '', '', '', '', '', '', NULL, ''),
(1575, 39, 15872, 1278618714, '', '.cart_mini .removeButton a', 'Cart Mini', '1', 'a:2:{s:4:"unit";s:2:"px";s:5:"value";s:1:"0";}', 'a:2:{s:4:"unit";s:2:"px";s:5:"value";s:2:"16";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', 'hidden', 'block', 'right', '', '1', 'a:5:{s:6:"bottom";s:1:"5";s:4:"left";s:1:"5";s:5:"right";s:1:"0";s:3:"top";s:1:"0";s:4:"unit";s:2:"px";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:2:"16";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:2:"px";}', '', 'center', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'background:url("system/modules/isotope/html/delete.png") left top no-repeat;', ''),
(1576, 39, 16000, 1278618714, '', '.cart_mini .info', 'Cart Mini', '', '', '', '', '', '', '', '', '', '1', '', 'a:2:{s:3:"top";s:1:"3";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '1', 'a:2:{s:3:"top";s:1:"1";s:4:"unit";s:2:"px";}', 'solid', '757575', '', '1', '', '', 'a:2:{s:5:"value";s:2:"10";s:4:"unit";s:2:"px";}', '969696', 'a:2:{s:5:"value";s:2:"11";s:4:"unit";s:2:"px";}', '', '', '', '', NULL, ''),
(1538, 39, 11136, 1278618714, '', '.cart_mini .product', 'Cart Mini', '', '', '', '', '', '', '', '', '', '1', 'a:5:{s:6:"bottom";s:1:"3";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:1:"3";s:4:"unit";s:2:"px";}', 'a:5:{s:6:"bottom";s:1:"8";s:4:"left";s:1:"8";s:5:"right";s:1:"8";s:3:"top";s:1:"8";s:4:"unit";s:2:"px";}', '', '', '', '', '1a1a1a', '', '', '', '', '', '', '', '', '1', '', '', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', '3d3d3d', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', '', '', '', '', NULL, ''),
(1540, 39, 11392, 1266786327, '', '.linkRepeater .linkBox', 'Link Repeater', '1', 'a:2:{s:5:"value";s:3:"130";s:4:"unit";s:2:"px";}', '', '', '', '', '', 'left', '', '1', 'a:3:{s:5:"right";s:2:"10";s:4:"unit";s:2:"px";s:6:"bottom";s:1:"5";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1541, 39, 11520, 1266786327, '', '.linkRepeater .linkBox a:hover', 'Link Repeater', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '1', '', 'a:1:{i:0;s:13:"notUnderlined";}', '', '003366', '', '', '', '', '', NULL, ''),
(1542, 39, 11648, 1266786327, '', '.linkRepeater .linkBox a', 'Link Repeater', '1', '', 'a:2:{s:5:"value";s:2:"25";s:4:"unit";s:2:"px";}', '', '', '', 'block', '', '', '1', '', 'a:5:{s:3:"top";s:1:"3";s:5:"right";s:2:"10";s:6:"bottom";s:1:"3";s:4:"left";s:2:"10";s:4:"unit";s:2:"px";}', '', 'center', '', '', '', '', '', '', '', '', '', '', '', '1', '', 'a:1:{i:0;s:6:"normal";}', 'a:2:{s:5:"value";s:2:"12";s:4:"unit";s:2:"px";}', 'ffffff', 'a:2:{s:5:"value";s:2:"13";s:4:"unit";s:2:"px";}', '', '', '', '', 'background:#5c8ebc url("tl_files/tme/images/globalLayout/linkRepeaterBg.jpg") left top repeat-x;', ''),
(1543, 39, 11776, 1274620660, '', '.mod_iso_productlist', 'Product Lister', '1', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', '', 'block', '', 'both', '1', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', 'a:5:{s:6:"bottom";s:2:"20";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:2:"10";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1682, 39, 112, 1272214682, '', '.grid div.sku, .grid div.teaser', 'Product Listing - Grid', '1', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', '', 'none', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1546, 39, 64, 1274620796, '', '.grid div.product', 'Product Listing - Grid', '1', 'a:2:{s:4:"unit";s:2:"px";s:5:"value";s:3:"145";}', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', '', 'block', 'left', '', '1', 'a:5:{s:6:"bottom";s:2:"10";s:4:"left";s:0:"";s:5:"right";s:2:"10";s:3:"top";s:0:"";s:4:"unit";s:2:"px";}', 'a:5:{s:6:"bottom";s:2:"10";s:4:"left";s:2:"10";s:5:"right";s:2:"10";s:3:"top";s:2:"10";s:4:"unit";s:2:"px";}', '', '', '', '', 'e8e8e8', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1547, 39, 96, 1272211953, '', '.grid .product .image_container', 'Product Listing - Grid', '1', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:2:{s:4:"unit";s:2:"px";s:5:"value";s:3:"100";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', '', 'block', '', '', '1', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', 'center', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1548, 39, 80, 1272212809, '', '.grid h3 a', 'Product Listing - Grid', '1', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', '', 'block', '', '', '1', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', 'center', '', '', '', '', '', '', '', '', '', '', '', '1', '', 'a:2:{i:0;s:4:"bold";i:1;s:13:"notUnderlined";}', 'a:2:{s:4:"unit";s:2:"em";s:5:"value";s:3:".95";}', '222426', 'a:2:{s:4:"unit";s:2:"em";s:5:"value";s:4:"1.25";}', '', '', '', '', '', ''),
(1681, 39, 88, 1272212791, '', '.grid h3 a:hover', 'Product Listing - Grid', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '1', 'e6e6e6', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1453, 39, 256, 1272549808, '', '.mod_iso_productreader #content', 'Product Reader', '1', 'a:2:{s:4:"unit";s:2:"px";s:5:"value";s:0:"";}', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', '', '', '', '', '1', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:3:"225";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:2:"px";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1454, 39, 384, 1274628374, '', '.mod_iso_productreader .price, .mod_iso_productreader #ajax_price', 'Product Reader', '', '', '', '', '', '', '', '', '', '1', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', 'a:5:{s:6:"bottom";s:2:"10";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:2:"10";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '1', 'Arial, Helvetica, sans-serif', 'a:1:{i:0;s:6:"normal";}', 'a:2:{s:4:"unit";s:2:"em";s:5:"value";s:3:"1.8";}', 'bd8111', 'a:2:{s:4:"unit";s:2:"em";s:5:"value";s:1:"1";}', '', '', '', '', NULL, ''),
(1686, 36, 2848, 1272413149, '', 'h2', 'Global Tags', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '1', 'Arial, Helvetica, sans-serif', 'a:1:{i:0;s:6:"normal";}', 'a:2:{s:4:"unit";s:2:"em";s:5:"value";s:3:"2.4";}', '9e0000', 'a:2:{s:4:"unit";s:2:"em";s:5:"value";s:1:"1";}', '', '', '', '', NULL, ''),
(1687, 39, 32, 1272413213, '', '.mod_iso_productreader', 'Product Reader', '', '', '', '', '', '', '', '', '', '1', 'a:5:{s:6:"bottom";s:2:"30";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:2:"px";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1455, 39, 512, 1272412525, '', '.mod_iso_productreader p.sku', 'Product Reader', '1', '', '', '', '', '', 'none', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1456, 39, 640, 1272412525, '', '.mod_iso_productreader .description p', 'Product Reader', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '1', '', 'a:1:{i:0;s:6:"normal";}', 'a:2:{s:5:"value";s:3:"1.4";s:4:"unit";s:2:"em";}', '', 'a:2:{s:5:"value";s:4:"1.25";s:4:"unit";s:2:"em";}', '', '', '', '', NULL, ''),
(1457, 39, 768, 1272412525, '', '.mod_iso_productreader .options,.mod_iso_productreader .variants', 'Product Reader', '', '', '', '', '', '', '', '', '', '1', 'a:2:{s:6:"bottom";s:2:"10";s:4:"unit";s:2:"px";}', 'a:5:{s:3:"top";s:1:"3";s:5:"right";s:2:"10";s:6:"bottom";s:1:"3";s:4:"left";s:2:"10";s:4:"unit";s:2:"px";}', '', '', '', '1', '000000', '', '', '', '', '', '', '', '', '1', '', '', '', 'ffffff', '', '', '', '', '', NULL, ''),
(1458, 39, 896, 1272412525, '', '.mod_iso_productreader .quantity_container', 'Product Reader', '1', '', '', '', '', '', '', 'left', '', '1', 'a:3:{s:3:"top";s:1:"3";s:4:"unit";s:2:"px";s:5:"right";s:2:"10";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1459, 39, 1024, 1272412525, '', '.mod_iso_productreader .options br,.mod_iso_productreader .variants br', 'Product Reader', '1', '', '', '', '', '', 'none', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1460, 39, 1152, 1272412525, '', '.mod_iso_productreader .options label', 'Product Reader', '', '', '', '', '', '', '', '', '', '1', 'a:2:{s:5:"right";s:1:"5";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1461, 39, 1280, 1266786173, '', '.pagination', 'Pagination', '1', '', '', '', '', '', 'block', '', 'both', '1', '', 'a:3:{s:3:"top";s:2:"10";s:4:"unit";s:2:"px";s:6:"bottom";s:2:"10";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1462, 39, 1408, 1274632952, '', '.mod_iso_checkout .noMethods', 'Checkout', '', '', '', '', '', '', '', '', '', '1', '', 'a:3:{s:3:"top";s:3:"100";s:4:"unit";s:2:"px";s:6:"bottom";s:3:"100";}', '', 'center', '', '', '', '', '', '', '', '', '', '', '', '1', '', 'a:1:{i:0;s:6:"italic";}', 'a:2:{s:5:"value";s:3:"1.5";s:4:"unit";s:2:"em";}', '', '', '', '', '', '', NULL, ''),
(1463, 39, 1536, 1266785858, '', '.list', 'Product Listing - List', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1464, 39, 1664, 1266785858, '', '.list td', 'Product Listing - List', '', '', '', '', '', '', '', '', '', '1', '', 'a:4:{s:3:"top";s:2:"10";s:4:"unit";s:2:"px";s:5:"right";s:1:"5";s:6:"bottom";s:2:"10";}', '', '', 'top', '', '', '', '', '', '1', 'a:2:{s:6:"bottom";s:1:"1";s:4:"unit";s:2:"px";}', 'solid', '808080', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1465, 39, 1792, 1266785858, '', '.list .image_container', 'Product Listing - List', '1', 'a:2:{s:5:"value";s:2:"65";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '1', '', 'a:2:{s:5:"right";s:1:"5";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1466, 39, 1920, 1266785858, '', '.list .title', 'Product Listing - List', '1', 'a:2:{s:5:"value";s:4:"auto";s:4:"unit";s:0:"";}', '', '', '', '', '', '', '', '1', '', 'a:2:{s:5:"right";s:2:"20";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1467, 39, 2048, 1266785858, '', '.list .title p.sku', 'Product Listing - List', '1', '', '', '', '', '', 'none', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1468, 39, 2176, 1266785858, '', '.list .title p.teaser', 'Product Listing - List', '', '', '', '', '', '', '', '', '', '1', 'a:3:{s:3:"top";s:1:"5";s:4:"unit";s:2:"px";s:6:"bottom";s:1:"0";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1469, 39, 2304, 1266785858, '', '.list .title h3', 'Product Listing - List', '', '', '', '', '', '', '', '', '', '1', 'a:3:{s:3:"top";s:1:"0";s:4:"unit";s:2:"px";s:6:"bottom";s:1:"5";}', 'a:3:{s:3:"top";s:1:"0";s:4:"unit";s:0:"";s:6:"bottom";s:1:"0";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1470, 39, 2432, 1266785858, '', '.list td.price,.list td.details', 'Product Listing - List', '1', 'a:2:{s:5:"value";s:2:"80";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1471, 39, 2560, 1278618714, '', '.cart_mini', 'Cart Mini', '', '', '', '', '', '', '', '', '', '1', '', 'a:5:{s:3:"top";s:2:"10";s:5:"right";s:1:"0";s:6:"bottom";s:2:"10";s:4:"left";s:1:"0";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1472, 39, 2688, 1278618714, '', '.cart_mini h2', 'Cart Mini', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'background-color:transparent;', ''),
(1473, 39, 2816, 1278618714, '', '.cart_mini h2 a', 'Cart Mini', '1', '', '', '', '', '', 'block', '', '', '1', '', 'a:2:{s:6:"bottom";s:1:"2";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '1', 'a:2:{s:6:"bottom";s:1:"1";s:4:"unit";s:2:"px";}', 'solid', '4f2424', '', '1', '', 'a:1:{i:0;s:13:"notUnderlined";}', 'a:2:{s:5:"value";s:2:".8";s:4:"unit";s:2:"em";}', '000000', 'a:2:{s:5:"value";s:2:".8";s:4:"unit";s:2:"em";}', '', '', '', '', NULL, ''),
(1474, 39, 2944, 1274632952, '', '.mod_iso_checkout .leftBox', 'Checkout', '1', 'a:2:{s:5:"value";s:2:"40";s:4:"unit";s:1:"%";}', 'a:2:{s:5:"value";s:3:"200";s:4:"unit";s:2:"px";}', '', '', '', 'block', 'left', '', '1', 'a:2:{s:5:"right";s:2:"15";s:4:"unit";s:2:"px";}', 'a:5:{s:3:"top";s:2:"10";s:5:"right";s:2:"20";s:6:"bottom";s:2:"20";s:4:"left";s:2:"20";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '1', 'a:5:{s:3:"top";s:1:"1";s:5:"right";s:1:"1";s:6:"bottom";s:1:"1";s:4:"left";s:1:"1";s:4:"unit";s:2:"px";}', 'solid', '6e6e6e', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1475, 39, 3072, 1274632952, '', '.mod_iso_checkout .rightBox', 'Checkout', '1', 'a:2:{s:5:"value";s:2:"40";s:4:"unit";s:1:"%";}', 'a:2:{s:5:"value";s:3:"200";s:4:"unit";s:2:"px";}', '', '', '', 'block', 'left', '', '1', '', 'a:5:{s:3:"top";s:2:"10";s:5:"right";s:2:"20";s:6:"bottom";s:2:"20";s:4:"left";s:2:"20";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '1', 'a:5:{s:3:"top";s:1:"1";s:5:"right";s:1:"1";s:6:"bottom";s:1:"1";s:4:"left";s:1:"1";s:4:"unit";s:2:"px";}', 'solid', '6e6e6e', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1476, 39, 3200, 1274632952, '', '.mod_iso_checkout #billing_address', 'Checkout', '1', 'a:2:{s:5:"value";s:3:"275";s:4:"unit";s:2:"px";}', '', '', '', '', '', 'left', '', '1', 'a:2:{s:5:"right";s:2:"40";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1477, 39, 3328, 1274632952, '', '.mod_iso_checkout #shipping_address', 'Checkout', '1', 'a:2:{s:5:"value";s:3:"275";s:4:"unit";s:2:"px";}', '', '', '', '', '', 'left', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1478, 39, 3456, 1274632952, '', '.mod_iso_checkout #shipping_address span', 'Checkout', '1', '', '', '', '', '', 'block', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, '');
INSERT INTO `tl_style` (`id`, `pid`, `sorting`, `tstamp`, `comment`, `selector`, `category`, `size`, `width`, `height`, `trbl`, `position`, `overflow`, `display`, `floating`, `clear`, `alignment`, `margin`, `padding`, `align`, `textalign`, `verticalalign`, `background`, `bgcolor`, `bgimage`, `bgposition`, `bgrepeat`, `border`, `borderwidth`, `borderstyle`, `bordercolor`, `bordercollapse`, `font`, `fontfamily`, `fontstyle`, `fontsize`, `fontcolor`, `lineheight`, `whitespace`, `list`, `liststyletype`, `liststyleimage`, `own`, `invisible`) VALUES
(1479, 39, 3584, 1274632952, '', '.mod_iso_checkout #shipping_address #shipping_address_new', 'Checkout', '', '', '', '', '', '', '', '', '', '1', '', 'a:3:{s:3:"top";s:2:"25";s:4:"unit";s:2:"px";s:6:"bottom";s:2:"25";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1480, 39, 3712, 1266786748, '', 'input.button,a.button', 'Buttons', '1', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', '', 'block', '', '', '1', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', 'a:5:{s:6:"bottom";s:1:"4";s:4:"left";s:2:"15";s:5:"right";s:2:"15";s:3:"top";s:1:"4";s:4:"unit";s:2:"px";}', '', 'center', '', '1', '4f4f4f', '', '', '', '', 'a:5:{s:6:"bottom";s:1:"1";s:4:"left";s:1:"1";s:5:"right";s:1:"1";s:3:"top";s:1:"1";s:4:"unit";s:2:"px";}', 'solid', 'ffffff', '', '1', '', '', 'a:2:{s:4:"unit";s:2:"em";s:5:"value";s:3:"1.1";}', 'ffffff', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', '', '', '', '', 'cursor:pointer;', ''),
(1481, 39, 3840, 1266786798, '', 'button', 'Buttons', '', '', '', '', '', '', '', '', '', '1', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', 'a:5:{s:6:"bottom";s:1:"4";s:4:"left";s:2:"15";s:5:"right";s:2:"15";s:3:"top";s:1:"4";s:4:"unit";s:2:"px";}', '', 'center', '', '1', '4f4f4f', '', '', '', '1', 'a:5:{s:6:"bottom";s:1:"1";s:4:"left";s:1:"1";s:5:"right";s:1:"1";s:3:"top";s:1:"1";s:4:"unit";s:2:"px";}', 'solid', 'ffffff', '', '1', '', '', 'a:2:{s:4:"unit";s:2:"em";s:5:"value";s:3:"1.1";}', 'ffffff', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', '', '', '', '', 'cursor:pointer;', ''),
(1482, 39, 3968, 1266786713, '', '.removeButton', 'Buttons', '1', 'a:2:{s:4:"unit";s:2:"px";s:5:"value";s:2:"16";}', 'a:2:{s:4:"unit";s:2:"px";s:5:"value";s:2:"16";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', '', '', 'right', '', '1', 'a:5:{s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";s:5:"right";s:1:"0";s:3:"top";s:1:"0";s:4:"unit";s:0:"";}', 'a:5:{s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";s:5:"right";s:1:"0";s:3:"top";s:1:"0";s:4:"unit";s:0:"";}', '', 'center', '', '', '', '', '', '', '1', 'a:5:{s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";s:5:"right";s:1:"0";s:3:"top";s:1:"0";s:4:"unit";s:2:"px";}', '', '', '', '1', '', '', 'a:2:{s:4:"unit";s:2:"em";s:5:"value";s:3:"1.1";}', 'ffffff', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', '', '', '', '', 'cursor:pointer;', ''),
(1483, 39, 4096, 1266786873, '', 'input.dark,a.dark', 'Buttons', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '1', 'a1a1a1', '', '', '', '1', 'a:5:{s:6:"bottom";s:1:"1";s:4:"left";s:1:"1";s:5:"right";s:1:"1";s:3:"top";s:1:"1";s:4:"unit";s:2:"px";}', 'solid', 'a1a1a1', '', '1', '', 'a:1:{i:0;s:13:"notUnderlined";}', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', '383838', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', '', '', '', '', NULL, ''),
(1484, 39, 4224, 1274632952, '', '.mod_iso_checkout input.text', 'Checkout', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '1', 'f2f2f2', '', '', '', '1', 'a:5:{s:3:"top";s:1:"1";s:5:"right";s:1:"1";s:6:"bottom";s:1:"1";s:4:"left";s:1:"1";s:4:"unit";s:2:"px";}', 'solid', '7d7d7d', '', '1', '', 'a:1:{i:0;s:4:"bold";}', '', '303030', '', '', '', '', '', NULL, ''),
(1485, 39, 4352, 1274632952, '', '.mod_iso_checkout p.error', 'Checkout', '1', '', '', '', '', '', 'block', '', '', '1', 'a:3:{s:3:"top";s:1:"0";s:4:"unit";s:0:"";s:6:"bottom";s:1:"0";}', 'a:5:{s:3:"top";s:1:"1";s:5:"right";s:1:"5";s:6:"bottom";s:1:"1";s:4:"left";s:1:"5";s:4:"unit";s:2:"px";}', '', '', '', '1', 'ffe0e0', '', '', '', '', '', '', '', '', '1', '', 'a:1:{i:0;s:4:"bold";}', '', 'c40000', '', '', '', '', '', NULL, ''),
(1486, 39, 4480, 1274632952, '', '.mod_iso_checkout input.error', 'Checkout', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '1', 'f2cece', '', '', '', '1', 'a:5:{s:3:"top";s:1:"1";s:5:"right";s:1:"1";s:6:"bottom";s:1:"1";s:4:"left";s:1:"1";s:4:"unit";s:2:"px";}', 'solid', '850303', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1487, 39, 4608, 1274632952, '', '.mod_iso_checkout .steps ul', 'Checkout', '1', '', 'a:2:{s:5:"value";s:2:"25";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '1', 'a:5:{s:3:"top";s:2:"10";s:5:"right";s:1:"0";s:6:"bottom";s:2:"20";s:4:"left";s:1:"0";s:4:"unit";s:2:"px";}', 'a:5:{s:3:"top";s:1:"0";s:5:"right";s:1:"0";s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";s:4:"unit";s:0:"";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1488, 39, 4736, 1274632952, '', '.mod_iso_checkout .steps4 li', 'Checkout', '1', 'a:2:{s:4:"unit";s:1:"%";s:5:"value";s:2:"24";}', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', '', 'block', 'left', '', '1', 'a:5:{s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";s:5:"right";s:1:"0";s:3:"top";s:1:"0";s:4:"unit";s:0:"";}', 'a:5:{s:6:"bottom";s:1:"5";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:1:"5";s:4:"unit";s:2:"px";}', '', 'center', '', '1', '000000', '', '', '', '1', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:1:"1";s:3:"top";s:0:"";s:4:"unit";s:2:"px";}', 'solid', 'ffffff', '', '1', '', '', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'ffffff', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', '', '1', 'none', '', NULL, ''),
(1489, 39, 4864, 1274632953, '', '.mod_iso_checkout .steps li.active', 'Checkout', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '1', '8f1111', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1490, 39, 4992, 1274632953, '', '.mod_iso_checkout .steps li.last', 'Checkout', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '1', 'a:2:{s:5:"right";s:1:"0";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1491, 39, 5120, 1274632953, '', '.mod_iso_checkout .steps li.passed', 'Checkout', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'background:#39b54a url("tl_files/layout/check.gif") left center no-repeat;', ''),
(1492, 39, 5248, 1274632953, '', '.mod_iso_checkout .steps li.passed a', 'Checkout', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '1', '', 'a:1:{i:0;s:13:"notUnderlined";}', '', 'ffffff', '', '', '', '', '', NULL, ''),
(1493, 39, 5376, 1274632953, '', '.mod_iso_checkout fieldset', 'Checkout', '', '', '', '', '', '', '', '', '', '1', 'a:4:{s:3:"top";s:2:"10";s:4:"unit";s:2:"px";s:5:"right";s:2:"20";s:4:"left";s:2:"20";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', 'border:none;', ''),
(1494, 39, 5504, 1274632953, '', '.mod_iso_checkout .productTable', 'Checkout', '1', 'a:2:{s:5:"value";s:3:"100";s:4:"unit";s:1:"%";}', '', '', '', '', '', '', '', '1', 'a:3:{s:3:"top";s:2:"10";s:4:"unit";s:2:"px";s:6:"bottom";s:2:"20";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1495, 39, 5632, 1274632953, '', '.mod_iso_checkout .productImg', 'Checkout', '1', 'a:2:{s:5:"value";s:2:"75";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1496, 39, 5760, 1274632953, '', '.mod_iso_checkout .productInfo', 'Checkout', '1', 'a:2:{s:5:"value";s:4:"auto";s:4:"unit";s:0:"";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1497, 39, 5888, 1274632953, '', '.mod_iso_checkout .productQty', 'Checkout', '1', 'a:2:{s:5:"value";s:2:"75";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '1', '', '', '', 'right', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1498, 39, 6016, 1274632953, '', '.mod_iso_checkout .qtyModifier', 'Checkout', '1', 'a:2:{s:5:"value";s:2:"30";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1499, 39, 6144, 1274632953, '', '.mod_iso_checkout .productTotals', 'Checkout', '1', 'a:2:{s:5:"value";s:3:"100";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '1', '', '', '', 'left', '', '', '', '', '', '', '', '', '', '', '', '1', '', 'a:1:{i:0;s:4:"bold";}', '', '', '', '', '', '', '', NULL, ''),
(1500, 39, 6272, 1274632953, '', '.mod_iso_checkout .finalPrices', 'Checkout', '', '', '', '', '', '', '', '', '', '1', 'a:2:{s:6:"bottom";s:2:"15";s:4:"unit";s:2:"px";}', 'a:2:{s:5:"right";s:2:"50";s:4:"unit";s:2:"px";}', '', 'right', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1501, 39, 6400, 1274632953, '', '.mod_iso_checkout .finalPrices .label', 'Checkout', '1', 'a:2:{s:5:"value";s:3:"150";s:4:"unit";s:2:"px";}', '', '', '', '', 'block', 'left', '', '1', '', 'a:2:{s:4:"left";s:3:"325";s:4:"unit";s:2:"px";}', '', 'right', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1502, 39, 6528, 1274632953, '', '.mod_iso_checkout .finalPrices .grandTotal', 'Checkout', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '1', '', 'a:1:{i:0;s:4:"bold";}', 'a:2:{s:5:"value";s:3:"1.3";s:4:"unit";s:2:"em";}', '', 'a:2:{s:5:"value";s:3:"1.4";s:4:"unit";s:2:"em";}', '', '', '', '', NULL, ''),
(1503, 39, 6656, 1274632953, '', '.mod_iso_checkout .billing_address', 'Checkout', '1', 'a:2:{s:5:"value";s:3:"250";s:4:"unit";s:2:"px";}', '', '', '', '', '', 'left', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1504, 39, 6784, 1274632953, '', '.mod_iso_checkout .shipping_address', 'Checkout', '1', 'a:2:{s:5:"value";s:3:"250";s:4:"unit";s:2:"px";}', '', '', '', '', '', 'right', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1505, 39, 6912, 1274632953, '', '.mod_iso_checkout .payment_form', 'Checkout', '1', '', '', '', '', '', '', '', 'both', '1', 'a:3:{s:3:"top";s:2:"25";s:4:"unit";s:2:"px";s:6:"bottom";s:2:"15";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1506, 39, 7040, 1274632953, '', '.mod_iso_checkout .paymentLogos', 'Checkout', '1', '', '', '', '', '', '', 'right', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1507, 39, 7168, 1274632953, '', '.mod_iso_checkout table td', 'Checkout', '', '', '', '', '', '', '', '', '', '1', '', 'a:4:{s:3:"top";s:1:"2";s:4:"unit";s:2:"px";s:5:"right";s:1:"5";s:6:"bottom";s:1:"2";}', '', '', 'top', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1508, 39, 7296, 1274632953, '', '.mod_iso_checkout .productTable td', 'Checkout', '', '', '', '', '', '', '', '', '', '1', '', 'a:4:{s:3:"top";s:2:"10";s:4:"unit";s:2:"px";s:5:"right";s:1:"5";s:6:"bottom";s:2:"15";}', '', '', 'top', '', '', '', '', '', '1', 'a:2:{s:6:"bottom";s:1:"1";s:4:"unit";s:2:"px";}', 'solid', '919191', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1509, 39, 7424, 1274632953, '', '.mod_iso_checkout .productInfo h3', 'Checkout', '', '', '', '', '', '', '', '', '', '1', 'a:3:{s:3:"top";s:1:"0";s:4:"unit";s:0:"";s:6:"bottom";s:1:"0";}', 'a:3:{s:3:"top";s:1:"0";s:4:"unit";s:0:"";s:6:"bottom";s:1:"0";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1510, 39, 7552, 1274632953, '', '.mod_iso_checkout .recoverPassword,.mod_iso_checkout .register', 'Checkout', '', '', '', '', '', '', '', '', '', '1', 'a:2:{s:3:"top";s:1:"5";s:4:"unit";s:2:"px";}', 'a:5:{s:3:"top";s:1:"5";s:5:"right";s:2:"10";s:6:"bottom";s:1:"5";s:4:"left";s:2:"10";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1511, 39, 7680, 1274632953, '', '.mod_iso_checkout .mod_login', 'Checkout', '', '', '', '', '', '', '', '', '', '1', '', 'a:2:{s:6:"bottom";s:2:"10";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1512, 39, 7808, 1274632953, '', '.mod_iso_checkout .submit_container', 'Checkout', '1', '', '', '', '', '', '', 'right', 'both', '1', 'a:2:{s:5:"right";s:2:"15";s:4:"unit";s:2:"px";}', '', '', 'right', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1513, 39, 7936, 1274632953, '', '.mod_iso_checkout .submit_container button.previous', 'Checkout', '1', '', '', '', '', '', '', 'left', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1514, 39, 8064, 1274632953, '', '.mod_iso_checkout .submit_container button', 'Checkout', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1515, 39, 8192, 1274632953, '', '.mod_iso_checkout .order_review,.mod_iso_orderdetails', 'Checkout', '', '', '', '', '', '', '', '', '', '1', '', 'a:5:{s:3:"top";s:1:"5";s:5:"right";s:2:"20";s:6:"bottom";s:2:"20";s:4:"left";s:2:"20";s:4:"unit";s:2:"px";}', '', '', '', '1', 'f3f5df', '', '', '', '1', 'a:5:{s:3:"top";s:1:"2";s:5:"right";s:1:"2";s:6:"bottom";s:1:"2";s:4:"left";s:1:"2";s:4:"unit";s:2:"px";}', 'solid', 'baa643', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1516, 39, 8320, 1274632953, '', '.mod_iso_checkout .order_review a.edit', 'Checkout', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '1', '', 'a:1:{i:0;s:4:"bold";}', '', 'a31515', '', '', '', '', '', NULL, ''),
(1517, 39, 8448, 1274632953, '', '.mod_iso_checkout .order_review h3,.mod_iso_orderdetails h3', 'Checkout', '', '', '', '', '', '', '', '', '', '1', 'a:3:{s:3:"top";s:1:"5";s:4:"unit";s:2:"px";s:6:"bottom";s:1:"5";}', 'a:5:{s:3:"top";s:1:"0";s:5:"right";s:1:"0";s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";s:4:"unit";s:0:"";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1518, 39, 8576, 1274632953, '', '.mod_iso_checkout.order_review .info_container,.mod_iso_orderdetails .info_container', 'Checkout', '1', 'a:2:{s:5:"value";s:2:"45";s:4:"unit";s:1:"%";}', '', '', '', '', '', 'left', '', '1', 'a:3:{s:5:"right";s:2:"10";s:4:"unit";s:2:"px";s:6:"bottom";s:2:"20";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1519, 39, 8704, 1274632953, '', '.mod_iso_checkout table,.mod_iso_orderdetails table', 'Checkout', '1', 'a:2:{s:5:"value";s:3:"100";s:4:"unit";s:1:"%";}', '', '', '', '', '', '', '', '1', 'a:3:{s:3:"top";s:2:"15";s:4:"unit";s:2:"px";s:6:"bottom";s:2:"15";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1520, 39, 8832, 1274632953, '', '.mod_iso_checkout .order_review table td,.mod_iso_orderdetails table td', 'Checkout', '', '', '', '', '', '', '', '', '', '1', '', 'a:5:{s:3:"top";s:1:"2";s:5:"right";s:1:"5";s:6:"bottom";s:1:"2";s:4:"left";s:1:"5";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1521, 39, 8960, 1274632953, '', '.mod_iso_checkout .order_review table .quantity,.mod_isoCheckout .order_review table .price,.mod_isoCheckout .order_review table .tax,.mod_isoOrderDetails table .quantity,.mod_isoOrderDetails table .price,.mod_isoOrderDetails table .tax', 'Checkout', '', '', '', '', '', '', '', '', '', '1', '', '', '', 'right', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1522, 39, 9088, 1274632953, '', '.mod_isoCheckout .order_review table tfoot,.mod_iso_orderdetails table tfoot', 'Checkout', '', '', '', '', '', '', '', '', '', '1', '', '', '', 'right', '', '', '', '', '', '', '', '', '', '', '', '1', '', 'a:1:{i:0;s:4:"bold";}', '', '', '', '', '', '', '', NULL, ''),
(1523, 39, 9216, 1274632953, '', '.mod_iso_checkout .order_review table .grandtotal td,.mod_iso_orderdetails table .grandtotal td', 'Checkout', '', '', '', '', '', '', '', '', '', '1', '', 'a:2:{s:3:"top";s:2:"10";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '1', '', '', 'a:2:{s:5:"value";s:3:"1.6";s:4:"unit";s:2:"em";}', '', 'a:2:{s:5:"value";s:3:"1.6";s:4:"unit";s:2:"em";}', '', '', '', '', NULL, ''),
(1524, 39, 9344, 1274632953, '', '.mod_iso_checkout .order_review .billing_address,.mod_iso_checkout .order_review .shipping_address,.mod_iso_orderdetails .billing_address,.mod_iso_orderdetails .shipping_address', 'Checkout', '1', '', '', '', '', '', '', 'left', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1525, 39, 9472, 1274632953, '', '.mod_iso_checkout .order_review .shipping_method,.mod_iso_orderdetails .shipping_method', 'Checkout', '1', '', '', '', '', '', '', 'left', 'left', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1526, 39, 9600, 1274632953, '', '.mod_iso_checkout .order_review .payment_method,.mod_iso_orderdetails .payment_method', 'Checkout', '1', '', '', '', '', '', '', 'right', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1527, 39, 9728, 1274632953, '', '.mod_iso_checkout .order_review .payment_form', 'Checkout', '', '', '', '', '', '', '', '', '', '1', '', 'a:5:{s:3:"top";s:2:"20";s:5:"right";s:2:"20";s:6:"bottom";s:2:"20";s:4:"left";s:2:"20";s:4:"unit";s:2:"px";}', '', '', '', '1', 'FFFFFF', '', '', '', '1', 'a:5:{s:3:"top";s:1:"1";s:5:"right";s:1:"1";s:6:"bottom";s:1:"1";s:4:"left";s:1:"1";s:4:"unit";s:2:"px";}', 'solid', 'BAA643', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1528, 39, 9856, 1274632953, '', '.mod_iso_checkout .order_conditions_container .ce_text', 'Checkout', '1', '', 'a:2:{s:5:"value";s:3:"100";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '1', 'a:3:{s:3:"top";s:2:"10";s:4:"unit";s:2:"px";s:6:"bottom";s:2:"10";}', 'a:5:{s:3:"top";s:2:"10";s:5:"right";s:2:"10";s:6:"bottom";s:2:"10";s:4:"left";s:2:"10";s:4:"unit";s:2:"px";}', '', '', '', '1', 'f2f1eb', '', '', '', '1', 'a:5:{s:3:"top";s:1:"1";s:5:"right";s:1:"1";s:6:"bottom";s:1:"1";s:4:"left";s:1:"1";s:4:"unit";s:2:"px";}', 'solid', '544625', '', '1', 'Helvetica, Arial, sans-serif', '', 'a:2:{s:5:"value";s:2:".9";s:4:"unit";s:2:"em";}', '5c3d3d', '', '', '', '', '', 'overflow-y:scroll;', ''),
(1529, 39, 9984, 1274632953, '', '.mod_iso_checkout .payment_method ul', 'Checkout', '', '', '', '', '', '', '', '', '', '1', 'a:3:{s:3:"top";s:2:"10";s:4:"unit";s:2:"px";s:6:"bottom";s:2:"10";}', 'a:5:{s:3:"top";s:2:"10";s:5:"right";s:2:"10";s:6:"bottom";s:2:"10";s:4:"left";s:2:"10";s:4:"unit";s:2:"px";}', '', '', '', '1', 'faf7e8', '', '', '', '1', 'a:5:{s:3:"top";s:1:"1";s:5:"right";s:1:"1";s:6:"bottom";s:1:"1";s:4:"left";s:1:"1";s:4:"unit";s:2:"px";}', 'solid', '000000', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1530, 39, 10112, 1274632953, '', '.mod_iso_checkout .payment_method li', 'Checkout', '', '', '', '', '', '', '', '', '', '1', 'a:5:{s:3:"top";s:1:"0";s:5:"right";s:1:"0";s:6:"bottom";s:2:"15";s:4:"left";s:1:"0";s:4:"unit";s:2:"px";}', 'a:5:{s:3:"top";s:1:"0";s:5:"right";s:1:"0";s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";s:4:"unit";s:0:"";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '1', '', 'a:1:{i:0;s:4:"bold";}', 'a:2:{s:5:"value";s:3:"1.4";s:4:"unit";s:2:"em";}', '', '', '', '1', 'none', '', NULL, ''),
(1531, 39, 10240, 1274632953, '', '.mod_iso_checkout .payment_data input.text', 'Checkout', '1', 'a:2:{s:5:"value";s:3:"175";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1532, 39, 10368, 1274632953, '', '.mod_iso_checkout .payment_method .payment_data', 'Checkout', '', '', '', '', '', '', '', '', '', '1', 'a:2:{s:3:"top";s:2:"10";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '1', '', 'a:1:{i:0;s:6:"normal";}', 'a:2:{s:5:"value";s:2:".7";s:4:"unit";s:2:"em";}', '', '', '', '', '', '', NULL, ''),
(1533, 39, 10496, 1266785698, '', '.cart_full table', 'Cart Full', '1', 'a:2:{s:5:"value";s:3:"100";s:4:"unit";s:1:"%";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1534, 39, 10624, 1266786264, '', '.iso_registry_manage .noItems', 'Registry', '1', '', '', '', '', '', 'block', '', '', '1', 'a:2:{s:6:"bottom";s:2:"20";s:4:"unit";s:2:"px";}', 'a:5:{s:3:"top";s:1:"5";s:5:"right";s:2:"15";s:6:"bottom";s:1:"5";s:4:"left";s:2:"15";s:4:"unit";s:2:"px";}', '', '', '', '1', 'ffffcc', '', '', '', '1', 'a:5:{s:3:"top";s:1:"1";s:5:"right";s:1:"1";s:6:"bottom";s:1:"1";s:4:"left";s:1:"1";s:4:"unit";s:2:"px";}', 'solid', 'ff9966', '', '1', '', 'a:1:{i:0;s:6:"italic";}', 'a:2:{s:5:"value";s:2:"14";s:4:"unit";s:2:"px";}', 'ff3333', 'a:2:{s:5:"value";s:2:"16";s:4:"unit";s:2:"px";}', '', '', '', '', NULL, ''),
(1695, 36, 2296, 1274635411, '', '#footernav', 'Nav - Footer', '1', 'a:2:{s:4:"unit";s:2:"px";s:5:"value";s:0:"";}', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', '', '', 'right', '', '1', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:2:"px";}', 'a:5:{s:6:"bottom";s:1:"5";s:4:"left";s:2:"10";s:5:"right";s:2:"10";s:3:"top";s:2:"15";s:4:"unit";s:2:"px";}', '', '', '', '', '292929', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1696, 36, 2300, 1274635277, '', '#footernav ul', 'Nav - Footer', '', '', '', '', '', '', '', '', '', '1', 'a:5:{s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";s:5:"right";s:1:"0";s:3:"top";s:1:"0";s:4:"unit";s:0:"";}', 'a:5:{s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";s:5:"right";s:1:"0";s:3:"top";s:1:"0";s:4:"unit";s:0:"";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, ''),
(1697, 36, 2302, 1274635277, '', '#footernav li', 'Nav - Footer', '1', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', '', '', 'left', '', '1', 'a:5:{s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";s:5:"right";s:1:"0";s:3:"top";s:1:"0";s:4:"unit";s:0:"";}', 'a:5:{s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";s:5:"right";s:1:"0";s:3:"top";s:1:"0";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '1', 'none', '', NULL, ''),
(1698, 36, 2303, 1274635359, '', '#footernav a, #footernav span.active', 'Nav - Footer', '', '', '', '', '', '', '', '', '', '1', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:1:"8";s:5:"right";s:1:"8";s:3:"top";s:0:"";s:4:"unit";s:2:"px";}', '', '', '', '', '', '', '', '', '', '', '', '', '', '1', '', 'a:1:{i:0;s:13:"notUnderlined";}', 'a:2:{s:4:"unit";s:2:"em";s:5:"value";s:3:"1.2";}', '1f1f1f', 'a:2:{s:4:"unit";s:2:"em";s:5:"value";s:1:"1";}', '', '', '', '', NULL, ''),
(1699, 39, 4672, 1295104942, '', '.mod_iso_checkout .steps3 li', 'Checkout', '1', 'a:2:{s:4:"unit";s:1:"%";s:5:"value";s:2:"32";}', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:0:"";s:4:"unit";s:0:"";}', '', '', 'block', 'left', '', '1', 'a:5:{s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";s:5:"right";s:1:"0";s:3:"top";s:1:"0";s:4:"unit";s:0:"";}', 'a:5:{s:6:"bottom";s:1:"5";s:4:"left";s:0:"";s:5:"right";s:0:"";s:3:"top";s:1:"5";s:4:"unit";s:2:"px";}', '', 'center', '', '1', '000000', '', '', '', '1', 'a:5:{s:6:"bottom";s:0:"";s:4:"left";s:0:"";s:5:"right";s:1:"1";s:3:"top";s:0:"";s:4:"unit";s:2:"px";}', 'solid', 'ffffff', '', '1', '', '', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', 'ffffff', 'a:2:{s:4:"unit";s:0:"";s:5:"value";s:0:"";}', '', '1', 'none', '', NULL, '');

-- --------------------------------------------------------

--
-- Table structure for table `tl_style_sheet`
--

CREATE TABLE IF NOT EXISTS `tl_style_sheet` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `name` varchar(64) NOT NULL DEFAULT '',
  `media` varchar(255) NOT NULL DEFAULT '',
  `cc` varchar(32) NOT NULL DEFAULT '',
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=42 ;

--
-- Dumping data for table `tl_style_sheet`
--

INSERT INTO `tl_style_sheet` (`id`, `tstamp`, `name`, `media`, `cc`, `pid`) VALUES
(36, 1272209116, 'xLayout', 'a:1:{i:0;s:3:"all";}', '', 1),
(34, 1259442337, 'print', 'a:1:{i:0;s:5:"print";}', '', 1),
(39, 1266182824, 'xIsotope', 'a:1:{i:0;s:3:"all";}', '', 1);

-- --------------------------------------------------------

--
-- Table structure for table `tl_task`
--

CREATE TABLE IF NOT EXISTS `tl_task` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `createdBy` int(10) unsigned NOT NULL DEFAULT '0',
  `title` varchar(128) NOT NULL DEFAULT '',
  `deadline` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;

--
-- Dumping data for table `tl_task`
--


-- --------------------------------------------------------

--
-- Table structure for table `tl_task_status`
--

CREATE TABLE IF NOT EXISTS `tl_task_status` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `assignedTo` int(10) unsigned NOT NULL DEFAULT '0',
  `status` varchar(32) NOT NULL DEFAULT '',
  `progress` smallint(5) unsigned NOT NULL DEFAULT '0',
  `comment` text,
  PRIMARY KEY (`id`),
  KEY `pid` (`pid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=9 ;

--
-- Dumping data for table `tl_task_status`
--


-- --------------------------------------------------------

--
-- Table structure for table `tl_theme`
--

CREATE TABLE IF NOT EXISTS `tl_theme` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `name` varchar(128) NOT NULL DEFAULT '',
  `author` varchar(128) NOT NULL DEFAULT '',
  `screenshot` varchar(255) NOT NULL DEFAULT '',
  `folders` blob,
  `templates` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `tl_theme`
--

INSERT INTO `tl_theme` (`id`, `tstamp`, `name`, `author`, `screenshot`, `folders`, `templates`) VALUES
(1, 1278507531, 'Contao Open Source CMS', '', '', NULL, '');

-- --------------------------------------------------------

--
-- Table structure for table `tl_undo`
--

CREATE TABLE IF NOT EXISTS `tl_undo` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `fromTable` varchar(255) NOT NULL DEFAULT '',
  `query` text,
  `affectedRows` smallint(5) unsigned NOT NULL DEFAULT '0',
  `data` mediumblob,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `tl_undo`
--

-- --------------------------------------------------------

--
-- Table structure for table `tl_user`
--

CREATE TABLE IF NOT EXISTS `tl_user` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `username` varchar(64) NOT NULL DEFAULT '',
  `password` varchar(64) NOT NULL DEFAULT '',
  `loginCount` smallint(5) unsigned NOT NULL DEFAULT '3',
  `locked` int(10) unsigned NOT NULL DEFAULT '0',
  `language` varchar(2) NOT NULL DEFAULT '',
  `showHelp` char(1) NOT NULL DEFAULT '',
  `useRTE` char(1) NOT NULL DEFAULT '',
  `thumbnails` char(1) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `email` varchar(255) NOT NULL DEFAULT '',
  `disable` char(1) NOT NULL DEFAULT '',
  `start` varchar(10) NOT NULL DEFAULT '',
  `stop` varchar(10) NOT NULL DEFAULT '',
  `session` blob,
  `admin` char(1) NOT NULL DEFAULT '',
  `groups` blob,
  `modules` blob,
  `inherit` varchar(32) NOT NULL DEFAULT '',
  `pagemounts` blob,
  `alpty` blob,
  `filemounts` blob,
  `fop` blob,
  `forms` blob,
  `calendars` blob,
  `news` blob,
  `newsletters` blob,
  `oldBeTheme` char(1) NOT NULL DEFAULT '',
  `dateAdded` int(10) unsigned NOT NULL DEFAULT '0',
  `currentLogin` int(10) unsigned NOT NULL DEFAULT '0',
  `lastLogin` int(10) unsigned NOT NULL DEFAULT '0',
  `formp` blob,
  `calendarp` blob,
  `newp` blob,
  `newsletterp` blob,
  `iso_product_types` blob,
  `iso_configs` blob,
  `iso_modules` blob,
  `themes` blob,
  `useCE` char(1) NOT NULL DEFAULT '',
  `backendTheme` varchar(32) NOT NULL DEFAULT '',
  `fancyUpload` char(1) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `username` (`username`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=16 ;

--
-- Dumping data for table `tl_user`
--

INSERT INTO `tl_user` (`id`, `tstamp`, `username`, `password`, `loginCount`, `locked`, `language`, `showHelp`, `useRTE`, `thumbnails`, `name`, `email`, `disable`, `start`, `stop`, `session`, `admin`, `groups`, `modules`, `inherit`, `pagemounts`, `alpty`, `filemounts`, `fop`, `forms`, `calendars`, `news`, `newsletters`, `oldBeTheme`, `dateAdded`, `currentLogin`, `lastLogin`, `formp`, `calendarp`, `newp`, `newsletterp`, `iso_product_types`, `iso_configs`, `iso_modules`, `themes`, `useCE`, `backendTheme`, `fancyUpload`) VALUES
(1, 1306786090, 'k.jones', '6520dcf56f7d14717b4174e3ab5c4a29e4e21a3d:da3d37dab531d1d7d5fcc37', 3, 0, 'en', '1', '1', '1', 'Kevin Jones', 'demo@isotopeecommerce.com', '', '', '', NULL, '1', NULL, NULL, 'group', NULL, 0x613a333a7b693a303b733a373a22726567756c6172223b693a313b733a383a227265646972656374223b693a323b733a373a22666f7277617264223b7d, NULL, 0x613a333a7b693a303b733a323a226631223b693a313b733a323a226632223b693a323b733a323a226633223b7d, NULL, NULL, NULL, NULL, '', 1306786084, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '1', 'default', '');

-- --------------------------------------------------------

--
-- Table structure for table `tl_user_group`
--

CREATE TABLE IF NOT EXISTS `tl_user_group` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `modules` blob,
  `pagemounts` blob,
  `alpty` blob,
  `filemounts` blob,
  `fop` blob,
  `forms` blob,
  `alexf` blob,
  `disable` char(1) NOT NULL DEFAULT '',
  `start` varchar(10) NOT NULL DEFAULT '',
  `stop` varchar(10) NOT NULL DEFAULT '',
  `calendars` blob,
  `news` blob,
  `newsletters` blob,
  `formp` blob,
  `calendarp` blob,
  `newp` blob,
  `newsletterp` blob,
  `iso_product_types` blob,
  `iso_configs` blob,
  `iso_modules` blob,
  `themes` blob,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;

--
-- Dumping data for table `tl_user_group`
--

-- --------------------------------------------------------

--
-- Table structure for table `tl_version`
--

CREATE TABLE IF NOT EXISTS `tl_version` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `pid` int(10) unsigned NOT NULL DEFAULT '0',
  `tstamp` int(10) unsigned NOT NULL DEFAULT '0',
  `version` smallint(5) unsigned NOT NULL DEFAULT '1',
  `fromTable` varchar(255) NOT NULL DEFAULT '',
  `username` varchar(64) NOT NULL DEFAULT '',
  `active` char(1) NOT NULL DEFAULT '',
  `data` mediumblob,
  PRIMARY KEY (`id`),
  KEY `pid` (`pid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=30 ;

--
-- Dumping data for table `tl_version`
--
