-- phpMyAdmin SQL Dump
-- version 3.2.4
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Oct 04, 2010 at 09:30 AM
-- Server version: 5.0.90
-- PHP Version: 5.2.9

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

--
-- 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=461 ;

--
-- 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` varchar(10) NOT NULL default '',
  `endDate` varchar(10) NOT NULL default '',
  `addTime` char(1) NOT NULL default '',
  `startTime` varchar(10) NOT NULL default '',
  `endTime` varchar(10) NOT NULL default '',
  `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_cart`
--

CREATE TABLE IF NOT EXISTS `tl_cart` (
  `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',
  `cart_type_id` int(10) unsigned NOT NULL default '0',
  `session` blob,
  `last_visit` int(10) unsigned NOT NULL default '0',
  `source_cart_id` int(10) unsigned NOT NULL default '0',
  `config_id` int(10) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `pid` (`pid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `tl_cart`
--


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

--
-- Table structure for table `tl_cart_items`
--

CREATE TABLE IF NOT EXISTS `tl_cart_items` (
  `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',
  `product_id` int(10) unsigned NOT NULL default '0',
  `quantity_requested` int(10) unsigned NOT NULL default '0',
  `quantity_sold` int(10) unsigned NOT NULL default '0',
  `price` decimal(12,2) NOT NULL default '0.00',
  `price_override` varchar(255) NOT NULL default '',
  `product_attribute_collection` text,
  `product_data` blob,
  `href_reader` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`id`),
  KEY `pid` (`pid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;

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

--
-- 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',
  PRIMARY KEY  (`id`),
  KEY `pid` (`pid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=1165 ;

--
-- 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`) 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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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'),
(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');

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

--
-- 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,
  `pid` int(10) unsigned NOT NULL default '0',
  `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 '',
  `option_list` blob,
  `show_files` int(1) NOT NULL default '0',
  `attr_use_mode` varchar(10) NOT NULL default 'fixed',
  `attr_default_value` varchar(255) NOT NULL default '',
  `is_customer_defined` char(1) NOT NULL default '',
  `is_required` 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 '',
  `is_multiple_select` char(1) NOT NULL default '',
  `add_to_product_variants` char(1) NOT NULL default '',
  `invisible` char(1) NOT NULL default '',
  `inputType` varchar(64) NOT NULL default '',
  `use_rich_text_editor` char(1) NOT NULL default '',
  `attr_datatype` varchar(64) NOT NULL default '',
  `is_user_defined` char(1) NOT NULL default '',
  `use_alternate_source` char(1) NOT NULL default '',
  `list_source_table` varchar(255) NOT NULL default '',
  `list_source_field` varchar(255) NOT NULL default '',
  `delete_locked` char(1) 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 '',
  `is_visible_on_front` char(1) NOT NULL default '',
  PRIMARY KEY  (`id`),
  KEY `pid` (`pid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=15 ;

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

INSERT INTO `tl_iso_attributes` (`id`, `pid`, `tstamp`, `name`, `description`, `type`, `legend`, `option_list`, `show_files`, `attr_use_mode`, `attr_default_value`, `is_customer_defined`, `is_required`, `is_filterable`, `is_searchable`, `is_order_by_enabled`, `is_multiple_select`, `add_to_product_variants`, `invisible`, `inputType`, `use_rich_text_editor`, `attr_datatype`, `is_user_defined`, `use_alternate_source`, `list_source_table`, `list_source_field`, `delete_locked`, `rgxp`, `field_name`, `multilingual`, `conditionField`, `is_visible_on_front`) VALUES
(13, 0, 1281488669, 'Size', '', 'select', 'general_legend', 0x613a31353a7b693a303b613a323a7b733a353a2276616c7565223b733a313a2237223b733a353a226c6162656c223b733a313a2237223b7d693a313b613a323a7b733a353a2276616c7565223b733a333a22372e35223b733a353a226c6162656c223b733a333a22372e35223b7d693a323b613a323a7b733a353a2276616c7565223b733a313a2238223b733a353a226c6162656c223b733a313a2238223b7d693a333b613a323a7b733a353a2276616c7565223b733a333a22382e35223b733a353a226c6162656c223b733a333a22382e35223b7d693a343b613a323a7b733a353a2276616c7565223b733a313a2239223b733a353a226c6162656c223b733a313a2239223b7d693a353b613a323a7b733a353a2276616c7565223b733a333a22392e35223b733a353a226c6162656c223b733a333a22392e35223b7d693a363b613a323a7b733a353a2276616c7565223b733a323a223130223b733a353a226c6162656c223b733a323a223130223b7d693a373b613a323a7b733a353a2276616c7565223b733a343a2231302e35223b733a353a226c6162656c223b733a343a2231302e35223b7d693a383b613a323a7b733a353a2276616c7565223b733a323a223131223b733a353a226c6162656c223b733a323a223131223b7d693a393b613a323a7b733a353a2276616c7565223b733a343a2231312e35223b733a353a226c6162656c223b733a343a2231312e35223b7d693a31303b613a323a7b733a353a2276616c7565223b733a323a223132223b733a353a226c6162656c223b733a323a223132223b7d693a31313b613a323a7b733a353a2276616c7565223b733a343a2231322e35223b733a353a226c6162656c223b733a343a2231322e35223b7d693a31323b613a323a7b733a353a2276616c7565223b733a323a223133223b733a353a226c6162656c223b733a323a223133223b7d693a31333b613a323a7b733a353a2276616c7565223b733a323a223134223b733a353a226c6162656c223b733a323a223134223b7d693a31343b613a323a7b733a353a2276616c7565223b733a323a223135223b733a353a226c6162656c223b733a323a223135223b7d7d, 0, 'fixed', '', '1', '1', '', '', '', '', '1', '', '', '', '', '', '', '', '', '', '', 'size', '', '', ''),
(11, 0, 1281488661, 'Color', 'Select the color for this product.', 'select', 'general_legend', 0x613a353a7b693a303b613a323a7b733a353a2276616c7565223b733a333a22526564223b733a353a226c6162656c223b733a333a22526564223b7d693a313b613a323a7b733a353a2276616c7565223b733a343a22426c7565223b733a353a226c6162656c223b733a343a22426c7565223b7d693a323b613a323a7b733a353a2276616c7565223b733a353a22477265656e223b733a353a226c6162656c223b733a353a22477265656e223b7d693a333b613a323a7b733a353a2276616c7565223b733a353a22426c61636b223b733a353a226c6162656c223b733a353a22426c61636b223b7d693a343b613a323a7b733a353a2276616c7565223b733a353a2242726f776e223b733a353a226c6162656c223b733a353a2242726f776e223b7d7d, 0, 'fixed', '', '1', '', '', '', '', '', '1', '', '', '', '', '', '', '', '', '', '', 'color', '', '', '');


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

--
-- 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',
  PRIMARY KEY  (`id`),
  KEY `pid` (`pid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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


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

--
-- 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 '',
  `originateFromCustomerEmail` char(1) 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`, `originateFromCustomerEmail`) 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',
  `source_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 '',
  `authnet_response` varchar(255) NOT NULL default '',
  `authnet_reason` text,
  `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 '',
  `sorting` int(10) unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `pid` (`pid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=165 ;


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

--
-- 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',
  `quantity_sold` int(10) unsigned NOT NULL default '0',
  `product_data` blob,
  `product_status` varchar(255) NOT NULL default '',
  `status` varchar(255) NOT NULL default '',
  PRIMARY KEY  (`id`),
  KEY `pid` (`pid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=87 ;


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

--
-- 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` varchar(255) NOT NULL default '',
  `maximum_total` varchar(255) NOT NULL default '',
  `new_order_status` varchar(255) NOT NULL default '',
  `postsale_mail` int(10) unsigned NOT NULL default '0',
  `paypal_account` varchar(255) NOT NULL default '',
  `paypal_business` 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` decimal(12,2) NOT NULL default '0.00',
  `tax_class` int(10) unsigned NOT NULL default '0',
  `payflowpro_partner` varchar(255) NOT NULL default '',
  `paypalpro_apiUserName` varchar(255) NOT NULL default '',
  `paypalpro_apiPassword` varchar(255) NOT NULL default '',
  `paypalpro_apiSignature` varchar(255) NOT NULL default '',
  `paypalpro_transType` varchar(64) 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`, `paypal_business`, `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`, `paypalpro_apiUserName`, `paypalpro_apiPassword`, `paypalpro_apiSignature`, `paypalpro_transType`) 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, '', '', '', '', ''),
(3, 1275426595, 'PayPal', 'paypal', 'PayPal', NULL, 0x613a3234373a7b693a303b733a323a226166223b693a313b733a323a226178223b693a323b733a323a22616c223b693a333b733a323a22647a223b693a343b733a323a226173223b693a353b733a323a226164223b693a363b733a323a22616f223b693a373b733a323a226169223b693a383b733a323a226171223b693a393b733a323a226167223b693a31303b733a323a226172223b693a31313b733a323a22616d223b693a31323b733a323a226177223b693a31333b733a323a226163223b693a31343b733a323a226175223b693a31353b733a323a226174223b693a31363b733a323a22617a223b693a31373b733a323a226273223b693a31383b733a323a226268223b693a31393b733a323a226264223b693a32303b733a323a226262223b693a32313b733a323a226279223b693a32323b733a323a226265223b693a32333b733a323a22627a223b693a32343b733a323a22626a223b693a32353b733a323a22626d223b693a32363b733a323a226274223b693a32373b733a323a22626f223b693a32383b733a323a226261223b693a32393b733a323a226277223b693a33303b733a323a226276223b693a33313b733a323a226272223b693a33323b733a323a22696f223b693a33333b733a323a22626e223b693a33343b733a323a226267223b693a33353b733a323a226266223b693a33363b733a323a226269223b693a33373b733a323a226b68223b693a33383b733a323a22636d223b693a33393b733a323a226361223b693a34303b733a323a226376223b693a34313b733a323a226b79223b693a34323b733a323a226366223b693a34333b733a323a227464223b693a34343b733a323a22636c223b693a34353b733a323a22636e223b693a34363b733a323a226378223b693a34373b733a323a226363223b693a34383b733a323a22636f223b693a34393b733a323a226b6d223b693a35303b733a323a226367223b693a35313b733a323a226364223b693a35323b733a323a22636b223b693a35333b733a323a226372223b693a35343b733a323a226369223b693a35353b733a323a226872223b693a35363b733a323a226375223b693a35373b733a323a226379223b693a35383b733a323a22637a223b693a35393b733a323a22646b223b693a36303b733a323a22646a223b693a36313b733a323a22646d223b693a36323b733a323a22646f223b693a36333b733a323a227470223b693a36343b733a323a226563223b693a36353b733a323a226567223b693a36363b733a323a227376223b693a36373b733a323a226771223b693a36383b733a323a226572223b693a36393b733a323a226565223b693a37303b733a323a226574223b693a37313b733a323a22666b223b693a37323b733a323a22666f223b693a37333b733a323a22666a223b693a37343b733a323a226669223b693a37353b733a323a226672223b693a37363b733a323a226766223b693a37373b733a323a227066223b693a37383b733a323a227466223b693a37393b733a323a226761223b693a38303b733a323a22676d223b693a38313b733a323a226765223b693a38323b733a323a226465223b693a38333b733a323a226768223b693a38343b733a323a226769223b693a38353b733a323a226772223b693a38363b733a323a22676c223b693a38373b733a323a226764223b693a38383b733a323a226770223b693a38393b733a323a226775223b693a39303b733a323a226774223b693a39313b733a323a226767223b693a39323b733a323a22676e223b693a39333b733a323a226777223b693a39343b733a323a226779223b693a39353b733a323a226874223b693a39363b733a323a22686d223b693a39373b733a323a227661223b693a39383b733a323a22686e223b693a39393b733a323a22686b223b693a3130303b733a323a226875223b693a3130313b733a323a226973223b693a3130323b733a323a22696e223b693a3130333b733a323a226964223b693a3130343b733a323a226972223b693a3130353b733a323a226971223b693a3130363b733a323a226965223b693a3130373b733a323a22696d223b693a3130383b733a323a22696c223b693a3130393b733a323a226974223b693a3131303b733a323a226a6d223b693a3131313b733a323a226a70223b693a3131323b733a323a226a65223b693a3131333b733a323a226a6f223b693a3131343b733a323a226b7a223b693a3131353b733a323a226b65223b693a3131363b733a323a226b69223b693a3131373b733a323a226b77223b693a3131383b733a323a226b67223b693a3131393b733a323a226c61223b693a3132303b733a323a226c76223b693a3132313b733a323a226c62223b693a3132323b733a323a226c73223b693a3132333b733a323a226c72223b693a3132343b733a323a226c79223b693a3132353b733a323a226c69223b693a3132363b733a323a226c74223b693a3132373b733a323a226c75223b693a3132383b733a323a226d6f223b693a3132393b733a323a226d6b223b693a3133303b733a323a226d67223b693a3133313b733a323a226d77223b693a3133323b733a323a226d79223b693a3133333b733a323a226d76223b693a3133343b733a323a226d6c223b693a3133353b733a323a226d74223b693a3133363b733a323a226d68223b693a3133373b733a323a226d71223b693a3133383b733a323a226d72223b693a3133393b733a323a226d75223b693a3134303b733a323a227974223b693a3134313b733a323a226d78223b693a3134323b733a323a22666d223b693a3134333b733a323a226d64223b693a3134343b733a323a226d63223b693a3134353b733a323a226d6e223b693a3134363b733a323a226d65223b693a3134373b733a323a226d73223b693a3134383b733a323a226d61223b693a3134393b733a323a226d7a223b693a3135303b733a323a226d6d223b693a3135313b733a323a226e61223b693a3135323b733a323a226e72223b693a3135333b733a323a226e70223b693a3135343b733a323a226e6c223b693a3135353b733a323a22616e223b693a3135363b733a323a226e63223b693a3135373b733a323a226e7a223b693a3135383b733a323a226e69223b693a3135393b733a323a226e65223b693a3136303b733a323a226e67223b693a3136313b733a323a226e75223b693a3136323b733a323a226e66223b693a3136333b733a323a226b70223b693a3136343b733a323a226d70223b693a3136353b733a323a226e6f223b693a3136363b733a323a226f6d223b693a3136373b733a323a22706b223b693a3136383b733a323a227077223b693a3136393b733a323a227073223b693a3137303b733a323a227061223b693a3137313b733a323a227067223b693a3137323b733a323a227079223b693a3137333b733a323a227065223b693a3137343b733a323a227068223b693a3137353b733a323a22706e223b693a3137363b733a323a22706c223b693a3137373b733a323a227074223b693a3137383b733a323a227072223b693a3137393b733a323a227161223b693a3138303b733a323a227265223b693a3138313b733a323a22726f223b693a3138323b733a323a227275223b693a3138333b733a323a227277223b693a3138343b733a323a227368223b693a3138353b733a323a226b6e223b693a3138363b733a323a226c63223b693a3138373b733a323a22706d223b693a3138383b733a323a227663223b693a3138393b733a323a227773223b693a3139303b733a323a22736d223b693a3139313b733a323a227374223b693a3139323b733a323a227361223b693a3139333b733a323a22736e223b693a3139343b733a323a227273223b693a3139353b733a323a227363223b693a3139363b733a323a22736c223b693a3139373b733a323a227367223b693a3139383b733a323a22736b223b693a3139393b733a323a227369223b693a3230303b733a323a227362223b693a3230313b733a323a22736f223b693a3230323b733a323a227a61223b693a3230333b733a323a226773223b693a3230343b733a323a226b72223b693a3230353b733a323a226573223b693a3230363b733a323a226c6b223b693a3230373b733a323a227364223b693a3230383b733a323a227372223b693a3230393b733a323a22736a223b693a3231303b733a323a22737a223b693a3231313b733a323a227365223b693a3231323b733a323a226368223b693a3231333b733a323a227379223b693a3231343b733a323a227477223b693a3231353b733a323a22746a223b693a3231363b733a323a22747a223b693a3231373b733a323a227468223b693a3231383b733a323a22746c223b693a3231393b733a323a227467223b693a3232303b733a323a22746b223b693a3232313b733a323a22746f223b693a3232323b733a323a227474223b693a3232333b733a323a22746e223b693a3232343b733a323a227472223b693a3232353b733a323a22746d223b693a3232363b733a323a227463223b693a3232373b733a323a227476223b693a3232383b733a323a227567223b693a3232393b733a323a227561223b693a3233303b733a323a226165223b693a3233313b733a323a22756b223b693a3233323b733a323a227573223b693a3233333b733a323a22756d223b693a3233343b733a323a227579223b693a3233353b733a323a22757a223b693a3233363b733a323a227675223b693a3233373b733a323a227665223b693a3233383b733a323a22766e223b693a3233393b733a323a227667223b693a3234303b733a323a227669223b693a3234313b733a323a227766223b693a3234323b733a323a226568223b693a3234333b733a323a227965223b693a3234343b733a323a227975223b693a3234353b733a323a227a6d223b693a3234363b733a323a227a77223b7d, 0x613a323a7b693a313b733a313a2231223b693a323b693a2d313b7d, 0x613a313a7b693a303b733a313a2231223b7d, NULL, '0.00', '0.00', 'pending', 1, 'info@isotopeecommerce.com', 'ISOTOPE', '', '', 'POST', '', '', '', 'AUTH_CAPTURE', '', '', NULL, '', '1', '1', '', '', '', 'Sale', '', 0.00, 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',
  `max_order_quantity` int(10) unsigned NOT NULL default '0',
  `stock_enabled` char(1) NOT NULL default '',
  `stock_quantity` int(10) unsigned NOT NULL default '0',
  `stock_oversell` char(1) NOT NULL default '',
  `shipping_exempt` char(1) NOT NULL default '',
  `tax_class` int(10) unsigned NOT NULL default '0',
  `new_import` char(1) NOT NULL default '',
  `option_set_source` varchar(64) NOT NULL default '',
  `option_sets` int(10) unsigned NOT NULL default '0',
  `option_set_title` varchar(255) NOT NULL default '',
  `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 '',
  `price_override` varchar(255) NOT NULL default '',
  `weight` float unsigned NOT NULL default '0',
  PRIMARY KEY  (`id`),
  KEY `pid` (`pid`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=152 ;

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

INSERT INTO `tl_iso_products` (`id`, `pid`, `tstamp`, `type`, `pages`, `alias`, `sku`, `name`, `images`, `teaser`, `description`, `price`, `max_order_quantity`, `stock_enabled`, `stock_quantity`, `stock_oversell`, `shipping_exempt`, `tax_class`, `new_import`, `option_set_source`, `option_sets`, `option_set_title`, `published`, `start`, `stop`, `language`, `color`, `size`, `inherit`, `keywords_meta`, `description_meta`, `shipping_weight`, `price_override`, `weight`) VALUES
(46, 45, 1274402053, 1, NULL, '', '-blue-10', '', NULL, NULL, NULL, 23.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c7565, 0x3130, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(47, 45, 1274402053, 1, NULL, '', '-black-10', '', NULL, NULL, NULL, 23.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x3130, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(48, 45, 1274402053, 1, NULL, '', '-blue-10.5', '', NULL, NULL, NULL, 23.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c7565, 0x31302e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(49, 45, 1274402053, 1, NULL, '', '-blue-10.5', '', NULL, NULL, NULL, 23.99, 0, '', 0, '', '', 0, '', '', 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, 0, '', 0, '', '', 1, '', '', 0, '', '1', '', '', '', 0x613a353a7b733a353a22426c61636b223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a22426c7565223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a353a2242726f776e223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a353a22477265656e223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22526564223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d7d, 0x613a31353a7b693a373b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22372e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a383b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22382e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a393b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22392e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31303b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231302e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31313b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231312e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31323b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231322e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31333b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31343b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31353b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d7d, NULL, NULL, NULL, '', '', 0),
(35, 34, 1274316218, 1, NULL, '', '-green-7', '', NULL, NULL, NULL, 24.95, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x477265656e, 0x37, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(36, 34, 1274316218, 1, NULL, '', '-green-7.5', '', NULL, NULL, NULL, 24.95, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x477265656e, 0x372e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(37, 34, 1274316218, 1, NULL, '', '-green-8', '', NULL, NULL, NULL, 24.95, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x477265656e, 0x38, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(38, 34, 1274316218, 1, NULL, '', '-green-8.5', '', NULL, NULL, NULL, 24.95, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x477265656e, 0x382e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(39, 34, 1274316218, 1, NULL, '', '-green-9', '', NULL, NULL, NULL, 24.95, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x477265656e, 0x39, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(40, 34, 1274316218, 1, NULL, '', '-green-9.5', '', NULL, NULL, NULL, 24.95, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x477265656e, 0x392e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(41, 34, 1274316218, 1, NULL, '', '-green-10', '', NULL, NULL, NULL, 24.95, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x477265656e, 0x3130, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(42, 34, 1274316218, 1, NULL, '', '-green-10.5', '', NULL, NULL, NULL, 24.95, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x477265656e, 0x31302e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(43, 34, 1274316218, 1, NULL, '', '-green-11', '', NULL, NULL, NULL, 24.95, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x477265656e, 0x3131, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(44, 34, 1274316218, 1, NULL, '', '-green-11.5', '', NULL, NULL, NULL, 24.95, 0, '', 0, '', '', 0, '', '', 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, 0, '', 0, '', '', 1, '', '', 0, '', '1', '', '', '', 0x613a353a7b733a353a22426c61636b223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a22426c7565223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a353a2242726f776e223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a353a22477265656e223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22526564223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d7d, 0x613a31353a7b693a373b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22372e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a383b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22382e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a393b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22392e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31303b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231302e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31313b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231312e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31323b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231322e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31333b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31343b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31353b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d7d, NULL, NULL, NULL, '', '', 0),
(50, 45, 1274402053, 1, NULL, '', '-blue-11', '', NULL, NULL, NULL, 23.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c7565, 0x3131, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(51, 45, 1274402053, 1, NULL, '', '-blue-11', '', NULL, NULL, NULL, 23.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x3131, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(52, 45, 1274402053, 1, NULL, '', '-blue-11.5', '', NULL, NULL, NULL, 23.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c7565, 0x31312e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(53, 45, 1274402053, 1, NULL, '', '-blue-11.5', '', NULL, NULL, NULL, 23.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x31312e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(54, 45, 1274402053, 1, NULL, '', '-blue-12', '', NULL, NULL, NULL, 23.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c7565, 0x3132, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(55, 45, 1274402053, 1, NULL, '', '-blue-12', '', NULL, NULL, NULL, 23.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x3132, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(56, 45, 1274402053, 1, NULL, '', '-blue-12.5', '', NULL, NULL, NULL, 23.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c7565, 0x31322e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(57, 45, 1274402053, 1, NULL, '', '-blue-12.5', '', NULL, NULL, NULL, 23.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x31322e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(58, 45, 1274402053, 1, NULL, '', '-blue-13', '', NULL, NULL, NULL, 23.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c7565, 0x3133, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(59, 45, 1274402053, 1, NULL, '', '-blue13', '', NULL, NULL, NULL, 23.99, 0, '', 0, '', '', 0, '', '', 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, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c7565, 0x3134, 0x613a343a7b693a303b733a343a226e616d65223b693a313b733a363a22696d61676573223b693a323b733a353a227374617274223b693a333b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(61, 45, 1274402053, 1, NULL, '', '-blue-14', '', NULL, NULL, NULL, 29.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x3134, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(62, 45, 1274402053, 1, NULL, '', '-blue-15', '', NULL, NULL, NULL, 29.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c7565, 0x3135, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(63, 45, 1274402053, 1, NULL, '', '-blue-15', '', NULL, NULL, NULL, 29.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x3135, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(64, 0, 1274642074, 1, 0x613a323a7b693a303b733a333a22323432223b693a313b733a333a22323734223b7d, 'the-jock', 'the-jock', 'The Jock', 0x613a313a7b693a303b613a333a7b733a333a22737263223b733a32303a2273686f657333312d38616534323831642e6a7067223b733a333a22616c74223b733a303a22223b733a343a2264657363223b733a303a22223b7d7d, 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>', 49.99, 0, '', 0, '', '', 1, '', '', 0, '', '1', '', '', '', 0x613a353a7b733a353a22426c61636b223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a22426c7565223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a353a2242726f776e223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a353a22477265656e223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22526564223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d7d, 0x613a31353a7b693a373b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22372e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a383b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22382e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a393b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22392e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31303b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231302e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31313b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231312e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31323b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231322e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31333b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31343b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31353b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d7d, NULL, NULL, NULL, '', '', 0),
(65, 64, 1274402596, 1, NULL, '', '-black-9.5', '', NULL, NULL, NULL, 49.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x392e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(66, 64, 1274402596, 1, NULL, '', '-black-10', '', NULL, NULL, NULL, 49.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x3130, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(67, 64, 1274402596, 1, NULL, '', '-black-10.5', '', NULL, NULL, NULL, 49.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x31302e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(68, 64, 1274402596, 1, NULL, '', '-black-11', '', NULL, NULL, NULL, 49.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x3131, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(69, 64, 1274402596, 1, NULL, '', '-black-11.5', '', NULL, NULL, NULL, 49.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x31312e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(70, 64, 1274402596, 1, NULL, '', '-black-12', '', NULL, NULL, NULL, 49.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x3132, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(71, 64, 1274402596, 1, NULL, '', '-black-12.5', '', NULL, NULL, NULL, 49.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x31322e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(72, 64, 1274402596, 1, NULL, '', '-black-13', '', NULL, NULL, NULL, 49.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x3133, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(73, 64, 1274402596, 1, NULL, '', '-black-14', '', NULL, NULL, NULL, 55.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x3134, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(74, 64, 1274402596, 1, NULL, '', '-black-15', '', NULL, NULL, NULL, 55.99, 0, '', 0, '', '', 0, '', '', 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, 0, '', 0, '', '', 1, '', '', 0, '', '1', '', '', '', 0x613a353a7b733a353a22426c61636b223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a22426c7565223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a353a2242726f776e223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a353a22477265656e223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22526564223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d7d, 0x613a31353a7b693a373b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22372e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a383b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22382e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a393b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22392e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31303b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231302e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31313b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231312e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31323b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231322e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31333b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31343b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31353b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d7d, NULL, NULL, NULL, '', '', 0),
(76, 75, 1275443325, 1, NULL, '', '-black-12', '', NULL, NULL, NULL, 19.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x3132, 0x613a333a7b693a303b733a343a226e616d65223b693a313b733a353a227374617274223b693a323b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(77, 75, 1275443297, 1, NULL, '', '-brown-12', '', NULL, NULL, NULL, 19.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x42726f776e, 0x3132, 0x613a343a7b693a303b733a343a226e616d65223b693a313b733a31343a2270726963655f6f76657272696465223b693a323b733a353a227374617274223b693a333b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(78, 75, 1274403178, 1, NULL, '', '-black-13', '', NULL, NULL, NULL, 19.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x3133, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(79, 75, 1274403178, 1, NULL, '', '-brown-13', '', NULL, NULL, NULL, 19.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x42726f776e, 0x3133, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(80, 75, 1274403178, 1, NULL, '', '-black-14', '', NULL, NULL, NULL, 25.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x3134, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(81, 75, 1274403178, 1, NULL, '', '-brown-14', '', NULL, NULL, NULL, 25.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x42726f776e, 0x3134, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(82, 75, 1274403178, 1, NULL, '', '-black-15', '', NULL, NULL, NULL, 25.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x3135, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(83, 75, 1274403178, 1, NULL, '', '-brown-15', '', NULL, NULL, NULL, 25.99, 0, '', 0, '', '', 0, '', '', 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, 0, '', 0, '', '', 1, '', '', 0, '', '1', '', '', '', 0x613a353a7b733a353a22426c61636b223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a22426c7565223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a353a2242726f776e223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a353a22477265656e223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22526564223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d7d, 0x613a31353a7b693a373b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22372e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a383b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22382e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a393b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22392e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31303b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231302e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31313b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231312e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31323b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231322e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31333b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31343b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31353b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d7d, NULL, NULL, NULL, '', '', 0),
(85, 84, 1274626435, 1, NULL, '', '-red-7', '', NULL, NULL, NULL, 84.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x526564, 0x37, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(86, 84, 1274626435, 1, NULL, '', '-blue-7', '', NULL, NULL, NULL, 84.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c7565, 0x37, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(87, 84, 1274626435, 1, NULL, '', '-red-7.5', '', NULL, NULL, NULL, 84.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x526564, 0x372e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(88, 84, 1274626435, 1, NULL, '', '-blue-7.5', '', NULL, NULL, NULL, 84.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c7565, 0x372e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(89, 84, 1274626435, 1, NULL, '', '-red-8', '', NULL, NULL, NULL, 84.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x526564, 0x38, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(90, 84, 1274626435, 1, NULL, '', '-blue-8', '', NULL, NULL, NULL, 84.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c7565, 0x38, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(91, 84, 1274626435, 1, NULL, '', '-red-8.5', '', NULL, NULL, NULL, 84.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x526564, 0x382e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(92, 84, 1274626435, 1, NULL, '', '-blue-8.5', '', NULL, NULL, NULL, 84.99, 0, '', 0, '', '', 0, '', '', 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, 0, '', 0, '', '', 1, '', '', 0, '', '1', '', '', '', 0x613a353a7b733a353a22426c61636b223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a22426c7565223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a353a2242726f776e223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a353a22477265656e223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22526564223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d7d, 0x613a31353a7b693a373b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22372e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a383b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22382e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a393b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22392e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31303b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231302e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31313b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231312e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31323b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231322e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31333b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31343b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31353b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d7d, NULL, NULL, NULL, '', '', 0),
(94, 93, 1274626729, 1, NULL, '', '-black-7', '', NULL, NULL, NULL, 24.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x37, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(95, 93, 1274626729, 1, NULL, '', '-brown-7', '', NULL, NULL, NULL, 24.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x42726f776e, 0x37, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(96, 93, 1274626729, 1, NULL, '', '-black-7.5', '', NULL, NULL, NULL, 24.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x372e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(97, 93, 1274626729, 1, NULL, '', '-brown-7.5', '', NULL, NULL, NULL, 24.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x42726f776e, 0x372e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(98, 93, 1274626729, 1, NULL, '', '-black-8', '', NULL, NULL, NULL, 24.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x38, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(99, 93, 1274626729, 1, NULL, '', '-brown-8', '', NULL, NULL, NULL, 24.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x42726f776e, 0x38, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(100, 93, 1274626729, 1, NULL, '', '-black-8.5', '', NULL, NULL, NULL, 24.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x382e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(101, 93, 1274626729, 1, NULL, '', '-brown-8.5', '', NULL, NULL, NULL, 24.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x42726f776e, 0x382e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(102, 93, 1274626729, 1, NULL, '', '-black-9', '', NULL, NULL, NULL, 24.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x39, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(103, 93, 1274626729, 1, NULL, '', '-brown-9', '', NULL, NULL, NULL, 24.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x42726f776e, 0x39, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(104, 93, 1274626729, 1, NULL, '', '-black-9.5', '', NULL, NULL, NULL, 24.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x392e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(105, 93, 1274626729, 1, NULL, '', '-brown-9.5', '', NULL, NULL, NULL, 24.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x42726f776e, 0x392e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(106, 93, 1274626729, 1, NULL, '', '-black-10', '', NULL, NULL, NULL, 24.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x3130, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(107, 93, 1274626729, 1, NULL, '', '-brown-10', '', NULL, NULL, NULL, 24.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x42726f776e, 0x3130, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(108, 0, 1274643774, 1, 0x613a313a7b693a303b733a333a22323737223b7d, 'day-at-the-beach', 'day-at-the-beach', 'Day at the Beach', 0x613a313a7b693a303b613a333a7b733a333a22737263223b733a32303a2273686f657331302d63666165623961652e706e67223b733a333a22616c74223b733a303a22223b733a343a2264657363223b733a303a22223b7d7d, 'These sandals come pre-filled with sand, just like walking on the beach.', '<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, 0, '', 0, '', '', 1, '', '', 0, '', '1', '', '', '', 0x613a353a7b733a353a22426c61636b223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a22426c7565223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a353a2242726f776e223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a353a22477265656e223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22526564223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d7d, 0x613a31353a7b693a373b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22372e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a383b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22382e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a393b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22392e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31303b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231302e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31313b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231312e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31323b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231322e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31333b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31343b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31353b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d7d, NULL, NULL, NULL, '', '', 0),
(109, 108, 1274627296, 1, NULL, '', '-green-10', '', NULL, NULL, NULL, 25.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x477265656e, 0x3130, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(110, 108, 1274627296, 1, NULL, '', '-black-10', '', NULL, NULL, NULL, 25.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x3130, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(111, 108, 1274627296, 1, NULL, '', '-brown-10', '', NULL, NULL, NULL, 25.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x42726f776e, 0x3130, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(112, 108, 1274627296, 1, NULL, '', '-green-10.5', '', NULL, NULL, NULL, 25.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x477265656e, 0x31302e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(113, 108, 1274627296, 1, NULL, '', '-black-10.5', '', NULL, NULL, NULL, 25.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x31302e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(114, 108, 1274627296, 1, NULL, '', '-brown-10.5', '', NULL, NULL, NULL, 25.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x42726f776e, 0x31302e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(115, 108, 1274627296, 1, NULL, '', '-green-11', '', NULL, NULL, NULL, 25.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x477265656e, 0x3131, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(116, 108, 1274627296, 1, NULL, '', '-black-11', '', NULL, NULL, NULL, 25.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x3131, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(117, 108, 1274627296, 1, NULL, '', '-brown-11', '', NULL, NULL, NULL, 25.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x42726f776e, 0x3131, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(118, 108, 1274627296, 1, NULL, '', '-green-11.5', '', NULL, NULL, NULL, 25.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x477265656e, 0x31312e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(119, 108, 1274627296, 1, NULL, '', '-black-11.5', '', NULL, NULL, NULL, 25.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x31312e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(120, 108, 1274627296, 1, NULL, '', '-brown-11.5', '', NULL, NULL, NULL, 25.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x42726f776e, 0x31312e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(121, 108, 1274627296, 1, NULL, '', '-green-12', '', NULL, NULL, NULL, 25.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x477265656e, 0x3132, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0);
INSERT INTO `tl_iso_products` (`id`, `pid`, `tstamp`, `type`, `pages`, `alias`, `sku`, `name`, `images`, `teaser`, `description`, `price`, `max_order_quantity`, `stock_enabled`, `stock_quantity`, `stock_oversell`, `shipping_exempt`, `tax_class`, `new_import`, `option_set_source`, `option_sets`, `option_set_title`, `published`, `start`, `stop`, `language`, `color`, `size`, `inherit`, `keywords_meta`, `description_meta`, `shipping_weight`, `price_override`, `weight`) VALUES
(122, 108, 1274627296, 1, NULL, '', '-black-12', '', NULL, NULL, NULL, 25.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x3132, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(123, 108, 1274627296, 1, NULL, '', '-brown-12', '', NULL, NULL, NULL, 25.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x42726f776e, 0x3132, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(124, 108, 1274627296, 1, NULL, '', '-green-12.5', '', NULL, NULL, NULL, 25.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x477265656e, 0x31322e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(125, 108, 1274627296, 1, NULL, '', '-black-12.5', '', NULL, NULL, NULL, 25.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x31322e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(126, 108, 1274627296, 1, NULL, '', '-brown-12.5', '', NULL, NULL, NULL, 25.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x42726f776e, 0x31322e35, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(127, 108, 1274627296, 1, NULL, '', '-green-13', '', NULL, NULL, NULL, 25.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x477265656e, 0x3133, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(128, 108, 1274627296, 1, NULL, '', '-black-13', '', NULL, NULL, NULL, 25.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x3133, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(129, 108, 1274627296, 1, NULL, '', '-brown-13', '', NULL, NULL, NULL, 25.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x42726f776e, 0x3133, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(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, 0, '', 0, '', '', 1, '', '', 0, '', '1', '', '', '', 0x613a353a7b733a353a22426c61636b223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a22426c7565223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a353a2242726f776e223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a353a22477265656e223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22526564223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d7d, 0x613a31353a7b693a373b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22372e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a383b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22382e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a393b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22392e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31303b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231302e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31313b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231312e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31323b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231322e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31333b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31343b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31353b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d7d, NULL, NULL, NULL, '', '', 0),
(131, 130, 1274631744, 1, NULL, '', '-black-10', '', NULL, NULL, NULL, 65.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x3130, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(132, 130, 1274631744, 1, NULL, '', '-black-11', '', NULL, NULL, NULL, 68.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x3131, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(133, 130, 1274631744, 1, NULL, '', '-black-12', '', NULL, NULL, NULL, 72.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x3132, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(134, 130, 1274631744, 1, NULL, '', '-black-13', '', NULL, NULL, NULL, 75.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x3133, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(135, 130, 1274631744, 1, NULL, '', '-black-14', '', NULL, NULL, NULL, 79.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c61636b, 0x3134, 0x613a353a7b693a313b733a343a226e616d65223b693a333b733a363a22776569676874223b693a353b733a393a227075626c6973686564223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(136, 130, 1274631744, 1, NULL, '', '-black-15', '', NULL, NULL, NULL, 85.00, 0, '', 0, '', '', 0, '', '', 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, 0, '', 0, '', '', 1, '', '', 0, '', '1', '', '', '', 0x613a353a7b733a353a22426c61636b223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a22426c7565223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a353a2242726f776e223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a353a22477265656e223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22526564223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d7d, 0x613a31353a7b693a373b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22372e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a383b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22382e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a393b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a333a22392e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31303b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231302e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31313b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231312e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31323b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d733a343a2231322e35223b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31333b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31343b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d693a31353b613a323a7b733a373a22696e6865726974223b733a313a2231223b733a353a226c6162656c223b733a303a22223b7d7d, NULL, NULL, NULL, '', '', 0),
(138, 137, 1274632405, 1, NULL, '', '-blue-7', '', NULL, NULL, NULL, 28.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c7565, 0x37, 0x613a343a7b693a313b733a343a226e616d65223b693a343b733a363a22696d61676573223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(139, 137, 1274632405, 1, NULL, '', '-green-7', '', NULL, NULL, NULL, 35.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x477265656e, 0x37, 0x613a343a7b693a313b733a343a226e616d65223b693a343b733a363a22696d61676573223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(140, 137, 1274632405, 1, NULL, '', '-blue-7.5', '', NULL, NULL, NULL, 35.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c7565, 0x372e35, 0x613a343a7b693a313b733a343a226e616d65223b693a343b733a363a22696d61676573223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(141, 137, 1274632405, 1, NULL, '', '-green-7.5', '', NULL, NULL, NULL, 35.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x477265656e, 0x372e35, 0x613a343a7b693a313b733a343a226e616d65223b693a343b733a363a22696d61676573223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(142, 137, 1274632405, 1, NULL, '', '-blue-8', '', NULL, NULL, NULL, 35.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c7565, 0x38, 0x613a343a7b693a313b733a343a226e616d65223b693a343b733a363a22696d61676573223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(143, 137, 1274632405, 1, NULL, '', '-green-8', '', NULL, NULL, NULL, 35.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x477265656e, 0x38, 0x613a343a7b693a313b733a343a226e616d65223b693a343b733a363a22696d61676573223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(144, 137, 1274632405, 1, NULL, '', '-blue-8.5', '', NULL, NULL, NULL, 35.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c7565, 0x382e35, 0x613a343a7b693a313b733a343a226e616d65223b693a343b733a363a22696d61676573223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(145, 137, 1274632405, 1, NULL, '', '-green-8.5', '', NULL, NULL, NULL, 35.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x477265656e, 0x382e35, 0x613a343a7b693a313b733a343a226e616d65223b693a343b733a363a22696d61676573223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(146, 137, 1274632405, 1, NULL, '', '-blue-9', '', NULL, NULL, NULL, 35.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c7565, 0x39, 0x613a343a7b693a313b733a343a226e616d65223b693a343b733a363a22696d61676573223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(147, 137, 1274632405, 1, NULL, '', '-green-9', '', NULL, NULL, NULL, 35.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x477265656e, 0x39, 0x613a343a7b693a313b733a343a226e616d65223b693a343b733a363a22696d61676573223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(148, 137, 1274632405, 1, NULL, '', '-blue-9.5', '', NULL, NULL, NULL, 35.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c7565, 0x392e35, 0x613a343a7b693a313b733a343a226e616d65223b693a343b733a363a22696d61676573223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(149, 137, 1274632405, 1, NULL, '', '-green-9.5', '', NULL, NULL, NULL, 35.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x477265656e, 0x392e35, 0x613a343a7b693a313b733a343a226e616d65223b693a343b733a363a22696d61676573223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(150, 137, 1274632405, 1, NULL, '', '-blue-10', '', NULL, NULL, NULL, 35.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x426c7565, 0x3130, 0x613a343a7b693a313b733a343a226e616d65223b693a343b733a363a22696d61676573223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 0),
(151, 137, 1274632405, 1, NULL, '', '-green-10', '', NULL, NULL, NULL, 35.99, 0, '', 0, '', '', 0, '', '', 0, '', '1', '', '', '', 0x477265656e, 0x3130, 0x613a343a7b693a313b733a343a226e616d65223b693a343b733a363a22696d61676573223b693a363b733a353a227374617274223b693a373b733a343a2273746f70223b7d, NULL, NULL, '', '', 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 '',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=6 ;

--
-- 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`) VALUES
(1, 1275443256, 'Shoes', NULL, 0x613a31393a7b693a303b733a353a22636f6c6f72223b693a313b733a343a2273697a65223b693a323b733a343a2274797065223b693a333b733a353a227061676573223b693a343b733a353a22616c696173223b693a353b733a333a22736b75223b693a363b733a343a226e616d65223b693a373b733a363a22746561736572223b693a383b733a31313a226465736372697074696f6e223b693a393b733a31363a226465736372697074696f6e5f6d657461223b693a31303b733a31333a226b6579776f7264735f6d657461223b693a31313b733a353a227072696365223b693a31323b733a31343a2270726963655f6f76657272696465223b693a31333b733a31353a227368697070696e675f6578656d7074223b693a31343b733a393a227461785f636c617373223b693a31353b733a363a22696d61676573223b693a31363b733a393a227075626c6973686564223b693a31373b733a353a227374617274223b693a31383b733a343a2273746f70223b7d, '', 0x613a373a7b693a303b733a333a22736b75223b693a313b733a343a226e616d65223b693a323b733a353a227072696365223b693a333b733a31343a2270726963655f6f76657272696465223b693a343b733a393a227075626c6973686564223b693a353b733a353a227374617274223b693a363b733a343a2273746f70223b7d, 'regular', NULL, 'iso_list_default', 'iso_reader_default', '1', '');

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

--
-- 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=26 ;

--
-- 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);

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

--
-- 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 ;


--
-- 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` int(10) NOT NULL default '0',
  `maximum_total` int(10) NOT NULL default '0',
  `price` decimal(12,2) NOT NULL default '0.00',
  `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_developersKey` 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,
  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_developersKey`, `ups_userName`, `ups_password`, `ups_enabledService`, `usps_userName`, `usps_enabledService`, `tax_class`, `subdivisions`) VALUES
(1, 1275421601, 'Basic Shipping', 'flat', 'Basic Shipping', NULL, 0x613a3234383a7b693a303b733a303a22223b693a313b733a323a226166223b693a323b733a323a226178223b693a333b733a323a22616c223b693a343b733a323a22647a223b693a353b733a323a226173223b693a363b733a323a226164223b693a373b733a323a22616f223b693a383b733a323a226169223b693a393b733a323a226171223b693a31303b733a323a226167223b693a31313b733a323a226172223b693a31323b733a323a22616d223b693a31333b733a323a226177223b693a31343b733a323a226163223b693a31353b733a323a226175223b693a31363b733a323a226174223b693a31373b733a323a22617a223b693a31383b733a323a226273223b693a31393b733a323a226268223b693a32303b733a323a226264223b693a32313b733a323a226262223b693a32323b733a323a226279223b693a32333b733a323a226265223b693a32343b733a323a22627a223b693a32353b733a323a22626a223b693a32363b733a323a22626d223b693a32373b733a323a226274223b693a32383b733a323a22626f223b693a32393b733a323a226261223b693a33303b733a323a226277223b693a33313b733a323a226276223b693a33323b733a323a226272223b693a33333b733a323a22696f223b693a33343b733a323a22626e223b693a33353b733a323a226267223b693a33363b733a323a226266223b693a33373b733a323a226269223b693a33383b733a323a226b68223b693a33393b733a323a22636d223b693a34303b733a323a226361223b693a34313b733a323a226376223b693a34323b733a323a226b79223b693a34333b733a323a226366223b693a34343b733a323a227464223b693a34353b733a323a22636c223b693a34363b733a323a22636e223b693a34373b733a323a226378223b693a34383b733a323a226363223b693a34393b733a323a22636f223b693a35303b733a323a226b6d223b693a35313b733a323a226367223b693a35323b733a323a226364223b693a35333b733a323a22636b223b693a35343b733a323a226372223b693a35353b733a323a226369223b693a35363b733a323a226872223b693a35373b733a323a226375223b693a35383b733a323a226379223b693a35393b733a323a22637a223b693a36303b733a323a22646b223b693a36313b733a323a22646a223b693a36323b733a323a22646d223b693a36333b733a323a22646f223b693a36343b733a323a227470223b693a36353b733a323a226563223b693a36363b733a323a226567223b693a36373b733a323a227376223b693a36383b733a323a226771223b693a36393b733a323a226572223b693a37303b733a323a226565223b693a37313b733a323a226574223b693a37323b733a323a22666b223b693a37333b733a323a22666f223b693a37343b733a323a22666a223b693a37353b733a323a226669223b693a37363b733a323a226672223b693a37373b733a323a226766223b693a37383b733a323a227066223b693a37393b733a323a227466223b693a38303b733a323a226761223b693a38313b733a323a22676d223b693a38323b733a323a226765223b693a38333b733a323a226465223b693a38343b733a323a226768223b693a38353b733a323a226769223b693a38363b733a323a226772223b693a38373b733a323a22676c223b693a38383b733a323a226764223b693a38393b733a323a226770223b693a39303b733a323a226775223b693a39313b733a323a226774223b693a39323b733a323a226767223b693a39333b733a323a22676e223b693a39343b733a323a226777223b693a39353b733a323a226779223b693a39363b733a323a226874223b693a39373b733a323a22686d223b693a39383b733a323a227661223b693a39393b733a323a22686e223b693a3130303b733a323a22686b223b693a3130313b733a323a226875223b693a3130323b733a323a226973223b693a3130333b733a323a22696e223b693a3130343b733a323a226964223b693a3130353b733a323a226972223b693a3130363b733a323a226971223b693a3130373b733a323a226965223b693a3130383b733a323a22696d223b693a3130393b733a323a22696c223b693a3131303b733a323a226974223b693a3131313b733a323a226a6d223b693a3131323b733a323a226a70223b693a3131333b733a323a226a65223b693a3131343b733a323a226a6f223b693a3131353b733a323a226b7a223b693a3131363b733a323a226b65223b693a3131373b733a323a226b69223b693a3131383b733a323a226b77223b693a3131393b733a323a226b67223b693a3132303b733a323a226c61223b693a3132313b733a323a226c76223b693a3132323b733a323a226c62223b693a3132333b733a323a226c73223b693a3132343b733a323a226c72223b693a3132353b733a323a226c79223b693a3132363b733a323a226c69223b693a3132373b733a323a226c74223b693a3132383b733a323a226c75223b693a3132393b733a323a226d6f223b693a3133303b733a323a226d6b223b693a3133313b733a323a226d67223b693a3133323b733a323a226d77223b693a3133333b733a323a226d79223b693a3133343b733a323a226d76223b693a3133353b733a323a226d6c223b693a3133363b733a323a226d74223b693a3133373b733a323a226d68223b693a3133383b733a323a226d71223b693a3133393b733a323a226d72223b693a3134303b733a323a226d75223b693a3134313b733a323a227974223b693a3134323b733a323a226d78223b693a3134333b733a323a22666d223b693a3134343b733a323a226d64223b693a3134353b733a323a226d63223b693a3134363b733a323a226d6e223b693a3134373b733a323a226d65223b693a3134383b733a323a226d73223b693a3134393b733a323a226d61223b693a3135303b733a323a226d7a223b693a3135313b733a323a226d6d223b693a3135323b733a323a226e61223b693a3135333b733a323a226e72223b693a3135343b733a323a226e70223b693a3135353b733a323a226e6c223b693a3135363b733a323a22616e223b693a3135373b733a323a226e63223b693a3135383b733a323a226e7a223b693a3135393b733a323a226e69223b693a3136303b733a323a226e65223b693a3136313b733a323a226e67223b693a3136323b733a323a226e75223b693a3136333b733a323a226e66223b693a3136343b733a323a226b70223b693a3136353b733a323a226d70223b693a3136363b733a323a226e6f223b693a3136373b733a323a226f6d223b693a3136383b733a323a22706b223b693a3136393b733a323a227077223b693a3137303b733a323a227073223b693a3137313b733a323a227061223b693a3137323b733a323a227067223b693a3137333b733a323a227079223b693a3137343b733a323a227065223b693a3137353b733a323a227068223b693a3137363b733a323a22706e223b693a3137373b733a323a22706c223b693a3137383b733a323a227074223b693a3137393b733a323a227072223b693a3138303b733a323a227161223b693a3138313b733a323a227265223b693a3138323b733a323a22726f223b693a3138333b733a323a227275223b693a3138343b733a323a227277223b693a3138353b733a323a227368223b693a3138363b733a323a226b6e223b693a3138373b733a323a226c63223b693a3138383b733a323a22706d223b693a3138393b733a323a227663223b693a3139303b733a323a227773223b693a3139313b733a323a22736d223b693a3139323b733a323a227374223b693a3139333b733a323a227361223b693a3139343b733a323a22736e223b693a3139353b733a323a227273223b693a3139363b733a323a227363223b693a3139373b733a323a22736c223b693a3139383b733a323a227367223b693a3139393b733a323a22736b223b693a3230303b733a323a227369223b693a3230313b733a323a227362223b693a3230323b733a323a22736f223b693a3230333b733a323a227a61223b693a3230343b733a323a226773223b693a3230353b733a323a226b72223b693a3230363b733a323a226573223b693a3230373b733a323a226c6b223b693a3230383b733a323a227364223b693a3230393b733a323a227372223b693a3231303b733a323a22736a223b693a3231313b733a323a22737a223b693a3231323b733a323a227365223b693a3231333b733a323a226368223b693a3231343b733a323a227379223b693a3231353b733a323a227477223b693a3231363b733a323a22746a223b693a3231373b733a323a22747a223b693a3231383b733a323a227468223b693a3231393b733a323a22746c223b693a3232303b733a323a227467223b693a3232313b733a323a22746b223b693a3232323b733a323a22746f223b693a3232333b733a323a227474223b693a3232343b733a323a22746e223b693a3232353b733a323a227472223b693a3232363b733a323a22746d223b693a3232373b733a323a227463223b693a3232383b733a323a227476223b693a3232393b733a323a227567223b693a3233303b733a323a227561223b693a3233313b733a323a226165223b693a3233323b733a323a22756b223b693a3233333b733a323a227573223b693a3233343b733a323a22756d223b693a3233353b733a323a227579223b693a3233363b733a323a22757a223b693a3233373b733a323a227675223b693a3233383b733a323a227665223b693a3233393b733a323a22766e223b693a3234303b733a323a227667223b693a3234313b733a323a227669223b693a3234323b733a323a227766223b693a3234333b733a323a226568223b693a3234343b733a323a227965223b693a3234353b733a323a227975223b693a3234363b733a323a227a6d223b693a3234373b733a323a227a77223b7d, 0, 0, 10.00, '', 'flat', '', '', NULL, '1', '', '', '', '', '', '', '', 0, 0x613a333830363a7b693a303b733a363a2241462d424453223b693a313b733a363a2241462d424447223b693a323b733a363a2241462d42474c223b693a333b733a363a2241462d42414c223b693a343b733a363a2241462d42414d223b693a353b733a363a2241462d465241223b693a363b733a363a2241462d465942223b693a373b733a363a2241462d474841223b693a383b733a363a2241462d47484f223b693a393b733a363a2241462d48454c223b693a31303b733a363a2241462d484552223b693a31313b733a363a2241462d4a4f57223b693a31323b733a363a2241462d4b4142223b693a31333b733a363a2241462d4b414e223b693a31343b733a363a2241462d4b4150223b693a31353b733a363a2241462d4b4e52223b693a31363b733a363a2241462d4b445a223b693a31373b733a363a2241462d4c4147223b693a31383b733a363a2241462d4c4f57223b693a31393b733a363a2241462d4e414e223b693a32303b733a363a2241462d4e494d223b693a32313b733a363a2241462d4f5255223b693a32323b733a363a2241462d504941223b693a32333b733a363a2241462d504b41223b693a32343b733a363a2241462d504152223b693a32353b733a363a2241462d53414d223b693a32363b733a363a2241462d534152223b693a32373b733a363a2241462d54414b223b693a32383b733a363a2241462d574152223b693a32393b733a363a2241462d5a4142223b693a33303b733a353a22414c2d4252223b693a33313b733a353a22414c2d4255223b693a33323b733a353a22414c2d444c223b693a33333b733a353a22414c2d4456223b693a33343b733a353a22414c2d4449223b693a33353b733a353a22414c2d4452223b693a33363b733a353a22414c2d454c223b693a33373b733a353a22414c2d4652223b693a33383b733a353a22414c2d4752223b693a33393b733a353a22414c2d474a223b693a34303b733a353a22414c2d4841223b693a34313b733a353a22414c2d4b41223b693a34323b733a353a22414c2d4552223b693a34333b733a353a22414c2d4b4f223b693a34343b733a353a22414c2d4b52223b693a34353b733a353a22414c2d4b43223b693a34363b733a353a22414c2d4b55223b693a34373b733a353a22414c2d4c41223b693a34383b733a353a22414c2d4c45223b693a34393b733a353a22414c2d4c42223b693a35303b733a353a22414c2d4c55223b693a35313b733a353a22414c2d4d4d223b693a35323b733a353a22414c2d4d4b223b693a35333b733a353a22414c2d4d54223b693a35343b733a353a22414c2d4d52223b693a35353b733a353a22414c2d5051223b693a35363b733a353a22414c2d5052223b693a35373b733a353a22414c2d5047223b693a35383b733a353a22414c2d5055223b693a35393b733a353a22414c2d5352223b693a36303b733a353a22414c2d534b223b693a36313b733a353a22414c2d5348223b693a36323b733a353a22414c2d5445223b693a36333b733a353a22414c2d5452223b693a36343b733a353a22414c2d5450223b693a36353b733a353a22414c2d564c223b693a36363b733a353a22445a2d3031223b693a36373b733a353a22445a2d3434223b693a36383b733a353a22445a2d3436223b693a36393b733a353a22445a2d3136223b693a37303b733a353a22445a2d3035223b693a37313b733a353a22445a2d3038223b693a37323b733a353a22445a2d3036223b693a37333b733a353a22445a2d3037223b693a37343b733a353a22445a2d3039223b693a37353b733a353a22445a2d3334223b693a37363b733a353a22445a2d3130223b693a37373b733a353a22445a2d3335223b693a37383b733a353a22445a2d3032223b693a37393b733a353a22445a2d3235223b693a38303b733a353a22445a2d3137223b693a38313b733a353a22445a2d3332223b693a38323b733a353a22445a2d3339223b693a38333b733a353a22445a2d3336223b693a38343b733a353a22445a2d3437223b693a38353b733a353a22445a2d3234223b693a38363b733a353a22445a2d3333223b693a38373b733a353a22445a2d3138223b693a38383b733a353a22445a2d3430223b693a38393b733a353a22445a2d3033223b693a39303b733a353a22445a2d3239223b693a39313b733a353a22445a2d3236223b693a39323b733a353a22445a2d3433223b693a39333b733a353a22445a2d3237223b693a39343b733a353a22445a2d3238223b693a39353b733a353a22445a2d3435223b693a39363b733a353a22445a2d3331223b693a39373b733a353a22445a2d3330223b693a39383b733a353a22445a2d3034223b693a39393b733a353a22445a2d3438223b693a3130303b733a353a22445a2d3230223b693a3130313b733a353a22445a2d3139223b693a3130323b733a353a22445a2d3232223b693a3130333b733a353a22445a2d3231223b693a3130343b733a353a22445a2d3431223b693a3130353b733a353a22445a2d3131223b693a3130363b733a353a22445a2d3132223b693a3130373b733a353a22445a2d3134223b693a3130383b733a353a22445a2d3337223b693a3130393b733a353a22445a2d3432223b693a3131303b733a353a22445a2d3338223b693a3131313b733a353a22445a2d3135223b693a3131323b733a353a22445a2d3133223b693a3131333b733a353a2241532d4153223b693a3131343b733a353a2241442d4144223b693a3131353b733a363a22414f2d42474f223b693a3131363b733a363a22414f2d424755223b693a3131373b733a363a22414f2d424945223b693a3131383b733a363a22414f2d434142223b693a3131393b733a363a22414f2d434355223b693a3132303b733a363a22414f2d434e4f223b693a3132313b733a363a22414f2d435553223b693a3132323b733a363a22414f2d434e4e223b693a3132333b733a363a22414f2d485541223b693a3132343b733a363a22414f2d485549223b693a3132353b733a363a22414f2d4c5541223b693a3132363b733a363a22414f2d4c4e4f223b693a3132373b733a363a22414f2d4c5355223b693a3132383b733a363a22414f2d4d414c223b693a3132393b733a363a22414f2d4d4f58223b693a3133303b733a363a22414f2d4e414d223b693a3133313b733a363a22414f2d554947223b693a3133323b733a363a22414f2d5a4149223b693a3133333b733a353a2241492d4149223b693a3133343b733a353a2241512d4151223b693a3133353b733a353a2241472d4147223b693a3133363b733a343a2241522d43223b693a3133373b733a343a2241522d42223b693a3133383b733a343a2241522d4b223b693a3133393b733a343a2241522d58223b693a3134303b733a343a2241522d57223b693a3134313b733a343a2241522d48223b693a3134323b733a343a2241522d55223b693a3134333b733a343a2241522d45223b693a3134343b733a343a2241522d50223b693a3134353b733a343a2241522d59223b693a3134363b733a343a2241522d4c223b693a3134373b733a343a2241522d46223b693a3134383b733a343a2241522d4d223b693a3134393b733a343a2241522d4e223b693a3135303b733a343a2241522d51223b693a3135313b733a343a2241522d52223b693a3135323b733a343a2241522d41223b693a3135333b733a343a2241522d4a223b693a3135343b733a343a2241522d44223b693a3135353b733a343a2241522d5a223b693a3135363b733a343a2241522d53223b693a3135373b733a343a2241522d47223b693a3135383b733a343a2241522d56223b693a3135393b733a343a2241522d54223b693a3136303b733a353a22414d2d4552223b693a3136313b733a353a22414d2d4147223b693a3136323b733a353a22414d2d4152223b693a3136333b733a353a22414d2d4156223b693a3136343b733a353a22414d2d4752223b693a3136353b733a353a22414d2d4b54223b693a3136363b733a353a22414d2d4c4f223b693a3136373b733a353a22414d2d5348223b693a3136383b733a353a22414d2d5355223b693a3136393b733a353a22414d2d5456223b693a3137303b733a353a22414d2d5644223b693a3137313b733a353a2241572d4157223b693a3137323b733a353a2241552d4e53223b693a3137333b733a353a2241552d514c223b693a3137343b733a353a2241552d5341223b693a3137353b733a353a2241552d5453223b693a3137363b733a353a2241552d5649223b693a3137373b733a353a2241552d5741223b693a3137383b733a353a2241552d4354223b693a3137393b733a353a2241552d4e54223b693a3138303b733a343a2241542d31223b693a3138313b733a343a2241542d32223b693a3138323b733a343a2241542d33223b693a3138333b733a343a2241542d34223b693a3138343b733a343a2241542d35223b693a3138353b733a343a2241542d36223b693a3138363b733a343a2241542d37223b693a3138373b733a343a2241542d38223b693a3138383b733a343a2241542d39223b693a3138393b733a353a22415a2d4d4d223b693a3139303b733a353a22415a2d4142223b693a3139313b733a353a22415a2d4241223b693a3139323b733a353a22415a2d4741223b693a3139333b733a353a22415a2d4c41223b693a3139343b733a353a22415a2d4d49223b693a3139353b733a353a22415a2d4e41223b693a3139363b733a353a22415a2d5341223b693a3139373b733a353a22415a2d534d223b693a3139383b733a353a22415a2d5353223b693a3139393b733a353a22415a2d5841223b693a3230303b733a353a22415a2d5945223b693a3230313b733a363a22415a2d414253223b693a3230323b733a363a22415a2d414743223b693a3230333b733a363a22415a2d41474d223b693a3230343b733a363a22415a2d414753223b693a3230353b733a363a22415a2d414741223b693a3230363b733a363a22415a2d414755223b693a3230373b733a363a22415a2d415354223b693a3230383b733a363a22415a2d424142223b693a3230393b733a363a22415a2d42414c223b693a3231303b733a363a22415a2d424152223b693a3231313b733a363a22415a2d424559223b693a3231323b733a363a22415a2d42494c223b693a3231333b733a363a22415a2d434142223b693a3231343b733a363a22415a2d43414c223b693a3231353b733a363a22415a2d43554c223b693a3231363b733a363a22415a2d444153223b693a3231373b733a363a22415a2d444156223b693a3231383b733a363a22415a2d46555a223b693a3231393b733a363a22415a2d474144223b693a3232303b733a363a22415a2d474f52223b693a3232313b733a363a22415a2d474f59223b693a3232323b733a363a22415a2d484143223b693a3232333b733a363a22415a2d494d49223b693a3232343b733a363a22415a2d49534d223b693a3232353b733a363a22415a2d4b414c223b693a3232363b733a363a22415a2d4b5552223b693a3232373b733a363a22415a2d4c4143223b693a3232383b733a363a22415a2d4c414e223b693a3232393b733a363a22415a2d4c4552223b693a3233303b733a363a22415a2d4d4153223b693a3233313b733a363a22415a2d4e4546223b693a3233323b733a363a22415a2d4f4755223b693a3233333b733a363a22415a2d4f5244223b693a3233343b733a363a22415a2d514142223b693a3233353b733a363a22415a2d514158223b693a3233363b733a363a22415a2d51415a223b693a3233373b733a363a22415a2d514f42223b693a3233383b733a363a22415a2d514241223b693a3233393b733a363a22415a2d514249223b693a3234303b733a363a22415a2d515553223b693a3234313b733a363a22415a2d534154223b693a3234323b733a363a22415a2d534142223b693a3234333b733a363a22415a2d534144223b693a3234343b733a363a22415a2d534148223b693a3234353b733a363a22415a2d53414b223b693a3234363b733a363a22415a2d53414c223b693a3234373b733a363a22415a2d534d49223b693a3234383b733a363a22415a2d534b52223b693a3234393b733a363a22415a2d534d58223b693a3235303b733a363a22415a2d534152223b693a3235313b733a363a22415a2d534959223b693a3235323b733a363a22415a2d535553223b693a3235333b733a363a22415a2d544152223b693a3235343b733a363a22415a2d544f56223b693a3235353b733a363a22415a2d554341223b693a3235363b733a363a22415a2d584143223b693a3235373b733a363a22415a2d58414e223b693a3235383b733a363a22415a2d58495a223b693a3235393b733a363a22415a2d584349223b693a3236303b733a363a22415a2d585644223b693a3236313b733a363a22415a2d594152223b693a3236323b733a363a22415a2d594556223b693a3236333b733a363a22415a2d5a414e223b693a3236343b733a363a22415a2d5a4151223b693a3236353b733a363a22415a2d5a4152223b693a3236363b733a353a2242532d4143223b693a3236373b733a353a2242532d4249223b693a3236383b733a353a2242532d4349223b693a3236393b733a353a2242532d4558223b693a3237303b733a353a2242532d4650223b693a3237313b733a353a2242532d4643223b693a3237323b733a353a2242532d4748223b693a3237333b733a353a2242532d4754223b693a3237343b733a353a2242532d4849223b693a3237353b733a353a2242532d4852223b693a3237363b733a353a2242532d494e223b693a3237373b733a353a2242532d4b42223b693a3237383b733a353a2242532d4c49223b693a3237393b733a353a2242532d4d48223b693a3238303b733a353a2242532d4d47223b693a3238313b733a353a2242532d4e50223b693a3238323b733a353a2242532d4e42223b693a3238333b733a353a2242532d5249223b693a3238343b733a353a2242532d5253223b693a3238353b733a353a2242532d5350223b693a3238363b733a353a2242532d5352223b693a3238373b733a353a2242482d3031223b693a3238383b733a353a2242482d3033223b693a3238393b733a353a2242482d3130223b693a3239303b733a353a2242482d3037223b693a3239313b733a353a2242482d3035223b693a3239323b733a353a2242482d3032223b693a3239333b733a353a2242482d3039223b693a3239343b733a353a2242482d3034223b693a3239353b733a353a2242482d3132223b693a3239363b733a353a2242482d3038223b693a3239373b733a353a2242482d3131223b693a3239383b733a353a2242482d3036223b693a3239393b733a343a2242442d31223b693a3330303b733a353a2242442d3142223b693a3330313b733a353a2242442d3151223b693a3330323b733a343a2242442d32223b693a3330333b733a353a2242442d3241223b693a3330343b733a353a2242442d3244223b693a3330353b733a353a2242442d3245223b693a3330363b733a353a2242442d3246223b693a3330373b733a353a2242442d324f223b693a3330383b733a353a2242442d3254223b693a3330393b733a343a2242442d33223b693a3331303b733a353a2242442d3347223b693a3331313b733a353a2242442d3349223b693a3331323b733a353a2242442d334a223b693a3331333b733a353a2242442d334e223b693a3331343b733a353a2242442d3355223b693a3331353b733a343a2242442d34223b693a3331363b733a353a2242442d344b223b693a3331373b733a353a2242442d344c223b693a3331383b733a353a2242442d344d223b693a3331393b733a343a2242442d35223b693a3332303b733a353a2242442d3543223b693a3332313b733a353a2242442d3548223b693a3332323b733a353a2242442d3550223b693a3332333b733a353a2242442d3552223b693a3332343b733a353a2242442d3553223b693a3332353b733a353a2242422d4242223b693a3332363b733a353a2242592d4252223b693a3332373b733a353a2242592d484f223b693a3332383b733a353a2242592d4852223b693a3332393b733a353a2242592d4d41223b693a3333303b733a353a2242592d4d49223b693a3333313b733a353a2242592d5649223b693a3333323b733a363a2242452d425255223b693a3333333b733a363a2242452d564c47223b693a3333343b733a363a2242452d56414e223b693a3333353b733a363a2242452d564c49223b693a3333363b733a363a2242452d564f56223b693a3333373b733a363a2242452d564252223b693a3333383b733a363a2242452d565756223b693a3333393b733a363a2242452d57414c223b693a3334303b733a363a2242452d574252223b693a3334313b733a363a2242452d574854223b693a3334323b733a363a2242452d574c47223b693a3334333b733a363a2242452d574c58223b693a3334343b733a363a2242452d574e41223b693a3334353b733a353a22425a2d425a223b693a3334363b733a353a22425a2d4359223b693a3334373b733a363a22425a2d435a4c223b693a3334383b733a353a22425a2d4f57223b);

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

--
-- 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` int(10) NOT NULL default '0',
  `maximum_total` int(10) NOT NULL default '0',
  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`) VALUES
(1, 1, 1274634457, '0-50', NULL, 10.00, 0, 50),
(2, 1, 1274634478, '50.01 - 100', NULL, 12.00, 50, 100),
(3, 1, 1274634500, '100.01-200', NULL, 15.00, 100, 200),
(4, 1, 1274634528, '200.01-99999999999', NULL, 20.00, 200, 2147483647);

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

--
-- 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,
  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`) VALUES
(1, 1274641913, 'Sales Tax', 'Sales Tax', 0, 0x613a313a7b693a303b733a313a2232223b7d);

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

--
-- 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=671 ;


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

--
-- 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=4 ;

--
-- 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,
  `new_products_time_window` int(10) unsigned NOT NULL default '0',
  `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_enableCoupons` char(1) NOT NULL default '',
  `columns` int(10) unsigned NOT NULL default '0',
  `iso_list_format` varchar(64) NOT NULL default '',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=155 ;

--
-- 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`, `new_products_time_window`, `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_enableCoupons`, `columns`, `iso_list_format`) 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, 0, NULL, 0, NULL, '', '', 0, 0, '', 0, 'global', '1', 'iso_reader_product_single', NULL, NULL, NULL, '', '', 0, 0, 0, '', 'DESC', 0x613a313a7b693a303b733a31313a226164645f746f5f63617274223b7d, 0, NULL, 1, '', '', '', '', 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, 0, NULL, 0, NULL, '', '', 0, 0, '', 0, '', '', '', NULL, NULL, NULL, '', '', 0, 0, 0, '', '', NULL, 0, NULL, 1, '', '', '', '', 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, 0, NULL, 0, NULL, '', '', 0, 0, '', 0, 'parent_and_children', '', 'iso_reader_product_single', NULL, NULL, NULL, '', '', 0, 0, 0, '', '', NULL, 0, NULL, 1, '', '', '', '', 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, 0, NULL, 0, NULL, '', '', 0, 0, '', 0, 'parent_and_children', '', 'iso_reader_product_single', NULL, NULL, NULL, '', '', 0, 0, 0, '', '', NULL, 0, NULL, 1, '', '', '', '', 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, 0, NULL, 0, NULL, '', '', 0, 0, '', 0, 'current_category', '', 'iso_reader_product_single', NULL, NULL, NULL, '', '', 0, 0, 0, '', 'ASC', NULL, 0, NULL, 1, '', '', '', '', 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, 0, NULL, 0, NULL, '', '', 0, 0, '', 0, '', '', '', NULL, NULL, NULL, '', '', 0, 0, 0, '', '', NULL, 0, NULL, 1, '', '', '', '', 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, 0, NULL, 0, NULL, '', '', 0, 0, '', 0, 'global', '1', 'iso_reader_product_single', NULL, NULL, NULL, '', '', 269, 270, 0, '', 'DESC', NULL, 0, NULL, 1, '', '', '', '', 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, 0, NULL, 0, NULL, '', '', 0, 0, '', 0, 'global', '1', 'iso_reader_product_single', NULL, NULL, NULL, '', '', 269, 270, 0, '', 'DESC', NULL, 0, NULL, 1, '', '', '', '', 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, 0, 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, 'grid'),
(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, 0, 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, ''),
(144, 1275048133, '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, 0, 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, ''),
(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, 0, 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, ''),
(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, 0, 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, ''),
(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, 0, 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, ''),
(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, 0, 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, ''),
(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, 0, NULL, 0, NULL, '', '', 0, 0, '', 0, 'global', '1', 'iso_reader_product_single', NULL, NULL, NULL, '', '', 0, 0, 0, '', 'DESC', '', 0, 0x613a313a7b693a303b733a313a2231223b7d, 1, '', '', '', '', 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, 0, NULL, 0, NULL, '', '', 0, 0, '', 0, 'parent_and_children', '', 'iso_reader_product_single', NULL, NULL, NULL, '', '', 0, 0, 0, '', '', NULL, 0, NULL, 1, '', '', '', '', 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,
  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=302 ;

--
-- 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, 1274099216, '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', '', '', '', '', '', '', '', 0),
(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=4 ;

--
-- 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, 1286198165, 'isotope', 10039, 6, '0', '0', '0', '1', '', '', '', ''),
(2, 1286198113, 'ajax', 10000059, 4, '0', '0', '0', '1', '', '', '', ''),
(3, 1286198115, 'conditionalselectmenu', 10010029, 9, '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=200 ;

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

INSERT INTO `tl_repository_instfiles` (`id`, `pid`, `tstamp`, `filename`, `filetype`, `flag`) VALUES
(1, 1, 1286198119, 'system/drivers/DC_ProductData.php', 'F', ''),
(2, 1, 1286198119, 'system/drivers/DC_TablePageId.php', 'F', ''),
(3, 1, 1286198119, 'system/modules/isotope/AttributeWizard.php', 'F', ''),
(4, 1, 1286198120, 'system/modules/isotope/ContentAttributeLinkRepeater.php', 'F', ''),
(5, 1, 1286198120, 'system/modules/isotope/InheritCheckBox.php', 'F', ''),
(6, 1, 1286198121, 'system/modules/isotope/Isotope.php', 'F', ''),
(7, 1, 1286198122, 'system/modules/isotope/IsotopeCart.php', 'F', ''),
(8, 1, 1286198122, 'system/modules/isotope/IsotopeConfig.php', 'F', ''),
(9, 1, 1286198122, 'system/modules/isotope/IsotopeDatabase.php', 'F', ''),
(10, 1, 1286198123, 'system/modules/isotope/IsotopePOS.php', 'F', ''),
(11, 1, 1286198124, 'system/modules/isotope/IsotopePayment.php', 'F', ''),
(12, 1, 1286198124, 'system/modules/isotope/IsotopeProduct.php', 'F', ''),
(13, 1, 1286198125, 'system/modules/isotope/IsotopeShipping.php', 'F', ''),
(14, 1, 1286198125, 'system/modules/isotope/MediaManager.php', 'F', ''),
(15, 1, 1286198126, 'system/modules/isotope/ModuleIsotope.php', 'F', ''),
(16, 1, 1286198126, 'system/modules/isotope/ModuleIsotopeAddressBook.php', 'F', ''),
(17, 1, 1286198127, 'system/modules/isotope/ModuleIsotopeCart.php', 'F', ''),
(18, 1, 1286198127, 'system/modules/isotope/ModuleIsotopeCheckout.php', 'F', ''),
(19, 1, 1286198127, 'system/modules/isotope/ModuleIsotopeConfigSwitcher.php', 'F', ''),
(20, 1, 1286198128, 'system/modules/isotope/ModuleIsotopeOrderDetails.php', 'F', ''),
(21, 1, 1286198128, 'system/modules/isotope/ModuleIsotopeOrderHistory.php', 'F', ''),
(22, 1, 1286198128, 'system/modules/isotope/ModuleIsotopeProductFilter.php', 'F', ''),
(23, 1, 1286198128, 'system/modules/isotope/ModuleIsotopeProductList.php', 'F', ''),
(24, 1, 1286198129, 'system/modules/isotope/ModuleIsotopeProductReader.php', 'F', ''),
(25, 1, 1286198129, 'system/modules/isotope/ModuleIsotopeRelatedProducts.php', 'F', ''),
(26, 1, 1286198129, 'system/modules/isotope/ModuleIsotopeSetup.php', 'F', ''),
(27, 1, 1286198129, 'system/modules/isotope/ModuleIsotopeStatistics.php', 'F', ''),
(28, 1, 1286198129, 'system/modules/isotope/OptionDataWizard.php', 'F', ''),
(29, 1, 1286198130, 'system/modules/isotope/PayflowProPOS.php', 'F', ''),
(30, 1, 1286198130, 'system/modules/isotope/PaymentAuthorizeDotNet.php', 'F', ''),
(31, 1, 1286198130, 'system/modules/isotope/PaymentCash.php', 'F', ''),
(32, 1, 1286198131, 'system/modules/isotope/PaymentPaypal.php', 'F', ''),
(33, 1, 1286198131, 'system/modules/isotope/PaymentPaypalPayflowPro.php', 'F', ''),
(34, 1, 1286198131, 'system/modules/isotope/PaymentPaypalPro.php', 'F', ''),
(35, 1, 1286198132, 'system/modules/isotope/PaymentPostfinance.php', 'F', ''),
(36, 1, 1286198132, 'system/modules/isotope/ProductsWizard.php', 'F', ''),
(37, 1, 1286198132, 'system/modules/isotope/ShippingCollection.php', 'F', ''),
(38, 1, 1286198132, 'system/modules/isotope/ShippingFlat.php', 'F', ''),
(39, 1, 1286198133, 'system/modules/isotope/ShippingOrderTotal.php', 'F', ''),
(40, 1, 1286198133, 'system/modules/isotope/ShippingUPS.php', 'F', ''),
(41, 1, 1286198134, 'system/modules/isotope/ShippingUSPS.php', 'F', ''),
(42, 1, 1286198134, 'system/modules/isotope/SurchargeWizard.php', 'F', ''),
(43, 1, 1286198134, 'system/modules/isotope/VariantWizard.php', 'F', ''),
(44, 1, 1286198135, 'system/modules/isotope/config/config.php', 'F', ''),
(45, 1, 1286198135, 'system/modules/isotope/config/database.sql', 'F', ''),
(46, 1, 1286198135, 'system/modules/isotope/dca/tl_content.php', 'F', ''),
(47, 1, 1286198136, 'system/modules/isotope/dca/tl_iso_addresses.php', 'F', ''),
(48, 1, 1286198136, 'system/modules/isotope/dca/tl_iso_attributes.php', 'F', ''),
(49, 1, 1286198137, 'system/modules/isotope/dca/tl_iso_config.php', 'F', ''),
(50, 1, 1286198137, 'system/modules/isotope/dca/tl_iso_downloads.php', 'F', ''),
(51, 1, 1286198137, 'system/modules/isotope/dca/tl_iso_mail.php', 'F', ''),
(52, 1, 1286198137, 'system/modules/isotope/dca/tl_iso_mail_content.php', 'F', ''),
(53, 1, 1286198138, 'system/modules/isotope/dca/tl_iso_orders.php', 'F', ''),
(54, 1, 1286198139, 'system/modules/isotope/dca/tl_iso_payment_modules.php', 'F', ''),
(55, 1, 1286198139, 'system/modules/isotope/dca/tl_iso_product_categories.php', 'F', ''),
(56, 1, 1286198140, 'system/modules/isotope/dca/tl_iso_products.php', 'F', ''),
(57, 1, 1286198141, 'system/modules/isotope/dca/tl_iso_producttypes.php', 'F', ''),
(58, 1, 1286198141, 'system/modules/isotope/dca/tl_iso_related_categories.php', 'F', ''),
(59, 1, 1286198141, 'system/modules/isotope/dca/tl_iso_related_products.php', 'F', ''),
(60, 1, 1286198142, 'system/modules/isotope/dca/tl_iso_shipping_modules.php', 'F', ''),
(61, 1, 1286198142, 'system/modules/isotope/dca/tl_iso_shipping_options.php', 'F', ''),
(62, 1, 1286198142, 'system/modules/isotope/dca/tl_iso_tax_class.php', 'F', ''),
(63, 1, 1286198143, 'system/modules/isotope/dca/tl_iso_tax_rate.php', 'F', ''),
(64, 1, 1286198143, 'system/modules/isotope/dca/tl_member.php', 'F', ''),
(65, 1, 1286198143, 'system/modules/isotope/dca/tl_module.php', 'F', ''),
(66, 1, 1286198143, 'system/modules/isotope/dca/tl_page.php', 'F', ''),
(67, 1, 1286198143, 'system/modules/isotope/dca/tl_user.php', 'F', ''),
(68, 1, 1286198143, 'system/modules/isotope/dca/tl_user_group.php', 'F', ''),
(69, 1, 1286198143, 'system/modules/isotope/html/add.png', 'F', ''),
(70, 1, 1286198143, 'system/modules/isotope/html/addToCart.gif', 'F', ''),
(71, 1, 1286198143, 'system/modules/isotope/html/assets.gif', 'F', ''),
(72, 1, 1286198143, 'system/modules/isotope/html/attach.png', 'F', ''),
(73, 1, 1286198144, 'system/modules/isotope/html/backend.css', 'F', ''),
(74, 1, 1286198144, 'system/modules/isotope/html/backend.js', 'F', ''),
(75, 1, 1286198152, 'system/modules/isotope/html/backend_src.css', 'F', ''),
(76, 1, 1286198153, 'system/modules/isotope/html/backend_src.js', 'F', ''),
(77, 1, 1286198153, 'system/modules/isotope/html/delete.png', 'F', ''),
(78, 1, 1286198153, 'system/modules/isotope/html/edit.png', 'F', ''),
(79, 1, 1286198153, 'system/modules/isotope/html/icon-addressbook.gif', 'F', ''),
(80, 1, 1286198153, 'system/modules/isotope/html/icon-attributes.gif', 'F', ''),
(81, 1, 1286198153, 'system/modules/isotope/html/icon-generate.png', 'F', ''),
(82, 1, 1286198153, 'system/modules/isotope/html/icon-isotope.png', 'F', ''),
(83, 1, 1286198153, 'system/modules/isotope/html/icon-mail.gif', 'F', ''),
(84, 1, 1286198153, 'system/modules/isotope/html/icon-orders.gif', 'F', ''),
(85, 1, 1286198153, 'system/modules/isotope/html/icon-payment.png', 'F', ''),
(86, 1, 1286198153, 'system/modules/isotope/html/icon-products.gif', 'F', ''),
(87, 1, 1286198153, 'system/modules/isotope/html/icon-quick_edit.png', 'F', ''),
(88, 1, 1286198153, 'system/modules/isotope/html/icon-related.png', 'F', ''),
(89, 1, 1286198153, 'system/modules/isotope/html/icon-shipping.gif', 'F', ''),
(90, 1, 1286198153, 'system/modules/isotope/html/icon-statistics.gif', 'F', ''),
(91, 1, 1286198153, 'system/modules/isotope/html/icon-taxclass.gif', 'F', ''),
(92, 1, 1286198153, 'system/modules/isotope/html/icon-taxrate.gif', 'F', ''),
(93, 1, 1286198153, 'system/modules/isotope/html/icon-types.gif', 'F', ''),
(94, 1, 1286198153, 'system/modules/isotope/html/isotope.css', 'F', ''),
(95, 1, 1286198153, 'system/modules/isotope/html/isotope.js', 'F', ''),
(96, 1, 1286198153, 'system/modules/isotope/html/isotope_src.css', 'F', ''),
(97, 1, 1286198153, 'system/modules/isotope/html/isotope_src.js', 'F', ''),
(98, 1, 1286198153, 'system/modules/isotope/html/loading.gif', 'F', ''),
(99, 1, 1286198153, 'system/modules/isotope/html/money.png', 'F', ''),
(100, 1, 1286198153, 'system/modules/isotope/html/print.css', 'F', ''),
(101, 1, 1286198153, 'system/modules/isotope/html/printer.png', 'F', ''),
(102, 1, 1286198153, 'system/modules/isotope/html/refresh.png', 'F', ''),
(103, 1, 1286198153, 'system/modules/isotope/html/slimbox_init.js', 'F', ''),
(104, 1, 1286198153, 'system/modules/isotope/html/tools.png', 'F', ''),
(105, 1, 1286198154, 'system/modules/isotope/languages/de/default.php', 'F', ''),
(106, 1, 1286198154, 'system/modules/isotope/languages/de/explain.php', 'F', ''),
(107, 1, 1286198154, 'system/modules/isotope/languages/de/modules.php', 'F', ''),
(108, 1, 1286198154, 'system/modules/isotope/languages/de/tl_content.php', 'F', ''),
(109, 1, 1286198154, 'system/modules/isotope/languages/de/tl_iso_addresses.php', 'F', ''),
(110, 1, 1286198154, 'system/modules/isotope/languages/de/tl_iso_attributes.php', 'F', ''),
(111, 1, 1286198155, 'system/modules/isotope/languages/de/tl_iso_config.php', 'F', ''),
(112, 1, 1286198155, 'system/modules/isotope/languages/de/tl_iso_mail.php', 'F', ''),
(113, 1, 1286198155, 'system/modules/isotope/languages/de/tl_iso_mail_content.php', 'F', ''),
(114, 1, 1286198155, 'system/modules/isotope/languages/de/tl_iso_orders.php', 'F', ''),
(115, 1, 1286198155, 'system/modules/isotope/languages/de/tl_iso_payment_modules.php', 'F', ''),
(116, 1, 1286198156, 'system/modules/isotope/languages/de/tl_iso_products.php', 'F', ''),
(117, 1, 1286198156, 'system/modules/isotope/languages/de/tl_iso_shipping_modules.php', 'F', ''),
(118, 1, 1286198156, 'system/modules/isotope/languages/de/tl_iso_shipping_options.php', 'F', ''),
(119, 1, 1286198156, 'system/modules/isotope/languages/de/tl_module.php', 'F', ''),
(120, 1, 1286198157, 'system/modules/isotope/languages/en/countries.php', 'F', ''),
(121, 1, 1286198157, 'system/modules/isotope/languages/en/default.php', 'F', ''),
(122, 1, 1286198157, 'system/modules/isotope/languages/en/explain.php', 'F', ''),
(123, 1, 1286198158, 'system/modules/isotope/languages/en/modules.php', 'F', ''),
(124, 1, 1286198158, 'system/modules/isotope/languages/en/subdivisions.php', 'F', ''),
(125, 1, 1286198158, 'system/modules/isotope/languages/en/tl_content.php', 'F', ''),
(126, 1, 1286198158, 'system/modules/isotope/languages/en/tl_form_field.php', 'F', ''),
(127, 1, 1286198158, 'system/modules/isotope/languages/en/tl_iso_addresses.php', 'F', ''),
(128, 1, 1286198158, 'system/modules/isotope/languages/en/tl_iso_attributes.php', 'F', ''),
(129, 1, 1286198159, 'system/modules/isotope/languages/en/tl_iso_config.php', 'F', ''),
(130, 1, 1286198159, 'system/modules/isotope/languages/en/tl_iso_downloads.php', 'F', ''),
(131, 1, 1286198159, 'system/modules/isotope/languages/en/tl_iso_mail.php', 'F', ''),
(132, 1, 1286198159, 'system/modules/isotope/languages/en/tl_iso_mail_content.php', 'F', ''),
(133, 1, 1286198159, 'system/modules/isotope/languages/en/tl_iso_order_items.php', 'F', ''),
(134, 1, 1286198159, 'system/modules/isotope/languages/en/tl_iso_orders.php', 'F', ''),
(135, 1, 1286198160, 'system/modules/isotope/languages/en/tl_iso_payment_modules.php', 'F', ''),
(136, 1, 1286198160, 'system/modules/isotope/languages/en/tl_iso_products.php', 'F', ''),
(137, 1, 1286198160, 'system/modules/isotope/languages/en/tl_iso_producttypes.php', 'F', ''),
(138, 1, 1286198160, 'system/modules/isotope/languages/en/tl_iso_related_categories.php', 'F', ''),
(139, 1, 1286198160, 'system/modules/isotope/languages/en/tl_iso_related_products.php', 'F', ''),
(140, 1, 1286198161, 'system/modules/isotope/languages/en/tl_iso_shipping_modules.php', 'F', ''),
(141, 1, 1286198161, 'system/modules/isotope/languages/en/tl_iso_shipping_options.php', 'F', ''),
(142, 1, 1286198161, 'system/modules/isotope/languages/en/tl_iso_tax_class.php', 'F', ''),
(143, 1, 1286198161, 'system/modules/isotope/languages/en/tl_iso_tax_rate.php', 'F', ''),
(144, 1, 1286198161, 'system/modules/isotope/languages/en/tl_member.php', 'F', ''),
(145, 1, 1286198161, 'system/modules/isotope/languages/en/tl_module.php', 'F', ''),
(146, 1, 1286198161, 'system/modules/isotope/languages/en/tl_page.php', 'F', ''),
(147, 1, 1286198161, 'system/modules/isotope/languages/en/tl_user.php', 'F', ''),
(148, 1, 1286198161, 'system/modules/isotope/languages/en/tl_user_group.php', 'F', ''),
(149, 1, 1286198162, 'system/modules/isotope/postsale.php', 'F', ''),
(150, 1, 1286198162, 'system/modules/isotope/templates/be_iso_setup.tpl', 'F', ''),
(151, 1, 1286198162, 'system/modules/isotope/templates/be_pos_terminal.tpl', 'F', ''),
(152, 1, 1286198162, 'system/modules/isotope/templates/ce_link_repeater.tpl', 'F', ''),
(153, 1, 1286198162, 'system/modules/isotope/templates/iso_cart_full.tpl', 'F', ''),
(154, 1, 1286198162, 'system/modules/isotope/templates/iso_cart_mini.tpl', 'F', ''),
(155, 1, 1286198162, 'system/modules/isotope/templates/iso_cart_mini_table.tpl', 'F', ''),
(156, 1, 1286198162, 'system/modules/isotope/templates/iso_checkout_billing_address.tpl', 'F', ''),
(157, 1, 1286198162, 'system/modules/isotope/templates/iso_checkout_order_review.tpl', 'F', ''),
(158, 1, 1286198162, 'system/modules/isotope/templates/iso_checkout_payment_method.tpl', 'F', ''),
(159, 1, 1286198162, 'system/modules/isotope/templates/iso_checkout_shipping_address.tpl', 'F', ''),
(160, 1, 1286198162, 'system/modules/isotope/templates/iso_checkout_shipping_method.tpl', 'F', ''),
(161, 1, 1286198163, 'system/modules/isotope/templates/iso_google_analytics.tpl', 'F', ''),
(162, 1, 1286198163, 'system/modules/isotope/templates/iso_invoice.tpl', 'F', ''),
(163, 1, 1286198163, 'system/modules/isotope/templates/iso_list_default.tpl', 'F', ''),
(164, 1, 1286198163, 'system/modules/isotope/templates/iso_products_html.tpl', 'F', ''),
(165, 1, 1286198163, 'system/modules/isotope/templates/iso_products_text.tpl', 'F', ''),
(166, 1, 1286198164, 'system/modules/isotope/templates/iso_reader_default.tpl', 'F', ''),
(167, 1, 1286198164, 'system/modules/isotope/templates/mail_default.tpl', 'F', ''),
(168, 1, 1286198164, 'system/modules/isotope/templates/mod_iso_addressbook.tpl', 'F', ''),
(169, 1, 1286198164, 'system/modules/isotope/templates/mod_iso_cart.tpl', 'F', ''),
(170, 1, 1286198164, 'system/modules/isotope/templates/mod_iso_checkout.tpl', 'F', ''),
(171, 1, 1286198164, 'system/modules/isotope/templates/mod_iso_orderdetails.tpl', 'F', ''),
(172, 1, 1286198164, 'system/modules/isotope/templates/mod_iso_orderhistory.tpl', 'F', ''),
(173, 1, 1286198164, 'system/modules/isotope/templates/mod_iso_productfilter.tpl', 'F', ''),
(174, 1, 1286198164, 'system/modules/isotope/templates/mod_iso_productlist.tpl', 'F', ''),
(175, 1, 1286198164, 'system/modules/isotope/templates/mod_iso_productreader.tpl', 'F', ''),
(176, 1, 1286198164, 'system/modules/isotope/templates/mod_iso_relatedproducts.tpl', 'F', ''),
(199, 1, 1286198116, 'isotope/index.html', 'F', ''),
(178, 1, 1286198164, 'system/modules/isotope/templates/stpl_price.tpl', 'F', ''),
(179, 1, 1286198164, 'system/modules/isotope/templates/stpl_total_price.tpl', 'F', ''),
(180, 1, 1286198165, 'system/runonce.php', 'F', ''),
(181, 2, 1286198113, 'ajax.php', 'F', ''),
(182, 3, 1286198114, 'system/modules/conditionalselectmenu/ConditionalSelectMenu.php', 'F', ''),
(183, 3, 1286198114, 'system/modules/conditionalselectmenu/FormConditionalSelectMenu.php', 'F', ''),
(184, 3, 1286198114, 'system/modules/conditionalselectmenu/config/config.php', 'F', ''),
(185, 3, 1286198114, 'system/modules/conditionalselectmenu/config/database.sql', 'F', ''),
(186, 3, 1286198114, 'system/modules/conditionalselectmenu/dca/tl_form_field.php', 'F', ''),
(187, 3, 1286198114, 'system/modules/conditionalselectmenu/html/conditionalselect.js', 'F', ''),
(188, 3, 1286198115, 'system/modules/conditionalselectmenu/html/conditionalselect_src.js', 'F', ''),
(189, 3, 1286198115, 'system/modules/conditionalselectmenu/languages/de/modules.php', 'F', ''),
(190, 3, 1286198115, 'system/modules/conditionalselectmenu/languages/de/tl_form_field.php', 'F', ''),
(191, 3, 1286198115, 'system/modules/conditionalselectmenu/languages/en/modules.php', 'F', ''),
(192, 3, 1286198115, 'system/modules/conditionalselectmenu/languages/en/tl_form_field.php', 'F', ''),
(193, 3, 1286198115, 'system/modules/conditionalselectmenu/languages/fr/.htaccess', 'F', ''),
(194, 3, 1286198115, 'system/modules/conditionalselectmenu/languages/fr/modules.php', 'F', ''),
(195, 3, 1286198115, 'system/modules/conditionalselectmenu/languages/fr/tl_form_field.php', 'F', ''),
(197, 1, 1286198120, 'system/modules/isotope/CHANGELOG.txt', 'F', ''),
(198, 1, 1286198164, 'system/modules/isotope/templates/mod_iso_configswitcher.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=54 ;

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

--
-- 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=195201 ;

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

--
-- 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=15 ;


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

--
-- 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`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=1699 ;

--
-- 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, '');

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

--
-- 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 ;


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

--
-- 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=14 ;

--
-- 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
(13, 1286198763, 'k.jones', 'aeb1d0a47baef03a609a3b4b17776c87e151a4b1:3807f04a057c6f2c627eddd', 3, 0, 'en', '1', '1', '1', 'Kevin Jones', 'kjones@contao.org', '', '', '', 0x613a31323a7b733a373a2272656665726572223b613a383a7b733a343a226c617374223b733a32363a222f636f6e74616f2f6d61696e2e7068703f646f3d6d656d626572223b733a373a2263757272656e74223b733a32343a222f636f6e74616f2f6d61696e2e7068703f646f3d75736572223b733a383a22746c5f7468656d65223b733a32363a222f636f6e74616f2f6d61696e2e7068703f646f3d7468656d6573223b733a31343a22746c5f7374796c655f7368656574223b733a35323a222f636f6e74616f2f6d61696e2e7068703f646f3d7468656d6573267461626c653d746c5f7374796c655f73686565742669643d31223b733a31353a22746c5f69736f5f70726f6475637473223b733a33323a222f636f6e74616f2f6d61696e2e7068703f646f3d69736f5f70726f6475637473223b733a31323a22746c5f69736f5f72756c6573223b733a32393a222f636f6e74616f2f6d61696e2e7068703f646f3d69736f5f72756c6573223b733a373a22746c5f70616765223b733a32343a222f636f6e74616f2f6d61696e2e7068703f646f3d70616765223b733a393a22746c5f6d656d626572223b733a32363a222f636f6e74616f2f6d61696e2e7068703f646f3d6d656d626572223b7d733a373a2243555252454e54223b613a323a7b733a333a22494453223b613a313a7b693a303b733a323a223132223b7d733a383a22746c5f7374796c65223b613a313a7b693a303b733a383a2273656c6563746f72223b7d7d733a31303a2243555252454e545f4944223b733a313a2231223b733a363a2266696c746572223b613a313a7b733a31313a22746c5f7374796c655f3339223b613a323a7b733a383a2263617465676f7279223b733a393a2243617274204d696e69223b733a353a226c696d6974223b733a343a22302c3330223b7d7d733a363a22736561726368223b613a313a7b733a383a22746c5f7374796c65223b613a323a7b733a353a2276616c7565223b733a303a22223b733a353a226669656c64223b733a383a2263617465676f7279223b7d7d733a31393a227374796c655f73686565745f75706461746572223b4e3b733a32303a22746c5f69736f5f70726f64756374735f74726565223b613a37303a7b693a3130383b693a303b693a38343b693a303b693a37353b693a303b693a3133373b693a303b693a36343b693a303b693a3133303b693a303b693a39333b693a303b693a33343b693a303b693a34353b693a303b693a36353b693a303b693a36363b693a303b693a36373b693a303b693a36383b693a303b693a36393b693a303b693a37303b693a303b693a37313b693a303b693a37323b693a303b693a37333b693a303b693a37343b693a303b693a3133383b693a303b693a3133393b693a303b693a3134303b693a303b693a3134313b693a303b693a3134323b693a303b693a3134333b693a303b693a3134343b693a303b693a3134353b693a303b693a3134363b693a303b693a3134373b693a303b693a3134383b693a303b693a3134393b693a303b693a3135303b693a303b693a3135313b693a303b693a37363b693a303b693a37373b693a303b693a37383b693a303b693a37393b693a303b693a38303b693a303b693a38313b693a303b693a38323b693a303b693a38333b693a303b693a38353b693a303b693a38363b693a303b693a38373b693a303b693a38383b693a303b693a38393b693a303b693a39303b693a303b693a39313b693a303b693a39323b693a303b693a3130393b693a303b693a3131303b693a303b693a3131313b693a303b693a3131323b693a303b693a3131333b693a303b693a3131343b693a303b693a3131353b693a303b693a3131363b693a303b693a3131373b693a303b693a3131383b693a303b693a3131393b693a303b693a3132303b693a303b693a3132313b693a303b693a3132323b693a303b693a3132333b693a303b693a3132343b693a303b693a3132353b693a303b693a3132363b693a303b693a3132373b693a303b693a3132383b693a303b693a3132393b693a303b7d733a31353a226669656c647365745f737461746573223b613a323a7b733a31353a22746c5f69736f5f70726f6475637473223b613a313a7b733a31343a2276617269616e745f6c6567656e64223b693a313b7d733a31323a22746c5f69736f5f72756c6573223b613a343a7b733a31323a226c696d69745f6c6567656e64223b693a313b733a31323a22646174696d5f6c6567656e64223b693a313b733a31353a22616476616e6365645f6c6567656e64223b693a313b733a31333a22636f75706f6e5f6c6567656e64223b693a313b7d7d733a32373a227265706f7369746f72795f636174616c6f675f73657474696e6773223b613a383a7b733a31343a227265706f7369746f72795f746167223b733a303a22223b733a31353a227265706f7369746f72795f74797065223b733a303a22223b733a31393a227265706f7369746f72795f63617465676f7279223b733a303a22223b733a31363a227265706f7369746f72795f7374617465223b733a303a22223b733a31373a227265706f7369746f72795f617574686f72223b733a303a22223b733a31363a227265706f7369746f72795f6f72646572223b733a373a22706f70756c6172223b733a31353a227265706f7369746f72795f70616765223b733a313a2230223b733a31353a227265706f7369746f72795f66696e64223b733a303a22223b7d733a393a22434c4950424f415244223b613a323a7b733a31373a22746c5f69736f5f61747472696275746573223b613a303a7b7d733a31323a22746c5f69736f5f72756c6573223b613a303a7b7d7d733a31313a226e65775f7265636f726473223b613a323a7b733a31373a22746c5f69736f5f61747472696275746573223b613a313a7b693a303b693a31343b7d733a31323a22746c5f69736f5f72756c6573223b613a333a7b693a303b693a313b693a313b693a323b693a323b693a333b7d7d733a31323a22746c5f706167655f74726565223b613a313a7b693a3234313b693a303b7d7d, '1', NULL, NULL, '', 0x613a303a7b7d, NULL, 0x613a303a7b7d, NULL, NULL, NULL, NULL, NULL, '', 1286198044, 0, 1286198044, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '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`
--

INSERT INTO `tl_user_group` (`id`, `tstamp`, `name`, `modules`, `pagemounts`, `alpty`, `filemounts`, `fop`, `forms`, `alexf`, `disable`, `start`, `stop`, `calendars`, `news`, `newsletters`, `formp`, `calendarp`, `newp`, `newsletterp`, `iso_product_types`, `iso_configs`, `iso_modules`, `themes`) VALUES
(1, 1206886229, 'Editors', 0x613a353a7b693a303b733a373a2261727469636c65223b693a313b733a343a226e657773223b693a323b733a383a2263616c656e646172223b693a333b733a343a2270616765223b693a343b733a353a2266696c6573223b7d, 0x613a313a7b693a303b733a313a2234223b7d, 0x613a333a7b693a303b733a373a22726567756c6172223b693a313b733a383a227265646972656374223b693a323b733a373a22666f7277617264223b7d, 0x613a313a7b693a303b733a32393a22746c5f66696c65732f6d757369635f61636164656d792f63616d707573223b7d, 0x613a333a7b693a303b733a323a226631223b693a313b733a323a226632223b693a323b733a323a226633223b7d, NULL, 0x613a3136373a7b693a303b733a31373a22746c5f61727469636c653a3a7469746c65223b693a313b733a31373a22746c5f61727469636c653a3a616c696173223b693a323b733a31383a22746c5f61727469636c653a3a617574686f72223b693a333b733a32303a22746c5f61727469636c653a3a696e436f6c756d6e223b693a343b733a31383a22746c5f61727469636c653a3a746561736572223b693a353b733a32323a22746c5f61727469636c653a3a73686f77546561736572223b693a363b733a32303a22746c5f61727469636c653a3a6b6579776f726473223b693a373b733a31373a22746c5f61727469636c653a3a7370616365223b693a383b733a31373a22746c5f61727469636c653a3a6373734944223b693a393b733a32313a22746c5f61727469636c653a3a7072696e7461626c65223b693a31303b733a31373a22746c5f61727469636c653a3a6c6162656c223b693a31313b733a31383a22746c5f63616c656e6461723a3a7469746c65223b693a31323b733a32313a22746c5f63616c656e6461723a3a6c616e6775616765223b693a31333b733a31393a22746c5f63616c656e6461723a3a6a756d70546f223b693a31343b733a32323a22746c5f63616c656e6461723a3a70726f746563746564223b693a31353b733a31393a22746c5f63616c656e6461723a3a67726f757073223b693a31363b733a32313a22746c5f63616c656e6461723a3a6d616b6546656564223b693a31373b733a32313a22746c5f63616c656e6461723a3a6665656442617365223b693a31383b733a31383a22746c5f63616c656e6461723a3a616c696173223b693a31393b733a32343a22746c5f63616c656e6461723a3a6465736372697074696f6e223b693a32303b733a31393a22746c5f63616c656e6461723a3a666f726d6174223b693a32313b733a32313a22746c5f63616c656e6461723a3a6d61784974656d73223b693a32323b733a32353a22746c5f63616c656e6461725f6576656e74733a3a7469746c65223b693a32333b733a32353a22746c5f63616c656e6461725f6576656e74733a3a616c696173223b693a32343b733a32393a22746c5f63616c656e6461725f6576656e74733a3a737461727444617465223b693a32353b733a32373a22746c5f63616c656e6461725f6576656e74733a3a656e6444617465223b693a32363b733a32373a22746c5f63616c656e6461725f6576656e74733a3a61646454696d65223b693a32373b733a32393a22746c5f63616c656e6461725f6576656e74733a3a737461727454696d65223b693a32383b733a32373a22746c5f63616c656e6461725f6576656e74733a3a656e6454696d65223b693a32393b733a32393a22746c5f63616c656e6461725f6576656e74733a3a726563757272696e67223b693a33303b733a33303a22746c5f63616c656e6461725f6576656e74733a3a72657065617445616368223b693a33313b733a33313a22746c5f63616c656e6461725f6576656e74733a3a726563757272656e636573223b693a33323b733a32373a22746c5f63616c656e6461725f6576656e74733a3a64657461696c73223b693a33333b733a31363a22746c5f636f6e74656e743a3a74797065223b693a33343b733a32303a22746c5f636f6e74656e743a3a686561646c696e65223b693a33353b733a31393a22746c5f636f6e74656e743a3a6d6f6f54797065223b693a33363b733a32333a22746c5f636f6e74656e743a3a6d6f6f486561646c696e65223b693a33373b733a32303a22746c5f636f6e74656e743a3a6d6f6f5374796c65223b693a33383b733a32323a22746c5f636f6e74656e743a3a6d6f6f436c6173736573223b693a33393b733a31363a22746c5f636f6e74656e743a3a74657874223b693a34303b733a31363a22746c5f636f6e74656e743a3a68746d6c223b693a34313b733a31363a22746c5f636f6e74656e743a3a636f6465223b693a34323b733a32313a22746c5f636f6e74656e743a3a686967686c69676874223b693a34333b733a32303a22746c5f636f6e74656e743a3a616464496d616765223b693a34343b733a32303a22746c5f636f6e74656e743a3a757365496d616765223b693a34353b733a32313a22746c5f636f6e74656e743a3a73696e676c65535243223b693a34363b733a32303a22746c5f636f6e74656e743a3a6d756c7469535243223b693a34373b733a32323a22746c5f636f6e74656e743a3a757365486f6d65446972223b693a34383b733a31383a22746c5f636f6e74656e743a3a736f72744279223b693a34393b733a31363a22746c5f636f6e74656e743a3a73697a65223b693a35303b733a31353a22746c5f636f6e74656e743a3a616c74223b693a35313b733a31393a22746c5f636f6e74656e743a3a63617074696f6e223b693a35323b733a32303a22746c5f636f6e74656e743a3a666c6f6174696e67223b693a35333b733a32333a22746c5f636f6e74656e743a3a696d6167656d617267696e223b693a35343b733a32303a22746c5f636f6e74656e743a3a66756c6c73697a65223b693a35353b733a31383a22746c5f636f6e74656e743a3a706572526f77223b693a35363b733a31393a22746c5f636f6e74656e743a3a70657250616765223b693a35373b733a32303a22746c5f636f6e74656e743a3a6c69737474797065223b693a35383b733a32313a22746c5f636f6e74656e743a3a6c6973746974656d73223b693a35393b733a32323a22746c5f636f6e74656e743a3a7461626c656974656d73223b693a36303b733a31393a22746c5f636f6e74656e743a3a73756d6d617279223b693a36313b733a31373a22746c5f636f6e74656e743a3a7468656164223b693a36323b733a31373a22746c5f636f6e74656e743a3a74666f6f74223b693a36333b733a32303a22746c5f636f6e74656e743a3a736f727461626c65223b693a36343b733a32313a22746c5f636f6e74656e743a3a736f7274496e646578223b693a36353b733a32313a22746c5f636f6e74656e743a3a736f72744f72646572223b693a36363b733a31353a22746c5f636f6e74656e743a3a75726c223b693a36373b733a32303a22746c5f636f6e74656e743a3a696d61676555726c223b693a36383b733a32313a22746c5f636f6e74656e743a3a6c696e6b5469746c65223b693a36393b733a31373a22746c5f636f6e74656e743a3a656d626564223b693a37303b733a31383a22746c5f636f6e74656e743a3a746172676574223b693a37313b733a32303a22746c5f636f6e74656e743a3a637465416c696173223b693a37323b733a31393a22746c5f636f6e74656e743a3a61727469636c65223b693a37333b733a31363a22746c5f636f6e74656e743a3a666f726d223b693a37343b733a31383a22746c5f636f6e74656e743a3a6d6f64756c65223b693a37353b733a32313a22746c5f636f6e74656e743a3a70726f746563746564223b693a37363b733a31383a22746c5f636f6e74656e743a3a677565737473223b693a37373b733a31383a22746c5f636f6e74656e743a3a67726f757073223b693a37383b733a31373a22746c5f636f6e74656e743a3a7370616365223b693a37393b733a31373a22746c5f636f6e74656e743a3a616c69676e223b693a38303b733a31373a22746c5f636f6e74656e743a3a6373734944223b693a38313b733a32343a22746c5f636f6e74656e743a3a636f6d5f74656d706c617465223b693a38323b733a32313a22746c5f636f6e74656e743a3a636f6d5f6f72646572223b693a38333b733a32333a22746c5f636f6e74656e743a3a636f6d5f70657250616765223b693a38343b733a32343a22746c5f636f6e74656e743a3a636f6d5f6d6f646572617465223b693a38353b733a32323a22746c5f636f6e74656e743a3a636f6d5f6262636f6465223b693a38363b733a33303a22746c5f636f6e74656e743a3a636f6d5f64697361626c6543617074636861223b693a38373b733a31393a22746c5f636f6e74656e743a3a64665469746c65223b693a38383b733a31383a22746c5f636f6e74656e743a3a646653697a65223b693a38393b733a32323a22746c5f636f6e74656e743a3a6466496e74657276616c223b693a39303b733a31393a22746c5f636f6e74656e743a3a64665061757365223b693a39313b733a31373a22746c5f6e6577733a3a686561646c696e65223b693a39323b733a31343a22746c5f6e6577733a3a616c696173223b693a39333b733a31333a22746c5f6e6577733a3a64617465223b693a39343b733a31333a22746c5f6e6577733a3a74696d65223b693a39353b733a32303a22746c5f6e6577733a3a737562686561646c696e65223b693a39363b733a31353a22746c5f6e6577733a3a746561736572223b693a39373b733a31333a22746c5f6e6577733a3a74657874223b693a39383b733a31373a22746c5f6e6577733a3a616464496d616765223b693a39393b733a31383a22746c5f6e6577733a3a73696e676c65535243223b693a3130303b733a31333a22746c5f6e6577733a3a73697a65223b693a3130313b733a31323a22746c5f6e6577733a3a616c74223b693a3130323b733a31363a22746c5f6e6577733a3a63617074696f6e223b693a3130333b733a31373a22746c5f6e6577733a3a666c6f6174696e67223b693a3130343b733a32303a22746c5f6e6577733a3a696d6167656d617267696e223b693a3130353b733a31373a22746c5f6e6577733a3a66756c6c73697a65223b693a3130363b733a31353a22746c5f6e6577733a3a617574686f72223b693a3130373b733a31393a22746c5f6e6577733a3a6e6f436f6d6d656e7473223b693a3130383b733a32313a22746c5f6e6577733a3a616464456e636c6f73757265223b693a3130393b733a31383a22746c5f6e6577733a3a656e636c6f73757265223b693a3131303b733a31353a22746c5f6e6577733a3a736f75726365223b693a3131313b733a31353a22746c5f6e6577733a3a6a756d70546f223b693a3131323b733a31323a22746c5f6e6577733a3a75726c223b693a3131333b733a31353a22746c5f6e6577733a3a746172676574223b693a3131343b733a32323a22746c5f6e6577735f617263686976653a3a7469746c65223b693a3131353b733a32353a22746c5f6e6577735f617263686976653a3a6c616e6775616765223b693a3131363b733a32333a22746c5f6e6577735f617263686976653a3a6a756d70546f223b693a3131373b733a33303a22746c5f6e6577735f617263686976653a3a616c6c6f77436f6d6d656e7473223b693a3131383b733a32353a22746c5f6e6577735f617263686976653a3a74656d706c617465223b693a3131393b733a32363a22746c5f6e6577735f617263686976653a3a736f72744f72646572223b693a3132303b733a32343a22746c5f6e6577735f617263686976653a3a70657250616765223b693a3132313b733a32353a22746c5f6e6577735f617263686976653a3a6d6f646572617465223b693a3132323b733a32333a22746c5f6e6577735f617263686976653a3a6262636f6465223b693a3132333b733a32393a22746c5f6e6577735f617263686976653a3a726571756972654c6f67696e223b693a3132343b733a33313a22746c5f6e6577735f617263686976653a3a64697361626c6543617074636861223b693a3132353b733a32363a22746c5f6e6577735f617263686976653a3a70726f746563746564223b693a3132363b733a32333a22746c5f6e6577735f617263686976653a3a67726f757073223b693a3132373b733a32353a22746c5f6e6577735f617263686976653a3a6d616b6546656564223b693a3132383b733a32323a22746c5f6e6577735f617263686976653a3a616c696173223b693a3132393b733a32353a22746c5f6e6577735f617263686976653a3a6665656442617365223b693a3133303b733a32383a22746c5f6e6577735f617263686976653a3a6465736372697074696f6e223b693a3133313b733a32333a22746c5f6e6577735f617263686976653a3a666f726d6174223b693a3133323b733a32353a22746c5f6e6577735f617263686976653a3a6d61784974656d73223b693a3133333b733a32323a22746c5f6e6577735f636f6d6d656e74733a3a6e616d65223b693a3133343b733a32333a22746c5f6e6577735f636f6d6d656e74733a3a656d61696c223b693a3133353b733a32353a22746c5f6e6577735f636f6d6d656e74733a3a77656273697465223b693a3133363b733a32353a22746c5f6e6577735f636f6d6d656e74733a3a636f6d6d656e74223b693a3133373b733a32373a22746c5f6e6577735f636f6d6d656e74733a3a7075626c6973686564223b693a3133383b733a31343a22746c5f706167653a3a7469746c65223b693a3133393b733a31343a22746c5f706167653a3a616c696173223b693a3134303b733a31393a22746c5f706167653a3a61646d696e456d61696c223b693a3134313b733a31333a22746c5f706167653a3a74797065223b693a3134323b733a31373a22746c5f706167653a3a6c616e6775616765223b693a3134333b733a31383a22746c5f706167653a3a706167655469746c65223b693a3134343b733a32303a22746c5f706167653a3a6465736372697074696f6e223b693a3134353b733a31323a22746c5f706167653a3a75726c223b693a3134363b733a31353a22746c5f706167653a3a746172676574223b693a3134373b733a31373a22746c5f706167653a3a7265646972656374223b693a3134383b733a32303a22746c5f706167653a3a6175746f666f7277617264223b693a3134393b733a31323a22746c5f706167653a3a646e73223b693a3135303b733a31373a22746c5f706167653a3a66616c6c6261636b223b693a3135313b733a31353a22746c5f706167653a3a6a756d70546f223b693a3135323b733a31383a22746c5f706167653a3a70726f746563746564223b693a3135333b733a31353a22746c5f706167653a3a67726f757073223b693a3135343b733a32323a22746c5f706167653a3a696e636c7564654c61796f7574223b693a3135353b733a31353a22746c5f706167653a3a6c61796f7574223b693a3135363b733a32313a22746c5f706167653a3a696e636c7564654361636865223b693a3135373b733a31343a22746c5f706167653a3a6361636865223b693a3135383b733a32323a22746c5f706167653a3a637265617465536974656d6170223b693a3135393b733a32303a22746c5f706167653a3a736974656d61704e616d65223b693a3136303b733a32303a22746c5f706167653a3a736974656d617042617365223b693a3136313b733a31333a22746c5f706167653a3a68696465223b693a3136323b733a31373a22746c5f706167653a3a6e6f536561726368223b693a3136333b733a31353a22746c5f706167653a3a677565737473223b693a3136343b733a31373a22746c5f706167653a3a637373436c617373223b693a3136353b733a31373a22746c5f706167653a3a746162696e646578223b693a3136363b733a31383a22746c5f706167653a3a6163636573736b6579223b7d, '', '', '', 0x613a313a7b693a303b733a313a2231223b7d, 0x613a313a7b693a303b733a313a2231223b7d, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

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

--
-- 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=38 ;


